Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jan 23, 2006 16:13:34 GMT
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 number of users online next to the 'Users Oninle' title.
|
|