<!-- Begin// NOTE: If you use a ' add a slash before it like this \'var color		= "FFFFFF"	// HEADER BACKGROUND COLORvar headerlayer		= "no"		// LAYER THE LOGO OVER THE PAGE IMAGE   if (headerlayer == "yes") {document.write('<div style="position: absolute; top:0; left:0 ; z-index:3; width: 100%; border:#FFFFFF 0px solid;">');}document.write('<center><TABLE cellpadding="0" cellspacing="0" border="0" width="750" bgcolor="#'+color+'"><tr><td align="left">');document.write('<a href="index.html"><img src="picts/logo.jpg" border="0"></a><br>');document.write('</center></td></tr></table>');   if (headerlayer == "yes") {document.write('</div>');}//  End -->