function fsiScoresAutoRefreshWrapper(){fsiWc2010ScoresAutoRefresh();fsAnalytics(this,{type:"keepAlive",description:"World Cup 2010 - Scores",pageView:true});}function fsiWc2010ScoresAutoRefresh(){var xmlHttp;xmlHttp=getXmlHttpObject();var tempURL="/nugget/26603";var params="_"+fsiScoresGlobalInfo.currentDayCode+"_"+fsiScoresGlobalInfo.site+"_"+fsiScoresGlobalInfo.lang+"_"+fsiScoresGlobalInfo.timeOffset;
var url=tempURL+params;xmlHttp.onreadystatechange=function(){if(xmlHttp.readyState==4){var htmlResult=eval("("+xmlHttp.responseText.replace(/[\r\n]+/g,"")+")");var totalGames=htmlResult.games.length;for(i=0;i<totalGames;i++){var thisGame=htmlResult.games[i];var gameId=thisGame.gameId;var gameStatus=thisGame.gameStatus.toLowerCase()||"";
var gameTime=thisGame.gameTime||"";var homeScore=thisGame.homeScore||"";var visitorScore=thisGame.visitorScore||"";var gameCurrentMinute=thisGame.currentMinute;var gamePenaltyDefinition=thisGame.penaltyDefinition||"";var gameHomePenaltyGoals=thisGame.homePenaltyDefinitionsGoals;var gameVisitorPenaltyGoals=thisGame.visitorPenaltyDefinitionGoals;
if(gameStatus=="in-progress"||gameStatus=="half-over"||gameStatus=="half"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=homeScore+" : "+visitorScore;if(gameCurrentMinute!="n/a"){document.getElementById(gameId+"-gameStatus").innerHTML=gameCurrentMinute+"'";}}else{if(gameStatus=="pre-game"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=gameTime;
if(fsiScoresGlobalInfo.site=="foxsoccer"){}}else{if(gameStatus=="final"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=homeScore+" : "+visitorScore;document.getElementById(gameId+"-gameStatus").innerHTML=fsiScoresAjaxDictionary("scoresFinalText",fsiScoresGlobalInfo.lang);}else{if(gameStatus=="postponed"){if(homeScore!="n/a"&&visitorScore!="n/a"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=homeScore+" : "+visitorScore;
}else{document.getElementById(gameId+"-gameTimeScoreId").innerHTML=gameTime;}document.getElementById(gameId+"-gameStatus").innerHTML=fsiScoresAjaxDictionary("scoresPostponedText");}else{if(gameStatus=="delayed"){if(homeScore!="n/a"&&visitorScore!="n/a"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=homeScore+" : "+visitorScore;
}else{document.getElementById(gameId+"-gameTimeScoreId").innerHTML=gameTime;}document.getElementById(gameId+"-gameStatus").innerHTML=fsiScoresAjaxDictionary("scoresDelayedText");}else{if(gameStatus=="cancelled"){if(homeScore!="n/a"&&visitorScore!="n/a"){document.getElementById(gameId+"-gameTimeScoreId").innerHTML=homeScore+" : "+visitorScore;
}else{document.getElementById(gameId+"-gameTimeScoreId").innerHTML=gameTime;}document.getElementById(gameId+"-gameStatus").innerHTML=fsiScoresAjaxDictionary("scoresCancelledText");}}}}}}if(gamePenaltyDefinition=="yes"){document.getElementById(gameId+"-ShootoutId").innerHTML=gameHomePenaltyGoals+" : "+gameVisitorPenaltyGoals;
}if(gameStatus=="pre-game"||gameStatus=="postponed"){if(fsiScoresGlobalInfo.site=="foxsoccer"&&gameStatus=="pre-game"){var fsiFinalGamesLinks="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchStats?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchStatsBtn.jpg' width='123' height='25' border='0'/></a>";
fsiFinalGamesLinks+="  ";fsiFinalGamesLinks+="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchTrax?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchTraxBtn.jpg' width='123' height='25' border='0'/></a>";fsiFinalGamesLinks+="  ";var odssBtn="<a href='/foxsoccer/worldcup/odds/moneyline'><img src='/fe/fsi/img/futbol/wc2010/misc/oddsBtn.jpg' width='117' height='25' border='0'/></a>";
document.getElementById(gameId+"-LinksId").innerHTML=fsiFinalGamesLinks+odssBtn;}}else{if(gameStatus=="final"){var fsiFinalGamesLinks="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchStats?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchStatsBtn.jpg' width='123' height='25' border='0'/></a>";
fsiFinalGamesLinks+="  ";fsiFinalGamesLinks+="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchTrax?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchTraxBtn.jpg' width='123' height='25' border='0'/></a>";document.getElementById(gameId+"-LinksId").innerHTML=fsiFinalGamesLinks;
}else{var fsiAllGamesLinks="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchStats?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchStatsBtn.jpg' width='123' height='25' border='0'/></a>";fsiAllGamesLinks+="  ";fsiAllGamesLinks+="<a href='/"+fsiScoresGlobalInfo.site+"/"+fsiScoresGlobalInfo.league+"/matchTrax?gameId="+gameId+"'><img src='/fe/fsi/img/futbol/wc2010/misc/matchTraxBtn.jpg' width='123' height='25' border='0'/></a>";
document.getElementById(gameId+"-LinksId").innerHTML=fsiAllGamesLinks;}}}}};xmlHttp.open("GET",url,true);xmlHttp.send(null);}function fsiScoresAjaxDictionary(b){var a="";if(fsiScoresGlobalInfo.lang=="es"){if(b=="scoresFinalText"){a="Final";}else{if(b=="scoresPostponedText"){a="Postergado";}else{if(b=="scoresDelayedText"){a="Retrasado";
}else{if(b=="scoresCancelledText"){a="Cancelado";}}}}}else{if(b=="scoresFinalText"){a="Final";}else{if(b=="scoresPostponedText"){a="Postponed";}else{if(b=="scoresDelayedText"){a="Delayed";}else{if(b=="scoresCancelledText"){a="Cancelled";}}}}}return a;}function _debugFsiWc2010ScoresAutoRefresh(){alert("fsiScoresGlobalInfo.currentDayCode= "+fsiScoresGlobalInfo.currentDayCode+"\n"+"fsiScoresGlobalInfo.site= "+fsiScoresGlobalInfo.site+"\n"+"fsiScoresGlobalInfo.lang= "+fsiScoresGlobalInfo.lang+"\n"+"fsiScoresGlobalInfo.timeOffset= "+fsiScoresGlobalInfo.timeOffset+"\n"+"fsiScoresGlobalInfo.league= "+fsiScoresGlobalInfo.league);
}
