var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Klum walks to Victoria's Secret catwalk
";
arnews[0] += "She was considerably more covered up than the rest of the Victoria's Secret models.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:44:47 GMT";
arnews[0] += "
";
arnews[1]="Heidi Klum walks year's sexiest runway weeks after having her baby
";
arnews[1] += "It was the big surprise of the evening: during the taping of the Victoria's Secret fashion show November 19 , German supermodel Heidi Klum - who was expected to take a pass this year due to her recent childbirth - appeared on the lingerie label's runway alongside models half her age.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:45:14 GMT";
arnews[1] += "
";
arnews[2]="X Factor: Mariah Carey plans huge champagne party for winner
";
arnews[2] += "PRINCE William has stunned planners on his royal visit Down Under by telling them: 'Just call me Will, mate.' WORRIED footballer Thierry Henry has backed a campaign to replay the controversial World Cup clash between Ireland and France.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:28:05 GMT";
arnews[2] += "
";
arnews[3]="Levi Johnston in Playgirl
";
arnews[3] += "Here's the much-ballyhooed but penis-less Levi Johnston Playgirl shoot that made its way online today.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:37:37 GMT";
arnews[3] += "
";
arnews[4]="Victoria's Secret Fashion Show: Backstage With the New Bombshells
";
arnews[4] += "Sessilee in a VS 'Miracle' push-up bra and 'Lacie' panty, couture crystal shoulder and hip piece by Jenny Manik Mercian using Crystallized Swarovski Elements and boots by Giuseppe Zanotti.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[4] += "
";
totcount = 5;
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("