var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Royals’ ace Greinke wins AL Cy Young award - Cedar Valley Daily Times
";
arnews[0] += "NEW YORK (AP) — Zack Greinke fidgeted a bit and spoke softly. Winning the Cy Young Award brought up a whole lot of unwanted attention. “A lot of stuff going on today when I usually just like doing nothing,” he said. “But just part of life ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:57:00 GMT";
arnews[0] += "
";
arnews[1]="Agent says Pedro 'having fun again' - ESPN.com
";
arnews[1] += "Pedro Martinez enjoyed his time in the playoffs with the Philadelphia Phillies so much that he now wants to pitch all of 2010, Martinez's agent said, according to FoxSports.com. The agent, Fern Cuza, told the Web site that the three-time Cy Young ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:18:00 GMT";
arnews[1] += "
";
arnews[2]="AL Cy Young Award: Kansas City Royals' Zack Greinke - FanHouse
";
arnews[2] += "With his American League-best 2.16 ERA, Royals right-hander Zack Greinke became the first starter to win the AL Cy Young Award with fewer than 18 wins. Greinke was 16-8, and his relatively low win total was due to a poor Kansas City offense. The ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:27:00 GMT";
arnews[2] += "
";
arnews[3]="Pedro Martinez - Newsday
";
arnews[3] += "We have already heard from a number of teams inquiring about Ben's health and availability for 2010 ... I will tell you that he has a very good chance to be one of the most impactful free agents, without question";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 13:39:00 GMT";
arnews[3] += "
";
arnews[4]="Chicago Cubs: Is Carlos Marmol Recruiting Pedro Martinez? - Bleacherreport.com
";
arnews[4] += "Not sure if anyone read the latest foot-in-mouth interview from Chicago's North Side, but this time it isn't one of the usual suspects. No, it wasn't Milton Bradley talking about how racist the fans were. And it wasn't Geovany Soto talking about the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:38:00 GMT";
arnews[4] += "
";
arnews[5]="Pedro Martinez Plans to Pitch the Entire 2010 Season - FanHouse
";
arnews[5] += "Through his agent, Fern Cuza, who spoke to FOXSports.com, the three-time Cy Young Award-winner has made it clear that he would like to pitch in 2010 . And Martinez wants to pitch the entire season this time. His track record over the past four ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:30:00 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("