var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valuable Gisele Bundchen - MSN Singapore
";
arnews[0] += "Pregnant Gisele Bundchen has been named the world's most valuable model by US website The Daily Beast. Gisele Bundchen has been named the world's most valuable model. The Brazilian beauty - who is currently expecting her first child with husband Tom ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:25:00 GMT";
arnews[0] += "
";
arnews[1]="Oh my God, it’s almost 2010: ‘America’s Next Top Model ... - Student Life
";
arnews[1] += "It seems as if this quickly ending decade has heard the words “America’s next top model is…” 92 times. In actuality, it is only the show’s 13th cycle that is about to have its finale Wednesday. That is why we have decided to take a look ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:45:00 GMT";
arnews[1] += "
";
arnews[2]="Nick Knight: Techno King - New York Times
";
arnews[2] += "The Russian model Natalia Vodianova pulls a fierce face as she tangles with naked winter branches. In front of her, Nick Knight bends his pipe-cleaner silhouette down to catch the model through his camera lens. Around him, images of the Vogue fashion ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 12:26:00 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("