inherit
52328
0
Mar 13, 2009 16:15:58 GMT -8
CrAzY_J
871
July 2005
crazyj2
|
Post by CrAzY_J on Dec 15, 2005 19:31:55 GMT -8
Main footers: <script type='text/javascript'> /*Code requested at studio zero do not redistribute this code without the creator's permissions this code has been created by CrAzY_J*/ if( this.location.href.match(/\.com(\/(index\.cgi(#\w+|\?(action=home)?)?)?)?$/)) { var Cell = document.body.getElementsByTagName('td'); for( c = 0 ; c < Cell.length ; c ++ ) { if( Cell[c].className == 'titlebg' && Cell[c].innerHTML.match(/Forum\sName/) ) Cell[c].colSpan = '0'; if( Cell[c].className == 'catbg' && Cell[c].colSpan == '5' ) Cell[c].colSpan = '4'; if( Cell[c].className == 'windowbg' && Cell[c].width == '8%' ) { Cell[c].style.display = 'none'; Cell[c+1].width = '74%'; var Mods = (Cell[c+1].getElementsByTagName('i')[0])? Cell[c+1].getElementsByTagName('i')[0].innerHTML:'No moderators'; Cell[c+1].innerHTML = '<table width="98%" align="center" border="0"><tr><td width="6%">'+Cell[c].innerHTML+'</td><td width="47%">'+Cell[c+1].innerHTML.split(/<br\s?\/?>/i)[0]+'<br />'+Mods+'</td><td width="*">'+Cell[c+1].innerHTML.split(/<br\s?\/?>/i)[1]+'</td></tr></table>'; } } }
</script>Preview: link
|
|