var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bling fling
";
arnews[0] += "Mountains of glitter, stands packed with celebrities and a $3 million bra: There definitely was no sign of the recession during the 14th annual Victoria's Secret fashion show.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Our exclusive backstage tour
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Doutzen Kroes
";
arnews[2] += "If you don't like looking at insanely hot women in lingerie, now would be a good time to go see New Moon and/or become a People subscriber.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:38:11 GMT";
arnews[2] += "
";
arnews[3]="The 2009 Victoria's Secret Fashion Show
";
arnews[3] += "If you don't like looking at insanely hot women in lingerie, now would be a good time to go see New Moon and/or become a People subscriber.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:45:00 GMT";
arnews[3] += "
";
arnews[4]="Victoria's Secret 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 17:31:03 GMT";
arnews[4] += "
";
arnews[5]="Behind the scenes photos: 2009 Victoria's Secret Fashion Show
";
arnews[5] += "Last night, the 'Sexiest Show on Earth' took place right here in New York City. The runway which was home to the $3 million, diamond encrusted, Harlequin Fantasy bra showcased A-list performers and models including Fergie & The Black Eyed Peas, Heidi Klum, Alessandra Ambrosio, Miranda Kerr and Marissa Miller.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("