var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Daniel Dae Kim Heading For Hawaii Five-O - femalefirst.co.uk
";
arnews[0] += "Daniel Dae Kim has landed a new TV role in an upcoming remake of Hawaii Five-O. The actor has played Jin Kwon in the mystery drama for six seasons, relocating to Hawaii for the duration of the show. And it looks as if Kim will be staying in the ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[0] += "
";
arnews[1]="Fans invade Waikiki Beach for answers to ABC's 'Lost' - Atlantic City Press
";
arnews[1] += "A crowd of about 12,000 - some wearing bikinis - on Waikiki Beach were treated this weekend to a special screening of the season premiere, which ... Daniel Dae Kim said Jin's journey will be trying to find his wife, Sun. \"The audience has been kind ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 06:57:00 GMT";
arnews[1] += "
";
arnews[2]="E-mail this story - Joplin Globe
";
arnews[2] += "... from left): Zuleikha Robinson, Nestor Carbonell, Emilie de Ravin, Naveen Andrews, Evangeline Lilly, Josh Holloway, Terry O’Quinn, Matthew Fox, Daniel Dae Kim, Yunjin Kim, Ken Leung, Michael Emerson, Jorge Garcia and Jeff Fahey. Published ...";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 02:01:00 GMT";
arnews[2] += "
";
arnews[3]="Celeb Pix: 'Lost' castmates celebrate final season - San Jose Mercury News
";
arnews[3] += "Josh Holloway, Naveen Andrews, Matthew Fox, Evangeline Lilly, Daniel Dae Kim and Michael Emerson join fans on Waikiki Beach. Plus: Matt Damon, Clint Eastwood and Morgan Freeman at \"Invictus\" premiere overseas, and Christopher Walken goes for the long ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 22:57:00 GMT";
arnews[3] += "
";
arnews[4]="DANIEL DAE KIM TO STAY LOST IN HAWAII FOR FIVE-O REMAKE - New Kerala
";
arnews[4] += "The actor has played Jin Kwon in the mystery drama for six seasons, relocating to Hawaii for the duration of the show. And it looks as if Kim will be staying in the island paradise after scoring a role in CBS' new version of classic cop show Hawaii ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:36:00 GMT";
arnews[4] += "
";
arnews[5]="Daniel Dae Kim Joins 'Hawaii Five-O' Reboot - Buddytv.com
";
arnews[5] += "With Lost already in its final season, there's one question: where will the main cast go after the finale airs? We've got an answer concerning Daniel Dae Kim: he's staying in Hawaii. Indeed, there is no leaving this island. According to The Hollywood ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:05: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("