var timer_broadcast;function detectBroadcast(a){clearTimeout(timer_broadcast);$.get("/jsp/broadcast.jsp",{lang:a},function(b){if(b.trim()!=""){if(b.trim().substr(0,3)=="js:"){setTimeout(b.trim().substring(3,b.trim().length),100)}else{$.jGrowl(b,{header:"",sticky:true})}}});timer_broadcast=setTimeout("detectBroadcast('"+a+"');",61000)}function refreshT(){setTimeout("refreshT();",30000);var b=$.flashPlayerVersion;var c=b[0]+"."+b[1]+"."+b[2];$.get("/jsp/checklog.jsp",{browser:$.browser.name,version:$.browser.version,flash:c})}$(function(){try{var a=_gat._getTracker("UA-2839462-1");a._trackPageview()}catch(b){}refreshT()});