var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mauer's main competition
";
arnews[0] += "Led the American League with 122 RBI and tied for first with 39 home runs while helping shore up the Yankees' defense at first base.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:27:38 GMT";
arnews[0] += "
";
arnews[1]="on the Ropes
";
arnews[1] += "Fans and media continue to debate Patriots coach Bill Belichick's decision to go for it on fourth down, giving Peyton Manning short field position with two minutes to go in the Colts' 35-34 comeback win over New England last week.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:33:51 GMT";
arnews[1] += "
";
arnews[2]="Week in review/preview: Johnson, Hendrick chase Cup history
";
arnews[2] += "Jimmie Johnson has dominated NASCAR in the past four years, leaving him close to becoming the first driver to ever win four straight championships.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:08:51 GMT";
arnews[2] += "
";
arnews[3]="Yanks' duo takes on Mauer for Al MVP
";
arnews[3] += "The 2009 American League Most Valuable Player Award will be announced Monday, and the decision is the result of a familiar philosophical debate.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Florida Marlins, Josh Johnson on Different Pages
";
arnews[4] += "It's really hard to argue with the way the Florida Marlins do business. Despite having a payroll consistently at the bottom of baseball, the Marlins in the last seven seasons have won a World Series and have had five winning seasons out of those seven.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:40:53 GMT";
arnews[4] += "
";
arnews[5]="Marlins' Johnson facing one-year deal
";
arnews[5] += "A couple of conversations that lasted roughly a half-hour appear to have changed Josh Johnson's long-term future with the Marlins.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:58:39 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("