Yuku free message boards

Forgot
Password?

2006 Spring Training for the NL champs

  • 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 Spring Training for the NL champs

  Feeds Topic Title Replies Views Kudos Last Post Author
RSS Marlins serious about moving to San Antonio 0 145 0

Spitball 57

04/03/06 08:50:27

Spitball 57

RSS Anyone going to tonights game? 0 16 0

Coach

04/03/06 06:08:32

Coach

RSS astros in dallas 0 50 0

jcabrera5

04/02/06 11:03:43

jcabrera5

RSS Buchholz likely to be 5th starter 0 117 0

Spitball 57

03/31/06 11:10:20

Spitball 57

RSS Couldn't have happened to a nicer bunch of jagoffs... 9 145 0

hembo36

03/30/06 20:42:54

Coach

RSS Oswalt gets Opening Day start against Marlins 3 49 0

14ALL

03/30/06 10:55:53

Spitball 57

RSS Astros undecided on clean-up hitter 0 44 0

Spitball 57

03/30/06 10:34:26

Spitball 57

RSS MLB claims it will investigate Bonds 0 29 0

Spitball 57

03/30/06 10:30:16

Spitball 57

RSS TODAY 7 137 0

the fan

03/30/06 04:36:36

14ALL

RSS Bagwell to the DL 11 139 0

Astrobuddy

03/29/06 21:36:38

ChipTait

RSS What's up with the local media? 6 119 0

Coach

03/29/06 09:05:54

Coach

RSS Clemens to attend opening day in Arlington 2 59 0

14ALL

03/28/06 10:45:45

Spitball 57

RSS Clemens watch (1,2) 26 320 0

Spitball 57

03/28/06 10:28:42

Chief Redass

RSS Starting pitching 5 110 0

Coach

03/28/06 07:29:40

Spitball 57

RSS I'd be contemplating retirement too... 2 72 0

Coach

03/28/06 07:27:53

cmrodriguez

RSS Astros insurance claim denied 2 55 0

tx blazer

03/28/06 06:08:48

Spitball 57

RSS 2 and I'm through. 5 107 0

tx blazer

03/23/06 15:46:45

Coach

RSS Interesting Bagwell article... 9 215 0

Quickie08

03/17/06 08:11:46

Bill399

RSS 3/16/06 GAME DAY 2 42 0

14ALL

03/16/06 12:40:19

14ALL

RSS LOOKING SHARP 1 66 0

14ALL

03/16/06 09:57:45

14ALL

Community Statistics

Community Time: 11/29/09 03:40:53

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