var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dewan: Did Adam Jones and Torii Hunter deserve Gold Gloves?
";
arnews[0] += "Of course. If not...the amokian Judson Burch Society wouldn't exist. Interestingly, there is one area where Hunter and Jones are the absolute best in baseball.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:47:45 GMT";
arnews[0] += "
";
arnews[1]="Ortiz says Sox need to power up
";
arnews[1] += "David Ortiz is among the players the Red Sox want to report in better shape next spring.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:00:00 GMT";
arnews[1] += "
";
arnews[2]="David Ortiz Celebrity Golf Classic online auction to benefit kids
";
arnews[2] += "November 21 -- Unable to get to Cap Cana in the Dominican Republic for David Ortiz's charity golf tournament in December? No worries.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Mauer eyes big prize of awards season
";
arnews[3] += "The wait is almost over. On Monday, Twins fans will learn whether or not Joe Mauer will take home his first American League Most Valuable Player Award when the Baseball Writers' Association of America announces the balloting results.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:24:18 GMT";
arnews[3] += "
";
arnews[4]="November 20, 2009 More scoopage with regard to Big Papia s Celebrity Golf Classic and Auctiona
";
arnews[4] += "November 20, 2009 More scoopage with regard to Big Papi's Celebrity Golf Classic and Auction Posted by Christine E. at 7:06 pm in Good Deeds , Red Sox Started in 2008, the David Ortiz Celebrity Golf Classic is held at Cap Cana in the Dominican Republic, one of the most spectacular resort communities in the world, with the tournament taking place ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:23:57 GMT";
arnews[4] += "
";
arnews[5]="Twins excited after bittersweet trade
";
arnews[5] += "When Twins center fielder Denard Span heard the news that teammate and fellow outfielder Carlos Gomez had been traded to Milwaukee for shortstop J.J. Hardy, it was a bittersweet feeling.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00: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("