var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wheels of justice skid to a stop
";
arnews[0] += "Defendants awaiting bail reviews are spending extra nights in jail because of court closures throughout the state, and the delays are expected to continue as the second storm in a week dumps another layer of snow across the region today.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:03:19 GMT";
arnews[0] += "
";
arnews[1]="WHS boys rout Clinton
";
arnews[1] += "You could tell early Clinton was in for a long night. The Boomers were firing away and connecting from three-point range in the opening moments and they never really slowed down in routing the Red Tornadoes 96-57 in Western Conference basketball action Tuesday at Boomer Fieldhouse.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:14:07 GMT";
arnews[1] += "
";
arnews[2]="Delays also hit criminal justice system
";
arnews[2] += "Defendants awaiting bail reviews are spending extra nights in jail because of court closures throughout the state, and the delays are expected to continue as the second storm in a week dumps another layer of snow across the region Wednesday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:55:49 GMT";
arnews[2] += "
";
arnews[3]="Yaxley: Police hunt for raiders
";
arnews[3] += "POLICE are hunting a gang of raiders who stole cash and cigarettes from a Yaxley pub during a spate of seven incidents in just one night.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:35:03 GMT";
arnews[3] += "
";
arnews[4]="Drake students crack the case
";
arnews[4] += "Ten teams of Drake University business students competed Jan. 29 and 30 in the Roger K. Brooks Weekend Case Competition.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="http://www.chicagoreader.com/x/1385544
";
arnews[5] += "Sat 2/6, 10 PM, Cobra Lounge, 235 N. Ashland, 312-226-6300. Puerto Muerto Mon 2/22, 9:30 PM, Empty Bottle, 1035 N. Western, 773-276-3600. Hustle Simmons, Dott Brooks, Dillaman, Dom Kennedy, Carter, Curtains, Ra the MC, Big Homie Doe, Fly.Union, BBU, Rockie Fresh, Keyel & J-Clark Thu 2/11, 9 PM, Wild Hare, 3530 N. Clark, 773-327-0868, $10. KILLER ...";
arnews[5] += "
Publ.Date : Thu, 10 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Local social calendar filled with benefits
";
arnews[6] += "The lovely thing about February is that one can say, \"next month, when it's spring\" -- a little packet of words that can cheer you up instantly.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 16:01:28 GMT";
arnews[6] += "
";
arnews[7]="Orchestra Hall announces 2010a "2011 jazz and pops seasons
";
arnews[7] += "MinnPost thanks these generous donors of $25,000 or more: MAJOR FOUNDATIONS John S. and James L. Knight Foundation Blandin Foundation McKnight Foundation Minneapolis Foundation Otto Bremer Foundation INDIVIDUALS & FAMILY FOUNDATIONS Sage & John Cowles David & Vicki Cox Toby & Mae Dayton Sam & Stacey Heins Joel & Laurie Kramer Lee Lynch & Terry ...";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 14:00:00 GMT";
arnews[7] += "
";
arnews[8]="Celebrities figure prominently in Super Bowl spots
";
arnews[8] += "You can wait until Sunday, or watch some of the 2010 Super Bowl commercials online: • www.superbowlads.com : Preview 2010 ads and watch best Super Bowl ads of past 12 years.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 00:31:00 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("