var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Halloween parade saw many floats, imaginative costumes
"; arnews[0] += "Saturday afternoon proved again that Clyde residents love parades and love to dress up for Halloween."; arnews[0] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Adam Lambert Album Cover Controversy - Photos Of American Idol Art
"; arnews[1] += "Pop Eater muses, \"The cover art for Adam Lambert's debut album looks like what would happen if Duran Duran and Ziggy Stardust mated and had a Thompson Twin.\" Those were the kind responses but Us Weekly Magazine tells all to relax, Adam knows what he is doing."; arnews[1] += "
Publ.Date : Thu, 29 Oct 2009 18:06:14 GMT"; arnews[1] += "
"; arnews[2]="Hilma Peckinpaugh, 94
"; arnews[2] += "MUNCIE - Hilma M. Peckinpaugh, 94, passed away Saturday morning, September 26, 2009, at Morrison Woods Health Campus following a brief illness."; arnews[2] += "
Publ.Date : Tue, 29 Sep 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Post a Comment
"; arnews[3] += "You would think that Indy band The Why Store would be performing at an event called WHYSTOCK."; arnews[3] += "
Publ.Date : Thu, 24 Sep 2009 15:42:55 GMT"; arnews[3] += "
"; arnews[4]="Michelle Kinsey: Why Store plays close to Whystock
"; arnews[4] += "You would think that Indy band The Why Store would be performing at an event called WHYSTOCK."; arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 14:12:00 GMT"; arnews[4] += "
"; arnews[5]="Fall Ride roars into Tomahawk
"; arnews[5] += "That rumbling you hear is the sound of tens of thousands of motorcycles rolling through the northwoods: The Tomahawk Fall Ride begins today."; arnews[5] += "
Publ.Date : Thu, 17 Sep 2009 12:17:02 GMT"; arnews[5] += "
"; arnews[6]="Pork Fest begins smoothly
"; arnews[6] += "It took only a matter of minutes before a line formed Thursday in the large tent south of Tipton City Hall."; arnews[6] += "
Publ.Date : Fri, 11 Sep 2009 04:19:24 GMT"; arnews[6] += "
"; totcount = 7; 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("
");