var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Daniel Dae Kim Scores a Lead Role in Hawaii Five-O, Talks End of Lost
"; arnews[0] += "So who will he play? And what will happen at the very end of Lost for Jin and Sun ? Kim will play the role of Chin Ho Kelly, originally played by Kam Hong in the iconic 1968 to 1980 series."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:12:00 GMT"; arnews[0] += "
"; arnews[1]="LOST and Loving It
"; arnews[1] += "It's not likely to win the show new fans or coax back those who have abandoned the program in frustration."; arnews[1] += "
Publ.Date : Mon, 21 Dec 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Half the episodes, twice the anticipation
"; arnews[2] += "When and where: Thursday at 9 p.m. on ABC, CTV. Series recap airs at 8 p.m. Will eight be enough? Viewers will have to decide whether Lost is half-empty or half-full when the ABC adventure-drama returns for its fourth season tonight."; arnews[2] += "
Publ.Date : Thu, 31 Jan 2008 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Lost actors reveal their burning questions
"; arnews[3] += "But think how the actors must feel. Even the people bringing the characters to life have no idea, in some cases, why they do the things they do."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 07:14:45 GMT"; arnews[3] += "
"; arnews[4]="Lost Actors' Burning Questions: The Island, the Numbers and More
"; arnews[4] += "But think how the actors must feel. Even the people bringing the characters to life have no idea, in some cases, why they do the things they do."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 04:37:21 GMT"; arnews[4] += "
"; arnews[5]="Kate, Sawyer, Locke, Hurley, Charlie and the Dharma Initiative From the ABC Hit TV Series 'Lost' Rev
"; arnews[5] += "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[5] += "
Publ.Date : Sat, 06 Feb 2010 13:07:58 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("
");document.write("
");