function postNews(){if(document.getElementById("main_news")!=null){aLI=document.getElementById("main_news").getElementsByTagName("li");for(var a=0;a<aLI.length;a++){aLI[a].style.display="none";aLI[a].getElementsByTagName("p")[0]}rotate(aLI.length-1)}}var aLI=[];var timerRUN=null;var Speed=3000;function rotate(a){aLI[a].style.display="none";a=(a<aLI.length-1)?++a:0;aLI[a].style.display="block";timerRUN=setTimeout("rotate("+a+")",Speed)}function inView(){var b=0;for(var a=0;a<aLI.length;a++){if(aLI[a].style.display=="block"){b=a}}return b}function addLoadEvent(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}addLoadEvent(function(){postNews()});
