var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Brooke Burke (2008)
"; arnews[0] += "

SIDEWALKS host Cindy Rhodes interviews the model and TV personality ... Visit SidewalksTV.com for more celebrity interviews.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="More With Brooke Burke
"; arnews[1] += "

The "Dancing" beauty opens up to "Extra."

Add this to your queue
Duration: 01:14

"; arnews[1] += "
"; arnews[2]="Brooke Burke's Life after 'Dancing'
"; arnews[2] += "

"Dancing with the Stars" season seven champ Brooke Burke is back!

Add this to your queue
Duration: 01:14

"; arnews[2] += "
"; arnews[3]="HTV Brooke Burke and More
"; arnews[3] += "

Hollywood.tv catches Brooke Burke and other celebs doing last minute shopping!

Add this to your queue
Duration: 00:00

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

Her secret to a flat tummy after having kids? Tauts.

Add this to your queue
Duration: 00:27

"; arnews[4] += "
"; arnews[5]="Makeup Tips: Finishing Your Lips With Brooke Burke & Lisa Rosenblatt
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="Video: Brooke Burke Premieres 'Woman's World'
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="HTV: Brooke Burke, Mel B and Pete Wentz
"; 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("
");