var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Astros RHP Brandon Lyon recovering from shoulder surgery; minor ... - Minneapolis Star Tribune
";
arnews[0] += "HOUSTON - Astros reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training. The team said in a statement Tuesday that Lyon had the cyst drained two weeks ago and has been throwing ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:19:00 GMT";
arnews[0] += "
";
arnews[1]="Tuesday's scoreboard - Duluth News Tribune
";
arnews[1] += "Superior at Finlandia, 7 p.m. HOUSTON ASTROS—Named Hector Mercado pitching coach for the Astros (GCL). Agreed to terms RHP Alberto Arias, OF Brian Bogusevic, RHP Sammy Gervacio, OF Yordany Ramirez and LHP Polin Trinidad on one-year contracts. LOS ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 05:29:00 GMT";
arnews[1] += "
";
arnews[2]="Would-be Astros buyers miss deadline - ESPN.com
";
arnews[2] += "... he listened to another offer to sell the team to Houston businessman Jim Crane in October 2008. He said Crane offered a \"fair price,\" but the two sides could not reach a deal. Since McLane purchased the team, the Astros have ranked sixth in the ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 18:40:00 GMT";
arnews[2] += "
";
arnews[3]="Houston Astros news and notes - Examiner
";
arnews[3] += "This is a team with a lot of issues. They have a lot of payroll tied up in aging players, their farm system is depleted, and they played so poorly in 2009 they got their manager fired. Cecil Cooper was let go with two weeks left in the regular season ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:35:00 GMT";
arnews[3] += "
";
arnews[4]="Men's golf team stays in contention - Fresno Bee
";
arnews[4] += "Miami Heat sharp-shooter Daequan Cook will defend his Three-Point Shootout crown during All-Star weekend on Saturday, February 13 at American Airlines Center in Dallas, the NBA announced Friday. Trying to keep Cook from becoming the sixth back-to ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:55:00 GMT";
arnews[4] += "
";
arnews[5]="Gaborik injures knee in collision - Denver Post
";
arnews[5] += "GREENBURGH, N.Y. — Marian Gaborik limped off the ice during practice Tuesday after the New York Rangers' leading scorer was cut on the right knee by the skate of goalie Henrik Lundqvist in a collision. Gaborik skated in on Lundqvist during a ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[5] += "
";
arnews[6]="Astros RHP Brandon Lyon recovering from shoulder surgery; minor ... - Minneapolis Star Tribune
";
arnews[6] += "HOUSTON - Astros reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training. The team said in a statement Tuesday that Lyon had the cyst drained two weeks ago and has been throwing ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 06:19:00 GMT";
arnews[6] += "
";
arnews[7]="10 Things the Houston Astros Need To Do To Contend in 2010 - Bleacherreport.com
";
arnews[7] += "The Houston Astros are not favored to win the World Series this year. They are also not favored to win the National League Pennant... Or the Central Division. Really finishing above third place is setting the ceiling high for this year's squad. So ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 18:08:00 GMT";
arnews[7] += "
";
arnews[8]="Richmond a sea of red and white for torch relay - The Vancouver Sun
";
arnews[8] += "A crowd of thousands came out in a sea of red and white to welcome the Olympic Flame to Richmond on Tuesday afternoon. In front of South Arm Community Centre, one of the first stops along the 21-kilometre Richmond torch route, the crowd was full of ...";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 09:47:00 GMT";
arnews[8] += "
";
totcount = 9;
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("