var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria's Secret exclusive backstage tour - Ottawa Sun
";
arnews[0] += "New York — 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. Behind the scenes pre-show, it's a sea of legs, an army of pink ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:31:00 GMT";
arnews[0] += "
";
arnews[1]="Gallery: Celebrating the sisters - Vancouver Sun
";
arnews[1] += "PINK's Behati Prinsloo (L) and Victoria’s Secret models Doutzen Kroes (2nd L), Alessandra Ambrosio (2nd R) and Marisa Miller (R) pose November 18, 2009 at the new Victoria's Secret store in the SoHo section of New York";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:39:00 GMT";
arnews[1] += "
";
arnews[2]="doutzen kroes - The Gossip Girls
";
arnews[2] += "Adding a big shot of beautiful to the Big Apple, the Victoria’s Secret supermodels took over Times Square in New York City on Wednesday morning (November 18). It’s no secret that she’s easy on the eyes, and yesterday (October 29) Doutzen Kroes ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT";
arnews[2] += "
";
arnews[3]="VICTORIA'S SECRET MODELS HAVE A FASHION PARADE WITH THE STARS - Daily 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. The brunette dazzler kicked off the label’s 2009 fashion parade with a host of famous names shedding their clothes to ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:49:00 GMT";
arnews[3] += "
";
arnews[4]="Victoria's Secret: The Only "Fashion" Show I'll Ever Attend - VANITYFAIR
";
arnews[4] += "From left: Doutzen Kroes, Lily Aldridge, Anja Rubik, and, Maryna Linchuk. If someone had told me as a teenager in Michigan that I’d end up at a Victoria’s Secret runway show, a stone’s throw from Jay-Z and Dr. Dre, I would have laughed and gone ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT";
arnews[4] += "
";
arnews[5]="Gallery: Angels share holiday picks at Victoria's Secret new SOHO ... - Herald-Dispatch
";
arnews[5] += "Victoria's Secret Angels, from left, Behati Prinsloo, Doutzen Kroes, Alessandra Ambrosio and Marisa Miller share their favorite holiday gift picks at the new Victoria's Secret SOHO Store on Wednesday, Nov. 18, 2009 in New York. (AP Photo/Evan ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 03:53: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("