// JavaScript Document

function RunIEFlashFix()
{
    document.write('<object type="application/x-shockwave-flash" data="flash/FlashHeaderGlobal.swf" width="350" height="122" title="headerautomotive">\n');
    document.write('<param name="movie" value="flash/FlashHeaderGlobal.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('<img src="flash/ieflashfix_global.gif" width="350" height="122" border="0" />\n');
    document.write('</object>\n');
}
