var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : null;
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)) {
	document.write('<scr' + 'ipt language="VBScript"\>\n');
	document.write('on error resume next\n');
	document.write('MM_FlashCanPlay = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion))\n');
/*@cc_on @if (@_jscript_version >= 5.6 && typeof document.body.style.minWidth == "undefined") //IE6
	document.write('MM_FlashCanPlay = true\n'); //abandon detection and assume true for IE6, cos stupid code above gives a false negative
/*@end @*/
	document.write('</scr' + 'ipt\>\n');
}
