var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="County probation program under fire
";
arnews[0] += "Hamilton County's intensive probation program is so ineffective that the convicts in it are more likely to commit crimes than others convicted of similar crimes who never receive supervision, according to the Ohio Department of Rehabilitation and Correction.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:06:44 GMT";
arnews[0] += "
";
arnews[1]="Crestview man awarded Spirit of Freedom
";
arnews[1] += "From city officials to business leaders, when those in leadership positions in the Crestview area need the advice and wisdom of someone who has been there before them, they call on Foy Shaw.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:51:39 GMT";
arnews[1] += "
";
arnews[2]="Victim called 911 to report being harassed before fatal Cato accident
";
arnews[2] += "The Camillus man who died Friday after his pickup truck was rammed by another vehicle called the Onondaga County 911 center in the minutes before the accident to report that he was being harassed by another driver.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:03:18 GMT";
arnews[2] += "
";
arnews[3]="Next chapter arrives for two Parma-South branch Cuyahoga County librarians
";
arnews[3] += "The Cuyahoga County Public Library is losing two more veteran staff members to retirement at the end of this year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:40:51 GMT";
arnews[3] += "
";
arnews[4]="Mount Joy solicitor resigns
";
arnews[4] += "Another heated meeting in Mount Joy produced a new twist to an ongoing political debate this week, as the township's solicitor tendered his resignation.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:07:26 GMT";
arnews[4] += "
";
arnews[5]="Monmouth's season ends with disappointing loss to Robert Morris
";
arnews[5] += "On Monmouth's next-to-final play Saturday, Robert Morris' 6-foot-2, 280-pound freshman defensive lineman Nolan Nearhoof yanked quarterback Kyle Frazier to the turf.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="More
";
arnews[6] += "The United States has qualified for the 2011 Rugby World Cup with a 27-6 win over Uruguay 27-6. The Eagles defeated Uruguay 27-22 in Montevideo a week ago, and swept the two-leg Americas playoffs 54-28 in a repeat of four years ago.";
arnews[6] += "
Publ.Date : Sat, 23 May 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Building Hope project begins
";
arnews[7] += "Housing units give people with handicaps their independence. By WILLIAM SMITH wsmith@thehawkeye.com For 18 years, Tisha Adkins has lived with 11 other people in Hope Haven's Walton Group Home.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 17:52:22 GMT";
arnews[7] += "
";
arnews[8]="Former State Department Official and Wife Plead Guilty in 30-year Espionage Conspiracy
";
arnews[8] += "Washington, D.C. - infoZine - A former State Department official and his wife have pleaded guilty to federal charges stemming from their roles in a 30-year conspiracy to provide classified U.S. national defense information to the Republic of Cuba.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 17:52:19 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("