var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Eddie Izzard: 'Triffids really scared me'
"; arnews[0] += "Eddie Izzard has admitted to being afraid when he first saw the 1962 movie adaptation of The Day Of The Triffids ."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:06:52 GMT"; arnews[0] += "
"; arnews[1]="British Actors Invade TV
"; arnews[1] += "\"Americans do this lovey-dovey rubbish, right?\" Fiennes and Walger in FlashForward ."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:07:07 GMT"; arnews[1] += "
"; arnews[2]="Last Mimzy, The
"; arnews[2] += "Comedy, Adventure, Sci-Fi Timothy Hutton, Joely Richardson, Robert Shaye, Michael Clarke Duncan, Rainn Wilson, Kathryn Hahn, Rhiannon Leigh Wryn, Chris O'Neil Two children discover a mysterious box that contains some strange devices they think are toys."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 06:29:24 GMT"; arnews[2] += "
"; arnews[3]="TV Throwdown: Nip/Tuck Vs. Weeds
"; arnews[3] += "With Thanksgiving just around the corner, you may be dreading yet another awkward family get-together. Everyone's had one of those gatherings, where if you cram down a little turkey and stuffing before Aunt Carol makes another off-color comment, the day is considered a success."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 18:04:00 GMT"; arnews[3] += "
"; arnews[4]="Tonight's TV Hot List: Wednesday, Nov. 11, 2009
"; arnews[4] += "Criminal Minds 9/8c CBS Gavin Rossdale is better known as a musician than an actor, but he gets to meld the two professions when he guest stars as a rock star in this episode."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 14:29:37 GMT"; arnews[4] += "
"; arnews[5]="V: Normal Is The Watchword
"; arnews[5] += "Last week's V was a fun introduction to our new alien overlords. Let's dive in and see what sort of fun they have in store for us this week."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 06:21:40 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("
");