Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on May 11, 2007 13:29:09 GMT
Main Footer
<script type="text/javascript"> <!--
/* Remove Guests From Info Center - Open Source */
if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var td = document.getElementsByTagName('td'); for(i=td.length-1; i>-1; i--) { if(td.item(i).vAlign == 'top' && td.item(i).align == 'left' && td.item(i).innerHTML.match(/\d+ Guest/)) { td.item(i).innerHTML = td.item(i).innerHTML.replace(/,\s(<a\s.+?>)?\d+ Guests?(<\/a>)?/i, ''); break; } } } //--> </script>
|
|