Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 3, 2005 19:40:33 GMT
Main Footer <script type="text/javascript"> <!-- /* hide info center for guests by ross 101support.proboards43.com/ */
var table = document.getElementsByTagName('table'); if(pb_username == 'Guest' && location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { for (m=table.length-1; m>0; m--) { if (table[m].innerHTML.match(/Info Center/) && table[m].width.match(/100%/)) { table[m].style.display = "none"; break; } } } //--> </script>
|
|