var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Victoria's Secret Fashion Show 2009 - Alessandra Ambrosio
"; arnews[0] += "

Tune in to CBS for the Victoria's Secret Fashion on Tuesday, Dec. 1 at 10pm ET/PT

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Victoria's Secret Fashion Show - Alessandra Ambrosio's Scrapbook
"; arnews[1] += "

07 Highlights - Alessandra Ambrosio's video scrapbook from last year's Fashion Show

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Alessandra Ambrosio - VS New Very Sexy Wireless Push-Up
"; arnews[2] += "

Original version of the commercial featuring the world most beautiful woman!!! HQ

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Alessandra Ambrosio TV ad for Very Sexy Wireless Pushup bra
"; arnews[3] += "

Supermodel Alessandra Ambrosio in this 15-second version of a TV commercial for Victoria's Secret new Very Sexy Wireless Pushup bra. This commercial began to...

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Victoria's Secret Fashion Show - Alessandra Ambrosio
"; arnews[4] += "

07 Highlights - Check out Victoria Secret Model Alessandra Ambrosio on the set of How I Met Your Mother

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Fashion Show 2009 - Alessandra Ambrosio
"; arnews[5] += "

Tune in to CBS for the Victoria's Secret Fashion on Tuesday, Dec. 1 at 10pm ET/PT

Add this to your queue
Duration: 02:03

"; 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("
");document.write("
");