Yuku free message boards

Forgot
Password?

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

2007 Regular Season

  Feeds Topic Title Replies Views Kudos Last Post Author
RSS Sticky Topic Tell we meet again... 12 191 0

Iowafan75

08/15/07 13:39:19

lamearmjr

RSS Sticky Topic Forum Policy 0 1002 0

tx blazer

04/12/07 05:03:15

tx blazer

RSS Tejada is an Astro (this time it's for real) 0 76 0

cmrodriguez

12/12/07 12:11:48

cmrodriguez

RSS 790AM reports Astros have traded for... 1 21 0

ChipTait

12/06/07 13:25:00

cmrodriguez

RSS Keep the roll going Rodriguez 1 11 0

Iowafan75

08/15/07 18:24:43

Iowafan75

RSS The gang is on a new board. 0 80 0

longball

07/28/07 19:52:41

longball

RSS Houston Astros Prospects 0 30 0

Einertsonis4real

07/17/07 10:12:40

Einertsonis4real

RSS Pence and the Astros.... 3 42 0

Astrobuddy

07/04/07 21:25:25

Astrobuddy

RSS Hi hi,, 1 41 0

Beachbabe

07/03/07 03:27:11

jessicaandersson

RSS Biggio on 51 1 26 0

Spitball 57

06/21/07 19:41:58

nocableman

RSS R.I.P. 14 363 0

Astrobuddy

06/20/07 15:19:55

14ALL

RSS 10 worst ml players...guess who has 3 of them? 0 78 0

the fan

05/26/07 18:56:03

the fan

RSS Drayton has made the first move.... 2 89 0

Astrobuddy

05/24/07 19:14:14

the fan

RSS Throw tonites game (5/23) in the shitter, Garner has.... 4 79 0

the fan

05/24/07 05:14:56

the fan

RSS The problem with the offense. 8 129 0

the fan

05/23/07 17:32:12

Spitball 57

RSS Hunter Pence named co-player of the week. 1 66 0

tx blazer

05/22/07 04:25:41

Spitball 57

RSS Astros need a win tonite. 6 70 0

KoolAde2

05/20/07 09:12:59

Astrobuddy

RSS Ensberg vs Lamb 7 100 0

tx blazer

05/19/07 16:22:19

tx blazer

RSS More great hitting by Astros sluggers 8 74 0

tx blazer

05/19/07 16:21:13

Spitball 57

RSS the brewers (1,2) 27 214 0

Chandler44

05/16/07 16:06:28

hembo36

Community Statistics

Community Time: 11/29/09 03:41: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