var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Benjo Castillo: LOS ANGELES, CA - NOVEMBER 22: (L-R) will.i.am, B-Real, Fergie... Getty Images
"; arnews[0] += "LOS ANGELES, CA - NOVEMBER 22: (L-R) will.i.am, B-Real, Fergie... Getty Images -"; arnews[0] += "
"; arnews[1]="Benjo Castillo: LOS ANGELES - NOVEMBER 22: Jay-Z greets WILL.I.AM and Fergie of... NBAE/Getty Images
"; arnews[1] += "LOS ANGELES - NOVEMBER 22: Jay-Z greets WILL.I.AM and Fergie of... NBAE/Getty Images -"; arnews[1] += "
"; arnews[2]="Benjo Castillo: LOS ANGELES, CA - NOVEMBER 22: (L-R) will.i.am, B-Real, Fergie... Getty Images
"; arnews[2] += "LOS ANGELES, CA - NOVEMBER 22: (L-R) will.i.am, B-Real, Fergie... Getty Images -"; arnews[2] += "
"; arnews[3]="Dr. Dre talks DJing, Monster Beats, and Detox plus Will.i.am ... http://bit.ly/8bdTA4
"; arnews[3] += "Dr. Dre talks DJing, Monster Beats, and Detox plus Will.i.am ..."; arnews[3] += "
"; arnews[4]="Dr. Dre and Will-I-Am at the first 24hour Best Buy Detox could be coming out at the beginning of the year http://bit.ly/5SVc1h
"; arnews[4] += "Dr. Dre and Will-I-Am at the first 24hour Best Buy Detox could be coming out at the beginning of the year"; 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("
");