var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A LOST Spin-off We'd Like to See! | Download-TV-Series.com
";
arnews[0] += "Looks like Lost 's Daniel Dae Kim will be staying in Hawaii. Kim has been tapped for a role in the CBS reboot of Hawaii Five-O , according to The Hollywood Reporter . The Lost ie will play … Read More > Other Links From TVGuide.com ...";
arnews[0] += "
";
arnews[1]="Episode 6.04 - The Substitute - Synopsis
";
arnews[1] += "Naveen Andrews as Sayid Nestor Carbonell as Richard Alpert Emilie de Ravin as Claire Michael Emerson as Ben Jeff Fahey as Frank Lapidus Matthew Fox as Jack Jorge Garcia as Hurley Josh Holloway as Sawyer Daniel Dae Kim as Jin ...";
arnews[1] += "
";
arnews[2]="Piecing together the Lost puzzle
";
arnews[2] += "Among the survivors are doctor Jack, fugitive Kate (Evangeline Lilly), Korean socialite Sun (Yunjin Kim) and her husband Jin (Daniel Dae Kim) , ex-Republican guard Sayid (Naveen Andrews), rock star Charlie (Dominic Monaghan), ...";
arnews[2] += "
";
arnews[3]="Piecing together the Lost puzzle
";
arnews[3] += "... Korean socialite Sun (Yunjin Kim) and her husband Jin (Daniel Dae Kim) , ex-Republican guard Sayid (Naveen Andrews), rock star Charlie (Dominic Monaghan), who takes a shine to eight-months-pregnant Claire (Emilie de Ravin), ...";
arnews[3] += "
";
arnews[4]="Immigrants of the day: The cast of "lost"
";
arnews[4] += "Here are some of the immigrants that have played important roles in the show over the last six years - Naveen Andrews - UK - Sayid Jarrah Daniel Dae Kim - South Korean - Jin Kwon Yunkim Kim - South Korea - Sun Kwon Evangeline Lilly ...";
arnews[4] += "
";
arnews[5]="Pac-10 considers expanding to 12 teams
";
arnews[5] += "'Lost' star Daniel Dae Kim tagged to star in Hawaii 5-0 reboot. http://tinyurl.com/ygp627x 19 mins ago; kxly4news Elderly man accidentally shoots himself outside of gun store. http://tinyurl.com/yffacjh 23 mins ago; kxly4news More from ...";
arnews[5] += "
";
arnews[6]="TVB's contracted artists not allowed to perform at award ceremony ...
";
arnews[6] += "@kinkorati 'Lost' star cast in 'Hawaii 5-0': \"Lost\" star Daniel Dae Kim is the first actor cast for the remake of ... http://bit.ly/bsNrg6. Updated : 2010-02-10T01:08:55Z | Author : kinkorati_bs (Kinkorati Boston) | Reply | Re-Tweet ...";
arnews[6] += "
";
arnews[7]="Gaymerz N Geeks: Bare Essentials 2/9/10
";
arnews[7] += "Daniel Dae Kim leaves one island for another - The Hollywood Reporter Third Batman film may be in the works - Gay SciFi Nerd Cowboys and Aliens to hit theaters July 29, 2011 - Filmonic. Today's Bare Essential brought to you by Daniel ...";
arnews[7] += "
";
arnews[8]="Lost: The Complete Collection, DVD & Blu-ray, Amazon
";
arnews[8] += "Some episodes featuring the new characters feel like filler, but the evolution of such characters as Sun and Jin (Yunjin Kim and Daniel Dae Kim) is this season's strength; plus, the love story of Desmond (Henry Ian Cusick) and Penny ...";
arnews[8] += "
";
arnews[9]="Arizona Entertainment | 'Lost' star cast in 'Hawaii 5-0′ | What to ...
";
arnews[9] += "What to Do in Scottsdale | HONOLULU (AP) -- Lost star Daniel Dae Kim is the first actor cast for the remake of the hit cop series Hawaii Five-0....";
arnews[9] += "
";
totcount = 10;
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("