var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria's Secret Fashion Show Models Reveal Untold Talents, Worst ... - ABC News
";
arnews[0] += "Behind the scenes with the Victoria's Secret 2009 Fashion Show models. Then, there are the things you don't, like revelations of a secret skill and a pickup line that actually works on a woman with the proportions of a goddess. ABCNews.com caught up ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:36:00 GMT";
arnews[0] += "
";
arnews[1]="Photo gallery: Victoria's Secret fashion show - Staten Island Advance
";
arnews[1] += "CBS/Photographer/Landov From left; model Doutzen Kroes and model Izabel Goulart walking the runway at the Victoria's Secret fashion show last night in Manhattan. NEW YORK, N.Y. -- After four years on the road, the Victoria's Secret fashion show ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:37:00 GMT";
arnews[1] += "
";
arnews[2]="Best of the day - Windsor Star
";
arnews[2] += "30 Victoria's Secret models including (L-R) Rosie Huntington-Whiteley and Izabel Goulart and Miranda Kerr pose in Times Square November 18, 2009 to celebrate the return of the Victoria's Secret Fashion Show to New York. The show will be broadcast ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 20:02:00 GMT";
arnews[2] += "
";
arnews[3]="Oddly Enough - Reuters Blogs
";
arnews[3] += "Middle: Victoria’s Secret models Rosie Huntington-Whiteley (L) and Izabel Goulart (R) pose in Times Square. Below: Victoria’s Secret model Behati Prinsoloo poses in Times Square.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:50:00 GMT";
arnews[3] += "
";
arnews[4]="2009 Victoria’s Secret Fashion Show (photos) will air on CBS - Zimbio
";
arnews[4] += "Super hot models strutting down the runway in sexy lingerie included: Heidi Klum herself, Miranda Kerr, Alessandra Ambrosio, Ana Beatriz Barros, Izabel Goulart, Doutzen Kroes, Candice Swanepoel and Chanel Iman. One of the highlights of the night was ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:14: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("