var arnews = new Array(8); totcount = 4; rnd = 0; arnews[0]="Brittany Murphy -- Lowered Expectations
"; arnews[0] += "

Brittany Murphy loves being married -- or that's what she's telling everyone. Who's she trying to convince?

Add this to your queue
Duration: 00:27

"; arnews[0] += "
"; arnews[1]="Faster Kill Pussycat (Feat. Brittany Murphy)
"; arnews[1] += "

"Faster Kill Pussycat (Feat. Brittany Murphy)"

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Brittany Murphy
"; arnews[2] += "

Bonnie shares the posters of the Nora Roberts movies.

Add this to your queue
Duration: 00:58

"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Brittany Murphy
"; arnews[3] += "

Brittany Murphy from "8 Mile" and "Sin City" gives Hollywood Uncensored a Shoutout.

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