var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Babe Ruth’s home run record should rule - Worcester Telegram & Gazette
";
arnews[0] += "I quite agree with the majority of baseball fans who believe Mark McGwire’s record of 70 home runs for a season should be disqualified due to his confessed use of steroids and muscle enhancers. Such disciplinary action wouldn’t set a precedent ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 09:35:00 GMT";
arnews[0] += "
";
arnews[1]="Babe Ruth, Lou Gehrig played in Fresno - Fresno Bee
";
arnews[1] += "Question: I'm curious about a stand of tall palm trees on the east side of Minnewawa Avenue north of Behymer Avenue. The trees line what looks like an overgrown driveway, but there's no house. -- Maureen Hayes, Fresno Answer: Local historian and ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 07:19:00 GMT";
arnews[1] += "
";
arnews[2]="Minnesota Twins visit Cape Coral Babe Ruth - News-Press
";
arnews[2] += "corner was evident at the Pelican Baseball Complex on Saturday morning. More than 100 Cal Ripken Little League players, some just 5 years old and no taller than nearby baseball bats, were lined up in a single row listening as Ken Mauer talked about ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 18:16:00 GMT";
arnews[2] += "
";
arnews[3]="Answer Man: Was Babe Ruth ever accused of taking drugs? - News-Democrat
";
arnews[3] += "A. Publicly, no, but privately the rumors apparently have swirled over a baaa-d episode involving sheep's testicles. See what you think: As early as 1889 French scientist Charles Edouard Brown-Sequard was fiddling around with steroids to help create ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 10:53:00 GMT";
arnews[3] += "
";
arnews[4]="Super Bowl most-watched TV show ever - Southtown Star
";
arnews[4] += "NEW YORK - The New Orleans Saints' victory over Indianapolis in the Super Bowl on Sunday was watched by more than 106 million people, surpassing the 1983 finale of \"M*A*S*H\" to become the most-watched program in U.S. television history, the Nielsen ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:02:00 GMT";
arnews[4] += "
";
arnews[5]="TheSpec.com - Sports - MASH bowled over by latest Super Bowl TV ... - Hamilton Spectator
";
arnews[5] += "An estimated one in two Canadians tuned into the Super Bowl Sunday, which was watched by more than 106-million people stateside, surpassing the ratings for the 1983 finale of MASH to become the most-watched program in U.S. television history, said ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09: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("