var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anna Nicole Smith - People
";
arnews[0] += "A psychiatrist facing criminal charges in Anna Nicole Smith 's death recently attended a séance for the model, who died three years ago Monday. Psychic Shayne Goldfarb led the séance at Pol Atteu's Beverly Hills boutique, according to Atteau's ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 01:05:00 GMT";
arnews[0] += "
";
arnews[1]="Accused Psychiatrist Attends Séance for Anna Nicole Smith - People
";
arnews[1] += "A psychiatrist facing criminal charges in Anna Nicole Smith 's death recently attended a séance for the model, who died three years ago Monday. Psychic Shayne Goldfarb led the séance at Pol Atteu's Beverly Hills boutique, according to Atteau's ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:12:00 GMT";
arnews[1] += "
";
arnews[2]="Trial Date Set for Anna Nicole Smith Case - TheInsider.com
";
arnews[2] += "I Like It Howard K. Stern and the two doctors accused of illegally providing drugs to the late Anna Nicole Smith will go on trial later this year. The trial date for Stern, Dr. Sandeep Kapoor and Dr. Khristine Eroshevich has been set for August 4 ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 11:03:00 GMT";
arnews[2] += "
";
arnews[3]="Why Do Aging Rich People Fall for Con Artists? - VANITYFAIR
";
arnews[3] += "Every Tuesday on VF.com, filmmaker Jamie Johnson offers a glimpse into the secret lives of the super-rich. Whenever the ranking member of a super-rich family reaches the end of his or her life and finally passes away, the human equivalent of hyenas ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Trial set for August in Anna Nicole Smith case - Boston Globe
";
arnews[4] += "LOS ANGELES— A Los Angeles judge has set an August trial date for two doctors and the lawyer-boyfriend of Anna Nicole Smith, all of whom face drug conspiracy charges. Superior Court Judge David Wesley on Friday scheduled the trial date for Aug. 4 ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 00:19:00 GMT";
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("