var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mauer eyes big prize of awards season
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 09:24:18 GMT";
arnews[0] += "
";
arnews[1]="Maddux might've won even more Cy Youngs under new-age stats
";
arnews[1] += "For so many years, the formula for winning a Cy Young Award was pretty simple: Win a lot of games.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:02:47 GMT";
arnews[1] += "
";
arnews[2]="Baseball transactions
";
arnews[2] += "Movements in the world of baseball Friday: American League BALTIMORE ORIOLES-Claimed C Craig Tatum off waivers from Cincinnati .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:08:21 GMT";
arnews[2] += "
";
arnews[3]="A look at Cliff Lee's Cy Young chances
";
arnews[3] += "Will Cliff Lee bring the Cy Young to Philadelphia in 2010? When the Phillies acquired lefty Cliff Lee in a trade-deadline deal with the Cleveland Indians, they got an American League Cy Young Award winner.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:08:09 GMT";
arnews[3] += "
";
arnews[4]="Twins add prospects Valencia, Guerra to 40-man
";
arnews[4] += "The Minnesota Twins have added six prospects to their 40-man major league roster, including third baseman Danny Valencia and right-handed pitcher Deolis Guerra.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:07:57 GMT";
arnews[4] += "
";
arnews[5]="Mets have room to work on 40-man roster
";
arnews[5] += "As currently constituted, the Mets' roster has four vacancies -- four in number and, in a more subjective, informal and real way, at least four -- slugger, starting pitcher, catcher and reliever.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:18: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("