var MM_contentVersion = 8;
var pluginCnt=new String()
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
   var vb = "";
	vb += '<SCR' + 'IPT LANGUAGE=VBScript\> \n'; //FS hide this from IE4.5 Mac by splitting the tag
	vb += 'on error resume next \n';
	vb += 'MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n';
	vb += '</SCR' + 'IPT\> \n';
	document.write(vb);
}
if ( MM_FlashCanPlay ) {
pluginCnt+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="760" height="200" id="index" align="middle">'+ '<param name="allowScriptAccess" value="sameDomain" />'+'<param name="movie" value="img/index.swf" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="bgcolor" value="#000000" /><embed src="img/index.swf" quality="high" salign="lt" bgcolor="#000000" width="760" height="200" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
} else{
	pluginCnt+='<img src="img/player.jpg" width="760" height="200" alt="B" border="0" />';
}
document.write(pluginCnt);
