var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lost: More new questions
";
arnews[0] += "Here we are Week 2 and Ia m still scratching my head. But would Lostees want it any other way? Ia ll start off with some of the small things first and then move on to the big revelations.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:19:23 GMT";
arnews[0] += "
";
arnews[1]="Lost: The Final Season - Episode 2 Video Blog
";
arnews[1] += "Editor's Note: The following recap and video discussion include advanced plot details from the second episode of Lost, season 6. We HIGHLY RECOMMEND that you watch the episode before reading or watching any further.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:44:39 GMT";
arnews[1] += "
";
arnews[2]="'Lost' overnight: 'Kate' comments?
";
arnews[2] += "SPOILER ALERT! THIS POST CONTAINS MUCHO INFO ABOUT TONIGHT'S LOST . IF YOU HAVEN'T YET WATCHED - AND WEST COASTERS, I'M TALKING TO YOU - YOU REALLY SHOULDN'T READ THIS.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:43:46 GMT";
arnews[2] += "
";
arnews[3]="Matthew Fox interview
";
arnews[3] += "Matthew Fox, the leading man of 'Lost' Photo: Steve Schofield The 'Lost' supper: the TV show is now entering its final series Photo: Bob D'Amico What's he like then?' I ask the publicist as we wait outside Matthew Fox's hotel room.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:17:05 GMT";
arnews[3] += "
";
arnews[4]="6-year Hawai'i idyll winding down for cast
";
arnews[4] += "For Jorge Garcia, a life goal sprang from the magazine section of a Borders bookstore.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("