var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Buncombe Property Transfers
"; arnews[0] += "The following transfers were filed in the Register of Deeds office Nov. 2-6: Arden * 30 Brook Meadows Lane , $510,000, Jennifer Ray and Robert Dean Clayton Jr."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="MizCheevus: Governor comes by for a visit
"; arnews[1] += "Governor Rick Perry spoke at Paint Creek High School Reunion last weekend; his father, J.R., was the first Perry graduate in 1943, and the governor was the last Perry graduate in 1968."; arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 22:00:59 GMT"; arnews[1] += "
"; arnews[2]="Morton Museum provides spooky night of fun
"; arnews[2] += "The Morton Musem of Cooke County will host its second annual Ghostin' Around Gainesville tour beginning Thursday, Oct."; arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 01:08:00 GMT"; arnews[2] += "
"; arnews[3]="Letter: Sponsors help make Sarah's Place tourney a success
"; arnews[3] += "Sarah's Place Adult Day Health held its Eight annual Golf Tournament on Friday, Sept."; arnews[3] += "
Publ.Date : Thu, 08 Oct 2009 18:58:11 GMT"; arnews[3] += "
"; arnews[4]="Community Milestones
"; arnews[4] += "The UNC School of the Arts has recognized the following six faculty members with UNCSA Excellence in Teaching Awards: Wayne Crawford , School of Filmmaking; Michael Dodds , School of Music; Dayna Fox, School of Dance; Lynda Moss , High School Academic Program; David E. Smith , School of Design and Production; and Marilyn Taylor , School of Music."; arnews[4] += "
Publ.Date : Mon, 14 Sep 2009 04:00:00 GMT"; arnews[4] += "
"; arnews[5]="Psychologists Meet In Birmingham To Focus Minds On Health, UK
"; arnews[5] += "Around 250 top psychologists from the UK and beyond will gather at Aston University from today, 9th September 2009, to discuss current psychological issues surrounding our health, at the British Psychological Society's Division of Health Psychology annual conference."; arnews[5] += "
Publ.Date : Wed, 09 Sep 2009 10:00:00 GMT"; arnews[5] += "
"; arnews[6]="Psychologists Meet In Birmingham To Focus Minds On Health, UK
"; arnews[6] += "Around 250 top psychologists from the UK and beyond will gather at Aston University from today, 9th September 2009, to discuss current psychological issues surrounding our health, at the British Psychological Society's Division of Health Psychology annual conference."; arnews[6] += "
Publ.Date : Wed, 09 Sep 2009 10:22:40 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("
");