								function goToCityState() 
								{
									var state = document.CampusSearchForm.state.value;
									var city = document.CampusSearchForm.city.value;
									var action = "/online-education/college-campus";

									
									if (state == "") {alert("Please Select a State");return false;}
									

									action += "/" + state;

									
									if (city != "") {
										action += "/" + city;
									}
									

									action += "/index.html";

									document.CampusSearchForm.action = action;

								}
								
								
								function updateCity()
								{
									var state = document.CampusSearchForm.state.value;
								    var city = document.CampusSearchForm.city;
									city.options.length = 1;
									city.options[0] = new Option("Select City", "");
									switch (state)
									{
										
										case "alabama":
city.options[1] = new Option("Alexander City", "alexander-city");
city.options[2] = new Option("Andalusia", "andalusia");
city.options[3] = new Option("Athens", "athens");
city.options[4] = new Option("Auburn University", "auburn-university");
city.options[5] = new Option("Bay Minette", "bay-minette");
city.options[6] = new Option("Bessemer", "bessemer");
city.options[7] = new Option("Birmingham", "birmingham");
city.options[8] = new Option("Boaz", "boaz");
city.options[9] = new Option("Brewton", "brewton");
city.options[10] = new Option("Daphne", "daphne");
city.options[11] = new Option("Deatsville", "deatsville");
city.options[12] = new Option("Dothan", "dothan");
city.options[13] = new Option("Enterprise", "enterprise");
city.options[14] = new Option("Evergreen", "evergreen");
city.options[15] = new Option("Fairfield", "fairfield");
city.options[16] = new Option("Florence", "florence");
city.options[17] = new Option("Foley", "foley");
city.options[18] = new Option("Gadsden", "gadsden");
city.options[19] = new Option("Hanceville", "hanceville");
city.options[20] = new Option("Huntsville", "huntsville");
city.options[21] = new Option("Jacksonville", "jacksonville");
city.options[22] = new Option("Livingston", "livingston");
city.options[23] = new Option("Marion", "marion");
city.options[24] = new Option("Midfield", "midfield");
city.options[25] = new Option("Mobile", "mobile");
city.options[26] = new Option("Monroeville", "monroeville");
city.options[27] = new Option("Montevallo", "montevallo");
city.options[28] = new Option("Montgomery", "montgomery");
city.options[29] = new Option("Muscle Shoals", "muscle-shoals");
city.options[30] = new Option("Normal", "normal");
city.options[31] = new Option("Pelham", "pelham");
city.options[32] = new Option("Phenix City", "phenix-city");
city.options[33] = new Option("Rainbow City", "rainbow-city");
city.options[34] = new Option("Rainsville", "rainsville");
city.options[35] = new Option("Scottsboro", "scottsboro");
city.options[36] = new Option("Selma", "selma");
city.options[37] = new Option("Sumiton", "sumiton");
city.options[38] = new Option("Talladega", "talladega");
city.options[39] = new Option("Tanner", "tanner");
city.options[40] = new Option("Troy", "troy");
city.options[41] = new Option("Tuscaloosa", "tuscaloosa");
city.options[42] = new Option("Tuskegee", "tuskegee");
city.options[43] = new Option("Wadley", "wadley");
break
case "alaska":
city.options[1] = new Option("Anchorage", "anchorage");
city.options[2] = new Option("Barrow", "barrow");
city.options[3] = new Option("Fairbanks", "fairbanks");
city.options[4] = new Option("Galena", "galena");
city.options[5] = new Option("Juneau", "juneau");
city.options[6] = new Option("Seward", "seward");
city.options[7] = new Option("Sitka", "sitka");
city.options[8] = new Option("Valdez", "valdez");
break
case "american-samoa":
city.options[1] = new Option("Pago Pago", "pago-pago");
break
case "arizona":
city.options[1] = new Option("Avondale", "avondale");
city.options[2] = new Option("Casa Grande", "casa-grande");
city.options[3] = new Option("Chandler", "chandler");
city.options[4] = new Option("Coolidge", "coolidge");
city.options[5] = new Option("Douglas", "douglas");
city.options[6] = new Option("Flagstaff", "flagstaff");
city.options[7] = new Option("Glendale", "glendale");
city.options[8] = new Option("Holbrook", "holbrook");
city.options[9] = new Option("Kingman", "kingman");
city.options[10] = new Option("Lake Havasu City", "lake-havasu-city");
city.options[11] = new Option("Mesa", "mesa");
city.options[12] = new Option("Phoenix", "phoenix");
city.options[13] = new Option("Prescott", "prescott");
city.options[14] = new Option("Safford", "safford");
city.options[15] = new Option("Scottsdale", "scottsdale");
city.options[16] = new Option("Sells", "sells");
city.options[17] = new Option("Sierra Vista", "sierra-vista");
city.options[18] = new Option("Tempe", "tempe");
city.options[19] = new Option("Thatcher", "thatcher");
city.options[20] = new Option("Tsaile", "tsaile");
city.options[21] = new Option("Tucson", "tucson");
city.options[22] = new Option("Yuma", "yuma");
break
case "arkansas":
city.options[1] = new Option("Arkadelphia", "arkadelphia");
city.options[2] = new Option("Batesville", "batesville");
city.options[3] = new Option("Beebe", "beebe");
city.options[4] = new Option("Bentonville", "bentonville");
city.options[5] = new Option("Blytheville", "blytheville");
city.options[6] = new Option("Camden", "camden");
city.options[7] = new Option("Clarksville", "clarksville");
city.options[8] = new Option("Conway", "conway");
city.options[9] = new Option("Crossett", "crossett");
city.options[10] = new Option("De Queen", "de-queen");
city.options[11] = new Option("El Dorado", "el-dorado");
city.options[12] = new Option("Fayetteville", "fayetteville");
city.options[13] = new Option("Forrest City", "forrest-city");
city.options[14] = new Option("Fort Smith", "fort-smith");
city.options[15] = new Option("Harrison", "harrison");
city.options[16] = new Option("Helena", "helena");
city.options[17] = new Option("Hope", "hope");
city.options[18] = new Option("Hot Springs", "hot-springs");
city.options[19] = new Option("Jacksonville", "jacksonville");
city.options[20] = new Option("Jonesboro", "jonesboro");
city.options[21] = new Option("Little Rock", "little-rock");
city.options[22] = new Option("Magnolia", "magnolia");
city.options[23] = new Option("Malvern", "malvern");
city.options[24] = new Option("Melbourne", "melbourne");
city.options[25] = new Option("Mena", "mena");
city.options[26] = new Option("Monticello", "monticello");
city.options[27] = new Option("Morrilton", "morrilton");
city.options[28] = new Option("Mountain Home", "mountain-home");
city.options[29] = new Option("Newport", "newport");
city.options[30] = new Option("North  Little Rock", "north-little-rock");
city.options[31] = new Option("North Little Rock", "north-little-rock");
city.options[32] = new Option("Paragould", "paragould");
city.options[33] = new Option("Pine Bluff", "pine-bluff");
city.options[34] = new Option("Pocahontas", "pocahontas");
city.options[35] = new Option("Rogers", "rogers");
city.options[36] = new Option("Russellville", "russellville");
city.options[37] = new Option("Searcy", "searcy");
city.options[38] = new Option("Siloam Springs", "siloam-springs");
city.options[39] = new Option("Springdale", "springdale");
city.options[40] = new Option("State University", "state-university");
city.options[41] = new Option("Walnut Ridge", "walnut-ridge");
city.options[42] = new Option("West Memphis", "west-memphis");
break
case "california":
city.options[1] = new Option("Alameda", "alameda");
city.options[2] = new Option("Alhambra", "alhambra");
city.options[3] = new Option("Aliso Viejo", "aliso-viejo");
city.options[4] = new Option("Anaheim", "anaheim");
city.options[5] = new Option("Angwin", "angwin");
city.options[6] = new Option("Aptos", "aptos");
city.options[7] = new Option("Arcata", "arcata");
city.options[8] = new Option("Atherton", "atherton");
city.options[9] = new Option("Azusa", "azusa");
city.options[10] = new Option("Bakersfield", "bakersfield");
city.options[11] = new Option("Baldwin Park", "baldwin-park");
city.options[12] = new Option("Barstow", "barstow");
city.options[13] = new Option("Bell", "bell");
city.options[14] = new Option("Bellflower", "bellflower");
city.options[15] = new Option("Belmont", "belmont");
city.options[16] = new Option("Berkeley", "berkeley");
city.options[17] = new Option("Beverly Hills", "beverly-hills");
city.options[18] = new Option("Blue Lake", "blue-lake");
city.options[19] = new Option("Blythe", "blythe");
city.options[20] = new Option("Burbank", "burbank");
city.options[21] = new Option("Calexico", "calexico");
city.options[22] = new Option("Camarillo", "camarillo");
city.options[23] = new Option("Canoga Park", "canoga-park");
city.options[24] = new Option("Canyon Country", "canyon-country");
city.options[25] = new Option("Carlsbad", "carlsbad");
city.options[26] = new Option("Carpinteria", "carpinteria");
city.options[27] = new Option("Carson", "carson");
city.options[28] = new Option("Cerritos", "cerritos");
city.options[29] = new Option("Chico", "chico");
city.options[30] = new Option("Chula Vista", "chula-vista");
city.options[31] = new Option("Citrus Heights", "citrus-heights");
city.options[32] = new Option("City of Industry", "city-of-industry");
city.options[33] = new Option("Claremont", "claremont");
city.options[34] = new Option("Clovis", "clovis");
city.options[35] = new Option("Coachella", "coachella");
city.options[36] = new Option("Coalinga", "coalinga");
city.options[37] = new Option("Colton", "colton");
city.options[38] = new Option("Compton", "compton");
city.options[39] = new Option("Concord", "concord");
city.options[40] = new Option("Corona", "corona");
city.options[41] = new Option("Costa Mesa", "costa-mesa");
city.options[42] = new Option("Culver City", "culver-city");
city.options[43] = new Option("Cupertino", "cupertino");
city.options[44] = new Option("Cypress", "cypress");
city.options[45] = new Option("Daly City", "daly-city");
city.options[46] = new Option("Davis", "davis");
city.options[47] = new Option("Downey", "downey");
city.options[48] = new Option("Duarte", "duarte");
city.options[49] = new Option("El Cajon", "el-cajon");
city.options[50] = new Option("El Centro", "el-centro");
city.options[51] = new Option("El Monte", "el-monte");
city.options[52] = new Option("Emeryville", "emeryville");
city.options[53] = new Option("Encino", "encino");
city.options[54] = new Option("Escondido", "escondido");
city.options[55] = new Option("Eureka", "eureka");
city.options[56] = new Option("Fairfield", "fairfield");
city.options[57] = new Option("Folsom", "folsom");
city.options[58] = new Option("Fountain Valley", "fountain-valley");
city.options[59] = new Option("Fremont", "fremont");
city.options[60] = new Option("Fresno", "fresno");
city.options[61] = new Option("Fullerton", "fullerton");
city.options[62] = new Option("Garberville", "garberville");
city.options[63] = new Option("Garden Grove", "garden-grove");
city.options[64] = new Option("garden grove", "garden-grove");
city.options[65] = new Option("Gardena", "gardena");
city.options[66] = new Option("Gilroy", "gilroy");
city.options[67] = new Option("Glendale", "glendale");
city.options[68] = new Option("Glendora", "glendora");
city.options[69] = new Option("Gold River", "gold-river");
city.options[70] = new Option("Granada Hills", "granada-hills");
city.options[71] = new Option("Hawthorne", "hawthorne");
city.options[72] = new Option("Hayward", "hayward");
city.options[73] = new Option("Hemet", "hemet");
city.options[74] = new Option("Hollywood", "hollywood");
city.options[75] = new Option("Huntington Beach", "huntington-beach");
city.options[76] = new Option("Huntington Park", "huntington-park");
city.options[77] = new Option("Imperial", "imperial");
city.options[78] = new Option("Indio", "indio");
city.options[79] = new Option("Inglewood", "inglewood");
city.options[80] = new Option("Irvine", "irvine");
city.options[81] = new Option("Irwindale", "irwindale");
city.options[82] = new Option("Joshua Tree", "joshua-tree");
city.options[83] = new Option("Kentfield", "kentfield");
city.options[84] = new Option("La Jolla", "la-jolla");
city.options[85] = new Option("La Mesa", "la-mesa");
city.options[86] = new Option("La Mirada", "la-mirada");
city.options[87] = new Option("La Verne", "la-verne");
city.options[88] = new Option("Laguna Beach", "laguna-beach");
city.options[89] = new Option("Lake Forest", "lake-forest");
city.options[90] = new Option("Lancaster", "lancaster");
city.options[91] = new Option("Lathrop", "lathrop");
city.options[92] = new Option("Lemoore", "lemoore");
city.options[93] = new Option("Livermore", "livermore");
city.options[94] = new Option("Loma Linda", "loma-linda");
city.options[95] = new Option("Long Beach", "long-beach");
city.options[96] = new Option("Los Altos Hills", "los-altos-hills");
city.options[97] = new Option("Los Angeles", "los-angeles");
city.options[98] = new Option("Lynwood", "lynwood");
city.options[99] = new Option("Madera", "madera");
city.options[100] = new Option("Malibu", "malibu");
city.options[101] = new Option("Martinez", "martinez");
city.options[102] = new Option("Marysville", "marysville");
city.options[103] = new Option("Merced", "merced");
city.options[104] = new Option("Milpitas", "milpitas");
city.options[105] = new Option("Mission Viejo", "mission-viejo");
city.options[106] = new Option("Modesto", "modesto");
city.options[107] = new Option("Monrovia", "monrovia");
city.options[108] = new Option("Montebello", "montebello");
city.options[109] = new Option("Monterey", "monterey");
city.options[110] = new Option("Monterey Park", "monterey-park");
city.options[111] = new Option("Moorpark", "moorpark");
city.options[112] = new Option("Moraga", "moraga");
city.options[113] = new Option("Moreno Valley", "moreno-valley");
city.options[114] = new Option("Napa", "napa");
city.options[115] = new Option("National City", "national-city");
city.options[116] = new Option("Newport Beach", "newport-beach");
city.options[117] = new Option("Norco", "norco");
city.options[118] = new Option("North Hollywood", "north-hollywood");
city.options[119] = new Option("Northridge", "northridge");
city.options[120] = new Option("Norwalk", "norwalk");
city.options[121] = new Option("Oakland", "oakland");
city.options[122] = new Option("Oceanside", "oceanside");
city.options[123] = new Option("Ontario", "ontario");
city.options[124] = new Option("Orange", "orange");
city.options[125] = new Option("Oroville", "oroville");
city.options[126] = new Option("Oxnard", "oxnard");
city.options[127] = new Option("Palm Desert", "palm-desert");
city.options[128] = new Option("Palm Springs", "palm-springs");
city.options[129] = new Option("Palo Alto", "palo-alto");
city.options[130] = new Option("Panorama City", "panorama-city");
city.options[131] = new Option("Paramount", "paramount");
city.options[132] = new Option("Pasadena", "pasadena");
city.options[133] = new Option("Paso Robles", "paso-robles");
city.options[134] = new Option("Petaluma", "petaluma");
city.options[135] = new Option("Pittsburg", "pittsburg");
city.options[136] = new Option("Pleasant Hill", "pleasant-hill");
city.options[137] = new Option("Pomona", "pomona");
city.options[138] = new Option("Porterville", "porterville");
city.options[139] = new Option("Poway", "poway");
city.options[140] = new Option("Quincy", "quincy");
city.options[141] = new Option("Rancho Cordova", "rancho-cordova");
city.options[142] = new Option("Rancho Cucamonga", "rancho-cucamonga");
city.options[143] = new Option("Rancho Palos Verdes", "rancho-palos-verdes");
city.options[144] = new Option("Redding", "redding");
city.options[145] = new Option("Redlands", "redlands");
city.options[146] = new Option("Redondo Beach", "redondo-beach");
city.options[147] = new Option("Redwood City", "redwood-city");
city.options[148] = new Option("Reedley", "reedley");
city.options[149] = new Option("Reseda", "reseda");
city.options[150] = new Option("Richmond", "richmond");
city.options[151] = new Option("Ridgecrest", "ridgecrest");
city.options[152] = new Option("Riverside", "riverside");
city.options[153] = new Option("Rocklin", "rocklin");
city.options[154] = new Option("Rohnert Park", "rohnert-park");
city.options[155] = new Option("Rosemead", "rosemead");
city.options[156] = new Option("Roseville", "roseville");
city.options[157] = new Option("Sacramento", "sacramento");
city.options[158] = new Option("Salida", "salida");
city.options[159] = new Option("Salinas", "salinas");
city.options[160] = new Option("San Anselmo", "san-anselmo");
city.options[161] = new Option("San Bernardino", "san-bernardino");
city.options[162] = new Option("San Bruno", "san-bruno");
city.options[163] = new Option("San Diego", "san-diego");
city.options[164] = new Option("San Dimas", "san-dimas");
city.options[165] = new Option("San Francisco", "san-francisco");
city.options[166] = new Option("San Jacinto", "san-jacinto");
city.options[167] = new Option("San Jose", "san-jose");
city.options[168] = new Option("San Leandro", "san-leandro");
city.options[169] = new Option("San Luis Obispo", "san-luis-obispo");
city.options[170] = new Option("San Marcos", "san-marcos");
city.options[171] = new Option("San Mateo", "san-mateo");
city.options[172] = new Option("San Pablo", "san-pablo");
city.options[173] = new Option("San Pedro", "san-pedro");
city.options[174] = new Option("San Rafael", "san-rafael");
city.options[175] = new Option("Santa Ana", "santa-ana");
city.options[176] = new Option("Santa Barbara", "santa-barbara");
city.options[177] = new Option("Santa Clara", "santa-clara");
city.options[178] = new Option("Santa Clarita", "santa-clarita");
city.options[179] = new Option("Santa Cruz", "santa-cruz");
city.options[180] = new Option("Santa Fe Springs", "santa-fe-springs");
city.options[181] = new Option("Santa Maria", "santa-maria");
city.options[182] = new Option("Santa Monica", "santa-monica");
city.options[183] = new Option("Santa Paula", "santa-paula");
city.options[184] = new Option("Santa Rosa", "santa-rosa");
city.options[185] = new Option("Saratoga", "saratoga");
city.options[186] = new Option("Scotts Valley", "scotts-valley");
city.options[187] = new Option("Seaside", "seaside");
city.options[188] = new Option("Sherman Oaks", "sherman-oaks");
city.options[189] = new Option("Signal Hill", "signal-hill");
city.options[190] = new Option("Simi Valley", "simi-valley");
city.options[191] = new Option("Sonora", "sonora");
city.options[192] = new Option("South Gate", "south-gate");
city.options[193] = new Option("South Lake Tahoe", "south-lake-tahoe");
city.options[194] = new Option("Stanford", "stanford");
city.options[195] = new Option("Stanton", "stanton");
city.options[196] = new Option("Stockton", "stockton");
city.options[197] = new Option("Studio City", "studio-city");
city.options[198] = new Option("Sunnyvale", "sunnyvale");
city.options[199] = new Option("Susanville", "susanville");
city.options[200] = new Option("Sylmar", "sylmar");
city.options[201] = new Option("Taft", "taft");
city.options[202] = new Option("Tarzana", "tarzana");
city.options[203] = new Option("Temecula", "temecula");
city.options[204] = new Option("Temple City", "temple-city");
city.options[205] = new Option("Thousand Oaks", "thousand-oaks");
city.options[206] = new Option("Torrance", "torrance");
city.options[207] = new Option("Tulare", "tulare");
city.options[208] = new Option("Turlock", "turlock");
city.options[209] = new Option("Ukiah", "ukiah");
city.options[210] = new Option("Upland", "upland");
city.options[211] = new Option("Vacaville", "vacaville");
city.options[212] = new Option("Valencia", "valencia");
city.options[213] = new Option("Vallejo", "vallejo");
city.options[214] = new Option("Valley Glen", "valley-glen");
city.options[215] = new Option("Van Nuys", "van-nuys");
city.options[216] = new Option("Ventura", "ventura");
city.options[217] = new Option("Victorville", "victorville");
city.options[218] = new Option("Visalia", "visalia");
city.options[219] = new Option("Vista", "vista");
city.options[220] = new Option("Walnut", "walnut");
city.options[221] = new Option("Walnut Creek", "walnut-creek");
city.options[222] = new Option("Watsonville", "watsonville");
city.options[223] = new Option("Weed", "weed");
city.options[224] = new Option("West Covina", "west-covina");
city.options[225] = new Option("West Garden Grove", "west-garden-grove");
city.options[226] = new Option("West Sacramento", "west-sacramento");
city.options[227] = new Option("Westminster", "westminster");
city.options[228] = new Option("Whittier", "whittier");
city.options[229] = new Option("Wilmington", "wilmington");
city.options[230] = new Option("Woodland Hills", "woodland-hills");
city.options[231] = new Option("Yuba City", "yuba-city");
city.options[232] = new Option("Yucaipa", "yucaipa");
break
case "colorado":
city.options[1] = new Option("Alamosa", "alamosa");
city.options[2] = new Option("Arvada", "arvada");
city.options[3] = new Option("Aurora", "aurora");
city.options[4] = new Option("Boulder", "boulder");
city.options[5] = new Option("Broomfield", "broomfield");
city.options[6] = new Option("Centennial", "centennial");
city.options[7] = new Option("Colorado Springs", "colorado-springs");
city.options[8] = new Option("Delta", "delta");
city.options[9] = new Option("Denver", "denver");
city.options[10] = new Option("Durango", "durango");
city.options[11] = new Option("Fort  Morgan", "fort-morgan");
city.options[12] = new Option("Fort Collins", "fort-collins");
city.options[13] = new Option("Glenwood Springs", "glenwood-springs");
city.options[14] = new Option("Golden", "golden");
city.options[15] = new Option("Grand Junction", "grand-junction");
city.options[16] = new Option("Greeley", "greeley");
city.options[17] = new Option("Greenwood Village", "greenwood-village");
city.options[18] = new Option("Gunnison", "gunnison");
city.options[19] = new Option("La Junta", "la-junta");
city.options[20] = new Option("Lakewood", "lakewood");
city.options[21] = new Option("Lamar", "lamar");
city.options[22] = new Option("Littleton", "littleton");
city.options[23] = new Option("Lone Tree", "lone-tree");
city.options[24] = new Option("Mancos", "mancos");
city.options[25] = new Option("Pueblo", "pueblo");
city.options[26] = new Option("Rangely", "rangely");
city.options[27] = new Option("Sterling", "sterling");
city.options[28] = new Option("Thornton", "thornton");
city.options[29] = new Option("Trinidad", "trinidad");
city.options[30] = new Option("Usafa", "usafa");
city.options[31] = new Option("Westminster", "westminster");
break
case "connecticut":
city.options[1] = new Option("Ansonia", "ansonia");
city.options[2] = new Option("Branford", "branford");
city.options[3] = new Option("Bridgeport", "bridgeport");
city.options[4] = new Option("Cromwell", "cromwell");
city.options[5] = new Option("Danbury", "danbury");
city.options[6] = new Option("Danielson", "danielson");
city.options[7] = new Option("East Hartford", "east-hartford");
city.options[8] = new Option("East Windsor", "east-windsor");
city.options[9] = new Option("Enfield", "enfield");
city.options[10] = new Option("Fairfield", "fairfield");
city.options[11] = new Option("Farmington", "farmington");
city.options[12] = new Option("Groton", "groton");
city.options[13] = new Option("Hamden", "hamden");
city.options[14] = new Option("Hartford", "hartford");
city.options[15] = new Option("Manchester", "manchester");
city.options[16] = new Option("Meriden", "meriden");
city.options[17] = new Option("Middletown", "middletown");
city.options[18] = new Option("Milford", "milford");
city.options[19] = new Option("New Britain", "new-britain");
city.options[20] = new Option("New Haven", "new-haven");
city.options[21] = new Option("New London", "new-london");
city.options[22] = new Option("Newington", "newington");
city.options[23] = new Option("Niantic", "niantic");
city.options[24] = new Option("North Haven", "north-haven");
city.options[25] = new Option("Norwalk", "norwalk");
city.options[26] = new Option("Norwich", "norwich");
city.options[27] = new Option("Old Lyme", "old-lyme");
city.options[28] = new Option("Shelton", "shelton");
city.options[29] = new Option("Somers", "somers");
city.options[30] = new Option("Southington", "southington");
city.options[31] = new Option("Stamford", "stamford");
city.options[32] = new Option("Storrs", "storrs");
city.options[33] = new Option("Stratford", "stratford");
city.options[34] = new Option("Suffield", "suffield");
city.options[35] = new Option("Torrington", "torrington");
city.options[36] = new Option("Waterbury", "waterbury");
city.options[37] = new Option("West Hartford", "west-hartford");
city.options[38] = new Option("West Haven", "west-haven");
city.options[39] = new Option("Westport", "westport");
city.options[40] = new Option("Willimantic", "willimantic");
city.options[41] = new Option("Windsor", "windsor");
city.options[42] = new Option("Winsted", "winsted");
city.options[43] = new Option("Wolcott", "wolcott");
break
case "delaware":
city.options[1] = new Option("Dover", "dover");
city.options[2] = new Option("Georgetown", "georgetown");
city.options[3] = new Option("Lewes", "lewes");
city.options[4] = new Option("New Castle", "new-castle");
city.options[5] = new Option("Newark", "newark");
city.options[6] = new Option("Wilmington", "wilmington");
break
case "district-of-columbia":
city.options[1] = new Option("Washington", "washington");
break
case "federated-states-of-micronesia":
city.options[1] = new Option("Pohnpei", "pohnpei");
break
case "florida":
city.options[1] = new Option("Altamonte", "altamonte");
city.options[2] = new Option("Altamonte Springs", "altamonte-springs");
city.options[3] = new Option("Avon Park", "avon-park");
city.options[4] = new Option("Babson Park", "babson-park");
city.options[5] = new Option("Boca Raton", "boca-raton");
city.options[6] = new Option("Boynton Beach", "boynton-beach");
city.options[7] = new Option("Bradenton", "bradenton");
city.options[8] = new Option("Cape Coral", "cape-coral");
city.options[9] = new Option("Casselberry", "casselberry");
city.options[10] = new Option("Chipley", "chipley");
city.options[11] = new Option("Clearwater", "clearwater");
city.options[12] = new Option("Cocoa", "cocoa");
city.options[13] = new Option("Coconut Creek", "coconut-creek");
city.options[14] = new Option("Coral Gables", "coral-gables");
city.options[15] = new Option("Dania Beach", "dania-beach");
city.options[16] = new Option("Davie", "davie");
city.options[17] = new Option("Daytona Beach", "daytona-beach");
city.options[18] = new Option("Deland", "deland");
city.options[19] = new Option("DeLand", "deland");
city.options[20] = new Option("Delray Beach", "delray-beach");
city.options[21] = new Option("Eustis", "eustis");
city.options[22] = new Option("Fellsmere", "fellsmere");
city.options[23] = new Option("Fern Park", "fern-park");
city.options[24] = new Option("Fort Lauderdale", "fort-lauderdale");
city.options[25] = new Option("Fort Myers", "fort-myers");
city.options[26] = new Option("Fort Pierce", "fort-pierce");
city.options[27] = new Option("Fort Walton Beach", "fort-walton-beach");
city.options[28] = new Option("Gainesville", "gainesville");
city.options[29] = new Option("Graceville", "graceville");
city.options[30] = new Option("Greenacres", "greenacres");
city.options[31] = new Option("Hallandale Beach", "hallandale-beach");
city.options[32] = new Option("Hialeah", "hialeah");
city.options[33] = new Option("Hobe Sound", "hobe-sound");
city.options[34] = new Option("Holiday", "holiday");
city.options[35] = new Option("Hollywood", "hollywood");
city.options[36] = new Option("Inverness", "inverness");
city.options[37] = new Option("Jacksonville", "jacksonville");
city.options[38] = new Option("Key West", "key-west");
city.options[39] = new Option("Kissimmee", "kissimmee");
city.options[40] = new Option("Lake City", "lake-city");
city.options[41] = new Option("Lake Mary", "lake-mary");
city.options[42] = new Option("Lake Wales", "lake-wales");
city.options[43] = new Option("Lake Worth", "lake-worth");
city.options[44] = new Option("Lakeland", "lakeland");
city.options[45] = new Option("Largo", "largo");
city.options[46] = new Option("Lauderdale Lakes", "lauderdale-lakes");
city.options[47] = new Option("Lauderhill", "lauderhill");
city.options[48] = new Option("Leesburg", "leesburg");
city.options[49] = new Option("Live Oak", "live-oak");
city.options[50] = new Option("Longwood", "longwood");
city.options[51] = new Option("Madison", "madison");
city.options[52] = new Option("Maitland", "maitland");
city.options[53] = new Option("Margate", "margate");
city.options[54] = new Option("Marianna", "marianna");
city.options[55] = new Option("Melbourne", "melbourne");
city.options[56] = new Option("Merritt Island", "merritt-island");
city.options[57] = new Option("Miami", "miami");
city.options[58] = new Option("Miami Beach", "miami-beach");
city.options[59] = new Option("Miami Gardens", "miami-gardens");
city.options[60] = new Option("Miami Lakes", "miami-lakes");
city.options[61] = new Option("Milton", "milton");
city.options[62] = new Option("Miramar", "miramar");
city.options[63] = new Option("Mulberry", "mulberry");
city.options[64] = new Option("Naples", "naples");
city.options[65] = new Option("New Port Richey", "new-port-richey");
city.options[66] = new Option("Niceville", "niceville");
city.options[67] = new Option("North Miami", "north-miami");
city.options[68] = new Option("Oakland Park", "oakland-park");
city.options[69] = new Option("Ocala", "ocala");
city.options[70] = new Option("Orange Park", "orange-park");
city.options[71] = new Option("Orlando", "orlando");
city.options[72] = new Option("Ormond Beach", "ormond-beach");
city.options[73] = new Option("Palatka", "palatka");
city.options[74] = new Option("Palm Bay", "palm-bay");
city.options[75] = new Option("Palm Harbor", "palm-harbor");
city.options[76] = new Option("Palm Springs", "palm-springs");
city.options[77] = new Option("Panama City", "panama-city");
city.options[78] = new Option("Pensacola", "pensacola");
city.options[79] = new Option("Perry", "perry");
city.options[80] = new Option("Pinellas Park", "pinellas-park");
city.options[81] = new Option("Plantation", "plantation");
city.options[82] = new Option("Pompano Beach", "pompano-beach");
city.options[83] = new Option("Port Charlotte", "port-charlotte");
city.options[84] = new Option("Saint Augustine", "saint-augustine");
city.options[85] = new Option("Saint Leo", "saint-leo");
city.options[86] = new Option("Saint Petersburg", "saint-petersburg");
city.options[87] = new Option("Sanford", "sanford");
city.options[88] = new Option("Sarasota", "sarasota");
city.options[89] = new Option("South Daytona", "south-daytona");
city.options[90] = new Option("Starke", "starke");
city.options[91] = new Option("Stuart", "stuart");
city.options[92] = new Option("Sweetwater", "sweetwater");
city.options[93] = new Option("Tallahassee", "tallahassee");
city.options[94] = new Option("Tampa", "tampa");
city.options[95] = new Option("Temple Terrace", "temple-terrace");
city.options[96] = new Option("Trinity", "trinity");
city.options[97] = new Option("West  Palm Beach", "west-palm-beach");
city.options[98] = new Option("West Palm Beach", "west-palm-beach");
city.options[99] = new Option("Weston", "weston");
city.options[100] = new Option("Wilton Manor", "wilton-manor");
city.options[101] = new Option("Winter Garden", "winter-garden");
city.options[102] = new Option("Winter Haven", "winter-haven");
city.options[103] = new Option("Winter Park", "winter-park");
break
case "georgia":
city.options[1] = new Option("Acworth", "acworth");
city.options[2] = new Option("Albany", "albany");
city.options[3] = new Option("Americus", "americus");
city.options[4] = new Option("Athens", "athens");
city.options[5] = new Option("Atlanta", "atlanta");
city.options[6] = new Option("Augusta", "augusta");
city.options[7] = new Option("Bainbridge", "bainbridge");
city.options[8] = new Option("Barnesville", "barnesville");
city.options[9] = new Option("Brunswick", "brunswick");
city.options[10] = new Option("Carrollton", "carrollton");
city.options[11] = new Option("Chamblee", "chamblee");
city.options[12] = new Option("Clarkesville", "clarkesville");
city.options[13] = new Option("Clarkston", "clarkston");
city.options[14] = new Option("Cleveland", "cleveland");
city.options[15] = new Option("Cochran", "cochran");
city.options[16] = new Option("Columbus", "columbus");
city.options[17] = new Option("Conyers", "conyers");
city.options[18] = new Option("Cuthbert", "cuthbert");
city.options[19] = new Option("Dahlonega", "dahlonega");
city.options[20] = new Option("Dalton", "dalton");
city.options[21] = new Option("Decatur", "decatur");
city.options[22] = new Option("Demorest", "demorest");
city.options[23] = new Option("Douglas", "douglas");
city.options[24] = new Option("Dublin", "dublin");
city.options[25] = new Option("Duluth", "duluth");
city.options[26] = new Option("Dunwoody", "dunwoody");
city.options[27] = new Option("East Point", "east-point");
city.options[28] = new Option("Eastman", "eastman");
city.options[29] = new Option("Evans", "evans");
city.options[30] = new Option("Fayetteville", "fayetteville");
city.options[31] = new Option("Fitzgerald", "fitzgerald");
city.options[32] = new Option("Forest Park", "forest-park");
city.options[33] = new Option("Fort Gordon", "fort-gordon");
city.options[34] = new Option("Fort Valley", "fort-valley");
city.options[35] = new Option("Franklin Springs", "franklin-springs");
city.options[36] = new Option("Gainesville", "gainesville");
city.options[37] = new Option("Griffin", "griffin");
city.options[38] = new Option("Hiram", "hiram");
city.options[39] = new Option("Jasper", "jasper");
city.options[40] = new Option("Jesup", "jesup");
city.options[41] = new Option("Jonesboro", "jonesboro");
city.options[42] = new Option("Kennesaw", "kennesaw");
city.options[43] = new Option("Lagrange", "lagrange");
city.options[44] = new Option("Lawrenceville", "lawrenceville");
city.options[45] = new Option("Lilburn", "lilburn");
city.options[46] = new Option("Lithonia", "lithonia");
city.options[47] = new Option("Lookout Mountain", "lookout-mountain");
city.options[48] = new Option("Macon", "macon");
city.options[49] = new Option("Marietta", "marietta");
city.options[50] = new Option("Milledgeville", "milledgeville");
city.options[51] = new Option("Moody Air Force Base", "moody-air-force-base");
city.options[52] = new Option("Morrow", "morrow");
city.options[53] = new Option("Moultrie", "moultrie");
city.options[54] = new Option("Mount Berry", "mount-berry");
city.options[55] = new Option("Mount Vernon", "mount-vernon");
city.options[56] = new Option("Norcross", "norcross");
city.options[57] = new Option("Oakwood", "oakwood");
city.options[58] = new Option("Powder Springs", "powder-springs");
city.options[59] = new Option("Rock Spring", "rock-spring");
city.options[60] = new Option("Rome", "rome");
city.options[61] = new Option("Sandersville", "sandersville");
city.options[62] = new Option("Savannah", "savannah");
city.options[63] = new Option("Smyrna", "smyrna");
city.options[64] = new Option("Statesboro", "statesboro");
city.options[65] = new Option("Stone Mountain", "stone-mountain");
city.options[66] = new Option("Swainsboro", "swainsboro");
city.options[67] = new Option("Thomaston", "thomaston");
city.options[68] = new Option("Thomasville", "thomasville");
city.options[69] = new Option("Tifton", "tifton");
city.options[70] = new Option("Toccoa Falls", "toccoa-falls");
city.options[71] = new Option("Tucker", "tucker");
city.options[72] = new Option("Union City", "union-city");
city.options[73] = new Option("Valdosta", "valdosta");
city.options[74] = new Option("Vidalia", "vidalia");
city.options[75] = new Option("Waco", "waco");
city.options[76] = new Option("Waleska", "waleska");
city.options[77] = new Option("Warner Robins", "warner-robins");
city.options[78] = new Option("Waycross", "waycross");
city.options[79] = new Option("Young Harris", "young-harris");
break
case "guam":
city.options[1] = new Option("Mangilao", "mangilao");
break
case "hawaii":
city.options[1] = new Option("Aiea", "aiea");
city.options[2] = new Option("Hilo", "hilo");
city.options[3] = new Option("Honolulu", "honolulu");
city.options[4] = new Option("Kahului", "kahului");
city.options[5] = new Option("Kaneohe", "kaneohe");
city.options[6] = new Option("Kaneohe-Oahu", "kaneohe-oahu");
city.options[7] = new Option("Laie", "laie");
city.options[8] = new Option("Lihue", "lihue");
city.options[9] = new Option("Pearl City", "pearl-city");
city.options[10] = new Option("Wahiawa", "wahiawa");
break
case "idaho":
city.options[1] = new Option("Boise", "boise");
city.options[2] = new Option("Burley", "burley");
city.options[3] = new Option("Caldwell", "caldwell");
city.options[4] = new Option("Chubbuck", "chubbuck");
city.options[5] = new Option("Coeur D Alene", "coeur-d-alene");
city.options[6] = new Option("Coeur D'alene", "coeur-dalene");
city.options[7] = new Option("Idaho Falls", "idaho-falls");
city.options[8] = new Option("Lewiston", "lewiston");
city.options[9] = new Option("Meridian", "meridian");
city.options[10] = new Option("Moscow", "moscow");
city.options[11] = new Option("Nampa", "nampa");
city.options[12] = new Option("Pocatello", "pocatello");
city.options[13] = new Option("Rexburg", "rexburg");
city.options[14] = new Option("Twin Falls", "twin-falls");
break
case "illinois":
city.options[1] = new Option("Addison", "addison");
city.options[2] = new Option("Alton", "alton");
city.options[3] = new Option("Aurora", "aurora");
city.options[4] = new Option("Bartonville", "bartonville");
city.options[5] = new Option("Belleville", "belleville");
city.options[6] = new Option("Bensenville", "bensenville");
city.options[7] = new Option("Berwyn", "berwyn");
city.options[8] = new Option("Bloomingdale", "bloomingdale");
city.options[9] = new Option("Bloomington", "bloomington");
city.options[10] = new Option("Blue Island", "blue-island");
city.options[11] = new Option("Bourbonnais", "bourbonnais");
city.options[12] = new Option("Bradley", "bradley");
city.options[13] = new Option("Bridgeview", "bridgeview");
city.options[14] = new Option("Burr Ridge", "burr-ridge");
city.options[15] = new Option("Calumet City", "calumet-city");
city.options[16] = new Option("Canton", "canton");
city.options[17] = new Option("Carbondale", "carbondale");
city.options[18] = new Option("Carlinville", "carlinville");
city.options[19] = new Option("Carterville", "carterville");
city.options[20] = new Option("Centralia", "centralia");
city.options[21] = new Option("Champaign", "champaign");
city.options[22] = new Option("Charleston", "charleston");
city.options[23] = new Option("Chicago", "chicago");
city.options[24] = new Option("Chicago Heights", "chicago-heights");
city.options[25] = new Option("Cicero", "cicero");
city.options[26] = new Option("Collinsville", "collinsville");
city.options[27] = new Option("Crystal Lake", "crystal-lake");
city.options[28] = new Option("Danville", "danville");
city.options[29] = new Option("Darien", "darien");
city.options[30] = new Option("Decatur", "decatur");
city.options[31] = new Option("Deerfield", "deerfield");
city.options[32] = new Option("Dekalb", "dekalb");
city.options[33] = new Option("Des Plaines", "des-plaines");
city.options[34] = new Option("Dixon", "dixon");
city.options[35] = new Option("Downers Grove", "downers-grove");
city.options[36] = new Option("East Moline", "east-moline");
city.options[37] = new Option("East Peoria", "east-peoria");
city.options[38] = new Option("East Saint Louis", "east-saint-louis");
city.options[39] = new Option("Edwardsville", "edwardsville");
city.options[40] = new Option("Elgin", "elgin");
city.options[41] = new Option("Elmhurst", "elmhurst");
city.options[42] = new Option("Elsah", "elsah");
city.options[43] = new Option("Eureka", "eureka");
city.options[44] = new Option("Evanston", "evanston");
city.options[45] = new Option("Fairfield", "fairfield");
city.options[46] = new Option("Fairview Heights", "fairview-heights");
city.options[47] = new Option("Freeport", "freeport");
city.options[48] = new Option("Galesburg", "galesburg");
city.options[49] = new Option("Glen Ellyn", "glen-ellyn");
city.options[50] = new Option("Glendale Heights", "glendale-heights");
city.options[51] = new Option("Godfrey", "godfrey");
city.options[52] = new Option("Grayslake", "grayslake");
city.options[53] = new Option("Greenville", "greenville");
city.options[54] = new Option("Hanover Park", "hanover-park");
city.options[55] = new Option("Harrisburg", "harrisburg");
city.options[56] = new Option("Harvey", "harvey");
city.options[57] = new Option("Hickory Hills", "hickory-hills");
city.options[58] = new Option("Hoffman Estates", "hoffman-estates");
city.options[59] = new Option("Ina", "ina");
city.options[60] = new Option("Itasca", "itasca");
city.options[61] = new Option("Jacksonville", "jacksonville");
city.options[62] = new Option("Joliet", "joliet");
city.options[63] = new Option("Kankakee", "kankakee");
city.options[64] = new Option("La Salle", "la-salle");
city.options[65] = new Option("Lake Forest", "lake-forest");
city.options[66] = new Option("Lebanon", "lebanon");
city.options[67] = new Option("Lincoln", "lincoln");
city.options[68] = new Option("Lisle", "lisle");
city.options[69] = new Option("Litchfield", "litchfield");
city.options[70] = new Option("Lombard", "lombard");
city.options[71] = new Option("Macomb", "macomb");
city.options[72] = new Option("Malta", "malta");
city.options[73] = new Option("Mattoon", "mattoon");
city.options[74] = new Option("Melrose Park", "melrose-park");
city.options[75] = new Option("Merrionette Park", "merrionette-park");
city.options[76] = new Option("Moline", "moline");
city.options[77] = new Option("Monmouth", "monmouth");
city.options[78] = new Option("Morrison", "morrison");
city.options[79] = new Option("Mount Carmel", "mount-carmel");
city.options[80] = new Option("Mount Prospect", "mount-prospect");
city.options[81] = new Option("Mundelein", "mundelein");
city.options[82] = new Option("Naperville", "naperville");
city.options[83] = new Option("Niles", "niles");
city.options[84] = new Option("Normal", "normal");
city.options[85] = new Option("North Aurora", "north-aurora");
city.options[86] = new Option("North Chicago", "north-chicago");
city.options[87] = new Option("Oak Forest", "oak-forest");
city.options[88] = new Option("Oak Lawn", "oak-lawn");
city.options[89] = new Option("Oak Park", "oak-park");
city.options[90] = new Option("Oakbrook Terrace", "oakbrook-terrace");
city.options[91] = new Option("Oglesby", "oglesby");
city.options[92] = new Option("Olney", "olney");
city.options[93] = new Option("Orland Park", "orland-park");
city.options[94] = new Option("Oswego", "oswego");
city.options[95] = new Option("Palatine", "palatine");
city.options[96] = new Option("Palos Heights", "palos-heights");
city.options[97] = new Option("Palos Hills", "palos-hills");
city.options[98] = new Option("Peoria", "peoria");
city.options[99] = new Option("Quincy", "quincy");
city.options[100] = new Option("Red Bud", "red-bud");
city.options[101] = new Option("River Forest", "river-forest");
city.options[102] = new Option("River Grove", "river-grove");
city.options[103] = new Option("Robinson", "robinson");
city.options[104] = new Option("Rock Island", "rock-island");
city.options[105] = new Option("Rockford", "rockford");
city.options[106] = new Option("Romeoville", "romeoville");
city.options[107] = new Option("Schaumburg", "schaumburg");
city.options[108] = new Option("Shelbyville", "shelbyville");
city.options[109] = new Option("Skokie", "skokie");
city.options[110] = new Option("South Holland", "south-holland");
city.options[111] = new Option("Springfield", "springfield");
city.options[112] = new Option("Sterling", "sterling");
city.options[113] = new Option("Sugar Grove", "sugar-grove");
city.options[114] = new Option("Sycamore", "sycamore");
city.options[115] = new Option("Ullin", "ullin");
city.options[116] = new Option("University Park", "university-park");
city.options[117] = new Option("Urbana", "urbana");
city.options[118] = new Option("Villa Park", "villa-park");
city.options[119] = new Option("West Dundee", "west-dundee");
city.options[120] = new Option("Wheaton", "wheaton");
city.options[121] = new Option("Wheeling", "wheeling");
city.options[122] = new Option("Woodridge", "woodridge");
break
case "indiana":
city.options[1] = new Option("Alexandria", "alexandria");
city.options[2] = new Option("Anderson", "anderson");
city.options[3] = new Option("Angola", "angola");
city.options[4] = new Option("Bloomington", "bloomington");
city.options[5] = new Option("Carmel", "carmel");
city.options[6] = new Option("Clarksville", "clarksville");
city.options[7] = new Option("Columbus", "columbus");
city.options[8] = new Option("Crawfordsville", "crawfordsville");
city.options[9] = new Option("Donaldson", "donaldson");
city.options[10] = new Option("Elkhart", "elkhart");
city.options[11] = new Option("Evansville", "evansville");
city.options[12] = new Option("Fort Wayne", "fort-wayne");
city.options[13] = new Option("Franklin", "franklin");
city.options[14] = new Option("Gary", "gary");
city.options[15] = new Option("Goshen", "goshen");
city.options[16] = new Option("Greencastle", "greencastle");
city.options[17] = new Option("Hammond", "hammond");
city.options[18] = new Option("Hanover", "hanover");
city.options[19] = new Option("Highland", "highland");
city.options[20] = new Option("Hobart", "hobart");
city.options[21] = new Option("Huntington", "huntington");
city.options[22] = new Option("Indianapolis", "indianapolis");
city.options[23] = new Option("Jeffersonville", "jeffersonville");
city.options[24] = new Option("Knox", "knox");
city.options[25] = new Option("Kokomo", "kokomo");
city.options[26] = new Option("Lafayette", "lafayette");
city.options[27] = new Option("Madison", "madison");
city.options[28] = new Option("Marion", "marion");
city.options[29] = new Option("Merrillville", "merrillville");
city.options[30] = new Option("Michigan City", "michigan-city");
city.options[31] = new Option("Mishawaka", "mishawaka");
city.options[32] = new Option("Muncie", "muncie");
city.options[33] = new Option("New Albany", "new-albany");
city.options[34] = new Option("Newburgh", "newburgh");
city.options[35] = new Option("Noblesville", "noblesville");
city.options[36] = new Option("North Manchester", "north-manchester");
city.options[37] = new Option("Notre Dame", "notre-dame");
city.options[38] = new Option("Oakland City", "oakland-city");
city.options[39] = new Option("Rensselaer", "rensselaer");
city.options[40] = new Option("Richmond", "richmond");
city.options[41] = new Option("Saint Mary-Of-The-Woods", "saint-mary-of-the-woods");
city.options[42] = new Option("Saint Meinrad", "saint-meinrad");
city.options[43] = new Option("Schererville", "schererville");
city.options[44] = new Option("Sellersburg", "sellersburg");
city.options[45] = new Option("South Bend", "south-bend");
city.options[46] = new Option("Terre Haute", "terre-haute");
city.options[47] = new Option("Upland", "upland");
city.options[48] = new Option("Valparaiso", "valparaiso");
city.options[49] = new Option("Vincennes", "vincennes");
city.options[50] = new Option("West Lafayette", "west-lafayette");
city.options[51] = new Option("Westville", "westville");
city.options[52] = new Option("Whiting", "whiting");
city.options[53] = new Option("Winona Lake", "winona-lake");
break
case "iowa":
city.options[1] = new Option("Ames", "ames");
city.options[2] = new Option("Ankeny", "ankeny");
city.options[3] = new Option("Burlington", "burlington");
city.options[4] = new Option("Calmar", "calmar");
city.options[5] = new Option("Cedar Falls", "cedar-falls");
city.options[6] = new Option("Cedar Rapids", "cedar-rapids");
city.options[7] = new Option("Clinton", "clinton");
city.options[8] = new Option("Council Bluffs", "council-bluffs");
city.options[9] = new Option("Cresco", "cresco");
city.options[10] = new Option("Creston", "creston");
city.options[11] = new Option("Davenport", "davenport");
city.options[12] = new Option("Decorah", "decorah");
city.options[13] = new Option("Des Moines", "des-moines");
city.options[14] = new Option("Dubuque", "dubuque");
city.options[15] = new Option("Epworth", "epworth");
city.options[16] = new Option("Estherville", "estherville");
city.options[17] = new Option("Fairfield", "fairfield");
city.options[18] = new Option("Fayette", "fayette");
city.options[19] = new Option("Forest City", "forest-city");
city.options[20] = new Option("Fort Dodge", "fort-dodge");
city.options[21] = new Option("Fort Madison", "fort-madison");
city.options[22] = new Option("Grinnell", "grinnell");
city.options[23] = new Option("Indianola", "indianola");
city.options[24] = new Option("Iowa City", "iowa-city");
city.options[25] = new Option("Iowa Falls", "iowa-falls");
city.options[26] = new Option("Johnston", "johnston");
city.options[27] = new Option("Keokuk", "keokuk");
city.options[28] = new Option("Lamoni", "lamoni");
city.options[29] = new Option("Marshalltown", "marshalltown");
city.options[30] = new Option("Mason City", "mason-city");
city.options[31] = new Option("Mount Pleasant", "mount-pleasant");
city.options[32] = new Option("Mount Vernon", "mount-vernon");
city.options[33] = new Option("Orange City", "orange-city");
city.options[34] = new Option("Oskaloosa", "oskaloosa");
city.options[35] = new Option("Ottumwa", "ottumwa");
city.options[36] = new Option("Pella", "pella");
city.options[37] = new Option("Sheldon", "sheldon");
city.options[38] = new Option("Sioux Center", "sioux-center");
city.options[39] = new Option("Sioux City", "sioux-city");
city.options[40] = new Option("Spirit Lake", "spirit-lake");
city.options[41] = new Option("Storm Lake", "storm-lake");
city.options[42] = new Option("University Park", "university-park");
city.options[43] = new Option("Urbandale", "urbandale");
city.options[44] = new Option("Waterloo", "waterloo");
city.options[45] = new Option("Waverly", "waverly");
city.options[46] = new Option("West Burlington", "west-burlington");
city.options[47] = new Option("West Des Moines", "west-des-moines");
break
case "kansas":
city.options[1] = new Option("Arkansas City", "arkansas-city");
city.options[2] = new Option("Atchison", "atchison");
city.options[3] = new Option("Baldwin City", "baldwin-city");
city.options[4] = new Option("Beloit", "beloit");
city.options[5] = new Option("Chanute", "chanute");
city.options[6] = new Option("Coffeyville", "coffeyville");
city.options[7] = new Option("Colby", "colby");
city.options[8] = new Option("Concordia", "concordia");
city.options[9] = new Option("Dodge City", "dodge-city");
city.options[10] = new Option("El Dorado", "el-dorado");
city.options[11] = new Option("Emporia", "emporia");
city.options[12] = new Option("Fort Scott", "fort-scott");
city.options[13] = new Option("Garden City", "garden-city");
city.options[14] = new Option("Goodland", "goodland");
city.options[15] = new Option("Great Bend", "great-bend");
city.options[16] = new Option("Haviland", "haviland");
city.options[17] = new Option("Hays", "hays");
city.options[18] = new Option("Hesston", "hesston");
city.options[19] = new Option("Highland", "highland");
city.options[20] = new Option("Hillsboro", "hillsboro");
city.options[21] = new Option("Hutchinson", "hutchinson");
city.options[22] = new Option("Independence", "independence");
city.options[23] = new Option("Iola", "iola");
city.options[24] = new Option("Kansas City", "kansas-city");
city.options[25] = new Option("Lawrence", "lawrence");
city.options[26] = new Option("Leavenworth", "leavenworth");
city.options[27] = new Option("Lenexa", "lenexa");
city.options[28] = new Option("Liberal", "liberal");
city.options[29] = new Option("Lindsborg", "lindsborg");
city.options[30] = new Option("Manhattan", "manhattan");
city.options[31] = new Option("McPherson", "mcpherson");
city.options[32] = new Option("North Newton", "north-newton");
city.options[33] = new Option("Olathe", "olathe");
city.options[34] = new Option("Ottawa", "ottawa");
city.options[35] = new Option("Overland Park", "overland-park");
city.options[36] = new Option("Parsons", "parsons");
city.options[37] = new Option("Pittsburg", "pittsburg");
city.options[38] = new Option("Pratt", "pratt");
city.options[39] = new Option("Salina", "salina");
city.options[40] = new Option("Shawnee", "shawnee");
city.options[41] = new Option("Sterling", "sterling");
city.options[42] = new Option("Topeka", "topeka");
city.options[43] = new Option("Wichita", "wichita");
city.options[44] = new Option("Winfield", "winfield");
break
case "kentucky":
city.options[1] = new Option("Ashland", "ashland");
city.options[2] = new Option("Barbourville", "barbourville");
city.options[3] = new Option("Berea", "berea");
city.options[4] = new Option("Bowling Green", "bowling-green");
city.options[5] = new Option("Campbellsville", "campbellsville");
city.options[6] = new Option("Columbia", "columbia");
city.options[7] = new Option("Covington", "covington");
city.options[8] = new Option("Crestview Hills", "crestview-hills");
city.options[9] = new Option("Cumberland", "cumberland");
city.options[10] = new Option("Danville", "danville");
city.options[11] = new Option("Elizabethtown", "elizabethtown");
city.options[12] = new Option("Florence", "florence");
city.options[13] = new Option("Fort Mitchell", "fort-mitchell");
city.options[14] = new Option("Frankfort", "frankfort");
city.options[15] = new Option("Georgetown", "georgetown");
city.options[16] = new Option("Glasgow", "glasgow");
city.options[17] = new Option("Grayson", "grayson");
city.options[18] = new Option("Harlan", "harlan");
city.options[19] = new Option("Hazard", "hazard");
city.options[20] = new Option("Henderson", "henderson");
city.options[21] = new Option("Highland Heights", "highland-heights");
city.options[22] = new Option("Hopkinsville", "hopkinsville");
city.options[23] = new Option("Hyden", "hyden");
city.options[24] = new Option("Lexington", "lexington");
city.options[25] = new Option("London", "london");
city.options[26] = new Option("Louisville", "louisville");
city.options[27] = new Option("Madisonville", "madisonville");
city.options[28] = new Option("Manchester", "manchester");
city.options[29] = new Option("Mayfield", "mayfield");
city.options[30] = new Option("Maysville", "maysville");
city.options[31] = new Option("Middlesboro", "middlesboro");
city.options[32] = new Option("Midway", "midway");
city.options[33] = new Option("Morehead", "morehead");
city.options[34] = new Option("Mount Sterling", "mount-sterling");
city.options[35] = new Option("Murray", "murray");
city.options[36] = new Option("Newport", "newport");
city.options[37] = new Option("Nicholasville", "nicholasville");
city.options[38] = new Option("Owensboro", "owensboro");
city.options[39] = new Option("Paducah", "paducah");
city.options[40] = new Option("Paintsville", "paintsville");
city.options[41] = new Option("Pikeville", "pikeville");
city.options[42] = new Option("Pineville", "pineville");
city.options[43] = new Option("Pippa Passes", "pippa-passes");
city.options[44] = new Option("Prestonburg", "prestonburg");
city.options[45] = new Option("Prestonsburg", "prestonsburg");
city.options[46] = new Option("Richmond", "richmond");
city.options[47] = new Option("Russell", "russell");
city.options[48] = new Option("Saint Catharine", "saint-catharine");
city.options[49] = new Option("Somerset", "somerset");
city.options[50] = new Option("South Williamson", "south-williamson");
city.options[51] = new Option("Vancleve", "vancleve");
city.options[52] = new Option("Versailles", "versailles");
city.options[53] = new Option("Whitesburg", "whitesburg");
city.options[54] = new Option("Williamsburg", "williamsburg");
city.options[55] = new Option("Wilmore", "wilmore");
city.options[56] = new Option("Winchester", "winchester");
break
case "louisiana":
city.options[1] = new Option("Abbeville", "abbeville");
city.options[2] = new Option("Alexandria", "alexandria");
city.options[3] = new Option("Bastrop", "bastrop");
city.options[4] = new Option("Baton Rouge", "baton-rouge");
city.options[5] = new Option("Bogalusa", "bogalusa");
city.options[6] = new Option("Bossier City", "bossier-city");
city.options[7] = new Option("Chalmette", "chalmette");
city.options[8] = new Option("Cottonport", "cottonport");
city.options[9] = new Option("Covington", "covington");
city.options[10] = new Option("Crowley", "crowley");
city.options[11] = new Option("Denham Springs", "denham-springs");
city.options[12] = new Option("Eunice", "eunice");
city.options[13] = new Option("Farmerville", "farmerville");
city.options[14] = new Option("Ferriday", "ferriday");
city.options[15] = new Option("Gonzales", "gonzales");
city.options[16] = new Option("Grambling", "grambling");
city.options[17] = new Option("Greensburg", "greensburg");
city.options[18] = new Option("Gretna", "gretna");
city.options[19] = new Option("Hammond", "hammond");
city.options[20] = new Option("Harvey", "harvey");
city.options[21] = new Option("Houma", "houma");
city.options[22] = new Option("Jackson", "jackson");
city.options[23] = new Option("Jennings", "jennings");
city.options[24] = new Option("Kenner", "kenner");
city.options[25] = new Option("Lafayette", "lafayette");
city.options[26] = new Option("Lake Charles", "lake-charles");
city.options[27] = new Option("Leesville", "leesville");
city.options[28] = new Option("Mansfield", "mansfield");
city.options[29] = new Option("Many", "many");
city.options[30] = new Option("Metairie", "metairie");
city.options[31] = new Option("Minden", "minden");
city.options[32] = new Option("Monroe", "monroe");
city.options[33] = new Option("Morgan City", "morgan-city");
city.options[34] = new Option("Natchitoches", "natchitoches");
city.options[35] = new Option("New Iberia", "new-iberia");
city.options[36] = new Option("New Orleans", "new-orleans");
city.options[37] = new Option("New Roads", "new-roads");
city.options[38] = new Option("Oakdale", "oakdale");
city.options[39] = new Option("Opelousas", "opelousas");
city.options[40] = new Option("Pineville", "pineville");
city.options[41] = new Option("Plaquemine", "plaquemine");
city.options[42] = new Option("Reserve", "reserve");
city.options[43] = new Option("Ruston", "ruston");
city.options[44] = new Option("Saint Martinville", "saint-martinville");
city.options[45] = new Option("Saint Rose", "saint-rose");
city.options[46] = new Option("Shreveport", "shreveport");
city.options[47] = new Option("Slidell", "slidell");
city.options[48] = new Option("Sorrento", "sorrento");
city.options[49] = new Option("St. Benedict", "st-benedict");
city.options[50] = new Option("Tallulah", "tallulah");
city.options[51] = new Option("Thibodaux", "thibodaux");
city.options[52] = new Option("Vidalia", "vidalia");
city.options[53] = new Option("Ville Platte", "ville-platte");
city.options[54] = new Option("West Monroe", "west-monroe");
city.options[55] = new Option("Winnfield", "winnfield");
city.options[56] = new Option("Winnsboro", "winnsboro");
break
case "maine":
city.options[1] = new Option("Arundel", "arundel");
city.options[2] = new Option("Auburn", "auburn");
city.options[3] = new Option("Augusta", "augusta");
city.options[4] = new Option("Bangor", "bangor");
city.options[5] = new Option("Bar Harbor", "bar-harbor");
city.options[6] = new Option("Biddeford", "biddeford");
city.options[7] = new Option("Bridgton", "bridgton");
city.options[8] = new Option("Brunswick", "brunswick");
city.options[9] = new Option("Calais", "calais");
city.options[10] = new Option("Castine", "castine");
city.options[11] = new Option("Fairfield", "fairfield");
city.options[12] = new Option("Farmington", "farmington");
city.options[13] = new Option("Fort Kent", "fort-kent");
city.options[14] = new Option("Lewiston", "lewiston");
city.options[15] = new Option("Machias", "machias");
city.options[16] = new Option("Oakland", "oakland");
city.options[17] = new Option("Orono", "orono");
city.options[18] = new Option("Portland", "portland");
city.options[19] = new Option("Presque Isle", "presque-isle");
city.options[20] = new Option("Sanford", "sanford");
city.options[21] = new Option("South Portland", "south-portland");
city.options[22] = new Option("Standish", "standish");
city.options[23] = new Option("Unity", "unity");
city.options[24] = new Option("Waterville", "waterville");
city.options[25] = new Option("Wells", "wells");
city.options[26] = new Option("Westbrook", "westbrook");
break
case "marshall-islands":
city.options[1] = new Option("Majuro", "majuro");
break
case "maryland":
city.options[1] = new Option("Adelphi", "adelphi");
city.options[2] = new Option("Annapolis", "annapolis");
city.options[3] = new Option("Arnold", "arnold");
city.options[4] = new Option("Baltimore", "baltimore");
city.options[5] = new Option("Bel Air", "bel-air");
city.options[6] = new Option("Beltsville", "beltsville");
city.options[7] = new Option("Bethesda", "bethesda");
city.options[8] = new Option("Bowie", "bowie");
city.options[9] = new Option("California", "california");
city.options[10] = new Option("Capitol Heights", "capitol-heights");
city.options[11] = new Option("Chestertown", "chestertown");
city.options[12] = new Option("College Park", "college-park");
city.options[13] = new Option("Columbia", "columbia");
city.options[14] = new Option("Cumberland", "cumberland");
city.options[15] = new Option("Emmitsburg", "emmitsburg");
city.options[16] = new Option("Frederick", "frederick");
city.options[17] = new Option("Frostburg", "frostburg");
city.options[18] = new Option("Gaithersburg", "gaithersburg");
city.options[19] = new Option("Hagerstown", "hagerstown");
city.options[20] = new Option("La Plata", "la-plata");
city.options[21] = new Option("Landover", "landover");
city.options[22] = new Option("Lanham", "lanham");
city.options[23] = new Option("Largo", "largo");
city.options[24] = new Option("Laurel", "laurel");
city.options[25] = new Option("Linthicum", "linthicum");
city.options[26] = new Option("McHenry", "mchenry");
city.options[27] = new Option("New Carrollton", "new-carrollton");
city.options[28] = new Option("North East", "north-east");
city.options[29] = new Option("Owings Mills", "owings-mills");
city.options[30] = new Option("Princess Anne", "princess-anne");
city.options[31] = new Option("Reisterstown", "reisterstown");
city.options[32] = new Option("Rockville", "rockville");
city.options[33] = new Option("Saint Mary's City", "saint-marys-city");
city.options[34] = new Option("Salisbury", "salisbury");
city.options[35] = new Option("Silver  Spring", "silver-spring");
city.options[36] = new Option("Silver Spring", "silver-spring");
city.options[37] = new Option("Stevenson", "stevenson");
city.options[38] = new Option("Suitland", "suitland");
city.options[39] = new Option("Takoma Park", "takoma-park");
city.options[40] = new Option("Timonium", "timonium");
city.options[41] = new Option("Towson", "towson");
city.options[42] = new Option("Waldorf", "waldorf");
city.options[43] = new Option("Westminster", "westminster");
city.options[44] = new Option("Wheaton", "wheaton");
city.options[45] = new Option("Wye Mills", "wye-mills");
break
case "massachusetts":
city.options[1] = new Option("Amherst", "amherst");
city.options[2] = new Option("Andover", "andover");
city.options[3] = new Option("Bedford", "bedford");
city.options[4] = new Option("Beverly", "beverly");
city.options[5] = new Option("Billerica", "billerica");
city.options[6] = new Option("Boston", "boston");
city.options[7] = new Option("Bourne", "bourne");
city.options[8] = new Option("Braintree", "braintree");
city.options[9] = new Option("Bridgewater", "bridgewater");
city.options[10] = new Option("Brighton", "brighton");
city.options[11] = new Option("Brockton", "brockton");
city.options[12] = new Option("Brookline", "brookline");
city.options[13] = new Option("Buzzards Bay", "buzzards-bay");
city.options[14] = new Option("Cambridge", "cambridge");
city.options[15] = new Option("Canton", "canton");
city.options[16] = new Option("Charlestown", "charlestown");
city.options[17] = new Option("Chelsea", "chelsea");
city.options[18] = new Option("Chestnut Hill", "chestnut-hill");
city.options[19] = new Option("Chicopee", "chicopee");
city.options[20] = new Option("Conway", "conway");
city.options[21] = new Option("Danvers", "danvers");
city.options[22] = new Option("Dudley", "dudley");
city.options[23] = new Option("Easton", "easton");
city.options[24] = new Option("Fall River", "fall-river");
city.options[25] = new Option("Falmouth", "falmouth");
city.options[26] = new Option("Fitchburg", "fitchburg");
city.options[27] = new Option("Framingham", "framingham");
city.options[28] = new Option("Franklin", "franklin");
city.options[29] = new Option("Gardner", "gardner");
city.options[30] = new Option("Great Barrington", "great-barrington");
city.options[31] = new Option("Greenfield", "greenfield");
city.options[32] = new Option("Haverhill", "haverhill");
city.options[33] = new Option("Holyoke", "holyoke");
city.options[34] = new Option("Hyannis", "hyannis");
city.options[35] = new Option("Ipswich", "ipswich");
city.options[36] = new Option("Longmeadow", "longmeadow");
city.options[37] = new Option("Lowell", "lowell");
city.options[38] = new Option("Ludlow", "ludlow");
city.options[39] = new Option("Malden", "malden");
city.options[40] = new Option("Marlborough", "marlborough");
city.options[41] = new Option("Medford", "medford");
city.options[42] = new Option("Milton", "milton");
city.options[43] = new Option("Needham", "needham");
city.options[44] = new Option("New Bedford", "new-bedford");
city.options[45] = new Option("Newton", "newton");
city.options[46] = new Option("Newton Centre", "newton-centre");
city.options[47] = new Option("North Adams", "north-adams");
city.options[48] = new Option("North Andover", "north-andover");
city.options[49] = new Option("North Dartmouth", "north-dartmouth");
city.options[50] = new Option("Northampton", "northampton");
city.options[51] = new Option("Norton", "norton");
city.options[52] = new Option("Norwood", "norwood");
city.options[53] = new Option("Paxton", "paxton");
city.options[54] = new Option("Pittsfield", "pittsfield");
city.options[55] = new Option("Plymouth", "plymouth");
city.options[56] = new Option("Quincy", "quincy");
city.options[57] = new Option("Roxbury Crossing", "roxbury-crossing");
city.options[58] = new Option("Salem", "salem");
city.options[59] = new Option("Somerville", "somerville");
city.options[60] = new Option("South Easton", "south-easton");
city.options[61] = new Option("South Hadley", "south-hadley");
city.options[62] = new Option("South Hamilton", "south-hamilton");
city.options[63] = new Option("South Lancaster", "south-lancaster");
city.options[64] = new Option("Springfield", "springfield");
city.options[65] = new Option("Swampscott", "swampscott");
city.options[66] = new Option("Taunton", "taunton");
city.options[67] = new Option("Tewksbury", "tewksbury");
city.options[68] = new Option("Turners Falls", "turners-falls");
city.options[69] = new Option("Tyngsboro", "tyngsboro");
city.options[70] = new Option("Waltham", "waltham");
city.options[71] = new Option("Watertown", "watertown");
city.options[72] = new Option("Wellesley", "wellesley");
city.options[73] = new Option("Wellesley Hills", "wellesley-hills");
city.options[74] = new Option("Wenham", "wenham");
city.options[75] = new Option("West Barnstable", "west-barnstable");
city.options[76] = new Option("West Springfield", "west-springfield");
city.options[77] = new Option("Westboro", "westboro");
city.options[78] = new Option("Westborough", "westborough");
city.options[79] = new Option("Westfield", "westfield");
city.options[80] = new Option("Weston", "weston");
city.options[81] = new Option("Williamstown", "williamstown");
city.options[82] = new Option("Woburn", "woburn");
city.options[83] = new Option("Worcester", "worcester");
break
case "michigan":
city.options[1] = new Option("Adrian", "adrian");
city.options[2] = new Option("Albion", "albion");
city.options[3] = new Option("Allen Park", "allen-park");
city.options[4] = new Option("Allendale", "allendale");
city.options[5] = new Option("Alma", "alma");
city.options[6] = new Option("Alpena", "alpena");
city.options[7] = new Option("Ann Arbor", "ann-arbor");
city.options[8] = new Option("Auburn Hills", "auburn-hills");
city.options[9] = new Option("Battle Creek", "battle-creek");
city.options[10] = new Option("Bay City", "bay-city");
city.options[11] = new Option("Belleville", "belleville");
city.options[12] = new Option("Benton Harbor", "benton-harbor");
city.options[13] = new Option("Berrien Springs", "berrien-springs");
city.options[14] = new Option("Big Rapids", "big-rapids");
city.options[15] = new Option("Bloomfield Hills", "bloomfield-hills");
city.options[16] = new Option("Brighton", "brighton");
city.options[17] = new Option("Brimley", "brimley");
city.options[18] = new Option("Cadillac", "cadillac");
city.options[19] = new Option("Canton", "canton");
city.options[20] = new Option("Centreville", "centreville");
city.options[21] = new Option("Clawson", "clawson");
city.options[22] = new Option("Clinton Township", "clinton-township");
city.options[23] = new Option("Coldwater", "coldwater");
city.options[24] = new Option("Dearborn", "dearborn");
city.options[25] = new Option("Detroit", "detroit");
city.options[26] = new Option("Dowagiac", "dowagiac");
city.options[27] = new Option("East Lansing", "east-lansing");
city.options[28] = new Option("Escanaba", "escanaba");
city.options[29] = new Option("Farmington Hills", "farmington-hills");
city.options[30] = new Option("Ferndale", "ferndale");
city.options[31] = new Option("Flint", "flint");
city.options[32] = new Option("Flushing", "flushing");
city.options[33] = new Option("Grand Blanc", "grand-blanc");
city.options[34] = new Option("Grand Rapids", "grand-rapids");
city.options[35] = new Option("Hancock", "hancock");
city.options[36] = new Option("Harrison", "harrison");
city.options[37] = new Option("Hillsdale", "hillsdale");
city.options[38] = new Option("Holland", "holland");
city.options[39] = new Option("Houghton", "houghton");
city.options[40] = new Option("Houghton Lake", "houghton-lake");
city.options[41] = new Option("Howell", "howell");
city.options[42] = new Option("Ironwood", "ironwood");
city.options[43] = new Option("Jackson", "jackson");
city.options[44] = new Option("Kalamazoo", "kalamazoo");
city.options[45] = new Option("Lansing", "lansing");
city.options[46] = new Option("Lapeer", "lapeer");
city.options[47] = new Option("Livonia", "livonia");
city.options[48] = new Option("Madison Heights", "madison-heights");
city.options[49] = new Option("Marquette", "marquette");
city.options[50] = new Option("Marysville", "marysville");
city.options[51] = new Option("Midland", "midland");
city.options[52] = new Option("Monroe", "monroe");
city.options[53] = new Option("Mount Pleasant", "mount-pleasant");
city.options[54] = new Option("Muskegon", "muskegon");
city.options[55] = new Option("Norton Shores", "norton-shores");
city.options[56] = new Option("Oak Park", "oak-park");
city.options[57] = new Option("Olivet", "olivet");
city.options[58] = new Option("Owosso", "owosso");
city.options[59] = new Option("Petoskey", "petoskey");
city.options[60] = new Option("Plainwell", "plainwell");
city.options[61] = new Option("Plymouth", "plymouth");
city.options[62] = new Option("Port Huron", "port-huron");
city.options[63] = new Option("Portage", "portage");
city.options[64] = new Option("Redford", "redford");
city.options[65] = new Option("Riverview", "riverview");
city.options[66] = new Option("Rochester Hills", "rochester-hills");
city.options[67] = new Option("Roosevelt Park", "roosevelt-park");
city.options[68] = new Option("Roscommon", "roscommon");
city.options[69] = new Option("Roseville", "roseville");
city.options[70] = new Option("Royal Oak", "royal-oak");
city.options[71] = new Option("Saginaw", "saginaw");
city.options[72] = new Option("Saint Clair Shores", "saint-clair-shores");
city.options[73] = new Option("Saint Joseph", "saint-joseph");
city.options[74] = new Option("Sault Ste Marie", "sault-ste-marie");
city.options[75] = new Option("Scottville", "scottville");
city.options[76] = new Option("Sidney", "sidney");
city.options[77] = new Option("Southfield", "southfield");
city.options[78] = new Option("Southgate", "southgate");
city.options[79] = new Option("Spring Arbor", "spring-arbor");
city.options[80] = new Option("Taylor", "taylor");
city.options[81] = new Option("Traverse City", "traverse-city");
city.options[82] = new Option("Troy", "troy");
city.options[83] = new Option("University Center", "university-center");
city.options[84] = new Option("Warren", "warren");
city.options[85] = new Option("Waterford", "waterford");
city.options[86] = new Option("Wayne", "wayne");
city.options[87] = new Option("Westland", "westland");
city.options[88] = new Option("Wyoming", "wyoming");
city.options[89] = new Option("Ypsilanti", "ypsilanti");
break
case "minnesota":
city.options[1] = new Option("Alexandria", "alexandria");
city.options[2] = new Option("Anoka", "anoka");
city.options[3] = new Option("Austin", "austin");
city.options[4] = new Option("Bemidji", "bemidji");
city.options[5] = new Option("Blaine", "blaine");
city.options[6] = new Option("Bloomington", "bloomington");
city.options[7] = new Option("Brainerd", "brainerd");
city.options[8] = new Option("Brooklyn Center", "brooklyn-center");
city.options[9] = new Option("Brooklyn Park", "brooklyn-park");
city.options[10] = new Option("Burnsville", "burnsville");
city.options[11] = new Option("Cass Lake", "cass-lake");
city.options[12] = new Option("Cloquet", "cloquet");
city.options[13] = new Option("Collegeville", "collegeville");
city.options[14] = new Option("Coon Rapids", "coon-rapids");
city.options[15] = new Option("Crookston", "crookston");
city.options[16] = new Option("Dultuh", "dultuh");
city.options[17] = new Option("Duluth", "duluth");
city.options[18] = new Option("Eagan", "eagan");
city.options[19] = new Option("Eden Prairie", "eden-prairie");
city.options[20] = new Option("Edina", "edina");
city.options[21] = new Option("Ely", "ely");
city.options[22] = new Option("Fergus Falls", "fergus-falls");
city.options[23] = new Option("Grand Rapids", "grand-rapids");
city.options[24] = new Option("Granite Falls", "granite-falls");
city.options[25] = new Option("Hibbing", "hibbing");
city.options[26] = new Option("International Falls", "international-falls");
city.options[27] = new Option("Inver Grove Heights", "inver-grove-heights");
city.options[28] = new Option("Mahnomen", "mahnomen");
city.options[29] = new Option("Mankato", "mankato");
city.options[30] = new Option("Maplewood", "maplewood");
city.options[31] = new Option("Marshall", "marshall");
city.options[32] = new Option("Mendota Heights", "mendota-heights");
city.options[33] = new Option("Minneapolis", "minneapolis");
city.options[34] = new Option("Minnetonka", "minnetonka");
city.options[35] = new Option("Moorhead", "moorhead");
city.options[36] = new Option("Morris", "morris");
city.options[37] = new Option("New Brighton", "new-brighton");
city.options[38] = new Option("New Hope", "new-hope");
city.options[39] = new Option("New Ulm", "new-ulm");
city.options[40] = new Option("North Mankato", "north-mankato");
city.options[41] = new Option("Northfield", "northfield");
city.options[42] = new Option("Oakdale", "oakdale");
city.options[43] = new Option("Owatonna", "owatonna");
city.options[44] = new Option("Pine City", "pine-city");
city.options[45] = new Option("Plymouth", "plymouth");
city.options[46] = new Option("Richfield", "richfield");
city.options[47] = new Option("Rochester", "rochester");
city.options[48] = new Option("Rosemount", "rosemount");
city.options[49] = new Option("Roseville", "roseville");
city.options[50] = new Option("Saint Bonifacius", "saint-bonifacius");
city.options[51] = new Option("Saint Cloud", "saint-cloud");
city.options[52] = new Option("Saint Joseph", "saint-joseph");
city.options[53] = new Option("Saint Louis Park", "saint-louis-park");
city.options[54] = new Option("Saint Paul", "saint-paul");
city.options[55] = new Option("Saint Peter", "saint-peter");
city.options[56] = new Option("Shakopee", "shakopee");
city.options[57] = new Option("Thief River Falls", "thief-river-falls");
city.options[58] = new Option("Virginia", "virginia");
city.options[59] = new Option("Waite Park", "waite-park");
city.options[60] = new Option("White Bear Lake", "white-bear-lake");
city.options[61] = new Option("Willmar", "willmar");
city.options[62] = new Option("Winona", "winona");
break
case "mississippi":
city.options[1] = new Option("Alcorn State", "alcorn-state");
city.options[2] = new Option("Blue Mountain", "blue-mountain");
city.options[3] = new Option("Booneville", "booneville");
city.options[4] = new Option("Carthage", "carthage");
city.options[5] = new Option("Clarksdale", "clarksdale");
city.options[6] = new Option("Cleveland", "cleveland");
city.options[7] = new Option("Clinton", "clinton");
city.options[8] = new Option("Columbus", "columbus");
city.options[9] = new Option("Corinth", "corinth");
city.options[10] = new Option("Decatur", "decatur");
city.options[11] = new Option("D'iberville", "diberville");
city.options[12] = new Option("Ellisville", "ellisville");
city.options[13] = new Option("Florence", "florence");
city.options[14] = new Option("Fulton", "fulton");
city.options[15] = new Option("Goodman", "goodman");
city.options[16] = new Option("Greenville", "greenville");
city.options[17] = new Option("Grenada", "grenada");
city.options[18] = new Option("Gulfport", "gulfport");
city.options[19] = new Option("Hattiesburg", "hattiesburg");
city.options[20] = new Option("Holly Springs", "holly-springs");
city.options[21] = new Option("Itta Bena", "itta-bena");
city.options[22] = new Option("Jackson", "jackson");
city.options[23] = new Option("Kosciusko", "kosciusko");
city.options[24] = new Option("Laurel", "laurel");
city.options[25] = new Option("Mendenhall", "mendenhall");
city.options[26] = new Option("Meridian", "meridian");
city.options[27] = new Option("Mississippi State", "mississippi-state");
city.options[28] = new Option("Moorhead", "moorhead");
city.options[29] = new Option("Natchez", "natchez");
city.options[30] = new Option("Ocean Spring", "ocean-spring");
city.options[31] = new Option("Pearl", "pearl");
city.options[32] = new Option("Perkinston", "perkinston");
city.options[33] = new Option("Poplarville", "poplarville");
city.options[34] = new Option("Raymond", "raymond");
city.options[35] = new Option("Ripley", "ripley");
city.options[36] = new Option("Scooba", "scooba");
city.options[37] = new Option("Senatobia", "senatobia");
city.options[38] = new Option("Southaven", "southaven");
city.options[39] = new Option("Summit", "summit");
city.options[40] = new Option("Tougaloo", "tougaloo");
city.options[41] = new Option("Tupelo", "tupelo");
city.options[42] = new Option("University", "university");
city.options[43] = new Option("Wesson", "wesson");
city.options[44] = new Option("West Point", "west-point");
break
case "missouri":
city.options[1] = new Option("Arnold", "arnold");
city.options[2] = new Option("Ballwin", "ballwin");
city.options[3] = new Option("Bethany", "bethany");
city.options[4] = new Option("Blue Springs", "blue-springs");
city.options[5] = new Option("Bolivar", "bolivar");
city.options[6] = new Option("Boonville", "boonville");
city.options[7] = new Option("Brookfield", "brookfield");
city.options[8] = new Option("Camdenton", "camdenton");
city.options[9] = new Option("Canton", "canton");
city.options[10] = new Option("Cape Girardeau", "cape-girardeau");
city.options[11] = new Option("Chesterfield", "chesterfield");
city.options[12] = new Option("Chillicothe", "chillicothe");
city.options[13] = new Option("Clinton", "clinton");
city.options[14] = new Option("Columbia", "columbia");
city.options[15] = new Option("Conception", "conception");
city.options[16] = new Option("Cottleville", "cottleville");
city.options[17] = new Option("Earth City", "earth-city");
city.options[18] = new Option("Eldon", "eldon");
city.options[19] = new Option("Eolia", "eolia");
city.options[20] = new Option("Excelsior Springs", "excelsior-springs");
city.options[21] = new Option("Farmington", "farmington");
city.options[22] = new Option("Fayette", "fayette");
city.options[23] = new Option("Fenton", "fenton");
city.options[24] = new Option("Florissant", "florissant");
city.options[25] = new Option("Fulton", "fulton");
city.options[26] = new Option("Gladstone", "gladstone");
city.options[27] = new Option("Grandview", "grandview");
city.options[28] = new Option("Hannibal", "hannibal");
city.options[29] = new Option("Harrisonville", "harrisonville");
city.options[30] = new Option("Hazelwood", "hazelwood");
city.options[31] = new Option("High Ridge", "high-ridge");
city.options[32] = new Option("Hillsboro", "hillsboro");
city.options[33] = new Option("Houston", "houston");
city.options[34] = new Option("Independence", "independence");
city.options[35] = new Option("Jefferson City", "jefferson-city");
city.options[36] = new Option("Joplin", "joplin");
city.options[37] = new Option("Kansas City", "kansas-city");
city.options[38] = new Option("Kennett", "kennett");
city.options[39] = new Option("Kirksville", "kirksville");
city.options[40] = new Option("Kirkwood", "kirkwood");
city.options[41] = new Option("Lebanon", "lebanon");
city.options[42] = new Option("Lees Summit", "lees-summit");
city.options[43] = new Option("Lexington", "lexington");
city.options[44] = new Option("Liberty", "liberty");
city.options[45] = new Option("Linn", "linn");
city.options[46] = new Option("Louisburg", "louisburg");
city.options[47] = new Option("Marshall", "marshall");
city.options[48] = new Option("Maryland Heights", "maryland-heights");
city.options[49] = new Option("Maryville", "maryville");
city.options[50] = new Option("Mehlville", "mehlville");
city.options[51] = new Option("Mexico", "mexico");
city.options[52] = new Option("Moberly", "moberly");
city.options[53] = new Option("Mountain Grove", "mountain-grove");
city.options[54] = new Option("Neosho", "neosho");
city.options[55] = new Option("Nevada", "nevada");
city.options[56] = new Option("North Kansas City", "north-kansas-city");
city.options[57] = new Option("O'Fallon", "ofallon");
city.options[58] = new Option("Park Hills", "park-hills");
city.options[59] = new Option("Parkville", "parkville");
city.options[60] = new Option("Platte City", "platte-city");
city.options[61] = new Option("Point Lookout", "point-lookout");
city.options[62] = new Option("Poplar Bluff", "poplar-bluff");
city.options[63] = new Option("Raytown", "raytown");
city.options[64] = new Option("Reeds Spring", "reeds-spring");
city.options[65] = new Option("Rolla", "rolla");
city.options[66] = new Option("Sain Peters", "sain-peters");
city.options[67] = new Option("Saint Ann", "saint-ann");
city.options[68] = new Option("Saint Charles", "saint-charles");
city.options[69] = new Option("Saint Joseph", "saint-joseph");
city.options[70] = new Option("Saint Louis", "saint-louis");
city.options[71] = new Option("Saint Peters", "saint-peters");
city.options[72] = new Option("Saint Robert", "saint-robert");
city.options[73] = new Option("Sedalia", "sedalia");
city.options[74] = new Option("Sikeston", "sikeston");
city.options[75] = new Option("Springfield", "springfield");
city.options[76] = new Option("St Louis", "st-louis");
city.options[77] = new Option("St. Peters", "st-peters");
city.options[78] = new Option("Sullivan", "sullivan");
city.options[79] = new Option("Sunset Hills", "sunset-hills");
city.options[80] = new Option("Trenton", "trenton");
city.options[81] = new Option("Union", "union");
city.options[82] = new Option("Warrensburg", "warrensburg");
city.options[83] = new Option("Washington", "washington");
city.options[84] = new Option("Waynesville", "waynesville");
city.options[85] = new Option("Webster Grove", "webster-grove");
city.options[86] = new Option("Wentzville", "wentzville");
city.options[87] = new Option("West Plains", "west-plains");
break
case "montana":
city.options[1] = new Option("Billings", "billings");
city.options[2] = new Option("Box Elder", "box-elder");
city.options[3] = new Option("Bozeman", "bozeman");
city.options[4] = new Option("Browning", "browning");
city.options[5] = new Option("Butte", "butte");
city.options[6] = new Option("Crow Agency", "crow-agency");
city.options[7] = new Option("Dillon", "dillon");
city.options[8] = new Option("Glendive", "glendive");
city.options[9] = new Option("Great Falls", "great-falls");
city.options[10] = new Option("Harlem", "harlem");
city.options[11] = new Option("Havre", "havre");
city.options[12] = new Option("Helena", "helena");
city.options[13] = new Option("Kalispell", "kalispell");
city.options[14] = new Option("Lame Deer", "lame-deer");
city.options[15] = new Option("Miles City", "miles-city");
city.options[16] = new Option("Missoula", "missoula");
city.options[17] = new Option("Pablo", "pablo");
city.options[18] = new Option("Poplar", "poplar");
break
case "nebraska":
city.options[1] = new Option("Bellevue", "bellevue");
city.options[2] = new Option("Blair", "blair");
city.options[3] = new Option("Chadron", "chadron");
city.options[4] = new Option("Crete", "crete");
city.options[5] = new Option("Curtis", "curtis");
city.options[6] = new Option("Fremont", "fremont");
city.options[7] = new Option("Grand Island", "grand-island");
city.options[8] = new Option("Hastings", "hastings");
city.options[9] = new Option("Kearney", "kearney");
city.options[10] = new Option("Lincoln", "lincoln");
city.options[11] = new Option("MacY", "macy");
city.options[12] = new Option("Norfolk", "norfolk");
city.options[13] = new Option("North Platte", "north-platte");
city.options[14] = new Option("Omaha", "omaha");
city.options[15] = new Option("Papillion", "papillion");
city.options[16] = new Option("Peru", "peru");
city.options[17] = new Option("Scottsbluff", "scottsbluff");
city.options[18] = new Option("Seward", "seward");
city.options[19] = new Option("Wayne", "wayne");
city.options[20] = new Option("Winnebago", "winnebago");
city.options[21] = new Option("York", "york");
break
case "nevada":
city.options[1] = new Option("Carson", "carson");
city.options[2] = new Option("Carson City", "carson-city");
city.options[3] = new Option("Elko", "elko");
city.options[4] = new Option("Henderson", "henderson");
city.options[5] = new Option("Incline Village", "incline-village");
city.options[6] = new Option("Las Vegas", "las-vegas");
city.options[7] = new Option("Reno", "reno");
city.options[8] = new Option("Sparks", "sparks");
break
case "new-hampshire":
city.options[1] = new Option("Bedford", "bedford");
city.options[2] = new Option("Berlin", "berlin");
city.options[3] = new Option("Chester", "chester");
city.options[4] = new Option("Claremont", "claremont");
city.options[5] = new Option("Concord", "concord");
city.options[6] = new Option("Dover", "dover");
city.options[7] = new Option("Durham", "durham");
city.options[8] = new Option("Hanover", "hanover");
city.options[9] = new Option("Henniker", "henniker");
city.options[10] = new Option("Hudson", "hudson");
city.options[11] = new Option("Keene", "keene");
city.options[12] = new Option("Laconia", "laconia");
city.options[13] = new Option("Lebanon", "lebanon");
city.options[14] = new Option("Manchester", "manchester");
city.options[15] = new Option("Merrimack", "merrimack");
city.options[16] = new Option("Nashua", "nashua");
city.options[17] = new Option("New London", "new-london");
city.options[18] = new Option("Plymouth", "plymouth");
city.options[19] = new Option("Portsmouth", "portsmouth");
city.options[20] = new Option("Rindge", "rindge");
city.options[21] = new Option("Somersworth", "somersworth");
city.options[22] = new Option("Stratham", "stratham");
city.options[23] = new Option("Warner", "warner");
city.options[24] = new Option("West Lebanon", "west-lebanon");
break
case "new-jersey":
city.options[1] = new Option("Adelphia", "adelphia");
city.options[2] = new Option("Belleville", "belleville");
city.options[3] = new Option("Blackwood", "blackwood");
city.options[4] = new Option("Bloomfield", "bloomfield");
city.options[5] = new Option("Bordentown", "bordentown");
city.options[6] = new Option("Brick", "brick");
city.options[7] = new Option("Bridgewater", "bridgewater");
city.options[8] = new Option("Caldwell", "caldwell");
city.options[9] = new Option("Camden", "camden");
city.options[10] = new Option("Carneys Point", "carneys-point");
city.options[11] = new Option("Cherry Hill", "cherry-hill");
city.options[12] = new Option("Clifton", "clifton");
city.options[13] = new Option("CLIFTON", "clifton");
city.options[14] = new Option("Clifton", "clifton");
city.options[15] = new Option("Cranford", "cranford");
city.options[16] = new Option("Delran", "delran");
city.options[17] = new Option("Denville", "denville");
city.options[18] = new Option("Deptford", "deptford");
city.options[19] = new Option("Dover", "dover");
city.options[20] = new Option("Edison", "edison");
city.options[21] = new Option("Egg Harbor", "egg-harbor");
city.options[22] = new Option("Elizabeth", "elizabeth");
city.options[23] = new Option("ERIAL", "erial");
city.options[24] = new Option("Ewing", "ewing");
city.options[25] = new Option("Fairfield", "fairfield");
city.options[26] = new Option("Glassboro", "glassboro");
city.options[27] = new Option("Gloucester", "gloucester");
city.options[28] = new Option("Hackensack", "hackensack");
city.options[29] = new Option("Hackettstown", "hackettstown");
city.options[30] = new Option("Hawthorne", "hawthorne");
city.options[31] = new Option("Hoboken", "hoboken");
city.options[32] = new Option("Iselin", "iselin");
city.options[33] = new Option("Jersey City", "jersey-city");
city.options[34] = new Option("Kenilworth", "kenilworth");
city.options[35] = new Option("Lakewood", "lakewood");
city.options[36] = new Option("Laurel Springs", "laurel-springs");
city.options[37] = new Option("Lawrenceville", "lawrenceville");
city.options[38] = new Option("Lincroft", "lincroft");
city.options[39] = new Option("Linwood", "linwood");
city.options[40] = new Option("Livingston", "livingston");
city.options[41] = new Option("Lodi", "lodi");
city.options[42] = new Option("Madison", "madison");
city.options[43] = new Option("Mahwah", "mahwah");
city.options[44] = new Option("Marlton", "marlton");
city.options[45] = new Option("Mays Landing", "mays-landing");
city.options[46] = new Option("Mendham", "mendham");
city.options[47] = new Option("Montclair", "montclair");
city.options[48] = new Option("Morris Plains", "morris-plains");
city.options[49] = new Option("Morristown", "morristown");
city.options[50] = new Option("Mount Laurel", "mount-laurel");
city.options[51] = new Option("Neptune", "neptune");
city.options[52] = new Option("New Brunswick", "new-brunswick");
city.options[53] = new Option("Newark", "newark");
city.options[54] = new Option("Newton", "newton");
city.options[55] = new Option("North Branch", "north-branch");
city.options[56] = new Option("North Brunswick", "north-brunswick");
city.options[57] = new Option("North Plainfield", "north-plainfield");
city.options[58] = new Option("Nutley", "nutley");
city.options[59] = new Option("Oakhurst", "oakhurst");
city.options[60] = new Option("Ocean", "ocean");
city.options[61] = new Option("Old Bridge", "old-bridge");
city.options[62] = new Option("Paramus", "paramus");
city.options[63] = new Option("Parsippany", "parsippany");
city.options[64] = new Option("Paterson", "paterson");
city.options[65] = new Option("Pemberton", "pemberton");
city.options[66] = new Option("Pennsauken", "pennsauken");
city.options[67] = new Option("Perth Amboy", "perth-amboy");
city.options[68] = new Option("Piscataway", "piscataway");
city.options[69] = new Option("Plainfield", "plainfield");
city.options[70] = new Option("Pleasantville", "pleasantville");
city.options[71] = new Option("Pomona", "pomona");
city.options[72] = new Option("Pompton Lakes", "pompton-lakes");
city.options[73] = new Option("Princeton", "princeton");
city.options[74] = new Option("Ramsey", "ramsey");
city.options[75] = new Option("Randolph", "randolph");
city.options[76] = new Option("Saddle Brook", "saddle-brook");
city.options[77] = new Option("Scotch Plains", "scotch-plains");
city.options[78] = new Option("Sewell", "sewell");
city.options[79] = new Option("South Orange", "south-orange");
city.options[80] = new Option("South Plainfield", "south-plainfield");
city.options[81] = new Option("Stratford", "stratford");
city.options[82] = new Option("Succasunna", "succasunna");
city.options[83] = new Option("Teaneck", "teaneck");
city.options[84] = new Option("Teterboro", "teterboro");
city.options[85] = new Option("Toms River", "toms-river");
city.options[86] = new Option("Trenton", "trenton");
city.options[87] = new Option("Union", "union");
city.options[88] = new Option("Vineland", "vineland");
city.options[89] = new Option("Wall", "wall");
city.options[90] = new Option("Washington", "washington");
city.options[91] = new Option("Wayne", "wayne");
city.options[92] = new Option("West  Atlantic City", "west-atlantic-city");
city.options[93] = new Option("West Long Branch", "west-long-branch");
city.options[94] = new Option("West New York", "west-new-york");
city.options[95] = new Option("West Paterson", "west-paterson");
city.options[96] = new Option("West Windsor", "west-windsor");
city.options[97] = new Option("Zarephath", "zarephath");
break
case "new-mexico":
city.options[1] = new Option("Alamogordo", "alamogordo");
city.options[2] = new Option("Albuequerque", "albuequerque");
city.options[3] = new Option("Albuquerque", "albuquerque");
city.options[4] = new Option("Carlsbad", "carlsbad");
city.options[5] = new Option("Clovis", "clovis");
city.options[6] = new Option("Crownpoint", "crownpoint");
city.options[7] = new Option("Espanola", "espanola");
city.options[8] = new Option("Farmington", "farmington");
city.options[9] = new Option("Gallup", "gallup");
city.options[10] = new Option("Grants", "grants");
city.options[11] = new Option("Hobbs", "hobbs");
city.options[12] = new Option("Las Cruces", "las-cruces");
city.options[13] = new Option("Las Vegas", "las-vegas");
city.options[14] = new Option("Los Alamos", "los-alamos");
city.options[15] = new Option("Los Lunas", "los-lunas");
city.options[16] = new Option("Portales", "portales");
city.options[17] = new Option("Rio Rancho", "rio-rancho");
city.options[18] = new Option("Roswell", "roswell");
city.options[19] = new Option("Ruidoso", "ruidoso");
city.options[20] = new Option("Santa Fe", "santa-fe");
city.options[21] = new Option("Silver City", "silver-city");
city.options[22] = new Option("Socorro", "socorro");
city.options[23] = new Option("Taos", "taos");
city.options[24] = new Option("Tucumcari", "tucumcari");
break
case "new-york":
city.options[1] = new Option("Albany", "albany");
city.options[2] = new Option("Alfred", "alfred");
city.options[3] = new Option("Amherst", "amherst");
city.options[4] = new Option("Amityville", "amityville");
city.options[5] = new Option("Angola", "angola");
city.options[6] = new Option("Annandale-On-Hudson", "annandale-on-hudson");
city.options[7] = new Option("Astoria", "astoria");
city.options[8] = new Option("Auburn", "auburn");
city.options[9] = new Option("Aurora", "aurora");
city.options[10] = new Option("Barrytown", "barrytown");
city.options[11] = new Option("Batavia", "batavia");
city.options[12] = new Option("Bayside", "bayside");
city.options[13] = new Option("Bethpage", "bethpage");
city.options[14] = new Option("Binghamton", "binghamton");
city.options[15] = new Option("Bohemia", "bohemia");
city.options[16] = new Option("Brentwood", "brentwood");
city.options[17] = new Option("Brockport", "brockport");
city.options[18] = new Option("Bronx", "bronx");
city.options[19] = new Option("Bronxville", "bronxville");
city.options[20] = new Option("Brooklyn", "brooklyn");
city.options[21] = new Option("Brooklyn Heights", "brooklyn-heights");
city.options[22] = new Option("Brookville", "brookville");
city.options[23] = new Option("Buffalo", "buffalo");
city.options[24] = new Option("Canandaigua", "canandaigua");
city.options[25] = new Option("Canton", "canton");
city.options[26] = new Option("Catskill", "catskill");
city.options[27] = new Option("Cazenovia", "cazenovia");
city.options[28] = new Option("Central Islip", "central-islip");
city.options[29] = new Option("Clinton", "clinton");
city.options[30] = new Option("Cobleskill", "cobleskill");
city.options[31] = new Option("Commack", "commack");
city.options[32] = new Option("Corning", "corning");
city.options[33] = new Option("Cortland", "cortland");
city.options[34] = new Option("Crestwood", "crestwood");
city.options[35] = new Option("Delhi", "delhi");
city.options[36] = new Option("Dix Hills", "dix-hills");
city.options[37] = new Option("Dobbs Ferry", "dobbs-ferry");
city.options[38] = new Option("Dryden", "dryden");
city.options[39] = new Option("East Aurora", "east-aurora");
city.options[40] = new Option("Elmira", "elmira");
city.options[41] = new Option("Far Rockaway", "far-rockaway");
city.options[42] = new Option("Farmingdale", "farmingdale");
city.options[43] = new Option("Flushing", "flushing");
city.options[44] = new Option("Forest Hills", "forest-hills");
city.options[45] = new Option("Fredonia", "fredonia");
city.options[46] = new Option("Fresh Meadows", "fresh-meadows");
city.options[47] = new Option("Garden City", "garden-city");
city.options[48] = new Option("Geneseo", "geneseo");
city.options[49] = new Option("Geneva", "geneva");
city.options[50] = new Option("Getzville", "getzville");
city.options[51] = new Option("Glen Cove", "glen-cove");
city.options[52] = new Option("Glens Falls", "glens-falls");
city.options[53] = new Option("Goshen", "goshen");
city.options[54] = new Option("Hamburg", "hamburg");
city.options[55] = new Option("Hamilton", "hamilton");
city.options[56] = new Option("Hauppauge", "hauppauge");
city.options[57] = new Option("Hempstead", "hempstead");
city.options[58] = new Option("Herkimer", "herkimer");
city.options[59] = new Option("Hornell", "hornell");
city.options[60] = new Option("Houghton", "houghton");
city.options[61] = new Option("Hudson", "hudson");
city.options[62] = new Option("Huntington", "huntington");
city.options[63] = new Option("Hyde Park", "hyde-park");
city.options[64] = new Option("Ilion", "ilion");
city.options[65] = new Option("Ithaca", "ithaca");
city.options[66] = new Option("Jackson Heights", "jackson-heights");
city.options[67] = new Option("Jamaica", "jamaica");
city.options[68] = new Option("Jamestown", "jamestown");
city.options[69] = new Option("Johnson City", "johnson-city");
city.options[70] = new Option("Johnstown", "johnstown");
city.options[71] = new Option("Keuka Park", "keuka-park");
city.options[72] = new Option("Kew Gardens", "kew-gardens");
city.options[73] = new Option("Kings Point", "kings-point");
city.options[74] = new Option("Latham", "latham");
city.options[75] = new Option("Lawrence", "lawrence");
city.options[76] = new Option("Levittown", "levittown");
city.options[77] = new Option("Liberty", "liberty");
city.options[78] = new Option("Liverpool", "liverpool");
city.options[79] = new Option("Loch Sheldrake", "loch-sheldrake");
city.options[80] = new Option("Long Beach", "long-beach");
city.options[81] = new Option("Long Island City", "long-island-city");
city.options[82] = new Option("Loudonville", "loudonville");
city.options[83] = new Option("MANHASSET", "manhasset");
city.options[84] = new Option("Manhattan", "manhattan");
city.options[85] = new Option("Melville", "melville");
city.options[86] = new Option("Mexico", "mexico");
city.options[87] = new Option("Middletown", "middletown");
city.options[88] = new Option("Mineola", "mineola");
city.options[89] = new Option("Monroe", "monroe");
city.options[90] = new Option("Monsey", "monsey");
city.options[91] = new Option("Morrisville", "morrisville");
city.options[92] = new Option("Mount Kisco", "mount-kisco");
city.options[93] = new Option("Mount Vernon", "mount-vernon");
city.options[94] = new Option("Nanuet", "nanuet");
city.options[95] = new Option("New  York", "new-york");
city.options[96] = new Option("New Paltz", "new-paltz");
city.options[97] = new Option("New Rochelle", "new-rochelle");
city.options[98] = new Option("New York", "new-york");
city.options[99] = new Option("Newark", "newark");
city.options[100] = new Option("Newburgh", "newburgh");
city.options[101] = new Option("Niagara Falls", "niagara-falls");
city.options[102] = new Option("Niagara University", "niagara-university");
city.options[103] = new Option("Northport", "northport");
city.options[104] = new Option("Norwich", "norwich");
city.options[105] = new Option("Nyack", "nyack");
city.options[106] = new Option("Oakdale", "oakdale");
city.options[107] = new Option("Old Westbury", "old-westbury");
city.options[108] = new Option("Olean", "olean");
city.options[109] = new Option("Oneonta", "oneonta");
city.options[110] = new Option("Orangeburg", "orangeburg");
city.options[111] = new Option("Orchard Park", "orchard-park");
city.options[112] = new Option("Ossining", "ossining");
city.options[113] = new Option("Oswego", "oswego");
city.options[114] = new Option("Painted Post", "painted-post");
city.options[115] = new Option("Patchogue", "patchogue");
city.options[116] = new Option("Paul Smiths", "paul-smiths");
city.options[117] = new Option("Peekskill", "peekskill");
city.options[118] = new Option("Plattsburgh", "plattsburgh");
city.options[119] = new Option("Port Ewen", "port-ewen");
city.options[120] = new Option("Potsdam", "potsdam");
city.options[121] = new Option("Pottersville", "pottersville");
city.options[122] = new Option("Poughkeepsie", "poughkeepsie");
city.options[123] = new Option("Purchase", "purchase");
city.options[124] = new Option("Queens", "queens");
city.options[125] = new Option("Queensbury", "queensbury");
city.options[126] = new Option("Rego Park", "rego-park");
city.options[127] = new Option("Ridgewood", "ridgewood");
city.options[128] = new Option("Riverdale", "riverdale");
city.options[129] = new Option("Rochester", "rochester");
city.options[130] = new Option("Rockville Centre", "rockville-centre");
city.options[131] = new Option("Saint Bonaventure", "saint-bonaventure");
city.options[132] = new Option("Sanborn", "sanborn");
city.options[133] = new Option("Saranac Lake", "saranac-lake");
city.options[134] = new Option("Saratoga Springs", "saratoga-springs");
city.options[135] = new Option("Schenectady", "schenectady");
city.options[136] = new Option("Selden", "selden");
city.options[137] = new Option("Seneca Falls", "seneca-falls");
city.options[138] = new Option("South Fallsburgh", "south-fallsburgh");
city.options[139] = new Option("Southampton", "southampton");
city.options[140] = new Option("Sparkill", "sparkill");
city.options[141] = new Option("Spring Valley", "spring-valley");
city.options[142] = new Option("Staten Island", "staten-island");
city.options[143] = new Option("Stone Ridge", "stone-ridge");
city.options[144] = new Option("Stony Brook", "stony-brook");
city.options[145] = new Option("Suffern", "suffern");
city.options[146] = new Option("Syosset", "syosset");
city.options[147] = new Option("Syracuse", "syracuse");
city.options[148] = new Option("Tarrytown", "tarrytown");
city.options[149] = new Option("Tonawanda", "tonawanda");
city.options[150] = new Option("Troy", "troy");
city.options[151] = new Option("Uniondale", "uniondale");
city.options[152] = new Option("Utica", "utica");
city.options[153] = new Option("Valhalla", "valhalla");
city.options[154] = new Option("Valley Stream", "valley-stream");
city.options[155] = new Option("Verona", "verona");
city.options[156] = new Option("Watertown", "watertown");
city.options[157] = new Option("West  Point", "west-point");
city.options[158] = new Option("West Nyack", "west-nyack");
city.options[159] = new Option("West Seneca", "west-seneca");
city.options[160] = new Option("Westbury", "westbury");
city.options[161] = new Option("White Plains", "white-plains");
city.options[162] = new Option("Whitestone", "whitestone");
city.options[163] = new Option("Williamsville", "williamsville");
city.options[164] = new Option("Yonkers", "yonkers");
city.options[165] = new Option("Yorktown Heights", "yorktown-heights");
break
case "north-carolina":
city.options[1] = new Option("Ahoskie", "ahoskie");
city.options[2] = new Option("Albemarle", "albemarle");
city.options[3] = new Option("Asheboro", "asheboro");
city.options[4] = new Option("Asheville", "asheville");
city.options[5] = new Option("Banner Elk", "banner-elk");
city.options[6] = new Option("Belmont", "belmont");
city.options[7] = new Option("Boiling Springs", "boiling-springs");
city.options[8] = new Option("Boone", "boone");
city.options[9] = new Option("Brevard", "brevard");
city.options[10] = new Option("Buies Creek", "buies-creek");
city.options[11] = new Option("Cary", "cary");
city.options[12] = new Option("Chapel Hill", "chapel-hill");
city.options[13] = new Option("Charlotte", "charlotte");
city.options[14] = new Option("Clinton", "clinton");
city.options[15] = new Option("Clyde", "clyde");
city.options[16] = new Option("Concord", "concord");
city.options[17] = new Option("Cullowhee", "cullowhee");
city.options[18] = new Option("Dallas", "dallas");
city.options[19] = new Option("Davidson", "davidson");
city.options[20] = new Option("Dobson", "dobson");
city.options[21] = new Option("Dublin", "dublin");
city.options[22] = new Option("Dunn", "dunn");
city.options[23] = new Option("Durham", "durham");
city.options[24] = new Option("Elizabeth City", "elizabeth-city");
city.options[25] = new Option("Elon", "elon");
city.options[26] = new Option("Fayetteville", "fayetteville");
city.options[27] = new Option("Flat Rock", "flat-rock");
city.options[28] = new Option("Gastonia", "gastonia");
city.options[29] = new Option("Goldsboro", "goldsboro");
city.options[30] = new Option("Graham", "graham");
city.options[31] = new Option("Grantsboro", "grantsboro");
city.options[32] = new Option("Greensboro", "greensboro");
city.options[33] = new Option("Greenville", "greenville");
city.options[34] = new Option("Hamlet", "hamlet");
city.options[35] = new Option("Henderson", "henderson");
city.options[36] = new Option("Hickory", "hickory");
city.options[37] = new Option("High Point", "high-point");
city.options[38] = new Option("Hudson", "hudson");
city.options[39] = new Option("Jacksonville", "jacksonville");
city.options[40] = new Option("Jamestown", "jamestown");
city.options[41] = new Option("Kenansville", "kenansville");
city.options[42] = new Option("Kinston", "kinston");
city.options[43] = new Option("Laurinburg", "laurinburg");
city.options[44] = new Option("Louisburg", "louisburg");
city.options[45] = new Option("Lumberton", "lumberton");
city.options[46] = new Option("Marion", "marion");
city.options[47] = new Option("Mars Hill", "mars-hill");
city.options[48] = new Option("Matthews", "matthews");
city.options[49] = new Option("Misenheimer", "misenheimer");
city.options[50] = new Option("Montreat", "montreat");
city.options[51] = new Option("Mooresville", "mooresville");
city.options[52] = new Option("Morehead City", "morehead-city");
city.options[53] = new Option("Morganton", "morganton");
city.options[54] = new Option("Mount Olive", "mount-olive");
city.options[55] = new Option("Murfreesboro", "murfreesboro");
city.options[56] = new Option("Murphy", "murphy");
city.options[57] = new Option("New Bern", "new-bern");
city.options[58] = new Option("Pembroke", "pembroke");
city.options[59] = new Option("Pinehurst", "pinehurst");
city.options[60] = new Option("Polkton", "polkton");
city.options[61] = new Option("Raleigh", "raleigh");
city.options[62] = new Option("Rocky Mount", "rocky-mount");
city.options[63] = new Option("Roxboro", "roxboro");
city.options[64] = new Option("Salisbury", "salisbury");
city.options[65] = new Option("Sanford", "sanford");
city.options[66] = new Option("Shelby", "shelby");
city.options[67] = new Option("Smithfield", "smithfield");
city.options[68] = new Option("Spindale", "spindale");
city.options[69] = new Option("Spruce Pine", "spruce-pine");
city.options[70] = new Option("Statesville", "statesville");
city.options[71] = new Option("Supply", "supply");
city.options[72] = new Option("Swannanoa", "swannanoa");
city.options[73] = new Option("Sylva", "sylva");
city.options[74] = new Option("Tarboro", "tarboro");
city.options[75] = new Option("Thomasville", "thomasville");
city.options[76] = new Option("Troy", "troy");
city.options[77] = new Option("Wadesboro", "wadesboro");
city.options[78] = new Option("Washington", "washington");
city.options[79] = new Option("Weldon", "weldon");
city.options[80] = new Option("Wentworth", "wentworth");
city.options[81] = new Option("Whiteville", "whiteville");
city.options[82] = new Option("Wilkesboro", "wilkesboro");
city.options[83] = new Option("Williamston", "williamston");
city.options[84] = new Option("Wilmington", "wilmington");
city.options[85] = new Option("Wilson", "wilson");
city.options[86] = new Option("Wingate", "wingate");
city.options[87] = new Option("Winston Salem", "winston-salem");
city.options[88] = new Option("Winston-Salem", "winston-salem");
city.options[89] = new Option("Winterville", "winterville");
break
case "north-dakota":
city.options[1] = new Option("Belcourt", "belcourt");
city.options[2] = new Option("Bismarck", "bismarck");
city.options[3] = new Option("Bottineau", "bottineau");
city.options[4] = new Option("Devils Lake", "devils-lake");
city.options[5] = new Option("Dickinson", "dickinson");
city.options[6] = new Option("Ellendale", "ellendale");
city.options[7] = new Option("Fargo", "fargo");
city.options[8] = new Option("Fort Totten", "fort-totten");
city.options[9] = new Option("Fort Yates", "fort-yates");
city.options[10] = new Option("Grand Forks", "grand-forks");
city.options[11] = new Option("Jamestown", "jamestown");
city.options[12] = new Option("Mayville", "mayville");
city.options[13] = new Option("Minot", "minot");
city.options[14] = new Option("New Town", "new-town");
city.options[15] = new Option("Valley City", "valley-city");
city.options[16] = new Option("Wahpeton", "wahpeton");
city.options[17] = new Option("Williston", "williston");
break
case "northern-marianas":
city.options[1] = new Option("Saipan", "saipan");
break
case "ohio":
city.options[1] = new Option("Ada", "ada");
city.options[2] = new Option("Akron", "akron");
city.options[3] = new Option("Alliance", "alliance");
city.options[4] = new Option("Archbold", "archbold");
city.options[5] = new Option("Ashland", "ashland");
city.options[6] = new Option("Ashtabula", "ashtabula");
city.options[7] = new Option("Athens", "athens");
city.options[8] = new Option("Batavia", "batavia");
city.options[9] = new Option("Beachwood", "beachwood");
city.options[10] = new Option("Bellefontaine", "bellefontaine");
city.options[11] = new Option("Berea", "berea");
city.options[12] = new Option("Bethel", "bethel");
city.options[13] = new Option("Blue Ash", "blue-ash");
city.options[14] = new Option("Bluffton", "bluffton");
city.options[15] = new Option("Boardman", "boardman");
city.options[16] = new Option("Bowling Green", "bowling-green");
city.options[17] = new Option("Brecksville", "brecksville");
city.options[18] = new Option("Broadview Heights", "broadview-heights");
city.options[19] = new Option("Brooklyn", "brooklyn");
city.options[20] = new Option("Brunswick", "brunswick");
city.options[21] = new Option("Burton", "burton");
city.options[22] = new Option("Cambridge", "cambridge");
city.options[23] = new Option("Canfield", "canfield");
city.options[24] = new Option("Canton", "canton");
city.options[25] = new Option("Cedarville", "cedarville");
city.options[26] = new Option("Celina", "celina");
city.options[27] = new Option("Centerville", "centerville");
city.options[28] = new Option("Chesapeake", "chesapeake");
city.options[29] = new Option("Chillicothe", "chillicothe");
city.options[30] = new Option("Cincinnati", "cincinnati");
city.options[31] = new Option("Circleville", "circleville");
city.options[32] = new Option("Clayton", "clayton");
city.options[33] = new Option("Cleveland", "cleveland");
city.options[34] = new Option("Columbus", "columbus");
city.options[35] = new Option("Concord Twp", "concord-twp");
city.options[36] = new Option("Cuyahoga Falls", "cuyahoga-falls");
city.options[37] = new Option("Dayton", "dayton");
city.options[38] = new Option("Defiance", "defiance");
city.options[39] = new Option("Delaware", "delaware");
city.options[40] = new Option("East Liverpool", "east-liverpool");
city.options[41] = new Option("Elyria", "elyria");
city.options[42] = new Option("Euclid", "euclid");
city.options[43] = new Option("Fairborn", "fairborn");
city.options[44] = new Option("Fairfield", "fairfield");
city.options[45] = new Option("Fairlawn", "fairlawn");
city.options[46] = new Option("Fairview Park", "fairview-park");
city.options[47] = new Option("Findlay", "findlay");
city.options[48] = new Option("Franklin", "franklin");
city.options[49] = new Option("Fremont", "fremont");
city.options[50] = new Option("Gahanna", "gahanna");
city.options[51] = new Option("Gallipolis", "gallipolis");
city.options[52] = new Option("Gambier", "gambier");
city.options[53] = new Option("Granville", "granville");
city.options[54] = new Option("Green", "green");
city.options[55] = new Option("Groveport", "groveport");
city.options[56] = new Option("Hamilton", "hamilton");
city.options[57] = new Option("Highland Heights", "highland-heights");
city.options[58] = new Option("Hilliard", "hilliard");
city.options[59] = new Option("Hillsboro", "hillsboro");
city.options[60] = new Option("Hiram", "hiram");
city.options[61] = new Option("Huber Heights", "huber-heights");
city.options[62] = new Option("Huron", "huron");
city.options[63] = new Option("Independence", "independence");
city.options[64] = new Option("Ironton", "ironton");
city.options[65] = new Option("Irwin", "irwin");
city.options[66] = new Option("Jackson", "jackson");
city.options[67] = new Option("Jefferson", "jefferson");
city.options[68] = new Option("Kent", "kent");
city.options[69] = new Option("Kettering", "kettering");
city.options[70] = new Option("Kirtland", "kirtland");
city.options[71] = new Option("Lake Milton", "lake-milton");
city.options[72] = new Option("Lakewood", "lakewood");
city.options[73] = new Option("Lancaster", "lancaster");
city.options[74] = new Option("Lebanon", "lebanon");
city.options[75] = new Option("Lima", "lima");
city.options[76] = new Option("Lisbon", "lisbon");
city.options[77] = new Option("Lorain", "lorain");
city.options[78] = new Option("Lucasville", "lucasville");
city.options[79] = new Option("Lyndhurst", "lyndhurst");
city.options[80] = new Option("Mansfield", "mansfield");
city.options[81] = new Option("Marietta", "marietta");
city.options[82] = new Option("Marion", "marion");
city.options[83] = new Option("Maumee", "maumee");
city.options[84] = new Option("Medina", "medina");
city.options[85] = new Option("Mentor", "mentor");
city.options[86] = new Option("Middleburg Heights", "middleburg-heights");
city.options[87] = new Option("Middletown", "middletown");
city.options[88] = new Option("Milan", "milan");
city.options[89] = new Option("Mount Vernon", "mount-vernon");
city.options[90] = new Option("Nelsonville", "nelsonville");
city.options[91] = new Option("New Boston", "new-boston");
city.options[92] = new Option("New Concord", "new-concord");
city.options[93] = new Option("New Philadelphia", "new-philadelphia");
city.options[94] = new Option("Newark", "newark");
city.options[95] = new Option("Niles", "niles");
city.options[96] = new Option("North Canton", "north-canton");
city.options[97] = new Option("North Lima", "north-lima");
city.options[98] = new Option("North Olmsted", "north-olmsted");
city.options[99] = new Option("Northwood", "northwood");
city.options[100] = new Option("Norton", "norton");
city.options[101] = new Option("Norwood", "norwood");
city.options[102] = new Option("Oberlin", "oberlin");
city.options[103] = new Option("Oregon", "oregon");
city.options[104] = new Option("Orrville", "orrville");
city.options[105] = new Option("Oxford", "oxford");
city.options[106] = new Option("Painesville", "painesville");
city.options[107] = new Option("Parma", "parma");
city.options[108] = new Option("Parma Heights", "parma-heights");
city.options[109] = new Option("Pepper Pike", "pepper-pike");
city.options[110] = new Option("Perrysburg", "perrysburg");
city.options[111] = new Option("Piketon", "piketon");
city.options[112] = new Option("Piqua", "piqua");
city.options[113] = new Option("Portsmouth", "portsmouth");
city.options[114] = new Option("Ravenna", "ravenna");
city.options[115] = new Option("Reynoldsburg", "reynoldsburg");
city.options[116] = new Option("Rio Grande", "rio-grande");
city.options[117] = new Option("Rootstown", "rootstown");
city.options[118] = new Option("Saint Clairsville", "saint-clairsville");
city.options[119] = new Option("Saint Martin", "saint-martin");
city.options[120] = new Option("Salem", "salem");
city.options[121] = new Option("Sandusky", "sandusky");
city.options[122] = new Option("Shelby", "shelby");
city.options[123] = new Option("Smithville", "smithville");
city.options[124] = new Option("South Point", "south-point");
city.options[125] = new Option("Springboro", "springboro");
city.options[126] = new Option("Springfield", "springfield");
city.options[127] = new Option("Steubenville", "steubenville");
city.options[128] = new Option("Stow", "stow");
city.options[129] = new Option("Strongsville", "strongsville");
city.options[130] = new Option("Struthers", "struthers");
city.options[131] = new Option("Suffield", "suffield");
city.options[132] = new Option("Sylvania", "sylvania");
city.options[133] = new Option("Tiffin", "tiffin");
city.options[134] = new Option("Toledo", "toledo");
city.options[135] = new Option("Trotwood", "trotwood");
city.options[136] = new Option("Troy", "troy");
city.options[137] = new Option("Urbana", "urbana");
city.options[138] = new Option("Valley View", "valley-view");
city.options[139] = new Option("Van Wert", "van-wert");
city.options[140] = new Option("Warren", "warren");
city.options[141] = new Option("Warrensville Heights", "warrensville-heights");
city.options[142] = new Option("West Chester", "west-chester");
city.options[143] = new Option("Westerville", "westerville");
city.options[144] = new Option("Wickliffe", "wickliffe");
city.options[145] = new Option("Wilberforce", "wilberforce");
city.options[146] = new Option("Willoughby", "willoughby");
city.options[147] = new Option("Willoughby Hills", "willoughby-hills");
city.options[148] = new Option("Wilmington", "wilmington");
city.options[149] = new Option("Wooster", "wooster");
city.options[150] = new Option("Xenia", "xenia");
city.options[151] = new Option("Yellow Springs", "yellow-springs");
city.options[152] = new Option("Youngstown", "youngstown");
city.options[153] = new Option("Zanesville", "zanesville");
break
case "oklahoma":
city.options[1] = new Option("Ada", "ada");
city.options[2] = new Option("Afton", "afton");
city.options[3] = new Option("Altus", "altus");
city.options[4] = new Option("Alva", "alva");
city.options[5] = new Option("Ardmore", "ardmore");
city.options[6] = new Option("Atoka", "atoka");
city.options[7] = new Option("Bartlesville", "bartlesville");
city.options[8] = new Option("Bethany", "bethany");
city.options[9] = new Option("Broken Arrow", "broken-arrow");
city.options[10] = new Option("Burns Flat", "burns-flat");
city.options[11] = new Option("Chickasha", "chickasha");
city.options[12] = new Option("Choctaw", "choctaw");
city.options[13] = new Option("Claremore", "claremore");
city.options[14] = new Option("Drumright", "drumright");
city.options[15] = new Option("Duncan", "duncan");
city.options[16] = new Option("Durant", "durant");
city.options[17] = new Option("Edmond", "edmond");
city.options[18] = new Option("El Reno", "el-reno");
city.options[19] = new Option("Enid", "enid");
city.options[20] = new Option("Fairview", "fairview");
city.options[21] = new Option("Fort Cobb", "fort-cobb");
city.options[22] = new Option("Goodwell", "goodwell");
city.options[23] = new Option("Hugo", "hugo");
city.options[24] = new Option("Idabel", "idabel");
city.options[25] = new Option("Kansas", "kansas");
city.options[26] = new Option("Langston", "langston");
city.options[27] = new Option("Lawton", "lawton");
city.options[28] = new Option("McAlester", "mcalester");
city.options[29] = new Option("Miami", "miami");
city.options[30] = new Option("Midwest", "midwest");
city.options[31] = new Option("Midwest City", "midwest-city");
city.options[32] = new Option("Moore", "moore");
city.options[33] = new Option("Muskogee", "muskogee");
city.options[34] = new Option("Norman", "norman");
city.options[35] = new Option("Oklahoma City", "oklahoma-city");
city.options[36] = new Option("Okmulgee", "okmulgee");
city.options[37] = new Option("Omega", "omega");
city.options[38] = new Option("Ponca City", "ponca-city");
city.options[39] = new Option("Poteau", "poteau");
city.options[40] = new Option("Pryor", "pryor");
city.options[41] = new Option("Sallisaw", "sallisaw");
city.options[42] = new Option("Sand Springs", "sand-springs");
city.options[43] = new Option("Seminole", "seminole");
city.options[44] = new Option("Shawnee", "shawnee");
city.options[45] = new Option("Spiro", "spiro");
city.options[46] = new Option("Stigler", "stigler");
city.options[47] = new Option("Stillwater", "stillwater");
city.options[48] = new Option("Stilwell", "stilwell");
city.options[49] = new Option("Tahlequah", "tahlequah");
city.options[50] = new Option("Talihina", "talihina");
city.options[51] = new Option("Tishomingo", "tishomingo");
city.options[52] = new Option("Tonkawa", "tonkawa");
city.options[53] = new Option("Tulsa", "tulsa");
city.options[54] = new Option("Vinita", "vinita");
city.options[55] = new Option("Warner", "warner");
city.options[56] = new Option("Wayne", "wayne");
city.options[57] = new Option("Weatherford", "weatherford");
city.options[58] = new Option("Wetumka", "wetumka");
city.options[59] = new Option("Wilburton", "wilburton");
city.options[60] = new Option("Woodward", "woodward");
city.options[61] = new Option("Yukon", "yukon");
break
case "oregon":
city.options[1] = new Option("Albany", "albany");
city.options[2] = new Option("Aloha", "aloha");
city.options[3] = new Option("Ashland", "ashland");
city.options[4] = new Option("Astoria", "astoria");
city.options[5] = new Option("Beaverton", "beaverton");
city.options[6] = new Option("Bend", "bend");
city.options[7] = new Option("Clackamas", "clackamas");
city.options[8] = new Option("Coos Bay", "coos-bay");
city.options[9] = new Option("Corvallis", "corvallis");
city.options[10] = new Option("Eugene", "eugene");
city.options[11] = new Option("Forest Grove", "forest-grove");
city.options[12] = new Option("Gervais", "gervais");
city.options[13] = new Option("Grants Pass", "grants-pass");
city.options[14] = new Option("Gresham", "gresham");
city.options[15] = new Option("Hillsboro", "hillsboro");
city.options[16] = new Option("Klamath Falls", "klamath-falls");
city.options[17] = new Option("La Grande", "la-grande");
city.options[18] = new Option("Lake Oswego", "lake-oswego");
city.options[19] = new Option("Marylhurst", "marylhurst");
city.options[20] = new Option("McMinnville", "mcminnville");
city.options[21] = new Option("Medford", "medford");
city.options[22] = new Option("Milwaukie", "milwaukie");
city.options[23] = new Option("Monmouth", "monmouth");
city.options[24] = new Option("Newberg", "newberg");
city.options[25] = new Option("Newport", "newport");
city.options[26] = new Option("Ontario", "ontario");
city.options[27] = new Option("Oregon City", "oregon-city");
city.options[28] = new Option("Pendleton", "pendleton");
city.options[29] = new Option("Portland", "portland");
city.options[30] = new Option("Roseburg", "roseburg");
city.options[31] = new Option("Saint Benedict", "saint-benedict");
city.options[32] = new Option("Salem", "salem");
city.options[33] = new Option("Springfield", "springfield");
city.options[34] = new Option("The Dalles", "the-dalles");
city.options[35] = new Option("Tigard", "tigard");
city.options[36] = new Option("Tillamook", "tillamook");
city.options[37] = new Option("Wilsonville", "wilsonville");
break
case "palau":
city.options[1] = new Option("Koror", "koror");
break
case "pennsylvania":
city.options[1] = new Option("Abington", "abington");
city.options[2] = new Option("Allentown", "allentown");
city.options[3] = new Option("Altoona", "altoona");
city.options[4] = new Option("Ambler", "ambler");
city.options[5] = new Option("Ambridge", "ambridge");
city.options[6] = new Option("Annville", "annville");
city.options[7] = new Option("Aston", "aston");
city.options[8] = new Option("Beaver Falls", "beaver-falls");
city.options[9] = new Option("Bensalem", "bensalem");
city.options[10] = new Option("Bethlehem", "bethlehem");
city.options[11] = new Option("Blairsville", "blairsville");
city.options[12] = new Option("Bloomsburg", "bloomsburg");
city.options[13] = new Option("Blue Bell", "blue-bell");
city.options[14] = new Option("Bradford", "bradford");
city.options[15] = new Option("Bristol", "bristol");
city.options[16] = new Option("Broomall", "broomall");
city.options[17] = new Option("Bryn Athyn", "bryn-athyn");
city.options[18] = new Option("Bryn Mawr", "bryn-mawr");
city.options[19] = new Option("Butler", "butler");
city.options[20] = new Option("California", "california");
city.options[21] = new Option("Canonsburg", "canonsburg");
city.options[22] = new Option("Carlisle", "carlisle");
city.options[23] = new Option("Center Valley", "center-valley");
city.options[24] = new Option("Chambersburg", "chambersburg");
city.options[25] = new Option("Chester", "chester");
city.options[26] = new Option("Cheyney", "cheyney");
city.options[27] = new Option("Clarion", "clarion");
city.options[28] = new Option("Clarks Summit", "clarks-summit");
city.options[29] = new Option("Clearfield", "clearfield");
city.options[30] = new Option("Coatesville", "coatesville");
city.options[31] = new Option("Collegeville", "collegeville");
city.options[32] = new Option("Columbia", "columbia");
city.options[33] = new Option("Cresson", "cresson");
city.options[34] = new Option("Dallas", "dallas");
city.options[35] = new Option("Dimock", "dimock");
city.options[36] = new Option("Doylestown", "doylestown");
city.options[37] = new Option("Dresher", "dresher");
city.options[38] = new Option("Du Bois", "du-bois");
city.options[39] = new Option("Dubois", "dubois");
city.options[40] = new Option("Dunmore", "dunmore");
city.options[41] = new Option("East Stroudsburg", "east-stroudsburg");
city.options[42] = new Option("Easton", "easton");
city.options[43] = new Option("Ebensburg", "ebensburg");
city.options[44] = new Option("Edinboro", "edinboro");
city.options[45] = new Option("Elizabethtown", "elizabethtown");
city.options[46] = new Option("Elkins Park", "elkins-park");
city.options[47] = new Option("Erdenheim", "erdenheim");
city.options[48] = new Option("Erie", "erie");
city.options[49] = new Option("Exton", "exton");
city.options[50] = new Option("Falls Creek", "falls-creek");
city.options[51] = new Option("Feasterville", "feasterville");
city.options[52] = new Option("Fogelsville", "fogelsville");
city.options[53] = new Option("Folcroft", "folcroft");
city.options[54] = new Option("Fort Washington", "fort-washington");
city.options[55] = new Option("Forty Fort", "forty-fort");
city.options[56] = new Option("Frackville", "frackville");
city.options[57] = new Option("Gettysburg", "gettysburg");
city.options[58] = new Option("Glenside", "glenside");
city.options[59] = new Option("Grantham", "grantham");
city.options[60] = new Option("Greensburg", "greensburg");
city.options[61] = new Option("Greenville", "greenville");
city.options[62] = new Option("Grove City", "grove-city");
city.options[63] = new Option("Gwynedd Valley", "gwynedd-valley");
city.options[64] = new Option("Hanover", "hanover");
city.options[65] = new Option("Harrisburg", "harrisburg");
city.options[66] = new Option("Hatfield", "hatfield");
city.options[67] = new Option("Haverford", "haverford");
city.options[68] = new Option("Hazleton", "hazleton");
city.options[69] = new Option("Hermitage", "hermitage");
city.options[70] = new Option("Hershey", "hershey");
city.options[71] = new Option("Huntingdon", "huntingdon");
city.options[72] = new Option("Immaculata", "immaculata");
city.options[73] = new Option("Indiana", "indiana");
city.options[74] = new Option("Jenkintown", "jenkintown");
city.options[75] = new Option("Johnstown", "johnstown");
city.options[76] = new Option("King of Prussia", "king-of-prussia");
city.options[77] = new Option("Kittanning", "kittanning");
city.options[78] = new Option("Kutztown", "kutztown");
city.options[79] = new Option("La Plume", "la-plume");
city.options[80] = new Option("Lancaster", "lancaster");
city.options[81] = new Option("Langhorne", "langhorne");
city.options[82] = new Option("Lansdale", "lansdale");
city.options[83] = new Option("Latrobe", "latrobe");
city.options[84] = new Option("Lebanon", "lebanon");
city.options[85] = new Option("Lehman", "lehman");
city.options[86] = new Option("Lester", "lester");
city.options[87] = new Option("Levittown", "levittown");
city.options[88] = new Option("Lewisburg", "lewisburg");
city.options[89] = new Option("Lewistown", "lewistown");
city.options[90] = new Option("Lincoln University", "lincoln-university");
city.options[91] = new Option("Lock Haven", "lock-haven");
city.options[92] = new Option("Loretto", "loretto");
city.options[93] = new Option("Lower Burrell", "lower-burrell");
city.options[94] = new Option("Malvern", "malvern");
city.options[95] = new Option("Mansfield", "mansfield");
city.options[96] = new Option("McKees Rocks", "mckees-rocks");
city.options[97] = new Option("McKeesport", "mckeesport");
city.options[98] = new Option("Meadville", "meadville");
city.options[99] = new Option("Mechanicsburg", "mechanicsburg");
city.options[100] = new Option("Media", "media");
city.options[101] = new Option("Melrose Park", "melrose-park");
city.options[102] = new Option("Mercer", "mercer");
city.options[103] = new Option("Middletown", "middletown");
city.options[104] = new Option("Mill Creek", "mill-creek");
city.options[105] = new Option("Millersville", "millersville");
city.options[106] = new Option("Monaca", "monaca");
city.options[107] = new Option("Monessen", "monessen");
city.options[108] = new Option("Monroeville", "monroeville");
city.options[109] = new Option("Mont Alto", "mont-alto");
city.options[110] = new Option("Moon Township", "moon-township");
city.options[111] = new Option("Moosic", "moosic");
city.options[112] = new Option("Mount Braddock", "mount-braddock");
city.options[113] = new Option("Myerstown", "myerstown");
city.options[114] = new Option("Nanticoke", "nanticoke");
city.options[115] = new Option("New Castle", "new-castle");
city.options[116] = new Option("New Kensington", "new-kensington");
city.options[117] = new Option("New Wilmington", "new-wilmington");
city.options[118] = new Option("Newtown", "newtown");
city.options[119] = new Option("Norristown", "norristown");
city.options[120] = new Option("North Versailles", "north-versailles");
city.options[121] = new Option("North Wales", "north-wales");
city.options[122] = new Option("Oakdale", "oakdale");
city.options[123] = new Option("Oaks", "oaks");
city.options[124] = new Option("Oil City", "oil-city");
city.options[125] = new Option("Philadelphia", "philadelphia");
city.options[126] = new Option("Phoenixville", "phoenixville");
city.options[127] = new Option("Pittsburgh", "pittsburgh");
city.options[128] = new Option("Pleasant Gap", "pleasant-gap");
city.options[129] = new Option("Plymouth Meeting", "plymouth-meeting");
city.options[130] = new Option("Pottstown", "pottstown");
city.options[131] = new Option("Pottsville", "pottsville");
city.options[132] = new Option("Pulaski", "pulaski");
city.options[133] = new Option("Punxsutawney", "punxsutawney");
city.options[134] = new Option("Radnor", "radnor");
city.options[135] = new Option("Reading", "reading");
city.options[136] = new Option("Reynoldsville", "reynoldsville");
city.options[137] = new Option("Ridgway", "ridgway");
city.options[138] = new Option("Rosemont", "rosemont");
city.options[139] = new Option("Saint Davids", "saint-davids");
city.options[140] = new Option("Schnecksville", "schnecksville");
city.options[141] = new Option("Schuylkill Haven", "schuylkill-haven");
city.options[142] = new Option("Scranton", "scranton");
city.options[143] = new Option("Selinsgrove", "selinsgrove");
city.options[144] = new Option("Sewickley", "sewickley");
city.options[145] = new Option("Shamokin Dam", "shamokin-dam");
city.options[146] = new Option("Sharon", "sharon");
city.options[147] = new Option("Sharon Hill", "sharon-hill");
city.options[148] = new Option("Shippensburg", "shippensburg");
city.options[149] = new Option("Shippenville", "shippenville");
city.options[150] = new Option("Slippery Rock", "slippery-rock");
city.options[151] = new Option("South Canaan", "south-canaan");
city.options[152] = new Option("Southampton", "southampton");
city.options[153] = new Option("Springfield", "springfield");
city.options[154] = new Option("State College", "state-college");
city.options[155] = new Option("Stroudsburg", "stroudsburg");
city.options[156] = new Option("Summerdale", "summerdale");
city.options[157] = new Option("Sunbury", "sunbury");
city.options[158] = new Option("Swarthmore", "swarthmore");
city.options[159] = new Option("Tannersville", "tannersville");
city.options[160] = new Option("Titusville", "titusville");
city.options[161] = new Option("Towanda", "towanda");
city.options[162] = new Option("Transfer", "transfer");
city.options[163] = new Option("Trevose", "trevose");
city.options[164] = new Option("Uniontown", "uniontown");
city.options[165] = new Option("University Park", "university-park");
city.options[166] = new Option("Upper Burrell", "upper-burrell");
city.options[167] = new Option("Upper Darby", "upper-darby");
city.options[168] = new Option("Villanova", "villanova");
city.options[169] = new Option("Warminster", "warminster");
city.options[170] = new Option("Washington", "washington");
city.options[171] = new Option("Wayne", "wayne");
city.options[172] = new Option("Waynesburg", "waynesburg");
city.options[173] = new Option("West Chester", "west-chester");
city.options[174] = new Option("West Mifflin", "west-mifflin");
city.options[175] = new Option("West Reading", "west-reading");
city.options[176] = new Option("Whitehall", "whitehall");
city.options[177] = new Option("Wilkes Barre", "wilkes-barre");
city.options[178] = new Option("Wilkes-Barre", "wilkes-barre");
city.options[179] = new Option("Williamsport", "williamsport");
city.options[180] = new Option("Willow Grove", "willow-grove");
city.options[181] = new Option("Willow Street", "willow-street");
city.options[182] = new Option("Wyncote", "wyncote");
city.options[183] = new Option("Wynnewood", "wynnewood");
city.options[184] = new Option("Wyomissing", "wyomissing");
city.options[185] = new Option("York", "york");
city.options[186] = new Option("Youngwood", "youngwood");
break
case "puerto-rico":
city.options[1] = new Option("Aguada", "aguada");
city.options[2] = new Option("Aguadilla", "aguadilla");
city.options[3] = new Option("Arecibo", "arecibo");
city.options[4] = new Option("Arroyo", "arroyo");
city.options[5] = new Option("Barranquitas", "barranquitas");
city.options[6] = new Option("Bayamon", "bayamon");
city.options[7] = new Option("Caguas", "caguas");
city.options[8] = new Option("Carolina", "carolina");
city.options[9] = new Option("Cayey", "cayey");
city.options[10] = new Option("Coama", "coama");
city.options[11] = new Option("Cupey", "cupey");
city.options[12] = new Option("Fajardo", "fajardo");
city.options[13] = new Option("Guayama", "guayama");
city.options[14] = new Option("Guaynabo", "guaynabo");
city.options[15] = new Option("Gurabo", "gurabo");
city.options[16] = new Option("Hato Rey", "hato-rey");
city.options[17] = new Option("Humacao", "humacao");
city.options[18] = new Option("Isabela", "isabela");
city.options[19] = new Option("Juana Diaz", "juana-diaz");
city.options[20] = new Option("Manati", "manati");
city.options[21] = new Option("Mayaguez", "mayaguez");
city.options[22] = new Option("Mercedita", "mercedita");
city.options[23] = new Option("Moca", "moca");
city.options[24] = new Option("Ponce", "ponce");
city.options[25] = new Option("Ramey", "ramey");
city.options[26] = new Option("Rio Grande", "rio-grande");
city.options[27] = new Option("Rio Piedras", "rio-piedras");
city.options[28] = new Option("San German", "san-german");
city.options[29] = new Option("San Juan", "san-juan");
city.options[30] = new Option("San Lorenzo", "san-lorenzo");
city.options[31] = new Option("San Sebastian", "san-sebastian");
city.options[32] = new Option("Santurce", "santurce");
city.options[33] = new Option("Trujillo Alto", "trujillo-alto");
city.options[34] = new Option("Utuado", "utuado");
city.options[35] = new Option("Vega Baja", "vega-baja");
city.options[36] = new Option("Yauco", "yauco");
break
case "rhode-island":
city.options[1] = new Option("Barrington", "barrington");
city.options[2] = new Option("Bristol", "bristol");
city.options[3] = new Option("Cranston", "cranston");
city.options[4] = new Option("East Providence", "east-providence");
city.options[5] = new Option("Kingston", "kingston");
city.options[6] = new Option("Lincoln", "lincoln");
city.options[7] = new Option("Newport", "newport");
city.options[8] = new Option("North Providence", "north-providence");
city.options[9] = new Option("Pawtucket", "pawtucket");
city.options[10] = new Option("Providence", "providence");
city.options[11] = new Option("Smithfield", "smithfield");
city.options[12] = new Option("Warwick", "warwick");
break
case "south-carolina":
city.options[1] = new Option("Aiken", "aiken");
city.options[2] = new Option("Allendale", "allendale");
city.options[3] = new Option("Anderson", "anderson");
city.options[4] = new Option("Beaufort", "beaufort");
city.options[5] = new Option("Bluffton", "bluffton");
city.options[6] = new Option("Camden", "camden");
city.options[7] = new Option("Cayce", "cayce");
city.options[8] = new Option("Central", "central");
city.options[9] = new Option("Charleston", "charleston");
city.options[10] = new Option("Cheraw", "cheraw");
city.options[11] = new Option("Clemson", "clemson");
city.options[12] = new Option("Clinton", "clinton");
city.options[13] = new Option("Columbia", "columbia");
city.options[14] = new Option("Conway", "conway");
city.options[15] = new Option("Denmark", "denmark");
city.options[16] = new Option("Due West", "due-west");
city.options[17] = new Option("Florence", "florence");
city.options[18] = new Option("Gaffney", "gaffney");
city.options[19] = new Option("Graniteville", "graniteville");
city.options[20] = new Option("Greenville", "greenville");
city.options[21] = new Option("Greenwood", "greenwood");
city.options[22] = new Option("Hartsville", "hartsville");
city.options[23] = new Option("Kingstree", "kingstree");
city.options[24] = new Option("Lancaster", "lancaster");
city.options[25] = new Option("Myrtle Beach", "myrtle-beach");
city.options[26] = new Option("Newberry", "newberry");
city.options[27] = new Option("North Augusta", "north-augusta");
city.options[28] = new Option("North Charleston", "north-charleston");
city.options[29] = new Option("Orangeburg", "orangeburg");
city.options[30] = new Option("Pendleton", "pendleton");
city.options[31] = new Option("Rock Hill", "rock-hill");
city.options[32] = new Option("Spartanburg", "spartanburg");
city.options[33] = new Option("Sumter", "sumter");
city.options[34] = new Option("Tigerville", "tigerville");
city.options[35] = new Option("Union", "union");
city.options[36] = new Option("West Columbia", "west-columbia");
break
case "south-dakota":
city.options[1] = new Option("Aberdeen", "aberdeen");
city.options[2] = new Option("Agency Village", "agency-village");
city.options[3] = new Option("Brookings", "brookings");
city.options[4] = new Option("Eagle Butte", "eagle-butte");
city.options[5] = new Option("Ellsworth AFB", "ellsworth-afb");
city.options[6] = new Option("Kyle", "kyle");
city.options[7] = new Option("Madison", "madison");
city.options[8] = new Option("Mission", "mission");
city.options[9] = new Option("Mitchell", "mitchell");
city.options[10] = new Option("Rapid City", "rapid-city");
city.options[11] = new Option("Sioux Falls", "sioux-falls");
city.options[12] = new Option("Spearfish", "spearfish");
city.options[13] = new Option("Vermillion", "vermillion");
city.options[14] = new Option("Watertown", "watertown");
city.options[15] = new Option("Yankton", "yankton");
break
case "tennessee":
city.options[1] = new Option("Adamsville", "adamsville");
city.options[2] = new Option("Antioch", "antioch");
city.options[3] = new Option("Athens", "athens");
city.options[4] = new Option("Blountville", "blountville");
city.options[5] = new Option("Bristol", "bristol");
city.options[6] = new Option("Chattanooga", "chattanooga");
city.options[7] = new Option("Clarksville", "clarksville");
city.options[8] = new Option("Cleveland", "cleveland");
city.options[9] = new Option("Collegedale", "collegedale");
city.options[10] = new Option("Columbia", "columbia");
city.options[11] = new Option("Cookeville", "cookeville");
city.options[12] = new Option("Cordova", "cordova");
city.options[13] = new Option("Covington", "covington");
city.options[14] = new Option("Crossville", "crossville");
city.options[15] = new Option("Crump", "crump");
city.options[16] = new Option("Dayton", "dayton");
city.options[17] = new Option("Dickson", "dickson");
city.options[18] = new Option("Dyersburg", "dyersburg");
city.options[19] = new Option("Elizabethton", "elizabethton");
city.options[20] = new Option("Fayetteville", "fayetteville");
city.options[21] = new Option("Franklin", "franklin");
city.options[22] = new Option("Gallatin", "gallatin");
city.options[23] = new Option("Goodlettsville", "goodlettsville");
city.options[24] = new Option("Greeneville", "greeneville");
city.options[25] = new Option("Harriman", "harriman");
city.options[26] = new Option("Harrogate", "harrogate");
city.options[27] = new Option("Hartsville", "hartsville");
city.options[28] = new Option("Henderson", "henderson");
city.options[29] = new Option("Hohenwald", "hohenwald");
city.options[30] = new Option("Huntsville", "huntsville");
city.options[31] = new Option("Jacksboro", "jacksboro");
city.options[32] = new Option("Jackson", "jackson");
city.options[33] = new Option("Jefferson City", "jefferson-city");
city.options[34] = new Option("Johnson City", "johnson-city");
city.options[35] = new Option("Knoxville", "knoxville");
city.options[36] = new Option("Lawrenceburg", "lawrenceburg");
city.options[37] = new Option("Lebanon", "lebanon");
city.options[38] = new Option("Livingston", "livingston");
city.options[39] = new Option("Madison", "madison");
city.options[40] = new Option("Madisonville", "madisonville");
city.options[41] = new Option("Martin", "martin");
city.options[42] = new Option("Maryville", "maryville");
city.options[43] = new Option("Mason", "mason");
city.options[44] = new Option("McKenzie", "mckenzie");
city.options[45] = new Option("McMinnville", "mcminnville");
city.options[46] = new Option("Memphis", "memphis");
city.options[47] = new Option("Milan", "milan");
city.options[48] = new Option("Milligan College", "milligan-college");
city.options[49] = new Option("Morristown", "morristown");
city.options[50] = new Option("Murfreesboro", "murfreesboro");
city.options[51] = new Option("Nashville", "nashville");
city.options[52] = new Option("NASHVILLE", "nashville");
city.options[53] = new Option("Nashville", "nashville");
city.options[54] = new Option("Newbern", "newbern");
city.options[55] = new Option("Paris", "paris");
city.options[56] = new Option("Pulaski", "pulaski");
city.options[57] = new Option("Ripley", "ripley");
city.options[58] = new Option("Selmer", "selmer");
city.options[59] = new Option("Sewanee", "sewanee");
city.options[60] = new Option("Shelbyville", "shelbyville");
city.options[61] = new Option("Tullahoma", "tullahoma");
city.options[62] = new Option("Whiteville", "whiteville");
break
case "texas":
city.options[1] = new Option("Abilene", "abilene");
city.options[2] = new Option("Alpine", "alpine");
city.options[3] = new Option("Alvin", "alvin");
city.options[4] = new Option("Amarillo", "amarillo");
city.options[5] = new Option("Arlington", "arlington");
city.options[6] = new Option("Athens", "athens");
city.options[7] = new Option("Austin", "austin");
city.options[8] = new Option("Baytown", "baytown");
city.options[9] = new Option("Beaumont", "beaumont");
city.options[10] = new Option("Beeville", "beeville");
city.options[11] = new Option("Belton", "belton");
city.options[12] = new Option("Big Spring", "big-spring");
city.options[13] = new Option("Borger", "borger");
city.options[14] = new Option("Brenham", "brenham");
city.options[15] = new Option("Brownsville", "brownsville");
city.options[16] = new Option("Brownwood", "brownwood");
city.options[17] = new Option("Bryan", "bryan");
city.options[18] = new Option("Canyon", "canyon");
city.options[19] = new Option("Carrollton", "carrollton");
city.options[20] = new Option("Carthage", "carthage");
city.options[21] = new Option("Cedar Hill", "cedar-hill");
city.options[22] = new Option("Cisco", "cisco");
city.options[23] = new Option("Clarendon", "clarendon");
city.options[24] = new Option("College Station", "college-station");
city.options[25] = new Option("Commerce", "commerce");
city.options[26] = new Option("Corpus Christ", "corpus-christ");
city.options[27] = new Option("Corpus Christi", "corpus-christi");
city.options[28] = new Option("Corsicana", "corsicana");
city.options[29] = new Option("Dallas", "dallas");
city.options[30] = new Option("Denison", "denison");
city.options[31] = new Option("Denton", "denton");
city.options[32] = new Option("Duncanville", "duncanville");
city.options[33] = new Option("Eagle Pass", "eagle-pass");
city.options[34] = new Option("Edinburg", "edinburg");
city.options[35] = new Option("El Paso", "el-paso");
city.options[36] = new Option("Farmers Branch", "farmers-branch");
city.options[37] = new Option("Fort Worth", "fort-worth");
city.options[38] = new Option("Forth Worth", "forth-worth");
city.options[39] = new Option("Friendswood", "friendswood");
city.options[40] = new Option("Gainesville", "gainesville");
city.options[41] = new Option("Galveston", "galveston");
city.options[42] = new Option("Garland", "garland");
city.options[43] = new Option("Gatesville", "gatesville");
city.options[44] = new Option("Georgetown", "georgetown");
city.options[45] = new Option("Grand Prairie", "grand-prairie");
city.options[46] = new Option("Greenville", "greenville");
city.options[47] = new Option("Harlingen", "harlingen");
city.options[48] = new Option("Hawkins", "hawkins");
city.options[49] = new Option("Hillsboro", "hillsboro");
city.options[50] = new Option("Houston", "houston");
city.options[51] = new Option("Huntsville", "huntsville");
city.options[52] = new Option("Hurst", "hurst");
city.options[53] = new Option("Irving", "irving");
city.options[54] = new Option("Jacksonville", "jacksonville");
city.options[55] = new Option("Jasper", "jasper");
city.options[56] = new Option("Keene", "keene");
city.options[57] = new Option("Kerrville", "kerrville");
city.options[58] = new Option("Kilgore", "kilgore");
city.options[59] = new Option("Killeen", "killeen");
city.options[60] = new Option("Kingsville", "kingsville");
city.options[61] = new Option("Lake Jackson", "lake-jackson");
city.options[62] = new Option("Lancaster", "lancaster");
city.options[63] = new Option("Laredo", "laredo");
city.options[64] = new Option("Levelland", "levelland");
city.options[65] = new Option("Longview", "longview");
city.options[66] = new Option("Lubbock", "lubbock");
city.options[67] = new Option("Lufkin", "lufkin");
city.options[68] = new Option("Marshall", "marshall");
city.options[69] = new Option("McAllen", "mcallen");
city.options[70] = new Option("Mesquite", "mesquite");
city.options[71] = new Option("Midland", "midland");
city.options[72] = new Option("Mount Pleasant", "mount-pleasant");
city.options[73] = new Option("Nacogdoches", "nacogdoches");
city.options[74] = new Option("Nederland", "nederland");
city.options[75] = new Option("New Braunfels", "new-braunfels");
city.options[76] = new Option("North Richland Hills", "north-richland-hills");
city.options[77] = new Option("Odessa", "odessa");
city.options[78] = new Option("Orange", "orange");
city.options[79] = new Option("Paris", "paris");
city.options[80] = new Option("Pasadena", "pasadena");
city.options[81] = new Option("Pharr", "pharr");
city.options[82] = new Option("Plainview", "plainview");
city.options[83] = new Option("Plano", "plano");
city.options[84] = new Option("Port Arthur", "port-arthur");
city.options[85] = new Option("Prairie View", "prairie-view");
city.options[86] = new Option("Ranger", "ranger");
city.options[87] = new Option("Richardson", "richardson");
city.options[88] = new Option("Round Rock", "round-rock");
city.options[89] = new Option("San Angelo", "san-angelo");
city.options[90] = new Option("San Antonio", "san-antonio");
city.options[91] = new Option("San Marcos", "san-marcos");
city.options[92] = new Option("Seguin", "seguin");
city.options[93] = new Option("Sherman", "sherman");
city.options[94] = new Option("Snyder", "snyder");
city.options[95] = new Option("Socorro", "socorro");
city.options[96] = new Option("South Houston", "south-houston");
city.options[97] = new Option("Stephenville", "stephenville");
city.options[98] = new Option("Sweetwater", "sweetwater");
city.options[99] = new Option("Temple", "temple");
city.options[100] = new Option("Terrell", "terrell");
city.options[101] = new Option("Texarkana", "texarkana");
city.options[102] = new Option("Texas City", "texas-city");
city.options[103] = new Option("The Woodlands", "the-woodlands");
city.options[104] = new Option("Tyler", "tyler");
city.options[105] = new Option("Uvalde", "uvalde");
city.options[106] = new Option("Vernon", "vernon");
city.options[107] = new Option("Victoria", "victoria");
city.options[108] = new Option("Waco", "waco");
city.options[109] = new Option("Waxahachie", "waxahachie");
city.options[110] = new Option("Weatherford", "weatherford");
city.options[111] = new Option("Webster", "webster");
city.options[112] = new Option("Weslaco", "weslaco");
city.options[113] = new Option("Wharton", "wharton");
city.options[114] = new Option("Wichita Falls", "wichita-falls");
break
case "utah":
city.options[1] = new Option("Bountiful", "bountiful");
city.options[2] = new Option("Cedar City", "cedar-city");
city.options[3] = new Option("Clearfield", "clearfield");
city.options[4] = new Option("Draper", "draper");
city.options[5] = new Option("Ephraim", "ephraim");
city.options[6] = new Option("Holiday", "holiday");
city.options[7] = new Option("Kaysville", "kaysville");
city.options[8] = new Option("Layton", "layton");
city.options[9] = new Option("Lindon", "lindon");
city.options[10] = new Option("Logan", "logan");
city.options[11] = new Option("Midvale", "midvale");
city.options[12] = new Option("Murray", "murray");
city.options[13] = new Option("Ogden", "ogden");
city.options[14] = new Option("Orem", "orem");
city.options[15] = new Option("Price", "price");
city.options[16] = new Option("Provo", "provo");
city.options[17] = new Option("Roosevelt", "roosevelt");
city.options[18] = new Option("Saint George", "saint-george");
city.options[19] = new Option("Salt Lake City", "salt-lake-city");
city.options[20] = new Option("Sandy", "sandy");
city.options[21] = new Option("South Jordan", "south-jordan");
city.options[22] = new Option("West Haven", "west-haven");
city.options[23] = new Option("West Jordan", "west-jordan");
city.options[24] = new Option("West Valley City", "west-valley-city");
break
case "vermont":
city.options[1] = new Option("Bennington", "bennington");
city.options[2] = new Option("Brattleboro", "brattleboro");
city.options[3] = new Option("Burlington", "burlington");
city.options[4] = new Option("Castleton", "castleton");
city.options[5] = new Option("Colchester", "colchester");
city.options[6] = new Option("Craftsbury Common", "craftsbury-common");
city.options[7] = new Option("Essex Junction", "essex-junction");
city.options[8] = new Option("Johnson", "johnson");
city.options[9] = new Option("Lyndonville", "lyndonville");
city.options[10] = new Option("Marlboro", "marlboro");
city.options[11] = new Option("Middlebury", "middlebury");
city.options[12] = new Option("Montpelier", "montpelier");
city.options[13] = new Option("Northfield", "northfield");
city.options[14] = new Option("Plainfield", "plainfield");
city.options[15] = new Option("Poultney", "poultney");
city.options[16] = new Option("Putney", "putney");
city.options[17] = new Option("Randolph Center", "randolph-center");
city.options[18] = new Option("Rutland", "rutland");
city.options[19] = new Option("South Burlington", "south-burlington");
city.options[20] = new Option("South Royalton", "south-royalton");
city.options[21] = new Option("Waterbury", "waterbury");
city.options[22] = new Option("Williston", "williston");
break
case "virgin-islands":
city.options[1] = new Option("Charlotte Amalie", "charlotte-amalie");
break
case "virginia":
city.options[1] = new Option("Abingdon", "abingdon");
city.options[2] = new Option("Alberta", "alberta");
city.options[3] = new Option("Alexandria", "alexandria");
city.options[4] = new Option("Annandale", "annandale");
city.options[5] = new Option("Arlington", "arlington");
city.options[6] = new Option("Ashland", "ashland");
city.options[7] = new Option("Big Stone Gap", "big-stone-gap");
city.options[8] = new Option("Blacksburg", "blacksburg");
city.options[9] = new Option("Bluefield", "bluefield");
city.options[10] = new Option("Bridgewater", "bridgewater");
city.options[11] = new Option("Bristol", "bristol");
city.options[12] = new Option("Buena Vista", "buena-vista");
city.options[13] = new Option("Chantilly", "chantilly");
city.options[14] = new Option("Charlottesville", "charlottesville");
city.options[15] = new Option("Chesapeake", "chesapeake");
city.options[16] = new Option("Chester", "chester");
city.options[17] = new Option("Clifton Forge", "clifton-forge");
city.options[18] = new Option("Colonial Heights", "colonial-heights");
city.options[19] = new Option("Culpeper", "culpeper");
city.options[20] = new Option("Danville", "danville");
city.options[21] = new Option("Dublin", "dublin");
city.options[22] = new Option("Emory", "emory");
city.options[23] = new Option("Fairfax", "fairfax");
city.options[24] = new Option("Falls Church", "falls-church");
city.options[25] = new Option("Farmville", "farmville");
city.options[26] = new Option("Ferrum", "ferrum");
city.options[27] = new Option("Fishersville", "fishersville");
city.options[28] = new Option("Franklin", "franklin");
city.options[29] = new Option("Fredericksburg", "fredericksburg");
city.options[30] = new Option("Glenns", "glenns");
city.options[31] = new Option("Great Falls", "great-falls");
city.options[32] = new Option("Grundy", "grundy");
city.options[33] = new Option("Hampden-Sydney", "hampden-sydney");
city.options[34] = new Option("Hampton", "hampton");
city.options[35] = new Option("Harrisonburg", "harrisonburg");
city.options[36] = new Option("Herndon", "herndon");
city.options[37] = new Option("Highland Springs", "highland-springs");
city.options[38] = new Option("Lawrenceville", "lawrenceville");
city.options[39] = new Option("Lexington", "lexington");
city.options[40] = new Option("Locust Grove", "locust-grove");
city.options[41] = new Option("Lynchburg", "lynchburg");
city.options[42] = new Option("Manassas", "manassas");
city.options[43] = new Option("Martinsville", "martinsville");
city.options[44] = new Option("McLean", "mclean");
city.options[45] = new Option("Melfa", "melfa");
city.options[46] = new Option("Middletown", "middletown");
city.options[47] = new Option("Midlothian", "midlothian");
city.options[48] = new Option("Newport News", "newport-news");
city.options[49] = new Option("Norfolk", "norfolk");
city.options[50] = new Option("Petersburg", "petersburg");
city.options[51] = new Option("Portsmouth", "portsmouth");
city.options[52] = new Option("Radford", "radford");
city.options[53] = new Option("Reston", "reston");
city.options[54] = new Option("Richlands", "richlands");
city.options[55] = new Option("Richmond", "richmond");
city.options[56] = new Option("Roanoke", "roanoke");
city.options[57] = new Option("Salem", "salem");
city.options[58] = new Option("Springfield", "springfield");
city.options[59] = new Option("Staunton", "staunton");
city.options[60] = new Option("Suffolk", "suffolk");
city.options[61] = new Option("Sweet Briar", "sweet-briar");
city.options[62] = new Option("Vienna", "vienna");
city.options[63] = new Option("Virginia Beach", "virginia-beach");
city.options[64] = new Option("Weyers Cave", "weyers-cave");
city.options[65] = new Option("Williamsburg", "williamsburg");
city.options[66] = new Option("Winchester", "winchester");
city.options[67] = new Option("Wise", "wise");
city.options[68] = new Option("Wytheville", "wytheville");
break
case "washington":
city.options[1] = new Option("Aberdeen", "aberdeen");
city.options[2] = new Option("Auburn", "auburn");
city.options[3] = new Option("Bellevue", "bellevue");
city.options[4] = new Option("Bellingham", "bellingham");
city.options[5] = new Option("Bothell", "bothell");
city.options[6] = new Option("Bremerton", "bremerton");
city.options[7] = new Option("Centralia", "centralia");
city.options[8] = new Option("Cheney", "cheney");
city.options[9] = new Option("College Place", "college-place");
city.options[10] = new Option("Des Moines", "des-moines");
city.options[11] = new Option("Ellensburg", "ellensburg");
city.options[12] = new Option("Everett", "everett");
city.options[13] = new Option("Federal Way", "federal-way");
city.options[14] = new Option("Fife", "fife");
city.options[15] = new Option("Issaquah", "issaquah");
city.options[16] = new Option("Kenmore", "kenmore");
city.options[17] = new Option("Kirkland", "kirkland");
city.options[18] = new Option("Lacey", "lacey");
city.options[19] = new Option("Lakewood", "lakewood");
city.options[20] = new Option("Longview", "longview");
city.options[21] = new Option("Lynnwood", "lynnwood");
city.options[22] = new Option("Moses Lake", "moses-lake");
city.options[23] = new Option("Mount Vernon", "mount-vernon");
city.options[24] = new Option("Olympia", "olympia");
city.options[25] = new Option("Pasco", "pasco");
city.options[26] = new Option("Port Angeles", "port-angeles");
city.options[27] = new Option("Poulsbo", "poulsbo");
city.options[28] = new Option("Pullman", "pullman");
city.options[29] = new Option("Puyallup", "puyallup");
city.options[30] = new Option("Redmond", "redmond");
city.options[31] = new Option("Renton", "renton");
city.options[32] = new Option("Seattle", "seattle");
city.options[33] = new Option("Shoreline", "shoreline");
city.options[34] = new Option("Spokane", "spokane");
city.options[35] = new Option("Spokane Valley", "spokane-valley");
city.options[36] = new Option("Sunnyside", "sunnyside");
city.options[37] = new Option("Tacoma", "tacoma");
city.options[38] = new Option("Toppenish", "toppenish");
city.options[39] = new Option("Vancouver", "vancouver");
city.options[40] = new Option("Walla Walla", "walla-walla");
city.options[41] = new Option("Wenatchee", "wenatchee");
city.options[42] = new Option("Yakima", "yakima");
break
case "west-virginia":
city.options[1] = new Option("Athens", "athens");
city.options[2] = new Option("Beckley", "beckley");
city.options[3] = new Option("Bethany", "bethany");
city.options[4] = new Option("Bluefield", "bluefield");
city.options[5] = new Option("Bridgeport", "bridgeport");
city.options[6] = new Option("Buckhannon", "buckhannon");
city.options[7] = new Option("Charleston", "charleston");
city.options[8] = new Option("Clarksburg", "clarksburg");
city.options[9] = new Option("Cross Lanes", "cross-lanes");
city.options[10] = new Option("Dunbar", "dunbar");
city.options[11] = new Option("Eleanor", "eleanor");
city.options[12] = new Option("Elkins", "elkins");
city.options[13] = new Option("Fairmont", "fairmont");
city.options[14] = new Option("Glen Dale", "glen-dale");
city.options[15] = new Option("Glenville", "glenville");
city.options[16] = new Option("Hinton", "hinton");
city.options[17] = new Option("Huntington", "huntington");
city.options[18] = new Option("Institute", "institute");
city.options[19] = new Option("Keyser", "keyser");
city.options[20] = new Option("Leroy", "leroy");
city.options[21] = new Option("Lewisburg", "lewisburg");
city.options[22] = new Option("Logan", "logan");
city.options[23] = new Option("Martinsburg", "martinsburg");
city.options[24] = new Option("Montgomery", "montgomery");
city.options[25] = new Option("Moorefield", "moorefield");
city.options[26] = new Option("Morgantown", "morgantown");
city.options[27] = new Option("Mount Gay", "mount-gay");
city.options[28] = new Option("Mount Hope", "mount-hope");
city.options[29] = new Option("New Cumberland", "new-cumberland");
city.options[30] = new Option("Oak Hill", "oak-hill");
city.options[31] = new Option("Parkersburg", "parkersburg");
city.options[32] = new Option("Petersburg", "petersburg");
city.options[33] = new Option("Philippi", "philippi");
city.options[34] = new Option("Princeton", "princeton");
city.options[35] = new Option("Saint Albans", "saint-albans");
city.options[36] = new Option("Salem", "salem");
city.options[37] = new Option("Shepherdstown", "shepherdstown");
city.options[38] = new Option("Vienna", "vienna");
city.options[39] = new Option("Waverly", "waverly");
city.options[40] = new Option("West Liberty", "west-liberty");
city.options[41] = new Option("Wheeling", "wheeling");
break
case "wisconsin":
city.options[1] = new Option("Appleton", "appleton");
city.options[2] = new Option("Ashland", "ashland");
city.options[3] = new Option("Beloit", "beloit");
city.options[4] = new Option("Brookfield", "brookfield");
city.options[5] = new Option("Cable", "cable");
city.options[6] = new Option("Cleveland", "cleveland");
city.options[7] = new Option("De Pere", "de-pere");
city.options[8] = new Option("Dunbar", "dunbar");
city.options[9] = new Option("Eau Claire", "eau-claire");
city.options[10] = new Option("Fennimore", "fennimore");
city.options[11] = new Option("Fond Du Lac", "fond-du-lac");
city.options[12] = new Option("Fond du Lac", "fond-du-lac");
city.options[13] = new Option("Franklin", "franklin");
city.options[14] = new Option("Grafton", "grafton");
city.options[15] = new Option("Green Bay", "green-bay");
city.options[16] = new Option("Greenfield", "greenfield");
city.options[17] = new Option("Hayward", "hayward");
city.options[18] = new Option("Janesville", "janesville");
city.options[19] = new Option("Kenosha", "kenosha");
city.options[20] = new Option("Keshena", "keshena");
city.options[21] = new Option("La Crosse", "la-crosse");
city.options[22] = new Option("Madison", "madison");
city.options[23] = new Option("Manitowoc", "manitowoc");
city.options[24] = new Option("Menomonie", "menomonie");
city.options[25] = new Option("Mequon", "mequon");
city.options[26] = new Option("Milwaukee", "milwaukee");
city.options[27] = new Option("MILWAUKEE", "milwaukee");
city.options[28] = new Option("Milwaukee", "milwaukee");
city.options[29] = new Option("Monroe", "monroe");
city.options[30] = new Option("Nashotah", "nashotah");
city.options[31] = new Option("Oshkosh", "oshkosh");
city.options[32] = new Option("Pewaukee", "pewaukee");
city.options[33] = new Option("Platteville", "platteville");
city.options[34] = new Option("Plymouth", "plymouth");
city.options[35] = new Option("Racine", "racine");
city.options[36] = new Option("Rhinelander", "rhinelander");
city.options[37] = new Option("Ripon", "ripon");
city.options[38] = new Option("River Falls", "river-falls");
city.options[39] = new Option("Saint Francis", "saint-francis");
city.options[40] = new Option("Shell Lake", "shell-lake");
city.options[41] = new Option("Stevens Point", "stevens-point");
city.options[42] = new Option("Superior", "superior");
city.options[43] = new Option("Watertown", "watertown");
city.options[44] = new Option("Waukesha", "waukesha");
city.options[45] = new Option("Wausau", "wausau");
city.options[46] = new Option("West Allis", "west-allis");
city.options[47] = new Option("Whitewater", "whitewater");
city.options[48] = new Option("Wisconsin Rapids", "wisconsin-rapids");
break
case "wyoming":
city.options[1] = new Option("Casper", "casper");
city.options[2] = new Option("Cheyenne", "cheyenne");
city.options[3] = new Option("Evanston", "evanston");
city.options[4] = new Option("Laramie", "laramie");
city.options[5] = new Option("Powell", "powell");
city.options[6] = new Option("Riverton", "riverton");
city.options[7] = new Option("Rock Springs", "rock-springs");
city.options[8] = new Option("Sheridan", "sheridan");
city.options[9] = new Option("Torrington", "torrington");

									}
								}


								document.write('<form method="post" name="CampusSearchForm" id="CampusSearchForm" style="display:inline;" onSubmit="return goToCityState()">');
									document.write('<select name="state" id="state" onchange="updateCity()" class="formcampus">');
										document.write('<option value="">Select State</option>');
										document.write('<option value="alabama">Alabama</option>');
