var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Column: Consider attending Mistletoe Dance
";
arnews[0] += "It's Mistletoe time! Riverview Health Care Foundation is looking forward to kicking off the holiday season Dec.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:59:09 GMT";
arnews[0] += "
";
arnews[1]="Dean Martin tribute heads to Symphony Hall
";
arnews[1] += "Mark Adams will perform the songs of the late Dean Martin at Symphony Hall in Springfield on Friday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:26:29 GMT";
arnews[1] += "
";
arnews[2]="Palma and Barba Swing in Sayreville
";
arnews[2] += "Who says the kids don't appreciate the classics? Check out 'An Evening with Patsy Palma & Friends' and see 20somethings belt out Frank Sinatra, Engelbert Humperdinck, Andy Williams and more.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Antonella Barba swings in Sayreville
";
arnews[3] += "Who says the kids don't appreciate the classics? Check out \"An Evening with Patsy Palma & Friends\" and see 20somethings belt out Frank Sinatra, Engelbert Humperdinck, Andy Williams and more.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="A Brazilian High Priest Looks Back
";
arnews[4] += "The great Brazilian singer-songwriter Milton Nascimento was a third of the way through his concert at Carnegie Hall on Wednesday night before he addressed the audience, from within a cloud of reminiscence.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:18:13 GMT";
arnews[4] += "
";
arnews[5]="Editor's Choice: Scots protests saved TV favourite Scooby-Doo from being scrapped
";
arnews[5] += "DOO celebrates his 40th birthday this year, so it is incredible to think that the cartoon might have vanished from our screens just a couple of years after the show was first aired.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Film Noir 101: A weekend of darkness at the Savoy in Montpelier
";
arnews[6] += "Bogie & Bacall in The Big Sleep Film noir, as the French would come to call it, was a unique byproduct of artistic and sociological forces that had its start in America in the early '40s and reached its peak in the latter half of the decade, when the wartime boom turned to postwar blues, when unemployment was on the rise and disillusionment was a ...";
arnews[6] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("