var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Williams agrees to plea on shooting
"; arnews[0] += "Retired NBA player Jayson Williams agreed to a plea deal that could send him to prison for up to three years for accidentally shooting a driver at his New Jersey estate in 2002, a person with knowledge of the case said yesterday."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:10:09 GMT"; arnews[0] += "
"; arnews[1]="Medical college receives more than 2,000 applicants for 2010
"; arnews[1] += "Jason Farmer / times-shamrock State Sen. Robert J. Mellow, speaks to the first class of the Commonwealth Medical College during its convocation program in August."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:16:43 GMT"; arnews[1] += "
"; arnews[2]="Psychological review ordered for rape suspect
"; arnews[2] += "A Massena man accused of raping a 14-year-old girl must undergo a psychological evaluation."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Stevenage Borough 0 Port Vale 1: match report
"; arnews[3] += "Port Vale went from big dogs to underdogs as Louis Dodd's first-half strike proved enough to set up an FA Cup second-round home clash with League One promotion hopefuls Huddersfield Town."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:22:11 GMT"; arnews[3] += "
"; arnews[4]="Celebrity birthdays on Nov. 15
"; arnews[4] += "People's Court judge Joseph Wapner is 90. Actor Ed Asner is 80. Actor Yaphet Kotto is 70."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 09:00:00 GMT"; arnews[4] += "
"; arnews[5]="Common Pleas for 11-14
"; arnews[5] += "Vincent DiMaggio Jr., 40, of 1701 Main St., Wellsville, pleaded guilty to theft, possession of criminal tools and breaking and entering, all fifth-degree felonies, and receiving stolen property, a misdemeanor, with sentencing Jan."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 06:01:07 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("
");document.write("
");