<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var flashheight		= "100"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)
var headerlayer		= "yes"		// LAYER THE FLASH OVER THE PAGE IMAGE




// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE


   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"><tr><td align="center">');
;
document.write('</td></tr></table></center>');
   if (headerlayer == "yes") {
document.write('</div>');
}


//  End -->