var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heidi Klum wows crowd at Victoria's Secret show
";
arnews[0] += "Actress Michelle Trachtenberg attends the 2009 Victoria's Secret fashion show in New York, on Thursday, Nov.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:37:28 GMT";
arnews[0] += "
";
arnews[1]="Doutzen Kroes
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 21:38:11 GMT";
arnews[1] += "
";
arnews[2]="Scope Out (40) Pics of the Victoria's Secret Fashion Show After the Jump
";
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:37:24 GMT";
arnews[2] += "
";
arnews[3]="Victoria's Secret Fashion Show 2009 Best Victoria's Secret Fashion Show Ever
";
arnews[3] += "I was green with envy when I saw Heidi Klum parade her post-baby body down the runway.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:22:27 GMT";
arnews[3] += "
";
arnews[4]="Victoria's Secret Fashion Show Rocks New York City
";
arnews[4] += "The Victoria's Secret Fashion Show , which will be broadcast December 1 on CBS , was taped yesterday in New York City and the lingerie giant pulled out all the stops.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:01:00 GMT";
arnews[4] += "
";
arnews[5]="About Last Night... The 2009 Victoria's Secret Pink Carpet Arrivals, Backstage & Fashion Show
";
arnews[5] += "WHAT: The Victoria's Secret Fashion Show Pink Carpet arrivals, backstage and fashion show.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:27:26 GMT";
arnews[5] += "
";
arnews[6]="Heidi Klum & Black Eyed Peas At Victoria's Secret Fashion Show
";
arnews[6] += "Even though she's no Victoria's Secret Angel, Fergie got in the spirit of t he lingerie fashion show when she stepped out on the stage at The Armory in a emerald green halter top that showed off her underwear.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:00:18 GMT";
arnews[6] += "
";
arnews[7]="Heidi Klum Hits the Runway With the Angels at VS Show
";
arnews[7] += "Fri, 11/20/2009 - 6:00am by Molly 7 Comments The Victoria's Secret Fashion Show returned to New York City last night, where the girls stripped down to their lingerie despite the chilly weather outside.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("