var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Prince Rainier III of Monaco: The Times obituary
"; arnews[0] += "Known as the \"Builder Prince\" because he transformed his tiny Mediterranean principality from the back water that Somerset Maugham called a \"sunny place for shady people\" into a contemporary city-state, Prince Rainier III ruled his 482-acre fiefdom in a soft but determined fashion during his half century in power."; arnews[0] += "
Publ.Date : Wed, 06 Apr 2005 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Last Night: Juliette Lewis at the Fox Theatre
"; arnews[1] += "Juliette Lewis, the Ettes, American Bang Fox Theatre Tuesday, October 6, 2009 Better than: Lewis' show with the Pretenders and Cat Power this past August."; arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 20:51:24 GMT"; arnews[1] += "
"; arnews[2]="Rough-and-tumble film
"; arnews[2] += "Drew Barrymore, from left, Ellen Page and Kristen Wiig play rough-and-tumble roller-derby queens."; arnews[2] += "
Publ.Date : Sat, 03 Oct 2009 03:10:06 GMT"; arnews[2] += "
"; arnews[3]="Kip Pardue
"; arnews[3] += "A handsome blond actor with all-American athletic good looks and magnetic charisma onscreen, Kip Pardue was a ready-made heartthrob with the acting abilities to set him apart from other pretty faces."; arnews[3] += "
Publ.Date : Wed, 23 Sep 2009 05:46:35 GMT"; arnews[3] += "
"; arnews[4]="Kip Pardue
"; arnews[4] += "A handsome blond actor with all-American athletic good looks and magnetic charisma onscreen, Kip Pardue was a ready-made heartthrob with the acting abilities to set him apart from other pretty faces."; arnews[4] += "
Publ.Date : Wed, 23 Sep 2009 04:26:54 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("
");