var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="HealthCamp Philadelphia: Actress Debi Mazar Talks About her Family's Experience with Bipolar Depression
"; arnews[0] += "Actress Debi Mazar Talks About her Family's Experience with Bipolar Depression -"; arnews[0] += "
"; arnews[1]="Celebrity Psychings: Actress Debi Mazar SPEAKs About Bipolar Disorder http://bit.ly/1uXvup
"; arnews[1] += "Celebrity Psychings: Actress Debi Mazar SPEAKs About Bipolar Disorder"; arnews[1] += "
"; arnews[2]="37 real home-style Italian classics recipes from TV/Film star Debi Mazar and her husband Gabriele Corcos on www.DishandDine.com #celeb #food
"; arnews[2] += "37 real home-style Italian classics recipes from TV/Film star Debi Mazar and her husband Gabriele Corcos on www.DishandDine.com"; arnews[2] += "
"; arnews[3]="TheRhodeShow: Actress opens up about family struggle
"; arnews[3] += "Actress opens up about family struggle"; arnews[3] += "
"; arnews[4]="Karen: Debi Mazar Talks Bipolar Depression
"; arnews[4] += "Debi Mazar Talks Bipolar Depression -"; arnews[4] += "
"; totcount = 5; 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("
");