var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Christina Applegate: Back on Track
"; arnews[0] += "

Christina talks to "Extra" about how she's doing post-cancer.

Add this to your queue
Duration: 01:23

"; arnews[0] += "
"; arnews[1]="Christina Applegate
"; arnews[1] += "

Add this to your queue
Duration: 05:35

"; arnews[1] += "
"; arnews[2]="Christina Applegate
"; arnews[2] += "

Dave Karger and Ian Bagg interview Christina Applegate on the red carpet at the 15th Annual SAG Awards.

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Christina Applegate
"; arnews[3] += "

http://www.declareyourself.... Samantha Who star Christina Applegate talks to Declare Yourself about voting early.

Add this to your queue
Duration: 00:31

"; arnews[3] += "
"; arnews[4]="Christina Applegate and Rainn Wilson on 'The Rocker'
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="Ellen's April Fools' Pranks on Christina Applegate!
"; arnews[5] += "

When Christina agreed to stop by the show, she thought she'd just be giving a friendly TV interview.

Add this to your queue
Duration: 03:53

"; arnews[5] += "
"; arnews[6]="Ellen Gets Christina Applegate to Jump Out of Her Seat!
"; arnews[6] += "

Ellen Gets Christina Applegate to Jump Out of Her Seat!

Add this to your queue
Duration: 01:39

"; arnews[6] += "
"; arnews[7]="Christina Applegate on Getting Red Carpet Ready
"; arnews[7] += "

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