var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Back to Life; Back to Reality
";
arnews[0] += "Ok.A Ok.A I suppose its time to get serious. The Indians are not trading for Roy Halladay or Vernon Wells.A They're not signing Chan Ho Park and they're not courting Marco Scutaro.A The rumors of Kevin Millar sightings at the Rock N Roll Hall of Fame may have been exaggerated.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:00:47 GMT";
arnews[0] += "
";
arnews[1]="Roy Halladay won't sign an extension with Toronto
";
arnews[1] += "\"...he wasna t a good hitter, just a good middle of the order bat that hit a lot of homers.\" - NYTXFAN on Mark McGwire Uh... We would like to sign him, he is an original Blue Jay and we have never had a pitcher as good as him Roger Clemens would beg to differ.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:50:17 GMT";
arnews[1] += "
";
arnews[2]="Reports: Halladay won't re-sign with Blue Jays
";
arnews[2] += "Blue Jays ace Roy Halladay does not want to resign with Toronto after his contract expires after the 2010 season, according to reports.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:30:57 GMT";
arnews[2] += "
";
arnews[3]="Roundup: Market for Doc won't dip
";
arnews[3] += "The rumors are heating up on the second day of free agency. Here's what's cooking on the Hot Stove.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:30:00 GMT";
arnews[3] += "
";
arnews[4]="Report: Blue Jays ace Roy Halladay "not inclined" to re-sign with team
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 22 Nov 2009 02:27:34 GMT";
arnews[4] += "
";
totcount = 5;
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("