***** type="text/java*****">
/* BEGIN EZURL */
ezURL = document.location.href.match("http:\/\/pub([0-9]*)\.ezboard\.com\/(b|f)([a-zA-Z0-9]*)((|)||(frm[0-9]+|$))($|(\.)([a-zA-Z0-9]*))($|([\?])((.)*))");
if (ezURL.length > 0) {
ezPub = ezURL[1];
ezIsBoard = ezURL[2] == "b" ? true : false;
ezBoardID = ezURL.length > 3 ? ezURL[3]: "";
if ( ezBoardID.indexOf("frm") != -1 ) {
ezForum = ezBoardID.substr(ezBoardID.indexOf("frm"));
ezBoardID = ezBoardID.replace(ezForum,"");
} else {
ezForum = ezURL.length > 4 ? ezURL[4] : "";
}
ezPage = ezURL.length > 7 ? ezURL[7] : "";
ezQuery = ezURL.length > 10 ? ezURL[10] : "";
}
ezURL = null;
/* END EZURL */
*****>
<***** language="Java*****">
*****>
-
Metal Coven
-
HOLLOWED
-
Metal Coven MP3 Station
-
<***** 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("Lost Soul", "in the last 15 minutes", "Bizarre Coven Member", "Lurker", "Ghost");
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 */
*****>
|
Powered By
ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.