var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Monroe Garden Club holds Silver Tea party
"; arnews[0] += "Editor's note: Victor's column about his recollections will return next week. Every serious gardener recognizes the benefits of rainfall."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:41:55 GMT"; arnews[0] += "
"; arnews[1]="Georgia swimmers and divers split with Auburn
"; arnews[1] += "AUBURN, Ala. - The Georgia swimming and diving teams split their competitions with Auburn on Friday at the James E. Martin Aquatic Center."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:27:07 GMT"; arnews[1] += "
"; arnews[2]="Michael Jackson memorabilia fetch $2 million at auction
"; arnews[2] += "More than 80 Michael Jackson collectibles -- including the late pop star's famous rhinestone-studded glove from a 1983 performance -- were auctioned off Saturday, reaping a total $2 million."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:11:24 GMT"; arnews[2] += "
"; arnews[3]="Felony sentencings
"; arnews[3] += "Lucas Michael Cunningham, 29, St. Cloud; fifth-degree controlled substance crime - cocaine, July 29, 2008; imposition of sentence stayed on five years probation and 150 days in jail, fined $100 plus surcharges, ordered to complete 40 hours of community service work, complete a chemical dependency evaluation and follow recommendations, abstain from ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:45:01 GMT"; arnews[3] += "
"; arnews[4]="Santa Fund
"; arnews[4] += "For the second straight year, personalities from the Merrimack Valley and beyond will be Mystery Santas, helping Santa Claus spread the spirit of giving by helping to grow The Eagle-Tribune's Santa Fund."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:27:32 GMT"; arnews[4] += "
"; arnews[5]="Recount Countdown in North Adams
"; arnews[5] += "Movie schedules and times Bazaars Dec. 5 , 25 Park Place, Lee, from 10 to 3; handcrafted items, raffles, children's shop, bake sale, cut Christmas trees and lunch from 11 to 1. Includes angel-themed goods from SERRV ."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:06:21 GMT"; arnews[5] += "
"; arnews[6]="Winners of Canadian Folk Music Awards represent nation's diversity
"; arnews[6] += "Brenley MacEachern and Lisa MacIsaac of Madison Violet recieve the award for vocal group of the year at the Canadian Folk Music Awards at the Dominion Chalmers United Church in Ottawa, Ont., Nov."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 05:35:18 GMT"; arnews[6] += "
"; arnews[7]="Laura Bell Lovett Prater
"; arnews[7] += "Laura Bell Lovett Prater, 88, of Pavo, died Tuesday, Nov. 16, 2009, at Archbold Medical Center in Thomasville, Ga."; arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 04:31:40 GMT"; arnews[7] += "
"; arnews[8]="Thanksgiving miracles abound
"; arnews[8] += "Thanksgiving is a miraculous time. All our relations come together to experience each other in new and marvelous ways."; arnews[8] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");