var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Albert Pujols wins 2nd straight NL MVP - WTOP
";
arnews[0] += "Five players have won three AL MVPs: Jimmie Foxx, Joe DiMaggio, Yogi Berra, Mickey Mantle and Alex Rodriguez. In addition to Pujols and Bonds, the only unanimous NL winners were Orlando Cepeda (1967), Schmidt (1980), Jeff Bagwell (1994) and Ken ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 19:40:00 GMT";
arnews[0] += "
";
arnews[1]="Pujols wins third MVP - ESPN.com
";
arnews[1] += "Others receiving votes: Troy Tulowitzki, Rockies; Andre Ethier, Dodgers; Pablo Sandoval, Giants; Chase Utley, Phillies; Derrek Lee, Cubs; Matt Kemp, Dodgers; Ryan Braun, Brewers; Adrian Gonzalez, Padres; Todd Helton, Rockies; Chris Carpenter ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 20:37:00 GMT";
arnews[1] += "
";
arnews[2]="St. Louis Cardinals slugger Albert Pujols repeats unanimously as ... - Bridgeton News
";
arnews[2] += "Jeff Curry/US Presswire St. Louis fist baseman Albert Pujols won his third NL MVP Award on Tuesday. NEW YORK -- Albert Pujols was unanimously voted National League MVP on Tuesday, becoming the first player to repeat since Barry Bonds won four in a ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 19:33:00 GMT";
arnews[2] += "
";
arnews[3]="The unanimous choice - Sportsnet.ca
";
arnews[3] += "Five players have won three AL MVPs: Jimmie Foxx, Joe DiMaggio, Yogi Berra, Mickey Mantle and Alex Rodriguez . St. Louis players have won 17 MVPs, second in the majors behind 20 for the Yankees. Pujols has been voted among the top 10 in nine ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 19:33:00 GMT";
arnews[3] += "
";
arnews[4]="Cardinals' Albert Pujols Wins 2nd Straight MVP Award - FOX News
";
arnews[4] += "April 25: Albert Pujols tips his helmet to the crowd after hitting a seventh-inning grand slam against the Cubs. NEW YORK — Albert Pujols was unanimously voted National League MVP on Tuesday, becoming the first player to repeat since Barry Bonds ...";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 19:54:00 GMT";
arnews[4] += "
";
arnews[5]="St. Louis Cardinal Albert Pujols unanimously wins National League MVP ... - Patriot-News Blogs
";
arnews[5] += "NEW YORK — Albert Pujols was unanimously voted baseball National League MVP on Tuesday, becoming the first player to repeat since Barry Bonds won four in a row from 2001-04. Pujols received all 32 first-place votes and 448 points in balloting ...";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 19:33: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("