function ScrollAds(){document.getElementById('ads3').style.top=document.body.scrollTop;}
sfHover=function(){var sfEls=document.getElementById("primary-nav").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover";}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"");}}}
if(window.attachEvent)window.attachEvent("onload",sfHover);window.onload=function(){var links=document.getElementsByTagName("a");for(var i=0;i<links.length;i++){var rels=links[i].getAttribute("rel");if(rels){var testpattern=new RegExp("external");if(testpattern.test(rels)){links[i].onclick=function(){return!window.open(this.href);}}}}}
