<!-- Begin GRAPHIC HEADER




var tablecolor		= "FFFFFF"		// HEADER BACKGROUND COLOR





// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+tablecolor+'"><tr><td align="left" valign="top">');
document.write('<a href="index.html"><img src="picts/logo_C.jpg" border="0"></a><br>');
document.write('</td></tr></table>');

//  End -->