var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Is Jennifer Beals Headed for 'DWTS'?
"; arnews[0] += "

Jennifer Beals is guest starring in a few episodes of 'Lie To Me,' but is the 'Flashdance' star going to swing on over to 'Dancing with the Stars'?

Add this to your queue
Duration: 00:05

"; arnews[0] += "
"; arnews[1]="Jennifer Beals
"; arnews[1] += "

Some people find coming down the fire pole scary, Jennifer found it fun.

Add this to your queue
Duration: 00:43

"; arnews[1] += "
"; arnews[2]="Jennifer Beals
"; arnews[2] += "

Actress Jennifer Beals discusses paying for Showtime, advising Jon on his first date with his now wife, and researching her role as a lesbian. (5:05)

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Jennifer Beals
"; arnews[3] += "

Jennifer Beals believes there's no in-between when it comes to a hockey player's looks. (4:37)

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Jennifer Beals
"; arnews[4] += "

Jennifer Beals talks about Bette's relationship with Jodi and how Tina fits in.

Add this to your queue
Duration: 03:50

"; arnews[4] += "
"; document.title=document.title+ " "; arnews[5]="Jennifer Beals Interview
"; arnews[5] += "

Jennifer Beals discusses her favorite moments in the final season of The L Word.

Add this to your queue
Duration: 01:19

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