var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Elkland man charged with burglary - Williamsport Sun-Gazette
"; arnews[0] += "ELKLAND - Raymond Edwin Harding III, 20, of 226 E. River St., Elkland, was charged by state police at Mansfield with burglary, theft, receiving stolen property, criminal mischief and conspiring to burglary. According to Elkland District Court ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:36:00 GMT"; arnews[0] += "
"; arnews[1]="Elkland man charged with simple assault - Williamsport Sun-Gazette
"; arnews[1] += "ELKLAND - Frank Leslie Surine, 33, of 303 Coates Ave., Elkland was charged by Elkland Borough Police with simple assault, recklessly endangering another person, disorderly conduct and public drunkenness. According to Elkland District Court documents ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:50:00 GMT"; arnews[1] += "
"; arnews[2]="NTL West vs NTL East Volleyball - Wellsboro Gazette
"; arnews[2] += "The NTL Senior All-Stars for District IV volleyball took on a final “fun-filled” competitive match as the West battled with the East on Monday night, at Towanda. The West secured a first set win of 25-20 before the East squad secured the 3-1 ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:09:00 GMT"; arnews[2] += "
"; arnews[3]="UPB softball team earns academic award - Bradford Era
"; arnews[3] += "Tori Sanchez, third base, a criminal justice major from Aurora, Ohio; Melissa Allen, pitcher, a health and physical education major from Elkland; Kayla Swartz, pitcher, a pre-radiological science major from Kane; Erikka Rosplock, shortstop and second ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 09:10:00 GMT"; arnews[3] += "
"; arnews[4]="James T. Wallace - Corning Evening Times
"; arnews[4] += "James T. Wallace, age 77, of Smith Hill Road, Addison, NY, died Tuesday, November 17, 2009 at the Corning Hospital. He was born December 2, 1931 in Lancaster, PA the son of William and Cora (Nixford) Wallace. He was an Army Veteran. He was ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:27:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");