var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="From the CA: Grizzlies winning streak ends in 103-98 home loss to Milwaukee: Rudy Gay leads Memphis with 24 points ... http://bit.ly/5w94cm
"; arnews[0] += "From the CA: Grizzlies winning streak ends in 103-98 home loss to Milwaukee: Rudy Gay leads Memphis with 24 points ..."; arnews[0] += "
"; arnews[1]="Maccabi Tel Aviv: Nets fall to 0-13 - Los Angeles Times
"; arnews[1] += "Nets fall to 0-13 - Los Angeles Times -"; arnews[1] += "
"; arnews[2]="Rudy Gay Two-Handed Jam (11-4-09) – NBA Videos and Highlights3.wmv
"; arnews[2] += "Rudy Gay Two-Handed Jam (11-4-09) – NBA Videos and Highlights3.wmv -"; arnews[2] += "
"; arnews[3]="NBATUBE: Rudy Gay Two-Handed Jam (11-4-09) – NBA Videos and Highlights3.wmv
"; arnews[3] += "Rudy Gay Two-Handed Jam (11-4-09) – NBA Videos and Highlights3.wmv -"; arnews[3] += "
"; arnews[4]="Rudy Gay Baseline Jam (11-4-09)- NBA Videos and Highlights2.wmv
"; arnews[4] += "Rudy Gay Baseline Jam (11-4-09)- NBA Videos and Highlights2.wmv -"; 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("
");