var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria's Secret Models Reveal Their Secrets
";
arnews[0] += "There are the things you expect to come out of the mouth of a Victoria's Secret model, like chatter about exercise regimens and prerunway personal prep.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:44:17 GMT";
arnews[0] += "
";
arnews[1]="Victoria's Secret Fashion Show Rocks New York City
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 18:01:00 GMT";
arnews[1] += "
";
arnews[2]="Heidi Klum & Black Eyed Peas At Victoria's Secret Fashion Show
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 20 Nov 2009 18:00:18 GMT";
arnews[2] += "
";
arnews[3]="Lorenzo Martone, Adriana Lima, Jesus Luz, And Video Phone
";
arnews[3] += "Lorenzo Martone and former Elite marketing director Ryan Brown launched ARC NY last night in SoHo.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:01:58 GMT";
arnews[3] += "
";
arnews[4]="Jeneil rocks Fashion Rocks
";
arnews[4] += "Pulse supermodel Jeneil Williams wears Alexandre Herchcovitch during the exclusive Oi Fashion Rocks event in Rio de Janeiro, Brazil, last weekend.";
arnews[4] += "
Publ.Date : Sun, 01 Nov 2009 06:02:38 GMT";
arnews[4] += "
";
arnews[5]="Morning Links
";
arnews[5] += "Caught in the act! Cheryl Hines was spotted indulging in a cupcake while having lunch with a friend.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 14:36:53 GMT";
arnews[5] += "
";
arnews[6]="Let's Just Hope They Won't Be Hitting The Beach In A Bikini
";
arnews[6] += "Mariah Carey and Donatella Versace landed in Rio yesterday for tomorrow's Oi Fashion Rocks .";
arnews[6] += "
Publ.Date : Fri, 23 Oct 2009 18:03:51 GMT";
arnews[6] += "
";
totcount = 7;
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("