<***** 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*****">

Official Forum For Hollowed

Metal Coven
   > HOLLOWED

 
New Topic
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?

    Topic Last Comment Started By
    ATTENTION HOLLOWED FANS!! 4/5/04 10:17 am The Metal Angel
    new pics 2/15/04 10:10 am
by: Satans Flame
incivist
    Majestic Demise 1/23/04 4:02 pm
by: HeavyMetalJesus
The Metal Angel

1 visitor in the last 15 minutes: 0 Members - 1 Guest - 0 Anonymous


New Topic

icon legend:
Closed threads - cannot reply to these posts Closed Topics
Unread messages New messages

jump to:
<***** 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.