function runHeader()
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \n');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
document.write(' WIDTH="758px" HEIGHT="209px">\n');
document.write('<PARAM NAME="movie" VALUE="flashheaderExtanse.swf" />\n');
document.write('<PARAM NAME="loop" VALUE="false" />\n');
document.write('<PARAM NAME="menu" VALUE="false" />\n');
document.write('<PARAM NAME="quality" VALUE="best" />\n');
document.write('<PARAM NAME="bgcolor" VALUE="#E4E4E4" />\n');
document.write('<EMBED src="flashheaderExtanse.swf" menu="false" quality="best" bgcolor="#E4E4E4"  WIDTH="758px" HEIGHT="209px"\n');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
document.write('</EMBED>\n');
document.write('</OBJECT>\n');
}
