var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="2010 Fantasy outlooks: Houston Astros
"; arnews[0] += "Not only did the Astros post a losing record last year, but their fifth-place finish was their worst since 1991, when they played in the NL West and had a rookie named Jeff Bagwell starting at first base."; arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 19:58:00 GMT"; arnews[0] += "
"; arnews[1]="Pure Fantasy: Scouting the middle infield
"; arnews[1] += "In leading the Philadelphia Phillies to the World Series last season, Chase Utley hit .282 with 31 home runs and 93 RBIs."; arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 05:30:38 GMT"; arnews[1] += "
"; arnews[2]="Izod Indycar Series News and Notes - Jan. 28, 2010
"; arnews[2] += "Author Topic: IZOD INDYCAR SERIES NEWS AND NOTES - Jan. 28, 2010 Today's IZOD IndyCar Series and Firestone Indy Lights headlines 1.Mutoh trains with Matsui in Japan 2.IZOD IndyCar Series represented at Rolex 24 3.Duno set to join Latin American Hall of Fame 1. Mutoh trains with Matsui in Japan: In Indianapolis, it's not uncommon to find an IZOD ..."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 01:00:26 GMT"; arnews[2] += "
"; arnews[3]="1/28 :: Fantasy camp
"; arnews[3] += "In Indianapolis, it's not uncommon to find an IZOD IndyCar Series driver working out alongside another professional athlete as they train at sports performance centers in preparation for the 2010 season."; arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Houston Astros: Two Veterans, Two Newcomers Highlight 2010 Infield
"; arnews[4] += "Now that the pitching prospects breakdown is out of the way, ita s time to take a closer look at the infield position players for the 2010 Houston Astros."; arnews[4] += "
Publ.Date : Sun, 27 Dec 2009 03:42:07 GMT"; arnews[4] += "
"; arnews[5]="Inbox: Another arm on the way?
"; arnews[5] += "The Astros got all their Christmas shopping done in a tidy few days at the Winter Meetings and appear set for 2010."; arnews[5] += "
Publ.Date : Wed, 23 Dec 2009 18:00:00 GMT"; arnews[5] += "
"; arnews[6]="Astros to weigh options at Meetings
"; arnews[6] += "Relief pitchers: Specifically, the Astros are in need of back-of-the-bullpen help."; arnews[6] += "
Publ.Date : Fri, 04 Dec 2009 08:00:00 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");