var counties;
counties = new Array(94);
counties[0] = "Not Found in Indiana";
counties[1] = "Adams";
counties[2] = "Allen";
counties[3] = "Bartholomew";
counties[4] = "Benton";
counties[5] = "Blackford";
counties[6] = "Boone";
counties[7] = "Brown";
counties[8] = "Carroll";
counties[9] = "Cass";
counties[10] = "Clark";
counties[11] = "Clay";
counties[12] = "Clinton";
counties[13] = "Crawford";
counties[14] = "Daviess";
counties[15] = "Dearborn";
counties[16] = "Decatur";
counties[17] = "DeKalb";
counties[18] = "Delaware";
counties[19] = "Dubois";
counties[20] = "Elkhart";
counties[21] = "Fayette";
counties[22] = "Floyd";
counties[23] = "Fountain";
counties[24] = "Franklin";
counties[25] = "Fulton";
counties[26] = "Gibson";
counties[27] = "Grant";
counties[28] = "Greene";
counties[29] = "Hamilton";
counties[30] = "Hancock";
counties[31] = "Harrison";
counties[32] = "Hendricks";
counties[33] = "Henry";
counties[34] = "Howard";
counties[35] = "Huntington";
counties[36] = "Jackson";
counties[37] = "Jasper";
counties[38] = "Jay";
counties[39] = "Jefferson";
counties[40] = "Jennings";
counties[41] = "Johnson";
counties[42] = "Knox";
counties[43] = "Kosciusko";
counties[44] = "LaGrange";
counties[45] = "Lake";
counties[46] = "LaPorte";
counties[47] = "Lawrence";
counties[48] = "Madison";
counties[49] = "Marion";
counties[50] = "Marshall";
counties[51] = "Martin";
counties[52] = "Miami";
counties[53] = "Monroe";
counties[54] = "Montgomery";
counties[55] = "Morgan";
counties[56] = "Newton";
counties[57] = "Noble";
counties[58] = "Ohio";
counties[59] = "Orange";
counties[60] = "Owen";
counties[61] = "Parke";
counties[62] = "Perry";
counties[63] = "Pike";
counties[64] = "Porter";
counties[65] = "Posey";
counties[66] = "Pulaski";
counties[67] = "Putnam";
counties[68] = "Randolph";
counties[69] = "Ripley";
counties[70] = "Rush";
counties[71] = "Saint Joseph";
counties[72] = "Scott";
counties[73] = "Shelby";
counties[74] = "Spencer";
counties[75] = "Starke";
counties[76] = "Steuben";
counties[77] = "Sullivan";
counties[78] = "Switzerland";
counties[79] = "Tippecanoe";
counties[80] = "Tipton";
counties[81] = "Union";
counties[82] = "Vanderburgh";
counties[83] = "Vermillion";
counties[84] = "Vigo";
counties[85] = "Wabash";
counties[86] = "Warren";
counties[87] = "Warrick";
counties[88] = "Washington";
counties[89] = "Wayne";
counties[90] = "Wells";
counties[91] = "White";
counties[92] = "Whitley";
counties[93] = "Every";


