var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="ABC series 'FlashForward' gets film permit
"; arnews[0] += "The City Council voted 5-0 Tuesday night on a last-minute item submitted by representatives of FTP Productions for a film permit for the ABC series \"FlashForward.\" IGN: 'FlashForward' blacks out Loosely based on the 1999 novel, \"Flashforward\" by Canadian science fiction writer Robert J. Sawyer, the show's regular cast members include Joseph ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 04:14:36 GMT"; arnews[0] += "
"; arnews[1]="ABC series 'FlashForward' gets film permit
"; arnews[1] += "The City Council voted 5-0 Tuesday night on a last-minute item submitted by representatives of FTP Productions for a film permit for the ABC series, \"FlashForward.\" Loosely based on the 1999 novel, \"Flashforward\" by Canadian science fiction writer Robert J. Sawyer, the show's regular cast members include Joseph Fiennes, John Cho, Sonya Walger, Jack ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 09:18:30 GMT"; arnews[1] += "
"; arnews[2]="Pop Culture Crackdown: Lost imitators
"; arnews[2] += "The wildly popular and much-obsessed-over television series, Lost, has launched into its much-hyped final season."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:39:54 GMT"; arnews[2] += "
"; arnews[3]="6 ways to get 'Lost': Will it all be answered on tonight's premiere?
"; arnews[3] += "The number six is big on 'Lost.' One of the show's most notable themes is a sequence of numbers, six numbers, which appear again and again on the castaway drama."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Lost, for the Last Time, Part 2
"; arnews[4] += "ABC In Part 2 of The Daily Beast's interview with Lost showrunners Damon Lindelof and Carlton Cuse, they discuss characters returning from the dead, whether they will adapt Stephen King's \"Dark Tower\" next, and whether the show is really, really done."; arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 06:49:12 GMT"; arnews[4] += "
"; arnews[5]="Sixth season of the puzzling drama is the last chance for all the answers to be revealed -- or not
"; arnews[5] += "The number six is big on \"Lost.\" One of the show's most notable themes is a sequence of numbers, six numbers, which appear again and again on the castaway drama."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 06:18:52 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("
");