var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="O'Maley runners shine at state's first championships
";
arnews[0] += "Thirty-eight runners from the O'Maley School in Gloucester added a proud chapter to their school's quarter-century-old cross country program by competing in the state's first-ever middle school championships, held last Saturday at Willard Field in Devens, Mass.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 05:10:32 GMT";
arnews[0] += "
";
arnews[1]="Finney: Orioles' glory days far behind, far in future
";
arnews[1] += "Just as Phillies fans are preparing for another foray into mid-October playoff baseball, Orioles fans are getting ready to trade in their black-and-orange for Ravens' purple-and-black -- if they haven't done so already.";
arnews[1] += "
Publ.Date : Sun, 04 Oct 2009 09:23:13 GMT";
arnews[1] += "
";
arnews[2]="Police say man tried to run over officer with car
";
arnews[2] += "Inmate breaks two sprinklers, floods jail cell By TAVIA D. GREEN * The Leaf-Chronicle * September 1, 2009 An Oak Grove man was arrested on Sunday and charged with trying to run over a police officer and driving under the influence.";
arnews[2] += "
Publ.Date : Tue, 01 Sep 2009 11:30:06 GMT";
arnews[2] += "
";
arnews[3]="Through the Years
";
arnews[3] += "Now a standout on the professional golf scene, Rob Oppenheim was a 19-year-old excelling as an amateur 10 years ago.";
arnews[3] += "
Publ.Date : Fri, 17 Jul 2009 18:54:00 GMT";
arnews[3] += "
";
arnews[4]="Racing Roundup: Franchitti wins 3rd IndyCar race of year
";
arnews[4] += "Honda Indy: Dario Franchitti easily held off Penske drivers Ryan Briscoe and Will Power on a late restart for his third win of the season yesterday in Toronto.";
arnews[4] += "
Publ.Date : Mon, 13 Jul 2009 04:00:00 GMT";
arnews[4] += "
";
arnews[5]="Richard Antinucci Hopes For Better Results And More Race Starts
";
arnews[5] += "Richard Antinucci spent all winter working for the break that never came. \"I finished second in the IndyLights championship and I didn't get anything.";
arnews[5] += "
Publ.Date : Sat, 11 Jul 2009 17:41: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("