var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Holiday films: The big 10
"; arnews[0] += "FOR MOST Americans, the next few weeks constitute the holiday season. In the land known as Hollywood, though, it's the Oscar season."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Liverpool Arts: Classical Music: A marvellous fantasy of Christmas music
"; arnews[1] += "ENGLISH Christmas music began in 1918. That may be a slight exaggeration to be found in a programme note by John Allison in a new anthology called in Terra Pax, but it is largely true."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:00:00 GMT"; arnews[1] += "
"; arnews[2]="Obituaries - Nov. 18 edition
"; arnews[2] += "Grace L. Bowlin of Deer Island died Nov. 13, 2009. She was 78. A celebration of life will be held at 11 a.m. Friday, Nov."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Holiday films: The big 10
"; arnews[3] += "FOR MOST Americans, the next few weeks constitute the holiday season. In the land known as Hollywood, though, it's the Oscar season."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Tributes for Nov. 19
"; arnews[4] += "Age: 62 Residence: Greeley Edward J. Cech III, 62, of Greeley, Colo. died unexpectedly Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:42:22 GMT"; arnews[4] += "
"; arnews[5]="Depp, Olsens, and DeVito Celebrate Tim Burton's MoMA Exhibit
"; arnews[5] += "What is it like to be the subject of a museum exhibition? \"It's amazing. It's something that's never happened before, so it's even more surreal than a movie premiere, because it's more personal."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:01:20 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("
");document.write("
");