Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 26, 2005 22:58:00 GMT
Main FooterThis will remove the part of the info center which says the last updated topic <script type="text/javascript"> <!-- /*remove last updated topic */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var td=document.getElementsByTagName("td"); for(e=td.length-1; e>0; e--) { if(td[e].width == "60%" && td[e].vAlign == "top" && td[e].innerHTML.match(/(Last Updated Topic:.+?)View/)){ td[e].innerHTML = td[e].innerHTML.replace(RegExp.$1,''); break; } } } //--> </script>
|
|