var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Second baseman Placido Polanco is among the Tigers' notable free agents.
";
arnews[0] += "Topping the to-do list: Pitching was awful -- starters, relievers, hot dog vendors called to throw an inning.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:35:24 GMT";
arnews[0] += "
";
arnews[1]="Sidcast: Mauer a lock for MVP
";
arnews[1] += "Sid believes Joe Mauer is a lock for MVP, the Metropolitan Sports Commission is a bunch of \"dummies,\" and Tim Brewster will keep his job.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:57:31 GMT";
arnews[1] += "
";
arnews[2]="Gardenhire runner-up for MOY Award
";
arnews[2] += "By mid-September, the Twins had been all but written off in the American League Central race.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Mauer eyes big prize of awards season
";
arnews[3] += "Twins fans will have to wait until next week to find out whether Joe Mauer has been voted the American League MVP by the Baseball Writers' Association.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Mauer adds Silver Slugger to mantle
";
arnews[4] += "Award season continues to be kind to Twins catcher Joe Mauer. Mauer added to his growing award collection on Thursday when he was honored with a Silver Slugger Award.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Henry, Yankees Catch Break as Soccer, Baseball Ban Video Replay
";
arnews[5] += "The left hand of Thierry Henry and the left-field foul line at Yankee Stadium have something in common: No instant replay.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:42:21 GMT";
arnews[5] += "
";
arnews[6]="The voters get it right: Cy Young award
";
arnews[6] += "Examiner.com has been giving out its postseason awards the past few weeks and we already did our Cy Young awards .";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("