var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;if ( plugin ) {	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 3;}else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && navigator.userAgent.indexOf("Windows")>=0) {	document.write('<SCRIPT LANGUAGE=VBScript\> \n');	document.write('on error resume next \n');	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8")))\n');	document.write('</SCRIPT\> \n');}if ( plugin ) {	document.write('<OBJECT CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');	document.write('  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');	document.write(' ID=opening WIDTH=125 HEIGHT=94>');	document.write(' <PARAM NAME=movie VALUE="'+ flashFileURL +'"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 	document.write(' <EMBED src="'+ flashFileURL +'" loop=false quality=high bgcolor=#FFFFFF  ');	document.write(' swLiveConnect=FALSE WIDTH=125 HEIGHT=94');	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');	document.write(' </EMBED>');	document.write(' </OBJECT>');} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){	document.write('<A HREF="'+ noFlashURL +'"><IMG SRC="'+ noFlashImg +'" alt="'+ noFlashAlt +'" WIDTH=125 HEIGHT=94 BORDER=0></A>');}
