var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ALERT: Soapnet Reports Death of "Days of Our Lives" Actress
";
arnews[0] += "TV 1906 Highland Ave Cincinnati, OH 45219 513-763-5500 Driving Directions Breaking News Hotline 579-1212 Newsroom Fax 421-3820 Viewer Comment Line 763-5599 Sales Department 763-5485 Click for Sales Staff Directory **IF YOU HAVE A QUESTION OR COMMENT FOR LOCAL 12, WKRC-TV, WE RESPECTFULLY ASK THAT YOU NOT CALL THE LOCAL 12 NEWSROOM.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 20:11:15 GMT";
arnews[0] += "
";
arnews[1]="'Days of our Lives' Matriach Frances Reid Has Died
";
arnews[1] += "Frances Reid , who played the role of Alice Horton on \"Days of our Lives\" for more than 40 years and was one of the original cast members, has died.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 17:22:00 GMT";
arnews[1] += "
";
arnews[2]="Soapnet Reports Death of "Days of Our Lives" Actress
";
arnews[2] += "Frances Reid A major soap opera industry website is reporting the death of legendary \"Days of our Lives\" actress Frances Reid.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 19:16:19 GMT";
arnews[2] += "
";
arnews[3]="Frances Reid Passes Away
";
arnews[3] += "It is with a heavy heart that I bring you sad news today. I woke up very early this morning to learn that the beloved Frances Reid, who played matriarch Alice Horton since November 8, 1965, passed away on February 3 at the age of 95.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:31:35 GMT";
arnews[3] += "
";
arnews[4]="Soap legend Frances Reid 'Alice Horton' has passed away at 95.
";
arnews[4] += "Soap legend Frances Reid \"Alice Horton\" has passed away at 95. Her \"Days of our Lives\" co-stars Ali Sweeney and Nadia Bjorlin have both posted on their official Twitter accounts that Frances Reid has indeed passed away.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 07:07:40 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("