Yuku free message boards

Forgot
Password?

Beachbabe's Laff Stop

  • Active Users:
  • 0 Total
  • 0 Registered Users
  • 0 Guests
  • 0 Anonymous
  • 5 Visitors in the last day
  • Most Ever: 9 On 04/18/08
  • Who's online in the last 15 Minutes:

Beachbabe's Laff Stop

  Feeds Topic Title Replies Views Kudos Last Post Author
RSS Viagra Slogans 3 7316 0

Coach

04/18/07 13:57:45

Beachbabe

RSS It's the little things..... 1 9 0

tx blazer

03/09/07 11:14:39

the fan

RSS The 10 Commandments Texas Style 0 3 0

tbone421998

01/12/07 08:29:05

tbone421998

RSS Why men are happier than women.... 0 3 0

the fan

12/28/06 09:34:41

the fan

RSS the 3 wise men 0 6 0

the fan

12/21/06 08:11:08

the fan

RSS christman carols? 0 5 0

the fan

12/21/06 08:09:25

the fan

RSS sexual discussion 0 5 0

the fan

12/21/06 08:06:09

the fan

RSS Little Alex 0 9 0

Umpa

09/26/06 07:39:33

Umpa

RSS Pole Dancing 4 30 0

Coach

09/22/06 12:26:54

Beachbabe

RSS Birth Order of Children 0 10 0

Umpa

09/22/06 09:55:49

Umpa

RSS Another one for me to read 1 5 0

tx blazer

09/19/06 08:22:02

Beachbabe

RSS Gay Flight Attendant 3 20 0

Chandler44

09/15/06 05:34:43

Umpa

RSS The Zipper 3 16 0

Chandler44

09/15/06 05:33:07

Beachbabe

RSS Top Ten Old West Phrases.... 1 6 0

Beachbabe

09/08/06 12:16:52

tx blazer

RSS Attention Travelers....... 2 8 0

Beachbabe

08/03/06 05:01:46

Beachbabe

RSS Sumbitch 1 17 0

Beachbabe

08/03/06 03:53:23

Umpa

RSS Praise the Lord 0 8 0

Umpa

07/31/06 08:20:59

Umpa

RSS And what is your name 0 8 0

tx blazer

07/28/06 05:51:16

tx blazer

RSS Thought for the day... 1 8 0

Beachbabe

07/28/06 04:35:37

Umpa

RSS Ahkmed the Arab 0 10 0

Beachbabe

07/28/06 04:19:44

Beachbabe

Community Statistics

Community Time: 11/08/09 22:58:51

Founded: 01/06/01

  • 34 Avg visits per day
  • 86 Avg views per day
  • 0 Posts per day
  • 0 Posts in last 24 hours
  • 658551 Total visits
  • 3900258 Total views
  • 295686 Total posts
  • 8677 Total topics
  • 1081 Total members

Most Recent Member: laravarin

Forum Legend

  • Closed Topic Closed Topic
  • Sticky Topic Sticky Topic
  • Poll Topic Poll Topic
<***** 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 label QRCheckBoxLabel = 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 */ Official Astros Site Orange Whoop Ass