var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " - "Yunjin+Kim" - Google News"; document.title=document.title+ " "; arnews[0]="TV Q&A with Rob Owen - Pittsburgh Post Gazette
"; arnews[0] += "

TV Q&A with Rob Owen
Pittsburgh Post Gazette
... Daniel Dae Kim as Jin, Yunjin Kim as Sun, Ken Leung as Miles, Evangeline Lilly as Kate, Terry O'Quinn as Locke and Zuleikha Robinson as Ilana. ...

"; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:39:18 GMT+00:00"; arnews[0] += "
"; arnews[1]="LOST Premiere has Been Announced! - GeekTyrant (blog)
"; arnews[1] += "

GeekTyrant (blog)

LOST Premiere has Been Announced!
GeekTyrant (blog)
... Daniel Dae Kim as Jin, Yunjin Kim as Sun, Ken Leung as Miles, Evangeline Lilly as Kate, Terry OQuinn as Locke and Zuleikha Robinson as Ilana. ...

and more »
"; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 00:41:35 GMT+00:00"; arnews[1] += "
"; arnews[2]="'Lost' Season 6 Premiere Date Announced: Feb. 2, 2010 - Inside TV (blog)
"; arnews[2] += "

'Lost' Season 6 Premiere Date Announced: Feb. 2, 2010
Inside TV (blog)
... Jeff Fahey, Matthew Fox, Jorge Garcia, Josh Holloway, Daniel Dae Kim, Yunjin Kim, Ken Leung, Evangeline Lilly, Terry O'Quinn and Zuleikha Robinson.

and more »
"; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:15:52 GMT+00:00"; arnews[2] += "
"; arnews[3]="This just in: And the 'Lost' premiere date is... - Entertainment Weekly
"; arnews[3] += "

This just in: And the 'Lost' premiere date is...
Entertainment Weekly
... Daniel Dae Kim (Jin), Yunjin Kim (Sun), Ken Leung (Miles), Evangeline Lilly (Kate), Terry O'Quinn (Locke), and Zuleikha Robinson (Ilana). ...

and more »
"; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:20:51 GMT+00:00"; arnews[3] += "
"; arnews[4]="'Lost' will return to ABC in February - HitFix
"; arnews[4] += "

HitFix

'Lost' will return to ABC in February
HitFix
Returning "Lost" stars include Naveen Andrews, Nestor Carbonell, Michael Emerson, Jeff Fahey, Matthew Fox, Jorge Garcia, Josh Holloway, Yunjin Kim, ...

and more »
"; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:57:17 GMT+00:00"; arnews[4] += "
"; arnews[5]="Pole Dance Workout Instructor Joins Cast Of Lost… So What Does This MEAN? - BestWeekEver.tv (satire)
"; arnews[5] += "

BestWeekEver.tv (satire)

Pole Dance Workout Instructor Joins Cast Of Lost… So What Does This MEAN?
BestWeekEver.tv (satire)
Yunjin Kim got a DUI this summer and will be replaced. Ben will do something shady, and a pole will be there. The island was purgatory. ...

"; arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 21:04:36 GMT+00:00"; 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("
");