var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Suppression system working well
"; arnews[0] += "The Law Society is rejecting suggestions that it is easy to get suppression orders."; arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Point Pleasant athletic complex now complete; Point Pleasant athletic complex now complete
"; arnews[1] += "POINT PLEASANT a ' Mason County Board of Education members received an update on the status of the Point Pleasant Athletic Complex during its meeting Tuesday."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 10:07:29 GMT"; arnews[1] += "
"; arnews[2]="Positive role models are key to kids' success
"; arnews[2] += "For information about becoming a foster parent: For information about becoming a mentor through Big Brothers Big Sisters of Metro Milwaukee: For information about becoming a Court Appointed Special Advocate, a volunteer appointed by the court who monitors a child's situation, identifies community resources and participates in the court process to ..."; arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 15:01:25 GMT"; arnews[2] += "
"; arnews[3]="Results from Adams, York
"; arnews[3] += "Voter turnout at the polls in Adams County Tuesday was just below expected, according to county Commissioner Glen Snyder."; arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 13:30:08 GMT"; arnews[3] += "
"; arnews[4]="Rains leave soccer fields, schedules under water
"; arnews[4] += "The National Weather Service measures rain the easy way - with a gauge. G.J. McCARTHY/DMN Abundant rain has left area soccer fields like this one at Northwood Park in Dallas waterlogged and empty and has all but drowned any chance for brilliant fall foliage."; arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 05:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");