var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Unusuals - TVShowsOnDVD.com
";
arnews[0] += "\"The Unusuals\" explores both the grounded drama and comic insanity of the world of New York City police detectives. It helps to have a twisted sense of humor, since every day could be your last. Detective Casey Shraeger (Amber Tamblyn) has just been ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 20:26:00 GMT";
arnews[0] += "
";
arnews[1]="Piecing together the Lost puzzle - Stuff
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[1] += "
";
arnews[2]="'Lost' finally returns tonight; its actors and producers chat about ... - Los Angeles Times Blogs
";
arnews[2] += "And here actors Harold Perrineau, Michael Emerson, Nestor Carbonell, Terry O'Quinn and Jorge Garcia clue us in on what we can expect as the island mystery winds down in their own spoiler-free kind of way.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 10:45:00 GMT";
arnews[2] += "
";
arnews[3]="Dear Crystal Ball: What Will Happen On 'Lost' This Season? - ABC News
";
arnews[3] += "... Ravin, who disappeared in season 4), Boone (Ian Somerhalder, who died way back in season 1), Charlie (Dominic Monaghan, who drowned at the end of season 3), and Michael (Harold Perrineau, who was supposedly blown to bits in season 4) will all be ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 22:54:00 GMT";
arnews[3] += "
";
arnews[4]="Sixth and final season of "Lost" begins - Ledger-Enquirer
";
arnews[4] += "... Benjamin Linus (Michael Emerson), Claire (Emilie de Ravin), Richard Alpert (Nestor Carbonll), Juliet (Elizabeth Mitchell), Jin and Sun (Daniel Dae Kim, Yunjin Kim), Michael (Harold Perrineau), Walter (Malcolm David Kelley), Daniel Faraday ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 02:02: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("