var o = {container: 'cricinfocom-live-score',stage: 'scoreboard', url: '/cc/index.php?key=india',delay: 60};function checkToShow(xhr){if(xhr.responseText == '&nbsp;'){$(o.container).hide();}else{$(o.container).show();}}
if($(o.container)){var gloader = new Ajax.PeriodicalUpdater(o.stage,o.url+'&p='+Math.random(),{method: 'get', frequency: o.delay, decay:2, onSuccess: checkToShow});}
