Post by stluee on Dec 7, 2012 10:34:59 GMT -6
<script type="text/javascript">
/* Hide Info Center from Guests by SubDevo */
/* Main Footer - Please leave this header intact. Do not repost. */
/* interoceandesigns.com or lsdp.proboards.com */
if(pb_username=="Guest"&&pb_action=="home"){
var tb=document.getElementsByTagName("table"),n,x=tb.length;
while(tb[--x]){n=tb[x];
if(n.width=="100%"&&n.cellPadding==0&&(/<b>info\scenter/i).test(n.innerHTML)){
n.style.display="none"; break;
}}}
</script>
<script type="text/javascript">
<!--
/* Attach info center to board by california */
var br=document.getElementsByTagName("br");
if(location.href.match(/com\/?((index\.cgi)?\??(action=(ma.+ad|logout|home|change.+?))?(#.+)?)?$/)){
for(i=0;i<br.length;i++){
if(br.nextSibling && br.nextSibling.nodeName=="BR"){
br.style.display="none";
br[i+1].style.display="none";
}
}
}
// -->
</script>
<script type="text/javascript">
<!--
/* remove Forum Name | Topics | Posts...
and add thread & post info by california */
var td=document.getElementsByTagName("td");
if(location.href.match(/\/?((index\.cgi)?\??(action=(ma.+ad|logout|home))?(#.+)?)?$/)){
for(i=0;i<td.length;i++){
if(td.width=="1%" && td.innerHTML.match(/\d/)){
if(td[i+1].width.match(/^(1|7)%$/)){
td.innerHTML+="<br />threads";
td.width="8%";
}else{
td.innerHTML+="<br />posts";
td.width="7%";
}
}
if(td.width=="8%" && !td.innerHTML.match(/thread/)){
td.width="4%";
}
if(td.className=="titlebg" && td.innerHTML.match(/Forum Name/i)){
td.parentNode.style.display="none";
}
}
}
//-->
</script>
<script type='text/javascript'>
/* Serperate News Fader from Boards by Scorpian
Version 1 - Just split the damn thing
roddyinnov.proboards75.com */
/*=== Edit These ===*/
var splitHeight = 30; // How much space you want to split it by
/*=== Do Not Edit ===*/
var riTable = document.getElementsByTagName('table');
if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){
for(x=0; x<riTable.length; x++){
if(riTable[x].cellSpacing == 1 && riTable[x].cellPadding == 4 && riTable[x].rows[0].cells[0].innerHTML.match(/News/i)){
riTable[x].parentNode.parentNode.parentNode.parentNode.style.backgroundColor = 'transparent';
var newHTML = "<table width='100%' cellspacing='1' cellpadding='4' border='0' class='bordercolor'>";
newHTML += riTable[x].innerHTML;
newHTML += "</table><div style='height:"+splitHeight+"px;'></div>";
var newsFader = riTable[x].parentNode;
newsFader.innerHTML = newsFader.innerHTML.replace(newsFader.innerHTML,newHTML);
}
}
}
</script>
<script type="text/javascript">
<!--
// Created by PopThosePringles
// Size of the gap between categories
var gapSize = 20;
var tabHTML = '<td id="rr" colspan="5"></table></td></tr></table><div style="height:' + gapSize + '"></div><table width="100%" cellspacing="0" cellpadding="0" class="bordercolor"><tr><td><table cellpadding="4" cellspacing="1" width="100%"><tr>';
if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=home)?)?$/i)){
var tBod = document.getElementsByTagName("tbody");
for(tb = 0; tb < tBod.length; tb ++){
for(r = 2; r < tBod.item(tb).rows.length; r ++){
var tBodObj = tBod.item(tb).rows.item(r).cells.item(0);
if(tBodObj.className == "catbg" && tBodObj.colSpan == "5" && tBodObj.align != "right"){
var c = tabHTML + tBod.item(tb).firstChild.innerHTML + "</tr>";
var p = tBodObj.parentNode.innerHTML;
var tBodPar = tBod.item(tb).parentNode.parentNode.parentNode.parentNode.parentNode;
tBodPar.parentNode.innerHTML = tBodPar.parentNode.innerHTML.replace(p, c + p);
}
if(tBod.item(tb).rows.item(r).firstChild.id == "rr"){
tBod.item(tb).rows.item(r).style.display = "none";
}
}
}
}
//-->
</script>
<script type="text/javascript">
<!--
/* remove Forum Name | Topics | Posts...
and add thread & post info by california */
var td=document.getElementsByTagName("td");
if(location.href.match(/\/?((index\.cgi)?\??(action=(ma.+ad|logout|home))?(#.+)?)?$/)){
for(i=0;i<td.length;i++){
if(td.width=="1%" && td.innerHTML.match(/\d/)){
if(td[i+1].width.match(/^(1|7)%$/)){
td.innerHTML+="<br />threads";
td.width="8%";
}else{
td.innerHTML+="<br />posts";
td.width="7%";
}
}
if(td.width=="8%" && !td.innerHTML.match(/thread/)){
td.width="4%";
}
if(td.className=="titlebg" && td.innerHTML.match(/Forum Name/i)){
td.parentNode.style.display="none";
}
}
}
//-->
</script>
<script type="text/Javascript">
// Sub-Boards in Boards Cell v2 by Chris
// Do not redistribute without permission of the creator
var dontShow = [ // IDs of the boards to not have the sub-boards shown for
"test2",
"board2" // No comma on last line
];
var beforeText = "<font size='1'>[ Sub-Boards: "; // Text before all the sub-boards
var afterText = " ]</font>"; // Text after all the sub-boards
var middleText = ", "; // Text between each sub-board
// Don't edit
var aTD = document.getElementsByTagName("TD");
var aSE = document.getElementsByTagName("SELECT");
var subRe = /\s\(\d+ sub-boards?\)/i;
function analyzePage(){
// Adds the div's with IDs
for(a=4;a<aTD.length;a++){
if(aTD.width == "66%" && aTD.innerHTML.match(subRe)){
var d = document.createElement("div");
d.id = "sub_"+aTD.getElementsByTagName("A")[0].href.split(/board=/i)[1];
if(aTD.lastChild.nodeName.toLowerCase() == "font")
aTD.appendChild(d);
else
aTD.insertBefore(d,aTD.lastChild);
aTD.innerHTML = aTD.innerHTML.replace(subRe,"");
a = a+4;
}
}
}
function addListing(){
for(a=0;a<aSE.length;a++)
if(aSE.options[0].text == "Forum Jump")
break;
for(b=0;b<aSE.options.length;b++){
if(aSE.options.value != "" && aSE.options.text.match(/^-\s/i)){
var bid = aSE.options.value.split(/board=/i)[1];
if(!document.getElementById("sub_"+bid) || dontShow.toString().indexOf(bid) != -1)
continue;
var data = "";
while(aSE.options[b+1] && aSE.options[b+1].text.match(/---\s/i)){
b++;
data += (data == ""?"":middleText)+"<a href='"+aSE.options.value+"'>"+aSE.options.text.replace(/---\s/,"")+"</a>";
}
document.getElementById("sub_"+bid).innerHTML = beforeText+data+afterText;
}
}
}
if(location.href.match(/action=(change|home)/i) || !location.href.match(/action=/i)){
analyzePage();
addListing();
}
</script>
<script type="text/javascript">
<!--
//Remove Info Center Title Bar
//By Wrighty
//DO NOT REPOST
var td = document.getElementsByTagName("td");
if(location.href.match(/action=(change|home)/)||!location.href.match(/action/)){
for (w=0;w<td.length;w++){
if (td[w].className=="titlebg" && td[w].align=="center" && td[w].innerHTML.match(/Info Center/i)){
td[w].parentNode.style.display="none";
}}}
//-->
</script>
<script>
//Remove "Topics and Posts" column from main page
//wooper
var TD = document.getElementsByTagName("TD")
for(i=0;i<TD.length;i++){
if(TD.width == "1%" && TD[i+1].width == "1%")
{
TD.style.display ="none";
TD[i+1].style.display ="none";
TD[i-1].colSpan = '3';
}
}
</script>
<script type='text/javascript' language='JavaScript'>
/* Remove "Mark as Read" Bar by Scorpian */
var riTd = document.getElementsByTagName('td');
if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){
for(x=0; x<riTd.length; x++){
if(riTd[x].className == 'catbg' && riTd[x].colSpan == '5' && riTd[x].innerHTML.match(/Mark All Boards Read/i)){
riTd[x].parentNode.style.display = 'none';
}
}
}
</script>
<script>
//remove info center icons
var InfoIcon=document.getElementsByTagName("TD")
for(t=0;t<InfoIcon.length;t++){
if(InfoIcon[t].className.match("windowbg") && InfoIcon[t].width=="20" && InfoIcon[t].vAlign=="middle"){
InfoIcon[t].style.display="none"
}}
</script>
<script type="text/javascript">
<!--
/* Display Custom Images in "Customize Images" by SubDevo */
/* Main Footer - Please leave this header intact. Do not repost. */
/* interoceandesigns.proboards.com or lsdp.proboards.com */
if(location.href.match(/on=boardimages/i)){ var tI=document.getElementsByTagName("input");
for(x=0;x<tI.length;x++){with(tI[x]){
if(name.match(/\.gif/i)){ tdb=value;
with(parentNode.previousSibling.firstChild){title=alt; if(tdb!="http://"){src=tdb;}}
}}}}
//-->
</script>
<script type="text/javascript">
<!--
/* back to top link in mark as read bar by california */
var backToTop = '<img src="URL OF back2top.png" border="0">';
var td = document.getElementsByTagName("td");
if(location.href.match(/com\/?((index\.cgi)?\??(action=(logout|home))?(#.+)?)?$/)){
for(i=td.length-1; i>0; i--){
if(td.className=="catbg" && td.innerHTML.match(/=markall/)){
td.innerHTML = '<table width="100%"><tr><td align="left"><a href="#" onclick="scroll(0, 0); return false;">'+backToTop+'</a></td><td align="right"><a href="/index.cgi?action=markallboardsread">'+td.innerHTML+'</a></td></tr></table>';
break;
}
}
}
// -->
</script>
<script type="text/javascript">
<!--
/*Sub-Boards listed in board cell - By iAlex - Open Source*/
/* proboardcoding.proboards58.com */
if(location.href.match(/action=home/)||!location.href.match(/action/)){
var iTd=document.getElementsByTagName('td');
var iJump=document.getElementById('forumjump').options;
for(i=0;i<iTd.length;i++){
if(iTd.item(i).width=="66%" && iTd.item(i).className.match(/windowbg2$/) && iTd.item(i).align=="left" && iTd.item(i).vAlign=="top" && iTd.item(i).innerHTML.match(/\((\d+) sub-board(s)?\)/)){
if(!iTd.item(i).innerHTML.match(/<br\s?\/?><\/font>$/i)){
iTd.item(i).appendChild(document.createElement('br'));
}
var iFont=document.createElement('font');
iFont.innerHTML='<b>Sub-Boards:</b>';
iFont.size='1';
for(a=0;a<iJump.length;a++){
if(iJump.item(a).innerHTML.match(iTd.item(i).getElementsByTagName('b').item(0).innerHTML)){
for(c=a+1;c<iJump.length;c++){
if(!iJump.item(c).innerHTML.match(/--- (\w+)/)){
break;
}
iFont.innerHTML+=' <a href="'+iJump.item(c).value+'">'+iJump.item(c).innerHTML.replace(/-/g,'')+'</a>,';
}
}
}
iFont.innerHTML=iFont.innerHTML.replace(/,$/,'');
iTd.item(i).appendChild(iFont);
}
}
}
//-->
</script>
<script type="text/javascript">
/* Info Center - Hide Title Bar by SubDevo */
/* Main Footer - Please leave this header intact. */
/* interoceandesigns.com or lsdp.proboards.com */
if(pb_action=="home"){
var n=document.getElementsByTagName("b"),x=n.length-1;
while(n[--x]){
if(n[x].innerHTML=="Info Center"){
n[x].parentNode.parentNode.parentNode.style.display="none"; break;
}}}
</script>
<script type="text/Javascript">
// Center Info Center Titles by Chris
// Do not redistribute without permission of the creator
// Don't edit
if(!location.href.match(/action=(?!home)/)){
var aTD = document.getElementsByTagName("td");
for(a=0;a<aTD.length;a++){
if(aTD.align == "left" && aTD[a+1].align == "right" && aTD.innerHTML.match(/Active Users|Users\sOnline|Events|Birthdays/i)){
aTD.width = "99%";
aTD.align = "center";
} else if(aTD.colSpan == 2 && aTD.className == "catbg"){
aTD.align = "center";
}
}
}
</script>
/* Hide Info Center from Guests by SubDevo */
/* Main Footer - Please leave this header intact. Do not repost. */
/* interoceandesigns.com or lsdp.proboards.com */
if(pb_username=="Guest"&&pb_action=="home"){
var tb=document.getElementsByTagName("table"),n,x=tb.length;
while(tb[--x]){n=tb[x];
if(n.width=="100%"&&n.cellPadding==0&&(/<b>info\scenter/i).test(n.innerHTML)){
n.style.display="none"; break;
}}}
</script>
<script type="text/javascript">
<!--
/* Attach info center to board by california */
var br=document.getElementsByTagName("br");
if(location.href.match(/com\/?((index\.cgi)?\??(action=(ma.+ad|logout|home|change.+?))?(#.+)?)?$/)){
for(i=0;i<br.length;i++){
if(br.nextSibling && br.nextSibling.nodeName=="BR"){
br.style.display="none";
br[i+1].style.display="none";
}
}
}
// -->
</script>
<script type="text/javascript">
<!--
/* remove Forum Name | Topics | Posts...
and add thread & post info by california */
var td=document.getElementsByTagName("td");
if(location.href.match(/\/?((index\.cgi)?\??(action=(ma.+ad|logout|home))?(#.+)?)?$/)){
for(i=0;i<td.length;i++){
if(td.width=="1%" && td.innerHTML.match(/\d/)){
if(td[i+1].width.match(/^(1|7)%$/)){
td.innerHTML+="<br />threads";
td.width="8%";
}else{
td.innerHTML+="<br />posts";
td.width="7%";
}
}
if(td.width=="8%" && !td.innerHTML.match(/thread/)){
td.width="4%";
}
if(td.className=="titlebg" && td.innerHTML.match(/Forum Name/i)){
td.parentNode.style.display="none";
}
}
}
//-->
</script>
<script type='text/javascript'>
/* Serperate News Fader from Boards by Scorpian
Version 1 - Just split the damn thing
roddyinnov.proboards75.com */
/*=== Edit These ===*/
var splitHeight = 30; // How much space you want to split it by
/*=== Do Not Edit ===*/
var riTable = document.getElementsByTagName('table');
if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){
for(x=0; x<riTable.length; x++){
if(riTable[x].cellSpacing == 1 && riTable[x].cellPadding == 4 && riTable[x].rows[0].cells[0].innerHTML.match(/News/i)){
riTable[x].parentNode.parentNode.parentNode.parentNode.style.backgroundColor = 'transparent';
var newHTML = "<table width='100%' cellspacing='1' cellpadding='4' border='0' class='bordercolor'>";
newHTML += riTable[x].innerHTML;
newHTML += "</table><div style='height:"+splitHeight+"px;'></div>";
var newsFader = riTable[x].parentNode;
newsFader.innerHTML = newsFader.innerHTML.replace(newsFader.innerHTML,newHTML);
}
}
}
</script>
<script type="text/javascript">
<!--
// Created by PopThosePringles
// Size of the gap between categories
var gapSize = 20;
var tabHTML = '<td id="rr" colspan="5"></table></td></tr></table><div style="height:' + gapSize + '"></div><table width="100%" cellspacing="0" cellpadding="0" class="bordercolor"><tr><td><table cellpadding="4" cellspacing="1" width="100%"><tr>';
if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=home)?)?$/i)){
var tBod = document.getElementsByTagName("tbody");
for(tb = 0; tb < tBod.length; tb ++){
for(r = 2; r < tBod.item(tb).rows.length; r ++){
var tBodObj = tBod.item(tb).rows.item(r).cells.item(0);
if(tBodObj.className == "catbg" && tBodObj.colSpan == "5" && tBodObj.align != "right"){
var c = tabHTML + tBod.item(tb).firstChild.innerHTML + "</tr>";
var p = tBodObj.parentNode.innerHTML;
var tBodPar = tBod.item(tb).parentNode.parentNode.parentNode.parentNode.parentNode;
tBodPar.parentNode.innerHTML = tBodPar.parentNode.innerHTML.replace(p, c + p);
}
if(tBod.item(tb).rows.item(r).firstChild.id == "rr"){
tBod.item(tb).rows.item(r).style.display = "none";
}
}
}
}
//-->
</script>
<script type="text/javascript">
<!--
/* remove Forum Name | Topics | Posts...
and add thread & post info by california */
var td=document.getElementsByTagName("td");
if(location.href.match(/\/?((index\.cgi)?\??(action=(ma.+ad|logout|home))?(#.+)?)?$/)){
for(i=0;i<td.length;i++){
if(td.width=="1%" && td.innerHTML.match(/\d/)){
if(td[i+1].width.match(/^(1|7)%$/)){
td.innerHTML+="<br />threads";
td.width="8%";
}else{
td.innerHTML+="<br />posts";
td.width="7%";
}
}
if(td.width=="8%" && !td.innerHTML.match(/thread/)){
td.width="4%";
}
if(td.className=="titlebg" && td.innerHTML.match(/Forum Name/i)){
td.parentNode.style.display="none";
}
}
}
//-->
</script>
<script type="text/Javascript">
// Sub-Boards in Boards Cell v2 by Chris
// Do not redistribute without permission of the creator
var dontShow = [ // IDs of the boards to not have the sub-boards shown for
"test2",
"board2" // No comma on last line
];
var beforeText = "<font size='1'>[ Sub-Boards: "; // Text before all the sub-boards
var afterText = " ]</font>"; // Text after all the sub-boards
var middleText = ", "; // Text between each sub-board
// Don't edit
var aTD = document.getElementsByTagName("TD");
var aSE = document.getElementsByTagName("SELECT");
var subRe = /\s\(\d+ sub-boards?\)/i;
function analyzePage(){
// Adds the div's with IDs
for(a=4;a<aTD.length;a++){
if(aTD.width == "66%" && aTD.innerHTML.match(subRe)){
var d = document.createElement("div");
d.id = "sub_"+aTD.getElementsByTagName("A")[0].href.split(/board=/i)[1];
if(aTD.lastChild.nodeName.toLowerCase() == "font")
aTD.appendChild(d);
else
aTD.insertBefore(d,aTD.lastChild);
aTD.innerHTML = aTD.innerHTML.replace(subRe,"");
a = a+4;
}
}
}
function addListing(){
for(a=0;a<aSE.length;a++)
if(aSE.options[0].text == "Forum Jump")
break;
for(b=0;b<aSE.options.length;b++){
if(aSE.options.value != "" && aSE.options.text.match(/^-\s/i)){
var bid = aSE.options.value.split(/board=/i)[1];
if(!document.getElementById("sub_"+bid) || dontShow.toString().indexOf(bid) != -1)
continue;
var data = "";
while(aSE.options[b+1] && aSE.options[b+1].text.match(/---\s/i)){
b++;
data += (data == ""?"":middleText)+"<a href='"+aSE.options.value+"'>"+aSE.options.text.replace(/---\s/,"")+"</a>";
}
document.getElementById("sub_"+bid).innerHTML = beforeText+data+afterText;
}
}
}
if(location.href.match(/action=(change|home)/i) || !location.href.match(/action=/i)){
analyzePage();
addListing();
}
</script>
<script type="text/javascript">
<!--
//Remove Info Center Title Bar
//By Wrighty
//DO NOT REPOST
var td = document.getElementsByTagName("td");
if(location.href.match(/action=(change|home)/)||!location.href.match(/action/)){
for (w=0;w<td.length;w++){
if (td[w].className=="titlebg" && td[w].align=="center" && td[w].innerHTML.match(/Info Center/i)){
td[w].parentNode.style.display="none";
}}}
//-->
</script>
<script>
//Remove "Topics and Posts" column from main page
//wooper
var TD = document.getElementsByTagName("TD")
for(i=0;i<TD.length;i++){
if(TD.width == "1%" && TD[i+1].width == "1%")
{
TD.style.display ="none";
TD[i+1].style.display ="none";
TD[i-1].colSpan = '3';
}
}
</script>
<script type='text/javascript' language='JavaScript'>
/* Remove "Mark as Read" Bar by Scorpian */
var riTd = document.getElementsByTagName('td');
if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){
for(x=0; x<riTd.length; x++){
if(riTd[x].className == 'catbg' && riTd[x].colSpan == '5' && riTd[x].innerHTML.match(/Mark All Boards Read/i)){
riTd[x].parentNode.style.display = 'none';
}
}
}
</script>
<script>
//remove info center icons
var InfoIcon=document.getElementsByTagName("TD")
for(t=0;t<InfoIcon.length;t++){
if(InfoIcon[t].className.match("windowbg") && InfoIcon[t].width=="20" && InfoIcon[t].vAlign=="middle"){
InfoIcon[t].style.display="none"
}}
</script>
<script type="text/javascript">
<!--
/* Display Custom Images in "Customize Images" by SubDevo */
/* Main Footer - Please leave this header intact. Do not repost. */
/* interoceandesigns.proboards.com or lsdp.proboards.com */
if(location.href.match(/on=boardimages/i)){ var tI=document.getElementsByTagName("input");
for(x=0;x<tI.length;x++){with(tI[x]){
if(name.match(/\.gif/i)){ tdb=value;
with(parentNode.previousSibling.firstChild){title=alt; if(tdb!="http://"){src=tdb;}}
}}}}
//-->
</script>
<script type="text/javascript">
<!--
/* back to top link in mark as read bar by california */
var backToTop = '<img src="URL OF back2top.png" border="0">';
var td = document.getElementsByTagName("td");
if(location.href.match(/com\/?((index\.cgi)?\??(action=(logout|home))?(#.+)?)?$/)){
for(i=td.length-1; i>0; i--){
if(td.className=="catbg" && td.innerHTML.match(/=markall/)){
td.innerHTML = '<table width="100%"><tr><td align="left"><a href="#" onclick="scroll(0, 0); return false;">'+backToTop+'</a></td><td align="right"><a href="/index.cgi?action=markallboardsread">'+td.innerHTML+'</a></td></tr></table>';
break;
}
}
}
// -->
</script>
<script type="text/javascript">
<!--
/*Sub-Boards listed in board cell - By iAlex - Open Source*/
/* proboardcoding.proboards58.com */
if(location.href.match(/action=home/)||!location.href.match(/action/)){
var iTd=document.getElementsByTagName('td');
var iJump=document.getElementById('forumjump').options;
for(i=0;i<iTd.length;i++){
if(iTd.item(i).width=="66%" && iTd.item(i).className.match(/windowbg2$/) && iTd.item(i).align=="left" && iTd.item(i).vAlign=="top" && iTd.item(i).innerHTML.match(/\((\d+) sub-board(s)?\)/)){
if(!iTd.item(i).innerHTML.match(/<br\s?\/?><\/font>$/i)){
iTd.item(i).appendChild(document.createElement('br'));
}
var iFont=document.createElement('font');
iFont.innerHTML='<b>Sub-Boards:</b>';
iFont.size='1';
for(a=0;a<iJump.length;a++){
if(iJump.item(a).innerHTML.match(iTd.item(i).getElementsByTagName('b').item(0).innerHTML)){
for(c=a+1;c<iJump.length;c++){
if(!iJump.item(c).innerHTML.match(/--- (\w+)/)){
break;
}
iFont.innerHTML+=' <a href="'+iJump.item(c).value+'">'+iJump.item(c).innerHTML.replace(/-/g,'')+'</a>,';
}
}
}
iFont.innerHTML=iFont.innerHTML.replace(/,$/,'');
iTd.item(i).appendChild(iFont);
}
}
}
//-->
</script>
<script type="text/javascript">
/* Info Center - Hide Title Bar by SubDevo */
/* Main Footer - Please leave this header intact. */
/* interoceandesigns.com or lsdp.proboards.com */
if(pb_action=="home"){
var n=document.getElementsByTagName("b"),x=n.length-1;
while(n[--x]){
if(n[x].innerHTML=="Info Center"){
n[x].parentNode.parentNode.parentNode.style.display="none"; break;
}}}
</script>
<script type="text/Javascript">
// Center Info Center Titles by Chris
// Do not redistribute without permission of the creator
// Don't edit
if(!location.href.match(/action=(?!home)/)){
var aTD = document.getElementsByTagName("td");
for(a=0;a<aTD.length;a++){
if(aTD.align == "left" && aTD[a+1].align == "right" && aTD.innerHTML.match(/Active Users|Users\sOnline|Events|Birthdays/i)){
aTD.width = "99%";
aTD.align = "center";
} else if(aTD.colSpan == 2 && aTD.className == "catbg"){
aTD.align = "center";
}
}
}
</script>