var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Film Buzz: Hot rumor of the day: Nestor Carbonell to be cast as the villain Khan in the next Star Trek movie. Maybe.
"; arnews[0] += "Hot rumor of the day: Nestor Carbonell to be cast as the villain Khan in the next Star Trek movie. Maybe."; arnews[0] += "
"; arnews[1]="Zawarudo.com: ¡Nuevo post!: Nestor Carbonell podría ser KHAAAAAN!!! http://bit.ly/2iHlST
"; arnews[1] += "¡Nuevo post!: Nestor Carbonell podría ser KHAAAAAN!!!"; arnews[1] += "
"; arnews[2]="#LOST Henry Ian Cusick is no longer a series regular, but Nestor Carbonell, Jeff Fahey and Zuleikha Robinson are: http://tinyurl.com/ybwcpfc
"; arnews[2] += ""; arnews[2] += "
"; arnews[3]="Season 6 Start Date Announced
"; arnews[3] += "Season 6 Start Date Announced -"; arnews[3] += "
"; arnews[4]="“Lost” Star Nestor Carbonell to Play Khan in “Star Trek” Sequel?
"; arnews[4] += "“Lost” Star Nestor Carbonell to Play Khan in “Star Trek” Sequel? -"; 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("
");