var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Nestor Carbonell wants 'Lost' redemption
"; arnews[0] += "Nestor Carbonell has said that he hopes his Lost alter ego is redeemed before the series reaches its conclusion."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:21:32 GMT"; arnews[0] += "
"; arnews[1]="'Lost' star: 'Amazing twists ahead'
"; arnews[1] += "Nestor Carbonell has revealed that there are \"amazing twists\" coming up in the final season of Lost ."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:21:20 GMT"; arnews[1] += "
"; arnews[2]="Lost: What Is Richard's Fate?
"; arnews[2] += "Over the decades on Lost , there has been a constant battle for control of the island."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Lost's Nestor Carbonell on Season 6's Power Struggle
"; arnews[3] += "Over the decades on Lost , there has been a constant battle for control of the island."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:19:01 GMT"; arnews[3] += "
"; arnews[4]="Getting Lost: Who Is Richard Alpert?
"; arnews[4] += "Now that the Man in Black's identity has been made plain , some people from the Temple are not too happy about it, especially Richard Alpert , who was knocked out by him in the season premiere of Lost ."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:18:36 GMT"; arnews[4] += "
"; arnews[5]="Which 'Lost' Star Might Play Khan In The 'Star Trek' Sequel?
"; arnews[5] += "Nestor Carbonell is most recognizable as Richard Alpert on \" Lost \" and as the mayor of Gotham City in \" The Dark Knight ,\" but if some fans get their way, he might add another role to his increasingly geeky resume a 'A none other than the villainous Khan in a possible \" Star Trek \" sequel."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Fans search on beach for answers to 'Lost'
"; arnews[6] += "What is that black smoke monster? Will Sun be reunited with Jin? What happens to the island? What does it all mean? How will it end? Thousands of fans traveled from around the world to the home of \"Lost\" in a quest to get some answers to the questions that have piled up in the first five seasons."; arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 10:48:11 GMT"; arnews[6] += "
"; arnews[7]="Kate, Sawyer, Locke, Hurley, Charlie and the Dharma Initiative From the ABC Hit TV Series 'Lost' Rev
"; arnews[7] += "As pop culture phenomenon \"Lost\" begins its sixth and final season on TUESDAY, FEBRUARY 2 on ABC, fans of the ABC television series will gain a unique glimpse into the minds of characters Kate, Sawyer, Locke, Hurley and Charlie as well as the vibe of the Dharma Initiative with the release of six EPs revealing classic songs important to each of ..."; arnews[7] += "
Publ.Date : Sat, 06 Feb 2010 13:07:58 GMT"; arnews[7] += "
"; arnews[8]="Lost: Season 6 - First two hours reviewed
"; arnews[8] += "As the sixth and final season got underway on Sky1 on Friday night , the answers seldom seemed so far away."; arnews[8] += "
Publ.Date : Sat, 06 Feb 2010 08:04:45 GMT"; arnews[8] += "
"; totcount = 9; 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("
");