var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 Victoria's Secret Fashion Show Pictures
";
arnews[0] += "Images from the show, backstage, the red carpet and after party. The fashion show will air on CBS on Tuesday, Dec.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:37:00 GMT";
arnews[0] += "
";
arnews[1]="PHOTOS: 2009 Victoria's Secret Fashion Show
";
arnews[1] += "Models, left to right, Marisa Miller, in red, Heidi Klum, Doutzen Kroes, Alessandra Ambrosio, and Miranda Kerr after modeling creations during the taping of the 2009 Victoria's Secret Fashion Show in New York Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:48:33 GMT";
arnews[1] += "
";
arnews[2]="Heidi Klum wows crowd at Victoria's Secret show
";
arnews[2] += "Actress Michelle Trachtenberg attends the 2009 Victoria's Secret fashion show in New York, on Thursday, Nov.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:37:28 GMT";
arnews[2] += "
";
arnews[3]="Victoria's Secret models have a fashion parade with the star
";
arnews[3] += "THE Victoria's Secret models certainly know how to put on a rearly great show...and Miranda Kerr is the cheekiest of the lot.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:12:34 GMT";
arnews[3] += "
";
arnews[4]="Our exclusive backstage tour
";
arnews[4] += "The Victoria's Secret annual lingerie show is the Super Bowl of the fashion world, and likely the only fashion event where men jump over each other to get in the door.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00: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("