function RunAnimation(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="570" height="210" >');    document.write('<param name="allowScriptAccess" value="sameDomain" />');    document.write('<param name=movie value="swf/cogenco_header.swf" />');    document.write('<param name="quality" value="high" />');    document.write('<param name="wmode" value="opaque" />');    document.write('<embed src="swf/cogenco_header.swf" type="application/x-shockwave-flash" quality="high" width="570" height="210" wmode="opaque" allowScriptAccess="sameDomain">');    document.write('</embed>');    document.write('</object>');}