// JavaScript Document
function RunFlashfix()
{
 document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" WIDTH="473" HEIGHT="177" TITLE="Header">');
    document.write('<PARAM NAME="movie" VALUE="flash/header.swf">');
    document.write('<PARAM NAME="wmode" VALUE="transparent" />');
    document.write('<PARAM NAME="quality" VALUE="high">');
    document.write('<EMBED SRC="flash/header.swf" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" WIDTH="473" HEIGHT="177">');
				document.write('</EMBED>');
    document.write('</OBJECT>');
}
