var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Your Health February 4, 2010
";
arnews[0] += "It's been just a little over six years since the death of actor, John Ritter. Until he died... few people had heard much about the problem that killed him.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 07:18:26 GMT";
arnews[0] += "
";
arnews[1]="Writing about John Ritter, husband and dad
";
arnews[1] += "When Blue Ash native Amy Yasbeck returns to Los Angeles after being MC for the Cincinnati Heart Ball Saturday, her top priority is finishing her book about her life with actor John Ritter.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="John Ritter's wife brings message of awareness
";
arnews[2] += "Until actor John Ritter died, few people had heard much about the problem that killed him.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 06:22:10 GMT";
arnews[2] += "
";
arnews[3]="What It Sold For: Amy Yasbeck's Home Finally Sells: Actress Amy...
";
arnews[3] += "Actress Amy Yasbeck, John Ritter's widow, has finally unloaded her estate that has been on the market since December 2008.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 06:38:18 GMT";
arnews[3] += "
";
arnews[4]="Problem Child 2 - Did you know this was made in Orlando?
";
arnews[4] += "Yup! Back in 1990, John Ritter, his later wife Amy Yasbeck and Michael Oliver as Junior, came to O-town to film this crude classic.";
arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Amy Yasbeck Compares NBC Late-Night Debacle to Prom Dates
";
arnews[5] += "ETa s Mary Hart hosted City of Hope's a oeSpirit of Lifea Award Gala Wednesday night in Los Angeles.";
arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 17:10:47 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("