var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lindner, Jerome P.
";
arnews[0] += "Jerome P. \"Jerry\" Lindner, Sr. passed away early Monday morning, November 16, 2009, in the company of his wife and eight children.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:58:09 GMT";
arnews[0] += "
";
arnews[1]="Vital statistics: Births, deaths and divorces in southwestern Michigan
";
arnews[1] += "Here are the vital statistics for Tuesday, Nov. 17: Births BRONSON METHODIST HOSPITAL Iyeshia Lewis, of Kalamazoo, a son.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Vital statistics: births, deaths, marriages and divorces in Southwestern Michigan
";
arnews[2] += "Births BRONSON METHODIST HOSPITAL Iyeshia Lewis, of Kalamazoo, a son. Amy McDonald and Corey Shank, of Kalamazoo, a daughter.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 03:30:08 GMT";
arnews[2] += "
";
arnews[3]="Vital statistics: births, deaths, marriages and divorces in Southwestern Michigan
";
arnews[3] += "Births BRONSON METHODIST HOSPITAL Lindsey Brown, of Kalamazoo, a daughter. Keith and Ronda Fox, of Portage, a son.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fowler girls cross country takes fifth at MSU Invite
";
arnews[4] += "EAST LANSING - The Fowler girls cross country team, led by Brianne Feldpausch, finished fifth out of 22 schools in the White Division at the MSU Invitational Sept.";
arnews[4] += "
Publ.Date : Sun, 27 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Vital statistics: Births, deaths and marriage licenses in southwestern Michigan
";
arnews[5] += "Here are vitals statistics for Sept. 17, 2009. Births BRONSON METHODIST HOSPITAL Sarah Clawson and William Barnard, of Kalamazoo, a son.";
arnews[5] += "
Publ.Date : Thu, 17 Sep 2009 19:12:47 GMT";
arnews[5] += "
";
arnews[6]="Vital statistics: births and deaths in southwestern Michigan
";
arnews[6] += "Here are vital statistics for Friday, July 31, 2009: Births BRONSON METHODIST HOSPITAL Daniel and Rebecca Edds, of Kalamazoo, a daughter.";
arnews[6] += "
Publ.Date : Fri, 31 Jul 2009 03:03:06 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("