if(typeof Teamcode==null){Teamcode={}}Teamcode.Live=(function(){var b=this;this.options={url:"?area=live&xhr=1",link:"?area=live&sezione=live_incorso&id=",linkf1:"?area=formula1&sezione=live_f1",delay:30};function c(){var e=getBaseURL()+b.options.url+"&ts=";b.request=function(){$.ajax({type:"GET",url:e+(new Date().getTime()),dataType:"json",success:function(f){d.call(b,f)}})};b.requestId=setInterval(b.request,b.options.delay*1000);b.request()}function a(){clearInterval(b.requestId)}function d(e){if(e!=null&&e.result){$.each(e.result,function(g,f){var j=$("#liveimg"+g);if(j.size()>0){if(f>0){var h=$.create("a",{id:"live"+g,href:(g=="999"?b.options.linkf1:b.options.link+g)});j.attr("src",j.data("live_on")).wrap(h)}else{if(j.parent("a").length>0){var i=j.parent("a");j.attr("src",j.data("live_off"));i.replaceWith(j);delete i}}}j=null})}}if(arguments.length>0&&typeof arguments[0]=="object"){$.extend(this.options,arguments[0])}return{start:c,stop:a}});var instance=null;$(function(){var a=new RegExp("(.*)\\d(\\.gif)");$("#hplive img").each(function(){var b=$(this);var c=b.attr("src");b.data("live_off",c);c=a.exec(c);b.data("live_on",c[1]+"2"+c[2]);delete b});instance=new Teamcode.Live();instance.start()});
