var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunday 22/11
"; arnews[0] += "CIA agent Tom Bishop is captured in China and his life is in danger. His former trainer and mentor, who is about to retire, tries his best to save him while recalling their time together."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:50:10 GMT"; arnews[0] += "
"; arnews[1]="Comedy noms may predict Oscar entries
"; arnews[1] += "Separating dramas from comedies and musicals has always invested the Golden Globes with extra interest."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:19:19 GMT"; arnews[1] += "
"; arnews[2]="The Verdict: Brad Pitt's Videogame Adaptation? And McG's Latest Goes Down the Drain
"; arnews[2] += "Actor Brad Pitt attends a Photocall to promote his film \"Inglourious Basterds\" during the 57th San Sebastian Film Festival on September 18, 2009."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT"; arnews[2] += "
"; arnews[3]="Reporters' Notebook / Bits and pieces of news...
"; arnews[3] += "For the past nine years, Judi Kaczmarek, human resources specialist at the VA Western New York Health Care System, 3495 Bailey Ave., has organized a free Thanksgiving dinner for homeless veterans and other needy vets and their families."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:49:51 GMT"; arnews[3] += "
"; arnews[4]="Planet 51
"; arnews[4] += "One of the most funniest moments in Bruno catches the uber-gay fashionista at home with his boyfriend Diesel engaged in some bizarre sexual antics."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="Funeral held for pregnant soldier
"; arnews[5] += "Mourners attended the funeral of Private First Class Francheska Velez, who was three months' pregnant when she was killed in the Ft."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:58:13 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("
");