var arnews = new Array(8); totcount = 4; rnd = 0; arnews[0]="Madden Nation: One9 Visits Drew Brees
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="NFLTA: Drew Brees interview
"; arnews[1] += "

Add this to your queue
Duration: 07:57

"; arnews[1] += "
"; arnews[2]="FedEx Honors Drew Brees
"; arnews[2] += "

New Orleans Saints quarterback Drew Brees speaks with Julie Chen about being honored as one of FedEx's players of the year, and raising money for the Children's Hospital of New Orleans.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Playbook: Drew Brees
"; arnews[3] += "

Add this to your queue
Duration: 02:50

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