var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Victoria's Secret Models Reveal Their Secrets
"; arnews[0] += "Victoria's Secret Models Reveal Their Secrets -"; arnews[0] += "
"; arnews[1]="fashionfriendfeed: Victoria's Secret Fashion Show 2009 Best Victoria's Secret Fashion Show Ever: Selita Ebanks opened up a.. http://bit.ly/07wykDs
"; arnews[1] += "Victoria's Secret Fashion Show 2009 Best Victoria's Secret Fashion Show Ever: Selita Ebanks opened up a.."; arnews[1] += "
"; arnews[2]="Michael King: Selita Ebanks at the Victoria’s Secret Fashion Show last night
"; arnews[2] += "Selita Ebanks at the Victoria’s Secret Fashion Show last night -"; arnews[2] += "
"; arnews[3]="Paul Eastman: Picture Gallery - Victoria's Secret Fashion Show | celebrity, fashion show, Celebrity News | Fashion Modeling - Latest Celebrity Gossips
"; arnews[3] += "Picture Gallery - Victoria's Secret Fashion Show | celebrity, fashion show, Celebrity News | Fashion Modeling - Latest Celebrity Gossips -"; arnews[3] += "
"; arnews[4]="fashionfriendfeed: Victoria's Secret Fashion Show 09 : Segment 1 - Star Trooper > Selita Ebanks http://pic.gd/4b1ba8
"; arnews[4] += "Victoria's Secret Fashion Show 09 : Segment 1 - Star Trooper > Selita Ebanks"; 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("
");document.write("
");