var arnews = new Array(5); totcount = 5; 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]="Holiday films: The big 10
"; arnews[1] += "FOR MOST Americans, the next few weeks constitute the holiday season. In the land known as Hollywood, though, it's the Oscar season."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Local news, weather, sports & information
"; arnews[2] += "Time for Three, an uncategorized and nationally renowned string trio, will perform Friday, Nov."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:28:44 GMT"; arnews[2] += "
"; arnews[3]="Oscar Watch: 10 films for the holiday
"; 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 09:03:38 GMT"; arnews[3] += "
"; arnews[4]="Chris Knox Tribute Album Features Mountain Goats, Yo La Tengo, Bill Callahan
"; arnews[4] += "In June, lo-fi innovator and New Zealand music legend Chris Knox suffered a debilitating stroke."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:00:17 GMT"; arnews[4] += "
"; totcount = 5; 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("
");