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' Title Defense
";
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.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:17:10 GMT";
arnews[0] += "
";
arnews[1]="Yanks' duo takes on Mauer for Al MVP
";
arnews[1] += "The 2009 American League Most Valuable Player Award will be announced Monday, and the decision is the result of a familiar philosophical debate.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Cecil Fielder's Home Run Joyride Nearly 20 Years Ago
";
arnews[2] += "I'm a little early on this, I admit. I'm jumping the gun, but this time they can't call me back to the starting blocks.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:02:39 GMT";
arnews[2] += "
";
arnews[3]="Reports: Halladay won't re-sign with Blue Jays
";
arnews[3] += "Blue Jays ace Roy Halladay does not want to resign with Toronto after his contract expires after the 2010 season, according to reports.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:30:57 GMT";
arnews[3] += "
";
arnews[4]="Roundup: Market for Doc won't dip
";
arnews[4] += "The rumors are heating up on the second day of free agency. Here's what's cooking on the Hot Stove.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:30:00 GMT";
arnews[4] += "
";
arnews[5]="Report: Blue Jays ace Roy Halladay "not inclined" to re-sign with team
";
arnews[5] += "Roy Halladay is reportedly not interested in re-signing with the Toronto Blue Jays once his current contract expires at the end of next season.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:27:34 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("