<!-- Begin HEADER OPTIONS CODE// ONLY USE lowercase FOR ALL OPTIONSvar color		= "000000"	 // HEADER BACKGROUND COLOR (edit in CSS)var flashwidth		= "600"		 // WIDTH OF THE FLASH (IN PIXELS)var flashheight		= "40"		 // HEIGHT OF THE FLASH (IN PIXELS)var logotype 		= "flash"	 // LOGO TYPE USE - | flash | graphic |var flashmode		= "window"	 // FLASH WMODE | window | opaque | transparent |// 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="left" valign="middle">');   if (logotype == "flash") {document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo-S">');document.write('<param name="movie" value="/flash-S/logo-S.swf">');document.write('<param name="quality" value="high">');document.write('<param name="wmode" value="'+flashmode+'">');document.write('<param name="bgcolor" value="#'+color+'">');document.write('<embed src="/flash-S/logo-S.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="logo-S" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');}   if (logotype == "graphic") {document.write('<img src="/picts-S/logo.jpg" border="0"><br>');}document.write('</td></tr></table>');//  End -->
