var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PTC football stars litter All-District teams
";
arnews[0] += "A trio of teams raised championship banners for their tremendous 2009 seasons. With Ravenna, Mogadore and Woodridge rising to the top of their respective Portage Trail Conference divisions, it is fitting that those same three teams are well-represented on the Northeast Inland All-District team that was released on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:28:55 GMT";
arnews[0] += "
";
arnews[1]="G - R Rebel Basketball Camp 2009
";
arnews[1] += "The Rebel basketball camp took place on November 2,3,9, and 10th. It was 4 days of fundamentals, competitions, games, and fun.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:52:33 GMT";
arnews[1] += "
";
arnews[2]="College's power base established nearby
";
arnews[2] += "The Waubonsee Community College cross country program didn't have to look far and wide when assembling one of the strongest teams in the nation.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 12:00:00 GMT";
arnews[2] += "
";
arnews[3]="feature photo
";
arnews[3] += "Kaneland grad and current Waubonsee Community College sophomore Erin Cinto was the Lady Chiefs' lone qualifier for the NJCAA Division I National Meet, placing 199th overall out of 263 runners with a time of 22:56 on the 5K course.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:24:27 GMT";
arnews[3] += "
";
arnews[4]="Rockford IceHogs News and Notes 11/17 - AHL
";
arnews[4] += "Here are news and notes from the Rockford IceHogs of the AHL: Week 7 was a tale of two very different results for the Rockford IceHogs.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:26:06 GMT";
arnews[4] += "
";
arnews[5]="Waldo County stars shine ...
";
arnews[5] += "Mount View's Justin Pierel, left, of the East and Georges Valley's Ketch Cowan of the West battle for a 50-50 ball during Sunday's 15th annual Senior Bowl at Hampden Academy.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:28:26 GMT";
arnews[5] += "
";
arnews[6]="Speed Read
";
arnews[6] += "Halifax Fairlanes won the world men's candlepin bowling championship on their home lanes Saturday afternoon.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 13:43:47 GMT";
arnews[6] += "
";
arnews[7]="Popping, Hip-Hopping Evan Hall Boogaloos to New Studio in Next Move
";
arnews[7] += "So you think he can dance? Freestyle hip-hop choreographer Evan Hall is an established teacher at 16.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 16:15:25 GMT";
arnews[7] += "
";
arnews[8]="No. 16 Bucks blast James Madison; UNC awaits
";
arnews[8] += "Ohio State coach Thad Matta chuckled when asked if his team had learned enough in two games to cope with what it will be facing in the next two.";
arnews[8] += "
Publ.Date : Fri, 13 Nov 2009 08:58:31 GMT";
arnews[8] += "
";
totcount = 9;
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("