<***** type="text/java*****"> /* BEGIN EZURL */ ezURL = document.location.href.match("http:\/\/((?:pub|b|p)([0-9]+)|beta|vanchau|inbox)\.ezboard\.com\/(b|f)([a-zA-Z0-9]+(?=frm[0-9]+)|[a-zA-Z0-9]+(?!frm[0-9]+))(frm[0-9]+|)(?:(?:[\.]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:(?:[\x3F]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:.*)"); try { if (ezURL.length > 0) { ezPub = ezURL[2].length > 0 ? ezURL[2] : ezURL[1]; ezFullPub = ezURL[1]; ezIsBoard = ezURL[3] == "b" ? true : false; ezBoardID = ezURL[4]; ezForum = ezURL[5]; ezPage = ezURL[6]; ezQuery = ezURL[7]; } } catch (e) { } ezURL = null; /* END EZURL */ <***** type="text/java*****"> /* CHANGE DATES TO LOCAL TIME */ function changeDates() { if (!navigator.userAgent.toLowerCase().match("opera|safari")) { // GMT offset var GMToffset = -3; /* DateForm: 0 = "m/d/yy" 1="m/d/yyyy" 2="d/m/yy" 3="d/m/yyyy" 4=if user date offset is from -4 to -8 hours (US), then use format 0, else use format 2 */ var DateForm = 4; if (!ezIsBoard) { if (!ezPage) { alldh = document.getElementsByTagName("nobr") ; } else { alldh = document.getElementsByTagName("font") ; } } else { alldh = document.getElementsByTagName("td") ; } for (an=0;an< alldh.length;an++) { convertdate(alldh.item(an), GMToffset, DateForm); } } } function convertdate(oD, GMToffset, DateForm) { try { if (!isNaN(Date.parse(oD.innerHTML.replace("Posted\:","").replace(/[\(\)]/ig, "") ))) { d = new Date(); if (DateForm == 4) { if ((d.getTimezoneOffset() <= 480) && (d.getTimezoneOffset() >= 240)) { DateForm = 0; } else { DateForm = 2; } } dV = new Date(Date.parse(oD.innerHTML.replace(/[\(\)]/ig, "").replace("Posted:","") ) - (GMToffset * 1000 * 60 * 60) - (d.getTimezoneOffset() * 1000 * 60)); if (dV.getFullYear() < 1970) { dV.setYear(dV.getFullYear() + 100) }; switch (DateForm) { case 0: oD.innerHTML = (oD.innerHTML.indexOf("Posted:") != -1 ? "Posted: " : "") + (dV.getMonth()+1).toString() + "/" + dV.getDate().toString() + "/" + dV.getFullYear().toString().substr(2) + " " + (dV.getHours() > 12 ? dV.getHours()-12 : (dV.getHours() == 0 ? 12 : dV.getHours())).toString() + ":" + (dV.getMinutes() < 10 ? "0" + dV.getMinutes().toString() : dV.getMinutes().toString()) + (dV.getHours() > 12 ? "pm" : "am") ; break; case 1: oD.innerHTML = (oD.innerHTML.indexOf("Posted:") != -1 ? "Posted: " : "") + (dV.getMonth()+1).toString() + "/" + dV.getDate().toString() + "/" + dV.getFullYear().toString() + " " + (dV.getHours() > 12 ? dV.getHours()-12 : (dV.getHours() == 0 ? 12 : dV.getHours())).toString() + ":" + (dV.getMinutes() < 10 ? "0" + dV.getMinutes().toString() : dV.getMinutes().toString()) + (dV.getHours() > 12 ? "pm" : "am") ; break; case 2: oD.innerHTML = (oD.innerHTML.indexOf("Posted:") != -1 ? "Posted: " : "") + dV.getDate().toString() + "/" + (dV.getMonth()+1).toString() + "/" + dV.getFullYear().toString().substr(2) + " " + (dV.getHours() > 12 ? dV.getHours()-12 : (dV.getHours() == 0 ? 12 : dV.getHours())).toString() + ":" + (dV.getMinutes() < 10 ? "0" + dV.getMinutes().toString() : dV.getMinutes().toString()) + (dV.getHours() > 12 ? "pm" : "am") ; break; case 3: oD.innerHTML = (oD.innerHTML.indexOf("Posted:") != -1 ? "Posted: " : "") + dV.getDate().toString() + "/" + (dV.getMonth()+1).toString() + "/" + dV.getFullYear().toString() + " " + (dV.getHours() > 12 ? dV.getHours()-12 : (dV.getHours() == 0 ? 12 : dV.getHours())).toString() + ":" + (dV.getMinutes() < 10 ? "0" + dV.getMinutes().toString() : dV.getMinutes().toString()) + (dV.getHours() > 12 ? "pm" : "am") ; break; } } } catch (e) { } } /* CHANGE DATES TO LOCAL TIME */

New Athens

18 registered members
Login | Register Your Free Account (Required) | Help | Find Communities! Need help logging in?
CONCERTS: Stellar Vector, AD, Islero and UCKF Tuesday 3/15, 9pm, 21+, Station 4!!! 3/26-AD with Epicurean, All the Pretty Horses and Revelence!!! Star Central! 18+ and music begins at 9pm!
Status Make a Contribution to New Athens
Our Goal:
None
We Have: $0
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*****"> /* BEGIN EZURL */ ezURL = document.location.href.match("http:\/\/((?:pub)([0-9]+)|beta|vanchau|inbox)\.ezboard\.com\/(b|f)([a-zA-Z0-9]+(?=frm[0-9]+)|[a-zA-Z0-9]+(?!frm[0-9]+))(frm[0-9]+|)(?:(?:[\.]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:(?:[\x3F]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:.*)"); try { if (ezURL.length > 0) { ezPub = ezURL[2].length > 0 ? ezURL[2] : ezURL[1]; ezFullPub = ezURL[1]; ezIsBoard = ezURL[3] == "b" ? true : false; ezBoardID = ezURL[4]; ezForum = ezURL[5]; ezPage = ezURL[6]; ezQuery = ezURL[7]; } } catch (e) { } ezURL = null; /* END EZURL */ <***** 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("AD fan", "in the last 5 minutes", "Artemis Lover", "Lost Soul", "Invisible Fans"); 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 */ <***** type="text/java*****"> /* QUICK REPLY: Add quick reply to topic listings Before you can use this *****, you must change your "add reply" image as follows: Old image: http://www.somehost.com/someimage.gif New image: 'http://www.somehost.com/someimage.gif' name='addreplybutton' */ if ( document.location.href.indexOf(".showMessage") != -1 ) { /* Comment the lines below out or change the value to false to assume that we will NOT include personal photo or signature, or use emoticons or to show a link to the emoticon list or to hide the subject box */ includePersonalPhoto = true; includeSignature = true; useEmoticons = true; linkEmoticonList = true; showSubjectBox = true; subjectSize = 44; messageCols = 60; messageRows = 7; addReplyButton = document.getElementsByName("addreplybutton").item(1); QRCell = addReplyButton.parentNode; while ( QRCell.nodeName != "TR" ) { QRCell = QRCell.parentNode; } QRCell = QRCell.getElementsByTagName("td").item(0); QRForm = document.createElement("form"); QRForm.method = "post"; QRForm.action = document.location.href.replace(/.showMessage[^\?]*\?/, ".addReplyFromWeb?"); QRForm.name = "PostMessage"; QRSubject = document.createElement("input"); QRSubject.value = "Re: " + document.title.replace(" - www.ezboard.com", ""); QRSubject.id = "quickreplysubject"; QRSubject.name = "subject"; if ( showSubjectBox ) { QRSubject.type = "text"; QRSubject.className = "inputbox"; QRSubject.maxLength = 60; QRSubject.size = subjectSize; QRSubject.tabIndex = 3; QRSubject.style.marginRight = "4px"; } else { QRSubject.type = "hidden"; } QRBody = document.createElement("textarea"); QRBody.rows = messageRows; QRBody.cols = messageCols; QRBody.id = "quickreplybody"; QRBody.className = "inputbox"; QRBody.value = ""; QRBody.name = "body"; QRBody.tabIndex = 4; QRSubmit = document.createElement("input"); QRSubmit.type = "submit"; QRSubmit.className = "inputbutton"; QRSubmit.id = "quickreplysubmit"; QRSubmit.value = "Quick Reply"; QRSubmit.tabIndex = 5; QRCell.align = "right"; QRCell.appendChild(QRForm); /* Uncomment the commented lines to add labels for the two boxes */ // QRForm.appendChild(document.createTextNode("Subject: ")); QRForm.appendChild(QRSubject); QRForm.appendChild(QRSubmit); // QRForm.appendChild(document.createElement("br")); // QRForm.appendChild(document.createTextNode("Message: ")); QRForm.appendChild(document.createElement("br")); QRForm.appendChild(QRBody); if ( linkEmoticonList ) { eListLink = document.createElement("a"); eListLink.href = "http://pub" + ezPub + ".ezboard.com/b" + ezBoardID + ".showEmoticonsHelp"; eListLink.target = "_blank"; eListLink.innerHTML = "complete emoticon list"; QRForm.appendChild(document.createElement("br")); QRForm.appendChild(eListLink); } if ( includeSignature ) { QRSig = document.createElement("input"); QRSig.type = "hidden"; QRSig.name = "includeSignature"; QRSig.value = "on"; QRForm.appendChild(QRSig); } if ( includePersonalPhoto ) { QRPhoto = document.createElement("input"); QRPhoto.type = "hidden"; QRPhoto.name = "includePersonalPhoto"; QRPhoto.value = "on"; QRForm.appendChild(QRPhoto); } if ( useEmoticons ) { QREmoticons = document.createElement("input"); QREmoticons.type = "hidden"; QREmoticons.name = "emoticons"; QREmoticons.value = "on"; QRForm.appendChild(QREmoticons); } } /* END QUICK REPLY */ <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("registered members")) { range.text="Aesma Daeva Fans"; range.collapse(false); }

Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.