Yuku free message boards

Forgot
Password?

2005 Regular Season

  • 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:

2005 Regular Season

  Feeds Topic Title Replies Views Kudos Last Post Author
RSS Sticky Topic E-mail Greg Lucas and Bill Brown during the Playoffs 5 56 0

James A46

10/04/05 18:15:23

tx blazer

RSS ESPN playoff picks 5 117 0

ABF 2001

10/28/05 15:12:53

Chief Redass

RSS Oswalt showing AGAIN that he is no ACE (1,2) 25 140 0

Astrobuddy

10/22/05 08:25:55

astroswildcard2005

RSS Dierker shows his bitterness 0 20 0

Chief Redass

10/04/05 12:52:46

Chief Redass

RSS Padres manager loses this game.... 0 23 0

Astrobuddy

10/04/05 12:14:46

Astrobuddy

RSS Man oh Man .... Cards bullpen.... 0 19 0

Astrobuddy

10/04/05 12:10:37

Astrobuddy

RSS So much for Peavy shutting the Cards down. 0 35 0

Coach

10/04/05 10:14:18

Coach

RSS Houston will try to turn tables on Atlanta 0 24 0

tx blazer

10/04/05 09:42:49

tx blazer

RSS Since no Brownie, Dierk or JD - possible workaround for fans (1,2,3) 48 251 0

James A46

10/04/05 09:40:48

James A46

RSS Biggio's contract 17 113 0

doranfan

10/04/05 08:34:55

Chief Redass

RSS Bagwell.. For those of you that dont think he helped... 2 56 0

Chief Redass

10/04/05 08:34:39

Astrobuddy

RSS Lidge's post-game interview (1,2,3) 56 387 0

doranfan

10/04/05 08:28:39

Chief Redass

RSS 1 more thing goes wrong for the Cards..... 5 62 0

Astrobuddy

10/03/05 19:23:01

Astrobuddy

RSS Monday 1 54 0

Chief Redass

10/03/05 14:14:13

winningangle1

RSS Did any of you happen to read this crap?? 0 94 0

Chief Redass

10/03/05 12:36:24

Chief Redass

RSS Johnny Damon an Astro? 2 60 0

Bill399

10/03/05 09:34:01

Bill399

RSS An Astros column I wrote for a couple of sports forums 0 35 0

GrandeDavid

10/03/05 09:27:40

GrandeDavid

RSS Cudos to the Astros 16 88 0

astroswildcard2005

10/03/05 08:22:41

the fan

RSS Playoff Roster 16 100 0

astroswildcard2005

10/03/05 07:34:31

HudsonHawk

RSS Predictions on the Playoffs (1,2) 34 140 0

astroswildcard2005

10/03/05 06:47:53

astroswildcard2005

Community Statistics

Community Time: 11/29/09 03:42:05

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
  • 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