var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Well done for Urbandale, 2/9/10
"; arnews[0] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Well done for Urbandale, 2/9/10
"; arnews[1] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Batavia rusty in its return
"; arnews[2] += "Such a simple statement might not seem like a big deal but it meant a whole lot to the Bulldogs."; arnews[2] += "
Publ.Date : Sun, 10 Jan 2010 07:36:17 GMT"; arnews[2] += "
"; arnews[3]="Rochelle Student's New Year's Resolution Achieved
"; arnews[3] += "Losing weight tops the list of New Year's Resolutions, but very rarely do we hear success stories."; arnews[3] += "
Publ.Date : Mon, 04 Jan 2010 06:32:16 GMT"; arnews[3] += "
"; arnews[4]="Sacramento area struggles to cope with snow
"; arnews[4] += "Weldon Phillips awoke at dawn Monday in El Dorado Hills to see a landscape out his window blanketed with fresh, falling snow."; arnews[4] += "
Publ.Date : Tue, 08 Dec 2009 15:02:10 GMT"; arnews[4] += "
"; arnews[5]="Police reports
"; arnews[5] += "Editor's note: Information in Police Briefs is obtained from the DeKalb County Sheriff's Office and city police departments."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 04:49:54 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("
");