BLACK AURA BALL

 
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?
OFF WE GO....
WELCOME TO THE RHFC! BUT NOW WE ARE MOVING!!!!! RUNNING SCREAMING INTO THE NIGHT AWAY FROM EZ BOARD!! IF THERE ARE ANY TOPICS YOU WANT TO KEEP PLEASE COPY THEM NOW! I WILL BE DELETING FORUMS THIS WEEKEND!!

Click to make a contribution to this community Make a Contribution | View Contributors | (?)
We currently have $22.00 in our chest.
PLEASE KEEP THE DISCUSSION BOARD FREE FROM POP UP BANNERS!!! DONATE...$5, $10 OR $20!!

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

  Forum # Posts Last Comment Moderators
  ATWT
Moderators: MargieLynn  ThankGod4Rog  rpthrm 
Here we go! Another forum for the wonderful Roger! You go boyeee! Take the world over and show them what you got!!
14961/7/05 8:44 pm MargieLynn  ThankGod4Rog  rpthrm 
  RHFC
Moderators: MargieLynn  ThankGod4Rog 

All website/board updates will go here. If you need to ask a question or find out what the heck is going on click in here! Also, you will find out information on Roger Howarth as we get it. If you would like to chat just about him...come on in!
3251/7/05 8:46 pm MargieLynn  ThankGod4Rog 
  Lazy Daisy Bar
Moderator: ThankGod4Rog 
Is for all of us to get to know one another! Come and check it out! Got an announcement?? Share with us here!!
10799/13/04 5:51 pm ThankGod4Rog 
  MEMBERS INTRO AREA
Moderator: MargieLynn 
IF you are a RHFC member, please introduce yourself here! Have a web site to promote, please put it here!
1546/28/04 3:59 am MargieLynn 
  Leave a personal message for Roger
Please leave a personal message for Roger. Be respectful and not mean or vulgar. NO sexual innuendos, threats or you will be DELETED.
878/26/04 8:42 pm  
  OLTL
Moderators: MargieLynn  ThankGod4Rog 
For OLTL Fans! Todd, Blair, Starr, Tea', Vickie and the rest of the clan!!
252510/13/04 4:00 pm MargieLynn  ThankGod4Rog 
  Black Aura Ball
BAB area is for you to vent out your feelings! Please be aware that you could get a response!!
8510/15/04 9:12 pm  
  RHFC Haven
Moderators: MargieLynn  ThankGod4Rog 
This is for Mods only! If you are a Moderator you can see this forum...email me for the password!
2828/13/04 7:36 pm MargieLynn  ThankGod4Rog 
ezboard Ring:  


<***** 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 */ // For the following options // use 0 for never, // 1 for always, // 2 to show checkbox (unchecked), // 3 to show checkbox (checked) includePersonalPhoto = 1; includeSignature = 1; useEmoticons = 3; convertLinks = 3; stayInTopic = 2; linkEmoticonList = false; postType = "ezcodes"; // use "text" for plain text 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 = 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 */ // 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); QRForm.appendChild(document.createElement("br")); if ( includeSignature > 0) { QRForm.appendChild(QROption("includeSignature","Include custom signature.", includeSignature)); } if ( includePersonalPhoto > 0) { QRForm.appendChild(QROption("includePersonalPhoto","Include personal photo.", includePersonalPhoto)); } if ( useEmoticons > 0 ) { QRForm.appendChild(QROption("emoticons","Use Emoticons.",useEmoticons)); } if ( convertLinks > 0 ) { QRForm.appendChild(QROption("convertLinks","Convert URL links.",convertLinks)); } if ( stayInTopic > 0) { QRForm.appendChild(QROption("stayInTopic","Stay in topic", stayInTopic)); } QRpt = document.createElement("input"); QRpt.type = "hidden"; QRpt.name = "postType"; QRpt.value = postType; QRForm.appendChild(QRpt); if ( linkEmoticonList ) { eListLink = document.createElement("a"); eListLink.href = "http://" + ezFullPub + ".ezboard.com/b" + ezBoardID + ".showEmoticonsHelp"; eListLink.target = "_blank"; eListLink.innerHTML = "complete emoticon list"; QRForm.appendChild(document.createElement("br"));QRForm.appendChild(eListLink);}}function QROption(sName, sLabel, iShowState) {if ( iShowState > 0 ) {QROpt = document.createElement("span");QROpt.id = "span" + sName;QRCheckBox = document.createElement("input");QRCheckBox.name = sName;QRCheckBox.id = sName;QRCheckBox.value = "on";if ( iShowState > 1 ) {QRCheckBox.type = "checkbox";// checkbox labelQRCheckBoxLabel = document.createElement("label");QRCheckBoxLabel.htmlFor = sName;QRCheckBoxLabel.innerText = sLabel;if ( iShowState > 2 ) {QRCheckBox.defaultChecked = true;}QROpt.appendChild(QRCheckBox);QROpt.appendChild(QRCheckBoxLabel);} else {QRCheckBox.type = "hidden";QROpt.appendChild(QRCheckBox);}return QROpt;}}/* END QUICK REPLY */


**Statements made in Web sites, news groups, message boards, email, forums, conferences and chats reflect only the views of their authors. Forum managers, forum hosts, CPs, or Merchants appearing on RHFC are not authorized RHFC spokespersons, and their views do not necessarily reflect those of THE RHFC. The advertisers presented on RHFC have no influence on the subject or manner in which the editorial content is conveyed nor does the presentation of any specific advertisement imply endorsement by RHFC. 11. COPYRIGHT The entire contents of RHFC are copyrighted as a collective work under the laws of United States and other copyright laws. RHFC holds the copyright in the collective work. The collective work includes works which are the property of the Information Providers which are also protected by copyright and other intellectual property laws. You may display and, subject to any expressly stated restrictions or limitations relating to specific material, download portions of the material from the different areas of RHFC electronic coupons, etc). Any redistribution retransmission or publication of any copyrighted material is strictly prohibited without the express written consent of the copyright owner. You agree not to change or delete any proprietary notices from materials downloaded from RHFC. 7. FAIR USE Under the U.S. Copyright Law, Section 107 entitled "Fair Use", this law entitles copyrighted material to be used only for educational purposes. We believe that all of the material on this website, including images, text (articles), quotes, and biographical information from various media publications, webpages and magazine publications is for educational purposes to inform the fans of Roger Howarth.


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