Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Remove Status | Board | Topics, etc. Row by Chris
// Do not redistribute without permission of the creator

var aTD = document.getElementsByTagName("TD");
if(location.href.match(/action=home/i) || !location.href.match(/action=/i))
for(a=3;a<aTD.length;a++)
if(aTD[a].className == "table_column")
aTD[a].parentNode.style.display = "none";
else if(aTD[a].className == "window1 center" && aTD[a].innerHTML.match(/(No\s)?New Posts/i)){
aTD[a].width = "5%";
aTD[a+1].width = "60%";
aTD[a+2].width = "5%";
aTD[a+3].width = "5%";
aTD[a+4].width = "20%";
}
</script>


Main Footers.

newBookmarkLockedFalling