var arnews = new Array(9); totcount = 4; rnd = 0; arnews[0]="DJ Lethal to Nicole Eggert: Does It Burn?
"; arnews[0] += "

After being accused of burning ex Nicole Eggert with cigarettes, DJ Lethal of House of Pain fame was cleared of all charges today when Eggert failed to get her story straight in front of an L.A. judge

Add this to your queue
Duration: 01:06

"; arnews[0] += "
"; arnews[1]="Nicole Eggert is BACK IN BAYWATCH!
"; arnews[1] += "

Nicole Eggert looks a little different than she used to.

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Nicole Eggert -- Babe Watch
"; arnews[2] += "

The former "Charles in Charge" bad girl and "Baywatch" babe was spotted sauntering out of Koi last night -- and she was in a really spirited mood.

Add this to your queue
Duration: 01:55

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Nicole Eggert on Rachel Maddow
"; arnews[3] += "

Nicole Eggert's non-weight issue is headline news tonight.

Add this to your queue
Duration: 00:00

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