var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vital statistics: Kalamazoo-area births, deaths and divorces for Feb. 10, 2010
";
arnews[0] += "Births BRONSON METHODIST HOSPITAL Jamillah Josey and Cecil Bates, of Kalamazoo, a son.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:18:13 GMT";
arnews[0] += "
";
arnews[1]="Vital statistics: Births, deaths for Jan. 30, 2010
";
arnews[1] += "Births BRONSON METHODIST HOSPITAL Carl and Amy Hall, Albion, a daughter. Scott and Beth Klug, Eau Claire, a daughter.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 14:29:12 GMT";
arnews[1] += "
";
arnews[2]="Vital statistics: Kalamazoo-area births and deaths for Jan. 25, 2010
";
arnews[2] += "Births BRONSON METHODIST HOSPITAL Kurt and Cathy Lucas, of Mattawan, a son. Stacey and Phil Gearhart, of St.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 05:41:50 GMT";
arnews[2] += "
";
arnews[3]="Tegan and Sara review
";
arnews[3] += "The family that plays together doesn't necessarily stay together. Not if the family is the Quin sisters Tegan and Sara.";
arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 17:07:51 GMT";
arnews[3] += "
";
arnews[4]="Paw Paw resident headed to Olympics after winning 'I Live Positively' award
";
arnews[4] += "Living positively: David Plantenga reads to Isaac Kolleh, a Liberian boy who came to Kalamazoo in 2006 to receive medical treatment for a serious birth defect.";
arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 12:02:55 GMT";
arnews[4] += "
";
arnews[5]="Sports Briefs for January 23, 2010
";
arnews[5] += "Panther 5K winners The top 10 male and female runners at last weekend's Pink Panther 5K Run to benefit the Central Florida Breast Cancer Society at Gateway High: Males: Matt Swanson ; John Powers ; Carlos Espinal ; Juan Rivera ; Lawrence Laguna ; Adeeb Zaman ; Esus Oberlaender ; Adam Fortier ; Joseph Kimber ; Edison Velez .";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 01:36:34 GMT";
arnews[5] += "
";
arnews[6]="Teams look ahead to competitive cheer season
";
arnews[6] += "So what is competitive cheerleading exactly? It's a competition that uses organized routines made from elements of tumbling, dance, jumps, cheers and stunting.";
arnews[6] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Brewer firefighter retires after more than 40 years:
";
arnews[7] += "Fighting fires is in the blood of the Dore family. \"I've been going to fires and chasing the firetruck since I was a kid,\" Assistant Fire Chief Chris Dore said Monday, recalling the many times when his father, an on-call firefighter for Brewer, would be needed to save someone's home or business.";
arnews[7] += "
Publ.Date : Sat, 16 Jan 2010 03:36:28 GMT";
arnews[7] += "
";
totcount = 8;
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("