var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ill. universities make plea for state money
";
arnews[0] += "Public universities are worried about making payroll and depleting their schools' reserves as Illinois' financial condition worsens because the state isn't giving them the money they've been promised, officials said Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:14:15 GMT";
arnews[0] += "
";
arnews[1]="Picture this: An 'only in Illinois' week
";
arnews[1] += "After the last, bizarre week in politics, what with the hooker and pawnbroker, razor-thin victories and narrow defeats, the toppling of the Stroger legacy, and a Republican primary for governor up in the air, I asked myself is there anything at all that I know for sure.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:51:01 GMT";
arnews[1] += "
";
arnews[2]="Illinois universities make plea for state money
";
arnews[2] += "CHICAGO – Public universities are worried about making payroll and depleting their schools' reserves as Illinois' financial condition worsens because the state isn't giving them the money they've been promised, officials said Tuesday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:01:05 GMT";
arnews[2] += "
";
arnews[3]="Cleveland Browns Should Learn From Indianapolis Colts' Example
";
arnews[3] += "While it is true that the Colts just lost the Super Bowl, they were the winningest team of the last decade.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:37:13 GMT";
arnews[3] += "
";
arnews[4]="Duckworth for LG?
";
arnews[4] += "Tuesday, Feb 9, 2010 * Does Pat Quinn want Tammy Duckworth as his running mate? Sneed says so Sneed hears former Illinois state veterans chief Tammy Duckworth is Gov.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:38:54 GMT";
arnews[4] += "
";
arnews[5]="A look at the numbers
";
arnews[5] += "Tuesday, Feb 9, 2010 * Mark Brown has a very good column today about late-arriving absentee ballots and uncounted provisional ballots.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:38:26 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("