var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roy Halladay Is Not the Antidote to Halting the New York Yankees ... - Bleacherreport.com
";
arnews[0] += "We have been subjected to every theoretical trade scenario under the sun since Roy Halladay was rumored to be available via trade last season. There are dozens of hypothetical deals that send an entire farm system worth of players in exchange for ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:33:00 GMT";
arnews[0] += "
";
arnews[1]="Brasch Words - American Reporter
";
arnews[1] += "BLOOMSBURG, Pa. -- The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season. The week before, the Yanks bought seven years of pitcher C.C. Sabathia's life for ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:56:00 GMT";
arnews[1] += "
";
arnews[2]="Scorecard: By the numbers - Pioneer Press
";
arnews[2] += "2009—Zack Greinke, Kansas City. 2008—Cliff Lee, Cleveland. 2007—C.C. Sabathia, Cleveland. 2006—Johan Santana-x, Minnesota. 2005—Bartolo Colon, Los Angeles. 2004—Johan Santana-x, Minnesota. 2003—Roy Halladay, Toronto. 2002—Barry Zito ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:50:00 GMT";
arnews[2] += "
";
arnews[3]="Greinke wins AL Cy Young Award over Felix Hernandez - Seattle Post Intelligencer
";
arnews[3] += "Kansas City Royals right-hander Zack Greinke was named the American League Cy Young Award winner on Tuesday, with Felix Hernandez of Seattle finishing second in the voting. Greinke received 25 of the possible 28 first-place votes. Hernandez was first ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[3] += "
";
arnews[4]="Tigers' Justin Verlander finishes third in AL Cy Young Award voting - Detroit Free Press
";
arnews[4] += "Detroit Tigers right-hander Justin Verlander finished third in voting for the American League Cy Young Award. Zack Greinke of the Kansas City Royals won this afternoon in voting by 28 members of the Baseball Writers Association of America. Greinke ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT";
arnews[4] += "
";
arnews[5]="If I Were An MLB GM For A Day - Bleacherreport.com
";
arnews[5] += "The Major League Baseball free agent period is underway. We all play arm-chair GM's on our fantasy teams or on our video games. So I thought to myself, why not be one on my blog? So what I decided the I would take three MLB teams, the Yankees ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:29: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("