var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a New Moona a hit with most viewers
";
arnews[0] += "Midnight marked the magical hour for \"Twilight\" fans as \"New Moon,\" the second movie in the Stephenie Meyer series, hit the big screen.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:38:24 GMT";
arnews[0] += "
";
arnews[1]="Sinclairville Senior Citizens hold .....
";
arnews[1] += "Members of the Sinclairville Senior Citizens gathered for a Thanksgiving luncheon, and honored those who have a birthday during the month of November.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:10:45 GMT";
arnews[1] += "
";
arnews[2]="Dixon, Imo A.
";
arnews[2] += "DIXON, Imo A. Age 77, of Brookville, passed away peacefully at her home, Wednesday, November 18, 2009 following a brief illness.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:20:20 GMT";
arnews[2] += "
";
arnews[3]="Lake Wales author pays visit to Vanguard School
";
arnews[3] += "Writer Susan Butler tried for years to get her Amelia Earhart biography, \"East to the Dawn,\" made into a screenplay.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:40:33 GMT";
arnews[3] += "
";
arnews[4]="Tanglewood unveils 2010 summer schedule
";
arnews[4] += "Tanglewood in 2010 will be well supplied with variety in both the classical and popular fields: The Boston Symphony Orchestra season ranges from generous portions of opera and Mahler to the return of James Taylor and a day- night doubleheader, featuring twin debuts by Berkshire folk singer Arlo Guthrie and Broadway star Audra McDonald.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:51:42 GMT";
arnews[4] += "
";
arnews[5]="Leeds goes fundraising crazy for BBC Children in Need
";
arnews[5] += "Leeds folk got into the fundraising spirit by carried out a series of wacky events to raise money.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:00:01 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("