var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police reports
";
arnews[0] += "Editor's note: Information in Police Briefs is obtained from the DeKalb County Sheriff's Office and city police departments.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 04:49:54 GMT";
arnews[0] += "
";
arnews[1]="Love for quilts to bring novice, experienced hands together at quilt show
";
arnews[1] += "Chloe Powell knew she was in trouble when she volunteered to make a quilt for her first grandchild.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Love for quilts to bring novice and experienced hands together at quilters' guild show this weekend
";
arnews[2] += "Chloe Powell knew she was in trouble when she volunteered to make a quilt for her first grandchild.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 11:47:26 GMT";
arnews[2] += "
";
arnews[3]="Doris Belkholm
";
arnews[3] += "Doris Irene Belkholm, 90, of Princeton died Thursday, Oct. 29, 2009, at Colonial Hall Care Center in Princeton.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 20:19:20 GMT";
arnews[3] += "
";
arnews[4]="Boys Soccer Notebook: a picture-perfect ending
";
arnews[4] += "Indian Creek's Shaquille Crayton remains alert while protecting the goal during the Timberwolves' match against Somonauk on Oct.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 05:51:50 GMT";
arnews[4] += "
";
arnews[5]="Area roundup
";
arnews[5] += "LaSalle Peru Class 2A Regional -- Sandwich finished second with a score of 327 and was led by Kyle Haynes and Lucas Burkett, who each shot a 77 and tied for third place.";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 10:44:07 GMT";
arnews[5] += "
";
arnews[6]="Area roundup: Pruitt gets invite to training camp
";
arnews[6] += "West Aurora graduate and University of Illinois standout Shaun Pruitt was invited to the Golden State Warriors training camp last week according to the San Francisco Chroncile.";
arnews[6] += "
Publ.Date : Tue, 22 Sep 2009 08:30:11 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("