var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="The True Michael Phelps
"; arnews[0] += "

Michael Phelps reveals his plans after winning the golds.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Michael Phelps Endorsements
"; arnews[1] += "

Michael Phelps endorsed Frosted Flakes instead of Wheaties!

Add this to your queue
Duration: 01:12

"; arnews[1] += "
"; arnews[2]="Michael Phelps Sex Tape
"; arnews[2] += "

What Michael Phelps did the night he won the gold medal.

Add this to your queue
Duration: 00:15

"; arnews[2] += "
"; arnews[3]="Michael Phelps Endorsements
"; arnews[3] += "

Michael Phelps endorsed Frosted Flakes instead of Wheaties!

Add this to your queue
Duration: 01:12

"; arnews[3] += "
"; arnews[4]="Michael Phelps
"; arnews[4] += "

Mike is training to become just like Michael Phelps.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Michael Phelps
"; arnews[5] += "

Michael Phelps will compete in the 2010 Winter Olympics after Stephen teaches him how to ice dance. (07:08)

Add this to your queue
Duration: 07:08

"; arnews[5] += "
"; arnews[6]="Michael Phelps POT PARTY video!
"; arnews[6] += "

Michael Phelps caught on tape smoking bong and shakin his than in front of the ladies!

Add this to your queue
Duration: 00:59

"; arnews[6] += "
"; arnews[7]="Chillaxin' with Michael Phelps - Episode One
"; arnews[7] += "

"Oh, the Places You'll Go!" - Freshly suspended from swimming, Michael Phelps considers his options.

Add this to your queue
Duration: 00:55

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