var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " - "Hye+Park" - Google News"; document.title=document.title+ " "; arnews[0]="Wonder Girls cancel tour after Sun Mi announces departure - JoongAng Daily
"; arnews[0] += "

JoongAng Daily

Wonder Girls cancel tour after Sun Mi announces departure
JoongAng Daily
The Korean pop group Wonder Girls have cancelled their headlining. Tour of the United States, which was supposed to start at the end of February. ...

and more »
"; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 10:24:46 GMT+00:00"; arnews[0] += "
"; arnews[1]="University students in serious condition - Oregon Daily Emerald
"; arnews[1] += "

University students in serious condition
Oregon Daily Emerald
Other passengers in the vehicle included University students Esther Kang, 21; Min Hye Park, 21; and Bin Seok, 19, according to an Oregon State Police news ...

"; arnews[1] += "
Publ.Date : Tue, 19 Jan 2010 08:05:05 GMT+00:00"; arnews[1] += "
"; arnews[2]="'Worst Advice Father Can Give to Children' - Korea Times
"; arnews[2] += "

'Worst Advice Father Can Give to Children'
Korea Times
In a drama or a novel, a dying king or an aged father gives his son his last advice and that is often this: "Don't trust anyone!" "That's the worst advice a ...

"; arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 15:01:45 GMT+00:00"; arnews[2] += "
"; totcount = 3; 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("
");