var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Sean Penn Divorce
"; arnews[0] += "

Sean Penn and his actress-wife Robin Wright Penn divorcing.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Sean Penn
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="A conversation with Sean Penn
"; arnews[2] += "

with Sean Penn on Nov 7, 1995

Add this to your queue
Duration: 36:00

"; arnews[2] += "
"; arnews[3]="Sean Penn No Divorce
"; arnews[3] += "

Sean Penn & Robin Wright call of their divorce.

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Sean Penn
"; arnews[4] += "

Was Bill Gates a troubled teen? Michael Jordan a nerd? ?60 Minutes? answers these questions and has more surprising facts about Howard Stern, Jay-Z, Alicia Keys, and Sean Penn, in their own words.

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Sean Penn
"; arnews[5] += "

Stephen asks Sean Penn if he snuck weapons of mass destruction out of Iraq in a bulky raincoat to embarrass the president. (5:00)

Add this to your queue
Duration: 05:00

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