|
Post by mrhotshotbillup on May 27, 2006 13:52:50 GMT -5
Main Footer
Adds text in info center to view recent postings.
<script> /*Copyright 2006 mrhotshotbillup.Do not repost or edit.*/ var TD = document.getElementsByTagName("TD") for(i=0;i<TD.length;i++){ if(TD[i].width=="40%" && TD[i].align=="left" && TD[i].vAlign=="top" && TD[i].innerHTML.match(/Total Members:/i)){ TD[i].innerHTML+="<br /><center><a href='index.cgi?action=recent'>View Recent Post</a></center>" }} </script>
|
|