var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arrests
";
arnews[0] += "The Spectrum reports arrests for felony crimes and compound misdemeanors and warrants carrying a bail of at least $750. All arrest information is taken from the jail booking log and police reports.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Auctions: Houses ready for Black Friday shoppers
";
arnews[1] += "An oak-framed New York Central Railroad poster is one of a dozen lots of railroad memorabilia in the Wiederseim sale.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="Recount reversal:Tapscott now Somersworth council winner
";
arnews[2] += "Brian Tapscott will continue his tenure as the longest-serving member of the City Council after he won back the seat he lost on Election Day during a recount Thursday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:34:22 GMT";
arnews[2] += "
";
arnews[3]="Favored South Charleston will defeat Martinsburg
";
arnews[3] += "A pair of 2008 playoff rematches, a second engagement between teams that played a double-overtime game in the regular season and a game pitting teams that have become strangers to the second round fill the Class AAA high school football playoff slate this weekend.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:17:21 GMT";
arnews[3] += "
";
arnews[4]="George Washington faces big challenge against Bridgeport
";
arnews[4] += "For all the comparisons being made between George Washington's 29-14 win over Bridgeport in the 2008 Class AAA high school football quarterfinals, Patriots Coach Steve Edwards Jr.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:15:55 GMT";
arnews[4] += "
";
arnews[5]="Pocono to honor top drivers and trainer
";
arnews[5] += "Mohegan Sun at Pocono Downs will be paying tribute to its leading drivers and trainer on Saturday when the 2009 harness racing season concludes.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:45:51 GMT";
arnews[5] += "
";
arnews[6]="Top drivers and trainer to be honored
";
arnews[6] += "Mohegan Sun at Pocono Downs will be paying tribute to its leading harness racing drivers and trainer on Saturday afternoon when the 2009 harness racing season concludes.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 20:40:00 GMT";
arnews[6] += "
";
arnews[7]="COPS get a painted ride
";
arnews[7] += "Blythe Police Chief Steve Smith and members of Citizens on Patrol took delivery of a cruiser that was painted just for COPS Nov.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 19:46:00 GMT";
arnews[7] += "
";
arnews[8]="Geneva High students to perform the holiday classic 'It's A Wonderful Life'
";
arnews[8] += "The first quarter of the 2009-2010 school year has ended and a new grading period has begun, giving rise to a whole array of Thanksgiving and Christmas festivities at Geneva High School.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 08:00: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("