var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Training Camp Day 8: Kevin Durant
"; arnews[0] += "

Training Camp Day 8: Kevin Durant

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Kevin Durant at Media Day
"; arnews[1] += "

Kevin Durant at Media Day

Add this to your queue
Duration: 00:08

"; arnews[1] += "
"; arnews[2]="Kevin Durant at Media Day
"; arnews[2] += "

Kevin Durant at Media Day

Add this to your queue
Duration: 00:08

"; arnews[2] += "
"; arnews[3]="Kevin Durant's Top 10 Plays
"; arnews[3] += "

Kevin Durant's Top 10 Plays

Add this to your queue
Duration: 00:02

"; arnews[3] += "
"; arnews[4]="Draft Camp 08 - Kevin Durant
"; arnews[4] += "

Time for Kevin Durant to put on a display of his basketball skills as he gets the motion capture treatment for the new NBA Live.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Media Day: Kevin Durant
"; arnews[5] += "

Media Day: Kevin Durant

Add this to your queue
Duration: 00:01

"; arnews[5] += "
"; arnews[6]="Kevin Durant at Summer League
"; arnews[6] += "

Kevin Durant at Summer League

Add this to your queue
Duration: 00:01

"; arnews[6] += "
"; arnews[7]="Kevin Durant Trailer
"; arnews[7] += "

Cover star, Kevin Durant, shows off his skills while performing moves for the game.

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; document.title=document.title+ " "; arnews[8]="USA Basketball: Kevin Durant
"; arnews[8] += "

USA Basketball: Kevin Durant

Add this to your queue
Duration: 00:00

"; arnews[8] += "
"; totcount = 9; 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("
");