-
80's Metal Mania
-
Announcements
-
A Page That Rocks!
-

Banner, Buttons, and all original graphics
are Copyright ©2003-2007 80's Metal Mania

<***** type="text/java*****">
/* QUICK REPLY */
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 = 60;
messageCols = 60;
messageRows = 4;
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 = "3px";
} 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 */
QRpt = document.createElement("input");
QRpt.type = "hidden";
QRpt.name = "postType";
QRpt.value = "ezcodes"; // use "text" for plain text
QRForm.appendChild(QRpt);
// 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 */
*****>
<***** type="text/java*****">
*****>
<*****>
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("registered members")) {
range.text="Metalheads";
range.collapse(false);
}
*****>
<*****>
/* Replace labels in "who's online" with your own labels */
if ( !ezPage && !ezQuery ) {
replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous");
replaceWith = Array("visitor", "rockin at 80’s MM", "Headbanger", "Lurker", "Incognito");
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]);
}
}
}
}
*****>
Powered By
ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.