ie6lihoverfix=function(){var b=document.getElementsByClassName("xlist");for(i=0;i<b.length;i++)for(listRoot=b[i],j=0;j<listRoot.childNodes.length;j++){var a=listRoot.childNodes[j];"LI"==a.nodeName&&(a.onmouseover=function(){this.className+=" over"},a.onmouseout=function(){this.className=this.className.replace(" over","")})}};browser.isIE&&6==browser.versionMajor&&"undefined"==typeof XWiki.ie6lihoverfix&&(Event.observe(window,"load",ie6lihoverfix),XWiki.ie6lihoverfix=!0);