var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vietnamese contestant in top 15 of Miss Supernational 2009
";
arnews[0] += "\" Model Chung Thuc Quyen was among the top 15 contestants of the Miss Super-national 2009 beauty pageants, which ended on September 5 in Plock City, Poland.";
arnews[0] += "
Publ.Date : Mon, 07 Sep 2009 11:53:34 GMT";
arnews[0] += "
";
totcount = 1;
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("