var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Inspirational photos - " "They have lived in that way",
";
arnews[0] += "\" \"They have lived in that way\" is the name of a special photo exhibition by Nguyen A, which opened at the Cultural House for Youth on November 12.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 07:42:09 GMT";
arnews[0] += "
";
arnews[1]="Principal gets 10.5 years for statutory rape,
";
arnews[1] += "A high school principal in the northern province of Ha Giang on Friday was sentenced to ten and half years in prison for having sex with multiple underage students.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 20:56:44 GMT";
arnews[1] += "
";
arnews[2]="Principal gets 10.5 years for statutory rape
";
arnews[2] += "A high school principal in the northern province of Ha Giang on Friday was sentenced to ten and half years in prison for having sex with multiple underage students, according to local newswire Vietnamnet.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 06:07:21 GMT";
arnews[2] += "
";
arnews[3]="Four golds puts nation top
";
arnews[3] += "Thanks to efforts of the Vietnamese fin swimming squad, Viet Nam grabbed two gold medals last night and pushed the country to the top of the Asian Indoor Games' medal tally.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 09:02:06 GMT";
arnews[3] += "
";
arnews[4]="Hanoi set for "light conversion" visual art
";
arnews[4] += "VietNamNet Bridge - \" Six months ago, visual artist Dao Anh Khanh invited 19 artists to participate in \"Light conversion\" aimed at creating unique art to celebrate Hanoi 's 1000th anniversary.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 13:00:41 GMT";
arnews[4] += "
";
arnews[5]="US condemns Vietnam's treatment of activists
";
arnews[5] += "The United States has condemned Vietnam's recent conviction of nine democracy activists, the arrest of a writer and the expulsion of Buddhist monks from a monastery where they practiced the teachings of a renowned Zen master.";
arnews[5] += "
Publ.Date : Fri, 16 Oct 2009 05:22:47 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("