var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Final season of 'Lost' to begin Feb. 2
"; arnews[0] += "ABC says the final season of \"Lost\" will begin in February with a night devoted to the drama."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:43:27 GMT"; arnews[0] += "
"; arnews[1]="Final season of `Lost' to begin Feb. 2
"; arnews[1] += "ABC says the final season of \"Lost\" will begin in February with a night devoted to the drama."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:38:08 GMT"; arnews[1] += "
"; arnews[2]="Final season of 'Lost' gets premiere date
"; arnews[2] += "ABC says the final season of \"Lost\" will begin in February with a night devoted to the drama."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:15:48 GMT"; arnews[2] += "
"; arnews[3]="ABC sets Lost premiere date
"; arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 21:56:58 GMT"; arnews[3] += "
"; arnews[4]="Starting date announced for last season of "Lost"
"; arnews[4] += "ABC says the final season of \"Lost\" will begin in February with a night devoted to the drama."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:13: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("
");document.write("
");