var arnews = new Array(6);
totcount = 6;
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]="Public record for Feb. 9, 2010
";
arnews[1] += "A 16-YEAR-OLD JANESVILLE GIRL at 7:50 a.m. Jan. 29 at Craig High School, 401 S. Randall Ave., Janesville, referred to juvenile authorities on a charge of criminal damage to property after she allegedly broke two wall-mounted thermostats.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:40:35 GMT";
arnews[1] += "
";
arnews[2]="Parks And Recreation Preview: Galentine's Day
";
arnews[2] += "Valentine's Day? Pshhh. It's all about Galentine's Day this year. We have some video clips from this week's episode of Parks & Recreation and one of them should give you a pretty good idea of what Galentine's Day is all about.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:17:46 GMT";
arnews[2] += "
";
arnews[3]="Julie & Julia writer chops up life in 2nd memoir
";
arnews[3] += "Julie Powell, posing for a portrait with butcher knives in November 2009, has written a a book called Cleaving.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:30:11 GMT";
arnews[3] += "
";
arnews[4]="Get ready for the annual Meryl Weep
";
arnews[4] += "There's an almost annual fan-based outcry - let's call it the Meryl Weep - over Meryl Streep's extended losing run at the Oscars that kicked in around 2006, when she failed to win with The Devil Wears Prada .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:05:09 GMT";
arnews[4] += "
";
arnews[5]="10 recent movies Hollywood should remake. Again.
";
arnews[5] += "Some were bombs. Some were hits. Some are icons of pop culture. But all of these movies should be done over.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:45:51 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("