var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Astros open to re-signing Tejada - Baltimore Orioles
";
arnews[0] += "The first task for the Astros is re-signing their own free agents, a list that includes impact players in shortstop Miguel Tejada, closer Jose Valverde and reliever LaTroy Hawkins. Houston likely doesn't have enough payroll flexibility to retain all ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 GMT";
arnews[0] += "
";
arnews[1]="Houston Astros - ESPN.com
";
arnews[1] += "News: Bourn captured his first gold glove award, making him just the second Astros' outfielder to win the award and the first since Cesar Cedeno in 1976, according to the team's official site. Spin: This is coming on the heels of the announcement ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Houston Astros 2009 Least Valuable Player Award - Baseball
";
arnews[2] += "Joe Posnanski, the best baseball writer out there now that John Brattain has passed, has a blog entry awarding the LVP award to the most deserving player from both leagues. It’s a good idea. Now Joe, he figured money into the deal, and I understand ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:15:00 GMT";
arnews[2] += "
";
arnews[3]="Wilton Lopez - Roto Times
";
arnews[3] += "October 4, 2009 Wilton Lopez pitched pretty well on Sunday, but he was hit with the loss as the Astros fell to the Mets 4-0. Lopez went five innings and allowed three earned runs on six hits while walking two and striking out one. Our View: Lopez ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:12:00 GMT";
arnews[3] += "
";
arnews[4]="MLB 9s: Houston Astros—Jeff Bagwell, Jimmy Wynn, Alan Ashby In Top ... - Bleacherreport.com
";
arnews[4] += "Major League baseball has been asking fans this same question in an effort to choose each team's best-ever collection of stars. They are calling it MLB 9s. Scroll down to find out why Lance Berkman doesn't make the cut, why Dickie Thon should be ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[4] += "
";
arnews[5]="Scoreboard: Nov. 21 - Lexington Herald-Leader
";
arnews[5] += "CHICAGO CUBS— Agreed to terms with LHP John Grabow on a two-year contract. CINCINNATI REDS— Purchased the contracts of RHP Enerio Del Rosario, OF Chris Heisey, RHP Logan Ondrusek, INF Chris Valaika, and LHP Travis Wood from Louisville (IL) and ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:17:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("