var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shinan: Dear Johns
";
arnews[0] += "They're both gone now, the two Johns , Candy and Hughes , but theirs was a friendship that's seeded a bond even among their next generations.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:15:01 GMT";
arnews[0] += "
";
arnews[1]="The allure of snake oil for parents of autistic children
";
arnews[1] += "Jeanette Holden remembers her parents struggling to comprehend why her younger brother had autism.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:17:04 GMT";
arnews[1] += "
";
arnews[2]="Super Bowl excitement gets better of Jim Carrey and wife Jenny McCarthy
";
arnews[2] += "Super Bowl excitement got the better of rubber-faced actor Jim Carrey and wife Jenny McCarthy at a charity party they were hosting.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Gagosian Presents Major Group Exhibition Celebrating JG Ballard's "Crash"
";
arnews[3] += "Douglas Gordon, Self-Portrait of You + Me , 2007. A Douglas Gordon. Courtesy of Gagosian Gallery.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:50:32 GMT";
arnews[3] += "
";
arnews[4]="Jim Carrey outed as a romantic
";
arnews[4] += "Jim Carrey says \"every day is Valentine's Day\" with girlfriend Jenny McCarthy. The 'Yes Man' actor feels more comfortable in his four-year relationship with the former Playboy model than in any other romance he's ever had.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 03:03:00 GMT";
arnews[4] += "
";
arnews[5]="Memorials: Homestead Hospice
";
arnews[5] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 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("