<!-- Begin

// GRAPHIC LOGO HEADER FILE




var color	= "000000"	// HEADER BACKGROUND COLOR (edit in CSS)






// 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%"><tr><td align="right" valign="top">');
document.write('<img src="picts/logo.gif" HEIGHT="60" WIDTH="400" border="0"><br>');
document.write('</td></tr></table>');


//  End -->