function loadNHNav(){var B=document.getElementById("portal_nav_menu");var A=B.getElementsByTagName("li");for(var C=0;C<A.length;C++){A[C].onmouseover=function(){this.className=this.className.replace(" hover","");this.className+=" hover"};A[C].onmouseout=function(){this.className=this.className.replace(" hover","")}}}function fixMargin(A){if(A&&A.childNodes.length>2&&navigator.appName=="Microsoft Internet Explorer"){A.childNodes[2].style.marginLeft=-(A.offsetWidth)}}if(window.addEvent){window.addEvent("domready",function(A){if($defined($("poweredByWhoms"))){$("poweredByWhoms").onclick=function(B){return false}}})};