var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New York Yankees - Hartford Courant
";
arnews[0] += "Countless Hall of Fame players have donned pinstripes over the years, including Babe Ruth, Lou Gehrig, Joe DiMaggio, Yogi Berra and Mickey Mantle. (Photo GETTY IMAGES) Show more » Established in 1901, the New York Yankees are one of the most storied ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[0] += "
";
arnews[1]="Baseball Hero Mays Gets Graceful Biography - Staten Island Advance
";
arnews[1] += "(AP) — c ()-2010, Bloomberg News 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. He had everything -- except a first ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[1] += "
";
arnews[2]="Stepping up to the plates - The Christian Science Monitor
";
arnews[2] += "On Sundays my father always wore that dull gray apron – the one with the race cars all over it. The ritual began after breakfast when Dad always announced: \"Go ahead everyone. I'll take care of the dishes!\" With that my mother disappeared into the ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:36:00 GMT";
arnews[2] += "
";
arnews[3]="Utah Jazz Going Green: Will They Ever Lose Again In Their Retro ... - Bleacherreport.com
";
arnews[3] += "Or is there a \"Mickey Mantle\" that has stepped up for the Jazz against stiff competition? The numbers suggest Carlos Boozer is that Mickey Mantle. In the Jazz's five wins while wearing green, Boozer has averaged 22.4 points and 10.8 rebounds.";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 18:53:00 GMT";
arnews[3] += "
";
arnews[4]="BOOK REVIEW: New book on Mays brings ‘Say Hey Kid’ to life - The Oakland Press
";
arnews[4] += "For the aging fans following him in his prime, Willie Mays was a youthful phenomenon who in time became baseball’s happy warrior. He dazzled with spectacular plays in the field and dramatic power at the plate. A prodigy of the Negro Leagues, he ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:24:00 GMT";
arnews[4] += "
";
arnews[5]="Signatures on baseball don't match family lore - Detroit News
";
arnews[5] += "The ball was signed by most of the Yankee greats, including Mickey Mantle, Roger Maris, Larry \"Yogi\" Berra, Ed \"Whitey\" Ford and the rest of the 1962 Pennant and World Series-winning Yankees. The ball includes one unusual signature, that of Hall of ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 04:09:00 GMT";
arnews[5] += "
";
arnews[6]="A-Rod's $100,000 Baseball - Luxist
";
arnews[6] += "On February 4, 2010 an on-line auction was concluded for the baseball Alex Rodriguez hit to secure his 500th career home run. A-Rod was the youngest player to do so and only one of a total of 22 players to ever attain the distinction of hitting that ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 02:10:00 GMT";
arnews[6] += "
";
arnews[7]="Drunken Athletes Incorrigibly Achieve - Badger Herald
";
arnews[7] += "Now that the Super Bowl is over, fans enter the annual sports lull that begins with the end of the NFL season and concludes with the opening tip-off of March Madness. Aside from the rote coverage of the NBA regular season and the postseason outlook ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 19:00:00 GMT";
arnews[7] += "
";
arnews[8]="New book on Mays brings ‘Say Hey Kid’ to life - Troy Record
";
arnews[8] += "\"Willie Mays: The Life, the Legend\" (Scribner, 628 pages, $30), by James S. Hirsch: For the aging fans following him in his prime, Willie Mays was a youthful phenomenon who in time became baseball’s happy warrior. He dazzled with spectacular plays ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 06:06:00 GMT";
arnews[8] += "
";
totcount = 9;
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("