var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Top Tv with Barry Ronge
"; arnews[0] += "This thriller is based on a true story. In 1971, London was rocked by an audacious robbery when a gang of thieves tunnelled their way under two buildings to break into a bank vault."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 22:45:15 GMT"; arnews[0] += "
"; arnews[1]="polarized many more
"; arnews[1] += "Amanda Peet sends her regrets. The X Files star has issued an apology for saying in a recent Cookie magazine story that \"parents who don't vaccinate their children are parasites.\" \"I believe in my heart that my use of the word 'parasites' was mean and divisive,\" she writes in a letter that was posted today on the parenting magazine's website."; arnews[1] += "
Publ.Date : Thu, 17 Jul 2008 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Little Screen
"; arnews[2] += "This week's new releases, by Jay Bobbin of Zap2it, are rated on a scale of one to four, with * equivalent to a poor rating and **** meaning excellent."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 14:00:00 GMT"; arnews[2] += "
"; arnews[3]="A-List Art & Soul Center Sundance Gallery
"; arnews[3] += "Sundance stars gathered at the A-List Art and Soul Center, January 26th. Here's some photographic proof of said gathering."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 18:07:55 GMT"; arnews[3] += "
"; arnews[4]="Movie Guide
"; arnews[4] += "Palace ALVIN & THE CHIPMUNKS: THE SQUEAKQUEL B- PG Zachary Levi, David Cross, Jason Lee The chipmunks decide to return to school and are recruited to save the school's music program."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Now Showing
"; arnews[5] += "An epic adventure about a global cataclysm that brings an end to the world and tells of the heroic struggle of the survivors."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 05:00:00 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("
");