var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fireworks light up Nha Trang sea fest
";
arnews[0] += "Fireworks, music and art performances lit up the coastal city of Nha Trang at the opening of this year's Sea Festival on Saturday night.";
arnews[0] += "
Publ.Date : Mon, 08 Jun 2009 07:09:20 GMT";
arnews[0] += "
";
arnews[1]="Miss Vietnam and Miss World travel to Hoi An in ancient vehicles
";
arnews[1] += "VietNamNet Bridge a ' In three convertible cars, Miss Vietnam 2006 Mai Phuong Thuy, Miss World 2008, Miss World 2004 and Miss World 2006 travelled along major streets of Hoi An ancient town, leading a parade of 300 old vehicles.";
arnews[1] += "
Publ.Date : Thu, 04 Jun 2009 12:19:13 GMT";
arnews[1] += "
";
arnews[2]="Miss World 2006 joins charity tour in Vietnam
";
arnews[2] += "VietNamNet Bridge a ' Miss World 2006 Tatana Kucharova arrived in the southern province of Tien Giang on June 2 to participate in a charity tour with Miss World 2008 Ksenia Sukhinova in southwestern and central provinces of Vietnam.";
arnews[2] += "
Publ.Date : Wed, 03 Jun 2009 11:24:02 GMT";
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("