var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Half the episodes, twice the anticipation
";
arnews[0] += "When and where: Thursday at 9 p.m. on ABC, CTV. Series recap airs at 8 p.m. Will eight be enough? Viewers will have to decide whether Lost is half-empty or half-full when the ABC adventure-drama returns for its fourth season tonight.";
arnews[0] += "
Publ.Date : Thu, 31 Jan 2008 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lost actors reveal their burning questions
";
arnews[1] += "But think how the actors must feel. Even the people bringing the characters to life have no idea, in some cases, why they do the things they do.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 07:14:45 GMT";
arnews[1] += "
";
arnews[2]="Lost Actors' Burning Questions: The Island, the Numbers and More
";
arnews[2] += "But think how the actors must feel. Even the people bringing the characters to life have no idea, in some cases, why they do the things they do.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 04:37:21 GMT";
arnews[2] += "
";
arnews[3]="What Will Happen on 'Lost' This Season?
";
arnews[3] += "Kate Torgovnick Feb. 4, 2010 Go behind the scenes of the hit ABC series. 4 8 15 16 23 42.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 13:48:03 GMT";
arnews[3] += "
";
arnews[4]="Returnees "proud" of 'Lost' journey
";
arnews[4] += "The producers of Lost have claimed that the show's returning actors are \"proud\" to have been a part of the show.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:12:35 GMT";
arnews[4] += "
";
arnews[5]="Lost cast returning 'like Clooney'
";
arnews[5] += "Producers of hit drama Lost have compared the return of some of the show's characters to that of George Clooney in ER.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 16:08:46 GMT";
arnews[5] += "
";
arnews[6]="Hoang Pham
";
arnews[6] += "Could Oceanic Flight 815 be missing a passenger when \"Lost\" returns next year? With rumors rampant that Carlton Cuse and Damon Lindelof will be setting the clock back on \"Lost\" next season and bringing quite a few characters back from the dead, E! Online's Kristin Dos Santos is reporting that one of the ABC drama's former stars isn't too keen to ...";
arnews[6] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("