var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="police logs
";
arnews[0] += "The following item was recorded in the log of the West Newbury police: Daniel Ronner-Bland, 34, 928 Main St., West Newbury, was issued a summons Saturday at 8:30 p.m. on charges of driving with a revoked registration and driving an uninsured vehicle.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:08:19 GMT";
arnews[0] += "
";
arnews[1]="Deaths
";
arnews[1] += "Lorene E. Schwab Arnold of Monroe, died Sunday. Services are 2 p.m. Wednesday at Mulhearn Funeral Home, Sterlington Road, Monroe.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Shirehampton Reserves leave Roman Glass St George A shattered
";
arnews[2] += "SHIREHAMPTON Reserves erased the memory of last week's surprise defeat at Wick Reserves with a comfortable 3-0 Senior Division victory at lowly Roman Glass St George A. Scott Bamford and Rob Gibson were on target for the leaders, who remain two points clear of Made For Ever , 5-1 home winners against Hanham Athletic Reserves .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Regal Lake Zurich Theatres 12
";
arnews[3] += "Brothers Albert and Allen Hughes redeem themselves from their overrated 2001 Jack the Ripper thriller From Hell with this entertainingly screwball take on the postapocalyptic survival yarn.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:31:50 GMT";
arnews[3] += "
";
arnews[4]="Marcus Orland Park Cinemas
";
arnews[4] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box An Education In London during the early 60s, a precocious 16-year-old schoolgirl is seduced by a middle-aged grifter so good at Century 12 and CineArts 6 , Gardens 7-13 , Kerasotes ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:31:36 GMT";
arnews[4] += "
";
arnews[5]="Marcus Gurnee Cinemas
";
arnews[5] += "Fish Tank British filmmaker Andrea Arnold made her feature debut with Red Road , an eerie, low-budget suspense story about a woman stalking, seducing, and Music Box The Blind Side Based on the nonfiction book by Michael Lewis, this potent tearjerker tells the story of Michael Oher, a gigantic black teenager from impoverished Century 12 and CineArts ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:31:19 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("