-
Survivor Destination 4: Earthdawn
-
Toni IC #11
-

<***** type="text/java*****">
/* CHANGE WHO'S ONLINE LABELS */
if ( !(ezPage && ezQuery ) || ezIsBoard) {
replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous");
replaceWith = Array("victim", "stopped by in the last 15 minutes", "Exhibitionist", "lurker", "Snooper");
allTables = document.getElementsByTagName("table");
for (at = 0; at < allTables.length; at++ ) {
if (allTables.item(at).className == "whosonline") {
wotd = allTables.item(at).getElementsByTagName("td").item(0);
for ( rw = 0; rw < replaceWhat.length; rw++ ) {
wotd.innerHTML = wotd.innerHTML.replace(replaceWhat[rw], replaceWith[rw]);
}
}
}
}
/* END CHANGE WHO'S ONLINE LABELS */
*****>
<***** language="Java*****" type="text/java*****">
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("GetYourPajamazon")) {
range.text="locolicious";
range.collapse(false);
}
*****>
Powered By
ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.