// Begin

// NOTE: If you use a ' add a slash before it like this \'


var flashcolor		= "000000"		// FLASH BACKGROUND COLOR
var headerheight	= "70"			// HEADER height (IN PIXELS)





// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// START FLASH LOGO HEADER

document.write('<table cellpadding="0" cellspacing="0" border="0" height="'+headerheight+'" bgcolor="#'+flashcolor+'" class="header"><tr><td align="left" valign="center">');
document.write('<a href="index.html"><img src="picts/logo.jpg" border="0" /></a><br />');
document.write('</td></tr></table>');


//  End -->
