var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Medicine Ball funds RIC research initiatives
";
arnews[0] += "The Medicine Ball sponsored by The Women's Board of the Rehabilitation Institute of Chicago was held on Sept.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 09:11:06 GMT";
arnews[0] += "
";
arnews[1]="Airport guard wins top honors at 2009 'E' Awards
";
arnews[1] += "A security guard who de-stressed a visit to the airport for a woman with Alzheimer's disease won top honors Wednesday at the Elaine McLaughlin Outstanding Hospitality Service Awards.";
arnews[1] += "
Publ.Date : Thu, 03 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lee tourism leaders honor most hospitable workers
";
arnews[2] += "Please download the latest version of Adobe Flash Player , or enable JavaScript for your browser to view the video player.";
arnews[2] += "
Publ.Date : Thu, 03 Sep 2009 03:26:05 GMT";
arnews[2] += "
";
arnews[3]="Security guard's good deed earns top honor at Lee County customer service awards
";
arnews[3] += "A security guard who de-stressed a visit to the airport for a woman who has Alzheimer's disease won top honors this morning at the Elaine McLaughlin Outstanding Hospitality Service Awards.";
arnews[3] += "
Publ.Date : Wed, 02 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
totcount = 4;
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("