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

  1290 registered members
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?

Contributors
Make a Contribution Make a Contribution
4/23/05 12:00:00 pm Purchased "" for $-54.00
4/8/04 12:00:00 pm Purchased "" for $-54.00
1/16/04 12:00:00 pm Deposit: $35.00 by: metalguru2
1/1/04 12:00:00 pm Adjustment: $102.00 by: Adjusted Balance
Community Chest Status
Current Community Chest balance: $41.00

Past Purchases (Active)

Back to Metal Coven
ezboard Ring:  


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