var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Willie Mays Is Old, but What's the Daily News Excuse For Remembering Things So Badly?
";
arnews[0] += "Every baseball fan will want to watch Bob Costas interview Willie Mays tonight on the MLB Network's Studio 42 .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:52:45 GMT";
arnews[0] += "
";
arnews[1]="Breakfast with Peyton: Manning the most popular spot at Super Bowl Media Day
";
arnews[1] += "Peyton Manning worked the room masterfully. He took questions from all directions, throwing in plenty of eye contact.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:02:01 GMT";
arnews[1] += "
";
arnews[2]="Baseball's Top Ten Songs - Best Tunes for America's Game
";
arnews[2] += "The song itself isn't totally about baseball, but he does refer to a friend who plays baseball in high school who had a vicious fastball.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:23:14 GMT";
arnews[2] += "
";
arnews[3]="New book on Mays brings - Say Hey Kid' to life
";
arnews[3] += "For the aging fans following him in his prime, Willie Mays was a youthful phenomenon who in time became baseball's happy warrior.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:44:16 GMT";
arnews[3] += "
";
arnews[4]="Review: Biographer Hirsch knocks one out of the park with 'Willie Mays'
";
arnews[4] += "Willie Mays had it all: two Most Valuable Player awards, 12 Gold Gloves, 660 home runs, a place in the National Baseball Hall of Fame, even an honorary doctorate from Dartmouth.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:47:52 GMT";
arnews[4] += "
";
arnews[5]="Blog: Who Dat?
";
arnews[5] += "New Orleans Saints head coach Sean Payton stood on the sidelines with his trademark golfing visor cap.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 04:29:11 GMT";
arnews[5] += "
";
arnews[6]="A-Rod's $100,000 Baseball
";
arnews[6] += "Feb 8th 2010 at 9:00PM On February 4, 2010 an on-line auction was concluded for the baseball Alex Rodriguez hit to secure his 500th career home run.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 02:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("