var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brooke Shields speaks about suicidal thoughts and postpartum ... - Examiner
";
arnews[0] += "On Monday, Brooke Shields received an advocacy award from the 'Hope for Depression Research Foundation'. During her acceptance speech she openly shared how postpartum depression broke her mentally down to thoughts of suicide. According to People ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:44:00 GMT";
arnews[0] += "
";
arnews[1]="Brooke Shields - People
";
arnews[1] += "Shields, 44, spoke movingly about the stigma of depression and her experience battling the disease on Monday while receiving an advocacy award from the Hope for Depression Research Foundation in Manhattan. \"We think and we feel that we should just be ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:30:00 GMT";
arnews[1] += "
";
arnews[2]="Brooke Shields: 'How I Survived Depression' - Parade
";
arnews[2] += "Brooke Shields described the depths of her struggle with postpartum depression, saying, \"All I wanted to do was disappear and die.\" \"[I thought] I should not exist. The baby would be better off without me. Life was never going to get better -- so I ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[2] += "
";
arnews[3]="Brooke Shields felt suicidal after giving birth - Newstrack India
";
arnews[3] += "Washington, November 17 (ANI): Brooke Shields has revealed that she felt suicidal after giving birth to her child because of a post-partum depression. The actress recollected the events while receiving an advocacy award from the Hope for Depression ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 07:38:00 GMT";
arnews[3] += "
";
arnews[4]="Suicidal mother Brooke Shields - NZCity
";
arnews[4] += "Brooke Shields contemplated suicide when she first became a mother. The actress – who has two daughters, Rowan, six, and three-year-old Grier, with husband Chris Henchy – suffered from severe post-natal depression and didn’t think her life was ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 05:14:00 GMT";
arnews[4] += "
";
arnews[5]="Brooke Shields on Sarah Palin Postpartum Depression Speculation - ETOnline.com
";
arnews[5] += "Actress Brooke Shields was honored for her work with depression advocacy in New York on Monday -- and we asked the star whether she thought former vice presidential candidate Sarah Palin may have suffered from postpartum depression while campaigning ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 00:00:00 GMT";
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("