document.write('<option value="alaska">Alaska</option>');
document.write('<option value="american-samoa">American Samoa</option>');
document.write('<option value="arizona">Arizona</option>');
document.write('<option value="arkansas">Arkansas</option>');
document.write('<option value="california">California</option>');
document.write('<option value="colorado">Colorado</option>');
document.write('<option value="connecticut">Connecticut</option>');
document.write('<option value="delaware">Delaware</option>');
document.write('<option value="district-of-columbia">District of Columbia</option>');
document.write('<option value="federated-states-of-micronesia">Federated States of Micronesia</option>');
document.write('<option value="florida">Florida</option>');
document.write('<option value="georgia">Georgia</option>');
document.write('<option value="guam">Guam</option>');
document.write('<option value="hawaii">Hawaii</option>');
document.write('<option value="idaho">Idaho</option>');
document.write('<option value="illinois">Illinois</option>');
document.write('<option value="indiana">Indiana</option>');
document.write('<option value="iowa">Iowa</option>');
document.write('<option value="kansas">Kansas</option>');
document.write('<option value="kentucky">Kentucky</option>');
document.write('<option value="louisiana">Louisiana</option>');
document.write('<option value="maine">Maine</option>');
document.write('<option value="marshall-islands">Marshall Islands</option>');
document.write('<option value="maryland">Maryland</option>');
document.write('<option value="massachusetts">Massachusetts</option>');
document.write('<option value="michigan">Michigan</option>');
document.write('<option value="minnesota">Minnesota</option>');
document.write('<option value="mississippi">Mississippi</option>');
document.write('<option value="missouri">Missouri</option>');
document.write('<option value="montana">Montana</option>');
document.write('<option value="nebraska">Nebraska</option>');
document.write('<option value="nevada">Nevada</option>');
document.write('<option value="new-hampshire">New Hampshire</option>');
document.write('<option value="new-jersey">New Jersey</option>');
document.write('<option value="new-mexico">New Mexico</option>');
document.write('<option value="new-york">New York</option>');
document.write('<option value="north-carolina">North Carolina</option>');
document.write('<option value="north-dakota">North Dakota</option>');
document.write('<option value="northern-marianas">Northern Marianas</option>');
document.write('<option value="ohio">Ohio</option>');
document.write('<option value="oklahoma">Oklahoma</option>');
document.write('<option value="oregon">Oregon</option>');
document.write('<option value="palau">Palau</option>');
document.write('<option value="pennsylvania">Pennsylvania</option>');
document.write('<option value="puerto-rico">Puerto Rico</option>');
document.write('<option value="rhode-island">Rhode Island</option>');
document.write('<option value="south-carolina">South Carolina</option>');
document.write('<option value="south-dakota">South Dakota</option>');
document.write('<option value="tennessee">Tennessee</option>');
document.write('<option value="texas">Texas</option>');
document.write('<option value="utah">Utah</option>');
document.write('<option value="vermont">Vermont</option>');
document.write('<option value="virgin-islands">Virgin Islands</option>');
document.write('<option value="virginia">Virginia</option>');
document.write('<option value="washington">Washington</option>');
document.write('<option value="west-virginia">West Virginia</option>');
document.write('<option value="wisconsin">Wisconsin</option>');
document.write('<option value="wyoming">Wyoming</option>');
									document.write('</select>');
									document.write('<select name="city" id="city" class="formcampus" style="margin-bottom:10px;">');
										document.write('<option value="">Select City</option>');
									document.write('</select>');
									document.write('<input type="image" style="margin-left:160px;" src="/online-education/images/campus_sidebar_search.gif" width="66" height="18" />');
								document.write('</form>');