var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="VIDEOS Fear of flu no reason to avoid flying, area health and airline officials say
";
arnews[0] += "Please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:42:04 GMT";
arnews[0] += "
";
arnews[1]="Rhode Island State Police swear in 36 new troopers
";
arnews[1] += "Governor Carcieri and Col. Brendan Doherty, superintendent of the state police, inspect the new troopers Friday at their swearing-in ceremony at the Community College of Rhode Island, in Lincoln.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:06:53 GMT";
arnews[1] += "
";
arnews[2]="Full Time: Burnley 1 Aston Villa 1
";
arnews[2] += "EMILE Heskey's late equaliser meant Burnley had to settle for a draw at home to Aston Villa in the Premier League this afternoon.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:16:52 GMT";
arnews[2] += "
";
arnews[3]="Jimmie Johnson wins the pole for season finale at Homestead
";
arnews[3] += "Jimmie Johnson talks to reporters at Homestead Miami Speedway. Jimmie Johnson won the pole on Friday during qualifying for Sunday's season-ending Ford 400.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:48:16 GMT";
arnews[3] += "
";
arnews[4]="Community birth announcements
";
arnews[4] += "Michael and Orlene Hawks of Okemos announce the birth of their daughter Natalia Dale.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:47:00 GMT";
arnews[4] += "
";
arnews[5]="Continue reading "2010 Tanglewood plans from BSO"
";
arnews[5] += "Time is short this morning - jury duty continues - so I'm simply going to give you the press release direct from the Boston Symphony Orchestra with all the plans for next summer's Tanglewood season, including the return of Seiji Ozawa, the jazz fest and two James Taylor/Carole King shows that will sell out so fast it will warp the space/time ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:56:11 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("