var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Nice Guy in a Perfect Baseball World
";
arnews[0] += "In his 1979 movie, \"Manhattan,\" Woody Allen made a list of the things that make life worth living.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:28:11 GMT";
arnews[0] += "
";
arnews[1]="Super Bowl passes MASH as most watched telecast ever
";
arnews[1] += "The New Orleans Saints' victory over Indianapolis in the Super Bowl 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 Co.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:23:45 GMT";
arnews[1] += "
";
arnews[2]="Context Revisited
";
arnews[2] += "A while back I addressed the fact that a ton of people who analyze the game of baseball, mostly those who work for big/fancy corporations, either have no idea what they are talking about, or think that you are so stupid that you couldn't possibly understand the nuances of analysis so they just continue to spew the same, slightly meaningful crap, as ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:33:46 GMT";
arnews[2] += "
";
arnews[3]="RARO Taking Baseball And Softball Registrations
";
arnews[3] += "Rockbridge Area Recreation Organization is currently taking registration forms for Babe Ruth sanctioned baseball, travel girls' softball, and local girls' softball.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:38:01 GMT";
arnews[3] += "
";
arnews[4]="Players ages 13, 14 or 15 are eligible for NABR
";
arnews[4] += "The NABR district includes North Adams, Clarksburg, Williamstown, Lanesboro, New Ashford, Hancock and Florida, MA as well as Stamford, Heartwellville and Readsboro, VT.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:26:43 GMT";
arnews[4] += "
";
arnews[5]="Jim Morekis - 02/09/2010
";
arnews[5] += "Technically speaking, Barry Bonds eclipsed Hank Aaron's home run record in 2007.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:23:03 GMT";
arnews[5] += "
";
arnews[6]="Youth baseball leagues hold registrations
";
arnews[6] += "Registration for Cal Ripken & Babe Ruth youth baseball and softball for all ages will be from 10 a.m. to 4 p.m. Saturday at the Jefferson Park concession stand, 306 S. Jefferson Ave.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 17:28:05 GMT";
arnews[6] += "
";
arnews[7]="Super Bowl XLIV ratings smash MASH
";
arnews[7] += "Eric Nunez waves a New Orleans Saints banner as a plane lands at Louis Armstrong International Airport in Kenner, Louisiana, on Monday.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 18:01:14 GMT";
arnews[7] += "
";
arnews[8]="Feature Stories Article
";
arnews[8] += "Charlie Sheen arrives at the Pitkin County Courthouse in Aspen, Colo., on Monday, Feb.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 17:23: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("