var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="In rambling speech, Salmon tells all - Rutland Herald "; arnews[0] += "MONTPELIER – In a news conference he dedicated to the \"warrior in all of us,\" State Auditor Thomas M. Salmon addressed his arrest last week for drunken driving by way of a discursive speech seemingly intended to illustrate his history of triumph ..."; arnews[0] += " Publ.Date : Sat, 21 Nov 2009 14:50:00 GMT"; arnews[0] += " "; arnews[1]="Williamstown driver, 36, faces multiple charges - Times-Argus "; arnews[1] += "WASHINGTON – Police cited a 36-year-old Williamstown man on Thursday for a series of offenses that stemmed from an incident late last month. Michael Avery is scheduled to appear in Vermont District Court in Barre on Dec. 2 to face charges of ..."; arnews[1] += " Publ.Date : Sat, 21 Nov 2009 15:19:00 GMT"; arnews[1] += " "; arnews[2]="Norwich deals with 'serious' assault - Times-Argus "; arnews[2] += "NORTHFIELD – Two Norwich University freshmen are facing an array of criminal charges after a group of students allegedly lured a fellow student to a \"party\" last month, bound him to a chair and assaulted him, in what school officials say is an ..."; arnews[2] += " Publ.Date : Sat, 21 Nov 2009 15:19:00 GMT"; arnews[2] += " "; arnews[3]="Judge hands child to Vt. mother - Rutland Herald "; arnews[3] += "A Rutland Family Court judge ordered a first-of-its kind parent custody change Friday in a child-visitation dispute involving a Virginia woman and her former lesbian partner who lives in Fair Haven. In a 21-page order, Judge William Cohen granted ..."; arnews[3] += " Publ.Date : Sat, 21 Nov 2009 14:50:00 GMT"; arnews[3] += " "; arnews[4]="Jamaica discusses hydro projects - Brattleboro Reformer "; arnews[4] += "JAMAICA -- In a public hearing hosted by Blue Heron Hydro LLC Thursday, officials from the small company said installing hydro-electric facilities at Townshend Dam and Ball Mountain Dam in Jamaica would not alter the flow of the West River. The ..."; arnews[4] += " Publ.Date : Sat, 21 Nov 2009 14:07: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]); } document.write(" |