var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="LOST: We get to see 'What Kate Does' and it includes stealing a taxi
"; arnews[0] += "Evangeline Lilly and Fredric Lehne in LOST 6.01: \"LA X\" Season 6, Episode 3, \"What Kate Does,\" aired last night, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:12:21 GMT"; arnews[0] += "
"; arnews[1]="Lost Redux: Emilie De Ravin Dishes on "Feral Claire," and Insiders Reveal What's Next
"; arnews[1] += "Hooray for zombies! Lost 's bosses Damon Lindelof and Carlton Cuse have long joked that zombies would come into play eventually, and now Hurley is guessing that's what's up with our poor undead friend Sayid, who is now \"infected\"...along with...Jack's \" sister ?!\" What the what ?! So are Sayid and Claire fully evil now? Was she dead, too? I just ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:37:00 GMT"; arnews[1] += "
"; arnews[2]="Still Friends but are they still successful?
"; arnews[2] += "REJECTION, divorce, drugs and weight problems - as Jennifer Aniston celebrates her 41st birthday amid talk of a reunion film we tell of the cast's fortunes after the show ended."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:48:29 GMT"; arnews[2] += "
"; arnews[3]="Arsene Wenger Doesn't Count Almunia As A Footballer, Avram Thinks 16...
"; arnews[3] += "The Numbers Game: Part One Mediawatch would have assumed that Arsene Wenger's Masters in Economics would indicate that he has a rudimentary grasp of mathematics."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:56:14 GMT"; arnews[3] += "
"; arnews[4]="Sam Worthington and Daniel Dae Kim Are a Couple of Dicks
"; arnews[4] += "Another Jake: Sam Worthington will topline the Michael Mann - produced, The Fields - to be directed by his daughter, Ami Canaan Mann - about two cops investigating unsolved murders near Texas oil refineries."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 07:48:31 GMT"; arnews[4] += "
"; arnews[5]="Lucy Mangan: A star-studded line-up
"; arnews[5] += "Unlucky in love? Fret not a ' vajazzle your va-jay-jay and all will be well with the world."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08: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("
");