var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Today In History November 22, 2009
"; arnews[0] += "Today is Sunday, Nov. 22, the 326th day of 2009. There are 39 days left in the year."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:13:17 GMT"; arnews[0] += "
"; arnews[1]="People in the news
"; arnews[1] += "Oprah Winfrey gets emotional as she tells her TV audience about her plans to end her popular daytime talk show in 2011."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:27:35 GMT"; arnews[1] += "
"; arnews[2]="Movie review: Where the Wild Things Are -- 2 out of 5 stars
"; arnews[2] += "The author of Where the Wild Things Are picked Spike Jonze to direct the long-planned film of the much-loved children's book."; arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Holidays on Earth Today: November 22, 2009
"; arnews[3] += "Holidays are such an important part of each countries tradition along with supporting its culture."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:42:04 GMT"; arnews[3] += "
"; arnews[4]="Movies: Now Playing and Coming Soon
"; arnews[4] += "The Fantastic Mr. Fox: An animated Wes Anderson film based on a Roald Dahl story about farm folk who tire of the wily fox in their midst and resolve to wipe out him and his kind.Old Dogs: Business partners John Travolta and Robin Williams are saddled with 6-year-old twins."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:21:00 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("
");