var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preckwinkle set for City Club luncheon
";
arnews[0] += "STELLA'S SPOTLIGHT THE SCOOP: THE HONORABLE ALD. TONI PRECKWINKLE, who is still basking in the glow of winning the Democratic nomination last Tuesday for Cook County Board president, will address the City Club of Chicago luncheon March 8 at Maggiano's Banquets on West Grand.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:36:34 GMT";
arnews[0] += "
";
arnews[1]="Anglers catch fish, prizes
";
arnews[1] += "Will Cook Jr., Mike Lahman, Hunter Cook and Will Cook. Lahman and Will Cook recently won the Anglers Choice Berkley ACWRL tournament at Lake McClure.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:03:00 GMT";
arnews[1] += "
";
arnews[2]="AMA Arenacross Series Hits the Halfway Point This Weekend in Youngstown
";
arnews[2] += "When the checkered flags flew at the Tulsa AMA Arenacross Series tour stop last Saturday, a trio of familiar faces thus far in the season stood on the podium - Babbitt's Monster Energy/Ti Lube Kawasaki's Tyler Bowers, Chad Johnson and Josh Demuth.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:25:06 GMT";
arnews[2] += "
";
arnews[3]="Clippers, Vikings shoot to perfection with title performances
";
arnews[3] += "Thomaston's Nick Judge takes a tumble as he tries to control the ball against Great Salt Bay in Saturday's Busline League Small School Division championship game at Lincoln Academy in Newcastle.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 00:23:58 GMT";
arnews[3] += "
";
arnews[4]="Second man charged in VFW leader's death
";
arnews[4] += "Bail was denied Saturday for a second man charged in connection with the November robbery and death of a Midlothian Veterans of Foreign Wars post commander.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:32:30 GMT";
arnews[4] += "
";
arnews[5]="Martin, Earnhardt on Row 1 for Daytona 500
";
arnews[5] += "Hendrick Motorsports teammates Mark Martin and Dale Earnhardt Jr. on Saturday secured the front row for next Sunday's Daytona 500.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:34:00 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("