Amanda
Forum Addict
hi
Posts: 251
|
Post by Amanda on Apr 2, 2012 4:09:55 GMT
Main Footer
<script type="text/javascript"> <!-- /* attach info center to boards - ross http://101support.proboards43.com */ if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var table = document.getElementsByTagName('table'); for(i=0; i<table.length; i++) { if(table.item(i).width == '100%' && table.item(i).className == 'bordercolor' && table.item(i).innerHTML.match(/<b>info center<\/b>/i)) { while(table.item(i).previousSibling.nodeName.match(/^br$/i)) { table.item(i).parentNode.removeChild(table.item(i).previousSibling); } } } } //--> </script>
|
|