var plugin=0;
if(navigator.userAgent&&navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("Windows")>=0){
document.write('<SCR'+'IPT LANGUAGE=VBScr'+'ipt\>\n'
+'on error resume next\n'
+'plugin=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n'
+'</SCR'+'IPT\>\n');}
if(plugin){document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
+' width="'+shp_w+'" height="'+shp_h+'" onmouseup="setAsHomePage(\''+shp_trg+'\')">'
+'<param name="movie" value="'+shp_swf+'" /><param name="wmode" value="opaque" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" />'
+'<param name="flashvars" value="'+shp_fv+'" />'
+'</object>');
}else{document.write('<a href="'+shp_altURL+'" onmouseup="setAsHomePage(\''+shp_trg+'\')" target="'+shp_target+'"><img src="'+shp_altimg+'" width="'+shp_w+'" height="'+shp_h+'" border="0" /></a>');}