var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vote: Should all NBA teams retire No. 23 in honor of Michael Jordan?
";
arnews[0] += "LeBron James made the suggestion, and the NBA responded that the decision to retire numbers rests with individual teams.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:53:25 GMT";
arnews[0] += "
";
arnews[1]="Lathrop puts people ahead of all else
";
arnews[1] += "I am writing to commend The Day on the article concerning Ben Lathrop, the outgoing mayor of Norwich.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:30:17 GMT";
arnews[1] += "
";
arnews[2]="Pot shots? Nope, just facts, ma'am
";
arnews[2] += "Stoners of the Sports World, it's celebration time. High Times, you might say. Pop open a fresh bag of Cheetos, crash onto the nearest beanbag chair, forget an important appointment.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Baltimore in Tricky Position With Proposed Negro League Museum
";
arnews[3] += "A $4.1 million plan has been put in place to build a Negro League baseball museum in Baltimore.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:32:09 GMT";
arnews[3] += "
";
arnews[4]="Sports Movies
";
arnews[4] += "Sandra Bullock stars with Quinton Aaron in football heartwarmer The Blind Side .";
arnews[4] += "
Publ.Date : Fri, 10 Jul 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="A final good-bye to a dedicated volunteer
";
arnews[5] += "The town of Ayer recently lost one of its most generous and beloved residents, Bruce Page, who died at Nashoba Valley Hospital on Oct.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:05:49 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("