





function myObjectBubbleSort2(arrayName,arrayName2,length) {

	var done=0;
	var i=0;
	var j=0;

	if (length > 1) {
		do  {
			done=1;
    			for (i=0; i<(length-1); i++) {
				j=i+1;
				if (arrayName[j] < arrayName[i]) {
					var dummy = arrayName[i];
					arrayName[i] = arrayName[j];
					arrayName[j] = dummy;
					dummy = arrayName2[i];
					arrayName2[i] = arrayName2[j];
					arrayName2[j] = dummy;
					done=0;
				}
			}
		} while (! done);
	}
}

function myObjectBubbleSort(arrayName,length) {

	var done=0;
	var i=0;
	var j=0;

	if (length > 1) {
		do  {
			done=1;
    			for (i=0; i<(length-1); i++) {
				j=i+1;
				if (arrayName[j].text < arrayName[i].text) {
					var dummy = arrayName[i];
					arrayName[i] = arrayName[j];
					arrayName[j] = dummy;
					done=0;
				}
			}
		} while (! done);
	}

}


function write_field2_options() {

	var ndx = 0;
	var i = 0;
	var tmp1obj=document.getElementById("field1");
	var tmp2obj=document.getElementById("field2");
        var len= tmp1obj.options.length;

        tmp2obj.options.length=0;
	for (i=0;i<len;i++) {
		if (tmp1obj.options[i].selected === true) {
			switch(tmp1obj.options[i].value)  {
      case "": 
        break; 
      case "Alexander": 
        break; 
      case "Anderson": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
        break; 
      case "Ashe": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Crumpler";
      tmp2obj.options[ndx].value="Crumpler";
      ndx++;
        break; 
      case "Avery": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Banner Elk";
      tmp2obj.options[ndx].value="Banner Elk";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Newland";
      tmp2obj.options[ndx].value="Newland";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw";
      tmp2obj.options[ndx].value="NW";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw - 30";
      tmp2obj.options[ndx].value="NW - 30";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Plum Tree";
      tmp2obj.options[ndx].value="Plum Tree";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spruce Pine";
      tmp2obj.options[ndx].value="Spruce Pine";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sugar Mountain";
      tmp2obj.options[ndx].value="Sugar Mountain";
      ndx++;
        break; 
      case "Bladen": 
        break; 
      case "Buncombe": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Arden";
      tmp2obj.options[ndx].value="Arden";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Asheville";
      tmp2obj.options[ndx].value="Asheville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam Grove";
      tmp2obj.options[ndx].value="Balsam Grove";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Banner Elk";
      tmp2obj.options[ndx].value="Banner Elk";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Barnardsville";
      tmp2obj.options[ndx].value="Barnardsville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bat Cave";
      tmp2obj.options[ndx].value="Bat Cave";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Beaverdam";
      tmp2obj.options[ndx].value="Beaverdam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Forest";
      tmp2obj.options[ndx].value="Biltmore Forest";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Lake";
      tmp2obj.options[ndx].value="Biltmore Lake";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Blowing Rock";
      tmp2obj.options[ndx].value="Blowing Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Brevard";
      tmp2obj.options[ndx].value="Brevard";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Burnsville";
      tmp2obj.options[ndx].value="Burnsville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Campobello";
      tmp2obj.options[ndx].value="Campobello";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Candler";
      tmp2obj.options[ndx].value="Candler";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Canton";
      tmp2obj.options[ndx].value="Canton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Central";
      tmp2obj.options[ndx].value="CENTRAL";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Enka";
      tmp2obj.options[ndx].value="Enka";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fairview";
      tmp2obj.options[ndx].value="Fairview";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fletcher";
      tmp2obj.options[ndx].value="Fletcher";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fletcher Bun";
      tmp2obj.options[ndx].value="Fletcher Bun";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Gerton";
      tmp2obj.options[ndx].value="Gerton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hendersonville";
      tmp2obj.options[ndx].value="Hendersonville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Leicester";
      tmp2obj.options[ndx].value="Leicester";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marshall";
      tmp2obj.options[ndx].value="Marshall";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marshall Bun";
      tmp2obj.options[ndx].value="Marshall Bun";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mills River";
      tmp2obj.options[ndx].value="Mills River";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Montreat";
      tmp2obj.options[ndx].value="Montreat";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw";
      tmp2obj.options[ndx].value="NW";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw - 30";
      tmp2obj.options[ndx].value="NW - 30";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Reynolds";
      tmp2obj.options[ndx].value="Reynolds";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Riceville";
      tmp2obj.options[ndx].value="Riceville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ridgecrest";
      tmp2obj.options[ndx].value="Ridgecrest";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sandymush";
      tmp2obj.options[ndx].value="Sandymush";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Swannanoa";
      tmp2obj.options[ndx].value="Swannanoa";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Upper Hominy";
      tmp2obj.options[ndx].value="Upper Hominy";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Weaverville";
      tmp2obj.options[ndx].value="Weaverville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Woodfin";
      tmp2obj.options[ndx].value="Woodfin";
      ndx++;
        break; 
      case "Burke": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Morganton";
      tmp2obj.options[ndx].value="Morganton";
      ndx++;
        break; 
      case "Charleston": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Folly Beach";
      tmp2obj.options[ndx].value="Folly Beach";
      ndx++;
        break; 
      case "Cherokee": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Murphy";
      tmp2obj.options[ndx].value="Murphy";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
        break; 
      case "Cleveland": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Casar";
      tmp2obj.options[ndx].value="Casar";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Kings Mountain";
      tmp2obj.options[ndx].value="Kings Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Kingstown";
      tmp2obj.options[ndx].value="Kingstown";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mooresboro";
      tmp2obj.options[ndx].value="Mooresboro";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Shelby";
      tmp2obj.options[ndx].value="Shelby";
      ndx++;
        break; 
      case "County": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Town";
      tmp2obj.options[ndx].value="Town";
      ndx++;
        break; 
      case "Graham": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fontana Dam";
      tmp2obj.options[ndx].value="Fontana Dam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Robbinsville";
      tmp2obj.options[ndx].value="Robbinsville";
      ndx++;
        break; 
      case "Greenville": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Campobello";
      tmp2obj.options[ndx].value="Campobello";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Glassy Mountain Area";
      tmp2obj.options[ndx].value="Glassy Mountain Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Greenville";
      tmp2obj.options[ndx].value="Greenville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Landrum";
      tmp2obj.options[ndx].value="Landrum";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Landrum Sc";
      tmp2obj.options[ndx].value="Landrum SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Landrum, Sc";
      tmp2obj.options[ndx].value="Landrum, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marietta Sc";
      tmp2obj.options[ndx].value="Marietta SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marietta, Sc";
      tmp2obj.options[ndx].value="Marietta, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Travelers Rest";
      tmp2obj.options[ndx].value="Travelers Rest";
      ndx++;
        break; 
      case "Haywood": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Beaverdam";
      tmp2obj.options[ndx].value="Beaverdam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bethel";
      tmp2obj.options[ndx].value="Bethel";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bostic";
      tmp2obj.options[ndx].value="Bostic";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Brush Creek";
      tmp2obj.options[ndx].value="Brush Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bryson City";
      tmp2obj.options[ndx].value="Bryson City";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Canton";
      tmp2obj.options[ndx].value="Canton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cataloochee";
      tmp2obj.options[ndx].value="Cataloochee";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cecil";
      tmp2obj.options[ndx].value="Cecil";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ceicil";
      tmp2obj.options[ndx].value="Ceicil";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Clyde";
      tmp2obj.options[ndx].value="Clyde";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Crabtree";
      tmp2obj.options[ndx].value="Crabtree";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cruso";
      tmp2obj.options[ndx].value="Cruso";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="East Fork";
      tmp2obj.options[ndx].value="East Fork";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fines Creek";
      tmp2obj.options[ndx].value="Fines Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hazelwood";
      tmp2obj.options[ndx].value="Hazelwood";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Iron Duff";
      tmp2obj.options[ndx].value="Iron Duff";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ivy Hill";
      tmp2obj.options[ndx].value="Ivy Hill";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Jonathan Creek";
      tmp2obj.options[ndx].value="Jonathan Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Junaluska";
      tmp2obj.options[ndx].value="Lake Junaluska";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Maggie Valley";
      tmp2obj.options[ndx].value="Maggie Valley";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Newfound";
      tmp2obj.options[ndx].value="Newfound";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="North Hominy";
      tmp2obj.options[ndx].value="North Hominy";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Pigeon";
      tmp2obj.options[ndx].value="Pigeon";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Qualla Township";
      tmp2obj.options[ndx].value="Qualla Township";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Waynesville";
      tmp2obj.options[ndx].value="Waynesville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="White Oak";
      tmp2obj.options[ndx].value="White Oak";
      ndx++;
        break; 
      case "Henderson": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Arden";
      tmp2obj.options[ndx].value="Arden";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Arden Hend";
      tmp2obj.options[ndx].value="Arden Hend";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Asheville";
      tmp2obj.options[ndx].value="Asheville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bat Cave";
      tmp2obj.options[ndx].value="Bat Cave";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bee Log";
      tmp2obj.options[ndx].value="Bee Log";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Forest";
      tmp2obj.options[ndx].value="Biltmore Forest";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Lake";
      tmp2obj.options[ndx].value="Biltmore Lake";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Central";
      tmp2obj.options[ndx].value="CENTRAL";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Dana";
      tmp2obj.options[ndx].value="Dana";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="East Flat Rock";
      tmp2obj.options[ndx].value="East Flat Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Edneyville";
      tmp2obj.options[ndx].value="Edneyville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Etowah";
      tmp2obj.options[ndx].value="Etowah";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Flat Rock";
      tmp2obj.options[ndx].value="Flat Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fletcher";
      tmp2obj.options[ndx].value="Fletcher";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Gerton";
      tmp2obj.options[ndx].value="Gerton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hendersonville";
      tmp2obj.options[ndx].value="Hendersonville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Horse Shoe - Hnd";
      tmp2obj.options[ndx].value="Horse Shoe - HND";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Laurel Park";
      tmp2obj.options[ndx].value="Laurel Park";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Little River";
      tmp2obj.options[ndx].value="Little River";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mills River";
      tmp2obj.options[ndx].value="Mills River";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mountain Home";
      tmp2obj.options[ndx].value="Mountain Home";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ne";
      tmp2obj.options[ndx].value="NE";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw";
      tmp2obj.options[ndx].value="NW";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nw - 30";
      tmp2obj.options[ndx].value="NW - 30";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Penrose";
      tmp2obj.options[ndx].value="Penrose";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Saluda";
      tmp2obj.options[ndx].value="Saluda";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Se";
      tmp2obj.options[ndx].value="SE";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sw";
      tmp2obj.options[ndx].value="SW";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Tuxedo";
      tmp2obj.options[ndx].value="Tuxedo";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Zirconia";
      tmp2obj.options[ndx].value="Zirconia";
      ndx++;
        break; 
      case "Jackson": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Forest";
      tmp2obj.options[ndx].value="Biltmore Forest";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Lake";
      tmp2obj.options[ndx].value="Biltmore Lake";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Canada";
      tmp2obj.options[ndx].value="Canada";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cashiers";
      tmp2obj.options[ndx].value="Cashiers";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cullowhee";
      tmp2obj.options[ndx].value="Cullowhee";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Dillsboro";
      tmp2obj.options[ndx].value="Dillsboro";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Glenville";
      tmp2obj.options[ndx].value="Glenville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Highlands";
      tmp2obj.options[ndx].value="Highlands";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Qualla";
      tmp2obj.options[ndx].value="Qualla";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Qualla Township";
      tmp2obj.options[ndx].value="Qualla Township";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sapphire";
      tmp2obj.options[ndx].value="Sapphire";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sapphire Valley";
      tmp2obj.options[ndx].value="Sapphire Valley";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Scotts Creek";
      tmp2obj.options[ndx].value="Scotts Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sylva";
      tmp2obj.options[ndx].value="Sylva";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Tuckasegee";
      tmp2obj.options[ndx].value="Tuckasegee";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Webster";
      tmp2obj.options[ndx].value="Webster";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Whittier";
      tmp2obj.options[ndx].value="Whittier";
      ndx++;
        break; 
      case "Macon": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Franklin";
      tmp2obj.options[ndx].value="Franklin";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Highlands";
      tmp2obj.options[ndx].value="Highlands";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nantahala";
      tmp2obj.options[ndx].value="Nantahala";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Otto";
      tmp2obj.options[ndx].value="Otto";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Scaly Mountain";
      tmp2obj.options[ndx].value="Scaly Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Topton";
      tmp2obj.options[ndx].value="Topton";
      ndx++;
        break; 
      case "Macon County": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Franklin";
      tmp2obj.options[ndx].value="Franklin";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Highlands";
      tmp2obj.options[ndx].value="Highlands";
      ndx++;
        break; 
      case "Madison": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Asheville";
      tmp2obj.options[ndx].value="Asheville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hot Springs";
      tmp2obj.options[ndx].value="Hot Springs";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Leicester";
      tmp2obj.options[ndx].value="Leicester";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Luck";
      tmp2obj.options[ndx].value="Luck";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mars Hill";
      tmp2obj.options[ndx].value="Mars Hill";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marshall";
      tmp2obj.options[ndx].value="Marshall";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Shelton Laurel";
      tmp2obj.options[ndx].value="Shelton Laurel";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spring Creek";
      tmp2obj.options[ndx].value="Spring Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Trust";
      tmp2obj.options[ndx].value="Trust";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Weaverville";
      tmp2obj.options[ndx].value="Weaverville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Weaverville Mad";
      tmp2obj.options[ndx].value="Weaverville Mad";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Wolf Laurel";
      tmp2obj.options[ndx].value="Wolf Laurel";
      ndx++;
        break; 
      case "McDowell": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bat Cave";
      tmp2obj.options[ndx].value="Bat Cave";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Glenwood";
      tmp2obj.options[ndx].value="Glenwood";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Little Switzerland";
      tmp2obj.options[ndx].value="Little Switzerland";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Marion";
      tmp2obj.options[ndx].value="Marion";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Nebo";
      tmp2obj.options[ndx].value="Nebo";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="North Cove";
      tmp2obj.options[ndx].value="North Cove";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Old Fort";
      tmp2obj.options[ndx].value="Old Fort";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
        break; 
      case "Mitchell": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bakersville";
      tmp2obj.options[ndx].value="Bakersville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Boyd";
      tmp2obj.options[ndx].value="Boyd";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bradshaw";
      tmp2obj.options[ndx].value="Bradshaw";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Buladean";
      tmp2obj.options[ndx].value="Buladean";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cane Creek";
      tmp2obj.options[ndx].value="Cane Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Crabtree";
      tmp2obj.options[ndx].value="Crabtree";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Fork Mountain";
      tmp2obj.options[ndx].value="Fork Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Green Mountain";
      tmp2obj.options[ndx].value="Green Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Harrell";
      tmp2obj.options[ndx].value="Harrell";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Little Rock Creek";
      tmp2obj.options[ndx].value="Little Rock Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Little Switzerland";
      tmp2obj.options[ndx].value="Little Switzerland";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Poplar";
      tmp2obj.options[ndx].value="Poplar";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Red Hill";
      tmp2obj.options[ndx].value="Red Hill";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Snow Creek";
      tmp2obj.options[ndx].value="Snow Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spear";
      tmp2obj.options[ndx].value="Spear";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spruce Pine";
      tmp2obj.options[ndx].value="Spruce Pine";
      ndx++;
        break; 
      case "Oconee": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Jocassee";
      tmp2obj.options[ndx].value="Lake Jocassee";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Keowee Interior";
      tmp2obj.options[ndx].value="Lake Keowee Interior";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Keowee Waterfront";
      tmp2obj.options[ndx].value="Lake Keowee Waterfront";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Old Fort";
      tmp2obj.options[ndx].value="Old Fort";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Salem";
      tmp2obj.options[ndx].value="Salem";
      ndx++;
        break; 
      case "Other": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Morganton";
      tmp2obj.options[ndx].value="Morganton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
        break; 
      case "Pickens": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Keowee Interior";
      tmp2obj.options[ndx].value="Lake Keowee Interior";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Keowee Waterfront";
      tmp2obj.options[ndx].value="Lake Keowee Waterfront";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Pickens";
      tmp2obj.options[ndx].value="Pickens";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Six Mile";
      tmp2obj.options[ndx].value="Six Mile";
      ndx++;
        break; 
      case "Polk": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Arden Hend";
      tmp2obj.options[ndx].value="Arden Hend";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bat Cave";
      tmp2obj.options[ndx].value="Bat Cave";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Columbus";
      tmp2obj.options[ndx].value="Columbus";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Coopers Gap";
      tmp2obj.options[ndx].value="Coopers Gap";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Flat Rock";
      tmp2obj.options[ndx].value="Flat Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Green Creek";
      tmp2obj.options[ndx].value="Green Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Lure";
      tmp2obj.options[ndx].value="Lake Lure";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lynn";
      tmp2obj.options[ndx].value="Lynn";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mill Spring";
      tmp2obj.options[ndx].value="Mill Spring";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Not In Municipality";
      tmp2obj.options[ndx].value="Not In Municipality";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Rutherfordton";
      tmp2obj.options[ndx].value="Rutherfordton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Saluda";
      tmp2obj.options[ndx].value="Saluda";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Tryon";
      tmp2obj.options[ndx].value="Tryon";
      ndx++;
        break; 
      case "Rutherford": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Arden Hend";
      tmp2obj.options[ndx].value="Arden Hend";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bakersville";
      tmp2obj.options[ndx].value="Bakersville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bat Cave";
      tmp2obj.options[ndx].value="Bat Cave";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bee Log";
      tmp2obj.options[ndx].value="Bee Log";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bostic";
      tmp2obj.options[ndx].value="Bostic";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Chimney Rock";
      tmp2obj.options[ndx].value="Chimney Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ellenboro";
      tmp2obj.options[ndx].value="Ellenboro";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Forest City";
      tmp2obj.options[ndx].value="Forest City";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hendersonville";
      tmp2obj.options[ndx].value="Hendersonville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Henrietta";
      tmp2obj.options[ndx].value="Henrietta";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Lure";
      tmp2obj.options[ndx].value="Lake Lure";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mooresboro";
      tmp2obj.options[ndx].value="Mooresboro";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ruth";
      tmp2obj.options[ndx].value="Ruth";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Rutherfordton";
      tmp2obj.options[ndx].value="Rutherfordton";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spindale";
      tmp2obj.options[ndx].value="Spindale";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Union Mills";
      tmp2obj.options[ndx].value="Union Mills";
      ndx++;
        break; 
      case "Spartanburg": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Campobello";
      tmp2obj.options[ndx].value="Campobello";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Duncan, Sc";
      tmp2obj.options[ndx].value="Duncan, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Inman";
      tmp2obj.options[ndx].value="Inman";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Bowen";
      tmp2obj.options[ndx].value="Lake Bowen";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Landrum";
      tmp2obj.options[ndx].value="Landrum";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Landrum Sc";
      tmp2obj.options[ndx].value="Landrum SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lyman, Sc";
      tmp2obj.options[ndx].value="Lyman, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Moore Sc";
      tmp2obj.options[ndx].value="Moore SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Moore, Sc";
      tmp2obj.options[ndx].value="Moore, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Spartanburg";
      tmp2obj.options[ndx].value="Spartanburg";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Welford Sc";
      tmp2obj.options[ndx].value="Welford SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Welford, Sc";
      tmp2obj.options[ndx].value="Welford, SC";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Wellford";
      tmp2obj.options[ndx].value="Wellford";
      ndx++;
        break; 
      case "Swain": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bryson City";
      tmp2obj.options[ndx].value="Bryson City";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Whittier";
      tmp2obj.options[ndx].value="Whittier";
      ndx++;
        break; 
      case "Transylvania": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#2 Grassy Creek";
      tmp2obj.options[ndx].value="#2 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bakersville";
      tmp2obj.options[ndx].value="Bakersville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam Grove";
      tmp2obj.options[ndx].value="Balsam Grove";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Banner Elk";
      tmp2obj.options[ndx].value="Banner Elk";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Black Mountain";
      tmp2obj.options[ndx].value="Black Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Boyd";
      tmp2obj.options[ndx].value="Boyd";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bradshaw";
      tmp2obj.options[ndx].value="Bradshaw";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Brevard";
      tmp2obj.options[ndx].value="Brevard";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Catheys Creek";
      tmp2obj.options[ndx].value="Catheys Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cedar Mountain";
      tmp2obj.options[ndx].value="Cedar Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Connestee Falls";
      tmp2obj.options[ndx].value="Connestee Falls";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Dunns Rock";
      tmp2obj.options[ndx].value="Dunns Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Eastatoe";
      tmp2obj.options[ndx].value="Eastatoe";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Etowah";
      tmp2obj.options[ndx].value="Etowah";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Gloucester";
      tmp2obj.options[ndx].value="Gloucester";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Hogback";
      tmp2obj.options[ndx].value="Hogback";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Horse Shoe - Tr";
      tmp2obj.options[ndx].value="Horse Shoe - TR";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Lake Toxaway";
      tmp2obj.options[ndx].value="Lake Toxaway";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Little River";
      tmp2obj.options[ndx].value="Little River";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Out Of Area";
      tmp2obj.options[ndx].value="Out Of Area";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Penrose";
      tmp2obj.options[ndx].value="Penrose";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Pisgah Forest";
      tmp2obj.options[ndx].value="Pisgah Forest";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Rosman";
      tmp2obj.options[ndx].value="Rosman";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sapphire";
      tmp2obj.options[ndx].value="Sapphire";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Sapphire/transylvania";
      tmp2obj.options[ndx].value="Sapphire/Transylvania";
      ndx++;
        break; 
      case "Union": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
        break; 
      case "Watauga": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Banner Elk";
      tmp2obj.options[ndx].value="Banner Elk";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Blowing Rock";
      tmp2obj.options[ndx].value="Blowing Rock";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Boone";
      tmp2obj.options[ndx].value="Boone";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Other";
      tmp2obj.options[ndx].value="Other";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Vilas";
      tmp2obj.options[ndx].value="Vilas";
      ndx++;
        break; 
      case "Watauga County": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Banner Elk";
      tmp2obj.options[ndx].value="Banner Elk";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Blowing Rock";
      tmp2obj.options[ndx].value="Blowing Rock";
      ndx++;
        break; 
      case "Yancey": 
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="#1 Grassy Creek";
      tmp2obj.options[ndx].value="#1 Grassy Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Alexander";
      tmp2obj.options[ndx].value="Alexander";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bakersville";
      tmp2obj.options[ndx].value="Bakersville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Balsam";
      tmp2obj.options[ndx].value="Balsam";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Bee Log";
      tmp2obj.options[ndx].value="Bee Log";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Biltmore Lake";
      tmp2obj.options[ndx].value="Biltmore Lake";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Boyd";
      tmp2obj.options[ndx].value="Boyd";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Brush Creek";
      tmp2obj.options[ndx].value="Brush Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Burnsville";
      tmp2obj.options[ndx].value="Burnsville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cane River";
      tmp2obj.options[ndx].value="Cane River";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Cattail";
      tmp2obj.options[ndx].value="Cattail";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Egypt";
      tmp2obj.options[ndx].value="Egypt";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Green Mountain";
      tmp2obj.options[ndx].value="Green Mountain";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Jacks Creek";
      tmp2obj.options[ndx].value="Jacks Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Mars Hill";
      tmp2obj.options[ndx].value="Mars Hill";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Micaville";
      tmp2obj.options[ndx].value="Micaville";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Newdale";
      tmp2obj.options[ndx].value="Newdale";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Pensacola";
      tmp2obj.options[ndx].value="Pensacola";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Prices Creek";
      tmp2obj.options[ndx].value="Prices Creek";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Ramseytown";
      tmp2obj.options[ndx].value="Ramseytown";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Se";
      tmp2obj.options[ndx].value="SE";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="South Toe";
      tmp2obj.options[ndx].value="South Toe";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Windom";
      tmp2obj.options[ndx].value="Windom";
      ndx++;
      tmp2obj.length=ndx+1;
      tmp2obj.options[ndx].text="Wolf Laurel";
      tmp2obj.options[ndx].value="Wolf Laurel";
      ndx++;
        break; 

				default:
					alert("bad value in countyin");
					break;
			}



		}
	}
	myObjectBubbleSort(tmp2obj.options,tmp2obj.options.length-1);
}


function write_field3_options() {

	var ndx = 0;
	var tmp1obj=document.getElementById("field1");
	var tmp2obj=document.getElementById("field2");
	var tmp3obj=document.getElementById("field3");
        var len= tmp2obj.options.length;
        var len1= tmp1obj.options.length;
	var anyflag = 0;
	var countycity = "";
	var thecounty = "";
	var thecity = "";
	var thetext = new Array();
	var thevalue = new Array();

        tmp3obj.options.length=0;
	for (i=0;i<len;i++) {
		if (tmp2obj.options[i].selected === true) {
			if (tmp2obj.options[i].value == "AAA")  {
				anyflag=1;
			}
		}
	}
	for (j=0;j<len1;j++) {
		if (tmp1obj.options[j].selected === true) {
			thecounty=tmp1obj.options[j].value;
			for (i=0;i<len;i++) {
				if (tmp2obj.options[i].selected === true) {
					thecity=tmp2obj.options[i].value;
					countycity=thecounty + " - " + thecity;
switch(countycity)  {
   case " - ":
      break;
   case "Alexander - ":
      break;
   case "Anderson - Other":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Ashe - #1 Grassy Creek":
      break;
   case "Ashe - #2 Grassy Creek":
      break;
   case "Ashe - Crumpler":
            thetext[ndx]="The Ridge At Chestnut Hill";
            thevalue[ndx]="The Ridge at Chestnut Hill";
            ndx++;
      break;
   case "Avery - Banner Elk":
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="Not in Subdivison";
            ndx++;
            thetext[ndx]="The Village At Apple Orchard";
            thevalue[ndx]="The Village at Apple Orchard";
            ndx++;
      break;
   case "Avery - Newland":
            thetext[ndx]="Rivers Edge";
            thevalue[ndx]="Rivers Edge";
            ndx++;
      break;
   case "Avery - NW":
      break;
   case "Avery - NW - 30":
      break;
   case "Avery - Plum Tree":
      break;
   case "Avery - Spruce Pine":
            thetext[ndx]="Green Valley Ridge";
            thevalue[ndx]="GREEN VALLEY RIDGE";
            ndx++;
      break;
   case "Avery - Sugar Mountain":
            thetext[ndx]="Ridgewoods";
            thevalue[ndx]="Ridgewoods";
            ndx++;
      break;
   case "Bladen - ":
      break;
   case "Buncombe - ":
      break;
   case "Buncombe - #1 Grassy Creek":
            thetext[ndx]="Black Mountain Development Co";
            thevalue[ndx]="BLACK MOUNTAIN DEVELOPMENT CO";
            ndx++;
      break;
   case "Buncombe - #2 Grassy Creek":
            thetext[ndx]="10 Country Club";
            thevalue[ndx]="10 COUNTRY CLUB";
            ndx++;
      break;
   case "Buncombe - Alexander":
            thetext[ndx]="Alexander Farms";
            thevalue[ndx]="ALEXANDER FARMS";
            ndx++;
            thetext[ndx]="Alexander Meadows";
            thevalue[ndx]="ALEXANDER MEADOWS";
            ndx++;
            thetext[ndx]="Alpendorf";
            thevalue[ndx]="ALPENDORF";
            ndx++;
            thetext[ndx]="Apple Meadow";
            thevalue[ndx]="Apple Meadow";
            ndx++;
            thetext[ndx]="Apple Tree Estates";
            thevalue[ndx]="APPLE TREE ESTATES";
            ndx++;
            thetext[ndx]="Bear Creek";
            thevalue[ndx]="BEAR CREEK";
            ndx++;
            thetext[ndx]="Biltmore Forest";
            thevalue[ndx]="BILTMORE FOREST";
            ndx++;
            thetext[ndx]="Biltmore Terrace";
            thevalue[ndx]="BILTMORE TERRACE";
            ndx++;
            thetext[ndx]="Black Hawk";
            thevalue[ndx]="Black Hawk";
            ndx++;
            thetext[ndx]="Bob Fletcher";
            thevalue[ndx]="Bob Fletcher";
            ndx++;
            thetext[ndx]="Brookside Cove";
            thevalue[ndx]="BROOKSIDE COVE";
            ndx++;
            thetext[ndx]="Burney Mountain";
            thevalue[ndx]="BURNEY MOUNTAIN";
            ndx++;
            thetext[ndx]="Cameron Woods";
            thevalue[ndx]="CAMERON WOODS";
            ndx++;
            thetext[ndx]="Castlewood Estates";
            thevalue[ndx]="Castlewood Estates";
            ndx++;
            thetext[ndx]="Clover Fields";
            thevalue[ndx]="CLOVER FIELDS";
            ndx++;
            thetext[ndx]="Fox Run";
            thevalue[ndx]="FOX RUN";
            ndx++;
            thetext[ndx]="Grand View Hills";
            thevalue[ndx]="GRAND VIEW HILLS";
            ndx++;
            thetext[ndx]="High Valley Estates";
            thevalue[ndx]="HIGH VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Hills Of French Broad";
            thevalue[ndx]="HILLS OF FRENCH BROAD";
            ndx++;
            thetext[ndx]="Idora Place";
            thevalue[ndx]="IDORA PLACE";
            ndx++;
            thetext[ndx]="Jenkins Valley";
            thevalue[ndx]="JENKINS VALLEY";
            ndx++;
            thetext[ndx]="Kingston Knolls";
            thevalue[ndx]="KINGSTON KNOLLS";
            ndx++;
            thetext[ndx]="Larkspur";
            thevalue[ndx]="Larkspur";
            ndx++;
            thetext[ndx]="Madison View Estates";
            thevalue[ndx]="MADISON VIEW ESTATES";
            ndx++;
            thetext[ndx]="Maple Wood Village";
            thevalue[ndx]="MAPLE WOOD VILLAGE";
            ndx++;
            thetext[ndx]="Maplewood Village";
            thevalue[ndx]="MAPLEWOOD VILLAGE";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Northern Horizons";
            thevalue[ndx]="Northern Horizons";
            ndx++;
            thetext[ndx]="Oak Ridge Estates";
            thevalue[ndx]="OAK RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Oakley";
            thevalue[ndx]="OAKLEY";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pinecrest";
            thevalue[ndx]="PINECREST";
            ndx++;
            thetext[ndx]="Rhymer Place";
            thevalue[ndx]="RHYMER PLACE";
            ndx++;
            thetext[ndx]="Shomee";
            thevalue[ndx]="SHOMEE";
            ndx++;
            thetext[ndx]="Summerfield";
            thevalue[ndx]="SUMMERFIELD";
            ndx++;
            thetext[ndx]="Sunset Heights";
            thevalue[ndx]="SUNSET HEIGHTS";
            ndx++;
            thetext[ndx]="White Thorn Acres";
            thevalue[ndx]="WHITE THORN ACRES";
            ndx++;
            thetext[ndx]="Wilder Estates";
            thevalue[ndx]="WILDER ESTATES";
            ndx++;
      break;
   case "Buncombe - Arden":
            thetext[ndx]="12th Fairway";
            thevalue[ndx]="12th Fairway";
            ndx++;
            thetext[ndx]="Arabella Heights";
            thevalue[ndx]="ARABELLA HEIGHTS";
            ndx++;
            thetext[ndx]="Arbor Woods";
            thevalue[ndx]="Arbor Woods";
            ndx++;
            thetext[ndx]="Arden Acres";
            thevalue[ndx]="ARDEN ACRES";
            ndx++;
            thetext[ndx]="Arden/glen Arden";
            thevalue[ndx]="ARDEN/GLEN ARDEN";
            ndx++;
            thetext[ndx]="Ashley Woods";
            thevalue[ndx]="ASHLEY WOODS";
            ndx++;
            thetext[ndx]="Avery Creek";
            thevalue[ndx]="AVERY CREEK";
            ndx++;
            thetext[ndx]="Avery Park";
            thevalue[ndx]="AVERY PARK";
            ndx++;
            thetext[ndx]="Averys Creek";
            thevalue[ndx]="AVERYS CREEK";
            ndx++;
            thetext[ndx]="Baldwin Cove";
            thevalue[ndx]="BALDWIN COVE";
            ndx++;
            thetext[ndx]="Black Mountain Heights";
            thevalue[ndx]="BLACK MOUNTAIN HEIGHTS";
            ndx++;
            thetext[ndx]="Brae Burn";
            thevalue[ndx]="Brae Burn";
            ndx++;
            thetext[ndx]="Bramblewood";
            thevalue[ndx]="BRAMBLEWOOD";
            ndx++;
            thetext[ndx]="Brookwood";
            thevalue[ndx]="BROOKWOOD";
            ndx++;
            thetext[ndx]="Brookwood Meadows";
            thevalue[ndx]="BROOKWOOD MEADOWS";
            ndx++;
            thetext[ndx]="Carrington Place";
            thevalue[ndx]="CARRINGTON PLACE";
            ndx++;
            thetext[ndx]="Carrington Place Condos";
            thevalue[ndx]="CARRINGTON PLACE CONDOS";
            ndx++;
            thetext[ndx]="Chadwick";
            thevalue[ndx]="CHADWICK";
            ndx++;
            thetext[ndx]="Cliffs At Walnut Cove";
            thevalue[ndx]="Cliffs at Walnut Cove";
            ndx++;
            thetext[ndx]="Clovernook";
            thevalue[ndx]="CLOVERNOOK";
            ndx++;
            thetext[ndx]="Cotswolds";
            thevalue[ndx]="COTSWOLDS";
            ndx++;
            thetext[ndx]="Coventry Woods";
            thevalue[ndx]="COVENTRY WOODS";
            ndx++;
            thetext[ndx]="Covington Crossing";
            thevalue[ndx]="COVINGTON CROSSING";
            ndx++;
            thetext[ndx]="Deer Haven";
            thevalue[ndx]="Deer Haven";
            ndx++;
            thetext[ndx]="Drakes Meadow";
            thevalue[ndx]="DRAKES MEADOW";
            ndx++;
            thetext[ndx]="Flowing Waters";
            thevalue[ndx]="FLOWING WATERS";
            ndx++;
            thetext[ndx]="Fox Glen Woods";
            thevalue[ndx]="FOX GLEN WOODS";
            ndx++;
            thetext[ndx]="Fox Hollow";
            thevalue[ndx]="Fox Hollow";
            ndx++;
            thetext[ndx]="Glen Arden Estates";
            thevalue[ndx]="GLEN ARDEN ESTATES";
            ndx++;
            thetext[ndx]="Glen Arden Heights";
            thevalue[ndx]="GLEN ARDEN HEIGHTS";
            ndx++;
            thetext[ndx]="Glen Cove";
            thevalue[ndx]="GLEN COVE";
            ndx++;
            thetext[ndx]="Glen Crest";
            thevalue[ndx]="GLEN CREST";
            ndx++;
            thetext[ndx]="Glen Meadows";
            thevalue[ndx]="GLEN MEADOWS";
            ndx++;
            thetext[ndx]="Hadley Park";
            thevalue[ndx]="HADLEY PARK";
            ndx++;
            thetext[ndx]="Heywood Crossing";
            thevalue[ndx]="HEYWOOD CROSSING";
            ndx++;
            thetext[ndx]="Hickory Hills";
            thevalue[ndx]="HICKORY HILLS";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
            thetext[ndx]="High Vista Country C";
            thevalue[ndx]="High Vista Country C";
            ndx++;
            thetext[ndx]="High Vista Country Club";
            thevalue[ndx]="High Vista Country Club";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="HIGH VISTA FALLS";
            ndx++;
            thetext[ndx]="Hills At Averys  Creek";
            thevalue[ndx]="HILLS AT AVERYS  CREEK";
            ndx++;
            thetext[ndx]="Hills At Averys Creek";
            thevalue[ndx]="HILLS AT AVERYS CREEK";
            ndx++;
            thetext[ndx]="Hills Of Averys Creek";
            thevalue[ndx]="HILLS OF AVERYS CREEK";
            ndx++;
            thetext[ndx]="Hunters Trace";
            thevalue[ndx]="HUNTERS TRACE";
            ndx++;
            thetext[ndx]="Joshua Ridge";
            thevalue[ndx]="JOSHUA RIDGE";
            ndx++;
            thetext[ndx]="Kenwood";
            thevalue[ndx]="Kenwood";
            ndx++;
            thetext[ndx]="King Heights";
            thevalue[ndx]="KING HEIGHTS";
            ndx++;
            thetext[ndx]="Lake Julian Trails";
            thevalue[ndx]="LAKE JULIAN TRAILS";
            ndx++;
            thetext[ndx]="Laurel Park";
            thevalue[ndx]="LAUREL PARK";
            ndx++;
            thetext[ndx]="Ledbetter Farms";
            thevalue[ndx]="LEDBETTER FARMS";
            ndx++;
            thetext[ndx]="Ledbridge Estates";
            thevalue[ndx]="LEDBRIDGE ESTATES";
            ndx++;
            thetext[ndx]="Ledbridge Villas";
            thevalue[ndx]="LEDBRIDGE VILLAS";
            ndx++;
            thetext[ndx]="Ledbridge Vista";
            thevalue[ndx]="LEDBRIDGE VISTA";
            ndx++;
            thetext[ndx]="Legacy Cove";
            thevalue[ndx]="LEGACY COVE";
            ndx++;
            thetext[ndx]="Long Shoals";
            thevalue[ndx]="LONG SHOALS";
            ndx++;
            thetext[ndx]="Lutheridge";
            thevalue[ndx]="LUTHERIDGE";
            ndx++;
            thetext[ndx]="Mallory Meadows";
            thevalue[ndx]="MALLORY MEADOWS";
            ndx++;
            thetext[ndx]="Mary Ellen Brown";
            thevalue[ndx]="MARY ELLEN BROWN";
            ndx++;
            thetext[ndx]="Meadows Of Bradley Branch";
            thevalue[ndx]="MEADOWS OF BRADLEY BRANCH";
            ndx++;
            thetext[ndx]="Mount Royal";
            thevalue[ndx]="MOUNT ROYAL";
            ndx++;
            thetext[ndx]="Mountain Heights";
            thevalue[ndx]="MOUNTAIN HEIGHTS";
            ndx++;
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="MOUNTAIN MEADOWS";
            ndx++;
            thetext[ndx]="Mountain View";
            thevalue[ndx]="MOUNTAIN VIEW";
            ndx++;
            thetext[ndx]="Muirfield";
            thevalue[ndx]="MUIRFIELD";
            ndx++;
            thetext[ndx]="Muirifeld";
            thevalue[ndx]="MUIRIFELD";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Oak Park";
            thevalue[ndx]="OAK PARK";
            ndx++;
            thetext[ndx]="Oak Springs";
            thevalue[ndx]="OAK SPRINGS";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Park South";
            thevalue[ndx]="PARK SOUTH";
            ndx++;
            thetext[ndx]="Powder Creek Estates";
            thevalue[ndx]="POWDER CREEK ESTATES";
            ndx++;
            thetext[ndx]="Quail Hollow";
            thevalue[ndx]="QUAIL HOLLOW";
            ndx++;
            thetext[ndx]="Rancho La Mirage";
            thevalue[ndx]="RANCHO LA MIRAGE";
            ndx++;
            thetext[ndx]="River Crest";
            thevalue[ndx]="RIVER CREST";
            ndx++;
            thetext[ndx]="Riverport";
            thevalue[ndx]="RIVERPORT";
            ndx++;
            thetext[ndx]="Riverview Acres";
            thevalue[ndx]="RIVERVIEW ACRES";
            ndx++;
            thetext[ndx]="Riverwind";
            thevalue[ndx]="Riverwind";
            ndx++;
            thetext[ndx]="Rockwood Hills";
            thevalue[ndx]="ROCKWOOD HILLS";
            ndx++;
            thetext[ndx]="Rosscraggon";
            thevalue[ndx]="ROSSCRAGGON";
            ndx++;
            thetext[ndx]="Royal Heights";
            thevalue[ndx]="ROYAL HEIGHTS";
            ndx++;
            thetext[ndx]="Royal Oaks";
            thevalue[ndx]="ROYAL OAKS";
            ndx++;
            thetext[ndx]="Royal Pines";
            thevalue[ndx]="ROYAL PINES";
            ndx++;
            thetext[ndx]="Royal Pines Village";
            thevalue[ndx]="ROYAL PINES VILLAGE";
            ndx++;
            thetext[ndx]="Ruby Acres";
            thevalue[ndx]="RUBY ACRES";
            ndx++;
            thetext[ndx]="Saint Andrews";
            thevalue[ndx]="SAINT ANDREWS";
            ndx++;
            thetext[ndx]="Sequoyah Hills";
            thevalue[ndx]="SEQUOYAH HILLS";
            ndx++;
            thetext[ndx]="Sleepy Gap Acres";
            thevalue[ndx]="Sleepy Gap Acres";
            ndx++;
            thetext[ndx]="Somerset Place";
            thevalue[ndx]="SOMERSET PLACE";
            ndx++;
            thetext[ndx]="South Farthings";
            thevalue[ndx]="South Farthings";
            ndx++;
            thetext[ndx]="Southfield";
            thevalue[ndx]="SOUTHFIELD";
            ndx++;
            thetext[ndx]="Southway Gardens";
            thevalue[ndx]="SOUTHWAY GARDENS";
            ndx++;
            thetext[ndx]="Southwicke Estates";
            thevalue[ndx]="SOUTHWICKE ESTATES";
            ndx++;
            thetext[ndx]="Spring Cove";
            thevalue[ndx]="SPRING COVE";
            ndx++;
            thetext[ndx]="Spring Valley";
            thevalue[ndx]="SPRING VALLEY";
            ndx++;
            thetext[ndx]="Springfield";
            thevalue[ndx]="SPRINGFIELD";
            ndx++;
            thetext[ndx]="Stone Crest Villas";
            thevalue[ndx]="STONE CREST VILLAS";
            ndx++;
            thetext[ndx]="Stonecrest";
            thevalue[ndx]="STONECREST";
            ndx++;
            thetext[ndx]="Stonegate";
            thevalue[ndx]="STONEGATE";
            ndx++;
            thetext[ndx]="Tall Pines";
            thevalue[ndx]="TALL PINES";
            ndx++;
            thetext[ndx]="The Cliffs At Walnut Cove";
            thevalue[ndx]="THE CLIFFS AT WALNUT COVE";
            ndx++;
            thetext[ndx]="The Colony";
            thevalue[ndx]="THE COLONY";
            ndx++;
            thetext[ndx]="The Colony Condos";
            thevalue[ndx]="THE COLONY CONDOS";
            ndx++;
            thetext[ndx]="The Cotswolds";
            thevalue[ndx]="THE COTSWOLDS";
            ndx++;
            thetext[ndx]="The Glen At Mills Gap";
            thevalue[ndx]="THE GLEN AT MILLS GAP";
            ndx++;
            thetext[ndx]="The Glens At Mills Gap";
            thevalue[ndx]="THE GLENS AT MILLS GAP";
            ndx++;
            thetext[ndx]="The Hills At Averys Creek";
            thevalue[ndx]="THE HILLS AT AVERYS CREEK";
            ndx++;
            thetext[ndx]="The Village At Averys Creek";
            thevalue[ndx]="THE VILLAGE AT AVERYS CREEK";
            ndx++;
            thetext[ndx]="Turnberry";
            thevalue[ndx]="TURNBERRY";
            ndx++;
            thetext[ndx]="Village @ Averys Creek";
            thevalue[ndx]="VILLAGE @ AVERYS CREEK";
            ndx++;
            thetext[ndx]="Village At Bradley Branch";
            thevalue[ndx]="VILLAGE AT BRADLEY BRANCH";
            ndx++;
            thetext[ndx]="Villages At Averys Creek";
            thevalue[ndx]="VILLAGES AT AVERYS CREEK";
            ndx++;
            thetext[ndx]="Waightstill Mountain";
            thevalue[ndx]="Waightstill Mountain";
            ndx++;
            thetext[ndx]="Weston Heights";
            thevalue[ndx]="WESTON HEIGHTS";
            ndx++;
            thetext[ndx]="White Oak Grove";
            thevalue[ndx]="WHITE OAK GROVE";
            ndx++;
            thetext[ndx]="White Oak Knolls";
            thevalue[ndx]="WHITE OAK KNOLLS";
            ndx++;
            thetext[ndx]="White Oak Plantation";
            thevalue[ndx]="WHITE OAK PLANTATION";
            ndx++;
            thetext[ndx]="White Oaks";
            thevalue[ndx]="WHITE OAKS";
            ndx++;
            thetext[ndx]="Williams";
            thevalue[ndx]="WILLIAMS";
            ndx++;
            thetext[ndx]="Winterberry Villas";
            thevalue[ndx]="WINTERBERRY VILLAS";
            ndx++;
            thetext[ndx]="Winterhill Estates";
            thevalue[ndx]="WINTERHILL ESTATES";
            ndx++;
            thetext[ndx]="|";
            thevalue[ndx]="|";
            ndx++;
      break;
   case "Buncombe - Asheville":
            thetext[ndx]="12th Fairway";
            thevalue[ndx]="12th Fairway";
            ndx++;
            thetext[ndx]="60 North Market";
            thevalue[ndx]="60 NORTH MARKET";
            ndx++;
            thetext[ndx]="A J Benson Estate";
            thevalue[ndx]="A J BENSON ESTATE";
            ndx++;
            thetext[ndx]="Aberdeen Meadows";
            thevalue[ndx]="ABERDEEN MEADOWS";
            ndx++;
            thetext[ndx]="Ac Rhudy";
            thevalue[ndx]="AC RHUDY";
            ndx++;
            thetext[ndx]="Adams Hill";
            thevalue[ndx]="ADAMS HILL";
            ndx++;
            thetext[ndx]="Adams Run";
            thevalue[ndx]="ADAMS RUN";
            ndx++;
            thetext[ndx]="Albermarle Park";
            thevalue[ndx]="ALBERMARLE PARK";
            ndx++;
            thetext[ndx]="Alta Vista";
            thevalue[ndx]="ALTA VISTA";
            ndx++;
            thetext[ndx]="Altura";
            thevalue[ndx]="Altura";
            ndx++;
            thetext[ndx]="Amber Sunset";
            thevalue[ndx]="AMBER SUNSET";
            ndx++;
            thetext[ndx]="Amboy Heights";
            thevalue[ndx]="AMBOY HEIGHTS";
            ndx++;
            thetext[ndx]="Annandale";
            thevalue[ndx]="ANNANDALE";
            ndx++;
            thetext[ndx]="Appalachian Gardens";
            thevalue[ndx]="APPALACHIAN GARDENS";
            ndx++;
            thetext[ndx]="Apple Tree Estates";
            thevalue[ndx]="APPLE TREE ESTATES";
            ndx++;
            thetext[ndx]="Applewood";
            thevalue[ndx]="APPLEWOOD";
            ndx++;
            thetext[ndx]="Applewood Estates";
            thevalue[ndx]="APPLEWOOD ESTATES";
            ndx++;
            thetext[ndx]="Arbor Ridge";
            thevalue[ndx]="ARBOR RIDGE";
            ndx++;
            thetext[ndx]="Arbutus Park";
            thevalue[ndx]="Arbutus Park";
            ndx++;
            thetext[ndx]="Arco Gardens";
            thevalue[ndx]="ARCO GARDENS";
            ndx++;
            thetext[ndx]="Ardmion Park";
            thevalue[ndx]="ARDMION PARK";
            ndx++;
            thetext[ndx]="Ashbrook";
            thevalue[ndx]="ASHBROOK";
            ndx++;
            thetext[ndx]="Asheville Country Club";
            thevalue[ndx]="ASHEVILLE COUNTRY CLUB";
            ndx++;
            thetext[ndx]="Asheville Harmony Village";
            thevalue[ndx]="ASHEVILLE HARMONY VILLAGE";
            ndx++;
            thetext[ndx]="Asheville Racquet Club Village";
            thevalue[ndx]="ASHEVILLE RACQUET CLUB VILLAGE";
            ndx++;
            thetext[ndx]="Ashwood";
            thevalue[ndx]="ASHWOOD";
            ndx++;
            thetext[ndx]="Aston";
            thevalue[ndx]="ASTON";
            ndx++;
            thetext[ndx]="Avery Park";
            thevalue[ndx]="Avery Park";
            ndx++;
            thetext[ndx]="Averys Creek";
            thevalue[ndx]="AVERYS CREEK";
            ndx++;
            thetext[ndx]="Avondale";
            thevalue[ndx]="AVONDALE";
            ndx++;
            thetext[ndx]="Baird Cove";
            thevalue[ndx]="BAIRD COVE";
            ndx++;
            thetext[ndx]="Baker";
            thevalue[ndx]="BAKER";
            ndx++;
            thetext[ndx]="Ballantree";
            thevalue[ndx]="BALLANTREE";
            ndx++;
            thetext[ndx]="Banks Knoll";
            thevalue[ndx]="BANKS KNOLL";
            ndx++;
            thetext[ndx]="Barebridge Hills";
            thevalue[ndx]="BAREBRIDGE HILLS";
            ndx++;
            thetext[ndx]="Bartlett Mountain Views";
            thevalue[ndx]="BARTLETT MOUNTAIN VIEWS";
            ndx++;
            thetext[ndx]="Bartram's Walk";
            thevalue[ndx]="Bartram's Walk";
            ndx++;
            thetext[ndx]="Beacon Village";
            thevalue[ndx]="BEACON VILLAGE";
            ndx++;
            thetext[ndx]="Bear Creek";
            thevalue[ndx]="BEAR CREEK";
            ndx++;
            thetext[ndx]="Beaucatcher Heights";
            thevalue[ndx]="Beaucatcher Heights";
            ndx++;
            thetext[ndx]="Beaucatcher House";
            thevalue[ndx]="BEAUCATCHER HOUSE";
            ndx++;
            thetext[ndx]="Beaucatcher Mountain";
            thevalue[ndx]="Beaucatcher Mountain";
            ndx++;
            thetext[ndx]="Beaver Creek";
            thevalue[ndx]="BEAVER CREEK";
            ndx++;
            thetext[ndx]="Beaver Lake";
            thevalue[ndx]="BEAVER LAKE";
            ndx++;
            thetext[ndx]="Beaver Lake Heights";
            thevalue[ndx]="Beaver Lake Heights";
            ndx++;
            thetext[ndx]="Beaver Point Park";
            thevalue[ndx]="BEAVER POINT PARK";
            ndx++;
            thetext[ndx]="Beaverbrook";
            thevalue[ndx]="BEAVERBROOK";
            ndx++;
            thetext[ndx]="Beaverdam";
            thevalue[ndx]="BEAVERDAM";
            ndx++;
            thetext[ndx]="Beaverdam Run";
            thevalue[ndx]="BEAVERDAM RUN";
            ndx++;
            thetext[ndx]="Belvedere";
            thevalue[ndx]="BELVEDERE";
            ndx++;
            thetext[ndx]="Bennington Oaks";
            thevalue[ndx]="BENNINGTON OAKS";
            ndx++;
            thetext[ndx]="Bent Creek";
            thevalue[ndx]="BENT CREEK";
            ndx++;
            thetext[ndx]="Bethany Woods";
            thevalue[ndx]="BETHANY WOODS";
            ndx++;
            thetext[ndx]="Beverly Condominiums";
            thevalue[ndx]="BEVERLY CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Beverly Condos";
            thevalue[ndx]="BEVERLY CONDOS";
            ndx++;
            thetext[ndx]="Beverly Hills";
            thevalue[ndx]="BEVERLY HILLS";
            ndx++;
            thetext[ndx]="Bi Cotton Mills";
            thevalue[ndx]="BI COTTON MILLS";
            ndx++;
            thetext[ndx]="Biltmore";
            thevalue[ndx]="BILTMORE";
            ndx++;
            thetext[ndx]="Biltmore Commons";
            thevalue[ndx]="BILTMORE COMMONS";
            ndx++;
            thetext[ndx]="Biltmore Commons Ii";
            thevalue[ndx]="BILTMORE COMMONS II";
            ndx++;
            thetext[ndx]="Biltmore Courtyard";
            thevalue[ndx]="BILTMORE COURTYARD";
            ndx++;
            thetext[ndx]="Biltmore Forest";
            thevalue[ndx]="BILTMORE FOREST";
            ndx++;
            thetext[ndx]="Biltmore Grove";
            thevalue[ndx]="BILTMORE GROVE";
            ndx++;
            thetext[ndx]="Biltmore Heights";
            thevalue[ndx]="BILTMORE HEIGHTS";
            ndx++;
            thetext[ndx]="Biltmore Lake";
            thevalue[ndx]="BILTMORE LAKE";
            ndx++;
            thetext[ndx]="Biltmore Park";
            thevalue[ndx]="BILTMORE PARK";
            ndx++;
            thetext[ndx]="Biltmore Terrace";
            thevalue[ndx]="BILTMORE TERRACE";
            ndx++;
            thetext[ndx]="Biltmore Village";
            thevalue[ndx]="BILTMORE VILLAGE";
            ndx++;
            thetext[ndx]="Birch Forest";
            thevalue[ndx]="BIRCH FOREST";
            ndx++;
            thetext[ndx]="Blair Inc";
            thevalue[ndx]="BLAIR INC";
            ndx++;
            thetext[ndx]="Blake Mountain Estates";
            thevalue[ndx]="BLAKE MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Blue Bird Knoll";
            thevalue[ndx]="BLUE BIRD KNOLL";
            ndx++;
            thetext[ndx]="Blue Ridge Acres";
            thevalue[ndx]="BLUE RIDGE ACRES";
            ndx++;
            thetext[ndx]="Blue Ridge Heights";
            thevalue[ndx]="BLUE RIDGE HEIGHTS";
            ndx++;
            thetext[ndx]="Bobcat Field";
            thevalue[ndx]="BOBCAT FIELD";
            ndx++;
            thetext[ndx]="Bonito Ocaso In Crowell Farms";
            thevalue[ndx]="BONITO OCASO IN CROWELL FARMS";
            ndx++;
            thetext[ndx]="Botany Woods";
            thevalue[ndx]="BOTANY WOODS";
            ndx++;
            thetext[ndx]="Bradford Park";
            thevalue[ndx]="BRADFORD PARK";
            ndx++;
            thetext[ndx]="Brennan Brook";
            thevalue[ndx]="Brennan Brook";
            ndx++;
            thetext[ndx]="Briarcliff Crossing";
            thevalue[ndx]="BRIARCLIFF CROSSING";
            ndx++;
            thetext[ndx]="Broad View Park";
            thevalue[ndx]="BROAD VIEW PARK";
            ndx++;
            thetext[ndx]="Broadview Acres";
            thevalue[ndx]="BROADVIEW ACRES";
            ndx++;
            thetext[ndx]="Broadway / Central";
            thevalue[ndx]="Broadway / Central";
            ndx++;
            thetext[ndx]="Brooke Estates";
            thevalue[ndx]="BROOKE ESTATES";
            ndx++;
            thetext[ndx]="Brookhaven Village";
            thevalue[ndx]="BROOKHAVEN VILLAGE";
            ndx++;
            thetext[ndx]="Brooks Estates";
            thevalue[ndx]="BROOKS ESTATES";
            ndx++;
            thetext[ndx]="Brucemont";
            thevalue[ndx]="BRUCEMONT";
            ndx++;
            thetext[ndx]="Buck Cove Townhouses";
            thevalue[ndx]="BUCK COVE TOWNHOUSES";
            ndx++;
            thetext[ndx]="Buckshot Ridge";
            thevalue[ndx]="BUCKSHOT RIDGE";
            ndx++;
            thetext[ndx]="Buena Vista";
            thevalue[ndx]="BUENA VISTA";
            ndx++;
            thetext[ndx]="Buena Vista Forest";
            thevalue[ndx]="BUENA VISTA FOREST";
            ndx++;
            thetext[ndx]="Buffalo Mountain";
            thevalue[ndx]="BUFFALO MOUNTAIN";
            ndx++;
            thetext[ndx]="Bull Creek Estates";
            thevalue[ndx]="BULL CREEK ESTATES";
            ndx++;
            thetext[ndx]="Bull Creek Ranch";
            thevalue[ndx]="Bull Creek Ranch";
            ndx++;
            thetext[ndx]="Burnside";
            thevalue[ndx]="BURNSIDE";
            ndx++;
            thetext[ndx]="Busbee Heights";
            thevalue[ndx]="BUSBEE HEIGHTS";
            ndx++;
            thetext[ndx]="Busbee Mountain";
            thevalue[ndx]="BUSBEE MOUNTAIN";
            ndx++;
            thetext[ndx]="C E Graham";
            thevalue[ndx]="C E GRAHAM";
            ndx++;
            thetext[ndx]="C Zimmerman & C E Hornaday";
            thevalue[ndx]="C ZIMMERMAN & C E HORNADAY";
            ndx++;
            thetext[ndx]="Camelot";
            thevalue[ndx]="CAMELOT";
            ndx++;
            thetext[ndx]="Cameron Park";
            thevalue[ndx]="CAMERON PARK";
            ndx++;
            thetext[ndx]="Cane Creek Valley";
            thevalue[ndx]="CANE CREEK VALLEY";
            ndx++;
            thetext[ndx]="Cane Creek Woods";
            thevalue[ndx]="CANE CREEK WOODS";
            ndx++;
            thetext[ndx]="Canterbury Heights";
            thevalue[ndx]="CANTERBURY HEIGHTS";
            ndx++;
            thetext[ndx]="Cardinal Park";
            thevalue[ndx]="CARDINAL PARK";
            ndx++;
            thetext[ndx]="Carlyle Condominiums";
            thevalue[ndx]="CARLYLE CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Carlyle Condos";
            thevalue[ndx]="CARLYLE CONDOS";
            ndx++;
            thetext[ndx]="Carrington Place";
            thevalue[ndx]="CARRINGTON PLACE";
            ndx++;
            thetext[ndx]="Carrington Place Condos";
            thevalue[ndx]="CARRINGTON PLACE CONDOS";
            ndx++;
            thetext[ndx]="Carter Cove";
            thevalue[ndx]="CARTER COVE";
            ndx++;
            thetext[ndx]="Cedar Crest Heights";
            thevalue[ndx]="CEDAR CREST HEIGHTS";
            ndx++;
            thetext[ndx]="Cedar Forest Condos";
            thevalue[ndx]="CEDAR FOREST CONDOS";
            ndx++;
            thetext[ndx]="Cedar Forest Ii";
            thevalue[ndx]="CEDAR FOREST II";
            ndx++;
            thetext[ndx]="Cedar Hill";
            thevalue[ndx]="CEDAR HILL";
            ndx++;
            thetext[ndx]="Cedar Knoll";
            thevalue[ndx]="CEDAR KNOLL";
            ndx++;
            thetext[ndx]="Cedar Knoll Meadows";
            thevalue[ndx]="CEDAR KNOLL MEADOWS";
            ndx++;
            thetext[ndx]="Cedarwood Estates";
            thevalue[ndx]="CEDARWOOD ESTATES";
            ndx++;
            thetext[ndx]="Central";
            thevalue[ndx]="CENTRAL";
            ndx++;
            thetext[ndx]="Charland Forest";
            thevalue[ndx]="CHARLAND FOREST";
            ndx++;
            thetext[ndx]="Charles Ridge";
            thevalue[ndx]="CHARLES RIDGE";
            ndx++;
            thetext[ndx]="Charlotte Street Condos";
            thevalue[ndx]="CHARLOTTE STREET CONDOS";
            ndx++;
            thetext[ndx]="Charlyn Forest";
            thevalue[ndx]="CHARLYN FOREST";
            ndx++;
            thetext[ndx]="Chedworth Hills";
            thevalue[ndx]="CHEDWORTH HILLS";
            ndx++;
            thetext[ndx]="Chestnut Hills";
            thevalue[ndx]="CHESTNUT HILLS";
            ndx++;
            thetext[ndx]="Chestnut Mountain";
            thevalue[ndx]="Chestnut Mountain";
            ndx++;
            thetext[ndx]="Chicken Hill";
            thevalue[ndx]="CHICKEN HILL";
            ndx++;
            thetext[ndx]="Chimney Laurel On Elk Mountain";
            thevalue[ndx]="Chimney Laurel on Elk Mountain";
            ndx++;
            thetext[ndx]="Chunns Cove";
            thevalue[ndx]="CHUNNS COVE";
            ndx++;
            thetext[ndx]="Chunns Cove Heights";
            thevalue[ndx]="Chunns Cove Heights";
            ndx++;
            thetext[ndx]="Chunns Crest";
            thevalue[ndx]="CHUNNS CREST";
            ndx++;
            thetext[ndx]="Ciel";
            thevalue[ndx]="CIEL";
            ndx++;
            thetext[ndx]="Cimarron";
            thevalue[ndx]="CIMARRON";
            ndx++;
            thetext[ndx]="Cimmaron";
            thevalue[ndx]="CIMMARON";
            ndx++;
            thetext[ndx]="City Homes";
            thevalue[ndx]="CITY HOMES";
            ndx++;
            thetext[ndx]="Claxton";
            thevalue[ndx]="CLAXTON";
            ndx++;
            thetext[ndx]="Clear View";
            thevalue[ndx]="CLEAR VIEW";
            ndx++;
            thetext[ndx]="Clear View Mtn Est";
            thevalue[ndx]="CLEAR VIEW MTN EST";
            ndx++;
            thetext[ndx]="Clear Vista";
            thevalue[ndx]="CLEAR VISTA";
            ndx++;
            thetext[ndx]="Clearbrook Crossing";
            thevalue[ndx]="CLEARBROOK CROSSING";
            ndx++;
            thetext[ndx]="Clearveiw";
            thevalue[ndx]="CLEARVEIW";
            ndx++;
            thetext[ndx]="Clingman";
            thevalue[ndx]="Clingman";
            ndx++;
            thetext[ndx]="Clingman Lofts";
            thevalue[ndx]="CLINGMAN LOFTS";
            ndx++;
            thetext[ndx]="Cloisters";
            thevalue[ndx]="CLOISTERS";
            ndx++;
            thetext[ndx]="Coachmans Trail";
            thevalue[ndx]="COACHMANS TRAIL";
            ndx++;
            thetext[ndx]="Cogdill";
            thevalue[ndx]="COGDILL";
            ndx++;
            thetext[ndx]="Colonial Heights";
            thevalue[ndx]="COLONIAL HEIGHTS";
            ndx++;
            thetext[ndx]="Cottage Park";
            thevalue[ndx]="COTTAGE PARK";
            ndx++;
            thetext[ndx]="Country Club Villas";
            thevalue[ndx]="COUNTRY CLUB VILLAS";
            ndx++;
            thetext[ndx]="Country Creek";
            thevalue[ndx]="COUNTRY CREEK";
            ndx++;
            thetext[ndx]="Country Gardens";
            thevalue[ndx]="COUNTRY GARDENS";
            ndx++;
            thetext[ndx]="Country Meadows Estates";
            thevalue[ndx]="COUNTRY MEADOWS ESTATES";
            ndx++;
            thetext[ndx]="Country Springs";
            thevalue[ndx]="COUNTRY SPRINGS";
            ndx++;
            thetext[ndx]="Countryside Estates";
            thevalue[ndx]="COUNTRYSIDE ESTATES";
            ndx++;
            thetext[ndx]="Covewood";
            thevalue[ndx]="COVEWOOD";
            ndx++;
            thetext[ndx]="Crayton Creek Green";
            thevalue[ndx]="CRAYTON CREEK GREEN";
            ndx++;
            thetext[ndx]="Creekside";
            thevalue[ndx]="CREEKSIDE";
            ndx++;
            thetext[ndx]="Creekwood";
            thevalue[ndx]="CREEKWOOD";
            ndx++;
            thetext[ndx]="Crest Mountain";
            thevalue[ndx]="CREST MOUNTAIN";
            ndx++;
            thetext[ndx]="Crestmont Manor";
            thevalue[ndx]="CRESTMONT MANOR";
            ndx++;
            thetext[ndx]="Crestview";
            thevalue[ndx]="CRESTVIEW";
            ndx++;
            thetext[ndx]="Crestview Estates";
            thevalue[ndx]="CRESTVIEW ESTATES";
            ndx++;
            thetext[ndx]="Crowder Fields";
            thevalue[ndx]="Crowder Fields";
            ndx++;
            thetext[ndx]="Crowell Farms";
            thevalue[ndx]="CROWELL FARMS";
            ndx++;
            thetext[ndx]="Crowfields Condos";
            thevalue[ndx]="CROWFIELDS CONDOS";
            ndx++;
            thetext[ndx]="Danielbrook";
            thevalue[ndx]="Danielbrook";
            ndx++;
            thetext[ndx]="Davenport Park";
            thevalue[ndx]="DAVENPORT PARK";
            ndx++;
            thetext[ndx]="Dawnwood Condos";
            thevalue[ndx]="DAWNWOOD CONDOS";
            ndx++;
            thetext[ndx]="Dawson Place";
            thevalue[ndx]="DAWSON PLACE";
            ndx++;
            thetext[ndx]="Deaver View Park";
            thevalue[ndx]="DEAVER VIEW PARK";
            ndx++;
            thetext[ndx]="Deavermont Park";
            thevalue[ndx]="DEAVERMONT PARK";
            ndx++;
            thetext[ndx]="Deer Run";
            thevalue[ndx]="DEER RUN";
            ndx++;
            thetext[ndx]="Deerhaven";
            thevalue[ndx]="Deerhaven";
            ndx++;
            thetext[ndx]="Deerwood";
            thevalue[ndx]="DEERWOOD";
            ndx++;
            thetext[ndx]="Devonshire";
            thevalue[ndx]="DEVONSHIRE";
            ndx++;
            thetext[ndx]="Dogwood Grove";
            thevalue[ndx]="DOGWOOD GROVE";
            ndx++;
            thetext[ndx]="Doubleday Additions";
            thevalue[ndx]="DOUBLEDAY ADDITIONS";
            ndx++;
            thetext[ndx]="Downtown District";
            thevalue[ndx]="DOWNTOWN DISTRICT";
            ndx++;
            thetext[ndx]="Dt Business Corridor";
            thevalue[ndx]="DT BUSINESS CORRIDOR";
            ndx++;
            thetext[ndx]="Eagle Ridge";
            thevalue[ndx]="EAGLE RIDGE";
            ndx++;
            thetext[ndx]="East Ridge";
            thevalue[ndx]="EAST RIDGE";
            ndx++;
            thetext[ndx]="Eastmoor";
            thevalue[ndx]="EASTMOOR";
            ndx++;
            thetext[ndx]="Eastview";
            thevalue[ndx]="EASTVIEW";
            ndx++;
            thetext[ndx]="Eastwood";
            thevalue[ndx]="EASTWOOD";
            ndx++;
            thetext[ndx]="Eastwood Forest";
            thevalue[ndx]="EASTWOOD FOREST";
            ndx++;
            thetext[ndx]="Eastwood Village";
            thevalue[ndx]="EASTWOOD VILLAGE";
            ndx++;
            thetext[ndx]="Echo Hills";
            thevalue[ndx]="ECHO HILLS";
            ndx++;
            thetext[ndx]="Edgewood";
            thevalue[ndx]="Edgewood";
            ndx++;
            thetext[ndx]="Elaine Eden";
            thevalue[ndx]="ELAINE EDEN";
            ndx++;
            thetext[ndx]="Elk Mountain Estates";
            thevalue[ndx]="Elk Mountain Estates";
            ndx++;
            thetext[ndx]="Elk Place";
            thevalue[ndx]="ELK PLACE";
            ndx++;
            thetext[ndx]="Elkmont Heights";
            thevalue[ndx]="ELKMONT HEIGHTS";
            ndx++;
            thetext[ndx]="Ellington Heights";
            thevalue[ndx]="ELLINGTON HEIGHTS";
            ndx++;
            thetext[ndx]="Emerson Ridge";
            thevalue[ndx]="Emerson Ridge";
            ndx++;
            thetext[ndx]="Emma";
            thevalue[ndx]="EMMA";
            ndx++;
            thetext[ndx]="Enka Village";
            thevalue[ndx]="ENKA VILLAGE";
            ndx++;
            thetext[ndx]="Erwin";
            thevalue[ndx]="ERWIN";
            ndx++;
            thetext[ndx]="Erwin Hills";
            thevalue[ndx]="ERWIN HILLS";
            ndx++;
            thetext[ndx]="Estelle Park";
            thevalue[ndx]="ESTELLE PARK";
            ndx++;
            thetext[ndx]="Evelyn Acres";
            thevalue[ndx]="EVELYN ACRES";
            ndx++;
            thetext[ndx]="Evergreen";
            thevalue[ndx]="EVERGREEN";
            ndx++;
            thetext[ndx]="Evergreen Knoll";
            thevalue[ndx]="EVERGREEN KNOLL";
            ndx++;
            thetext[ndx]="Fairfield Heights";
            thevalue[ndx]="FAIRFIELD HEIGHTS";
            ndx++;
            thetext[ndx]="Fairstone Heights";
            thevalue[ndx]="FAIRSTONE HEIGHTS";
            ndx++;
            thetext[ndx]="Fairview Forest Estates";
            thevalue[ndx]="Fairview Forest Estates";
            ndx++;
            thetext[ndx]="Fairview Oaks";
            thevalue[ndx]="FAIRVIEW OAKS";
            ndx++;
            thetext[ndx]="Falcon Ridge At Haw Creek";
            thevalue[ndx]="Falcon Ridge at Haw Creek";
            ndx++;
            thetext[ndx]="Falconhurst";
            thevalue[ndx]="FALCONHURST";
            ndx++;
            thetext[ndx]="Fennerwood";
            thevalue[ndx]="FENNERWOOD";
            ndx++;
            thetext[ndx]="Fitzgerald";
            thevalue[ndx]="FITZGERALD";
            ndx++;
            thetext[ndx]="Forest Edge";
            thevalue[ndx]="FOREST EDGE";
            ndx++;
            thetext[ndx]="Forest Lake";
            thevalue[ndx]="FOREST LAKE";
            ndx++;
            thetext[ndx]="Forest Lake Park";
            thevalue[ndx]="FOREST LAKE PARK";
            ndx++;
            thetext[ndx]="Foster Estates";
            thevalue[ndx]="FOSTER ESTATES";
            ndx++;
            thetext[ndx]="Fox Trails";
            thevalue[ndx]="FOX TRAILS";
            ndx++;
            thetext[ndx]="Foxfire";
            thevalue[ndx]="Foxfire";
            ndx++;
            thetext[ndx]="Foxfire Mountain Estates";
            thevalue[ndx]="FOXFIRE MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Foxjump Field";
            thevalue[ndx]="FOXJUMP FIELD";
            ndx++;
            thetext[ndx]="Foxwood Estates";
            thevalue[ndx]="FOXWOOD ESTATES";
            ndx++;
            thetext[ndx]="French Broad Terrace";
            thevalue[ndx]="French Broad Terrace";
            ndx++;
            thetext[ndx]="G. W. Whitson Heirs";
            thevalue[ndx]="G. W. Whitson Heirs";
            ndx++;
            thetext[ndx]="Galax Park";
            thevalue[ndx]="GALAX PARK";
            ndx++;
            thetext[ndx]="Gary Vance";
            thevalue[ndx]="GARY VANCE";
            ndx++;
            thetext[ndx]="Gaston Mountain";
            thevalue[ndx]="GASTON MOUNTAIN";
            ndx++;
            thetext[ndx]="Gay Green";
            thevalue[ndx]="GAY GREEN";
            ndx++;
            thetext[ndx]="Ge Crouch";
            thevalue[ndx]="GE CROUCH";
            ndx++;
            thetext[ndx]="Gerber Village";
            thevalue[ndx]="GERBER VILLAGE";
            ndx++;
            thetext[ndx]="Glen Arden Estates";
            thevalue[ndx]="GLEN ARDEN ESTATES";
            ndx++;
            thetext[ndx]="Glen Meadows";
            thevalue[ndx]="GLEN MEADOWS";
            ndx++;
            thetext[ndx]="Glen Merrill";
            thevalue[ndx]="GLEN MERRILL";
            ndx++;
            thetext[ndx]="Goldview Estates";
            thevalue[ndx]="GOLDVIEW ESTATES";
            ndx++;
            thetext[ndx]="Grace";
            thevalue[ndx]="GRACE";
            ndx++;
            thetext[ndx]="Gracelyn";
            thevalue[ndx]="GRACELYN";
            ndx++;
            thetext[ndx]="Grandview";
            thevalue[ndx]="GRANDVIEW";
            ndx++;
            thetext[ndx]="Green Meadows";
            thevalue[ndx]="GREEN MEADOWS";
            ndx++;
            thetext[ndx]="Greendale Heights";
            thevalue[ndx]="GREENDALE HEIGHTS";
            ndx++;
            thetext[ndx]="Greenwood Park";
            thevalue[ndx]="GREENWOOD PARK";
            ndx++;
            thetext[ndx]="Grove At Appeldoorn";
            thevalue[ndx]="GROVE AT APPELDOORN";
            ndx++;
            thetext[ndx]="Grove Park";
            thevalue[ndx]="GROVE PARK";
            ndx++;
            thetext[ndx]="Grove Park Cove";
            thevalue[ndx]="Grove Park Cove";
            ndx++;
            thetext[ndx]="Grovewood Park";
            thevalue[ndx]="GROVEWOOD PARK";
            ndx++;
            thetext[ndx]="Ha Brown Addition To Horne";
            thevalue[ndx]="HA BROWN ADDITION TO HORNE";
            ndx++;
            thetext[ndx]="Haiden Heights";
            thevalue[ndx]="HAIDEN HEIGHTS";
            ndx++;
            thetext[ndx]="Happy Valley";
            thevalue[ndx]="HAPPY VALLEY";
            ndx++;
            thetext[ndx]="Hark Knoll";
            thevalue[ndx]="Hark Knoll";
            ndx++;
            thetext[ndx]="Harmony";
            thevalue[ndx]="HARMONY";
            ndx++;
            thetext[ndx]="Haw Creek";
            thevalue[ndx]="HAW CREEK";
            ndx++;
            thetext[ndx]="Haw Creek Heights";
            thevalue[ndx]="HAW CREEK HEIGHTS";
            ndx++;
            thetext[ndx]="Haw Creek Villas";
            thevalue[ndx]="HAW CREEK VILLAS";
            ndx++;
            thetext[ndx]="Hawthorne";
            thevalue[ndx]="HAWTHORNE";
            ndx++;
            thetext[ndx]="Hazelwood";
            thevalue[ndx]="HAZELWOOD";
            ndx++;
            thetext[ndx]="Hazzard Heights";
            thevalue[ndx]="HAZZARD HEIGHTS";
            ndx++;
            thetext[ndx]="Hi Alta";
            thevalue[ndx]="HI ALTA";
            ndx++;
            thetext[ndx]="Hidden Pines";
            thevalue[ndx]="Hidden Pines";
            ndx++;
            thetext[ndx]="Hidden Valley Estates";
            thevalue[ndx]="HIDDEN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Hidden Valley Farms";
            thevalue[ndx]="HIDDEN VALLEY FARMS";
            ndx++;
            thetext[ndx]="High Valley Forest";
            thevalue[ndx]="HIGH VALLEY FOREST";
            ndx++;
            thetext[ndx]="Highland Gate";
            thevalue[ndx]="HIGHLAND GATE";
            ndx++;
            thetext[ndx]="Highland Green";
            thevalue[ndx]="HIGHLAND GREEN";
            ndx++;
            thetext[ndx]="Highland Meadows";
            thevalue[ndx]="HIGHLAND MEADOWS";
            ndx++;
            thetext[ndx]="Hills Of Beaverdam";
            thevalue[ndx]="HILLS OF BEAVERDAM";
            ndx++;
            thetext[ndx]="Hillside";
            thevalue[ndx]="HILLSIDE";
            ndx++;
            thetext[ndx]="Hillside Park";
            thevalue[ndx]="HILLSIDE PARK";
            ndx++;
            thetext[ndx]="Holly Hill";
            thevalue[ndx]="HOLLY HILL";
            ndx++;
            thetext[ndx]="Holly Ridge";
            thevalue[ndx]="HOLLY RIDGE";
            ndx++;
            thetext[ndx]="Hollybrook";
            thevalue[ndx]="HOLLYBROOK";
            ndx++;
            thetext[ndx]="Homeland Park";
            thevalue[ndx]="HOMELAND PARK";
            ndx++;
            thetext[ndx]="Honeysuckle Breeze";
            thevalue[ndx]="Honeysuckle Breeze";
            ndx++;
            thetext[ndx]="Horizon Hill";
            thevalue[ndx]="Horizon Hill";
            ndx++;
            thetext[ndx]="Horney Hayes";
            thevalue[ndx]="HORNEY HAYES";
            ndx++;
            thetext[ndx]="Horney Heights";
            thevalue[ndx]="HORNEY HEIGHTS";
            ndx++;
            thetext[ndx]="Horneyhurst";
            thevalue[ndx]="HORNEYHURST";
            ndx++;
            thetext[ndx]="Huntington Chase";
            thevalue[ndx]="HUNTINGTON CHASE";
            ndx++;
            thetext[ndx]="Huntington Park";
            thevalue[ndx]="HUNTINGTON PARK";
            ndx++;
            thetext[ndx]="Hy Vu Terrace";
            thevalue[ndx]="Hy Vu Terrace";
            ndx++;
            thetext[ndx]="Idora Place";
            thevalue[ndx]="IDORA PLACE";
            ndx++;
            thetext[ndx]="Imperial Woods";
            thevalue[ndx]="IMPERIAL WOODS";
            ndx++;
            thetext[ndx]="Indian Falls Estates";
            thevalue[ndx]="INDIAN FALLS ESTATES";
            ndx++;
            thetext[ndx]="Indian Falls Subdivision";
            thevalue[ndx]="Indian Falls Subdivision";
            ndx++;
            thetext[ndx]="J A Baker";
            thevalue[ndx]="J A BAKER";
            ndx++;
            thetext[ndx]="J E Carter Property";
            thevalue[ndx]="J E CARTER PROPERTY";
            ndx++;
            thetext[ndx]="Jackson Park";
            thevalue[ndx]="JACKSON PARK";
            ndx++;
            thetext[ndx]="Jackson View Estates";
            thevalue[ndx]="JACKSON VIEW ESTATES";
            ndx++;
            thetext[ndx]="Jacob Ridge";
            thevalue[ndx]="JACOB RIDGE";
            ndx++;
            thetext[ndx]="Jays Mountain";
            thevalue[ndx]="Jays Mountain";
            ndx++;
            thetext[ndx]="Jewell Acres";
            thevalue[ndx]="JEWELL ACRES";
            ndx++;
            thetext[ndx]="Julian Brookshire";
            thevalue[ndx]="JULIAN BROOKSHIRE";
            ndx++;
            thetext[ndx]="Juno Acres";
            thevalue[ndx]="JUNO ACRES";
            ndx++;
            thetext[ndx]="Ka-sar Woods";
            thevalue[ndx]="KA-SAR WOODS";
            ndx++;
            thetext[ndx]="Kenilworth";
            thevalue[ndx]="KENILWORTH";
            ndx++;
            thetext[ndx]="Kenilworth Forest";
            thevalue[ndx]="KENILWORTH FOREST";
            ndx++;
            thetext[ndx]="Kenwood";
            thevalue[ndx]="KENWOOD";
            ndx++;
            thetext[ndx]="Kersten Subdivision";
            thevalue[ndx]="KERSTEN SUBDIVISION";
            ndx++;
            thetext[ndx]="Keswick Hills";
            thevalue[ndx]="KESWICK HILLS";
            ndx++;
            thetext[ndx]="Kimberly";
            thevalue[ndx]="KIMBERLY";
            ndx++;
            thetext[ndx]="Kimberly Heights";
            thevalue[ndx]="KIMBERLY HEIGHTS";
            ndx++;
            thetext[ndx]="Kimberly Woods";
            thevalue[ndx]="KIMBERLY WOODS";
            ndx++;
            thetext[ndx]="Kirkland Estates";
            thevalue[ndx]="KIRKLAND ESTATES";
            ndx++;
            thetext[ndx]="Knollwood";
            thevalue[ndx]="KNOLLWOOD";
            ndx++;
            thetext[ndx]="Lake";
            thevalue[ndx]="LAKE";
            ndx++;
            thetext[ndx]="Lake Shore Hills";
            thevalue[ndx]="LAKE SHORE HILLS";
            ndx++;
            thetext[ndx]="Lake View Estates";
            thevalue[ndx]="LAKE VIEW ESTATES";
            ndx++;
            thetext[ndx]="Lake View Park";
            thevalue[ndx]="LAKE VIEW PARK";
            ndx++;
            thetext[ndx]="Lake View Terrace";
            thevalue[ndx]="LAKE VIEW TERRACE";
            ndx++;
            thetext[ndx]="Lakeshore";
            thevalue[ndx]="LAKESHORE";
            ndx++;
            thetext[ndx]="Lakeview Acres";
            thevalue[ndx]="LAKEVIEW ACRES";
            ndx++;
            thetext[ndx]="Lakeview Estates";
            thevalue[ndx]="LAKEVIEW ESTATES";
            ndx++;
            thetext[ndx]="Lakeview Park";
            thevalue[ndx]="LAKEVIEW PARK";
            ndx++;
            thetext[ndx]="Larchmont Park";
            thevalue[ndx]="LARCHMONT PARK";
            ndx++;
            thetext[ndx]="Laurel Creek";
            thevalue[ndx]="LAUREL CREEK";
            ndx++;
            thetext[ndx]="Laurel Ridge";
            thevalue[ndx]="LAUREL RIDGE";
            ndx++;
            thetext[ndx]="Laurel Terrace";
            thevalue[ndx]="Laurel Terrace";
            ndx++;
            thetext[ndx]="Laurelton Lane";
            thevalue[ndx]="LAURELTON LANE";
            ndx++;
            thetext[ndx]="Laurelwood";
            thevalue[ndx]="LAURELWOOD";
            ndx++;
            thetext[ndx]="Le An Hurst Park";
            thevalue[ndx]="LE AN HURST PARK";
            ndx++;
            thetext[ndx]="Le-an Hurst Park";
            thevalue[ndx]="LE-AN HURST PARK";
            ndx++;
            thetext[ndx]="Lees Creek Villas";
            thevalue[ndx]="LEES CREEK VILLAS";
            ndx++;
            thetext[ndx]="Lees Ridge";
            thevalue[ndx]="LEES RIDGE";
            ndx++;
            thetext[ndx]="Leicester Village";
            thevalue[ndx]="LEICESTER VILLAGE";
            ndx++;
            thetext[ndx]="Lenox Park";
            thevalue[ndx]="LENOX PARK";
            ndx++;
            thetext[ndx]="Lexington Lofts";
            thevalue[ndx]="LEXINGTON LOFTS";
            ndx++;
            thetext[ndx]="Lexington Station";
            thevalue[ndx]="LEXINGTON STATION";
            ndx++;
            thetext[ndx]="Liberty Park";
            thevalue[ndx]="LIBERTY PARK";
            ndx++;
            thetext[ndx]="Lincoln Park Extension";
            thevalue[ndx]="LINCOLN PARK EXTENSION";
            ndx++;
            thetext[ndx]="Linwood Park";
            thevalue[ndx]="LINWOOD PARK";
            ndx++;
            thetext[ndx]="Little Forest";
            thevalue[ndx]="LITTLE FOREST";
            ndx++;
            thetext[ndx]="Longchamps";
            thevalue[ndx]="LONGCHAMPS";
            ndx++;
            thetext[ndx]="Lookout Mountain";
            thevalue[ndx]="Lookout Mountain";
            ndx++;
            thetext[ndx]="Lookout Valley";
            thevalue[ndx]="LOOKOUT VALLEY";
            ndx++;
            thetext[ndx]="Lower Grassy Branch Cottages";
            thevalue[ndx]="LOWER GRASSY BRANCH COTTAGES";
            ndx++;
            thetext[ndx]="Lucerne Park";
            thevalue[ndx]="LUCERNE PARK";
            ndx++;
            thetext[ndx]="Magnolia Farms";
            thevalue[ndx]="MAGNOLIA FARMS";
            ndx++;
            thetext[ndx]="Malvern Hills";
            thevalue[ndx]="MALVERN HILLS";
            ndx++;
            thetext[ndx]="Maple Grove";
            thevalue[ndx]="MAPLE GROVE";
            ndx++;
            thetext[ndx]="Maple Wood Village";
            thevalue[ndx]="MAPLE WOOD VILLAGE";
            ndx++;
            thetext[ndx]="Mayfair Glen";
            thevalue[ndx]="MAYFAIR GLEN";
            ndx++;
            thetext[ndx]="Mckinnish Cove";
            thevalue[ndx]="MCKINNISH COVE";
            ndx++;
            thetext[ndx]="Meadowbrook";
            thevalue[ndx]="MEADOWBROOK";
            ndx++;
            thetext[ndx]="Merrills Chase";
            thevalue[ndx]="MERRILLS CHASE";
            ndx++;
            thetext[ndx]="Merrills Park";
            thevalue[ndx]="Merrills Park";
            ndx++;
            thetext[ndx]="Merrills Ridge";
            thevalue[ndx]="Merrills Ridge";
            ndx++;
            thetext[ndx]="Mill Creek Condominiums";
            thevalue[ndx]="MILL CREEK CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Mills Creek Condominiums";
            thevalue[ndx]="MILLS CREEK CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Millstone";
            thevalue[ndx]="MILLSTONE";
            ndx++;
            thetext[ndx]="Monroe Place";
            thevalue[ndx]="MONROE PLACE";
            ndx++;
            thetext[ndx]="Montford";
            thevalue[ndx]="MONTFORD";
            ndx++;
            thetext[ndx]="Montford - Cottage Park";
            thevalue[ndx]="MONTFORD - COTTAGE PARK";
            ndx++;
            thetext[ndx]="Montford Hills";
            thevalue[ndx]="MONTFORD HILLS";
            ndx++;
            thetext[ndx]="Montford/arborvale Park";
            thevalue[ndx]="MONTFORD/ARBORVALE PARK";
            ndx++;
            thetext[ndx]="Montview Acres";
            thevalue[ndx]="Montview Acres";
            ndx++;
            thetext[ndx]="Montview Gardens";
            thevalue[ndx]="MONTVIEW GARDENS";
            ndx++;
            thetext[ndx]="Morningside Park";
            thevalue[ndx]="MORNINGSIDE PARK";
            ndx++;
            thetext[ndx]="Mosers Place";
            thevalue[ndx]="MOSERS PLACE";
            ndx++;
            thetext[ndx]="Mount Carmel Acres";
            thevalue[ndx]="MOUNT CARMEL ACRES";
            ndx++;
            thetext[ndx]="Mount Carmel Estates";
            thevalue[ndx]="MOUNT CARMEL ESTATES";
            ndx++;
            thetext[ndx]="Mountain Brook";
            thevalue[ndx]="MOUNTAIN BROOK";
            ndx++;
            thetext[ndx]="Mountain Living";
            thevalue[ndx]="MOUNTAIN LIVING";
            ndx++;
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="MOUNTAIN MEADOWS";
            ndx++;
            thetext[ndx]="Mountain View";
            thevalue[ndx]="MOUNTAIN VIEW";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="Mountain View Park";
            thevalue[ndx]="MOUNTAIN VIEW PARK";
            ndx++;
            thetext[ndx]="Mountainbrook";
            thevalue[ndx]="Mountainbrook";
            ndx++;
            thetext[ndx]="Mountview Gardens";
            thevalue[ndx]="MOUNTVIEW GARDENS";
            ndx++;
            thetext[ndx]="Mt. Carmel Village";
            thevalue[ndx]="MT. CARMEL VILLAGE";
            ndx++;
            thetext[ndx]="Mtn View Mobile Home Villa";
            thevalue[ndx]="MTN VIEW MOBILE HOME VILLA";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="North Asheville Estates";
            thevalue[ndx]="NORTH ASHEVILLE ESTATES";
            ndx++;
            thetext[ndx]="North Ridge Estates";
            thevalue[ndx]="NORTH RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Northbrook Place";
            thevalue[ndx]="NORTHBROOK PLACE";
            ndx++;
            thetext[ndx]="Northridge";
            thevalue[ndx]="NORTHRIDGE";
            ndx++;
            thetext[ndx]="Northside  Estates";
            thevalue[ndx]="NORTHSIDE  ESTATES";
            ndx++;
            thetext[ndx]="Northside Estates";
            thevalue[ndx]="NORTHSIDE ESTATES";
            ndx++;
            thetext[ndx]="Northside Terrace";
            thevalue[ndx]="Northside Terrace";
            ndx++;
            thetext[ndx]="Norwood Park";
            thevalue[ndx]="NORWOOD PARK";
            ndx++;
            thetext[ndx]="Not";
            thevalue[ndx]="NOT";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="Not-in Subdivision";
            ndx++;
            thetext[ndx]="Oak Forest";
            thevalue[ndx]="OAK FOREST";
            ndx++;
            thetext[ndx]="Oak Hollow";
            thevalue[ndx]="OAK HOLLOW";
            ndx++;
            thetext[ndx]="Oak Park";
            thevalue[ndx]="OAK PARK";
            ndx++;
            thetext[ndx]="Oak Ridge Villas";
            thevalue[ndx]="OAK RIDGE VILLAS";
            ndx++;
            thetext[ndx]="Oak Terrace";
            thevalue[ndx]="OAK TERRACE";
            ndx++;
            thetext[ndx]="Oakcrest Village";
            thevalue[ndx]="OAKCREST VILLAGE";
            ndx++;
            thetext[ndx]="Oakhurst";
            thevalue[ndx]="OAKHURST";
            ndx++;
            thetext[ndx]="Oakley";
            thevalue[ndx]="OAKLEY";
            ndx++;
            thetext[ndx]="Oakmont";
            thevalue[ndx]="OAKMONT";
            ndx++;
            thetext[ndx]="Oakview Hills";
            thevalue[ndx]="Oakview Hills";
            ndx++;
            thetext[ndx]="Old Pennys Bldg. Condominiums";
            thevalue[ndx]="OLD PENNYS BLDG. CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Olivette Acres";
            thevalue[ndx]="OLIVETTE ACRES";
            ndx++;
            thetext[ndx]="Orchard Ridge Estates";
            thevalue[ndx]="ORCHARD RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Oxford Place";
            thevalue[ndx]="OXFORD PLACE";
            ndx++;
            thetext[ndx]="Park Avenue";
            thevalue[ndx]="PARK AVENUE";
            ndx++;
            thetext[ndx]="Parkwary Forest";
            thevalue[ndx]="PARKWARY FOREST";
            ndx++;
            thetext[ndx]="Parkway Forest";
            thevalue[ndx]="PARKWAY FOREST";
            ndx++;
            thetext[ndx]="Parkway Vista";
            thevalue[ndx]="PARKWAY VISTA";
            ndx++;
            thetext[ndx]="Patton Woods";
            thevalue[ndx]="Patton Woods";
            ndx++;
            thetext[ndx]="Paul Kersten";
            thevalue[ndx]="PAUL KERSTEN";
            ndx++;
            thetext[ndx]="Peach Knob Meadows";
            thevalue[ndx]="PEACH KNOB MEADOWS";
            ndx++;
            thetext[ndx]="Pebble Creek";
            thevalue[ndx]="PEBBLE CREEK";
            ndx++;
            thetext[ndx]="Pinchot Forest";
            thevalue[ndx]="Pinchot Forest";
            ndx++;
            thetext[ndx]="Pine Burr Park";
            thevalue[ndx]="PINE BURR PARK";
            ndx++;
            thetext[ndx]="Pine Cliff";
            thevalue[ndx]="PINE CLIFF";
            ndx++;
            thetext[ndx]="Pine Cliff Villas";
            thevalue[ndx]="PINE CLIFF VILLAS";
            ndx++;
            thetext[ndx]="Pine Grove Land Company";
            thevalue[ndx]="PINE GROVE LAND COMPANY";
            ndx++;
            thetext[ndx]="Pinebrook Farms";
            thevalue[ndx]="PINEBROOK FARMS";
            ndx++;
            thetext[ndx]="Pinehurst Park";
            thevalue[ndx]="PINEHURST PARK";
            ndx++;
            thetext[ndx]="Pinners Cove";
            thevalue[ndx]="PINNERS COVE";
            ndx++;
            thetext[ndx]="Pinners Ridge";
            thevalue[ndx]="Pinners Ridge";
            ndx++;
            thetext[ndx]="Pioneer Trails";
            thevalue[ndx]="PIONEER TRAILS";
            ndx++;
            thetext[ndx]="Pisgah Heights";
            thevalue[ndx]="PISGAH HEIGHTS";
            ndx++;
            thetext[ndx]="Plowing Rock";
            thevalue[ndx]="PLOWING ROCK";
            ndx++;
            thetext[ndx]="Poplar Creek";
            thevalue[ndx]="POPLAR CREEK";
            ndx++;
            thetext[ndx]="Poplar Ridge";
            thevalue[ndx]="POPLAR RIDGE";
            ndx++;
            thetext[ndx]="Prospect Park";
            thevalue[ndx]="PROSPECT PARK";
            ndx++;
            thetext[ndx]="Prospect Terrace";
            thevalue[ndx]="PROSPECT TERRACE";
            ndx++;
            thetext[ndx]="Quail Cove";
            thevalue[ndx]="QUAIL COVE";
            ndx++;
            thetext[ndx]="Racquet Club Village";
            thevalue[ndx]="RACQUET CLUB VILLAGE";
            ndx++;
            thetext[ndx]="Ramble Biltmore Forest";
            thevalue[ndx]="RAMBLE BILTMORE FOREST";
            ndx++;
            thetext[ndx]="Ramsey Run";
            thevalue[ndx]="RAMSEY RUN";
            ndx++;
            thetext[ndx]="Rathfarnham";
            thevalue[ndx]="RATHFARNHAM";
            ndx++;
            thetext[ndx]="Ravencroft";
            thevalue[ndx]="RAVENCROFT";
            ndx++;
            thetext[ndx]="Ravencroft Condominiums";
            thevalue[ndx]="RAVENCROFT CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Red River";
            thevalue[ndx]="RED RIVER";
            ndx++;
            thetext[ndx]="Redwood Forest";
            thevalue[ndx]="REDWOOD FOREST";
            ndx++;
            thetext[ndx]="Residences At Biltmore";
            thevalue[ndx]="RESIDENCES AT BILTMORE";
            ndx++;
            thetext[ndx]="Residences At Rockcliff Ridge";
            thevalue[ndx]="Residences at Rockcliff Ridge";
            ndx++;
            thetext[ndx]="Reynolds Mountain";
            thevalue[ndx]="REYNOLDS MOUNTAIN";
            ndx++;
            thetext[ndx]="Reynolds Park";
            thevalue[ndx]="REYNOLDS PARK";
            ndx++;
            thetext[ndx]="Rhododendron Heights";
            thevalue[ndx]="RHODODENDRON HEIGHTS";
            ndx++;
            thetext[ndx]="Rice Knob Heights";
            thevalue[ndx]="Rice Knob Heights";
            ndx++;
            thetext[ndx]="Riceville East";
            thevalue[ndx]="RICEVILLE EAST";
            ndx++;
            thetext[ndx]="Riceville Forest";
            thevalue[ndx]="RICEVILLE FOREST";
            ndx++;
            thetext[ndx]="Riceville Meadows";
            thevalue[ndx]="RICEVILLE MEADOWS";
            ndx++;
            thetext[ndx]="Richland Acres";
            thevalue[ndx]="Richland Acres";
            ndx++;
            thetext[ndx]="Richmond Hill Park";
            thevalue[ndx]="RICHMOND HILL PARK";
            ndx++;
            thetext[ndx]="Ridgelawn";
            thevalue[ndx]="RIDGELAWN";
            ndx++;
            thetext[ndx]="Ridgeview Estates";
            thevalue[ndx]="RIDGEVIEW ESTATES";
            ndx++;
            thetext[ndx]="River Run";
            thevalue[ndx]="RIVER RUN";
            ndx++;
            thetext[ndx]="Riverbend Urban Village";
            thevalue[ndx]="Riverbend Urban Village";
            ndx++;
            thetext[ndx]="Riverknoll";
            thevalue[ndx]="RIVERKNOLL";
            ndx++;
            thetext[ndx]="Riverview";
            thevalue[ndx]="RIVERVIEW";
            ndx++;
            thetext[ndx]="Robinhood Villas";
            thevalue[ndx]="ROBINHOOD VILLAS";
            ndx++;
            thetext[ndx]="Robinwood";
            thevalue[ndx]="ROBINWOOD";
            ndx++;
            thetext[ndx]="Rock Springs";
            thevalue[ndx]="ROCK SPRINGS";
            ndx++;
            thetext[ndx]="Rolling Green";
            thevalue[ndx]="ROLLING GREEN";
            ndx++;
            thetext[ndx]="Rolling Oaks";
            thevalue[ndx]="ROLLING OAKS";
            ndx++;
            thetext[ndx]="Rolling Oaks Estates";
            thevalue[ndx]="ROLLING OAKS ESTATES";
            ndx++;
            thetext[ndx]="Rollingwoods Estates";
            thevalue[ndx]="ROLLINGWOODS ESTATES";
            ndx++;
            thetext[ndx]="Roosevelt Park";
            thevalue[ndx]="ROOSEVELT PARK";
            ndx++;
            thetext[ndx]="Rosemont";
            thevalue[ndx]="ROSEMONT";
            ndx++;
            thetext[ndx]="Rosy Hills";
            thevalue[ndx]="Rosy Hills";
            ndx++;
            thetext[ndx]="Royal Heights";
            thevalue[ndx]="Royal Heights";
            ndx++;
            thetext[ndx]="Royal Pines";
            thevalue[ndx]="ROYAL PINES";
            ndx++;
            thetext[ndx]="Royal Pines Village";
            thevalue[ndx]="ROYAL PINES VILLAGE";
            ndx++;
            thetext[ndx]="Saddle Ridge";
            thevalue[ndx]="SADDLE RIDGE";
            ndx++;
            thetext[ndx]="Sahalee";
            thevalue[ndx]="SAHALEE";
            ndx++;
            thetext[ndx]="Sayles Village";
            thevalue[ndx]="SAYLES VILLAGE";
            ndx++;
            thetext[ndx]="Scenic Bluff";
            thevalue[ndx]="SCENIC BLUFF";
            ndx++;
            thetext[ndx]="Scenic View Terrace";
            thevalue[ndx]="SCENIC VIEW TERRACE";
            ndx++;
            thetext[ndx]="Scott Mountain";
            thevalue[ndx]="SCOTT MOUNTAIN";
            ndx++;
            thetext[ndx]="Serenity";
            thevalue[ndx]="SERENITY";
            ndx++;
            thetext[ndx]="Serenity Forest";
            thevalue[ndx]="SERENITY FOREST";
            ndx++;
            thetext[ndx]="Shadow Oaks";
            thevalue[ndx]="SHADOW OAKS";
            ndx++;
            thetext[ndx]="Sharon Cove";
            thevalue[ndx]="SHARON COVE";
            ndx++;
            thetext[ndx]="Sherwood Heights";
            thevalue[ndx]="SHERWOOD HEIGHTS";
            ndx++;
            thetext[ndx]="Sherwood Heights East";
            thevalue[ndx]="Sherwood Heights East";
            ndx++;
            thetext[ndx]="Sherwood Heights/lakeview Park";
            thevalue[ndx]="SHERWOOD HEIGHTS/LAKEVIEW PARK";
            ndx++;
            thetext[ndx]="Shiloh";
            thevalue[ndx]="SHILOH";
            ndx++;
            thetext[ndx]="Shope Creek Estates";
            thevalue[ndx]="Shope Creek Estates";
            ndx++;
            thetext[ndx]="Silverstone";
            thevalue[ndx]="SILVERSTONE";
            ndx++;
            thetext[ndx]="Sky Harbor";
            thevalue[ndx]="SKY HARBOR";
            ndx++;
            thetext[ndx]="Skyland Knoll";
            thevalue[ndx]="SKYLAND KNOLL";
            ndx++;
            thetext[ndx]="Skyland Springs";
            thevalue[ndx]="SKYLAND SPRINGS";
            ndx++;
            thetext[ndx]="Skyloft Asheville";
            thevalue[ndx]="SKYLOFT ASHEVILLE";
            ndx++;
            thetext[ndx]="Skyview";
            thevalue[ndx]="Skyview";
            ndx++;
            thetext[ndx]="Smith Lands";
            thevalue[ndx]="SMITH LANDS";
            ndx++;
            thetext[ndx]="Sondley";
            thevalue[ndx]="SONDLEY";
            ndx++;
            thetext[ndx]="Sondley Estates";
            thevalue[ndx]="SONDLEY ESTATES";
            ndx++;
            thetext[ndx]="South Down Fields";
            thevalue[ndx]="SOUTH DOWN FIELDS";
            ndx++;
            thetext[ndx]="South Oaks";
            thevalue[ndx]="SOUTH OAKS";
            ndx++;
            thetext[ndx]="South Village Condominiums";
            thevalue[ndx]="SOUTH VILLAGE CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Southcliff";
            thevalue[ndx]="SOUTHCLIFF";
            ndx++;
            thetext[ndx]="Southside Estates";
            thevalue[ndx]="Southside Estates";
            ndx++;
            thetext[ndx]="Southside Village";
            thevalue[ndx]="SOUTHSIDE VILLAGE";
            ndx++;
            thetext[ndx]="Southwicke Estates";
            thevalue[ndx]="SOUTHWICKE ESTATES";
            ndx++;
            thetext[ndx]="Spanish Oaks";
            thevalue[ndx]="SPANISH OAKS";
            ndx++;
            thetext[ndx]="Spivey''s View";
            thevalue[ndx]="SPIVEY''S VIEW";
            ndx++;
            thetext[ndx]="Spiveys View";
            thevalue[ndx]="SPIVEYS VIEW";
            ndx++;
            thetext[ndx]="Springbrook Woods";
            thevalue[ndx]="SPRINGBROOK WOODS";
            ndx++;
            thetext[ndx]="Springside Forest";
            thevalue[ndx]="SPRINGSIDE FOREST";
            ndx++;
            thetext[ndx]="Springside Park";
            thevalue[ndx]="SPRINGSIDE PARK";
            ndx++;
            thetext[ndx]="Springtime";
            thevalue[ndx]="Springtime";
            ndx++;
            thetext[ndx]="Starnes Cove";
            thevalue[ndx]="Starnes Cove";
            ndx++;
            thetext[ndx]="Statford Forest";
            thevalue[ndx]="STATFORD FOREST";
            ndx++;
            thetext[ndx]="Stockwood";
            thevalue[ndx]="STOCKWOOD";
            ndx++;
            thetext[ndx]="Stonebridge";
            thevalue[ndx]="STONEBRIDGE";
            ndx++;
            thetext[ndx]="Stoneybrook";
            thevalue[ndx]="STONEYBROOK";
            ndx++;
            thetext[ndx]="Stradley Mountain Park";
            thevalue[ndx]="STRADLEY MOUNTAIN PARK";
            ndx++;
            thetext[ndx]="Stratford Heights";
            thevalue[ndx]="STRATFORD HEIGHTS";
            ndx++;
            thetext[ndx]="Sulfur Springs Park";
            thevalue[ndx]="SULFUR SPRINGS PARK";
            ndx++;
            thetext[ndx]="Sulphur Springs Park";
            thevalue[ndx]="Sulphur Springs Park";
            ndx++;
            thetext[ndx]="Sunny Ridge";
            thevalue[ndx]="SUNNY RIDGE";
            ndx++;
            thetext[ndx]="Sunset Hills";
            thevalue[ndx]="Sunset Hills";
            ndx++;
            thetext[ndx]="Sunset Mountain";
            thevalue[ndx]="SUNSET MOUNTAIN";
            ndx++;
            thetext[ndx]="Sunset Park";
            thevalue[ndx]="SUNSET PARK";
            ndx++;
            thetext[ndx]="Sunset Park - Ash";
            thevalue[ndx]="SUNSET PARK - ASH";
            ndx++;
            thetext[ndx]="Sunset Ridge";
            thevalue[ndx]="SUNSET RIDGE";
            ndx++;
            thetext[ndx]="Swannanoa Hills";
            thevalue[ndx]="SWANNANOA HILLS";
            ndx++;
            thetext[ndx]="Sweetbriar Grove";
            thevalue[ndx]="SWEETBRIAR GROVE";
            ndx++;
            thetext[ndx]="T And T";
            thevalue[ndx]="T AND T";
            ndx++;
            thetext[ndx]="T.j. Brookshire";
            thevalue[ndx]="T.J. BROOKSHIRE";
            ndx++;
            thetext[ndx]="Teemsdale";
            thevalue[ndx]="TEEMSDALE";
            ndx++;
            thetext[ndx]="The Cliffs";
            thevalue[ndx]="THE CLIFFS";
            ndx++;
            thetext[ndx]="The Cliffs At Walnut Cove";
            thevalue[ndx]="THE CLIFFS AT WALNUT COVE";
            ndx++;
            thetext[ndx]="The Colony";
            thevalue[ndx]="THE COLONY";
            ndx++;
            thetext[ndx]="The Colony Condos";
            thevalue[ndx]="THE COLONY CONDOS";
            ndx++;
            thetext[ndx]="The Commons At Nancy Street";
            thevalue[ndx]="THE COMMONS AT NANCY STREET";
            ndx++;
            thetext[ndx]="The Fitzgerald";
            thevalue[ndx]="THE FITZGERALD";
            ndx++;
            thetext[ndx]="The Forest";
            thevalue[ndx]="THE FOREST";
            ndx++;
            thetext[ndx]="The Grove At Haw Creek";
            thevalue[ndx]="THE GROVE AT HAW CREEK";
            ndx++;
            thetext[ndx]="The Highlands Of Beaverdam";
            thevalue[ndx]="THE HIGHLANDS OF BEAVERDAM";
            ndx++;
            thetext[ndx]="The Knolls";
            thevalue[ndx]="THE KNOLLS";
            ndx++;
            thetext[ndx]="The Midlands";
            thevalue[ndx]="THE MIDLANDS";
            ndx++;
            thetext[ndx]="The Oaks";
            thevalue[ndx]="THE OAKS";
            ndx++;
            thetext[ndx]="The Pioneer Building";
            thevalue[ndx]="THE PIONEER BUILDING";
            ndx++;
            thetext[ndx]="The Residence 151";
            thevalue[ndx]="THE RESIDENCE 151";
            ndx++;
            thetext[ndx]="The River";
            thevalue[ndx]="THE RIVER";
            ndx++;
            thetext[ndx]="The Springs Of North Asheville";
            thevalue[ndx]="THE SPRINGS OF NORTH ASHEVILLE";
            ndx++;
            thetext[ndx]="The Timbers";
            thevalue[ndx]="THE TIMBERS";
            ndx++;
            thetext[ndx]="The Views Of Asheville";
            thevalue[ndx]="THE VIEWS OF ASHEVILLE";
            ndx++;
            thetext[ndx]="The Village On Haywood Road";
            thevalue[ndx]="THE VILLAGE ON HAYWOOD ROAD";
            ndx++;
            thetext[ndx]="The Villages At Crest Mountain";
            thevalue[ndx]="THE VILLAGES AT CREST MOUNTAIN";
            ndx++;
            thetext[ndx]="The Wildes At Chunns Cove";
            thevalue[ndx]="THE WILDES AT CHUNNS COVE";
            ndx++;
            thetext[ndx]="The Woods";
            thevalue[ndx]="THE WOODS";
            ndx++;
            thetext[ndx]="Thoms Estate";
            thevalue[ndx]="THOMS ESTATE";
            ndx++;
            thetext[ndx]="Thornridge";
            thevalue[ndx]="THORNRIDGE";
            ndx++;
            thetext[ndx]="Timber Crest";
            thevalue[ndx]="TIMBER CREST";
            ndx++;
            thetext[ndx]="Timothy J. Galloway";
            thevalue[ndx]="TIMOTHY J. GALLOWAY";
            ndx++;
            thetext[ndx]="Tiny Farms";
            thevalue[ndx]="TINY FARMS";
            ndx++;
            thetext[ndx]="Town And Country Estates";
            thevalue[ndx]="TOWN AND COUNTRY ESTATES";
            ndx++;
            thetext[ndx]="Town Mountain";
            thevalue[ndx]="TOWN MOUNTAIN";
            ndx++;
            thetext[ndx]="Town Mountain Estates";
            thevalue[ndx]="TOWN MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Town Mtn Estates";
            thevalue[ndx]="Town Mtn Estates";
            ndx++;
            thetext[ndx]="Trail Ridge";
            thevalue[ndx]="TRAIL RIDGE";
            ndx++;
            thetext[ndx]="Trappers Run";
            thevalue[ndx]="TRAPPERS RUN";
            ndx++;
            thetext[ndx]="Treetops";
            thevalue[ndx]="TREETOPS";
            ndx++;
            thetext[ndx]="Trinity Chapel";
            thevalue[ndx]="TRINITY CHAPEL";
            ndx++;
            thetext[ndx]="Twin Springs";
            thevalue[ndx]="TWIN SPRINGS";
            ndx++;
            thetext[ndx]="Under The Blue Ridge";
            thevalue[ndx]="UNDER THE BLUE RIDGE";
            ndx++;
            thetext[ndx]="University Terrace Iii";
            thevalue[ndx]="UNIVERSITY TERRACE III";
            ndx++;
            thetext[ndx]="Vance Gap Forest";
            thevalue[ndx]="Vance Gap Forest";
            ndx++;
            thetext[ndx]="Vance Gap Forest Estates";
            thevalue[ndx]="Vance Gap Forest Estates";
            ndx++;
            thetext[ndx]="Versant";
            thevalue[ndx]="Versant";
            ndx++;
            thetext[ndx]="Viewpointe";
            thevalue[ndx]="VIEWPOINTE";
            ndx++;
            thetext[ndx]="Villa Heights";
            thevalue[ndx]="VILLA HEIGHTS";
            ndx++;
            thetext[ndx]="Village Creek West";
            thevalue[ndx]="VILLAGE CREEK WEST";
            ndx++;
            thetext[ndx]="Village East";
            thevalue[ndx]="VILLAGE EAST";
            ndx++;
            thetext[ndx]="Village Greens";
            thevalue[ndx]="VILLAGE GREENS";
            ndx++;
            thetext[ndx]="Village Of Country Creek";
            thevalue[ndx]="VILLAGE OF COUNTRY CREEK";
            ndx++;
            thetext[ndx]="Village Park";
            thevalue[ndx]="VILLAGE PARK";
            ndx++;
            thetext[ndx]="Vistas Of Westfield";
            thevalue[ndx]="VISTAS OF WESTFIELD";
            ndx++;
            thetext[ndx]="W.  Asheville";
            thevalue[ndx]="W.  ASHEVILLE";
            ndx++;
            thetext[ndx]="W. Asheville Estates";
            thevalue[ndx]="W. ASHEVILLE ESTATES";
            ndx++;
            thetext[ndx]="W. Asheville Heights";
            thevalue[ndx]="W. ASHEVILLE HEIGHTS";
            ndx++;
            thetext[ndx]="Walnut Grove Plantation";
            thevalue[ndx]="WALNUT GROVE PLANTATION";
            ndx++;
            thetext[ndx]="Walsh Trace";
            thevalue[ndx]="WALSH TRACE";
            ndx++;
            thetext[ndx]="Waterstone Place";
            thevalue[ndx]="WATERSTONE PLACE";
            ndx++;
            thetext[ndx]="Webb Cove";
            thevalue[ndx]="WEBB COVE";
            ndx++;
            thetext[ndx]="West Asheville";
            thevalue[ndx]="WEST ASHEVILLE";
            ndx++;
            thetext[ndx]="West Pointe At Crowell Farms";
            thevalue[ndx]="WEST POINTE AT CROWELL FARMS";
            ndx++;
            thetext[ndx]="Westland";
            thevalue[ndx]="WESTLAND";
            ndx++;
            thetext[ndx]="Westmont";
            thevalue[ndx]="WESTMONT";
            ndx++;
            thetext[ndx]="Weston Heights";
            thevalue[ndx]="WESTON HEIGHTS";
            ndx++;
            thetext[ndx]="Westwood";
            thevalue[ndx]="WESTWOOD";
            ndx++;
            thetext[ndx]="Westwood Acres";
            thevalue[ndx]="WESTWOOD ACRES";
            ndx++;
            thetext[ndx]="Whispering Creek";
            thevalue[ndx]="Whispering Creek";
            ndx++;
            thetext[ndx]="Whispering Pines Estates";
            thevalue[ndx]="WHISPERING PINES ESTATES";
            ndx++;
            thetext[ndx]="Whispering Woods Estates";
            thevalue[ndx]="WHISPERING WOODS ESTATES";
            ndx++;
            thetext[ndx]="White Oak Ridge";
            thevalue[ndx]="WHITE OAK RIDGE";
            ndx++;
            thetext[ndx]="Wild Turkey Run";
            thevalue[ndx]="WILD TURKEY RUN";
            ndx++;
            thetext[ndx]="Wildcat Cliffs";
            thevalue[ndx]="Wildcat Cliffs";
            ndx++;
            thetext[ndx]="Wildwood";
            thevalue[ndx]="WILDWOOD";
            ndx++;
            thetext[ndx]="Willoughby Run";
            thevalue[ndx]="WILLOUGHBY RUN";
            ndx++;
            thetext[ndx]="Willow Arbor";
            thevalue[ndx]="WILLOW ARBOR";
            ndx++;
            thetext[ndx]="Willow Brook";
            thevalue[ndx]="Willow Brook";
            ndx++;
            thetext[ndx]="Willow Creek";
            thevalue[ndx]="WILLOW CREEK";
            ndx++;
            thetext[ndx]="Willow Creek Village";
            thevalue[ndx]="WILLOW CREEK VILLAGE";
            ndx++;
            thetext[ndx]="Willow Oak";
            thevalue[ndx]="Willow Oak";
            ndx++;
            thetext[ndx]="Wilshire Park";
            thevalue[ndx]="WILSHIRE PARK";
            ndx++;
            thetext[ndx]="Wilson Creek";
            thevalue[ndx]="WILSON CREEK";
            ndx++;
            thetext[ndx]="Wind In The Oaks";
            thevalue[ndx]="WIND IN THE OAKS";
            ndx++;
            thetext[ndx]="Winding Ridge";
            thevalue[ndx]="Winding Ridge";
            ndx++;
            thetext[ndx]="Windsor Park";
            thevalue[ndx]="WINDSOR PARK";
            ndx++;
            thetext[ndx]="Windswept Acres";
            thevalue[ndx]="WINDSWEPT ACRES";
            ndx++;
            thetext[ndx]="Windswept Views";
            thevalue[ndx]="WINDSWEPT VIEWS";
            ndx++;
            thetext[ndx]="Windy Hill Farms";
            thevalue[ndx]="WINDY HILL FARMS";
            ndx++;
            thetext[ndx]="Witchwood Acres";
            thevalue[ndx]="WITCHWOOD ACRES";
            ndx++;
            thetext[ndx]="Wolf Park";
            thevalue[ndx]="WOLF PARK";
            ndx++;
            thetext[ndx]="Woodfield Condos";
            thevalue[ndx]="WOODFIELD CONDOS";
            ndx++;
            thetext[ndx]="Woodfin Manor";
            thevalue[ndx]="WOODFIN MANOR";
            ndx++;
            thetext[ndx]="Woodland Acres";
            thevalue[ndx]="WOODLAND ACRES";
            ndx++;
            thetext[ndx]="Woodland Heights";
            thevalue[ndx]="WOODLAND HEIGHTS";
            ndx++;
            thetext[ndx]="Woodland Hills";
            thevalue[ndx]="WOODLAND HILLS";
            ndx++;
            thetext[ndx]="Woodside Hills";
            thevalue[ndx]="WOODSIDE HILLS";
            ndx++;
            thetext[ndx]="Woolsey";
            thevalue[ndx]="WOOLSEY";
            ndx++;
            thetext[ndx]="Wyntree";
            thevalue[ndx]="WYNTREE";
            ndx++;
            thetext[ndx]="Zephyr Hills";
            thevalue[ndx]="ZEPHYR HILLS";
            ndx++;
            thetext[ndx]="Zona Lofts";
            thevalue[ndx]="ZONA LOFTS";
            ndx++;
            thetext[ndx]="|";
            thevalue[ndx]="|";
            ndx++;
      break;
   case "Buncombe - Balsam":
            thetext[ndx]="Abbeys Cove";
            thevalue[ndx]="ABBEYS COVE";
            ndx++;
            thetext[ndx]="Amber Glen";
            thevalue[ndx]="Amber Glen";
            ndx++;
            thetext[ndx]="Antler Springs";
            thevalue[ndx]="ANTLER SPRINGS";
            ndx++;
            thetext[ndx]="Apple Tree Estates";
            thevalue[ndx]="Apple Tree Estates";
            ndx++;
            thetext[ndx]="Arborwood Trails";
            thevalue[ndx]="ARBORWOOD TRAILS";
            ndx++;
            thetext[ndx]="Azalea Estates";
            thevalue[ndx]="AZALEA ESTATES";
            ndx++;
      break;
   case "Buncombe - Balsam Grove":
            thetext[ndx]="Addison Creek";
            thevalue[ndx]="ADDISON CREEK";
            ndx++;
      break;
   case "Buncombe - Banner Elk":
            thetext[ndx]="Apline Mountain";
            thevalue[ndx]="APLINE MOUNTAIN";
            ndx++;
      break;
   case "Buncombe - Barnardsville":
            thetext[ndx]="Countryside";
            thevalue[ndx]="COUNTRYSIDE";
            ndx++;
            thetext[ndx]="Countryside Estates";
            thevalue[ndx]="COUNTRYSIDE ESTATES";
            ndx++;
            thetext[ndx]="Cove Springs";
            thevalue[ndx]="Cove Springs";
            ndx++;
            thetext[ndx]="Green Ridge Falls";
            thevalue[ndx]="Green Ridge Falls";
            ndx++;
            thetext[ndx]="Greenridge Falls";
            thevalue[ndx]="Greenridge Falls";
            ndx++;
            thetext[ndx]="Horseshoe Ridge";
            thevalue[ndx]="HORSESHOE RIDGE";
            ndx++;
            thetext[ndx]="Ivy River";
            thevalue[ndx]="IVY RIVER";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Sugarhill Estates";
            thevalue[ndx]="Sugarhill Estates";
            ndx++;
            thetext[ndx]="Wildcat Knob";
            thevalue[ndx]="WILDCAT KNOB";
            ndx++;
      break;
   case "Buncombe - Bat Cave":
            thetext[ndx]="Amber Knoll";
            thevalue[ndx]="AMBER KNOLL";
            ndx++;
            thetext[ndx]="Anthony Porto";
            thevalue[ndx]="ANTHONY PORTO";
            ndx++;
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="Woodcliff Resort";
            ndx++;
            thetext[ndx]="Woodcliff Resort Porperty";
            thevalue[ndx]="WOODCLIFF RESORT PORPERTY";
            ndx++;
            thetext[ndx]="Woodcliff Resort Property";
            thevalue[ndx]="WOODCLIFF RESORT PROPERTY";
            ndx++;
      break;
   case "Buncombe - Beaverdam":
            thetext[ndx]="Mystic Cove";
            thevalue[ndx]="MYSTIC COVE";
            ndx++;
      break;
   case "Buncombe - Biltmore Forest":
            thetext[ndx]="Biltmore Commons";
            thevalue[ndx]="BILTMORE COMMONS";
            ndx++;
            thetext[ndx]="Biltmore Forest";
            thevalue[ndx]="BILTMORE FOREST";
            ndx++;
            thetext[ndx]="Ramble Biltmore Forest";
            thevalue[ndx]="RAMBLE BILTMORE FOREST";
            ndx++;
      break;
   case "Buncombe - Biltmore Lake":
            thetext[ndx]="Airport/i-26";
            thevalue[ndx]="AIRPORT/I-26";
            ndx++;
            thetext[ndx]="Alpine Meadows";
            thevalue[ndx]="ALPINE MEADOWS";
            ndx++;
            thetext[ndx]="Amber Ranches";
            thevalue[ndx]="AMBER RANCHES";
            ndx++;
            thetext[ndx]="Ashewood";
            thevalue[ndx]="Ashewood";
            ndx++;
            thetext[ndx]="Biltmore Lake";
            thevalue[ndx]="BILTMORE LAKE";
            ndx++;
            thetext[ndx]="Cedar Rock At Biltmore Lake";
            thevalue[ndx]="CEDAR ROCK AT BILTMORE LAKE";
            ndx++;
            thetext[ndx]="Cherry Blossom Cove";
            thevalue[ndx]="CHERRY BLOSSOM COVE";
            ndx++;
            thetext[ndx]="Mountain View";
            thevalue[ndx]="MOUNTAIN VIEW";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
      break;
   case "Buncombe - Black Mountain":
            thetext[ndx]="Allen Heights";
            thevalue[ndx]="Allen Heights";
            ndx++;
            thetext[ndx]="Allen Mountain Ridge";
            thevalue[ndx]="Allen Mountain Ridge";
            ndx++;
            thetext[ndx]="Alpine Mountain";
            thevalue[ndx]="Alpine Mountain";
            ndx++;
            thetext[ndx]="Anderson Acres";
            thevalue[ndx]="ANDERSON ACRES";
            ndx++;
            thetext[ndx]="Bear Ridge";
            thevalue[ndx]="Bear Ridge";
            ndx++;
            thetext[ndx]="Bear Track Estates";
            thevalue[ndx]="BEAR TRACK ESTATES";
            ndx++;
            thetext[ndx]="Beech Glen";
            thevalue[ndx]="BEECH GLEN";
            ndx++;
            thetext[ndx]="Bird Creek Estates";
            thevalue[ndx]="Bird Creek Estates";
            ndx++;
            thetext[ndx]="Black Mountain Development Co";
            thevalue[ndx]="BLACK MOUNTAIN DEVELOPMENT CO";
            ndx++;
            thetext[ndx]="Black Mountain Estates";
            thevalue[ndx]="BLACK MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Broad River";
            thevalue[ndx]="BROAD RIVER";
            ndx++;
            thetext[ndx]="Brookfield";
            thevalue[ndx]="BROOKFIELD";
            ndx++;
            thetext[ndx]="Brookside Cove";
            thevalue[ndx]="BROOKSIDE COVE";
            ndx++;
            thetext[ndx]="Byrd Road Townhomes";
            thevalue[ndx]="BYRD ROAD TOWNHOMES";
            ndx++;
            thetext[ndx]="Byrd Townhomes";
            thevalue[ndx]="BYRD TOWNHOMES";
            ndx++;
            thetext[ndx]="C P Kerlees Add";
            thevalue[ndx]="C P KERLEES ADD";
            ndx++;
            thetext[ndx]="Camp Branch Acres";
            thevalue[ndx]="CAMP BRANCH ACRES";
            ndx++;
            thetext[ndx]="Carolina Heights";
            thevalue[ndx]="CAROLINA HEIGHTS";
            ndx++;
            thetext[ndx]="Catawba Falls";
            thevalue[ndx]="Catawba Falls";
            ndx++;
            thetext[ndx]="Charmeldee Acres";
            thevalue[ndx]="Charmeldee Acres";
            ndx++;
            thetext[ndx]="Cheshire";
            thevalue[ndx]="CHESHIRE";
            ndx++;
            thetext[ndx]="Cheshire Villiage";
            thevalue[ndx]="CHESHIRE VILLIAGE";
            ndx++;
            thetext[ndx]="Chestnut-hurst";
            thevalue[ndx]="CHESTNUT-HURST";
            ndx++;
            thetext[ndx]="Christmount";
            thevalue[ndx]="CHRISTMOUNT";
            ndx++;
            thetext[ndx]="Cotton Creek";
            thevalue[ndx]="COTTON CREEK";
            ndx++;
            thetext[ndx]="Craigmont Common";
            thevalue[ndx]="CRAIGMONT COMMON";
            ndx++;
            thetext[ndx]="Creston Community";
            thevalue[ndx]="CRESTON COMMUNITY";
            ndx++;
            thetext[ndx]="Creston Development";
            thevalue[ndx]="CRESTON DEVELOPMENT";
            ndx++;
            thetext[ndx]="Deer Run Estates";
            thevalue[ndx]="Deer Run Estates";
            ndx++;
            thetext[ndx]="Dill Trust";
            thevalue[ndx]="Dill Trust";
            ndx++;
            thetext[ndx]="Eden Glen";
            thevalue[ndx]="EDEN GLEN";
            ndx++;
            thetext[ndx]="Eden Rock";
            thevalue[ndx]="EDEN ROCK";
            ndx++;
            thetext[ndx]="Ew Grove";
            thevalue[ndx]="EW GROVE";
            ndx++;
            thetext[ndx]="Fairway Villas";
            thevalue[ndx]="FAIRWAY VILLAS";
            ndx++;
            thetext[ndx]="Forest Brook Estates";
            thevalue[ndx]="Forest Brook Estates";
            ndx++;
            thetext[ndx]="Forest Hills";
            thevalue[ndx]="FOREST HILLS";
            ndx++;
            thetext[ndx]="Genesis";
            thevalue[ndx]="GENESIS";
            ndx++;
            thetext[ndx]="Glen Cairn Heights";
            thevalue[ndx]="Glen Cairn Heights";
            ndx++;
            thetext[ndx]="Goodson Cove";
            thevalue[ndx]="Goodson Cove";
            ndx++;
            thetext[ndx]="Hamlets At Paynes Garden";
            thevalue[ndx]="HAMLETS AT PAYNES GARDEN";
            ndx++;
            thetext[ndx]="Hamlets At Rustling Pine Trail";
            thevalue[ndx]="HAMLETS AT RUSTLING PINE TRAIL";
            ndx++;
            thetext[ndx]="Hardison Estate";
            thevalue[ndx]="Hardison Estate";
            ndx++;
            thetext[ndx]="Hickory Ridge Estates";
            thevalue[ndx]="HICKORY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="High Cliffs At Round Mountain";
            thevalue[ndx]="High Cliffs at Round Mountain";
            ndx++;
            thetext[ndx]="High Country Acres";
            thevalue[ndx]="High Country Acres";
            ndx++;
            thetext[ndx]="High Rock Acres";
            thevalue[ndx]="High Rock Acres";
            ndx++;
            thetext[ndx]="High Rock/toms Creek";
            thevalue[ndx]="High Rock/Toms Creek";
            ndx++;
            thetext[ndx]="High Top Colony";
            thevalue[ndx]="HIGH TOP COLONY";
            ndx++;
            thetext[ndx]="Hunting Lodge Acres";
            thevalue[ndx]="Hunting Lodge Acres";
            ndx++;
            thetext[ndx]="Idylwild";
            thevalue[ndx]="Idylwild";
            ndx++;
            thetext[ndx]="Kerlee Heights";
            thevalue[ndx]="KERLEE HEIGHTS";
            ndx++;
            thetext[ndx]="Knoll Hill";
            thevalue[ndx]="KNOLL HILL";
            ndx++;
            thetext[ndx]="Lake Eden Acres";
            thevalue[ndx]="LAKE EDEN ACRES";
            ndx++;
            thetext[ndx]="Lakewood";
            thevalue[ndx]="LAKEWOOD";
            ndx++;
            thetext[ndx]="Lakewood Park";
            thevalue[ndx]="LAKEWOOD PARK";
            ndx++;
            thetext[ndx]="Lakey Gap Acres";
            thevalue[ndx]="LAKEY GAP ACRES";
            ndx++;
            thetext[ndx]="Lakey Gap Heights";
            thevalue[ndx]="Lakey Gap Heights";
            ndx++;
            thetext[ndx]="Last Resort";
            thevalue[ndx]="LAST RESORT";
            ndx++;
            thetext[ndx]="Laurel Court";
            thevalue[ndx]="LAUREL COURT";
            ndx++;
            thetext[ndx]="Laurel Mountain Preserve";
            thevalue[ndx]="LAUREL MOUNTAIN PRESERVE";
            ndx++;
            thetext[ndx]="Laurel Ridge";
            thevalue[ndx]="LAUREL RIDGE";
            ndx++;
            thetext[ndx]="Living Waters";
            thevalue[ndx]="Living Waters";
            ndx++;
            thetext[ndx]="Llama Vista";
            thevalue[ndx]="LLAMA VISTA";
            ndx++;
            thetext[ndx]="Lynch Cove";
            thevalue[ndx]="LYNCH COVE";
            ndx++;
            thetext[ndx]="Lynx Condominium";
            thevalue[ndx]="LYNX CONDOMINIUM";
            ndx++;
            thetext[ndx]="Lynx Condominiums";
            thevalue[ndx]="LYNX CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Lynx Condos";
            thevalue[ndx]="LYNX CONDOS";
            ndx++;
            thetext[ndx]="Mccoy Cove";
            thevalue[ndx]="MCCOY COVE";
            ndx++;
            thetext[ndx]="Meadowbrook";
            thevalue[ndx]="MEADOWBROOK";
            ndx++;
            thetext[ndx]="Methodist Colony";
            thevalue[ndx]="METHODIST COLONY";
            ndx++;
            thetext[ndx]="Miller Cove";
            thevalue[ndx]="Miller Cove";
            ndx++;
            thetext[ndx]="Montreat Springs";
            thevalue[ndx]="Montreat Springs";
            ndx++;
            thetext[ndx]="Mountain Laurel Acres";
            thevalue[ndx]="MOUNTAIN LAUREL ACRES";
            ndx++;
            thetext[ndx]="Mountain Vista Estates";
            thevalue[ndx]="MOUNTAIN VISTA ESTATES";
            ndx++;
            thetext[ndx]="Mountainbrook Village";
            thevalue[ndx]="MOUNTAINBROOK VILLAGE";
            ndx++;
            thetext[ndx]="Nine South";
            thevalue[ndx]="NINE SOUTH";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="North Fork Valley";
            thevalue[ndx]="NORTH FORK VALLEY";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="Not in Subdivison";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="NOT-IN SUBDIVISION";
            ndx++;
            thetext[ndx]="Not-in-subdivision";
            thevalue[ndx]="NOT-IN-SUBDIVISION";
            ndx++;
            thetext[ndx]="Oaken Hills";
            thevalue[ndx]="OAKEN HILLS";
            ndx++;
            thetext[ndx]="Old Toll Acres";
            thevalue[ndx]="Old Toll Acres";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Park Lane Townhomes";
            thevalue[ndx]="PARK LANE TOWNHOMES";
            ndx++;
            thetext[ndx]="Rainbow Estates";
            thevalue[ndx]="Rainbow Estates";
            ndx++;
            thetext[ndx]="Rainbow Terrace";
            thevalue[ndx]="RAINBOW TERRACE";
            ndx++;
            thetext[ndx]="Ridgecrest";
            thevalue[ndx]="RIDGECREST";
            ndx++;
            thetext[ndx]="Ridgeway";
            thevalue[ndx]="RIDGEWAY";
            ndx++;
            thetext[ndx]="Rock Creek Hills";
            thevalue[ndx]="Rock Creek Hills";
            ndx++;
            thetext[ndx]="Rosebriar";
            thevalue[ndx]="ROSEBRIAR";
            ndx++;
            thetext[ndx]="Shumont";
            thevalue[ndx]="SHUMONT";
            ndx++;
            thetext[ndx]="Sourwood Ridge";
            thevalue[ndx]="SOURWOOD RIDGE";
            ndx++;
            thetext[ndx]="Spanish Castle Estates";
            thevalue[ndx]="Spanish Castle Estates";
            ndx++;
            thetext[ndx]="Spring Acres";
            thevalue[ndx]="SPRING ACRES";
            ndx++;
            thetext[ndx]="Spring Hill";
            thevalue[ndx]="SPRING HILL";
            ndx++;
            thetext[ndx]="Stone Brook At Rush Creek";
            thevalue[ndx]="Stone Brook at Rush Creek";
            ndx++;
            thetext[ndx]="Sun Dance Ridge";
            thevalue[ndx]="Sun Dance Ridge";
            ndx++;
            thetext[ndx]="Sunset Meadows";
            thevalue[ndx]="SUNSET MEADOWS";
            ndx++;
            thetext[ndx]="Taylor Heights";
            thevalue[ndx]="TAYLOR HEIGHTS";
            ndx++;
            thetext[ndx]="The Havens";
            thevalue[ndx]="THE HAVENS";
            ndx++;
            thetext[ndx]="The Ridge At Black Mtn Estates";
            thevalue[ndx]="THE RIDGE AT BLACK MTN ESTATES";
            ndx++;
            thetext[ndx]="The Settings Of Black Mountain";
            thevalue[ndx]="The Settings of Black Mountain";
            ndx++;
            thetext[ndx]="The Woodlands";
            thevalue[ndx]="THE WOODLANDS";
            ndx++;
            thetext[ndx]="Timber Park";
            thevalue[ndx]="Timber Park";
            ndx++;
            thetext[ndx]="Toms Creek";
            thevalue[ndx]="Toms Creek";
            ndx++;
            thetext[ndx]="Treehaven";
            thevalue[ndx]="Treehaven";
            ndx++;
            thetext[ndx]="Village Of Cheshire";
            thevalue[ndx]="VILLAGE OF CHESHIRE";
            ndx++;
            thetext[ndx]="Washington Heights";
            thevalue[ndx]="WASHINGTON HEIGHTS";
            ndx++;
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="Woodcliff Resort";
            ndx++;
            thetext[ndx]="Woodcliff Resort Porperty";
            thevalue[ndx]="Woodcliff Resort Porperty";
            ndx++;
            thetext[ndx]="Woodcliff Resort Property";
            thevalue[ndx]="WOODCLIFF RESORT PROPERTY";
            ndx++;
      break;
   case "Buncombe - Blowing Rock":
            thetext[ndx]="10 Country Club";
            thevalue[ndx]="10 COUNTRY CLUB";
            ndx++;
      break;
   case "Buncombe - Brevard":
            thetext[ndx]="Allenwood";
            thevalue[ndx]="ALLENWOOD";
            ndx++;
      break;
   case "Buncombe - Burnsville":
            thetext[ndx]="Barrett";
            thevalue[ndx]="BARRETT";
            ndx++;
            thetext[ndx]="Bill's Mountain";
            thevalue[ndx]="BILL'S MOUNTAIN";
            ndx++;
            thetext[ndx]="Blairs Crossing";
            thevalue[ndx]="BLAIRS CROSSING";
            ndx++;
            thetext[ndx]="Butler Hills";
            thevalue[ndx]="BUTLER HILLS";
            ndx++;
            thetext[ndx]="Eastwood Village";
            thevalue[ndx]="EASTWOOD VILLAGE";
            ndx++;
      break;
   case "Buncombe - Campobello":
            thetext[ndx]="Balsam Valley View";
            thevalue[ndx]="BALSAM VALLEY VIEW";
            ndx++;
            thetext[ndx]="Baystone Heights";
            thevalue[ndx]="BAYSTONE HEIGHTS";
            ndx++;
            thetext[ndx]="Breezy Acres";
            thevalue[ndx]="BREEZY ACRES";
            ndx++;
      break;
   case "Buncombe - Candler":
            thetext[ndx]="Adams Run";
            thevalue[ndx]="Adams Run";
            ndx++;
            thetext[ndx]="Arborwood Trails";
            thevalue[ndx]="ARBORWOOD TRAILS";
            ndx++;
            thetext[ndx]="Asbury Cottages";
            thevalue[ndx]="ASBURY COTTAGES";
            ndx++;
            thetext[ndx]="Ashbrook";
            thevalue[ndx]="ASHBROOK";
            ndx++;
            thetext[ndx]="Ashley Acres";
            thevalue[ndx]="ASHLEY ACRES";
            ndx++;
            thetext[ndx]="Bailey Ridge";
            thevalue[ndx]="BAILEY RIDGE";
            ndx++;
            thetext[ndx]="Beau Sommet";
            thevalue[ndx]="Beau Sommet";
            ndx++;
            thetext[ndx]="Beaver Creek";
            thevalue[ndx]="BEAVER CREEK";
            ndx++;
            thetext[ndx]="Beaverdam";
            thevalue[ndx]="BEAVERDAM";
            ndx++;
            thetext[ndx]="Big Cove";
            thevalue[ndx]="Big Cove";
            ndx++;
            thetext[ndx]="Big Cove Acres";
            thevalue[ndx]="Big Cove Acres";
            ndx++;
            thetext[ndx]="Big Cove Estates";
            thevalue[ndx]="Big Cove Estates";
            ndx++;
            thetext[ndx]="Billberry Lane";
            thevalue[ndx]="BILLBERRY LANE";
            ndx++;
            thetext[ndx]="Biltmore Grove";
            thevalue[ndx]="BILTMORE GROVE";
            ndx++;
            thetext[ndx]="Biltmore Lake";
            thevalue[ndx]="BILTMORE LAKE";
            ndx++;
            thetext[ndx]="Bradford Woods";
            thevalue[ndx]="BRADFORD WOODS";
            ndx++;
            thetext[ndx]="Briarfield";
            thevalue[ndx]="BRIARFIELD";
            ndx++;
            thetext[ndx]="Brigadoon";
            thevalue[ndx]="BRIGADOON";
            ndx++;
            thetext[ndx]="Bryson Court";
            thevalue[ndx]="BRYSON COURT";
            ndx++;
            thetext[ndx]="Buck Springs Acres";
            thevalue[ndx]="BUCK SPRINGS ACRES";
            ndx++;
            thetext[ndx]="Caldonia";
            thevalue[ndx]="CALDONIA";
            ndx++;
            thetext[ndx]="Campbell Woods";
            thevalue[ndx]="CAMPBELL WOODS";
            ndx++;
            thetext[ndx]="Canaan Acres";
            thevalue[ndx]="CANAAN ACRES";
            ndx++;
            thetext[ndx]="Candler Estates";
            thevalue[ndx]="CANDLER ESTATES";
            ndx++;
            thetext[ndx]="Candler Heights";
            thevalue[ndx]="CANDLER HEIGHTS";
            ndx++;
            thetext[ndx]="Casey Acres";
            thevalue[ndx]="CASEY ACRES";
            ndx++;
            thetext[ndx]="Cedar Hollow";
            thevalue[ndx]="CEDAR HOLLOW";
            ndx++;
            thetext[ndx]="Challedon";
            thevalue[ndx]="CHALLEDON";
            ndx++;
            thetext[ndx]="Challedon Mtn View";
            thevalue[ndx]="Challedon Mtn View";
            ndx++;
            thetext[ndx]="Corstone";
            thevalue[ndx]="CORSTONE";
            ndx++;
            thetext[ndx]="Cross Creek";
            thevalue[ndx]="CROSS CREEK";
            ndx++;
            thetext[ndx]="Cumbres";
            thevalue[ndx]="CUMBRES";
            ndx++;
            thetext[ndx]="Davis Creek Estates";
            thevalue[ndx]="DAVIS CREEK ESTATES";
            ndx++;
            thetext[ndx]="Devonshire";
            thevalue[ndx]="DEVONSHIRE";
            ndx++;
            thetext[ndx]="Dixon Terrace";
            thevalue[ndx]="DIXON TERRACE";
            ndx++;
            thetext[ndx]="English Acres";
            thevalue[ndx]="ENGLISH ACRES";
            ndx++;
            thetext[ndx]="English Estates";
            thevalue[ndx]="ENGLISH ESTATES";
            ndx++;
            thetext[ndx]="Enka Park";
            thevalue[ndx]="ENKA PARK";
            ndx++;
            thetext[ndx]="Enka Village";
            thevalue[ndx]="ENKA VILLAGE";
            ndx++;
            thetext[ndx]="Falconwood";
            thevalue[ndx]="FALCONWOOD";
            ndx++;
            thetext[ndx]="Forest Creek";
            thevalue[ndx]="FOREST CREEK";
            ndx++;
            thetext[ndx]="Friarsgate";
            thevalue[ndx]="FRIARSGATE";
            ndx++;
            thetext[ndx]="Glady Country Estates";
            thevalue[ndx]="Glady Country Estates";
            ndx++;
            thetext[ndx]="Gladyview Estates";
            thevalue[ndx]="GLADYVIEW ESTATES";
            ndx++;
            thetext[ndx]="Green Acres";
            thevalue[ndx]="GREEN ACRES";
            ndx++;
            thetext[ndx]="Green Meadow Estates";
            thevalue[ndx]="GREEN MEADOW ESTATES";
            ndx++;
            thetext[ndx]="Hidden Forest Estates";
            thevalue[ndx]="HIDDEN FOREST ESTATES";
            ndx++;
            thetext[ndx]="Hidden Meadows";
            thevalue[ndx]="Hidden Meadows";
            ndx++;
            thetext[ndx]="Hidden Meadows Estates";
            thevalue[ndx]="HIDDEN MEADOWS ESTATES";
            ndx++;
            thetext[ndx]="Hidden Pond";
            thevalue[ndx]="Hidden Pond";
            ndx++;
            thetext[ndx]="Hideaway Glen";
            thevalue[ndx]="HIDEAWAY GLEN";
            ndx++;
            thetext[ndx]="High Meadows";
            thevalue[ndx]="HIGH MEADOWS";
            ndx++;
            thetext[ndx]="Highlander Woods";
            thevalue[ndx]="HIGHLANDER WOODS";
            ndx++;
            thetext[ndx]="Holcombe Meadows";
            thevalue[ndx]="HOLCOMBE MEADOWS";
            ndx++;
            thetext[ndx]="Holcombe Woods";
            thevalue[ndx]="HOLCOMBE WOODS";
            ndx++;
            thetext[ndx]="Holly Hill";
            thevalue[ndx]="HOLLY HILL";
            ndx++;
            thetext[ndx]="Holly Hill Estates";
            thevalue[ndx]="HOLLY HILL ESTATES";
            ndx++;
            thetext[ndx]="Holly Ridge";
            thevalue[ndx]="Holly Ridge";
            ndx++;
            thetext[ndx]="Hominy Fields";
            thevalue[ndx]="Hominy Fields";
            ndx++;
            thetext[ndx]="Hominy Meadows";
            thevalue[ndx]="HOMINY MEADOWS";
            ndx++;
            thetext[ndx]="Hominy Valley";
            thevalue[ndx]="Hominy Valley";
            ndx++;
            thetext[ndx]="Irish Colony";
            thevalue[ndx]="IRISH COLONY";
            ndx++;
            thetext[ndx]="Ironwood";
            thevalue[ndx]="IRONWOOD";
            ndx++;
            thetext[ndx]="Israel Heights";
            thevalue[ndx]="ISRAEL HEIGHTS";
            ndx++;
            thetext[ndx]="J And F Thompson";
            thevalue[ndx]="J AND F THOMPSON";
            ndx++;
            thetext[ndx]="Jays Mountain";
            thevalue[ndx]="JAYS MOUNTAIN";
            ndx++;
            thetext[ndx]="Jonquil Meadows";
            thevalue[ndx]="JONQUIL MEADOWS";
            ndx++;
            thetext[ndx]="Justice Ridge";
            thevalue[ndx]="JUSTICE RIDGE";
            ndx++;
            thetext[ndx]="Justice Ridge Estates";
            thevalue[ndx]="JUSTICE RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Kayce Acres";
            thevalue[ndx]="KAYCE ACRES";
            ndx++;
            thetext[ndx]="Laurel Cove";
            thevalue[ndx]="LAUREL COVE";
            ndx++;
            thetext[ndx]="Laurel Lake Estates";
            thevalue[ndx]="LAUREL LAKE ESTATES";
            ndx++;
            thetext[ndx]="Laurel Ridge Estates";
            thevalue[ndx]="LAUREL RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Lindon Cove Crossing";
            thevalue[ndx]="LINDON COVE CROSSING";
            ndx++;
            thetext[ndx]="Lockes Acres";
            thevalue[ndx]="LOCKES ACRES";
            ndx++;
            thetext[ndx]="Locust Knoll";
            thevalue[ndx]="LOCUST KNOLL";
            ndx++;
            thetext[ndx]="Lone Pine Estates";
            thevalue[ndx]="LONE PINE ESTATES";
            ndx++;
            thetext[ndx]="Lost Forest";
            thevalue[ndx]="LOST FOREST";
            ndx++;
            thetext[ndx]="Luther Ridge";
            thevalue[ndx]="LUTHER RIDGE";
            ndx++;
            thetext[ndx]="Mc Acres";
            thevalue[ndx]="MC ACRES";
            ndx++;
            thetext[ndx]="Meadowbrook Acres";
            thevalue[ndx]="MEADOWBROOK ACRES";
            ndx++;
            thetext[ndx]="Meadows Of Enka";
            thevalue[ndx]="MEADOWS OF ENKA";
            ndx++;
            thetext[ndx]="Monarch Woods";
            thevalue[ndx]="Monarch Woods";
            ndx++;
            thetext[ndx]="Monte Vista";
            thevalue[ndx]="MONTE VISTA";
            ndx++;
            thetext[ndx]="Moody Heights";
            thevalue[ndx]="MOODY HEIGHTS";
            ndx++;
            thetext[ndx]="Morgan Branch Estates";
            thevalue[ndx]="MORGAN BRANCH ESTATES";
            ndx++;
            thetext[ndx]="Morgan Creekside";
            thevalue[ndx]="MORGAN CREEKSIDE";
            ndx++;
            thetext[ndx]="Morgan Farm";
            thevalue[ndx]="Morgan Farm";
            ndx++;
            thetext[ndx]="Morgan Heights";
            thevalue[ndx]="MORGAN HEIGHTS";
            ndx++;
            thetext[ndx]="Morgan Hill Acres";
            thevalue[ndx]="MORGAN HILL ACRES";
            ndx++;
            thetext[ndx]="Morgan Meadows";
            thevalue[ndx]="MORGAN MEADOWS";
            ndx++;
            thetext[ndx]="Mosers Place";
            thevalue[ndx]="MOSERS PLACE";
            ndx++;
            thetext[ndx]="Mountain Brook";
            thevalue[ndx]="MOUNTAIN BROOK";
            ndx++;
            thetext[ndx]="Mountain Heritage";
            thevalue[ndx]="MOUNTAIN HERITAGE";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="Mountain Vista At Luther Cove";
            thevalue[ndx]="MOUNTAIN VISTA AT LUTHER COVE";
            ndx++;
            thetext[ndx]="Mountain Vista Estates";
            thevalue[ndx]="MOUNTAIN VISTA ESTATES";
            ndx++;
            thetext[ndx]="Mountainbrook";
            thevalue[ndx]="MOUNTAINBROOK";
            ndx++;
            thetext[ndx]="Mountian View";
            thevalue[ndx]="MOUNTIAN VIEW";
            ndx++;
            thetext[ndx]="Mtn View Mobile Home Villa";
            thevalue[ndx]="MTN VIEW MOBILE HOME VILLA";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="NOT-IN SUBDIVISION";
            ndx++;
            thetext[ndx]="Not-in-subdivision";
            thevalue[ndx]="NOT-IN-SUBDIVISION";
            ndx++;
            thetext[ndx]="Nottingham Estates";
            thevalue[ndx]="NOTTINGHAM ESTATES";
            ndx++;
            thetext[ndx]="Oak Acres";
            thevalue[ndx]="OAK ACRES";
            ndx++;
            thetext[ndx]="Oak Grove Heights";
            thevalue[ndx]="OAK GROVE HEIGHTS";
            ndx++;
            thetext[ndx]="Oak Hill";
            thevalue[ndx]="OAK HILL";
            ndx++;
            thetext[ndx]="Oakwoods";
            thevalue[ndx]="OAKWOODS";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Paradise Ridge";
            thevalue[ndx]="PARADISE RIDGE";
            ndx++;
            thetext[ndx]="Patterson Farms";
            thevalue[ndx]="PATTERSON FARMS";
            ndx++;
            thetext[ndx]="Peaceful Forest";
            thevalue[ndx]="PEACEFUL FOREST";
            ndx++;
            thetext[ndx]="Pisgah View Estates";
            thevalue[ndx]="PISGAH VIEW ESTATES";
            ndx++;
            thetext[ndx]="Pisgah View Ranch";
            thevalue[ndx]="PISGAH VIEW RANCH";
            ndx++;
            thetext[ndx]="Quail Run";
            thevalue[ndx]="QUAIL RUN";
            ndx++;
            thetext[ndx]="Ravenmont";
            thevalue[ndx]="RAVENMONT";
            ndx++;
            thetext[ndx]="Reeves Cove";
            thevalue[ndx]="REEVES COVE";
            ndx++;
            thetext[ndx]="Ridgedale";
            thevalue[ndx]="RIDGEDALE";
            ndx++;
            thetext[ndx]="Ridgetop Acres";
            thevalue[ndx]="RIDGETOP ACRES";
            ndx++;
            thetext[ndx]="Ridgeview Acres";
            thevalue[ndx]="RIDGEVIEW ACRES";
            ndx++;
            thetext[ndx]="Robin Way";
            thevalue[ndx]="Robin Way";
            ndx++;
            thetext[ndx]="Ruth Villa";
            thevalue[ndx]="RUTH VILLA";
            ndx++;
            thetext[ndx]="Seasons At Biltmore Lake";
            thevalue[ndx]="SEASONS AT BILTMORE LAKE";
            ndx++;
            thetext[ndx]="Spencers Place";
            thevalue[ndx]="SPENCERS PLACE";
            ndx++;
            thetext[ndx]="Springside Acres";
            thevalue[ndx]="SPRINGSIDE ACRES";
            ndx++;
            thetext[ndx]="Squires Cove";
            thevalue[ndx]="SQUIRES COVE";
            ndx++;
            thetext[ndx]="Standhill Acres";
            thevalue[ndx]="Standhill Acres";
            ndx++;
            thetext[ndx]="Stoneridge";
            thevalue[ndx]="Stoneridge";
            ndx++;
            thetext[ndx]="Stoneridge At Hayes Mountain";
            thevalue[ndx]="StoneRidge at Hayes Mountain";
            ndx++;
            thetext[ndx]="Tall Oaks";
            thevalue[ndx]="TALL OAKS";
            ndx++;
            thetext[ndx]="The Bluffs At Asheville";
            thevalue[ndx]="The Bluffs at Asheville";
            ndx++;
            thetext[ndx]="The Farm At Bradshaw Lane";
            thevalue[ndx]="The Farm at Bradshaw Lane";
            ndx++;
            thetext[ndx]="The Meadow";
            thevalue[ndx]="THE MEADOW";
            ndx++;
            thetext[ndx]="Todaly View Estates";
            thevalue[ndx]="TODALY VIEW ESTATES";
            ndx++;
            thetext[ndx]="Tranquil Valley Estates";
            thevalue[ndx]="TRANQUIL VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Treetops";
            thevalue[ndx]="Treetops";
            ndx++;
            thetext[ndx]="Trexler Estates";
            thevalue[ndx]="Trexler Estates";
            ndx++;
            thetext[ndx]="Twin Creek Crossing";
            thevalue[ndx]="TWIN CREEK CROSSING";
            ndx++;
            thetext[ndx]="Twin Creeks";
            thevalue[ndx]="TWIN CREEKS";
            ndx++;
            thetext[ndx]="Twin Lakes";
            thevalue[ndx]="TWIN LAKES";
            ndx++;
            thetext[ndx]="Village At Knotty Alder Court";
            thevalue[ndx]="VILLAGE AT KNOTTY ALDER COURT";
            ndx++;
            thetext[ndx]="Vistas Of Westfield";
            thevalue[ndx]="VISTAS OF WESTFIELD";
            ndx++;
            thetext[ndx]="Walnut Ridge";
            thevalue[ndx]="WALNUT RIDGE";
            ndx++;
            thetext[ndx]="Welcome Meadow";
            thevalue[ndx]="WELCOME MEADOW";
            ndx++;
            thetext[ndx]="West Vista Estates";
            thevalue[ndx]="WEST VISTA ESTATES";
            ndx++;
            thetext[ndx]="Westwood";
            thevalue[ndx]="WESTWOOD";
            ndx++;
            thetext[ndx]="White Rock Mountain Preserve";
            thevalue[ndx]="White Rock Mountain Preserve";
            ndx++;
            thetext[ndx]="Windwood Park";
            thevalue[ndx]="WINDWOOD PARK";
            ndx++;
            thetext[ndx]="Woodland Trails";
            thevalue[ndx]="WOODLAND TRAILS";
            ndx++;
            thetext[ndx]="Woodside Hills";
            thevalue[ndx]="WOODSIDE HILLS";
            ndx++;
      break;
   case "Buncombe - Canton":
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
      break;
   case "Buncombe - CENTRAL":
            thetext[ndx]="Butler Hills";
            thevalue[ndx]="BUTLER HILLS";
            ndx++;
      break;
   case "Buncombe - Enka":
            thetext[ndx]="Bradford Woods";
            thevalue[ndx]="BRADFORD WOODS";
            ndx++;
            thetext[ndx]="Enka Park";
            thevalue[ndx]="ENKA PARK";
            ndx++;
            thetext[ndx]="Enka Village";
            thevalue[ndx]="ENKA VILLAGE";
            ndx++;
            thetext[ndx]="Hideaway Glen";
            thevalue[ndx]="HIDEAWAY GLEN";
            ndx++;
            thetext[ndx]="Meadows Of Enka";
            thevalue[ndx]="MEADOWS OF ENKA";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="The Meadows";
            ndx++;
            thetext[ndx]="Windwood Park";
            thevalue[ndx]="WINDWOOD PARK";
            ndx++;
      break;
   case "Buncombe - Fairview":
            thetext[ndx]="Alexander Crest";
            thevalue[ndx]="ALEXANDER CREST";
            ndx++;
            thetext[ndx]="Ambient Hills";
            thevalue[ndx]="AMBIENT HILLS";
            ndx++;
            thetext[ndx]="Ashbrook";
            thevalue[ndx]="Ashbrook";
            ndx++;
            thetext[ndx]="Bethany Knolles";
            thevalue[ndx]="BETHANY KNOLLES";
            ndx++;
            thetext[ndx]="Blue Ridge Forest";
            thevalue[ndx]="BLUE RIDGE FOREST";
            ndx++;
            thetext[ndx]="Briar Ridge";
            thevalue[ndx]="BRIAR RIDGE";
            ndx++;
            thetext[ndx]="Briarwood";
            thevalue[ndx]="BRIARWOOD";
            ndx++;
            thetext[ndx]="Bridgewater";
            thevalue[ndx]="Bridgewater";
            ndx++;
            thetext[ndx]="Brookdale";
            thevalue[ndx]="BROOKDALE";
            ndx++;
            thetext[ndx]="Brush Creek Farms";
            thevalue[ndx]="BRUSH CREEK FARMS";
            ndx++;
            thetext[ndx]="Brush Creek Ridge";
            thevalue[ndx]="Brush Creek Ridge";
            ndx++;
            thetext[ndx]="Butler Mountain";
            thevalue[ndx]="Butler Mountain";
            ndx++;
            thetext[ndx]="Butler Mountain Estates";
            thevalue[ndx]="BUTLER MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Butler Mountain Highlands";
            thevalue[ndx]="BUTLER MOUNTAIN HIGHLANDS";
            ndx++;
            thetext[ndx]="Byers Park";
            thevalue[ndx]="BYERS PARK";
            ndx++;
            thetext[ndx]="Cane Creek Cove";
            thevalue[ndx]="CANE CREEK COVE";
            ndx++;
            thetext[ndx]="Cane Creek Estates";
            thevalue[ndx]="Cane Creek Estates";
            ndx++;
            thetext[ndx]="Cane Creek Valley";
            thevalue[ndx]="CANE CREEK VALLEY";
            ndx++;
            thetext[ndx]="Cane Crest";
            thevalue[ndx]="CANE CREST";
            ndx++;
            thetext[ndx]="Cedarwood";
            thevalue[ndx]="CEDARWOOD";
            ndx++;
            thetext[ndx]="Cedarwood Estates";
            thevalue[ndx]="CEDARWOOD ESTATES";
            ndx++;
            thetext[ndx]="Chestnut Mountain";
            thevalue[ndx]="Chestnut Mountain";
            ndx++;
            thetext[ndx]="Cobran Woods";
            thevalue[ndx]="COBRAN WOODS";
            ndx++;
            thetext[ndx]="Continental Divide";
            thevalue[ndx]="Continental Divide";
            ndx++;
            thetext[ndx]="Corbran Woods";
            thevalue[ndx]="CORBRAN WOODS";
            ndx++;
            thetext[ndx]="Crystal Falls";
            thevalue[ndx]="CRYSTAL FALLS";
            ndx++;
            thetext[ndx]="Drovers Road Preserve";
            thevalue[ndx]="Drovers Road Preserve";
            ndx++;
            thetext[ndx]="Eastwood";
            thevalue[ndx]="EASTWOOD";
            ndx++;
            thetext[ndx]="Echo Lake";
            thevalue[ndx]="ECHO LAKE";
            ndx++;
            thetext[ndx]="Echo Valley Estates";
            thevalue[ndx]="Echo Valley Estates";
            ndx++;
            thetext[ndx]="Edenderry";
            thevalue[ndx]="Edenderry";
            ndx++;
            thetext[ndx]="Emmas Grove";
            thevalue[ndx]="EMMAS GROVE";
            ndx++;
            thetext[ndx]="Emmas Grove Road";
            thevalue[ndx]="EMMAS GROVE ROAD";
            ndx++;
            thetext[ndx]="Emmas Way";
            thevalue[ndx]="Emmas Way";
            ndx++;
            thetext[ndx]="Fairview Downs";
            thevalue[ndx]="FAIRVIEW DOWNS";
            ndx++;
            thetext[ndx]="Fairview Estates";
            thevalue[ndx]="Fairview Estates";
            ndx++;
            thetext[ndx]="Fairview Forest";
            thevalue[ndx]="FAIRVIEW FOREST";
            ndx++;
            thetext[ndx]="Fairview Forest Estates";
            thevalue[ndx]="Fairview Forest Estates";
            ndx++;
            thetext[ndx]="Fairview Hills";
            thevalue[ndx]="Fairview Hills";
            ndx++;
            thetext[ndx]="Fairview Pointe";
            thevalue[ndx]="Fairview Pointe";
            ndx++;
            thetext[ndx]="Flattop Mountain";
            thevalue[ndx]="FLATTOP MOUNTAIN";
            ndx++;
            thetext[ndx]="Fox Branch";
            thevalue[ndx]="FOX BRANCH";
            ndx++;
            thetext[ndx]="Fox Ridge";
            thevalue[ndx]="FOX RIDGE";
            ndx++;
            thetext[ndx]="Fox Run";
            thevalue[ndx]="FOX RUN";
            ndx++;
            thetext[ndx]="Foxfire";
            thevalue[ndx]="FOXFIRE";
            ndx++;
            thetext[ndx]="Foxridge";
            thevalue[ndx]="FOXRIDGE";
            ndx++;
            thetext[ndx]="Foxridge Estates";
            thevalue[ndx]="FOXRIDGE ESTATES";
            ndx++;
            thetext[ndx]="Franklin Farm";
            thevalue[ndx]="FRANKLIN FARM";
            ndx++;
            thetext[ndx]="Garren Acres";
            thevalue[ndx]="GARREN ACRES";
            ndx++;
            thetext[ndx]="Garren Creek";
            thevalue[ndx]="GARREN CREEK";
            ndx++;
            thetext[ndx]="Garren Woods Estates";
            thevalue[ndx]="Garren Woods Estates";
            ndx++;
            thetext[ndx]="Graylyn Estates";
            thevalue[ndx]="GRAYLYN ESTATES";
            ndx++;
            thetext[ndx]="Greenwood Estates";
            thevalue[ndx]="GREENWOOD ESTATES";
            ndx++;
            thetext[ndx]="Hamilton Estates";
            thevalue[ndx]="HAMILTON ESTATES";
            ndx++;
            thetext[ndx]="Heartridge";
            thevalue[ndx]="Heartridge";
            ndx++;
            thetext[ndx]="Heritage Mountain";
            thevalue[ndx]="HERITAGE MOUNTAIN";
            ndx++;
            thetext[ndx]="Hickory Nut Estates";
            thevalue[ndx]="HICKORY NUT ESTATES";
            ndx++;
            thetext[ndx]="Highland Meadows";
            thevalue[ndx]="Highland Meadows";
            ndx++;
            thetext[ndx]="Hillshire Woods";
            thevalue[ndx]="HILLSHIRE WOODS";
            ndx++;
            thetext[ndx]="Honeysuckle Hollow";
            thevalue[ndx]="HONEYSUCKLE HOLLOW";
            ndx++;
            thetext[ndx]="Huckelberry Hill";
            thevalue[ndx]="HUCKELBERRY HILL";
            ndx++;
            thetext[ndx]="Laurel Haven";
            thevalue[ndx]="LAUREL HAVEN";
            ndx++;
            thetext[ndx]="Laurel Terrace";
            thevalue[ndx]="LAUREL TERRACE";
            ndx++;
            thetext[ndx]="Laurel Trail";
            thevalue[ndx]="LAUREL TRAIL";
            ndx++;
            thetext[ndx]="Laurel Woods";
            thevalue[ndx]="LAUREL WOODS";
            ndx++;
            thetext[ndx]="Ledgestone";
            thevalue[ndx]="LEDGESTONE";
            ndx++;
            thetext[ndx]="Monarch Estates";
            thevalue[ndx]="MONARCH ESTATES";
            ndx++;
            thetext[ndx]="Mountain Country Acres";
            thevalue[ndx]="MOUNTAIN COUNTRY ACRES";
            ndx++;
            thetext[ndx]="Mountain Shadows";
            thevalue[ndx]="MOUNTAIN SHADOWS";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="New Bishop Lane";
            thevalue[ndx]="NEW BISHOP LANE";
            ndx++;
            thetext[ndx]="Noble Creek Estates";
            thevalue[ndx]="Noble Creek Estates";
            ndx++;
            thetext[ndx]="Oakland Court";
            thevalue[ndx]="OAKLAND COURT";
            ndx++;
            thetext[ndx]="Oakley";
            thevalue[ndx]="OAKLEY";
            ndx++;
            thetext[ndx]="Oakmont";
            thevalue[ndx]="OAKMONT";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Owenby Cove";
            thevalue[ndx]="OWENBY COVE";
            ndx++;
            thetext[ndx]="Pheasant Ridge";
            thevalue[ndx]="PHEASANT RIDGE";
            ndx++;
            thetext[ndx]="Rainbow Ridge";
            thevalue[ndx]="RAINBOW RIDGE";
            ndx++;
            thetext[ndx]="Rilandwell Estates";
            thevalue[ndx]="RILANDWELL ESTATES";
            ndx++;
            thetext[ndx]="Sharon Ridge Estates";
            thevalue[ndx]="SHARON RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Smith Knolls";
            thevalue[ndx]="SMITH KNOLLS";
            ndx++;
            thetext[ndx]="Southcliff";
            thevalue[ndx]="Southcliff";
            ndx++;
            thetext[ndx]="Spring Mountain";
            thevalue[ndx]="SPRING MOUNTAIN";
            ndx++;
            thetext[ndx]="Spy Glass Pointe";
            thevalue[ndx]="Spy Glass Pointe";
            ndx++;
            thetext[ndx]="Sugar Hollow";
            thevalue[ndx]="SUGAR HOLLOW";
            ndx++;
            thetext[ndx]="Sugar Hollow Farms";
            thevalue[ndx]="SUGAR HOLLOW FARMS";
            ndx++;
            thetext[ndx]="Sunset Crest Estates";
            thevalue[ndx]="SUNSET CREST ESTATES";
            ndx++;
            thetext[ndx]="Sunset Forest";
            thevalue[ndx]="SUNSET FOREST";
            ndx++;
            thetext[ndx]="Sycamore Acres";
            thevalue[ndx]="SYCAMORE ACRES";
            ndx++;
            thetext[ndx]="The Crossings At Cane Creek";
            thevalue[ndx]="The Crossings at Cane Creek";
            ndx++;
            thetext[ndx]="The Forest At Nesbitt Chapel";
            thevalue[ndx]="The Forest at Nesbitt Chapel";
            ndx++;
            thetext[ndx]="The Willows";
            thevalue[ndx]="THE WILLOWS";
            ndx++;
            thetext[ndx]="The Woodlands";
            thevalue[ndx]="THE WOODLANDS";
            ndx++;
            thetext[ndx]="Trillium Glen";
            thevalue[ndx]="Trillium Glen";
            ndx++;
            thetext[ndx]="Tuscany Meadows";
            thevalue[ndx]="TUSCANY MEADOWS";
            ndx++;
            thetext[ndx]="Twin Creeks";
            thevalue[ndx]="TWIN CREEKS";
            ndx++;
            thetext[ndx]="Village Park";
            thevalue[ndx]="VILLAGE PARK";
            ndx++;
            thetext[ndx]="Waterfall Cove";
            thevalue[ndx]="Waterfall Cove";
            ndx++;
            thetext[ndx]="Waterford Lakes";
            thevalue[ndx]="WATERFORD LAKES";
            ndx++;
            thetext[ndx]="Whitaker Heights";
            thevalue[ndx]="WHITAKER HEIGHTS";
            ndx++;
            thetext[ndx]="Whitetail Ridge";
            thevalue[ndx]="Whitetail Ridge";
            ndx++;
            thetext[ndx]="Wild Iris Glenn";
            thevalue[ndx]="WILD IRIS GLENN";
            ndx++;
            thetext[ndx]="Wildflower Ridge";
            thevalue[ndx]="Wildflower Ridge";
            ndx++;
            thetext[ndx]="Wind Song Estates";
            thevalue[ndx]="WIND SONG ESTATES";
            ndx++;
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="Woodcliff Resort";
            ndx++;
            thetext[ndx]="Woodcliff Resort Porperty";
            thevalue[ndx]="Woodcliff Resort Porperty";
            ndx++;
            thetext[ndx]="Woodcliff Resort Property";
            thevalue[ndx]="Woodcliff Resort Property";
            ndx++;
            thetext[ndx]="Woodcliff Rsrt - Flt";
            thevalue[ndx]="WoodCliff Rsrt - FLT";
            ndx++;
            thetext[ndx]="Wrights Cove";
            thevalue[ndx]="WRIGHTS COVE";
            ndx++;
      break;
   case "Buncombe - Fletcher":
            thetext[ndx]="Rilandwell Estates";
            thevalue[ndx]="RILANDWELL ESTATES";
            ndx++;
            thetext[ndx]="Southbrook";
            thevalue[ndx]="SOUTHBROOK";
            ndx++;
            thetext[ndx]="Stone Creek";
            thevalue[ndx]="STONE CREEK";
            ndx++;
      break;
   case "Buncombe - Fletcher Bun":
            thetext[ndx]="Arnstein Acres";
            thevalue[ndx]="Arnstein Acres";
            ndx++;
            thetext[ndx]="Ashbrook";
            thevalue[ndx]="ASHBROOK";
            ndx++;
            thetext[ndx]="Bridgewater";
            thevalue[ndx]="Bridgewater";
            ndx++;
            thetext[ndx]="Brush Creek Farms";
            thevalue[ndx]="BRUSH CREEK FARMS";
            ndx++;
            thetext[ndx]="Burney Mountain";
            thevalue[ndx]="Burney Mountain";
            ndx++;
            thetext[ndx]="Cane Creek";
            thevalue[ndx]="CANE CREEK";
            ndx++;
            thetext[ndx]="Cane Creek Farms";
            thevalue[ndx]="CANE CREEK FARMS";
            ndx++;
            thetext[ndx]="Cane Creek Valley";
            thevalue[ndx]="CANE CREEK VALLEY";
            ndx++;
            thetext[ndx]="Cane Creek Woods";
            thevalue[ndx]="CANE CREEK WOODS";
            ndx++;
            thetext[ndx]="Covered Bridge";
            thevalue[ndx]="COVERED BRIDGE";
            ndx++;
            thetext[ndx]="Dotson Estates";
            thevalue[ndx]="DOTSON ESTATES";
            ndx++;
            thetext[ndx]="Emmas Grove";
            thevalue[ndx]="EMMAS GROVE";
            ndx++;
            thetext[ndx]="Fair Oaks Estates";
            thevalue[ndx]="FAIR OAKS ESTATES";
            ndx++;
            thetext[ndx]="Forest Of The Unicorn";
            thevalue[ndx]="FOREST OF THE UNICORN";
            ndx++;
            thetext[ndx]="Fox Ridge";
            thevalue[ndx]="FOX RIDGE";
            ndx++;
            thetext[ndx]="Foxridge";
            thevalue[ndx]="FOXRIDGE";
            ndx++;
            thetext[ndx]="Foxridge Estates";
            thevalue[ndx]="FOXRIDGE ESTATES";
            ndx++;
            thetext[ndx]="Franklin Farm";
            thevalue[ndx]="FRANKLIN FARM";
            ndx++;
            thetext[ndx]="Grand Highlands At Cain Creek";
            thevalue[ndx]="GRAND HIGHLANDS AT CAIN CREEK";
            ndx++;
            thetext[ndx]="Grand Highlands At Waterford L";
            thevalue[ndx]="GRAND HIGHLANDS AT WATERFORD L";
            ndx++;
            thetext[ndx]="Grand Highlands Waterford Lake";
            thevalue[ndx]="Grand Highlands Waterford Lake";
            ndx++;
            thetext[ndx]="King Heights";
            thevalue[ndx]="KING HEIGHTS";
            ndx++;
            thetext[ndx]="Knolls Brush Creek";
            thevalue[ndx]="KNOLLS BRUSH CREEK";
            ndx++;
            thetext[ndx]="Laurengill Woods";
            thevalue[ndx]="LAURENGILL WOODS";
            ndx++;
            thetext[ndx]="Limestone Acres";
            thevalue[ndx]="LIMESTONE ACRES";
            ndx++;
            thetext[ndx]="Manningfield";
            thevalue[ndx]="MANNINGFIELD";
            ndx++;
            thetext[ndx]="Meadow Wood";
            thevalue[ndx]="MEADOW WOOD";
            ndx++;
            thetext[ndx]="Meadows At Emmas Grove";
            thevalue[ndx]="MEADOWS AT EMMAS GROVE";
            ndx++;
            thetext[ndx]="Oak Park";
            thevalue[ndx]="OAK PARK";
            ndx++;
            thetext[ndx]="Okoboji Wilderness";
            thevalue[ndx]="OKOBOJI WILDERNESS";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Ravenwood Estates";
            thevalue[ndx]="RAVENWOOD ESTATES";
            ndx++;
            thetext[ndx]="Rilandwell Estates";
            thevalue[ndx]="RILANDWELL ESTATES";
            ndx++;
            thetext[ndx]="Ruby Acres";
            thevalue[ndx]="RUBY ACRES";
            ndx++;
            thetext[ndx]="Sequoyah Hills";
            thevalue[ndx]="Sequoyah Hills";
            ndx++;
            thetext[ndx]="South Chase";
            thevalue[ndx]="SOUTH CHASE";
            ndx++;
            thetext[ndx]="Southbrook";
            thevalue[ndx]="SOUTHBROOK";
            ndx++;
            thetext[ndx]="Spring Lake";
            thevalue[ndx]="SPRING LAKE";
            ndx++;
            thetext[ndx]="Sterling";
            thevalue[ndx]="STERLING";
            ndx++;
            thetext[ndx]="Sycamore Acres";
            thevalue[ndx]="SYCAMORE ACRES";
            ndx++;
            thetext[ndx]="The Cotswolds";
            thevalue[ndx]="THE COTSWOLDS";
            ndx++;
            thetext[ndx]="Timberleaf";
            thevalue[ndx]="TIMBERLEAF";
            ndx++;
            thetext[ndx]="Trillium Glen";
            thevalue[ndx]="TRILLIUM GLEN";
            ndx++;
            thetext[ndx]="Two Oaks South";
            thevalue[ndx]="TWO OAKS SOUTH";
            ndx++;
            thetext[ndx]="Waterford Lakes";
            thevalue[ndx]="WATERFORD LAKES";
            ndx++;
            thetext[ndx]="White Oak Plantation";
            thevalue[ndx]="WHITE OAK PLANTATION";
            ndx++;
            thetext[ndx]="White Pine";
            thevalue[ndx]="WHITE PINE";
            ndx++;
            thetext[ndx]="Windsor Forest";
            thevalue[ndx]="WINDSOR FOREST";
            ndx++;
      break;
   case "Buncombe - Gerton":
            thetext[ndx]="Raven Ridge";
            thevalue[ndx]="RAVEN RIDGE";
            ndx++;
            thetext[ndx]="Timberline";
            thevalue[ndx]="TIMBERLINE";
            ndx++;
      break;
   case "Buncombe - Hendersonville":
            thetext[ndx]="Vista At Blacksmith Run";
            thevalue[ndx]="VISTA AT BLACKSMITH RUN";
            ndx++;
            thetext[ndx]="Wolfpen";
            thevalue[ndx]="WOLFPEN";
            ndx++;
      break;
   case "Buncombe - Leicester":
            thetext[ndx]="A Country Place";
            thevalue[ndx]="A COUNTRY PLACE";
            ndx++;
            thetext[ndx]="Alexander Acres";
            thevalue[ndx]="Alexander Acres";
            ndx++;
            thetext[ndx]="Alexander Heights";
            thevalue[ndx]="ALEXANDER HEIGHTS";
            ndx++;
            thetext[ndx]="Alexander Place";
            thevalue[ndx]="ALEXANDER PLACE";
            ndx++;
            thetext[ndx]="Alexander Ridge";
            thevalue[ndx]="Alexander Ridge";
            ndx++;
            thetext[ndx]="Andres Sarre Avila";
            thevalue[ndx]="Andres Sarre Avila";
            ndx++;
            thetext[ndx]="Bear Creek";
            thevalue[ndx]="BEAR CREEK";
            ndx++;
            thetext[ndx]="Bear Creek Hills";
            thevalue[ndx]="BEAR CREEK HILLS";
            ndx++;
            thetext[ndx]="Bearwallow Ridge";
            thevalue[ndx]="Bearwallow Ridge";
            ndx++;
            thetext[ndx]="Beechcrest";
            thevalue[ndx]="BEECHCREST";
            ndx++;
            thetext[ndx]="Big Sandy Mush";
            thevalue[ndx]="Big Sandy Mush";
            ndx++;
            thetext[ndx]="Blue Mist Farms";
            thevalue[ndx]="BLUE MIST FARMS";
            ndx++;
            thetext[ndx]="Breton Ridge";
            thevalue[ndx]="BRETON RIDGE";
            ndx++;
            thetext[ndx]="Browntown Estates";
            thevalue[ndx]="BROWNTOWN ESTATES";
            ndx++;
            thetext[ndx]="Cordell Acres";
            thevalue[ndx]="CORDELL ACRES";
            ndx++;
            thetext[ndx]="Country Place";
            thevalue[ndx]="COUNTRY PLACE";
            ndx++;
            thetext[ndx]="Crestview Estates";
            thevalue[ndx]="CRESTVIEW ESTATES";
            ndx++;
            thetext[ndx]="Danielbrook";
            thevalue[ndx]="DANIELBROOK";
            ndx++;
            thetext[ndx]="Davis Hollow";
            thevalue[ndx]="DAVIS HOLLOW";
            ndx++;
            thetext[ndx]="Dix Creek Heights";
            thevalue[ndx]="DIX CREEK HEIGHTS";
            ndx++;
            thetext[ndx]="Farmstead";
            thevalue[ndx]="Farmstead";
            ndx++;
            thetext[ndx]="Gillespie Heights";
            thevalue[ndx]="GILLESPIE HEIGHTS";
            ndx++;
            thetext[ndx]="Green Acres Estates";
            thevalue[ndx]="Green Acres Estates";
            ndx++;
            thetext[ndx]="Green Valley Estates";
            thevalue[ndx]="GREEN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Greenway";
            thevalue[ndx]="Greenway";
            ndx++;
            thetext[ndx]="Hayes Cove Estates";
            thevalue[ndx]="HAYES COVE ESTATES";
            ndx++;
            thetext[ndx]="Highland Hills";
            thevalue[ndx]="HIGHLAND HILLS";
            ndx++;
            thetext[ndx]="Hilltop Acres";
            thevalue[ndx]="HILLTOP ACRES";
            ndx++;
            thetext[ndx]="Indian Hill";
            thevalue[ndx]="INDIAN HILL";
            ndx++;
            thetext[ndx]="Indian Hills";
            thevalue[ndx]="INDIAN HILLS";
            ndx++;
            thetext[ndx]="Jackson Cove";
            thevalue[ndx]="JACKSON COVE";
            ndx++;
            thetext[ndx]="Juno Acres";
            thevalue[ndx]="JUNO ACRES";
            ndx++;
            thetext[ndx]="Lawson Ridge";
            thevalue[ndx]="LAWSON RIDGE";
            ndx++;
            thetext[ndx]="Leicester Heights";
            thevalue[ndx]="Leicester Heights";
            ndx++;
            thetext[ndx]="Leicester Village";
            thevalue[ndx]="Leicester Village";
            ndx++;
            thetext[ndx]="Meadowview Estates";
            thevalue[ndx]="Meadowview Estates";
            ndx++;
            thetext[ndx]="Montrace";
            thevalue[ndx]="Montrace";
            ndx++;
            thetext[ndx]="Moores Valley";
            thevalue[ndx]="Moores Valley";
            ndx++;
            thetext[ndx]="Morning Star Estates";
            thevalue[ndx]="Morning Star Estates";
            ndx++;
            thetext[ndx]="Mount Carmel Acres";
            thevalue[ndx]="MOUNT CARMEL ACRES";
            ndx++;
            thetext[ndx]="Mount Soma";
            thevalue[ndx]="Mount Soma";
            ndx++;
            thetext[ndx]="Mountain Shadows";
            thevalue[ndx]="MOUNTAIN SHADOWS";
            ndx++;
            thetext[ndx]="Mountain View";
            thevalue[ndx]="Mountain View";
            ndx++;
            thetext[ndx]="Mountain View Acres";
            thevalue[ndx]="MOUNTAIN VIEW ACRES";
            ndx++;
            thetext[ndx]="Mountian View";
            thevalue[ndx]="MOUNTIAN VIEW";
            ndx++;
            thetext[ndx]="Mtn Carmel Acres";
            thevalue[ndx]="MTN CARMEL ACRES";
            ndx++;
            thetext[ndx]="Newfound Acres";
            thevalue[ndx]="Newfound Acres";
            ndx++;
            thetext[ndx]="Newfound Estates";
            thevalue[ndx]="NEWFOUND ESTATES";
            ndx++;
            thetext[ndx]="Newfound Gap";
            thevalue[ndx]="NEWFOUND GAP";
            ndx++;
            thetext[ndx]="Noland Hills";
            thevalue[ndx]="NOLAND HILLS";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="NOT-IN SUBDIVISION";
            ndx++;
            thetext[ndx]="Nuggett Knoll";
            thevalue[ndx]="Nuggett Knoll";
            ndx++;
            thetext[ndx]="Oak Grove Plantation";
            thevalue[ndx]="Oak Grove Plantation";
            ndx++;
            thetext[ndx]="Oak Knolls";
            thevalue[ndx]="Oak Knolls";
            ndx++;
            thetext[ndx]="One Oak Estates";
            thevalue[ndx]="ONE OAK ESTATES";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pinecrest";
            thevalue[ndx]="PINECREST";
            ndx++;
            thetext[ndx]="Pleasant Acres";
            thevalue[ndx]="Pleasant Acres";
            ndx++;
            thetext[ndx]="Poplar Hills";
            thevalue[ndx]="POPLAR HILLS";
            ndx++;
            thetext[ndx]="Red Oak Plantation";
            thevalue[ndx]="RED OAK PLANTATION";
            ndx++;
            thetext[ndx]="Ridgeview Meadows";
            thevalue[ndx]="Ridgeview Meadows";
            ndx++;
            thetext[ndx]="Roger Estates";
            thevalue[ndx]="ROGER ESTATES";
            ndx++;
            thetext[ndx]="Rose Hill Plantation";
            thevalue[ndx]="ROSE HILL PLANTATION";
            ndx++;
            thetext[ndx]="Scenic Bluff";
            thevalue[ndx]="SCENIC BLUFF";
            ndx++;
            thetext[ndx]="Scenic View Terrace";
            thevalue[ndx]="SCENIC VIEW TERRACE";
            ndx++;
            thetext[ndx]="Serenity Forest";
            thevalue[ndx]="SERENITY FOREST";
            ndx++;
            thetext[ndx]="Solomon Acres";
            thevalue[ndx]="Solomon Acres";
            ndx++;
            thetext[ndx]="Starlight Acres";
            thevalue[ndx]="STARLIGHT ACRES";
            ndx++;
            thetext[ndx]="Stone Creek";
            thevalue[ndx]="STONE CREEK";
            ndx++;
            thetext[ndx]="Sunny Acres";
            thevalue[ndx]="SUNNY ACRES";
            ndx++;
            thetext[ndx]="Sunrise Valley";
            thevalue[ndx]="SUNRISE VALLEY";
            ndx++;
            thetext[ndx]="The Ridge Leicester";
            thevalue[ndx]="The Ridge Leicester";
            ndx++;
            thetext[ndx]="Timber Ridge";
            thevalue[ndx]="Timber Ridge";
            ndx++;
            thetext[ndx]="Towering Views Estates";
            thevalue[ndx]="Towering Views Estates";
            ndx++;
            thetext[ndx]="Turkey Creek Estates";
            thevalue[ndx]="TURKEY CREEK ESTATES";
            ndx++;
            thetext[ndx]="Turkey Creek Farms";
            thevalue[ndx]="TURKEY CREEK FARMS";
            ndx++;
            thetext[ndx]="Walnut Creek";
            thevalue[ndx]="WALNUT CREEK";
            ndx++;
            thetext[ndx]="Wells Valley";
            thevalue[ndx]="WELLS VALLEY";
            ndx++;
            thetext[ndx]="Whispering Pines";
            thevalue[ndx]="WHISPERING PINES";
            ndx++;
            thetext[ndx]="Whispering Pines Estates";
            thevalue[ndx]="WHISPERING PINES ESTATES";
            ndx++;
            thetext[ndx]="Whispering Winds";
            thevalue[ndx]="WHISPERING WINDS";
            ndx++;
            thetext[ndx]="Whitlow Acres";
            thevalue[ndx]="WHITLOW ACRES";
            ndx++;
            thetext[ndx]="Whitt Fields";
            thevalue[ndx]="WHITT FIELDS";
            ndx++;
            thetext[ndx]="Wild Turkey Cove";
            thevalue[ndx]="WILD TURKEY COVE";
            ndx++;
            thetext[ndx]="Willow Tree Springs";
            thevalue[ndx]="WILLOW TREE SPRINGS";
            ndx++;
            thetext[ndx]="Woody Estates";
            thevalue[ndx]="WOODY ESTATES";
            ndx++;
            thetext[ndx]="Woodys Estates";
            thevalue[ndx]="WOODYS ESTATES";
            ndx++;
      break;
   case "Buncombe - Marshall":
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
      break;
   case "Buncombe - Marshall Bun":
            thetext[ndx]="Bear Creek Estates";
            thevalue[ndx]="BEAR CREEK ESTATES";
            ndx++;
            thetext[ndx]="Piney Knob Estates";
            thevalue[ndx]="PINEY KNOB ESTATES";
            ndx++;
            thetext[ndx]="Piney View Estates";
            thevalue[ndx]="PINEY VIEW ESTATES";
            ndx++;
            thetext[ndx]="Pleasant Acres";
            thevalue[ndx]="PLEASANT ACRES";
            ndx++;
      break;
   case "Buncombe - Mills River":
            thetext[ndx]="High Ridge";
            thevalue[ndx]="HIGH RIDGE";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="High Vista";
            ndx++;
            thetext[ndx]="High Vista Country C";
            thevalue[ndx]="HIGH VISTA COUNTRY C";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="HIGH VISTA FALLS";
            ndx++;
      break;
   case "Buncombe - Montreat":
            thetext[ndx]="Mountain Retreat";
            thevalue[ndx]="MOUNTAIN RETREAT";
            ndx++;
      break;
   case "Buncombe - NW":
            thetext[ndx]="Magnolia Farms";
            thevalue[ndx]="MAGNOLIA FARMS";
            ndx++;
      break;
   case "Buncombe - NW - 30":
            thetext[ndx]="Magnolia Farms";
            thevalue[ndx]="Magnolia Farms";
            ndx++;
      break;
   case "Buncombe - Other":
            thetext[ndx]="Eagle's Rest";
            thevalue[ndx]="EAGLE'S REST";
            ndx++;
            thetext[ndx]="Eagles Rest";
            thevalue[ndx]="EAGLES REST";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Timberline Estates";
            thevalue[ndx]="TIMBERLINE ESTATES";
            ndx++;
      break;
   case "Buncombe - Out Of Area":
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="NOT-IN SUBDIVISION";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Buncombe - Reynolds":
      break;
   case "Buncombe - Riceville":
            thetext[ndx]="Buffalo Mountain";
            thevalue[ndx]="BUFFALO MOUNTAIN";
            ndx++;
      break;
   case "Buncombe - Ridgecrest":
            thetext[ndx]="Ridgecrest";
            thevalue[ndx]="RIDGECREST";
            ndx++;
      break;
   case "Buncombe - Sandymush":
            thetext[ndx]="Mount Soma";
            thevalue[ndx]="Mount Soma";
            ndx++;
            thetext[ndx]="The Glade";
            thevalue[ndx]="The Glade";
            ndx++;
      break;
   case "Buncombe - Swannanoa":
            thetext[ndx]="Alice I And Harry L Carter J";
            thevalue[ndx]="ALICE I AND HARRY L CARTER J";
            ndx++;
            thetext[ndx]="Alpine Meadows";
            thevalue[ndx]="ALPINE MEADOWS";
            ndx++;
            thetext[ndx]="Alpine Mountain";
            thevalue[ndx]="ALPINE MOUNTAIN";
            ndx++;
            thetext[ndx]="Anderton Acres";
            thevalue[ndx]="ANDERTON ACRES";
            ndx++;
            thetext[ndx]="Apline Meadows";
            thevalue[ndx]="APLINE MEADOWS";
            ndx++;
            thetext[ndx]="Beacon Village";
            thevalue[ndx]="BEACON VILLAGE";
            ndx++;
            thetext[ndx]="Bee Tree";
            thevalue[ndx]="BEE TREE";
            ndx++;
            thetext[ndx]="Bee Tree Forest";
            thevalue[ndx]="Bee Tree Forest";
            ndx++;
            thetext[ndx]="Bee Tree Meadows";
            thevalue[ndx]="BEE TREE MEADOWS";
            ndx++;
            thetext[ndx]="Bee Tree Village";
            thevalue[ndx]="BEE TREE VILLAGE";
            ndx++;
            thetext[ndx]="Bee Tree Village Cliffside";
            thevalue[ndx]="BEE TREE VILLAGE CLIFFSIDE";
            ndx++;
            thetext[ndx]="Brookhaven Village";
            thevalue[ndx]="BROOKHAVEN VILLAGE";
            ndx++;
            thetext[ndx]="Carriage Meadows";
            thevalue[ndx]="CARRIAGE MEADOWS";
            ndx++;
            thetext[ndx]="Cherokee Run";
            thevalue[ndx]="Cherokee Run";
            ndx++;
            thetext[ndx]="Cherry Blossom Cove";
            thevalue[ndx]="CHERRY BLOSSOM COVE";
            ndx++;
            thetext[ndx]="Cliffs At High Carolina";
            thevalue[ndx]="CLIFFS AT HIGH CAROLINA";
            ndx++;
            thetext[ndx]="Craggy View";
            thevalue[ndx]="CRAGGY VIEW";
            ndx++;
            thetext[ndx]="Craggy View Cottages";
            thevalue[ndx]="CRAGGY VIEW COTTAGES";
            ndx++;
            thetext[ndx]="Davidson Hill";
            thevalue[ndx]="Davidson Hill";
            ndx++;
            thetext[ndx]="Elatee Park";
            thevalue[ndx]="ELATEE PARK";
            ndx++;
            thetext[ndx]="Fernstone Village";
            thevalue[ndx]="FERNSTONE VILLAGE";
            ndx++;
            thetext[ndx]="Gray Eagle";
            thevalue[ndx]="Gray Eagle";
            ndx++;
            thetext[ndx]="Green Acres Estates";
            thevalue[ndx]="GREEN ACRES ESTATES";
            ndx++;
            thetext[ndx]="Grovemont";
            thevalue[ndx]="GROVEMONT";
            ndx++;
            thetext[ndx]="Grovemont-on-swannanoa";
            thevalue[ndx]="GROVEMONT-ON-SWANNANOA";
            ndx++;
            thetext[ndx]="Hannas Whispering Pines";
            thevalue[ndx]="HANNAS WHISPERING PINES";
            ndx++;
            thetext[ndx]="Harrison Hill";
            thevalue[ndx]="HARRISON HILL";
            ndx++;
            thetext[ndx]="Hickory Ridge Estates";
            thevalue[ndx]="HICKORY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Hillside Estates";
            thevalue[ndx]="HILLSIDE ESTATES";
            ndx++;
            thetext[ndx]="Huntington Woods";
            thevalue[ndx]="HUNTINGTON WOODS";
            ndx++;
            thetext[ndx]="Jims Branch Knoll";
            thevalue[ndx]="JIMS BRANCH KNOLL";
            ndx++;
            thetext[ndx]="Kortlinn Farms";
            thevalue[ndx]="KORTLINN FARMS";
            ndx++;
            thetext[ndx]="Laurel Acres";
            thevalue[ndx]="LAUREL ACRES";
            ndx++;
            thetext[ndx]="New Salem Park";
            thevalue[ndx]="NEW SALEM PARK";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Not";
            thevalue[ndx]="Not";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Olde Williamsburg";
            thevalue[ndx]="OLDE WILLIAMSBURG";
            ndx++;
            thetext[ndx]="Rhododendron";
            thevalue[ndx]="RHODODENDRON";
            ndx++;
            thetext[ndx]="Riverview Terrace";
            thevalue[ndx]="RIVERVIEW TERRACE";
            ndx++;
            thetext[ndx]="Riverwood Place";
            thevalue[ndx]="RIVERWOOD PLACE";
            ndx++;
            thetext[ndx]="Rolling Hills";
            thevalue[ndx]="ROLLING HILLS";
            ndx++;
            thetext[ndx]="Sherwood Forest";
            thevalue[ndx]="SHERWOOD FOREST";
            ndx++;
            thetext[ndx]="Sleepy Hollow";
            thevalue[ndx]="SLEEPY HOLLOW";
            ndx++;
            thetext[ndx]="Smoky Mountain Estates";
            thevalue[ndx]="SMOKY MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Sonrise";
            thevalue[ndx]="Sonrise";
            ndx++;
            thetext[ndx]="Summer Haven";
            thevalue[ndx]="SUMMER HAVEN";
            ndx++;
            thetext[ndx]="Swannanoa Valley";
            thevalue[ndx]="SWANNANOA VALLEY";
            ndx++;
            thetext[ndx]="The Woodlands Of Swannanoa";
            thevalue[ndx]="THE WOODLANDS OF SWANNANOA";
            ndx++;
            thetext[ndx]="Woodburn Place";
            thevalue[ndx]="WOODBURN PLACE";
            ndx++;
      break;
   case "Buncombe - Upper Hominy":
      break;
   case "Buncombe - Weaverville":
            thetext[ndx]="Alpine Meadows";
            thevalue[ndx]="ALPINE MEADOWS";
            ndx++;
            thetext[ndx]="Amber Knoll";
            thevalue[ndx]="Amber Knoll";
            ndx++;
            thetext[ndx]="Amber Knolls";
            thevalue[ndx]="AMBER KNOLLS";
            ndx++;
            thetext[ndx]="Anna Glen";
            thevalue[ndx]="ANNA GLEN";
            ndx++;
            thetext[ndx]="Ashleigh Grove";
            thevalue[ndx]="ASHLEIGH GROVE";
            ndx++;
            thetext[ndx]="Autumn Hills";
            thevalue[ndx]="AUTUMN HILLS";
            ndx++;
            thetext[ndx]="Beech";
            thevalue[ndx]="Beech";
            ndx++;
            thetext[ndx]="Beech Valley Estates";
            thevalue[ndx]="BEECH VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Bill Mountain Acres";
            thevalue[ndx]="BILL MOUNTAIN ACRES";
            ndx++;
            thetext[ndx]="Brandon Estates";
            thevalue[ndx]="BRANDON ESTATES";
            ndx++;
            thetext[ndx]="Brigadoon Estates";
            thevalue[ndx]="BRIGADOON ESTATES";
            ndx++;
            thetext[ndx]="Brook View Estates";
            thevalue[ndx]="BROOK VIEW ESTATES";
            ndx++;
            thetext[ndx]="Brookview Estates";
            thevalue[ndx]="BROOKVIEW ESTATES";
            ndx++;
            thetext[ndx]="Bryce Acres";
            thevalue[ndx]="BRYCE ACRES";
            ndx++;
            thetext[ndx]="Cambrook";
            thevalue[ndx]="CAMBROOK";
            ndx++;
            thetext[ndx]="Canyon Creek Estates";
            thevalue[ndx]="Canyon Creek Estates";
            ndx++;
            thetext[ndx]="Cardinal Crest";
            thevalue[ndx]="CARDINAL CREST";
            ndx++;
            thetext[ndx]="Chateaux Country";
            thevalue[ndx]="CHATEAUX COUNTRY";
            ndx++;
            thetext[ndx]="Cherry Ridge";
            thevalue[ndx]="Cherry Ridge";
            ndx++;
            thetext[ndx]="Chickwood Knoll";
            thevalue[ndx]="CHICKWOOD KNOLL";
            ndx++;
            thetext[ndx]="Clarks Chapel Ridge";
            thevalue[ndx]="CLARKS CHAPEL RIDGE";
            ndx++;
            thetext[ndx]="Clearview Estates";
            thevalue[ndx]="CLEARVIEW ESTATES";
            ndx++;
            thetext[ndx]="Clover Brook";
            thevalue[ndx]="CLOVER BROOK";
            ndx++;
            thetext[ndx]="Colonial Ridge Estates";
            thevalue[ndx]="COLONIAL RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Creekside Village";
            thevalue[ndx]="CREEKSIDE VILLAGE";
            ndx++;
            thetext[ndx]="Cross Creek";
            thevalue[ndx]="Cross Creek";
            ndx++;
            thetext[ndx]="Dogwood Knolls";
            thevalue[ndx]="DOGWOOD KNOLLS";
            ndx++;
            thetext[ndx]="Dula Springs";
            thevalue[ndx]="DULA SPRINGS";
            ndx++;
            thetext[ndx]="Eller Cove Estates";
            thevalue[ndx]="Eller Cove Estates";
            ndx++;
            thetext[ndx]="Eller Ford";
            thevalue[ndx]="ELLER FORD";
            ndx++;
            thetext[ndx]="Eller Woods";
            thevalue[ndx]="ELLER WOODS";
            ndx++;
            thetext[ndx]="England Woods";
            thevalue[ndx]="ENGLAND WOODS";
            ndx++;
            thetext[ndx]="Estates At Sheppards Branch";
            thevalue[ndx]="ESTATES AT SHEPPARDS BRANCH";
            ndx++;
            thetext[ndx]="Estates Of Hobson Branch";
            thevalue[ndx]="Estates of Hobson Branch";
            ndx++;
            thetext[ndx]="Evergreen Trace";
            thevalue[ndx]="EVERGREEN TRACE";
            ndx++;
            thetext[ndx]="Fairway View Estates";
            thevalue[ndx]="FAIRWAY VIEW ESTATES";
            ndx++;
            thetext[ndx]="Flat Creek";
            thevalue[ndx]="FLAT CREEK";
            ndx++;
            thetext[ndx]="Flat Creek/wville";
            thevalue[ndx]="Flat Creek/Wville";
            ndx++;
            thetext[ndx]="Forest Knoll";
            thevalue[ndx]="FOREST KNOLL";
            ndx++;
            thetext[ndx]="Forks Of Ivy Acres";
            thevalue[ndx]="FORKS OF IVY ACRES";
            ndx++;
            thetext[ndx]="Fox Lair Crossings";
            thevalue[ndx]="Fox Lair Crossings";
            ndx++;
            thetext[ndx]="Fox Trap Ridge";
            thevalue[ndx]="FOX TRAP RIDGE";
            ndx++;
            thetext[ndx]="Garrison Hills";
            thevalue[ndx]="Garrison Hills";
            ndx++;
            thetext[ndx]="Glen At Forest Knoll";
            thevalue[ndx]="GLEN AT FOREST KNOLL";
            ndx++;
            thetext[ndx]="Glen Hollow";
            thevalue[ndx]="GLEN HOLLOW";
            ndx++;
            thetext[ndx]="Hamburg Crossing";
            thevalue[ndx]="HAMBURG CROSSING";
            ndx++;
            thetext[ndx]="Hamburg Mountain";
            thevalue[ndx]="HAMBURG MOUNTAIN";
            ndx++;
            thetext[ndx]="Hamburg Place";
            thevalue[ndx]="HAMBURG PLACE";
            ndx++;
            thetext[ndx]="Hamburg Terrace";
            thevalue[ndx]="HAMBURG TERRACE";
            ndx++;
            thetext[ndx]="Hampton";
            thevalue[ndx]="HAMPTON";
            ndx++;
            thetext[ndx]="Hannas Whispering Hills";
            thevalue[ndx]="Hannas Whispering Hills";
            ndx++;
            thetext[ndx]="Hawks Landing";
            thevalue[ndx]="HAWKS LANDING";
            ndx++;
            thetext[ndx]="Herron Cove Heights";
            thevalue[ndx]="Herron Cove Heights";
            ndx++;
            thetext[ndx]="Hidden Meadows";
            thevalue[ndx]="Hidden Meadows";
            ndx++;
            thetext[ndx]="Hidden Meadows Weaverville";
            thevalue[ndx]="Hidden Meadows Weaverville";
            ndx++;
            thetext[ndx]="High Country Estates";
            thevalue[ndx]="HIGH COUNTRY ESTATES";
            ndx++;
            thetext[ndx]="High Point";
            thevalue[ndx]="HIGH POINT";
            ndx++;
            thetext[ndx]="Hilanda Acres";
            thevalue[ndx]="HILANDA ACRES";
            ndx++;
            thetext[ndx]="Holly Hill";
            thevalue[ndx]="HOLLY HILL";
            ndx++;
            thetext[ndx]="Hoot Owl Estates";
            thevalue[ndx]="HOOT OWL ESTATES";
            ndx++;
            thetext[ndx]="Horizon Hill";
            thevalue[ndx]="HORIZON HILL";
            ndx++;
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Ivy Cove";
            thevalue[ndx]="IVY COVE";
            ndx++;
            thetext[ndx]="Ivy Hill";
            thevalue[ndx]="Ivy Hill";
            ndx++;
            thetext[ndx]="Ivy Meadows";
            thevalue[ndx]="Ivy Meadows";
            ndx++;
            thetext[ndx]="Jackson Ridge";
            thevalue[ndx]="JACKSON RIDGE";
            ndx++;
            thetext[ndx]="Johnson Farms";
            thevalue[ndx]="JOHNSON FARMS";
            ndx++;
            thetext[ndx]="Jupiter Crest";
            thevalue[ndx]="Jupiter Crest";
            ndx++;
            thetext[ndx]="Jupiter Heights";
            thevalue[ndx]="Jupiter Heights";
            ndx++;
            thetext[ndx]="Jupiter Hills";
            thevalue[ndx]="JUPITER HILLS";
            ndx++;
            thetext[ndx]="Karen Ann Searle";
            thevalue[ndx]="KAREN ANN SEARLE";
            ndx++;
            thetext[ndx]="Kentwood Acres";
            thevalue[ndx]="KENTWOOD ACRES";
            ndx++;
            thetext[ndx]="Kimberly Hills";
            thevalue[ndx]="KIMBERLY HILLS";
            ndx++;
            thetext[ndx]="Kirk Glen";
            thevalue[ndx]="KIRK GLEN";
            ndx++;
            thetext[ndx]="Kyfields";
            thevalue[ndx]="KYFIELDS";
            ndx++;
            thetext[ndx]="Lakeshore Park";
            thevalue[ndx]="LAKESHORE PARK";
            ndx++;
            thetext[ndx]="Le Perrion At Hamburg Mt";
            thevalue[ndx]="LE PERRION AT HAMBURG MT";
            ndx++;
            thetext[ndx]="Leisure Woods";
            thevalue[ndx]="LEISURE WOODS";
            ndx++;
            thetext[ndx]="Little Flat Creek";
            thevalue[ndx]="LITTLE FLAT CREEK";
            ndx++;
            thetext[ndx]="Madison View Estates";
            thevalue[ndx]="MADISON VIEW ESTATES";
            ndx++;
            thetext[ndx]="Meadows In The Woods";
            thevalue[ndx]="MEADOWS IN THE WOODS";
            ndx++;
            thetext[ndx]="Monticello Estates";
            thevalue[ndx]="MONTICELLO ESTATES";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="North Knob Preserve";
            thevalue[ndx]="North Knob Preserve";
            ndx++;
            thetext[ndx]="North Lake";
            thevalue[ndx]="NORTH LAKE";
            ndx++;
            thetext[ndx]="Northern Horizons";
            thevalue[ndx]="NORTHERN HORIZONS";
            ndx++;
            thetext[ndx]="Northridge Estates";
            thevalue[ndx]="NORTHRIDGE ESTATES";
            ndx++;
            thetext[ndx]="Northside  Estates";
            thevalue[ndx]="NORTHSIDE  ESTATES";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Oak Glen";
            thevalue[ndx]="OAK GLEN";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Ox Creek";
            thevalue[ndx]="OX CREEK";
            ndx++;
            thetext[ndx]="Oxbow Crossing";
            thevalue[ndx]="OXBOW CROSSING";
            ndx++;
            thetext[ndx]="Pack Saddle Ridge";
            thevalue[ndx]="PACK SADDLE RIDGE";
            ndx++;
            thetext[ndx]="Pinebrook Farms";
            thevalue[ndx]="PINEBROOK FARMS";
            ndx++;
            thetext[ndx]="Pinecrest";
            thevalue[ndx]="Pinecrest";
            ndx++;
            thetext[ndx]="Pinerose";
            thevalue[ndx]="PINEROSE";
            ndx++;
            thetext[ndx]="Ponders Ridge";
            thevalue[ndx]="Ponders Ridge";
            ndx++;
            thetext[ndx]="Powderhorn Ridge";
            thevalue[ndx]="POWDERHORN RIDGE";
            ndx++;
            thetext[ndx]="Reems Creek";
            thevalue[ndx]="REEMS CREEK";
            ndx++;
            thetext[ndx]="Reems Creek Comm And Golf Club";
            thevalue[ndx]="REEMS CREEK COMM AND GOLF CLUB";
            ndx++;
            thetext[ndx]="Reems Creek Country Estates";
            thevalue[ndx]="REEMS CREEK COUNTRY ESTATES";
            ndx++;
            thetext[ndx]="Reems Creek Golf Community";
            thevalue[ndx]="REEMS CREEK GOLF COMMUNITY";
            ndx++;
            thetext[ndx]="Reems Creek Meadows";
            thevalue[ndx]="REEMS CREEK MEADOWS";
            ndx++;
            thetext[ndx]="Reems Creek Twp";
            thevalue[ndx]="REEMS CREEK TWP";
            ndx++;
            thetext[ndx]="Reems Creek Valley";
            thevalue[ndx]="REEMS CREEK VALLEY";
            ndx++;
            thetext[ndx]="Reems Creek Village";
            thevalue[ndx]="REEMS CREEK VILLAGE";
            ndx++;
            thetext[ndx]="Reems Creek Villas";
            thevalue[ndx]="REEMS CREEK VILLAS";
            ndx++;
            thetext[ndx]="Richland Knob";
            thevalue[ndx]="RICHLAND KNOB";
            ndx++;
            thetext[ndx]="Ridge Brook Estates";
            thevalue[ndx]="RIDGE BROOK ESTATES";
            ndx++;
            thetext[ndx]="Ridgeway";
            thevalue[ndx]="RIDGEWAY";
            ndx++;
            thetext[ndx]="Rolling Acres";
            thevalue[ndx]="Rolling Acres";
            ndx++;
            thetext[ndx]="Ryan Acres";
            thevalue[ndx]="RYAN ACRES";
            ndx++;
            thetext[ndx]="S W Davidson Estate";
            thevalue[ndx]="S W Davidson Estate";
            ndx++;
            thetext[ndx]="Salem Acres";
            thevalue[ndx]="SALEM ACRES";
            ndx++;
            thetext[ndx]="Seven Glens";
            thevalue[ndx]="SEVEN GLENS";
            ndx++;
            thetext[ndx]="Shadowbrook";
            thevalue[ndx]="SHADOWBROOK";
            ndx++;
            thetext[ndx]="Skyline Village";
            thevalue[ndx]="Skyline Village";
            ndx++;
            thetext[ndx]="Songbird Haven";
            thevalue[ndx]="Songbird Haven";
            ndx++;
            thetext[ndx]="Southern View Acres";
            thevalue[ndx]="Southern View Acres";
            ndx++;
            thetext[ndx]="Spanish Oaks";
            thevalue[ndx]="Spanish Oaks";
            ndx++;
            thetext[ndx]="Spicewood Hills";
            thevalue[ndx]="Spicewood Hills";
            ndx++;
            thetext[ndx]="Spring Meadows Estates";
            thevalue[ndx]="SPRING MEADOWS ESTATES";
            ndx++;
            thetext[ndx]="Starview Heights";
            thevalue[ndx]="STARVIEW HEIGHTS";
            ndx++;
            thetext[ndx]="Stockton Acres";
            thevalue[ndx]="Stockton Acres";
            ndx++;
            thetext[ndx]="Stockton Ridge";
            thevalue[ndx]="STOCKTON RIDGE";
            ndx++;
            thetext[ndx]="Stoney Knob";
            thevalue[ndx]="STONEY KNOB";
            ndx++;
            thetext[ndx]="Stoneybrook";
            thevalue[ndx]="STONEYBROOK";
            ndx++;
            thetext[ndx]="Strawberry Fields";
            thevalue[ndx]="STRAWBERRY FIELDS";
            ndx++;
            thetext[ndx]="Sugar Hill Estates";
            thevalue[ndx]="SUGAR HILL ESTATES";
            ndx++;
            thetext[ndx]="Sugarhill Estates";
            thevalue[ndx]="SUGARHILL ESTATES";
            ndx++;
            thetext[ndx]="Sunset Hills";
            thevalue[ndx]="SUNSET HILLS";
            ndx++;
            thetext[ndx]="Sunset Ridge";
            thevalue[ndx]="SUNSET RIDGE";
            ndx++;
            thetext[ndx]="Tennille Dawn Estates";
            thevalue[ndx]="TENNILLE DAWN ESTATES";
            ndx++;
            thetext[ndx]="The Summit @ Hamburg Mountain";
            thevalue[ndx]="The Summit @ Hamburg Mountain";
            ndx++;
            thetext[ndx]="The Summit At Hamburg Mtn.";
            thevalue[ndx]="The Summit at Hamburg Mtn.";
            ndx++;
            thetext[ndx]="The Village At Monticello";
            thevalue[ndx]="THE VILLAGE AT MONTICELLO";
            ndx++;
            thetext[ndx]="Timber Trail";
            thevalue[ndx]="TIMBER TRAIL";
            ndx++;
            thetext[ndx]="Twin Brook Hills";
            thevalue[ndx]="TWIN BROOK HILLS";
            ndx++;
            thetext[ndx]="Twin Hills";
            thevalue[ndx]="TWIN HILLS";
            ndx++;
            thetext[ndx]="Viewpointe";
            thevalue[ndx]="Viewpointe";
            ndx++;
            thetext[ndx]="Village Park";
            thevalue[ndx]="VILLAGE PARK";
            ndx++;
            thetext[ndx]="Waters Edge Condos";
            thevalue[ndx]="WATERS EDGE CONDOS";
            ndx++;
            thetext[ndx]="Weaver Park";
            thevalue[ndx]="WEAVER PARK";
            ndx++;
            thetext[ndx]="Weavervl/bnardsvl";
            thevalue[ndx]="WEAVERVL/BNARDSVL";
            ndx++;
            thetext[ndx]="White Oak Ridge";
            thevalue[ndx]="WHITE OAK RIDGE";
            ndx++;
            thetext[ndx]="White Thorn Acres";
            thevalue[ndx]="WHITE THORN ACRES";
            ndx++;
            thetext[ndx]="Wilderness";
            thevalue[ndx]="WILDERNESS";
            ndx++;
            thetext[ndx]="Wildwood Acres";
            thevalue[ndx]="WILDWOOD ACRES";
            ndx++;
            thetext[ndx]="Woodland Acres";
            thevalue[ndx]="Woodland Acres";
            ndx++;
            thetext[ndx]="Woodland Hills";
            thevalue[ndx]="WOODLAND HILLS";
            ndx++;
            thetext[ndx]="Worthington Ridge";
            thevalue[ndx]="WORTHINGTON RIDGE";
            ndx++;
            thetext[ndx]="Wrightwood";
            thevalue[ndx]="WRIGHTWOOD";
            ndx++;
            thetext[ndx]="|";
            thevalue[ndx]="|";
            ndx++;
      break;
   case "Buncombe - Woodfin":
            thetext[ndx]="Baird Cove";
            thevalue[ndx]="BAIRD COVE";
            ndx++;
            thetext[ndx]="Barebridge Hills";
            thevalue[ndx]="Barebridge Hills";
            ndx++;
            thetext[ndx]="Bi Cotton Mills";
            thevalue[ndx]="BI COTTON MILLS";
            ndx++;
            thetext[ndx]="Dawn Bryant";
            thevalue[ndx]="DAWN BRYANT";
            ndx++;
            thetext[ndx]="Laurel Terrace";
            thevalue[ndx]="Laurel Terrace";
            ndx++;
            thetext[ndx]="Northside  Estates";
            thevalue[ndx]="NORTHSIDE  ESTATES";
            ndx++;
            thetext[ndx]="Northside Estates";
            thevalue[ndx]="NORTHSIDE ESTATES";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="River Walk";
            thevalue[ndx]="River Walk";
            ndx++;
            thetext[ndx]="Riverside Terrace";
            thevalue[ndx]="RIVERSIDE TERRACE";
            ndx++;
            thetext[ndx]="Rock Springs";
            thevalue[ndx]="Rock Springs";
            ndx++;
            thetext[ndx]="Sunny Ridge";
            thevalue[ndx]="SUNNY RIDGE";
            ndx++;
            thetext[ndx]="The Villages At Crest Mountain";
            thevalue[ndx]="THE VILLAGES AT CREST MOUNTAIN";
            ndx++;
            thetext[ndx]="Town And Country Estates";
            thevalue[ndx]="TOWN AND COUNTRY ESTATES";
            ndx++;
            thetext[ndx]="Versant";
            thevalue[ndx]="Versant";
            ndx++;
            thetext[ndx]="Woodfin Land Company";
            thevalue[ndx]="WOODFIN LAND COMPANY";
            ndx++;
      break;
   case "Burke - #2 Grassy Creek":
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="Woodcliff Resort";
            ndx++;
      break;
   case "Burke - Morganton":
            thetext[ndx]="Shadowbrook";
            thevalue[ndx]="SHADOWBROOK";
            ndx++;
      break;
   case "Charleston - Folly Beach":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Cherokee - ":
      break;
   case "Cherokee - Murphy":
            thetext[ndx]="Grand Vista";
            thevalue[ndx]="Grand Vista";
            ndx++;
            thetext[ndx]="No Subdivision";
            thevalue[ndx]="NO SUBDIVISION";
            ndx++;
            thetext[ndx]="North Shore";
            thevalue[ndx]="North Shore";
            ndx++;
            thetext[ndx]="Outlook Ridge";
            thevalue[ndx]="Outlook Ridge";
            ndx++;
            thetext[ndx]="The Falls";
            thevalue[ndx]="The Falls";
            ndx++;
      break;
   case "Cherokee - Other":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Cherokee - Out Of Area":
      break;
   case "Cleveland - Casar":
      break;
   case "Cleveland - Kings Mountain":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Cleveland - Kingstown":
      break;
   case "Cleveland - Mooresboro":
            thetext[ndx]="Broad River Highlands";
            thevalue[ndx]="Broad River Highlands";
            ndx++;
      break;
   case "Cleveland - Shelby":
            thetext[ndx]="Carriage Run";
            thevalue[ndx]="Carriage Run";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="NOT-IN SUBDIVISION";
            ndx++;
            thetext[ndx]="Not-in-subdivision";
            thevalue[ndx]="NOT-IN-SUBDIVISION";
            ndx++;
      break;
   case "County - Town":
            thetext[ndx]="Subdivision";
            thevalue[ndx]="SUBDIVISION";
            ndx++;
      break;
   case "Graham - Fontana Dam":
            thetext[ndx]="Fontana Village";
            thevalue[ndx]="FONTANA VILLAGE";
            ndx++;
      break;
   case "Graham - Robbinsville":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Greenville - Alexander":
            thetext[ndx]="12th Fairway";
            thevalue[ndx]="12th Fairway";
            ndx++;
      break;
   case "Greenville - Campobello":
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
      break;
   case "Greenville - Glassy Mountain Area":
            thetext[ndx]="Glassy Falls";
            thevalue[ndx]="Glassy Falls";
            ndx++;
      break;
   case "Greenville - Greenville":
            thetext[ndx]="Bailey Ridge";
            thevalue[ndx]="Bailey Ridge";
            ndx++;
      break;
   case "Greenville - Landrum":
            thetext[ndx]="Lake Lanier";
            thevalue[ndx]="LAKE LANIER";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="The Cliffs At Glassy";
            thevalue[ndx]="THE CLIFFS AT GLASSY";
            ndx++;
      break;
   case "Greenville - Landrum SC":
            thetext[ndx]="Highlands Of Oak Grove";
            thevalue[ndx]="HIGHLANDS OF OAK GROVE";
            ndx++;
            thetext[ndx]="The Cliffs At Glassy East";
            thevalue[ndx]="The Cliffs at Glassy East";
            ndx++;
      break;
   case "Greenville - Landrum, SC":
            thetext[ndx]="Highlands Of Oak Grove";
            thevalue[ndx]="HIGHLANDS OF OAK GROVE";
            ndx++;
            thetext[ndx]="The Cliffs At Glassy East";
            thevalue[ndx]="THE CLIFFS AT GLASSY EAST";
            ndx++;
      break;
   case "Greenville - Marietta SC":
            thetext[ndx]="Garden Gate";
            thevalue[ndx]="GARDEN GATE";
            ndx++;
      break;
   case "Greenville - Marietta, SC":
            thetext[ndx]="Garden Gate";
            thevalue[ndx]="GARDEN GATE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Greenville - Other":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Greenville - Travelers Rest":
            thetext[ndx]="Cliffs At Mountain Park";
            thevalue[ndx]="Cliffs at Mountain Park";
            ndx++;
            thetext[ndx]="Cliffs Valley";
            thevalue[ndx]="CLIFFS VALLEY";
            ndx++;
            thetext[ndx]="The Woodlands";
            thevalue[ndx]="The Woodlands";
            ndx++;
      break;
   case "Haywood - Alexander":
            thetext[ndx]="12th Fairway";
            thevalue[ndx]="12TH FAIRWAY";
            ndx++;
            thetext[ndx]="Hickory Hills";
            thevalue[ndx]="HICKORY HILLS";
            ndx++;
      break;
   case "Haywood - Balsam":
            thetext[ndx]="Balsam Valley View";
            thevalue[ndx]="BALSAM VALLEY VIEW";
            ndx++;
            thetext[ndx]="Halcyon Estates";
            thevalue[ndx]="HALCYON ESTATES";
            ndx++;
            thetext[ndx]="Scotts Creek";
            thevalue[ndx]="SCOTTS CREEK";
            ndx++;
            thetext[ndx]="Wood Stream";
            thevalue[ndx]="WOOD STREAM";
            ndx++;
      break;
   case "Haywood - Beaverdam":
            thetext[ndx]="Beaverdam Estates";
            thevalue[ndx]="BEAVERDAM ESTATES";
            ndx++;
            thetext[ndx]="Beaverdam Heights";
            thevalue[ndx]="BEAVERDAM HEIGHTS";
            ndx++;
            thetext[ndx]="Brook Hollow Estates";
            thevalue[ndx]="BROOK HOLLOW ESTATES";
            ndx++;
            thetext[ndx]="Carolina Mountain Ridge";
            thevalue[ndx]="CAROLINA MOUNTAIN RIDGE";
            ndx++;
            thetext[ndx]="Country Meadows";
            thevalue[ndx]="COUNTRY MEADOWS";
            ndx++;
            thetext[ndx]="Dutch Cove Village";
            thevalue[ndx]="DUTCH COVE VILLAGE";
            ndx++;
            thetext[ndx]="Dutch Cove Villiage";
            thevalue[ndx]="DUTCH COVE VILLIAGE";
            ndx++;
            thetext[ndx]="Glory Acres";
            thevalue[ndx]="Glory Acres";
            ndx++;
            thetext[ndx]="Grassy Top Estates";
            thevalue[ndx]="GRASSY TOP ESTATES";
            ndx++;
            thetext[ndx]="Green Acres";
            thevalue[ndx]="GREEN ACRES";
            ndx++;
            thetext[ndx]="Greene Mountain Estates";
            thevalue[ndx]="Greene Mountain Estates";
            ndx++;
            thetext[ndx]="Holly Ridge Estates";
            thevalue[ndx]="HOLLY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Interstate Park";
            thevalue[ndx]="INTERSTATE PARK";
            ndx++;
            thetext[ndx]="Mystic Cove";
            thevalue[ndx]="MYSTIC COVE";
            ndx++;
            thetext[ndx]="Newfound Acres";
            thevalue[ndx]="NEWFOUND ACRES";
            ndx++;
            thetext[ndx]="Rockwood Heights";
            thevalue[ndx]="Rockwood Heights";
            ndx++;
            thetext[ndx]="Silent Forest";
            thevalue[ndx]="SILENT FOREST";
            ndx++;
            thetext[ndx]="Sorrells Estate";
            thevalue[ndx]="Sorrells Estate";
            ndx++;
            thetext[ndx]="Sunrise Estates Ii";
            thevalue[ndx]="SUNRISE ESTATES II";
            ndx++;
            thetext[ndx]="The Forest";
            thevalue[ndx]="THE FOREST";
            ndx++;
            thetext[ndx]="The Glade-beaverdam";
            thevalue[ndx]="THE GLADE-BEAVERDAM";
            ndx++;
            thetext[ndx]="Westwind";
            thevalue[ndx]="WESTWIND";
            ndx++;
            thetext[ndx]="Wolf Ridge";
            thevalue[ndx]="WOLF RIDGE";
            ndx++;
            thetext[ndx]="Woodland Hills";
            thevalue[ndx]="Woodland Hills";
            ndx++;
      break;
   case "Haywood - Bethel":
            thetext[ndx]="Acadia";
            thevalue[ndx]="ACADIA";
            ndx++;
            thetext[ndx]="Clark-clark";
            thevalue[ndx]="CLARK-CLARK";
            ndx++;
            thetext[ndx]="Coyote Ridge";
            thevalue[ndx]="COYOTE RIDGE";
            ndx++;
            thetext[ndx]="Dream Mountain";
            thevalue[ndx]="Dream Mountain";
            ndx++;
            thetext[ndx]="Hidden Valley Estates";
            thevalue[ndx]="HIDDEN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="J H Plott";
            thevalue[ndx]="J H PLOTT";
            ndx++;
            thetext[ndx]="L And E Meadows";
            thevalue[ndx]="L AND E MEADOWS";
            ndx++;
            thetext[ndx]="Lake Logan Cove";
            thevalue[ndx]="Lake Logan Cove";
            ndx++;
            thetext[ndx]="Lost Cove";
            thevalue[ndx]="LOST COVE";
            ndx++;
            thetext[ndx]="Mosa Meadows";
            thevalue[ndx]="Mosa Meadows";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Pisgah View Estates";
            thevalue[ndx]="Pisgah View Estates";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="RIVERBEND ESTATES";
            ndx++;
            thetext[ndx]="Rolling Acres Estates";
            thevalue[ndx]="ROLLING ACRES ESTATES";
            ndx++;
            thetext[ndx]="Spring Valley";
            thevalue[ndx]="Spring Valley";
            ndx++;
            thetext[ndx]="Springdale Estates";
            thevalue[ndx]="SPRINGDALE ESTATES";
            ndx++;
            thetext[ndx]="Stillwoods";
            thevalue[ndx]="Stillwoods";
            ndx++;
            thetext[ndx]="The River At Shinning Rock";
            thevalue[ndx]="The River at Shinning Rock";
            ndx++;
            thetext[ndx]="West Bagley Estates";
            thevalue[ndx]="WEST BAGLEY ESTATES";
            ndx++;
      break;
   case "Haywood - Black Mountain":
            thetext[ndx]="Airport Tech Park";
            thevalue[ndx]="AIRPORT TECH PARK";
            ndx++;
            thetext[ndx]="Amboy Heights";
            thevalue[ndx]="AMBOY HEIGHTS";
            ndx++;
            thetext[ndx]="Angels Way";
            thevalue[ndx]="ANGELS WAY";
            ndx++;
            thetext[ndx]="Crystal Tree";
            thevalue[ndx]="CRYSTAL TREE";
            ndx++;
      break;
   case "Haywood - Bostic":
            thetext[ndx]="Soco View";
            thevalue[ndx]="SOCO VIEW";
            ndx++;
      break;
   case "Haywood - Brush Creek":
            thetext[ndx]="Amber Knoll";
            thevalue[ndx]="AMBER KNOLL";
            ndx++;
            thetext[ndx]="Balsam Meadows";
            thevalue[ndx]="BALSAM MEADOWS";
            ndx++;
      break;
   case "Haywood - Bryson City":
            thetext[ndx]="Balsam Meadows";
            thevalue[ndx]="Balsam Meadows";
            ndx++;
      break;
   case "Haywood - Canton":
            thetext[ndx]="Banks-brookshire";
            thevalue[ndx]="BANKS-BROOKSHIRE";
            ndx++;
            thetext[ndx]="Bearverdam Heights";
            thevalue[ndx]="BEARVERDAM HEIGHTS";
            ndx++;
            thetext[ndx]="Beaverdam";
            thevalue[ndx]="Beaverdam";
            ndx++;
            thetext[ndx]="Beaverdam Estates";
            thevalue[ndx]="Beaverdam Estates";
            ndx++;
            thetext[ndx]="Beaverdam Heights";
            thevalue[ndx]="BEAVERDAM HEIGHTS";
            ndx++;
            thetext[ndx]="Bethel";
            thevalue[ndx]="Bethel";
            ndx++;
            thetext[ndx]="Bethel Heights";
            thevalue[ndx]="BETHEL HEIGHTS";
            ndx++;
            thetext[ndx]="Carolina Mountain Ridge";
            thevalue[ndx]="CAROLINA MOUNTAIN RIDGE";
            ndx++;
            thetext[ndx]="Cochran And Roberts";
            thevalue[ndx]="Cochran And Roberts";
            ndx++;
            thetext[ndx]="Coolwaters";
            thevalue[ndx]="COOLWATERS";
            ndx++;
            thetext[ndx]="Dream Mountain";
            thevalue[ndx]="DREAM MOUNTAIN";
            ndx++;
            thetext[ndx]="Dutch Cove Village";
            thevalue[ndx]="Dutch Cove Village";
            ndx++;
            thetext[ndx]="Eastwood";
            thevalue[ndx]="EASTWOOD";
            ndx++;
            thetext[ndx]="Ellen Green";
            thevalue[ndx]="ELLEN GREEN";
            ndx++;
            thetext[ndx]="Eva Smathers Smith";
            thevalue[ndx]="EVA SMATHERS SMITH";
            ndx++;
            thetext[ndx]="F K May";
            thevalue[ndx]="F K MAY";
            ndx++;
            thetext[ndx]="Fibreville-skyland Terrace";
            thevalue[ndx]="FIBREVILLE-SKYLAND TERRACE";
            ndx++;
            thetext[ndx]="Gibson Town Housing Project";
            thevalue[ndx]="GIBSON TOWN HOUSING PROJECT";
            ndx++;
            thetext[ndx]="Glory Acres";
            thevalue[ndx]="GLORY ACRES";
            ndx++;
            thetext[ndx]="Grand View Acres";
            thevalue[ndx]="Grand View Acres";
            ndx++;
            thetext[ndx]="Grassy Top Estates";
            thevalue[ndx]="GRASSY TOP ESTATES";
            ndx++;
            thetext[ndx]="Green Mountain Estates";
            thevalue[ndx]="GREEN MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Greene Hills";
            thevalue[ndx]="GREENE HILLS";
            ndx++;
            thetext[ndx]="Hayfields";
            thevalue[ndx]="HAYFIELDS";
            ndx++;
            thetext[ndx]="Hemlock Springs";
            thevalue[ndx]="Hemlock Springs";
            ndx++;
            thetext[ndx]="Hidden Valley Estates";
            thevalue[ndx]="HIDDEN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Highland Park";
            thevalue[ndx]="HIGHLAND PARK";
            ndx++;
            thetext[ndx]="Holland Mountain Falls";
            thevalue[ndx]="Holland Mountain Falls";
            ndx++;
            thetext[ndx]="Holly Ridge Estates";
            thevalue[ndx]="HOLLY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Hominy Woods";
            thevalue[ndx]="Hominy Woods";
            ndx++;
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Huntersridge";
            thevalue[ndx]="HUNTERSRIDGE";
            ndx++;
            thetext[ndx]="J H Plott";
            thevalue[ndx]="J H PLOTT";
            ndx++;
            thetext[ndx]="Johnson";
            thevalue[ndx]="Johnson";
            ndx++;
            thetext[ndx]="Lost Cove";
            thevalue[ndx]="LOST COVE";
            ndx++;
            thetext[ndx]="Mcclure-canton";
            thevalue[ndx]="MCCLURE-CANTON";
            ndx++;
            thetext[ndx]="Meadow Ridge Reserve";
            thevalue[ndx]="MEADOW RIDGE RESERVE";
            ndx++;
            thetext[ndx]="Mountain Chalet";
            thevalue[ndx]="Mountain Chalet";
            ndx++;
            thetext[ndx]="Mountain View Park";
            thevalue[ndx]="MOUNTAIN VIEW PARK";
            ndx++;
            thetext[ndx]="Mystic Cove";
            thevalue[ndx]="MYSTIC COVE";
            ndx++;
            thetext[ndx]="Newfound Acres";
            thevalue[ndx]="NEWFOUND ACRES";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="North Ridge";
            thevalue[ndx]="NORTH RIDGE";
            ndx++;
            thetext[ndx]="On Cold Mountain";
            thevalue[ndx]="On Cold Mountain";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Paul J Banks";
            thevalue[ndx]="PAUL J BANKS";
            ndx++;
            thetext[ndx]="Pinner Heights";
            thevalue[ndx]="Pinner Heights";
            ndx++;
            thetext[ndx]="Powell";
            thevalue[ndx]="Powell";
            ndx++;
            thetext[ndx]="Queen";
            thevalue[ndx]="QUEEN";
            ndx++;
            thetext[ndx]="River Meadows";
            thevalue[ndx]="RIVER MEADOWS";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="Riverbend Estates";
            ndx++;
            thetext[ndx]="Royal Oaks";
            thevalue[ndx]="ROYAL OAKS";
            ndx++;
            thetext[ndx]="Rustic Ridge Development";
            thevalue[ndx]="RUSTIC RIDGE DEVELOPMENT";
            ndx++;
            thetext[ndx]="Sellars Place";
            thevalue[ndx]="SELLARS PLACE";
            ndx++;
            thetext[ndx]="Sharp And Messer";
            thevalue[ndx]="SHARP AND MESSER";
            ndx++;
            thetext[ndx]="Silent Forest";
            thevalue[ndx]="SILENT FOREST";
            ndx++;
            thetext[ndx]="Skyland Terrace";
            thevalue[ndx]="SKYLAND TERRACE";
            ndx++;
            thetext[ndx]="Sorrells Estate";
            thevalue[ndx]="SORRELLS ESTATE";
            ndx++;
            thetext[ndx]="Springdale Country Cottages";
            thevalue[ndx]="SPRINGDALE COUNTRY COTTAGES";
            ndx++;
            thetext[ndx]="Springdale Estates";
            thevalue[ndx]="SPRINGDALE ESTATES";
            ndx++;
            thetext[ndx]="Sunset Heights";
            thevalue[ndx]="SUNSET HEIGHTS";
            ndx++;
            thetext[ndx]="The Forest";
            thevalue[ndx]="THE FOREST";
            ndx++;
            thetext[ndx]="The Glade";
            thevalue[ndx]="THE GLADE";
            ndx++;
            thetext[ndx]="The Glade-beaverdam";
            thevalue[ndx]="THE GLADE-BEAVERDAM";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="The Ridges At Cold Mountain";
            thevalue[ndx]="THE RIDGES AT COLD MOUNTAIN";
            ndx++;
            thetext[ndx]="The Ridges Of Cold Mountain";
            thevalue[ndx]="THE RIDGES OF COLD MOUNTAIN";
            ndx++;
            thetext[ndx]="The River At Cold Mountain";
            thevalue[ndx]="THE RIVER AT COLD MOUNTAIN";
            ndx++;
            thetext[ndx]="West Bagley Estates";
            thevalue[ndx]="WEST BAGLEY ESTATES";
            ndx++;
            thetext[ndx]="Wolf Ridge";
            thevalue[ndx]="WOLF RIDGE";
            ndx++;
            thetext[ndx]="Woodland Hills";
            thevalue[ndx]="WOODLAND HILLS";
            ndx++;
      break;
   case "Haywood - Cataloochee":
      break;
   case "Haywood - Cecil":
            thetext[ndx]="Blue Ridge Vistas";
            thevalue[ndx]="Blue Ridge Vistas";
            ndx++;
            thetext[ndx]="Lost Cove";
            thevalue[ndx]="LOST COVE";
            ndx++;
            thetext[ndx]="Mountain Chalet";
            thevalue[ndx]="MOUNTAIN CHALET";
            ndx++;
      break;
   case "Haywood - Ceicil":
            thetext[ndx]="Blue Ridge Vistas";
            thevalue[ndx]="Blue Ridge Vistas";
            ndx++;
            thetext[ndx]="Mountain Chalet";
            thevalue[ndx]="MOUNTAIN CHALET";
            ndx++;
      break;
   case "Haywood - Clyde":
            thetext[ndx]="A D And L J Thompson";
            thevalue[ndx]="A D AND L J THOMPSON";
            ndx++;
            thetext[ndx]="Autumn Run";
            thevalue[ndx]="AUTUMN RUN";
            ndx++;
            thetext[ndx]="Big Valley Estates";
            thevalue[ndx]="BIG VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Briarwood";
            thevalue[ndx]="BRIARWOOD";
            ndx++;
            thetext[ndx]="Brook Hollow Estates";
            thevalue[ndx]="BROOK HOLLOW ESTATES";
            ndx++;
            thetext[ndx]="Brookfield";
            thevalue[ndx]="BROOKFIELD";
            ndx++;
            thetext[ndx]="C A George";
            thevalue[ndx]="C A GEORGE";
            ndx++;
            thetext[ndx]="Camelot";
            thevalue[ndx]="CAMELOT";
            ndx++;
            thetext[ndx]="Cardinal Ridge";
            thevalue[ndx]="CARDINAL RIDGE";
            ndx++;
            thetext[ndx]="Cedar Hill Estates";
            thevalue[ndx]="CEDAR HILL ESTATES";
            ndx++;
            thetext[ndx]="Cedar Park";
            thevalue[ndx]="CEDAR PARK";
            ndx++;
            thetext[ndx]="Chestnut Grove";
            thevalue[ndx]="CHESTNUT GROVE";
            ndx++;
            thetext[ndx]="Clyde View";
            thevalue[ndx]="CLYDE VIEW";
            ndx++;
            thetext[ndx]="Cold Springs Ranch";
            thevalue[ndx]="Cold Springs Ranch";
            ndx++;
            thetext[ndx]="Crabtree Farms";
            thevalue[ndx]="Crabtree Farms";
            ndx++;
            thetext[ndx]="Creekview";
            thevalue[ndx]="Creekview";
            ndx++;
            thetext[ndx]="Crest Haven";
            thevalue[ndx]="CREST HAVEN";
            ndx++;
            thetext[ndx]="Debax  Corp";
            thevalue[ndx]="DEBAX  CORP";
            ndx++;
            thetext[ndx]="Dehart And Cagle";
            thevalue[ndx]="DEHART AND CAGLE";
            ndx++;
            thetext[ndx]="Dogwood Acres";
            thevalue[ndx]="DOGWOOD ACRES";
            ndx++;
            thetext[ndx]="Dumbarton Heights";
            thevalue[ndx]="DUMBARTON HEIGHTS";
            ndx++;
            thetext[ndx]="Emerson Mccracken";
            thevalue[ndx]="EMERSON MCCRACKEN";
            ndx++;
            thetext[ndx]="Evergreen Farm";
            thevalue[ndx]="EVERGREEN FARM";
            ndx++;
            thetext[ndx]="Evergreen Landing";
            thevalue[ndx]="EVERGREEN LANDING";
            ndx++;
            thetext[ndx]="Fines Creek Cove";
            thevalue[ndx]="Fines Creek Cove";
            ndx++;
            thetext[ndx]="Fines Creek Ridge";
            thevalue[ndx]="FINES CREEK RIDGE";
            ndx++;
            thetext[ndx]="Four Acre";
            thevalue[ndx]="FOUR ACRE";
            ndx++;
            thetext[ndx]="Garden Ridge Mountain Estates";
            thevalue[ndx]="Garden Ridge Mountain Estates";
            ndx++;
            thetext[ndx]="George Glance Jr";
            thevalue[ndx]="GEORGE GLANCE JR";
            ndx++;
            thetext[ndx]="Glance Mountain";
            thevalue[ndx]="Glance Mountain";
            ndx++;
            thetext[ndx]="Green Acres";
            thevalue[ndx]="GREEN ACRES";
            ndx++;
            thetext[ndx]="Greenmoore";
            thevalue[ndx]="Greenmoore";
            ndx++;
            thetext[ndx]="Greenwood Estates";
            thevalue[ndx]="Greenwood Estates";
            ndx++;
            thetext[ndx]="Hamlet Park";
            thevalue[ndx]="HAMLET PARK";
            ndx++;
            thetext[ndx]="Henry Dingus Jr";
            thevalue[ndx]="HENRY DINGUS JR";
            ndx++;
            thetext[ndx]="Hidden Valley";
            thevalue[ndx]="Hidden Valley";
            ndx++;
            thetext[ndx]="Highland Meadows";
            thevalue[ndx]="HIGHLAND MEADOWS";
            ndx++;
            thetext[ndx]="Highland Terrace";
            thevalue[ndx]="HIGHLAND TERRACE";
            ndx++;
            thetext[ndx]="Hill N Dale";
            thevalue[ndx]="HILL N DALE";
            ndx++;
            thetext[ndx]="Hillrise";
            thevalue[ndx]="HILLRISE";
            ndx++;
            thetext[ndx]="Hurricane Ridge Estates";
            thevalue[ndx]="HURRICANE RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Hyder Mountain Acres";
            thevalue[ndx]="HYDER MOUNTAIN ACRES";
            ndx++;
            thetext[ndx]="Ironwood";
            thevalue[ndx]="IRONWOOD";
            ndx++;
            thetext[ndx]="J R Cochran";
            thevalue[ndx]="J R COCHRAN";
            ndx++;
            thetext[ndx]="James L Messer Estate";
            thevalue[ndx]="JAMES L MESSER ESTATE";
            ndx++;
            thetext[ndx]="L E Devous";
            thevalue[ndx]="L E DEVOUS";
            ndx++;
            thetext[ndx]="Lake View Estate";
            thevalue[ndx]="Lake View Estate";
            ndx++;
            thetext[ndx]="Laurel Mountain Estates";
            thevalue[ndx]="LAUREL MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Little Pine Mtn Estates";
            thevalue[ndx]="Little Pine Mtn Estates";
            ndx++;
            thetext[ndx]="Loafer Heights";
            thevalue[ndx]="LOAFER HEIGHTS";
            ndx++;
            thetext[ndx]="Lucky Cove";
            thevalue[ndx]="LUCKY COVE";
            ndx++;
            thetext[ndx]="Lucky Cove Estates";
            thevalue[ndx]="LUCKY COVE ESTATES";
            ndx++;
            thetext[ndx]="Madison Woods";
            thevalue[ndx]="MADISON WOODS";
            ndx++;
            thetext[ndx]="Maple Knolls";
            thevalue[ndx]="Maple Knolls";
            ndx++;
            thetext[ndx]="Medford Hill";
            thevalue[ndx]="MEDFORD HILL";
            ndx++;
            thetext[ndx]="Midway Crossing";
            thevalue[ndx]="MIDWAY CROSSING";
            ndx++;
            thetext[ndx]="Milton And Bruce Brown";
            thevalue[ndx]="MILTON AND BRUCE BROWN";
            ndx++;
            thetext[ndx]="Mountain Oaks";
            thevalue[ndx]="MOUNTAIN OAKS";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Oak Park";
            thevalue[ndx]="OAK PARK";
            ndx++;
            thetext[ndx]="Osborne -clyde";
            thevalue[ndx]="OSBORNE -CLYDE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Overlook Village";
            thevalue[ndx]="OVERLOOK VILLAGE";
            ndx++;
            thetext[ndx]="Panther Creek Estates";
            thevalue[ndx]="PANTHER CREEK ESTATES";
            ndx++;
            thetext[ndx]="Paradise Acres";
            thevalue[ndx]="PARADISE ACRES";
            ndx++;
            thetext[ndx]="Park Terrace";
            thevalue[ndx]="PARK TERRACE";
            ndx++;
            thetext[ndx]="Parton Place";
            thevalue[ndx]="PARTON PLACE";
            ndx++;
            thetext[ndx]="Pine Haven";
            thevalue[ndx]="PINE HAVEN";
            ndx++;
            thetext[ndx]="Quail Cove";
            thevalue[ndx]="Quail Cove";
            ndx++;
            thetext[ndx]="R L Penland Estate";
            thevalue[ndx]="R L PENLAND ESTATE";
            ndx++;
            thetext[ndx]="Richard T Ramos";
            thevalue[ndx]="RICHARD T RAMOS";
            ndx++;
            thetext[ndx]="Riverside Farms";
            thevalue[ndx]="RIVERSIDE FARMS";
            ndx++;
            thetext[ndx]="Robert E Ledford";
            thevalue[ndx]="ROBERT E LEDFORD";
            ndx++;
            thetext[ndx]="Roberts Mountain";
            thevalue[ndx]="Roberts Mountain";
            ndx++;
            thetext[ndx]="Rock House Cove";
            thevalue[ndx]="Rock House Cove";
            ndx++;
            thetext[ndx]="Rolling Hills Estates";
            thevalue[ndx]="Rolling Hills Estates";
            ndx++;
            thetext[ndx]="Sorrells Estate";
            thevalue[ndx]="SORRELLS ESTATE";
            ndx++;
            thetext[ndx]="Spring Forest";
            thevalue[ndx]="Spring Forest";
            ndx++;
            thetext[ndx]="Stone Creek";
            thevalue[ndx]="STONE CREEK";
            ndx++;
            thetext[ndx]="Stoney Brook";
            thevalue[ndx]="STONEY BROOK";
            ndx++;
            thetext[ndx]="Summerset";
            thevalue[ndx]="SUMMERSET";
            ndx++;
            thetext[ndx]="Summit Place";
            thevalue[ndx]="SUMMIT PLACE";
            ndx++;
            thetext[ndx]="Sunset Cove";
            thevalue[ndx]="SUNSET COVE";
            ndx++;
            thetext[ndx]="The Forest";
            thevalue[ndx]="The Forest";
            ndx++;
            thetext[ndx]="The Ridge At Sunset Heights";
            thevalue[ndx]="THE RIDGE AT SUNSET HEIGHTS";
            ndx++;
            thetext[ndx]="Thistle Ridge";
            thevalue[ndx]="THISTLE RIDGE";
            ndx++;
            thetext[ndx]="Triple Creek Meadows";
            thevalue[ndx]="Triple Creek Meadows";
            ndx++;
            thetext[ndx]="Triple Oaks";
            thevalue[ndx]="TRIPLE OAKS";
            ndx++;
            thetext[ndx]="Tuscola Acres";
            thevalue[ndx]="Tuscola Acres";
            ndx++;
            thetext[ndx]="Valley Overlook Estates";
            thevalue[ndx]="Valley Overlook Estates";
            ndx++;
            thetext[ndx]="Vista Acres";
            thevalue[ndx]="Vista Acres";
            ndx++;
            thetext[ndx]="Whispering Oaks";
            thevalue[ndx]="WHISPERING OAKS";
            ndx++;
            thetext[ndx]="Wildwood";
            thevalue[ndx]="Wildwood";
            ndx++;
            thetext[ndx]="Winfield Estates";
            thevalue[ndx]="WINFIELD ESTATES";
            ndx++;
            thetext[ndx]="Wolf Creek Preserve";
            thevalue[ndx]="Wolf Creek Preserve";
            ndx++;
            thetext[ndx]="Wolf Creek Ranch";
            thevalue[ndx]="Wolf Creek Ranch";
            ndx++;
            thetext[ndx]="Wonderwood Mountain";
            thevalue[ndx]="Wonderwood Mountain";
            ndx++;
      break;
   case "Haywood - Crabtree":
            thetext[ndx]="Bald Creek Village";
            thevalue[ndx]="Bald Creek Village";
            ndx++;
            thetext[ndx]="Big Branch Overlook";
            thevalue[ndx]="Big Branch Overlook";
            ndx++;
            thetext[ndx]="Big Valley Estates";
            thevalue[ndx]="BIG VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Bradford Park";
            thevalue[ndx]="BRADFORD PARK";
            ndx++;
            thetext[ndx]="Cedar Hill Estates";
            thevalue[ndx]="Cedar Hill Estates";
            ndx++;
            thetext[ndx]="Crabtree Farms";
            thevalue[ndx]="CRABTREE FARMS";
            ndx++;
            thetext[ndx]="Galloway Estates";
            thevalue[ndx]="Galloway Estates";
            ndx++;
            thetext[ndx]="H E Wells";
            thevalue[ndx]="H E Wells";
            ndx++;
            thetext[ndx]="Hidden Valley";
            thevalue[ndx]="HIDDEN VALLEY";
            ndx++;
            thetext[ndx]="Hyder Mountain Acres";
            thevalue[ndx]="Hyder Mountain Acres";
            ndx++;
            thetext[ndx]="Hyder Peak";
            thevalue[ndx]="Hyder Peak";
            ndx++;
            thetext[ndx]="Laurel Woods-iron Duff";
            thevalue[ndx]="LAUREL WOODS-IRON DUFF";
            ndx++;
            thetext[ndx]="Mary Gray Estates";
            thevalue[ndx]="MARY GRAY ESTATES";
            ndx++;
            thetext[ndx]="Mccracken Farms";
            thevalue[ndx]="MCCRACKEN FARMS";
            ndx++;
            thetext[ndx]="Millard H Ferguson";
            thevalue[ndx]="Millard H Ferguson";
            ndx++;
            thetext[ndx]="Mount Soma";
            thevalue[ndx]="Mount Soma";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Paradise Acres";
            thevalue[ndx]="PARADISE ACRES";
            ndx++;
            thetext[ndx]="Quail Cove";
            thevalue[ndx]="Quail Cove";
            ndx++;
            thetext[ndx]="Rich Top Mountain";
            thevalue[ndx]="Rich Top Mountain";
            ndx++;
            thetext[ndx]="Riverside Farms";
            thevalue[ndx]="RIVERSIDE FARMS";
            ndx++;
            thetext[ndx]="Rock House Cove";
            thevalue[ndx]="ROCK HOUSE COVE";
            ndx++;
            thetext[ndx]="Rolling Acres Farm";
            thevalue[ndx]="ROLLING ACRES FARM";
            ndx++;
            thetext[ndx]="Roxie Noland James";
            thevalue[ndx]="Roxie Noland James";
            ndx++;
            thetext[ndx]="Shiners Ridge";
            thevalue[ndx]="SHINERS RIDGE";
            ndx++;
            thetext[ndx]="Starry Sky Hills";
            thevalue[ndx]="STARRY SKY HILLS";
            ndx++;
            thetext[ndx]="Sunset Falls At Bald Creek";
            thevalue[ndx]="Sunset Falls at Bald Creek";
            ndx++;
            thetext[ndx]="Sunsetfalls At Falls Creek";
            thevalue[ndx]="Sunsetfalls at Falls Creek";
            ndx++;
            thetext[ndx]="The Greens At Iron Tree";
            thevalue[ndx]="The Greens at Iron Tree";
            ndx++;
            thetext[ndx]="The Ridge At Irontree";
            thevalue[ndx]="THE RIDGE AT IRONTREE";
            ndx++;
            thetext[ndx]="Thistle Ridge";
            thevalue[ndx]="THISTLE RIDGE";
            ndx++;
            thetext[ndx]="Triple Creek Meadows";
            thevalue[ndx]="TRIPLE CREEK MEADOWS";
            ndx++;
            thetext[ndx]="Wonderwood Mountain";
            thevalue[ndx]="WONDERWOOD MOUNTAIN";
            ndx++;
      break;
   case "Haywood - Cruso":
            thetext[ndx]="On Cold Mountain";
            thevalue[ndx]="On Cold Mountain";
            ndx++;
            thetext[ndx]="Springdale Country Club";
            thevalue[ndx]="SPRINGDALE COUNTRY CLUB";
            ndx++;
      break;
   case "Haywood - East Fork":
            thetext[ndx]="Burnette Cove Heights";
            thevalue[ndx]="Burnette Cove Heights";
            ndx++;
            thetext[ndx]="Dream Mountain";
            thevalue[ndx]="Dream Mountain";
            ndx++;
            thetext[ndx]="Rustic Ridge";
            thevalue[ndx]="RUSTIC RIDGE";
            ndx++;
            thetext[ndx]="Scott And Silverstein";
            thevalue[ndx]="Scott And Silverstein";
            ndx++;
            thetext[ndx]="Springdale Country Cottages";
            thevalue[ndx]="Springdale Country Cottages";
            ndx++;
            thetext[ndx]="Springdale Estates";
            thevalue[ndx]="SPRINGDALE ESTATES";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="The River At Cold Mountain";
            thevalue[ndx]="The River at Cold Mountain";
            ndx++;
            thetext[ndx]="Williams And Cox";
            thevalue[ndx]="Williams And Cox";
            ndx++;
      break;
   case "Haywood - Fines Creek":
            thetext[ndx]="Carolina Ridge";
            thevalue[ndx]="Carolina Ridge";
            ndx++;
            thetext[ndx]="Cauley Rogers Farm";
            thevalue[ndx]="CAULEY ROGERS FARM";
            ndx++;
            thetext[ndx]="Cold Springs Ranch";
            thevalue[ndx]="Cold Springs Ranch";
            ndx++;
            thetext[ndx]="Creekside Estates";
            thevalue[ndx]="Creekside Estates";
            ndx++;
            thetext[ndx]="Falcon Crest";
            thevalue[ndx]="Falcon Crest";
            ndx++;
            thetext[ndx]="Ferguson Mountain";
            thevalue[ndx]="Ferguson Mountain";
            ndx++;
            thetext[ndx]="Fines Creek Cove";
            thevalue[ndx]="Fines Creek Cove";
            ndx++;
            thetext[ndx]="Fines Creek Ridge";
            thevalue[ndx]="FINES CREEK RIDGE";
            ndx++;
            thetext[ndx]="Greenwood Estates";
            thevalue[ndx]="Greenwood Estates";
            ndx++;
            thetext[ndx]="Heritage Heights";
            thevalue[ndx]="Heritage Heights";
            ndx++;
            thetext[ndx]="Highland Country";
            thevalue[ndx]="HIGHLAND COUNTRY";
            ndx++;
            thetext[ndx]="Hurricane Ridge Estates";
            thevalue[ndx]="Hurricane Ridge Estates";
            ndx++;
            thetext[ndx]="Hurricane Ridge Ltd";
            thevalue[ndx]="HURRICANE RIDGE LTD";
            ndx++;
            thetext[ndx]="I B Knight";
            thevalue[ndx]="I B Knight";
            ndx++;
            thetext[ndx]="Little Pine Mtn Estates";
            thevalue[ndx]="LITTLE PINE MTN ESTATES";
            ndx++;
            thetext[ndx]="Loafer Heights";
            thevalue[ndx]="LOAFER HEIGHTS";
            ndx++;
            thetext[ndx]="Lucretia S Abbate";
            thevalue[ndx]="LUCRETIA S ABBATE";
            ndx++;
            thetext[ndx]="Panther Creek";
            thevalue[ndx]="Panther Creek";
            ndx++;
            thetext[ndx]="Panther Creek Estates";
            thevalue[ndx]="PANTHER CREEK ESTATES";
            ndx++;
            thetext[ndx]="Panther Creek Farms";
            thevalue[ndx]="PANTHER CREEK FARMS";
            ndx++;
            thetext[ndx]="Pine Laurel Acres";
            thevalue[ndx]="Pine Laurel Acres";
            ndx++;
            thetext[ndx]="Poplar Cove Estates";
            thevalue[ndx]="Poplar Cove Estates";
            ndx++;
            thetext[ndx]="Rogers Hills";
            thevalue[ndx]="ROGERS HILLS";
            ndx++;
            thetext[ndx]="Rush Fork Acres";
            thevalue[ndx]="RUSH FORK ACRES";
            ndx++;
            thetext[ndx]="Sacred Cove Estates";
            thevalue[ndx]="Sacred Cove Estates";
            ndx++;
            thetext[ndx]="Split Pine Estates";
            thevalue[ndx]="Split Pine Estates";
            ndx++;
            thetext[ndx]="Sunset Heights";
            thevalue[ndx]="Sunset Heights";
            ndx++;
            thetext[ndx]="Swiss Valley Enterprises";
            thevalue[ndx]="SWISS VALLEY ENTERPRISES";
            ndx++;
            thetext[ndx]="The Outpost";
            thevalue[ndx]="THE OUTPOST";
            ndx++;
            thetext[ndx]="The Preserve At Fines Creek";
            thevalue[ndx]="THE PRESERVE AT FINES CREEK";
            ndx++;
            thetext[ndx]="The Ridge At Sunset Heights";
            thevalue[ndx]="THE RIDGE AT SUNSET HEIGHTS";
            ndx++;
            thetext[ndx]="The Rosalie";
            thevalue[ndx]="THE ROSALIE";
            ndx++;
            thetext[ndx]="Turkey Creek Estates";
            thevalue[ndx]="Turkey Creek Estates";
            ndx++;
            thetext[ndx]="Turkey Trot Farms";
            thevalue[ndx]="Turkey Trot Farms";
            ndx++;
            thetext[ndx]="Twin Oaks Estate";
            thevalue[ndx]="Twin Oaks Estate";
            ndx++;
            thetext[ndx]="Wesley Creek Estates";
            thevalue[ndx]="WESLEY CREEK ESTATES";
            ndx++;
            thetext[ndx]="White Oak Hills";
            thevalue[ndx]="WHITE OAK HILLS";
            ndx++;
            thetext[ndx]="Winding Trail Farms";
            thevalue[ndx]="Winding Trail Farms";
            ndx++;
            thetext[ndx]="Wolf Creek Preserve";
            thevalue[ndx]="WOLF CREEK PRESERVE";
            ndx++;
            thetext[ndx]="Wolf Creek Ranch";
            thevalue[ndx]="Wolf Creek Ranch";
            ndx++;
      break;
   case "Haywood - Hazelwood":
      break;
   case "Haywood - Iron Duff":
            thetext[ndx]="Bob Fletcher";
            thevalue[ndx]="BOB FLETCHER";
            ndx++;
            thetext[ndx]="Buck Ridge";
            thevalue[ndx]="BUCK RIDGE";
            ndx++;
            thetext[ndx]="Coleman Mtn Estates";
            thevalue[ndx]="COLEMAN MTN ESTATES";
            ndx++;
            thetext[ndx]="Hawk Mountain";
            thevalue[ndx]="Hawk Mountain";
            ndx++;
            thetext[ndx]="Heaven's Holler";
            thevalue[ndx]="Heaven's Holler";
            ndx++;
            thetext[ndx]="Howard And James Chambers";
            thevalue[ndx]="Howard And James Chambers";
            ndx++;
            thetext[ndx]="Jarvis Chambers Estate";
            thevalue[ndx]="JARVIS CHAMBERS ESTATE";
            ndx++;
            thetext[ndx]="Laurel Woods-iron Duff";
            thevalue[ndx]="LAUREL WOODS-IRON DUFF";
            ndx++;
            thetext[ndx]="Lucky Cove Estates";
            thevalue[ndx]="LUCKY COVE ESTATES";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Poplar Grove Estates";
            thevalue[ndx]="Poplar Grove Estates";
            ndx++;
            thetext[ndx]="Riding High Ranch";
            thevalue[ndx]="Riding High Ranch";
            ndx++;
            thetext[ndx]="River Ridge Estates";
            thevalue[ndx]="River Ridge Estates";
            ndx++;
            thetext[ndx]="Rolling Meadows Estates";
            thevalue[ndx]="ROLLING MEADOWS ESTATES";
            ndx++;
            thetext[ndx]="Silent Acres";
            thevalue[ndx]="SILENT ACRES";
            ndx++;
            thetext[ndx]="Spruce Pine Estates";
            thevalue[ndx]="Spruce Pine Estates";
            ndx++;
            thetext[ndx]="Sterling Meadows";
            thevalue[ndx]="Sterling Meadows";
            ndx++;
            thetext[ndx]="Sylvan Acres";
            thevalue[ndx]="SYLVAN ACRES";
            ndx++;
            thetext[ndx]="The Glens Of Ironduff";
            thevalue[ndx]="THE GLENS OF IRONDUFF";
            ndx++;
            thetext[ndx]="The Vistas At Buck Ridge";
            thevalue[ndx]="The Vistas at Buck Ridge";
            ndx++;
            thetext[ndx]="Village At The Glens";
            thevalue[ndx]="Village at The Glens";
            ndx++;
            thetext[ndx]="Walter Wright";
            thevalue[ndx]="WALTER WRIGHT";
            ndx++;
            thetext[ndx]="Woodbine Acres";
            thevalue[ndx]="WOODBINE ACRES";
            ndx++;
      break;
   case "Haywood - Ivy Hill":
            thetext[ndx]="Antler Springs";
            thevalue[ndx]="ANTLER SPRINGS";
            ndx++;
            thetext[ndx]="Big Springs Cove Estates";
            thevalue[ndx]="Big Springs Cove Estates";
            ndx++;
            thetext[ndx]="Bradley-walker Heights";
            thevalue[ndx]="BRADLEY-WALKER HEIGHTS";
            ndx++;
            thetext[ndx]="Brannon Forest";
            thevalue[ndx]="BRANNON FOREST";
            ndx++;
            thetext[ndx]="Buck Mountain Properties";
            thevalue[ndx]="Buck Mountain Properties";
            ndx++;
            thetext[ndx]="Caldwell Meadows";
            thevalue[ndx]="Caldwell Meadows";
            ndx++;
            thetext[ndx]="Campbell Mountain Estates";
            thevalue[ndx]="CAMPBELL MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Campbell Woods";
            thevalue[ndx]="CAMPBELL WOODS";
            ndx++;
            thetext[ndx]="Candlewood";
            thevalue[ndx]="CANDLEWOOD";
            ndx++;
            thetext[ndx]="Cataloochee Ranch";
            thevalue[ndx]="CATALOOCHEE RANCH";
            ndx++;
            thetext[ndx]="Cedarwood Villas";
            thevalue[ndx]="CEDARWOOD VILLAS";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="Chestnut Ridge";
            ndx++;
            thetext[ndx]="Country Club Cove";
            thevalue[ndx]="Country Club Cove";
            ndx++;
            thetext[ndx]="Country Club Cove Estates";
            thevalue[ndx]="COUNTRY CLUB COVE ESTATES";
            ndx++;
            thetext[ndx]="Countryside Acres";
            thevalue[ndx]="COUNTRYSIDE ACRES";
            ndx++;
            thetext[ndx]="Dellwood Forest";
            thevalue[ndx]="DELLWOOD FOREST";
            ndx++;
            thetext[ndx]="Dellwood Spring";
            thevalue[ndx]="DELLWOOD SPRING";
            ndx++;
            thetext[ndx]="Dogwood Acres";
            thevalue[ndx]="DOGWOOD ACRES";
            ndx++;
            thetext[ndx]="Dogwood Trails";
            thevalue[ndx]="DOGWOOD TRAILS";
            ndx++;
            thetext[ndx]="Evergreen Heights";
            thevalue[ndx]="EVERGREEN HEIGHTS";
            ndx++;
            thetext[ndx]="Fie Top Woodlands";
            thevalue[ndx]="FIE TOP WOODLANDS";
            ndx++;
            thetext[ndx]="Fisher Ridge";
            thevalue[ndx]="Fisher Ridge";
            ndx++;
            thetext[ndx]="Forest Park";
            thevalue[ndx]="Forest Park";
            ndx++;
            thetext[ndx]="Fox Run";
            thevalue[ndx]="Fox Run";
            ndx++;
            thetext[ndx]="Fox Run Heights";
            thevalue[ndx]="FOX RUN HEIGHTS";
            ndx++;
            thetext[ndx]="Fox Run Meadow";
            thevalue[ndx]="Fox Run Meadow";
            ndx++;
            thetext[ndx]="Hawk Perch";
            thevalue[ndx]="Hawk Perch";
            ndx++;
            thetext[ndx]="Hemlock Forest";
            thevalue[ndx]="HEMLOCK FOREST";
            ndx++;
            thetext[ndx]="Hidden Hills";
            thevalue[ndx]="HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Holly Hills";
            thevalue[ndx]="HOLLY HILLS";
            ndx++;
            thetext[ndx]="Hooter Hollow";
            thevalue[ndx]="HOOTER HOLLOW";
            ndx++;
            thetext[ndx]="Horning";
            thevalue[ndx]="HORNING";
            ndx++;
            thetext[ndx]="Horseshoe Cove";
            thevalue[ndx]="Horseshoe Cove";
            ndx++;
            thetext[ndx]="Indian Creek";
            thevalue[ndx]="INDIAN CREEK";
            ndx++;
            thetext[ndx]="Iron Pot Ridge";
            thevalue[ndx]="IRON POT RIDGE";
            ndx++;
            thetext[ndx]="Ivy Hill";
            thevalue[ndx]="Ivy Hill";
            ndx++;
            thetext[ndx]="Laurel Branch Estates";
            thevalue[ndx]="LAUREL BRANCH ESTATES";
            ndx++;
            thetext[ndx]="Laurel Heights";
            thevalue[ndx]="LAUREL HEIGHTS";
            ndx++;
            thetext[ndx]="Laurel Heights At Smoky Mtn";
            thevalue[ndx]="LAUREL HEIGHTS AT SMOKY MTN";
            ndx++;
            thetext[ndx]="Laurel Patch";
            thevalue[ndx]="LAUREL PATCH";
            ndx++;
            thetext[ndx]="Lexington Acres";
            thevalue[ndx]="LEXINGTON ACRES";
            ndx++;
            thetext[ndx]="Linson Ridge";
            thevalue[ndx]="LINSON RIDGE";
            ndx++;
            thetext[ndx]="Lotus Industries";
            thevalue[ndx]="Lotus Industries";
            ndx++;
            thetext[ndx]="Lynnwood Estates";
            thevalue[ndx]="LYNNWOOD ESTATES";
            ndx++;
            thetext[ndx]="M O Brannon";
            thevalue[ndx]="M O BRANNON";
            ndx++;
            thetext[ndx]="Maggie";
            thevalue[ndx]="MAGGIE";
            ndx++;
            thetext[ndx]="Maggie Highlands";
            thevalue[ndx]="Maggie Highlands";
            ndx++;
            thetext[ndx]="Maggie Overlook";
            thevalue[ndx]="MAGGIE OVERLOOK";
            ndx++;
            thetext[ndx]="Maggie Valley  Corp";
            thevalue[ndx]="MAGGIE VALLEY  CORP";
            ndx++;
            thetext[ndx]="Maggie Valley Country Club Est";
            thevalue[ndx]="MAGGIE VALLEY COUNTRY CLUB EST";
            ndx++;
            thetext[ndx]="Maggie Valley Estates";
            thevalue[ndx]="Maggie Valley Estates";
            ndx++;
            thetext[ndx]="Maggie Valley Leisure Estates";
            thevalue[ndx]="Maggie Valley Leisure Estates";
            ndx++;
            thetext[ndx]="Meadow Creek Settlement";
            thevalue[ndx]="MEADOW CREEK SETTLEMENT";
            ndx++;
            thetext[ndx]="Misty Meadows";
            thevalue[ndx]="MISTY MEADOWS";
            ndx++;
            thetext[ndx]="Moose Creek";
            thevalue[ndx]="Moose Creek";
            ndx++;
            thetext[ndx]="Mountain Lake Forest";
            thevalue[ndx]="MOUNTAIN LAKE FOREST";
            ndx++;
            thetext[ndx]="Mountain Top";
            thevalue[ndx]="MOUNTAIN TOP";
            ndx++;
            thetext[ndx]="North Point Estates";
            thevalue[ndx]="NORTH POINT ESTATES";
            ndx++;
            thetext[ndx]="Olde Charlestown";
            thevalue[ndx]="OLDE CHARLESTOWN";
            ndx++;
            thetext[ndx]="Pine Tree";
            thevalue[ndx]="Pine Tree";
            ndx++;
            thetext[ndx]="Rocky Springs";
            thevalue[ndx]="ROCKY SPRINGS";
            ndx++;
            thetext[ndx]="Sheepback Mountain";
            thevalue[ndx]="SHEEPBACK MOUNTAIN";
            ndx++;
            thetext[ndx]="Sheepback Mountain Estates";
            thevalue[ndx]="Sheepback Mountain Estates";
            ndx++;
            thetext[ndx]="Sherwood Forest";
            thevalue[ndx]="SHERWOOD FOREST";
            ndx++;
            thetext[ndx]="Sherwood Mountain";
            thevalue[ndx]="Sherwood Mountain";
            ndx++;
            thetext[ndx]="Smokey Mountain Acres";
            thevalue[ndx]="SMOKEY MOUNTAIN ACRES";
            ndx++;
            thetext[ndx]="Smoky Falls";
            thevalue[ndx]="SMOKY FALLS";
            ndx++;
            thetext[ndx]="Smoky Falls Ridge";
            thevalue[ndx]="SMOKY FALLS RIDGE";
            ndx++;
            thetext[ndx]="Soco Acres";
            thevalue[ndx]="Soco Acres";
            ndx++;
            thetext[ndx]="Soco Falls";
            thevalue[ndx]="SOCO FALLS";
            ndx++;
            thetext[ndx]="Soco Resort Cottages";
            thevalue[ndx]="SOCO RESORT COTTAGES";
            ndx++;
            thetext[ndx]="Soco View";
            thevalue[ndx]="SOCO VIEW";
            ndx++;
            thetext[ndx]="Spring Lake Estates";
            thevalue[ndx]="SPRING LAKE ESTATES";
            ndx++;
            thetext[ndx]="Summer Haven";
            thevalue[ndx]="SUMMER HAVEN";
            ndx++;
            thetext[ndx]="Sweetwater Farm";
            thevalue[ndx]="SWEETWATER FARM";
            ndx++;
            thetext[ndx]="T And T";
            thevalue[ndx]="T AND T";
            ndx++;
            thetext[ndx]="The Knolls";
            thevalue[ndx]="THE KNOLLS";
            ndx++;
            thetext[ndx]="The Sanctuary";
            thevalue[ndx]="The Sanctuary";
            ndx++;
            thetext[ndx]="Trinity Cove";
            thevalue[ndx]="Trinity Cove";
            ndx++;
            thetext[ndx]="Utah Mountain Estates";
            thevalue[ndx]="UTAH MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Valley View Estates";
            thevalue[ndx]="VALLEY VIEW ESTATES";
            ndx++;
            thetext[ndx]="Valley Vista";
            thevalue[ndx]="Valley Vista";
            ndx++;
            thetext[ndx]="Villa Labri";
            thevalue[ndx]="Villa Labri";
            ndx++;
            thetext[ndx]="Village Crossing";
            thevalue[ndx]="Village Crossing";
            ndx++;
            thetext[ndx]="Walnut Acres";
            thevalue[ndx]="Walnut Acres";
            ndx++;
            thetext[ndx]="Wild Acres";
            thevalue[ndx]="WILD ACRES";
            ndx++;
            thetext[ndx]="William Sutton Properties";
            thevalue[ndx]="WILLIAM SUTTON PROPERTIES";
            ndx++;
            thetext[ndx]="Woodfern";
            thevalue[ndx]="WOODFERN";
            ndx++;
            thetext[ndx]="Woodlands";
            thevalue[ndx]="WOODLANDS";
            ndx++;
      break;
   case "Haywood - Jonathan Creek":
            thetext[ndx]="Abbeys Cove";
            thevalue[ndx]="Abbeys Cove";
            ndx++;
            thetext[ndx]="Beantown Acres";
            thevalue[ndx]="Beantown Acres";
            ndx++;
            thetext[ndx]="Big Laurel Inc";
            thevalue[ndx]="Big Laurel Inc";
            ndx++;
            thetext[ndx]="Birchwood";
            thevalue[ndx]="Birchwood";
            ndx++;
            thetext[ndx]="Boyd Mountain";
            thevalue[ndx]="Boyd Mountain";
            ndx++;
            thetext[ndx]="Brannon Forest";
            thevalue[ndx]="BRANNON FOREST";
            ndx++;
            thetext[ndx]="Brookside Estates";
            thevalue[ndx]="Brookside Estates";
            ndx++;
            thetext[ndx]="Carvers Crossing";
            thevalue[ndx]="CARVERS CROSSING";
            ndx++;
            thetext[ndx]="Cascades Estates";
            thevalue[ndx]="CASCADES ESTATES";
            ndx++;
            thetext[ndx]="Cataloochee Estates";
            thevalue[ndx]="Cataloochee Estates";
            ndx++;
            thetext[ndx]="Cataloochee Heights";
            thevalue[ndx]="CATALOOCHEE HEIGHTS";
            ndx++;
            thetext[ndx]="Cataloochee Ranch";
            thevalue[ndx]="CATALOOCHEE RANCH";
            ndx++;
            thetext[ndx]="Cataloochee Ranch Estates";
            thevalue[ndx]="Cataloochee Ranch Estates";
            ndx++;
            thetext[ndx]="Cataloochee Vistas";
            thevalue[ndx]="CATALOOCHEE VISTAS";
            ndx++;
            thetext[ndx]="Countryside Acres";
            thevalue[ndx]="Countryside Acres";
            ndx++;
            thetext[ndx]="Creeds Cove";
            thevalue[ndx]="CREEDS COVE";
            ndx++;
            thetext[ndx]="Creekstone";
            thevalue[ndx]="CREEKSTONE";
            ndx++;
            thetext[ndx]="Crystal Tree";
            thevalue[ndx]="Crystal Tree";
            ndx++;
            thetext[ndx]="Dogwood Lakes";
            thevalue[ndx]="DOGWOOD LAKES";
            ndx++;
            thetext[ndx]="Eagle Creek";
            thevalue[ndx]="EAGLE CREEK";
            ndx++;
            thetext[ndx]="Elk Country Highlands";
            thevalue[ndx]="Elk Country Highlands";
            ndx++;
            thetext[ndx]="Hannah Springs";
            thevalue[ndx]="HANNAH SPRINGS";
            ndx++;
            thetext[ndx]="Haynes-ferguson";
            thevalue[ndx]="HAYNES-FERGUSON";
            ndx++;
            thetext[ndx]="Heath Peak";
            thevalue[ndx]="Heath Peak";
            ndx++;
            thetext[ndx]="Herman E Fugate";
            thevalue[ndx]="Herman E Fugate";
            ndx++;
            thetext[ndx]="Hickory Ridge Estates";
            thevalue[ndx]="HICKORY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Higher Ground Ridge";
            thevalue[ndx]="Higher Ground Ridge";
            ndx++;
            thetext[ndx]="Hills Of Cataloochee";
            thevalue[ndx]="HILLS OF CATALOOCHEE";
            ndx++;
            thetext[ndx]="Homestead Mountain";
            thevalue[ndx]="Homestead Mountain";
            ndx++;
            thetext[ndx]="Homestead Park";
            thevalue[ndx]="Homestead Park";
            ndx++;
            thetext[ndx]="J Creek Estate";
            thevalue[ndx]="J CREEK ESTATE";
            ndx++;
            thetext[ndx]="James P Bennett";
            thevalue[ndx]="James P Bennett";
            ndx++;
            thetext[ndx]="Jess Moody Sr Heirs";
            thevalue[ndx]="JESS MOODY SR HEIRS";
            ndx++;
            thetext[ndx]="John Paul Mountain Estates";
            thevalue[ndx]="JOHN PAUL MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Jonathan Oaks";
            thevalue[ndx]="JONATHAN OAKS";
            ndx++;
            thetext[ndx]="Jonathans Rest";
            thevalue[ndx]="Jonathans Rest";
            ndx++;
            thetext[ndx]="Lazy B Ranch";
            thevalue[ndx]="LAZY B RANCH";
            ndx++;
            thetext[ndx]="Lindera Estates";
            thevalue[ndx]="LINDERA ESTATES";
            ndx++;
            thetext[ndx]="M O Brannon";
            thevalue[ndx]="M O Brannon";
            ndx++;
            thetext[ndx]="Maple Springs";
            thevalue[ndx]="Maple Springs";
            ndx++;
            thetext[ndx]="Moose Creek";
            thevalue[ndx]="Moose Creek";
            ndx++;
            thetext[ndx]="Mount Valley Estates";
            thevalue[ndx]="MOUNT VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Mountain Hideway Island";
            thevalue[ndx]="MOUNTAIN HIDEWAY ISLAND";
            ndx++;
            thetext[ndx]="Mountain Lake Forest";
            thevalue[ndx]="MOUNTAIN LAKE FOREST";
            ndx++;
            thetext[ndx]="Mountain Ridges Estates";
            thevalue[ndx]="MOUNTAIN RIDGES ESTATES";
            ndx++;
            thetext[ndx]="Mountain Springs Estates";
            thevalue[ndx]="MOUNTAIN SPRINGS ESTATES";
            ndx++;
            thetext[ndx]="Mountain Valley Estates";
            thevalue[ndx]="MOUNTAIN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Mystic Acres";
            thevalue[ndx]="Mystic Acres";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="Not-in Subdivision";
            ndx++;
            thetext[ndx]="Qualla Woods";
            thevalue[ndx]="QUALLA WOODS";
            ndx++;
            thetext[ndx]="Rabbits Ridge";
            thevalue[ndx]="RABBITS RIDGE";
            ndx++;
            thetext[ndx]="Reserve At Timberwoods";
            thevalue[ndx]="Reserve at Timberwoods";
            ndx++;
            thetext[ndx]="Rivers Edge";
            thevalue[ndx]="RIVERS EDGE";
            ndx++;
            thetext[ndx]="Roaring Creek";
            thevalue[ndx]="Roaring Creek";
            ndx++;
            thetext[ndx]="Seay Mountain";
            thevalue[ndx]="SEAY MOUNTAIN";
            ndx++;
            thetext[ndx]="Settlers Ridge";
            thevalue[ndx]="SETTLERS RIDGE";
            ndx++;
            thetext[ndx]="Shady Rest";
            thevalue[ndx]="Shady Rest";
            ndx++;
            thetext[ndx]="Stone Gate Est";
            thevalue[ndx]="STONE GATE EST";
            ndx++;
            thetext[ndx]="Sugar Cove Estates";
            thevalue[ndx]="Sugar Cove Estates";
            ndx++;
            thetext[ndx]="Sugar Mountain Estates";
            thevalue[ndx]="SUGAR MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Summer Place";
            thevalue[ndx]="SUMMER PLACE";
            ndx++;
            thetext[ndx]="The Benchmark";
            thevalue[ndx]="THE BENCHMARK";
            ndx++;
            thetext[ndx]="The Buncombe Cove";
            thevalue[ndx]="The Buncombe Cove";
            ndx++;
            thetext[ndx]="The Divide";
            thevalue[ndx]="The Divide";
            ndx++;
            thetext[ndx]="The Midlands";
            thevalue[ndx]="THE MIDLANDS";
            ndx++;
            thetext[ndx]="The Willows";
            thevalue[ndx]="The Willows";
            ndx++;
            thetext[ndx]="Travellers Rest";
            thevalue[ndx]="Travellers Rest";
            ndx++;
            thetext[ndx]="Utah Mountain Estates";
            thevalue[ndx]="UTAH MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Vesies Place";
            thevalue[ndx]="Vesies Place";
            ndx++;
            thetext[ndx]="Waterbrooke";
            thevalue[ndx]="Waterbrooke";
            ndx++;
            thetext[ndx]="Waters Edge";
            thevalue[ndx]="Waters Edge";
            ndx++;
            thetext[ndx]="Whispering Oaks";
            thevalue[ndx]="Whispering Oaks";
            ndx++;
            thetext[ndx]="White Diamond Estates";
            thevalue[ndx]="WHITE DIAMOND ESTATES";
            ndx++;
      break;
   case "Haywood - Lake Junaluska":
            thetext[ndx]="Avalon At Junaluska Highlands";
            thevalue[ndx]="Avalon at Junaluska Highlands";
            ndx++;
            thetext[ndx]="Fairway Hills";
            thevalue[ndx]="Fairway Hills";
            ndx++;
            thetext[ndx]="Hickory Hill";
            thevalue[ndx]="Hickory Hill";
            ndx++;
            thetext[ndx]="Hickory Hills";
            thevalue[ndx]="HICKORY HILLS";
            ndx++;
            thetext[ndx]="Holston Village";
            thevalue[ndx]="HOLSTON VILLAGE";
            ndx++;
            thetext[ndx]="Junaluska Highlands";
            thevalue[ndx]="Junaluska Highlands";
            ndx++;
            thetext[ndx]="Lake Junaluska Assembly";
            thevalue[ndx]="LAKE JUNALUSKA ASSEMBLY";
            ndx++;
            thetext[ndx]="Rolling Hills Estates";
            thevalue[ndx]="ROLLING HILLS ESTATES";
            ndx++;
            thetext[ndx]="Stuart Circle Condominiums";
            thevalue[ndx]="STUART CIRCLE CONDOMINIUMS";
            ndx++;
      break;
   case "Haywood - Maggie Valley":
            thetext[ndx]="Appalachian Village";
            thevalue[ndx]="APPALACHIAN VILLAGE";
            ndx++;
            thetext[ndx]="Bear Ridge";
            thevalue[ndx]="BEAR RIDGE";
            ndx++;
            thetext[ndx]="Big Springs Cove Estates";
            thevalue[ndx]="BIG SPRINGS COVE ESTATES";
            ndx++;
            thetext[ndx]="Black Bear Creek";
            thevalue[ndx]="Black Bear Creek";
            ndx++;
            thetext[ndx]="Black Bear Ridge";
            thevalue[ndx]="Black Bear Ridge";
            ndx++;
            thetext[ndx]="Boulder Ridge";
            thevalue[ndx]="Boulder Ridge";
            ndx++;
            thetext[ndx]="Bradley Walker Heights";
            thevalue[ndx]="BRADLEY WALKER HEIGHTS";
            ndx++;
            thetext[ndx]="Bradley-walker Heights";
            thevalue[ndx]="BRADLEY-WALKER HEIGHTS";
            ndx++;
            thetext[ndx]="Brannon Forest";
            thevalue[ndx]="Brannon Forest";
            ndx++;
            thetext[ndx]="Brookside Village";
            thevalue[ndx]="BROOKSIDE VILLAGE";
            ndx++;
            thetext[ndx]="Buck Mountain Properties";
            thevalue[ndx]="Buck Mountain Properties";
            ndx++;
            thetext[ndx]="Caldwell Meadows";
            thevalue[ndx]="CALDWELL MEADOWS";
            ndx++;
            thetext[ndx]="Campbell Creek Meadows";
            thevalue[ndx]="CAMPBELL CREEK MEADOWS";
            ndx++;
            thetext[ndx]="Campbell Woods";
            thevalue[ndx]="Campbell Woods";
            ndx++;
            thetext[ndx]="Catalooche Ranch Est";
            thevalue[ndx]="CATALOOCHE RANCH EST";
            ndx++;
            thetext[ndx]="Cataloochee Ranch";
            thevalue[ndx]="CATALOOCHEE RANCH";
            ndx++;
            thetext[ndx]="Cedarwood";
            thevalue[ndx]="CEDARWOOD";
            ndx++;
            thetext[ndx]="Cherry Hill Est";
            thevalue[ndx]="Cherry Hill Est";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="Chestnut Ridge";
            ndx++;
            thetext[ndx]="Club West Ridge";
            thevalue[ndx]="Club West Ridge";
            ndx++;
            thetext[ndx]="Country Club Cove";
            thevalue[ndx]="Country Club Cove";
            ndx++;
            thetext[ndx]="Country Club Cove Estates";
            thevalue[ndx]="COUNTRY CLUB COVE ESTATES";
            ndx++;
            thetext[ndx]="Country Club Estates";
            thevalue[ndx]="COUNTRY CLUB ESTATES";
            ndx++;
            thetext[ndx]="Countryside Acres";
            thevalue[ndx]="COUNTRYSIDE ACRES";
            ndx++;
            thetext[ndx]="Creekside Villas";
            thevalue[ndx]="CREEKSIDE VILLAS";
            ndx++;
            thetext[ndx]="Crocketts Meadow";
            thevalue[ndx]="CROCKETTS MEADOW";
            ndx++;
            thetext[ndx]="Crystal Wood";
            thevalue[ndx]="CRYSTAL WOOD";
            ndx++;
            thetext[ndx]="Dellwood Forest";
            thevalue[ndx]="Dellwood Forest";
            ndx++;
            thetext[ndx]="Dogwood Lakes";
            thevalue[ndx]="DOGWOOD LAKES";
            ndx++;
            thetext[ndx]="Dogwood Trails";
            thevalue[ndx]="DOGWOOD TRAILS";
            ndx++;
            thetext[ndx]="Dream Meadows";
            thevalue[ndx]="DREAM MEADOWS";
            ndx++;
            thetext[ndx]="Evergreen Heights";
            thevalue[ndx]="EVERGREEN HEIGHTS";
            ndx++;
            thetext[ndx]="Fie Top Woodlands";
            thevalue[ndx]="FIE TOP WOODLANDS";
            ndx++;
            thetext[ndx]="Fisher Ridge";
            thevalue[ndx]="Fisher Ridge";
            ndx++;
            thetext[ndx]="Fisher Ridge Phaseii";
            thevalue[ndx]="Fisher Ridge Phaseii";
            ndx++;
            thetext[ndx]="Fishers Ridge";
            thevalue[ndx]="FISHERS RIDGE";
            ndx++;
            thetext[ndx]="Fox Run Heights";
            thevalue[ndx]="Fox Run Heights";
            ndx++;
            thetext[ndx]="Fox Run Meadow";
            thevalue[ndx]="FOX RUN MEADOW";
            ndx++;
            thetext[ndx]="Fred Campbell";
            thevalue[ndx]="Fred Campbell";
            ndx++;
            thetext[ndx]="Grey Rock";
            thevalue[ndx]="Grey Rock";
            ndx++;
            thetext[ndx]="Hawk Nest";
            thevalue[ndx]="HAWK NEST";
            ndx++;
            thetext[ndx]="Hemlock Forest";
            thevalue[ndx]="HEMLOCK FOREST";
            ndx++;
            thetext[ndx]="Hemlock Villas";
            thevalue[ndx]="HEMLOCK VILLAS";
            ndx++;
            thetext[ndx]="Heritage Investments";
            thevalue[ndx]="HERITAGE INVESTMENTS";
            ndx++;
            thetext[ndx]="Hidden Cove";
            thevalue[ndx]="Hidden Cove";
            ndx++;
            thetext[ndx]="Hidden Hills";
            thevalue[ndx]="HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Hillcrest Villas";
            thevalue[ndx]="HILLCREST VILLAS";
            ndx++;
            thetext[ndx]="Holly Hill";
            thevalue[ndx]="HOLLY HILL";
            ndx++;
            thetext[ndx]="Holly Hills";
            thevalue[ndx]="HOLLY HILLS";
            ndx++;
            thetext[ndx]="Hooter Hollow";
            thevalue[ndx]="HOOTER HOLLOW";
            ndx++;
            thetext[ndx]="Horse Shoe Cove";
            thevalue[ndx]="HORSE SHOE COVE";
            ndx++;
            thetext[ndx]="Horseshoe Cove";
            thevalue[ndx]="HORSESHOE COVE";
            ndx++;
            thetext[ndx]="Howard Carl";
            thevalue[ndx]="HOWARD CARL";
            ndx++;
            thetext[ndx]="Indian Creek";
            thevalue[ndx]="INDIAN CREEK";
            ndx++;
            thetext[ndx]="Iron Pot Ridge";
            thevalue[ndx]="IRON POT RIDGE";
            ndx++;
            thetext[ndx]="Ivy Hill";
            thevalue[ndx]="IVY HILL";
            ndx++;
            thetext[ndx]="Katua Falls";
            thevalue[ndx]="Katua Falls";
            ndx++;
            thetext[ndx]="Ketner Property";
            thevalue[ndx]="KETNER PROPERTY";
            ndx++;
            thetext[ndx]="Laurel Branch Estates";
            thevalue[ndx]="LAUREL BRANCH ESTATES";
            ndx++;
            thetext[ndx]="Laurel Heights";
            thevalue[ndx]="LAUREL HEIGHTS";
            ndx++;
            thetext[ndx]="Laurel Heights At Smoky Mtn";
            thevalue[ndx]="LAUREL HEIGHTS AT SMOKY MTN";
            ndx++;
            thetext[ndx]="Laurel Patch";
            thevalue[ndx]="LAUREL PATCH";
            ndx++;
            thetext[ndx]="Laurels At Cataloochee";
            thevalue[ndx]="Laurels at Cataloochee";
            ndx++;
            thetext[ndx]="Linson Ridge";
            thevalue[ndx]="LINSON RIDGE";
            ndx++;
            thetext[ndx]="Lotus Industries";
            thevalue[ndx]="Lotus Industries";
            ndx++;
            thetext[ndx]="M O Brannon";
            thevalue[ndx]="M O Brannon";
            ndx++;
            thetext[ndx]="Maggie";
            thevalue[ndx]="Maggie";
            ndx++;
            thetext[ndx]="Maggie Highlands";
            thevalue[ndx]="MAGGIE HIGHLANDS";
            ndx++;
            thetext[ndx]="Maggie Overlook";
            thevalue[ndx]="Maggie Overlook";
            ndx++;
            thetext[ndx]="Maggie Valley Country Club Est";
            thevalue[ndx]="MAGGIE VALLEY COUNTRY CLUB EST";
            ndx++;
            thetext[ndx]="Maggie Valley Estates";
            thevalue[ndx]="Maggie Valley Estates";
            ndx++;
            thetext[ndx]="Maggie Valley Leisure Estates";
            thevalue[ndx]="MAGGIE VALLEY LEISURE ESTATES";
            ndx++;
            thetext[ndx]="Masters Landing";
            thevalue[ndx]="MASTERS LANDING";
            ndx++;
            thetext[ndx]="Misty Meadows";
            thevalue[ndx]="MISTY MEADOWS";
            ndx++;
            thetext[ndx]="Misty Mountain";
            thevalue[ndx]="MISTY MOUNTAIN";
            ndx++;
            thetext[ndx]="Mountain Glen Condominium";
            thevalue[ndx]="MOUNTAIN GLEN CONDOMINIUM";
            ndx++;
            thetext[ndx]="Mountain Lake Forest";
            thevalue[ndx]="MOUNTAIN LAKE FOREST";
            ndx++;
            thetext[ndx]="Mountain Top";
            thevalue[ndx]="MOUNTAIN TOP";
            ndx++;
            thetext[ndx]="Mountain Watch";
            thevalue[ndx]="Mountain Watch";
            ndx++;
            thetext[ndx]="Nanny Patch Cove";
            thevalue[ndx]="NANNY PATCH COVE";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="North Point Estates";
            thevalue[ndx]="NORTH POINT ESTATES";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Olde Charlestown";
            thevalue[ndx]="OLDE CHARLESTOWN";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Persimmon Point And Millers La";
            thevalue[ndx]="PERSIMMON POINT AND MILLERS LA";
            ndx++;
            thetext[ndx]="Presley Estates";
            thevalue[ndx]="PRESLEY ESTATES";
            ndx++;
            thetext[ndx]="Raven Ridge";
            thevalue[ndx]="RAVEN RIDGE";
            ndx++;
            thetext[ndx]="Rich Cove";
            thevalue[ndx]="RICH COVE";
            ndx++;
            thetext[ndx]="Riddle Creek Rv Park";
            thevalue[ndx]="RIDDLE CREEK RV PARK";
            ndx++;
            thetext[ndx]="River Wind";
            thevalue[ndx]="RIVER WIND";
            ndx++;
            thetext[ndx]="Riverside Valley Villas";
            thevalue[ndx]="RIVERSIDE VALLEY VILLAS";
            ndx++;
            thetext[ndx]="Riverside Villas";
            thevalue[ndx]="RIVERSIDE VILLAS";
            ndx++;
            thetext[ndx]="Scarlet Oaks";
            thevalue[ndx]="SCARLET OAKS";
            ndx++;
            thetext[ndx]="Seasons";
            thevalue[ndx]="Seasons";
            ndx++;
            thetext[ndx]="Seasons In Maggie Valley";
            thevalue[ndx]="Seasons in Maggie Valley";
            ndx++;
            thetext[ndx]="Sheepback Mountain";
            thevalue[ndx]="SHEEPBACK MOUNTAIN";
            ndx++;
            thetext[ndx]="Sheepback Mountain Estates";
            thevalue[ndx]="Sheepback Mountain Estates";
            ndx++;
            thetext[ndx]="Sherwood Forest";
            thevalue[ndx]="SHERWOOD FOREST";
            ndx++;
            thetext[ndx]="Sherwood Mountain";
            thevalue[ndx]="Sherwood Mountain";
            ndx++;
            thetext[ndx]="Smokey Mountain Acres";
            thevalue[ndx]="Smokey Mountain Acres";
            ndx++;
            thetext[ndx]="Smokey Mtn Retreat -eagle Nest";
            thevalue[ndx]="SMOKEY MTN RETREAT -EAGLE NEST";
            ndx++;
            thetext[ndx]="Smokey Shadows Estates";
            thevalue[ndx]="SMOKEY SHADOWS ESTATES";
            ndx++;
            thetext[ndx]="Smoky Falls";
            thevalue[ndx]="SMOKY FALLS";
            ndx++;
            thetext[ndx]="Smoky Falls Ridge";
            thevalue[ndx]="Smoky Falls Ridge";
            ndx++;
            thetext[ndx]="Smoky Mountain Creekside Condo";
            thevalue[ndx]="SMOKY MOUNTAIN CREEKSIDE CONDO";
            ndx++;
            thetext[ndx]="Smoky Mountain R";
            thevalue[ndx]="Smoky Mountain R";
            ndx++;
            thetext[ndx]="Smoky Mountain Retreat At Eagl";
            thevalue[ndx]="SMOKY MOUNTAIN RETREAT AT EAGL";
            ndx++;
            thetext[ndx]="Smoky Mtn Retreat @ Eagle Nest";
            thevalue[ndx]="SMOKY MTN RETREAT @ EAGLE NEST";
            ndx++;
            thetext[ndx]="Smoky Mtn Retreat At Eagles";
            thevalue[ndx]="SMOKY MTN RETREAT AT EAGLES";
            ndx++;
            thetext[ndx]="Smoky Mtn Retreat At Eagles Ne";
            thevalue[ndx]="Smoky Mtn Retreat At Eagles Ne";
            ndx++;
            thetext[ndx]="Soco Acres";
            thevalue[ndx]="SOCO ACRES";
            ndx++;
            thetext[ndx]="Soco Falls";
            thevalue[ndx]="SOCO FALLS";
            ndx++;
            thetext[ndx]="Soco View";
            thevalue[ndx]="SOCO VIEW";
            ndx++;
            thetext[ndx]="Spring Lake Estates";
            thevalue[ndx]="SPRING LAKE ESTATES";
            ndx++;
            thetext[ndx]="Stoney Ridge";
            thevalue[ndx]="STONEY RIDGE";
            ndx++;
            thetext[ndx]="Summer Haven";
            thevalue[ndx]="SUMMER HAVEN";
            ndx++;
            thetext[ndx]="Sweetwater Farm";
            thevalue[ndx]="SWEETWATER FARM";
            ndx++;
            thetext[ndx]="Sweetwater Farms";
            thevalue[ndx]="SWEETWATER FARMS";
            ndx++;
            thetext[ndx]="T And T";
            thevalue[ndx]="T AND T";
            ndx++;
            thetext[ndx]="Tater Patch Estates";
            thevalue[ndx]="Tater Patch Estates";
            ndx++;
            thetext[ndx]="The Cliffs";
            thevalue[ndx]="THE CLIFFS";
            ndx++;
            thetext[ndx]="The Cliffs At Maggie Valley";
            thevalue[ndx]="THE CLIFFS AT MAGGIE VALLEY";
            ndx++;
            thetext[ndx]="The Cove";
            thevalue[ndx]="The Cove";
            ndx++;
            thetext[ndx]="The Knolls";
            thevalue[ndx]="THE KNOLLS";
            ndx++;
            thetext[ndx]="The Overlook";
            thevalue[ndx]="The Overlook";
            ndx++;
            thetext[ndx]="The Preserve At Jonathan Creek";
            thevalue[ndx]="THE PRESERVE AT JONATHAN CREEK";
            ndx++;
            thetext[ndx]="The Sanctuary";
            thevalue[ndx]="The Sanctuary";
            ndx++;
            thetext[ndx]="The Summit";
            thevalue[ndx]="The Summit";
            ndx++;
            thetext[ndx]="The Summit At Angel Falls";
            thevalue[ndx]="The Summit at Angel Falls";
            ndx++;
            thetext[ndx]="The Village Smoky Mtn Retreat";
            thevalue[ndx]="The Village Smoky Mtn Retreat";
            ndx++;
            thetext[ndx]="Timberline Cabins";
            thevalue[ndx]="TIMBERLINE CABINS";
            ndx++;
            thetext[ndx]="Tony Martin Mccall";
            thevalue[ndx]="TONY MARTIN MCCALL";
            ndx++;
            thetext[ndx]="Trinity Cove";
            thevalue[ndx]="TRINITY COVE";
            ndx++;
            thetext[ndx]="Twinbrook";
            thevalue[ndx]="TWINBROOK";
            ndx++;
            thetext[ndx]="Upper Woodlands";
            thevalue[ndx]="Upper Woodlands";
            ndx++;
            thetext[ndx]="Valley Creek Run";
            thevalue[ndx]="VALLEY CREEK RUN";
            ndx++;
            thetext[ndx]="Valley View";
            thevalue[ndx]="VALLEY VIEW";
            ndx++;
            thetext[ndx]="Valley View Estates";
            thevalue[ndx]="Valley View Estates";
            ndx++;
            thetext[ndx]="Valley Vista";
            thevalue[ndx]="Valley Vista";
            ndx++;
            thetext[ndx]="Villa Labri";
            thevalue[ndx]="Villa Labri";
            ndx++;
            thetext[ndx]="Village Glen";
            thevalue[ndx]="VILLAGE GLEN";
            ndx++;
            thetext[ndx]="W C Norris";
            thevalue[ndx]="W C Norris";
            ndx++;
            thetext[ndx]="Walnut Acres";
            thevalue[ndx]="WALNUT ACRES";
            ndx++;
            thetext[ndx]="Whispering Creek";
            thevalue[ndx]="Whispering Creek";
            ndx++;
            thetext[ndx]="Whitewater Estates";
            thevalue[ndx]="WHITEWATER ESTATES";
            ndx++;
            thetext[ndx]="Wild Acres";
            thevalue[ndx]="WILD ACRES";
            ndx++;
            thetext[ndx]="William Sutton Properties";
            thevalue[ndx]="WILLIAM SUTTON PROPERTIES";
            ndx++;
            thetext[ndx]="Wolf Creek";
            thevalue[ndx]="WOLF CREEK";
            ndx++;
            thetext[ndx]="Woodfern";
            thevalue[ndx]="WOODFERN";
            ndx++;
            thetext[ndx]="Woodlands";
            thevalue[ndx]="WOODLANDS";
            ndx++;
            thetext[ndx]="Woodlands Village";
            thevalue[ndx]="WOODLANDS VILLAGE";
            ndx++;
      break;
   case "Haywood - Newfound":
            thetext[ndx]="Dawson Meadows";
            thevalue[ndx]="DAWSON MEADOWS";
            ndx++;
            thetext[ndx]="Holland Mountain Falls";
            thevalue[ndx]="Holland Mountain Falls";
            ndx++;
            thetext[ndx]="Mystic Cove";
            thevalue[ndx]="MYSTIC COVE";
            ndx++;
            thetext[ndx]="Newfound Acres";
            thevalue[ndx]="NEWFOUND ACRES";
            ndx++;
            thetext[ndx]="Silent Forest";
            thevalue[ndx]="SILENT FOREST";
            ndx++;
      break;
   case "Haywood - North Hominy":
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="Hunters Ridge";
            ndx++;
            thetext[ndx]="Huntersridge";
            thevalue[ndx]="Huntersridge";
            ndx++;
      break;
   case "Haywood - Other":
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Haywood - Out Of Area":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Haywood - Pigeon":
            thetext[ndx]="D D York";
            thevalue[ndx]="D D YORK";
            ndx++;
            thetext[ndx]="Grand View Acres";
            thevalue[ndx]="GRAND VIEW ACRES";
            ndx++;
            thetext[ndx]="Haywood County";
            thevalue[ndx]="HAYWOOD COUNTY";
            ndx++;
            thetext[ndx]="Hidden Valley Estates";
            thevalue[ndx]="HIDDEN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="J H Plott";
            thevalue[ndx]="J H PLOTT";
            ndx++;
            thetext[ndx]="Kelly Farm";
            thevalue[ndx]="KELLY FARM";
            ndx++;
            thetext[ndx]="Mosa Meadows";
            thevalue[ndx]="Mosa Meadows";
            ndx++;
            thetext[ndx]="Natures Edge";
            thevalue[ndx]="Natures Edge";
            ndx++;
            thetext[ndx]="Pisgah View";
            thevalue[ndx]="PISGAH VIEW";
            ndx++;
            thetext[ndx]="Rickman-osborne";
            thevalue[ndx]="RICKMAN-OSBORNE";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="RIVERBEND ESTATES";
            ndx++;
            thetext[ndx]="Sellars Place";
            thevalue[ndx]="SELLARS PLACE";
            ndx++;
            thetext[ndx]="Shining Rock Estates";
            thevalue[ndx]="Shining Rock Estates";
            ndx++;
            thetext[ndx]="Spring Valley";
            thevalue[ndx]="SPRING VALLEY";
            ndx++;
            thetext[ndx]="Thorny Knoll";
            thevalue[ndx]="THORNY KNOLL";
            ndx++;
            thetext[ndx]="Whittlers Ridge";
            thevalue[ndx]="Whittlers Ridge";
            ndx++;
      break;
   case "Haywood - Qualla Township":
            thetext[ndx]="Cranberry Falls";
            thevalue[ndx]="CRANBERRY FALLS";
            ndx++;
      break;
   case "Haywood - Waynesville":
            thetext[ndx]="10 Country Club";
            thevalue[ndx]="10 COUNTRY CLUB";
            ndx++;
            thetext[ndx]="Aldersgate Ridge";
            thevalue[ndx]="Aldersgate Ridge";
            ndx++;
            thetext[ndx]="Apple Blossom Estate";
            thevalue[ndx]="APPLE BLOSSOM ESTATE";
            ndx++;
            thetext[ndx]="Apple Creek Acres";
            thevalue[ndx]="APPLE CREEK ACRES";
            ndx++;
            thetext[ndx]="Apple Tree Court";
            thevalue[ndx]="APPLE TREE COURT";
            ndx++;
            thetext[ndx]="Ascot Highlands";
            thevalue[ndx]="Ascot Highlands";
            ndx++;
            thetext[ndx]="Auburn Park";
            thevalue[ndx]="AUBURN PARK";
            ndx++;
            thetext[ndx]="Avalon At Junaluska Highlands";
            thevalue[ndx]="Avalon at Junaluska Highlands";
            ndx++;
            thetext[ndx]="Balsam Forest";
            thevalue[ndx]="BALSAM FOREST";
            ndx++;
            thetext[ndx]="Balsam Heights";
            thevalue[ndx]="BALSAM HEIGHTS";
            ndx++;
            thetext[ndx]="Balsam Meadow Log Village";
            thevalue[ndx]="Balsam Meadow Log Village";
            ndx++;
            thetext[ndx]="Balsam Meadows";
            thevalue[ndx]="Balsam Meadows";
            ndx++;
            thetext[ndx]="Barbers Orchard";
            thevalue[ndx]="BARBERS ORCHARD";
            ndx++;
            thetext[ndx]="Ben Medford";
            thevalue[ndx]="Ben Medford";
            ndx++;
            thetext[ndx]="Bessie Atkins";
            thevalue[ndx]="BESSIE ATKINS";
            ndx++;
            thetext[ndx]="Big Cove Estates";
            thevalue[ndx]="BIG COVE ESTATES";
            ndx++;
            thetext[ndx]="Big Laurel Inc";
            thevalue[ndx]="BIG LAUREL INC";
            ndx++;
            thetext[ndx]="Birch Springs";
            thevalue[ndx]="BIRCH SPRINGS";
            ndx++;
            thetext[ndx]="Blue Ridge Meadows";
            thevalue[ndx]="BLUE RIDGE MEADOWS";
            ndx++;
            thetext[ndx]="Boulder Ridge Estates";
            thevalue[ndx]="BOULDER RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Bowden Properties Subdivision";
            thevalue[ndx]="BOWDEN PROPERTIES SUBDIVISION";
            ndx++;
            thetext[ndx]="Bradley Heights";
            thevalue[ndx]="BRADLEY HEIGHTS";
            ndx++;
            thetext[ndx]="Brannon Forest";
            thevalue[ndx]="BRANNON FOREST";
            ndx++;
            thetext[ndx]="Brightsville";
            thevalue[ndx]="BRIGHTSVILLE";
            ndx++;
            thetext[ndx]="Brook Hollow Estates";
            thevalue[ndx]="BROOK HOLLOW ESTATES";
            ndx++;
            thetext[ndx]="Brookmont";
            thevalue[ndx]="BROOKMONT";
            ndx++;
            thetext[ndx]="Brookside Estates";
            thevalue[ndx]="Brookside Estates";
            ndx++;
            thetext[ndx]="Brookwood";
            thevalue[ndx]="BROOKWOOD";
            ndx++;
            thetext[ndx]="Brookwood Place";
            thevalue[ndx]="BROOKWOOD PLACE";
            ndx++;
            thetext[ndx]="Burton Green";
            thevalue[ndx]="BURTON GREEN";
            ndx++;
            thetext[ndx]="Butler Hills";
            thevalue[ndx]="Butler Hills";
            ndx++;
            thetext[ndx]="C A George";
            thevalue[ndx]="C A GEORGE";
            ndx++;
            thetext[ndx]="Camp Branch Acres";
            thevalue[ndx]="CAMP BRANCH ACRES";
            ndx++;
            thetext[ndx]="Campbell Mountain Estates";
            thevalue[ndx]="CAMPBELL MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Carvers Crossing";
            thevalue[ndx]="CARVERS CROSSING";
            ndx++;
            thetext[ndx]="Castle Creek Villiage";
            thevalue[ndx]="CASTLE CREEK VILLIAGE";
            ndx++;
            thetext[ndx]="Cataloochee Heights";
            thevalue[ndx]="CATALOOCHEE HEIGHTS";
            ndx++;
            thetext[ndx]="Cataloochee Mountain Estates";
            thevalue[ndx]="CATALOOCHEE MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Cataloochee Ranch Estates";
            thevalue[ndx]="Cataloochee Ranch Estates";
            ndx++;
            thetext[ndx]="Cedarwood";
            thevalue[ndx]="CEDARWOOD";
            ndx++;
            thetext[ndx]="Chancery Lane";
            thevalue[ndx]="CHANCERY LANE";
            ndx++;
            thetext[ndx]="Charles M Starnes";
            thevalue[ndx]="CHARLES M STARNES";
            ndx++;
            thetext[ndx]="Chelsea Square";
            thevalue[ndx]="CHELSEA SQUARE";
            ndx++;
            thetext[ndx]="Cherry Hill Est";
            thevalue[ndx]="Cherry Hill Est";
            ndx++;
            thetext[ndx]="Chestnut Park";
            thevalue[ndx]="CHESTNUT PARK";
            ndx++;
            thetext[ndx]="Chestnut Walk";
            thevalue[ndx]="CHESTNUT WALK";
            ndx++;
            thetext[ndx]="Clubhouse Condominium";
            thevalue[ndx]="CLUBHOUSE CONDOMINIUM";
            ndx++;
            thetext[ndx]="Cobblers Knob";
            thevalue[ndx]="COBBLERS KNOB";
            ndx++;
            thetext[ndx]="Coleman Mtn Estates";
            thevalue[ndx]="COLEMAN MTN ESTATES";
            ndx++;
            thetext[ndx]="Cottage Homes";
            thevalue[ndx]="COTTAGE HOMES";
            ndx++;
            thetext[ndx]="Country Club Real Estate Of Wn";
            thevalue[ndx]="Country Club Real Estate Of Wn";
            ndx++;
            thetext[ndx]="Country Meadows";
            thevalue[ndx]="COUNTRY MEADOWS";
            ndx++;
            thetext[ndx]="Country Place Of Waynesville";
            thevalue[ndx]="COUNTRY PLACE OF WAYNESVILLE";
            ndx++;
            thetext[ndx]="Countryside Acres";
            thevalue[ndx]="COUNTRYSIDE ACRES";
            ndx++;
            thetext[ndx]="Creekstone";
            thevalue[ndx]="CREEKSTONE";
            ndx++;
            thetext[ndx]="Crestview Pointe";
            thevalue[ndx]="CRESTVIEW POINTE";
            ndx++;
            thetext[ndx]="Crystal Tree";
            thevalue[ndx]="CRYSTAL TREE";
            ndx++;
            thetext[ndx]="Cypress Creek Condos";
            thevalue[ndx]="CYPRESS CREEK CONDOS";
            ndx++;
            thetext[ndx]="Cypress Villas";
            thevalue[ndx]="CYPRESS VILLAS";
            ndx++;
            thetext[ndx]="Dellwood Forest";
            thevalue[ndx]="Dellwood Forest";
            ndx++;
            thetext[ndx]="Dogwood Acres";
            thevalue[ndx]="DOGWOOD ACRES";
            ndx++;
            thetext[ndx]="Dumbarton Heights";
            thevalue[ndx]="DUMBARTON HEIGHTS";
            ndx++;
            thetext[ndx]="E P Buie";
            thevalue[ndx]="E P BUIE";
            ndx++;
            thetext[ndx]="Eagle Pointe";
            thevalue[ndx]="EAGLE POINTE";
            ndx++;
            thetext[ndx]="Eagles Nest";
            thevalue[ndx]="EAGLES NEST";
            ndx++;
            thetext[ndx]="Eagles Nest Mountain";
            thevalue[ndx]="EAGLES NEST MOUNTAIN";
            ndx++;
            thetext[ndx]="Ethel Crawford";
            thevalue[ndx]="ETHEL CRAWFORD";
            ndx++;
            thetext[ndx]="Evergreen Farm";
            thevalue[ndx]="Evergreen Farm";
            ndx++;
            thetext[ndx]="Fair View Heights";
            thevalue[ndx]="FAIR VIEW HEIGHTS";
            ndx++;
            thetext[ndx]="Fairway Hills";
            thevalue[ndx]="FAIRWAY HILLS";
            ndx++;
            thetext[ndx]="Falcon Ridge";
            thevalue[ndx]="Falcon Ridge";
            ndx++;
            thetext[ndx]="Forest Park";
            thevalue[ndx]="FOREST PARK";
            ndx++;
            thetext[ndx]="Fox Run";
            thevalue[ndx]="FOX RUN";
            ndx++;
            thetext[ndx]="Fox Run Meadow";
            thevalue[ndx]="FOX RUN MEADOW";
            ndx++;
            thetext[ndx]="Fox Run Meadows";
            thevalue[ndx]="FOX RUN MEADOWS";
            ndx++;
            thetext[ndx]="Foxfire Estates";
            thevalue[ndx]="FOXFIRE ESTATES";
            ndx++;
            thetext[ndx]="Freedlander Estates";
            thevalue[ndx]="FREEDLANDER ESTATES";
            ndx++;
            thetext[ndx]="Friendly Acres";
            thevalue[ndx]="Friendly Acres";
            ndx++;
            thetext[ndx]="G C Farmer";
            thevalue[ndx]="G C FARMER";
            ndx++;
            thetext[ndx]="G C Farmer And Denton Browning";
            thevalue[ndx]="G C FARMER AND DENTON BROWNING";
            ndx++;
            thetext[ndx]="Glens Of Ironduff";
            thevalue[ndx]="GLENS OF IRONDUFF";
            ndx++;
            thetext[ndx]="Golf View Estates";
            thevalue[ndx]="GOLF VIEW ESTATES";
            ndx++;
            thetext[ndx]="Grand View Heights";
            thevalue[ndx]="GRAND VIEW HEIGHTS";
            ndx++;
            thetext[ndx]="Grandview";
            thevalue[ndx]="GRANDVIEW";
            ndx++;
            thetext[ndx]="Grassmere";
            thevalue[ndx]="Grassmere";
            ndx++;
            thetext[ndx]="Grimball Park";
            thevalue[ndx]="GRIMBALL PARK";
            ndx++;
            thetext[ndx]="Hardy Liner Estate";
            thevalue[ndx]="HARDY LINER ESTATE";
            ndx++;
            thetext[ndx]="Harvest View";
            thevalue[ndx]="HARVEST VIEW";
            ndx++;
            thetext[ndx]="Hawks Crest";
            thevalue[ndx]="HAWKS CREST";
            ndx++;
            thetext[ndx]="Haywood Sulphur Springs";
            thevalue[ndx]="HAYWOOD SULPHUR SPRINGS";
            ndx++;
            thetext[ndx]="Heaths Peak";
            thevalue[ndx]="HEATHS PEAK";
            ndx++;
            thetext[ndx]="Heaven's Holler";
            thevalue[ndx]="Heaven's Holler";
            ndx++;
            thetext[ndx]="Hemphill Heights";
            thevalue[ndx]="HEMPHILL HEIGHTS";
            ndx++;
            thetext[ndx]="Hendrixs Park";
            thevalue[ndx]="HENDRIXS PARK";
            ndx++;
            thetext[ndx]="Hendrixs Park Knoll";
            thevalue[ndx]="HENDRIXS PARK KNOLL";
            ndx++;
            thetext[ndx]="Henry Francis Lands";
            thevalue[ndx]="HENRY FRANCIS LANDS";
            ndx++;
            thetext[ndx]="Hickory Hill";
            thevalue[ndx]="Hickory Hill";
            ndx++;
            thetext[ndx]="High Acres";
            thevalue[ndx]="High Acres";
            ndx++;
            thetext[ndx]="Highland Forest";
            thevalue[ndx]="Highland Forest";
            ndx++;
            thetext[ndx]="Highlands Of Haywood";
            thevalue[ndx]="HIGHLANDS OF HAYWOOD";
            ndx++;
            thetext[ndx]="Hills Of Cataloochee";
            thevalue[ndx]="HILLS OF CATALOOCHEE";
            ndx++;
            thetext[ndx]="Hillside Terrace";
            thevalue[ndx]="HILLSIDE TERRACE";
            ndx++;
            thetext[ndx]="Hollon Cove";
            thevalue[ndx]="HOLLON COVE";
            ndx++;
            thetext[ndx]="Holston Village";
            thevalue[ndx]="Holston Village";
            ndx++;
            thetext[ndx]="Homestead Mountain";
            thevalue[ndx]="HOMESTEAD MOUNTAIN";
            ndx++;
            thetext[ndx]="Hopper Hollow";
            thevalue[ndx]="Hopper Hollow";
            ndx++;
            thetext[ndx]="Hunt Estates";
            thevalue[ndx]="HUNT ESTATES";
            ndx++;
            thetext[ndx]="Hunters Crossing";
            thevalue[ndx]="HUNTERS CROSSING";
            ndx++;
            thetext[ndx]="Hyatt Hills";
            thevalue[ndx]="Hyatt Hills";
            ndx++;
            thetext[ndx]="Indian Springs";
            thevalue[ndx]="INDIAN SPRINGS";
            ndx++;
            thetext[ndx]="Ivy Hill";
            thevalue[ndx]="IVY HILL";
            ndx++;
            thetext[ndx]="J Creek Estate";
            thevalue[ndx]="J CREEK ESTATE";
            ndx++;
            thetext[ndx]="Jarvis Chambers Estates";
            thevalue[ndx]="JARVIS CHAMBERS ESTATES";
            ndx++;
            thetext[ndx]="Joe Allison Estate";
            thevalue[ndx]="JOE ALLISON ESTATE";
            ndx++;
            thetext[ndx]="Jonathan Oaks";
            thevalue[ndx]="JONATHAN OAKS";
            ndx++;
            thetext[ndx]="Jordan Ridge";
            thevalue[ndx]="Jordan Ridge";
            ndx++;
            thetext[ndx]="Jordon Ridge";
            thevalue[ndx]="Jordon Ridge";
            ndx++;
            thetext[ndx]="Junaluska Heights";
            thevalue[ndx]="JUNALUSKA HEIGHTS";
            ndx++;
            thetext[ndx]="Junaluska Highlands";
            thevalue[ndx]="JUNALUSKA HIGHLANDS";
            ndx++;
            thetext[ndx]="Junaluska Meadows";
            thevalue[ndx]="JUNALUSKA MEADOWS";
            ndx++;
            thetext[ndx]="Junaluska Oaks";
            thevalue[ndx]="JUNALUSKA OAKS";
            ndx++;
            thetext[ndx]="Junaluska Ridge";
            thevalue[ndx]="Junaluska Ridge";
            ndx++;
            thetext[ndx]="Junaluska View Inc";
            thevalue[ndx]="JUNALUSKA VIEW INC";
            ndx++;
            thetext[ndx]="Keller Heights";
            thevalue[ndx]="KELLER HEIGHTS";
            ndx++;
            thetext[ndx]="Kelly Farm";
            thevalue[ndx]="KELLY FARM";
            ndx++;
            thetext[ndx]="Killian Park";
            thevalue[ndx]="KILLIAN PARK";
            ndx++;
            thetext[ndx]="Knollwood Heights";
            thevalue[ndx]="KNOLLWOOD HEIGHTS";
            ndx++;
            thetext[ndx]="Lake Junaluska Assembly";
            thevalue[ndx]="LAKE JUNALUSKA ASSEMBLY";
            ndx++;
            thetext[ndx]="Landmark Condominiums";
            thevalue[ndx]="LANDMARK CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Laurel Ridge";
            thevalue[ndx]="LAUREL RIDGE";
            ndx++;
            thetext[ndx]="Laurel Ridge Country Club";
            thevalue[ndx]="LAUREL RIDGE COUNTRY CLUB";
            ndx++;
            thetext[ndx]="Laurel Ridge Farms";
            thevalue[ndx]="Laurel Ridge Farms";
            ndx++;
            thetext[ndx]="Lem Shepard";
            thevalue[ndx]="LEM SHEPARD";
            ndx++;
            thetext[ndx]="Lickstone View";
            thevalue[ndx]="Lickstone View";
            ndx++;
            thetext[ndx]="Lickstone View Ii";
            thevalue[ndx]="LICKSTONE VIEW II";
            ndx++;
            thetext[ndx]="Lillie Green Estates";
            thevalue[ndx]="Lillie Green Estates";
            ndx++;
            thetext[ndx]="Liner And Comans";
            thevalue[ndx]="LINER AND COMANS";
            ndx++;
            thetext[ndx]="Liner Park";
            thevalue[ndx]="LINER PARK";
            ndx++;
            thetext[ndx]="Linson Ridge";
            thevalue[ndx]="LINSON RIDGE";
            ndx++;
            thetext[ndx]="Little Mountain";
            thevalue[ndx]="LITTLE MOUNTAIN";
            ndx++;
            thetext[ndx]="Lloyds Mountian Ridge";
            thevalue[ndx]="Lloyds Mountian Ridge";
            ndx++;
            thetext[ndx]="Lost Cove";
            thevalue[ndx]="LOST COVE";
            ndx++;
            thetext[ndx]="Main Street Villas";
            thevalue[ndx]="MAIN STREET VILLAS";
            ndx++;
            thetext[ndx]="Maple Knolls";
            thevalue[ndx]="MAPLE KNOLLS";
            ndx++;
            thetext[ndx]="Maple Springs";
            thevalue[ndx]="Maple Springs";
            ndx++;
            thetext[ndx]="Mary Lee Place";
            thevalue[ndx]="Mary Lee Place";
            ndx++;
            thetext[ndx]="Masters Pointe";
            thevalue[ndx]="MASTERS POINTE";
            ndx++;
            thetext[ndx]="Mauney Cove Estates";
            thevalue[ndx]="Mauney Cove Estates";
            ndx++;
            thetext[ndx]="Meadowbrook";
            thevalue[ndx]="MEADOWBROOK";
            ndx++;
            thetext[ndx]="Meadowood";
            thevalue[ndx]="MEADOWOOD";
            ndx++;
            thetext[ndx]="Meadowwood";
            thevalue[ndx]="Meadowwood";
            ndx++;
            thetext[ndx]="Misty Meadows";
            thevalue[ndx]="MISTY MEADOWS";
            ndx++;
            thetext[ndx]="Misty Mountain";
            thevalue[ndx]="MISTY MOUNTAIN";
            ndx++;
            thetext[ndx]="Morning Hills";
            thevalue[ndx]="MORNING HILLS";
            ndx++;
            thetext[ndx]="Morning Side";
            thevalue[ndx]="MORNING SIDE";
            ndx++;
            thetext[ndx]="Mosa Meadows";
            thevalue[ndx]="MOSA MEADOWS";
            ndx++;
            thetext[ndx]="Mountain Cove Estates";
            thevalue[ndx]="MOUNTAIN COVE ESTATES";
            ndx++;
            thetext[ndx]="Mountain Creek Estates";
            thevalue[ndx]="MOUNTAIN CREEK ESTATES";
            ndx++;
            thetext[ndx]="Mountain Lake Forest";
            thevalue[ndx]="MOUNTAIN LAKE FOREST";
            ndx++;
            thetext[ndx]="Mountain Laurel Cove Estates";
            thevalue[ndx]="MOUNTAIN LAUREL COVE ESTATES";
            ndx++;
            thetext[ndx]="Mountain Laurel Estates";
            thevalue[ndx]="MOUNTAIN LAUREL ESTATES";
            ndx++;
            thetext[ndx]="Mountain Ridges Estates";
            thevalue[ndx]="MOUNTAIN RIDGES ESTATES";
            ndx++;
            thetext[ndx]="Mountain Song";
            thevalue[ndx]="MOUNTAIN SONG";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="Mountain Watch";
            thevalue[ndx]="Mountain Watch";
            ndx++;
            thetext[ndx]="Muckle Cove";
            thevalue[ndx]="MUCKLE COVE";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Norman";
            thevalue[ndx]="NORMAN";
            ndx++;
            thetext[ndx]="Norris-mill Hill";
            thevalue[ndx]="Norris-Mill Hill";
            ndx++;
            thetext[ndx]="North Main Commons";
            thevalue[ndx]="North Main Commons";
            ndx++;
            thetext[ndx]="Oak Forest";
            thevalue[ndx]="OAK FOREST";
            ndx++;
            thetext[ndx]="Old Farm";
            thevalue[ndx]="Old Farm";
            ndx++;
            thetext[ndx]="Orchard View";
            thevalue[ndx]="ORCHARD VIEW";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Paradise Hills";
            thevalue[ndx]="PARADISE HILLS";
            ndx++;
            thetext[ndx]="Park Place Condominiums";
            thevalue[ndx]="PARK PLACE CONDOMINIUMS";
            ndx++;
            thetext[ndx]="Parkway Hills";
            thevalue[ndx]="Parkway Hills";
            ndx++;
            thetext[ndx]="Parkway View";
            thevalue[ndx]="PARKWAY VIEW";
            ndx++;
            thetext[ndx]="Patchens Mountainside Forest";
            thevalue[ndx]="PATCHENS MOUNTAINSIDE FOREST";
            ndx++;
            thetext[ndx]="Piedmont Place";
            thevalue[ndx]="PIEDMONT PLACE";
            ndx++;
            thetext[ndx]="Pigeon Bottom Property";
            thevalue[ndx]="PIGEON BOTTOM PROPERTY";
            ndx++;
            thetext[ndx]="Pine Ridge";
            thevalue[ndx]="PINE RIDGE";
            ndx++;
            thetext[ndx]="Pine Shadows";
            thevalue[ndx]="PINE SHADOWS";
            ndx++;
            thetext[ndx]="Pine Wood Heights";
            thevalue[ndx]="PINE WOOD HEIGHTS";
            ndx++;
            thetext[ndx]="Pinnacle Ridge";
            thevalue[ndx]="Pinnacle Ridge";
            ndx++;
            thetext[ndx]="Pioneer Ridge";
            thevalue[ndx]="Pioneer Ridge";
            ndx++;
            thetext[ndx]="Pisgah View Estates";
            thevalue[ndx]="PISGAH VIEW ESTATES";
            ndx++;
            thetext[ndx]="Plott Heights";
            thevalue[ndx]="PLOTT HEIGHTS";
            ndx++;
            thetext[ndx]="Preserves At Chestnut Flats";
            thevalue[ndx]="Preserves at Chestnut Flats";
            ndx++;
            thetext[ndx]="Quail Ridge";
            thevalue[ndx]="QUAIL RIDGE";
            ndx++;
            thetext[ndx]="Qualla Woods";
            thevalue[ndx]="QUALLA WOODS";
            ndx++;
            thetext[ndx]="Queen";
            thevalue[ndx]="Queen";
            ndx++;
            thetext[ndx]="Rabbits Ridge";
            thevalue[ndx]="RABBITS RIDGE";
            ndx++;
            thetext[ndx]="Raccoon Parjk";
            thevalue[ndx]="RACCOON PARJK";
            ndx++;
            thetext[ndx]="Raccoon Park";
            thevalue[ndx]="RACCOON PARK";
            ndx++;
            thetext[ndx]="Ray Town Heights";
            thevalue[ndx]="RAY TOWN HEIGHTS";
            ndx++;
            thetext[ndx]="Regina Park";
            thevalue[ndx]="REGINA PARK";
            ndx++;
            thetext[ndx]="Ridgewood Estates";
            thevalue[ndx]="Ridgewood Estates";
            ndx++;
            thetext[ndx]="River Ridge";
            thevalue[ndx]="River Ridge";
            ndx++;
            thetext[ndx]="River Ridge Estates";
            thevalue[ndx]="RIVER RIDGE ESTATES";
            ndx++;
            thetext[ndx]="River Woods";
            thevalue[ndx]="River Woods";
            ndx++;
            thetext[ndx]="Rivers Edge";
            thevalue[ndx]="RIVERS EDGE";
            ndx++;
            thetext[ndx]="Rock Bridge";
            thevalue[ndx]="Rock Bridge";
            ndx++;
            thetext[ndx]="Roy B Mccracken";
            thevalue[ndx]="ROY B MCCRACKEN";
            ndx++;
            thetext[ndx]="Sanctuary Cove";
            thevalue[ndx]="SANCTUARY COVE";
            ndx++;
            thetext[ndx]="Seay Mountain";
            thevalue[ndx]="SEAY MOUNTAIN";
            ndx++;
            thetext[ndx]="Shadow Woods";
            thevalue[ndx]="SHADOW WOODS";
            ndx++;
            thetext[ndx]="Shelton Hills";
            thevalue[ndx]="SHELTON HILLS";
            ndx++;
            thetext[ndx]="Shingle Cove";
            thevalue[ndx]="Shingle Cove";
            ndx++;
            thetext[ndx]="Shingle Cove Estates";
            thevalue[ndx]="Shingle Cove Estates";
            ndx++;
            thetext[ndx]="Silent Acres";
            thevalue[ndx]="Silent Acres";
            ndx++;
            thetext[ndx]="Skykist";
            thevalue[ndx]="SKYKIST";
            ndx++;
            thetext[ndx]="Skyland Terrace";
            thevalue[ndx]="SKYLAND TERRACE";
            ndx++;
            thetext[ndx]="Skyline Acres";
            thevalue[ndx]="SKYLINE ACRES";
            ndx++;
            thetext[ndx]="Skyview Estates";
            thevalue[ndx]="SKYVIEW ESTATES";
            ndx++;
            thetext[ndx]="Sleepy Hollow";
            thevalue[ndx]="SLEEPY HOLLOW";
            ndx++;
            thetext[ndx]="Smoky Hollow Est";
            thevalue[ndx]="Smoky Hollow Est";
            ndx++;
            thetext[ndx]="Smoky Mountain Retreat";
            thevalue[ndx]="SMOKY MOUNTAIN RETREAT";
            ndx++;
            thetext[ndx]="Smoky Mountain Sanctuary";
            thevalue[ndx]="SMOKY MOUNTAIN SANCTUARY";
            ndx++;
            thetext[ndx]="Smoky Mtn Retreat @ Eagle Nest";
            thevalue[ndx]="SMOKY MTN RETREAT @ EAGLE NEST";
            ndx++;
            thetext[ndx]="South Fair View Gardens";
            thevalue[ndx]="SOUTH FAIR VIEW GARDENS";
            ndx++;
            thetext[ndx]="Spring Brook Farms";
            thevalue[ndx]="Spring Brook Farms";
            ndx++;
            thetext[ndx]="Spring Valley";
            thevalue[ndx]="Spring Valley";
            ndx++;
            thetext[ndx]="Strawberry Hill Farm Estates";
            thevalue[ndx]="STRAWBERRY HILL FARM ESTATES";
            ndx++;
            thetext[ndx]="Strawberry Hills";
            thevalue[ndx]="STRAWBERRY HILLS";
            ndx++;
            thetext[ndx]="Sugar Cove Estates";
            thevalue[ndx]="Sugar Cove Estates";
            ndx++;
            thetext[ndx]="Sugar Mountain Estates";
            thevalue[ndx]="SUGAR MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Sulphur Springs Park";
            thevalue[ndx]="SULPHUR SPRINGS PARK";
            ndx++;
            thetext[ndx]="Summer Place";
            thevalue[ndx]="SUMMER PLACE";
            ndx++;
            thetext[ndx]="Summer Walk";
            thevalue[ndx]="SUMMER WALK";
            ndx++;
            thetext[ndx]="Sunset Hills";
            thevalue[ndx]="SUNSET HILLS";
            ndx++;
            thetext[ndx]="Sunshine Meadows";
            thevalue[ndx]="Sunshine Meadows";
            ndx++;
            thetext[ndx]="Tanwood";
            thevalue[ndx]="TANWOOD";
            ndx++;
            thetext[ndx]="Tara Nova";
            thevalue[ndx]="TARA NOVA";
            ndx++;
            thetext[ndx]="The Estates At Laurel Ridge";
            thevalue[ndx]="THE ESTATES AT LAUREL RIDGE";
            ndx++;
            thetext[ndx]="The Greens";
            thevalue[ndx]="THE GREENS";
            ndx++;
            thetext[ndx]="The Knolls";
            thevalue[ndx]="THE KNOLLS";
            ndx++;
            thetext[ndx]="The Loop Estates";
            thevalue[ndx]="THE LOOP ESTATES";
            ndx++;
            thetext[ndx]="The Meadow";
            thevalue[ndx]="THE MEADOW";
            ndx++;
            thetext[ndx]="The Meadows At Laurel Ridge";
            thevalue[ndx]="THE MEADOWS AT LAUREL RIDGE";
            ndx++;
            thetext[ndx]="The Midlands";
            thevalue[ndx]="THE MIDLANDS";
            ndx++;
            thetext[ndx]="The Overlook At Laurel Ridge";
            thevalue[ndx]="THE OVERLOOK AT LAUREL RIDGE";
            ndx++;
            thetext[ndx]="The Preserve At Jonathan Creek";
            thevalue[ndx]="THE PRESERVE AT JONATHAN CREEK";
            ndx++;
            thetext[ndx]="The Willows";
            thevalue[ndx]="The Willows";
            ndx++;
            thetext[ndx]="Thomas J Clark";
            thevalue[ndx]="THOMAS J CLARK";
            ndx++;
            thetext[ndx]="Thomas Park";
            thevalue[ndx]="THOMAS PARK";
            ndx++;
            thetext[ndx]="Town And Country Townhouses";
            thevalue[ndx]="TOWN AND COUNTRY TOWNHOUSES";
            ndx++;
            thetext[ndx]="Town Of Waynesville";
            thevalue[ndx]="Town Of Waynesville";
            ndx++;
            thetext[ndx]="Town Ridge";
            thevalue[ndx]="TOWN RIDGE";
            ndx++;
            thetext[ndx]="Troy Muse";
            thevalue[ndx]="TROY MUSE";
            ndx++;
            thetext[ndx]="Tuscola Acres";
            thevalue[ndx]="TUSCOLA ACRES";
            ndx++;
            thetext[ndx]="Tuscola Park";
            thevalue[ndx]="TUSCOLA PARK";
            ndx++;
            thetext[ndx]="Twin Oaks Estate";
            thevalue[ndx]="TWIN OAKS ESTATE";
            ndx++;
            thetext[ndx]="Utah Heights";
            thevalue[ndx]="UTAH HEIGHTS";
            ndx++;
            thetext[ndx]="Utah Mountain Estates";
            thevalue[ndx]="UTAH MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="V R Rhinehart";
            thevalue[ndx]="V R RHINEHART";
            ndx++;
            thetext[ndx]="Valley Overlook Estates";
            thevalue[ndx]="Valley Overlook Estates";
            ndx++;
            thetext[ndx]="Viewpoint Villas";
            thevalue[ndx]="VIEWPOINT VILLAS";
            ndx++;
            thetext[ndx]="Village Crossing";
            thevalue[ndx]="Village Crossing";
            ndx++;
            thetext[ndx]="Villages Of Plott Creek";
            thevalue[ndx]="VILLAGES OF PLOTT CREEK";
            ndx++;
            thetext[ndx]="Vistas At Castle Creek";
            thevalue[ndx]="VISTAS AT CASTLE CREEK";
            ndx++;
            thetext[ndx]="Walker-in-the-hills";
            thevalue[ndx]="WALKER-IN-THE-HILLS";
            ndx++;
            thetext[ndx]="Walker-in-the-hills-townhouses";
            thevalue[ndx]="WALKER-IN-THE-HILLS-TOWNHOUSES";
            ndx++;
            thetext[ndx]="Walnut Creek";
            thevalue[ndx]="WALNUT CREEK";
            ndx++;
            thetext[ndx]="Walnut Creek Ridge";
            thevalue[ndx]="WALNUT CREEK RIDGE";
            ndx++;
            thetext[ndx]="Walnut Ridge";
            thevalue[ndx]="Walnut Ridge";
            ndx++;
            thetext[ndx]="Walter Wright";
            thevalue[ndx]="WALTER WRIGHT";
            ndx++;
            thetext[ndx]="Waterrock Estates";
            thevalue[ndx]="WATERROCK ESTATES";
            ndx++;
            thetext[ndx]="Waynesville Heights";
            thevalue[ndx]="WAYNESVILLE HEIGHTS";
            ndx++;
            thetext[ndx]="Waynesville West Condos";
            thevalue[ndx]="WAYNESVILLE WEST CONDOS";
            ndx++;
            thetext[ndx]="Waynewood Forest";
            thevalue[ndx]="WAYNEWOOD FOREST";
            ndx++;
            thetext[ndx]="Waynewood Village";
            thevalue[ndx]="WAYNEWOOD VILLAGE";
            ndx++;
            thetext[ndx]="Whispering Woods Estates";
            thevalue[ndx]="Whispering Woods Estates";
            ndx++;
            thetext[ndx]="White Oak Heights";
            thevalue[ndx]="WHITE OAK HEIGHTS";
            ndx++;
            thetext[ndx]="White Oak Hills";
            thevalue[ndx]="White Oak Hills";
            ndx++;
            thetext[ndx]="Wild Turkey Cove";
            thevalue[ndx]="Wild Turkey Cove";
            ndx++;
            thetext[ndx]="Wildcat Cliff Estates";
            thevalue[ndx]="WILDCAT CLIFF ESTATES";
            ndx++;
            thetext[ndx]="Wildwood";
            thevalue[ndx]="WILDWOOD";
            ndx++;
            thetext[ndx]="William J Seibert";
            thevalue[ndx]="WILLIAM J SEIBERT";
            ndx++;
            thetext[ndx]="Winchester Arms Townhouses";
            thevalue[ndx]="WINCHESTER ARMS TOWNHOUSES";
            ndx++;
            thetext[ndx]="Winchester Arms Townhouses Ii";
            thevalue[ndx]="WINCHESTER ARMS TOWNHOUSES II";
            ndx++;
            thetext[ndx]="Winesap Woods";
            thevalue[ndx]="Winesap Woods";
            ndx++;
            thetext[ndx]="Wolf Pen Meadows";
            thevalue[ndx]="WOLF PEN MEADOWS";
            ndx++;
            thetext[ndx]="Wood Stream";
            thevalue[ndx]="WOOD STREAM";
            ndx++;
            thetext[ndx]="Woodbine Acres";
            thevalue[ndx]="WOODBINE ACRES";
            ndx++;
            thetext[ndx]="Z L Massey";
            thevalue[ndx]="Z L MASSEY";
            ndx++;
            thetext[ndx]="|";
            thevalue[ndx]="|";
            ndx++;
      break;
   case "Haywood - White Oak":
            thetext[ndx]="Cherry Hill Est";
            thevalue[ndx]="Cherry Hill Est";
            ndx++;
            thetext[ndx]="Dean Riddle";
            thevalue[ndx]="Dean Riddle";
            ndx++;
            thetext[ndx]="Floras Garden Estate";
            thevalue[ndx]="FLORAS GARDEN ESTATE";
            ndx++;
            thetext[ndx]="Pinewood Estates";
            thevalue[ndx]="PINEWOOD ESTATES";
            ndx++;
            thetext[ndx]="Smoky Hollow Est";
            thevalue[ndx]="Smoky Hollow Est";
            ndx++;
            thetext[ndx]="The Rosalie";
            thevalue[ndx]="THE ROSALIE";
            ndx++;
            thetext[ndx]="Twin Oaks Estate";
            thevalue[ndx]="Twin Oaks Estate";
            ndx++;
            thetext[ndx]="Waterfall Valley";
            thevalue[ndx]="WATERFALL VALLEY";
            ndx++;
            thetext[ndx]="White Oak Heights";
            thevalue[ndx]="White Oak Heights";
            ndx++;
            thetext[ndx]="White Oak Hills";
            thevalue[ndx]="White Oak Hills";
            ndx++;
      break;
   case "Henderson - ":
            thetext[ndx]="Lake Summit";
            thevalue[ndx]="LAKE SUMMIT";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
      break;
   case "Henderson - #1 Grassy Creek":
            thetext[ndx]="Anthony Porto";
            thevalue[ndx]="ANTHONY PORTO";
            ndx++;
            thetext[ndx]="Asheville Country Club";
            thevalue[ndx]="ASHEVILLE COUNTRY CLUB";
            ndx++;
      break;
   case "Henderson - Arden":
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
      break;
   case "Henderson - Arden Hend":
            thetext[ndx]="Alpendorf";
            thevalue[ndx]="ALPENDORF";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="HIGH VISTA FALLS";
            ndx++;
            thetext[ndx]="Powder Creek";
            thevalue[ndx]="Powder Creek";
            ndx++;
            thetext[ndx]="Powder Creek Estates";
            thevalue[ndx]="POWDER CREEK ESTATES";
            ndx++;
            thetext[ndx]="Soapstone Creek";
            thevalue[ndx]="SOAPSTONE CREEK";
            ndx++;
      break;
   case "Henderson - Asheville":
            thetext[ndx]="|";
            thevalue[ndx]="|";
            ndx++;
      break;
   case "Henderson - Bat Cave":
            thetext[ndx]="Bat Cave Manor";
            thevalue[ndx]="Bat Cave Manor";
            ndx++;
            thetext[ndx]="Blue Rock Valley";
            thevalue[ndx]="Blue Rock Valley";
            ndx++;
            thetext[ndx]="Freeman Knolls";
            thevalue[ndx]="Freeman Knolls";
            ndx++;
            thetext[ndx]="Hardison Estate";
            thevalue[ndx]="HARDISON ESTATE";
            ndx++;
            thetext[ndx]="Middle Fork";
            thevalue[ndx]="MIDDLE FORK";
            ndx++;
            thetext[ndx]="Reedy Patch Creek";
            thevalue[ndx]="Reedy Patch Creek";
            ndx++;
            thetext[ndx]="Stoneridge Estates";
            thevalue[ndx]="Stoneridge Estates";
            ndx++;
            thetext[ndx]="Waterside Park";
            thevalue[ndx]="Waterside Park";
            ndx++;
            thetext[ndx]="Woodcliff Resort Porperty";
            thevalue[ndx]="WOODCLIFF RESORT PORPERTY";
            ndx++;
            thetext[ndx]="Woodcliff Resort Property";
            thevalue[ndx]="Woodcliff Resort Property";
            ndx++;
      break;
   case "Henderson - Bee Log":
            thetext[ndx]="Allen Mountain Lane";
            thevalue[ndx]="Allen Mountain Lane";
            ndx++;
            thetext[ndx]="Alpine Woods";
            thevalue[ndx]="ALPINE WOODS";
            ndx++;
      break;
   case "Henderson - Biltmore Forest":
            thetext[ndx]="Bear Rock Mountain";
            thevalue[ndx]="BEAR ROCK MOUNTAIN";
            ndx++;
      break;
   case "Henderson - Biltmore Lake":
            thetext[ndx]="Arnold Hill";
            thevalue[ndx]="ARNOLD HILL";
            ndx++;
      break;
   case "Henderson - CENTRAL":
            thetext[ndx]="2600 Old Kanuga";
            thevalue[ndx]="2600 OLD KANUGA";
            ndx++;
            thetext[ndx]="Annex Park";
            thevalue[ndx]="ANNEX PARK";
            ndx++;
            thetext[ndx]="Avirea";
            thevalue[ndx]="Avirea";
            ndx++;
            thetext[ndx]="B W Carter";
            thevalue[ndx]="B W CARTER";
            ndx++;
            thetext[ndx]="Balfour Heights";
            thevalue[ndx]="BALFOUR HEIGHTS";
            ndx++;
            thetext[ndx]="Barker Heights";
            thevalue[ndx]="BARKER HEIGHTS";
            ndx++;
            thetext[ndx]="Baystone Heights";
            thevalue[ndx]="BAYSTONE HEIGHTS";
            ndx++;
            thetext[ndx]="Beacon Commons";
            thevalue[ndx]="BEACON COMMONS";
            ndx++;
            thetext[ndx]="Birchwood";
            thevalue[ndx]="BIRCHWOOD";
            ndx++;
            thetext[ndx]="Brentwood";
            thevalue[ndx]="BRENTWOOD";
            ndx++;
            thetext[ndx]="Britton Creek";
            thevalue[ndx]="BRITTON CREEK";
            ndx++;
            thetext[ndx]="Brookdale Park";
            thevalue[ndx]="BROOKDALE PARK";
            ndx++;
            thetext[ndx]="Brookland Manor";
            thevalue[ndx]="BROOKLAND MANOR";
            ndx++;
            thetext[ndx]="Camelot";
            thevalue[ndx]="CAMELOT";
            ndx++;
            thetext[ndx]="Cannon Woods";
            thevalue[ndx]="CANNON WOODS";
            ndx++;
            thetext[ndx]="Carolina Hills";
            thevalue[ndx]="Carolina Hills";
            ndx++;
            thetext[ndx]="Carriage Park";
            thevalue[ndx]="CARRIAGE PARK";
            ndx++;
            thetext[ndx]="Castle Heights";
            thevalue[ndx]="CASTLE HEIGHTS";
            ndx++;
            thetext[ndx]="Central Park";
            thevalue[ndx]="Central Park";
            ndx++;
            thetext[ndx]="Cf Bland";
            thevalue[ndx]="CF BLAND";
            ndx++;
            thetext[ndx]="Charlestown Place";
            thevalue[ndx]="CHARLESTOWN PLACE";
            ndx++;
            thetext[ndx]="Chestnut Grove";
            thevalue[ndx]="CHESTNUT GROVE";
            ndx++;
            thetext[ndx]="Cimarron Forest";
            thevalue[ndx]="CIMARRON FOREST";
            ndx++;
            thetext[ndx]="Claude Kilpatrick";
            thevalue[ndx]="CLAUDE KILPATRICK";
            ndx++;
            thetext[ndx]="Country Acres";
            thevalue[ndx]="COUNTRY ACRES";
            ndx++;
            thetext[ndx]="Country Club Park";
            thevalue[ndx]="COUNTRY CLUB PARK";
            ndx++;
            thetext[ndx]="Country Meadows";
            thevalue[ndx]="COUNTRY MEADOWS";
            ndx++;
            thetext[ndx]="Crestwood";
            thevalue[ndx]="CRESTWOOD";
            ndx++;
            thetext[ndx]="Crooked Creek";
            thevalue[ndx]="CROOKED CREEK";
            ndx++;
            thetext[ndx]="Cumberland Village";
            thevalue[ndx]="CUMBERLAND VILLAGE";
            ndx++;
            thetext[ndx]="Dellwood";
            thevalue[ndx]="DELLWOOD";
            ndx++;
            thetext[ndx]="Devonwood";
            thevalue[ndx]="DEVONWOOD";
            ndx++;
            thetext[ndx]="Dogwood Forest";
            thevalue[ndx]="DOGWOOD FOREST";
            ndx++;
            thetext[ndx]="Druid Hills";
            thevalue[ndx]="DRUID HILLS";
            ndx++;
            thetext[ndx]="Echo Lake";
            thevalue[ndx]="ECHO LAKE";
            ndx++;
            thetext[ndx]="English Hills";
            thevalue[ndx]="ENGLISH HILLS";
            ndx++;
            thetext[ndx]="Flat Rock Court";
            thevalue[ndx]="FLAT ROCK COURT";
            ndx++;
            thetext[ndx]="Forrest Lawn";
            thevalue[ndx]="FORREST LAWN";
            ndx++;
            thetext[ndx]="Foxwood";
            thevalue[ndx]="FOXWOOD";
            ndx++;
            thetext[ndx]="Frazier Forest";
            thevalue[ndx]="FRAZIER FOREST";
            ndx++;
            thetext[ndx]="George Harden";
            thevalue[ndx]="GEORGE HARDEN";
            ndx++;
            thetext[ndx]="Golden Gate Park";
            thevalue[ndx]="GOLDEN GATE PARK";
            ndx++;
            thetext[ndx]="Golf View";
            thevalue[ndx]="GOLF VIEW";
            ndx++;
            thetext[ndx]="Greater Druid Hills";
            thevalue[ndx]="GREATER DRUID HILLS";
            ndx++;
            thetext[ndx]="Grimesdale";
            thevalue[ndx]="GRIMESDALE";
            ndx++;
            thetext[ndx]="Halford Estates";
            thevalue[ndx]="Halford Estates";
            ndx++;
            thetext[ndx]="Harden";
            thevalue[ndx]="HARDEN";
            ndx++;
            thetext[ndx]="Hawthorn Hills";
            thevalue[ndx]="HAWTHORN HILLS";
            ndx++;
            thetext[ndx]="Hawthorne Hills";
            thevalue[ndx]="Hawthorne Hills";
            ndx++;
            thetext[ndx]="Haywood Forest";
            thevalue[ndx]="HAYWOOD FOREST";
            ndx++;
            thetext[ndx]="Haywood Knolls";
            thevalue[ndx]="HAYWOOD KNOLLS";
            ndx++;
            thetext[ndx]="Haywood Park Estates";
            thevalue[ndx]="Haywood Park Estates";
            ndx++;
            thetext[ndx]="Hebron Terrace";
            thevalue[ndx]="HEBRON TERRACE";
            ndx++;
            thetext[ndx]="Heritage Hills";
            thevalue[ndx]="HERITAGE HILLS";
            ndx++;
            thetext[ndx]="Hewitt Property";
            thevalue[ndx]="HEWITT PROPERTY";
            ndx++;
            thetext[ndx]="Hickory Hill";
            thevalue[ndx]="HICKORY HILL";
            ndx++;
            thetext[ndx]="Highland Golf Villas";
            thevalue[ndx]="HIGHLAND GOLF VILLAS";
            ndx++;
            thetext[ndx]="Hillandale";
            thevalue[ndx]="HILLANDALE";
            ndx++;
            thetext[ndx]="Hillside Park";
            thevalue[ndx]="HILLSIDE PARK";
            ndx++;
            thetext[ndx]="Holbert Estates";
            thevalue[ndx]="Holbert Estates";
            ndx++;
            thetext[ndx]="Holly Crest";
            thevalue[ndx]="HOLLY CREST";
            ndx++;
            thetext[ndx]="Hollywood";
            thevalue[ndx]="HOLLYWOOD";
            ndx++;
            thetext[ndx]="Hunters Cove";
            thevalue[ndx]="Hunters Cove";
            ndx++;
            thetext[ndx]="Hunters Crossing";
            thevalue[ndx]="HUNTERS CROSSING";
            ndx++;
            thetext[ndx]="Hunters Glen";
            thevalue[ndx]="HUNTERS GLEN";
            ndx++;
            thetext[ndx]="Hyman Heights";
            thevalue[ndx]="HYMAN HEIGHTS";
            ndx++;
            thetext[ndx]="Indian Cave Park";
            thevalue[ndx]="Indian Cave Park";
            ndx++;
            thetext[ndx]="Indian Hill";
            thevalue[ndx]="INDIAN HILL";
            ndx++;
            thetext[ndx]="Indian Hills";
            thevalue[ndx]="INDIAN HILLS";
            ndx++;
            thetext[ndx]="Ivy Terrace";
            thevalue[ndx]="IVY TERRACE";
            ndx++;
            thetext[ndx]="Kalimar Heights";
            thevalue[ndx]="KALIMAR HEIGHTS";
            ndx++;
            thetext[ndx]="Kanuga Pines";
            thevalue[ndx]="KANUGA PINES";
            ndx++;
            thetext[ndx]="Kindy Forest";
            thevalue[ndx]="KINDY FOREST";
            ndx++;
            thetext[ndx]="Lake Osceola";
            thevalue[ndx]="LAKE OSCEOLA";
            ndx++;
            thetext[ndx]="Lake Rugby";
            thevalue[ndx]="LAKE RUGBY";
            ndx++;
            thetext[ndx]="Lakewood";
            thevalue[ndx]="LAKEWOOD";
            ndx++;
            thetext[ndx]="Leoni's Mountain Lake Homes";
            thevalue[ndx]="Leoni's Mountain Lake Homes";
            ndx++;
            thetext[ndx]="Leonis Mountain Lake Homes";
            thevalue[ndx]="Leonis Mountain Lake Homes";
            ndx++;
            thetext[ndx]="Long John Mt Estates";
            thevalue[ndx]="LONG JOHN MT ESTATES";
            ndx++;
            thetext[ndx]="Merri Acres";
            thevalue[ndx]="MERRI ACRES";
            ndx++;
            thetext[ndx]="Mount Royal";
            thevalue[ndx]="MOUNT ROYAL";
            ndx++;
            thetext[ndx]="Mtn Home White Addition";
            thevalue[ndx]="MTN HOME WHITE ADDITION";
            ndx++;
            thetext[ndx]="Oak Hills";
            thevalue[ndx]="OAK HILLS";
            ndx++;
            thetext[ndx]="Oakwood Terrace";
            thevalue[ndx]="Oakwood Terrace";
            ndx++;
            thetext[ndx]="Old Kanuga Place";
            thevalue[ndx]="OLD KANUGA PLACE";
            ndx++;
            thetext[ndx]="Oliver S. Johnson";
            thevalue[ndx]="OLIVER S. JOHNSON";
            ndx++;
            thetext[ndx]="Orr And Fisher";
            thevalue[ndx]="ORR AND FISHER";
            ndx++;
            thetext[ndx]="Osceola Lake Park";
            thevalue[ndx]="OSCEOLA LAKE PARK";
            ndx++;
            thetext[ndx]="Palmetto Park";
            thevalue[ndx]="PALMETTO PARK";
            ndx++;
            thetext[ndx]="Pathways Of Solomon";
            thevalue[ndx]="PATHWAYS OF SOLOMON";
            ndx++;
            thetext[ndx]="Pebble Creek";
            thevalue[ndx]="PEBBLE CREEK";
            ndx++;
            thetext[ndx]="Pickwick";
            thevalue[ndx]="PICKWICK";
            ndx++;
            thetext[ndx]="Pine Ridge Condos";
            thevalue[ndx]="PINE RIDGE CONDOS";
            ndx++;
            thetext[ndx]="Pine View Terrace";
            thevalue[ndx]="PINE VIEW TERRACE";
            ndx++;
            thetext[ndx]="Quail Hollow";
            thevalue[ndx]="Quail Hollow";
            ndx++;
            thetext[ndx]="Red Bird Hill";
            thevalue[ndx]="RED BIRD HILL";
            ndx++;
            thetext[ndx]="Rolling Oaks";
            thevalue[ndx]="ROLLING OAKS";
            ndx++;
            thetext[ndx]="Rosebud";
            thevalue[ndx]="ROSEBUD";
            ndx++;
            thetext[ndx]="Rugby Highlands";
            thevalue[ndx]="RUGBY HIGHLANDS";
            ndx++;
            thetext[ndx]="Rusher Home Tracts";
            thevalue[ndx]="RUSHER HOME TRACTS";
            ndx++;
            thetext[ndx]="Sedgewood";
            thevalue[ndx]="SEDGEWOOD";
            ndx++;
            thetext[ndx]="Shaws Creek Farm";
            thevalue[ndx]="SHAWS CREEK FARM";
            ndx++;
            thetext[ndx]="Sky Lake Estates";
            thevalue[ndx]="SKY LAKE ESTATES";
            ndx++;
            thetext[ndx]="Skyview Estates";
            thevalue[ndx]="SKYVIEW ESTATES";
            ndx++;
            thetext[ndx]="Smoke Rise";
            thevalue[ndx]="SMOKE RISE";
            ndx++;
            thetext[ndx]="Stonebrook";
            thevalue[ndx]="STONEBROOK";
            ndx++;
            thetext[ndx]="Stonegate Acres";
            thevalue[ndx]="STONEGATE ACRES";
            ndx++;
            thetext[ndx]="Stoney Crest";
            thevalue[ndx]="STONEY CREST";
            ndx++;
            thetext[ndx]="Stoney Mtn Estates";
            thevalue[ndx]="STONEY MTN ESTATES";
            ndx++;
            thetext[ndx]="Sugar Hollow Farms";
            thevalue[ndx]="SUGAR HOLLOW FARMS";
            ndx++;
            thetext[ndx]="Sycamore Hill";
            thevalue[ndx]="SYCAMORE HILL";
            ndx++;
            thetext[ndx]="Tall Pines";
            thevalue[ndx]="TALL PINES";
            ndx++;
            thetext[ndx]="Terrace Gardens";
            thevalue[ndx]="TERRACE GARDENS";
            ndx++;
            thetext[ndx]="The Woods";
            thevalue[ndx]="THE WOODS";
            ndx++;
            thetext[ndx]="Thornhill";
            thevalue[ndx]="THORNHILL";
            ndx++;
            thetext[ndx]="Timberland Park";
            thevalue[ndx]="TIMBERLAND PARK";
            ndx++;
            thetext[ndx]="Town And Country Est";
            thevalue[ndx]="TOWN AND COUNTRY EST";
            ndx++;
            thetext[ndx]="Towne Forest";
            thevalue[ndx]="TOWNE FOREST";
            ndx++;
            thetext[ndx]="Tradition";
            thevalue[ndx]="Tradition";
            ndx++;
            thetext[ndx]="Tree Haven";
            thevalue[ndx]="TREE HAVEN";
            ndx++;
            thetext[ndx]="Triple Creek";
            thevalue[ndx]="TRIPLE CREEK";
            ndx++;
            thetext[ndx]="Turley Falls";
            thevalue[ndx]="TURLEY FALLS";
            ndx++;
            thetext[ndx]="Valley Hill";
            thevalue[ndx]="VALLEY HILL";
            ndx++;
            thetext[ndx]="Westbridge";
            thevalue[ndx]="WESTBRIDGE";
            ndx++;
            thetext[ndx]="Westridge";
            thevalue[ndx]="WESTRIDGE";
            ndx++;
            thetext[ndx]="Whisperwood";
            thevalue[ndx]="WHISPERWOOD";
            ndx++;
            thetext[ndx]="Wilson Farm";
            thevalue[ndx]="WILSON FARM";
            ndx++;
            thetext[ndx]="Windsor Hills";
            thevalue[ndx]="WINDSOR HILLS";
            ndx++;
      break;
   case "Henderson - Dana":
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="Mountain Meadows";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Henderson - East Flat Rock":
            thetext[ndx]="Barnett";
            thevalue[ndx]="BARNETT";
            ndx++;
            thetext[ndx]="Orchard Valley";
            thevalue[ndx]="ORCHARD VALLEY";
            ndx++;
            thetext[ndx]="Sharons Crossing";
            thevalue[ndx]="SHARONS CROSSING";
            ndx++;
      break;
   case "Henderson - Edneyville":
            thetext[ndx]="Brians Place";
            thevalue[ndx]="BRIANS PLACE";
            ndx++;
            thetext[ndx]="Bryers Cove";
            thevalue[ndx]="Bryers Cove";
            ndx++;
            thetext[ndx]="Eagle's View";
            thevalue[ndx]="Eagle's View";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Shadow Run Ridge";
            thevalue[ndx]="Shadow Run Ridge";
            ndx++;
            thetext[ndx]="Silverstone";
            thevalue[ndx]="Silverstone";
            ndx++;
            thetext[ndx]="Southern View Estates";
            thevalue[ndx]="SOUTHERN VIEW ESTATES";
            ndx++;
            thetext[ndx]="Timberline Estates";
            thevalue[ndx]="Timberline Estates";
            ndx++;
      break;
   case "Henderson - Etowah":
            thetext[ndx]="Brooke Hills";
            thevalue[ndx]="BROOKE HILLS";
            ndx++;
            thetext[ndx]="Christy Ridge";
            thevalue[ndx]="CHRISTY RIDGE";
            ndx++;
            thetext[ndx]="Clarion";
            thevalue[ndx]="CLARION";
            ndx++;
            thetext[ndx]="Clear View Valley";
            thevalue[ndx]="CLEAR VIEW VALLEY";
            ndx++;
            thetext[ndx]="Eagle Chase";
            thevalue[ndx]="EAGLE CHASE";
            ndx++;
            thetext[ndx]="Etowah Golf Villas";
            thevalue[ndx]="ETOWAH GOLF VILLAS";
            ndx++;
            thetext[ndx]="Etowah Industrial Pk";
            thevalue[ndx]="ETOWAH INDUSTRIAL PK";
            ndx++;
            thetext[ndx]="Etowah Manor";
            thevalue[ndx]="Etowah Manor";
            ndx++;
            thetext[ndx]="Etowahs Reach";
            thevalue[ndx]="ETOWAHS REACH";
            ndx++;
            thetext[ndx]="Fairway View Estates";
            thevalue[ndx]="FAIRWAY VIEW ESTATES";
            ndx++;
            thetext[ndx]="Fountain Trace";
            thevalue[ndx]="Fountain Trace";
            ndx++;
            thetext[ndx]="Foxfire Ridge";
            thevalue[ndx]="FOXFIRE RIDGE";
            ndx++;
            thetext[ndx]="Foxmoor";
            thevalue[ndx]="FOXMOOR";
            ndx++;
            thetext[ndx]="Golf Mtn Estates";
            thevalue[ndx]="GOLF MTN ESTATES";
            ndx++;
            thetext[ndx]="Greenwood Forest";
            thevalue[ndx]="GREENWOOD FOREST";
            ndx++;
            thetext[ndx]="High Peak Lake Est";
            thevalue[ndx]="High Peak Lake Est";
            ndx++;
            thetext[ndx]="Indian Ridge";
            thevalue[ndx]="INDIAN RIDGE";
            ndx++;
            thetext[ndx]="Jonathan Creek Estates";
            thevalue[ndx]="JONATHAN CREEK ESTATES";
            ndx++;
            thetext[ndx]="Lone Pine Heights";
            thevalue[ndx]="LONE PINE HEIGHTS";
            ndx++;
            thetext[ndx]="Maplewood Subdivision";
            thevalue[ndx]="MAPLEWOOD SUBDIVISION";
            ndx++;
            thetext[ndx]="Meadows Of Etowah";
            thevalue[ndx]="MEADOWS OF ETOWAH";
            ndx++;
            thetext[ndx]="Mockingbird Hill";
            thevalue[ndx]="MOCKINGBIRD HILL";
            ndx++;
            thetext[ndx]="Mountain Estates";
            thevalue[ndx]="Mountain Estates";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pencross Estates";
            thevalue[ndx]="PENCROSS ESTATES";
            ndx++;
            thetext[ndx]="Rambling Hills";
            thevalue[ndx]="RAMBLING HILLS";
            ndx++;
            thetext[ndx]="Rambling Ridge";
            thevalue[ndx]="RAMBLING RIDGE";
            ndx++;
            thetext[ndx]="Riverwind";
            thevalue[ndx]="RIVERWIND";
            ndx++;
            thetext[ndx]="Rose Hill";
            thevalue[ndx]="ROSE HILL";
            ndx++;
            thetext[ndx]="Springfield";
            thevalue[ndx]="SPRINGFIELD";
            ndx++;
            thetext[ndx]="Sunset Hills";
            thevalue[ndx]="SUNSET HILLS";
            ndx++;
            thetext[ndx]="Sunset Ridge";
            thevalue[ndx]="SUNSET RIDGE";
            ndx++;
            thetext[ndx]="The Greens";
            thevalue[ndx]="THE GREENS";
            ndx++;
            thetext[ndx]="The Laurels Of Etowah";
            thevalue[ndx]="THE LAURELS OF ETOWAH";
            ndx++;
            thetext[ndx]="Timberlakes";
            thevalue[ndx]="TIMBERLAKES";
            ndx++;
            thetext[ndx]="Timberlane";
            thevalue[ndx]="TIMBERLANE";
            ndx++;
            thetext[ndx]="Whispering Pines";
            thevalue[ndx]="WHISPERING PINES";
            ndx++;
            thetext[ndx]="Willow Creek Farms";
            thevalue[ndx]="Willow Creek Farms";
            ndx++;
      break;
   case "Henderson - Flat Rock":
            thetext[ndx]="Arnold Hill";
            thevalue[ndx]="ARNOLD HILL";
            ndx++;
            thetext[ndx]="Ashley Place";
            thevalue[ndx]="ASHLEY PLACE";
            ndx++;
            thetext[ndx]="Beaumont Estates";
            thevalue[ndx]="BEAUMONT ESTATES";
            ndx++;
            thetext[ndx]="Bennison Place";
            thevalue[ndx]="BENNISON PLACE";
            ndx++;
            thetext[ndx]="Berwick Downs";
            thevalue[ndx]="Berwick Downs";
            ndx++;
            thetext[ndx]="Blue Ridge";
            thevalue[ndx]="BLUE RIDGE";
            ndx++;
            thetext[ndx]="Blue Ridge Estates";
            thevalue[ndx]="BLUE RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Blue Ridge Heights";
            thevalue[ndx]="BLUE RIDGE HEIGHTS";
            ndx++;
            thetext[ndx]="Bonclarken";
            thevalue[ndx]="BONCLARKEN";
            ndx++;
            thetext[ndx]="Butt Mountain Estates";
            thevalue[ndx]="BUTT MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Canarian Estates";
            thevalue[ndx]="CANARIAN ESTATES";
            ndx++;
            thetext[ndx]="Carriage House";
            thevalue[ndx]="CARRIAGE HOUSE";
            ndx++;
            thetext[ndx]="Chanteloup";
            thevalue[ndx]="CHANTELOUP";
            ndx++;
            thetext[ndx]="Chanteloup Garden";
            thevalue[ndx]="CHANTELOUP GARDEN";
            ndx++;
            thetext[ndx]="Chanteloupe";
            thevalue[ndx]="CHANTELOUPE";
            ndx++;
            thetext[ndx]="Chanteloupe Ctry Est";
            thevalue[ndx]="CHANTELOUPE CTRY EST";
            ndx++;
            thetext[ndx]="Chanteloupe Estates";
            thevalue[ndx]="CHANTELOUPE ESTATES";
            ndx++;
            thetext[ndx]="Charleston Garden @ Flat Rock";
            thevalue[ndx]="CHARLESTON GARDEN @ FLAT ROCK";
            ndx++;
            thetext[ndx]="Charlestown Place";
            thevalue[ndx]="CHARLESTOWN PLACE";
            ndx++;
            thetext[ndx]="Cheraw Estates";
            thevalue[ndx]="CHERAW ESTATES";
            ndx++;
            thetext[ndx]="Christophers Crossing";
            thevalue[ndx]="CHRISTOPHERS CROSSING";
            ndx++;
            thetext[ndx]="Cinnamon Woods";
            thevalue[ndx]="CINNAMON WOODS";
            ndx++;
            thetext[ndx]="Claremont";
            thevalue[ndx]="CLAREMONT";
            ndx++;
            thetext[ndx]="Cobblestone Village";
            thevalue[ndx]="Cobblestone Village";
            ndx++;
            thetext[ndx]="Country View";
            thevalue[ndx]="COUNTRY VIEW";
            ndx++;
            thetext[ndx]="Double D Estates";
            thevalue[ndx]="DOUBLE D ESTATES";
            ndx++;
            thetext[ndx]="Dunroy On Rutledge";
            thevalue[ndx]="DUNROY ON RUTLEDGE";
            ndx++;
            thetext[ndx]="Eagle Pointe";
            thevalue[ndx]="EAGLE POINTE";
            ndx++;
            thetext[ndx]="Flat Rock Forest";
            thevalue[ndx]="FLAT ROCK FOREST";
            ndx++;
            thetext[ndx]="Flat Rock Lakes";
            thevalue[ndx]="FLAT ROCK LAKES";
            ndx++;
            thetext[ndx]="Flat Rock Manor";
            thevalue[ndx]="FLAT ROCK MANOR";
            ndx++;
            thetext[ndx]="Green Acre Cottages";
            thevalue[ndx]="GREEN ACRE COTTAGES";
            ndx++;
            thetext[ndx]="Green River Hills";
            thevalue[ndx]="GREEN RIVER HILLS";
            ndx++;
            thetext[ndx]="Greenbriar";
            thevalue[ndx]="Greenbriar";
            ndx++;
            thetext[ndx]="Highland Golf Villas";
            thevalue[ndx]="HIGHLAND GOLF VILLAS";
            ndx++;
            thetext[ndx]="Highland Lake";
            thevalue[ndx]="HIGHLAND LAKE";
            ndx++;
            thetext[ndx]="Hillandale";
            thevalue[ndx]="HILLANDALE";
            ndx++;
            thetext[ndx]="Kalimar Heights";
            thevalue[ndx]="Kalimar Heights";
            ndx++;
            thetext[ndx]="Kenmure";
            thevalue[ndx]="KENMURE";
            ndx++;
            thetext[ndx]="King Creek Preserve";
            thevalue[ndx]="King Creek Preserve";
            ndx++;
            thetext[ndx]="Kingwood";
            thevalue[ndx]="KINGWOOD";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="Not in Subdivison";
            ndx++;
            thetext[ndx]="Oak Knoll";
            thevalue[ndx]="Oak Knoll";
            ndx++;
            thetext[ndx]="Orchards Of Flat Rock";
            thevalue[ndx]="ORCHARDS OF FLAT ROCK";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pine Tree Acres";
            thevalue[ndx]="PINE TREE ACRES";
            ndx++;
            thetext[ndx]="Pinecrest";
            thevalue[ndx]="PINECREST";
            ndx++;
            thetext[ndx]="Pleasant Hill";
            thevalue[ndx]="PLEASANT HILL";
            ndx++;
            thetext[ndx]="Pleasant Hill Farm";
            thevalue[ndx]="PLEASANT HILL FARM";
            ndx++;
            thetext[ndx]="Pottery Terrace";
            thevalue[ndx]="POTTERY TERRACE";
            ndx++;
            thetext[ndx]="Ravenswood";
            thevalue[ndx]="RAVENSWOOD";
            ndx++;
            thetext[ndx]="Rebeccas Pond";
            thevalue[ndx]="Rebeccas Pond";
            ndx++;
            thetext[ndx]="Ridgeview Estates";
            thevalue[ndx]="RIDGEVIEW ESTATES";
            ndx++;
            thetext[ndx]="River Crest";
            thevalue[ndx]="RIVER CREST";
            ndx++;
            thetext[ndx]="River Ridge";
            thevalue[ndx]="River Ridge";
            ndx++;
            thetext[ndx]="Riverwood Trails";
            thevalue[ndx]="Riverwood Trails";
            ndx++;
            thetext[ndx]="Shadow Brook";
            thevalue[ndx]="SHADOW BROOK";
            ndx++;
            thetext[ndx]="Sharons Crossing";
            thevalue[ndx]="SHARONS CROSSING";
            ndx++;
            thetext[ndx]="Sherwood";
            thevalue[ndx]="Sherwood";
            ndx++;
            thetext[ndx]="Solomons Cove";
            thevalue[ndx]="SOLOMONS COVE";
            ndx++;
            thetext[ndx]="Staton Woods";
            thevalue[ndx]="STATON WOODS";
            ndx++;
            thetext[ndx]="Statonwoods";
            thevalue[ndx]="STATONWOODS";
            ndx++;
            thetext[ndx]="Stonebridge";
            thevalue[ndx]="Stonebridge";
            ndx++;
            thetext[ndx]="Summer Shade";
            thevalue[ndx]="SUMMER SHADE";
            ndx++;
            thetext[ndx]="Summit Springs";
            thevalue[ndx]="SUMMIT SPRINGS";
            ndx++;
            thetext[ndx]="Teneriffe";
            thevalue[ndx]="TENERIFFE";
            ndx++;
            thetext[ndx]="Terrapin Hollow";
            thevalue[ndx]="Terrapin Hollow";
            ndx++;
            thetext[ndx]="The Preserve At Summit Springs";
            thevalue[ndx]="THE PRESERVE AT SUMMIT SPRINGS";
            ndx++;
            thetext[ndx]="Thomas P Davis";
            thevalue[ndx]="Thomas P Davis";
            ndx++;
            thetext[ndx]="Tranquility";
            thevalue[ndx]="TRANQUILITY";
            ndx++;
            thetext[ndx]="Trenholm Woods";
            thevalue[ndx]="TRENHOLM WOODS";
            ndx++;
            thetext[ndx]="Twin Lakes";
            thevalue[ndx]="TWIN LAKES";
            ndx++;
            thetext[ndx]="Villas Of Singleton Centre";
            thevalue[ndx]="Villas of Singleton Centre";
            ndx++;
            thetext[ndx]="Woodhaven";
            thevalue[ndx]="WOODHAVEN";
            ndx++;
      break;
   case "Henderson - Fletcher":
            thetext[ndx]="Addison Creek";
            thevalue[ndx]="ADDISON CREEK";
            ndx++;
            thetext[ndx]="Beth Eden";
            thevalue[ndx]="BETH EDEN";
            ndx++;
            thetext[ndx]="Bloomingdale";
            thevalue[ndx]="BLOOMINGDALE";
            ndx++;
            thetext[ndx]="Brickton Village";
            thevalue[ndx]="BRICKTON VILLAGE";
            ndx++;
            thetext[ndx]="Burney Mountain";
            thevalue[ndx]="BURNEY MOUNTAIN";
            ndx++;
            thetext[ndx]="Candor";
            thevalue[ndx]="CANDOR";
            ndx++;
            thetext[ndx]="Canterbury";
            thevalue[ndx]="CANTERBURY";
            ndx++;
            thetext[ndx]="Country Gardens";
            thevalue[ndx]="COUNTRY GARDENS";
            ndx++;
            thetext[ndx]="Cove Creek Canyon";
            thevalue[ndx]="COVE CREEK CANYON";
            ndx++;
            thetext[ndx]="Cove Creek Estates";
            thevalue[ndx]="Cove Creek Estates";
            ndx++;
            thetext[ndx]="Doshia Estates";
            thevalue[ndx]="DOSHIA ESTATES";
            ndx++;
            thetext[ndx]="Duncan Creek Estates";
            thevalue[ndx]="DUNCAN CREEK ESTATES";
            ndx++;
            thetext[ndx]="Echo Valley Acres";
            thevalue[ndx]="ECHO VALLEY ACRES";
            ndx++;
            thetext[ndx]="Fletcher Hills";
            thevalue[ndx]="FLETCHER HILLS";
            ndx++;
            thetext[ndx]="Fox Glen";
            thevalue[ndx]="FOX GLEN";
            ndx++;
            thetext[ndx]="Fox Glen Villas";
            thevalue[ndx]="FOX GLEN VILLAS";
            ndx++;
            thetext[ndx]="Franem Acres";
            thevalue[ndx]="FRANEM ACRES";
            ndx++;
            thetext[ndx]="Glenn Eagle";
            thevalue[ndx]="GLENN EAGLE";
            ndx++;
            thetext[ndx]="Glens Of Aberdeen";
            thevalue[ndx]="GLENS OF ABERDEEN";
            ndx++;
            thetext[ndx]="Greens On Hoopers Crk";
            thevalue[ndx]="GREENS ON HOOPERS CRK";
            ndx++;
            thetext[ndx]="High Ridge";
            thevalue[ndx]="HIGH RIDGE";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="High Vista";
            ndx++;
            thetext[ndx]="Hilltop View Estates";
            thevalue[ndx]="Hilltop View Estates";
            ndx++;
            thetext[ndx]="Hodge Hill Acres";
            thevalue[ndx]="HODGE HILL ACRES";
            ndx++;
            thetext[ndx]="Holla Brook Farm";
            thevalue[ndx]="Holla Brook Farm";
            ndx++;
            thetext[ndx]="Hollabrook Farm";
            thevalue[ndx]="HOLLABROOK FARM";
            ndx++;
            thetext[ndx]="Hoopers Creek";
            thevalue[ndx]="Hoopers Creek";
            ndx++;
            thetext[ndx]="Hoopers Forest";
            thevalue[ndx]="HOOPERS FOREST";
            ndx++;
            thetext[ndx]="Hoopers Valley Estates";
            thevalue[ndx]="HOOPERS VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Hutch Mountain";
            thevalue[ndx]="HUTCH MOUNTAIN";
            ndx++;
            thetext[ndx]="Hutchinson Woods";
            thevalue[ndx]="HUTCHINSON WOODS";
            ndx++;
            thetext[ndx]="Hutchison Woods";
            thevalue[ndx]="HUTCHISON WOODS";
            ndx++;
            thetext[ndx]="J G Crews Estates";
            thevalue[ndx]="J G CREWS ESTATES";
            ndx++;
            thetext[ndx]="Livingston Farms";
            thevalue[ndx]="LIVINGSTON FARMS";
            ndx++;
            thetext[ndx]="Meadow Oaks";
            thevalue[ndx]="MEADOW OAKS";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Oak Meadow Estates";
            thevalue[ndx]="OAK MEADOW ESTATES";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pisgah Meadows";
            thevalue[ndx]="PISGAH MEADOWS";
            ndx++;
            thetext[ndx]="Regal Knolls";
            thevalue[ndx]="REGAL KNOLLS";
            ndx++;
            thetext[ndx]="Rhododendron Acres";
            thevalue[ndx]="RHODODENDRON ACRES";
            ndx++;
            thetext[ndx]="River Stone";
            thevalue[ndx]="RIVER STONE";
            ndx++;
            thetext[ndx]="Riverbirch";
            thevalue[ndx]="RIVERBIRCH";
            ndx++;
            thetext[ndx]="Rutledge Forest";
            thevalue[ndx]="RUTLEDGE FOREST";
            ndx++;
            thetext[ndx]="Rutledge Ridge";
            thevalue[ndx]="RUTLEDGE RIDGE";
            ndx++;
            thetext[ndx]="South Chase";
            thevalue[ndx]="SOUTH CHASE";
            ndx++;
            thetext[ndx]="Southchase";
            thevalue[ndx]="SOUTHCHASE";
            ndx++;
            thetext[ndx]="St Johns Commons";
            thevalue[ndx]="ST JOHNS COMMONS";
            ndx++;
            thetext[ndx]="St. Johns Commons";
            thevalue[ndx]="ST. JOHNS COMMONS";
            ndx++;
            thetext[ndx]="St. Johns Wood";
            thevalue[ndx]="ST. JOHNS WOOD";
            ndx++;
            thetext[ndx]="St. Johns Woods";
            thevalue[ndx]="ST. JOHNS WOODS";
            ndx++;
            thetext[ndx]="Stafford Crossing";
            thevalue[ndx]="STAFFORD CROSSING";
            ndx++;
            thetext[ndx]="Stafford Hills";
            thevalue[ndx]="STAFFORD HILLS";
            ndx++;
            thetext[ndx]="Sweetwater Oaks";
            thevalue[ndx]="SWEETWATER OAKS";
            ndx++;
            thetext[ndx]="The Reserve";
            thevalue[ndx]="THE RESERVE";
            ndx++;
            thetext[ndx]="Thelen";
            thevalue[ndx]="THELEN";
            ndx++;
            thetext[ndx]="Townes At Bagwell Mill";
            thevalue[ndx]="TOWNES AT BAGWELL MILL";
            ndx++;
            thetext[ndx]="Townes At Connor Creek";
            thevalue[ndx]="TOWNES AT CONNOR CREEK";
            ndx++;
            thetext[ndx]="Village At Windstone";
            thevalue[ndx]="VILLAGE AT WINDSTONE";
            ndx++;
            thetext[ndx]="Westfield";
            thevalue[ndx]="WESTFIELD";
            ndx++;
            thetext[ndx]="Wildwood";
            thevalue[ndx]="WILDWOOD";
            ndx++;
            thetext[ndx]="Wildwood Gardens";
            thevalue[ndx]="WILDWOOD GARDENS";
            ndx++;
            thetext[ndx]="Windover Woods";
            thevalue[ndx]="WINDOVER WOODS";
            ndx++;
            thetext[ndx]="Windsor Forest";
            thevalue[ndx]="WINDSOR FOREST";
            ndx++;
            thetext[ndx]="Woods At Hoopers Creek";
            thevalue[ndx]="WOODS AT HOOPERS CREEK";
            ndx++;
      break;
   case "Henderson - Gerton":
            thetext[ndx]="Bearwallow Vistas";
            thevalue[ndx]="Bearwallow Vistas";
            ndx++;
            thetext[ndx]="Chestnut Hill";
            thevalue[ndx]="CHESTNUT HILL";
            ndx++;
            thetext[ndx]="Chestnut Hills";
            thevalue[ndx]="CHESTNUT HILLS";
            ndx++;
            thetext[ndx]="Hickory Nut Forest";
            thevalue[ndx]="Hickory Nut Forest";
            ndx++;
            thetext[ndx]="Mcguffey Ridge";
            thevalue[ndx]="MCGUFFEY RIDGE";
            ndx++;
            thetext[ndx]="Raven Ridge";
            thevalue[ndx]="RAVEN RIDGE";
            ndx++;
            thetext[ndx]="Ravenridge";
            thevalue[ndx]="RAVENRIDGE";
            ndx++;
            thetext[ndx]="Timberline";
            thevalue[ndx]="TIMBERLINE";
            ndx++;
      break;
   case "Henderson - Hendersonville":
            thetext[ndx]="101 City Of Hville";
            thevalue[ndx]="101 City Of Hville";
            ndx++;
            thetext[ndx]="2600 Old Kanuga";
            thevalue[ndx]="2600 OLD KANUGA";
            ndx++;
            thetext[ndx]="A' Virea";
            thevalue[ndx]="A' Virea";
            ndx++;
            thetext[ndx]="Alpine Subdivision";
            thevalue[ndx]="ALPINE SUBDIVISION";
            ndx++;
            thetext[ndx]="Amber Knoll";
            thevalue[ndx]="AMBER KNOLL";
            ndx++;
            thetext[ndx]="Annex Park";
            thevalue[ndx]="ANNEX PARK";
            ndx++;
            thetext[ndx]="Ansel Way";
            thevalue[ndx]="Ansel Way";
            ndx++;
            thetext[ndx]="Apple Blossom Estates";
            thevalue[ndx]="APPLE BLOSSOM ESTATES";
            ndx++;
            thetext[ndx]="Apple Hills";
            thevalue[ndx]="Apple Hills";
            ndx++;
            thetext[ndx]="Applewood Estates";
            thevalue[ndx]="APPLEWOOD ESTATES";
            ndx++;
            thetext[ndx]="Arlington Ext Druid";
            thevalue[ndx]="ARLINGTON EXT DRUID";
            ndx++;
            thetext[ndx]="Ashley Place";
            thevalue[ndx]="ASHLEY PLACE";
            ndx++;
            thetext[ndx]="Ashlynn Acres";
            thevalue[ndx]="ASHLYNN ACRES";
            ndx++;
            thetext[ndx]="Autumn View";
            thevalue[ndx]="AUTUMN VIEW";
            ndx++;
            thetext[ndx]="Avirea";
            thevalue[ndx]="Avirea";
            ndx++;
            thetext[ndx]="Bald Ridge";
            thevalue[ndx]="BALD RIDGE";
            ndx++;
            thetext[ndx]="Bannerwood";
            thevalue[ndx]="BANNERWOOD";
            ndx++;
            thetext[ndx]="Barker Heights";
            thevalue[ndx]="BARKER HEIGHTS";
            ndx++;
            thetext[ndx]="Barksdale";
            thevalue[ndx]="BARKSDALE";
            ndx++;
            thetext[ndx]="Barnett";
            thevalue[ndx]="BARNETT";
            ndx++;
            thetext[ndx]="Battle Creek Bluffs";
            thevalue[ndx]="Battle Creek Bluffs";
            ndx++;
            thetext[ndx]="Baystone Heights";
            thevalue[ndx]="BAYSTONE HEIGHTS";
            ndx++;
            thetext[ndx]="Beacon Commons";
            thevalue[ndx]="BEACON COMMONS";
            ndx++;
            thetext[ndx]="Bear Rock Mtn Estates";
            thevalue[ndx]="Bear Rock Mtn Estates";
            ndx++;
            thetext[ndx]="Bear Rock Run";
            thevalue[ndx]="BEAR ROCK RUN";
            ndx++;
            thetext[ndx]="Beaumont Estates";
            thevalue[ndx]="BEAUMONT ESTATES";
            ndx++;
            thetext[ndx]="Beechwood Lakes";
            thevalue[ndx]="Beechwood Lakes";
            ndx++;
            thetext[ndx]="Belmont Heights";
            thevalue[ndx]="Belmont Heights";
            ndx++;
            thetext[ndx]="Benjamin F Smith";
            thevalue[ndx]="BENJAMIN F SMITH";
            ndx++;
            thetext[ndx]="Bent Tree";
            thevalue[ndx]="BENT TREE";
            ndx++;
            thetext[ndx]="Berkley View";
            thevalue[ndx]="BERKLEY VIEW";
            ndx++;
            thetext[ndx]="Berry Hill";
            thevalue[ndx]="BERRY HILL";
            ndx++;
            thetext[ndx]="Big Pine";
            thevalue[ndx]="BIG PINE";
            ndx++;
            thetext[ndx]="Bird Dog Crossing";
            thevalue[ndx]="BIRD DOG CROSSING";
            ndx++;
            thetext[ndx]="Bittersweet Knolls";
            thevalue[ndx]="BITTERSWEET KNOLLS";
            ndx++;
            thetext[ndx]="Blacksmith Mountain";
            thevalue[ndx]="Blacksmith Mountain";
            ndx++;
            thetext[ndx]="Blooming Laurel Park";
            thevalue[ndx]="BLOOMING LAUREL PARK";
            ndx++;
            thetext[ndx]="Blue Moon On Pinnacle Peak";
            thevalue[ndx]="Blue Moon on Pinnacle Peak";
            ndx++;
            thetext[ndx]="Blue Ridge Estates";
            thevalue[ndx]="BLUE RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Blue Ridge Villas";
            thevalue[ndx]="BLUE RIDGE VILLAS";
            ndx++;
            thetext[ndx]="Blue Rock Valley";
            thevalue[ndx]="BLUE ROCK VALLEY";
            ndx++;
            thetext[ndx]="Blythe Commons";
            thevalue[ndx]="BLYTHE COMMONS";
            ndx++;
            thetext[ndx]="Bobby Gosnell";
            thevalue[ndx]="BOBBY GOSNELL";
            ndx++;
            thetext[ndx]="Bowman Forest";
            thevalue[ndx]="BOWMAN FOREST";
            ndx++;
            thetext[ndx]="Bradford Terrace";
            thevalue[ndx]="BRADFORD TERRACE";
            ndx++;
            thetext[ndx]="Brannon Rd";
            thevalue[ndx]="BRANNON RD";
            ndx++;
            thetext[ndx]="Brentwood";
            thevalue[ndx]="BRENTWOOD";
            ndx++;
            thetext[ndx]="Brians Place";
            thevalue[ndx]="BRIANS PLACE";
            ndx++;
            thetext[ndx]="Brightwater";
            thevalue[ndx]="Brightwater";
            ndx++;
            thetext[ndx]="Brightwater Farms Est";
            thevalue[ndx]="BRIGHTWATER FARMS EST";
            ndx++;
            thetext[ndx]="Brightwater Heights";
            thevalue[ndx]="BRIGHTWATER HEIGHTS";
            ndx++;
            thetext[ndx]="Britton Creek";
            thevalue[ndx]="BRITTON CREEK";
            ndx++;
            thetext[ndx]="Brookdale";
            thevalue[ndx]="BROOKDALE";
            ndx++;
            thetext[ndx]="Brookdale Park";
            thevalue[ndx]="BROOKDALE PARK";
            ndx++;
            thetext[ndx]="Brooke Hills";
            thevalue[ndx]="BROOKE HILLS";
            ndx++;
            thetext[ndx]="Brookland Manor";
            thevalue[ndx]="BROOKLAND MANOR";
            ndx++;
            thetext[ndx]="Brookland Terrace";
            thevalue[ndx]="BROOKLAND TERRACE";
            ndx++;
            thetext[ndx]="Brooklyn Terrace";
            thevalue[ndx]="BROOKLYN TERRACE";
            ndx++;
            thetext[ndx]="Brookside";
            thevalue[ndx]="BROOKSIDE";
            ndx++;
            thetext[ndx]="Brookside Manor";
            thevalue[ndx]="BROOKSIDE MANOR";
            ndx++;
            thetext[ndx]="Brookside Mhp";
            thevalue[ndx]="BROOKSIDE MHP";
            ndx++;
            thetext[ndx]="Brookside Village";
            thevalue[ndx]="BROOKSIDE VILLAGE";
            ndx++;
            thetext[ndx]="Brookstone Cottages";
            thevalue[ndx]="BROOKSTONE COTTAGES";
            ndx++;
            thetext[ndx]="Burge Mountain";
            thevalue[ndx]="Burge Mountain";
            ndx++;
            thetext[ndx]="Burney Mountain";
            thevalue[ndx]="Burney Mountain";
            ndx++;
            thetext[ndx]="Byers Cove";
            thevalue[ndx]="BYERS COVE";
            ndx++;
            thetext[ndx]="Cambridge West";
            thevalue[ndx]="CAMBRIDGE WEST";
            ndx++;
            thetext[ndx]="Cameron Woods";
            thevalue[ndx]="CAMERON WOODS";
            ndx++;
            thetext[ndx]="Canarian Estates";
            thevalue[ndx]="CANARIAN ESTATES";
            ndx++;
            thetext[ndx]="Cannon Woods";
            thevalue[ndx]="CANNON WOODS";
            ndx++;
            thetext[ndx]="Canterbury Way";
            thevalue[ndx]="CANTERBURY WAY";
            ndx++;
            thetext[ndx]="Carleton Terrace";
            thevalue[ndx]="CARLETON TERRACE";
            ndx++;
            thetext[ndx]="Carolina Hills";
            thevalue[ndx]="Carolina Hills";
            ndx++;
            thetext[ndx]="Carolina Homes";
            thevalue[ndx]="Carolina Homes";
            ndx++;
            thetext[ndx]="Carriage Park";
            thevalue[ndx]="Carriage Park";
            ndx++;
            thetext[ndx]="Cedarbrook";
            thevalue[ndx]="CEDARBROOK";
            ndx++;
            thetext[ndx]="Celadon Hills";
            thevalue[ndx]="CELADON HILLS";
            ndx++;
            thetext[ndx]="Central";
            thevalue[ndx]="CENTRAL";
            ndx++;
            thetext[ndx]="Cf Bland";
            thevalue[ndx]="CF BLAND";
            ndx++;
            thetext[ndx]="Champion Hills";
            thevalue[ndx]="CHAMPION HILLS";
            ndx++;
            thetext[ndx]="Chanteloup Garden";
            thevalue[ndx]="CHANTELOUP GARDEN";
            ndx++;
            thetext[ndx]="Chanteloupe";
            thevalue[ndx]="CHANTELOUPE";
            ndx++;
            thetext[ndx]="Chanteloupe Ctry Est";
            thevalue[ndx]="CHANTELOUPE CTRY EST";
            ndx++;
            thetext[ndx]="Chanteloupe Estates";
            thevalue[ndx]="CHANTELOUPE ESTATES";
            ndx++;
            thetext[ndx]="Charleston Meadows";
            thevalue[ndx]="CHARLESTON MEADOWS";
            ndx++;
            thetext[ndx]="Charlestown Place";
            thevalue[ndx]="CHARLESTOWN PLACE";
            ndx++;
            thetext[ndx]="Cherokee Park";
            thevalue[ndx]="CHEROKEE PARK";
            ndx++;
            thetext[ndx]="Cherry Hill Est";
            thevalue[ndx]="CHERRY HILL EST";
            ndx++;
            thetext[ndx]="Chestnut Grove";
            thevalue[ndx]="CHESTNUT GROVE";
            ndx++;
            thetext[ndx]="Chestnut Hills";
            thevalue[ndx]="CHESTNUT HILLS";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="CHESTNUT RIDGE";
            ndx++;
            thetext[ndx]="Chestnut Way";
            thevalue[ndx]="CHESTNUT WAY";
            ndx++;
            thetext[ndx]="Chickadee Hollow";
            thevalue[ndx]="CHICKADEE HOLLOW";
            ndx++;
            thetext[ndx]="Chimney Glen Estates";
            thevalue[ndx]="CHIMNEY GLEN ESTATES";
            ndx++;
            thetext[ndx]="Cimarron Forest";
            thevalue[ndx]="CIMARRON FOREST";
            ndx++;
            thetext[ndx]="Cinnamon Woods";
            thevalue[ndx]="Cinnamon Woods";
            ndx++;
            thetext[ndx]="City Of Hville";
            thevalue[ndx]="CITY OF HVILLE";
            ndx++;
            thetext[ndx]="Claremont";
            thevalue[ndx]="CLAREMONT";
            ndx++;
            thetext[ndx]="Claude Kilpatrick";
            thevalue[ndx]="CLAUDE KILPATRICK";
            ndx++;
            thetext[ndx]="Clear Creek Landing";
            thevalue[ndx]="CLEAR CREEK LANDING";
            ndx++;
            thetext[ndx]="Clear Creek Meadows";
            thevalue[ndx]="CLEAR CREEK MEADOWS";
            ndx++;
            thetext[ndx]="Clear View";
            thevalue[ndx]="CLEAR VIEW";
            ndx++;
            thetext[ndx]="Clear View Run";
            thevalue[ndx]="CLEAR VIEW RUN";
            ndx++;
            thetext[ndx]="Clear View Valley";
            thevalue[ndx]="CLEAR VIEW VALLEY";
            ndx++;
            thetext[ndx]="Clearview Mountain Estates";
            thevalue[ndx]="CLEARVIEW MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Cloven Cliffs";
            thevalue[ndx]="Cloven Cliffs";
            ndx++;
            thetext[ndx]="Cold Spring Park";
            thevalue[ndx]="COLD SPRING PARK";
            ndx++;
            thetext[ndx]="Colombia Park";
            thevalue[ndx]="COLOMBIA PARK";
            ndx++;
            thetext[ndx]="Colonial Manor";
            thevalue[ndx]="COLONIAL MANOR";
            ndx++;
            thetext[ndx]="Colonial Village";
            thevalue[ndx]="COLONIAL VILLAGE";
            ndx++;
            thetext[ndx]="Corn Mtn Estates";
            thevalue[ndx]="CORN MTN ESTATES";
            ndx++;
            thetext[ndx]="Cottages At Toms Hill";
            thevalue[ndx]="COTTAGES AT TOMS HILL";
            ndx++;
            thetext[ndx]="Country Acres";
            thevalue[ndx]="COUNTRY ACRES";
            ndx++;
            thetext[ndx]="Country Club Park";
            thevalue[ndx]="COUNTRY CLUB PARK";
            ndx++;
            thetext[ndx]="Country Crossing";
            thevalue[ndx]="COUNTRY CROSSING";
            ndx++;
            thetext[ndx]="Country Estates";
            thevalue[ndx]="COUNTRY ESTATES";
            ndx++;
            thetext[ndx]="Country Meadows";
            thevalue[ndx]="COUNTRY MEADOWS";
            ndx++;
            thetext[ndx]="Country Ridge";
            thevalue[ndx]="COUNTRY RIDGE";
            ndx++;
            thetext[ndx]="Cozy Cove";
            thevalue[ndx]="COZY COVE";
            ndx++;
            thetext[ndx]="Crab Creek Meadows";
            thevalue[ndx]="Crab Creek Meadows";
            ndx++;
            thetext[ndx]="Crab Creek Valley";
            thevalue[ndx]="CRAB CREEK VALLEY";
            ndx++;
            thetext[ndx]="Craftsman Creek";
            thevalue[ndx]="Craftsman Creek";
            ndx++;
            thetext[ndx]="Creekside";
            thevalue[ndx]="CREEKSIDE";
            ndx++;
            thetext[ndx]="Crestwood";
            thevalue[ndx]="CRESTWOOD";
            ndx++;
            thetext[ndx]="Crooked Creek";
            thevalue[ndx]="Crooked Creek";
            ndx++;
            thetext[ndx]="Crooked Creek Lane";
            thevalue[ndx]="CROOKED CREEK LANE";
            ndx++;
            thetext[ndx]="Crows Nest";
            thevalue[ndx]="CROWS NEST";
            ndx++;
            thetext[ndx]="Crystal Cove";
            thevalue[ndx]="Crystal Cove";
            ndx++;
            thetext[ndx]="Crystal Creek";
            thevalue[ndx]="Crystal Creek";
            ndx++;
            thetext[ndx]="Crystal Heights";
            thevalue[ndx]="Crystal Heights";
            ndx++;
            thetext[ndx]="Crystal View";
            thevalue[ndx]="CRYSTAL VIEW";
            ndx++;
            thetext[ndx]="Cumberland Village";
            thevalue[ndx]="CUMBERLAND VILLAGE";
            ndx++;
            thetext[ndx]="Cummings Cove";
            thevalue[ndx]="Cummings Cove";
            ndx++;
            thetext[ndx]="Cypress Estates";
            thevalue[ndx]="Cypress Estates";
            ndx++;
            thetext[ndx]="Dana Hill";
            thevalue[ndx]="DANA HILL";
            ndx++;
            thetext[ndx]="Dana Valley";
            thevalue[ndx]="DANA VALLEY";
            ndx++;
            thetext[ndx]="Dania Farms";
            thevalue[ndx]="DANIA FARMS";
            ndx++;
            thetext[ndx]="Dara Acres";
            thevalue[ndx]="DARA ACRES";
            ndx++;
            thetext[ndx]="Davis Park";
            thevalue[ndx]="DAVIS PARK";
            ndx++;
            thetext[ndx]="Deep Woods";
            thevalue[ndx]="DEEP WOODS";
            ndx++;
            thetext[ndx]="Dellwood";
            thevalue[ndx]="DELLWOOD";
            ndx++;
            thetext[ndx]="Devonwood";
            thevalue[ndx]="DEVONWOOD";
            ndx++;
            thetext[ndx]="Dillard Avenue";
            thevalue[ndx]="DILLARD AVENUE";
            ndx++;
            thetext[ndx]="Dogwood Forest";
            thevalue[ndx]="DOGWOOD FOREST";
            ndx++;
            thetext[ndx]="Downtown District";
            thevalue[ndx]="DOWNTOWN DISTRICT";
            ndx++;
            thetext[ndx]="Drake Mntn Est - Sw";
            thevalue[ndx]="Drake Mntn Est - SW";
            ndx++;
            thetext[ndx]="Drake Mountain Estates";
            thevalue[ndx]="Drake Mountain Estates";
            ndx++;
            thetext[ndx]="Drexel Glenn";
            thevalue[ndx]="DREXEL GLENN";
            ndx++;
            thetext[ndx]="Druid Hills";
            thevalue[ndx]="DRUID HILLS";
            ndx++;
            thetext[ndx]="Duncraggen";
            thevalue[ndx]="DUNCRAGGEN";
            ndx++;
            thetext[ndx]="Dunroy On Rutledge";
            thevalue[ndx]="DUNROY ON RUTLEDGE";
            ndx++;
            thetext[ndx]="Dupont Estates";
            thevalue[ndx]="Dupont Estates";
            ndx++;
            thetext[ndx]="E B And W R Sherman";
            thevalue[ndx]="E B AND W R SHERMAN";
            ndx++;
            thetext[ndx]="Eagle's View";
            thevalue[ndx]="EAGLE'S VIEW";
            ndx++;
            thetext[ndx]="Eastview";
            thevalue[ndx]="EASTVIEW";
            ndx++;
            thetext[ndx]="Echo Acres";
            thevalue[ndx]="Echo Acres";
            ndx++;
            thetext[ndx]="Echo Lake";
            thevalue[ndx]="ECHO LAKE";
            ndx++;
            thetext[ndx]="Echo Mountain";
            thevalue[ndx]="ECHO MOUNTAIN";
            ndx++;
            thetext[ndx]="Edgewood";
            thevalue[ndx]="EDGEWOOD";
            ndx++;
            thetext[ndx]="Edney Heights";
            thevalue[ndx]="EDNEY HEIGHTS";
            ndx++;
            thetext[ndx]="Emerald Hill";
            thevalue[ndx]="EMERALD HILL";
            ndx++;
            thetext[ndx]="Enchanted Forest";
            thevalue[ndx]="ENCHANTED FOREST";
            ndx++;
            thetext[ndx]="Enchanting Hills";
            thevalue[ndx]="ENCHANTING HILLS";
            ndx++;
            thetext[ndx]="English Hills";
            thevalue[ndx]="ENGLISH HILLS";
            ndx++;
            thetext[ndx]="Essex";
            thevalue[ndx]="ESSEX";
            ndx++;
            thetext[ndx]="Estates Of Salisbury";
            thevalue[ndx]="ESTATES OF SALISBURY";
            ndx++;
            thetext[ndx]="Etowah Heights";
            thevalue[ndx]="ETOWAH HEIGHTS";
            ndx++;
            thetext[ndx]="Etowah Mtn Estates";
            thevalue[ndx]="Etowah Mtn Estates";
            ndx++;
            thetext[ndx]="Etowahs Reach";
            thevalue[ndx]="ETOWAHS REACH";
            ndx++;
            thetext[ndx]="Evanwood";
            thevalue[ndx]="EVANWOOD";
            ndx++;
            thetext[ndx]="Ewbank Gardens";
            thevalue[ndx]="EWBANK GARDENS";
            ndx++;
            thetext[ndx]="Fair Oaks";
            thevalue[ndx]="FAIR OAKS";
            ndx++;
            thetext[ndx]="Faircrest";
            thevalue[ndx]="Faircrest";
            ndx++;
            thetext[ndx]="Fairfields";
            thevalue[ndx]="FAIRFIELDS";
            ndx++;
            thetext[ndx]="Fairweather Farms";
            thevalue[ndx]="FAIRWEATHER FARMS";
            ndx++;
            thetext[ndx]="Falling Waters Est";
            thevalue[ndx]="FALLING WATERS EST";
            ndx++;
            thetext[ndx]="Fallswood";
            thevalue[ndx]="FALLSWOOD";
            ndx++;
            thetext[ndx]="Featherstone Creek";
            thevalue[ndx]="FEATHERSTONE CREEK";
            ndx++;
            thetext[ndx]="Felix Lake";
            thevalue[ndx]="FELIX LAKE";
            ndx++;
            thetext[ndx]="Ferncliffe Extension";
            thevalue[ndx]="FERNCLIFFE EXTENSION";
            ndx++;
            thetext[ndx]="Finlay Brook";
            thevalue[ndx]="FINLAY BROOK";
            ndx++;
            thetext[ndx]="Finlay Ridge";
            thevalue[ndx]="FINLAY RIDGE";
            ndx++;
            thetext[ndx]="Fish Hawk Pointe";
            thevalue[ndx]="FISH HAWK POINTE";
            ndx++;
            thetext[ndx]="Fisher Place";
            thevalue[ndx]="FISHER PLACE";
            ndx++;
            thetext[ndx]="Five Point Hills";
            thevalue[ndx]="FIVE POINT HILLS";
            ndx++;
            thetext[ndx]="Flat Rock Falls";
            thevalue[ndx]="FLAT ROCK FALLS";
            ndx++;
            thetext[ndx]="Flat Rock Lakes";
            thevalue[ndx]="FLAT ROCK LAKES";
            ndx++;
            thetext[ndx]="Fleetwood Estates";
            thevalue[ndx]="FLEETWOOD ESTATES";
            ndx++;
            thetext[ndx]="Fleetwood Plaza";
            thevalue[ndx]="FLEETWOOD PLAZA";
            ndx++;
            thetext[ndx]="Floral Woods";
            thevalue[ndx]="FLORAL WOODS";
            ndx++;
            thetext[ndx]="Florida Farms";
            thevalue[ndx]="Florida Farms";
            ndx++;
            thetext[ndx]="Forest Heights";
            thevalue[ndx]="FOREST HEIGHTS";
            ndx++;
            thetext[ndx]="Forest Hills";
            thevalue[ndx]="FOREST HILLS";
            ndx++;
            thetext[ndx]="Fork Mountain Cliffs";
            thevalue[ndx]="Fork Mountain Cliffs";
            ndx++;
            thetext[ndx]="Fountain Trace";
            thevalue[ndx]="FOUNTAIN TRACE";
            ndx++;
            thetext[ndx]="Fox Ridge";
            thevalue[ndx]="Fox Ridge";
            ndx++;
            thetext[ndx]="Fox Run Preserve At Champion W";
            thevalue[ndx]="FOX RUN PRESERVE AT CHAMPION W";
            ndx++;
            thetext[ndx]="Foxchase";
            thevalue[ndx]="FOXCHASE";
            ndx++;
            thetext[ndx]="Foxfire Ridge";
            thevalue[ndx]="FOXFIRE RIDGE";
            ndx++;
            thetext[ndx]="Foxwood";
            thevalue[ndx]="FOXWOOD";
            ndx++;
            thetext[ndx]="Foy Justice Property";
            thevalue[ndx]="FOY JUSTICE PROPERTY";
            ndx++;
            thetext[ndx]="Fred Young Property";
            thevalue[ndx]="FRED YOUNG PROPERTY";
            ndx++;
            thetext[ndx]="Freeman";
            thevalue[ndx]="Freeman";
            ndx++;
            thetext[ndx]="Freeman Place";
            thevalue[ndx]="Freeman Place";
            ndx++;
            thetext[ndx]="Gann Village";
            thevalue[ndx]="GANN VILLAGE";
            ndx++;
            thetext[ndx]="George Harden";
            thevalue[ndx]="GEORGE HARDEN";
            ndx++;
            thetext[ndx]="Gilliam Woods";
            thevalue[ndx]="GILLIAM WOODS";
            ndx++;
            thetext[ndx]="Glenbrook";
            thevalue[ndx]="GLENBROOK";
            ndx++;
            thetext[ndx]="Glynwood";
            thevalue[ndx]="GLYNWOOD";
            ndx++;
            thetext[ndx]="Golden Gate Park";
            thevalue[ndx]="GOLDEN GATE PARK";
            ndx++;
            thetext[ndx]="Golf View";
            thevalue[ndx]="GOLF VIEW";
            ndx++;
            thetext[ndx]="Grand Highlands At Bearwallow";
            thevalue[ndx]="Grand Highlands at Bearwallow";
            ndx++;
            thetext[ndx]="Grand Oaks";
            thevalue[ndx]="GRAND OAKS";
            ndx++;
            thetext[ndx]="Grand View Reatreat";
            thevalue[ndx]="GRAND VIEW REATREAT";
            ndx++;
            thetext[ndx]="Grand View Retreat";
            thevalue[ndx]="Grand View Retreat";
            ndx++;
            thetext[ndx]="Greater Druid Hills";
            thevalue[ndx]="GREATER DRUID HILLS";
            ndx++;
            thetext[ndx]="Green Acres";
            thevalue[ndx]="GREEN ACRES";
            ndx++;
            thetext[ndx]="Green Meadows";
            thevalue[ndx]="GREEN MEADOWS";
            ndx++;
            thetext[ndx]="Green Mountain Vistas";
            thevalue[ndx]="GREEN MOUNTAIN VISTAS";
            ndx++;
            thetext[ndx]="Green Mtn Estates";
            thevalue[ndx]="GREEN MTN ESTATES";
            ndx++;
            thetext[ndx]="Green Valley";
            thevalue[ndx]="GREEN VALLEY";
            ndx++;
            thetext[ndx]="Greenwood Acres";
            thevalue[ndx]="Greenwood Acres";
            ndx++;
            thetext[ndx]="Greenwood Forest";
            thevalue[ndx]="GREENWOOD FOREST";
            ndx++;
            thetext[ndx]="Grimesdale";
            thevalue[ndx]="GRIMESDALE";
            ndx++;
            thetext[ndx]="Hamiltons Landing";
            thevalue[ndx]="HAMILTONS LANDING";
            ndx++;
            thetext[ndx]="Harden";
            thevalue[ndx]="HARDEN";
            ndx++;
            thetext[ndx]="Hardison Estate";
            thevalue[ndx]="HARDISON ESTATE";
            ndx++;
            thetext[ndx]="Harmony Hills";
            thevalue[ndx]="HARMONY HILLS";
            ndx++;
            thetext[ndx]="Hawke Crest";
            thevalue[ndx]="Hawke Crest";
            ndx++;
            thetext[ndx]="Hawke Meadow";
            thevalue[ndx]="HAWKE MEADOW";
            ndx++;
            thetext[ndx]="Hawke Ridge Estates";
            thevalue[ndx]="Hawke Ridge Estates";
            ndx++;
            thetext[ndx]="Hawke Woods";
            thevalue[ndx]="HAWKE WOODS";
            ndx++;
            thetext[ndx]="Hawthorn Hills";
            thevalue[ndx]="HAWTHORN HILLS";
            ndx++;
            thetext[ndx]="Hawthorne Hills";
            thevalue[ndx]="HAWTHORNE HILLS";
            ndx++;
            thetext[ndx]="Haywood Forest";
            thevalue[ndx]="HAYWOOD FOREST";
            ndx++;
            thetext[ndx]="Haywood Hills";
            thevalue[ndx]="HAYWOOD HILLS";
            ndx++;
            thetext[ndx]="Haywood Knolls";
            thevalue[ndx]="HAYWOOD KNOLLS";
            ndx++;
            thetext[ndx]="Haywood Manor";
            thevalue[ndx]="HAYWOOD MANOR";
            ndx++;
            thetext[ndx]="Haywood Park Estates";
            thevalue[ndx]="Haywood Park Estates";
            ndx++;
            thetext[ndx]="Haywood Townes";
            thevalue[ndx]="HAYWOOD TOWNES";
            ndx++;
            thetext[ndx]="Hearthstone";
            thevalue[ndx]="HEARTHSTONE";
            ndx++;
            thetext[ndx]="Heatherwood";
            thevalue[ndx]="HEATHERWOOD";
            ndx++;
            thetext[ndx]="Hebron Terrace";
            thevalue[ndx]="HEBRON TERRACE";
            ndx++;
            thetext[ndx]="Henderson Village";
            thevalue[ndx]="HENDERSON VILLAGE";
            ndx++;
            thetext[ndx]="Hendersonville Homes";
            thevalue[ndx]="HENDERSONVILLE HOMES";
            ndx++;
            thetext[ndx]="Heritage Hills";
            thevalue[ndx]="HERITAGE HILLS";
            ndx++;
            thetext[ndx]="Hewitt Property";
            thevalue[ndx]="HEWITT PROPERTY";
            ndx++;
            thetext[ndx]="Hickory Acres";
            thevalue[ndx]="Hickory Acres";
            ndx++;
            thetext[ndx]="Hickory Hill";
            thevalue[ndx]="HICKORY HILL";
            ndx++;
            thetext[ndx]="Hidden Forest";
            thevalue[ndx]="HIDDEN FOREST";
            ndx++;
            thetext[ndx]="Hidden Hills";
            thevalue[ndx]="HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Hidden Lake";
            thevalue[ndx]="HIDDEN LAKE";
            ndx++;
            thetext[ndx]="Hidden Valley";
            thevalue[ndx]="Hidden Valley";
            ndx++;
            thetext[ndx]="Hidden Valley Farms";
            thevalue[ndx]="HIDDEN VALLEY FARMS";
            ndx++;
            thetext[ndx]="Hidden Woods";
            thevalue[ndx]="HIDDEN WOODS";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
            thetext[ndx]="Highland Golf Villas";
            thevalue[ndx]="HIGHLAND GOLF VILLAS";
            ndx++;
            thetext[ndx]="Highland View";
            thevalue[ndx]="Highland View";
            ndx++;
            thetext[ndx]="Hill Crest";
            thevalue[ndx]="HILL CREST";
            ndx++;
            thetext[ndx]="Hillandale";
            thevalue[ndx]="HILLANDALE";
            ndx++;
            thetext[ndx]="Hillgirt Acres";
            thevalue[ndx]="HILLGIRT ACRES";
            ndx++;
            thetext[ndx]="Hillside Park";
            thevalue[ndx]="HILLSIDE PARK";
            ndx++;
            thetext[ndx]="Hillview";
            thevalue[ndx]="Hillview";
            ndx++;
            thetext[ndx]="Hodge Hill Acres";
            thevalue[ndx]="HODGE HILL ACRES";
            ndx++;
            thetext[ndx]="Holly Brook";
            thevalue[ndx]="HOLLY BROOK";
            ndx++;
            thetext[ndx]="Holly Crest";
            thevalue[ndx]="HOLLY CREST";
            ndx++;
            thetext[ndx]="Holly Hill";
            thevalue[ndx]="HOLLY HILL";
            ndx++;
            thetext[ndx]="Holly Hills";
            thevalue[ndx]="HOLLY HILLS";
            ndx++;
            thetext[ndx]="Holly Tree";
            thevalue[ndx]="HOLLY TREE";
            ndx++;
            thetext[ndx]="Hollywood";
            thevalue[ndx]="HOLLYWOOD";
            ndx++;
            thetext[ndx]="Huckleberry Mtn";
            thevalue[ndx]="Huckleberry Mtn";
            ndx++;
            thetext[ndx]="Hunters Cove";
            thevalue[ndx]="HUNTERS COVE";
            ndx++;
            thetext[ndx]="Hunters Crossing";
            thevalue[ndx]="HUNTERS CROSSING";
            ndx++;
            thetext[ndx]="Hunters Glen";
            thevalue[ndx]="Hunters Glen";
            ndx++;
            thetext[ndx]="Hunters Glenn";
            thevalue[ndx]="HUNTERS GLENN";
            ndx++;
            thetext[ndx]="Hydewell Estates";
            thevalue[ndx]="Hydewell Estates";
            ndx++;
            thetext[ndx]="Hyman Heights";
            thevalue[ndx]="HYMAN HEIGHTS";
            ndx++;
            thetext[ndx]="Hyman Place";
            thevalue[ndx]="HYMAN PLACE";
            ndx++;
            thetext[ndx]="Indian Cave Park";
            thevalue[ndx]="INDIAN CAVE PARK";
            ndx++;
            thetext[ndx]="Indian Hill";
            thevalue[ndx]="INDIAN HILL";
            ndx++;
            thetext[ndx]="Indian Hills";
            thevalue[ndx]="INDIAN HILLS";
            ndx++;
            thetext[ndx]="Indian Ridge";
            thevalue[ndx]="Indian Ridge";
            ndx++;
            thetext[ndx]="Interlude";
            thevalue[ndx]="INTERLUDE";
            ndx++;
            thetext[ndx]="Ivy Terrace";
            thevalue[ndx]="IVY TERRACE";
            ndx++;
            thetext[ndx]="J H Maxwell";
            thevalue[ndx]="J H MAXWELL";
            ndx++;
            thetext[ndx]="J H Ripley Estates";
            thevalue[ndx]="J H RIPLEY ESTATES";
            ndx++;
            thetext[ndx]="Jackson Heights";
            thevalue[ndx]="JACKSON HEIGHTS";
            ndx++;
            thetext[ndx]="Jerred Estates";
            thevalue[ndx]="JERRED ESTATES";
            ndx++;
            thetext[ndx]="Jeter Mtn Terrace";
            thevalue[ndx]="JETER MTN TERRACE";
            ndx++;
            thetext[ndx]="Johnson Homestead";
            thevalue[ndx]="JOHNSON HOMESTEAD";
            ndx++;
            thetext[ndx]="Jordan Mtn Estates";
            thevalue[ndx]="Jordan Mtn Estates";
            ndx++;
            thetext[ndx]="Juanita Hill";
            thevalue[ndx]="Juanita Hill";
            ndx++;
            thetext[ndx]="Justice Hills";
            thevalue[ndx]="JUSTICE HILLS";
            ndx++;
            thetext[ndx]="Kanuga Crest";
            thevalue[ndx]="KANUGA CREST";
            ndx++;
            thetext[ndx]="Kanuga Forest";
            thevalue[ndx]="KANUGA FOREST";
            ndx++;
            thetext[ndx]="Kanuga Park";
            thevalue[ndx]="KANUGA PARK";
            ndx++;
            thetext[ndx]="Kanuga Pines";
            thevalue[ndx]="KANUGA PINES";
            ndx++;
            thetext[ndx]="Kanuga Place Condos";
            thevalue[ndx]="KANUGA PLACE CONDOS";
            ndx++;
            thetext[ndx]="Kanuga Ridge";
            thevalue[ndx]="Kanuga Ridge";
            ndx++;
            thetext[ndx]="Kenmure";
            thevalue[ndx]="KENMURE";
            ndx++;
            thetext[ndx]="Kensington Court";
            thevalue[ndx]="KENSINGTON COURT";
            ndx++;
            thetext[ndx]="Kenwood Knoll";
            thevalue[ndx]="KENWOOD KNOLL";
            ndx++;
            thetext[ndx]="Kindy Forest";
            thevalue[ndx]="KINDY FOREST";
            ndx++;
            thetext[ndx]="Kingswood";
            thevalue[ndx]="KINGSWOOD";
            ndx++;
            thetext[ndx]="Kingswood Hills";
            thevalue[ndx]="KINGSWOOD HILLS";
            ndx++;
            thetext[ndx]="Klennon";
            thevalue[ndx]="KLENNON";
            ndx++;
            thetext[ndx]="Kyles Creek Crossing";
            thevalue[ndx]="KYLES CREEK CROSSING";
            ndx++;
            thetext[ndx]="Lace Falls";
            thevalue[ndx]="LACE FALLS";
            ndx++;
            thetext[ndx]="Ladson Glen";
            thevalue[ndx]="LADSON GLEN";
            ndx++;
            thetext[ndx]="Lake Osceola";
            thevalue[ndx]="LAKE OSCEOLA";
            ndx++;
            thetext[ndx]="Lake Pointe Landing";
            thevalue[ndx]="LAKE POINTE LANDING";
            ndx++;
            thetext[ndx]="Lake Rugby";
            thevalue[ndx]="LAKE RUGBY";
            ndx++;
            thetext[ndx]="Lake Rugby Pines";
            thevalue[ndx]="LAKE RUGBY PINES";
            ndx++;
            thetext[ndx]="Lake Summit";
            thevalue[ndx]="LAKE SUMMIT";
            ndx++;
            thetext[ndx]="Lake Summit Shores";
            thevalue[ndx]="LAKE SUMMIT SHORES";
            ndx++;
            thetext[ndx]="Lakemont";
            thevalue[ndx]="LAKEMONT";
            ndx++;
            thetext[ndx]="Lakemoor Village";
            thevalue[ndx]="LAKEMOOR VILLAGE";
            ndx++;
            thetext[ndx]="Lakeview Estates";
            thevalue[ndx]="LAKEVIEW ESTATES";
            ndx++;
            thetext[ndx]="Lakewood";
            thevalue[ndx]="LAKEWOOD";
            ndx++;
            thetext[ndx]="Lamplighter Estates";
            thevalue[ndx]="LAMPLIGHTER ESTATES";
            ndx++;
            thetext[ndx]="Laurel Brook";
            thevalue[ndx]="LAUREL BROOK";
            ndx++;
            thetext[ndx]="Laurel Forest";
            thevalue[ndx]="LAUREL FOREST";
            ndx++;
            thetext[ndx]="Laurel Heights";
            thevalue[ndx]="LAUREL HEIGHTS";
            ndx++;
            thetext[ndx]="Laurel Mountain";
            thevalue[ndx]="Laurel Mountain";
            ndx++;
            thetext[ndx]="Laurel Mtn Forest";
            thevalue[ndx]="Laurel Mtn Forest";
            ndx++;
            thetext[ndx]="Laurel Oaks";
            thevalue[ndx]="Laurel Oaks";
            ndx++;
            thetext[ndx]="Laurel Park";
            thevalue[ndx]="LAUREL PARK";
            ndx++;
            thetext[ndx]="Laurel Park Estates";
            thevalue[ndx]="LAUREL PARK ESTATES";
            ndx++;
            thetext[ndx]="Laurel Park Place";
            thevalue[ndx]="LAUREL PARK PLACE";
            ndx++;
            thetext[ndx]="Laurel Park Villas";
            thevalue[ndx]="LAUREL PARK VILLAS";
            ndx++;
            thetext[ndx]="Laurel Park-hville";
            thevalue[ndx]="LAUREL PARK-HVILLE";
            ndx++;
            thetext[ndx]="Laurel Pk";
            thevalue[ndx]="LAUREL PK";
            ndx++;
            thetext[ndx]="Laurels Of Etowah";
            thevalue[ndx]="LAURELS OF ETOWAH";
            ndx++;
            thetext[ndx]="Laurelwood";
            thevalue[ndx]="LAURELWOOD";
            ndx++;
            thetext[ndx]="Laurlea Place";
            thevalue[ndx]="LAURLEA PLACE";
            ndx++;
            thetext[ndx]="Lawndale Park";
            thevalue[ndx]="Lawndale Park";
            ndx++;
            thetext[ndx]="Ledges Of Hidden Hills";
            thevalue[ndx]="LEDGES OF HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Lenox Park";
            thevalue[ndx]="LENOX PARK";
            ndx++;
            thetext[ndx]="Leonis Mountain Lake Homes";
            thevalue[ndx]="LEONIS MOUNTAIN LAKE HOMES";
            ndx++;
            thetext[ndx]="Little Hungry";
            thevalue[ndx]="LITTLE HUNGRY";
            ndx++;
            thetext[ndx]="Little Hungry Ck Est";
            thevalue[ndx]="LITTLE HUNGRY CK EST";
            ndx++;
            thetext[ndx]="Lone Laurel";
            thevalue[ndx]="LONE LAUREL";
            ndx++;
            thetext[ndx]="Lone Pine Heights";
            thevalue[ndx]="LONE PINE HEIGHTS";
            ndx++;
            thetext[ndx]="Long John Mt Estates";
            thevalue[ndx]="LONG JOHN MT ESTATES";
            ndx++;
            thetext[ndx]="Lower Laurel Park";
            thevalue[ndx]="LOWER LAUREL PARK";
            ndx++;
            thetext[ndx]="Lynnwood Subdivision";
            thevalue[ndx]="LYNNWOOD SUBDIVISION";
            ndx++;
            thetext[ndx]="Madison Gardens";
            thevalue[ndx]="MADISON GARDENS";
            ndx++;
            thetext[ndx]="Majestic Trace";
            thevalue[ndx]="MAJESTIC TRACE";
            ndx++;
            thetext[ndx]="Maplewood Subdivision";
            thevalue[ndx]="MAPLEWOOD SUBDIVISION";
            ndx++;
            thetext[ndx]="Mckinney Pointe";
            thevalue[ndx]="MCKINNEY POINTE";
            ndx++;
            thetext[ndx]="Mcmillan Hidden Valley";
            thevalue[ndx]="Mcmillan Hidden Valley";
            ndx++;
            thetext[ndx]="Meadow Brook";
            thevalue[ndx]="MEADOW BROOK";
            ndx++;
            thetext[ndx]="Meadows Of Etowah";
            thevalue[ndx]="MEADOWS OF ETOWAH";
            ndx++;
            thetext[ndx]="Merri Acres";
            thevalue[ndx]="MERRI ACRES";
            ndx++;
            thetext[ndx]="Merriwood";
            thevalue[ndx]="MERRIWOOD";
            ndx++;
            thetext[ndx]="Middleton Place";
            thevalue[ndx]="MIDDLETON PLACE";
            ndx++;
            thetext[ndx]="Mill Ridge";
            thevalue[ndx]="MILL RIDGE";
            ndx++;
            thetext[ndx]="Mills Pointe";
            thevalue[ndx]="MILLS POINTE";
            ndx++;
            thetext[ndx]="Mills River Village";
            thevalue[ndx]="MILLS RIVER VILLAGE";
            ndx++;
            thetext[ndx]="Mitchell View Estates";
            thevalue[ndx]="Mitchell View Estates";
            ndx++;
            thetext[ndx]="Mockingbird Hill";
            thevalue[ndx]="MOCKINGBIRD HILL";
            ndx++;
            thetext[ndx]="Monte Vista";
            thevalue[ndx]="MONTE VISTA";
            ndx++;
            thetext[ndx]="Morning Glory Place";
            thevalue[ndx]="Morning Glory Place";
            ndx++;
            thetext[ndx]="Morningside Condos";
            thevalue[ndx]="MORNINGSIDE CONDOS";
            ndx++;
            thetext[ndx]="Mount Carmel Acres";
            thevalue[ndx]="MOUNT CARMEL ACRES";
            ndx++;
            thetext[ndx]="Mount Royal";
            thevalue[ndx]="MOUNT ROYAL";
            ndx++;
            thetext[ndx]="Mountain Dreams";
            thevalue[ndx]="MOUNTAIN DREAMS";
            ndx++;
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="MOUNTAIN MEADOWS";
            ndx++;
            thetext[ndx]="Mountain River Place";
            thevalue[ndx]="MOUNTAIN RIVER PLACE";
            ndx++;
            thetext[ndx]="Mountain Shadows";
            thevalue[ndx]="Mountain Shadows";
            ndx++;
            thetext[ndx]="Mountain Valley";
            thevalue[ndx]="MOUNTAIN VALLEY";
            ndx++;
            thetext[ndx]="Mountain Valley Estates";
            thevalue[ndx]="MOUNTAIN VALLEY ESTATES";
            ndx++;
            thetext[ndx]="Mountain View";
            thevalue[ndx]="MOUNTAIN VIEW";
            ndx++;
            thetext[ndx]="Mountain View Estates";
            thevalue[ndx]="MOUNTAIN VIEW ESTATES";
            ndx++;
            thetext[ndx]="Newman Estates";
            thevalue[ndx]="NEWMAN ESTATES";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="North Rugby Hills";
            thevalue[ndx]="North Rugby Hills";
            ndx++;
            thetext[ndx]="North Springs";
            thevalue[ndx]="NORTH SPRINGS";
            ndx++;
            thetext[ndx]="North Woods";
            thevalue[ndx]="North Woods";
            ndx++;
            thetext[ndx]="Northview Estates";
            thevalue[ndx]="NORTHVIEW ESTATES";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Nubbins Nob";
            thevalue[ndx]="NUBBINS NOB";
            ndx++;
            thetext[ndx]="Oak Grove Heights";
            thevalue[ndx]="OAK GROVE HEIGHTS";
            ndx++;
            thetext[ndx]="Oak Hill Court";
            thevalue[ndx]="OAK HILL COURT";
            ndx++;
            thetext[ndx]="Oak Hills";
            thevalue[ndx]="OAK HILLS";
            ndx++;
            thetext[ndx]="Oak View Terrace";
            thevalue[ndx]="OAK VIEW TERRACE";
            ndx++;
            thetext[ndx]="Oakwood Terrace";
            thevalue[ndx]="OAKWOOD TERRACE";
            ndx++;
            thetext[ndx]="October Ridge";
            thevalue[ndx]="October Ridge";
            ndx++;
            thetext[ndx]="Oklawaha Garden";
            thevalue[ndx]="OKLAWAHA GARDEN";
            ndx++;
            thetext[ndx]="Old Applewood Hollow";
            thevalue[ndx]="OLD APPLEWOOD HOLLOW";
            ndx++;
            thetext[ndx]="Old Man Gray Beard";
            thevalue[ndx]="OLD MAN GRAY BEARD";
            ndx++;
            thetext[ndx]="Old Mill Haven";
            thevalue[ndx]="OLD MILL HAVEN";
            ndx++;
            thetext[ndx]="Old Orchard";
            thevalue[ndx]="Old Orchard";
            ndx++;
            thetext[ndx]="Old Place Bluff";
            thevalue[ndx]="Old Place Bluff";
            ndx++;
            thetext[ndx]="Oleta Falls";
            thevalue[ndx]="Oleta Falls";
            ndx++;
            thetext[ndx]="Oleta Falls Retreat";
            thevalue[ndx]="Oleta Falls Retreat";
            ndx++;
            thetext[ndx]="Oliver S. Johnson";
            thevalue[ndx]="OLIVER S. JOHNSON";
            ndx++;
            thetext[ndx]="Orchard Ridge";
            thevalue[ndx]="ORCHARD RIDGE";
            ndx++;
            thetext[ndx]="Orchard Valley";
            thevalue[ndx]="ORCHARD VALLEY";
            ndx++;
            thetext[ndx]="Orr And Fisher";
            thevalue[ndx]="ORR AND FISHER";
            ndx++;
            thetext[ndx]="Osceola Lake Park";
            thevalue[ndx]="OSCEOLA LAKE PARK";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Othere";
            thevalue[ndx]="Othere";
            ndx++;
            thetext[ndx]="Overlook Terrace";
            thevalue[ndx]="OVERLOOK TERRACE";
            ndx++;
            thetext[ndx]="Pace Estates";
            thevalue[ndx]="PACE ESTATES";
            ndx++;
            thetext[ndx]="Park Place At Hendersonville";
            thevalue[ndx]="PARK PLACE AT HENDERSONVILLE";
            ndx++;
            thetext[ndx]="Park Place Of Hendersonville";
            thevalue[ndx]="PARK PLACE OF HENDERSONVILLE";
            ndx++;
            thetext[ndx]="Pathways Of Solomon";
            thevalue[ndx]="Pathways Of Solomon";
            ndx++;
            thetext[ndx]="Pathwys Of Solomon J";
            thevalue[ndx]="Pathwys Of Solomon J";
            ndx++;
            thetext[ndx]="Patton Hill";
            thevalue[ndx]="PATTON HILL";
            ndx++;
            thetext[ndx]="Pauls View";
            thevalue[ndx]="PAULS VIEW";
            ndx++;
            thetext[ndx]="Peaceful Valley";
            thevalue[ndx]="PEACEFUL VALLEY";
            ndx++;
            thetext[ndx]="Peaceful View";
            thevalue[ndx]="PEACEFUL VIEW";
            ndx++;
            thetext[ndx]="Pebble Creek";
            thevalue[ndx]="PEBBLE CREEK";
            ndx++;
            thetext[ndx]="Pilot Mountain Estates";
            thevalue[ndx]="PILOT MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Pine Ridge";
            thevalue[ndx]="PINE RIDGE";
            ndx++;
            thetext[ndx]="Pine Ridge Condos";
            thevalue[ndx]="PINE RIDGE CONDOS";
            ndx++;
            thetext[ndx]="Pine Villa Condos";
            thevalue[ndx]="PINE VILLA CONDOS";
            ndx++;
            thetext[ndx]="Pinebrook";
            thevalue[ndx]="PINEBROOK";
            ndx++;
            thetext[ndx]="Piney Oak Hills";
            thevalue[ndx]="PINEY OAK HILLS";
            ndx++;
            thetext[ndx]="Pinnacle Mountain View";
            thevalue[ndx]="Pinnacle Mountain View";
            ndx++;
            thetext[ndx]="Pisgah View";
            thevalue[ndx]="Pisgah View";
            ndx++;
            thetext[ndx]="Plantation Walk";
            thevalue[ndx]="PLANTATION WALK";
            ndx++;
            thetext[ndx]="Plaza In The Mountains";
            thevalue[ndx]="PLAZA IN THE MOUNTAINS";
            ndx++;
            thetext[ndx]="Pleasant Acres";
            thevalue[ndx]="PLEASANT ACRES";
            ndx++;
            thetext[ndx]="Pottery Terrace";
            thevalue[ndx]="POTTERY TERRACE";
            ndx++;
            thetext[ndx]="Prestonwood";
            thevalue[ndx]="PRESTONWOOD";
            ndx++;
            thetext[ndx]="Quail Hollow";
            thevalue[ndx]="QUAIL HOLLOW";
            ndx++;
            thetext[ndx]="Quail Ridge";
            thevalue[ndx]="QUAIL RIDGE";
            ndx++;
            thetext[ndx]="R L Haden";
            thevalue[ndx]="R L HADEN";
            ndx++;
            thetext[ndx]="Rambling Hills";
            thevalue[ndx]="Rambling Hills";
            ndx++;
            thetext[ndx]="Rambling Ridge";
            thevalue[ndx]="RAMBLING RIDGE";
            ndx++;
            thetext[ndx]="Rambling Ridge Est";
            thevalue[ndx]="RAMBLING RIDGE EST";
            ndx++;
            thetext[ndx]="Ravenswood";
            thevalue[ndx]="RAVENSWOOD";
            ndx++;
            thetext[ndx]="Ravenwood Forest";
            thevalue[ndx]="RAVENWOOD FOREST";
            ndx++;
            thetext[ndx]="Red Bird Hill";
            thevalue[ndx]="Red Bird Hill";
            ndx++;
            thetext[ndx]="Red Maple Farms";
            thevalue[ndx]="RED MAPLE FARMS";
            ndx++;
            thetext[ndx]="Rhododendron Gardens";
            thevalue[ndx]="RHODODENDRON GARDENS";
            ndx++;
            thetext[ndx]="Ridgeview At Sweetwater Hills";
            thevalue[ndx]="RIDGEVIEW AT SWEETWATER HILLS";
            ndx++;
            thetext[ndx]="Ridgewood Acres";
            thevalue[ndx]="RIDGEWOOD ACRES";
            ndx++;
            thetext[ndx]="River Ridge";
            thevalue[ndx]="River Ridge";
            ndx++;
            thetext[ndx]="River Wind";
            thevalue[ndx]="RIVER WIND";
            ndx++;
            thetext[ndx]="Riverwind";
            thevalue[ndx]="RIVERWIND";
            ndx++;
            thetext[ndx]="Robin Crest";
            thevalue[ndx]="ROBIN CREST";
            ndx++;
            thetext[ndx]="Rolling Oaks";
            thevalue[ndx]="ROLLING OAKS";
            ndx++;
            thetext[ndx]="Rose Hill";
            thevalue[ndx]="ROSE HILL";
            ndx++;
            thetext[ndx]="Rosebud";
            thevalue[ndx]="ROSEBUD";
            ndx++;
            thetext[ndx]="Rosemont";
            thevalue[ndx]="ROSEMONT";
            ndx++;
            thetext[ndx]="Ruby Ridge Estates";
            thevalue[ndx]="RUBY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Rugby Forest";
            thevalue[ndx]="RUGBY FOREST";
            ndx++;
            thetext[ndx]="Rugby Highlands";
            thevalue[ndx]="RUGBY HIGHLANDS";
            ndx++;
            thetext[ndx]="Rugby Knolls";
            thevalue[ndx]="RUGBY KNOLLS";
            ndx++;
            thetext[ndx]="Rugby Meadows";
            thevalue[ndx]="RUGBY MEADOWS";
            ndx++;
            thetext[ndx]="Rural Retreat";
            thevalue[ndx]="RURAL RETREAT";
            ndx++;
            thetext[ndx]="Rutledge Estates";
            thevalue[ndx]="RUTLEDGE ESTATES";
            ndx++;
            thetext[ndx]="Saddlebrook";
            thevalue[ndx]="SADDLEBROOK";
            ndx++;
            thetext[ndx]="Samara";
            thevalue[ndx]="SAMARA";
            ndx++;
            thetext[ndx]="Sedgewood";
            thevalue[ndx]="SEDGEWOOD";
            ndx++;
            thetext[ndx]="Sentelle Grove";
            thevalue[ndx]="Sentelle Grove";
            ndx++;
            thetext[ndx]="Serendipity";
            thevalue[ndx]="SERENDIPITY";
            ndx++;
            thetext[ndx]="Serenity Circle";
            thevalue[ndx]="SERENITY CIRCLE";
            ndx++;
            thetext[ndx]="Seven Falls Golf & River Club";
            thevalue[ndx]="Seven Falls Golf & River Club";
            ndx++;
            thetext[ndx]="Seven Falls Golf N River Club";
            thevalue[ndx]="Seven Falls Golf n River Club";
            ndx++;
            thetext[ndx]="Shamrock Estates";
            thevalue[ndx]="SHAMROCK ESTATES";
            ndx++;
            thetext[ndx]="Sharons Crossing";
            thevalue[ndx]="SHARONS CROSSING";
            ndx++;
            thetext[ndx]="Sherman Estates";
            thevalue[ndx]="SHERMAN ESTATES";
            ndx++;
            thetext[ndx]="Sherman-corn";
            thevalue[ndx]="SHERMAN-CORN";
            ndx++;
            thetext[ndx]="Shuey Knolls";
            thevalue[ndx]="SHUEY KNOLLS";
            ndx++;
            thetext[ndx]="Shuford Point";
            thevalue[ndx]="Shuford Point";
            ndx++;
            thetext[ndx]="Silverglen";
            thevalue[ndx]="Silverglen";
            ndx++;
            thetext[ndx]="Sims Hollow";
            thevalue[ndx]="Sims Hollow";
            ndx++;
            thetext[ndx]="Sky Lake Estates";
            thevalue[ndx]="SKY LAKE ESTATES";
            ndx++;
            thetext[ndx]="Sky Village";
            thevalue[ndx]="SKY VILLAGE";
            ndx++;
            thetext[ndx]="Skyland Apts";
            thevalue[ndx]="SKYLAND APTS";
            ndx++;
            thetext[ndx]="Skytop Farm";
            thevalue[ndx]="Skytop Farm";
            ndx++;
            thetext[ndx]="Skyview Estates";
            thevalue[ndx]="SKYVIEW ESTATES";
            ndx++;
            thetext[ndx]="Smoke Rise";
            thevalue[ndx]="SMOKE RISE";
            ndx++;
            thetext[ndx]="Solar Vista";
            thevalue[ndx]="SOLAR VISTA";
            ndx++;
            thetext[ndx]="Somersby Park";
            thevalue[ndx]="SOMERSBY PARK";
            ndx++;
            thetext[ndx]="Southmoor Village";
            thevalue[ndx]="SOUTHMOOR VILLAGE";
            ndx++;
            thetext[ndx]="Split Rail";
            thevalue[ndx]="SPLIT RAIL";
            ndx++;
            thetext[ndx]="Spring Creek Falls";
            thevalue[ndx]="Spring Creek Falls";
            ndx++;
            thetext[ndx]="Spring Hill Estates";
            thevalue[ndx]="Spring Hill Estates";
            ndx++;
            thetext[ndx]="Spring Village";
            thevalue[ndx]="SPRING VILLAGE";
            ndx++;
            thetext[ndx]="Statonwoods";
            thevalue[ndx]="STATONWOODS";
            ndx++;
            thetext[ndx]="Stone Brook";
            thevalue[ndx]="STONE BROOK";
            ndx++;
            thetext[ndx]="Stone Creek";
            thevalue[ndx]="STONE CREEK";
            ndx++;
            thetext[ndx]="Stonebrook";
            thevalue[ndx]="STONEBROOK";
            ndx++;
            thetext[ndx]="Stonegate Acres";
            thevalue[ndx]="STONEGATE ACRES";
            ndx++;
            thetext[ndx]="Stoneledge";
            thevalue[ndx]="STONELEDGE";
            ndx++;
            thetext[ndx]="Stoney Creek";
            thevalue[ndx]="Stoney Creek";
            ndx++;
            thetext[ndx]="Stoney Crest";
            thevalue[ndx]="STONEY CREST";
            ndx++;
            thetext[ndx]="Stoney Gardens";
            thevalue[ndx]="STONEY GARDENS";
            ndx++;
            thetext[ndx]="Stoney Mtn Estates";
            thevalue[ndx]="STONEY MTN ESTATES";
            ndx++;
            thetext[ndx]="Sugar Hollow";
            thevalue[ndx]="SUGAR HOLLOW";
            ndx++;
            thetext[ndx]="Sugar Hollow Farms";
            thevalue[ndx]="SUGAR HOLLOW FARMS";
            ndx++;
            thetext[ndx]="Sunrise Ridge";
            thevalue[ndx]="SUNRISE RIDGE";
            ndx++;
            thetext[ndx]="Sweet Briar";
            thevalue[ndx]="SWEET BRIAR";
            ndx++;
            thetext[ndx]="Sweetwater Hills";
            thevalue[ndx]="SWEETWATER HILLS";
            ndx++;
            thetext[ndx]="Sycamore Hill";
            thevalue[ndx]="SYCAMORE HILL";
            ndx++;
            thetext[ndx]="Sylvan Heights";
            thevalue[ndx]="SYLVAN HEIGHTS";
            ndx++;
            thetext[ndx]="Tall Pines";
            thevalue[ndx]="TALL PINES";
            ndx++;
            thetext[ndx]="Tall Timbers";
            thevalue[ndx]="TALL TIMBERS";
            ndx++;
            thetext[ndx]="Tamarac";
            thevalue[ndx]="TAMARAC";
            ndx++;
            thetext[ndx]="Tatham Woods";
            thevalue[ndx]="TATHAM WOODS";
            ndx++;
            thetext[ndx]="Tatum";
            thevalue[ndx]="TATUM";
            ndx++;
            thetext[ndx]="Temple Terrace";
            thevalue[ndx]="TEMPLE TERRACE";
            ndx++;
            thetext[ndx]="Teneriffe";
            thevalue[ndx]="TENERIFFE";
            ndx++;
            thetext[ndx]="Terrace Garden";
            thevalue[ndx]="TERRACE GARDEN";
            ndx++;
            thetext[ndx]="Terrace Gardens";
            thevalue[ndx]="TERRACE GARDENS";
            ndx++;
            thetext[ndx]="The Cloisters";
            thevalue[ndx]="THE CLOISTERS";
            ndx++;
            thetext[ndx]="The Landmark Condominium";
            thevalue[ndx]="THE LANDMARK CONDOMINIUM";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="The Oaks";
            thevalue[ndx]="THE OAKS";
            ndx++;
            thetext[ndx]="The Ridge";
            thevalue[ndx]="The Ridge";
            ndx++;
            thetext[ndx]="The Sanctuary At Mills River";
            thevalue[ndx]="The Sanctuary At Mills River";
            ndx++;
            thetext[ndx]="The Timbers";
            thevalue[ndx]="THE TIMBERS";
            ndx++;
            thetext[ndx]="The Willows";
            thevalue[ndx]="THE WILLOWS";
            ndx++;
            thetext[ndx]="The Woods";
            thevalue[ndx]="THE WOODS";
            ndx++;
            thetext[ndx]="Thomas P Davis";
            thevalue[ndx]="THOMAS P DAVIS";
            ndx++;
            thetext[ndx]="Thornhill";
            thevalue[ndx]="THORNHILL";
            ndx++;
            thetext[ndx]="Thrashing Rock Est";
            thevalue[ndx]="THRASHING ROCK EST";
            ndx++;
            thetext[ndx]="Three Ds";
            thevalue[ndx]="THREE DS";
            ndx++;
            thetext[ndx]="Timber Creek";
            thevalue[ndx]="TIMBER CREEK";
            ndx++;
            thetext[ndx]="Timber Nook";
            thevalue[ndx]="TIMBER NOOK";
            ndx++;
            thetext[ndx]="Timber Ridge";
            thevalue[ndx]="TIMBER RIDGE";
            ndx++;
            thetext[ndx]="Timber Trails";
            thevalue[ndx]="TIMBER TRAILS";
            ndx++;
            thetext[ndx]="Timberland Park";
            thevalue[ndx]="TIMBERLAND PARK";
            ndx++;
            thetext[ndx]="Timberwolf";
            thevalue[ndx]="Timberwolf";
            ndx++;
            thetext[ndx]="Toms Hill";
            thevalue[ndx]="TOMS HILL";
            ndx++;
            thetext[ndx]="Top Ridge";
            thevalue[ndx]="Top Ridge";
            ndx++;
            thetext[ndx]="Top Terrace";
            thevalue[ndx]="TOP TERRACE";
            ndx++;
            thetext[ndx]="Town And Country Est";
            thevalue[ndx]="TOWN AND COUNTRY EST";
            ndx++;
            thetext[ndx]="Towne Forest";
            thevalue[ndx]="TOWNE FOREST";
            ndx++;
            thetext[ndx]="Towne Place";
            thevalue[ndx]="TOWNE PLACE";
            ndx++;
            thetext[ndx]="Tree Haven";
            thevalue[ndx]="TREE HAVEN";
            ndx++;
            thetext[ndx]="Treetops";
            thevalue[ndx]="Treetops";
            ndx++;
            thetext[ndx]="Triple Creek";
            thevalue[ndx]="TRIPLE CREEK";
            ndx++;
            thetext[ndx]="Tuckaway Ridge";
            thevalue[ndx]="Tuckaway Ridge";
            ndx++;
            thetext[ndx]="Twelve Oaks";
            thevalue[ndx]="TWELVE OAKS";
            ndx++;
            thetext[ndx]="Twin Brooks";
            thevalue[ndx]="TWIN BROOKS";
            ndx++;
            thetext[ndx]="Twin Oaks";
            thevalue[ndx]="TWIN OAKS";
            ndx++;
            thetext[ndx]="Twin Oaks Flat Rock";
            thevalue[ndx]="TWIN OAKS FLAT ROCK";
            ndx++;
            thetext[ndx]="Tylers Landing";
            thevalue[ndx]="TYLERS LANDING";
            ndx++;
            thetext[ndx]="Upward Acres";
            thevalue[ndx]="UPWARD ACRES";
            ndx++;
            thetext[ndx]="Valley Hill";
            thevalue[ndx]="VALLEY HILL";
            ndx++;
            thetext[ndx]="Valley View Farms";
            thevalue[ndx]="Valley View Farms";
            ndx++;
            thetext[ndx]="Villages Of King Cre";
            thevalue[ndx]="VILLAGES OF KING CRE";
            ndx++;
            thetext[ndx]="Vista At Blacksmith Mountain";
            thevalue[ndx]="VISTA AT BLACKSMITH MOUNTAIN";
            ndx++;
            thetext[ndx]="Vista At Blacksmith Run";
            thevalue[ndx]="VISTA AT BLACKSMITH RUN";
            ndx++;
            thetext[ndx]="Wanteska Hills";
            thevalue[ndx]="WANTESKA HILLS";
            ndx++;
            thetext[ndx]="Westbridge";
            thevalue[ndx]="WESTBRIDGE";
            ndx++;
            thetext[ndx]="Westpointe Ridge";
            thevalue[ndx]="WESTPOINTE RIDGE";
            ndx++;
            thetext[ndx]="Westridge";
            thevalue[ndx]="WESTRIDGE";
            ndx++;
            thetext[ndx]="Westwood";
            thevalue[ndx]="WESTWOOD";
            ndx++;
            thetext[ndx]="Whispering Hills";
            thevalue[ndx]="WHISPERING HILLS";
            ndx++;
            thetext[ndx]="Whisperwood";
            thevalue[ndx]="WHISPERWOOD";
            ndx++;
            thetext[ndx]="White Lakes";
            thevalue[ndx]="WHITE LAKES";
            ndx++;
            thetext[ndx]="White Oak Village";
            thevalue[ndx]="WHITE OAK VILLAGE";
            ndx++;
            thetext[ndx]="Wild Rose Estates";
            thevalue[ndx]="WILD ROSE ESTATES";
            ndx++;
            thetext[ndx]="Wildlife Acres";
            thevalue[ndx]="WILDLIFE ACRES";
            ndx++;
            thetext[ndx]="Wildwood Heights";
            thevalue[ndx]="WILDWOOD HEIGHTS";
            ndx++;
            thetext[ndx]="Willow Bend";
            thevalue[ndx]="WILLOW BEND";
            ndx++;
            thetext[ndx]="Willow Brook";
            thevalue[ndx]="WILLOW BROOK";
            ndx++;
            thetext[ndx]="Willow Brook Falls";
            thevalue[ndx]="WILLOW BROOK FALLS";
            ndx++;
            thetext[ndx]="Willow Cove";
            thevalue[ndx]="WILLOW COVE";
            ndx++;
            thetext[ndx]="Willow Creek";
            thevalue[ndx]="WILLOW CREEK";
            ndx++;
            thetext[ndx]="Willow Creek Farms";
            thevalue[ndx]="Willow Creek Farms";
            ndx++;
            thetext[ndx]="Willow Knolls";
            thevalue[ndx]="WILLOW KNOLLS";
            ndx++;
            thetext[ndx]="Willow Lake";
            thevalue[ndx]="WILLOW LAKE";
            ndx++;
            thetext[ndx]="Willow Place";
            thevalue[ndx]="WILLOW PLACE";
            ndx++;
            thetext[ndx]="Willow Ridge";
            thevalue[ndx]="Willow Ridge";
            ndx++;
            thetext[ndx]="Willow Ridge Ii";
            thevalue[ndx]="WILLOW RIDGE II";
            ndx++;
            thetext[ndx]="Willow Springs";
            thevalue[ndx]="WILLOW SPRINGS";
            ndx++;
            thetext[ndx]="Willow Valley";
            thevalue[ndx]="Willow Valley";
            ndx++;
            thetext[ndx]="Wilson Farm";
            thevalue[ndx]="WILSON FARM";
            ndx++;
            thetext[ndx]="Windsong Hills";
            thevalue[ndx]="WINDSONG HILLS";
            ndx++;
            thetext[ndx]="Windsor Heights";
            thevalue[ndx]="WINDSOR HEIGHTS";
            ndx++;
            thetext[ndx]="Windsor Hills";
            thevalue[ndx]="WINDSOR HILLS";
            ndx++;
            thetext[ndx]="Windy Acres";
            thevalue[ndx]="WINDY ACRES";
            ndx++;
            thetext[ndx]="Wolf Shoals";
            thevalue[ndx]="WOLF SHOALS";
            ndx++;
            thetext[ndx]="Wolfpen";
            thevalue[ndx]="WOLFPEN";
            ndx++;
            thetext[ndx]="Wood Dale";
            thevalue[ndx]="WOOD DALE";
            ndx++;
            thetext[ndx]="Woodbridge";
            thevalue[ndx]="WOODBRIDGE";
            ndx++;
            thetext[ndx]="Woodhaven";
            thevalue[ndx]="WOODHAVEN";
            ndx++;
            thetext[ndx]="Woodland Trace";
            thevalue[ndx]="WOODLAND TRACE";
            ndx++;
            thetext[ndx]="Woodlawn";
            thevalue[ndx]="WOODLAWN";
            ndx++;
            thetext[ndx]="Woodlyn Echoes";
            thevalue[ndx]="Woodlyn Echoes";
            ndx++;
            thetext[ndx]="Woods At Fox Ridge";
            thevalue[ndx]="WOODS AT FOX RIDGE";
            ndx++;
            thetext[ndx]="Woodscape";
            thevalue[ndx]="WOODSCAPE";
            ndx++;
            thetext[ndx]="Woodys Mountain Est";
            thevalue[ndx]="Woodys Mountain Est";
            ndx++;
            thetext[ndx]="Wynnbrook Manor";
            thevalue[ndx]="WYNNBROOK MANOR";
            ndx++;
      break;
   case "Henderson - Horse Shoe - HND":
            thetext[ndx]="Bannerwood";
            thevalue[ndx]="BANNERWOOD";
            ndx++;
            thetext[ndx]="Edelweiss";
            thevalue[ndx]="EDELWEISS";
            ndx++;
            thetext[ndx]="Etowah Manor";
            thevalue[ndx]="ETOWAH MANOR";
            ndx++;
            thetext[ndx]="Holiday Acres";
            thevalue[ndx]="HOLIDAY ACRES";
            ndx++;
            thetext[ndx]="Homestead At Mills River";
            thevalue[ndx]="HOMESTEAD AT MILLS RIVER";
            ndx++;
            thetext[ndx]="Hunters Cove";
            thevalue[ndx]="Hunters Cove";
            ndx++;
            thetext[ndx]="Killarney Estates";
            thevalue[ndx]="KILLARNEY ESTATES";
            ndx++;
            thetext[ndx]="Laurel Forest";
            thevalue[ndx]="LAUREL FOREST";
            ndx++;
            thetext[ndx]="Meadows Of Etowah";
            thevalue[ndx]="MEADOWS OF ETOWAH";
            ndx++;
            thetext[ndx]="Pole Bridge Forest";
            thevalue[ndx]="POLE BRIDGE FOREST";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
      break;
   case "Henderson - Laurel Park":
            thetext[ndx]="Apple Hill";
            thevalue[ndx]="APPLE HILL";
            ndx++;
            thetext[ndx]="Bent Tree";
            thevalue[ndx]="BENT TREE";
            ndx++;
            thetext[ndx]="Brownlow Jackson";
            thevalue[ndx]="BROWNLOW JACKSON";
            ndx++;
            thetext[ndx]="Cedarbrook";
            thevalue[ndx]="CEDARBROOK";
            ndx++;
            thetext[ndx]="Country Ridge";
            thevalue[ndx]="COUNTRY RIDGE";
            ndx++;
            thetext[ndx]="Country Ridge Estates";
            thevalue[ndx]="COUNTRY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Davis Park";
            thevalue[ndx]="DAVIS PARK";
            ndx++;
            thetext[ndx]="Echo Acres";
            thevalue[ndx]="ECHO ACRES";
            ndx++;
            thetext[ndx]="Echo Lake";
            thevalue[ndx]="ECHO LAKE";
            ndx++;
            thetext[ndx]="Echo Mountain";
            thevalue[ndx]="ECHO MOUNTAIN";
            ndx++;
            thetext[ndx]="Fleetwood Estates";
            thevalue[ndx]="FLEETWOOD ESTATES";
            ndx++;
            thetext[ndx]="Fleetwood Plaza";
            thevalue[ndx]="FLEETWOOD PLAZA";
            ndx++;
            thetext[ndx]="Lakemoor Village";
            thevalue[ndx]="LAKEMOOR VILLAGE";
            ndx++;
            thetext[ndx]="Lakemoor Village Ii";
            thevalue[ndx]="LAKEMOOR VILLAGE II";
            ndx++;
            thetext[ndx]="Las Brisas";
            thevalue[ndx]="LAS BRISAS";
            ndx++;
            thetext[ndx]="Laurel Park";
            thevalue[ndx]="LAUREL PARK";
            ndx++;
            thetext[ndx]="Laurel Park Place";
            thevalue[ndx]="LAUREL PARK PLACE";
            ndx++;
            thetext[ndx]="Laurel Park Villas";
            thevalue[ndx]="LAUREL PARK VILLAS";
            ndx++;
            thetext[ndx]="Laurel Pk";
            thevalue[ndx]="LAUREL PK";
            ndx++;
            thetext[ndx]="Laurel Pk Estates";
            thevalue[ndx]="LAUREL PK ESTATES";
            ndx++;
            thetext[ndx]="Lower Laurel Park";
            thevalue[ndx]="LOWER LAUREL PARK";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Rainbow Lake";
            thevalue[ndx]="RAINBOW LAKE";
            ndx++;
            thetext[ndx]="Rhododendron";
            thevalue[ndx]="RHODODENDRON";
            ndx++;
            thetext[ndx]="Shaws Creek Farm";
            thevalue[ndx]="SHAWS CREEK FARM";
            ndx++;
            thetext[ndx]="Sky Village";
            thevalue[ndx]="Sky Village";
            ndx++;
            thetext[ndx]="Skyview";
            thevalue[ndx]="Skyview";
            ndx++;
            thetext[ndx]="Somersby Park";
            thevalue[ndx]="SOMERSBY PARK";
            ndx++;
            thetext[ndx]="Timber Creek";
            thevalue[ndx]="TIMBER CREEK";
            ndx++;
            thetext[ndx]="Upper Laurel Park";
            thevalue[ndx]="UPPER LAUREL PARK";
            ndx++;
            thetext[ndx]="Wildwoo Heights";
            thevalue[ndx]="Wildwoo Heights";
            ndx++;
            thetext[ndx]="Wildwood";
            thevalue[ndx]="WILDWOOD";
            ndx++;
            thetext[ndx]="Wildwood Heights";
            thevalue[ndx]="WILDWOOD HEIGHTS";
            ndx++;
      break;
   case "Henderson - Little River":
            thetext[ndx]="Knolls Of Jeter Mountain";
            thevalue[ndx]="Knolls Of Jeter Mountain";
            ndx++;
      break;
   case "Henderson - Mills River":
            thetext[ndx]="Alexander";
            thevalue[ndx]="ALEXANDER";
            ndx++;
            thetext[ndx]="Alpen Rose Way";
            thevalue[ndx]="Alpen Rose Way";
            ndx++;
            thetext[ndx]="Angels Way";
            thevalue[ndx]="ANGELS WAY";
            ndx++;
            thetext[ndx]="Bonnie Brown";
            thevalue[ndx]="BONNIE BROWN";
            ndx++;
            thetext[ndx]="Boyleston Ridge";
            thevalue[ndx]="Boyleston Ridge";
            ndx++;
            thetext[ndx]="Bradford Farms";
            thevalue[ndx]="BRADFORD FARMS";
            ndx++;
            thetext[ndx]="Clement Hills";
            thevalue[ndx]="CLEMENT HILLS";
            ndx++;
            thetext[ndx]="Country Estates";
            thevalue[ndx]="Country Estates";
            ndx++;
            thetext[ndx]="Cross Creek Farms";
            thevalue[ndx]="CROSS CREEK FARMS";
            ndx++;
            thetext[ndx]="Deer Ridge";
            thevalue[ndx]="DEER RIDGE";
            ndx++;
            thetext[ndx]="Echo Valley Acres";
            thevalue[ndx]="ECHO VALLEY ACRES";
            ndx++;
            thetext[ndx]="Forge Crest";
            thevalue[ndx]="Forge Crest";
            ndx++;
            thetext[ndx]="Forge Mountain Acres";
            thevalue[ndx]="FORGE MOUNTAIN ACRES";
            ndx++;
            thetext[ndx]="Forge Shadow";
            thevalue[ndx]="FORGE SHADOW";
            ndx++;
            thetext[ndx]="Forge View";
            thevalue[ndx]="FORGE VIEW";
            ndx++;
            thetext[ndx]="Glenn Eagle";
            thevalue[ndx]="GLENN EAGLE";
            ndx++;
            thetext[ndx]="Glens Of Aberdeen";
            thevalue[ndx]="GLENS OF ABERDEEN";
            ndx++;
            thetext[ndx]="Greenwood Acres";
            thevalue[ndx]="GREENWOOD ACRES";
            ndx++;
            thetext[ndx]="Haywood Knolls";
            thevalue[ndx]="HAYWOOD KNOLLS";
            ndx++;
            thetext[ndx]="High Ridge";
            thevalue[ndx]="HIGH RIDGE";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
            thetext[ndx]="High Vista Country C";
            thevalue[ndx]="HIGH VISTA COUNTRY C";
            ndx++;
            thetext[ndx]="High Vista Country Club";
            thevalue[ndx]="HIGH VISTA COUNTRY CLUB";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="HIGH VISTA FALLS";
            ndx++;
            thetext[ndx]="Hollabrook Farm";
            thevalue[ndx]="HOLLABROOK FARM";
            ndx++;
            thetext[ndx]="Holly Springs Place";
            thevalue[ndx]="HOLLY SPRINGS PLACE";
            ndx++;
            thetext[ndx]="Homestead At Mills River";
            thevalue[ndx]="Homestead at Mills River";
            ndx++;
            thetext[ndx]="Ladson Springs";
            thevalue[ndx]="LADSON SPRINGS";
            ndx++;
            thetext[ndx]="Laurelwood";
            thevalue[ndx]="LAURELWOOD";
            ndx++;
            thetext[ndx]="Meadowbrook Acres";
            thevalue[ndx]="MEADOWBROOK ACRES";
            ndx++;
            thetext[ndx]="Mill Ridge";
            thevalue[ndx]="MILL RIDGE";
            ndx++;
            thetext[ndx]="Mills Grove";
            thevalue[ndx]="MILLS GROVE";
            ndx++;
            thetext[ndx]="Mills Pointe";
            thevalue[ndx]="MILLS POINTE";
            ndx++;
            thetext[ndx]="Mills River Meadows";
            thevalue[ndx]="MILLS RIVER MEADOWS";
            ndx++;
            thetext[ndx]="Mills River North";
            thevalue[ndx]="MILLS RIVER NORTH";
            ndx++;
            thetext[ndx]="Mills River Park";
            thevalue[ndx]="Mills River Park";
            ndx++;
            thetext[ndx]="Mills River Village";
            thevalue[ndx]="MILLS RIVER VILLAGE";
            ndx++;
            thetext[ndx]="Mundy";
            thevalue[ndx]="Mundy";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Oak Knoll Farm Estates";
            thevalue[ndx]="OAK KNOLL FARM ESTATES";
            ndx++;
            thetext[ndx]="Oak Meadows";
            thevalue[ndx]="Oak Meadows";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pennsylvania Knoll";
            thevalue[ndx]="PENNSYLVANIA KNOLL";
            ndx++;
            thetext[ndx]="Piney Meadows";
            thevalue[ndx]="PINEY MEADOWS";
            ndx++;
            thetext[ndx]="Ravenwood Estates";
            thevalue[ndx]="RAVENWOOD ESTATES";
            ndx++;
            thetext[ndx]="Ravenwood Forest";
            thevalue[ndx]="RAVENWOOD FOREST";
            ndx++;
            thetext[ndx]="Ravenwood Meadows";
            thevalue[ndx]="RAVENWOOD MEADOWS";
            ndx++;
            thetext[ndx]="Regal Knolls";
            thevalue[ndx]="REGAL KNOLLS";
            ndx++;
            thetext[ndx]="Sky Lake Estates";
            thevalue[ndx]="SKY LAKE ESTATES";
            ndx++;
            thetext[ndx]="Soapstone Creek Estates";
            thevalue[ndx]="Soapstone Creek Estates";
            ndx++;
            thetext[ndx]="Spring Lake";
            thevalue[ndx]="Spring Lake";
            ndx++;
            thetext[ndx]="Spring Lake Estates";
            thevalue[ndx]="SPRING LAKE ESTATES";
            ndx++;
            thetext[ndx]="Stone Creek";
            thevalue[ndx]="STONE CREEK";
            ndx++;
            thetext[ndx]="Taylor Forest";
            thevalue[ndx]="TAYLOR FOREST";
            ndx++;
            thetext[ndx]="Taylor Knolls";
            thevalue[ndx]="TAYLOR KNOLLS";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="Web Place";
            thevalue[ndx]="Web Place";
            ndx++;
            thetext[ndx]="Wedgewood";
            thevalue[ndx]="WEDGEWOOD";
            ndx++;
            thetext[ndx]="Windover Woods";
            thevalue[ndx]="WINDOVER WOODS";
            ndx++;
            thetext[ndx]="Windsong Hills";
            thevalue[ndx]="WINDSONG HILLS";
            ndx++;
            thetext[ndx]="Woodscape";
            thevalue[ndx]="WOODSCAPE";
            ndx++;
      break;
   case "Henderson - Mountain Home":
      break;
   case "Henderson - NE":
            thetext[ndx]="Amber Knoll";
            thevalue[ndx]="AMBER KNOLL";
            ndx++;
            thetext[ndx]="Bearwallow Valley";
            thevalue[ndx]="BEARWALLOW VALLEY";
            ndx++;
            thetext[ndx]="Beechwood Lakes";
            thevalue[ndx]="BEECHWOOD LAKES";
            ndx++;
            thetext[ndx]="Belmont Heights";
            thevalue[ndx]="BELMONT HEIGHTS";
            ndx++;
            thetext[ndx]="Berry Boys";
            thevalue[ndx]="Berry Boys";
            ndx++;
            thetext[ndx]="Beth Eden";
            thevalue[ndx]="BETH EDEN";
            ndx++;
            thetext[ndx]="Blacksmith Mountain";
            thevalue[ndx]="BLACKSMITH MOUNTAIN";
            ndx++;
            thetext[ndx]="Blooming Laurel Park";
            thevalue[ndx]="BLOOMING LAUREL PARK";
            ndx++;
            thetext[ndx]="Brookside Manor";
            thevalue[ndx]="BROOKSIDE MANOR";
            ndx++;
            thetext[ndx]="Brookside Villiage";
            thevalue[ndx]="Brookside Villiage";
            ndx++;
            thetext[ndx]="Buyers Cove";
            thevalue[ndx]="Buyers Cove";
            ndx++;
            thetext[ndx]="Cedar Creek";
            thevalue[ndx]="CEDAR CREEK";
            ndx++;
            thetext[ndx]="Chestnut Hills";
            thevalue[ndx]="CHESTNUT HILLS";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="CHESTNUT RIDGE";
            ndx++;
            thetext[ndx]="Chimney Rock Estates";
            thevalue[ndx]="CHIMNEY ROCK ESTATES";
            ndx++;
            thetext[ndx]="Clear Creek Landing";
            thevalue[ndx]="CLEAR CREEK LANDING";
            ndx++;
            thetext[ndx]="Clear Creek Meadows";
            thevalue[ndx]="CLEAR CREEK MEADOWS";
            ndx++;
            thetext[ndx]="Cloven Cliffs";
            thevalue[ndx]="Cloven Cliffs";
            ndx++;
            thetext[ndx]="Colonial Village";
            thevalue[ndx]="COLONIAL VILLAGE";
            ndx++;
            thetext[ndx]="Country Acres";
            thevalue[ndx]="COUNTRY ACRES";
            ndx++;
            thetext[ndx]="Country Crossing";
            thevalue[ndx]="COUNTRY CROSSING";
            ndx++;
            thetext[ndx]="Cove Creek Canyon";
            thevalue[ndx]="COVE CREEK CANYON";
            ndx++;
            thetext[ndx]="Cove Creek Estates";
            thevalue[ndx]="COVE CREEK ESTATES";
            ndx++;
            thetext[ndx]="Doshia Estates";
            thevalue[ndx]="DOSHIA ESTATES";
            ndx++;
            thetext[ndx]="Eagle's View";
            thevalue[ndx]="Eagle's View";
            ndx++;
            thetext[ndx]="Estates Of Salisbury";
            thevalue[ndx]="ESTATES OF SALISBURY";
            ndx++;
            thetext[ndx]="Fairweather Farms";
            thevalue[ndx]="FAIRWEATHER FARMS";
            ndx++;
            thetext[ndx]="Featherstone Creek";
            thevalue[ndx]="FEATHERSTONE CREEK";
            ndx++;
            thetext[ndx]="Floral Woods";
            thevalue[ndx]="FLORAL WOODS";
            ndx++;
            thetext[ndx]="Fox Glen";
            thevalue[ndx]="FOX GLEN";
            ndx++;
            thetext[ndx]="Freeman Place";
            thevalue[ndx]="FREEMAN PLACE";
            ndx++;
            thetext[ndx]="Grand Highlands At Bearwallow";
            thevalue[ndx]="Grand Highlands at Bearwallow";
            ndx++;
            thetext[ndx]="Grand Oaks";
            thevalue[ndx]="Grand Oaks";
            ndx++;
            thetext[ndx]="Grant Mountain";
            thevalue[ndx]="Grant Mountain";
            ndx++;
            thetext[ndx]="Green Mountain Vistas";
            thevalue[ndx]="GREEN MOUNTAIN VISTAS";
            ndx++;
            thetext[ndx]="Green Mtn Estates";
            thevalue[ndx]="GREEN MTN ESTATES";
            ndx++;
            thetext[ndx]="Harmony Hills";
            thevalue[ndx]="HARMONY HILLS";
            ndx++;
            thetext[ndx]="Hawke Crest";
            thevalue[ndx]="Hawke Crest";
            ndx++;
            thetext[ndx]="Hawke Meadow";
            thevalue[ndx]="HAWKE MEADOW";
            ndx++;
            thetext[ndx]="Hawke Woods";
            thevalue[ndx]="HAWKE WOODS";
            ndx++;
            thetext[ndx]="Hickory Acres";
            thevalue[ndx]="HICKORY ACRES";
            ndx++;
            thetext[ndx]="Hickory Falls";
            thevalue[ndx]="Hickory Falls";
            ndx++;
            thetext[ndx]="Hickory Nut Forest";
            thevalue[ndx]="Hickory Nut Forest";
            ndx++;
            thetext[ndx]="Hidden Hills";
            thevalue[ndx]="HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Hidden Valley";
            thevalue[ndx]="Hidden Valley";
            ndx++;
            thetext[ndx]="Hoopers Creek";
            thevalue[ndx]="Hoopers Creek";
            ndx++;
            thetext[ndx]="Huckleberry Mtn";
            thevalue[ndx]="HUCKLEBERRY MTN";
            ndx++;
            thetext[ndx]="Jerred Estates";
            thevalue[ndx]="JERRED ESTATES";
            ndx++;
            thetext[ndx]="Kingswood Hills";
            thevalue[ndx]="KINGSWOOD HILLS";
            ndx++;
            thetext[ndx]="Klennon";
            thevalue[ndx]="KLENNON";
            ndx++;
            thetext[ndx]="Kyles Creek Crossing";
            thevalue[ndx]="KYLES CREEK CROSSING";
            ndx++;
            thetext[ndx]="Lace Falls";
            thevalue[ndx]="LACE FALLS";
            ndx++;
            thetext[ndx]="Lakeview Estates";
            thevalue[ndx]="LAKEVIEW ESTATES";
            ndx++;
            thetext[ndx]="Laurlea Place";
            thevalue[ndx]="LAURLEA PLACE";
            ndx++;
            thetext[ndx]="Ledges Of Hidden Hills";
            thevalue[ndx]="LEDGES OF HIDDEN HILLS";
            ndx++;
            thetext[ndx]="Meadows At Lewis Creek";
            thevalue[ndx]="MEADOWS AT LEWIS CREEK";
            ndx++;
            thetext[ndx]="Minnehaha";
            thevalue[ndx]="MINNEHAHA";
            ndx++;
            thetext[ndx]="Mitchell View Estates";
            thevalue[ndx]="MITCHELL VIEW ESTATES";
            ndx++;
            thetext[ndx]="Northwoods";
            thevalue[ndx]="Northwoods";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="Not-in Subdivision";
            ndx++;
            thetext[ndx]="Old Orchard";
            thevalue[ndx]="OLD ORCHARD";
            ndx++;
            thetext[ndx]="Old Place Bluff";
            thevalue[ndx]="Old Place Bluff";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Peaceful View";
            thevalue[ndx]="PEACEFUL VIEW";
            ndx++;
            thetext[ndx]="Piney Oak Hills";
            thevalue[ndx]="PINEY OAK HILLS";
            ndx++;
            thetext[ndx]="Pleasant Acres";
            thevalue[ndx]="PLEASANT ACRES";
            ndx++;
            thetext[ndx]="Ravens Roost";
            thevalue[ndx]="Ravens Roost";
            ndx++;
            thetext[ndx]="Reedy Ridge";
            thevalue[ndx]="REEDY RIDGE";
            ndx++;
            thetext[ndx]="Serendipity";
            thevalue[ndx]="SERENDIPITY";
            ndx++;
            thetext[ndx]="Serenity Circle";
            thevalue[ndx]="SERENITY CIRCLE";
            ndx++;
            thetext[ndx]="Silverglen";
            thevalue[ndx]="Silverglen";
            ndx++;
            thetext[ndx]="Silverstone";
            thevalue[ndx]="Silverstone";
            ndx++;
            thetext[ndx]="Stoneridge Estates";
            thevalue[ndx]="STONERIDGE ESTATES";
            ndx++;
            thetext[ndx]="Sunrise Ridge";
            thevalue[ndx]="SUNRISE RIDGE";
            ndx++;
            thetext[ndx]="Sweetwater Oaks";
            thevalue[ndx]="SWEETWATER OAKS";
            ndx++;
            thetext[ndx]="The Village On Charming Lane";
            thevalue[ndx]="The Village on Charming Lane";
            ndx++;
            thetext[ndx]="Timber Ridge";
            thevalue[ndx]="TIMBER RIDGE";
            ndx++;
            thetext[ndx]="Timber Trails";
            thevalue[ndx]="Timber Trails";
            ndx++;
            thetext[ndx]="Timberline Estates";
            thevalue[ndx]="Timberline Estates";
            ndx++;
            thetext[ndx]="Tuckaway Ridge";
            thevalue[ndx]="Tuckaway Ridge";
            ndx++;
            thetext[ndx]="Twin Brooks";
            thevalue[ndx]="TWIN BROOKS";
            ndx++;
            thetext[ndx]="Twin Oaks";
            thevalue[ndx]="TWIN OAKS";
            ndx++;
            thetext[ndx]="Vista At Blacksmith Mountain";
            thevalue[ndx]="VISTA AT BLACKSMITH MOUNTAIN";
            ndx++;
            thetext[ndx]="Vista At Blacksmith Run";
            thevalue[ndx]="VISTA AT BLACKSMITH RUN";
            ndx++;
            thetext[ndx]="Westpointe Ridge";
            thevalue[ndx]="WESTPOINTE RIDGE";
            ndx++;
            thetext[ndx]="Whispering Hills";
            thevalue[ndx]="WHISPERING HILLS";
            ndx++;
            thetext[ndx]="White Oak Village";
            thevalue[ndx]="WHITE OAK VILLAGE";
            ndx++;
            thetext[ndx]="Wild Rose Estates";
            thevalue[ndx]="WILD ROSE ESTATES";
            ndx++;
            thetext[ndx]="Wildlife Acres";
            thevalue[ndx]="WILDLIFE ACRES";
            ndx++;
            thetext[ndx]="Willow Creek";
            thevalue[ndx]="Willow Creek";
            ndx++;
            thetext[ndx]="Willow Creek Farms";
            thevalue[ndx]="WILLOW CREEK FARMS";
            ndx++;
            thetext[ndx]="Windsong Terrace";
            thevalue[ndx]="WINDSONG TERRACE";
            ndx++;
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="Woodcliff Resort";
            ndx++;
            thetext[ndx]="Woodland Trace";
            thevalue[ndx]="WOODLAND TRACE";
            ndx++;
            thetext[ndx]="Wynnbrook Manor";
            thevalue[ndx]="WYNNBROOK MANOR";
            ndx++;
      break;
   case "Henderson - NW":
            thetext[ndx]="Angels Cove";
            thevalue[ndx]="ANGELS COVE";
            ndx++;
            thetext[ndx]="Apple Hills";
            thevalue[ndx]="Apple Hills";
            ndx++;
            thetext[ndx]="Bannerwood";
            thevalue[ndx]="BANNERWOOD";
            ndx++;
            thetext[ndx]="Battle Creek Bluffs";
            thevalue[ndx]="BATTLE CREEK BLUFFS";
            ndx++;
            thetext[ndx]="Bobby Gosnell";
            thevalue[ndx]="BOBBY GOSNELL";
            ndx++;
            thetext[ndx]="Bradley Place";
            thevalue[ndx]="BRADLEY PLACE";
            ndx++;
            thetext[ndx]="Brandymill";
            thevalue[ndx]="BRANDYMILL";
            ndx++;
            thetext[ndx]="Brayden Woods";
            thevalue[ndx]="BRAYDEN WOODS";
            ndx++;
            thetext[ndx]="Brightwater";
            thevalue[ndx]="BRIGHTWATER";
            ndx++;
            thetext[ndx]="Brightwater East";
            thevalue[ndx]="BRIGHTWATER EAST";
            ndx++;
            thetext[ndx]="Brightwater Heights";
            thevalue[ndx]="BRIGHTWATER HEIGHTS";
            ndx++;
            thetext[ndx]="Brooke Hills";
            thevalue[ndx]="BROOKE HILLS";
            ndx++;
            thetext[ndx]="Cameron Estates";
            thevalue[ndx]="CAMERON ESTATES";
            ndx++;
            thetext[ndx]="Carolina Hills";
            thevalue[ndx]="CAROLINA HILLS";
            ndx++;
            thetext[ndx]="Celadon Hills";
            thevalue[ndx]="CELADON HILLS";
            ndx++;
            thetext[ndx]="Clear Stream";
            thevalue[ndx]="CLEAR STREAM";
            ndx++;
            thetext[ndx]="Drysdale Hills";
            thevalue[ndx]="DRYSDALE HILLS";
            ndx++;
            thetext[ndx]="Eagle Chase";
            thevalue[ndx]="EAGLE CHASE";
            ndx++;
            thetext[ndx]="Edelweiss";
            thevalue[ndx]="EDELWEISS";
            ndx++;
            thetext[ndx]="Enchanted Forest";
            thevalue[ndx]="ENCHANTED FOREST";
            ndx++;
            thetext[ndx]="Enchanting Hills";
            thevalue[ndx]="ENCHANTING HILLS";
            ndx++;
            thetext[ndx]="Etowah Estates";
            thevalue[ndx]="ETOWAH ESTATES";
            ndx++;
            thetext[ndx]="Etowah Golf Villas";
            thevalue[ndx]="ETOWAH GOLF VILLAS";
            ndx++;
            thetext[ndx]="Etowah Manor";
            thevalue[ndx]="ETOWAH MANOR";
            ndx++;
            thetext[ndx]="Etowahs Reach";
            thevalue[ndx]="ETOWAHS REACH";
            ndx++;
            thetext[ndx]="Fairway Estates";
            thevalue[ndx]="FAIRWAY ESTATES";
            ndx++;
            thetext[ndx]="Foxfire Ridge";
            thevalue[ndx]="FOXFIRE RIDGE";
            ndx++;
            thetext[ndx]="Foxmoor";
            thevalue[ndx]="FOXMOOR";
            ndx++;
            thetext[ndx]="Glenwood";
            thevalue[ndx]="Glenwood";
            ndx++;
            thetext[ndx]="Golf Mtn Estates";
            thevalue[ndx]="GOLF MTN ESTATES";
            ndx++;
            thetext[ndx]="Greenwood Forest";
            thevalue[ndx]="GREENWOOD FOREST";
            ndx++;
            thetext[ndx]="Hearthstone";
            thevalue[ndx]="Hearthstone";
            ndx++;
            thetext[ndx]="Heatherwood";
            thevalue[ndx]="HEATHERWOOD";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
            thetext[ndx]="High Vista Country C";
            thevalue[ndx]="HIGH VISTA COUNTRY C";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="High Vista Falls";
            ndx++;
            thetext[ndx]="Hollabrook Farm";
            thevalue[ndx]="HOLLABROOK FARM";
            ndx++;
            thetext[ndx]="Holly Springs Place";
            thevalue[ndx]="HOLLY SPRINGS PLACE";
            ndx++;
            thetext[ndx]="Homestead At Mills River";
            thevalue[ndx]="HOMESTEAD AT MILLS RIVER";
            ndx++;
            thetext[ndx]="Hunters Glen";
            thevalue[ndx]="HUNTERS GLEN";
            ndx++;
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Jonathan Creek Estates";
            thevalue[ndx]="JONATHAN CREEK ESTATES";
            ndx++;
            thetext[ndx]="Killarney Estates";
            thevalue[ndx]="KILLARNEY ESTATES";
            ndx++;
            thetext[ndx]="Ladson Glen";
            thevalue[ndx]="LADSON GLEN";
            ndx++;
            thetext[ndx]="Lake Rugby";
            thevalue[ndx]="LAKE RUGBY";
            ndx++;
            thetext[ndx]="Laurels Of Etowah";
            thevalue[ndx]="LAURELS OF ETOWAH";
            ndx++;
            thetext[ndx]="Lone Pine Heights";
            thevalue[ndx]="LONE PINE HEIGHTS";
            ndx++;
            thetext[ndx]="Magnolia Springs";
            thevalue[ndx]="Magnolia Springs";
            ndx++;
            thetext[ndx]="Mckinney Pointe";
            thevalue[ndx]="MCKINNEY POINTE";
            ndx++;
            thetext[ndx]="Meadow Woods";
            thevalue[ndx]="MEADOW WOODS";
            ndx++;
            thetext[ndx]="Meadows Of Etowah";
            thevalue[ndx]="Meadows Of Etowah";
            ndx++;
            thetext[ndx]="Merriwood";
            thevalue[ndx]="MERRIWOOD";
            ndx++;
            thetext[ndx]="Miami Terrace";
            thevalue[ndx]="MIAMI TERRACE";
            ndx++;
            thetext[ndx]="Mockingbird Hill";
            thevalue[ndx]="MOCKINGBIRD HILL";
            ndx++;
            thetext[ndx]="Mountain Valley";
            thevalue[ndx]="Mountain Valley";
            ndx++;
            thetext[ndx]="Mundy";
            thevalue[ndx]="MUNDY";
            ndx++;
            thetext[ndx]="North Rugby Hills";
            thevalue[ndx]="NORTH RUGBY HILLS";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Oak Knoll Farm Estates";
            thevalue[ndx]="OAK KNOLL FARM ESTATES";
            ndx++;
            thetext[ndx]="Overlook Park";
            thevalue[ndx]="OVERLOOK PARK";
            ndx++;
            thetext[ndx]="Park Knoll";
            thevalue[ndx]="PARK KNOLL";
            ndx++;
            thetext[ndx]="Park Place";
            thevalue[ndx]="PARK PLACE";
            ndx++;
            thetext[ndx]="Pencross Estates";
            thevalue[ndx]="PENCROSS ESTATES";
            ndx++;
            thetext[ndx]="Peter Endres";
            thevalue[ndx]="PETER ENDRES";
            ndx++;
            thetext[ndx]="Pickwick";
            thevalue[ndx]="PICKWICK";
            ndx++;
            thetext[ndx]="Pine Lake";
            thevalue[ndx]="PINE LAKE";
            ndx++;
            thetext[ndx]="Pole Bridge Forest";
            thevalue[ndx]="POLE BRIDGE FOREST";
            ndx++;
            thetext[ndx]="Ravenwood Forest";
            thevalue[ndx]="RAVENWOOD FOREST";
            ndx++;
            thetext[ndx]="Ridgeview At Sweetwater Hills";
            thevalue[ndx]="RIDGEVIEW AT SWEETWATER HILLS";
            ndx++;
            thetext[ndx]="Rolling Oaks";
            thevalue[ndx]="ROLLING OAKS";
            ndx++;
            thetext[ndx]="Rose Hill";
            thevalue[ndx]="ROSE HILL";
            ndx++;
            thetext[ndx]="Rugby Forest";
            thevalue[ndx]="RUGBY FOREST";
            ndx++;
            thetext[ndx]="Skytop Farm";
            thevalue[ndx]="SKYTOP FARM";
            ndx++;
            thetext[ndx]="Soapstone Creek Estates";
            thevalue[ndx]="SOAPSTONE CREEK ESTATES";
            ndx++;
            thetext[ndx]="Southchase";
            thevalue[ndx]="SOUTHCHASE";
            ndx++;
            thetext[ndx]="Sunset Ridge";
            thevalue[ndx]="SUNSET RIDGE";
            ndx++;
            thetext[ndx]="Sweetwater Hills";
            thevalue[ndx]="SWEETWATER HILLS";
            ndx++;
            thetext[ndx]="Tamarac";
            thevalue[ndx]="TAMARAC";
            ndx++;
            thetext[ndx]="The Greens";
            thevalue[ndx]="THE GREENS";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="Timber Nook";
            thevalue[ndx]="TIMBER NOOK";
            ndx++;
            thetext[ndx]="Triple Creek";
            thevalue[ndx]="TRIPLE CREEK";
            ndx++;
            thetext[ndx]="Twelve Oaks";
            thevalue[ndx]="TWELVE OAKS";
            ndx++;
            thetext[ndx]="Twin Brooks";
            thevalue[ndx]="TWIN BROOKS";
            ndx++;
            thetext[ndx]="Wanteska Hills";
            thevalue[ndx]="WANTESKA HILLS";
            ndx++;
            thetext[ndx]="Whispering Pines";
            thevalue[ndx]="WHISPERING PINES";
            ndx++;
            thetext[ndx]="Whisperwood";
            thevalue[ndx]="WHISPERWOOD";
            ndx++;
            thetext[ndx]="Willow Brook";
            thevalue[ndx]="WILLOW BROOK";
            ndx++;
            thetext[ndx]="Willow Ridge";
            thevalue[ndx]="WILLOW RIDGE";
            ndx++;
            thetext[ndx]="Wood Dale";
            thevalue[ndx]="WOOD DALE";
            ndx++;
            thetext[ndx]="Woodbridge";
            thevalue[ndx]="WOODBRIDGE";
            ndx++;
      break;
   case "Henderson - NW - 30":
            thetext[ndx]="Apple Hills";
            thevalue[ndx]="Apple Hills";
            ndx++;
            thetext[ndx]="Bannerwood";
            thevalue[ndx]="BANNERWOOD";
            ndx++;
            thetext[ndx]="Battle Creek Bluffs";
            thevalue[ndx]="BATTLE CREEK BLUFFS";
            ndx++;
            thetext[ndx]="Bobby Gosnell";
            thevalue[ndx]="BOBBY GOSNELL";
            ndx++;
            thetext[ndx]="Bradley Place";
            thevalue[ndx]="BRADLEY PLACE";
            ndx++;
            thetext[ndx]="Brandymill";
            thevalue[ndx]="BRANDYMILL";
            ndx++;
            thetext[ndx]="Brightwater Heights";
            thevalue[ndx]="BRIGHTWATER HEIGHTS";
            ndx++;
            thetext[ndx]="Brooke Hills";
            thevalue[ndx]="BROOKE HILLS";
            ndx++;
            thetext[ndx]="Eagle Chase";
            thevalue[ndx]="EAGLE CHASE";
            ndx++;
            thetext[ndx]="Edelweiss";
            thevalue[ndx]="EDELWEISS";
            ndx++;
            thetext[ndx]="Enchanted Forest";
            thevalue[ndx]="ENCHANTED FOREST";
            ndx++;
            thetext[ndx]="Enchanting Hills";
            thevalue[ndx]="ENCHANTING HILLS";
            ndx++;
            thetext[ndx]="Etowah Estates";
            thevalue[ndx]="ETOWAH ESTATES";
            ndx++;
            thetext[ndx]="Etowah Golf Villas";
            thevalue[ndx]="ETOWAH GOLF VILLAS";
            ndx++;
            thetext[ndx]="Etowah Manor";
            thevalue[ndx]="ETOWAH MANOR";
            ndx++;
            thetext[ndx]="Etowahs Reach";
            thevalue[ndx]="ETOWAHS REACH";
            ndx++;
            thetext[ndx]="Foxfire Ridge";
            thevalue[ndx]="FOXFIRE RIDGE";
            ndx++;
            thetext[ndx]="Foxmoor";
            thevalue[ndx]="FOXMOOR";
            ndx++;
            thetext[ndx]="Golf Mtn Estates";
            thevalue[ndx]="GOLF MTN ESTATES";
            ndx++;
            thetext[ndx]="Greenwood Forest";
            thevalue[ndx]="GREENWOOD FOREST";
            ndx++;
            thetext[ndx]="Hearthstone";
            thevalue[ndx]="Hearthstone";
            ndx++;
            thetext[ndx]="Heatherwood";
            thevalue[ndx]="HEATHERWOOD";
            ndx++;
            thetext[ndx]="High Vista";
            thevalue[ndx]="HIGH VISTA";
            ndx++;
            thetext[ndx]="High Vista Falls";
            thevalue[ndx]="High Vista Falls";
            ndx++;
            thetext[ndx]="Hollabrook Farm";
            thevalue[ndx]="HOLLABROOK FARM";
            ndx++;
            thetext[ndx]="Holly Springs Place";
            thevalue[ndx]="HOLLY SPRINGS PLACE";
            ndx++;
            thetext[ndx]="Homestead At Mills River";
            thevalue[ndx]="HOMESTEAD AT MILLS RIVER";
            ndx++;
            thetext[ndx]="Hunters Ridge";
            thevalue[ndx]="HUNTERS RIDGE";
            ndx++;
            thetext[ndx]="Jonathan Creek Estates";
            thevalue[ndx]="JONATHAN CREEK ESTATES";
            ndx++;
            thetext[ndx]="Killarney Estates";
            thevalue[ndx]="KILLARNEY ESTATES";
            ndx++;
            thetext[ndx]="Lake Rugby";
            thevalue[ndx]="LAKE RUGBY";
            ndx++;
            thetext[ndx]="Lone Pine Heights";
            thevalue[ndx]="LONE PINE HEIGHTS";
            ndx++;
            thetext[ndx]="Magnolia Springs";
            thevalue[ndx]="Magnolia Springs";
            ndx++;
            thetext[ndx]="Meadows Of Etowah";
            thevalue[ndx]="MEADOWS OF ETOWAH";
            ndx++;
            thetext[ndx]="Merriwood";
            thevalue[ndx]="MERRIWOOD";
            ndx++;
            thetext[ndx]="Miami Terrace";
            thevalue[ndx]="MIAMI TERRACE";
            ndx++;
            thetext[ndx]="Mundy";
            thevalue[ndx]="MUNDY";
            ndx++;
            thetext[ndx]="Oak Knoll Farm Estates";
            thevalue[ndx]="OAK KNOLL FARM ESTATES";
            ndx++;
            thetext[ndx]="Overlook Park";
            thevalue[ndx]="OVERLOOK PARK";
            ndx++;
            thetext[ndx]="Park Knoll";
            thevalue[ndx]="PARK KNOLL";
            ndx++;
            thetext[ndx]="Pencross Estates";
            thevalue[ndx]="PENCROSS ESTATES";
            ndx++;
            thetext[ndx]="Pickwick";
            thevalue[ndx]="PICKWICK";
            ndx++;
            thetext[ndx]="Ravenwood Forest";
            thevalue[ndx]="RAVENWOOD FOREST";
            ndx++;
            thetext[ndx]="Ridgeview At Sweetwater Hills";
            thevalue[ndx]="Ridgeview At Sweetwater Hills";
            ndx++;
            thetext[ndx]="Rugby Forest";
            thevalue[ndx]="RUGBY FOREST";
            ndx++;
            thetext[ndx]="Skytop Farm";
            thevalue[ndx]="SKYTOP FARM";
            ndx++;
            thetext[ndx]="Soapstone Creek Estates";
            thevalue[ndx]="SOAPSTONE CREEK ESTATES";
            ndx++;
            thetext[ndx]="Southchase";
            thevalue[ndx]="SOUTHCHASE";
            ndx++;
            thetext[ndx]="Sweetwater Hills";
            thevalue[ndx]="SWEETWATER HILLS";
            ndx++;
            thetext[ndx]="Tamarac";
            thevalue[ndx]="TAMARAC";
            ndx++;
            thetext[ndx]="The Greens";
            thevalue[ndx]="THE GREENS";
            ndx++;
            thetext[ndx]="Timber Nook";
            thevalue[ndx]="TIMBER NOOK";
            ndx++;
            thetext[ndx]="Triple Creek";
            thevalue[ndx]="TRIPLE CREEK";
            ndx++;
            thetext[ndx]="Twelve Oaks";
            thevalue[ndx]="TWELVE OAKS";
            ndx++;
            thetext[ndx]="Twin Brooks";
            thevalue[ndx]="TWIN BROOKS";
            ndx++;
            thetext[ndx]="Wanteska Hills";
            thevalue[ndx]="WANTESKA HILLS";
            ndx++;
            thetext[ndx]="Willow Ridge";
            thevalue[ndx]="WILLOW RIDGE";
            ndx++;
            thetext[ndx]="Wood Dale";
            thevalue[ndx]="WOOD DALE";
            ndx++;
            thetext[ndx]="Woodbridge";
            thevalue[ndx]="WOODBRIDGE";
            ndx++;
      break;
   case "Henderson - Other":
            thetext[ndx]="Dogwood Mountain Estates";
            thevalue[ndx]="Dogwood Mountain Estates";
            ndx++;
            thetext[ndx]="Kenmure";
            thevalue[ndx]="Kenmure";
            ndx++;
            thetext[ndx]="Knolls Of Jeter Mountain";
            thevalue[ndx]="Knolls Of Jeter Mountain";
            ndx++;
            thetext[ndx]="Lake Hosea";
            thevalue[ndx]="LAKE HOSEA";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Henderson - Out Of Area":
      break;
   case "Henderson - Penrose":
      break;
   case "Henderson - Saluda":
            thetext[ndx]="Hoblestik Ridge";
            thevalue[ndx]="Hoblestik Ridge";
            ndx++;
            thetext[ndx]="Lake Hosea";
            thevalue[ndx]="LAKE HOSEA";
            ndx++;
            thetext[ndx]="Lake Sheila";
            thevalue[ndx]="LAKE SHEILA";
            ndx++;
            thetext[ndx]="Lake Summit";
            thevalue[ndx]="LAKE SUMMIT";
            ndx++;
            thetext[ndx]="Laurel Mountain";
            thevalue[ndx]="Laurel Mountain";
            ndx++;
            thetext[ndx]="Macedonia Lake";
            thevalue[ndx]="MACEDONIA LAKE";
            ndx++;
            thetext[ndx]="Melrose Heights";
            thevalue[ndx]="MELROSE HEIGHTS";
            ndx++;
            thetext[ndx]="Morgan Creek";
            thevalue[ndx]="Morgan Creek";
            ndx++;
            thetext[ndx]="Mountain Page Place";
            thevalue[ndx]="MOUNTAIN PAGE PLACE";
            ndx++;
            thetext[ndx]="Mountain Vista";
            thevalue[ndx]="MOUNTAIN VISTA";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="The Woods At Howard Gap";
            thevalue[ndx]="THE WOODS AT HOWARD GAP";
            ndx++;
            thetext[ndx]="Whites Lake";
            thevalue[ndx]="Whites Lake";
            ndx++;
      break;
   case "Henderson - SE":
            thetext[ndx]="Allenwood";
            thevalue[ndx]="ALLENWOOD";
            ndx++;
            thetext[ndx]="Apple Blossom Estates";
            thevalue[ndx]="APPLE BLOSSOM ESTATES";
            ndx++;
            thetext[ndx]="Ashlynn Acres";
            thevalue[ndx]="ASHLYNN ACRES";
            ndx++;
            thetext[ndx]="Bat Cave Manor";
            thevalue[ndx]="BAT CAVE MANOR";
            ndx++;
            thetext[ndx]="Blue Ridge";
            thevalue[ndx]="BLUE RIDGE";
            ndx++;
            thetext[ndx]="Blue Rock Valley";
            thevalue[ndx]="BLUE ROCK VALLEY";
            ndx++;
            thetext[ndx]="Brians Place";
            thevalue[ndx]="BRIANS PLACE";
            ndx++;
            thetext[ndx]="Butt Mountain Estates";
            thevalue[ndx]="BUTT MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Byers Cove";
            thevalue[ndx]="BYERS COVE";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="CHESTNUT RIDGE";
            ndx++;
            thetext[ndx]="Chestnut Way";
            thevalue[ndx]="CHESTNUT WAY";
            ndx++;
            thetext[ndx]="Chimney Rock Estates";
            thevalue[ndx]="CHIMNEY ROCK ESTATES";
            ndx++;
            thetext[ndx]="Christophers Crossing";
            thevalue[ndx]="CHRISTOPHERS CROSSING";
            ndx++;
            thetext[ndx]="Classic Oaks";
            thevalue[ndx]="CLASSIC OAKS";
            ndx++;
            thetext[ndx]="Clear View Mtn Est";
            thevalue[ndx]="CLEAR VIEW MTN EST";
            ndx++;
            thetext[ndx]="Cloven Cliffs";
            thevalue[ndx]="Cloven Cliffs";
            ndx++;
            thetext[ndx]="Cobblestone Village";
            thevalue[ndx]="Cobblestone Village";
            ndx++;
            thetext[ndx]="Corn Mtn Estates";
            thevalue[ndx]="CORN MTN ESTATES";
            ndx++;
            thetext[ndx]="Country View";
            thevalue[ndx]="COUNTRY VIEW";
            ndx++;
            thetext[ndx]="Dana Valley";
            thevalue[ndx]="DANA VALLEY";
            ndx++;
            thetext[ndx]="Dara Acres";
            thevalue[ndx]="DARA ACRES";
            ndx++;
            thetext[ndx]="Deer Meadow";
            thevalue[ndx]="Deer Meadow";
            ndx++;
            thetext[ndx]="Dun-roamin";
            thevalue[ndx]="Dun-Roamin";
            ndx++;
            thetext[ndx]="Eagle Pointe";
            thevalue[ndx]="EAGLE POINTE";
            ndx++;
            thetext[ndx]="Eagle's View";
            thevalue[ndx]="EAGLE'S VIEW";
            ndx++;
            thetext[ndx]="Edgewood";
            thevalue[ndx]="EDGEWOOD";
            ndx++;
            thetext[ndx]="Edney Heights";
            thevalue[ndx]="EDNEY HEIGHTS";
            ndx++;
            thetext[ndx]="Fork Mountain Cliffs";
            thevalue[ndx]="Fork Mountain Cliffs";
            ndx++;
            thetext[ndx]="Freeman Knolls";
            thevalue[ndx]="FREEMAN KNOLLS";
            ndx++;
            thetext[ndx]="Gilliam Woods";
            thevalue[ndx]="GILLIAM WOODS";
            ndx++;
            thetext[ndx]="Greenbriar";
            thevalue[ndx]="GREENBRIAR";
            ndx++;
            thetext[ndx]="Ground Woods";
            thevalue[ndx]="Ground Woods";
            ndx++;
            thetext[ndx]="Hawk Nest Estates";
            thevalue[ndx]="HAWK NEST ESTATES";
            ndx++;
            thetext[ndx]="Hickory Run";
            thevalue[ndx]="Hickory Run";
            ndx++;
            thetext[ndx]="Hoblestik Ridge";
            thevalue[ndx]="HOBLESTIK RIDGE";
            ndx++;
            thetext[ndx]="Justice Hills";
            thevalue[ndx]="JUSTICE HILLS";
            ndx++;
            thetext[ndx]="Kanuga Forest";
            thevalue[ndx]="KANUGA FOREST";
            ndx++;
            thetext[ndx]="Lake Hosea";
            thevalue[ndx]="Lake Hosea";
            ndx++;
            thetext[ndx]="Lake Sheila";
            thevalue[ndx]="LAKE SHEILA";
            ndx++;
            thetext[ndx]="Lake Summit";
            thevalue[ndx]="LAKE SUMMIT";
            ndx++;
            thetext[ndx]="Lakeview Estates";
            thevalue[ndx]="Lakeview Estates";
            ndx++;
            thetext[ndx]="Lamplighter Estates";
            thevalue[ndx]="LAMPLIGHTER ESTATES";
            ndx++;
            thetext[ndx]="Laurel Mountain";
            thevalue[ndx]="Laurel Mountain";
            ndx++;
            thetext[ndx]="Laurel Mtn Forest";
            thevalue[ndx]="Laurel Mtn Forest";
            ndx++;
            thetext[ndx]="Lone Laurel";
            thevalue[ndx]="LONE LAUREL";
            ndx++;
            thetext[ndx]="Lynnwood Subdivision";
            thevalue[ndx]="LYNNWOOD SUBDIVISION";
            ndx++;
            thetext[ndx]="M K Thompson";
            thevalue[ndx]="M K THOMPSON";
            ndx++;
            thetext[ndx]="Macedonia Lake";
            thevalue[ndx]="Macedonia Lake";
            ndx++;
            thetext[ndx]="Madison Gardens";
            thevalue[ndx]="MADISON GARDENS";
            ndx++;
            thetext[ndx]="Mcmillan C King";
            thevalue[ndx]="MCMILLAN C KING";
            ndx++;
            thetext[ndx]="Mcmillan Hidden Valley";
            thevalue[ndx]="MCMILLAN HIDDEN VALLEY";
            ndx++;
            thetext[ndx]="Meadows At Lewis Creek";
            thevalue[ndx]="MEADOWS AT LEWIS CREEK";
            ndx++;
            thetext[ndx]="Melrose Heights";
            thevalue[ndx]="MELROSE HEIGHTS";
            ndx++;
            thetext[ndx]="Morgan Creek";
            thevalue[ndx]="Morgan Creek";
            ndx++;
            thetext[ndx]="Morningside Condos";
            thevalue[ndx]="MORNINGSIDE CONDOS";
            ndx++;
            thetext[ndx]="Mountain Cradle Estates";
            thevalue[ndx]="MOUNTAIN CRADLE ESTATES";
            ndx++;
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="MOUNTAIN MEADOWS";
            ndx++;
            thetext[ndx]="Mountain Place";
            thevalue[ndx]="Mountain Place";
            ndx++;
            thetext[ndx]="Mountain Shadows";
            thevalue[ndx]="MOUNTAIN SHADOWS";
            ndx++;
            thetext[ndx]="Mountain Vista";
            thevalue[ndx]="Mountain Vista";
            ndx++;
            thetext[ndx]="Northwoods";
            thevalue[ndx]="Northwoods";
            ndx++;
            thetext[ndx]="October Ridge";
            thevalue[ndx]="OCTOBER RIDGE";
            ndx++;
            thetext[ndx]="Oleta Falls";
            thevalue[ndx]="OLETA FALLS";
            ndx++;
            thetext[ndx]="Orchard Knoll";
            thevalue[ndx]="ORCHARD KNOLL";
            ndx++;
            thetext[ndx]="Orchard Ridge";
            thevalue[ndx]="ORCHARD RIDGE";
            ndx++;
            thetext[ndx]="Orchards Of Flat Rock";
            thevalue[ndx]="ORCHARDS OF FLAT ROCK";
            ndx++;
            thetext[ndx]="Pace Estates";
            thevalue[ndx]="PACE ESTATES";
            ndx++;
            thetext[ndx]="Pilot Mountain Estates";
            thevalue[ndx]="PILOT MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Pottery Terrace";
            thevalue[ndx]="POTTERY TERRACE";
            ndx++;
            thetext[ndx]="Ridgefield";
            thevalue[ndx]="RIDGEFIELD";
            ndx++;
            thetext[ndx]="River Crest";
            thevalue[ndx]="River Crest";
            ndx++;
            thetext[ndx]="River Ridge";
            thevalue[ndx]="RIVER RIDGE";
            ndx++;
            thetext[ndx]="Ruby Ridge Estates";
            thevalue[ndx]="RUBY RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Shadow Brook";
            thevalue[ndx]="SHADOW BROOK";
            ndx++;
            thetext[ndx]="Shadowrun Ridge";
            thevalue[ndx]="ShadowRun Ridge";
            ndx++;
            thetext[ndx]="Sharons Crossing";
            thevalue[ndx]="SHARONS CROSSING";
            ndx++;
            thetext[ndx]="Sherman Estates";
            thevalue[ndx]="SHERMAN ESTATES";
            ndx++;
            thetext[ndx]="Shiloh";
            thevalue[ndx]="SHILOH";
            ndx++;
            thetext[ndx]="Sienna";
            thevalue[ndx]="SIENNA";
            ndx++;
            thetext[ndx]="Simmons South";
            thevalue[ndx]="SIMMONS SOUTH";
            ndx++;
            thetext[ndx]="Simmons Tract";
            thevalue[ndx]="SIMMONS TRACT";
            ndx++;
            thetext[ndx]="Solomons Cove";
            thevalue[ndx]="SOLOMONS COVE";
            ndx++;
            thetext[ndx]="Stoneledge";
            thevalue[ndx]="Stoneledge";
            ndx++;
            thetext[ndx]="Summer Shade";
            thevalue[ndx]="SUMMER SHADE";
            ndx++;
            thetext[ndx]="Sweet Briar";
            thevalue[ndx]="SWEET BRIAR";
            ndx++;
            thetext[ndx]="Tall Timbers";
            thevalue[ndx]="TALL TIMBERS";
            ndx++;
            thetext[ndx]="Terrapin Hollow";
            thevalue[ndx]="Terrapin Hollow";
            ndx++;
            thetext[ndx]="The Timbers";
            thevalue[ndx]="THE TIMBERS";
            ndx++;
            thetext[ndx]="Thomas P Davis";
            thevalue[ndx]="THOMAS P DAVIS";
            ndx++;
            thetext[ndx]="W G Eargle";
            thevalue[ndx]="W G Eargle";
            ndx++;
            thetext[ndx]="Whites Lake";
            thevalue[ndx]="WHITES LAKE";
            ndx++;
            thetext[ndx]="Wild Rose Estates";
            thevalue[ndx]="WILD ROSE ESTATES";
            ndx++;
            thetext[ndx]="Willow Brook";
            thevalue[ndx]="WILLOW BROOK";
            ndx++;
            thetext[ndx]="Winfield Cove";
            thevalue[ndx]="WINFIELD COVE";
            ndx++;
            thetext[ndx]="Wolfpen";
            thevalue[ndx]="WOLFPEN";
            ndx++;
            thetext[ndx]="Woods On Howard Gap";
            thevalue[ndx]="Woods On Howard Gap";
            ndx++;
            thetext[ndx]="Woodys Mountain Estates";
            thevalue[ndx]="Woodys Mountain Estates";
            ndx++;
      break;
   case "Henderson - SW":
            thetext[ndx]="Ann Mountain Estates";
            thevalue[ndx]="Ann Mountain Estates";
            ndx++;
            thetext[ndx]="Apple Hills";
            thevalue[ndx]="APPLE HILLS";
            ndx++;
            thetext[ndx]="Barrett";
            thevalue[ndx]="BARRETT";
            ndx++;
            thetext[ndx]="Bear Rock Mtn Estates";
            thevalue[ndx]="BEAR ROCK MTN ESTATES";
            ndx++;
            thetext[ndx]="Blue Ridge Estates";
            thevalue[ndx]="BLUE RIDGE ESTATES";
            ndx++;
            thetext[ndx]="Bowman Forest";
            thevalue[ndx]="BOWMAN FOREST";
            ndx++;
            thetext[ndx]="Brightwater Farms Est";
            thevalue[ndx]="BRIGHTWATER FARMS EST";
            ndx++;
            thetext[ndx]="Canarian Estates";
            thevalue[ndx]="CANARIAN ESTATES";
            ndx++;
            thetext[ndx]="Celadon Hills";
            thevalue[ndx]="CELADON HILLS";
            ndx++;
            thetext[ndx]="Champion Hills";
            thevalue[ndx]="CHAMPION HILLS";
            ndx++;
            thetext[ndx]="Chattooga Trace";
            thevalue[ndx]="Chattooga Trace";
            ndx++;
            thetext[ndx]="Cinnamon Woods";
            thevalue[ndx]="CINNAMON WOODS";
            ndx++;
            thetext[ndx]="Crab Creek Heights";
            thevalue[ndx]="Crab Creek Heights";
            ndx++;
            thetext[ndx]="Crab Creek Meadows";
            thevalue[ndx]="Crab Creek Meadows";
            ndx++;
            thetext[ndx]="Crab Creek Valley";
            thevalue[ndx]="Crab Creek Valley";
            ndx++;
            thetext[ndx]="Cummings Cove";
            thevalue[ndx]="CUMMINGS COVE";
            ndx++;
            thetext[ndx]="Davis Park";
            thevalue[ndx]="Davis Park";
            ndx++;
            thetext[ndx]="Dupont Estates";
            thevalue[ndx]="Dupont Estates";
            ndx++;
            thetext[ndx]="Emerald Hill";
            thevalue[ndx]="Emerald Hill";
            ndx++;
            thetext[ndx]="English Annex";
            thevalue[ndx]="ENGLISH ANNEX";
            ndx++;
            thetext[ndx]="Etowah Mtn Estates";
            thevalue[ndx]="ETOWAH MTN ESTATES";
            ndx++;
            thetext[ndx]="Faircrest";
            thevalue[ndx]="Faircrest";
            ndx++;
            thetext[ndx]="Flat Rock Falls";
            thevalue[ndx]="FLAT ROCK FALLS";
            ndx++;
            thetext[ndx]="Fountain Trace";
            thevalue[ndx]="FOUNTAIN TRACE";
            ndx++;
            thetext[ndx]="Fox Ridge";
            thevalue[ndx]="FOX RIDGE";
            ndx++;
            thetext[ndx]="Green River Mountain";
            thevalue[ndx]="Green River Mountain";
            ndx++;
            thetext[ndx]="Green River Ridges";
            thevalue[ndx]="Green River Ridges";
            ndx++;
            thetext[ndx]="Green River Valley";
            thevalue[ndx]="GREEN RIVER VALLEY";
            ndx++;
            thetext[ndx]="H.a. Justus Minor";
            thevalue[ndx]="H.A. JUSTUS MINOR";
            ndx++;
            thetext[ndx]="Hearthstone";
            thevalue[ndx]="Hearthstone";
            ndx++;
            thetext[ndx]="Hickory Run";
            thevalue[ndx]="Hickory Run";
            ndx++;
            thetext[ndx]="Holly Brook";
            thevalue[ndx]="HOLLY BROOK";
            ndx++;
            thetext[ndx]="Indian Cave";
            thevalue[ndx]="Indian Cave";
            ndx++;
            thetext[ndx]="Indian Ridge";
            thevalue[ndx]="Indian Ridge";
            ndx++;
            thetext[ndx]="Jeter Mtn Terrace";
            thevalue[ndx]="JETER MTN TERRACE";
            ndx++;
            thetext[ndx]="Jordan Mtn Estates";
            thevalue[ndx]="JORDAN MTN ESTATES";
            ndx++;
            thetext[ndx]="Kanuga Forest";
            thevalue[ndx]="KANUGA FOREST";
            ndx++;
            thetext[ndx]="Knolls Of Jeter Mtn";
            thevalue[ndx]="Knolls Of Jeter Mtn";
            ndx++;
            thetext[ndx]="Laurel Cove Retreat";
            thevalue[ndx]="Laurel Cove Retreat";
            ndx++;
            thetext[ndx]="Laurel Forest";
            thevalue[ndx]="LAUREL FOREST";
            ndx++;
            thetext[ndx]="Maplewood Subdivision";
            thevalue[ndx]="MAPLEWOOD SUBDIVISION";
            ndx++;
            thetext[ndx]="Meadow Creek";
            thevalue[ndx]="MEADOW CREEK";
            ndx++;
            thetext[ndx]="Mountain Valley";
            thevalue[ndx]="MOUNTAIN VALLEY";
            ndx++;
            thetext[ndx]="Old Distillery Estates";
            thevalue[ndx]="Old Distillery Estates";
            ndx++;
            thetext[ndx]="Pinnacle Mountain View";
            thevalue[ndx]="PINNACLE MOUNTAIN VIEW";
            ndx++;
            thetext[ndx]="Rambling Hills";
            thevalue[ndx]="Rambling Hills";
            ndx++;
            thetext[ndx]="Rambling Ridge";
            thevalue[ndx]="RAMBLING RIDGE";
            ndx++;
            thetext[ndx]="Rebeccas Pond";
            thevalue[ndx]="REBECCAS POND";
            ndx++;
            thetext[ndx]="Red Maple Farms";
            thevalue[ndx]="RED MAPLE FARMS";
            ndx++;
            thetext[ndx]="Riverwind";
            thevalue[ndx]="RIVERWIND";
            ndx++;
            thetext[ndx]="Rock Creek";
            thevalue[ndx]="ROCK CREEK";
            ndx++;
            thetext[ndx]="Savannah Village";
            thevalue[ndx]="Savannah Village";
            ndx++;
            thetext[ndx]="Scarlet Oaks";
            thevalue[ndx]="SCARLET OAKS";
            ndx++;
            thetext[ndx]="Sentelle Grove";
            thevalue[ndx]="Sentelle Grove";
            ndx++;
            thetext[ndx]="Shuford Point";
            thevalue[ndx]="SHUFORD POINT";
            ndx++;
            thetext[ndx]="Solar Vista";
            thevalue[ndx]="SOLAR VISTA";
            ndx++;
            thetext[ndx]="Springfield";
            thevalue[ndx]="SPRINGFIELD";
            ndx++;
            thetext[ndx]="Sugar Mill Woods";
            thevalue[ndx]="SUGAR MILL WOODS";
            ndx++;
            thetext[ndx]="Summit Ridge";
            thevalue[ndx]="Summit Ridge";
            ndx++;
            thetext[ndx]="The Overlook";
            thevalue[ndx]="The Overlook";
            ndx++;
            thetext[ndx]="The Ridge";
            thevalue[ndx]="The Ridge";
            ndx++;
            thetext[ndx]="Thomas Forest";
            thevalue[ndx]="THOMAS FOREST";
            ndx++;
            thetext[ndx]="Thrashing Rock Est";
            thevalue[ndx]="THRASHING ROCK EST";
            ndx++;
            thetext[ndx]="Timberwolf";
            thevalue[ndx]="Timberwolf";
            ndx++;
            thetext[ndx]="Valley View Farms";
            thevalue[ndx]="VALLEY VIEW FARMS";
            ndx++;
            thetext[ndx]="Vernon Creek Estates";
            thevalue[ndx]="Vernon Creek Estates";
            ndx++;
            thetext[ndx]="Westbridge";
            thevalue[ndx]="Westbridge";
            ndx++;
            thetext[ndx]="Willow Brook Falls";
            thevalue[ndx]="WILLOW BROOK FALLS";
            ndx++;
            thetext[ndx]="Willow Lake";
            thevalue[ndx]="WILLOW LAKE";
            ndx++;
            thetext[ndx]="Willow Peak";
            thevalue[ndx]="WILLOW PEAK";
            ndx++;
            thetext[ndx]="Willow Ridge";
            thevalue[ndx]="WILLOW RIDGE";
            ndx++;
            thetext[ndx]="Willow Ridge Ii";
            thevalue[ndx]="WILLOW RIDGE II";
            ndx++;
            thetext[ndx]="Wolf Shoals";
            thevalue[ndx]="WOLF SHOALS";
            ndx++;
            thetext[ndx]="Woods At Fox Ridge";
            thevalue[ndx]="WOODS AT FOX RIDGE";
            ndx++;
      break;
   case "Henderson - Tuxedo":
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
      break;
   case "Henderson - Zirconia":
            thetext[ndx]="Ann Mountain Estates";
            thevalue[ndx]="Ann Mountain Estates";
            ndx++;
            thetext[ndx]="Bear Rock Mtn Estates";
            thevalue[ndx]="BEAR ROCK MTN ESTATES";
            ndx++;
            thetext[ndx]="Cliffs Valley North";
            thevalue[ndx]="Cliffs Valley North";
            ndx++;
            thetext[ndx]="Cobblestone Village";
            thevalue[ndx]="COBBLESTONE VILLAGE";
            ndx++;
            thetext[ndx]="Green River";
            thevalue[ndx]="GREEN RIVER";
            ndx++;
            thetext[ndx]="Hawks Point";
            thevalue[ndx]="HAWKS POINT";
            ndx++;
            thetext[ndx]="Hickory Run";
            thevalue[ndx]="Hickory Run";
            ndx++;
            thetext[ndx]="Lake Summit";
            thevalue[ndx]="Lake Summit";
            ndx++;
            thetext[ndx]="Lamplighter Estates";
            thevalue[ndx]="LAMPLIGHTER ESTATES";
            ndx++;
            thetext[ndx]="Mountain River Place";
            thevalue[ndx]="MOUNTAIN RIVER PLACE";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="Not in Subdivison";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pinnacle Falls";
            thevalue[ndx]="Pinnacle Falls";
            ndx++;
            thetext[ndx]="Summit Landing";
            thevalue[ndx]="Summit Landing";
            ndx++;
            thetext[ndx]="The Cliffs";
            thevalue[ndx]="The Cliffs";
            ndx++;
      break;
   case "Jackson - Balsam":
            thetext[ndx]="A Country Place";
            thevalue[ndx]="A COUNTRY PLACE";
            ndx++;
            thetext[ndx]="A H Whigham";
            thevalue[ndx]="A H Whigham";
            ndx++;
            thetext[ndx]="Balsam Valley View";
            thevalue[ndx]="BALSAM VALLEY VIEW";
            ndx++;
            thetext[ndx]="Halcyon Estates";
            thevalue[ndx]="HALCYON ESTATES";
            ndx++;
            thetext[ndx]="Hi-mountain";
            thevalue[ndx]="HI-MOUNTAIN";
            ndx++;
            thetext[ndx]="Knob Hill";
            thevalue[ndx]="Knob Hill";
            ndx++;
            thetext[ndx]="Scotts Creek";
            thevalue[ndx]="SCOTTS CREEK";
            ndx++;
            thetext[ndx]="West View";
            thevalue[ndx]="WEST VIEW";
            ndx++;
      break;
   case "Jackson - Biltmore Forest":
            thetext[ndx]="A H Whigham";
            thevalue[ndx]="A H WHIGHAM";
            ndx++;
      break;
   case "Jackson - Biltmore Lake":
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="WOODCLIFF RESORT";
            ndx++;
      break;
   case "Jackson - Black Mountain":
            thetext[ndx]="Woodcliff Resort";
            thevalue[ndx]="WOODCLIFF RESORT";
            ndx++;
      break;
   case "Jackson - Canada":
            thetext[ndx]="Bear Lake Heights";
            thevalue[ndx]="Bear Lake Heights";
            ndx++;
            thetext[ndx]="Wolf Creek";
            thevalue[ndx]="WOLF CREEK";
            ndx++;
      break;
   case "Jackson - Cashiers":
            thetext[ndx]="Bald Rock";
            thevalue[ndx]="Bald Rock";
            ndx++;
            thetext[ndx]="Big Sheepcliff";
            thevalue[ndx]="Big Sheepcliff";
            ndx++;
            thetext[ndx]="Cedar Hill";
            thevalue[ndx]="Cedar Hill";
            ndx++;
            thetext[ndx]="Continental Cliffs";
            thevalue[ndx]="CONTINENTAL CLIFFS";
            ndx++;
            thetext[ndx]="Cross Creek Preserve";
            thevalue[ndx]="Cross Creek Preserve";
            ndx++;
            thetext[ndx]="Falcon Ridge";
            thevalue[ndx]="Falcon Ridge";
            ndx++;
            thetext[ndx]="Hampton Glen";
            thevalue[ndx]="HAMPTON GLEN";
            ndx++;
            thetext[ndx]="Hickory Ridge";
            thevalue[ndx]="HICKORY RIDGE";
            ndx++;
            thetext[ndx]="Holly Forest";
            thevalue[ndx]="HOLLY FOREST";
            ndx++;
            thetext[ndx]="Holly Forest Iii";
            thevalue[ndx]="Holly Forest Iii";
            ndx++;
            thetext[ndx]="Holly Forest V";
            thevalue[ndx]="HOLLY FOREST V";
            ndx++;
            thetext[ndx]="Holly Forest Xi";
            thevalue[ndx]="HOLLY FOREST XI";
            ndx++;
            thetext[ndx]="Norton Overlook";
            thevalue[ndx]="NORTON OVERLOOK";
            ndx++;
            thetext[ndx]="Pine Forest";
            thevalue[ndx]="PINE FOREST";
            ndx++;
            thetext[ndx]="River Rock";
            thevalue[ndx]="River Rock";
            ndx++;
            thetext[ndx]="Sapphire Ridge";
            thevalue[ndx]="Sapphire Ridge";
            ndx++;
            thetext[ndx]="The Forest";
            thevalue[ndx]="THE FOREST";
            ndx++;
            thetext[ndx]="Trillium";
            thevalue[ndx]="TRILLIUM";
            ndx++;
            thetext[ndx]="Whiteside Forest";
            thevalue[ndx]="WHITESIDE FOREST";
            ndx++;
            thetext[ndx]="Whiteside Woods";
            thevalue[ndx]="WHITESIDE WOODS";
            ndx++;
      break;
   case "Jackson - Cullowhee":
            thetext[ndx]="Apple Dumpling Hill";
            thevalue[ndx]="APPLE DUMPLING HILL";
            ndx++;
            thetext[ndx]="Cats Paw";
            thevalue[ndx]="CATS PAW";
            ndx++;
            thetext[ndx]="Forest Hills";
            thevalue[ndx]="FOREST HILLS";
            ndx++;
            thetext[ndx]="Mountain River";
            thevalue[ndx]="MOUNTAIN RIVER";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="The Cove At Flat Gap";
            thevalue[ndx]="The Cove at Flat Gap";
            ndx++;
            thetext[ndx]="Trout Creek";
            thevalue[ndx]="TROUT CREEK";
            ndx++;
            thetext[ndx]="Woudes Mountain Villiage";
            thevalue[ndx]="WOUDES MOUNTAIN VILLIAGE";
            ndx++;
      break;
   case "Jackson - Dillsboro":
            thetext[ndx]="Beechwood";
            thevalue[ndx]="Beechwood";
            ndx++;
      break;
   case "Jackson - Glenville":
            thetext[ndx]="Bridge Creek";
            thevalue[ndx]="Bridge Creek";
            ndx++;
            thetext[ndx]="Glenview";
            thevalue[ndx]="GLENVIEW";
            ndx++;
            thetext[ndx]="Hamburg West";
            thevalue[ndx]="HAMBURG WEST";
            ndx++;
            thetext[ndx]="Hampton Springs";
            thevalue[ndx]="Hampton Springs";
            ndx++;
            thetext[ndx]="Harbor Club";
            thevalue[ndx]="Harbor Club";
            ndx++;
            thetext[ndx]="Knolls Of Cedar Creek";
            thevalue[ndx]="KNOLLS OF CEDAR CREEK";
            ndx++;
            thetext[ndx]="Laurel Falls";
            thevalue[ndx]="Laurel Falls";
            ndx++;
            thetext[ndx]="Sims Valley";
            thevalue[ndx]="Sims Valley";
            ndx++;
            thetext[ndx]="The Lake Club";
            thevalue[ndx]="The Lake Club";
            ndx++;
            thetext[ndx]="Trillium";
            thevalue[ndx]="Trillium";
            ndx++;
      break;
   case "Jackson - Highlands":
            thetext[ndx]="Cullasaja Club";
            thevalue[ndx]="CULLASAJA CLUB";
            ndx++;
      break;
   case "Jackson - Other":
            thetext[ndx]="Fairfield Sapphire Valley";
            thevalue[ndx]="FAIRFIELD SAPPHIRE VALLEY";
            ndx++;
            thetext[ndx]="Forest Hills";
            thevalue[ndx]="FOREST HILLS";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Wolf Lake";
            thevalue[ndx]="Wolf Lake";
            ndx++;
      break;
   case "Jackson - Out Of Area":
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
      break;
   case "Jackson - Qualla":
            thetext[ndx]="Black Bear Falls";
            thevalue[ndx]="Black Bear Falls";
            ndx++;
      break;
   case "Jackson - Qualla Township":
            thetext[ndx]="Cranberry Falls";
            thevalue[ndx]="Cranberry Falls";
            ndx++;
      break;
   case "Jackson - Sapphire":
            thetext[ndx]="Bald Rock";
            thevalue[ndx]="BALD ROCK";
            ndx++;
            thetext[ndx]="Eagle Ridge";
            thevalue[ndx]="EAGLE RIDGE";
            ndx++;
            thetext[ndx]="Golf Club Estates";
            thevalue[ndx]="GOLF CLUB ESTATES";
            ndx++;
            thetext[ndx]="Hampton Glen";
            thevalue[ndx]="HAMPTON GLEN";
            ndx++;
            thetext[ndx]="Holly Forest";
            thevalue[ndx]="HOLLY FOREST";
            ndx++;
            thetext[ndx]="Holly Forest 5";
            thevalue[ndx]="Holly Forest 5";
            ndx++;
            thetext[ndx]="Holly Forest Fourteen";
            thevalue[ndx]="Holly Forest Fourteen";
            ndx++;
            thetext[ndx]="Not In Subdivison";
            thevalue[ndx]="NOT IN SUBDIVISON";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="River Chase";
            thevalue[ndx]="RIVER CHASE";
            ndx++;
            thetext[ndx]="Sapphire High";
            thevalue[ndx]="Sapphire High";
            ndx++;
            thetext[ndx]="Sapphire Valley";
            thevalue[ndx]="SAPPHIRE VALLEY";
            ndx++;
            thetext[ndx]="The Woods";
            thevalue[ndx]="THE WOODS";
            ndx++;
      break;
   case "Jackson - Sapphire Valley":
            thetext[ndx]="Country Club Sapphire Valley";
            thevalue[ndx]="COUNTRY CLUB SAPPHIRE VALLEY";
            ndx++;
            thetext[ndx]="Deer Run";
            thevalue[ndx]="DEER RUN";
            ndx++;
            thetext[ndx]="Eagle Ridge";
            thevalue[ndx]="EAGLE RIDGE";
            ndx++;
            thetext[ndx]="Holly Forest";
            thevalue[ndx]="Holly Forest";
            ndx++;
            thetext[ndx]="Riverchase";
            thevalue[ndx]="RIVERCHASE";
            ndx++;
            thetext[ndx]="Whisper Lake";
            thevalue[ndx]="WHISPER LAKE";
            ndx++;
      break;
   case "Jackson - Scotts Creek":
            thetext[ndx]="Hi-mountain Subdiv.";
            thevalue[ndx]="HI-MOUNTAIN SUBDIV.";
            ndx++;
            thetext[ndx]="The Cottages At Rosemount";
            thevalue[ndx]="The Cottages at Rosemount";
            ndx++;
      break;
   case "Jackson - Sylva":
            thetext[ndx]="A H Whigham";
            thevalue[ndx]="A H Whigham";
            ndx++;
            thetext[ndx]="Balsam Mountain Preserve";
            thevalue[ndx]="BALSAM MOUNTAIN PRESERVE";
            ndx++;
            thetext[ndx]="Beechwood Mountain";
            thevalue[ndx]="BEECHWOOD MOUNTAIN";
            ndx++;
            thetext[ndx]="Briarwood";
            thevalue[ndx]="BRIARWOOD";
            ndx++;
            thetext[ndx]="Cane Creek";
            thevalue[ndx]="CANE CREEK";
            ndx++;
            thetext[ndx]="Chestnut Ridge";
            thevalue[ndx]="CHESTNUT RIDGE";
            ndx++;
            thetext[ndx]="Cole Mountain";
            thevalue[ndx]="Cole Mountain";
            ndx++;
            thetext[ndx]="Cope Creek Estate";
            thevalue[ndx]="COPE CREEK ESTATE";
            ndx++;
            thetext[ndx]="Cranberry Falls";
            thevalue[ndx]="Cranberry Falls";
            ndx++;
            thetext[ndx]="Dills Cove Estates";
            thevalue[ndx]="DILLS COVE ESTATES";
            ndx++;
            thetext[ndx]="Garnet Ridge Preserve";
            thevalue[ndx]="Garnet Ridge Preserve";
            ndx++;
            thetext[ndx]="Grandview Estates";
            thevalue[ndx]="Grandview Estates";
            ndx++;
            thetext[ndx]="Heartland Ridge";
            thevalue[ndx]="HEARTLAND RIDGE";
            ndx++;
            thetext[ndx]="Hemlock Falls";
            thevalue[ndx]="Hemlock Falls";
            ndx++;
            thetext[ndx]="Hi-mountain";
            thevalue[ndx]="HI-MOUNTAIN";
            ndx++;
            thetext[ndx]="Holly Hills";
            thevalue[ndx]="HOLLY HILLS";
            ndx++;
            thetext[ndx]="Lower Pee Wee Place";
            thevalue[ndx]="Lower Pee Wee Place";
            ndx++;
            thetext[ndx]="Magnolias At Cope Creek";
            thevalue[ndx]="Magnolias at Cope Creek";
            ndx++;
            thetext[ndx]="Marion Forest";
            thevalue[ndx]="MARION FOREST";
            ndx++;
            thetext[ndx]="Mountain Brook Trails";
            thevalue[ndx]="MOUNTAIN BROOK TRAILS";
            ndx++;
            thetext[ndx]="Mountain Forest Estates";
            thevalue[ndx]="MOUNTAIN FOREST ESTATES";
            ndx++;
            thetext[ndx]="Mountain Heritage Preserve";
            thevalue[ndx]="MOUNTAIN HERITAGE PRESERVE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Serenity Valley";
            thevalue[ndx]="SERENITY VALLEY";
            ndx++;
            thetext[ndx]="Sylva Vista Development";
            thevalue[ndx]="SYLVA VISTA DEVELOPMENT";
            ndx++;
            thetext[ndx]="The Meadows";
            thevalue[ndx]="THE MEADOWS";
            ndx++;
            thetext[ndx]="Timber Creek";
            thevalue[ndx]="Timber Creek";
            ndx++;
            thetext[ndx]="Toy Cove Estates";
            thevalue[ndx]="Toy Cove Estates";
            ndx++;
            thetext[ndx]="Twin Oak Estates";
            thevalue[ndx]="TWIN OAK ESTATES";
            ndx++;
            thetext[ndx]="Wildcat Cove";
            thevalue[ndx]="Wildcat Cove";
            ndx++;
      break;
   case "Jackson - Tuckasegee":
            thetext[ndx]="Bear Lake Reserve";
            thevalue[ndx]="BEAR LAKE RESERVE";
            ndx++;
            thetext[ndx]="Cedar Cliffs";
            thevalue[ndx]="CEDAR CLIFFS";
            ndx++;
            thetext[ndx]="Mountain Blue";
            thevalue[ndx]="MOUNTAIN BLUE";
            ndx++;
            thetext[ndx]="Wolf Creek";
            thevalue[ndx]="Wolf Creek";
            ndx++;
            thetext[ndx]="Wolf Lake";
            thevalue[ndx]="Wolf Lake";
            ndx++;
      break;
   case "Jackson - Webster":
      break;
   case "Jackson - Whittier":
            thetext[ndx]="Forest Run";
            thevalue[ndx]="FOREST RUN";
            ndx++;
            thetext[ndx]="Hawks Ridges";
            thevalue[ndx]="Hawks Ridges";
            ndx++;
            thetext[ndx]="High Grove";
            thevalue[ndx]="High Grove";
            ndx++;
            thetext[ndx]="High Top Mountain";
            thevalue[ndx]="High Top Mountain";
            ndx++;
            thetext[ndx]="Hokes Ridge";
            thevalue[ndx]="Hokes Ridge";
            ndx++;
            thetext[ndx]="Indian Hill Estates";
            thevalue[ndx]="INDIAN HILL ESTATES";
            ndx++;
            thetext[ndx]="River Ridge Estates";
            thevalue[ndx]="River Ridge Estates";
            ndx++;
            thetext[ndx]="Torwood";
            thevalue[ndx]="TORWOOD";
            ndx++;
            thetext[ndx]="Woodridge Estates";
            thevalue[ndx]="WoodRidge Estates";
            ndx++;
      break;
   case "Macon - Franklin":
            thetext[ndx]="Coventry Place";
            thevalue[ndx]="COVENTRY PLACE";
            ndx++;
            thetext[ndx]="Crestview Heights";
            thevalue[ndx]="CRESTVIEW HEIGHTS";
            ndx++;
            thetext[ndx]="Elkhorn Ridge";
            thevalue[ndx]="Elkhorn Ridge";
            ndx++;
            thetext[ndx]="Mill Creek Country Club";
            thevalue[ndx]="MILL CREEK COUNTRY CLUB";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="RIVERBEND ESTATES";
            ndx++;
            thetext[ndx]="Stone Creek Crossing";
            thevalue[ndx]="STONE CREEK CROSSING";
            ndx++;
            thetext[ndx]="Sunset Mountain Estates";
            thevalue[ndx]="SUNSET MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Watauga Vista";
            thevalue[ndx]="WATAUGA VISTA";
            ndx++;
            thetext[ndx]="Wildflower";
            thevalue[ndx]="Wildflower";
            ndx++;
      break;
   case "Macon - Highlands":
            thetext[ndx]="Apple Mountain";
            thevalue[ndx]="APPLE MOUNTAIN";
            ndx++;
            thetext[ndx]="Batram Overlook";
            thevalue[ndx]="Batram Overlook";
            ndx++;
            thetext[ndx]="Cold Springs";
            thevalue[ndx]="Cold Springs";
            ndx++;
            thetext[ndx]="Cullasaja Club";
            thevalue[ndx]="CULLASAJA CLUB";
            ndx++;
            thetext[ndx]="Highlands Country Club";
            thevalue[ndx]="HIGHLANDS COUNTRY CLUB";
            ndx++;
            thetext[ndx]="Highlands Cove";
            thevalue[ndx]="HIGHLANDS COVE";
            ndx++;
            thetext[ndx]="Highlands Falls Cc";
            thevalue[ndx]="HIGHLANDS FALLS CC";
            ndx++;
            thetext[ndx]="Horse Cove Estates";
            thevalue[ndx]="HORSE COVE ESTATES";
            ndx++;
            thetext[ndx]="Lazy Bend";
            thevalue[ndx]="LAZY BEND";
            ndx++;
            thetext[ndx]="Mirror Lake";
            thevalue[ndx]="MIRROR LAKE";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Pinebrook";
            thevalue[ndx]="PINEBROOK";
            ndx++;
            thetext[ndx]="Rocky Knob";
            thevalue[ndx]="ROCKY KNOB";
            ndx++;
            thetext[ndx]="Rustic Falls";
            thevalue[ndx]="RUSTIC FALLS";
            ndx++;
            thetext[ndx]="Tricemonters";
            thevalue[ndx]="Tricemonters";
            ndx++;
            thetext[ndx]="Wildwood Forest";
            thevalue[ndx]="WILDWOOD FOREST";
            ndx++;
      break;
   case "Macon - Nantahala":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Macon - Otto":
            thetext[ndx]="Summit";
            thevalue[ndx]="SUMMIT";
            ndx++;
      break;
   case "Macon - Scaly Mountain":
            thetext[ndx]="Happy Hill";
            thevalue[ndx]="HAPPY HILL";
            ndx++;
      break;
   case "Macon - Topton":
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
      break;
   case "Macon County - #1 Grassy Creek":
            thetext[ndx]="2600 Old Kanuga";
            thevalue[ndx]="2600 OLD KANUGA";
            ndx++;
      break;
   case "Macon County - Franklin":
            thetext[ndx]="Coventry Place";
            thevalue[ndx]="COVENTRY PLACE";
            ndx++;
            thetext[ndx]="Elkhorn Ridge";
            thevalue[ndx]="Elkhorn Ridge";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="RIVERBEND ESTATES";
            ndx++;
            thetext[ndx]="Sunset Mountain Estates";
            thevalue[ndx]="SUNSET MOUNTAIN ESTATES";
            ndx++;
      break;
   case "Macon County - Highlands":
            thetext[ndx]="Apple Mountain";
            thevalue[ndx]="APPLE MOUNTAIN";
            ndx++;
            thetext[ndx]="Cold Springs";
            thevalue[ndx]="Cold Springs";
            ndx++;
            thetext[ndx]="Cullasaja Club";
            thevalue[ndx]="CULLASAJA CLUB";
            ndx++;
            thetext[ndx]="Lazy Bend";
            thevalue[ndx]="LAZY BEND";
            ndx++;
            thetext[ndx]="None";
            thevalue[ndx]="None";
            ndx++;
            thetext[ndx]="Rocky Knob";
            thevalue[ndx]="ROCKY KNOB";
            ndx++;
            thetext[ndx]="Rustic Falls";
            thevalue[ndx]="RUSTIC FALLS";
            ndx++;
      break;
   case "Madison - #2 Grassy Creek":
            thetext[ndx]="A H Whigham";
            thevalue[ndx]="A H Whigham";
            ndx++;
      break;
   case "Madison - Alexander":
            thetext[ndx]="Amber Ranches";
            thevalue[ndx]="Amber Ranches";
            ndx++;
            thetext[ndx]="Castlewood Estates";
            thevalue[ndx]="Castlewood Estates";
            ndx++;
      break;
   case "Madison - Asheville":
      break;
   case "Madison - Balsam":
            thetext[ndx]="12th Fairway";
            thevalue[ndx]="12th Fairway";
            ndx++;
            thetext[ndx]="Alpen Rose Way";
            thevalue[ndx]="ALPEN ROSE WAY";
            ndx++;
      break;
   case "Madison - Hot Springs":
            thetext[ndx]="Bear River Lodge";
            thevalue[ndx]="Bear River Lodge";
            ndx++;
            thetext[ndx]="Bluff";
            thevalue[ndx]="BLUFF";
            ndx++;
            thetext[ndx]="Cold Springs Ranch";
            thevalue[ndx]="Cold Springs Ranch";
            ndx++;
            thetext[ndx]="Deerfield Meadows";
            thevalue[ndx]="DEERFIELD MEADOWS";
            ndx++;
            thetext[ndx]="Fox Run";
            thevalue[ndx]="FOX RUN";
            ndx++;
            thetext[ndx]="Grand River Estates";
            thevalue[ndx]="GRAND RIVER ESTATES";
            ndx++;
            thetext[ndx]="Half Moon Mountain";
            thevalue[ndx]="Half Moon Mountain";
            ndx++;
            thetext[ndx]="Hawks Ledge";
            thevalue[ndx]="Hawks Ledge";
            ndx++;
            thetext[ndx]="Lookout Pointe";
            thevalue[ndx]="Lookout Pointe";
            ndx++;
            thetext[ndx]="Max Patch";
            thevalue[ndx]="Max Patch";
            ndx++;
            thetext[ndx]="Meadow Fork";
            thevalue[ndx]="MEADOW FORK";
            ndx++;
            thetext[ndx]="Meadow Fork Ranch";
            thevalue[ndx]="Meadow Fork Ranch";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Plum Tree Hollow";
            thevalue[ndx]="Plum Tree Hollow";
            ndx++;
            thetext[ndx]="Roaring Fork West";
            thevalue[ndx]="ROARING FORK WEST";
            ndx++;
            thetext[ndx]="Sleepy Valley";
            thevalue[ndx]="SLEEPY VALLEY";
            ndx++;
            thetext[ndx]="Spring Creek";
            thevalue[ndx]="SPRING CREEK";
            ndx++;
            thetext[ndx]="Spring Creek Preserve";
            thevalue[ndx]="SPRING CREEK PRESERVE";
            ndx++;
            thetext[ndx]="Springhill";
            thevalue[ndx]="SPRINGHILL";
            ndx++;
            thetext[ndx]="Trust";
            thevalue[ndx]="TRUST";
            ndx++;
      break;
   case "Madison - Leicester":
            thetext[ndx]="Gillespie Heights";
            thevalue[ndx]="GILLESPIE HEIGHTS";
            ndx++;
            thetext[ndx]="Leicester Heights";
            thevalue[ndx]="LEICESTER HEIGHTS";
            ndx++;
            thetext[ndx]="Not-in Subdivision";
            thevalue[ndx]="Not-in Subdivision";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
            thetext[ndx]="Whisper Mountain";
            thevalue[ndx]="Whisper Mountain";
            ndx++;
      break;
   case "Madison - Luck":
            thetext[ndx]="None";
            thevalue[ndx]="NONE";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="Other";
            ndx++;
      break;
   case "Madison - Mars Hill":
            thetext[ndx]="Bailey View";
            thevalue[ndx]="BAILEY VIEW";
            ndx++;
            thetext[ndx]="Beach Glen";
            thevalue[ndx]="BEACH GLEN";
            ndx++;
            thetext[ndx]="Beech Glen";
            thevalue[ndx]="BEECH GLEN";
            ndx++;
            thetext[ndx]="Bend Of Ivy";
            thevalue[ndx]="BEND OF IVY";
            ndx++;
            thetext[ndx]="Berry Hill";
            thevalue[ndx]="Berry Hill";
            ndx++;
            thetext[ndx]="Big Laurel";
            thevalue[ndx]="Big Laurel";
            ndx++;
            thetext[ndx]="Breakaway";
            thevalue[ndx]="Breakaway";
            ndx++;
            thetext[ndx]="California Creek";
            thevalue[ndx]="California Creek";
            ndx++;
            thetext[ndx]="Carolina Ridge";
            thevalue[ndx]="CAROLINA RIDGE";
            ndx++;
            thetext[ndx]="Clear View";
            thevalue[ndx]="CLEAR VIEW";
            ndx++;
            thetext[ndx]="Clearview";
            thevalue[ndx]="Clearview";
            ndx++;
            thetext[ndx]="Deer Crest";
            thevalue[ndx]="DEER CREST";
            ndx++;
            thetext[ndx]="Dogwood Heights";
            thevalue[ndx]="DOGWOOD HEIGHTS";
            ndx++;
            thetext[ndx]="Eagle's View";
            thevalue[ndx]="EAGLE'S VIEW";
            ndx++;
            thetext[ndx]="Forest Ridge Estates";
            thevalue[ndx]="Forest Ridge Estates";
            ndx++;
            thetext[ndx]="Fox Cove Estates";
            thevalue[ndx]="FOX COVE ESTATES";
            ndx++;
            thetext[ndx]="Fraser Hill";
            thevalue[ndx]="FRASER HILL";
            ndx++;
            thetext[ndx]="Gabriels Creek";
            thevalue[ndx]="Gabriels Creek";
            ndx++;
            thetext[ndx]="Green Valley Estates";
            thevalue[ndx]="Green Valley Estates";
            ndx++;
            thetext[ndx]="Hill Top Acres";
            thevalue[ndx]="HILL TOP ACRES";
            ndx++;
            thetext[ndx]="Ivy River";
            thevalue[ndx]="Ivy River";
            ndx++;
            thetext[ndx]="Laurel Highlands";
            thevalue[ndx]="LAUREL HIGHLANDS";
            ndx++;
            thetext[ndx]="Laurel Valley";
            thevalue[ndx]="LAUREL VALLEY";
            ndx++;
            thetext[ndx]="Laurel Wood";
            thevalue[ndx]="LAUREL WOOD";
            ndx++;
            thetext[ndx]="Laurel Woods";
            thevalue[ndx]="Laurel Woods";
            ndx++;
            thetext[ndx]="Little Mountain Estates";
            thevalue[ndx]="LITTLE MOUNTAIN ESTATES";
            ndx++;
            thetext[ndx]="Mars Hill";
            thevalue[ndx]="MARS HILL";
            ndx++;
            thetext[ndx]="Middle Fork";
            thevalue[ndx]="MIDDLE FORK";
            ndx++;
            thetext[ndx]="Middle Fork Acres";
            thevalue[ndx]="Middle Fork Acres";
            ndx++;
            thetext[ndx]="Mountain Haven Estates";
            thevalue[ndx]="MOUNTAIN HAVEN ESTATES";
            ndx++;
            thetext[ndx]="Mountain Home Estates";
            thevalue[ndx]="Mountain Home Estates";
            ndx++;
            thetext[ndx]="Mountain Meadows";
            thevalue[ndx]="Mountain Meadows";
            ndx++;
            thetext[ndx]="Mountain Park";
            thevalue[ndx]="MOUNTAIN PARK";
            ndx++;
            thetext[ndx]="Mountain Traditions";
            thevalue[ndx]="Mountain Traditions";
            ndx++;
            thetext[ndx]="Other";
            thevalue[ndx]="OTHER";
            ndx++;
            thetext[ndx]="Pinecrest";
            thevalue[ndx]="PINECREST";
            ndx++;
            thetext[ndx]="Quail Ridge";
            thevalue[ndx]="Quail Ridge";
            ndx++;
            thetext[ndx]="Red Wolf Run";
            thevalue[ndx]="Red Wolf Run";
            ndx++;
            thetext[ndx]="Riverbend Estates";
            thevalue[ndx]="RIVERBEND ESTATES";
            ndx++;
            thetext[ndx]="Roaring Fork Ridges";
            thevalue[ndx]="Roaring Fork Ridges";
            ndx++;
            thetext[ndx]="Scenic Wolf Resort";
            thevalue[ndx]="Scenic Wolf Resort";
            ndx++;
            thetext[ndx]="Settlers Cove";
            thevalue[ndx]="SETTLERS COVE";
            ndx++;
            thetext[ndx]="Seven Glens";
            thevalue[ndx]="SEVEN GLENS";
            ndx++;
            thetext[ndx]="Springside";
            thevalue[ndx]="SPRINGSIDE";
            ndx++;
            thetext[ndx]="The Farms At Turkey Branch";
            thevalue[ndx]="THE FARMS AT TURKEY BRANCH";
            ndx++;
            thetext[ndx]="The Peaks At Wolf Ridge"
