var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Many nursery schools will open until the day before Tet,
"; arnews[0] += "\" Nursery schools are registering to work over Tet holidays to earn more money. While teachers were set to have a long Tet holiday this year, from 8th February to 21st February, parents would only be able to stay off work from 12th February."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:03:40 GMT"; arnews[0] += "
"; arnews[1]="Broadcasters promote Tet television specials
"; arnews[1] += "Ho Chi Minh City Television will broadcast a special three-hour programme live on New Year's Eve on Saturday showing celebrations around the city and in neighbouring provinces."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:51:54 GMT"; arnews[1] += "
"; arnews[2]="Broadcasters promote Tet television specials,
"; arnews[2] += "Ho Chi Minh City Television will broadcast a special three-hour programme live on New Year's Eve on Saturday showing celebrations around the city and in neighbouring provinces."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:06:03 GMT"; arnews[2] += "
"; arnews[3]="Enterprises join to clean-up city lakes
"; arnews[3] += "More than VND609 billion has been pledged by 17 enterprises to fund the upgrading of the city's lakes in the 10 days following the city People's Committee call for financial assistance."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 10:32:12 GMT"; arnews[3] += "
"; arnews[4]="Rape trial left out state officials, other suspects: lawyer
"; arnews[4] += "Some state officials and businessmen were excluded from a high profile case where a school principal was charged with having sex with underage students in northern Vietnam last year, a lawyer said."; arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 16:31:13 GMT"; arnews[4] += "
"; arnews[5]="Profiling Vietnamese literature's growth and popularity overseas
"; arnews[5] += "From the left: writers Phan Thi Vang Anh, Le Minh Khue, Ho Anh Thai and Nguyen Huy Thiep at the Gothenburg International Book Fair in Sweden 2003."; arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 11:07:10 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("
");