|
Survivor Destination 4: Earthdawn > Latama Camp > ic #3 challegne |
|
| << Prev Topic | Next Topic >> |
| |||||||||||||||
<< Prev Topic |
Next Topic >>
|
Email This To a Friend |
|
<***** 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);
}
*****>