var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Brainstorming on a large scale in the Windy City
"; arnews[0] += "The Buick LaCrosse wants a new market - drivers who \"aren't dead.\" With this goal in mind, GM signed up to be a sponsor for a recent Windy City Social marketing challenge event."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:21:34 GMT"; arnews[0] += "
"; arnews[1]="Kessler, Mark J.
"; arnews[1] += "Mark Kessler, 47, Kaukauna, died Tuesday, November 17, 2009. He was born February 15, 1962, in Kaukauna, son of James George and Patricia Ann Kessler."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Media Advisory - Ravens Players Provide Thanksgiving Meals
"; arnews[2] += "More than 20 Ravens players will be in our community on Monday and Tuesday to combat hunger issues, as each year 235,000 people in Maryland rely on community feeding programs to avoid going hungry."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:52:44 GMT"; arnews[2] += "
"; arnews[3]="Younger students are first to get H1N1 vaccine
"; arnews[3] += "H1N1 immunization clinics are under way at several southern Marion County schools, but it is unclear when Johnson County schools will have them."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:26:10 GMT"; arnews[3] += "
"; arnews[4]="Johnson County schools wait for H1N1 vaccine
"; arnews[4] += "H1N1 immunization clinics are under way at several southern Marion County schools, but it is unclear when Johnson County schools will have them."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:19:47 GMT"; arnews[4] += "
"; arnews[5]="Obituaries: Wednesday, November 18, 2009
"; arnews[5] += "Bobby E. Grissom OXFORD a ' Bobby Eugene Grissom,73, a resident of 3528 Chewning Road, died Tuesday, Nov."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:08:47 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("
");document.write("
");