var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Piecing together the Lost puzzle - Stuff
"; arnews[0] += "As the final season of brain-bending series Lost starts, Kimberley Rothwell attempts to summarise the last five seasons without going troppo. The TV series Lost is a little like the Eagles song Hotel California, says a fan on the show's website: You ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT"; arnews[0] += "
"; arnews[1]="Lost the plot? A guide to the vital questions season six must answer - The Guardian
"; arnews[1] += "One of the recurring themes has been Jack's messed up relationship with his dad – will there be any resolution there? And will he find out that Claire is his half-sister (and therefore that baby Aaron is his half-nephew?) Will they work out a way ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT"; arnews[1] += "
"; arnews[2]="6 ways to get 'Lost': Will it all be answered on tonight's premiere? - Detroit News
"; arnews[2] += "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. Then there's the Oceanic Six, the small handful of survivors of Flight 815 who managed ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:37:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");