var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soapnet Reports Death of "Days of Our Lives" Actress - WKRC
";
arnews[0] += "A major soap opera industry website is reporting the death of legendary \"Days of our Lives\" actress Frances Reid. Soapnet.com says Reid died Wednesday at the age of 95. There's no word on the cause of her death. Reid played matriarch Alice Horton ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 18:51:00 GMT";
arnews[0] += "
";
arnews[1]="'Days of our Lives' Matriach Frances Reid Has Died - ETOnline.com
";
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. She was 95. Reid, who passed away on Wednesday, Feb. 3, is one of the icons in the soap world and was ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 18:36:00 GMT";
arnews[1] += "
";
totcount = 2;
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("