var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Mayor, school bond OK'd in Michigan elections
"; arnews[0] += "Three-term Dowagiac Mayor Donald Lyons was re-elected and Bridgman Public Schools won a building bond proposal Tuesday in a round of special elections in Berrien and Cass counties."; arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 12:55:48 GMT"; arnews[0] += "
"; arnews[1]="Results from southwest Michigan races and proposals
"; arnews[1] += "Here's a look at the results from Tuesday's votes in Michigan: Berrien County In Benton Harbor, the Commissioners-at-Large race goes to Marcus Muhammad and Duane Seats."; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 12:17:07 GMT"; arnews[1] += "
"; arnews[2]="Berrien County Election Results
"; arnews[2] += "BENTON HARBOR Tuesday's election will bring a few changes to Benton Harbor. The city will have two new Commissioners-at-Large. Marcus Muhammad and Duane Seats II will replace Commissioner Ralph Crenshaw who was voted out during the primary and Commissioner Ricky Hill who practically dropped out of the election and threw his support behind the two ..."; arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 11:10:49 GMT"; arnews[2] += "
"; arnews[3]="Mayor, school bond OK'd in Michigan elections
"; arnews[3] += "Three-term Dowagiac Mayor Donald Lyons was re-elected and Bridgman Public Schools won a building bond proposal Tuesday in a round of special elections in Berrien and Cass counties."; arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 05:36:23 GMT"; arnews[3] += "
"; arnews[4]="Berrien County November 3rd Election Previews
"; arnews[4] += "BENTON HARBOR There will be some new faces among Benton Harbor Commissioners after next week's election."; arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 03:43:55 GMT"; arnews[4] += "
"; arnews[5]="Edwardsburg's Josh Clark outruns Niles' Mark Calhoun to the finish line at the Dowagiac Rock-N-Run.
"; arnews[5] += "Posted 5 hours, 56 minutes ago at 10:51 am. Edwardsburg's Daniel Holston scored what turned out to be the match winner in the second minute of the Lakeland Conference Soccer Tournament championship match."; arnews[5] += "
Publ.Date : Thu, 22 Oct 2009 20:48:41 GMT"; arnews[5] += "
"; arnews[6]="Cass Rangers nipped by Berrien Springs
"; arnews[6] += "Posted 1 hour, 4 minutes ago at 10:40 am. Cassopolis' Jackson Connor looks for running room behind blocker Marcus Ruff in the Rangers' Lakeland Conference showdown with Berrien Springs."; arnews[6] += "
Publ.Date : Thu, 22 Oct 2009 15:45:04 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("
");document.write("
");