var arnews = new Array(9); totcount = 9; rnd = 0; arnews[0]="Amazing Journey: The Story of The Who! Extras + More!
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Amazing Journey: The Who's Quick Ones
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="The Who: Keith's Escapades
"; arnews[2] += "

Peter Butler speaks about Keith Moon's escapades around London

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="The Who: Early days with John
"; arnews[3] += "

Alison Wise speaks about the early days with bassist John Entwistle

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="The Who rock in to Melbourne
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="The Who's Roger Daltrey Performs!
"; arnews[5] += "

Ellen welcomed Roger Daltrey, the lead singer of The Who, to the show today. He performed "I Can See For Miles" from his upcoming tour, "Use It Or Lose It".

Add this to your queue
Duration: 03:53

"; arnews[5] += "
"; arnews[6]="On Tour: The Who Virtual Ticket
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="The Who: Pete's Windmill
"; arnews[7] += "

Richard Barnes speaks about the origin of Pete Townshend's windmill

Add this to your queue
Duration: 00:00

"; arnews[7] += "
"; arnews[8]="Playing the "Who Stole the Cookies from the Cookie Jar" Improv Game
"; arnews[8] += "

Add this to your queue
Duration: 01:12

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