var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cost estimate to repair trestle going up
";
arnews[0] += "Estimated repair costs for the Tommy Thompson Parkway trestle are higher than originally expected.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:39:08 GMT";
arnews[0] += "
";
arnews[1]="Nichols rallies behind Bennett
";
arnews[1] += "WOMEN'S BASKETBALL Nichols 70, WPI 59 : Lyndsey Bennett of North Brookfield hit two 3-pointers in the final 1:33 as the Bison pulled away from the Engineers in the opening game of the Worcester City Tournament hosted by Worcester State.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:49:34 GMT";
arnews[1] += "
";
arnews[2]="Birth Records
";
arnews[2] += "St. Agnes Hospital Hoyt Camden Schrauth, son of Dennis Schrauth and Katey Rach of Campbellsport, was born Nov.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Announcements
";
arnews[3] += "BORG. On November 19, at Sir Paul Boffa Hospital, FILOMENA , ne Muscat, of A amrun, widow of Anthony, aged 87, passed away peacefully, comforted by the rites of Holy Church.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:35:25 GMT";
arnews[3] += "
";
arnews[4]="People in the news - Nov. 23, 2009
";
arnews[4] += "People listings are free. Information must be submitted at least 11 days before the Monday issue in which it is to appear.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:21:26 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("