if (TFSMFlash_VERSION){
	var MM_contentVersion = TFSMFlash_VERSION;
	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 = false;
		try{
			MM_FlashCanPlay = parseFloat(MM_PluginVersion) >= parseFloat(MM_contentVersion);
		}catch(e){
			MM_FlashCanPlay = false;
		}
	}
	else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
		try{
			var flashActiveX = new ActiveXObject("ShockwaveFlash.ShockwaveFlash." + MM_contentVersion);
		}catch(e){
			//axo.AllowScriptAccess = "always"; // throws if player version < 6.0.47
		}
		var MM_FlashCanPlay = (flashActiveX != null)? true : false;
		if(TFSMFlash_FSCOMMAND)	{
			document.write(' \n');
			document.write("function "+TFSMFlash_OASADID+"_DoFSCommand(){ window.open('"+TFSMFlash_OASCLICK+"'); }\n");
			document.write(' \n');
			document.write(' \n');
			document.write('on error resume next \n');
			document.write('Sub '+TFSMFlash_OASADID+'_FSCommand(ByVal command, ByVal args)\n');
			document.write(' call   '+TFSMFlash_OASADID+'_DoFSCommand(command, args)\n');
			document.write('end sub\n');
			document.write(' \n');
		}
	}
}
if (typeof(TFSMFlash_PRETAG)=="undefined") TFSMFlash_PRETAG="";
if (typeof(TFSMFlash_POSTTAG)=="undefined") TFSMFlash_POSTTAG="";
if ( MM_FlashCanPlay ){
	document.write(TFSMFlash_PRETAG+''+TFSMFlash_POSTTAG);
} else if ( TFSMFlash_IMAGEALTERNATE ) {
	if( typeof( TFSMFlash_IMAGEALTERNATECLICK ) == "undefined" ) {
		document.write(TFSMFlash_PRETAG+' '+ TFSMFlash_POSTTAG);
	} else {
		document.write(TFSMFlash_PRETAG+'
'+ TFSMFlash_POSTTAG);
	} else {
		document.write(TFSMFlash_PRETAG+' '+ TFSMFlash_POSTTAG);
	}
}
'+ TFSMFlash_POSTTAG);
	}
}