var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Death of Kerrigan's father is ruled a homicide
";
arnews[0] += "The death of the father of Olympic skater Nancy Kerrigan was ruled a homicide Tuesday when an autopsy showed he died of a heart rhythm problem after a fight with his son in which he suffered a neck injury so severe it damaged his windpipe.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:39:34 GMT";
arnews[0] += "
";
arnews[1]="Kerrigan's family criticizes 'homicide' autopsy report on dad
";
arnews[1] += "This Feb. 10, 1994 file photo shows Daniel and Brenda Kerrigan, parents of 1994 Olympics silver medalist Nancy Kerrigan, outside their home in Stoneham, Mass.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:38:21 GMT";
arnews[1] += "
";
arnews[2]="Death of Nancy Kerrigan's father ruled a homicide
";
arnews[2] += "The medical examiner has ruled that the death of Daniel Kerrigan, the father of figure skater Nancy Kerrigan, was a homicide, the Middlesex County district attorney's office said Tuesday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:37:08 GMT";
arnews[2] += "
";
arnews[3]="Death of Kerrigan's father is ruled a homicide
";
arnews[3] += "By DENISE LAVOIEAP Legal Affairs WriterBOSTON -- The death of the father of Olympic skater Nancy Kerrigan was ruled a homicide Tuesday when an autopsy showed he died of a heart rhythm problem after a fight with his son in which he suffered a neck injury so severe it damaged his windpipe.The . . .Full Story";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:48:04 GMT";
arnews[3] += "
";
arnews[4]="Kerrigan's father's death ruled a homicide
";
arnews[4] += "Daniel Kerrigan died from cardiac dysrhythmia after suffering a neck injury during a physical altercation at his home.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:33:13 GMT";
arnews[4] += "
";
arnews[5]="Death of skater Kerrigan's dad ruled homicide
";
arnews[5] += "The death of the father of Olympic skater Nancy Kerrigan was ruled a homicide Tuesday when an autopsy showed he died of a heart rhythm problem after a fight with his son in which he suffered a neck injury so severe it damaged his windpipe.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:29:19 GMT";
arnews[5] += "
";
arnews[6]="Kerrigan family disputes autopsy report on father
";
arnews[6] += "This Feb. 10, 1994 file photo shows Daniel and Brenda Kerrigan, parents of 1994 Olympics silver medalist Nancy Kerrigan, outside their home in Stoneham, Mass.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 23:27:40 GMT";
arnews[6] += "
";
totcount = 7;
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("