window.addEventListener?window.addEventListener("load",so_init,false):window.attachEvent("onload",so_init);var d=document,elems=new Array(),zInterval=null,current=0,pause=false;function so_init(){if(!d.getElementById||!d.createElement){return }css=d.createElement("link");css.setAttribute("href","css/xfade2.css");css.setAttribute("rel","stylesheet");css.setAttribute("type","text/css");d.getElementsByTagName("head")[0].appendChild(css);elems=d.getElementById("newsticker").getElementsByTagName("li");for(i=1;i<elems.length;i++){elems[i].xOpacity=0}elems[0].style.display="block";elems[0].xOpacity=0.99;setTimeout(so_xfade,2000)}function so_xfade(){cOpacity=elems[current].xOpacity;nIndex=elems[current+1]?current+1:0;nOpacity=elems[nIndex].xOpacity;cOpacity-=0.05;nOpacity+=0.05;elems[nIndex].style.display="block";elems[current].xOpacity=cOpacity;elems[nIndex].xOpacity=nOpacity;setOpacity(elems[current]);setOpacity(elems[nIndex]);if(cOpacity<=0){elems[current].style.display="none";current=nIndex;setTimeout(so_xfade,2000)}else{setTimeout(so_xfade,50)}function setOpacity(obj){if(obj.xOpacity>0.99){obj.xOpacity=0.99;return }obj.style.opacity=obj.xOpacity;obj.style.MozOpacity=obj.xOpacity;obj.style.filter="alpha(opacity="+(obj.xOpacity*100)+")"}}var content=new Array("img/content/rotate/0000_img.jpg","img/content/rotate/0001_img.jpg","img/content/rotate/0002_img.jpg","img/content/rotate/0004_img.jpg","img/content/rotate/0005_img.jpg","img/content/rotate/0007_img.jpg","img/content/rotate/0008_img.jpg","img/content/rotate/0009_img.jpg");var l=content.length-1;function imageRotate(){document.getElementById("rotate-image").setAttribute("src",content[Math.round(Math.random()*l)])}window.onload=imageRotate();