var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Prescott shelter celebrates one special year
"; arnews[0] += "The Shelter celebrated its one-year anniversary on Feb. 2. Kathryn Bulman felt hesitant when she first came to the Prescott Area Women's Shelter."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:52:00 GMT"; arnews[0] += "
"; arnews[1]="Robert Lee "Bob" Borchers
"; arnews[1] += "Robert Lee'Bob' Borchers, of Fredericksburg, passed away on Sunday, Feb. 7, at the age of 82."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:39:26 GMT"; arnews[1] += "
"; arnews[2]="Lamar County Public Notices 02-09-2010
"; arnews[2] += "State of Georgia, County of Lamar All creditors of the Estate of James Barry Fossett, deceased, late of Lamar County, Georgia, are hereby notified to render their demands to the undersigned according to law, and all persons indebted to said estate are required to make immediate payment to the undersigned."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:01:43 GMT"; arnews[2] += "
"; arnews[3]="Wilmington falls to Plano
"; arnews[3] += "The girls basketball season came to an end for Wilmington on Monday. The Wildcats dropped a 32-23 decision to Plano in the Class 2A Seneca Regional."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:01:00 GMT"; arnews[3] += "
"; arnews[4]="Donald E. Matteson
"; arnews[4] += "Mr. Donald E. Matteson, 65, formerly of Morris, passed away Saturday, Jan. 30, 2010, in Kingwood, Texas."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:28:58 GMT"; arnews[4] += "
"; arnews[5]="Redmen, Lowell star in shot put
"; arnews[5] += "The Tewksbury High girls and Lowell High boys captured the shot put relays at yesterday's Bob McIntyre Elite Relays at the Reggie Lewis Track Center."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:15:32 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("
");