var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="On Nov. 14, 1973, Britain's Princess Anne married Capt. Mark Phillips in Westminster Abbey
"; arnews[0] += "Today is Saturday, Nov. 14, the 318th day of 2009. There are 47 days left in the year."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:21:15 GMT"; arnews[0] += "
"; arnews[1]="Lee Daniels on march to a Selmaa
"; arnews[1] += "Helmer Lee Daniels is in advanced negotiations to direct \"Selma,\" which will trace the historic 1965 march in the Alabama town that marked the political and emotional peak of the civil rights movement."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:00:00 GMT"; arnews[1] += "
"; arnews[2]="On Nov. 14, 1973, Britain's Princess Anne married Capt. Mark Phillips in Westminster Abbey
"; arnews[2] += "Today is Saturday, Nov. 14, the 318th day of 2009. There are 47 days left in the year."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 19:03:12 GMT"; arnews[2] += "
"; arnews[3]="Almanac
"; arnews[3] += "Today is Saturday, Nov. 14, the 318th day of 2009. There are 47 days left in the year."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 16:03:00 GMT"; arnews[3] += "
"; arnews[4]="On this date in 1969, Apollo 12 blasted off for the moon: Nov. 14 Almanac
"; arnews[4] += "Today: is the 318th day of 2009. There are 47 days left in the year. On this date -- In 1851, Herman Melville's novel \"Moby-Dick; Or, The Whale\" was first published in the United States."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 13:45:38 GMT"; arnews[4] += "
"; arnews[5]="People in the news
"; arnews[5] += "A German man was charged this week in Los Angeles with trying to extort $100,000 from former model Cindy Crawford and her husband, entrepreneur Rande Gerber , over a photo of their daughter bound to a chair and gagged, authorities said."; arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 13:02:21 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("
");