if (flashSrc.indexOf("/")==0){
	temp_var=flashSrc.substring(1,flashSrc.length);
} else if (flashSrc.indexOf("http://www.nba.com/")==0) {
	temp_var=flashSrc.substring(19,flashSrc.length);
} else {
	temp_var=flashSrc;
}
the_array=temp_var.split(".");
var flashName=the_array[0];
var pageURL=location.href;
//window.alert(flashversion +" : "+flashinstalled);
if (flashinstalled == 2) {
//if (flashversion >= 8) {
        if (flashversion >= 8 || flashversion == 0) { // hack to get to flash 10
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="'+flashWidth+'" HEIGHT="'+flashHeight+'" id="'+flashName+'" ALIGN=""><PARAM NAME=movie VALUE="'+flashSrc+'">   <PARAM NAME="FlashVars" VALUE="'+thestring+'&movieName='+flashName+'&pageURL='+pageURL+'"> <param name="wmode" value="transparent"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><param name="allowScriptAccess" value="sameDomain"><EMBED name="'+flashName+'" src="'+flashSrc+'" FlashVars="'+thestring+'&movieName='+flashName+'&pageURL='+pageURL+'" swliveconnect="true" quality=high bgcolor=#FFFFFF  WIDTH="'+flashWidth+'" HEIGHT="'+flashHeight+'" NAME="flashHeader" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" wmode="transparent"></EMBED></OBJECT>');
	}else {document.write("<br><center style=\"font-size:12px;font-family:verdana;font-weight:bold;\">You have Flash installed, but you must have the most current version.<br><a href=\"http://www.macromedia.com/support/flash/ts/documents/flashplayer_r40.htm\" target=\"_new\">Click here.</a></center>");}
}
else if (flashinstalled == 1) document.write("<br><center style=\"font-size:12px;font-family:verdana;font-weight:bold;\">You need Flash 8 to run this application.<br><a href=\"http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=English\" target=\"_new\">Click here to download the plugin</a></center>");
else document.write("<br><center style=\"font-size:12px;font-family:verdana;font-weight:bold;\">I can't find out if you have Flash installed.<br>You need Flash 8 and above to run this application.<br><a href=\"http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=English\" target=\"_new\">Click here to download the plugin</a></center>");
