function initNews(){if(document.getElementById("news")){var c=document.getElementById("news").getElementsByTagName("H2");var b=document.getElementById("news").getElementsByTagName("A");for(var d=0;d<c.length;d++){c[d].innerHTML="<strong>&raquo; </strong>"+c[d].innerHTML;c[d].onmouseover=function(){this.className="newsHover"};c[d].onmouseout=function(){this.className="newsMouseout"};c[d].setAttribute("href",b[d].href);c[d].onclick=function(){if(/cgi\/page.cgi/.test(location.href)){parent.xcmsGoto(xcmsGetPath(this.getAttribute("href")))}else{location.href=this.getAttribute("href")}return false}}document.getElementById("news").style.visibility="visible"}}AddToInitArray(initNews);
