var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Yosef: Pic Recap: Lebron James Hosts Wizards Vs. Cavs After-Party
"; arnews[0] += "Pic Recap: Lebron James Hosts Wizards Vs. Cavs After-Party -"; arnews[0] += "
"; arnews[1]="stephen johnson: Lebron James basketball Air Max VII- Flywire Design: http://wp.me/pc9VH-8c
"; arnews[1] += "Lebron James basketball Air Max VII- Flywire Design:"; arnews[1] += "
"; arnews[2]="Peru.com Perú: LeBron James y Kobe Bryant reclaman condición de estrellas como Jugadores de la Semana http://is.gd/52orx
"; arnews[2] += "LeBron James y Kobe Bryant reclaman condición de estrellas como Jugadores de la Semana"; arnews[2] += "
"; arnews[3]="NTVMSNBC: LeBron ve Kobe haftanın oyuncuları
"; arnews[3] += "LeBron ve Kobe haftanın oyuncuları -"; arnews[3] += "
"; arnews[4]="LeBron James Named NBA's Eastern Conference Player of the Week
"; arnews[4] += "LeBron James Named NBA's Eastern Conference Player of the Week -"; 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("
");