var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hollywood dominates winter lineup
";
arnews[0] += "Korean filmmakers have every right to be complacent about their new offerings toward the end of the year as the market share of local films was a respectable 60-plus percent between August and October, helped by the strong box-office performances of Korean hit films including \"Haeundae\" and \"Take-off.\" The hike in ticket prices in June, led by ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:15:03 GMT";
arnews[0] += "
";
arnews[1]="Hollywood dominates winter lineup
";
arnews[1] += "The holiday season is finally upon us. It is a time of family dinners, peace, love, New Year resolutions, and -- most important of all -- excitement for movie buffs.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:20:20 GMT";
arnews[1] += "
";
arnews[2]="'Winter Sonata' cafe in Ginza crowded with female fans
";
arnews[2] += "A coffee shop featuring the world of an animated version of the popular South Korean TV drama series ''Winter Sonata'' recently opened on the rooftop terrace of Matsuzakaya department store in Tokyo's Ginza shopping district, attracting numerous female fans of the drama.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 09:38:19 GMT";
arnews[2] += "
";
arnews[3]="Shin eyes Mizuno Classic defence
";
arnews[3] += "Tokyo: LPGA Rookie of the Year Shin Ji-Yai launches her bid this week to win back-to-back titles at the $1.4m Mizuno Classic women's golf tournament in Japan.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 07:37:14 GMT";
arnews[3] += "
";
arnews[4]="LPGA rookie of the year Ji-yai set for title defence
";
arnews[4] += "SHIMA : LPGA Rookie of the Year Shin Ji-yai launches her bid this week to win back-to-back titles at the US$1.4mil Mizuno Classic women's golf tournament in Japan.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 01:32:06 GMT";
arnews[4] += "
";
arnews[5]="Running Turtle
";
arnews[5] += "A Showbox/Mediaplex release of a Cine 2000 production. Produced by Lee Chun-yeon, Lee Mi-yeong. Executive producer, Yu Jeong-hun. Directed, written by Lee Yeon-woo; adaptation, Lee Man-heui. With: Kim Yun-seok, Jeong Gyeong-ho, Seon Woo-seon, Gyeon Mi-ri, Shin Jeong-geun, Ju Jin-mo, Choi Gweon, Kim Ji-na, Kim Hye-ji, Lee Mu-saeng, Yu Ha-bok, Lim ...";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 20:09:59 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("