var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="High Cheese: First Look: Spring Training Roster/Depth Chart Breakdown
"; arnews[0] += "Updated - 2:50 p.m. By our count, the Phillies currently have 59 players scheduled to attend spring training, which begins on Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:53:14 GMT"; arnews[0] += "
"; arnews[1]="Max Scherzer struck out 174 in 170 1/3 innings last season.
"; arnews[1] += "The Tigers might have a good pitching staff in 2010. But the way things stand now, they won't have one of the top five starting rotations in baseball."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:27:16 GMT"; arnews[1] += "
"; arnews[2]="Philadelphia Flynnie: Looking ahead to Philly Sports Year 2010
"; arnews[2] += "Philadelphia quarterback Donovan McNabb has a word with rookie quarterback Kevin Kolb during the Eagles' 2007 training camp at Lehigh University."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:03:03 GMT"; arnews[2] += "
"; arnews[3]="Offseason Moves: NL East
"; arnews[3] += "Shoring Up The Bullpen The Braves took some strong steps toward ensuring the back end of their bullpen would be sturdy in 2010 by signing closer Billy Wagner and setup man Takashi Saito ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:39:36 GMT"; arnews[3] += "
"; arnews[4]="ESPN's list of top rotations doesn't include Tigers
"; arnews[4] += "The Tigers might have a good pitching staff in 2010. But the way things stand now, they won't have one of the top five starting rotations in baseball, according to ESPN's Buster Olney."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:47:00 GMT"; arnews[4] += "
"; arnews[5]="Fil-Am pitcher seeks multi-million dollar deal
"; arnews[5] += "Filipino-American pitcher Tim Lincecum is seeking a $13-million contract in his third year as pitcher of Major League Baseball team San Francisco Giants."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:45:01 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("
");document.write("
");