var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Column: Investigation into off-duty shooting moving slowly
"; arnews[0] += "There were no fancy, \"CSI\"-type crime labs when Herb Clutter and his family were killed 50 years ago this month."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:02:33 GMT"; arnews[0] += "
"; arnews[1]="Youth Sports Roundup
"; arnews[1] += "The Rampage advanced to the semifinals of the State Cup with four wins over the weekend."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:55:04 GMT"; arnews[1] += "
"; arnews[2]="Cops: W-B Twp. man steals guns to buy heroin
"; arnews[2] += "Erbacher, woman allegedly break into same apartment twice. He faces 8 charges. BEAR CREEK TWP."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:41:31 GMT"; arnews[2] += "
"; arnews[3]="Len Berman: Top 5 Sports Stories
"; arnews[3] += "TGIF everyone, here's my Top 5 for November 20, 2009 from Len Berman at www.ThatsSports.com . 1. Quick Hits Tim Lincecum of the San Francisco Giants wins the National League Cy Young award for the 2nd straight year."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:03:05 GMT"; arnews[3] += "
"; arnews[4]="Unfortunately, some TV types get swept away
"; arnews[4] += "My vote is \"no.\" I don't like any of it. What the November Sweeps have so far meant all over the tube is a lot of good-byes. In the case of the announced endings of \"Dollhouse,\" \"Hank,\" and \"Eastwick,\" let us sing \"hallelujah\" in response."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:56:53 GMT"; arnews[4] += "
"; arnews[5]="I'm still me... just better-looking
"; arnews[5] += "I'm looking at the world a little differently now. Check out the picture of me in today's column and you'll see why."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:33:22 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("
");