var arnews = new Array(5); totcount = 5; rnd = 0; document.write("Officer.com: Top News Stories
"); document.write("Updated : Wed, 8 Sep 2010 19:17:04 -0500
"); document.write("
"); document.title=document.title+ " - Officer.com: Top News Stories"; document.title=document.title+ " "; arnews[0]="Two Md. Cruisers Plow into Wrecked Van
"; arnews[0] += "Two St. Mary's County deputies were injured when their cruisers collided and then struck a minivan that had already been in an accident in Dameron."; arnews[0] += "
Author : rss@officer.com (Officer.com News)"; arnews[0] += "
Publ.Date : Wed, 8 Sep 2010 14:40:00 -0500"; arnews[0] += "
"; arnews[1]="R.I. Cop Gets 40 Years for Station Rape
"; arnews[1] += "A police officer in Rhode Island who raped a woman inside an empty police substation has been sentenced to 40 years in prison."; arnews[1] += "
Author : rss@officer.com (By ERIC TUCKER)"; arnews[1] += "
Publ.Date : Wed, 8 Sep 2010 13:09:00 -0500"; arnews[1] += "
"; arnews[2]="Michigan Officer Killed in Hit-and-Run
"; arnews[2] += "Lt. Dan Kromer had pulled over to help a driver with engine trouble when he was struck by a passing vehicle."; arnews[2] += "
Author : rss@officer.com (BY MATT HELMS and MIKE BROOKBANK)"; arnews[2] += "
Publ.Date : Wed, 8 Sep 2010 12:26:00 -0500"; arnews[2] += "
"; arnews[3]="L.A. Deputy in Gibson Arrest Sues Department
"; arnews[3] += "The Los Angeles sheriff's deputy who arrested Mel Gibson for drunken driving in 2006 sued his department on Tuesday, claiming he has since been ostracized and passed over for promotions by the agency."; arnews[3] += "
Author : rss@officer.com (By ANTHONY McCARTNEY)"; arnews[3] += "
Publ.Date : Wed, 8 Sep 2010 09:31:00 -0500"; arnews[3] += "
"; arnews[4]="Conn. City is Paying Three Police Chiefs
"; arnews[4] += "For the past four and a half months, East Haven has been paying three police chiefs, but only one of whom is fully available."; arnews[4] += "
Author : rss@officer.com (BY MARK ZARETSKY)"; arnews[4] += "
Publ.Date : Wed, 8 Sep 2010 09:20:00 -0500"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");