var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Police report: January 15 - Janauary 21
"; arnews[0] += "Joshua Lennox Wynkoop, 21, of Windsor, was issued a summons for expired license plates and no liability insurance at 10th and Locust streets."; arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="In Bailey, a precious link
"; arnews[1] += "The toddler at the center of this story sprints through his grandparents' south Omaha living room."; arnews[1] += "
Publ.Date : Fri, 25 Dec 2009 07:13:56 GMT"; arnews[1] += "
"; arnews[2]="Final 2 Victims Positively Identified
"; arnews[2] += "Police have positively identified the last two victims found dead in a southwest Oklahoma City house fire last week."; arnews[2] += "
Publ.Date : Sun, 20 Dec 2009 08:01:42 GMT"; arnews[2] += "
"; arnews[3]="Neighbors
"; arnews[3] += "VINELAND -- The artistic talents of students at Cumberland County College may be seen in a display of paintings, drawings, sculpture, ceramics, photography and graphic design during the Fall 2009 Student Art Exhibition."; arnews[3] += "
Publ.Date : Sat, 19 Dec 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Coroner: HBO Reality Star Shot, Stabbed Multiple Times
"; arnews[4] += "A preliminary autopsy report for a cast member of the HBO show \"CathouseA' states the woman received multiple gunshot, stabbing and slashing wounds, the state medical examinerA's office said."; arnews[4] += "
Publ.Date : Mon, 30 Nov 2009 18:36:07 GMT"; arnews[4] += "
"; arnews[5]="Coroner: HBO Reality Star Shot, Stabbed Multiple Times
"; arnews[5] += "A preliminary autopsy report for a cast member of the HBO show \"CathouseA' states the woman received multiple gunshot, stabbing and slashing wounds, the state medical examinerA's office said."; arnews[5] += "
Publ.Date : Fri, 27 Nov 2009 14:39:14 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("
");document.write("
");