var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Drug sales bring prison - again
";
arnews[0] += "Christopher C. Bell, 35, received a life sentence in 1998 after being convicted of running a large-scale crack sales operation in Beloit.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:11:05 GMT";
arnews[0] += "
";
arnews[1]="Charges against Brodhead man dismissed
";
arnews[1] += "Casey J. Shelton, 33, faced two counts of child abuse and up to eight years in prison and up to eight years probation, if convicted.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:11:02 GMT";
arnews[1] += "
";
arnews[2]="Orem man acquitted in tot's death
";
arnews[2] += "After deliberating for five hours Friday, a jury of five women and three men found Christopher Scott Thunborg, 24, not guilty of killing his live-in girlfriend's 13-month-old son.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Two charged with murder in shooting death
";
arnews[3] += "Police concluded their investigation into the Oct. 16 shooting of Garland Taylor on Tuesday serving a pair of murder warrants on men previously arrested and already in custody on organized crime allegations.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:40:36 GMT";
arnews[3] += "
";
arnews[4]="Police were led on high-speed chase
";
arnews[4] += "A DISQUALIFIED driver who was high on drink and drugs led police on a 40 minute high-speed chase.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:57:22 GMT";
arnews[4] += "
";
arnews[5]="Orem man acquitted of killing girlfriend's baby
";
arnews[5] += "A 24-year-old Orem man was acquitted Friday night of killing his girlfriend's baby boy last year.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:58:46 GMT";
arnews[5] += "
";
arnews[6]="Lackawanna County Court Notes
";
arnews[6] += "Font size: [A] [A] [A] LACKAWANNA COUNTY COURT NOTES Marriage Licenses - Richard Brazill and Danielle Judith Rempe, both of Dunmore.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 14:54:45 GMT";
arnews[6] += "
";
totcount = 7;
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("