var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Starting February, LOST Will Air Tuesdays
";
arnews[0] += "\"Lost\" will air at 9 p.m. Tuesdays instead of in its traditional Wednesday berth, ABC announced Thursday.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:57:26 GMT";
arnews[0] += "
";
arnews[1]="ABC sets Lost premiere date
";
arnews[1] += "First the island moved; now Lost is moving to a new night. The sixth and final season of the ABC series is scheduled for a two-hour premiere Tuesday, Feb.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:56:58 GMT";
arnews[1] += "
";
arnews[2]="ABC Sets Premiere for Final Season of a oeLosta
";
arnews[2] += "Browse> Home / TV News / ABC Sets Premiere for Final Season of \"Lost\" << Filming On \"Thrones\" Complete ABC Sets Premiere for Final Season of \"Lost\" If you've got your calendar handy, you may want to mark Tuesday, February 2 on it.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:10:14 GMT";
arnews[2] += "
";
arnews[3]="The Finale Season of Lost to Debut on February 2nd
";
arnews[3] += "ABC has finally announced the date for its Lost season six debut, which will kick off with an all-night event on February 2nd, 2010.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:41:00 GMT";
arnews[3] += "
";
arnews[4]="Lost's Return Date Set
";
arnews[4] += "First the island moved; now Lost is moving to a new night. The sixth and final season of the ABC series is scheduled for a two-hour premiere Tuesday, Feb.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:23:19 GMT";
arnews[4] += "
";
arnews[5]="Lost Final Season Sets a Date
";
arnews[5] += "Get our your calendar and your magic markers and prepare for glory. ABC has announced today that they have set a date and time for the premiere of the final season of Lost , which as you know is probably the most anticipated season of television in the history of man.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:18:01 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("