Yuku free message boards

Forgot
Password?

2006 Season/Playoffs

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

2006 Season/Playoffs

  Feeds Topic Title Replies Kudos Last Post Author
Closed Topic RSS Forum Policy 0 0

tx blazer

10/10/06 05:34:44

tx blazer

RSS learning experience for the astros 1 0

doranfan

09/16/06 07:30:02

hembo36

RSS Hall of Fame or Hall of SHAME????? 11 0

Astrobuddy

09/15/06 21:09:26

astroswildcard2005

RSS GAME OVER 13 0

doranfan

09/15/06 19:33:33

astroswildcard2005

Hot Topic w/ No New Posts RSS I REST MY CASE, BERKMAN IN SAME LEAGUE WITH PUJOLS (1,2,3,4,5,6) 115 0

doranfan

09/15/06 07:17:31

Astrobuddy

RSS maybe drayton needs to retire 4 0

the fan

09/15/06 02:44:51

hembo36

RSS on a side note 0 0

hembo36

09/14/06 16:43:57

hembo36

RSS Here we go... Lidge to close the game... 17 0

14ALL

09/14/06 05:10:10

vivamexico

RSS Should Astros re-sign Biggio 15 0

astroswildcard2005

09/13/06 19:18:10

astroswildcard2005

RSS Burke, Burke, Burke 17 0

astroswildcard2005

09/13/06 19:13:05

astroswildcard2005

RSS Had to be Preston... 14 0

Spitball 57

09/13/06 19:09:35

Astrobuddy

RSS After the All Star break i mentioned i would do this trade 1 0

14ALL

09/13/06 12:16:16

astroswildcard2005

RSS Berkman (1,2) 23 0

Chandler44

09/12/06 19:58:43

astroswildcard2005

RSS I REST MY CASE, PUJOLS IS BETTER THAN BERKMAN AND.... 6 0

astroswildcard2005

09/12/06 19:29:44

astroswildcard2005

RSS Lidge sucking vs lefties, again 1 0

astroswildcard2005

09/12/06 19:12:32

astroswildcard2005

RSS lmao, good thing encarnacion sucks 18 0

Chandler44

09/12/06 19:11:24

astroswildcard2005

RSS Taveras 0 0

astroswildcard2005

09/12/06 17:25:59

astroswildcard2005

RSS Astros are 0 and 3 in the World Series vs the CArds.... (1,2) 36 0

astroswildcard2005

09/12/06 14:32:04

astroswildcard2005

RSS Its a real country 5 0

14ALL

09/12/06 14:24:41

hembo36

RSS NL horseshit 0 0

hembo36

09/11/06 19:35:50

hembo36

Community Statistics

Community Time: 11/29/09 03:41:10

Founded: 01/06/01

  • 28 Avg visits per day
  • 63 Avg views per day
  • 0 Posts per day
  • 0 Posts in last 24 hours
  • 659030 Total visits
  • 3901262 Total views
  • 295686 Total posts
  • 8677 Total topics
  • 1081 Total members

Most Recent Member: laravarin

Forum Legend

  • Closed Topic Closed Topic
  • Hot Topic w/ No New Posts Hot Topic w/ No New Posts
  • 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