var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Benjo Castillo: DALLAS - NOVEMBER 20: Dirk Nowitzki(notes) #41 of the Dallas Mav... NBAE/Getty Images
"; arnews[0] += "DALLAS - NOVEMBER 20: Dirk Nowitzki(notes)"; arnews[0] += "
"; arnews[1]="An oral history of Dirk Nowitzki's career. Must read for NBA fans. Watta playa!!! http://tinyurl.com/y8toa4w
"; arnews[1] += "An oral history of Dirk Nowitzki's career. Must read for NBA fans. Watta playa!!!"; arnews[1] += "
"; arnews[2]="Asif Abbas: An oral history of Dirk Nowitzki's career. Must read for NBA fans. Watta playa!!! http://tinyurl.com/y8toa4w
"; arnews[2] += "An oral history of Dirk Nowitzki's career. Must read for NBA fans. Watta playa!!!"; arnews[2] += "
"; arnews[3]="Benjo Castillo: DALLAS - NOVEMBER 20: Dirk Nowitzki(notes) #41 of the Dallas Mav... NBAE/Getty Images
"; arnews[3] += "DALLAS - NOVEMBER 20: Dirk Nowitzki(notes)"; arnews[3] += "
"; arnews[4]="Dirk Nowitzki Is Saving Dallas Basketball One Shot at a Time
"; arnews[4] += "Dirk Nowitzki Is Saving Dallas Basketball One Shot at a Time -"; 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("
");