var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nestor Carbonell Is Floored By 'Lost' Script - FanBolt.Com
";
arnews[0] += "Nestor Carbonell of 'Lost' has hinted at some incredible twists in the last season of the hit series that had him \"floored\". Carbonell's character Richard actually has an episode that revolves around his past - and will answer those fan questions ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:17:00 GMT";
arnews[0] += "
";
arnews[1]="Nestor Carbonell wants 'Lost' redemption - Digital Spy
";
arnews[1] += "Nestor Carbonell has said that he hopes his Lost alter ego is redeemed before the series reaches its conclusion. The actor, who first appeared as Richard Alpert in the show's third season, acknowledged that his character has \"committed some ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT";
arnews[1] += "
";
arnews[2]="Lost's Nestor Carbonell on Season 6's Power Struggle - Seattle Post Intelligencer
";
arnews[2] += "Over the decades on Lost , there has been a constant battle for control of the island. Whether it's been the Dharma Initiative or the Hostiles, one constant has remained: Richard Alpert ( Nestor Carbonell ). With a Richard-centric episode on the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:33:00 GMT";
arnews[2] += "
";
arnews[3]="Is Nestor Carbonell Star Trek's Most Superior Intellect? - io9.com
";
arnews[3] += "Now that you've done The Tick, Lost, and The Dark Knight, you've cultivated a geek army that's touting you for Khan, should they include that villain in the next Star Trek sequel. Have you seen that? Well, it would be tremendous, it would be amazing ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 20:30:00 GMT";
arnews[3] += "
";
arnews[4]="Nestor Carbonell Previews the Final Season of 'Lost' - Tvsquad.com
";
arnews[4] += "We're only hours away from the premiere of the final season of 'Lost' . I'm excited, you're excited, and Richard Alpert himself, Nestor Carbonell, is right there with us. I spoke to Carbonell recently about his role in the show's much-anticipated ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 19:57:00 GMT";
arnews[4] += "
";
arnews[5]="Lost Actor Nestor Carbonell Interested in Playing Khan if He Appears ... - TrekWeb.com
";
arnews[5] += "Well, it would be tremendous, it would be amazing. I know that the show has already opened many doors for me, and that's the great thing about this business, that you never know which job you do will help you out with other jobs. This show has given ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 05:09:00 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("