var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vital Statistics: Births, deaths for Dec. 20, 2009, in Kalamazoo County
";
arnews[0] += "BRONSON METHODIST HOSPITAL Kamiesha Abbott and Corey McBryde, of Kalamazoo, a son.";
arnews[0] += "
Publ.Date : Sun, 20 Dec 2009 09:21:31 GMT";
arnews[0] += "
";
arnews[1]="Vital Statistics: Births, deaths and marriages
";
arnews[1] += "Births BRONSON METHODIST HOSPITAL Erica Dixon, of Kalamazoo, a son. Jacquelyn and Darrell Hobson, of Kalamazoo, a son.";
arnews[1] += "
Publ.Date : Fri, 27 Nov 2009 02:02:49 GMT";
arnews[1] += "
";
arnews[2]="Lindner, Jerome P.
";
arnews[2] += "Jerome P. \"Jerry\" Lindner, Sr. passed away early Monday morning, November 16, 2009, in the company of his wife and eight children.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:58:09 GMT";
arnews[2] += "
";
arnews[3]="Vital statistics: Births, deaths and divorces in southwestern Michigan
";
arnews[3] += "Here are the vital statistics for Tuesday, Nov. 17: Births BRONSON METHODIST HOSPITAL Iyeshia Lewis, of Kalamazoo, a son.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Vital statistics: births, deaths, marriages and divorces in Southwestern Michigan
";
arnews[4] += "Births BRONSON METHODIST HOSPITAL Iyeshia Lewis, of Kalamazoo, a son. Amy McDonald and Corey Shank, of Kalamazoo, a daughter.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 03:30:08 GMT";
arnews[4] += "
";
arnews[5]="Vital statistics: births, deaths, marriages and divorces in Southwestern Michigan
";
arnews[5] += "Births BRONSON METHODIST HOSPITAL Lindsey Brown, of Kalamazoo, a daughter. Keith and Ronda Fox, of Portage, a son.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 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("