Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on May 11, 2007 13:30:42 GMT
Main Footer<script type="text/javascript"> <!-- /* Fake/Extra Guests Online Ross - freelancedev.net Please Do Not Repost */
var extra_guests = 10;
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-1).className == 'windowbg2' && td.item(i).innerHTML.match(/([\d,]+)\sGuests?/i)) { var guest_online = parseInt((RegExp.$1).replace(/,/g, '')) + extra_guests; td.item(i).innerHTML = td.item(i).innerHTML.replace(/([\d,]+)\sGuests?/, guest_online + ' Guests' ); break; } } } //--> </script>Just edit the Red with the number of fake guests to add.
|
|