var MM_contentVersion = 6;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)) {	document.write('<scr' + 'ipt language="VBScript"\> \n'); //FS hide this from IE4.5 Mac by splitting the tag	document.write('on error resume next \n');	document.write('MM_FlashCanPlay = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');	document.write('</scr' + 'ipt\> \n');}if (MM_FlashCanPlay) {	function makeFlash(fileName,quality,bgcolor,fileWidth,fileHeight) {		document.write('<object\n');		document.write('	classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');		document.write('	codebase="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"\n');		document.write('	width="' + fileWidth + '"\n');		document.write('	height="' + fileHeight + '"\n');		document.write('>');		document.write('	<param name="movie" value="' + fileName + '">\n');		document.write('	<param name="quality" value="' + quality + '">\n');		document.write('	<param name="bgcolor" value="#' + bgcolor + '">\n');		document.write('	<embed\n');		document.write('		src="' + fileName + '"\n');		document.write('		quality="' + quality + '"\n');		document.write('		bgcolor="#' + bgcolor + '"\n');		document.write('		width="' + fileWidth + '"\n'); 		document.write('		height="' + fileHeight + '"\n');		document.write('		type="application/x-shockwave-flash"\n');		document.write('		pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"\n');		document.write('	>\n');		document.write('	</embed>\n');		document.write('</object>\n');	}} else {	document.write('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_new"><img src="get_flash.gif" width="180" height="180" border="0"></a>');}
