var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="What's Happening in Clarksville
"; arnews[0] += "What: Luncheon hosted by Students Club with guest speaker Billy Frank Morrison. When: 10:30 a.m. Feb."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:01:13 GMT"; arnews[0] += "
"; arnews[1]="Laconia Police Log
"; arnews[1] += "City police responded to 123 calls for services from Friday at 4 p.m. until Sunday at 4 p.m. Jessica S. Hein, 30, of 64 Academy St., Laconia, was picked up on a bench warrant."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:24:26 GMT"; arnews[1] += "
"; arnews[2]="What's Happening in Clarksville
"; arnews[2] += "What: Luncheon hosted by Students Club with guest speaker Billy Frank Morrison. When: 10:30 a.m. Feb."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Memorials: Homestead Hospice
"; arnews[3] += "Homestead Hospice, Inc. received the following memorials and donations for the months of November and December 2009."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:37:50 GMT"; arnews[3] += "
"; arnews[4]="For the Record: Divorces, property transfers 02-07-10
"; arnews[4] += "Divorces Keith Allen Erdley, 1926 Housels Run Road, Milton, from Sheri Lynne Erdley, 4 Wagner St., McEwensville."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 10:46:57 GMT"; arnews[4] += "
"; arnews[5]="Local Torchbearers
"; arnews[5] += "VANOC is now in town, and has released a list of our local torchbearers. You'll see orange markers going up along the route tomorrow, which are Torch handoff points."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 06:19:30 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("
");