|
Post by Ross on Jan 29, 2006 11:19:21 GMT -5
Main Footer<script type="text/javascript"> <!-- /* move users online - ross support.proboards.com */ 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</)) { var iOnline = td.item(i).firstChild.innerHTML.match(/^(.+?)Most/)? RegExp.$1 : ''; td.item(i).innerHTML = td.item(i).innerHTML.replace(iOnline,''); td.item(i-3).innerHTML += ' <font size=1>'+ iOnline +'</font>'; break; } } } //--> </script>This moves the total users online next to the 'Users Oninle' title.
|
|