\n');
}
// END FSCOMMAND CODE
var queryString = new String(location);
var queryVars = new Array();;
var pageVars = new String();
var hasQuery = false;
if (queryString.indexOf("?") != -1) {
queryString = queryString.split("?");
queryString = queryString[1];
hasQuery = true;
}
if (hasQuery) {
if (queryString.indexOf("&") != -1) {
queryVars = queryString.split("&");
} else {
queryVars[0] = queryString;
}
}
if (queryVars.length > 0) {
for (i=0; i< queryVars.length; i++) {
pageVars += "onLoad" + queryVars[i] + "&";
}
pageVars += "hasQuery=true";
} else {
pageVars = "hasQuery=false";
}
var MM_contentVersion = 7;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
//if (document.location.hostname != "score.planetfootball.com" && document.location.hostname != "score1.planetfootball.com") {
if (document.location.hostname == "UseLineAbove") {
document.write('' +
'' +
'');
} else {
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(' \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(' \n');
}
if ( MM_FlashCanPlay ) {
//resizeTo(710,556);
document.write(' ');
} else {
//resizeTo(710,556);
document.write(' ');
}
}
//-->
|