var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Episode 1
"; arnews[0] += "

Be sure to watch this special presentation that follows Ashley Judd and Salma Hayek as they try to raise AIDS awareness throughout Central America. It airs on Dec. 1 at 8/7c.

Add this to your queue
Duration: 03:30

"; arnews[0] += "
"; arnews[1]="Ashley Judd brings depression to light at Sundance
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Ashley Judd brings depression to light at Sundance
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="A conversation with Ashley Judd
"; arnews[3] += "

with Ashley Judd on Feb 2, 2000

Add this to your queue
Duration: 16:00

"; arnews[3] += "
"; arnews[4]="Ashley Judd
"; arnews[4] += "

Ashley Judd and Jon discuss Kentucky basketball, Trivial Pursuit and her fantasy of being a cook at Waffle House. (6:28)

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Ashley Judd and More Speak Out in Doc About Slave Trade
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Confronting the Pandemic
"; arnews[6] += "

Be sure to watch this special presentation that follows Ashley Judd and Salma Hayek as they try to raise AIDS awareness throughout Central America. It airs on Dec. 1 at 8/7c.

Add this to your queue
Duration: 03:30

"; arnews[6] += "
"; document.title=document.title+ " "; arnews[7]="Ashley Judd
"; arnews[7] += "

Ashley Judd discusses the life of Cole Porter. (5:52)

Add this to your queue
Duration: 00:00

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