var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Officials sent to dodgy - foreign training courses'
";
arnews[0] += "Last update 18:49, Wednesday, 01/09/2010 VietNamNet Bridge - \" Some officials assigned by local governments or ministries to study at foreign-sponsored training programmes say they know nothing about the bona fides of the foreign training establishments.";
arnews[0] += "
Publ.Date : Wed, 01 Sep 2010 13:29:25 GMT";
arnews[0] += "
";
arnews[1]="Beauty queen promotes peace, happiness
";
arnews[1] += "Miss Viet Nam 2010 Dang Thi Ngoc Han, 21, talks to Minh Thu about her life, future plans and dreams for mankind.";
arnews[1] += "
Publ.Date : Tue, 31 Aug 2010 15:22:11 GMT";
arnews[1] += "
";
arnews[2]="Things Everlasting 2010 concert scheduled
";
arnews[2] += "\" The annual concert organized by VietNamNet Newspaper - \" Things Everlasting - \" will take place at the Hanoi Opera House at 2pm on September 2, 2010.";
arnews[2] += "
Publ.Date : Thu, 26 Aug 2010 04:04:22 GMT";
arnews[2] += "
";
arnews[3]="Lawmakers discuss formation of consumer rights association
";
arnews[3] += "Last update 23:53, Saturday, 21/08/2010 Members of the National Assembly Standing Committee discussed the formation of a consumer rights organisation under the draft Law on Consumer Protection, during the first day of the committeea TMs August meeting yesterday, August 20.";
arnews[3] += "
Publ.Date : Sat, 21 Aug 2010 17:31:06 GMT";
arnews[3] += "
";
arnews[4]="Lawmakers discuss formation of consumer rights association
";
arnews[4] += "Members of the National Assembly Standing Committee discussed the formation of a consumer rights organisation under the draft Law on Consumer Protection, during the first day of the committee's August meeting yesterday.";
arnews[4] += "
Publ.Date : Sat, 21 Aug 2010 06:54:20 GMT";
arnews[4] += "
";
arnews[5]="Ballet impresses audience in Autumn Melody
";
arnews[5] += "\" The perfect performances of ballet dancers were warmly cheered by big salvos of applause in the opening night of the \"Autumn Melody\" annual concert at the HCM City Theater on August 18.";
arnews[5] += "
Publ.Date : Fri, 20 Aug 2010 10:44:41 GMT";
arnews[5] += "
";
arnews[6]="Concerts offer - Autumn' prelude
";
arnews[6] += "Last update 17:49, Monday, 16/08/2010 The HCM City Ballet and Symphony Orchestraa TMs annual Autumn Melody concert this week will feature veteran and young Vietnamese talents from home and abroad.";
arnews[6] += "
Publ.Date : Mon, 16 Aug 2010 12:08:03 GMT";
arnews[6] += "
";
totcount = 7;
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("