|
Post by Ross on Jan 29, 2006 11:19:54 GMT -5
Main Footer<script type="text/javascript"> <!-- /* change most users online - ross support.proboards.com */ var newOnline = 20;
if(location.href.match(/\.com\/?(index.cgi)?\??(&action=home)?(#\w+)?$/)) { var td = document.getElementsByTagName('td'); for(i=td.length; i>0; i--) { if(td.item(i-3).className == 'catbg' && td.item(i-3).innerHTML.match(/>Users Online</)) { td.item(i).innerHTML = td.item(i).innerHTML.replace(/(Most users online was )(\d+), /gi,'$1'+ newOnline +', '); break; } } } //--> </script>
|
|