var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Autumn splendour, Winter sonata
"; arnews[0] += "There's a time to leave our tropical sun and breathe in cool air of the northern hemisphere."; arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 05:06:06 GMT"; arnews[0] += "
"; arnews[1]="TV star whets Japan's taste for Korean food, culture
"; arnews[1] += "While other hallyu stars have been increasing their exposure through film and TV and Hollywood movies, the 'King of Hallyu,' Bae Yong Joon, has been busy promoting Korean culture and Korean food in Japan."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Korea Open: Chong Wei, Beng Hong keep Malaysian hopes alive
"; arnews[2] += "LEE Chong Wei began his campaign to secure his first title of the year in confident manner and the World No 1 was joined by the inconsistent Kuan Beng Hong as the only Malaysians left in the Korea Open in Seoul yesterday."; arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 03:31:25 GMT"; arnews[2] += "
"; arnews[3]="Wife's Temptation' star bags SBS Drama Awards grand prize
"; arnews[3] += "Jang Seo-hee, So Ji-sub and Kim Mi-sook. Actress Jang Seo-hee won the Daesang Award at the 2009 SBS Drama Awards for her role in the Korean drama series \"Wife's Temptation.\" The awards ceremony held Dec."; arnews[3] += "
Publ.Date : Sat, 02 Jan 2010 11:19:35 GMT"; arnews[3] += "
"; arnews[4]="S.Korean govt plans bigger push for Korean Wave products abroad
"; arnews[4] += "SEOUL : It all started with the popularity of Korean dramas, which quickly captivated millions of fans around the world."; arnews[4] += "
Publ.Date : Wed, 30 Dec 2009 05:27:33 GMT"; arnews[4] += "
"; arnews[5]="These aren t your grandpa s lo...
"; arnews[5] += "When winter rolls around and the weather gets bitter, sometimes a coat isn t enough to cut through the chill."; arnews[5] += "
Publ.Date : Sun, 20 Dec 2009 18:57:39 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("
");