var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="OF course, all is not lost for Yankees without Damon
"; arnews[0] += "You listen to the negative noise about the Yankees' outfield without Johnny Damon and you wonder if Bubba Crosby, Karim Garcia and Raul Mondesi have slipped back into pinstripes."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:14:12 GMT"; arnews[0] += "
"; arnews[1]="a Wea ve got five aces, six aces on this team,a says Jon Lester.
"; arnews[1] += "Lester just could be the best of all of them, an idea he laughed at. \"If people want to say that, that's great, but we've got five aces, six aces on this team,\" said Lester, one of the first to arrive at Sox camp."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:51:43 GMT"; arnews[1] += "
"; arnews[2]="Yankees: Someone needs to take the 5th
"; arnews[2] += "Pitching coach Dave Eiland is excited about the upcoming competition for the final spot in the Yankees' rotation."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:38:33 GMT"; arnews[2] += "
"; arnews[3]="With that Selig statue, Milwaukee will have a new landmark . . . and pigeons a new home
"; arnews[3] += "By now you've likely heard the news that the Milwaukee Brewers are going to honor baseball commissioner Bud Selig by unveiling a statue of his likeness outside Miller Park this coming August."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:44:01 GMT"; arnews[3] += "
"; arnews[4]="Yankees GM Cashman happy about offseason
"; arnews[4] += "Brian Cashman rarely gives off a vibe of contentment, but he said he's pleased with how the Yankees' offseason has played out, at least on paper."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:40:29 GMT"; arnews[4] += "
"; arnews[5]="Max Scherzer struck out 174 in 170 1/3 innings last season.
"; arnews[5] += "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[5] += "
Publ.Date : Wed, 10 Feb 2010 02:27:16 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("
");