var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beatrice M. Hebert, 97
";
arnews[0] += "Beatrice M. Hebert, 97, of Westport, died Wednesday, November 18, 2009, at home.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:37:46 GMT";
arnews[0] += "
";
arnews[1]="Missing teen's fate solved 55 years later
";
arnews[1] += "PHOENIX a ' Dorothy Gay Howard's family members spent 55 years not knowing. Not knowing if she had been killed, and if so, how or who did it.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 13:47:11 GMT";
arnews[1] += "
";
arnews[2]="Missing teen's fate solved 55 years later
";
arnews[2] += "PHOENIX a ' Dorothy Gay Howard's family members spent 55 years not knowing. Not knowing if she had been killed, and if so, how or who did it.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 07:34:26 GMT";
arnews[2] += "
";
arnews[3]="Death notices
";
arnews[3] += "ALMEIDA: of Fairhaven, Monday, Nov. 9, 2009, Marie A. , 72. Widow of Alfred Almeida.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 06:05:00 GMT";
arnews[3] += "
";
arnews[4]="Business Milestones
";
arnews[4] += "Dr. William T. Smith has joined Brookview Hills Internal Medicine at 3333 Brookview Hills Blvd., Suite 207 in Winston-Salem. The practice specializes in the management of chronic diseases and diagnosis and treatment of acute diseases for patients aged 18 and older.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 00:40:30 GMT";
arnews[4] += "
";
arnews[5]="Woman in cold case ID'd
";
arnews[5] += "A murdered young woman buried as Jane Doe in Colorado 55 years ago. An Arizona family puzzled and saddened as Dorothy Gay Howard's disappearance stretched into decades.";
arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 16:30:59 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("