var arnews = new Array(6); totcount = 6; rnd = 0; arnews[0]="Brooke Shields in Playground Tales
"; arnews[0] += "

Brooke Shields wants you to keep it real with your kids.

Add this to your queue
Duration: 02:17

"; arnews[0] += "
"; arnews[1]="A conversation with Brooke Shields
"; arnews[1] += "

with Brooke Shields and James Toback on Apr 4, 2000

Add this to your queue
Duration: 28:00

"; arnews[1] += "
"; arnews[2]="Jackson Memorial Brooke Shields
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="An interview with Brooke Shields
"; arnews[3] += "

with Brooke Shields on Feb 28, 1995

Add this to your queue
Duration: 1:00:00

"; arnews[3] += "
"; arnews[4]="Brooke Shields
"; arnews[4] += "

She'll take these kid moments over being a rockstar.

Add this to your queue
Duration: 01:13

"; arnews[4] += "
"; arnews[5]="Brooke Shields
"; arnews[5] += "

Brooke Shields wants Jon Stewart to be her love interest on her show, "Suddenly Susan." (4:11)

Add this to your queue
Duration: 00: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("
");