var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="An interview with Lance Armstrong
"; arnews[0] += "

with Lance Armstrong on Dec 11, 2002

Add this to your queue
Duration: 37:00

"; arnews[0] += "
"; arnews[1]="Intro - Lance Armstrong
"; arnews[1] += "

Jon doesn't care to speculate about whether or not Lance Armstrong used performance-enhancing drugs. (1:22)

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Lance Armstrong a ...
"; arnews[2] += "

Lance Armstrong and Amy Kule reflect on Steve Irwin.

Add this to your queue
Duration: 00:53

"; arnews[2] += "
"; arnews[3]="Lance Armstrong: Leaving Home
"; arnews[3] += "

At the age of 18, Lance Armstrong graduates from high school and leaves his Plano, Texas home to join the US National Cycling team.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Lance Armstrong Bike Reveal
"; arnews[4] += "

The Teutuls present Lance Armstrong with his bike on The Tonight Show.

Add this to your queue
Duration: 04:59

"; arnews[4] += "
"; arnews[5]="Greenroom with Lance Armstrong
"; arnews[5] += "

with Lance Armstrong on Jun 16, 2008

Add this to your queue
Duration: 03:00

"; arnews[5] += "
"; arnews[6]="Lance Armstrong
"; arnews[6] += "

Stephen asks Lance Armstrong if "Livestrong" isn't a little weak compared to "Livestronger" or "Livestrongest." (6:19)

Add this to your queue
Duration: 06:19

"; arnews[6] += "
"; arnews[7]="Lance Armstrong Bike Inspiration
"; arnews[7] += "

The guys check out cycling equipment to draw inspiration for Lance's bike.

Add this to your queue
Duration: 02:43

"; 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("
");