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

Status Make a Contribution to Metal Coven
Our Goal:
None
We Have: $41
We Need: $0

List of Contributors

You are not logged in. You can still make a contribution, but it will show up as anonymous.



Amount

  enter whole dollar amounts only
  (example: 25)
$

Payment Method

PayPal Online Payment Service (Instant Processing)

NOTE: Contributed funds available for ezboard services ONLY.



Thank you for supporting your community!
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.