
&lt;script>
&lt;!--
// BBC Tags v1.3 Beta by cheater007 and Xcom923
// Edited with Permission by King Kovifor
// [url=http://s3.invisionfree.com/007CF/]http://s3.invisionfree.com/007CF/[/url] 
// [url=http://www.libihost.net/cheater/]http://www.libihost.net/cheater/[/url] 
// [url=http://ja2.web1000.com]http://ja2.web1000.com[/url]
// This header cannot be removed 


//Get username section
var username, tds = document.getElementsByTagName('td');
for (i = 0; i &lt; tds.length; i++) {
if (tds[i].innerHTML.match('Log In')) {
  username = "Guest";
} else if (tds[i].innerHTML.match('Logged in as:')) {
  username = tds[i].getElementsByTagName('a')[0].innerHTML;
}
}


var Tags = new Array();

Tags[0] = new Array(

/\[spoiler\](.*)\[\/spoiler\]/;

Tags[1] = new Array('&lt;p>&lt;b>Spoiler: (highlight to see)&lt;/b>&lt;br>&lt;span class="spoiler">$1&lt;/span>&lt;p>');

if (location.href.match('act=Post')) {
var tds = document.getElementsByTagName('td');
var post_form = document.REPLIER;
for (i = 0; i &lt; tds.length; i++) {
  if (tds[i].innerHTML.match('accesskey')) {
  tds[i].innerHTML += "&lt;br>&lt;input type='button' class=codebuttons value='Spoiler' onmouseover='descript(\"Spoiler (alt + d)\")' onclick='addtext(\"[/i][/i][spoiler]TEXT[/spoiler]\")' accesskey='d' style='font-size: 10px'>"
  function descript(text) {
    post_form.helpbox.value = text;
  }
  function addtext(text) {
    if (post_form.Post.createTextRange && post_form.Post.caretPos) {
    var caretPos = post_form.Post.caretPos;
    caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
    } else {
    post_form.Post.value += text;
    }
  }
  }
}
}
if (location.href.match('showtopic=') || location.href.match('act=Msg')|| location.href.match('act=Post')|| location.href.match('act=ST')|| location.href.match('index.php?')) {
tds = document.getElementsByTagName('td');
for (i = 0; i &lt; tds.length; i++) {
  if (tds[i].className == "post1" || tds[i].className == "post2" || tds[i].className == "row1") {
  for (a = 0; a &lt; Tags[1].length; a++) {
    tds[i].innerHTML = tds[i].innerHTML.replace(Tags[0][a], Tags[1][a]);
  }
  }
}
}
//-->

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}