var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pujols is heavy favorite for NL MVP - St. Louis Post-Dispatch
";
arnews[0] += "Maybe it's because the adjective Tony La Russa chose to describe Albert Pujols is engraved on a statue outside Busch Stadium — forever attached to the city's forever favorite Stan Musial — that it resounded so when he used it this season. La ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 16:20:00 GMT";
arnews[0] += "
";
arnews[1]="Latest buzz from the MLB offseason - FOXSports.com
";
arnews[1] += "Add free agent Nick Johnson to the list of first basemen drawing interest from the Mariners. Johnson, 31, also has heard from the Giants, Mets and even the Yankees, who view him as a potential fallback at designated hitter if they lose both Johnny ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 17:31:00 GMT";
arnews[1] += "
";
arnews[2]="Will it be landslide for Pujols as MVP? Cards slugger is expected to ... - FOXSports.com
";
arnews[2] += "Maybe it's because the adjective Tony La Russa chose to describe Albert Pujols is engraved on a statue outside Busch Stadium - forever attached to the city's forever favorite Stan Musial - that it resounded so when he used it this season. La Russa is ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 12:52:00 GMT";
arnews[2] += "
";
arnews[3]="If Joe Mauer and Albert Pujols wind up in New York or Boston...and ... - Newsday
";
arnews[3] += "Joe Mauer enjoyed his day of glory yesterday, and today, it'll be Albert Pujols' turn . Which makes it the perfect time to discuss the bigger picture of Major League Baseball's financial state. Very simply, and I don't consider this gross ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 16:13:00 GMT";
arnews[3] += "
";
arnews[4]="Rudy Jaramillo Could Make Curtis Granderson a Fit for Chicago Cubs ... - Bleacherreport.com
";
arnews[4] += "Over the past 10 days or so, rumors have encircled the Detroit Tigers and the Chicago Cubs, centered around the potential trade of current Tigers center fielder Curtis Granderson to the Cubs. Chicago has made it a priority to find a center fielder ...";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 10:58:00 GMT";
arnews[4] += "
";
arnews[5]="Washington Nationals Must Extend Adam Dunn's Contract before Salaries ... - Bleacherreport.com
";
arnews[5] += "If the Washington Nationals are planning on extending the contract of first baseman Adam Dunn, they had better do it soon because it looks as though the period ... His agent, Scott Boras, has said he expects “[Alfonso] Soriano-type money” for his ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:03: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("