// JavaScript Document

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