cityArray=new Array(68);
for (i=0; i < 68; i++) 
{   cityArray[i] = new Array(30);
    for (j=0; j<100; j++)
    {
        cityArray[i][j]="";
    }
}


     
     //Escambia
   cityArray[1][0]="Bellview";
    cityArray[1][1]="Brent";
    cityArray[1][2]="Century";
    cityArray[1][3]="Ensley";
    cityArray[1][4]="Ferry Pass";
    cityArray[1][5]="Gonzalez";
    cityArray[1][6]="Myrtle Grove";
    cityArray[1][7]="Pensacola";
    cityArray[1][8]="Perdido Key";
    cityArray[1][9]="Warrington";
    cityArray[1][10]="West Pensacola";
    
     
     //Santa Rosa
   cityArray[2][0]="Bagdad";
    cityArray[2][1]="Gulf Breeze";
    cityArray[2][2]="Jay";
    cityArray[2][3]="Milton";
    cityArray[2][4]="Navarre";
    cityArray[2][5]="Pace";
    
     
     //Okaloosa
   cityArray[3][0]="Cinco Bayou";
    cityArray[3][1]="Crestview";
    cityArray[3][2]="Destin";
    cityArray[3][3]="Eglin AFB";
    cityArray[3][4]="Fort Walton Beach";
    cityArray[3][5]="Lake Lorraine";
    cityArray[3][6]="Laurel Hill";
    cityArray[3][7]="Mary Esther";
    cityArray[3][8]="Niceville";
    cityArray[3][9]="Shalimar";
    cityArray[3][10]="Valparaiso";
    
     
     //Walton
   cityArray[4][0]="DeFuniak Springs";
    cityArray[4][1]="Freeport City";
    cityArray[4][2]="Miramar Beach";
    cityArray[4][3]="Paxton";
    cityArray[4][4]="Santa Rosa Beach";
    cityArray[4][5]="Seaside";
    
     
     //Holmes
   cityArray[5][0]="Bonifay";
    cityArray[5][1]="Esto";
    cityArray[5][2]="Noma";
    cityArray[5][3]="Ponce De Leon";
    cityArray[5][4]="Westville";
    
     
     //Washington
   cityArray[6][0]="Caryville";
    cityArray[6][1]="Chipley";
    cityArray[6][2]="Ebro";
    cityArray[6][3]="Vernon";
    cityArray[6][4]="Wausau";
    
     
     //Bay
   cityArray[7][0]="Callaway";
    cityArray[7][1]="Cedar Grove";
    cityArray[7][2]="Laguna Beach";
    cityArray[7][3]="Lynn Haven";
    cityArray[7][4]="Mexico Beach";
    cityArray[7][5]="Panama City";
    cityArray[7][6]="Panama City Beach";
    cityArray[7][7]="Parker";
    cityArray[7][8]="Pretty Bayou";
    cityArray[7][9]="Springfield";
    cityArray[7][10]="Tyndall AFB";
    cityArray[7][11]="Upper Grand Lagoon";
    
     
     //Jackson
   cityArray[8][0]="Alford";
    cityArray[8][1]="Bascom";
    cityArray[8][2]="Campbellton";
    cityArray[8][3]="Cottondale";
    cityArray[8][4]="Graceville";
    cityArray[8][5]="Grand Ridge";
    cityArray[8][6]="Greenwood";
    cityArray[8][7]="Jacob City";
    cityArray[8][8]="Malone";
    cityArray[8][9]="Marianna";
    cityArray[8][10]="Sneads";
    
     
     //Calhoun
   cityArray[9][0]="Altha";
    cityArray[9][1]="Blountstown";
    
     
     //Gulf
   cityArray[10][0]="Port St. Joe";
    cityArray[10][1]="Wewahitchka";
    
     
     //Liberty
   cityArray[11][0]="Bristol";
    
     
     //Gadsden
   cityArray[12][0]="Chattahoochee";
    cityArray[12][1]="Greensboro";
    cityArray[12][2]="Gretna";
    cityArray[12][3]="Havana";
    cityArray[12][4]="Midway";
    cityArray[12][5]="Quincy";
    
     
     //Franklin
   cityArray[13][0]="Apalachicola";
    cityArray[13][1]="Carrabelle";
    cityArray[13][2]="Eastpoint";
    cityArray[13][3]="St. George Island";
    
     
     //Leon
   cityArray[14][0]="Tallahassee";
    
     
     //Wakulla
   cityArray[15][0]="Crawfordville";
    cityArray[15][1]="Panacea";
    cityArray[15][2]="Sopchoppy";
    cityArray[15][3]="St Marks";
    
     
     //Jefferson
   cityArray[16][0]="Monticello";
    
     
     //Taylor
   cityArray[17][0]="Perry";
    cityArray[17][1]="Steinhatchee";
    
     
     //Madison
   cityArray[18][0]="Greenville";
    cityArray[18][1]="Lee";
    cityArray[18][2]="Madison";
    
     
     //Hamilton
   cityArray[19][0]="Jasper";
    cityArray[19][1]="Jennings";
    cityArray[19][2]="White Springs";
    
     
     //Lafayette
   cityArray[20][0]="Mayo";
    
     
     //Suwannee
   cityArray[21][0]="Branford";
    cityArray[21][1]="Live Oak";
    cityArray[21][2]="Wellborn";
    
     
     //Dixie
   cityArray[22][0]="Cross City";
    cityArray[22][1]="Horseshoe Beach";
    cityArray[22][2]="Suwannee";
    
     
     //Columbia
   cityArray[23][0]="Fort White";
    cityArray[23][1]="Lake City";
    
     
     //Gilchrist
   cityArray[24][0]="Bell";
    cityArray[24][1]="Fanning Springs";
    cityArray[24][2]="Trenton";
    
     
     //Baker
   cityArray[25][0]="Glen St. Mary";
    cityArray[25][1]="Macclenny";
    
     
     //Union
   cityArray[26][0]="Lake Butler";
    cityArray[26][1]="Providence";
    cityArray[26][2]="Raiford";
    cityArray[26][3]="Worthington Springs";
    
     
     //Alachua
   cityArray[27][0]="Alachua";
    cityArray[27][1]="Archer";
    cityArray[27][2]="Cross Creek";
    cityArray[27][3]="Gainesville";
    cityArray[27][4]="Hawthorne";
    cityArray[27][5]="High Springs";
    cityArray[27][6]="LaCrosse";
    cityArray[27][7]="Micanopy";
    cityArray[27][8]="Newberry";
    cityArray[27][9]="Waldo";
    
     
     //Bradford
   cityArray[28][0]="Brooker";
    cityArray[28][1]="Hampton";
    cityArray[28][2]="Keystone Heights";
    cityArray[28][3]="Lawtey";
    cityArray[28][4]="Starke";
    
     
     //Nassau
   cityArray[29][0]="Amelia Island | Fernandina Beach";
    cityArray[29][1]="Callahan";
    cityArray[29][2]="Hilliard";
    cityArray[29][3]="Yulee";
    
     
     //Duval
   cityArray[30][0]="Atlantic Beach";
    cityArray[30][1]="Baldwin";
    cityArray[30][2]="Jacksonville";
    cityArray[30][3]="Jacksonville Beach";
    cityArray[30][4]="Neptune Beach";
    
     
     //Clay
   cityArray[31][0]="Asbury Lake";
    cityArray[31][1]="Green Cove Springs";
    cityArray[31][2]="Keystone Heights";
    cityArray[31][3]="Lakeside";
    cityArray[31][4]="Middleburg";
    cityArray[31][5]="Orange Park";
    cityArray[31][6]="Penney Farms";
    
     
     //St. Johns
   cityArray[32][0]="Anastasia Island";
    cityArray[32][1]="Butler Beach";
    cityArray[32][2]="Fruit Cove";
    cityArray[32][3]="Hastings";
    cityArray[32][4]="Marineland";
    cityArray[32][5]="Palm Valley";
    cityArray[32][6]="Sawgrass | Ponte Vedra";
    cityArray[32][7]="St. Augustine";
    cityArray[32][8]="St. Augustine Beach";
    cityArray[32][9]="Vilano Beach";
    
     
     //Putnam
   cityArray[33][0]="Bostwick";
    cityArray[33][1]="Crescent City";
    cityArray[33][2]="Interlachen";
    cityArray[33][3]="Melrose";
    cityArray[33][4]="Palatka";
    cityArray[33][5]="Pomona Park";
    cityArray[33][6]="Welaka";
    
     
     //Flagler
   cityArray[34][0]="Beverly Beach";
    cityArray[34][1]="Bunnell";
    cityArray[34][2]="Flagler Beach";
    cityArray[34][3]="Marineland";
    cityArray[34][4]="Palm Coast";
    
     
     //Levy
   cityArray[35][0]="Bronson";
    cityArray[35][1]="Cedar Key";
    cityArray[35][2]="Chiefland";
    cityArray[35][3]="Fanning Springs";
    cityArray[35][4]="Inglis";
    cityArray[35][5]="Otter Creek";
    cityArray[35][6]="Williston";
    cityArray[35][7]="Yankeetown";
    
     
     //Marion
   cityArray[36][0]="Belleview";
    cityArray[36][1]="Dunnellon";
    cityArray[36][2]="McIntosh";
    cityArray[36][3]="Ocala";
    cityArray[36][4]="Reddick";
    cityArray[36][5]="Silver Springs Shores";
    
     
     //Volusia
   cityArray[37][0]="Barberville";
    cityArray[37][1]="Daytona Beach";
    cityArray[37][2]="Daytona Beach Shores";
    cityArray[37][3]="DeBary";
    cityArray[37][4]="DeLand";
    cityArray[37][5]="DeLeon Springs";
    cityArray[37][6]="Deltona";
    cityArray[37][7]="Edgewater";
    cityArray[37][8]="Enterprise";
    cityArray[37][9]="Flagler Beach";
    cityArray[37][10]="Holly Hill";
    cityArray[37][11]="Lake Helen";
    cityArray[37][12]="New Smyrna Beach";
    cityArray[37][13]="Oak Hill";
    cityArray[37][14]="Orange City";
    cityArray[37][15]="Ormond Beach";
    cityArray[37][16]="Ormond-By-The-Sea";
    cityArray[37][17]="Pierson";
    cityArray[37][18]="Ponce Inlet";
    cityArray[37][19]="Port Orange";
    cityArray[37][20]="Seville";
    cityArray[37][21]="South Daytona";
    
     
     //Lake
   cityArray[38][0]="Astatula";
    cityArray[38][1]="Clermont";
    cityArray[38][2]="Eustis";
    cityArray[38][3]="Fruitland Park";
    cityArray[38][4]="Groveland";
    cityArray[38][5]="Howey-in-the-Hills";
    cityArray[38][6]="Lady Lake";
    cityArray[38][7]="Leesburg";
    cityArray[38][8]="Mascotte";
    cityArray[38][9]="Minneola";
    cityArray[38][10]="Montverde";
    cityArray[38][11]="Mount Dora";
    cityArray[38][12]="Tavares";
    cityArray[38][13]="Umatilla";
    
     
     //Sumter
   cityArray[39][0]="Bushnell";
    cityArray[39][1]="Center Hill";
    cityArray[39][2]="Coleman";
    cityArray[39][3]="Lake Panasoffkee";
    cityArray[39][4]="Sumterville";
    cityArray[39][5]="The Villages";
    cityArray[39][6]="Webster";
    cityArray[39][7]="Wildwood";
    
     
     //Citrus
   cityArray[40][0]="Beverly Hills";
    cityArray[40][1]="Crystal River";
    cityArray[40][2]="Floral City";
    cityArray[40][3]="Hernando";
    cityArray[40][4]="Homosassa Springs";
    cityArray[40][5]="Inverness";
    cityArray[40][6]="Lecanto";
    cityArray[40][7]="Sugarmill Woods";
    
     
     //Hernando
   cityArray[41][0]="Brookridge";
    cityArray[41][1]="Brooksville";
    cityArray[41][2]="Hernando Beach";
    cityArray[41][3]="High Point";
    cityArray[41][4]="Istachatta";
    cityArray[41][5]="Ridge Manor";
    cityArray[41][6]="Spring Hill";
    cityArray[41][7]="Weeki Wachee";
    
     
     //Pasco
   cityArray[42][0]="Bayonet Point";
    cityArray[42][1]="Beacon Square";
    cityArray[42][2]="Dade City";
    cityArray[42][3]="Elfers";
    cityArray[42][4]="Holiday";
    cityArray[42][5]="Hudson";
    cityArray[42][6]="Jasmine Estates";
    cityArray[42][7]="Land O&#39;Lakes";
    cityArray[42][8]="New Port Richey";
    cityArray[42][9]="Port Richey";
    cityArray[42][10]="Saint Leo";
    cityArray[42][11]="San Antonio";
    cityArray[42][12]="Zephyrhills";
    
     
     //Orange
   cityArray[43][0]="Apopka";
    cityArray[43][1]="Azalea Park";
    cityArray[43][2]="Bay Lake";
    cityArray[43][3]="Belle Isle";
    cityArray[43][4]="Conway";
    cityArray[43][5]="Eatonville";
    cityArray[43][6]="Edgewood";
    cityArray[43][7]="Fairview Shores";
    cityArray[43][8]="Goldenrod";
    cityArray[43][9]="Lake Buena Vista";
    cityArray[43][10]="Lockhart";
    cityArray[43][11]="Maitland";
    cityArray[43][12]="Oak Ridge";
    cityArray[43][13]="Oakland";
    cityArray[43][14]="Ocoee";
    cityArray[43][15]="Orlando";
    cityArray[43][16]="Pine Hills";
    cityArray[43][17]="Windermere";
    cityArray[43][18]="Winter Garden";
    cityArray[43][19]="Winter Park";
    cityArray[43][20]="Zellwood";
    
     
     //Seminole
   cityArray[44][0]="Altamonte Springs";
    cityArray[44][1]="Casselberry";
    cityArray[44][2]="Fern Park";
    cityArray[44][3]="Forest City";
    cityArray[44][4]="Goldenrod";
    cityArray[44][5]="Lake Mary";
    cityArray[44][6]="Longwood";
    cityArray[44][7]="Oviedo";
    cityArray[44][8]="Sanford";
    cityArray[44][9]="Winter Springs";
    
     
     //Brevard
   cityArray[45][0]="Cape Canaveral";
    cityArray[45][1]="Cocoa";
    cityArray[45][2]="Cocoa Beach";
    cityArray[45][3]="Indialantic";
    cityArray[45][4]="Indian Harbour Beach";
    cityArray[45][5]="Malabar";
    cityArray[45][6]="Melbourne";
    cityArray[45][7]="Melbourne Beach";
    cityArray[45][8]="Melbourne Village";
    cityArray[45][9]="Merritt Island";
    cityArray[45][10]="Micco";
    cityArray[45][11]="Mims";
    cityArray[45][12]="Palm Bay";
    cityArray[45][13]="Palm Shores";
    cityArray[45][14]="Port St. John";
    cityArray[45][15]="Rockledge";
    cityArray[45][16]="Satellite Beach";
    cityArray[45][17]="South Patrick Shores";
    cityArray[45][18]="Titusville";
    cityArray[45][19]="West Melbourne";
    
     
     //Osceola
   cityArray[46][0]="Campbell";
    cityArray[46][1]="Celebration";
    cityArray[46][2]="Kissimmee";
    cityArray[46][3]="Poinciana";
    cityArray[46][4]="St. Cloud";
    
     
     //Polk
   cityArray[47][0]="Auburndale";
    cityArray[47][1]="Babson Park";
    cityArray[47][2]="Bartow";
    cityArray[47][3]="Davenport";
    cityArray[47][4]="Dundee";
    cityArray[47][5]="Eagle Lake";
    cityArray[47][6]="Fort Meade";
    cityArray[47][7]="Frostproof";
    cityArray[47][8]="Haines City";
    cityArray[47][9]="Highland Park";
    cityArray[47][10]="Hillcrest Heights";
    cityArray[47][11]="Lake Alfred";
    cityArray[47][12]="Lake Hamilton";
    cityArray[47][13]="Lake Wales";
    cityArray[47][14]="Lakeland";
    cityArray[47][15]="Mulberry";
    cityArray[47][16]="Polk City";
    cityArray[47][17]="Winter Haven";
    
     
     //Hillsborough
   cityArray[48][0]="Apollo Beach";
    cityArray[48][1]="Brandon";
    cityArray[48][2]="Carrollwood";
    cityArray[48][3]="Dover";
    cityArray[48][4]="Lutz";
    cityArray[48][5]="Mango";
    cityArray[48][6]="Plant City";
    cityArray[48][7]="Riverview";
    cityArray[48][8]="Ruskin";
    cityArray[48][9]="Seffner | Valrico";
    cityArray[48][10]="Sun Center Center";
    cityArray[48][11]="Tampa";
    cityArray[48][12]="Temple Terrace";
    cityArray[48][13]="Town &#39;n&#39; Country";
    
     
     //Pinellas
   cityArray[49][0]="Belleair";
    cityArray[49][1]="Belleair Beach";
    cityArray[49][2]="Belleair Bluffs";
    cityArray[49][3]="Belleair Shore";
    cityArray[49][4]="Clearwater";
    cityArray[49][5]="Dunedin";
    cityArray[49][6]="Gulfport";
    cityArray[49][7]="Indian Rocks Beach";
    cityArray[49][8]="Indian Shores";
    cityArray[49][9]="Kenneth City";
    cityArray[49][10]="Largo";
    cityArray[49][11]="Madeira Beach";
    cityArray[49][12]="North Redington Beach";
    cityArray[49][13]="Oldsmar";
    cityArray[49][14]="Palm Harbor";
    cityArray[49][15]="Pinellas Park";
    cityArray[49][16]="Redington Beach";
    cityArray[49][17]="Redington Shores";
    cityArray[49][18]="Safety Harbor";
    cityArray[49][19]="Seminole";
    cityArray[49][20]="South Pasadena";
    cityArray[49][21]="St. Pete&#39;s Beach";
    cityArray[49][22]="St. Petersburg";
    cityArray[49][23]="Tarpon Springs";
    cityArray[49][24]="Treasure Island";
    
     
     //Manatee
   cityArray[50][0]="Anna Maria";
    cityArray[50][1]="Bradenton";
    cityArray[50][2]="Bradenton Beach";
    cityArray[50][3]="Cortez";
    cityArray[50][4]="Ellenton";
    cityArray[50][5]="Holmes Beach";
    cityArray[50][6]="Longboat Key";
    cityArray[50][7]="Palmetto";
    
     
     //Hardee
   cityArray[51][0]="Bowling Green";
    cityArray[51][1]="Wauchula";
    cityArray[51][2]="Zolfo Springs";
    
     
     //Desoto
   cityArray[52][0]="Arcadia";
    
     
     //Highlands
   cityArray[53][0]="Avon Park";
    cityArray[53][1]="Lake Placid";
    cityArray[53][2]="Placid Lakes";
    cityArray[53][3]="Sebring";
    cityArray[53][4]="Sylvan Shores";
    
     
     //Okeechobee
   cityArray[54][0]="Cypress Quarters";
    cityArray[54][1]="Okeechobee City";
    cityArray[54][2]="Taylor Creek";
    
     
     //Indian River
   cityArray[55][0]="Fellsmere";
    cityArray[55][1]="Florida Ridge";
    cityArray[55][2]="Gifford";
    cityArray[55][3]="Indian River Shores";
    cityArray[55][4]="Orchid";
    cityArray[55][5]="Sebastian";
    cityArray[55][6]="Vero Beach";
    
     
     //St. Lucie
   cityArray[56][0]="Fort Pierce";
    cityArray[56][1]="Hutchinson Island";
    cityArray[56][2]="Lakewood Park";
    cityArray[56][3]="Port St. Lucie";
    cityArray[56][4]="St. Lucie Village";
    cityArray[56][5]="White City";
    
     
     //Martin
   cityArray[57][0]="Hobe Sound";
    cityArray[57][1]="Indiantown";
    cityArray[57][2]="Jensen Beach";
    cityArray[57][3]="Jupiter Island";
    cityArray[57][4]="North River Shores";
    cityArray[57][5]="Ocean Breeze Park";
    cityArray[57][6]="Palm City";
    cityArray[57][7]="Port Salerno";
    cityArray[57][8]="Sewall&#39;s Point";
    cityArray[57][9]="Stuart";
    
     
     //Glades
   cityArray[58][0]="Buckhead Ridge";
    cityArray[58][1]="Moore Haven";
    
     
     //Charlotte
   cityArray[59][0]="Englewood";
    cityArray[59][1]="Gasparilla Island | Boca Grande";
    cityArray[59][2]="Mansota Key";
    cityArray[59][3]="Port Charlotte";
    cityArray[59][4]="Punta Gorda";
    
     
     //Sarasota
   cityArray[60][0]="Casey Key | Nokomis";
    cityArray[60][1]="Englewood";
    cityArray[60][2]="Fruitville";
    cityArray[60][3]="Laurel";
    cityArray[60][4]="Longboat Key";
    cityArray[60][5]="North Port";
    cityArray[60][6]="Osprey";
    cityArray[60][7]="Sarasota";
    cityArray[60][8]="Sarasota Springs";
    cityArray[60][9]="Siesta Key";
    cityArray[60][10]="South Venice";
    cityArray[60][11]="Venice";
    cityArray[60][12]="Venice Gardens";
    
     
     //Lee
   cityArray[61][0]="Bonita Springs";
    cityArray[61][1]="Buckingham";
    cityArray[61][2]="Cape Coral";
    cityArray[61][3]="Estero";
    cityArray[61][4]="Fort Myers";
    cityArray[61][5]="Fort Myers Beach";
    cityArray[61][6]="Gasparilla Island | Boca Grande";
    cityArray[61][7]="Iona";
    cityArray[61][8]="Lehigh Acres";
    cityArray[61][9]="North Fort Myers";
    cityArray[61][10]="Pine Island";
    cityArray[61][11]="San Carlos Park";
    cityArray[61][12]="Sanibel";
    
     
     //Hendry
   cityArray[62][0]="Clewiston";
    cityArray[62][1]="Harlem";
    cityArray[62][2]="LaBelle";
    cityArray[62][3]="Port LaBelle";
    
     
     //Palm Beach
   cityArray[63][0]="Atlantis";
    cityArray[63][1]="Belle Glade";
    cityArray[63][2]="Boca Del Mar";
    cityArray[63][3]="Boca Raton";
    cityArray[63][4]="Boynton Beach";
    cityArray[63][5]="Briney Breezes";
    cityArray[63][6]="Cloud Lake";
    cityArray[63][7]="Delray Beach";
    cityArray[63][8]="Glen Ridge";
    cityArray[63][9]="Golf";
    cityArray[63][10]="Greenacres";
    cityArray[63][11]="Gulf Stream";
    cityArray[63][12]="Haverhill";
    cityArray[63][13]="Highland Beach";
    cityArray[63][14]="Hypoluxo";
    cityArray[63][15]="Juno Beach";
    cityArray[63][16]="Jupiter";
    cityArray[63][17]="Jupiter Inlet Colony";
    cityArray[63][18]="Lake Clarke Shores";
    cityArray[63][19]="Lake Park";
    cityArray[63][20]="Lake Worth";
    cityArray[63][21]="Lantana";
    cityArray[63][22]="Loxahatchee";
    cityArray[63][23]="Manalapan";
    cityArray[63][24]="Mangonia Park";
    cityArray[63][25]="North Palm Beach";
    cityArray[63][26]="Ocean Ridge";
    cityArray[63][27]="Pahokee";
    cityArray[63][28]="Palm Beach";
    cityArray[63][29]="Palm Beach Gardens";
    cityArray[63][30]="Palm Beach Shores";
    cityArray[63][31]="Palm Springs";
    cityArray[63][32]="Riviera Beach";
    cityArray[63][33]="Royal Palm Beach";
    cityArray[63][34]="Singer Island";
    cityArray[63][35]="South Bay";
    cityArray[63][36]="South Palm Beach";
    cityArray[63][37]="Tequesta";
    cityArray[63][38]="The Acreage";
    cityArray[63][39]="Wellington";
    cityArray[63][40]="West Palm Beach";
    
     
     //Collier
   cityArray[64][0]="Chokoloskee";
    cityArray[64][1]="Everglades City";
    cityArray[64][2]="Golden Gate";
    cityArray[64][3]="Goodland";
    cityArray[64][4]="Immokalee";
    cityArray[64][5]="Marco Island";
    cityArray[64][6]="Naples";
    
     
     //Broward
   cityArray[65][0]="Coconut Creek";
    cityArray[65][1]="Cooper City";
    cityArray[65][2]="Coral Springs";
    cityArray[65][3]="Dania Beach";
    cityArray[65][4]="Davie";
    cityArray[65][5]="Deerfield Beach";
    cityArray[65][6]="Fort Lauderdale";
    cityArray[65][7]="Hallandale Beach";
    cityArray[65][8]="Hillsboro Beach";
    cityArray[65][9]="Hollywood";
    cityArray[65][10]="Lauderdale Lakes";
    cityArray[65][11]="Lauderdale-by-the-Sea";
    cityArray[65][12]="Lauderhill";
    cityArray[65][13]="Lazy Lake";
    cityArray[65][14]="Lighthouse Point";
    cityArray[65][15]="Margate";
    cityArray[65][16]="Miramar";
    cityArray[65][17]="North Andrews Gardens";
    cityArray[65][18]="North Lauderdale";
    cityArray[65][19]="Oakland Park";
    cityArray[65][20]="Parkland";
    cityArray[65][21]="Pembroke Park";
    cityArray[65][22]="Pembroke Pines";
    cityArray[65][23]="Plantation";
    cityArray[65][24]="Pompano Beach";
    cityArray[65][25]="Sea Ranch Lakes";
    cityArray[65][26]="Southwest Ranches";
    cityArray[65][27]="Sunrise";
    cityArray[65][28]="Tamarac";
    cityArray[65][29]="Weston";
    cityArray[65][30]="Wilton Manors";
    
     
     //Monroe
   cityArray[66][0]="Big Coppitt Key";
    cityArray[66][1]="Big Pine Key";
    cityArray[66][2]="Islamorada";
    cityArray[66][3]="Key Colony Beach";
    cityArray[66][4]="Key Largo";
    cityArray[66][5]="Key West";
    cityArray[66][6]="Layton";
    cityArray[66][7]="Marathon";
    cityArray[66][8]="Stock Island";
    cityArray[66][9]="Tavernier";
    
     
     //Miami Dade
   cityArray[67][0]="Aventura";
    cityArray[67][1]="Bal Harbour";
    cityArray[67][2]="Bay Harbor Islands";
    cityArray[67][3]="Biscayne Park";
    cityArray[67][4]="Carol City";
    cityArray[67][5]="Coral Gables";
    cityArray[67][6]="Doral";
    cityArray[67][7]="El Portal";
    cityArray[67][8]="Florida City";
    cityArray[67][9]="Golden Beach";
    cityArray[67][10]="Hammocks";
    cityArray[67][11]="Hialeah";
    cityArray[67][12]="Hialeah Gardens";
    cityArray[67][13]="Homestead";
    cityArray[67][14]="Indian Creek";
    cityArray[67][15]="Islandia";
    cityArray[67][16]="Kendall";
    cityArray[67][17]="Kendall Lakes";
    cityArray[67][18]="Key Biscayne";
    cityArray[67][19]="Medley";
    cityArray[67][20]="Miami";
    cityArray[67][21]="Miami Beach";
    cityArray[67][22]="Miami Gardens";
    cityArray[67][23]="Miami Lakes";
    cityArray[67][24]="Miami Shores";
    cityArray[67][25]="Miami Springs";
    cityArray[67][26]="North Bay Village";
    cityArray[67][27]="North Miami";
    cityArray[67][28]="North Miami Beach";
    cityArray[67][29]="Opa-locka";
    cityArray[67][30]="Palmetto Bay";
    cityArray[67][31]="Pinecrest";
    cityArray[67][32]="South Miami";
    cityArray[67][33]="South Miami Heights";
    cityArray[67][34]="Sunny Isles Beach";
    cityArray[67][35]="Surfside";
    cityArray[67][36]="Sweetwater";
    cityArray[67][37]="Tamiami";
    cityArray[67][38]="Virginia Gardens";
    cityArray[67][39]="West Little River";
    cityArray[67][40]="West Miami";
    cityArray[67][41]="Westchester";