var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Astros Top 10 Prospects
";
arnews[0] += "Jason Hirsh, rhp Yankees 2004 Hunter Pence, of Astros 2005 Brian Bogusevic, lhp Astros 2006 Max Sapp, c Astros 2007 *Derek Dietrich, 3b Georgia Tech 2008 Jason Castro, c Astros 2009 Jiovanni Mier, ss Astros ASTROS LINKS W ant to build a farm system overnight? One glance at Baseball America's organization talent rankings suggests a proven template.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Free-agent madness begins Friday; don't be trampled at the door
";
arnews[1] += "Beginning Friday, all of baseball's 171 free agents can negotiate with any team they want instead of the teams they're leaving behind.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:11:13 GMT";
arnews[1] += "
";
arnews[2]="Want some winter optimism about Astros? I've got it.
";
arnews[2] += "In five starts, he's looking more and more like a serious candidate for the starting rotation next spring by compiling a 1.73 ERA with 12 walks and 33 strikeouts in 26 innings.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:06:56 GMT";
arnews[2] += "
";
arnews[3]="FESTIVAL/CRUISE: Jazz This Week: Christian McBride and Inside...
";
arnews[3] += "Jazz This Week: Christian McBride and Inside Straight, Nellie McKay, Dirty Dozen Brass Band, Rockpile Poetry and Music Festival, and More SOURCE: St.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:10 GMT";
arnews[3] += "
";
arnews[4]="Awards, dates and other hodge podge news and notes
";
arnews[4] += "Tommy Manzella could be rookie of the year next season. So could Chris Johnson. Bud Norris doesn't stand a chance.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:17:13 GMT";
arnews[4] += "
";
arnews[5]="Accordion, ukulele and klezmer music gathering a Bay Area following
";
arnews[5] += "Accordion player Tara Linda poses for a portrait with her musical instrument, Monday, Oct.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 12:42:12 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("