************************************************************************************************* * Documentation for Reproduction of * Are Republicans really driving congressional polarization? Maybe not. * Monkey Cage * http://www.washingtonpost.com/blogs/monkey-cage/wp/2014/09/11/are-republicans-really-driving-congressional-polarization-maybe-not/ * L.J Zigerell * Stata version 11 ************************************************************************************************* ************************************************************************************************* * Bailey scores drawn from: Michael A. Bailey. 2013. Is Today's Court the Most Conservative in * Sixty Years? Challenges and Opportunities in Measuring Judicial Preferences.Journal of Politics * 75(3): 821-834. * See here: http://faculty.georgetown.edu/baileyma/JOPIdealPointsJan2013.htm ************************************************************************************************* ************************************************************************************************* * Legislator state and party information drawn from: Kenneth C Martis, Ruth Anderson Rowles, and * Gyula Pauer. 1989. The Historical Atlas of Political Parties in the United States Congress, 1789-1989. * Macmillan Publishing Company. ************************************************************************************************* ************************************************************************************************* * See file: "Creating the Bailey Senate and House Stata .do and .dta files" ************************************************************************************************* ************************************************************************************************* *** These are commands to add representative party and associated information to the Bailey dataset *** gen congress = round((year-1788)/2) /* this generates a variable in the Bailey dataset that has the Congress number for each case */ gen statecode = . /* this generates a variable in the Bailey dataset that is to be filled with the state code from the VoteView ICPSR dataset */ gen district = . /* this generates a variable in the Bailey dataset that is to be filled with the district code from the VoteView ICPSR dataset */ gen statename = "." /* this generates a variable in the Bailey dataset that is to be filled with the state name from the VoteView ICPSR dataset; the "." is to generate a text variable */ gen partycode = . /* this generates a variable in the Bailey dataset that is to be filled with the party code from the VoteView ICPSR dataset */ gen nameshort = "." /* this generates a variable in the Bailey dataset that is to be filled with the senator name from the VoteView ICPSR dataset; the "." is to generate a text variable */ gen namelong = "." /* this generates a variable in the Bailey dataset that is to be filled with the long version of the senator name from the VoteView ICPSR dataset; the "." is to generate a text variable */ replace id = 5617 if id == 5616 /* recode Lesinski */ replace id = 20358 if id == 29334 & congress == 108 /* recode Kendrick Meek */ replace statecode = 99 if congress == 82 & id == 99900 replace statecode = 41 if congress == 82 & id == 937 replace statecode = 41 if congress == 82 & id == 3754 replace statecode = 41 if congress == 82 & id == 195 replace statecode = 41 if congress == 82 & id == 7954 replace statecode = 41 if congress == 82 & id == 7695 replace statecode = 41 if congress == 82 & id == 2468 replace statecode = 41 if congress == 82 & id == 2909 replace statecode = 41 if congress == 82 & id == 5058 replace statecode = 41 if congress == 82 & id == 520 replace statecode = 61 if congress == 82 & id == 6799 replace statecode = 61 if congress == 82 & id == 7234 replace statecode = 42 if congress == 82 & id == 3506 replace statecode = 42 if congress == 82 & id == 6532 replace statecode = 42 if congress == 82 & id == 9473 replace statecode = 42 if congress == 82 & id == 9148 replace statecode = 42 if congress == 82 & id == 4244 replace statecode = 42 if congress == 82 & id == 6958 replace statecode = 42 if congress == 82 & id == 4110 replace statecode = 71 if congress == 82 & id == 8322 replace statecode = 71 if congress == 82 & id == 2965 replace statecode = 71 if congress == 82 & id == 4976 replace statecode = 71 if congress == 82 & id == 4201 replace statecode = 71 if congress == 82 & id == 8437 replace statecode = 71 if congress == 82 & id == 6483 replace statecode = 71 if congress == 82 & id == 116 replace statecode = 71 if congress == 82 & id == 173 replace statecode = 71 if congress == 82 & id == 4751 replace statecode = 71 if congress == 82 & id == 9956 replace statecode = 71 if congress == 82 & id == 971 replace statecode = 71 if congress == 82 & id == 4437 replace statecode = 71 if congress == 82 & id == 7566 replace statecode = 71 if congress == 82 & id == 10431 replace statecode = 71 if congress == 82 & id == 6220 replace statecode = 71 if congress == 82 & id == 4846 replace statecode = 71 if congress == 82 & id == 5255 replace statecode = 71 if congress == 82 & id == 2713 replace statecode = 71 if congress == 82 & id == 4514 replace statecode = 71 if congress == 82 & id == 4450 replace statecode = 71 if congress == 82 & id == 8444 replace statecode = 71 if congress == 82 & id == 7415 replace statecode = 71 if congress == 82 & id == 6317 replace statecode = 62 if congress == 82 & id == 8021 replace statecode = 62 if congress == 82 & id == 4429 replace statecode = 62 if congress == 82 & id == 1684 replace statecode = 62 if congress == 82 & id == 275 replace statecode = 1 if congress == 82 & id == 7847 replace statecode = 1 if congress == 82 & id == 8346 replace statecode = 1 if congress == 82 & id == 6267 replace statecode = 1 if congress == 82 & id == 6664 replace statecode = 1 if congress == 82 & id == 7245 replace statecode = 1 if congress == 82 & id == 8170 replace statecode = 11 if congress == 82 & id == 823 replace statecode = 43 if congress == 82 & id == 6361 replace statecode = 43 if congress == 82 & id == 633 replace statecode = 43 if congress == 82 & id == 8507 replace statecode = 43 if congress == 82 & id == 5471 replace statecode = 43 if congress == 82 & id == 4354 replace statecode = 43 if congress == 82 & id == 8023 replace statecode = 44 if congress == 82 & id == 7605 replace statecode = 44 if congress == 82 & id == 2111 replace statecode = 44 if congress == 82 & id == 3286 replace statecode = 44 if congress == 82 & id == 1439 replace statecode = 44 if congress == 82 & id == 2389 replace statecode = 44 if congress == 82 & id == 9677 replace statecode = 44 if congress == 82 & id == 5459 replace statecode = 44 if congress == 82 & id == 9996 replace statecode = 44 if congress == 82 & id == 10329 replace statecode = 44 if congress == 82 & id == 1130 replace statecode = 63 if congress == 82 & id == 10330 replace statecode = 63 if congress == 82 & id == 1215 replace statecode = 21 if congress == 82 & id == 2433 replace statecode = 21 if congress == 82 & id == 9584 replace statecode = 21 if congress == 82 & id == 1324 replace statecode = 21 if congress == 82 & id == 6389 replace statecode = 21 if congress == 82 & id == 5326 replace statecode = 21 if congress == 82 & id == 7004 replace statecode = 21 if congress == 82 & id == 8163 replace statecode = 21 if congress == 82 & id == 3700 replace statecode = 21 if congress == 82 & id == 10421 replace statecode = 21 if congress == 82 & id == 4493 replace statecode = 21 if congress == 82 & id == 8426 replace statecode = 21 if congress == 82 & id == 5020 replace statecode = 21 if congress == 82 & id == 1722 replace statecode = 21 if congress == 82 & id == 7779 replace statecode = 21 if congress == 82 & id == 6061 replace statecode = 21 if congress == 82 & id == 121 replace statecode = 21 if congress == 82 & id == 226 replace statecode = 21 if congress == 82 & id == 9657 replace statecode = 21 if congress == 82 & id == 1702 replace statecode = 21 if congress == 82 & id == 8533 replace statecode = 21 if congress == 82 & id == 5884 replace statecode = 21 if congress == 82 & id == 8814 replace statecode = 21 if congress == 82 & id == 4911 replace statecode = 21 if congress == 82 & id == 9693 replace statecode = 21 if congress == 82 & id == 7610 replace statecode = 21 if congress == 82 & id == 731 replace statecode = 22 if congress == 82 & id == 5900 replace statecode = 22 if congress == 82 & id == 3963 replace statecode = 22 if congress == 82 & id == 2227 replace statecode = 22 if congress == 82 & id == 18 replace statecode = 22 if congress == 82 & id == 550 replace statecode = 22 if congress == 82 & id == 4050 replace statecode = 22 if congress == 82 & id == 986 replace statecode = 22 if congress == 82 & id == 2517 replace statecode = 22 if congress == 82 & id == 10212 replace statecode = 22 if congress == 82 & id == 4165 replace statecode = 22 if congress == 82 & id == 1152 replace statecode = 31 if congress == 82 & id == 6039 replace statecode = 31 if congress == 82 & id == 9168 replace statecode = 31 if congress == 82 & id == 3853 replace statecode = 31 if congress == 82 & id == 5552 replace statecode = 31 if congress == 82 & id == 2256 replace statecode = 31 if congress == 82 & id == 2647 replace statecode = 31 if congress == 82 & id == 4928 replace statecode = 31 if congress == 82 & id == 4482 replace statecode = 32 if congress == 82 & id == 1920 replace statecode = 32 if congress == 82 & id == 8318 replace statecode = 32 if congress == 82 & id == 3534 replace statecode = 32 if congress == 82 & id == 7799 replace statecode = 32 if congress == 82 & id == 4562 replace statecode = 32 if congress == 82 & id == 8709 replace statecode = 51 if congress == 82 & id == 3809 replace statecode = 51 if congress == 82 & id == 10002 replace statecode = 51 if congress == 82 & id == 6745 replace statecode = 51 if congress == 82 & id == 1682 replace statecode = 51 if congress == 82 & id == 8778 replace statecode = 51 if congress == 82 & id == 9561 replace statecode = 51 if congress == 82 & id == 9882 replace statecode = 51 if congress == 82 & id == 7343 replace statecode = 51 if congress == 82 & id == 516 replace statecode = 51 if congress == 82 & id == 3649 replace statecode = 45 if congress == 82 & id == 4275 replace statecode = 45 if congress == 82 & id == 824 replace statecode = 45 if congress == 82 & id == 10201 replace statecode = 45 if congress == 82 & id == 1081 replace statecode = 45 if congress == 82 & id == 7228 replace statecode = 45 if congress == 82 & id == 6721 replace statecode = 45 if congress == 82 & id == 5476 replace statecode = 45 if congress == 82 & id == 100 replace statecode = 2 if congress == 82 & id == 3924 replace statecode = 2 if congress == 82 & id == 6863 replace statecode = 2 if congress == 82 & id == 3096 replace statecode = 2 if congress == 82 & id == 6276 replace statecode = 52 if congress == 82 & id == 6481 replace statecode = 52 if congress == 82 & id == 2531 replace statecode = 52 if congress == 82 & id == 3480 replace statecode = 52 if congress == 82 & id == 3054 replace statecode = 52 if congress == 82 & id == 8219 replace statecode = 52 if congress == 82 & id == 546 replace statecode = 3 if congress == 82 & id == 4372 replace statecode = 3 if congress == 82 & id == 3415 replace statecode = 3 if congress == 82 & id == 7408 replace statecode = 3 if congress == 82 & id == 2660 replace statecode = 3 if congress == 82 & id == 8024 replace statecode = 3 if congress == 82 & id == 518 replace statecode = 3 if congress == 82 & id == 5447 replace statecode = 3 if congress == 82 & id == 3682 replace statecode = 3 if congress == 82 & id == 6922 replace statecode = 3 if congress == 82 & id == 4371 replace statecode = 3 if congress == 82 & id == 5180 replace statecode = 3 if congress == 82 & id == 6177 replace statecode = 3 if congress == 82 & id == 10095 replace statecode = 3 if congress == 82 & id == 6033 replace statecode = 23 if congress == 82 & id == 5880 replace statecode = 23 if congress == 82 & id == 6399 replace statecode = 23 if congress == 82 & id == 8392 replace statecode = 23 if congress == 82 & id == 4487 replace statecode = 23 if congress == 82 & id == 3268 replace statecode = 23 if congress == 82 & id == 758 replace statecode = 23 if congress == 82 & id == 10303 replace statecode = 23 if congress == 82 & id == 2159 replace statecode = 23 if congress == 82 & id == 9338 replace statecode = 23 if congress == 82 & id == 10348 replace statecode = 23 if congress == 82 & id == 7551 replace statecode = 23 if congress == 82 & id == 639 replace statecode = 23 if congress == 82 & id == 6998 replace statecode = 23 if congress == 82 & id == 7682 replace statecode = 23 if congress == 82 & id == 2604 replace statecode = 23 if congress == 82 & id == 5617 replace statecode = 23 if congress == 82 & id == 2653 replace statecode = 33 if congress == 82 & id == 188 replace statecode = 33 if congress == 82 & id == 7044 replace statecode = 33 if congress == 82 & id == 10092 replace statecode = 33 if congress == 82 & id == 6134 replace statecode = 33 if congress == 82 & id == 5083 replace statecode = 33 if congress == 82 & id == 5998 replace statecode = 33 if congress == 82 & id == 158 replace statecode = 33 if congress == 82 & id == 789 replace statecode = 33 if congress == 82 & id == 3902 replace statecode = 46 if congress == 82 & id == 7731 replace statecode = 46 if congress == 82 & id == 10075 replace statecode = 46 if congress == 82 & id == 8616 replace statecode = 46 if congress == 82 & id == 13 replace statecode = 46 if congress == 82 & id == 10279 replace statecode = 46 if congress == 82 & id == 1952 replace statecode = 46 if congress == 82 & id == 10162 replace statecode = 34 if congress == 82 & id == 5905 replace statecode = 34 if congress == 82 & id == 6765 replace statecode = 34 if congress == 82 & id == 9927 replace statecode = 34 if congress == 82 & id == 4822 replace statecode = 34 if congress == 82 & id == 835 replace statecode = 34 if congress == 82 & id == 235 replace statecode = 34 if congress == 82 & id == 8484 replace statecode = 34 if congress == 82 & id == 1517 replace statecode = 34 if congress == 82 & id == 1479 replace statecode = 34 if congress == 82 & id == 5056 replace statecode = 34 if congress == 82 & id == 9071 replace statecode = 34 if congress == 82 & id == 377 replace statecode = 34 if congress == 82 & id == 2275 replace statecode = 34 if congress == 82 & id == 5097 replace statecode = 64 if congress == 82 & id == 5967 replace statecode = 64 if congress == 82 & id == 2538 replace statecode = 35 if congress == 82 & id == 2267 replace statecode = 35 if congress == 82 & id == 1218 replace statecode = 35 if congress == 82 & id == 8879 replace statecode = 35 if congress == 82 & id == 4134 replace statecode = 35 if congress == 82 & id == 6474 replace statecode = 65 if congress == 82 & id == 433 replace statecode = 4 if congress == 82 & id == 6437 replace statecode = 4 if congress == 82 & id == 2087 replace statecode = 12 if congress == 82 & id == 10314 replace statecode = 12 if congress == 82 & id == 4031 replace statecode = 12 if congress == 82 & id == 291 replace statecode = 12 if congress == 82 & id == 4644 replace statecode = 12 if congress == 82 & id == 2827 replace statecode = 12 if congress == 82 & id == 1569 replace statecode = 12 if congress == 82 & id == 10091 replace statecode = 12 if congress == 82 & id == 1476 replace statecode = 12 if congress == 82 & id == 9427 replace statecode = 12 if congress == 82 & id == 7101 replace statecode = 12 if congress == 82 & id == 8010 replace statecode = 12 if congress == 82 & id == 46 replace statecode = 12 if congress == 82 & id == 5109 replace statecode = 12 if congress == 82 & id == 8506 replace statecode = 12 if congress == 82 & id == 4142 replace statecode = 66 if congress == 82 & id == 3114 replace statecode = 66 if congress == 82 & id == 2490 replace statecode = 13 if congress == 82 & id == 3802 replace statecode = 13 if congress == 82 & id == 3946 replace statecode = 13 if congress == 82 & id == 5488 replace statecode = 13 if congress == 82 & id == 1829 replace statecode = 13 if congress == 82 & id == 7680 replace statecode = 13 if congress == 82 & id == 8075 replace statecode = 13 if congress == 82 & id == 2476 replace statecode = 13 if congress == 82 & id == 4290 replace statecode = 13 if congress == 82 & id == 205 replace statecode = 13 if congress == 82 & id == 5199 replace statecode = 13 if congress == 82 & id == 5148 replace statecode = 13 if congress == 82 & id == 4279 replace statecode = 13 if congress == 82 & id == 8049 replace statecode = 13 if congress == 82 & id == 7114 replace statecode = 13 if congress == 82 & id == 6792 replace statecode = 13 if congress == 82 & id == 1611 replace statecode = 13 if congress == 82 & id == 6809 replace statecode = 13 if congress == 82 & id == 2089 replace statecode = 13 if congress == 82 & id == 2662 replace statecode = 13 if congress == 82 & id == 5317 replace statecode = 13 if congress == 82 & id == 8050 replace statecode = 13 if congress == 82 & id == 4898 replace statecode = 13 if congress == 82 & id == 7568 replace statecode = 13 if congress == 82 & id == 3149 replace statecode = 13 if congress == 82 & id == 2646 replace statecode = 13 if congress == 82 & id == 1205 replace statecode = 13 if congress == 82 & id == 6259 replace statecode = 13 if congress == 82 & id == 3888 replace statecode = 13 if congress == 82 & id == 3446 replace statecode = 13 if congress == 82 & id == 8177 replace statecode = 13 if congress == 82 & id == 9978 replace statecode = 13 if congress == 82 & id == 5110 replace statecode = 13 if congress == 82 & id == 1369 replace statecode = 13 if congress == 82 & id == 7003 replace statecode = 13 if congress == 82 & id == 9203 replace statecode = 13 if congress == 82 & id == 5235 replace statecode = 13 if congress == 82 & id == 10191 replace statecode = 13 if congress == 82 & id == 7901 replace statecode = 13 if congress == 82 & id == 3937 replace statecode = 13 if congress == 82 & id == 9144 replace statecode = 13 if congress == 82 & id == 1931 replace statecode = 13 if congress == 82 & id == 5116 replace statecode = 13 if congress == 82 & id == 7102 replace statecode = 13 if congress == 82 & id == 6516 replace statecode = 13 if congress == 82 & id == 7687 replace statecode = 13 if congress == 82 & id == 1340 replace statecode = 13 if congress == 82 & id == 7781 replace statecode = 47 if congress == 82 & id == 846 replace statecode = 47 if congress == 82 & id == 5208 replace statecode = 47 if congress == 82 & id == 431 replace statecode = 47 if congress == 82 & id == 2032 replace statecode = 47 if congress == 82 & id == 1676 replace statecode = 47 if congress == 82 & id == 2791 replace statecode = 47 if congress == 82 & id == 1512 replace statecode = 47 if congress == 82 & id == 2448 replace statecode = 47 if congress == 82 & id == 2684 replace statecode = 47 if congress == 82 & id == 5035 replace statecode = 47 if congress == 82 & id == 5071 replace statecode = 47 if congress == 82 & id == 7774 replace statecode = 36 if congress == 82 & id == 1 replace statecode = 36 if congress == 82 & id == 1254 replace statecode = 24 if congress == 82 & id == 2948 replace statecode = 24 if congress == 82 & id == 4373 replace statecode = 24 if congress == 82 & id == 998 replace statecode = 24 if congress == 82 & id == 8258 replace statecode = 24 if congress == 82 & id == 6204 replace statecode = 24 if congress == 82 & id == 1839 replace statecode = 24 if congress == 82 & id == 7506 replace statecode = 24 if congress == 82 & id == 1104 replace statecode = 24 if congress == 82 & id == 680 replace statecode = 24 if congress == 82 & id == 7771 replace statecode = 24 if congress == 82 & id == 4917 replace statecode = 24 if congress == 82 & id == 1000 replace statecode = 24 if congress == 82 & id == 9688 replace statecode = 24 if congress == 82 & id == 9917 replace statecode = 24 if congress == 82 & id == 310 replace statecode = 24 if congress == 82 & id == 8341 replace statecode = 24 if congress == 82 & id == 891 replace statecode = 24 if congress == 82 & id == 6262 replace statecode = 24 if congress == 82 & id == 4247 replace statecode = 24 if congress == 82 & id == 5301 replace statecode = 24 if congress == 82 & id == 3092 replace statecode = 24 if congress == 82 & id == 2199 replace statecode = 24 if congress == 82 & id == 837 replace statecode = 24 if congress == 82 & id == 621 replace statecode = 53 if congress == 82 & id == 8283 replace statecode = 53 if congress == 82 & id == 8949 replace statecode = 53 if congress == 82 & id == 62 replace statecode = 53 if congress == 82 & id == 8866 replace statecode = 53 if congress == 82 & id == 4891 replace statecode = 53 if congress == 82 & id == 6718 replace statecode = 53 if congress == 82 & id == 10085 replace statecode = 53 if congress == 82 & id == 590 replace statecode = 72 if congress == 82 & id == 6955 replace statecode = 72 if congress == 82 & id == 8960 replace statecode = 72 if congress == 82 & id == 207 replace statecode = 72 if congress == 82 & id == 2935 replace statecode = 14 if congress == 82 & id == 465 replace statecode = 14 if congress == 82 & id == 3744 replace statecode = 14 if congress == 82 & id == 8299 replace statecode = 14 if congress == 82 & id == 1719 replace statecode = 14 if congress == 82 & id == 3785 replace statecode = 14 if congress == 82 & id == 8301 replace statecode = 14 if congress == 82 & id == 4880 replace statecode = 14 if congress == 82 & id == 9653 replace statecode = 14 if congress == 82 & id == 5267 replace statecode = 14 if congress == 82 & id == 2298 replace statecode = 14 if congress == 82 & id == 7078 replace statecode = 14 if congress == 82 & id == 3224 replace statecode = 14 if congress == 82 & id == 3105 replace statecode = 14 if congress == 82 & id == 7844 replace statecode = 14 if congress == 82 & id == 3604 replace statecode = 14 if congress == 82 & id == 1533 replace statecode = 14 if congress == 82 & id == 1328 replace statecode = 14 if congress == 82 & id == 6169 replace statecode = 14 if congress == 82 & id == 8532 replace statecode = 14 if congress == 82 & id == 6795 replace statecode = 14 if congress == 82 & id == 3510 replace statecode = 14 if congress == 82 & id == 9791 replace statecode = 14 if congress == 82 & id == 5671 replace statecode = 14 if congress == 82 & id == 9645 replace statecode = 14 if congress == 82 & id == 8556 replace statecode = 14 if congress == 82 & id == 6685 replace statecode = 14 if congress == 82 & id == 3737 replace statecode = 14 if congress == 82 & id == 8247 replace statecode = 14 if congress == 82 & id == 5136 replace statecode = 14 if congress == 82 & id == 5112 replace statecode = 14 if congress == 82 & id == 2507 replace statecode = 14 if congress == 82 & id == 2065 replace statecode = 14 if congress == 82 & id == 3409 replace statecode = 14 if congress == 82 & id == 2833 replace statecode = 14 if congress == 82 & id == 1184 replace statecode = 14 if congress == 82 & id == 1190 replace statecode = 5 if congress == 82 & id == 3264 replace statecode = 5 if congress == 82 & id == 3246 replace statecode = 48 if congress == 82 & id == 7925 replace statecode = 48 if congress == 82 & id == 7908 replace statecode = 48 if congress == 82 & id == 2672 replace statecode = 48 if congress == 82 & id == 1181 replace statecode = 48 if congress == 82 & id == 7869 replace statecode = 48 if congress == 82 & id == 6353 replace statecode = 37 if congress == 82 & id == 5803 replace statecode = 37 if congress == 82 & id == 672 replace statecode = 54 if congress == 82 & id == 7777 replace statecode = 54 if congress == 82 & id == 364 replace statecode = 54 if congress == 82 & id == 3346 replace statecode = 54 if congress == 82 & id == 3704 replace statecode = 54 if congress == 82 & id == 3034 replace statecode = 54 if congress == 82 & id == 7622 replace statecode = 54 if congress == 82 & id == 9099 replace statecode = 54 if congress == 82 & id == 6826 replace statecode = 54 if congress == 82 & id == 2049 replace statecode = 54 if congress == 82 & id == 2376 replace statecode = 49 if congress == 82 & id == 7232 replace statecode = 49 if congress == 82 & id == 1960 replace statecode = 49 if congress == 82 & id == 567 replace statecode = 49 if congress == 82 & id == 7753 replace statecode = 49 if congress == 82 & id == 10244 replace statecode = 49 if congress == 82 & id == 9241 replace statecode = 49 if congress == 82 & id == 7430 replace statecode = 49 if congress == 82 & id == 9284 replace statecode = 49 if congress == 82 & id == 9320 replace statecode = 49 if congress == 82 & id == 9356 replace statecode = 49 if congress == 82 & id == 7498 replace statecode = 49 if congress == 82 & id == 5826 replace statecode = 49 if congress == 82 & id == 3719 replace statecode = 49 if congress == 82 & id == 4796 replace statecode = 49 if congress == 82 & id == 5847 replace statecode = 49 if congress == 82 & id == 660 replace statecode = 49 if congress == 82 & id == 7806 replace statecode = 49 if congress == 82 & id == 1282 replace statecode = 49 if congress == 82 & id == 8035 replace statecode = 49 if congress == 82 & id == 5924 replace statecode = 49 if congress == 82 & id == 5236 replace statecode = 49 if congress == 82 & id == 3171 replace statecode = 67 if congress == 82 & id == 3752 replace statecode = 67 if congress == 82 & id == 869 replace statecode = 6 if congress == 82 & id == 7637 replace statecode = 40 if congress == 82 & id == 7969 replace statecode = 40 if congress == 82 & id == 4064 replace statecode = 40 if congress == 82 & id == 3499 replace statecode = 40 if congress == 82 & id == 2 replace statecode = 40 if congress == 82 & id == 8839 replace statecode = 40 if congress == 82 & id == 1316 replace statecode = 40 if congress == 82 & id == 4125 replace statecode = 40 if congress == 82 & id == 8636 replace statecode = 40 if congress == 82 & id == 3386 replace statecode = 73 if congress == 82 & id == 6561 replace statecode = 73 if congress == 82 & id == 4851 replace statecode = 73 if congress == 82 & id == 5885 replace statecode = 73 if congress == 82 & id == 4537 replace statecode = 73 if congress == 82 & id == 4579 replace statecode = 73 if congress == 82 & id == 9409 replace statecode = 56 if congress == 82 & id == 7702 replace statecode = 56 if congress == 82 & id == 8824 replace statecode = 56 if congress == 82 & id == 339 replace statecode = 56 if congress == 82 & id == 1300 replace statecode = 56 if congress == 82 & id == 5117 replace statecode = 56 if congress == 82 & id == 5118 replace statecode = 56 if congress == 82 & id == 4278 replace statecode = 25 if congress == 82 & id == 8663 replace statecode = 25 if congress == 82 & id == 2383 replace statecode = 25 if congress == 82 & id == 10299 replace statecode = 25 if congress == 82 & id == 10463 replace statecode = 25 if congress == 82 & id == 5217 replace statecode = 25 if congress == 82 & id == 9627 replace statecode = 25 if congress == 82 & id == 6823 replace statecode = 25 if congress == 82 & id == 1371 replace statecode = 25 if congress == 82 & id == 4720 replace statecode = 25 if congress == 82 & id == 7046 replace statecode = 68 if congress == 82 & id == 4139 replace statecode = 99 if congress == 83 & id == 99901 replace statecode = 41 if congress == 83 & id == 937 replace statecode = 41 if congress == 83 & id == 3754 replace statecode = 41 if congress == 83 & id == 195 replace statecode = 41 if congress == 83 & id == 7954 replace statecode = 41 if congress == 83 & id == 7695 replace statecode = 41 if congress == 83 & id == 8353 replace statecode = 41 if congress == 83 & id == 2909 replace statecode = 41 if congress == 83 & id == 5058 replace statecode = 41 if congress == 83 & id == 520 replace statecode = 61 if congress == 83 & id == 7845 replace statecode = 61 if congress == 83 & id == 7234 replace statecode = 42 if congress == 83 & id == 3506 replace statecode = 42 if congress == 83 & id == 6532 replace statecode = 42 if congress == 83 & id == 9473 replace statecode = 42 if congress == 83 & id == 4110 replace statecode = 42 if congress == 83 & id == 4244 replace statecode = 42 if congress == 83 & id == 6958 replace statecode = 71 if congress == 83 & id == 8322 replace statecode = 71 if congress == 83 & id == 2965 replace statecode = 71 if congress == 83 & id == 6756 replace statecode = 71 if congress == 83 & id == 5929 replace statecode = 71 if congress == 83 & id == 8437 replace statecode = 71 if congress == 83 & id == 1977 replace statecode = 71 if congress == 83 & id == 116 replace statecode = 71 if congress == 83 & id == 6483 replace statecode = 71 if congress == 83 & id == 10461 replace statecode = 71 if congress == 83 & id == 3867 replace statecode = 71 if congress == 83 & id == 4976 replace statecode = 71 if congress == 83 & id == 4751 replace statecode = 71 if congress == 83 & id == 971 replace statecode = 71 if congress == 83 & id == 3901 replace statecode = 71 if congress == 83 & id == 6220 replace statecode = 71 if congress == 83 & id == 4846 replace statecode = 71 if congress == 83 & id == 5255 replace statecode = 71 if congress == 83 & id == 4592 replace statecode = 71 if congress == 83 & id == 4514 replace statecode = 71 if congress == 83 & id == 4450 replace statecode = 71 if congress == 83 & id == 4388 replace statecode = 71 if congress == 83 & id == 4543 replace statecode = 71 if congress == 83 & id == 2713 replace statecode = 71 if congress == 83 & id == 7566 replace statecode = 71 if congress == 83 & id == 5694 replace statecode = 71 if congress == 83 & id == 4437 replace statecode = 71 if congress == 83 & id == 10431 replace statecode = 71 if congress == 83 & id == 8444 replace statecode = 71 if congress == 83 & id == 9578 replace statecode = 71 if congress == 83 & id == 7415 replace statecode = 71 if congress == 83 & id == 10249 replace statecode = 62 if congress == 83 & id == 8021 replace statecode = 62 if congress == 83 & id == 4429 replace statecode = 62 if congress == 83 & id == 1684 replace statecode = 62 if congress == 83 & id == 275 replace statecode = 1 if congress == 83 & id == 2636 replace statecode = 1 if congress == 83 & id == 8346 replace statecode = 1 if congress == 83 & id == 2174 replace statecode = 1 if congress == 83 & id == 6664 replace statecode = 1 if congress == 83 & id == 7245 replace statecode = 1 if congress == 83 & id == 8170 replace statecode = 11 if congress == 83 & id == 9804 replace statecode = 43 if congress == 83 & id == 1445 replace statecode = 43 if congress == 83 & id == 633 replace statecode = 43 if congress == 83 & id == 8507 replace statecode = 43 if congress == 83 & id == 5471 replace statecode = 43 if congress == 83 & id == 4354 replace statecode = 43 if congress == 83 & id == 8023 replace statecode = 43 if congress == 83 & id == 3929 replace statecode = 43 if congress == 83 & id == 6084 replace statecode = 44 if congress == 83 & id == 7605 replace statecode = 44 if congress == 83 & id == 7450 replace statecode = 44 if congress == 83 & id == 3286 replace statecode = 44 if congress == 83 & id == 1439 replace statecode = 44 if congress == 83 & id == 2389 replace statecode = 44 if congress == 83 & id == 9677 replace statecode = 44 if congress == 83 & id == 5459 replace statecode = 44 if congress == 83 & id == 9996 replace statecode = 44 if congress == 83 & id == 5436 replace statecode = 44 if congress == 83 & id == 1130 replace statecode = 63 if congress == 83 & id == 7392 replace statecode = 63 if congress == 83 & id == 1215 replace statecode = 21 if congress == 83 & id == 2433 replace statecode = 21 if congress == 83 & id == 7041 replace statecode = 21 if congress == 83 & id == 1324 replace statecode = 21 if congress == 83 & id == 6389 replace statecode = 21 if congress == 83 & id == 5326 replace statecode = 21 if congress == 83 & id == 7004 replace statecode = 21 if congress == 83 & id == 912 replace statecode = 21 if congress == 83 & id == 3700 replace statecode = 21 if congress == 83 & id == 10421 replace statecode = 21 if congress == 83 & id == 4493 replace statecode = 21 if congress == 83 & id == 8426 replace statecode = 21 if congress == 83 & id == 5020 replace statecode = 21 if congress == 83 & id == 1722 replace statecode = 21 if congress == 83 & id == 7779 replace statecode = 21 if congress == 83 & id == 6061 replace statecode = 21 if congress == 83 & id == 121 replace statecode = 21 if congress == 83 & id == 226 replace statecode = 21 if congress == 83 & id == 9657 replace statecode = 21 if congress == 83 & id == 1702 replace statecode = 21 if congress == 83 & id == 8533 replace statecode = 21 if congress == 83 & id == 5884 replace statecode = 21 if congress == 83 & id == 8814 replace statecode = 21 if congress == 83 & id == 9693 replace statecode = 21 if congress == 83 & id == 7610 replace statecode = 21 if congress == 83 & id == 731 replace statecode = 22 if congress == 83 & id == 5900 replace statecode = 22 if congress == 83 & id == 3963 replace statecode = 22 if congress == 83 & id == 2227 replace statecode = 22 if congress == 83 & id == 18 replace statecode = 22 if congress == 83 & id == 550 replace statecode = 22 if congress == 83 & id == 4050 replace statecode = 22 if congress == 83 & id == 986 replace statecode = 22 if congress == 83 & id == 6429 replace statecode = 22 if congress == 83 & id == 10212 replace statecode = 22 if congress == 83 & id == 4165 replace statecode = 22 if congress == 83 & id == 1152 replace statecode = 31 if congress == 83 & id == 6039 replace statecode = 31 if congress == 83 & id == 9168 replace statecode = 31 if congress == 83 & id == 3853 replace statecode = 31 if congress == 83 & id == 5552 replace statecode = 31 if congress == 83 & id == 2256 replace statecode = 31 if congress == 83 & id == 2647 replace statecode = 31 if congress == 83 & id == 4928 replace statecode = 31 if congress == 83 & id == 4482 replace statecode = 32 if congress == 83 & id == 6485 replace statecode = 32 if congress == 83 & id == 8318 replace statecode = 32 if congress == 83 & id == 3534 replace statecode = 32 if congress == 83 & id == 7799 replace statecode = 32 if congress == 83 & id == 4562 replace statecode = 32 if congress == 83 & id == 8709 replace statecode = 51 if congress == 83 & id == 3809 replace statecode = 51 if congress == 83 & id == 10294 replace statecode = 51 if congress == 83 & id == 6845 replace statecode = 51 if congress == 83 & id == 7997 replace statecode = 51 if congress == 83 & id == 1682 replace statecode = 51 if congress == 83 & id == 8778 replace statecode = 51 if congress == 83 & id == 9882 replace statecode = 51 if congress == 83 & id == 7343 replace statecode = 51 if congress == 83 & id == 3649 replace statecode = 45 if congress == 83 & id == 4275 replace statecode = 45 if congress == 83 & id == 824 replace statecode = 45 if congress == 83 & id == 10201 replace statecode = 45 if congress == 83 & id == 1081 replace statecode = 45 if congress == 83 & id == 7228 replace statecode = 45 if congress == 83 & id == 6721 replace statecode = 45 if congress == 83 & id == 9339 replace statecode = 45 if congress == 83 & id == 5757 replace statecode = 2 if congress == 83 & id == 3924 replace statecode = 2 if congress == 83 & id == 6863 replace statecode = 2 if congress == 83 & id == 6276 replace statecode = 52 if congress == 83 & id == 6481 replace statecode = 52 if congress == 83 & id == 2531 replace statecode = 52 if congress == 83 & id == 3480 replace statecode = 52 if congress == 83 & id == 3054 replace statecode = 52 if congress == 83 & id == 8587 replace statecode = 52 if congress == 83 & id == 4785 replace statecode = 52 if congress == 83 & id == 3374 replace statecode = 3 if congress == 83 & id == 4372 replace statecode = 3 if congress == 83 & id == 830 replace statecode = 3 if congress == 83 & id == 7408 replace statecode = 3 if congress == 83 & id == 2660 replace statecode = 3 if congress == 83 & id == 8024 replace statecode = 3 if congress == 83 & id == 518 replace statecode = 3 if congress == 83 & id == 5447 replace statecode = 3 if congress == 83 & id == 3682 replace statecode = 3 if congress == 83 & id == 6922 replace statecode = 3 if congress == 83 & id == 2272 replace statecode = 3 if congress == 83 & id == 7081 replace statecode = 3 if congress == 83 & id == 6177 replace statecode = 3 if congress == 83 & id == 10095 replace statecode = 3 if congress == 83 & id == 6033 replace statecode = 23 if congress == 83 & id == 5880 replace statecode = 23 if congress == 83 & id == 6399 replace statecode = 23 if congress == 83 & id == 8392 replace statecode = 23 if congress == 83 & id == 4487 replace statecode = 23 if congress == 83 & id == 3268 replace statecode = 23 if congress == 83 & id == 1748 replace statecode = 23 if congress == 83 & id == 10303 replace statecode = 23 if congress == 83 & id == 652 replace statecode = 23 if congress == 83 & id == 9338 replace statecode = 23 if congress == 83 & id == 1610 replace statecode = 23 if congress == 83 & id == 5349 replace statecode = 23 if congress == 83 & id == 639 replace statecode = 23 if congress == 83 & id == 6998 replace statecode = 23 if congress == 83 & id == 7682 replace statecode = 23 if congress == 83 & id == 2604 replace statecode = 23 if congress == 83 & id == 5617 replace statecode = 23 if congress == 83 & id == 6995 replace statecode = 23 if congress == 83 & id == 2653 replace statecode = 33 if congress == 83 & id == 188 replace statecode = 33 if congress == 83 & id == 7044 replace statecode = 33 if congress == 83 & id == 10092 replace statecode = 33 if congress == 83 & id == 6134 replace statecode = 33 if congress == 83 & id == 5083 replace statecode = 33 if congress == 83 & id == 5998 replace statecode = 33 if congress == 83 & id == 158 replace statecode = 33 if congress == 83 & id == 789 replace statecode = 33 if congress == 83 & id == 3902 replace statecode = 46 if congress == 83 & id == 13 replace statecode = 46 if congress == 83 & id == 10075 replace statecode = 46 if congress == 83 & id == 8616 replace statecode = 46 if congress == 83 & id == 10162 replace statecode = 46 if congress == 83 & id == 10279 replace statecode = 46 if congress == 83 & id == 1952 replace statecode = 34 if congress == 83 & id == 5097 replace statecode = 34 if congress == 83 & id == 2275 replace statecode = 34 if congress == 83 & id == 9072 replace statecode = 34 if congress == 83 & id == 4431 replace statecode = 34 if congress == 83 & id == 835 replace statecode = 34 if congress == 83 & id == 1928 replace statecode = 34 if congress == 83 & id == 8484 replace statecode = 34 if congress == 83 & id == 1517 replace statecode = 34 if congress == 83 & id == 1479 replace statecode = 34 if congress == 83 & id == 5056 replace statecode = 34 if congress == 83 & id == 6765 replace statecode = 64 if congress == 83 & id == 6442 replace statecode = 64 if congress == 83 & id == 2538 replace statecode = 35 if congress == 83 & id == 2267 replace statecode = 35 if congress == 83 & id == 4660 replace statecode = 35 if congress == 83 & id == 4134 replace statecode = 35 if congress == 83 & id == 6474 replace statecode = 65 if congress == 83 & id == 10437 replace statecode = 4 if congress == 83 & id == 6437 replace statecode = 4 if congress == 83 & id == 2087 replace statecode = 12 if congress == 83 & id == 10314 replace statecode = 12 if congress == 83 & id == 4031 replace statecode = 12 if congress == 83 & id == 291 replace statecode = 12 if congress == 83 & id == 4644 replace statecode = 12 if congress == 83 & id == 3364 replace statecode = 12 if congress == 83 & id == 1569 replace statecode = 12 if congress == 83 & id == 10147 replace statecode = 12 if congress == 83 & id == 10091 replace statecode = 12 if congress == 83 & id == 1476 replace statecode = 12 if congress == 83 & id == 7101 replace statecode = 12 if congress == 83 & id == 8010 replace statecode = 12 if congress == 83 & id == 46 replace statecode = 12 if congress == 83 & id == 5109 replace statecode = 12 if congress == 83 & id == 8506 replace statecode = 12 if congress == 83 & id == 4142 replace statecode = 66 if congress == 83 & id == 2490 replace statecode = 66 if congress == 83 & id == 3114 replace statecode = 13 if congress == 83 & id == 9716 replace statecode = 13 if congress == 83 & id == 2523 replace statecode = 13 if congress == 83 & id == 563 replace statecode = 13 if congress == 83 & id == 5488 replace statecode = 13 if congress == 83 & id == 868 replace statecode = 13 if congress == 83 & id == 4548 replace statecode = 13 if congress == 83 & id == 2476 replace statecode = 13 if congress == 83 & id == 4290 replace statecode = 13 if congress == 83 & id == 5199 replace statecode = 13 if congress == 83 & id == 5148 replace statecode = 13 if congress == 83 & id == 1611 replace statecode = 13 if congress == 83 & id == 2671 replace statecode = 13 if congress == 83 & id == 6792 replace statecode = 13 if congress == 83 & id == 8049 replace statecode = 13 if congress == 83 & id == 7749 replace statecode = 13 if congress == 83 & id == 7568 replace statecode = 13 if congress == 83 & id == 2089 replace statecode = 13 if congress == 83 & id == 2662 replace statecode = 13 if congress == 83 & id == 5317 replace statecode = 13 if congress == 83 & id == 8050 replace statecode = 13 if congress == 83 & id == 4898 replace statecode = 13 if congress == 83 & id == 3149 replace statecode = 13 if congress == 83 & id == 2646 replace statecode = 13 if congress == 83 & id == 1205 replace statecode = 13 if congress == 83 & id == 3158 replace statecode = 13 if congress == 83 & id == 3446 replace statecode = 13 if congress == 83 & id == 3888 replace statecode = 13 if congress == 83 & id == 8177 replace statecode = 13 if congress == 83 & id == 9978 replace statecode = 13 if congress == 83 & id == 7003 replace statecode = 13 if congress == 83 & id == 9203 replace statecode = 13 if congress == 83 & id == 5110 replace statecode = 13 if congress == 83 & id == 5235 replace statecode = 13 if congress == 83 & id == 10191 replace statecode = 13 if congress == 83 & id == 7901 replace statecode = 13 if congress == 83 & id == 9144 replace statecode = 13 if congress == 83 & id == 1931 replace statecode = 13 if congress == 83 & id == 5116 replace statecode = 13 if congress == 83 & id == 7102 replace statecode = 13 if congress == 83 & id == 6516 replace statecode = 13 if congress == 83 & id == 7687 replace statecode = 13 if congress == 83 & id == 7453 replace statecode = 13 if congress == 83 & id == 7781 replace statecode = 47 if congress == 83 & id == 846 replace statecode = 47 if congress == 83 & id == 3321 replace statecode = 47 if congress == 83 & id == 431 replace statecode = 47 if congress == 83 & id == 2032 replace statecode = 47 if congress == 83 & id == 1676 replace statecode = 47 if congress == 83 & id == 2791 replace statecode = 47 if congress == 83 & id == 1512 replace statecode = 47 if congress == 83 & id == 2448 replace statecode = 47 if congress == 83 & id == 82 replace statecode = 47 if congress == 83 & id == 5019 replace statecode = 47 if congress == 83 & id == 5071 replace statecode = 47 if congress == 83 & id == 8495 replace statecode = 36 if congress == 83 & id == 1254 replace statecode = 36 if congress == 83 & id == 5370 replace statecode = 24 if congress == 83 & id == 8260 replace statecode = 24 if congress == 83 & id == 4373 replace statecode = 24 if congress == 83 & id == 8258 replace statecode = 24 if congress == 83 & id == 6204 replace statecode = 24 if congress == 83 & id == 1839 replace statecode = 24 if congress == 83 & id == 7506 replace statecode = 24 if congress == 83 & id == 1104 replace statecode = 24 if congress == 83 & id == 680 replace statecode = 24 if congress == 83 & id == 7771 replace statecode = 24 if congress == 83 & id == 4917 replace statecode = 24 if congress == 83 & id == 838 replace statecode = 24 if congress == 83 & id == 9688 replace statecode = 24 if congress == 83 & id == 9917 replace statecode = 24 if congress == 83 & id == 310 replace statecode = 24 if congress == 83 & id == 8341 replace statecode = 24 if congress == 83 & id == 891 replace statecode = 24 if congress == 83 & id == 6262 replace statecode = 24 if congress == 83 & id == 4247 replace statecode = 24 if congress == 83 & id == 5301 replace statecode = 24 if congress == 83 & id == 3092 replace statecode = 24 if congress == 83 & id == 2199 replace statecode = 24 if congress == 83 & id == 837 replace statecode = 24 if congress == 83 & id == 621 replace statecode = 53 if congress == 83 & id == 590 replace statecode = 53 if congress == 83 & id == 2854 replace statecode = 53 if congress == 83 & id == 62 replace statecode = 53 if congress == 83 & id == 8866 replace statecode = 53 if congress == 83 & id == 4891 replace statecode = 53 if congress == 83 & id == 10085 replace statecode = 72 if congress == 83 & id == 6955 replace statecode = 72 if congress == 83 & id == 2038 replace statecode = 72 if congress == 83 & id == 207 replace statecode = 72 if congress == 83 & id == 2935 replace statecode = 14 if congress == 83 & id == 465 replace statecode = 14 if congress == 83 & id == 3744 replace statecode = 14 if congress == 83 & id == 1368 replace statecode = 14 if congress == 83 & id == 1719 replace statecode = 14 if congress == 83 & id == 3785 replace statecode = 14 if congress == 83 & id == 8301 replace statecode = 14 if congress == 83 & id == 4880 replace statecode = 14 if congress == 83 & id == 5267 replace statecode = 14 if congress == 83 & id == 2298 replace statecode = 14 if congress == 83 & id == 1533 replace statecode = 14 if congress == 83 & id == 845 replace statecode = 14 if congress == 83 & id == 3105 replace statecode = 14 if congress == 83 & id == 6169 replace statecode = 14 if congress == 83 & id == 7844 replace statecode = 14 if congress == 83 & id == 9791 replace statecode = 14 if congress == 83 & id == 6795 replace statecode = 14 if congress == 83 & id == 1328 replace statecode = 14 if congress == 83 & id == 8532 replace statecode = 14 if congress == 83 & id == 8857 replace statecode = 14 if congress == 83 & id == 9645 replace statecode = 14 if congress == 83 & id == 5136 replace statecode = 14 if congress == 83 & id == 8247 replace statecode = 14 if congress == 83 & id == 3510 replace statecode = 14 if congress == 83 & id == 5112 replace statecode = 14 if congress == 83 & id == 3737 replace statecode = 14 if congress == 83 & id == 6685 replace statecode = 14 if congress == 83 & id == 3409 replace statecode = 14 if congress == 83 & id == 2833 replace statecode = 14 if congress == 83 & id == 2065 replace statecode = 14 if congress == 83 & id == 1190 replace statecode = 5 if congress == 83 & id == 3264 replace statecode = 5 if congress == 83 & id == 3246 replace statecode = 48 if congress == 83 & id == 7925 replace statecode = 48 if congress == 83 & id == 7908 replace statecode = 48 if congress == 83 & id == 2672 replace statecode = 48 if congress == 83 & id == 1181 replace statecode = 48 if congress == 83 & id == 270 replace statecode = 48 if congress == 83 & id == 7869 replace statecode = 48 if congress == 83 & id == 6353 replace statecode = 37 if congress == 83 & id == 5803 replace statecode = 37 if congress == 83 & id == 672 replace statecode = 54 if congress == 83 & id == 7777 replace statecode = 54 if congress == 83 & id == 364 replace statecode = 54 if congress == 83 & id == 3346 replace statecode = 54 if congress == 83 & id == 3034 replace statecode = 54 if congress == 83 & id == 7622 replace statecode = 54 if congress == 83 & id == 9099 replace statecode = 54 if congress == 83 & id == 6826 replace statecode = 54 if congress == 83 & id == 2049 replace statecode = 54 if congress == 83 & id == 2376 replace statecode = 49 if congress == 83 & id == 7232 replace statecode = 49 if congress == 83 & id == 1077 replace statecode = 49 if congress == 83 & id == 3529 replace statecode = 49 if congress == 83 & id == 7753 replace statecode = 49 if congress == 83 & id == 10244 replace statecode = 49 if congress == 83 & id == 9241 replace statecode = 49 if congress == 83 & id == 2700 replace statecode = 49 if congress == 83 & id == 9284 replace statecode = 49 if congress == 83 & id == 9320 replace statecode = 49 if congress == 83 & id == 9356 replace statecode = 49 if congress == 83 & id == 7498 replace statecode = 49 if congress == 83 & id == 5826 replace statecode = 49 if congress == 83 & id == 4796 replace statecode = 49 if congress == 83 & id == 5847 replace statecode = 49 if congress == 83 & id == 660 replace statecode = 49 if congress == 83 & id == 7806 replace statecode = 49 if congress == 83 & id == 1282 replace statecode = 49 if congress == 83 & id == 8035 replace statecode = 49 if congress == 83 & id == 5924 replace statecode = 49 if congress == 83 & id == 5236 replace statecode = 49 if congress == 83 & id == 3171 replace statecode = 49 if congress == 83 & id == 2588 replace statecode = 67 if congress == 83 & id == 9025 replace statecode = 67 if congress == 83 & id == 2430 replace statecode = 6 if congress == 83 & id == 7637 replace statecode = 40 if congress == 83 & id == 7969 replace statecode = 40 if congress == 83 & id == 4064 replace statecode = 40 if congress == 83 & id == 3499 replace statecode = 40 if congress == 83 & id == 2 replace statecode = 40 if congress == 83 & id == 8839 replace statecode = 40 if congress == 83 & id == 9494 replace statecode = 40 if congress == 83 & id == 7500 replace statecode = 40 if congress == 83 & id == 4125 replace statecode = 40 if congress == 83 & id == 8636 replace statecode = 40 if congress == 83 & id == 9802 replace statecode = 40 if congress == 83 & id == 1154 replace statecode = 73 if congress == 83 & id == 7313 replace statecode = 73 if congress == 83 & id == 9968 replace statecode = 73 if congress == 83 & id == 5885 replace statecode = 73 if congress == 83 & id == 4537 replace statecode = 73 if congress == 83 & id == 4579 replace statecode = 73 if congress == 83 & id == 9409 replace statecode = 73 if congress == 83 & id == 5912 replace statecode = 56 if congress == 83 & id == 6584 replace statecode = 56 if congress == 83 & id == 8824 replace statecode = 56 if congress == 83 & id == 339 replace statecode = 56 if congress == 83 & id == 6851 replace statecode = 56 if congress == 83 & id == 5118 replace statecode = 56 if congress == 83 & id == 1366 replace statecode = 25 if congress == 83 & id == 8663 replace statecode = 25 if congress == 83 & id == 2383 replace statecode = 25 if congress == 83 & id == 10299 replace statecode = 25 if congress == 83 & id == 10463 replace statecode = 25 if congress == 83 & id == 5217 replace statecode = 25 if congress == 83 & id == 9627 replace statecode = 25 if congress == 83 & id == 5410 replace statecode = 25 if congress == 83 & id == 1371 replace statecode = 25 if congress == 83 & id == 4720 replace statecode = 25 if congress == 83 & id == 4977 replace statecode = 25 if congress == 83 & id == 7046 replace statecode = 68 if congress == 83 & id == 4139 replace statecode = 99 if congress == 84 & id == 99901 replace statecode = 41 if congress == 84 & id == 937 replace statecode = 41 if congress == 84 & id == 3754 replace statecode = 41 if congress == 84 & id == 195 replace statecode = 41 if congress == 84 & id == 7954 replace statecode = 41 if congress == 84 & id == 7695 replace statecode = 41 if congress == 84 & id == 8353 replace statecode = 41 if congress == 84 & id == 2909 replace statecode = 41 if congress == 84 & id == 5058 replace statecode = 41 if congress == 84 & id == 4686 replace statecode = 61 if congress == 84 & id == 7845 replace statecode = 61 if congress == 84 & id == 9549 replace statecode = 42 if congress == 84 & id == 3506 replace statecode = 42 if congress == 84 & id == 6532 replace statecode = 42 if congress == 84 & id == 9473 replace statecode = 42 if congress == 84 & id == 4110 replace statecode = 42 if congress == 84 & id == 4244 replace statecode = 42 if congress == 84 & id == 6958 replace statecode = 71 if congress == 84 & id == 8322 replace statecode = 71 if congress == 84 & id == 2965 replace statecode = 71 if congress == 84 & id == 6756 replace statecode = 71 if congress == 84 & id == 5929 replace statecode = 71 if congress == 84 & id == 8437 replace statecode = 71 if congress == 84 & id == 387 replace statecode = 71 if congress == 84 & id == 116 replace statecode = 71 if congress == 84 & id == 6483 replace statecode = 71 if congress == 84 & id == 10461 replace statecode = 71 if congress == 84 & id == 3867 replace statecode = 71 if congress == 84 & id == 4976 replace statecode = 71 if congress == 84 & id == 8549 replace statecode = 71 if congress == 84 & id == 9240 replace statecode = 71 if congress == 84 & id == 3901 replace statecode = 71 if congress == 84 & id == 6220 replace statecode = 71 if congress == 84 & id == 4846 replace statecode = 71 if congress == 84 & id == 5255 replace statecode = 71 if congress == 84 & id == 4592 replace statecode = 71 if congress == 84 & id == 4514 replace statecode = 71 if congress == 84 & id == 4450 replace statecode = 71 if congress == 84 & id == 4388 replace statecode = 71 if congress == 84 & id == 4543 replace statecode = 71 if congress == 84 & id == 2713 replace statecode = 71 if congress == 84 & id == 5694 replace statecode = 71 if congress == 84 & id == 4437 replace statecode = 71 if congress == 84 & id == 8051 replace statecode = 71 if congress == 84 & id == 8444 replace statecode = 71 if congress == 84 & id == 9578 replace statecode = 71 if congress == 84 & id == 7415 replace statecode = 71 if congress == 84 & id == 10249 replace statecode = 62 if congress == 84 & id == 8021 replace statecode = 62 if congress == 84 & id == 4429 replace statecode = 62 if congress == 84 & id == 1684 replace statecode = 62 if congress == 84 & id == 275 replace statecode = 1 if congress == 84 & id == 2636 replace statecode = 1 if congress == 84 & id == 8346 replace statecode = 1 if congress == 84 & id == 2174 replace statecode = 1 if congress == 84 & id == 6664 replace statecode = 1 if congress == 84 & id == 7245 replace statecode = 1 if congress == 84 & id == 8170 replace statecode = 11 if congress == 84 & id == 6224 replace statecode = 43 if congress == 84 & id == 2143 replace statecode = 43 if congress == 84 & id == 633 replace statecode = 43 if congress == 84 & id == 8507 replace statecode = 43 if congress == 84 & id == 3078 replace statecode = 43 if congress == 84 & id == 4354 replace statecode = 43 if congress == 84 & id == 8032 replace statecode = 43 if congress == 84 & id == 3929 replace statecode = 43 if congress == 84 & id == 6084 replace statecode = 44 if congress == 84 & id == 7605 replace statecode = 44 if congress == 84 & id == 7450 replace statecode = 44 if congress == 84 & id == 3286 replace statecode = 44 if congress == 84 & id == 3242 replace statecode = 44 if congress == 84 & id == 2389 replace statecode = 44 if congress == 84 & id == 9677 replace statecode = 44 if congress == 84 & id == 5459 replace statecode = 44 if congress == 84 & id == 798 replace statecode = 44 if congress == 84 & id == 5436 replace statecode = 44 if congress == 84 & id == 1130 replace statecode = 63 if congress == 84 & id == 7392 replace statecode = 63 if congress == 84 & id == 1215 replace statecode = 21 if congress == 84 & id == 2433 replace statecode = 21 if congress == 84 & id == 7041 replace statecode = 21 if congress == 84 & id == 6819 replace statecode = 21 if congress == 84 & id == 6389 replace statecode = 21 if congress == 84 & id == 5326 replace statecode = 21 if congress == 84 & id == 7004 replace statecode = 21 if congress == 84 & id == 912 replace statecode = 21 if congress == 84 & id == 3700 replace statecode = 21 if congress == 84 & id == 10421 replace statecode = 21 if congress == 84 & id == 4493 replace statecode = 21 if congress == 84 & id == 8426 replace statecode = 21 if congress == 84 & id == 939 replace statecode = 21 if congress == 84 & id == 1722 replace statecode = 21 if congress == 84 & id == 7779 replace statecode = 21 if congress == 84 & id == 6061 replace statecode = 21 if congress == 84 & id == 121 replace statecode = 21 if congress == 84 & id == 226 replace statecode = 21 if congress == 84 & id == 9657 replace statecode = 21 if congress == 84 & id == 1702 replace statecode = 21 if congress == 84 & id == 8533 replace statecode = 21 if congress == 84 & id == 5884 replace statecode = 21 if congress == 84 & id == 8814 replace statecode = 21 if congress == 84 & id == 9693 replace statecode = 21 if congress == 84 & id == 7610 replace statecode = 21 if congress == 84 & id == 3769 replace statecode = 22 if congress == 84 & id == 5900 replace statecode = 22 if congress == 84 & id == 3963 replace statecode = 22 if congress == 84 & id == 2227 replace statecode = 22 if congress == 84 & id == 18 replace statecode = 22 if congress == 84 & id == 550 replace statecode = 22 if congress == 84 & id == 4050 replace statecode = 22 if congress == 84 & id == 986 replace statecode = 22 if congress == 84 & id == 2517 replace statecode = 22 if congress == 84 & id == 10212 replace statecode = 22 if congress == 84 & id == 4165 replace statecode = 22 if congress == 84 & id == 1152 replace statecode = 31 if congress == 84 & id == 8288 replace statecode = 31 if congress == 84 & id == 9168 replace statecode = 31 if congress == 84 & id == 3853 replace statecode = 31 if congress == 84 & id == 5552 replace statecode = 31 if congress == 84 & id == 2256 replace statecode = 31 if congress == 84 & id == 2647 replace statecode = 31 if congress == 84 & id == 4928 replace statecode = 31 if congress == 84 & id == 4482 replace statecode = 32 if congress == 84 & id == 301 replace statecode = 32 if congress == 84 & id == 8318 replace statecode = 32 if congress == 84 & id == 3534 replace statecode = 32 if congress == 84 & id == 7799 replace statecode = 32 if congress == 84 & id == 4562 replace statecode = 32 if congress == 84 & id == 8709 replace statecode = 51 if congress == 84 & id == 3809 replace statecode = 51 if congress == 84 & id == 6845 replace statecode = 51 if congress == 84 & id == 7997 replace statecode = 51 if congress == 84 & id == 1682 replace statecode = 51 if congress == 84 & id == 8778 replace statecode = 51 if congress == 84 & id == 9882 replace statecode = 51 if congress == 84 & id == 7343 replace statecode = 51 if congress == 84 & id == 8508 replace statecode = 45 if congress == 84 & id == 4275 replace statecode = 45 if congress == 84 & id == 824 replace statecode = 45 if congress == 84 & id == 10201 replace statecode = 45 if congress == 84 & id == 1081 replace statecode = 45 if congress == 84 & id == 7228 replace statecode = 45 if congress == 84 & id == 6721 replace statecode = 45 if congress == 84 & id == 9339 replace statecode = 45 if congress == 84 & id == 5757 replace statecode = 2 if congress == 84 & id == 3924 replace statecode = 2 if congress == 84 & id == 6863 replace statecode = 2 if congress == 84 & id == 6276 replace statecode = 52 if congress == 84 & id == 6481 replace statecode = 52 if congress == 84 & id == 2531 replace statecode = 52 if congress == 84 & id == 3480 replace statecode = 52 if congress == 84 & id == 3054 replace statecode = 52 if congress == 84 & id == 5463 replace statecode = 52 if congress == 84 & id == 4785 replace statecode = 52 if congress == 84 & id == 3374 replace statecode = 3 if congress == 84 & id == 4372 replace statecode = 3 if congress == 84 & id == 830 replace statecode = 3 if congress == 84 & id == 7408 replace statecode = 3 if congress == 84 & id == 2660 replace statecode = 3 if congress == 84 & id == 8024 replace statecode = 3 if congress == 84 & id == 518 replace statecode = 3 if congress == 84 & id == 5447 replace statecode = 3 if congress == 84 & id == 5873 replace statecode = 3 if congress == 84 & id == 6922 replace statecode = 3 if congress == 84 & id == 2272 replace statecode = 3 if congress == 84 & id == 7081 replace statecode = 3 if congress == 84 & id == 6177 replace statecode = 3 if congress == 84 & id == 10095 replace statecode = 3 if congress == 84 & id == 6033 replace statecode = 23 if congress == 84 & id == 5880 replace statecode = 23 if congress == 84 & id == 6399 replace statecode = 23 if congress == 84 & id == 4935 replace statecode = 23 if congress == 84 & id == 4487 replace statecode = 23 if congress == 84 & id == 3268 replace statecode = 23 if congress == 84 & id == 4251 replace statecode = 23 if congress == 84 & id == 10303 replace statecode = 23 if congress == 84 & id == 652 replace statecode = 23 if congress == 84 & id == 9338 replace statecode = 23 if congress == 84 & id == 1610 replace statecode = 23 if congress == 84 & id == 5349 replace statecode = 23 if congress == 84 & id == 639 replace statecode = 23 if congress == 84 & id == 2594 replace statecode = 23 if congress == 84 & id == 7682 replace statecode = 23 if congress == 84 & id == 2604 replace statecode = 23 if congress == 84 & id == 2605 replace statecode = 23 if congress == 84 & id == 5617 replace statecode = 23 if congress == 84 & id == 3830 replace statecode = 23 if congress == 84 & id == 2653 replace statecode = 33 if congress == 84 & id == 188 replace statecode = 33 if congress == 84 & id == 7044 replace statecode = 33 if congress == 84 & id == 10092 replace statecode = 33 if congress == 84 & id == 6134 replace statecode = 33 if congress == 84 & id == 5083 replace statecode = 33 if congress == 84 & id == 5998 replace statecode = 33 if congress == 84 & id == 158 replace statecode = 33 if congress == 84 & id == 789 replace statecode = 33 if congress == 84 & id == 5351 replace statecode = 46 if congress == 84 & id == 13 replace statecode = 46 if congress == 84 & id == 10075 replace statecode = 46 if congress == 84 & id == 8616 replace statecode = 46 if congress == 84 & id == 10162 replace statecode = 46 if congress == 84 & id == 10279 replace statecode = 46 if congress == 84 & id == 1952 replace statecode = 34 if congress == 84 & id == 5097 replace statecode = 34 if congress == 84 & id == 2275 replace statecode = 34 if congress == 84 & id == 9072 replace statecode = 34 if congress == 84 & id == 1717 replace statecode = 34 if congress == 84 & id == 835 replace statecode = 34 if congress == 84 & id == 4724 replace statecode = 34 if congress == 84 & id == 8484 replace statecode = 34 if congress == 84 & id == 1517 replace statecode = 34 if congress == 84 & id == 1479 replace statecode = 34 if congress == 84 & id == 5056 replace statecode = 34 if congress == 84 & id == 6765 replace statecode = 64 if congress == 84 & id == 6442 replace statecode = 64 if congress == 84 & id == 3197 replace statecode = 35 if congress == 84 & id == 9895 replace statecode = 35 if congress == 84 & id == 1667 replace statecode = 35 if congress == 84 & id == 4134 replace statecode = 35 if congress == 84 & id == 6474 replace statecode = 65 if congress == 84 & id == 10437 replace statecode = 4 if congress == 84 & id == 6437 replace statecode = 4 if congress == 84 & id == 503 replace statecode = 12 if congress == 84 & id == 10314 replace statecode = 12 if congress == 84 & id == 4031 replace statecode = 12 if congress == 84 & id == 291 replace statecode = 12 if congress == 84 & id == 9322 replace statecode = 12 if congress == 84 & id == 3364 replace statecode = 12 if congress == 84 & id == 10147 replace statecode = 12 if congress == 84 & id == 10091 replace statecode = 12 if congress == 84 & id == 1476 replace statecode = 12 if congress == 84 & id == 7101 replace statecode = 12 if congress == 84 & id == 8010 replace statecode = 12 if congress == 84 & id == 46 replace statecode = 12 if congress == 84 & id == 5109 replace statecode = 12 if congress == 84 & id == 8506 replace statecode = 12 if congress == 84 & id == 9505 replace statecode = 66 if congress == 84 & id == 2490 replace statecode = 66 if congress == 84 & id == 3114 replace statecode = 13 if congress == 84 & id == 9716 replace statecode = 13 if congress == 84 & id == 2523 replace statecode = 13 if congress == 84 & id == 563 replace statecode = 13 if congress == 84 & id == 5488 replace statecode = 13 if congress == 84 & id == 868 replace statecode = 13 if congress == 84 & id == 4548 replace statecode = 13 if congress == 84 & id == 2476 replace statecode = 13 if congress == 84 & id == 205 replace statecode = 13 if congress == 84 & id == 5199 replace statecode = 13 if congress == 84 & id == 5148 replace statecode = 13 if congress == 84 & id == 1611 replace statecode = 13 if congress == 84 & id == 2671 replace statecode = 13 if congress == 84 & id == 6792 replace statecode = 13 if congress == 84 & id == 8049 replace statecode = 13 if congress == 84 & id == 7749 replace statecode = 13 if congress == 84 & id == 7568 replace statecode = 13 if congress == 84 & id == 2089 replace statecode = 13 if congress == 84 & id == 2662 replace statecode = 13 if congress == 84 & id == 5317 replace statecode = 13 if congress == 84 & id == 2365 replace statecode = 13 if congress == 84 & id == 10464 replace statecode = 13 if congress == 84 & id == 3149 replace statecode = 13 if congress == 84 & id == 4262 replace statecode = 13 if congress == 84 & id == 2646 replace statecode = 13 if congress == 84 & id == 1205 replace statecode = 13 if congress == 84 & id == 3158 replace statecode = 13 if congress == 84 & id == 3446 replace statecode = 13 if congress == 84 & id == 3888 replace statecode = 13 if congress == 84 & id == 8177 replace statecode = 13 if congress == 84 & id == 9978 replace statecode = 13 if congress == 84 & id == 7003 replace statecode = 13 if congress == 84 & id == 9203 replace statecode = 13 if congress == 84 & id == 5110 replace statecode = 13 if congress == 84 & id == 5235 replace statecode = 13 if congress == 84 & id == 10191 replace statecode = 13 if congress == 84 & id == 7901 replace statecode = 13 if congress == 84 & id == 9144 replace statecode = 13 if congress == 84 & id == 1931 replace statecode = 13 if congress == 84 & id == 5116 replace statecode = 13 if congress == 84 & id == 7102 replace statecode = 13 if congress == 84 & id == 6516 replace statecode = 13 if congress == 84 & id == 7687 replace statecode = 13 if congress == 84 & id == 7453 replace statecode = 13 if congress == 84 & id == 7781 replace statecode = 47 if congress == 84 & id == 846 replace statecode = 47 if congress == 84 & id == 3321 replace statecode = 47 if congress == 84 & id == 431 replace statecode = 47 if congress == 84 & id == 2032 replace statecode = 47 if congress == 84 & id == 1676 replace statecode = 47 if congress == 84 & id == 2791 replace statecode = 47 if congress == 84 & id == 1512 replace statecode = 47 if congress == 84 & id == 2448 replace statecode = 47 if congress == 84 & id == 82 replace statecode = 47 if congress == 84 & id == 5019 replace statecode = 47 if congress == 84 & id == 5071 replace statecode = 47 if congress == 84 & id == 8495 replace statecode = 36 if congress == 84 & id == 1254 replace statecode = 36 if congress == 84 & id == 5370 replace statecode = 24 if congress == 84 & id == 8260 replace statecode = 24 if congress == 84 & id == 4373 replace statecode = 24 if congress == 84 & id == 8258 replace statecode = 24 if congress == 84 & id == 6204 replace statecode = 24 if congress == 84 & id == 1839 replace statecode = 24 if congress == 84 & id == 7506 replace statecode = 24 if congress == 84 & id == 1104 replace statecode = 24 if congress == 84 & id == 680 replace statecode = 24 if congress == 84 & id == 267 replace statecode = 24 if congress == 84 & id == 4917 replace statecode = 24 if congress == 84 & id == 838 replace statecode = 24 if congress == 84 & id == 9688 replace statecode = 24 if congress == 84 & id == 521 replace statecode = 24 if congress == 84 & id == 310 replace statecode = 24 if congress == 84 & id == 4311 replace statecode = 24 if congress == 84 & id == 891 replace statecode = 24 if congress == 84 & id == 6262 replace statecode = 24 if congress == 84 & id == 4247 replace statecode = 24 if congress == 84 & id == 5301 replace statecode = 24 if congress == 84 & id == 3092 replace statecode = 24 if congress == 84 & id == 9623 replace statecode = 24 if congress == 84 & id == 837 replace statecode = 24 if congress == 84 & id == 6548 replace statecode = 53 if congress == 84 & id == 590 replace statecode = 53 if congress == 84 & id == 2854 replace statecode = 53 if congress == 84 & id == 62 replace statecode = 53 if congress == 84 & id == 8866 replace statecode = 53 if congress == 84 & id == 4891 replace statecode = 53 if congress == 84 & id == 10085 replace statecode = 72 if congress == 84 & id == 6955 replace statecode = 72 if congress == 84 & id == 2038 replace statecode = 72 if congress == 84 & id == 3775 replace statecode = 72 if congress == 84 & id == 2935 replace statecode = 14 if congress == 84 & id == 465 replace statecode = 14 if congress == 84 & id == 3744 replace statecode = 14 if congress == 84 & id == 1368 replace statecode = 14 if congress == 84 & id == 1719 replace statecode = 14 if congress == 84 & id == 3785 replace statecode = 14 if congress == 84 & id == 8301 replace statecode = 14 if congress == 84 & id == 4880 replace statecode = 14 if congress == 84 & id == 5267 replace statecode = 14 if congress == 84 & id == 2298 replace statecode = 14 if congress == 84 & id == 1533 replace statecode = 14 if congress == 84 & id == 3224 replace statecode = 14 if congress == 84 & id == 3105 replace statecode = 14 if congress == 84 & id == 6169 replace statecode = 14 if congress == 84 & id == 7844 replace statecode = 14 if congress == 84 & id == 9791 replace statecode = 14 if congress == 84 & id == 6795 replace statecode = 14 if congress == 84 & id == 1328 replace statecode = 14 if congress == 84 & id == 8532 replace statecode = 14 if congress == 84 & id == 7673 replace statecode = 14 if congress == 84 & id == 9645 replace statecode = 14 if congress == 84 & id == 5136 replace statecode = 14 if congress == 84 & id == 8247 replace statecode = 14 if congress == 84 & id == 3510 replace statecode = 14 if congress == 84 & id == 5112 replace statecode = 14 if congress == 84 & id == 1763 replace statecode = 14 if congress == 84 & id == 6685 replace statecode = 14 if congress == 84 & id == 3409 replace statecode = 14 if congress == 84 & id == 2833 replace statecode = 14 if congress == 84 & id == 2065 replace statecode = 14 if congress == 84 & id == 1190 replace statecode = 14 if congress == 84 & id == 4518 replace statecode = 5 if congress == 84 & id == 3264 replace statecode = 5 if congress == 84 & id == 3246 replace statecode = 48 if congress == 84 & id == 7925 replace statecode = 48 if congress == 84 & id == 7908 replace statecode = 48 if congress == 84 & id == 2672 replace statecode = 48 if congress == 84 & id == 270 replace statecode = 48 if congress == 84 & id == 7869 replace statecode = 48 if congress == 84 & id == 6353 replace statecode = 37 if congress == 84 & id == 5803 replace statecode = 37 if congress == 84 & id == 672 replace statecode = 54 if congress == 84 & id == 7777 replace statecode = 54 if congress == 84 & id == 364 replace statecode = 54 if congress == 84 & id == 3346 replace statecode = 54 if congress == 84 & id == 3034 replace statecode = 54 if congress == 84 & id == 7622 replace statecode = 54 if congress == 84 & id == 504 replace statecode = 54 if congress == 84 & id == 6826 replace statecode = 54 if congress == 84 & id == 2049 replace statecode = 54 if congress == 84 & id == 2376 replace statecode = 49 if congress == 84 & id == 7232 replace statecode = 49 if congress == 84 & id == 1077 replace statecode = 49 if congress == 84 & id == 3529 replace statecode = 49 if congress == 84 & id == 7753 replace statecode = 49 if congress == 84 & id == 93 replace statecode = 49 if congress == 84 & id == 9241 replace statecode = 49 if congress == 84 & id == 2700 replace statecode = 49 if congress == 84 & id == 9284 replace statecode = 49 if congress == 84 & id == 9320 replace statecode = 49 if congress == 84 & id == 9356 replace statecode = 49 if congress == 84 & id == 7498 replace statecode = 49 if congress == 84 & id == 10391 replace statecode = 49 if congress == 84 & id == 4796 replace statecode = 49 if congress == 84 & id == 608 replace statecode = 49 if congress == 84 & id == 5241 replace statecode = 49 if congress == 84 & id == 8147 replace statecode = 49 if congress == 84 & id == 1282 replace statecode = 49 if congress == 84 & id == 8035 replace statecode = 49 if congress == 84 & id == 5924 replace statecode = 49 if congress == 84 & id == 5236 replace statecode = 49 if congress == 84 & id == 3171 replace statecode = 49 if congress == 84 & id == 2588 replace statecode = 67 if congress == 84 & id == 2616 replace statecode = 67 if congress == 84 & id == 2430 replace statecode = 6 if congress == 84 & id == 7637 replace statecode = 40 if congress == 84 & id == 7969 replace statecode = 40 if congress == 84 & id == 4064 replace statecode = 40 if congress == 84 & id == 3499 replace statecode = 40 if congress == 84 & id == 2 replace statecode = 40 if congress == 84 & id == 9494 replace statecode = 40 if congress == 84 & id == 7500 replace statecode = 40 if congress == 84 & id == 4125 replace statecode = 40 if congress == 84 & id == 8636 replace statecode = 40 if congress == 84 & id == 4927 replace statecode = 40 if congress == 84 & id == 1154 replace statecode = 73 if congress == 84 & id == 7313 replace statecode = 73 if congress == 84 & id == 9968 replace statecode = 73 if congress == 84 & id == 5885 replace statecode = 73 if congress == 84 & id == 4537 replace statecode = 73 if congress == 84 & id == 4579 replace statecode = 73 if congress == 84 & id == 9409 replace statecode = 73 if congress == 84 & id == 5912 replace statecode = 56 if congress == 84 & id == 6584 replace statecode = 56 if congress == 84 & id == 8824 replace statecode = 56 if congress == 84 & id == 339 replace statecode = 56 if congress == 84 & id == 1300 replace statecode = 56 if congress == 84 & id == 5118 replace statecode = 56 if congress == 84 & id == 1366 replace statecode = 25 if congress == 84 & id == 8663 replace statecode = 25 if congress == 84 & id == 2383 replace statecode = 25 if congress == 84 & id == 10299 replace statecode = 25 if congress == 84 & id == 10463 replace statecode = 25 if congress == 84 & id == 7824 replace statecode = 25 if congress == 84 & id == 9627 replace statecode = 25 if congress == 84 & id == 5410 replace statecode = 25 if congress == 84 & id == 1371 replace statecode = 25 if congress == 84 & id == 4977 replace statecode = 25 if congress == 84 & id == 7046 replace statecode = 68 if congress == 84 & id == 9350 replace statecode = 99 if congress == 85 & id == 99901 replace statecode = 41 if congress == 85 & id == 937 replace statecode = 41 if congress == 85 & id == 3754 replace statecode = 41 if congress == 85 & id == 195 replace statecode = 41 if congress == 85 & id == 7954 replace statecode = 41 if congress == 85 & id == 7695 replace statecode = 41 if congress == 85 & id == 8353 replace statecode = 41 if congress == 85 & id == 2909 replace statecode = 41 if congress == 85 & id == 5058 replace statecode = 41 if congress == 85 & id == 4686 replace statecode = 61 if congress == 85 & id == 7845 replace statecode = 61 if congress == 85 & id == 9549 replace statecode = 42 if congress == 85 & id == 3506 replace statecode = 42 if congress == 85 & id == 6532 replace statecode = 42 if congress == 85 & id == 9473 replace statecode = 42 if congress == 85 & id == 4110 replace statecode = 42 if congress == 85 & id == 4244 replace statecode = 42 if congress == 85 & id == 6958 replace statecode = 71 if congress == 85 & id == 8322 replace statecode = 71 if congress == 85 & id == 2965 replace statecode = 71 if congress == 85 & id == 6756 replace statecode = 71 if congress == 85 & id == 5929 replace statecode = 71 if congress == 85 & id == 8437 replace statecode = 71 if congress == 85 & id == 387 replace statecode = 71 if congress == 85 & id == 116 replace statecode = 71 if congress == 85 & id == 6483 replace statecode = 71 if congress == 85 & id == 10461 replace statecode = 71 if congress == 85 & id == 3867 replace statecode = 71 if congress == 85 & id == 6240 replace statecode = 71 if congress == 85 & id == 8549 replace statecode = 71 if congress == 85 & id == 9240 replace statecode = 71 if congress == 85 & id == 3901 replace statecode = 71 if congress == 85 & id == 6220 replace statecode = 71 if congress == 85 & id == 4846 replace statecode = 71 if congress == 85 & id == 5255 replace statecode = 71 if congress == 85 & id == 4592 replace statecode = 71 if congress == 85 & id == 4514 replace statecode = 71 if congress == 85 & id == 8628 replace statecode = 71 if congress == 85 & id == 4388 replace statecode = 71 if congress == 85 & id == 4543 replace statecode = 71 if congress == 85 & id == 2713 replace statecode = 71 if congress == 85 & id == 5694 replace statecode = 71 if congress == 85 & id == 4437 replace statecode = 71 if congress == 85 & id == 8051 replace statecode = 71 if congress == 85 & id == 8444 replace statecode = 71 if congress == 85 & id == 9578 replace statecode = 71 if congress == 85 & id == 8225 replace statecode = 71 if congress == 85 & id == 10249 replace statecode = 62 if congress == 85 & id == 8021 replace statecode = 62 if congress == 85 & id == 4429 replace statecode = 62 if congress == 85 & id == 1684 replace statecode = 62 if congress == 85 & id == 275 replace statecode = 1 if congress == 85 & id == 6102 replace statecode = 1 if congress == 85 & id == 8346 replace statecode = 1 if congress == 85 & id == 2174 replace statecode = 1 if congress == 85 & id == 6664 replace statecode = 1 if congress == 85 & id == 7245 replace statecode = 1 if congress == 85 & id == 8170 replace statecode = 11 if congress == 85 & id == 4172 replace statecode = 43 if congress == 85 & id == 2143 replace statecode = 43 if congress == 85 & id == 633 replace statecode = 43 if congress == 85 & id == 8507 replace statecode = 43 if congress == 85 & id == 3078 replace statecode = 43 if congress == 85 & id == 4354 replace statecode = 43 if congress == 85 & id == 8032 replace statecode = 43 if congress == 85 & id == 3929 replace statecode = 43 if congress == 85 & id == 6084 replace statecode = 44 if congress == 85 & id == 7605 replace statecode = 44 if congress == 85 & id == 7450 replace statecode = 44 if congress == 85 & id == 3286 replace statecode = 44 if congress == 85 & id == 3242 replace statecode = 44 if congress == 85 & id == 2389 replace statecode = 44 if congress == 85 & id == 9677 replace statecode = 44 if congress == 85 & id == 5459 replace statecode = 44 if congress == 85 & id == 6559 replace statecode = 44 if congress == 85 & id == 798 replace statecode = 44 if congress == 85 & id == 5436 replace statecode = 44 if congress == 85 & id == 1130 replace statecode = 63 if congress == 85 & id == 7392 replace statecode = 63 if congress == 85 & id == 1215 replace statecode = 21 if congress == 85 & id == 2433 replace statecode = 21 if congress == 85 & id == 7041 replace statecode = 21 if congress == 85 & id == 1367 replace statecode = 21 if congress == 85 & id == 6389 replace statecode = 21 if congress == 85 & id == 5326 replace statecode = 21 if congress == 85 & id == 7004 replace statecode = 21 if congress == 85 & id == 912 replace statecode = 21 if congress == 85 & id == 5654 replace statecode = 21 if congress == 85 & id == 3700 replace statecode = 21 if congress == 85 & id == 10421 replace statecode = 21 if congress == 85 & id == 1941 replace statecode = 21 if congress == 85 & id == 8426 replace statecode = 21 if congress == 85 & id == 939 replace statecode = 21 if congress == 85 & id == 1722 replace statecode = 21 if congress == 85 & id == 5120 replace statecode = 21 if congress == 85 & id == 6061 replace statecode = 21 if congress == 85 & id == 121 replace statecode = 21 if congress == 85 & id == 226 replace statecode = 21 if congress == 85 & id == 6455 replace statecode = 21 if congress == 85 & id == 1702 replace statecode = 21 if congress == 85 & id == 8533 replace statecode = 21 if congress == 85 & id == 5884 replace statecode = 21 if congress == 85 & id == 8814 replace statecode = 21 if congress == 85 & id == 9693 replace statecode = 21 if congress == 85 & id == 7610 replace statecode = 21 if congress == 85 & id == 3769 replace statecode = 22 if congress == 85 & id == 5900 replace statecode = 22 if congress == 85 & id == 3963 replace statecode = 22 if congress == 85 & id == 6933 replace statecode = 22 if congress == 85 & id == 18 replace statecode = 22 if congress == 85 & id == 550 replace statecode = 22 if congress == 85 & id == 4050 replace statecode = 22 if congress == 85 & id == 986 replace statecode = 22 if congress == 85 & id == 2517 replace statecode = 22 if congress == 85 & id == 10212 replace statecode = 22 if congress == 85 & id == 4165 replace statecode = 22 if congress == 85 & id == 1152 replace statecode = 31 if congress == 85 & id == 8288 replace statecode = 31 if congress == 85 & id == 9168 replace statecode = 31 if congress == 85 & id == 3853 replace statecode = 31 if congress == 85 & id == 5552 replace statecode = 31 if congress == 85 & id == 2256 replace statecode = 31 if congress == 85 & id == 1861 replace statecode = 31 if congress == 85 & id == 4928 replace statecode = 31 if congress == 85 & id == 4482 replace statecode = 32 if congress == 85 & id == 301 replace statecode = 32 if congress == 85 & id == 8318 replace statecode = 32 if congress == 85 & id == 3534 replace statecode = 32 if congress == 85 & id == 7799 replace statecode = 32 if congress == 85 & id == 997 replace statecode = 32 if congress == 85 & id == 8709 replace statecode = 51 if congress == 85 & id == 3809 replace statecode = 51 if congress == 85 & id == 6845 replace statecode = 51 if congress == 85 & id == 7997 replace statecode = 51 if congress == 85 & id == 1682 replace statecode = 51 if congress == 85 & id == 8778 replace statecode = 51 if congress == 85 & id == 9882 replace statecode = 51 if congress == 85 & id == 7343 replace statecode = 51 if congress == 85 & id == 8508 replace statecode = 45 if congress == 85 & id == 4275 replace statecode = 45 if congress == 85 & id == 824 replace statecode = 45 if congress == 85 & id == 10201 replace statecode = 45 if congress == 85 & id == 1081 replace statecode = 45 if congress == 85 & id == 7228 replace statecode = 45 if congress == 85 & id == 6721 replace statecode = 45 if congress == 85 & id == 9339 replace statecode = 45 if congress == 85 & id == 5757 replace statecode = 2 if congress == 85 & id == 3924 replace statecode = 2 if congress == 85 & id == 1904 replace statecode = 2 if congress == 85 & id == 6276 replace statecode = 52 if congress == 85 & id == 6481 replace statecode = 52 if congress == 85 & id == 2531 replace statecode = 52 if congress == 85 & id == 3480 replace statecode = 52 if congress == 85 & id == 3054 replace statecode = 52 if congress == 85 & id == 5463 replace statecode = 52 if congress == 85 & id == 4785 replace statecode = 52 if congress == 85 & id == 3374 replace statecode = 3 if congress == 85 & id == 4372 replace statecode = 3 if congress == 85 & id == 830 replace statecode = 3 if congress == 85 & id == 7408 replace statecode = 3 if congress == 85 & id == 2660 replace statecode = 3 if congress == 85 & id == 8024 replace statecode = 3 if congress == 85 & id == 518 replace statecode = 3 if congress == 85 & id == 5447 replace statecode = 3 if congress == 85 & id == 5873 replace statecode = 3 if congress == 85 & id == 6922 replace statecode = 3 if congress == 85 & id == 2272 replace statecode = 3 if congress == 85 & id == 7081 replace statecode = 3 if congress == 85 & id == 6177 replace statecode = 3 if congress == 85 & id == 10095 replace statecode = 3 if congress == 85 & id == 6033 replace statecode = 23 if congress == 85 & id == 5880 replace statecode = 23 if congress == 85 & id == 6399 replace statecode = 23 if congress == 85 & id == 4935 replace statecode = 23 if congress == 85 & id == 4487 replace statecode = 23 if congress == 85 & id == 3268 replace statecode = 23 if congress == 85 & id == 1620 replace statecode = 23 if congress == 85 & id == 6280 replace statecode = 23 if congress == 85 & id == 652 replace statecode = 23 if congress == 85 & id == 3824 replace statecode = 23 if congress == 85 & id == 1610 replace statecode = 23 if congress == 85 & id == 5349 replace statecode = 23 if congress == 85 & id == 639 replace statecode = 23 if congress == 85 & id == 2594 replace statecode = 23 if congress == 85 & id == 7682 replace statecode = 23 if congress == 85 & id == 2605 replace statecode = 23 if congress == 85 & id == 5617 replace statecode = 23 if congress == 85 & id == 3830 replace statecode = 23 if congress == 85 & id == 1087 replace statecode = 33 if congress == 85 & id == 188 replace statecode = 33 if congress == 85 & id == 7671 replace statecode = 33 if congress == 85 & id == 7044 replace statecode = 33 if congress == 85 & id == 10092 replace statecode = 33 if congress == 85 & id == 6134 replace statecode = 33 if congress == 85 & id == 5083 replace statecode = 33 if congress == 85 & id == 5998 replace statecode = 33 if congress == 85 & id == 158 replace statecode = 33 if congress == 85 & id == 789 replace statecode = 33 if congress == 85 & id == 5351 replace statecode = 46 if congress == 85 & id == 13 replace statecode = 46 if congress == 85 & id == 10075 replace statecode = 46 if congress == 85 & id == 8616 replace statecode = 46 if congress == 85 & id == 10162 replace statecode = 46 if congress == 85 & id == 10279 replace statecode = 46 if congress == 85 & id == 1952 replace statecode = 34 if congress == 85 & id == 5097 replace statecode = 34 if congress == 85 & id == 2275 replace statecode = 34 if congress == 85 & id == 9072 replace statecode = 34 if congress == 85 & id == 1717 replace statecode = 34 if congress == 85 & id == 835 replace statecode = 34 if congress == 85 & id == 4724 replace statecode = 34 if congress == 85 & id == 1103 replace statecode = 34 if congress == 85 & id == 1517 replace statecode = 34 if congress == 85 & id == 1479 replace statecode = 34 if congress == 85 & id == 5056 replace statecode = 34 if congress == 85 & id == 6765 replace statecode = 64 if congress == 85 & id == 6442 replace statecode = 64 if congress == 85 & id == 177 replace statecode = 35 if congress == 85 & id == 9895 replace statecode = 35 if congress == 85 & id == 2255 replace statecode = 35 if congress == 85 & id == 4134 replace statecode = 35 if congress == 85 & id == 6474 replace statecode = 65 if congress == 85 & id == 433 replace statecode = 4 if congress == 85 & id == 6437 replace statecode = 4 if congress == 85 & id == 503 replace statecode = 12 if congress == 85 & id == 10314 replace statecode = 12 if congress == 85 & id == 3629 replace statecode = 12 if congress == 85 & id == 291 replace statecode = 12 if congress == 85 & id == 9322 replace statecode = 12 if congress == 85 & id == 3364 replace statecode = 12 if congress == 85 & id == 2804 replace statecode = 12 if congress == 85 & id == 10091 replace statecode = 12 if congress == 85 & id == 1476 replace statecode = 12 if congress == 85 & id == 7101 replace statecode = 12 if congress == 85 & id == 8010 replace statecode = 12 if congress == 85 & id == 46 replace statecode = 12 if congress == 85 & id == 5109 replace statecode = 12 if congress == 85 & id == 8506 replace statecode = 12 if congress == 85 & id == 2484 replace statecode = 12 if congress == 85 & id == 92484 replace statecode = 66 if congress == 85 & id == 6611 replace statecode = 66 if congress == 85 & id == 2490 replace statecode = 13 if congress == 85 & id == 9716 replace statecode = 13 if congress == 85 & id == 2523 replace statecode = 13 if congress == 85 & id == 563 replace statecode = 13 if congress == 85 & id == 5488 replace statecode = 13 if congress == 85 & id == 868 replace statecode = 13 if congress == 85 & id == 4548 replace statecode = 13 if congress == 85 & id == 2476 replace statecode = 13 if congress == 85 & id == 205 replace statecode = 13 if congress == 85 & id == 5199 replace statecode = 13 if congress == 85 & id == 5148 replace statecode = 13 if congress == 85 & id == 1611 replace statecode = 13 if congress == 85 & id == 2671 replace statecode = 13 if congress == 85 & id == 6792 replace statecode = 13 if congress == 85 & id == 8049 replace statecode = 13 if congress == 85 & id == 7749 replace statecode = 13 if congress == 85 & id == 7568 replace statecode = 13 if congress == 85 & id == 2089 replace statecode = 13 if congress == 85 & id == 8214 replace statecode = 13 if congress == 85 & id == 3056 replace statecode = 13 if congress == 85 & id == 9248 replace statecode = 13 if congress == 85 & id == 10464 replace statecode = 13 if congress == 85 & id == 4262 replace statecode = 13 if congress == 85 & id == 2646 replace statecode = 13 if congress == 85 & id == 1205 replace statecode = 13 if congress == 85 & id == 3158 replace statecode = 13 if congress == 85 & id == 2665 replace statecode = 13 if congress == 85 & id == 3888 replace statecode = 13 if congress == 85 & id == 8177 replace statecode = 13 if congress == 85 & id == 9978 replace statecode = 13 if congress == 85 & id == 7003 replace statecode = 13 if congress == 85 & id == 9203 replace statecode = 13 if congress == 85 & id == 5110 replace statecode = 13 if congress == 85 & id == 5235 replace statecode = 13 if congress == 85 & id == 10191 replace statecode = 13 if congress == 85 & id == 7901 replace statecode = 13 if congress == 85 & id == 9144 replace statecode = 13 if congress == 85 & id == 1931 replace statecode = 13 if congress == 85 & id == 7995 replace statecode = 13 if congress == 85 & id == 5116 replace statecode = 13 if congress == 85 & id == 7102 replace statecode = 13 if congress == 85 & id == 6516 replace statecode = 13 if congress == 85 & id == 7687 replace statecode = 13 if congress == 85 & id == 7453 replace statecode = 13 if congress == 85 & id == 7781 replace statecode = 47 if congress == 85 & id == 846 replace statecode = 47 if congress == 85 & id == 3321 replace statecode = 47 if congress == 85 & id == 431 replace statecode = 47 if congress == 85 & id == 2032 replace statecode = 47 if congress == 85 & id == 8311 replace statecode = 47 if congress == 85 & id == 2791 replace statecode = 47 if congress == 85 & id == 5606 replace statecode = 47 if congress == 85 & id == 5306 replace statecode = 47 if congress == 85 & id == 82 replace statecode = 47 if congress == 85 & id == 5019 replace statecode = 47 if congress == 85 & id == 10060 replace statecode = 47 if congress == 85 & id == 8495 replace statecode = 36 if congress == 85 & id == 5370 replace statecode = 36 if congress == 85 & id == 1254 replace statecode = 24 if congress == 85 & id == 8260 replace statecode = 24 if congress == 85 & id == 4373 replace statecode = 24 if congress == 85 & id == 8258 replace statecode = 24 if congress == 85 & id == 6204 replace statecode = 24 if congress == 85 & id == 1839 replace statecode = 24 if congress == 85 & id == 7506 replace statecode = 24 if congress == 85 & id == 1104 replace statecode = 24 if congress == 85 & id == 680 replace statecode = 24 if congress == 85 & id == 267 replace statecode = 24 if congress == 85 & id == 4917 replace statecode = 24 if congress == 85 & id == 2504 replace statecode = 24 if congress == 85 & id == 9688 replace statecode = 24 if congress == 85 & id == 521 replace statecode = 24 if congress == 85 & id == 310 replace statecode = 24 if congress == 85 & id == 4311 replace statecode = 24 if congress == 85 & id == 891 replace statecode = 24 if congress == 85 & id == 6262 replace statecode = 24 if congress == 85 & id == 4247 replace statecode = 24 if congress == 85 & id == 5301 replace statecode = 24 if congress == 85 & id == 3092 replace statecode = 24 if congress == 85 & id == 9623 replace statecode = 24 if congress == 85 & id == 837 replace statecode = 24 if congress == 85 & id == 6548 replace statecode = 53 if congress == 85 & id == 590 replace statecode = 53 if congress == 85 & id == 2854 replace statecode = 53 if congress == 85 & id == 62 replace statecode = 53 if congress == 85 & id == 8866 replace statecode = 53 if congress == 85 & id == 4891 replace statecode = 53 if congress == 85 & id == 6718 replace statecode = 72 if congress == 85 & id == 6955 replace statecode = 72 if congress == 85 & id == 9551 replace statecode = 72 if congress == 85 & id == 3775 replace statecode = 72 if congress == 85 & id == 7533 replace statecode = 14 if congress == 85 & id == 465 replace statecode = 14 if congress == 85 & id == 3743 replace statecode = 14 if congress == 85 & id == 1368 replace statecode = 14 if congress == 85 & id == 1719 replace statecode = 14 if congress == 85 & id == 6936 replace statecode = 14 if congress == 85 & id == 3785 replace statecode = 14 if congress == 85 & id == 8301 replace statecode = 14 if congress == 85 & id == 4880 replace statecode = 14 if congress == 85 & id == 2266 replace statecode = 14 if congress == 85 & id == 2298 replace statecode = 14 if congress == 85 & id == 1533 replace statecode = 14 if congress == 85 & id == 3224 replace statecode = 14 if congress == 85 & id == 3105 replace statecode = 14 if congress == 85 & id == 6169 replace statecode = 14 if congress == 85 & id == 5404 replace statecode = 14 if congress == 85 & id == 7844 replace statecode = 14 if congress == 85 & id == 9791 replace statecode = 14 if congress == 85 & id == 6795 replace statecode = 14 if congress == 85 & id == 1328 replace statecode = 14 if congress == 85 & id == 8532 replace statecode = 14 if congress == 85 & id == 8857 replace statecode = 14 if congress == 85 & id == 9645 replace statecode = 14 if congress == 85 & id == 5136 replace statecode = 14 if congress == 85 & id == 2513 replace statecode = 14 if congress == 85 & id == 8247 replace statecode = 14 if congress == 85 & id == 3510 replace statecode = 14 if congress == 85 & id == 5112 replace statecode = 14 if congress == 85 & id == 1763 replace statecode = 14 if congress == 85 & id == 6685 replace statecode = 14 if congress == 85 & id == 3409 replace statecode = 14 if congress == 85 & id == 2833 replace statecode = 14 if congress == 85 & id == 2065 replace statecode = 14 if congress == 85 & id == 4518 replace statecode = 5 if congress == 85 & id == 3264 replace statecode = 5 if congress == 85 & id == 3246 replace statecode = 48 if congress == 85 & id == 7925 replace statecode = 48 if congress == 85 & id == 7908 replace statecode = 48 if congress == 85 & id == 2672 replace statecode = 48 if congress == 85 & id == 270 replace statecode = 48 if congress == 85 & id == 4299 replace statecode = 48 if congress == 85 & id == 6353 replace statecode = 37 if congress == 85 & id == 6256 replace statecode = 37 if congress == 85 & id == 672 replace statecode = 54 if congress == 85 & id == 7777 replace statecode = 54 if congress == 85 & id == 364 replace statecode = 54 if congress == 85 & id == 3346 replace statecode = 54 if congress == 85 & id == 3034 replace statecode = 54 if congress == 85 & id == 5783 replace statecode = 54 if congress == 85 & id == 504 replace statecode = 54 if congress == 85 & id == 6826 replace statecode = 54 if congress == 85 & id == 2049 replace statecode = 54 if congress == 85 & id == 3028 replace statecode = 54 if congress == 85 & id == 2376 replace statecode = 49 if congress == 85 & id == 7232 replace statecode = 49 if congress == 85 & id == 1077 replace statecode = 49 if congress == 85 & id == 567 replace statecode = 49 if congress == 85 & id == 7753 replace statecode = 49 if congress == 85 & id == 93 replace statecode = 49 if congress == 85 & id == 9241 replace statecode = 49 if congress == 85 & id == 2700 replace statecode = 49 if congress == 85 & id == 9284 replace statecode = 49 if congress == 85 & id == 9320 replace statecode = 49 if congress == 85 & id == 9356 replace statecode = 49 if congress == 85 & id == 7498 replace statecode = 49 if congress == 85 & id == 10391 replace statecode = 49 if congress == 85 & id == 4796 replace statecode = 49 if congress == 85 & id == 10446 replace statecode = 49 if congress == 85 & id == 5241 replace statecode = 49 if congress == 85 & id == 8147 replace statecode = 49 if congress == 85 & id == 1282 replace statecode = 49 if congress == 85 & id == 8035 replace statecode = 49 if congress == 85 & id == 5924 replace statecode = 49 if congress == 85 & id == 5236 replace statecode = 49 if congress == 85 & id == 3171 replace statecode = 49 if congress == 85 & id == 2588 replace statecode = 67 if congress == 85 & id == 2616 replace statecode = 67 if congress == 85 & id == 2430 replace statecode = 6 if congress == 85 & id == 7637 replace statecode = 40 if congress == 85 & id == 7969 replace statecode = 40 if congress == 85 & id == 4064 replace statecode = 40 if congress == 85 & id == 3499 replace statecode = 40 if congress == 85 & id == 2 replace statecode = 40 if congress == 85 & id == 9494 replace statecode = 40 if congress == 85 & id == 7500 replace statecode = 40 if congress == 85 & id == 4125 replace statecode = 40 if congress == 85 & id == 8636 replace statecode = 40 if congress == 85 & id == 4927 replace statecode = 40 if congress == 85 & id == 1154 replace statecode = 73 if congress == 85 & id == 7313 replace statecode = 73 if congress == 85 & id == 9968 replace statecode = 73 if congress == 85 & id == 5885 replace statecode = 73 if congress == 85 & id == 4537 replace statecode = 73 if congress == 85 & id == 4579 replace statecode = 73 if congress == 85 & id == 9409 replace statecode = 73 if congress == 85 & id == 5912 replace statecode = 56 if congress == 85 & id == 6626 replace statecode = 56 if congress == 85 & id == 8824 replace statecode = 56 if congress == 85 & id == 339 replace statecode = 56 if congress == 85 & id == 6851 replace statecode = 56 if congress == 85 & id == 5118 replace statecode = 56 if congress == 85 & id == 1366 replace statecode = 25 if congress == 85 & id == 8663 replace statecode = 25 if congress == 85 & id == 9267 replace statecode = 25 if congress == 85 & id == 10299 replace statecode = 25 if congress == 85 & id == 10463 replace statecode = 25 if congress == 85 & id == 7824 replace statecode = 25 if congress == 85 & id == 9627 replace statecode = 25 if congress == 85 & id == 5410 replace statecode = 25 if congress == 85 & id == 1371 replace statecode = 25 if congress == 85 & id == 4977 replace statecode = 25 if congress == 85 & id == 7046 replace statecode = 68 if congress == 85 & id == 9350 replace statecode = 99 if congress == 86 & id == 99901 replace statecode = 41 if congress == 86 & id == 937 replace statecode = 41 if congress == 86 & id == 3754 replace statecode = 41 if congress == 86 & id == 195 replace statecode = 41 if congress == 86 & id == 7954 replace statecode = 41 if congress == 86 & id == 7695 replace statecode = 41 if congress == 86 & id == 8353 replace statecode = 41 if congress == 86 & id == 2909 replace statecode = 41 if congress == 86 & id == 5058 replace statecode = 41 if congress == 86 & id == 4686 replace statecode = 81 if congress == 86 & id == 7926 replace statecode = 61 if congress == 86 & id == 7845 replace statecode = 61 if congress == 86 & id == 9549 replace statecode = 42 if congress == 86 & id == 3506 replace statecode = 42 if congress == 86 & id == 6532 replace statecode = 42 if congress == 86 & id == 9473 replace statecode = 42 if congress == 86 & id == 4110 replace statecode = 42 if congress == 86 & id == 92 replace statecode = 42 if congress == 86 & id == 6958 replace statecode = 71 if congress == 86 & id == 6477 replace statecode = 71 if congress == 86 & id == 4957 replace statecode = 71 if congress == 86 & id == 6756 replace statecode = 71 if congress == 86 & id == 5929 replace statecode = 71 if congress == 86 & id == 8437 replace statecode = 71 if congress == 86 & id == 387 replace statecode = 71 if congress == 86 & id == 1911 replace statecode = 71 if congress == 86 & id == 6483 replace statecode = 71 if congress == 86 & id == 10461 replace statecode = 71 if congress == 86 & id == 3867 replace statecode = 71 if congress == 86 & id == 6240 replace statecode = 71 if congress == 86 & id == 8549 replace statecode = 71 if congress == 86 & id == 9240 replace statecode = 71 if congress == 86 & id == 3901 replace statecode = 71 if congress == 86 & id == 6220 replace statecode = 71 if congress == 86 & id == 4846 replace statecode = 71 if congress == 86 & id == 5255 replace statecode = 71 if congress == 86 & id == 4592 replace statecode = 71 if congress == 86 & id == 4514 replace statecode = 71 if congress == 86 & id == 8628 replace statecode = 71 if congress == 86 & id == 4388 replace statecode = 71 if congress == 86 & id == 4543 replace statecode = 71 if congress == 86 & id == 2713 replace statecode = 71 if congress == 86 & id == 5694 replace statecode = 71 if congress == 86 & id == 5099 replace statecode = 71 if congress == 86 & id == 8051 replace statecode = 71 if congress == 86 & id == 8444 replace statecode = 71 if congress == 86 & id == 9578 replace statecode = 71 if congress == 86 & id == 8225 replace statecode = 71 if congress == 86 & id == 10249 replace statecode = 62 if congress == 86 & id == 8021 replace statecode = 62 if congress == 86 & id == 4943 replace statecode = 62 if congress == 86 & id == 1684 replace statecode = 62 if congress == 86 & id == 275 replace statecode = 1 if congress == 86 & id == 2295 replace statecode = 1 if congress == 86 & id == 913 replace statecode = 1 if congress == 86 & id == 3553 replace statecode = 1 if congress == 86 & id == 4824 replace statecode = 1 if congress == 86 & id == 6586 replace statecode = 1 if congress == 86 & id == 5362 replace statecode = 11 if congress == 86 & id == 6224 replace statecode = 43 if congress == 86 & id == 2143 replace statecode = 43 if congress == 86 & id == 633 replace statecode = 43 if congress == 86 & id == 8507 replace statecode = 43 if congress == 86 & id == 3078 replace statecode = 43 if congress == 86 & id == 4354 replace statecode = 43 if congress == 86 & id == 8032 replace statecode = 43 if congress == 86 & id == 3929 replace statecode = 43 if congress == 86 & id == 6084 replace statecode = 44 if congress == 86 & id == 7605 replace statecode = 44 if congress == 86 & id == 7450 replace statecode = 44 if congress == 86 & id == 3286 replace statecode = 44 if congress == 86 & id == 3242 replace statecode = 44 if congress == 86 & id == 2389 replace statecode = 44 if congress == 86 & id == 9677 replace statecode = 44 if congress == 86 & id == 6559 replace statecode = 44 if congress == 86 & id == 798 replace statecode = 44 if congress == 86 & id == 5436 replace statecode = 44 if congress == 86 & id == 1130 replace statecode = 82 if congress == 86 & id == 4812 replace statecode = 63 if congress == 86 & id == 7392 replace statecode = 63 if congress == 86 & id == 1215 replace statecode = 21 if congress == 86 & id == 2433 replace statecode = 21 if congress == 86 & id == 7041 replace statecode = 21 if congress == 86 & id == 6816 replace statecode = 21 if congress == 86 & id == 2525 replace statecode = 21 if congress == 86 & id == 5326 replace statecode = 21 if congress == 86 & id == 7004 replace statecode = 21 if congress == 86 & id == 5654 replace statecode = 21 if congress == 86 & id == 8080 replace statecode = 21 if congress == 86 & id == 10421 replace statecode = 21 if congress == 86 & id == 1941 replace statecode = 21 if congress == 86 & id == 7642 replace statecode = 21 if congress == 86 & id == 939 replace statecode = 21 if congress == 86 & id == 1722 replace statecode = 21 if congress == 86 & id == 4488 replace statecode = 21 if congress == 86 & id == 6061 replace statecode = 21 if congress == 86 & id == 121 replace statecode = 21 if congress == 86 & id == 226 replace statecode = 21 if congress == 86 & id == 6455 replace statecode = 21 if congress == 86 & id == 1702 replace statecode = 21 if congress == 86 & id == 8527 replace statecode = 21 if congress == 86 & id == 5884 replace statecode = 21 if congress == 86 & id == 8814 replace statecode = 21 if congress == 86 & id == 8474 replace statecode = 21 if congress == 86 & id == 7610 replace statecode = 21 if congress == 86 & id == 3769 replace statecode = 22 if congress == 86 & id == 5900 replace statecode = 22 if congress == 86 & id == 3963 replace statecode = 22 if congress == 86 & id == 948 replace statecode = 22 if congress == 86 & id == 18 replace statecode = 22 if congress == 86 & id == 8084 replace statecode = 22 if congress == 86 & id == 9801 replace statecode = 22 if congress == 86 & id == 986 replace statecode = 22 if congress == 86 & id == 2517 replace statecode = 22 if congress == 86 & id == 4494 replace statecode = 22 if congress == 86 & id == 4081 replace statecode = 22 if congress == 86 & id == 458 replace statecode = 31 if congress == 86 & id == 8288 replace statecode = 31 if congress == 86 & id == 10308 replace statecode = 31 if congress == 86 & id == 3853 replace statecode = 31 if congress == 86 & id == 1549 replace statecode = 31 if congress == 86 & id == 5385 replace statecode = 31 if congress == 86 & id == 8672 replace statecode = 31 if congress == 86 & id == 1861 replace statecode = 31 if congress == 86 & id == 4928 replace statecode = 31 if congress == 86 & id == 4482 replace statecode = 32 if congress == 86 & id == 301 replace statecode = 32 if congress == 86 & id == 3535 replace statecode = 32 if congress == 86 & id == 4071 replace statecode = 32 if congress == 86 & id == 7799 replace statecode = 32 if congress == 86 & id == 997 replace statecode = 32 if congress == 86 & id == 8709 replace statecode = 51 if congress == 86 & id == 9056 replace statecode = 51 if congress == 86 & id == 6845 replace statecode = 51 if congress == 86 & id == 1264 replace statecode = 51 if congress == 86 & id == 1682 replace statecode = 51 if congress == 86 & id == 8778 replace statecode = 51 if congress == 86 & id == 9882 replace statecode = 51 if congress == 86 & id == 7343 replace statecode = 51 if congress == 86 & id == 8508 replace statecode = 45 if congress == 86 & id == 4275 replace statecode = 45 if congress == 86 & id == 824 replace statecode = 45 if congress == 86 & id == 10201 replace statecode = 45 if congress == 86 & id == 1081 replace statecode = 45 if congress == 86 & id == 7228 replace statecode = 45 if congress == 86 & id == 6721 replace statecode = 45 if congress == 86 & id == 9339 replace statecode = 45 if congress == 86 & id == 6386 replace statecode = 2 if congress == 86 & id == 7061 replace statecode = 2 if congress == 86 & id == 1904 replace statecode = 2 if congress == 86 & id == 6276 replace statecode = 52 if congress == 86 & id == 4993 replace statecode = 52 if congress == 86 & id == 1018 replace statecode = 52 if congress == 86 & id == 3480 replace statecode = 52 if congress == 86 & id == 3054 replace statecode = 52 if congress == 86 & id == 5463 replace statecode = 52 if congress == 86 & id == 3249 replace statecode = 52 if congress == 86 & id == 3374 replace statecode = 3 if congress == 86 & id == 2009 replace statecode = 3 if congress == 86 & id == 830 replace statecode = 3 if congress == 86 & id == 7408 replace statecode = 3 if congress == 86 & id == 2660 replace statecode = 3 if congress == 86 & id == 8024 replace statecode = 3 if congress == 86 & id == 518 replace statecode = 3 if congress == 86 & id == 5447 replace statecode = 3 if congress == 86 & id == 5873 replace statecode = 3 if congress == 86 & id == 5131 replace statecode = 3 if congress == 86 & id == 2272 replace statecode = 3 if congress == 86 & id == 7081 replace statecode = 3 if congress == 86 & id == 6177 replace statecode = 3 if congress == 86 & id == 1265 replace statecode = 3 if congress == 86 & id == 6033 replace statecode = 23 if congress == 86 & id == 5880 replace statecode = 23 if congress == 86 & id == 6399 replace statecode = 23 if congress == 86 & id == 4935 replace statecode = 23 if congress == 86 & id == 4487 replace statecode = 23 if congress == 86 & id == 3268 replace statecode = 23 if congress == 86 & id == 1620 replace statecode = 23 if congress == 86 & id == 7043 replace statecode = 23 if congress == 86 & id == 652 replace statecode = 23 if congress == 86 & id == 3824 replace statecode = 23 if congress == 86 & id == 1610 replace statecode = 23 if congress == 86 & id == 5349 replace statecode = 23 if congress == 86 & id == 639 replace statecode = 23 if congress == 86 & id == 2594 replace statecode = 23 if congress == 86 & id == 7682 replace statecode = 23 if congress == 86 & id == 2605 replace statecode = 23 if congress == 86 & id == 5617 replace statecode = 23 if congress == 86 & id == 3830 replace statecode = 23 if congress == 86 & id == 1087 replace statecode = 33 if congress == 86 & id == 7671 replace statecode = 33 if congress == 86 & id == 6860 replace statecode = 33 if congress == 86 & id == 10092 replace statecode = 33 if congress == 86 & id == 5098 replace statecode = 33 if congress == 86 & id == 5083 replace statecode = 33 if congress == 86 & id == 5998 replace statecode = 33 if congress == 86 & id == 158 replace statecode = 33 if congress == 86 & id == 789 replace statecode = 33 if congress == 86 & id == 5451 replace statecode = 46 if congress == 86 & id == 13 replace statecode = 46 if congress == 86 & id == 10075 replace statecode = 46 if congress == 86 & id == 8616 replace statecode = 46 if congress == 86 & id == 10162 replace statecode = 46 if congress == 86 & id == 10279 replace statecode = 46 if congress == 86 & id == 1952 replace statecode = 34 if congress == 86 & id == 5097 replace statecode = 34 if congress == 86 & id == 2275 replace statecode = 34 if congress == 86 & id == 9072 replace statecode = 34 if congress == 86 & id == 1717 replace statecode = 34 if congress == 86 & id == 7717 replace statecode = 34 if congress == 86 & id == 835 replace statecode = 34 if congress == 86 & id == 4724 replace statecode = 34 if congress == 86 & id == 1103 replace statecode = 34 if congress == 86 & id == 1517 replace statecode = 34 if congress == 86 & id == 1479 replace statecode = 34 if congress == 86 & id == 5056 replace statecode = 34 if congress == 86 & id == 6765 replace statecode = 64 if congress == 86 & id == 6442 replace statecode = 64 if congress == 86 & id == 177 replace statecode = 35 if congress == 86 & id == 9895 replace statecode = 35 if congress == 86 & id == 2255 replace statecode = 35 if congress == 86 & id == 1050 replace statecode = 35 if congress == 86 & id == 6253 replace statecode = 65 if congress == 86 & id == 433 replace statecode = 4 if congress == 86 & id == 6437 replace statecode = 4 if congress == 86 & id == 503 replace statecode = 12 if congress == 86 & id == 1393 replace statecode = 12 if congress == 86 & id == 3629 replace statecode = 12 if congress == 86 & id == 291 replace statecode = 12 if congress == 86 & id == 9322 replace statecode = 12 if congress == 86 & id == 3364 replace statecode = 12 if congress == 86 & id == 2804 replace statecode = 12 if congress == 86 & id == 10091 replace statecode = 12 if congress == 86 & id == 1476 replace statecode = 12 if congress == 86 & id == 7101 replace statecode = 12 if congress == 86 & id == 8010 replace statecode = 12 if congress == 86 & id == 46 replace statecode = 12 if congress == 86 & id == 9775 replace statecode = 12 if congress == 86 & id == 3433 replace statecode = 12 if congress == 86 & id == 2329 replace statecode = 66 if congress == 86 & id == 6717 replace statecode = 66 if congress == 86 & id == 6611 replace statecode = 13 if congress == 86 & id == 9716 replace statecode = 13 if congress == 86 & id == 2523 replace statecode = 13 if congress == 86 & id == 563 replace statecode = 13 if congress == 86 & id == 3967 replace statecode = 13 if congress == 86 & id == 868 replace statecode = 13 if congress == 86 & id == 4548 replace statecode = 13 if congress == 86 & id == 2476 replace statecode = 13 if congress == 86 & id == 205 replace statecode = 13 if congress == 86 & id == 5199 replace statecode = 13 if congress == 86 & id == 5148 replace statecode = 13 if congress == 86 & id == 1611 replace statecode = 13 if congress == 86 & id == 2671 replace statecode = 13 if congress == 86 & id == 6792 replace statecode = 13 if congress == 86 & id == 8049 replace statecode = 13 if congress == 86 & id == 7749 replace statecode = 13 if congress == 86 & id == 7568 replace statecode = 13 if congress == 86 & id == 5678 replace statecode = 13 if congress == 86 & id == 8214 replace statecode = 13 if congress == 86 & id == 3056 replace statecode = 13 if congress == 86 & id == 9248 replace statecode = 13 if congress == 86 & id == 10464 replace statecode = 13 if congress == 86 & id == 4262 replace statecode = 13 if congress == 86 & id == 2646 replace statecode = 13 if congress == 86 & id == 3575 replace statecode = 13 if congress == 86 & id == 1205 replace statecode = 13 if congress == 86 & id == 3158 replace statecode = 13 if congress == 86 & id == 2665 replace statecode = 13 if congress == 86 & id == 476 replace statecode = 13 if congress == 86 & id == 8177 replace statecode = 13 if congress == 86 & id == 9978 replace statecode = 13 if congress == 86 & id == 7003 replace statecode = 13 if congress == 86 & id == 9203 replace statecode = 13 if congress == 86 & id == 9017 replace statecode = 13 if congress == 86 & id == 5235 replace statecode = 13 if congress == 86 & id == 7467 replace statecode = 13 if congress == 86 & id == 7901 replace statecode = 13 if congress == 86 & id == 9144 replace statecode = 13 if congress == 86 & id == 7995 replace statecode = 13 if congress == 86 & id == 9920 replace statecode = 13 if congress == 86 & id == 7102 replace statecode = 13 if congress == 86 & id == 6516 replace statecode = 13 if congress == 86 & id == 2752 replace statecode = 13 if congress == 86 & id == 7453 replace statecode = 13 if congress == 86 & id == 7781 replace statecode = 13 if congress == 86 & id == 3670 replace statecode = 47 if congress == 86 & id == 846 replace statecode = 47 if congress == 86 & id == 3321 replace statecode = 47 if congress == 86 & id == 431 replace statecode = 47 if congress == 86 & id == 2032 replace statecode = 47 if congress == 86 & id == 8311 replace statecode = 47 if congress == 86 & id == 2791 replace statecode = 47 if congress == 86 & id == 5606 replace statecode = 47 if congress == 86 & id == 5306 replace statecode = 47 if congress == 86 & id == 82 replace statecode = 47 if congress == 86 & id == 5019 replace statecode = 47 if congress == 86 & id == 10060 replace statecode = 47 if congress == 86 & id == 3936 replace statecode = 47 if congress == 86 & id == 9230 replace statecode = 36 if congress == 86 & id == 8485 replace statecode = 36 if congress == 86 & id == 1252 replace statecode = 24 if congress == 86 & id == 8260 replace statecode = 24 if congress == 86 & id == 4373 replace statecode = 24 if congress == 86 & id == 8258 replace statecode = 24 if congress == 86 & id == 6204 replace statecode = 24 if congress == 86 & id == 5495 replace statecode = 24 if congress == 86 & id == 7506 replace statecode = 24 if congress == 86 & id == 1104 replace statecode = 24 if congress == 86 & id == 680 replace statecode = 24 if congress == 86 & id == 267 replace statecode = 24 if congress == 86 & id == 6579 replace statecode = 24 if congress == 86 & id == 2023 replace statecode = 24 if congress == 86 & id == 2533 replace statecode = 24 if congress == 86 & id == 521 replace statecode = 24 if congress == 86 & id == 310 replace statecode = 24 if congress == 86 & id == 4311 replace statecode = 24 if congress == 86 & id == 891 replace statecode = 24 if congress == 86 & id == 5625 replace statecode = 24 if congress == 86 & id == 4247 replace statecode = 24 if congress == 86 & id == 5301 replace statecode = 24 if congress == 86 & id == 3092 replace statecode = 24 if congress == 86 & id == 9623 replace statecode = 24 if congress == 86 & id == 837 replace statecode = 24 if congress == 86 & id == 6548 replace statecode = 53 if congress == 86 & id == 590 replace statecode = 53 if congress == 86 & id == 2854 replace statecode = 53 if congress == 86 & id == 62 replace statecode = 53 if congress == 86 & id == 8866 replace statecode = 53 if congress == 86 & id == 4891 replace statecode = 53 if congress == 86 & id == 6718 replace statecode = 72 if congress == 86 & id == 6955 replace statecode = 72 if congress == 86 & id == 9551 replace statecode = 72 if congress == 86 & id == 3775 replace statecode = 72 if congress == 86 & id == 7533 replace statecode = 14 if congress == 86 & id == 465 replace statecode = 14 if congress == 86 & id == 3743 replace statecode = 14 if congress == 86 & id == 1368 replace statecode = 14 if congress == 86 & id == 6936 replace statecode = 14 if congress == 86 & id == 3785 replace statecode = 14 if congress == 86 & id == 9408 replace statecode = 14 if congress == 86 & id == 6524 replace statecode = 14 if congress == 86 & id == 2266 replace statecode = 14 if congress == 86 & id == 2298 replace statecode = 14 if congress == 86 & id == 7634 replace statecode = 14 if congress == 86 & id == 3224 replace statecode = 14 if congress == 86 & id == 3105 replace statecode = 14 if congress == 86 & id == 5404 replace statecode = 14 if congress == 86 & id == 7844 replace statecode = 14 if congress == 86 & id == 9791 replace statecode = 14 if congress == 86 & id == 6795 replace statecode = 14 if congress == 86 & id == 1328 replace statecode = 14 if congress == 86 & id == 8268 replace statecode = 14 if congress == 86 & id == 8532 replace statecode = 14 if congress == 86 & id == 2910 replace statecode = 14 if congress == 86 & id == 7673 replace statecode = 14 if congress == 86 & id == 9645 replace statecode = 14 if congress == 86 & id == 2513 replace statecode = 14 if congress == 86 & id == 8247 replace statecode = 14 if congress == 86 & id == 3510 replace statecode = 14 if congress == 86 & id == 5112 replace statecode = 14 if congress == 86 & id == 1763 replace statecode = 14 if congress == 86 & id == 6685 replace statecode = 14 if congress == 86 & id == 3409 replace statecode = 14 if congress == 86 & id == 6661 replace statecode = 14 if congress == 86 & id == 2065 replace statecode = 14 if congress == 86 & id == 4518 replace statecode = 5 if congress == 86 & id == 3264 replace statecode = 5 if congress == 86 & id == 3246 replace statecode = 48 if congress == 86 & id == 7925 replace statecode = 48 if congress == 86 & id == 7908 replace statecode = 48 if congress == 86 & id == 2672 replace statecode = 48 if congress == 86 & id == 270 replace statecode = 48 if congress == 86 & id == 4299 replace statecode = 48 if congress == 86 & id == 6353 replace statecode = 37 if congress == 86 & id == 6256 replace statecode = 37 if congress == 86 & id == 672 replace statecode = 54 if congress == 86 & id == 7777 replace statecode = 54 if congress == 86 & id == 364 replace statecode = 54 if congress == 86 & id == 3346 replace statecode = 54 if congress == 86 & id == 3034 replace statecode = 54 if congress == 86 & id == 5783 replace statecode = 54 if congress == 86 & id == 504 replace statecode = 54 if congress == 86 & id == 6826 replace statecode = 54 if congress == 86 & id == 3028 replace statecode = 54 if congress == 86 & id == 2376 replace statecode = 49 if congress == 86 & id == 7232 replace statecode = 49 if congress == 86 & id == 1077 replace statecode = 49 if congress == 86 & id == 567 replace statecode = 49 if congress == 86 & id == 7753 replace statecode = 49 if congress == 86 & id == 93 replace statecode = 49 if congress == 86 & id == 9241 replace statecode = 49 if congress == 86 & id == 2700 replace statecode = 49 if congress == 86 & id == 9284 replace statecode = 49 if congress == 86 & id == 9320 replace statecode = 49 if congress == 86 & id == 9356 replace statecode = 49 if congress == 86 & id == 7498 replace statecode = 49 if congress == 86 & id == 10391 replace statecode = 49 if congress == 86 & id == 4796 replace statecode = 49 if congress == 86 & id == 10446 replace statecode = 49 if congress == 86 & id == 5241 replace statecode = 49 if congress == 86 & id == 8147 replace statecode = 49 if congress == 86 & id == 1282 replace statecode = 49 if congress == 86 & id == 8035 replace statecode = 49 if congress == 86 & id == 5924 replace statecode = 49 if congress == 86 & id == 5236 replace statecode = 49 if congress == 86 & id == 3171 replace statecode = 49 if congress == 86 & id == 1577 replace statecode = 67 if congress == 86 & id == 2616 replace statecode = 67 if congress == 86 & id == 5258 replace statecode = 6 if congress == 86 & id == 6451 replace statecode = 40 if congress == 86 & id == 2706 replace statecode = 40 if congress == 86 & id == 4064 replace statecode = 40 if congress == 86 & id == 3499 replace statecode = 40 if congress == 86 & id == 2 replace statecode = 40 if congress == 86 & id == 9494 replace statecode = 40 if congress == 86 & id == 7500 replace statecode = 40 if congress == 86 & id == 4125 replace statecode = 40 if congress == 86 & id == 8636 replace statecode = 40 if congress == 86 & id == 4927 replace statecode = 40 if congress == 86 & id == 1154 replace statecode = 73 if congress == 86 & id == 7313 replace statecode = 73 if congress == 86 & id == 9968 replace statecode = 73 if congress == 86 & id == 5885 replace statecode = 73 if congress == 86 & id == 6101 replace statecode = 73 if congress == 86 & id == 4579 replace statecode = 73 if congress == 86 & id == 9409 replace statecode = 73 if congress == 86 & id == 5912 replace statecode = 56 if congress == 86 & id == 6626 replace statecode = 56 if congress == 86 & id == 8824 replace statecode = 56 if congress == 86 & id == 339 replace statecode = 56 if congress == 86 & id == 4276 replace statecode = 56 if congress == 86 & id == 5118 replace statecode = 56 if congress == 86 & id == 8564 replace statecode = 25 if congress == 86 & id == 3240 replace statecode = 25 if congress == 86 & id == 5101 replace statecode = 25 if congress == 86 & id == 10299 replace statecode = 25 if congress == 86 & id == 10463 replace statecode = 25 if congress == 86 & id == 7824 replace statecode = 25 if congress == 86 & id == 9627 replace statecode = 25 if congress == 86 & id == 5410 replace statecode = 25 if congress == 86 & id == 1371 replace statecode = 25 if congress == 86 & id == 4977 replace statecode = 25 if congress == 86 & id == 7046 replace statecode = 68 if congress == 86 & id == 9350 replace statecode = 99 if congress == 87 & id == 99902 replace statecode = 41 if congress == 87 & id == 937 replace statecode = 41 if congress == 87 & id == 3754 replace statecode = 41 if congress == 87 & id == 195 replace statecode = 41 if congress == 87 & id == 7954 replace statecode = 41 if congress == 87 & id == 7695 replace statecode = 41 if congress == 87 & id == 8353 replace statecode = 41 if congress == 87 & id == 2909 replace statecode = 41 if congress == 87 & id == 5058 replace statecode = 41 if congress == 87 & id == 4686 replace statecode = 81 if congress == 87 & id == 7926 replace statecode = 61 if congress == 87 & id == 7845 replace statecode = 61 if congress == 87 & id == 9549 replace statecode = 61 if congress == 87 & id == 10566 replace statecode = 42 if congress == 87 & id == 3506 replace statecode = 42 if congress == 87 & id == 6532 replace statecode = 42 if congress == 87 & id == 9473 replace statecode = 42 if congress == 87 & id == 4110 replace statecode = 42 if congress == 87 & id == 92 replace statecode = 42 if congress == 87 & id == 10541 replace statecode = 42 if congress == 87 & id == 6958 replace statecode = 71 if congress == 87 & id == 6477 replace statecode = 71 if congress == 87 & id == 4957 replace statecode = 71 if congress == 87 & id == 6756 replace statecode = 71 if congress == 87 & id == 5929 replace statecode = 71 if congress == 87 & id == 8437 replace statecode = 71 if congress == 87 & id == 387 replace statecode = 71 if congress == 87 & id == 1911 replace statecode = 71 if congress == 87 & id == 6483 replace statecode = 71 if congress == 87 & id == 10461 replace statecode = 71 if congress == 87 & id == 3867 replace statecode = 71 if congress == 87 & id == 6240 replace statecode = 71 if congress == 87 & id == 8549 replace statecode = 71 if congress == 87 & id == 9240 replace statecode = 71 if congress == 87 & id == 3901 replace statecode = 71 if congress == 87 & id == 6220 replace statecode = 71 if congress == 87 & id == 10505 replace statecode = 71 if congress == 87 & id == 5255 replace statecode = 71 if congress == 87 & id == 4592 replace statecode = 71 if congress == 87 & id == 4514 replace statecode = 71 if congress == 87 & id == 8628 replace statecode = 71 if congress == 87 & id == 4388 replace statecode = 71 if congress == 87 & id == 10511 replace statecode = 71 if congress == 87 & id == 2713 replace statecode = 71 if congress == 87 & id == 5694 replace statecode = 71 if congress == 87 & id == 10553 replace statecode = 71 if congress == 87 & id == 8051 replace statecode = 71 if congress == 87 & id == 8444 replace statecode = 71 if congress == 87 & id == 9578 replace statecode = 71 if congress == 87 & id == 8225 replace statecode = 71 if congress == 87 & id == 10249 replace statecode = 62 if congress == 87 & id == 8021 replace statecode = 62 if congress == 87 & id == 10514 replace statecode = 62 if congress == 87 & id == 1684 replace statecode = 62 if congress == 87 & id == 275 replace statecode = 1 if congress == 87 & id == 2295 replace statecode = 1 if congress == 87 & id == 8346 replace statecode = 1 if congress == 87 & id == 3553 replace statecode = 1 if congress == 87 & id == 10560 replace statecode = 1 if congress == 87 & id == 6586 replace statecode = 1 if congress == 87 & id == 5362 replace statecode = 11 if congress == 87 & id == 6224 replace statecode = 43 if congress == 87 & id == 2143 replace statecode = 43 if congress == 87 & id == 633 replace statecode = 43 if congress == 87 & id == 8507 replace statecode = 43 if congress == 87 & id == 3078 replace statecode = 43 if congress == 87 & id == 4354 replace statecode = 43 if congress == 87 & id == 8032 replace statecode = 43 if congress == 87 & id == 3929 replace statecode = 43 if congress == 87 & id == 6084 replace statecode = 44 if congress == 87 & id == 10522 replace statecode = 44 if congress == 87 & id == 7450 replace statecode = 44 if congress == 87 & id == 3286 replace statecode = 44 if congress == 87 & id == 3242 replace statecode = 44 if congress == 87 & id == 2389 replace statecode = 44 if congress == 87 & id == 9677 replace statecode = 44 if congress == 87 & id == 10512 replace statecode = 44 if congress == 87 & id == 798 replace statecode = 44 if congress == 87 & id == 5436 replace statecode = 44 if congress == 87 & id == 10563 replace statecode = 82 if congress == 87 & id == 4812 replace statecode = 63 if congress == 87 & id == 7392 replace statecode = 63 if congress == 87 & id == 10524 replace statecode = 21 if congress == 87 & id == 2433 replace statecode = 21 if congress == 87 & id == 7041 replace statecode = 21 if congress == 87 & id == 6816 replace statecode = 21 if congress == 87 & id == 2525 replace statecode = 21 if congress == 87 & id == 5326 replace statecode = 21 if congress == 87 & id == 7004 replace statecode = 21 if congress == 87 & id == 5654 replace statecode = 21 if congress == 87 & id == 8080 replace statecode = 21 if congress == 87 & id == 10421 replace statecode = 21 if congress == 87 & id == 1941 replace statecode = 21 if congress == 87 & id == 7642 replace statecode = 21 if congress == 87 & id == 10518 replace statecode = 21 if congress == 87 & id == 1722 replace statecode = 21 if congress == 87 & id == 4488 replace statecode = 21 if congress == 87 & id == 6061 replace statecode = 21 if congress == 87 & id == 10501 replace statecode = 21 if congress == 87 & id == 226 replace statecode = 21 if congress == 87 & id == 6455 replace statecode = 21 if congress == 87 & id == 1702 replace statecode = 21 if congress == 87 & id == 10517 replace statecode = 21 if congress == 87 & id == 5884 replace statecode = 21 if congress == 87 & id == 8814 replace statecode = 21 if congress == 87 & id == 8474 replace statecode = 21 if congress == 87 & id == 7610 replace statecode = 21 if congress == 87 & id == 3769 replace statecode = 22 if congress == 87 & id == 5900 replace statecode = 22 if congress == 87 & id == 3963 replace statecode = 22 if congress == 87 & id == 948 replace statecode = 22 if congress == 87 & id == 18 replace statecode = 22 if congress == 87 & id == 8084 replace statecode = 22 if congress == 87 & id == 10509 replace statecode = 22 if congress == 87 & id == 10552 replace statecode = 22 if congress == 87 & id == 986 replace statecode = 22 if congress == 87 & id == 2517 replace statecode = 22 if congress == 87 & id == 10212 replace statecode = 22 if congress == 87 & id == 4165 replace statecode = 22 if congress == 87 & id == 10507 replace statecode = 31 if congress == 87 & id == 8288 replace statecode = 31 if congress == 87 & id == 10506 replace statecode = 31 if congress == 87 & id == 3853 replace statecode = 31 if congress == 87 & id == 5385 replace statecode = 31 if congress == 87 & id == 8672 replace statecode = 31 if congress == 87 & id == 1861 replace statecode = 31 if congress == 87 & id == 4928 replace statecode = 31 if congress == 87 & id == 4482 replace statecode = 32 if congress == 87 & id == 301 replace statecode = 32 if congress == 87 & id == 10516 replace statecode = 32 if congress == 87 & id == 10536 replace statecode = 32 if congress == 87 & id == 10559 replace statecode = 32 if congress == 87 & id == 997 replace statecode = 32 if congress == 87 & id == 10513 replace statecode = 51 if congress == 87 & id == 9056 replace statecode = 51 if congress == 87 & id == 6845 replace statecode = 51 if congress == 87 & id == 1264 replace statecode = 51 if congress == 87 & id == 1682 replace statecode = 51 if congress == 87 & id == 8778 replace statecode = 51 if congress == 87 & id == 9882 replace statecode = 51 if congress == 87 & id == 7343 replace statecode = 51 if congress == 87 & id == 8508 replace statecode = 45 if congress == 87 & id == 4275 replace statecode = 45 if congress == 87 & id == 824 replace statecode = 45 if congress == 87 & id == 10201 replace statecode = 45 if congress == 87 & id == 1081 replace statecode = 45 if congress == 87 & id == 10567 replace statecode = 45 if congress == 87 & id == 7228 replace statecode = 45 if congress == 87 & id == 6721 replace statecode = 45 if congress == 87 & id == 9339 replace statecode = 45 if congress == 87 & id == 6386 replace statecode = 2 if congress == 87 & id == 10519 replace statecode = 2 if congress == 87 & id == 10565 replace statecode = 2 if congress == 87 & id == 6276 replace statecode = 52 if congress == 87 & id == 4993 replace statecode = 52 if congress == 87 & id == 1018 replace statecode = 52 if congress == 87 & id == 3480 replace statecode = 52 if congress == 87 & id == 3054 replace statecode = 52 if congress == 87 & id == 5463 replace statecode = 52 if congress == 87 & id == 10535 replace statecode = 52 if congress == 87 & id == 3374 replace statecode = 3 if congress == 87 & id == 2009 replace statecode = 3 if congress == 87 & id == 830 replace statecode = 3 if congress == 87 & id == 7408 replace statecode = 3 if congress == 87 & id == 2660 replace statecode = 3 if congress == 87 & id == 10538 replace statecode = 3 if congress == 87 & id == 518 replace statecode = 3 if congress == 87 & id == 5447 replace statecode = 3 if congress == 87 & id == 5873 replace statecode = 3 if congress == 87 & id == 5131 replace statecode = 3 if congress == 87 & id == 2272 replace statecode = 3 if congress == 87 & id == 7081 replace statecode = 3 if congress == 87 & id == 6177 replace statecode = 3 if congress == 87 & id == 1265 replace statecode = 3 if congress == 87 & id == 6033 replace statecode = 23 if congress == 87 & id == 5880 replace statecode = 23 if congress == 87 & id == 10540 replace statecode = 23 if congress == 87 & id == 6399 replace statecode = 23 if congress == 87 & id == 4935 replace statecode = 23 if congress == 87 & id == 4487 replace statecode = 23 if congress == 87 & id == 3268 replace statecode = 23 if congress == 87 & id == 1620 replace statecode = 23 if congress == 87 & id == 7043 replace statecode = 23 if congress == 87 & id == 10526 replace statecode = 23 if congress == 87 & id == 3824 replace statecode = 23 if congress == 87 & id == 1610 replace statecode = 23 if congress == 87 & id == 5349 replace statecode = 23 if congress == 87 & id == 639 replace statecode = 23 if congress == 87 & id == 2594 replace statecode = 23 if congress == 87 & id == 7682 replace statecode = 23 if congress == 87 & id == 10554 replace statecode = 23 if congress == 87 & id == 2605 replace statecode = 23 if congress == 87 & id == 5617 replace statecode = 23 if congress == 87 & id == 3830 replace statecode = 23 if congress == 87 & id == 1087 replace statecode = 33 if congress == 87 & id == 7671 replace statecode = 33 if congress == 87 & id == 6860 replace statecode = 33 if congress == 87 & id == 10533 replace statecode = 33 if congress == 87 & id == 5098 replace statecode = 33 if congress == 87 & id == 5083 replace statecode = 33 if congress == 87 & id == 5998 replace statecode = 33 if congress == 87 & id == 158 replace statecode = 33 if congress == 87 & id == 789 replace statecode = 33 if congress == 87 & id == 5451 replace statecode = 46 if congress == 87 & id == 13 replace statecode = 46 if congress == 87 & id == 10075 replace statecode = 46 if congress == 87 & id == 8616 replace statecode = 46 if congress == 87 & id == 10162 replace statecode = 46 if congress == 87 & id == 10279 replace statecode = 46 if congress == 87 & id == 1952 replace statecode = 34 if congress == 87 & id == 5097 replace statecode = 34 if congress == 87 & id == 2275 replace statecode = 34 if congress == 87 & id == 9072 replace statecode = 34 if congress == 87 & id == 7717 replace statecode = 34 if congress == 87 & id == 835 replace statecode = 34 if congress == 87 & id == 4724 replace statecode = 34 if congress == 87 & id == 10523 replace statecode = 34 if congress == 87 & id == 10528 replace statecode = 34 if congress == 87 & id == 1479 replace statecode = 34 if congress == 87 & id == 5056 replace statecode = 34 if congress == 87 & id == 6765 replace statecode = 64 if congress == 87 & id == 10543 replace statecode = 64 if congress == 87 & id == 10503 replace statecode = 35 if congress == 87 & id == 9895 replace statecode = 35 if congress == 87 & id == 2255 replace statecode = 35 if congress == 87 & id == 10504 replace statecode = 35 if congress == 87 & id == 10534 replace statecode = 65 if congress == 87 & id == 433 replace statecode = 4 if congress == 87 & id == 6437 replace statecode = 4 if congress == 87 & id == 503 replace statecode = 12 if congress == 87 & id == 1393 replace statecode = 12 if congress == 87 & id == 3629 replace statecode = 12 if congress == 87 & id == 291 replace statecode = 12 if congress == 87 & id == 9322 replace statecode = 12 if congress == 87 & id == 3364 replace statecode = 12 if congress == 87 & id == 2804 replace statecode = 12 if congress == 87 & id == 10091 replace statecode = 12 if congress == 87 & id == 10529 replace statecode = 12 if congress == 87 & id == 7101 replace statecode = 12 if congress == 87 & id == 8010 replace statecode = 12 if congress == 87 & id == 46 replace statecode = 12 if congress == 87 & id == 9775 replace statecode = 12 if congress == 87 & id == 3433 replace statecode = 12 if congress == 87 & id == 2329 replace statecode = 66 if congress == 87 & id == 6611 replace statecode = 66 if congress == 87 & id == 6717 replace statecode = 13 if congress == 87 & id == 10545 replace statecode = 13 if congress == 87 & id == 2523 replace statecode = 13 if congress == 87 & id == 563 replace statecode = 13 if congress == 87 & id == 3967 replace statecode = 13 if congress == 87 & id == 10500 replace statecode = 13 if congress == 87 & id == 4548 replace statecode = 13 if congress == 87 & id == 10551 replace statecode = 13 if congress == 87 & id == 2476 replace statecode = 13 if congress == 87 & id == 205 replace statecode = 13 if congress == 87 & id == 5199 replace statecode = 13 if congress == 87 & id == 5148 replace statecode = 13 if congress == 87 & id == 1611 replace statecode = 13 if congress == 87 & id == 10508 replace statecode = 13 if congress == 87 & id == 6792 replace statecode = 13 if congress == 87 & id == 8049 replace statecode = 13 if congress == 87 & id == 7749 replace statecode = 13 if congress == 87 & id == 7568 replace statecode = 13 if congress == 87 & id == 5678 replace statecode = 13 if congress == 87 & id == 8214 replace statecode = 13 if congress == 87 & id == 3056 replace statecode = 13 if congress == 87 & id == 10555 replace statecode = 13 if congress == 87 & id == 10464 replace statecode = 13 if congress == 87 & id == 4262 replace statecode = 13 if congress == 87 & id == 3575 replace statecode = 13 if congress == 87 & id == 1205 replace statecode = 13 if congress == 87 & id == 3158 replace statecode = 13 if congress == 87 & id == 2665 replace statecode = 13 if congress == 87 & id == 476 replace statecode = 13 if congress == 87 & id == 8177 replace statecode = 13 if congress == 87 & id == 9978 replace statecode = 13 if congress == 87 & id == 7003 replace statecode = 13 if congress == 87 & id == 10530 replace statecode = 13 if congress == 87 & id == 9017 replace statecode = 13 if congress == 87 & id == 5235 replace statecode = 13 if congress == 87 & id == 7467 replace statecode = 13 if congress == 87 & id == 7901 replace statecode = 13 if congress == 87 & id == 9144 replace statecode = 13 if congress == 87 & id == 7995 replace statecode = 13 if congress == 87 & id == 9920 replace statecode = 13 if congress == 87 & id == 7102 replace statecode = 13 if congress == 87 & id == 6516 replace statecode = 13 if congress == 87 & id == 2752 replace statecode = 13 if congress == 87 & id == 7453 replace statecode = 13 if congress == 87 & id == 3670 replace statecode = 47 if congress == 87 & id == 846 replace statecode = 47 if congress == 87 & id == 3321 replace statecode = 47 if congress == 87 & id == 10527 replace statecode = 47 if congress == 87 & id == 2032 replace statecode = 47 if congress == 87 & id == 8311 replace statecode = 47 if congress == 87 & id == 10531 replace statecode = 47 if congress == 87 & id == 5606 replace statecode = 47 if congress == 87 & id == 5306 replace statecode = 47 if congress == 87 & id == 82 replace statecode = 47 if congress == 87 & id == 5019 replace statecode = 47 if congress == 87 & id == 10060 replace statecode = 47 if congress == 87 & id == 9230 replace statecode = 36 if congress == 87 & id == 8485 replace statecode = 36 if congress == 87 & id == 10542 replace statecode = 24 if congress == 87 & id == 8260 replace statecode = 24 if congress == 87 & id == 10510 replace statecode = 24 if congress == 87 & id == 8258 replace statecode = 24 if congress == 87 & id == 6204 replace statecode = 24 if congress == 87 & id == 5495 replace statecode = 24 if congress == 87 & id == 10525 replace statecode = 24 if congress == 87 & id == 1104 replace statecode = 24 if congress == 87 & id == 680 replace statecode = 24 if congress == 87 & id == 267 replace statecode = 24 if congress == 87 & id == 6579 replace statecode = 24 if congress == 87 & id == 2023 replace statecode = 24 if congress == 87 & id == 2533 replace statecode = 24 if congress == 87 & id == 10539 replace statecode = 24 if congress == 87 & id == 310 replace statecode = 24 if congress == 87 & id == 10537 replace statecode = 24 if congress == 87 & id == 891 replace statecode = 24 if congress == 87 & id == 10502 replace statecode = 24 if congress == 87 & id == 4247 replace statecode = 24 if congress == 87 & id == 5301 replace statecode = 24 if congress == 87 & id == 3092 replace statecode = 24 if congress == 87 & id == 9623 replace statecode = 24 if congress == 87 & id == 837 replace statecode = 24 if congress == 87 & id == 6548 replace statecode = 53 if congress == 87 & id == 590 replace statecode = 53 if congress == 87 & id == 2854 replace statecode = 53 if congress == 87 & id == 62 replace statecode = 53 if congress == 87 & id == 8866 replace statecode = 53 if congress == 87 & id == 4891 replace statecode = 53 if congress == 87 & id == 10085 replace statecode = 72 if congress == 87 & id == 6955 replace statecode = 72 if congress == 87 & id == 9551 replace statecode = 72 if congress == 87 & id == 3775 replace statecode = 72 if congress == 87 & id == 10515 replace statecode = 14 if congress == 87 & id == 465 replace statecode = 14 if congress == 87 & id == 3743 replace statecode = 14 if congress == 87 & id == 1368 replace statecode = 14 if congress == 87 & id == 6936 replace statecode = 14 if congress == 87 & id == 3785 replace statecode = 14 if congress == 87 & id == 9408 replace statecode = 14 if congress == 87 & id == 6524 replace statecode = 14 if congress == 87 & id == 2266 replace statecode = 14 if congress == 87 & id == 2298 replace statecode = 14 if congress == 87 & id == 10558 replace statecode = 14 if congress == 87 & id == 3224 replace statecode = 14 if congress == 87 & id == 3105 replace statecode = 14 if congress == 87 & id == 10557 replace statecode = 14 if congress == 87 & id == 7844 replace statecode = 14 if congress == 87 & id == 9791 replace statecode = 14 if congress == 87 & id == 6795 replace statecode = 14 if congress == 87 & id == 5377 replace statecode = 14 if congress == 87 & id == 8268 replace statecode = 14 if congress == 87 & id == 9975 replace statecode = 14 if congress == 87 & id == 10521 replace statecode = 14 if congress == 87 & id == 9645 replace statecode = 14 if congress == 87 & id == 2513 replace statecode = 14 if congress == 87 & id == 8247 replace statecode = 14 if congress == 87 & id == 3510 replace statecode = 14 if congress == 87 & id == 5112 replace statecode = 14 if congress == 87 & id == 1763 replace statecode = 14 if congress == 87 & id == 6685 replace statecode = 14 if congress == 87 & id == 3409 replace statecode = 14 if congress == 87 & id == 6661 replace statecode = 14 if congress == 87 & id == 2065 replace statecode = 14 if congress == 87 & id == 4518 replace statecode = 5 if congress == 87 & id == 10561 replace statecode = 5 if congress == 87 & id == 3246 replace statecode = 48 if congress == 87 & id == 7925 replace statecode = 48 if congress == 87 & id == 7908 replace statecode = 48 if congress == 87 & id == 10549 replace statecode = 48 if congress == 87 & id == 2672 replace statecode = 48 if congress == 87 & id == 270 replace statecode = 48 if congress == 87 & id == 4299 replace statecode = 48 if congress == 87 & id == 6353 replace statecode = 37 if congress == 87 & id == 10548 replace statecode = 37 if congress == 87 & id == 672 replace statecode = 54 if congress == 87 & id == 7777 replace statecode = 54 if congress == 87 & id == 10547 replace statecode = 54 if congress == 87 & id == 364 replace statecode = 54 if congress == 87 & id == 3346 replace statecode = 54 if congress == 87 & id == 3034 replace statecode = 54 if congress == 87 & id == 5783 replace statecode = 54 if congress == 87 & id == 504 replace statecode = 54 if congress == 87 & id == 6826 replace statecode = 54 if congress == 87 & id == 3028 replace statecode = 54 if congress == 87 & id == 2376 replace statecode = 49 if congress == 87 & id == 7232 replace statecode = 49 if congress == 87 & id == 1077 replace statecode = 49 if congress == 87 & id == 567 replace statecode = 49 if congress == 87 & id == 7753 replace statecode = 49 if congress == 87 & id == 10550 replace statecode = 49 if congress == 87 & id == 93 replace statecode = 49 if congress == 87 & id == 9241 replace statecode = 49 if congress == 87 & id == 2700 replace statecode = 49 if congress == 87 & id == 9284 replace statecode = 49 if congress == 87 & id == 9320 replace statecode = 49 if congress == 87 & id == 9356 replace statecode = 49 if congress == 87 & id == 7498 replace statecode = 49 if congress == 87 & id == 10391 replace statecode = 49 if congress == 87 & id == 4796 replace statecode = 49 if congress == 87 & id == 10546 replace statecode = 49 if congress == 87 & id == 10446 replace statecode = 49 if congress == 87 & id == 5241 replace statecode = 49 if congress == 87 & id == 8147 replace statecode = 49 if congress == 87 & id == 1282 replace statecode = 49 if congress == 87 & id == 8035 replace statecode = 49 if congress == 87 & id == 5924 replace statecode = 49 if congress == 87 & id == 5236 replace statecode = 49 if congress == 87 & id == 10520 replace statecode = 49 if congress == 87 & id == 3171 replace statecode = 49 if congress == 87 & id == 1577 replace statecode = 67 if congress == 87 & id == 10544 replace statecode = 67 if congress == 87 & id == 5258 replace statecode = 6 if congress == 87 & id == 10562 replace statecode = 40 if congress == 87 & id == 2706 replace statecode = 40 if congress == 87 & id == 4064 replace statecode = 40 if congress == 87 & id == 3499 replace statecode = 40 if congress == 87 & id == 2 replace statecode = 40 if congress == 87 & id == 9494 replace statecode = 40 if congress == 87 & id == 7500 replace statecode = 40 if congress == 87 & id == 4125 replace statecode = 40 if congress == 87 & id == 8636 replace statecode = 40 if congress == 87 & id == 4927 replace statecode = 40 if congress == 87 & id == 1154 replace statecode = 73 if congress == 87 & id == 7313 replace statecode = 73 if congress == 87 & id == 9968 replace statecode = 73 if congress == 87 & id == 4043 replace statecode = 73 if congress == 87 & id == 6101 replace statecode = 73 if congress == 87 & id == 4579 replace statecode = 73 if congress == 87 & id == 9409 replace statecode = 73 if congress == 87 & id == 5912 replace statecode = 56 if congress == 87 & id == 6626 replace statecode = 56 if congress == 87 & id == 8824 replace statecode = 56 if congress == 87 & id == 339 replace statecode = 56 if congress == 87 & id == 4276 replace statecode = 56 if congress == 87 & id == 5118 replace statecode = 56 if congress == 87 & id == 8564 replace statecode = 25 if congress == 87 & id == 10556 replace statecode = 25 if congress == 87 & id == 5101 replace statecode = 25 if congress == 87 & id == 10564 replace statecode = 25 if congress == 87 & id == 10463 replace statecode = 25 if congress == 87 & id == 7824 replace statecode = 25 if congress == 87 & id == 9627 replace statecode = 25 if congress == 87 & id == 5410 replace statecode = 25 if congress == 87 & id == 1371 replace statecode = 25 if congress == 87 & id == 4977 replace statecode = 25 if congress == 87 & id == 7046 replace statecode = 68 if congress == 87 & id == 4139 replace statecode = 99 if congress == 88 & id == 99902 replace statecode = 99 if congress == 88 & id == 99903 replace statecode = 41 if congress == 88 & id == 8353 replace statecode = 41 if congress == 88 & id == 3754 replace statecode = 41 if congress == 88 & id == 195 replace statecode = 41 if congress == 88 & id == 4686 replace statecode = 41 if congress == 88 & id == 7954 replace statecode = 41 if congress == 88 & id == 5058 replace statecode = 41 if congress == 88 & id == 2909 replace statecode = 41 if congress == 88 & id == 7695 replace statecode = 81 if congress == 88 & id == 7926 replace statecode = 61 if congress == 88 & id == 7845 replace statecode = 61 if congress == 88 & id == 10566 replace statecode = 61 if congress == 88 & id == 10623 replace statecode = 42 if congress == 88 & id == 3506 replace statecode = 42 if congress == 88 & id == 6532 replace statecode = 42 if congress == 88 & id == 9473 replace statecode = 42 if congress == 88 & id == 4110 replace statecode = 71 if congress == 88 & id == 10579 replace statecode = 71 if congress == 88 & id == 4957 replace statecode = 71 if congress == 88 & id == 6756 replace statecode = 71 if congress == 88 & id == 10599 replace statecode = 71 if congress == 88 & id == 8437 replace statecode = 71 if congress == 88 & id == 10577 replace statecode = 71 if congress == 88 & id == 5929 replace statecode = 71 if congress == 88 & id == 1911 replace statecode = 71 if congress == 88 & id == 6483 replace statecode = 71 if congress == 88 & id == 10583 replace statecode = 71 if congress == 88 & id == 3867 replace statecode = 71 if congress == 88 & id == 10461 replace statecode = 71 if congress == 88 & id == 10631 replace statecode = 71 if congress == 88 & id == 9240 replace statecode = 71 if congress == 88 & id == 387 replace statecode = 71 if congress == 88 & id == 6240 replace statecode = 71 if congress == 88 & id == 8549 replace statecode = 71 if congress == 88 & id == 5255 replace statecode = 71 if congress == 88 & id == 3901 replace statecode = 71 if congress == 88 & id == 4514 replace statecode = 71 if congress == 88 & id == 8628 replace statecode = 71 if congress == 88 & id == 10595 replace statecode = 71 if congress == 88 & id == 10511 replace statecode = 71 if congress == 88 & id == 2713 replace statecode = 71 if congress == 88 & id == 10580 replace statecode = 71 if congress == 88 & id == 5694 replace statecode = 71 if congress == 88 & id == 10578 replace statecode = 71 if congress == 88 & id == 8051 replace statecode = 71 if congress == 88 & id == 10575 replace statecode = 71 if congress == 88 & id == 10505 replace statecode = 71 if congress == 88 & id == 10573 replace statecode = 71 if congress == 88 & id == 10621 replace statecode = 71 if congress == 88 & id == 10640 replace statecode = 71 if congress == 88 & id == 4592 replace statecode = 71 if congress == 88 & id == 8444 replace statecode = 71 if congress == 88 & id == 10594 replace statecode = 71 if congress == 88 & id == 9578 replace statecode = 71 if congress == 88 & id == 10249 replace statecode = 71 if congress == 88 & id == 10633 replace statecode = 71 if congress == 88 & id == 10604 replace statecode = 62 if congress == 88 & id == 8021 replace statecode = 62 if congress == 88 & id == 10572 replace statecode = 62 if congress == 88 & id == 1684 replace statecode = 62 if congress == 88 & id == 275 replace statecode = 1 if congress == 88 & id == 2295 replace statecode = 1 if congress == 88 & id == 10627 replace statecode = 1 if congress == 88 & id == 3553 replace statecode = 1 if congress == 88 & id == 10560 replace statecode = 1 if congress == 88 & id == 6586 replace statecode = 1 if congress == 88 & id == 10590 replace statecode = 11 if congress == 88 & id == 6224 replace statecode = 43 if congress == 88 & id == 8507 replace statecode = 43 if congress == 88 & id == 633 replace statecode = 43 if congress == 88 & id == 7333 replace statecode = 43 if congress == 88 & id == 3078 replace statecode = 43 if congress == 88 & id == 4354 replace statecode = 43 if congress == 88 & id == 8032 replace statecode = 43 if congress == 88 & id == 3929 replace statecode = 43 if congress == 88 & id == 6084 replace statecode = 43 if congress == 88 & id == 10587 replace statecode = 43 if congress == 88 & id == 10588 replace statecode = 43 if congress == 88 & id == 10593 replace statecode = 43 if congress == 88 & id == 2143 replace statecode = 44 if congress == 88 & id == 10522 replace statecode = 44 if congress == 88 & id == 7450 replace statecode = 44 if congress == 88 & id == 3286 replace statecode = 44 if congress == 88 & id == 3242 replace statecode = 44 if congress == 88 & id == 10636 replace statecode = 44 if congress == 88 & id == 9677 replace statecode = 44 if congress == 88 & id == 10512 replace statecode = 44 if congress == 88 & id == 10632 replace statecode = 44 if congress == 88 & id == 5436 replace statecode = 44 if congress == 88 & id == 10563 replace statecode = 82 if congress == 88 & id == 10589 replace statecode = 82 if congress == 88 & id == 10605 replace statecode = 63 if congress == 88 & id == 10637 replace statecode = 63 if congress == 88 & id == 10524 replace statecode = 21 if congress == 88 & id == 2433 replace statecode = 21 if congress == 88 & id == 7041 replace statecode = 21 if congress == 88 & id == 6816 replace statecode = 21 if congress == 88 & id == 2525 replace statecode = 21 if congress == 88 & id == 5326 replace statecode = 21 if congress == 88 & id == 7004 replace statecode = 21 if congress == 88 & id == 5654 replace statecode = 21 if congress == 88 & id == 8080 replace statecode = 21 if congress == 88 & id == 10518 replace statecode = 21 if congress == 88 & id == 1941 replace statecode = 21 if congress == 88 & id == 7642 replace statecode = 21 if congress == 88 & id == 10606 replace statecode = 21 if congress == 88 & id == 10622 replace statecode = 21 if congress == 88 & id == 4488 replace statecode = 21 if congress == 88 & id == 10617 replace statecode = 21 if congress == 88 & id == 10501 replace statecode = 21 if congress == 88 & id == 226 replace statecode = 21 if congress == 88 & id == 6455 replace statecode = 21 if congress == 88 & id == 10608 replace statecode = 21 if congress == 88 & id == 10517 replace statecode = 21 if congress == 88 & id == 3769 replace statecode = 21 if congress == 88 & id == 8814 replace statecode = 21 if congress == 88 & id == 8474 replace statecode = 21 if congress == 88 & id == 7610 replace statecode = 22 if congress == 88 & id == 5900 replace statecode = 22 if congress == 88 & id == 3963 replace statecode = 22 if congress == 88 & id == 948 replace statecode = 22 if congress == 88 & id == 18 replace statecode = 22 if congress == 88 & id == 8084 replace statecode = 22 if congress == 88 & id == 10552 replace statecode = 22 if congress == 88 & id == 986 replace statecode = 22 if congress == 88 & id == 2517 replace statecode = 22 if congress == 88 & id == 10212 replace statecode = 22 if congress == 88 & id == 4165 replace statecode = 22 if congress == 88 & id == 10507 replace statecode = 31 if congress == 88 & id == 8288 replace statecode = 31 if congress == 88 & id == 10506 replace statecode = 31 if congress == 88 & id == 3853 replace statecode = 31 if congress == 88 & id == 5385 replace statecode = 31 if congress == 88 & id == 8672 replace statecode = 31 if congress == 88 & id == 4482 replace statecode = 31 if congress == 88 & id == 4928 replace statecode = 32 if congress == 88 & id == 10513 replace statecode = 32 if congress == 88 & id == 301 replace statecode = 32 if congress == 88 & id == 10516 replace statecode = 32 if congress == 88 & id == 10559 replace statecode = 32 if congress == 88 & id == 10625 replace statecode = 51 if congress == 88 & id == 9056 replace statecode = 51 if congress == 88 & id == 6845 replace statecode = 51 if congress == 88 & id == 10626 replace statecode = 51 if congress == 88 & id == 1682 replace statecode = 51 if congress == 88 & id == 8508 replace statecode = 51 if congress == 88 & id == 9882 replace statecode = 51 if congress == 88 & id == 7343 replace statecode = 45 if congress == 88 & id == 4275 replace statecode = 45 if congress == 88 & id == 824 replace statecode = 45 if congress == 88 & id == 10201 replace statecode = 45 if congress == 88 & id == 10567 replace statecode = 45 if congress == 88 & id == 7228 replace statecode = 45 if congress == 88 & id == 6721 replace statecode = 45 if congress == 88 & id == 9339 replace statecode = 45 if congress == 88 & id == 10602 replace statecode = 2 if congress == 88 & id == 10565 replace statecode = 2 if congress == 88 & id == 6276 replace statecode = 52 if congress == 88 & id == 10610 replace statecode = 52 if congress == 88 & id == 10601 replace statecode = 52 if congress == 88 & id == 3480 replace statecode = 52 if congress == 88 & id == 3054 replace statecode = 52 if congress == 88 & id == 5463 replace statecode = 52 if congress == 88 & id == 10535 replace statecode = 52 if congress == 88 & id == 3374 replace statecode = 52 if congress == 88 & id == 10624 replace statecode = 3 if congress == 88 & id == 2009 replace statecode = 3 if congress == 88 & id == 830 replace statecode = 3 if congress == 88 & id == 7408 replace statecode = 3 if congress == 88 & id == 2660 replace statecode = 3 if congress == 88 & id == 10538 replace statecode = 3 if congress == 88 & id == 518 replace statecode = 3 if congress == 88 & id == 5873 replace statecode = 3 if congress == 88 & id == 7081 replace statecode = 3 if congress == 88 & id == 6177 replace statecode = 3 if congress == 88 & id == 6033 replace statecode = 3 if congress == 88 & id == 1265 replace statecode = 3 if congress == 88 & id == 5131 replace statecode = 23 if congress == 88 & id == 10540 replace statecode = 23 if congress == 88 & id == 6399 replace statecode = 23 if congress == 88 & id == 4935 replace statecode = 23 if congress == 88 & id == 10597 replace statecode = 23 if congress == 88 & id == 3268 replace statecode = 23 if congress == 88 & id == 1620 replace statecode = 23 if congress == 88 & id == 7043 replace statecode = 23 if congress == 88 & id == 10526 replace statecode = 23 if congress == 88 & id == 3824 replace statecode = 23 if congress == 88 & id == 1610 replace statecode = 23 if congress == 88 & id == 5349 replace statecode = 23 if congress == 88 & id == 639 replace statecode = 23 if congress == 88 & id == 2594 replace statecode = 23 if congress == 88 & id == 10554 replace statecode = 23 if congress == 88 & id == 2605 replace statecode = 23 if congress == 88 & id == 5617 replace statecode = 23 if congress == 88 & id == 3830 replace statecode = 23 if congress == 88 & id == 1087 replace statecode = 23 if congress == 88 & id == 10628 replace statecode = 33 if congress == 88 & id == 7671 replace statecode = 33 if congress == 88 & id == 6860 replace statecode = 33 if congress == 88 & id == 10533 replace statecode = 33 if congress == 88 & id == 5098 replace statecode = 33 if congress == 88 & id == 10585 replace statecode = 33 if congress == 88 & id == 10612 replace statecode = 33 if congress == 88 & id == 5451 replace statecode = 33 if congress == 88 & id == 789 replace statecode = 46 if congress == 88 & id == 13 replace statecode = 46 if congress == 88 & id == 10075 replace statecode = 46 if congress == 88 & id == 10162 replace statecode = 46 if congress == 88 & id == 10279 replace statecode = 46 if congress == 88 & id == 1952 replace statecode = 34 if congress == 88 & id == 5097 replace statecode = 34 if congress == 88 & id == 2275 replace statecode = 34 if congress == 88 & id == 9072 replace statecode = 34 if congress == 88 & id == 7717 replace statecode = 34 if congress == 88 & id == 835 replace statecode = 34 if congress == 88 & id == 4724 replace statecode = 34 if congress == 88 & id == 10523 replace statecode = 34 if congress == 88 & id == 10528 replace statecode = 34 if congress == 88 & id == 1479 replace statecode = 34 if congress == 88 & id == 5056 replace statecode = 64 if congress == 88 & id == 10543 replace statecode = 64 if congress == 88 & id == 10503 replace statecode = 35 if congress == 88 & id == 10504 replace statecode = 35 if congress == 88 & id == 2255 replace statecode = 35 if congress == 88 & id == 10534 replace statecode = 65 if congress == 88 & id == 433 replace statecode = 4 if congress == 88 & id == 10639 replace statecode = 4 if congress == 88 & id == 10581 replace statecode = 12 if congress == 88 & id == 1393 replace statecode = 12 if congress == 88 & id == 3629 replace statecode = 12 if congress == 88 & id == 291 replace statecode = 12 if congress == 88 & id == 9322 replace statecode = 12 if congress == 88 & id == 3364 replace statecode = 12 if congress == 88 & id == 2804 replace statecode = 12 if congress == 88 & id == 10091 replace statecode = 12 if congress == 88 & id == 10529 replace statecode = 12 if congress == 88 & id == 7101 replace statecode = 12 if congress == 88 & id == 8010 replace statecode = 12 if congress == 88 & id == 10609 replace statecode = 12 if congress == 88 & id == 9775 replace statecode = 12 if congress == 88 & id == 3433 replace statecode = 12 if congress == 88 & id == 2329 replace statecode = 12 if congress == 88 & id == 10613 replace statecode = 66 if congress == 88 & id == 6611 replace statecode = 66 if congress == 88 & id == 6717 replace statecode = 13 if congress == 88 & id == 10545 replace statecode = 13 if congress == 88 & id == 10592 replace statecode = 13 if congress == 88 & id == 2523 replace statecode = 13 if congress == 88 & id == 10638 replace statecode = 13 if congress == 88 & id == 563 replace statecode = 13 if congress == 88 & id == 3967 replace statecode = 13 if congress == 88 & id == 10500 replace statecode = 13 if congress == 88 & id == 10551 replace statecode = 13 if congress == 88 & id == 2476 replace statecode = 13 if congress == 88 & id == 1611 replace statecode = 13 if congress == 88 & id == 5199 replace statecode = 13 if congress == 88 & id == 5148 replace statecode = 13 if congress == 88 & id == 6792 replace statecode = 13 if congress == 88 & id == 8049 replace statecode = 13 if congress == 88 & id == 10508 replace statecode = 13 if congress == 88 & id == 10611 replace statecode = 13 if congress == 88 & id == 5678 replace statecode = 13 if congress == 88 & id == 7568 replace statecode = 13 if congress == 88 & id == 3056 replace statecode = 13 if congress == 88 & id == 10555 replace statecode = 13 if congress == 88 & id == 4262 replace statecode = 13 if congress == 88 & id == 3575 replace statecode = 13 if congress == 88 & id == 1205 replace statecode = 13 if congress == 88 & id == 3158 replace statecode = 13 if congress == 88 & id == 476 replace statecode = 13 if congress == 88 & id == 10618 replace statecode = 13 if congress == 88 & id == 8177 replace statecode = 13 if congress == 88 & id == 9978 replace statecode = 13 if congress == 88 & id == 7003 replace statecode = 13 if congress == 88 & id == 10530 replace statecode = 13 if congress == 88 & id == 5235 replace statecode = 13 if congress == 88 & id == 7467 replace statecode = 13 if congress == 88 & id == 7995 replace statecode = 13 if congress == 88 & id == 7901 replace statecode = 13 if congress == 88 & id == 9017 replace statecode = 13 if congress == 88 & id == 10596 replace statecode = 13 if congress == 88 & id == 7102 replace statecode = 13 if congress == 88 & id == 3670 replace statecode = 13 if congress == 88 & id == 7453 replace statecode = 13 if congress == 88 & id == 6516 replace statecode = 13 if congress == 88 & id == 2752 replace statecode = 47 if congress == 88 & id == 846 replace statecode = 47 if congress == 88 & id == 3321 replace statecode = 47 if congress == 88 & id == 10527 replace statecode = 47 if congress == 88 & id == 2032 replace statecode = 47 if congress == 88 & id == 8311 replace statecode = 47 if congress == 88 & id == 10531 replace statecode = 47 if congress == 88 & id == 5606 replace statecode = 47 if congress == 88 & id == 5019 replace statecode = 47 if congress == 88 & id == 10574 replace statecode = 47 if congress == 88 & id == 10060 replace statecode = 47 if congress == 88 & id == 9230 replace statecode = 36 if congress == 88 & id == 10542 replace statecode = 36 if congress == 88 & id == 10569 replace statecode = 36 if congress == 88 & id == 8485 replace statecode = 24 if congress == 88 & id == 10619 replace statecode = 24 if congress == 88 & id == 10510 replace statecode = 24 if congress == 88 & id == 8258 replace statecode = 24 if congress == 88 & id == 6204 replace statecode = 24 if congress == 88 & id == 5495 replace statecode = 24 if congress == 88 & id == 10525 replace statecode = 24 if congress == 88 & id == 1104 replace statecode = 24 if congress == 88 & id == 680 replace statecode = 24 if congress == 88 & id == 267 replace statecode = 24 if congress == 88 & id == 10568 replace statecode = 24 if congress == 88 & id == 838 replace statecode = 24 if congress == 88 & id == 2533 replace statecode = 24 if congress == 88 & id == 10539 replace statecode = 24 if congress == 88 & id == 310 replace statecode = 24 if congress == 88 & id == 8341 replace statecode = 24 if congress == 88 & id == 891 replace statecode = 24 if congress == 88 & id == 10502 replace statecode = 24 if congress == 88 & id == 4247 replace statecode = 24 if congress == 88 & id == 5301 replace statecode = 24 if congress == 88 & id == 3092 replace statecode = 24 if congress == 88 & id == 9623 replace statecode = 24 if congress == 88 & id == 837 replace statecode = 24 if congress == 88 & id == 6548 replace statecode = 24 if congress == 88 & id == 10630 replace statecode = 53 if congress == 88 & id == 590 replace statecode = 53 if congress == 88 & id == 2854 replace statecode = 53 if congress == 88 & id == 62 replace statecode = 53 if congress == 88 & id == 8866 replace statecode = 53 if congress == 88 & id == 4891 replace statecode = 53 if congress == 88 & id == 10085 replace statecode = 72 if congress == 88 & id == 6955 replace statecode = 72 if congress == 88 & id == 9551 replace statecode = 72 if congress == 88 & id == 3775 replace statecode = 72 if congress == 88 & id == 10582 replace statecode = 14 if congress == 88 & id == 465 replace statecode = 14 if congress == 88 & id == 6936 replace statecode = 14 if congress == 88 & id == 1368 replace statecode = 14 if congress == 88 & id == 9408 replace statecode = 14 if congress == 88 & id == 3785 replace statecode = 14 if congress == 88 & id == 10591 replace statecode = 14 if congress == 88 & id == 7844 replace statecode = 14 if congress == 88 & id == 6524 replace statecode = 14 if congress == 88 & id == 2266 replace statecode = 14 if congress == 88 & id == 2298 replace statecode = 14 if congress == 88 & id == 10607 replace statecode = 14 if congress == 88 & id == 3224 replace statecode = 14 if congress == 88 & id == 9975 replace statecode = 14 if congress == 88 & id == 10557 replace statecode = 14 if congress == 88 & id == 6661 replace statecode = 14 if congress == 88 & id == 9791 replace statecode = 14 if congress == 88 & id == 10620 replace statecode = 14 if congress == 88 & id == 5377 replace statecode = 14 if congress == 88 & id == 8268 replace statecode = 14 if congress == 88 & id == 2065 replace statecode = 14 if congress == 88 & id == 10521 replace statecode = 14 if congress == 88 & id == 4518 replace statecode = 14 if congress == 88 & id == 2513 replace statecode = 14 if congress == 88 & id == 8247 replace statecode = 14 if congress == 88 & id == 3510 replace statecode = 14 if congress == 88 & id == 10598 replace statecode = 14 if congress == 88 & id == 10635 replace statecode = 14 if congress == 88 & id == 1763 replace statecode = 14 if congress == 88 & id == 6685 replace statecode = 14 if congress == 88 & id == 3409 replace statecode = 5 if congress == 88 & id == 10561 replace statecode = 5 if congress == 88 & id == 3246 replace statecode = 48 if congress == 88 & id == 7925 replace statecode = 48 if congress == 88 & id == 90634 replace statecode = 48 if congress == 88 & id == 2672 replace statecode = 48 if congress == 88 & id == 270 replace statecode = 48 if congress == 88 & id == 4299 replace statecode = 48 if congress == 88 & id == 6353 replace statecode = 37 if congress == 88 & id == 10548 replace statecode = 37 if congress == 88 & id == 672 replace statecode = 54 if congress == 88 & id == 10616 replace statecode = 54 if congress == 88 & id == 364 replace statecode = 54 if congress == 88 & id == 10570 replace statecode = 54 if congress == 88 & id == 10571 replace statecode = 54 if congress == 88 & id == 3034 replace statecode = 54 if congress == 88 & id == 10586 replace statecode = 54 if congress == 88 & id == 504 replace statecode = 54 if congress == 88 & id == 6826 replace statecode = 54 if congress == 88 & id == 3028 replace statecode = 54 if congress == 88 & id == 2376 replace statecode = 49 if congress == 88 & id == 7232 replace statecode = 49 if congress == 88 & id == 1077 replace statecode = 49 if congress == 88 & id == 567 replace statecode = 49 if congress == 88 & id == 10550 replace statecode = 49 if congress == 88 & id == 93 replace statecode = 49 if congress == 88 & id == 9241 replace statecode = 49 if congress == 88 & id == 2700 replace statecode = 49 if congress == 88 & id == 9284 replace statecode = 49 if congress == 88 & id == 9320 replace statecode = 49 if congress == 88 & id == 9356 replace statecode = 49 if congress == 88 & id == 10614 replace statecode = 49 if congress == 88 & id == 7498 replace statecode = 49 if congress == 88 & id == 10391 replace statecode = 49 if congress == 88 & id == 10546 replace statecode = 49 if congress == 88 & id == 10446 replace statecode = 49 if congress == 88 & id == 5241 replace statecode = 49 if congress == 88 & id == 10584 replace statecode = 49 if congress == 88 & id == 1282 replace statecode = 49 if congress == 88 & id == 8035 replace statecode = 49 if congress == 88 & id == 5924 replace statecode = 49 if congress == 88 & id == 10520 replace statecode = 49 if congress == 88 & id == 3171 replace statecode = 49 if congress == 88 & id == 1577 replace statecode = 49 if congress == 88 & id == 10615 replace statecode = 67 if congress == 88 & id == 10576 replace statecode = 67 if congress == 88 & id == 10600 replace statecode = 6 if congress == 88 & id == 10562 replace statecode = 40 if congress == 88 & id == 2706 replace statecode = 40 if congress == 88 & id == 4064 replace statecode = 40 if congress == 88 & id == 3499 replace statecode = 40 if congress == 88 & id == 2 replace statecode = 40 if congress == 88 & id == 9494 replace statecode = 40 if congress == 88 & id == 7500 replace statecode = 40 if congress == 88 & id == 10603 replace statecode = 40 if congress == 88 & id == 8636 replace statecode = 40 if congress == 88 & id == 4927 replace statecode = 40 if congress == 88 & id == 1154 replace statecode = 73 if congress == 88 & id == 7313 replace statecode = 73 if congress == 88 & id == 9968 replace statecode = 73 if congress == 88 & id == 4043 replace statecode = 73 if congress == 88 & id == 6101 replace statecode = 73 if congress == 88 & id == 4579 replace statecode = 73 if congress == 88 & id == 9409 replace statecode = 73 if congress == 88 & id == 10629 replace statecode = 56 if congress == 88 & id == 6626 replace statecode = 56 if congress == 88 & id == 8824 replace statecode = 56 if congress == 88 & id == 8564 replace statecode = 56 if congress == 88 & id == 4276 replace statecode = 56 if congress == 88 & id == 5118 replace statecode = 25 if congress == 88 & id == 10556 replace statecode = 25 if congress == 88 & id == 5101 replace statecode = 25 if congress == 88 & id == 10564 replace statecode = 25 if congress == 88 & id == 10463 replace statecode = 25 if congress == 88 & id == 7824 replace statecode = 25 if congress == 88 & id == 9627 replace statecode = 25 if congress == 88 & id == 5410 replace statecode = 25 if congress == 88 & id == 1371 replace statecode = 25 if congress == 88 & id == 4977 replace statecode = 25 if congress == 88 & id == 7046 replace statecode = 68 if congress == 88 & id == 4139 replace statecode = 99 if congress == 89 & id == 99903 replace statecode = 41 if congress == 89 & id == 10721 replace statecode = 41 if congress == 89 & id == 10717 replace statecode = 41 if congress == 89 & id == 195 replace statecode = 41 if congress == 89 & id == 10702 replace statecode = 41 if congress == 89 & id == 8353 replace statecode = 41 if congress == 89 & id == 10706 replace statecode = 41 if congress == 89 & id == 10755 replace statecode = 41 if congress == 89 & id == 5058 replace statecode = 81 if congress == 89 & id == 7926 replace statecode = 61 if congress == 89 & id == 7845 replace statecode = 61 if congress == 89 & id == 10566 replace statecode = 61 if congress == 89 & id == 10623 replace statecode = 42 if congress == 89 & id == 3506 replace statecode = 42 if congress == 89 & id == 6532 replace statecode = 42 if congress == 89 & id == 9473 replace statecode = 42 if congress == 89 & id == 4110 replace statecode = 42 if congress == 89 & id == 10791 replace statecode = 71 if congress == 89 & id == 10579 replace statecode = 71 if congress == 89 & id == 4957 replace statecode = 71 if congress == 89 & id == 6756 replace statecode = 71 if congress == 89 & id == 10599 replace statecode = 71 if congress == 89 & id == 10577 replace statecode = 71 if congress == 89 & id == 5929 replace statecode = 71 if congress == 89 & id == 1911 replace statecode = 71 if congress == 89 & id == 6483 replace statecode = 71 if congress == 89 & id == 10583 replace statecode = 71 if congress == 89 & id == 3867 replace statecode = 71 if congress == 89 & id == 10461 replace statecode = 71 if congress == 89 & id == 10631 replace statecode = 71 if congress == 89 & id == 9240 replace statecode = 71 if congress == 89 & id == 387 replace statecode = 71 if congress == 89 & id == 10793 replace statecode = 71 if congress == 89 & id == 6240 replace statecode = 71 if congress == 89 & id == 8549 replace statecode = 71 if congress == 89 & id == 5255 replace statecode = 71 if congress == 89 & id == 3901 replace statecode = 71 if congress == 89 & id == 4514 replace statecode = 71 if congress == 89 & id == 8628 replace statecode = 71 if congress == 89 & id == 10595 replace statecode = 71 if congress == 89 & id == 10511 replace statecode = 71 if congress == 89 & id == 10580 replace statecode = 71 if congress == 89 & id == 5694 replace statecode = 71 if congress == 89 & id == 10578 replace statecode = 71 if congress == 89 & id == 8051 replace statecode = 71 if congress == 89 & id == 10790 replace statecode = 71 if congress == 89 & id == 10763 replace statecode = 71 if congress == 89 & id == 10505 replace statecode = 71 if congress == 89 & id == 10573 replace statecode = 71 if congress == 89 & id == 10621 replace statecode = 71 if congress == 89 & id == 10640 replace statecode = 71 if congress == 89 & id == 4592 replace statecode = 71 if congress == 89 & id == 10720 replace statecode = 71 if congress == 89 & id == 10594 replace statecode = 71 if congress == 89 & id == 9578 replace statecode = 71 if congress == 89 & id == 10249 replace statecode = 71 if congress == 89 & id == 10633 replace statecode = 71 if congress == 89 & id == 10777 replace statecode = 62 if congress == 89 & id == 8021 replace statecode = 62 if congress == 89 & id == 10751 replace statecode = 62 if congress == 89 & id == 10723 replace statecode = 62 if congress == 89 & id == 275 replace statecode = 1 if congress == 89 & id == 2295 replace statecode = 1 if congress == 89 & id == 10627 replace statecode = 1 if congress == 89 & id == 3553 replace statecode = 1 if congress == 89 & id == 4824 replace statecode = 1 if congress == 89 & id == 6586 replace statecode = 1 if congress == 89 & id == 10590 replace statecode = 11 if congress == 89 & id == 6224 replace statecode = 43 if congress == 89 & id == 8507 replace statecode = 43 if congress == 89 & id == 633 replace statecode = 43 if congress == 89 & id == 7333 replace statecode = 43 if congress == 89 & id == 3078 replace statecode = 43 if congress == 89 & id == 4354 replace statecode = 43 if congress == 89 & id == 8032 replace statecode = 43 if congress == 89 & id == 3929 replace statecode = 43 if congress == 89 & id == 6084 replace statecode = 43 if congress == 89 & id == 10587 replace statecode = 43 if congress == 89 & id == 10588 replace statecode = 43 if congress == 89 & id == 10593 replace statecode = 43 if congress == 89 & id == 2143 replace statecode = 44 if congress == 89 & id == 10522 replace statecode = 44 if congress == 89 & id == 10759 replace statecode = 44 if congress == 89 & id == 10709 replace statecode = 44 if congress == 89 & id == 10753 replace statecode = 44 if congress == 89 & id == 10636 replace statecode = 44 if congress == 89 & id == 3242 replace statecode = 44 if congress == 89 & id == 10512 replace statecode = 44 if congress == 89 & id == 10632 replace statecode = 44 if congress == 89 & id == 5436 replace statecode = 44 if congress == 89 & id == 10563 replace statecode = 82 if congress == 89 & id == 10757 replace statecode = 82 if congress == 89 & id == 10605 replace statecode = 63 if congress == 89 & id == 10637 replace statecode = 63 if congress == 89 & id == 10734 replace statecode = 21 if congress == 89 & id == 2433 replace statecode = 21 if congress == 89 & id == 7041 replace statecode = 21 if congress == 89 & id == 6816 replace statecode = 21 if congress == 89 & id == 2525 replace statecode = 21 if congress == 89 & id == 5326 replace statecode = 21 if congress == 89 & id == 10765 replace statecode = 21 if congress == 89 & id == 10703 replace statecode = 21 if congress == 89 & id == 8080 replace statecode = 21 if congress == 89 & id == 10421 replace statecode = 21 if congress == 89 & id == 1941 replace statecode = 21 if congress == 89 & id == 7642 replace statecode = 21 if congress == 89 & id == 10606 replace statecode = 21 if congress == 89 & id == 10622 replace statecode = 21 if congress == 89 & id == 10722 replace statecode = 21 if congress == 89 & id == 10617 replace statecode = 21 if congress == 89 & id == 10501 replace statecode = 21 if congress == 89 & id == 226 replace statecode = 21 if congress == 89 & id == 6455 replace statecode = 21 if congress == 89 & id == 10769 replace statecode = 21 if congress == 89 & id == 10517 replace statecode = 21 if congress == 89 & id == 3769 replace statecode = 21 if congress == 89 & id == 8814 replace statecode = 21 if congress == 89 & id == 8474 replace statecode = 21 if congress == 89 & id == 7610 replace statecode = 22 if congress == 89 & id == 5900 replace statecode = 22 if congress == 89 & id == 3963 replace statecode = 22 if congress == 89 & id == 948 replace statecode = 22 if congress == 89 & id == 18 replace statecode = 22 if congress == 89 & id == 8084 replace statecode = 22 if congress == 89 & id == 10552 replace statecode = 22 if congress == 89 & id == 986 replace statecode = 22 if congress == 89 & id == 2517 replace statecode = 22 if congress == 89 & id == 10732 replace statecode = 22 if congress == 89 & id == 4165 replace statecode = 22 if congress == 89 & id == 10742 replace statecode = 31 if congress == 89 & id == 10770 replace statecode = 31 if congress == 89 & id == 10715 replace statecode = 31 if congress == 89 & id == 3853 replace statecode = 31 if congress == 89 & id == 10704 replace statecode = 31 if congress == 89 & id == 8672 replace statecode = 31 if congress == 89 & id == 10730 replace statecode = 31 if congress == 89 & id == 10735 replace statecode = 32 if congress == 89 & id == 10513 replace statecode = 32 if congress == 89 & id == 10758 replace statecode = 32 if congress == 89 & id == 10516 replace statecode = 32 if congress == 89 & id == 10559 replace statecode = 32 if congress == 89 & id == 10625 replace statecode = 51 if congress == 89 & id == 9056 replace statecode = 51 if congress == 89 & id == 6845 replace statecode = 51 if congress == 89 & id == 10724 replace statecode = 51 if congress == 89 & id == 1682 replace statecode = 51 if congress == 89 & id == 10710 replace statecode = 51 if congress == 89 & id == 9882 replace statecode = 51 if congress == 89 & id == 7343 replace statecode = 45 if congress == 89 & id == 4275 replace statecode = 45 if congress == 89 & id == 824 replace statecode = 45 if congress == 89 & id == 10201 replace statecode = 45 if congress == 89 & id == 10567 replace statecode = 45 if congress == 89 & id == 7228 replace statecode = 45 if congress == 89 & id == 6721 replace statecode = 45 if congress == 89 & id == 9339 replace statecode = 45 if congress == 89 & id == 10787 replace statecode = 45 if congress == 89 & id == 10746 replace statecode = 2 if congress == 89 & id == 10565 replace statecode = 2 if congress == 89 & id == 10736 replace statecode = 52 if congress == 89 & id == 10610 replace statecode = 52 if congress == 89 & id == 10601 replace statecode = 52 if congress == 89 & id == 3480 replace statecode = 52 if congress == 89 & id == 3054 replace statecode = 52 if congress == 89 & id == 10752 replace statecode = 52 if congress == 89 & id == 10535 replace statecode = 52 if congress == 89 & id == 3374 replace statecode = 52 if congress == 89 & id == 10624 replace statecode = 3 if congress == 89 & id == 2009 replace statecode = 3 if congress == 89 & id == 830 replace statecode = 3 if congress == 89 & id == 7408 replace statecode = 3 if congress == 89 & id == 2660 replace statecode = 3 if congress == 89 & id == 10538 replace statecode = 3 if congress == 89 & id == 518 replace statecode = 3 if congress == 89 & id == 5873 replace statecode = 3 if congress == 89 & id == 7081 replace statecode = 3 if congress == 89 & id == 6177 replace statecode = 3 if congress == 89 & id == 6033 replace statecode = 3 if congress == 89 & id == 1265 replace statecode = 3 if congress == 89 & id == 5131 replace statecode = 23 if congress == 89 & id == 10713 replace statecode = 23 if congress == 89 & id == 10779 replace statecode = 23 if congress == 89 & id == 10776 replace statecode = 23 if congress == 89 & id == 10597 replace statecode = 23 if congress == 89 & id == 3268 replace statecode = 23 if congress == 89 & id == 1620 replace statecode = 23 if congress == 89 & id == 10754 replace statecode = 23 if congress == 89 & id == 10526 replace statecode = 23 if congress == 89 & id == 3824 replace statecode = 23 if congress == 89 & id == 10794 replace statecode = 23 if congress == 89 & id == 1610 replace statecode = 23 if congress == 89 & id == 10711 replace statecode = 23 if congress == 89 & id == 7043 replace statecode = 23 if congress == 89 & id == 2594 replace statecode = 23 if congress == 89 & id == 10540 replace statecode = 23 if congress == 89 & id == 10727 replace statecode = 23 if congress == 89 & id == 2605 replace statecode = 23 if congress == 89 & id == 3830 replace statecode = 23 if congress == 89 & id == 1087 replace statecode = 23 if congress == 89 & id == 10725 replace statecode = 33 if congress == 89 & id == 7671 replace statecode = 33 if congress == 89 & id == 6860 replace statecode = 33 if congress == 89 & id == 10533 replace statecode = 33 if congress == 89 & id == 5098 replace statecode = 33 if congress == 89 & id == 10585 replace statecode = 33 if congress == 89 & id == 10612 replace statecode = 33 if congress == 89 & id == 5451 replace statecode = 33 if congress == 89 & id == 789 replace statecode = 46 if congress == 89 & id == 13 replace statecode = 46 if congress == 89 & id == 10075 replace statecode = 46 if congress == 89 & id == 10162 replace statecode = 46 if congress == 89 & id == 10781 replace statecode = 46 if congress == 89 & id == 1952 replace statecode = 34 if congress == 89 & id == 5097 replace statecode = 34 if congress == 89 & id == 2275 replace statecode = 34 if congress == 89 & id == 9072 replace statecode = 34 if congress == 89 & id == 7717 replace statecode = 34 if congress == 89 & id == 835 replace statecode = 34 if congress == 89 & id == 4724 replace statecode = 34 if congress == 89 & id == 10523 replace statecode = 34 if congress == 89 & id == 10528 replace statecode = 34 if congress == 89 & id == 10740 replace statecode = 34 if congress == 89 & id == 5056 replace statecode = 64 if congress == 89 & id == 10543 replace statecode = 64 if congress == 89 & id == 10503 replace statecode = 35 if congress == 89 & id == 10708 replace statecode = 35 if congress == 89 & id == 2255 replace statecode = 35 if congress == 89 & id == 10534 replace statecode = 65 if congress == 89 & id == 433 replace statecode = 4 if congress == 89 & id == 10741 replace statecode = 4 if congress == 89 & id == 10581 replace statecode = 12 if congress == 89 & id == 1393 replace statecode = 12 if congress == 89 & id == 10750 replace statecode = 12 if congress == 89 & id == 10739 replace statecode = 12 if congress == 89 & id == 9322 replace statecode = 12 if congress == 89 & id == 3364 replace statecode = 12 if congress == 89 & id == 2804 replace statecode = 12 if congress == 89 & id == 10091 replace statecode = 12 if congress == 89 & id == 10529 replace statecode = 12 if congress == 89 & id == 10737 replace statecode = 12 if congress == 89 & id == 8010 replace statecode = 12 if congress == 89 & id == 10609 replace statecode = 12 if congress == 89 & id == 10745 replace statecode = 12 if congress == 89 & id == 3433 replace statecode = 12 if congress == 89 & id == 2329 replace statecode = 12 if congress == 89 & id == 10613 replace statecode = 66 if congress == 89 & id == 10780 replace statecode = 66 if congress == 89 & id == 6717 replace statecode = 13 if congress == 89 & id == 10545 replace statecode = 13 if congress == 89 & id == 10592 replace statecode = 13 if congress == 89 & id == 10784 replace statecode = 13 if congress == 89 & id == 10638 replace statecode = 13 if congress == 89 & id == 10775 replace statecode = 13 if congress == 89 & id == 3967 replace statecode = 13 if congress == 89 & id == 10500 replace statecode = 13 if congress == 89 & id == 10551 replace statecode = 13 if congress == 89 & id == 2476 replace statecode = 13 if congress == 89 & id == 1611 replace statecode = 13 if congress == 89 & id == 5199 replace statecode = 13 if congress == 89 & id == 5148 replace statecode = 13 if congress == 89 & id == 6792 replace statecode = 13 if congress == 89 & id == 8049 replace statecode = 13 if congress == 89 & id == 10508 replace statecode = 13 if congress == 89 & id == 10611 replace statecode = 13 if congress == 89 & id == 5678 replace statecode = 13 if congress == 89 & id == 10789 replace statecode = 13 if congress == 89 & id == 7568 replace statecode = 13 if congress == 89 & id == 3056 replace statecode = 13 if congress == 89 & id == 10555 replace statecode = 13 if congress == 89 & id == 10768 replace statecode = 13 if congress == 89 & id == 3575 replace statecode = 13 if congress == 89 & id == 10705 replace statecode = 13 if congress == 89 & id == 3158 replace statecode = 13 if congress == 89 & id == 10760 replace statecode = 13 if congress == 89 & id == 10618 replace statecode = 13 if congress == 89 & id == 10718 replace statecode = 13 if congress == 89 & id == 10764 replace statecode = 13 if congress == 89 & id == 7003 replace statecode = 13 if congress == 89 & id == 10530 replace statecode = 13 if congress == 89 & id == 10749 replace statecode = 13 if congress == 89 & id == 7467 replace statecode = 13 if congress == 89 & id == 7995 replace statecode = 13 if congress == 89 & id == 10733 replace statecode = 13 if congress == 89 & id == 9017 replace statecode = 13 if congress == 89 & id == 10596 replace statecode = 13 if congress == 89 & id == 10712 replace statecode = 13 if congress == 89 & id == 3670 replace statecode = 13 if congress == 89 & id == 10748 replace statecode = 13 if congress == 89 & id == 10771 replace statecode = 13 if congress == 89 & id == 2752 replace statecode = 47 if congress == 89 & id == 846 replace statecode = 47 if congress == 89 & id == 10788 replace statecode = 47 if congress == 89 & id == 3321 replace statecode = 47 if congress == 89 & id == 10527 replace statecode = 47 if congress == 89 & id == 2032 replace statecode = 47 if congress == 89 & id == 8311 replace statecode = 47 if congress == 89 & id == 10531 replace statecode = 47 if congress == 89 & id == 5606 replace statecode = 47 if congress == 89 & id == 5019 replace statecode = 47 if congress == 89 & id == 10574 replace statecode = 47 if congress == 89 & id == 10060 replace statecode = 47 if congress == 89 & id == 9230 replace statecode = 36 if congress == 89 & id == 10569 replace statecode = 36 if congress == 89 & id == 10762 replace statecode = 24 if congress == 89 & id == 10729 replace statecode = 24 if congress == 89 & id == 10510 replace statecode = 24 if congress == 89 & id == 10747 replace statecode = 24 if congress == 89 & id == 6204 replace statecode = 24 if congress == 89 & id == 5495 replace statecode = 24 if congress == 89 & id == 10525 replace statecode = 24 if congress == 89 & id == 1104 replace statecode = 24 if congress == 89 & id == 10786 replace statecode = 24 if congress == 89 & id == 680 replace statecode = 24 if congress == 89 & id == 267 replace statecode = 24 if congress == 89 & id == 6579 replace statecode = 24 if congress == 89 & id == 10773 replace statecode = 24 if congress == 89 & id == 2533 replace statecode = 24 if congress == 89 & id == 10539 replace statecode = 24 if congress == 89 & id == 310 replace statecode = 24 if congress == 89 & id == 8341 replace statecode = 24 if congress == 89 & id == 891 replace statecode = 24 if congress == 89 & id == 10502 replace statecode = 24 if congress == 89 & id == 4247 replace statecode = 24 if congress == 89 & id == 5301 replace statecode = 24 if congress == 89 & id == 3092 replace statecode = 24 if congress == 89 & id == 9623 replace statecode = 24 if congress == 89 & id == 837 replace statecode = 24 if congress == 89 & id == 6548 replace statecode = 24 if congress == 89 & id == 10774 replace statecode = 53 if congress == 89 & id == 590 replace statecode = 53 if congress == 89 & id == 2854 replace statecode = 53 if congress == 89 & id == 62 replace statecode = 53 if congress == 89 & id == 8866 replace statecode = 53 if congress == 89 & id == 4891 replace statecode = 53 if congress == 89 & id == 10743 replace statecode = 72 if congress == 89 & id == 10785 replace statecode = 72 if congress == 89 & id == 9551 replace statecode = 72 if congress == 89 & id == 3775 replace statecode = 72 if congress == 89 & id == 10582 replace statecode = 14 if congress == 89 & id == 465 replace statecode = 14 if congress == 89 & id == 6936 replace statecode = 14 if congress == 89 & id == 1368 replace statecode = 14 if congress == 89 & id == 9408 replace statecode = 14 if congress == 89 & id == 10591 replace statecode = 14 if congress == 89 & id == 7844 replace statecode = 14 if congress == 89 & id == 10782 replace statecode = 14 if congress == 89 & id == 2266 replace statecode = 14 if congress == 89 & id == 2298 replace statecode = 14 if congress == 89 & id == 10607 replace statecode = 14 if congress == 89 & id == 3224 replace statecode = 14 if congress == 89 & id == 9975 replace statecode = 14 if congress == 89 & id == 10557 replace statecode = 14 if congress == 89 & id == 6661 replace statecode = 14 if congress == 89 & id == 10620 replace statecode = 14 if congress == 89 & id == 5377 replace statecode = 14 if congress == 89 & id == 8268 replace statecode = 14 if congress == 89 & id == 2065 replace statecode = 14 if congress == 89 & id == 10714 replace statecode = 14 if congress == 89 & id == 4518 replace statecode = 14 if congress == 89 & id == 2513 replace statecode = 14 if congress == 89 & id == 8247 replace statecode = 14 if congress == 89 & id == 10598 replace statecode = 14 if congress == 89 & id == 10778 replace statecode = 14 if congress == 89 & id == 1763 replace statecode = 14 if congress == 89 & id == 6685 replace statecode = 14 if congress == 89 & id == 3409 replace statecode = 5 if congress == 89 & id == 10561 replace statecode = 5 if congress == 89 & id == 3246 replace statecode = 48 if congress == 89 & id == 7925 replace statecode = 48 if congress == 89 & id == 90634 replace statecode = 48 if congress == 89 & id == 2672 replace statecode = 48 if congress == 89 & id == 270 replace statecode = 48 if congress == 89 & id == 10728 replace statecode = 48 if congress == 89 & id == 6353 replace statecode = 37 if congress == 89 & id == 10548 replace statecode = 37 if congress == 89 & id == 672 replace statecode = 54 if congress == 89 & id == 10616 replace statecode = 54 if congress == 89 & id == 10719 replace statecode = 54 if congress == 89 & id == 10571 replace statecode = 54 if congress == 89 & id == 3034 replace statecode = 54 if congress == 89 & id == 10586 replace statecode = 54 if congress == 89 & id == 10701 replace statecode = 54 if congress == 89 & id == 6826 replace statecode = 54 if congress == 89 & id == 3028 replace statecode = 54 if congress == 89 & id == 10731 replace statecode = 49 if congress == 89 & id == 7232 replace statecode = 49 if congress == 89 & id == 1077 replace statecode = 49 if congress == 89 & id == 567 replace statecode = 49 if congress == 89 & id == 10550 replace statecode = 49 if congress == 89 & id == 10707 replace statecode = 49 if congress == 89 & id == 9241 replace statecode = 49 if congress == 89 & id == 2700 replace statecode = 49 if congress == 89 & id == 9284 replace statecode = 49 if congress == 89 & id == 10792 replace statecode = 49 if congress == 89 & id == 9320 replace statecode = 49 if congress == 89 & id == 10614 replace statecode = 49 if congress == 89 & id == 7498 replace statecode = 49 if congress == 89 & id == 10391 replace statecode = 49 if congress == 89 & id == 10546 replace statecode = 49 if congress == 89 & id == 10446 replace statecode = 49 if congress == 89 & id == 10716 replace statecode = 49 if congress == 89 & id == 10783 replace statecode = 49 if congress == 89 & id == 1282 replace statecode = 49 if congress == 89 & id == 8035 replace statecode = 49 if congress == 89 & id == 5924 replace statecode = 49 if congress == 89 & id == 10520 replace statecode = 49 if congress == 89 & id == 3171 replace statecode = 49 if congress == 89 & id == 1577 replace statecode = 49 if congress == 89 & id == 10615 replace statecode = 67 if congress == 89 & id == 10576 replace statecode = 67 if congress == 89 & id == 5258 replace statecode = 6 if congress == 89 & id == 10562 replace statecode = 40 if congress == 89 & id == 2706 replace statecode = 40 if congress == 89 & id == 4064 replace statecode = 40 if congress == 89 & id == 10767 replace statecode = 40 if congress == 89 & id == 2 replace statecode = 40 if congress == 89 & id == 9494 replace statecode = 40 if congress == 89 & id == 7500 replace statecode = 40 if congress == 89 & id == 10603 replace statecode = 40 if congress == 89 & id == 8636 replace statecode = 40 if congress == 89 & id == 4927 replace statecode = 40 if congress == 89 & id == 1154 replace statecode = 73 if congress == 89 & id == 7313 replace statecode = 73 if congress == 89 & id == 10756 replace statecode = 73 if congress == 89 & id == 4043 replace statecode = 73 if congress == 89 & id == 6101 replace statecode = 73 if congress == 89 & id == 10726 replace statecode = 73 if congress == 89 & id == 10738 replace statecode = 73 if congress == 89 & id == 10700 replace statecode = 56 if congress == 89 & id == 6626 replace statecode = 56 if congress == 89 & id == 8824 replace statecode = 56 if congress == 89 & id == 8564 replace statecode = 56 if congress == 89 & id == 4276 replace statecode = 56 if congress == 89 & id == 10744 replace statecode = 25 if congress == 89 & id == 10772 replace statecode = 25 if congress == 89 & id == 5101 replace statecode = 25 if congress == 89 & id == 10564 replace statecode = 25 if congress == 89 & id == 10463 replace statecode = 25 if congress == 89 & id == 7824 replace statecode = 25 if congress == 89 & id == 10761 replace statecode = 25 if congress == 89 & id == 5410 replace statecode = 25 if congress == 89 & id == 1371 replace statecode = 25 if congress == 89 & id == 2383 replace statecode = 25 if congress == 89 & id == 7046 replace statecode = 68 if congress == 89 & id == 10766 replace statecode = 99 if congress == 90 & id == 99903 replace statecode = 41 if congress == 90 & id == 10721 replace statecode = 41 if congress == 90 & id == 10717 replace statecode = 41 if congress == 90 & id == 195 replace statecode = 41 if congress == 90 & id == 11037 replace statecode = 41 if congress == 90 & id == 8353 replace statecode = 41 if congress == 90 & id == 10706 replace statecode = 41 if congress == 90 & id == 11000 replace statecode = 41 if congress == 90 & id == 5058 replace statecode = 81 if congress == 90 & id == 11039 replace statecode = 61 if congress == 90 & id == 7845 replace statecode = 61 if congress == 90 & id == 10566 replace statecode = 61 if congress == 90 & id == 11050 replace statecode = 42 if congress == 90 & id == 3506 replace statecode = 42 if congress == 90 & id == 6532 replace statecode = 42 if congress == 90 & id == 11020 replace statecode = 42 if congress == 90 & id == 10791 replace statecode = 71 if congress == 90 & id == 10579 replace statecode = 71 if congress == 90 & id == 4957 replace statecode = 71 if congress == 90 & id == 6756 replace statecode = 71 if congress == 90 & id == 10599 replace statecode = 71 if congress == 90 & id == 10577 replace statecode = 71 if congress == 90 & id == 5929 replace statecode = 71 if congress == 90 & id == 1911 replace statecode = 71 if congress == 90 & id == 6483 replace statecode = 71 if congress == 90 & id == 10583 replace statecode = 71 if congress == 90 & id == 3867 replace statecode = 71 if congress == 90 & id == 10461 replace statecode = 71 if congress == 90 & id == 11063 replace statecode = 71 if congress == 90 & id == 10631 replace statecode = 71 if congress == 90 & id == 9240 replace statecode = 71 if congress == 90 & id == 10793 replace statecode = 71 if congress == 90 & id == 6240 replace statecode = 71 if congress == 90 & id == 8549 replace statecode = 71 if congress == 90 & id == 5255 replace statecode = 71 if congress == 90 & id == 11031 replace statecode = 71 if congress == 90 & id == 4514 replace statecode = 71 if congress == 90 & id == 8628 replace statecode = 71 if congress == 90 & id == 10595 replace statecode = 71 if congress == 90 & id == 10511 replace statecode = 71 if congress == 90 & id == 10580 replace statecode = 71 if congress == 90 & id == 5694 replace statecode = 71 if congress == 90 & id == 11055 replace statecode = 71 if congress == 90 & id == 10790 replace statecode = 71 if congress == 90 & id == 10763 replace statecode = 71 if congress == 90 & id == 10505 replace statecode = 71 if congress == 90 & id == 10573 replace statecode = 71 if congress == 90 & id == 10621 replace statecode = 71 if congress == 90 & id == 10640 replace statecode = 71 if congress == 90 & id == 4592 replace statecode = 71 if congress == 90 & id == 11038 replace statecode = 71 if congress == 90 & id == 10594 replace statecode = 71 if congress == 90 & id == 9578 replace statecode = 71 if congress == 90 & id == 10249 replace statecode = 71 if congress == 90 & id == 10633 replace statecode = 71 if congress == 90 & id == 10777 replace statecode = 62 if congress == 90 & id == 8021 replace statecode = 62 if congress == 90 & id == 10572 replace statecode = 62 if congress == 90 & id == 10723 replace statecode = 62 if congress == 90 & id == 275 replace statecode = 1 if congress == 90 & id == 2295 replace statecode = 1 if congress == 90 & id == 10627 replace statecode = 1 if congress == 90 & id == 3553 replace statecode = 1 if congress == 90 & id == 4824 replace statecode = 1 if congress == 90 & id == 6586 replace statecode = 1 if congress == 90 & id == 11033 replace statecode = 11 if congress == 90 & id == 11044 replace statecode = 43 if congress == 90 & id == 8507 replace statecode = 43 if congress == 90 & id == 10587 replace statecode = 43 if congress == 90 & id == 633 replace statecode = 43 if congress == 90 & id == 4354 replace statecode = 43 if congress == 90 & id == 10593 replace statecode = 43 if congress == 90 & id == 10588 replace statecode = 43 if congress == 90 & id == 3929 replace statecode = 43 if congress == 90 & id == 2143 replace statecode = 43 if congress == 90 & id == 8032 replace statecode = 43 if congress == 90 & id == 11007 replace statecode = 43 if congress == 90 & id == 7333 replace statecode = 43 if congress == 90 & id == 3078 replace statecode = 44 if congress == 90 & id == 10522 replace statecode = 44 if congress == 90 & id == 10759 replace statecode = 44 if congress == 90 & id == 11005 replace statecode = 44 if congress == 90 & id == 11002 replace statecode = 44 if congress == 90 & id == 11053 replace statecode = 44 if congress == 90 & id == 3242 replace statecode = 44 if congress == 90 & id == 10512 replace statecode = 44 if congress == 90 & id == 11052 replace statecode = 44 if congress == 90 & id == 5436 replace statecode = 44 if congress == 90 & id == 10563 replace statecode = 82 if congress == 90 & id == 10757 replace statecode = 82 if congress == 90 & id == 10605 replace statecode = 63 if congress == 90 & id == 11029 replace statecode = 63 if congress == 90 & id == 10734 replace statecode = 21 if congress == 90 & id == 2433 replace statecode = 21 if congress == 90 & id == 7041 replace statecode = 21 if congress == 90 & id == 6816 replace statecode = 21 if congress == 90 & id == 2525 replace statecode = 21 if congress == 90 & id == 5326 replace statecode = 21 if congress == 90 & id == 10765 replace statecode = 21 if congress == 90 & id == 10703 replace statecode = 21 if congress == 90 & id == 8080 replace statecode = 21 if congress == 90 & id == 10421 replace statecode = 21 if congress == 90 & id == 1941 replace statecode = 21 if congress == 90 & id == 7642 replace statecode = 21 if congress == 90 & id == 10606 replace statecode = 21 if congress == 90 & id == 10622 replace statecode = 21 if congress == 90 & id == 10722 replace statecode = 21 if congress == 90 & id == 10617 replace statecode = 21 if congress == 90 & id == 10501 replace statecode = 21 if congress == 90 & id == 226 replace statecode = 21 if congress == 90 & id == 6455 replace statecode = 21 if congress == 90 & id == 11041 replace statecode = 21 if congress == 90 & id == 10517 replace statecode = 21 if congress == 90 & id == 3769 replace statecode = 21 if congress == 90 & id == 8814 replace statecode = 21 if congress == 90 & id == 8474 replace statecode = 21 if congress == 90 & id == 7610 replace statecode = 22 if congress == 90 & id == 5900 replace statecode = 22 if congress == 90 & id == 3963 replace statecode = 22 if congress == 90 & id == 948 replace statecode = 22 if congress == 90 & id == 18 replace statecode = 22 if congress == 90 & id == 8084 replace statecode = 22 if congress == 90 & id == 986 replace statecode = 22 if congress == 90 & id == 11036 replace statecode = 22 if congress == 90 & id == 11059 replace statecode = 22 if congress == 90 & id == 10732 replace statecode = 22 if congress == 90 & id == 10552 replace statecode = 22 if congress == 90 & id == 10742 replace statecode = 31 if congress == 90 & id == 8288 replace statecode = 31 if congress == 90 & id == 10715 replace statecode = 31 if congress == 90 & id == 3853 replace statecode = 31 if congress == 90 & id == 5385 replace statecode = 31 if congress == 90 & id == 8672 replace statecode = 31 if congress == 90 & id == 11032 replace statecode = 31 if congress == 90 & id == 11047 replace statecode = 32 if congress == 90 & id == 10513 replace statecode = 32 if congress == 90 & id == 10758 replace statecode = 32 if congress == 90 & id == 11057 replace statecode = 32 if congress == 90 & id == 10559 replace statecode = 32 if congress == 90 & id == 10625 replace statecode = 51 if congress == 90 & id == 9056 replace statecode = 51 if congress == 90 & id == 6845 replace statecode = 51 if congress == 90 & id == 11010 replace statecode = 51 if congress == 90 & id == 10626 replace statecode = 51 if congress == 90 & id == 10710 replace statecode = 51 if congress == 90 & id == 9882 replace statecode = 51 if congress == 90 & id == 7343 replace statecode = 45 if congress == 90 & id == 4275 replace statecode = 45 if congress == 90 & id == 824 replace statecode = 45 if congress == 90 & id == 10201 replace statecode = 45 if congress == 90 & id == 10567 replace statecode = 45 if congress == 90 & id == 7228 replace statecode = 45 if congress == 90 & id == 11042 replace statecode = 45 if congress == 90 & id == 10787 replace statecode = 45 if congress == 90 & id == 10746 replace statecode = 2 if congress == 90 & id == 11027 replace statecode = 2 if congress == 90 & id == 10736 replace statecode = 52 if congress == 90 & id == 10610 replace statecode = 52 if congress == 90 & id == 10601 replace statecode = 52 if congress == 90 & id == 3480 replace statecode = 52 if congress == 90 & id == 3054 replace statecode = 52 if congress == 90 & id == 10752 replace statecode = 52 if congress == 90 & id == 10535 replace statecode = 52 if congress == 90 & id == 3374 replace statecode = 52 if congress == 90 & id == 11019 replace statecode = 3 if congress == 90 & id == 2009 replace statecode = 3 if congress == 90 & id == 830 replace statecode = 3 if congress == 90 & id == 7408 replace statecode = 3 if congress == 90 & id == 2660 replace statecode = 3 if congress == 90 & id == 10538 replace statecode = 3 if congress == 90 & id == 518 replace statecode = 3 if congress == 90 & id == 5873 replace statecode = 3 if congress == 90 & id == 7081 replace statecode = 3 if congress == 90 & id == 6177 replace statecode = 3 if congress == 90 & id == 11021 replace statecode = 3 if congress == 90 & id == 1265 replace statecode = 3 if congress == 90 & id == 5131 replace statecode = 23 if congress == 90 & id == 10713 replace statecode = 23 if congress == 90 & id == 11015 replace statecode = 23 if congress == 90 & id == 11006 replace statecode = 23 if congress == 90 & id == 10597 replace statecode = 23 if congress == 90 & id == 3268 replace statecode = 23 if congress == 90 & id == 1620 replace statecode = 23 if congress == 90 & id == 91043 replace statecode = 23 if congress == 90 & id == 10526 replace statecode = 23 if congress == 90 & id == 10794 replace statecode = 23 if congress == 90 & id == 1610 replace statecode = 23 if congress == 90 & id == 11045 replace statecode = 23 if congress == 90 & id == 7043 replace statecode = 23 if congress == 90 & id == 2594 replace statecode = 23 if congress == 90 & id == 10540 replace statecode = 23 if congress == 90 & id == 10727 replace statecode = 23 if congress == 90 & id == 2605 replace statecode = 23 if congress == 90 & id == 3830 replace statecode = 23 if congress == 90 & id == 1087 replace statecode = 23 if congress == 90 & id == 11030 replace statecode = 33 if congress == 90 & id == 7671 replace statecode = 33 if congress == 90 & id == 6860 replace statecode = 33 if congress == 90 & id == 10533 replace statecode = 33 if congress == 90 & id == 5098 replace statecode = 33 if congress == 90 & id == 10585 replace statecode = 33 if congress == 90 & id == 11060 replace statecode = 33 if congress == 90 & id == 5451 replace statecode = 33 if congress == 90 & id == 789 replace statecode = 46 if congress == 90 & id == 13 replace statecode = 46 if congress == 90 & id == 10075 replace statecode = 46 if congress == 90 & id == 10162 replace statecode = 46 if congress == 90 & id == 11065 replace statecode = 46 if congress == 90 & id == 11035 replace statecode = 46 if congress == 90 & id == 1952 replace statecode = 34 if congress == 90 & id == 5097 replace statecode = 34 if congress == 90 & id == 2275 replace statecode = 34 if congress == 90 & id == 9072 replace statecode = 34 if congress == 90 & id == 7717 replace statecode = 34 if congress == 90 & id == 835 replace statecode = 34 if congress == 90 & id == 4724 replace statecode = 34 if congress == 90 & id == 10523 replace statecode = 34 if congress == 90 & id == 10528 replace statecode = 34 if congress == 90 & id == 10740 replace statecode = 34 if congress == 90 & id == 5056 replace statecode = 64 if congress == 90 & id == 10543 replace statecode = 64 if congress == 90 & id == 10503 replace statecode = 35 if congress == 90 & id == 11012 replace statecode = 35 if congress == 90 & id == 2255 replace statecode = 35 if congress == 90 & id == 10534 replace statecode = 65 if congress == 90 & id == 433 replace statecode = 4 if congress == 90 & id == 10639 replace statecode = 4 if congress == 90 & id == 10581 replace statecode = 12 if congress == 90 & id == 11022 replace statecode = 12 if congress == 90 & id == 11046 replace statecode = 12 if congress == 90 & id == 10739 replace statecode = 12 if congress == 90 & id == 9322 replace statecode = 12 if congress == 90 & id == 3364 replace statecode = 12 if congress == 90 & id == 1393 replace statecode = 12 if congress == 90 & id == 10091 replace statecode = 12 if congress == 90 & id == 10529 replace statecode = 12 if congress == 90 & id == 10737 replace statecode = 12 if congress == 90 & id == 8010 replace statecode = 12 if congress == 90 & id == 10609 replace statecode = 12 if congress == 90 & id == 2804 replace statecode = 12 if congress == 90 & id == 3433 replace statecode = 12 if congress == 90 & id == 2329 replace statecode = 12 if congress == 90 & id == 10613 replace statecode = 66 if congress == 90 & id == 6717 replace statecode = 66 if congress == 90 & id == 10780 replace statecode = 13 if congress == 90 & id == 10545 replace statecode = 13 if congress == 90 & id == 10592 replace statecode = 13 if congress == 90 & id == 10784 replace statecode = 13 if congress == 90 & id == 10638 replace statecode = 13 if congress == 90 & id == 10775 replace statecode = 13 if congress == 90 & id == 3967 replace statecode = 13 if congress == 90 & id == 10500 replace statecode = 13 if congress == 90 & id == 10551 replace statecode = 13 if congress == 90 & id == 2476 replace statecode = 13 if congress == 90 & id == 1611 replace statecode = 13 if congress == 90 & id == 11004 replace statecode = 13 if congress == 90 & id == 5148 replace statecode = 13 if congress == 90 & id == 6792 replace statecode = 13 if congress == 90 & id == 11064 replace statecode = 13 if congress == 90 & id == 8049 replace statecode = 13 if congress == 90 & id == 10508 replace statecode = 13 if congress == 90 & id == 10611 replace statecode = 13 if congress == 90 & id == 10789 replace statecode = 13 if congress == 90 & id == 3056 replace statecode = 13 if congress == 90 & id == 10555 replace statecode = 13 if congress == 90 & id == 10768 replace statecode = 13 if congress == 90 & id == 3575 replace statecode = 13 if congress == 90 & id == 10705 replace statecode = 13 if congress == 90 & id == 3158 replace statecode = 13 if congress == 90 & id == 10760 replace statecode = 13 if congress == 90 & id == 10618 replace statecode = 13 if congress == 90 & id == 10718 replace statecode = 13 if congress == 90 & id == 10764 replace statecode = 13 if congress == 90 & id == 11009 replace statecode = 13 if congress == 90 & id == 10530 replace statecode = 13 if congress == 90 & id == 10749 replace statecode = 13 if congress == 90 & id == 7467 replace statecode = 13 if congress == 90 & id == 7995 replace statecode = 13 if congress == 90 & id == 10733 replace statecode = 13 if congress == 90 & id == 9017 replace statecode = 13 if congress == 90 & id == 10596 replace statecode = 13 if congress == 90 & id == 10712 replace statecode = 13 if congress == 90 & id == 3670 replace statecode = 13 if congress == 90 & id == 10748 replace statecode = 13 if congress == 90 & id == 10771 replace statecode = 13 if congress == 90 & id == 2752 replace statecode = 47 if congress == 90 & id == 10788 replace statecode = 47 if congress == 90 & id == 3321 replace statecode = 47 if congress == 90 & id == 10527 replace statecode = 47 if congress == 90 & id == 11018 replace statecode = 47 if congress == 90 & id == 11017 replace statecode = 47 if congress == 90 & id == 10531 replace statecode = 47 if congress == 90 & id == 5606 replace statecode = 47 if congress == 90 & id == 5019 replace statecode = 47 if congress == 90 & id == 10574 replace statecode = 47 if congress == 90 & id == 10060 replace statecode = 47 if congress == 90 & id == 9230 replace statecode = 36 if congress == 90 & id == 10569 replace statecode = 36 if congress == 90 & id == 11024 replace statecode = 24 if congress == 90 & id == 10630 replace statecode = 24 if congress == 90 & id == 10510 replace statecode = 24 if congress == 90 & id == 11054 replace statecode = 24 if congress == 90 & id == 6204 replace statecode = 24 if congress == 90 & id == 5495 replace statecode = 24 if congress == 90 & id == 10525 replace statecode = 24 if congress == 90 & id == 10786 replace statecode = 24 if congress == 90 & id == 680 replace statecode = 24 if congress == 90 & id == 267 replace statecode = 24 if congress == 90 & id == 11034 replace statecode = 24 if congress == 90 & id == 10773 replace statecode = 24 if congress == 90 & id == 2533 replace statecode = 24 if congress == 90 & id == 10539 replace statecode = 24 if congress == 90 & id == 310 replace statecode = 24 if congress == 90 & id == 11058 replace statecode = 24 if congress == 90 & id == 891 replace statecode = 24 if congress == 90 & id == 10502 replace statecode = 24 if congress == 90 & id == 4247 replace statecode = 24 if congress == 90 & id == 5301 replace statecode = 24 if congress == 90 & id == 3092 replace statecode = 24 if congress == 90 & id == 9623 replace statecode = 24 if congress == 90 & id == 837 replace statecode = 24 if congress == 90 & id == 6548 replace statecode = 24 if congress == 90 & id == 11028 replace statecode = 53 if congress == 90 & id == 590 replace statecode = 53 if congress == 90 & id == 2854 replace statecode = 53 if congress == 90 & id == 62 replace statecode = 53 if congress == 90 & id == 8866 replace statecode = 53 if congress == 90 & id == 4891 replace statecode = 53 if congress == 90 & id == 11049 replace statecode = 72 if congress == 90 & id == 10785 replace statecode = 72 if congress == 90 & id == 9551 replace statecode = 72 if congress == 90 & id == 3775 replace statecode = 72 if congress == 90 & id == 11011 replace statecode = 14 if congress == 90 & id == 465 replace statecode = 14 if congress == 90 & id == 6936 replace statecode = 14 if congress == 90 & id == 1368 replace statecode = 14 if congress == 90 & id == 11014 replace statecode = 14 if congress == 90 & id == 10591 replace statecode = 14 if congress == 90 & id == 7844 replace statecode = 14 if congress == 90 & id == 11056 replace statecode = 14 if congress == 90 & id == 11001 replace statecode = 14 if congress == 90 & id == 10782 replace statecode = 14 if congress == 90 & id == 10607 replace statecode = 14 if congress == 90 & id == 3224 replace statecode = 14 if congress == 90 & id == 9975 replace statecode = 14 if congress == 90 & id == 10557 replace statecode = 14 if congress == 90 & id == 6661 replace statecode = 14 if congress == 90 & id == 10620 replace statecode = 14 if congress == 90 & id == 11016 replace statecode = 14 if congress == 90 & id == 8268 replace statecode = 14 if congress == 90 & id == 2065 replace statecode = 14 if congress == 90 & id == 10521 replace statecode = 14 if congress == 90 & id == 4518 replace statecode = 14 if congress == 90 & id == 2513 replace statecode = 14 if congress == 90 & id == 8247 replace statecode = 14 if congress == 90 & id == 10598 replace statecode = 14 if congress == 90 & id == 10778 replace statecode = 14 if congress == 90 & id == 1763 replace statecode = 14 if congress == 90 & id == 6685 replace statecode = 14 if congress == 90 & id == 3409 replace statecode = 5 if congress == 90 & id == 10561 replace statecode = 5 if congress == 90 & id == 11061 replace statecode = 5 if congress == 90 & id == 3246 replace statecode = 48 if congress == 90 & id == 7925 replace statecode = 48 if congress == 90 & id == 10634 replace statecode = 48 if congress == 90 & id == 2672 replace statecode = 48 if congress == 90 & id == 270 replace statecode = 48 if congress == 90 & id == 10728 replace statecode = 48 if congress == 90 & id == 6353 replace statecode = 37 if congress == 90 & id == 10548 replace statecode = 37 if congress == 90 & id == 672 replace statecode = 54 if congress == 90 & id == 10616 replace statecode = 54 if congress == 90 & id == 10719 replace statecode = 54 if congress == 90 & id == 10571 replace statecode = 54 if congress == 90 & id == 3034 replace statecode = 54 if congress == 90 & id == 10586 replace statecode = 54 if congress == 90 & id == 10701 replace statecode = 54 if congress == 90 & id == 11003 replace statecode = 54 if congress == 90 & id == 3028 replace statecode = 54 if congress == 90 & id == 11025 replace statecode = 49 if congress == 90 & id == 7232 replace statecode = 49 if congress == 90 & id == 2700 replace statecode = 49 if congress == 90 & id == 10615 replace statecode = 49 if congress == 90 & id == 11066 replace statecode = 49 if congress == 90 & id == 10550 replace statecode = 49 if congress == 90 & id == 10707 replace statecode = 49 if congress == 90 & id == 9241 replace statecode = 49 if congress == 90 & id == 11008 replace statecode = 49 if congress == 90 & id == 11013 replace statecode = 49 if congress == 90 & id == 1077 replace statecode = 49 if congress == 90 & id == 10614 replace statecode = 49 if congress == 90 & id == 7498 replace statecode = 49 if congress == 90 & id == 10391 replace statecode = 49 if congress == 90 & id == 10546 replace statecode = 49 if congress == 90 & id == 10446 replace statecode = 49 if congress == 90 & id == 10716 replace statecode = 49 if congress == 90 & id == 10783 replace statecode = 49 if congress == 90 & id == 1282 replace statecode = 49 if congress == 90 & id == 11062 replace statecode = 49 if congress == 90 & id == 5924 replace statecode = 49 if congress == 90 & id == 10520 replace statecode = 49 if congress == 90 & id == 3171 replace statecode = 49 if congress == 90 & id == 1577 replace statecode = 49 if congress == 90 & id == 11023 replace statecode = 67 if congress == 90 & id == 10576 replace statecode = 67 if congress == 90 & id == 10600 replace statecode = 6 if congress == 90 & id == 10562 replace statecode = 40 if congress == 90 & id == 2706 replace statecode = 40 if congress == 90 & id == 4064 replace statecode = 40 if congress == 90 & id == 10767 replace statecode = 40 if congress == 90 & id == 2 replace statecode = 40 if congress == 90 & id == 9494 replace statecode = 40 if congress == 90 & id == 7500 replace statecode = 40 if congress == 90 & id == 10603 replace statecode = 40 if congress == 90 & id == 11048 replace statecode = 40 if congress == 90 & id == 9802 replace statecode = 40 if congress == 90 & id == 1154 replace statecode = 73 if congress == 90 & id == 7313 replace statecode = 73 if congress == 90 & id == 10756 replace statecode = 73 if congress == 90 & id == 4043 replace statecode = 73 if congress == 90 & id == 6101 replace statecode = 73 if congress == 90 & id == 10726 replace statecode = 73 if congress == 90 & id == 10738 replace statecode = 73 if congress == 90 & id == 10700 replace statecode = 56 if congress == 90 & id == 6626 replace statecode = 56 if congress == 90 & id == 8824 replace statecode = 56 if congress == 90 & id == 8564 replace statecode = 56 if congress == 90 & id == 4276 replace statecode = 56 if congress == 90 & id == 10744 replace statecode = 25 if congress == 90 & id == 10556 replace statecode = 25 if congress == 90 & id == 5101 replace statecode = 25 if congress == 90 & id == 10564 replace statecode = 25 if congress == 90 & id == 10463 replace statecode = 25 if congress == 90 & id == 7824 replace statecode = 25 if congress == 90 & id == 11051 replace statecode = 25 if congress == 90 & id == 5410 replace statecode = 25 if congress == 90 & id == 1371 replace statecode = 25 if congress == 90 & id == 2383 replace statecode = 25 if congress == 90 & id == 7046 replace statecode = 68 if congress == 90 & id == 4139 replace statecode = 99 if congress == 91 & id == 99904 replace statecode = 41 if congress == 91 & id == 10721 replace statecode = 41 if congress == 91 & id == 10717 replace statecode = 41 if congress == 91 & id == 195 replace statecode = 41 if congress == 91 & id == 11037 replace statecode = 41 if congress == 91 & id == 12014 replace statecode = 41 if congress == 91 & id == 10706 replace statecode = 41 if congress == 91 & id == 11000 replace statecode = 41 if congress == 91 & id == 5058 replace statecode = 81 if congress == 91 & id == 11039 replace statecode = 61 if congress == 91 & id == 7845 replace statecode = 61 if congress == 91 & id == 10566 replace statecode = 61 if congress == 91 & id == 11050 replace statecode = 42 if congress == 91 & id == 12000 replace statecode = 42 if congress == 91 & id == 6532 replace statecode = 42 if congress == 91 & id == 11020 replace statecode = 42 if congress == 91 & id == 10791 replace statecode = 71 if congress == 91 & id == 10579 replace statecode = 71 if congress == 91 & id == 4957 replace statecode = 71 if congress == 91 & id == 6756 replace statecode = 71 if congress == 91 & id == 10599 replace statecode = 71 if congress == 91 & id == 10577 replace statecode = 71 if congress == 91 & id == 5929 replace statecode = 71 if congress == 91 & id == 1911 replace statecode = 71 if congress == 91 & id == 6483 replace statecode = 71 if congress == 91 & id == 10583 replace statecode = 71 if congress == 91 & id == 3867 replace statecode = 71 if congress == 91 & id == 11063 replace statecode = 71 if congress == 91 & id == 10631 replace statecode = 71 if congress == 91 & id == 9240 replace statecode = 71 if congress == 91 & id == 10793 replace statecode = 71 if congress == 91 & id == 6240 replace statecode = 71 if congress == 91 & id == 8549 replace statecode = 71 if congress == 91 & id == 12001 replace statecode = 71 if congress == 91 & id == 11031 replace statecode = 71 if congress == 91 & id == 4514 replace statecode = 71 if congress == 91 & id == 8628 replace statecode = 71 if congress == 91 & id == 10595 replace statecode = 71 if congress == 91 & id == 10511 replace statecode = 71 if congress == 91 & id == 10580 replace statecode = 71 if congress == 91 & id == 5694 replace statecode = 71 if congress == 91 & id == 10553 replace statecode = 71 if congress == 91 & id == 11055 replace statecode = 71 if congress == 91 & id == 10790 replace statecode = 71 if congress == 91 & id == 10763 replace statecode = 71 if congress == 91 & id == 12037 replace statecode = 71 if congress == 91 & id == 10505 replace statecode = 71 if congress == 91 & id == 10573 replace statecode = 71 if congress == 91 & id == 10621 replace statecode = 71 if congress == 91 & id == 10640 replace statecode = 71 if congress == 91 & id == 4592 replace statecode = 71 if congress == 91 & id == 11038 replace statecode = 71 if congress == 91 & id == 10594 replace statecode = 71 if congress == 91 & id == 9578 replace statecode = 71 if congress == 91 & id == 12043 replace statecode = 71 if congress == 91 & id == 10249 replace statecode = 71 if congress == 91 & id == 10633 replace statecode = 71 if congress == 91 & id == 10777 replace statecode = 62 if congress == 91 & id == 8021 replace statecode = 62 if congress == 91 & id == 10572 replace statecode = 62 if congress == 91 & id == 10723 replace statecode = 62 if congress == 91 & id == 275 replace statecode = 1 if congress == 91 & id == 2295 replace statecode = 1 if congress == 91 & id == 10627 replace statecode = 1 if congress == 91 & id == 12047 replace statecode = 1 if congress == 91 & id == 3553 replace statecode = 1 if congress == 91 & id == 12032 replace statecode = 1 if congress == 91 & id == 6586 replace statecode = 1 if congress == 91 & id == 11033 replace statecode = 11 if congress == 91 & id == 11044 replace statecode = 43 if congress == 91 & id == 8507 replace statecode = 43 if congress == 91 & id == 10587 replace statecode = 43 if congress == 91 & id == 633 replace statecode = 43 if congress == 91 & id == 12007 replace statecode = 43 if congress == 91 & id == 12015 replace statecode = 43 if congress == 91 & id == 10588 replace statecode = 43 if congress == 91 & id == 3929 replace statecode = 43 if congress == 91 & id == 2143 replace statecode = 43 if congress == 91 & id == 8032 replace statecode = 43 if congress == 91 & id == 11007 replace statecode = 43 if congress == 91 & id == 7333 replace statecode = 43 if congress == 91 & id == 3078 replace statecode = 44 if congress == 91 & id == 10522 replace statecode = 44 if congress == 91 & id == 10759 replace statecode = 44 if congress == 91 & id == 11005 replace statecode = 44 if congress == 91 & id == 11002 replace statecode = 44 if congress == 91 & id == 11053 replace statecode = 44 if congress == 91 & id == 3242 replace statecode = 44 if congress == 91 & id == 10512 replace statecode = 44 if congress == 91 & id == 11052 replace statecode = 44 if congress == 91 & id == 5436 replace statecode = 44 if congress == 91 & id == 10563 replace statecode = 82 if congress == 91 & id == 10605 replace statecode = 82 if congress == 91 & id == 10757 replace statecode = 63 if congress == 91 & id == 11029 replace statecode = 63 if congress == 91 & id == 12016 replace statecode = 21 if congress == 91 & id == 2433 replace statecode = 21 if congress == 91 & id == 12025 replace statecode = 21 if congress == 91 & id == 6816 replace statecode = 21 if congress == 91 & id == 2525 replace statecode = 21 if congress == 91 & id == 5326 replace statecode = 21 if congress == 91 & id == 10765 replace statecode = 21 if congress == 91 & id == 12045 replace statecode = 21 if congress == 91 & id == 10703 replace statecode = 21 if congress == 91 & id == 8080 replace statecode = 21 if congress == 91 & id == 10421 replace statecode = 21 if congress == 91 & id == 1941 replace statecode = 21 if congress == 91 & id == 7642 replace statecode = 21 if congress == 91 & id == 10606 replace statecode = 21 if congress == 91 & id == 10622 replace statecode = 21 if congress == 91 & id == 12041 replace statecode = 21 if congress == 91 & id == 10722 replace statecode = 21 if congress == 91 & id == 10617 replace statecode = 21 if congress == 91 & id == 10501 replace statecode = 21 if congress == 91 & id == 226 replace statecode = 21 if congress == 91 & id == 6455 replace statecode = 21 if congress == 91 & id == 11041 replace statecode = 21 if congress == 91 & id == 10517 replace statecode = 21 if congress == 91 & id == 3769 replace statecode = 21 if congress == 91 & id == 8814 replace statecode = 21 if congress == 91 & id == 8474 replace statecode = 21 if congress == 91 & id == 7610 replace statecode = 22 if congress == 91 & id == 5900 replace statecode = 22 if congress == 91 & id == 12020 replace statecode = 22 if congress == 91 & id == 948 replace statecode = 22 if congress == 91 & id == 18 replace statecode = 22 if congress == 91 & id == 10552 replace statecode = 22 if congress == 91 & id == 986 replace statecode = 22 if congress == 91 & id == 11036 replace statecode = 22 if congress == 91 & id == 11059 replace statecode = 22 if congress == 91 & id == 10732 replace statecode = 22 if congress == 91 & id == 12012 replace statecode = 22 if congress == 91 & id == 10742 replace statecode = 31 if congress == 91 & id == 8288 replace statecode = 31 if congress == 91 & id == 10715 replace statecode = 31 if congress == 91 & id == 3853 replace statecode = 31 if congress == 91 & id == 5385 replace statecode = 31 if congress == 91 & id == 8672 replace statecode = 31 if congress == 91 & id == 11032 replace statecode = 31 if congress == 91 & id == 11047 replace statecode = 32 if congress == 91 & id == 12029 replace statecode = 32 if congress == 91 & id == 10758 replace statecode = 32 if congress == 91 & id == 11057 replace statecode = 32 if congress == 91 & id == 10559 replace statecode = 32 if congress == 91 & id == 10625 replace statecode = 51 if congress == 91 & id == 9056 replace statecode = 51 if congress == 91 & id == 6845 replace statecode = 51 if congress == 91 & id == 11010 replace statecode = 51 if congress == 91 & id == 10626 replace statecode = 51 if congress == 91 & id == 10710 replace statecode = 51 if congress == 91 & id == 9882 replace statecode = 51 if congress == 91 & id == 7343 replace statecode = 45 if congress == 91 & id == 4275 replace statecode = 45 if congress == 91 & id == 824 replace statecode = 45 if congress == 91 & id == 12005 replace statecode = 45 if congress == 91 & id == 10567 replace statecode = 45 if congress == 91 & id == 7228 replace statecode = 45 if congress == 91 & id == 11042 replace statecode = 45 if congress == 91 & id == 10787 replace statecode = 45 if congress == 91 & id == 10746 replace statecode = 2 if congress == 91 & id == 11027 replace statecode = 2 if congress == 91 & id == 10736 replace statecode = 52 if congress == 91 & id == 10610 replace statecode = 52 if congress == 91 & id == 10601 replace statecode = 52 if congress == 91 & id == 3480 replace statecode = 52 if congress == 91 & id == 3054 replace statecode = 52 if congress == 91 & id == 12018 replace statecode = 52 if congress == 91 & id == 12002 replace statecode = 52 if congress == 91 & id == 3374 replace statecode = 52 if congress == 91 & id == 11019 replace statecode = 3 if congress == 91 & id == 2009 replace statecode = 3 if congress == 91 & id == 830 replace statecode = 3 if congress == 91 & id == 7408 replace statecode = 3 if congress == 91 & id == 2660 replace statecode = 3 if congress == 91 & id == 10538 replace statecode = 3 if congress == 91 & id == 518 replace statecode = 3 if congress == 91 & id == 12040 replace statecode = 3 if congress == 91 & id == 5873 replace statecode = 3 if congress == 91 & id == 7081 replace statecode = 3 if congress == 91 & id == 6177 replace statecode = 3 if congress == 91 & id == 11021 replace statecode = 3 if congress == 91 & id == 1265 replace statecode = 3 if congress == 91 & id == 5131 replace statecode = 23 if congress == 91 & id == 10713 replace statecode = 23 if congress == 91 & id == 11015 replace statecode = 23 if congress == 91 & id == 11006 replace statecode = 23 if congress == 91 & id == 10597 replace statecode = 23 if congress == 91 & id == 3268 replace statecode = 23 if congress == 91 & id == 1620 replace statecode = 23 if congress == 91 & id == 91043 replace statecode = 23 if congress == 91 & id == 10526 replace statecode = 23 if congress == 91 & id == 10794 replace statecode = 23 if congress == 91 & id == 1610 replace statecode = 23 if congress == 91 & id == 11045 replace statecode = 23 if congress == 91 & id == 7043 replace statecode = 23 if congress == 91 & id == 2594 replace statecode = 23 if congress == 91 & id == 10540 replace statecode = 23 if congress == 91 & id == 10727 replace statecode = 23 if congress == 91 & id == 2605 replace statecode = 23 if congress == 91 & id == 3830 replace statecode = 23 if congress == 91 & id == 1087 replace statecode = 23 if congress == 91 & id == 11030 replace statecode = 33 if congress == 91 & id == 7671 replace statecode = 33 if congress == 91 & id == 6860 replace statecode = 33 if congress == 91 & id == 10533 replace statecode = 33 if congress == 91 & id == 5098 replace statecode = 33 if congress == 91 & id == 10585 replace statecode = 33 if congress == 91 & id == 11060 replace statecode = 33 if congress == 91 & id == 5451 replace statecode = 33 if congress == 91 & id == 789 replace statecode = 46 if congress == 91 & id == 13 replace statecode = 46 if congress == 91 & id == 10075 replace statecode = 46 if congress == 91 & id == 11065 replace statecode = 46 if congress == 91 & id == 11035 replace statecode = 46 if congress == 91 & id == 1952 replace statecode = 34 if congress == 91 & id == 12009 replace statecode = 34 if congress == 91 & id == 12031 replace statecode = 34 if congress == 91 & id == 9072 replace statecode = 34 if congress == 91 & id == 7717 replace statecode = 34 if congress == 91 & id == 835 replace statecode = 34 if congress == 91 & id == 4724 replace statecode = 34 if congress == 91 & id == 10523 replace statecode = 34 if congress == 91 & id == 10528 replace statecode = 34 if congress == 91 & id == 10740 replace statecode = 34 if congress == 91 & id == 12004 replace statecode = 64 if congress == 91 & id == 10543 replace statecode = 64 if congress == 91 & id == 10503 replace statecode = 64 if congress == 91 & id == 12039 replace statecode = 35 if congress == 91 & id == 11012 replace statecode = 35 if congress == 91 & id == 2255 replace statecode = 35 if congress == 91 & id == 10534 replace statecode = 65 if congress == 91 & id == 433 replace statecode = 4 if congress == 91 & id == 10639 replace statecode = 4 if congress == 91 & id == 10581 replace statecode = 12 if congress == 91 & id == 11022 replace statecode = 12 if congress == 91 & id == 11046 replace statecode = 12 if congress == 91 & id == 10739 replace statecode = 12 if congress == 91 & id == 9322 replace statecode = 12 if congress == 91 & id == 3364 replace statecode = 12 if congress == 91 & id == 1393 replace statecode = 12 if congress == 91 & id == 12046 replace statecode = 12 if congress == 91 & id == 10091 replace statecode = 12 if congress == 91 & id == 10529 replace statecode = 12 if congress == 91 & id == 12042 replace statecode = 12 if congress == 91 & id == 10737 replace statecode = 12 if congress == 91 & id == 8010 replace statecode = 12 if congress == 91 & id == 10609 replace statecode = 12 if congress == 91 & id == 2804 replace statecode = 12 if congress == 91 & id == 3433 replace statecode = 12 if congress == 91 & id == 2329 replace statecode = 12 if congress == 91 & id == 10613 replace statecode = 66 if congress == 91 & id == 12022 replace statecode = 66 if congress == 91 & id == 10584 replace statecode = 13 if congress == 91 & id == 10545 replace statecode = 13 if congress == 91 & id == 10592 replace statecode = 13 if congress == 91 & id == 10784 replace statecode = 13 if congress == 91 & id == 10638 replace statecode = 13 if congress == 91 & id == 12021 replace statecode = 13 if congress == 91 & id == 3967 replace statecode = 13 if congress == 91 & id == 10500 replace statecode = 13 if congress == 91 & id == 10551 replace statecode = 13 if congress == 91 & id == 2476 replace statecode = 13 if congress == 91 & id == 1611 replace statecode = 13 if congress == 91 & id == 11004 replace statecode = 13 if congress == 91 & id == 12008 replace statecode = 13 if congress == 91 & id == 11064 replace statecode = 13 if congress == 91 & id == 8049 replace statecode = 13 if congress == 91 & id == 10508 replace statecode = 13 if congress == 91 & id == 10611 replace statecode = 13 if congress == 91 & id == 12019 replace statecode = 13 if congress == 91 & id == 7568 replace statecode = 13 if congress == 91 & id == 3056 replace statecode = 13 if congress == 91 & id == 10555 replace statecode = 13 if congress == 91 & id == 10768 replace statecode = 13 if congress == 91 & id == 3575 replace statecode = 13 if congress == 91 & id == 10705 replace statecode = 13 if congress == 91 & id == 12003 replace statecode = 13 if congress == 91 & id == 10760 replace statecode = 13 if congress == 91 & id == 10618 replace statecode = 13 if congress == 91 & id == 12024 replace statecode = 13 if congress == 91 & id == 12013 replace statecode = 13 if congress == 91 & id == 11009 replace statecode = 13 if congress == 91 & id == 10530 replace statecode = 13 if congress == 91 & id == 10749 replace statecode = 13 if congress == 91 & id == 7467 replace statecode = 13 if congress == 91 & id == 7995 replace statecode = 13 if congress == 91 & id == 10733 replace statecode = 13 if congress == 91 & id == 9017 replace statecode = 13 if congress == 91 & id == 10596 replace statecode = 13 if congress == 91 & id == 10712 replace statecode = 13 if congress == 91 & id == 12017 replace statecode = 13 if congress == 91 & id == 10748 replace statecode = 13 if congress == 91 & id == 10771 replace statecode = 13 if congress == 91 & id == 2752 replace statecode = 47 if congress == 91 & id == 10788 replace statecode = 47 if congress == 91 & id == 3321 replace statecode = 47 if congress == 91 & id == 10527 replace statecode = 47 if congress == 91 & id == 11017 replace statecode = 47 if congress == 91 & id == 12026 replace statecode = 47 if congress == 91 & id == 12027 replace statecode = 47 if congress == 91 & id == 5606 replace statecode = 47 if congress == 91 & id == 12028 replace statecode = 47 if congress == 91 & id == 5019 replace statecode = 47 if congress == 91 & id == 10574 replace statecode = 47 if congress == 91 & id == 9230 replace statecode = 36 if congress == 91 & id == 10569 replace statecode = 36 if congress == 91 & id == 11024 replace statecode = 24 if congress == 91 & id == 10630 replace statecode = 24 if congress == 91 & id == 10510 replace statecode = 24 if congress == 91 & id == 11054 replace statecode = 24 if congress == 91 & id == 6204 replace statecode = 24 if congress == 91 & id == 5495 replace statecode = 24 if congress == 91 & id == 10525 replace statecode = 24 if congress == 91 & id == 10786 replace statecode = 24 if congress == 91 & id == 680 replace statecode = 24 if congress == 91 & id == 267 replace statecode = 24 if congress == 91 & id == 11034 replace statecode = 24 if congress == 91 & id == 10773 replace statecode = 24 if congress == 91 & id == 2533 replace statecode = 24 if congress == 91 & id == 10539 replace statecode = 24 if congress == 91 & id == 310 replace statecode = 24 if congress == 91 & id == 11058 replace statecode = 24 if congress == 91 & id == 891 replace statecode = 24 if congress == 91 & id == 10502 replace statecode = 24 if congress == 91 & id == 4247 replace statecode = 24 if congress == 91 & id == 5301 replace statecode = 24 if congress == 91 & id == 12044 replace statecode = 24 if congress == 91 & id == 3092 replace statecode = 24 if congress == 91 & id == 12030 replace statecode = 24 if congress == 91 & id == 9623 replace statecode = 24 if congress == 91 & id == 6548 replace statecode = 24 if congress == 91 & id == 11028 replace statecode = 53 if congress == 91 & id == 590 replace statecode = 53 if congress == 91 & id == 2854 replace statecode = 53 if congress == 91 & id == 62 replace statecode = 53 if congress == 91 & id == 8866 replace statecode = 53 if congress == 91 & id == 4891 replace statecode = 53 if congress == 91 & id == 12006 replace statecode = 72 if congress == 91 & id == 10785 replace statecode = 72 if congress == 91 & id == 9551 replace statecode = 72 if congress == 91 & id == 3775 replace statecode = 72 if congress == 91 & id == 11011 replace statecode = 14 if congress == 91 & id == 465 replace statecode = 14 if congress == 91 & id == 6936 replace statecode = 14 if congress == 91 & id == 1368 replace statecode = 14 if congress == 91 & id == 11014 replace statecode = 14 if congress == 91 & id == 10591 replace statecode = 14 if congress == 91 & id == 12035 replace statecode = 14 if congress == 91 & id == 11056 replace statecode = 14 if congress == 91 & id == 11001 replace statecode = 14 if congress == 91 & id == 10782 replace statecode = 14 if congress == 91 & id == 12048 replace statecode = 14 if congress == 91 & id == 10607 replace statecode = 14 if congress == 91 & id == 3224 replace statecode = 14 if congress == 91 & id == 9975 replace statecode = 14 if congress == 91 & id == 12010 replace statecode = 14 if congress == 91 & id == 6661 replace statecode = 14 if congress == 91 & id == 10620 replace statecode = 14 if congress == 91 & id == 11016 replace statecode = 14 if congress == 91 & id == 8268 replace statecode = 14 if congress == 91 & id == 2065 replace statecode = 14 if congress == 91 & id == 10521 replace statecode = 14 if congress == 91 & id == 11067 replace statecode = 14 if congress == 91 & id == 2513 replace statecode = 14 if congress == 91 & id == 8247 replace statecode = 14 if congress == 91 & id == 10598 replace statecode = 14 if congress == 91 & id == 10778 replace statecode = 14 if congress == 91 & id == 1763 replace statecode = 14 if congress == 91 & id == 6685 replace statecode = 14 if congress == 91 & id == 3409 replace statecode = 5 if congress == 91 & id == 10561 replace statecode = 5 if congress == 91 & id == 11061 replace statecode = 48 if congress == 91 & id == 7925 replace statecode = 48 if congress == 91 & id == 10634 replace statecode = 48 if congress == 91 & id == 2672 replace statecode = 48 if congress == 91 & id == 12023 replace statecode = 48 if congress == 91 & id == 10728 replace statecode = 48 if congress == 91 & id == 6353 replace statecode = 37 if congress == 91 & id == 10548 replace statecode = 37 if congress == 91 & id == 672 replace statecode = 54 if congress == 91 & id == 10616 replace statecode = 54 if congress == 91 & id == 10719 replace statecode = 54 if congress == 91 & id == 10571 replace statecode = 54 if congress == 91 & id == 3034 replace statecode = 54 if congress == 91 & id == 10586 replace statecode = 54 if congress == 91 & id == 10701 replace statecode = 54 if congress == 91 & id == 11003 replace statecode = 54 if congress == 91 & id == 3028 replace statecode = 54 if congress == 91 & id == 12038 replace statecode = 54 if congress == 91 & id == 11025 replace statecode = 49 if congress == 91 & id == 7232 replace statecode = 49 if congress == 91 & id == 2700 replace statecode = 49 if congress == 91 & id == 11066 replace statecode = 49 if congress == 91 & id == 10550 replace statecode = 49 if congress == 91 & id == 10707 replace statecode = 49 if congress == 91 & id == 9241 replace statecode = 49 if congress == 91 & id == 11008 replace statecode = 49 if congress == 91 & id == 11013 replace statecode = 49 if congress == 91 & id == 1077 replace statecode = 49 if congress == 91 & id == 10614 replace statecode = 49 if congress == 91 & id == 7498 replace statecode = 49 if congress == 91 & id == 10391 replace statecode = 49 if congress == 91 & id == 10546 replace statecode = 49 if congress == 91 & id == 10446 replace statecode = 49 if congress == 91 & id == 10716 replace statecode = 49 if congress == 91 & id == 10783 replace statecode = 49 if congress == 91 & id == 1282 replace statecode = 49 if congress == 91 & id == 11062 replace statecode = 49 if congress == 91 & id == 5924 replace statecode = 49 if congress == 91 & id == 10520 replace statecode = 49 if congress == 91 & id == 3171 replace statecode = 49 if congress == 91 & id == 1577 replace statecode = 49 if congress == 91 & id == 11023 replace statecode = 67 if congress == 91 & id == 10576 replace statecode = 67 if congress == 91 & id == 10600 replace statecode = 6 if congress == 91 & id == 10562 replace statecode = 40 if congress == 91 & id == 2706 replace statecode = 40 if congress == 91 & id == 12033 replace statecode = 40 if congress == 91 & id == 10767 replace statecode = 40 if congress == 91 & id == 2 replace statecode = 40 if congress == 91 & id == 12011 replace statecode = 40 if congress == 91 & id == 7500 replace statecode = 40 if congress == 91 & id == 10603 replace statecode = 40 if congress == 91 & id == 11048 replace statecode = 40 if congress == 91 & id == 9802 replace statecode = 40 if congress == 91 & id == 1154 replace statecode = 73 if congress == 91 & id == 7313 replace statecode = 73 if congress == 91 & id == 10756 replace statecode = 73 if congress == 91 & id == 4043 replace statecode = 73 if congress == 91 & id == 6101 replace statecode = 73 if congress == 91 & id == 10726 replace statecode = 73 if congress == 91 & id == 10738 replace statecode = 73 if congress == 91 & id == 10700 replace statecode = 56 if congress == 91 & id == 6584 replace statecode = 56 if congress == 91 & id == 8824 replace statecode = 56 if congress == 91 & id == 8564 replace statecode = 56 if congress == 91 & id == 4276 replace statecode = 56 if congress == 91 & id == 10744 replace statecode = 25 if congress == 91 & id == 10556 replace statecode = 25 if congress == 91 & id == 5101 replace statecode = 25 if congress == 91 & id == 10564 replace statecode = 25 if congress == 91 & id == 10463 replace statecode = 25 if congress == 91 & id == 7824 replace statecode = 25 if congress == 91 & id == 11051 replace statecode = 25 if congress == 91 & id == 5410 replace statecode = 25 if congress == 91 & id == 12036 replace statecode = 25 if congress == 91 & id == 1371 replace statecode = 25 if congress == 91 & id == 2383 replace statecode = 25 if congress == 91 & id == 7046 replace statecode = 68 if congress == 91 & id == 12034 replace statecode = 99 if congress == 92 & id == 99904 replace statecode = 41 if congress == 92 & id == 10721 replace statecode = 41 if congress == 92 & id == 10717 replace statecode = 41 if congress == 92 & id == 195 replace statecode = 41 if congress == 92 & id == 13053 replace statecode = 41 if congress == 92 & id == 11037 replace statecode = 41 if congress == 92 & id == 12014 replace statecode = 41 if congress == 92 & id == 10706 replace statecode = 41 if congress == 92 & id == 11000 replace statecode = 41 if congress == 92 & id == 5058 replace statecode = 81 if congress == 92 & id == 13006 replace statecode = 61 if congress == 92 & id == 7845 replace statecode = 61 if congress == 92 & id == 10566 replace statecode = 61 if congress == 92 & id == 11050 replace statecode = 42 if congress == 92 & id == 12000 replace statecode = 42 if congress == 92 & id == 6532 replace statecode = 42 if congress == 92 & id == 11020 replace statecode = 42 if congress == 92 & id == 10791 replace statecode = 71 if congress == 92 & id == 10579 replace statecode = 71 if congress == 92 & id == 4957 replace statecode = 71 if congress == 92 & id == 6756 replace statecode = 71 if congress == 92 & id == 10599 replace statecode = 71 if congress == 92 & id == 10577 replace statecode = 71 if congress == 92 & id == 5929 replace statecode = 71 if congress == 92 & id == 13011 replace statecode = 71 if congress == 92 & id == 6483 replace statecode = 71 if congress == 92 & id == 10583 replace statecode = 71 if congress == 92 & id == 3867 replace statecode = 71 if congress == 92 & id == 11063 replace statecode = 71 if congress == 92 & id == 10631 replace statecode = 71 if congress == 92 & id == 9240 replace statecode = 71 if congress == 92 & id == 10793 replace statecode = 71 if congress == 92 & id == 6240 replace statecode = 71 if congress == 92 & id == 8549 replace statecode = 71 if congress == 92 & id == 12001 replace statecode = 71 if congress == 92 & id == 11031 replace statecode = 71 if congress == 92 & id == 4514 replace statecode = 71 if congress == 92 & id == 8628 replace statecode = 71 if congress == 92 & id == 10595 replace statecode = 71 if congress == 92 & id == 10511 replace statecode = 71 if congress == 92 & id == 10580 replace statecode = 71 if congress == 92 & id == 10553 replace statecode = 71 if congress == 92 & id == 11055 replace statecode = 71 if congress == 92 & id == 10790 replace statecode = 71 if congress == 92 & id == 12037 replace statecode = 71 if congress == 92 & id == 10505 replace statecode = 71 if congress == 92 & id == 13010 replace statecode = 71 if congress == 92 & id == 10621 replace statecode = 71 if congress == 92 & id == 10640 replace statecode = 71 if congress == 92 & id == 4592 replace statecode = 71 if congress == 92 & id == 11038 replace statecode = 71 if congress == 92 & id == 10594 replace statecode = 71 if congress == 92 & id == 12043 replace statecode = 71 if congress == 92 & id == 10249 replace statecode = 71 if congress == 92 & id == 10633 replace statecode = 71 if congress == 92 & id == 13046 replace statecode = 62 if congress == 92 & id == 13028 replace statecode = 62 if congress == 92 & id == 10572 replace statecode = 62 if congress == 92 & id == 10723 replace statecode = 62 if congress == 92 & id == 275 replace statecode = 1 if congress == 92 & id == 13009 replace statecode = 1 if congress == 92 & id == 12047 replace statecode = 1 if congress == 92 & id == 3553 replace statecode = 1 if congress == 92 & id == 13029 replace statecode = 1 if congress == 92 & id == 6586 replace statecode = 1 if congress == 92 & id == 13016 replace statecode = 11 if congress == 92 & id == 13014 replace statecode = 43 if congress == 92 & id == 8507 replace statecode = 43 if congress == 92 & id == 10587 replace statecode = 43 if congress == 92 & id == 633 replace statecode = 43 if congress == 92 & id == 12007 replace statecode = 43 if congress == 92 & id == 12015 replace statecode = 43 if congress == 92 & id == 10588 replace statecode = 43 if congress == 92 & id == 3929 replace statecode = 43 if congress == 92 & id == 13047 replace statecode = 43 if congress == 92 & id == 8032 replace statecode = 43 if congress == 92 & id == 11007 replace statecode = 43 if congress == 92 & id == 7333 replace statecode = 43 if congress == 92 & id == 3078 replace statecode = 44 if congress == 92 & id == 10522 replace statecode = 44 if congress == 92 & id == 13023 replace statecode = 44 if congress == 92 & id == 11005 replace statecode = 44 if congress == 92 & id == 11002 replace statecode = 44 if congress == 92 & id == 11053 replace statecode = 44 if congress == 92 & id == 3242 replace statecode = 44 if congress == 92 & id == 10512 replace statecode = 44 if congress == 92 & id == 11052 replace statecode = 44 if congress == 92 & id == 5436 replace statecode = 44 if congress == 92 & id == 10563 replace statecode = 82 if congress == 92 & id == 10605 replace statecode = 82 if congress == 92 & id == 10757 replace statecode = 63 if congress == 92 & id == 11029 replace statecode = 63 if congress == 92 & id == 12016 replace statecode = 21 if congress == 92 & id == 13030 replace statecode = 21 if congress == 92 & id == 12025 replace statecode = 21 if congress == 92 & id == 13032 replace statecode = 21 if congress == 92 & id == 2525 replace statecode = 21 if congress == 92 & id == 5326 replace statecode = 21 if congress == 92 & id == 12045 replace statecode = 21 if congress == 92 & id == 10703 replace statecode = 21 if congress == 92 & id == 8080 replace statecode = 21 if congress == 92 & id == 10421 replace statecode = 21 if congress == 92 & id == 1941 replace statecode = 21 if congress == 92 & id == 7642 replace statecode = 21 if congress == 92 & id == 10606 replace statecode = 21 if congress == 92 & id == 12041 replace statecode = 21 if congress == 92 & id == 10722 replace statecode = 21 if congress == 92 & id == 10617 replace statecode = 21 if congress == 92 & id == 13054 replace statecode = 21 if congress == 92 & id == 10501 replace statecode = 21 if congress == 92 & id == 226 replace statecode = 21 if congress == 92 & id == 6455 replace statecode = 21 if congress == 92 & id == 11041 replace statecode = 21 if congress == 92 & id == 10517 replace statecode = 21 if congress == 92 & id == 3769 replace statecode = 21 if congress == 92 & id == 8814 replace statecode = 21 if congress == 92 & id == 8474 replace statecode = 21 if congress == 92 & id == 7610 replace statecode = 22 if congress == 92 & id == 5900 replace statecode = 22 if congress == 92 & id == 12020 replace statecode = 22 if congress == 92 & id == 948 replace statecode = 22 if congress == 92 & id == 8084 replace statecode = 22 if congress == 92 & id == 13018 replace statecode = 22 if congress == 92 & id == 986 replace statecode = 22 if congress == 92 & id == 11036 replace statecode = 22 if congress == 92 & id == 11059 replace statecode = 22 if congress == 92 & id == 10732 replace statecode = 22 if congress == 92 & id == 12012 replace statecode = 22 if congress == 92 & id == 10742 replace statecode = 31 if congress == 92 & id == 8288 replace statecode = 31 if congress == 92 & id == 10715 replace statecode = 31 if congress == 92 & id == 3853 replace statecode = 31 if congress == 92 & id == 5385 replace statecode = 31 if congress == 92 & id == 8672 replace statecode = 31 if congress == 92 & id == 11032 replace statecode = 31 if congress == 92 & id == 11047 replace statecode = 32 if congress == 92 & id == 12029 replace statecode = 32 if congress == 92 & id == 13037 replace statecode = 32 if congress == 92 & id == 11057 replace statecode = 32 if congress == 92 & id == 10559 replace statecode = 32 if congress == 92 & id == 10625 replace statecode = 51 if congress == 92 & id == 9056 replace statecode = 51 if congress == 92 & id == 6845 replace statecode = 51 if congress == 92 & id == 13024 replace statecode = 51 if congress == 92 & id == 10626 replace statecode = 51 if congress == 92 & id == 10710 replace statecode = 51 if congress == 92 & id == 9882 replace statecode = 51 if congress == 92 & id == 13051 replace statecode = 51 if congress == 92 & id == 7343 replace statecode = 45 if congress == 92 & id == 4275 replace statecode = 45 if congress == 92 & id == 824 replace statecode = 45 if congress == 92 & id == 12005 replace statecode = 45 if congress == 92 & id == 10567 replace statecode = 45 if congress == 92 & id == 7228 replace statecode = 45 if congress == 92 & id == 11042 replace statecode = 45 if congress == 92 & id == 10787 replace statecode = 45 if congress == 92 & id == 13056 replace statecode = 45 if congress == 92 & id == 10746 replace statecode = 2 if congress == 92 & id == 11027 replace statecode = 2 if congress == 92 & id == 10736 replace statecode = 52 if congress == 92 & id == 10610 replace statecode = 52 if congress == 92 & id == 13049 replace statecode = 52 if congress == 92 & id == 10601 replace statecode = 52 if congress == 92 & id == 3480 replace statecode = 52 if congress == 92 & id == 13039 replace statecode = 52 if congress == 92 & id == 12018 replace statecode = 52 if congress == 92 & id == 13008 replace statecode = 52 if congress == 92 & id == 13031 replace statecode = 52 if congress == 92 & id == 11019 replace statecode = 3 if congress == 92 & id == 2009 replace statecode = 3 if congress == 92 & id == 830 replace statecode = 3 if congress == 92 & id == 13013 replace statecode = 3 if congress == 92 & id == 2660 replace statecode = 3 if congress == 92 & id == 10538 replace statecode = 3 if congress == 92 & id == 12040 replace statecode = 3 if congress == 92 & id == 5873 replace statecode = 3 if congress == 92 & id == 7081 replace statecode = 3 if congress == 92 & id == 13017 replace statecode = 3 if congress == 92 & id == 11021 replace statecode = 3 if congress == 92 & id == 1265 replace statecode = 3 if congress == 92 & id == 5131 replace statecode = 23 if congress == 92 & id == 10713 replace statecode = 23 if congress == 92 & id == 11015 replace statecode = 23 if congress == 92 & id == 11006 replace statecode = 23 if congress == 92 & id == 10597 replace statecode = 23 if congress == 92 & id == 3268 replace statecode = 23 if congress == 92 & id == 1620 replace statecode = 23 if congress == 92 & id == 91043 replace statecode = 23 if congress == 92 & id == 10526 replace statecode = 23 if congress == 92 & id == 10794 replace statecode = 23 if congress == 92 & id == 1610 replace statecode = 23 if congress == 92 & id == 11045 replace statecode = 23 if congress == 92 & id == 7043 replace statecode = 23 if congress == 92 & id == 2594 replace statecode = 23 if congress == 92 & id == 10540 replace statecode = 23 if congress == 92 & id == 10727 replace statecode = 23 if congress == 92 & id == 2605 replace statecode = 23 if congress == 92 & id == 3830 replace statecode = 23 if congress == 92 & id == 1087 replace statecode = 23 if congress == 92 & id == 11030 replace statecode = 33 if congress == 92 & id == 7671 replace statecode = 33 if congress == 92 & id == 6860 replace statecode = 33 if congress == 92 & id == 13015 replace statecode = 33 if congress == 92 & id == 5098 replace statecode = 33 if congress == 92 & id == 10585 replace statecode = 33 if congress == 92 & id == 11060 replace statecode = 33 if congress == 92 & id == 13007 replace statecode = 33 if congress == 92 & id == 789 replace statecode = 46 if congress == 92 & id == 13 replace statecode = 46 if congress == 92 & id == 10075 replace statecode = 46 if congress == 92 & id == 11065 replace statecode = 46 if congress == 92 & id == 11035 replace statecode = 46 if congress == 92 & id == 1952 replace statecode = 34 if congress == 92 & id == 12009 replace statecode = 34 if congress == 92 & id == 12031 replace statecode = 34 if congress == 92 & id == 9072 replace statecode = 34 if congress == 92 & id == 7717 replace statecode = 34 if congress == 92 & id == 835 replace statecode = 34 if congress == 92 & id == 4724 replace statecode = 34 if congress == 92 & id == 10523 replace statecode = 34 if congress == 92 & id == 10528 replace statecode = 34 if congress == 92 & id == 10740 replace statecode = 34 if congress == 92 & id == 12004 replace statecode = 64 if congress == 92 & id == 13041 replace statecode = 64 if congress == 92 & id == 12039 replace statecode = 35 if congress == 92 & id == 13045 replace statecode = 35 if congress == 92 & id == 13025 replace statecode = 35 if congress == 92 & id == 10534 replace statecode = 65 if congress == 92 & id == 433 replace statecode = 4 if congress == 92 & id == 10639 replace statecode = 4 if congress == 92 & id == 10581 replace statecode = 12 if congress == 92 & id == 11022 replace statecode = 12 if congress == 92 & id == 11046 replace statecode = 12 if congress == 92 & id == 10739 replace statecode = 12 if congress == 92 & id == 9322 replace statecode = 12 if congress == 92 & id == 3364 replace statecode = 12 if congress == 92 & id == 12046 replace statecode = 12 if congress == 92 & id == 10091 replace statecode = 12 if congress == 92 & id == 12042 replace statecode = 12 if congress == 92 & id == 10737 replace statecode = 12 if congress == 92 & id == 8010 replace statecode = 12 if congress == 92 & id == 10609 replace statecode = 12 if congress == 92 & id == 2804 replace statecode = 12 if congress == 92 & id == 3433 replace statecode = 12 if congress == 92 & id == 2329 replace statecode = 12 if congress == 92 & id == 10613 replace statecode = 66 if congress == 92 & id == 12022 replace statecode = 66 if congress == 92 & id == 13038 replace statecode = 13 if congress == 92 & id == 10545 replace statecode = 13 if congress == 92 & id == 10592 replace statecode = 13 if congress == 92 & id == 10784 replace statecode = 13 if congress == 92 & id == 10638 replace statecode = 13 if congress == 92 & id == 13021 replace statecode = 13 if congress == 92 & id == 3967 replace statecode = 13 if congress == 92 & id == 10500 replace statecode = 13 if congress == 92 & id == 10551 replace statecode = 13 if congress == 92 & id == 2476 replace statecode = 13 if congress == 92 & id == 1611 replace statecode = 13 if congress == 92 & id == 11004 replace statecode = 13 if congress == 92 & id == 12008 replace statecode = 13 if congress == 92 & id == 11064 replace statecode = 13 if congress == 92 & id == 8049 replace statecode = 13 if congress == 92 & id == 10508 replace statecode = 13 if congress == 92 & id == 10611 replace statecode = 13 if congress == 92 & id == 12019 replace statecode = 13 if congress == 92 & id == 13035 replace statecode = 13 if congress == 92 & id == 13001 replace statecode = 13 if congress == 92 & id == 10555 replace statecode = 13 if congress == 92 & id == 13004 replace statecode = 13 if congress == 92 & id == 10768 replace statecode = 13 if congress == 92 & id == 10705 replace statecode = 13 if congress == 92 & id == 12003 replace statecode = 13 if congress == 92 & id == 93033 replace statecode = 13 if congress == 92 & id == 10618 replace statecode = 13 if congress == 92 & id == 10718 replace statecode = 13 if congress == 92 & id == 12013 replace statecode = 13 if congress == 92 & id == 9017 replace statecode = 13 if congress == 92 & id == 10530 replace statecode = 13 if congress == 92 & id == 10749 replace statecode = 13 if congress == 92 & id == 7467 replace statecode = 13 if congress == 92 & id == 7995 replace statecode = 13 if congress == 92 & id == 13044 replace statecode = 13 if congress == 92 & id == 10733 replace statecode = 13 if congress == 92 & id == 10596 replace statecode = 13 if congress == 92 & id == 10712 replace statecode = 13 if congress == 92 & id == 12017 replace statecode = 13 if congress == 92 & id == 13020 replace statecode = 13 if congress == 92 & id == 10771 replace statecode = 13 if congress == 92 & id == 2752 replace statecode = 47 if congress == 92 & id == 10788 replace statecode = 47 if congress == 92 & id == 3321 replace statecode = 47 if congress == 92 & id == 10527 replace statecode = 47 if congress == 92 & id == 11017 replace statecode = 47 if congress == 92 & id == 12026 replace statecode = 47 if congress == 92 & id == 12027 replace statecode = 47 if congress == 92 & id == 5606 replace statecode = 47 if congress == 92 & id == 12028 replace statecode = 47 if congress == 92 & id == 5019 replace statecode = 47 if congress == 92 & id == 10574 replace statecode = 47 if congress == 92 & id == 9230 replace statecode = 36 if congress == 92 & id == 10569 replace statecode = 36 if congress == 92 & id == 13022 replace statecode = 24 if congress == 92 & id == 13019 replace statecode = 24 if congress == 92 & id == 10510 replace statecode = 24 if congress == 92 & id == 11054 replace statecode = 24 if congress == 92 & id == 6204 replace statecode = 24 if congress == 92 & id == 5495 replace statecode = 24 if congress == 92 & id == 10525 replace statecode = 24 if congress == 92 & id == 10786 replace statecode = 24 if congress == 92 & id == 680 replace statecode = 24 if congress == 92 & id == 267 replace statecode = 24 if congress == 92 & id == 11034 replace statecode = 24 if congress == 92 & id == 10773 replace statecode = 24 if congress == 92 & id == 2533 replace statecode = 24 if congress == 92 & id == 10539 replace statecode = 24 if congress == 92 & id == 13040 replace statecode = 24 if congress == 92 & id == 11058 replace statecode = 24 if congress == 92 & id == 891 replace statecode = 24 if congress == 92 & id == 10502 replace statecode = 24 if congress == 92 & id == 4247 replace statecode = 24 if congress == 92 & id == 12044 replace statecode = 24 if congress == 92 & id == 13043 replace statecode = 24 if congress == 92 & id == 12030 replace statecode = 24 if congress == 92 & id == 9623 replace statecode = 24 if congress == 92 & id == 6548 replace statecode = 24 if congress == 92 & id == 13034 replace statecode = 53 if congress == 92 & id == 590 replace statecode = 53 if congress == 92 & id == 2854 replace statecode = 53 if congress == 92 & id == 62 replace statecode = 53 if congress == 92 & id == 8866 replace statecode = 53 if congress == 92 & id == 4891 replace statecode = 53 if congress == 92 & id == 12006 replace statecode = 72 if congress == 92 & id == 10785 replace statecode = 72 if congress == 92 & id == 9551 replace statecode = 72 if congress == 92 & id == 3775 replace statecode = 72 if congress == 92 & id == 11011 replace statecode = 14 if congress == 92 & id == 465 replace statecode = 14 if congress == 92 & id == 6936 replace statecode = 14 if congress == 92 & id == 1368 replace statecode = 14 if congress == 92 & id == 11014 replace statecode = 14 if congress == 92 & id == 10591 replace statecode = 14 if congress == 92 & id == 12035 replace statecode = 14 if congress == 92 & id == 11056 replace statecode = 14 if congress == 92 & id == 11001 replace statecode = 14 if congress == 92 & id == 12048 replace statecode = 14 if congress == 92 & id == 10607 replace statecode = 14 if congress == 92 & id == 3224 replace statecode = 14 if congress == 92 & id == 9975 replace statecode = 14 if congress == 92 & id == 12010 replace statecode = 14 if congress == 92 & id == 6661 replace statecode = 14 if congress == 92 & id == 10620 replace statecode = 14 if congress == 92 & id == 11016 replace statecode = 14 if congress == 92 & id == 8268 replace statecode = 14 if congress == 92 & id == 2065 replace statecode = 14 if congress == 92 & id == 13050 replace statecode = 14 if congress == 92 & id == 10521 replace statecode = 14 if congress == 92 & id == 11067 replace statecode = 14 if congress == 92 & id == 2513 replace statecode = 14 if congress == 92 & id == 8247 replace statecode = 14 if congress == 92 & id == 10598 replace statecode = 14 if congress == 92 & id == 10778 replace statecode = 14 if congress == 92 & id == 1763 replace statecode = 14 if congress == 92 & id == 6685 replace statecode = 14 if congress == 92 & id == 3409 replace statecode = 14 if congress == 92 & id == 13057 replace statecode = 5 if congress == 92 & id == 10561 replace statecode = 5 if congress == 92 & id == 11061 replace statecode = 48 if congress == 92 & id == 13048 replace statecode = 48 if congress == 92 & id == 7925 replace statecode = 48 if congress == 92 & id == 13042 replace statecode = 48 if congress == 92 & id == 2672 replace statecode = 48 if congress == 92 & id == 12023 replace statecode = 48 if congress == 92 & id == 10728 replace statecode = 48 if congress == 92 & id == 6353 replace statecode = 37 if congress == 92 & id == 13012 replace statecode = 37 if congress == 92 & id == 13000 replace statecode = 54 if congress == 92 & id == 10616 replace statecode = 54 if congress == 92 & id == 10719 replace statecode = 54 if congress == 92 & id == 13005 replace statecode = 54 if congress == 92 & id == 3034 replace statecode = 54 if congress == 92 & id == 10586 replace statecode = 54 if congress == 92 & id == 10701 replace statecode = 54 if congress == 92 & id == 11003 replace statecode = 54 if congress == 92 & id == 12038 replace statecode = 54 if congress == 92 & id == 11025 replace statecode = 49 if congress == 92 & id == 7232 replace statecode = 49 if congress == 92 & id == 2700 replace statecode = 49 if congress == 92 & id == 11066 replace statecode = 49 if congress == 92 & id == 10550 replace statecode = 49 if congress == 92 & id == 10707 replace statecode = 49 if congress == 92 & id == 9241 replace statecode = 49 if congress == 92 & id == 13002 replace statecode = 49 if congress == 92 & id == 11013 replace statecode = 49 if congress == 92 & id == 1077 replace statecode = 49 if congress == 92 & id == 10614 replace statecode = 49 if congress == 92 & id == 7498 replace statecode = 49 if congress == 92 & id == 10391 replace statecode = 49 if congress == 92 & id == 10546 replace statecode = 49 if congress == 92 & id == 10446 replace statecode = 49 if congress == 92 & id == 10716 replace statecode = 49 if congress == 92 & id == 10783 replace statecode = 49 if congress == 92 & id == 1282 replace statecode = 49 if congress == 92 & id == 11062 replace statecode = 49 if congress == 92 & id == 5924 replace statecode = 49 if congress == 92 & id == 10520 replace statecode = 49 if congress == 92 & id == 3171 replace statecode = 49 if congress == 92 & id == 1577 replace statecode = 49 if congress == 92 & id == 11023 replace statecode = 67 if congress == 92 & id == 13027 replace statecode = 67 if congress == 92 & id == 10600 replace statecode = 6 if congress == 92 & id == 10562 replace statecode = 6 if congress == 92 & id == 13052 replace statecode = 40 if congress == 92 & id == 2706 replace statecode = 40 if congress == 92 & id == 12033 replace statecode = 40 if congress == 92 & id == 10767 replace statecode = 40 if congress == 92 & id == 2 replace statecode = 40 if congress == 92 & id == 12011 replace statecode = 40 if congress == 92 & id == 7500 replace statecode = 40 if congress == 92 & id == 13036 replace statecode = 40 if congress == 92 & id == 11048 replace statecode = 40 if congress == 92 & id == 9802 replace statecode = 40 if congress == 92 & id == 1154 replace statecode = 73 if congress == 92 & id == 7313 replace statecode = 73 if congress == 92 & id == 10756 replace statecode = 73 if congress == 92 & id == 4043 replace statecode = 73 if congress == 92 & id == 13026 replace statecode = 73 if congress == 92 & id == 10726 replace statecode = 73 if congress == 92 & id == 10738 replace statecode = 73 if congress == 92 & id == 10700 replace statecode = 56 if congress == 92 & id == 6584 replace statecode = 56 if congress == 92 & id == 8824 replace statecode = 56 if congress == 92 & id == 8564 replace statecode = 56 if congress == 92 & id == 4276 replace statecode = 56 if congress == 92 & id == 10744 replace statecode = 25 if congress == 92 & id == 13003 replace statecode = 25 if congress == 92 & id == 5101 replace statecode = 25 if congress == 92 & id == 10564 replace statecode = 25 if congress == 92 & id == 10463 replace statecode = 25 if congress == 92 & id == 7824 replace statecode = 25 if congress == 92 & id == 11051 replace statecode = 25 if congress == 92 & id == 12036 replace statecode = 25 if congress == 92 & id == 1371 replace statecode = 25 if congress == 92 & id == 2383 replace statecode = 25 if congress == 92 & id == 7046 replace statecode = 68 if congress == 92 & id == 10766 replace statecode = 99 if congress == 93 & id == 99904 replace statecode = 99 if congress == 93 & id == 99905 replace statecode = 41 if congress == 93 & id == 10721 replace statecode = 41 if congress == 93 & id == 10717 replace statecode = 41 if congress == 93 & id == 11037 replace statecode = 41 if congress == 93 & id == 11000 replace statecode = 41 if congress == 93 & id == 5058 replace statecode = 41 if congress == 93 & id == 10706 replace statecode = 41 if congress == 93 & id == 12014 replace statecode = 81 if congress == 93 & id == 14066 replace statecode = 61 if congress == 93 & id == 7845 replace statecode = 61 if congress == 93 & id == 10566 replace statecode = 61 if congress == 93 & id == 11050 replace statecode = 61 if congress == 93 & id == 14011 replace statecode = 42 if congress == 93 & id == 12000 replace statecode = 42 if congress == 93 & id == 6532 replace statecode = 42 if congress == 93 & id == 11020 replace statecode = 42 if congress == 93 & id == 14058 replace statecode = 71 if congress == 93 & id == 10579 replace statecode = 71 if congress == 93 & id == 4957 replace statecode = 71 if congress == 93 & id == 6756 replace statecode = 71 if congress == 93 & id == 10599 replace statecode = 71 if congress == 93 & id == 10577 replace statecode = 71 if congress == 93 & id == 5929 replace statecode = 71 if congress == 93 & id == 14076 replace statecode = 71 if congress == 93 & id == 13011 replace statecode = 71 if congress == 93 & id == 14053 replace statecode = 71 if congress == 93 & id == 10583 replace statecode = 71 if congress == 93 & id == 3867 replace statecode = 71 if congress == 93 & id == 14049 replace statecode = 71 if congress == 93 & id == 10631 replace statecode = 71 if congress == 93 & id == 9240 replace statecode = 71 if congress == 93 & id == 14071 replace statecode = 71 if congress == 93 & id == 10793 replace statecode = 71 if congress == 93 & id == 6240 replace statecode = 71 if congress == 93 & id == 8549 replace statecode = 71 if congress == 93 & id == 11063 replace statecode = 71 if congress == 93 & id == 11031 replace statecode = 71 if congress == 93 & id == 4514 replace statecode = 71 if congress == 93 & id == 14040 replace statecode = 71 if congress == 93 & id == 10595 replace statecode = 71 if congress == 93 & id == 10511 replace statecode = 71 if congress == 93 & id == 10580 replace statecode = 71 if congress == 93 & id == 10553 replace statecode = 71 if congress == 93 & id == 11055 replace statecode = 71 if congress == 93 & id == 10790 replace statecode = 71 if congress == 93 & id == 12037 replace statecode = 71 if congress == 93 & id == 10505 replace statecode = 71 if congress == 93 & id == 13010 replace statecode = 71 if congress == 93 & id == 10621 replace statecode = 71 if congress == 93 & id == 10640 replace statecode = 71 if congress == 93 & id == 4592 replace statecode = 71 if congress == 93 & id == 11038 replace statecode = 71 if congress == 93 & id == 10594 replace statecode = 71 if congress == 93 & id == 12001 replace statecode = 71 if congress == 93 & id == 14028 replace statecode = 71 if congress == 93 & id == 14008 replace statecode = 71 if congress == 93 & id == 10573 replace statecode = 71 if congress == 93 & id == 14020 replace statecode = 71 if congress == 93 & id == 10249 replace statecode = 71 if congress == 93 & id == 10633 replace statecode = 71 if congress == 93 & id == 14007 replace statecode = 71 if congress == 93 & id == 13046 replace statecode = 62 if congress == 93 & id == 14051 replace statecode = 62 if congress == 93 & id == 10572 replace statecode = 62 if congress == 93 & id == 10723 replace statecode = 62 if congress == 93 & id == 14025 replace statecode = 62 if congress == 93 & id == 14002 replace statecode = 1 if congress == 93 & id == 13009 replace statecode = 1 if congress == 93 & id == 12047 replace statecode = 1 if congress == 93 & id == 3553 replace statecode = 1 if congress == 93 & id == 13029 replace statecode = 1 if congress == 93 & id == 14050 replace statecode = 1 if congress == 93 & id == 13016 replace statecode = 11 if congress == 93 & id == 13014 replace statecode = 43 if congress == 93 & id == 8507 replace statecode = 43 if congress == 93 & id == 10587 replace statecode = 43 if congress == 93 & id == 633 replace statecode = 43 if congress == 93 & id == 12007 replace statecode = 43 if congress == 93 & id == 14017 replace statecode = 43 if congress == 93 & id == 13047 replace statecode = 43 if congress == 93 & id == 10588 replace statecode = 43 if congress == 93 & id == 3929 replace statecode = 43 if congress == 93 & id == 12015 replace statecode = 43 if congress == 93 & id == 14003 replace statecode = 43 if congress == 93 & id == 8032 replace statecode = 43 if congress == 93 & id == 11007 replace statecode = 43 if congress == 93 & id == 14029 replace statecode = 43 if congress == 93 & id == 7333 replace statecode = 43 if congress == 93 & id == 3078 replace statecode = 44 if congress == 93 & id == 14016 replace statecode = 44 if congress == 93 & id == 13023 replace statecode = 44 if congress == 93 & id == 11005 replace statecode = 44 if congress == 93 & id == 11002 replace statecode = 44 if congress == 93 & id == 14063 replace statecode = 44 if congress == 93 & id == 3242 replace statecode = 44 if congress == 93 & id == 10512 replace statecode = 44 if congress == 93 & id == 11052 replace statecode = 44 if congress == 93 & id == 5436 replace statecode = 44 if congress == 93 & id == 10563 replace statecode = 82 if congress == 93 & id == 10605 replace statecode = 82 if congress == 93 & id == 10757 replace statecode = 63 if congress == 93 & id == 14056 replace statecode = 63 if congress == 93 & id == 12016 replace statecode = 21 if congress == 93 & id == 13030 replace statecode = 21 if congress == 93 & id == 13032 replace statecode = 21 if congress == 93 & id == 14019 replace statecode = 21 if congress == 93 & id == 2525 replace statecode = 21 if congress == 93 & id == 5326 replace statecode = 21 if congress == 93 & id == 1941 replace statecode = 21 if congress == 93 & id == 14068 replace statecode = 21 if congress == 93 & id == 8080 replace statecode = 21 if congress == 93 & id == 10421 replace statecode = 21 if congress == 93 & id == 14064 replace statecode = 21 if congress == 93 & id == 10703 replace statecode = 21 if congress == 93 & id == 12041 replace statecode = 21 if congress == 93 & id == 10606 replace statecode = 21 if congress == 93 & id == 10722 replace statecode = 21 if congress == 93 & id == 226 replace statecode = 21 if congress == 93 & id == 10501 replace statecode = 21 if congress == 93 & id == 14041 replace statecode = 21 if congress == 93 & id == 6455 replace statecode = 21 if congress == 93 & id == 11041 replace statecode = 21 if congress == 93 & id == 10517 replace statecode = 21 if congress == 93 & id == 14033 replace statecode = 21 if congress == 93 & id == 8474 replace statecode = 21 if congress == 93 & id == 7610 replace statecode = 21 if congress == 93 & id == 3769 replace statecode = 22 if congress == 93 & id == 5900 replace statecode = 22 if congress == 93 & id == 12020 replace statecode = 22 if congress == 93 & id == 948 replace statecode = 22 if congress == 93 & id == 8084 replace statecode = 22 if congress == 93 & id == 13018 replace statecode = 22 if congress == 93 & id == 986 replace statecode = 22 if congress == 93 & id == 11036 replace statecode = 22 if congress == 93 & id == 11059 replace statecode = 22 if congress == 93 & id == 10732 replace statecode = 22 if congress == 93 & id == 12012 replace statecode = 22 if congress == 93 & id == 14024 replace statecode = 31 if congress == 93 & id == 14036 replace statecode = 31 if congress == 93 & id == 10715 replace statecode = 31 if congress == 93 & id == 3853 replace statecode = 31 if congress == 93 & id == 8672 replace statecode = 31 if congress == 93 & id == 11047 replace statecode = 31 if congress == 93 & id == 11032 replace statecode = 32 if congress == 93 & id == 12029 replace statecode = 32 if congress == 93 & id == 13037 replace statecode = 32 if congress == 93 & id == 11057 replace statecode = 32 if congress == 93 & id == 10559 replace statecode = 32 if congress == 93 & id == 10625 replace statecode = 51 if congress == 93 & id == 9056 replace statecode = 51 if congress == 93 & id == 6845 replace statecode = 51 if congress == 93 & id == 13024 replace statecode = 51 if congress == 93 & id == 10626 replace statecode = 51 if congress == 93 & id == 10710 replace statecode = 51 if congress == 93 & id == 14006 replace statecode = 51 if congress == 93 & id == 7343 replace statecode = 45 if congress == 93 & id == 4275 replace statecode = 45 if congress == 93 & id == 14067 replace statecode = 45 if congress == 93 & id == 14060 replace statecode = 45 if congress == 93 & id == 10567 replace statecode = 45 if congress == 93 & id == 7228 replace statecode = 45 if congress == 93 & id == 11042 replace statecode = 45 if congress == 93 & id == 13056 replace statecode = 45 if congress == 93 & id == 10602 replace statecode = 2 if congress == 93 & id == 11027 replace statecode = 2 if congress == 93 & id == 14010 replace statecode = 52 if congress == 93 & id == 13049 replace statecode = 52 if congress == 93 & id == 14069 replace statecode = 52 if congress == 93 & id == 10601 replace statecode = 52 if congress == 93 & id == 13039 replace statecode = 52 if congress == 93 & id == 14021 replace statecode = 52 if congress == 93 & id == 12018 replace statecode = 52 if congress == 93 & id == 13008 replace statecode = 52 if congress == 93 & id == 13031 replace statecode = 52 if congress == 93 & id == 11019 replace statecode = 3 if congress == 93 & id == 2009 replace statecode = 3 if congress == 93 & id == 830 replace statecode = 3 if congress == 93 & id == 2660 replace statecode = 3 if congress == 93 & id == 13013 replace statecode = 3 if congress == 93 & id == 14012 replace statecode = 3 if congress == 93 & id == 12040 replace statecode = 3 if congress == 93 & id == 5873 replace statecode = 3 if congress == 93 & id == 7081 replace statecode = 3 if congress == 93 & id == 14039 replace statecode = 3 if congress == 93 & id == 11021 replace statecode = 3 if congress == 93 & id == 1265 replace statecode = 3 if congress == 93 & id == 14055 replace statecode = 23 if congress == 93 & id == 10713 replace statecode = 23 if congress == 93 & id == 11015 replace statecode = 23 if congress == 93 & id == 11006 replace statecode = 23 if congress == 93 & id == 10597 replace statecode = 23 if congress == 93 & id == 3268 replace statecode = 23 if congress == 93 & id == 14074 replace statecode = 23 if congress == 93 & id == 1620 replace statecode = 23 if congress == 93 & id == 91043 replace statecode = 23 if congress == 93 & id == 10526 replace statecode = 23 if congress == 93 & id == 14075 replace statecode = 23 if congress == 93 & id == 10794 replace statecode = 23 if congress == 93 & id == 1610 replace statecode = 23 if congress == 93 & id == 11045 replace statecode = 23 if congress == 93 & id == 7043 replace statecode = 23 if congress == 93 & id == 2594 replace statecode = 23 if congress == 93 & id == 10540 replace statecode = 23 if congress == 93 & id == 10727 replace statecode = 23 if congress == 93 & id == 2605 replace statecode = 23 if congress == 93 & id == 3830 replace statecode = 23 if congress == 93 & id == 14023 replace statecode = 23 if congress == 93 & id == 1087 replace statecode = 33 if congress == 93 & id == 7671 replace statecode = 33 if congress == 93 & id == 6860 replace statecode = 33 if congress == 93 & id == 13015 replace statecode = 33 if congress == 93 & id == 5098 replace statecode = 33 if congress == 93 & id == 10585 replace statecode = 33 if congress == 93 & id == 11060 replace statecode = 33 if congress == 93 & id == 13007 replace statecode = 33 if congress == 93 & id == 789 replace statecode = 46 if congress == 93 & id == 10075 replace statecode = 46 if congress == 93 & id == 14005 replace statecode = 46 if congress == 93 & id == 11035 replace statecode = 46 if congress == 93 & id == 14009 replace statecode = 46 if congress == 93 & id == 14031 replace statecode = 34 if congress == 93 & id == 12009 replace statecode = 34 if congress == 93 & id == 12031 replace statecode = 34 if congress == 93 & id == 9072 replace statecode = 34 if congress == 93 & id == 7717 replace statecode = 34 if congress == 93 & id == 835 replace statecode = 34 if congress == 93 & id == 14030 replace statecode = 34 if congress == 93 & id == 14057 replace statecode = 34 if congress == 93 & id == 10528 replace statecode = 34 if congress == 93 & id == 10740 replace statecode = 34 if congress == 93 & id == 12004 replace statecode = 64 if congress == 93 & id == 13041 replace statecode = 64 if congress == 93 & id == 12039 replace statecode = 35 if congress == 93 & id == 13045 replace statecode = 35 if congress == 93 & id == 13025 replace statecode = 35 if congress == 93 & id == 10534 replace statecode = 65 if congress == 93 & id == 14059 replace statecode = 4 if congress == 93 & id == 10639 replace statecode = 4 if congress == 93 & id == 10581 replace statecode = 12 if congress == 93 & id == 11022 replace statecode = 12 if congress == 93 & id == 11046 replace statecode = 12 if congress == 93 & id == 10739 replace statecode = 12 if congress == 93 & id == 9322 replace statecode = 12 if congress == 93 & id == 3364 replace statecode = 12 if congress == 93 & id == 12046 replace statecode = 12 if congress == 93 & id == 10091 replace statecode = 12 if congress == 93 & id == 12042 replace statecode = 12 if congress == 93 & id == 10737 replace statecode = 12 if congress == 93 & id == 8010 replace statecode = 12 if congress == 93 & id == 10609 replace statecode = 12 if congress == 93 & id == 14046 replace statecode = 12 if congress == 93 & id == 14034 replace statecode = 12 if congress == 93 & id == 2329 replace statecode = 12 if congress == 93 & id == 10613 replace statecode = 66 if congress == 93 & id == 12022 replace statecode = 66 if congress == 93 & id == 13038 replace statecode = 13 if congress == 93 & id == 10545 replace statecode = 13 if congress == 93 & id == 10592 replace statecode = 13 if congress == 93 & id == 14047 replace statecode = 13 if congress == 93 & id == 13021 replace statecode = 13 if congress == 93 & id == 10638 replace statecode = 13 if congress == 93 & id == 10784 replace statecode = 13 if congress == 93 & id == 10500 replace statecode = 13 if congress == 93 & id == 10551 replace statecode = 13 if congress == 93 & id == 2476 replace statecode = 13 if congress == 93 & id == 12003 replace statecode = 13 if congress == 93 & id == 11004 replace statecode = 13 if congress == 93 & id == 12008 replace statecode = 13 if congress == 93 & id == 11064 replace statecode = 13 if congress == 93 & id == 8049 replace statecode = 13 if congress == 93 & id == 10508 replace statecode = 13 if congress == 93 & id == 14022 replace statecode = 13 if congress == 93 & id == 10611 replace statecode = 13 if congress == 93 & id == 12019 replace statecode = 13 if congress == 93 & id == 13035 replace statecode = 13 if congress == 93 & id == 13001 replace statecode = 13 if congress == 93 & id == 13004 replace statecode = 13 if congress == 93 & id == 10705 replace statecode = 13 if congress == 93 & id == 93033 replace statecode = 13 if congress == 93 & id == 90618 replace statecode = 13 if congress == 93 & id == 12013 replace statecode = 13 if congress == 93 & id == 14015 replace statecode = 13 if congress == 93 & id == 7995 replace statecode = 13 if congress == 93 & id == 9017 replace statecode = 13 if congress == 93 & id == 10530 replace statecode = 13 if congress == 93 & id == 10749 replace statecode = 13 if congress == 93 & id == 14038 replace statecode = 13 if congress == 93 & id == 10733 replace statecode = 13 if congress == 93 & id == 14061 replace statecode = 13 if congress == 93 & id == 10596 replace statecode = 13 if congress == 93 & id == 10712 replace statecode = 13 if congress == 93 & id == 10771 replace statecode = 13 if congress == 93 & id == 2752 replace statecode = 13 if congress == 93 & id == 13020 replace statecode = 13 if congress == 93 & id == 12017 replace statecode = 47 if congress == 93 & id == 10788 replace statecode = 47 if congress == 93 & id == 3321 replace statecode = 47 if congress == 93 & id == 10527 replace statecode = 47 if congress == 93 & id == 14001 replace statecode = 47 if congress == 93 & id == 12026 replace statecode = 47 if congress == 93 & id == 12027 replace statecode = 47 if congress == 93 & id == 14048 replace statecode = 47 if congress == 93 & id == 12028 replace statecode = 47 if congress == 93 & id == 14035 replace statecode = 47 if congress == 93 & id == 10574 replace statecode = 47 if congress == 93 & id == 9230 replace statecode = 36 if congress == 93 & id == 10569 replace statecode = 24 if congress == 93 & id == 13019 replace statecode = 24 if congress == 93 & id == 14070 replace statecode = 24 if congress == 93 & id == 10510 replace statecode = 24 if congress == 93 & id == 11054 replace statecode = 24 if congress == 93 & id == 14018 replace statecode = 24 if congress == 93 & id == 5495 replace statecode = 24 if congress == 93 & id == 10525 replace statecode = 24 if congress == 93 & id == 10786 replace statecode = 24 if congress == 93 & id == 13034 replace statecode = 24 if congress == 93 & id == 267 replace statecode = 24 if congress == 93 & id == 11034 replace statecode = 24 if congress == 93 & id == 10773 replace statecode = 24 if congress == 93 & id == 2533 replace statecode = 24 if congress == 93 & id == 10539 replace statecode = 24 if congress == 93 & id == 13040 replace statecode = 24 if congress == 93 & id == 11058 replace statecode = 24 if congress == 93 & id == 14045 replace statecode = 24 if congress == 93 & id == 10502 replace statecode = 24 if congress == 93 & id == 4247 replace statecode = 24 if congress == 93 & id == 12044 replace statecode = 24 if congress == 93 & id == 13043 replace statecode = 24 if congress == 93 & id == 12030 replace statecode = 24 if congress == 93 & id == 9623 replace statecode = 24 if congress == 93 & id == 6548 replace statecode = 53 if congress == 93 & id == 14026 replace statecode = 53 if congress == 93 & id == 14032 replace statecode = 53 if congress == 93 & id == 62 replace statecode = 53 if congress == 93 & id == 8866 replace statecode = 53 if congress == 93 & id == 4891 replace statecode = 53 if congress == 93 & id == 12006 replace statecode = 72 if congress == 93 & id == 10785 replace statecode = 72 if congress == 93 & id == 9551 replace statecode = 72 if congress == 93 & id == 3775 replace statecode = 72 if congress == 93 & id == 11011 replace statecode = 14 if congress == 93 & id == 465 replace statecode = 14 if congress == 93 & id == 6936 replace statecode = 14 if congress == 93 & id == 10591 replace statecode = 14 if congress == 93 & id == 11014 replace statecode = 14 if congress == 93 & id == 12048 replace statecode = 14 if congress == 93 & id == 12035 replace statecode = 14 if congress == 93 & id == 11056 replace statecode = 14 if congress == 93 & id == 11001 replace statecode = 14 if congress == 93 & id == 14052 replace statecode = 14 if congress == 93 & id == 10607 replace statecode = 14 if congress == 93 & id == 3224 replace statecode = 14 if congress == 93 & id == 8247 replace statecode = 14 if congress == 93 & id == 14072 replace statecode = 14 if congress == 93 & id == 12010 replace statecode = 14 if congress == 93 & id == 6661 replace statecode = 14 if congress == 93 & id == 10620 replace statecode = 14 if congress == 93 & id == 11016 replace statecode = 14 if congress == 93 & id == 8268 replace statecode = 14 if congress == 93 & id == 13050 replace statecode = 14 if congress == 93 & id == 10521 replace statecode = 14 if congress == 93 & id == 11067 replace statecode = 14 if congress == 93 & id == 2513 replace statecode = 14 if congress == 93 & id == 6685 replace statecode = 14 if congress == 93 & id == 10598 replace statecode = 14 if congress == 93 & id == 10778 replace statecode = 14 if congress == 93 & id == 1763 replace statecode = 5 if congress == 93 & id == 10561 replace statecode = 5 if congress == 93 & id == 11061 replace statecode = 48 if congress == 93 & id == 13048 replace statecode = 48 if congress == 93 & id == 13042 replace statecode = 48 if congress == 93 & id == 2672 replace statecode = 48 if congress == 93 & id == 12023 replace statecode = 48 if congress == 93 & id == 10728 replace statecode = 48 if congress == 93 & id == 14065 replace statecode = 37 if congress == 93 & id == 13012 replace statecode = 37 if congress == 93 & id == 14000 replace statecode = 54 if congress == 93 & id == 10616 replace statecode = 54 if congress == 93 & id == 10719 replace statecode = 54 if congress == 93 & id == 13005 replace statecode = 54 if congress == 93 & id == 3034 replace statecode = 54 if congress == 93 & id == 10586 replace statecode = 54 if congress == 93 & id == 14004 replace statecode = 54 if congress == 93 & id == 12038 replace statecode = 54 if congress == 93 & id == 11025 replace statecode = 49 if congress == 93 & id == 7232 replace statecode = 49 if congress == 93 & id == 14062 replace statecode = 49 if congress == 93 & id == 11066 replace statecode = 49 if congress == 93 & id == 10550 replace statecode = 49 if congress == 93 & id == 14054 replace statecode = 49 if congress == 93 & id == 9241 replace statecode = 49 if congress == 93 & id == 13002 replace statecode = 49 if congress == 93 & id == 11013 replace statecode = 49 if congress == 93 & id == 1077 replace statecode = 49 if congress == 93 & id == 10614 replace statecode = 49 if congress == 93 & id == 7498 replace statecode = 49 if congress == 93 & id == 10391 replace statecode = 49 if congress == 93 & id == 11062 replace statecode = 49 if congress == 93 & id == 10446 replace statecode = 49 if congress == 93 & id == 10716 replace statecode = 49 if congress == 93 & id == 10783 replace statecode = 49 if congress == 93 & id == 1282 replace statecode = 49 if congress == 93 & id == 14027 replace statecode = 49 if congress == 93 & id == 5924 replace statecode = 49 if congress == 93 & id == 10520 replace statecode = 49 if congress == 93 & id == 3171 replace statecode = 49 if congress == 93 & id == 1577 replace statecode = 49 if congress == 93 & id == 11023 replace statecode = 49 if congress == 93 & id == 14037 replace statecode = 67 if congress == 93 & id == 13027 replace statecode = 67 if congress == 93 & id == 14042 replace statecode = 6 if congress == 93 & id == 13052 replace statecode = 40 if congress == 93 & id == 2706 replace statecode = 40 if congress == 93 & id == 12033 replace statecode = 40 if congress == 93 & id == 10767 replace statecode = 40 if congress == 93 & id == 14013 replace statecode = 40 if congress == 93 & id == 12011 replace statecode = 40 if congress == 93 & id == 13055 replace statecode = 40 if congress == 93 & id == 13036 replace statecode = 40 if congress == 93 & id == 14043 replace statecode = 40 if congress == 93 & id == 9802 replace statecode = 40 if congress == 93 & id == 1154 replace statecode = 73 if congress == 93 & id == 14044 replace statecode = 73 if congress == 93 & id == 10756 replace statecode = 73 if congress == 93 & id == 4043 replace statecode = 73 if congress == 93 & id == 13026 replace statecode = 73 if congress == 93 & id == 10726 replace statecode = 73 if congress == 93 & id == 10738 replace statecode = 73 if congress == 93 & id == 10700 replace statecode = 56 if congress == 93 & id == 6584 replace statecode = 56 if congress == 93 & id == 8824 replace statecode = 56 if congress == 93 & id == 8564 replace statecode = 56 if congress == 93 & id == 4276 replace statecode = 25 if congress == 93 & id == 13003 replace statecode = 25 if congress == 93 & id == 5101 replace statecode = 25 if congress == 93 & id == 10564 replace statecode = 25 if congress == 93 & id == 10463 replace statecode = 25 if congress == 93 & id == 7824 replace statecode = 25 if congress == 93 & id == 11051 replace statecode = 25 if congress == 93 & id == 12036 replace statecode = 25 if congress == 93 & id == 14014 replace statecode = 25 if congress == 93 & id == 2383 replace statecode = 68 if congress == 93 & id == 10766 replace statecode = 99 if congress == 94 & id == 99905 replace statecode = 41 if congress == 94 & id == 10721 replace statecode = 41 if congress == 94 & id == 10717 replace statecode = 41 if congress == 94 & id == 11037 replace statecode = 41 if congress == 94 & id == 11000 replace statecode = 41 if congress == 94 & id == 5058 replace statecode = 41 if congress == 94 & id == 10706 replace statecode = 41 if congress == 94 & id == 12014 replace statecode = 81 if congress == 94 & id == 14066 replace statecode = 61 if congress == 94 & id == 7845 replace statecode = 61 if congress == 94 & id == 10566 replace statecode = 61 if congress == 94 & id == 11050 replace statecode = 61 if congress == 94 & id == 14011 replace statecode = 42 if congress == 94 & id == 12000 replace statecode = 42 if congress == 94 & id == 6532 replace statecode = 42 if congress == 94 & id == 11020 replace statecode = 42 if congress == 94 & id == 14058 replace statecode = 71 if congress == 94 & id == 4957 replace statecode = 71 if congress == 94 & id == 10579 replace statecode = 71 if congress == 94 & id == 6756 replace statecode = 71 if congress == 94 & id == 10599 replace statecode = 71 if congress == 94 & id == 14076 replace statecode = 71 if congress == 94 & id == 10577 replace statecode = 71 if congress == 94 & id == 14256 replace statecode = 71 if congress == 94 & id == 13011 replace statecode = 71 if congress == 94 & id == 14053 replace statecode = 71 if congress == 94 & id == 10583 replace statecode = 71 if congress == 94 & id == 14049 replace statecode = 71 if congress == 94 & id == 11063 replace statecode = 71 if congress == 94 & id == 14257 replace statecode = 71 if congress == 94 & id == 6240 replace statecode = 71 if congress == 94 & id == 8549 replace statecode = 71 if congress == 94 & id == 10631 replace statecode = 71 if congress == 94 & id == 14246 replace statecode = 71 if congress == 94 & id == 14028 replace statecode = 71 if congress == 94 & id == 14071 replace statecode = 71 if congress == 94 & id == 12037 replace statecode = 71 if congress == 94 & id == 10511 replace statecode = 71 if congress == 94 & id == 14040 replace statecode = 71 if congress == 94 & id == 10790 replace statecode = 71 if congress == 94 & id == 14280 replace statecode = 71 if congress == 94 & id == 10621 replace statecode = 71 if congress == 94 & id == 10553 replace statecode = 71 if congress == 94 & id == 10505 replace statecode = 71 if congress == 94 & id == 14008 replace statecode = 71 if congress == 94 & id == 10595 replace statecode = 71 if congress == 94 & id == 13010 replace statecode = 71 if congress == 94 & id == 10640 replace statecode = 71 if congress == 94 & id == 12001 replace statecode = 71 if congress == 94 & id == 10580 replace statecode = 71 if congress == 94 & id == 14229 replace statecode = 71 if congress == 94 & id == 14250 replace statecode = 71 if congress == 94 & id == 10573 replace statecode = 71 if congress == 94 & id == 11038 replace statecode = 71 if congress == 94 & id == 14287 replace statecode = 71 if congress == 94 & id == 14266 replace statecode = 71 if congress == 94 & id == 11055 replace statecode = 71 if congress == 94 & id == 14020 replace statecode = 71 if congress == 94 & id == 10249 replace statecode = 71 if congress == 94 & id == 10633 replace statecode = 71 if congress == 94 & id == 14007 replace statecode = 62 if congress == 94 & id == 14051 replace statecode = 62 if congress == 94 & id == 14282 replace statecode = 62 if congress == 94 & id == 10723 replace statecode = 62 if congress == 94 & id == 14025 replace statecode = 62 if congress == 94 & id == 14002 replace statecode = 1 if congress == 94 & id == 13009 replace statecode = 1 if congress == 94 & id == 14213 replace statecode = 1 if congress == 94 & id == 3553 replace statecode = 1 if congress == 94 & id == 13029 replace statecode = 1 if congress == 94 & id == 14050 replace statecode = 1 if congress == 94 & id == 14258 replace statecode = 11 if congress == 94 & id == 13014 replace statecode = 43 if congress == 94 & id == 8507 replace statecode = 43 if congress == 94 & id == 10587 replace statecode = 43 if congress == 94 & id == 633 replace statecode = 43 if congress == 94 & id == 12007 replace statecode = 43 if congress == 94 & id == 14243 replace statecode = 43 if congress == 94 & id == 13047 replace statecode = 43 if congress == 94 & id == 10588 replace statecode = 43 if congress == 94 & id == 3929 replace statecode = 43 if congress == 94 & id == 12015 replace statecode = 43 if congress == 94 & id == 14003 replace statecode = 43 if congress == 94 & id == 8032 replace statecode = 43 if congress == 94 & id == 11007 replace statecode = 43 if congress == 94 & id == 14029 replace statecode = 43 if congress == 94 & id == 7333 replace statecode = 43 if congress == 94 & id == 3078 replace statecode = 44 if congress == 94 & id == 14016 replace statecode = 44 if congress == 94 & id == 13023 replace statecode = 44 if congress == 94 & id == 11005 replace statecode = 44 if congress == 94 & id == 14249 replace statecode = 44 if congress == 94 & id == 14063 replace statecode = 44 if congress == 94 & id == 3242 replace statecode = 44 if congress == 94 & id == 14252 replace statecode = 44 if congress == 94 & id == 11052 replace statecode = 44 if congress == 94 & id == 5436 replace statecode = 44 if congress == 94 & id == 10563 replace statecode = 82 if congress == 94 & id == 10605 replace statecode = 82 if congress == 94 & id == 10757 replace statecode = 63 if congress == 94 & id == 14056 replace statecode = 63 if congress == 94 & id == 10734 replace statecode = 21 if congress == 94 & id == 13030 replace statecode = 21 if congress == 94 & id == 13032 replace statecode = 21 if congress == 94 & id == 14271 replace statecode = 21 if congress == 94 & id == 2525 replace statecode = 21 if congress == 94 & id == 5326 replace statecode = 21 if congress == 94 & id == 14285 replace statecode = 21 if congress == 94 & id == 14239 replace statecode = 21 if congress == 94 & id == 14068 replace statecode = 21 if congress == 94 & id == 8080 replace statecode = 21 if congress == 94 & id == 10421 replace statecode = 21 if congress == 94 & id == 12025 replace statecode = 21 if congress == 94 & id == 10703 replace statecode = 21 if congress == 94 & id == 12041 replace statecode = 21 if congress == 94 & id == 10606 replace statecode = 21 if congress == 94 & id == 10722 replace statecode = 21 if congress == 94 & id == 14228 replace statecode = 21 if congress == 94 & id == 10501 replace statecode = 21 if congress == 94 & id == 14041 replace statecode = 21 if congress == 94 & id == 6455 replace statecode = 21 if congress == 94 & id == 11041 replace statecode = 21 if congress == 94 & id == 10517 replace statecode = 21 if congress == 94 & id == 14033 replace statecode = 21 if congress == 94 & id == 8474 replace statecode = 21 if congress == 94 & id == 7610 replace statecode = 21 if congress == 94 & id == 14275 replace statecode = 22 if congress == 94 & id == 5900 replace statecode = 22 if congress == 94 & id == 14222 replace statecode = 22 if congress == 94 & id == 948 replace statecode = 22 if congress == 94 & id == 8084 replace statecode = 22 if congress == 94 & id == 13018 replace statecode = 22 if congress == 94 & id == 14220 replace statecode = 22 if congress == 94 & id == 11036 replace statecode = 22 if congress == 94 & id == 14232 replace statecode = 22 if congress == 94 & id == 10732 replace statecode = 22 if congress == 94 & id == 14274 replace statecode = 22 if congress == 94 & id == 10742 replace statecode = 31 if congress == 94 & id == 14036 replace statecode = 31 if congress == 94 & id == 14207 replace statecode = 31 if congress == 94 & id == 14226 replace statecode = 31 if congress == 94 & id == 8672 replace statecode = 31 if congress == 94 & id == 14230 replace statecode = 31 if congress == 94 & id == 14205 replace statecode = 32 if congress == 94 & id == 12029 replace statecode = 32 if congress == 94 & id == 14244 replace statecode = 32 if congress == 94 & id == 11057 replace statecode = 32 if congress == 94 & id == 10559 replace statecode = 32 if congress == 94 & id == 10625 replace statecode = 51 if congress == 94 & id == 14237 replace statecode = 51 if congress == 94 & id == 6845 replace statecode = 51 if congress == 94 & id == 13024 replace statecode = 51 if congress == 94 & id == 10626 replace statecode = 51 if congress == 94 & id == 10710 replace statecode = 51 if congress == 94 & id == 14006 replace statecode = 51 if congress == 94 & id == 7343 replace statecode = 45 if congress == 94 & id == 4275 replace statecode = 45 if congress == 94 & id == 14067 replace statecode = 45 if congress == 94 & id == 14060 replace statecode = 45 if congress == 94 & id == 10567 replace statecode = 45 if congress == 94 & id == 7228 replace statecode = 45 if congress == 94 & id == 14259 replace statecode = 45 if congress == 94 & id == 13056 replace statecode = 45 if congress == 94 & id == 10602 replace statecode = 2 if congress == 94 & id == 14218 replace statecode = 2 if congress == 94 & id == 14010 replace statecode = 52 if congress == 94 & id == 14069 replace statecode = 52 if congress == 94 & id == 10601 replace statecode = 52 if congress == 94 & id == 13039 replace statecode = 52 if congress == 94 & id == 14021 replace statecode = 52 if congress == 94 & id == 14278 replace statecode = 52 if congress == 94 & id == 13008 replace statecode = 52 if congress == 94 & id == 13031 replace statecode = 52 if congress == 94 & id == 11019 replace statecode = 3 if congress == 94 & id == 2009 replace statecode = 3 if congress == 94 & id == 830 replace statecode = 3 if congress == 94 & id == 14216 replace statecode = 3 if congress == 94 & id == 13013 replace statecode = 3 if congress == 94 & id == 14279 replace statecode = 3 if congress == 94 & id == 12040 replace statecode = 3 if congress == 94 & id == 5873 replace statecode = 3 if congress == 94 & id == 7081 replace statecode = 3 if congress == 94 & id == 14039 replace statecode = 3 if congress == 94 & id == 11021 replace statecode = 3 if congress == 94 & id == 1265 replace statecode = 3 if congress == 94 & id == 14055 replace statecode = 23 if congress == 94 & id == 10713 replace statecode = 23 if congress == 94 & id == 11015 replace statecode = 23 if congress == 94 & id == 11006 replace statecode = 23 if congress == 94 & id == 10597 replace statecode = 23 if congress == 94 & id == 14074 replace statecode = 23 if congress == 94 & id == 14210 replace statecode = 23 if congress == 94 & id == 11043 replace statecode = 23 if congress == 94 & id == 14075 replace statecode = 23 if congress == 94 & id == 10794 replace statecode = 23 if congress == 94 & id == 1610 replace statecode = 23 if congress == 94 & id == 11045 replace statecode = 23 if congress == 94 & id == 7043 replace statecode = 23 if congress == 94 & id == 2594 replace statecode = 23 if congress == 94 & id == 10540 replace statecode = 23 if congress == 94 & id == 10727 replace statecode = 23 if congress == 94 & id == 2605 replace statecode = 23 if congress == 94 & id == 14209 replace statecode = 23 if congress == 94 & id == 14206 replace statecode = 23 if congress == 94 & id == 1087 replace statecode = 33 if congress == 94 & id == 7671 replace statecode = 33 if congress == 94 & id == 14227 replace statecode = 33 if congress == 94 & id == 13015 replace statecode = 33 if congress == 94 & id == 5098 replace statecode = 33 if congress == 94 & id == 10585 replace statecode = 33 if congress == 94 & id == 14263 replace statecode = 33 if congress == 94 & id == 13007 replace statecode = 33 if congress == 94 & id == 14265 replace statecode = 46 if congress == 94 & id == 10075 replace statecode = 46 if congress == 94 & id == 14005 replace statecode = 46 if congress == 94 & id == 11035 replace statecode = 46 if congress == 94 & id == 14009 replace statecode = 46 if congress == 94 & id == 14031 replace statecode = 34 if congress == 94 & id == 12009 replace statecode = 34 if congress == 94 & id == 12031 replace statecode = 34 if congress == 94 & id == 9072 replace statecode = 34 if congress == 94 & id == 7717 replace statecode = 34 if congress == 94 & id == 835 replace statecode = 34 if congress == 94 & id == 14030 replace statecode = 34 if congress == 94 & id == 14057 replace statecode = 34 if congress == 94 & id == 10528 replace statecode = 34 if congress == 94 & id == 10740 replace statecode = 34 if congress == 94 & id == 12004 replace statecode = 64 if congress == 94 & id == 14203 replace statecode = 64 if congress == 94 & id == 12039 replace statecode = 35 if congress == 94 & id == 13045 replace statecode = 35 if congress == 94 & id == 13025 replace statecode = 35 if congress == 94 & id == 14276 replace statecode = 65 if congress == 94 & id == 14272 replace statecode = 4 if congress == 94 & id == 14284 replace statecode = 4 if congress == 94 & id == 10581 replace statecode = 12 if congress == 94 & id == 14223 replace statecode = 12 if congress == 94 & id == 14238 replace statecode = 12 if congress == 94 & id == 10739 replace statecode = 12 if congress == 94 & id == 9322 replace statecode = 12 if congress == 94 & id == 14221 replace statecode = 12 if congress == 94 & id == 12046 replace statecode = 12 if congress == 94 & id == 14254 replace statecode = 12 if congress == 94 & id == 12042 replace statecode = 12 if congress == 94 & id == 10737 replace statecode = 12 if congress == 94 & id == 8010 replace statecode = 12 if congress == 94 & id == 10609 replace statecode = 12 if congress == 94 & id == 14046 replace statecode = 12 if congress == 94 & id == 14255 replace statecode = 12 if congress == 94 & id == 2329 replace statecode = 12 if congress == 94 & id == 10613 replace statecode = 66 if congress == 94 & id == 12022 replace statecode = 66 if congress == 94 & id == 13038 replace statecode = 13 if congress == 94 & id == 10545 replace statecode = 13 if congress == 94 & id == 14214 replace statecode = 13 if congress == 94 & id == 14200 replace statecode = 13 if congress == 94 & id == 13021 replace statecode = 13 if congress == 94 & id == 10638 replace statecode = 13 if congress == 94 & id == 10784 replace statecode = 13 if congress == 94 & id == 10500 replace statecode = 13 if congress == 94 & id == 10551 replace statecode = 13 if congress == 94 & id == 2476 replace statecode = 13 if congress == 94 & id == 12003 replace statecode = 13 if congress == 94 & id == 10768 replace statecode = 13 if congress == 94 & id == 12008 replace statecode = 13 if congress == 94 & id == 14277 replace statecode = 13 if congress == 94 & id == 14269 replace statecode = 13 if congress == 94 & id == 14283 replace statecode = 13 if congress == 94 & id == 14022 replace statecode = 13 if congress == 94 & id == 10611 replace statecode = 13 if congress == 94 & id == 12019 replace statecode = 13 if congress == 94 & id == 13035 replace statecode = 13 if congress == 94 & id == 13001 replace statecode = 13 if congress == 94 & id == 13004 replace statecode = 13 if congress == 94 & id == 10705 replace statecode = 13 if congress == 94 & id == 93033 replace statecode = 13 if congress == 94 & id == 10760 replace statecode = 13 if congress == 94 & id == 12013 replace statecode = 13 if congress == 94 & id == 14015 replace statecode = 13 if congress == 94 & id == 14253 replace statecode = 13 if congress == 94 & id == 9017 replace statecode = 13 if congress == 94 & id == 14267 replace statecode = 13 if congress == 94 & id == 10749 replace statecode = 13 if congress == 94 & id == 14038 replace statecode = 13 if congress == 94 & id == 10733 replace statecode = 13 if congress == 94 & id == 14061 replace statecode = 13 if congress == 94 & id == 10596 replace statecode = 13 if congress == 94 & id == 10712 replace statecode = 13 if congress == 94 & id == 14248 replace statecode = 13 if congress == 94 & id == 14264 replace statecode = 13 if congress == 94 & id == 13020 replace statecode = 13 if congress == 94 & id == 12017 replace statecode = 13 if congress == 94 & id == 14289 replace statecode = 47 if congress == 94 & id == 10788 replace statecode = 47 if congress == 94 & id == 3321 replace statecode = 47 if congress == 94 & id == 10527 replace statecode = 47 if congress == 94 & id == 14001 replace statecode = 47 if congress == 94 & id == 14262 replace statecode = 47 if congress == 94 & id == 12027 replace statecode = 47 if congress == 94 & id == 14048 replace statecode = 47 if congress == 94 & id == 14233 replace statecode = 47 if congress == 94 & id == 14035 replace statecode = 47 if congress == 94 & id == 10574 replace statecode = 47 if congress == 94 & id == 9230 replace statecode = 36 if congress == 94 & id == 10569 replace statecode = 24 if congress == 94 & id == 14225 replace statecode = 24 if congress == 94 & id == 10510 replace statecode = 24 if congress == 94 & id == 11054 replace statecode = 24 if congress == 94 & id == 14018 replace statecode = 24 if congress == 94 & id == 5495 replace statecode = 24 if congress == 94 & id == 10525 replace statecode = 24 if congress == 94 & id == 10786 replace statecode = 24 if congress == 94 & id == 14245 replace statecode = 24 if congress == 94 & id == 267 replace statecode = 24 if congress == 94 & id == 11034 replace statecode = 24 if congress == 94 & id == 10773 replace statecode = 24 if congress == 94 & id == 2533 replace statecode = 24 if congress == 94 & id == 10539 replace statecode = 24 if congress == 94 & id == 13040 replace statecode = 24 if congress == 94 & id == 11058 replace statecode = 24 if congress == 94 & id == 14045 replace statecode = 24 if congress == 94 & id == 10502 replace statecode = 24 if congress == 94 & id == 4247 replace statecode = 24 if congress == 94 & id == 12044 replace statecode = 24 if congress == 94 & id == 13043 replace statecode = 24 if congress == 94 & id == 12030 replace statecode = 24 if congress == 94 & id == 9623 replace statecode = 24 if congress == 94 & id == 14260 replace statecode = 53 if congress == 94 & id == 14026 replace statecode = 53 if congress == 94 & id == 14270 replace statecode = 53 if congress == 94 & id == 62 replace statecode = 53 if congress == 94 & id == 8866 replace statecode = 53 if congress == 94 & id == 94891 replace statecode = 53 if congress == 94 & id == 14219 replace statecode = 72 if congress == 94 & id == 14201 replace statecode = 72 if congress == 94 & id == 9551 replace statecode = 72 if congress == 94 & id == 10582 replace statecode = 72 if congress == 94 & id == 14281 replace statecode = 14 if congress == 94 & id == 465 replace statecode = 14 if congress == 94 & id == 6936 replace statecode = 14 if congress == 94 & id == 10591 replace statecode = 14 if congress == 94 & id == 11014 replace statecode = 14 if congress == 94 & id == 14273 replace statecode = 14 if congress == 94 & id == 12035 replace statecode = 14 if congress == 94 & id == 14217 replace statecode = 14 if congress == 94 & id == 11001 replace statecode = 14 if congress == 94 & id == 14052 replace statecode = 14 if congress == 94 & id == 10607 replace statecode = 14 if congress == 94 & id == 3224 replace statecode = 14 if congress == 94 & id == 14072 replace statecode = 14 if congress == 94 & id == 12010 replace statecode = 14 if congress == 94 & id == 6661 replace statecode = 14 if congress == 94 & id == 10620 replace statecode = 14 if congress == 94 & id == 11016 replace statecode = 14 if congress == 94 & id == 8268 replace statecode = 14 if congress == 94 & id == 13050 replace statecode = 14 if congress == 94 & id == 14288 replace statecode = 14 if congress == 94 & id == 11067 replace statecode = 14 if congress == 94 & id == 2513 replace statecode = 14 if congress == 94 & id == 6685 replace statecode = 14 if congress == 94 & id == 10598 replace statecode = 14 if congress == 94 & id == 10778 replace statecode = 14 if congress == 94 & id == 14261 replace statecode = 5 if congress == 94 & id == 10561 replace statecode = 5 if congress == 94 & id == 14204 replace statecode = 48 if congress == 94 & id == 13048 replace statecode = 48 if congress == 94 & id == 13042 replace statecode = 48 if congress == 94 & id == 14212 replace statecode = 48 if congress == 94 & id == 12023 replace statecode = 48 if congress == 94 & id == 14235 replace statecode = 48 if congress == 94 & id == 14241 replace statecode = 37 if congress == 94 & id == 14268 replace statecode = 37 if congress == 94 & id == 14000 replace statecode = 54 if congress == 94 & id == 10616 replace statecode = 54 if congress == 94 & id == 10719 replace statecode = 54 if congress == 94 & id == 14251 replace statecode = 54 if congress == 94 & id == 3034 replace statecode = 54 if congress == 94 & id == 10586 replace statecode = 54 if congress == 94 & id == 14286 replace statecode = 54 if congress == 94 & id == 14004 replace statecode = 54 if congress == 94 & id == 12038 replace statecode = 54 if congress == 94 & id == 14224 replace statecode = 49 if congress == 94 & id == 7232 replace statecode = 49 if congress == 94 & id == 14291 replace statecode = 49 if congress == 94 & id == 14062 replace statecode = 49 if congress == 94 & id == 11066 replace statecode = 49 if congress == 94 & id == 10550 replace statecode = 49 if congress == 94 & id == 14054 replace statecode = 49 if congress == 94 & id == 9241 replace statecode = 49 if congress == 94 & id == 13002 replace statecode = 49 if congress == 94 & id == 11013 replace statecode = 49 if congress == 94 & id == 1077 replace statecode = 49 if congress == 94 & id == 10614 replace statecode = 49 if congress == 94 & id == 7498 replace statecode = 49 if congress == 94 & id == 10391 replace statecode = 49 if congress == 94 & id == 14234 replace statecode = 49 if congress == 94 & id == 10446 replace statecode = 49 if congress == 94 & id == 10716 replace statecode = 49 if congress == 94 & id == 10783 replace statecode = 49 if congress == 94 & id == 1282 replace statecode = 49 if congress == 94 & id == 14027 replace statecode = 49 if congress == 94 & id == 5924 replace statecode = 49 if congress == 94 & id == 10520 replace statecode = 49 if congress == 94 & id == 14247 replace statecode = 49 if congress == 94 & id == 1577 replace statecode = 49 if congress == 94 & id == 14290 replace statecode = 49 if congress == 94 & id == 11023 replace statecode = 49 if congress == 94 & id == 14037 replace statecode = 67 if congress == 94 & id == 13027 replace statecode = 67 if congress == 94 & id == 14236 replace statecode = 6 if congress == 94 & id == 14240 replace statecode = 40 if congress == 94 & id == 2706 replace statecode = 40 if congress == 94 & id == 12033 replace statecode = 40 if congress == 94 & id == 10767 replace statecode = 40 if congress == 94 & id == 14013 replace statecode = 40 if congress == 94 & id == 12011 replace statecode = 40 if congress == 94 & id == 13055 replace statecode = 40 if congress == 94 & id == 13036 replace statecode = 40 if congress == 94 & id == 14231 replace statecode = 40 if congress == 94 & id == 9802 replace statecode = 40 if congress == 94 & id == 14215 replace statecode = 73 if congress == 94 & id == 14044 replace statecode = 73 if congress == 94 & id == 10756 replace statecode = 73 if congress == 94 & id == 14208 replace statecode = 73 if congress == 94 & id == 13026 replace statecode = 73 if congress == 94 & id == 10726 replace statecode = 73 if congress == 94 & id == 10738 replace statecode = 73 if congress == 94 & id == 10700 replace statecode = 56 if congress == 94 & id == 6584 replace statecode = 56 if congress == 94 & id == 8824 replace statecode = 56 if congress == 94 & id == 8564 replace statecode = 56 if congress == 94 & id == 4276 replace statecode = 25 if congress == 94 & id == 13003 replace statecode = 25 if congress == 94 & id == 5101 replace statecode = 25 if congress == 94 & id == 14202 replace statecode = 25 if congress == 94 & id == 10463 replace statecode = 25 if congress == 94 & id == 7824 replace statecode = 25 if congress == 94 & id == 11051 replace statecode = 25 if congress == 94 & id == 12036 replace statecode = 25 if congress == 94 & id == 14211 replace statecode = 25 if congress == 94 & id == 14242 replace statecode = 68 if congress == 94 & id == 10766 replace statecode = 99 if congress == 95 & id == 99906 replace statecode = 41 if congress == 95 & id == 10721 replace statecode = 41 if congress == 95 & id == 10717 replace statecode = 41 if congress == 95 & id == 11037 replace statecode = 41 if congress == 95 & id == 11000 replace statecode = 41 if congress == 95 & id == 14419 replace statecode = 41 if congress == 95 & id == 10706 replace statecode = 41 if congress == 95 & id == 12014 replace statecode = 81 if congress == 95 & id == 14066 replace statecode = 61 if congress == 95 & id == 7845 replace statecode = 61 if congress == 95 & id == 10566 replace statecode = 61 if congress == 95 & id == 94454 replace statecode = 61 if congress == 95 & id == 14449 replace statecode = 42 if congress == 95 & id == 12000 replace statecode = 42 if congress == 95 & id == 14457 replace statecode = 42 if congress == 95 & id == 11020 replace statecode = 42 if congress == 95 & id == 14058 replace statecode = 71 if congress == 95 & id == 4957 replace statecode = 71 if congress == 95 & id == 10579 replace statecode = 71 if congress == 95 & id == 6756 replace statecode = 71 if congress == 95 & id == 10599 replace statecode = 71 if congress == 95 & id == 14076 replace statecode = 71 if congress == 95 & id == 10577 replace statecode = 71 if congress == 95 & id == 14256 replace statecode = 71 if congress == 95 & id == 13011 replace statecode = 71 if congress == 95 & id == 14053 replace statecode = 71 if congress == 95 & id == 10583 replace statecode = 71 if congress == 95 & id == 14049 replace statecode = 71 if congress == 95 & id == 11063 replace statecode = 71 if congress == 95 & id == 14257 replace statecode = 71 if congress == 95 & id == 6240 replace statecode = 71 if congress == 95 & id == 8549 replace statecode = 71 if congress == 95 & id == 14444 replace statecode = 71 if congress == 95 & id == 14246 replace statecode = 71 if congress == 95 & id == 14028 replace statecode = 71 if congress == 95 & id == 14071 replace statecode = 71 if congress == 95 & id == 12037 replace statecode = 71 if congress == 95 & id == 10511 replace statecode = 71 if congress == 95 & id == 14040 replace statecode = 71 if congress == 95 & id == 14405 replace statecode = 71 if congress == 95 & id == 14280 replace statecode = 71 if congress == 95 & id == 10621 replace statecode = 71 if congress == 95 & id == 10553 replace statecode = 71 if congress == 95 & id == 14414 replace statecode = 71 if congress == 95 & id == 14008 replace statecode = 71 if congress == 95 & id == 10595 replace statecode = 71 if congress == 95 & id == 13010 replace statecode = 71 if congress == 95 & id == 10640 replace statecode = 71 if congress == 95 & id == 12001 replace statecode = 71 if congress == 95 & id == 10580 replace statecode = 71 if congress == 95 & id == 14229 replace statecode = 71 if congress == 95 & id == 14250 replace statecode = 71 if congress == 95 & id == 10573 replace statecode = 71 if congress == 95 & id == 14287 replace statecode = 71 if congress == 95 & id == 14266 replace statecode = 71 if congress == 95 & id == 11055 replace statecode = 71 if congress == 95 & id == 14403 replace statecode = 71 if congress == 95 & id == 10249 replace statecode = 71 if congress == 95 & id == 10633 replace statecode = 71 if congress == 95 & id == 14007 replace statecode = 62 if congress == 95 & id == 14051 replace statecode = 62 if congress == 95 & id == 14282 replace statecode = 62 if congress == 95 & id == 10723 replace statecode = 62 if congress == 95 & id == 14025 replace statecode = 62 if congress == 95 & id == 14002 replace statecode = 1 if congress == 95 & id == 13009 replace statecode = 1 if congress == 95 & id == 14213 replace statecode = 1 if congress == 95 & id == 3553 replace statecode = 1 if congress == 95 & id == 13029 replace statecode = 1 if congress == 95 & id == 14050 replace statecode = 1 if congress == 95 & id == 14258 replace statecode = 11 if congress == 95 & id == 14417 replace statecode = 43 if congress == 95 & id == 8507 replace statecode = 43 if congress == 95 & id == 10587 replace statecode = 43 if congress == 95 & id == 633 replace statecode = 43 if congress == 95 & id == 12007 replace statecode = 43 if congress == 95 & id == 14243 replace statecode = 43 if congress == 95 & id == 13047 replace statecode = 43 if congress == 95 & id == 10588 replace statecode = 43 if congress == 95 & id == 94428 replace statecode = 43 if congress == 95 & id == 12015 replace statecode = 43 if congress == 95 & id == 14003 replace statecode = 43 if congress == 95 & id == 8032 replace statecode = 43 if congress == 95 & id == 11007 replace statecode = 43 if congress == 95 & id == 14029 replace statecode = 43 if congress == 95 & id == 7333 replace statecode = 43 if congress == 95 & id == 3078 replace statecode = 44 if congress == 95 & id == 14016 replace statecode = 44 if congress == 95 & id == 13023 replace statecode = 44 if congress == 95 & id == 11005 replace statecode = 44 if congress == 95 & id == 14249 replace statecode = 44 if congress == 95 & id == 14063 replace statecode = 44 if congress == 95 & id == 14467 replace statecode = 44 if congress == 95 & id == 3242 replace statecode = 44 if congress == 95 & id == 14252 replace statecode = 44 if congress == 95 & id == 14418 replace statecode = 44 if congress == 95 & id == 14429 replace statecode = 44 if congress == 95 & id == 14404 replace statecode = 82 if congress == 95 & id == 14425 replace statecode = 82 if congress == 95 & id == 14400 replace statecode = 63 if congress == 95 & id == 14056 replace statecode = 63 if congress == 95 & id == 10734 replace statecode = 21 if congress == 95 & id == 13030 replace statecode = 21 if congress == 95 & id == 13032 replace statecode = 21 if congress == 95 & id == 14271 replace statecode = 21 if congress == 95 & id == 2525 replace statecode = 21 if congress == 95 & id == 14285 replace statecode = 21 if congress == 95 & id == 14239 replace statecode = 21 if congress == 95 & id == 14068 replace statecode = 21 if congress == 95 & id == 8080 replace statecode = 21 if congress == 95 & id == 10421 replace statecode = 21 if congress == 95 & id == 12025 replace statecode = 21 if congress == 95 & id == 10703 replace statecode = 21 if congress == 95 & id == 12041 replace statecode = 21 if congress == 95 & id == 10606 replace statecode = 21 if congress == 95 & id == 10722 replace statecode = 21 if congress == 95 & id == 14411 replace statecode = 21 if congress == 95 & id == 10501 replace statecode = 21 if congress == 95 & id == 14041 replace statecode = 21 if congress == 95 & id == 6455 replace statecode = 21 if congress == 95 & id == 11041 replace statecode = 21 if congress == 95 & id == 10517 replace statecode = 21 if congress == 95 & id == 14033 replace statecode = 21 if congress == 95 & id == 8474 replace statecode = 21 if congress == 95 & id == 7610 replace statecode = 21 if congress == 95 & id == 14275 replace statecode = 22 if congress == 95 & id == 14406 replace statecode = 22 if congress == 95 & id == 14222 replace statecode = 22 if congress == 95 & id == 948 replace statecode = 22 if congress == 95 & id == 14447 replace statecode = 22 if congress == 95 & id == 13018 replace statecode = 22 if congress == 95 & id == 14220 replace statecode = 22 if congress == 95 & id == 11036 replace statecode = 22 if congress == 95 & id == 14412 replace statecode = 22 if congress == 95 & id == 10732 replace statecode = 22 if congress == 95 & id == 14274 replace statecode = 22 if congress == 95 & id == 10742 replace statecode = 31 if congress == 95 & id == 14432 replace statecode = 31 if congress == 95 & id == 14207 replace statecode = 31 if congress == 95 & id == 14226 replace statecode = 31 if congress == 95 & id == 8672 replace statecode = 31 if congress == 95 & id == 14230 replace statecode = 31 if congress == 95 & id == 14205 replace statecode = 32 if congress == 95 & id == 12029 replace statecode = 32 if congress == 95 & id == 14244 replace statecode = 32 if congress == 95 & id == 11057 replace statecode = 32 if congress == 95 & id == 14422 replace statecode = 32 if congress == 95 & id == 10625 replace statecode = 51 if congress == 95 & id == 14237 replace statecode = 51 if congress == 95 & id == 6845 replace statecode = 51 if congress == 95 & id == 13024 replace statecode = 51 if congress == 95 & id == 10626 replace statecode = 51 if congress == 95 & id == 10710 replace statecode = 51 if congress == 95 & id == 14006 replace statecode = 51 if congress == 95 & id == 7343 replace statecode = 45 if congress == 95 & id == 14455 replace statecode = 45 if congress == 95 & id == 14469 replace statecode = 45 if congress == 95 & id == 14067 replace statecode = 45 if congress == 95 & id == 14060 replace statecode = 45 if congress == 95 & id == 10567 replace statecode = 45 if congress == 95 & id == 14427 replace statecode = 45 if congress == 95 & id == 14259 replace statecode = 45 if congress == 95 & id == 13056 replace statecode = 45 if congress == 95 & id == 10602 replace statecode = 2 if congress == 95 & id == 14218 replace statecode = 2 if congress == 95 & id == 14010 replace statecode = 52 if congress == 95 & id == 14069 replace statecode = 52 if congress == 95 & id == 10601 replace statecode = 52 if congress == 95 & id == 14440 replace statecode = 52 if congress == 95 & id == 14021 replace statecode = 52 if congress == 95 & id == 14278 replace statecode = 52 if congress == 95 & id == 13008 replace statecode = 52 if congress == 95 & id == 13031 replace statecode = 52 if congress == 95 & id == 14452 replace statecode = 3 if congress == 95 & id == 2009 replace statecode = 3 if congress == 95 & id == 830 replace statecode = 3 if congress == 95 & id == 14216 replace statecode = 3 if congress == 95 & id == 13013 replace statecode = 3 if congress == 95 & id == 14279 replace statecode = 3 if congress == 95 & id == 12040 replace statecode = 3 if congress == 95 & id == 14435 replace statecode = 3 if congress == 95 & id == 7081 replace statecode = 3 if congress == 95 & id == 14039 replace statecode = 3 if congress == 95 & id == 11021 replace statecode = 3 if congress == 95 & id == 1265 replace statecode = 3 if congress == 95 & id == 14055 replace statecode = 23 if congress == 95 & id == 10713 replace statecode = 23 if congress == 95 & id == 14446 replace statecode = 23 if congress == 95 & id == 11006 replace statecode = 23 if congress == 95 & id == 14453 replace statecode = 23 if congress == 95 & id == 14450 replace statecode = 23 if congress == 95 & id == 14210 replace statecode = 23 if congress == 95 & id == 14430 replace statecode = 23 if congress == 95 & id == 14075 replace statecode = 23 if congress == 95 & id == 10794 replace statecode = 23 if congress == 95 & id == 1610 replace statecode = 23 if congress == 95 & id == 11045 replace statecode = 23 if congress == 95 & id == 14407 replace statecode = 23 if congress == 95 & id == 2594 replace statecode = 23 if congress == 95 & id == 10540 replace statecode = 23 if congress == 95 & id == 10727 replace statecode = 23 if congress == 95 & id == 2605 replace statecode = 23 if congress == 95 & id == 14209 replace statecode = 23 if congress == 95 & id == 14206 replace statecode = 23 if congress == 95 & id == 1087 replace statecode = 33 if congress == 95 & id == 7671 replace statecode = 33 if congress == 95 & id == 14227 replace statecode = 33 if congress == 95 & id == 13015 replace statecode = 33 if congress == 95 & id == 14458 replace statecode = 33 if congress == 95 & id == 10585 replace statecode = 33 if congress == 95 & id == 14263 replace statecode = 33 if congress == 95 & id == 13007 replace statecode = 33 if congress == 95 & id == 14466 replace statecode = 33 if congress == 95 & id == 14265 replace statecode = 46 if congress == 95 & id == 10075 replace statecode = 46 if congress == 95 & id == 14005 replace statecode = 46 if congress == 95 & id == 11035 replace statecode = 46 if congress == 95 & id == 14009 replace statecode = 46 if congress == 95 & id == 14031 replace statecode = 34 if congress == 95 & id == 12009 replace statecode = 34 if congress == 95 & id == 14465 replace statecode = 34 if congress == 95 & id == 14421 replace statecode = 34 if congress == 95 & id == 14451 replace statecode = 34 if congress == 95 & id == 835 replace statecode = 34 if congress == 95 & id == 14410 replace statecode = 34 if congress == 95 & id == 14057 replace statecode = 34 if congress == 95 & id == 10528 replace statecode = 34 if congress == 95 & id == 14459 replace statecode = 34 if congress == 95 & id == 12004 replace statecode = 64 if congress == 95 & id == 14203 replace statecode = 64 if congress == 95 & id == 14437 replace statecode = 35 if congress == 95 & id == 13045 replace statecode = 35 if congress == 95 & id == 14409 replace statecode = 35 if congress == 95 & id == 14276 replace statecode = 65 if congress == 95 & id == 14272 replace statecode = 4 if congress == 95 & id == 14284 replace statecode = 4 if congress == 95 & id == 10581 replace statecode = 12 if congress == 95 & id == 14223 replace statecode = 12 if congress == 95 & id == 14238 replace statecode = 12 if congress == 95 & id == 10739 replace statecode = 12 if congress == 95 & id == 9322 replace statecode = 12 if congress == 95 & id == 14221 replace statecode = 12 if congress == 95 & id == 12046 replace statecode = 12 if congress == 95 & id == 14254 replace statecode = 12 if congress == 95 & id == 12042 replace statecode = 12 if congress == 95 & id == 14426 replace statecode = 12 if congress == 95 & id == 8010 replace statecode = 12 if congress == 95 & id == 10609 replace statecode = 12 if congress == 95 & id == 14046 replace statecode = 12 if congress == 95 & id == 14255 replace statecode = 12 if congress == 95 & id == 14433 replace statecode = 12 if congress == 95 & id == 10613 replace statecode = 66 if congress == 95 & id == 12022 replace statecode = 66 if congress == 95 & id == 13038 replace statecode = 13 if congress == 95 & id == 10545 replace statecode = 13 if congress == 95 & id == 14214 replace statecode = 13 if congress == 95 & id == 14200 replace statecode = 13 if congress == 95 & id == 13021 replace statecode = 13 if congress == 95 & id == 10638 replace statecode = 13 if congress == 95 & id == 10784 replace statecode = 13 if congress == 95 & id == 10500 replace statecode = 13 if congress == 95 & id == 10551 replace statecode = 13 if congress == 95 & id == 2476 replace statecode = 13 if congress == 95 & id == 12003 replace statecode = 13 if congress == 95 & id == 10768 replace statecode = 13 if congress == 95 & id == 12008 replace statecode = 13 if congress == 95 & id == 14277 replace statecode = 13 if congress == 95 & id == 14269 replace statecode = 13 if congress == 95 & id == 14283 replace statecode = 13 if congress == 95 & id == 14022 replace statecode = 13 if congress == 95 & id == 10611 replace statecode = 13 if congress == 95 & id == 12019 replace statecode = 13 if congress == 95 & id == 14471 replace statecode = 13 if congress == 95 & id == 13035 replace statecode = 13 if congress == 95 & id == 14463 replace statecode = 13 if congress == 95 & id == 13004 replace statecode = 13 if congress == 95 & id == 14470 replace statecode = 13 if congress == 95 & id == 10705 replace statecode = 13 if congress == 95 & id == 14408 replace statecode = 13 if congress == 95 & id == 10760 replace statecode = 13 if congress == 95 & id == 12013 replace statecode = 13 if congress == 95 & id == 14015 replace statecode = 13 if congress == 95 & id == 14253 replace statecode = 13 if congress == 95 & id == 9017 replace statecode = 13 if congress == 95 & id == 14267 replace statecode = 13 if congress == 95 & id == 10749 replace statecode = 13 if congress == 95 & id == 14038 replace statecode = 13 if congress == 95 & id == 10733 replace statecode = 13 if congress == 95 & id == 14061 replace statecode = 13 if congress == 95 & id == 10596 replace statecode = 13 if congress == 95 & id == 10712 replace statecode = 13 if congress == 95 & id == 14248 replace statecode = 13 if congress == 95 & id == 14264 replace statecode = 13 if congress == 95 & id == 13020 replace statecode = 13 if congress == 95 & id == 14289 replace statecode = 47 if congress == 95 & id == 10788 replace statecode = 47 if congress == 95 & id == 3321 replace statecode = 47 if congress == 95 & id == 14464 replace statecode = 47 if congress == 95 & id == 14001 replace statecode = 47 if congress == 95 & id == 14262 replace statecode = 47 if congress == 95 & id == 12027 replace statecode = 47 if congress == 95 & id == 14048 replace statecode = 47 if congress == 95 & id == 14233 replace statecode = 47 if congress == 95 & id == 14035 replace statecode = 47 if congress == 95 & id == 10574 replace statecode = 47 if congress == 95 & id == 14424 replace statecode = 36 if congress == 95 & id == 10569 replace statecode = 24 if congress == 95 & id == 14225 replace statecode = 24 if congress == 95 & id == 14070 replace statecode = 24 if congress == 95 & id == 11054 replace statecode = 24 if congress == 95 & id == 14018 replace statecode = 24 if congress == 95 & id == 5495 replace statecode = 24 if congress == 95 & id == 10525 replace statecode = 24 if congress == 95 & id == 10786 replace statecode = 24 if congress == 95 & id == 14245 replace statecode = 24 if congress == 95 & id == 267 replace statecode = 24 if congress == 95 & id == 11034 replace statecode = 24 if congress == 95 & id == 10773 replace statecode = 24 if congress == 95 & id == 2533 replace statecode = 24 if congress == 95 & id == 14445 replace statecode = 24 if congress == 95 & id == 13040 replace statecode = 24 if congress == 95 & id == 11058 replace statecode = 24 if congress == 95 & id == 14045 replace statecode = 24 if congress == 95 & id == 10502 replace statecode = 24 if congress == 95 & id == 14402 replace statecode = 24 if congress == 95 & id == 12044 replace statecode = 24 if congress == 95 & id == 14443 replace statecode = 24 if congress == 95 & id == 12030 replace statecode = 24 if congress == 95 & id == 9623 replace statecode = 24 if congress == 95 & id == 14260 replace statecode = 53 if congress == 95 & id == 14026 replace statecode = 53 if congress == 95 & id == 14270 replace statecode = 53 if congress == 95 & id == 14462 replace statecode = 53 if congress == 95 & id == 8866 replace statecode = 53 if congress == 95 & id == 14415 replace statecode = 53 if congress == 95 & id == 14219 replace statecode = 72 if congress == 95 & id == 14201 replace statecode = 72 if congress == 95 & id == 9551 replace statecode = 72 if congress == 95 & id == 10582 replace statecode = 72 if congress == 95 & id == 14281 replace statecode = 14 if congress == 95 & id == 14442 replace statecode = 14 if congress == 95 & id == 6936 replace statecode = 14 if congress == 95 & id == 14434 replace statecode = 14 if congress == 95 & id == 11014 replace statecode = 14 if congress == 95 & id == 14273 replace statecode = 14 if congress == 95 & id == 12035 replace statecode = 14 if congress == 95 & id == 14217 replace statecode = 14 if congress == 95 & id == 14431 replace statecode = 14 if congress == 95 & id == 14052 replace statecode = 14 if congress == 95 & id == 10607 replace statecode = 14 if congress == 95 & id == 3224 replace statecode = 14 if congress == 95 & id == 14072 replace statecode = 14 if congress == 95 & id == 12010 replace statecode = 14 if congress == 95 & id == 6661 replace statecode = 14 if congress == 95 & id == 10620 replace statecode = 14 if congress == 95 & id == 14461 replace statecode = 14 if congress == 95 & id == 14416 replace statecode = 14 if congress == 95 & id == 14460 replace statecode = 14 if congress == 95 & id == 14288 replace statecode = 14 if congress == 95 & id == 11067 replace statecode = 14 if congress == 95 & id == 2513 replace statecode = 14 if congress == 95 & id == 14441 replace statecode = 14 if congress == 95 & id == 14401 replace statecode = 14 if congress == 95 & id == 14436 replace statecode = 14 if congress == 95 & id == 14261 replace statecode = 5 if congress == 95 & id == 10561 replace statecode = 5 if congress == 95 & id == 14204 replace statecode = 48 if congress == 95 & id == 13048 replace statecode = 48 if congress == 95 & id == 13042 replace statecode = 48 if congress == 95 & id == 14212 replace statecode = 48 if congress == 95 & id == 12023 replace statecode = 48 if congress == 95 & id == 14235 replace statecode = 48 if congress == 95 & id == 14241 replace statecode = 37 if congress == 95 & id == 14268 replace statecode = 37 if congress == 95 & id == 14000 replace statecode = 54 if congress == 95 & id == 10616 replace statecode = 54 if congress == 95 & id == 10719 replace statecode = 54 if congress == 95 & id == 14251 replace statecode = 54 if congress == 95 & id == 14423 replace statecode = 54 if congress == 95 & id == 14286 replace statecode = 54 if congress == 95 & id == 14004 replace statecode = 54 if congress == 95 & id == 12038 replace statecode = 54 if congress == 95 & id == 14224 replace statecode = 49 if congress == 95 & id == 14291 replace statecode = 49 if congress == 95 & id == 14062 replace statecode = 49 if congress == 95 & id == 11066 replace statecode = 49 if congress == 95 & id == 10550 replace statecode = 49 if congress == 95 & id == 14439 replace statecode = 49 if congress == 95 & id == 9241 replace statecode = 49 if congress == 95 & id == 13002 replace statecode = 49 if congress == 95 & id == 11013 replace statecode = 49 if congress == 95 & id == 1077 replace statecode = 49 if congress == 95 & id == 10614 replace statecode = 49 if congress == 95 & id == 7498 replace statecode = 49 if congress == 95 & id == 10391 replace statecode = 49 if congress == 95 & id == 14234 replace statecode = 49 if congress == 95 & id == 10446 replace statecode = 49 if congress == 95 & id == 10716 replace statecode = 49 if congress == 95 & id == 10783 replace statecode = 49 if congress == 95 & id == 1282 replace statecode = 49 if congress == 95 & id == 14027 replace statecode = 49 if congress == 95 & id == 5924 replace statecode = 49 if congress == 95 & id == 10520 replace statecode = 49 if congress == 95 & id == 14247 replace statecode = 49 if congress == 95 & id == 14420 replace statecode = 49 if congress == 95 & id == 11023 replace statecode = 49 if congress == 95 & id == 14037 replace statecode = 67 if congress == 95 & id == 13027 replace statecode = 67 if congress == 95 & id == 14438 replace statecode = 6 if congress == 95 & id == 14240 replace statecode = 40 if congress == 95 & id == 14456 replace statecode = 40 if congress == 95 & id == 12033 replace statecode = 40 if congress == 95 & id == 10767 replace statecode = 40 if congress == 95 & id == 14013 replace statecode = 40 if congress == 95 & id == 12011 replace statecode = 40 if congress == 95 & id == 13055 replace statecode = 40 if congress == 95 & id == 13036 replace statecode = 40 if congress == 95 & id == 14231 replace statecode = 40 if congress == 95 & id == 9802 replace statecode = 40 if congress == 95 & id == 14215 replace statecode = 73 if congress == 95 & id == 14044 replace statecode = 73 if congress == 95 & id == 10756 replace statecode = 73 if congress == 95 & id == 14208 replace statecode = 73 if congress == 95 & id == 13026 replace statecode = 73 if congress == 95 & id == 10726 replace statecode = 73 if congress == 95 & id == 14413 replace statecode = 73 if congress == 95 & id == 10700 replace statecode = 73 if congress == 95 & id == 14468 replace statecode = 56 if congress == 95 & id == 6584 replace statecode = 56 if congress == 95 & id == 8824 replace statecode = 56 if congress == 95 & id == 8564 replace statecode = 56 if congress == 95 & id == 14448 replace statecode = 25 if congress == 95 & id == 13003 replace statecode = 25 if congress == 95 & id == 5101 replace statecode = 25 if congress == 95 & id == 14202 replace statecode = 25 if congress == 95 & id == 10463 replace statecode = 25 if congress == 95 & id == 7824 replace statecode = 25 if congress == 95 & id == 11051 replace statecode = 25 if congress == 95 & id == 12036 replace statecode = 25 if congress == 95 & id == 14211 replace statecode = 25 if congress == 95 & id == 14242 replace statecode = 68 if congress == 95 & id == 10766 replace statecode = 99 if congress == 96 & id == 99906 replace statecode = 41 if congress == 96 & id == 10721 replace statecode = 41 if congress == 96 & id == 10717 replace statecode = 41 if congress == 96 & id == 11037 replace statecode = 41 if congress == 96 & id == 11000 replace statecode = 41 if congress == 96 & id == 14419 replace statecode = 41 if congress == 96 & id == 10706 replace statecode = 41 if congress == 96 & id == 14659 replace statecode = 81 if congress == 96 & id == 14066 replace statecode = 61 if congress == 96 & id == 7845 replace statecode = 61 if congress == 96 & id == 10566 replace statecode = 61 if congress == 96 & id == 94454 replace statecode = 61 if congress == 96 & id == 14449 replace statecode = 42 if congress == 96 & id == 12000 replace statecode = 42 if congress == 96 & id == 14606 replace statecode = 42 if congress == 96 & id == 11020 replace statecode = 42 if congress == 96 & id == 14601 replace statecode = 71 if congress == 96 & id == 4957 replace statecode = 71 if congress == 96 & id == 10579 replace statecode = 71 if congress == 96 & id == 14649 replace statecode = 71 if congress == 96 & id == 14624 replace statecode = 71 if congress == 96 & id == 14076 replace statecode = 71 if congress == 96 & id == 10577 replace statecode = 71 if congress == 96 & id == 14256 replace statecode = 71 if congress == 96 & id == 13011 replace statecode = 71 if congress == 96 & id == 14053 replace statecode = 71 if congress == 96 & id == 10583 replace statecode = 71 if congress == 96 & id == 14676 replace statecode = 71 if congress == 96 & id == 14049 replace statecode = 71 if congress == 96 & id == 11063 replace statecode = 71 if congress == 96 & id == 14257 replace statecode = 71 if congress == 96 & id == 14660 replace statecode = 71 if congress == 96 & id == 14613 replace statecode = 71 if congress == 96 & id == 14444 replace statecode = 71 if congress == 96 & id == 14652 replace statecode = 71 if congress == 96 & id == 14669 replace statecode = 71 if congress == 96 & id == 14071 replace statecode = 71 if congress == 96 & id == 12037 replace statecode = 71 if congress == 96 & id == 10511 replace statecode = 71 if congress == 96 & id == 14040 replace statecode = 71 if congress == 96 & id == 14405 replace statecode = 71 if congress == 96 & id == 14280 replace statecode = 71 if congress == 96 & id == 10621 replace statecode = 71 if congress == 96 & id == 10553 replace statecode = 71 if congress == 96 & id == 14414 replace statecode = 71 if congress == 96 & id == 14620 replace statecode = 71 if congress == 96 & id == 10595 replace statecode = 71 if congress == 96 & id == 13010 replace statecode = 71 if congress == 96 & id == 10640 replace statecode = 71 if congress == 96 & id == 12001 replace statecode = 71 if congress == 96 & id == 14630 replace statecode = 71 if congress == 96 & id == 14647 replace statecode = 71 if congress == 96 & id == 14250 replace statecode = 71 if congress == 96 & id == 10573 replace statecode = 71 if congress == 96 & id == 14644 replace statecode = 71 if congress == 96 & id == 14266 replace statecode = 71 if congress == 96 & id == 14616 replace statecode = 71 if congress == 96 & id == 14403 replace statecode = 71 if congress == 96 & id == 10249 replace statecode = 71 if congress == 96 & id == 10633 replace statecode = 71 if congress == 96 & id == 14007 replace statecode = 62 if congress == 96 & id == 14051 replace statecode = 62 if congress == 96 & id == 14282 replace statecode = 62 if congress == 96 & id == 14638 replace statecode = 62 if congress == 96 & id == 14025 replace statecode = 62 if congress == 96 & id == 14639 replace statecode = 1 if congress == 96 & id == 13009 replace statecode = 1 if congress == 96 & id == 14213 replace statecode = 1 if congress == 96 & id == 3553 replace statecode = 1 if congress == 96 & id == 13029 replace statecode = 1 if congress == 96 & id == 14653 replace statecode = 1 if congress == 96 & id == 14258 replace statecode = 11 if congress == 96 & id == 14417 replace statecode = 43 if congress == 96 & id == 14636 replace statecode = 43 if congress == 96 & id == 10587 replace statecode = 43 if congress == 96 & id == 633 replace statecode = 43 if congress == 96 & id == 12007 replace statecode = 43 if congress == 96 & id == 14243 replace statecode = 43 if congress == 96 & id == 13047 replace statecode = 43 if congress == 96 & id == 10588 replace statecode = 43 if congress == 96 & id == 94428 replace statecode = 43 if congress == 96 & id == 14651 replace statecode = 43 if congress == 96 & id == 14003 replace statecode = 43 if congress == 96 & id == 14648 replace statecode = 43 if congress == 96 & id == 14663 replace statecode = 43 if congress == 96 & id == 14029 replace statecode = 43 if congress == 96 & id == 7333 replace statecode = 43 if congress == 96 & id == 3078 replace statecode = 44 if congress == 96 & id == 14016 replace statecode = 44 if congress == 96 & id == 13023 replace statecode = 44 if congress == 96 & id == 11005 replace statecode = 44 if congress == 96 & id == 14249 replace statecode = 44 if congress == 96 & id == 14467 replace statecode = 44 if congress == 96 & id == 14627 replace statecode = 44 if congress == 96 & id == 14252 replace statecode = 44 if congress == 96 & id == 14418 replace statecode = 44 if congress == 96 & id == 14429 replace statecode = 44 if congress == 96 & id == 14404 replace statecode = 82 if congress == 96 & id == 14425 replace statecode = 82 if congress == 96 & id == 14400 replace statecode = 63 if congress == 96 & id == 14056 replace statecode = 63 if congress == 96 & id == 10734 replace statecode = 21 if congress == 96 & id == 14665 replace statecode = 21 if congress == 96 & id == 13032 replace statecode = 21 if congress == 96 & id == 14271 replace statecode = 21 if congress == 96 & id == 2525 replace statecode = 21 if congress == 96 & id == 14285 replace statecode = 21 if congress == 96 & id == 14239 replace statecode = 21 if congress == 96 & id == 14068 replace statecode = 21 if congress == 96 & id == 8080 replace statecode = 21 if congress == 96 & id == 10421 replace statecode = 21 if congress == 96 & id == 12025 replace statecode = 21 if congress == 96 & id == 14677 replace statecode = 21 if congress == 96 & id == 10703 replace statecode = 21 if congress == 96 & id == 12041 replace statecode = 21 if congress == 96 & id == 10606 replace statecode = 21 if congress == 96 & id == 10722 replace statecode = 21 if congress == 96 & id == 14411 replace statecode = 21 if congress == 96 & id == 10501 replace statecode = 21 if congress == 96 & id == 14041 replace statecode = 21 if congress == 96 & id == 6455 replace statecode = 21 if congress == 96 & id == 11041 replace statecode = 21 if congress == 96 & id == 10517 replace statecode = 21 if congress == 96 & id == 14033 replace statecode = 21 if congress == 96 & id == 14615 replace statecode = 21 if congress == 96 & id == 7610 replace statecode = 21 if congress == 96 & id == 14275 replace statecode = 22 if congress == 96 & id == 14406 replace statecode = 22 if congress == 96 & id == 14222 replace statecode = 22 if congress == 96 & id == 948 replace statecode = 22 if congress == 96 & id == 14447 replace statecode = 22 if congress == 96 & id == 13018 replace statecode = 22 if congress == 96 & id == 14220 replace statecode = 22 if congress == 96 & id == 11036 replace statecode = 22 if congress == 96 & id == 14619 replace statecode = 22 if congress == 96 & id == 10732 replace statecode = 22 if congress == 96 & id == 14274 replace statecode = 22 if congress == 96 & id == 10742 replace statecode = 31 if congress == 96 & id == 14432 replace statecode = 31 if congress == 96 & id == 14668 replace statecode = 31 if congress == 96 & id == 14226 replace statecode = 31 if congress == 96 & id == 8672 replace statecode = 31 if congress == 96 & id == 14230 replace statecode = 31 if congress == 96 & id == 14205 replace statecode = 32 if congress == 96 & id == 12029 replace statecode = 32 if congress == 96 & id == 14637 replace statecode = 32 if congress == 96 & id == 11057 replace statecode = 32 if congress == 96 & id == 14422 replace statecode = 32 if congress == 96 & id == 14670 replace statecode = 51 if congress == 96 & id == 14237 replace statecode = 51 if congress == 96 & id == 6845 replace statecode = 51 if congress == 96 & id == 13024 replace statecode = 51 if congress == 96 & id == 10626 replace statecode = 51 if congress == 96 & id == 10710 replace statecode = 51 if congress == 96 & id == 14635 replace statecode = 51 if congress == 96 & id == 7343 replace statecode = 45 if congress == 96 & id == 14469 replace statecode = 45 if congress == 96 & id == 14067 replace statecode = 45 if congress == 96 & id == 14060 replace statecode = 45 if congress == 96 & id == 14679 replace statecode = 45 if congress == 96 & id == 14640 replace statecode = 45 if congress == 96 & id == 14427 replace statecode = 45 if congress == 96 & id == 14259 replace statecode = 45 if congress == 96 & id == 13056 replace statecode = 45 if congress == 96 & id == 10602 replace statecode = 2 if congress == 96 & id == 14218 replace statecode = 2 if congress == 96 & id == 14661 replace statecode = 52 if congress == 96 & id == 14069 replace statecode = 52 if congress == 96 & id == 10601 replace statecode = 52 if congress == 96 & id == 14440 replace statecode = 52 if congress == 96 & id == 14021 replace statecode = 52 if congress == 96 & id == 14278 replace statecode = 52 if congress == 96 & id == 14608 replace statecode = 52 if congress == 96 & id == 13031 replace statecode = 52 if congress == 96 & id == 14604 replace statecode = 3 if congress == 96 & id == 2009 replace statecode = 3 if congress == 96 & id == 830 replace statecode = 3 if congress == 96 & id == 14216 replace statecode = 3 if congress == 96 & id == 13013 replace statecode = 3 if congress == 96 & id == 14658 replace statecode = 3 if congress == 96 & id == 14650 replace statecode = 3 if congress == 96 & id == 14435 replace statecode = 3 if congress == 96 & id == 7081 replace statecode = 3 if congress == 96 & id == 14039 replace statecode = 3 if congress == 96 & id == 11021 replace statecode = 3 if congress == 96 & id == 14621 replace statecode = 3 if congress == 96 & id == 14055 replace statecode = 23 if congress == 96 & id == 10713 replace statecode = 23 if congress == 96 & id == 14446 replace statecode = 23 if congress == 96 & id == 14673 replace statecode = 23 if congress == 96 & id == 14453 replace statecode = 23 if congress == 96 & id == 14450 replace statecode = 23 if congress == 96 & id == 14210 replace statecode = 23 if congress == 96 & id == 14430 replace statecode = 23 if congress == 96 & id == 14075 replace statecode = 23 if congress == 96 & id == 10794 replace statecode = 23 if congress == 96 & id == 14600 replace statecode = 23 if congress == 96 & id == 14618 replace statecode = 23 if congress == 96 & id == 14407 replace statecode = 23 if congress == 96 & id == 2594 replace statecode = 23 if congress == 96 & id == 14681 replace statecode = 23 if congress == 96 & id == 10540 replace statecode = 23 if congress == 96 & id == 10727 replace statecode = 23 if congress == 96 & id == 2605 replace statecode = 23 if congress == 96 & id == 14209 replace statecode = 23 if congress == 96 & id == 14206 replace statecode = 23 if congress == 96 & id == 1087 replace statecode = 33 if congress == 96 & id == 14623 replace statecode = 33 if congress == 96 & id == 14227 replace statecode = 33 if congress == 96 & id == 13015 replace statecode = 33 if congress == 96 & id == 14458 replace statecode = 33 if congress == 96 & id == 14656 replace statecode = 33 if congress == 96 & id == 14263 replace statecode = 33 if congress == 96 & id == 14466 replace statecode = 33 if congress == 96 & id == 14265 replace statecode = 46 if congress == 96 & id == 10075 replace statecode = 46 if congress == 96 & id == 14005 replace statecode = 46 if congress == 96 & id == 11035 replace statecode = 46 if congress == 96 & id == 14634 replace statecode = 46 if congress == 96 & id == 14031 replace statecode = 34 if congress == 96 & id == 12009 replace statecode = 34 if congress == 96 & id == 14465 replace statecode = 34 if congress == 96 & id == 14421 replace statecode = 34 if congress == 96 & id == 14451 replace statecode = 34 if congress == 96 & id == 835 replace statecode = 34 if congress == 96 & id == 14410 replace statecode = 34 if congress == 96 & id == 14057 replace statecode = 34 if congress == 96 & id == 10528 replace statecode = 34 if congress == 96 & id == 14459 replace statecode = 34 if congress == 96 & id == 12004 replace statecode = 64 if congress == 96 & id == 14672 replace statecode = 64 if congress == 96 & id == 14437 replace statecode = 35 if congress == 96 & id == 14605 replace statecode = 35 if congress == 96 & id == 14409 replace statecode = 35 if congress == 96 & id == 14276 replace statecode = 65 if congress == 96 & id == 14272 replace statecode = 4 if congress == 96 & id == 14284 replace statecode = 4 if congress == 96 & id == 10581 replace statecode = 12 if congress == 96 & id == 14223 replace statecode = 12 if congress == 96 & id == 14238 replace statecode = 12 if congress == 96 & id == 10739 replace statecode = 12 if congress == 96 & id == 9322 replace statecode = 12 if congress == 96 & id == 14221 replace statecode = 12 if congress == 96 & id == 12046 replace statecode = 12 if congress == 96 & id == 14254 replace statecode = 12 if congress == 96 & id == 12042 replace statecode = 12 if congress == 96 & id == 14426 replace statecode = 12 if congress == 96 & id == 8010 replace statecode = 12 if congress == 96 & id == 10609 replace statecode = 12 if congress == 96 & id == 14046 replace statecode = 12 if congress == 96 & id == 14614 replace statecode = 12 if congress == 96 & id == 14631 replace statecode = 12 if congress == 96 & id == 10613 replace statecode = 66 if congress == 96 & id == 12022 replace statecode = 66 if congress == 96 & id == 13038 replace statecode = 13 if congress == 96 & id == 14610 replace statecode = 13 if congress == 96 & id == 14214 replace statecode = 13 if congress == 96 & id == 14200 replace statecode = 13 if congress == 96 & id == 13021 replace statecode = 13 if congress == 96 & id == 10638 replace statecode = 13 if congress == 96 & id == 10784 replace statecode = 13 if congress == 96 & id == 10500 replace statecode = 13 if congress == 96 & id == 10551 replace statecode = 13 if congress == 96 & id == 14625 replace statecode = 13 if congress == 96 & id == 12003 replace statecode = 13 if congress == 96 & id == 10768 replace statecode = 13 if congress == 96 & id == 12008 replace statecode = 13 if congress == 96 & id == 14277 replace statecode = 13 if congress == 96 & id == 14269 replace statecode = 13 if congress == 96 & id == 14283 replace statecode = 13 if congress == 96 & id == 14022 replace statecode = 13 if congress == 96 & id == 10611 replace statecode = 13 if congress == 96 & id == 14471 replace statecode = 13 if congress == 96 & id == 13035 replace statecode = 13 if congress == 96 & id == 14463 replace statecode = 13 if congress == 96 & id == 14470 replace statecode = 13 if congress == 96 & id == 10705 replace statecode = 13 if congress == 96 & id == 13033 replace statecode = 13 if congress == 96 & id == 10760 replace statecode = 13 if congress == 96 & id == 12013 replace statecode = 13 if congress == 96 & id == 14015 replace statecode = 13 if congress == 96 & id == 14253 replace statecode = 13 if congress == 96 & id == 9017 replace statecode = 13 if congress == 96 & id == 14662 replace statecode = 13 if congress == 96 & id == 10749 replace statecode = 13 if congress == 96 & id == 14038 replace statecode = 13 if congress == 96 & id == 10733 replace statecode = 13 if congress == 96 & id == 14642 replace statecode = 13 if congress == 96 & id == 10596 replace statecode = 13 if congress == 96 & id == 10712 replace statecode = 13 if congress == 96 & id == 14248 replace statecode = 13 if congress == 96 & id == 14264 replace statecode = 13 if congress == 96 & id == 13020 replace statecode = 13 if congress == 96 & id == 14289 replace statecode = 47 if congress == 96 & id == 10788 replace statecode = 47 if congress == 96 & id == 3321 replace statecode = 47 if congress == 96 & id == 14464 replace statecode = 47 if congress == 96 & id == 14001 replace statecode = 47 if congress == 96 & id == 14262 replace statecode = 47 if congress == 96 & id == 12027 replace statecode = 47 if congress == 96 & id == 14048 replace statecode = 47 if congress == 96 & id == 14233 replace statecode = 47 if congress == 96 & id == 14035 replace statecode = 47 if congress == 96 & id == 10574 replace statecode = 47 if congress == 96 & id == 14424 replace statecode = 36 if congress == 96 & id == 10569 replace statecode = 24 if congress == 96 & id == 14225 replace statecode = 24 if congress == 96 & id == 14070 replace statecode = 24 if congress == 96 & id == 14632 replace statecode = 24 if congress == 96 & id == 14018 replace statecode = 24 if congress == 96 & id == 5495 replace statecode = 24 if congress == 96 & id == 10525 replace statecode = 24 if congress == 96 & id == 10786 replace statecode = 24 if congress == 96 & id == 14245 replace statecode = 24 if congress == 96 & id == 267 replace statecode = 24 if congress == 96 & id == 11034 replace statecode = 24 if congress == 96 & id == 10773 replace statecode = 24 if congress == 96 & id == 2533 replace statecode = 24 if congress == 96 & id == 14445 replace statecode = 24 if congress == 96 & id == 13040 replace statecode = 24 if congress == 96 & id == 11058 replace statecode = 24 if congress == 96 & id == 14045 replace statecode = 24 if congress == 96 & id == 10502 replace statecode = 24 if congress == 96 & id == 14402 replace statecode = 24 if congress == 96 & id == 14671 replace statecode = 24 if congress == 96 & id == 14443 replace statecode = 24 if congress == 96 & id == 12030 replace statecode = 24 if congress == 96 & id == 9623 replace statecode = 24 if congress == 96 & id == 14260 replace statecode = 53 if congress == 96 & id == 14026 replace statecode = 53 if congress == 96 & id == 14667 replace statecode = 53 if congress == 96 & id == 14462 replace statecode = 53 if congress == 96 & id == 8866 replace statecode = 53 if congress == 96 & id == 14415 replace statecode = 53 if congress == 96 & id == 14219 replace statecode = 72 if congress == 96 & id == 14201 replace statecode = 72 if congress == 96 & id == 9551 replace statecode = 72 if congress == 96 & id == 10582 replace statecode = 72 if congress == 96 & id == 14281 replace statecode = 14 if congress == 96 & id == 14442 replace statecode = 14 if congress == 96 & id == 14629 replace statecode = 14 if congress == 96 & id == 14434 replace statecode = 14 if congress == 96 & id == 14622 replace statecode = 14 if congress == 96 & id == 14273 replace statecode = 14 if congress == 96 & id == 12035 replace statecode = 14 if congress == 96 & id == 14217 replace statecode = 14 if congress == 96 & id == 14431 replace statecode = 14 if congress == 96 & id == 14052 replace statecode = 14 if congress == 96 & id == 10607 replace statecode = 14 if congress == 96 & id == 3224 replace statecode = 14 if congress == 96 & id == 14678 replace statecode = 14 if congress == 96 & id == 14072 replace statecode = 14 if congress == 96 & id == 12010 replace statecode = 14 if congress == 96 & id == 6661 replace statecode = 14 if congress == 96 & id == 14654 replace statecode = 14 if congress == 96 & id == 14461 replace statecode = 14 if congress == 96 & id == 14416 replace statecode = 14 if congress == 96 & id == 14460 replace statecode = 14 if congress == 96 & id == 14288 replace statecode = 14 if congress == 96 & id == 11067 replace statecode = 14 if congress == 96 & id == 14603 replace statecode = 14 if congress == 96 & id == 14441 replace statecode = 14 if congress == 96 & id == 14612 replace statecode = 14 if congress == 96 & id == 14436 replace statecode = 14 if congress == 96 & id == 14602 replace statecode = 5 if congress == 96 & id == 10561 replace statecode = 5 if congress == 96 & id == 14204 replace statecode = 48 if congress == 96 & id == 13048 replace statecode = 48 if congress == 96 & id == 13042 replace statecode = 48 if congress == 96 & id == 14212 replace statecode = 48 if congress == 96 & id == 14609 replace statecode = 48 if congress == 96 & id == 14235 replace statecode = 48 if congress == 96 & id == 14241 replace statecode = 37 if congress == 96 & id == 14617 replace statecode = 37 if congress == 96 & id == 14000 replace statecode = 54 if congress == 96 & id == 10616 replace statecode = 54 if congress == 96 & id == 10719 replace statecode = 54 if congress == 96 & id == 14251 replace statecode = 54 if congress == 96 & id == 14423 replace statecode = 54 if congress == 96 & id == 14607 replace statecode = 54 if congress == 96 & id == 14004 replace statecode = 54 if congress == 96 & id == 12038 replace statecode = 54 if congress == 96 & id == 14224 replace statecode = 49 if congress == 96 & id == 14291 replace statecode = 49 if congress == 96 & id == 14062 replace statecode = 49 if congress == 96 & id == 11066 replace statecode = 49 if congress == 96 & id == 10550 replace statecode = 49 if congress == 96 & id == 14439 replace statecode = 49 if congress == 96 & id == 94628 replace statecode = 49 if congress == 96 & id == 13002 replace statecode = 49 if congress == 96 & id == 11013 replace statecode = 49 if congress == 96 & id == 1077 replace statecode = 49 if congress == 96 & id == 10614 replace statecode = 49 if congress == 96 & id == 14641 replace statecode = 49 if congress == 96 & id == 10391 replace statecode = 49 if congress == 96 & id == 14234 replace statecode = 49 if congress == 96 & id == 14674 replace statecode = 49 if congress == 96 & id == 10716 replace statecode = 49 if congress == 96 & id == 10783 replace statecode = 49 if congress == 96 & id == 14664 replace statecode = 49 if congress == 96 & id == 14643 replace statecode = 49 if congress == 96 & id == 14633 replace statecode = 49 if congress == 96 & id == 10520 replace statecode = 49 if congress == 96 & id == 14645 replace statecode = 49 if congress == 96 & id == 14290 replace statecode = 49 if congress == 96 & id == 11023 replace statecode = 49 if congress == 96 & id == 14626 replace statecode = 67 if congress == 96 & id == 13027 replace statecode = 67 if congress == 96 & id == 14438 replace statecode = 6 if congress == 96 & id == 14240 replace statecode = 40 if congress == 96 & id == 14456 replace statecode = 40 if congress == 96 & id == 12033 replace statecode = 40 if congress == 96 & id == 10767 replace statecode = 40 if congress == 96 & id == 14013 replace statecode = 40 if congress == 96 & id == 12011 replace statecode = 40 if congress == 96 & id == 13055 replace statecode = 40 if congress == 96 & id == 13036 replace statecode = 40 if congress == 96 & id == 14231 replace statecode = 40 if congress == 96 & id == 9802 replace statecode = 40 if congress == 96 & id == 14215 replace statecode = 73 if congress == 96 & id == 14044 replace statecode = 73 if congress == 96 & id == 14666 replace statecode = 73 if congress == 96 & id == 14208 replace statecode = 73 if congress == 96 & id == 13026 replace statecode = 73 if congress == 96 & id == 10726 replace statecode = 73 if congress == 96 & id == 14413 replace statecode = 73 if congress == 96 & id == 14646 replace statecode = 56 if congress == 96 & id == 6584 replace statecode = 56 if congress == 96 & id == 8824 replace statecode = 56 if congress == 96 & id == 8564 replace statecode = 56 if congress == 96 & id == 14680 replace statecode = 56 if congress == 96 & id == 14448 replace statecode = 25 if congress == 96 & id == 13003 replace statecode = 25 if congress == 96 & id == 5101 replace statecode = 25 if congress == 96 & id == 14202 replace statecode = 25 if congress == 96 & id == 10463 replace statecode = 25 if congress == 96 & id == 7824 replace statecode = 25 if congress == 96 & id == 14675 replace statecode = 25 if congress == 96 & id == 11051 replace statecode = 25 if congress == 96 & id == 12036 replace statecode = 25 if congress == 96 & id == 14655 replace statecode = 25 if congress == 96 & id == 14657 replace statecode = 68 if congress == 96 & id == 14611 replace statecode = 99 if congress == 97 & id == 99907 replace statecode = 41 if congress == 97 & id == 10721 replace statecode = 41 if congress == 97 & id == 10717 replace statecode = 41 if congress == 97 & id == 11037 replace statecode = 41 if congress == 97 & id == 11000 replace statecode = 41 if congress == 97 & id == 14419 replace statecode = 41 if congress == 97 & id == 14862 replace statecode = 41 if congress == 97 & id == 14659 replace statecode = 81 if congress == 97 & id == 14066 replace statecode = 61 if congress == 97 & id == 7845 replace statecode = 61 if congress == 97 & id == 10566 replace statecode = 61 if congress == 97 & id == 94454 replace statecode = 61 if congress == 97 & id == 14449 replace statecode = 42 if congress == 97 & id == 12000 replace statecode = 42 if congress == 97 & id == 14606 replace statecode = 42 if congress == 97 & id == 11020 replace statecode = 42 if congress == 97 & id == 14601 replace statecode = 71 if congress == 97 & id == 14805 replace statecode = 71 if congress == 97 & id == 10579 replace statecode = 71 if congress == 97 & id == 14649 replace statecode = 71 if congress == 97 & id == 14624 replace statecode = 71 if congress == 97 & id == 14076 replace statecode = 71 if congress == 97 & id == 10577 replace statecode = 71 if congress == 97 & id == 14256 replace statecode = 71 if congress == 97 & id == 13011 replace statecode = 71 if congress == 97 & id == 14053 replace statecode = 71 if congress == 97 & id == 10583 replace statecode = 71 if congress == 97 & id == 14837 replace statecode = 71 if congress == 97 & id == 11063 replace statecode = 71 if congress == 97 & id == 14257 replace statecode = 71 if congress == 97 & id == 14660 replace statecode = 71 if congress == 97 & id == 14613 replace statecode = 71 if congress == 97 & id == 14444 replace statecode = 71 if congress == 97 & id == 14652 replace statecode = 71 if congress == 97 & id == 14669 replace statecode = 71 if congress == 97 & id == 14071 replace statecode = 71 if congress == 97 & id == 12037 replace statecode = 71 if congress == 97 & id == 14821 replace statecode = 71 if congress == 97 & id == 14040 replace statecode = 71 if congress == 97 & id == 14405 replace statecode = 71 if congress == 97 & id == 14280 replace statecode = 71 if congress == 97 & id == 10621 replace statecode = 71 if congress == 97 & id == 10553 replace statecode = 71 if congress == 97 & id == 14414 replace statecode = 71 if congress == 97 & id == 14620 replace statecode = 71 if congress == 97 & id == 10595 replace statecode = 71 if congress == 97 & id == 13010 replace statecode = 71 if congress == 97 & id == 14879 replace statecode = 71 if congress == 97 & id == 14816 replace statecode = 71 if congress == 97 & id == 12001 replace statecode = 71 if congress == 97 & id == 14630 replace statecode = 71 if congress == 97 & id == 14647 replace statecode = 71 if congress == 97 & id == 14813 replace statecode = 71 if congress == 97 & id == 10573 replace statecode = 71 if congress == 97 & id == 14644 replace statecode = 71 if congress == 97 & id == 14266 replace statecode = 71 if congress == 97 & id == 14616 replace statecode = 71 if congress == 97 & id == 14403 replace statecode = 71 if congress == 97 & id == 14839 replace statecode = 71 if congress == 97 & id == 14835 replace statecode = 71 if congress == 97 & id == 14007 replace statecode = 62 if congress == 97 & id == 14051 replace statecode = 62 if congress == 97 & id == 14282 replace statecode = 62 if congress == 97 & id == 14638 replace statecode = 62 if congress == 97 & id == 14803 replace statecode = 62 if congress == 97 & id == 14639 replace statecode = 1 if congress == 97 & id == 13009 replace statecode = 1 if congress == 97 & id == 14877 replace statecode = 1 if congress == 97 & id == 14825 replace statecode = 1 if congress == 97 & id == 14811 replace statecode = 1 if congress == 97 & id == 13029 replace statecode = 1 if congress == 97 & id == 14653 replace statecode = 1 if congress == 97 & id == 14258 replace statecode = 11 if congress == 97 & id == 14417 replace statecode = 43 if congress == 97 & id == 14636 replace statecode = 43 if congress == 97 & id == 10587 replace statecode = 43 if congress == 97 & id == 633 replace statecode = 43 if congress == 97 & id == 12007 replace statecode = 43 if congress == 97 & id == 14842 replace statecode = 43 if congress == 97 & id == 13047 replace statecode = 43 if congress == 97 & id == 10588 replace statecode = 43 if congress == 97 & id == 94428 replace statecode = 43 if congress == 97 & id == 14651 replace statecode = 43 if congress == 97 & id == 14003 replace statecode = 43 if congress == 97 & id == 14648 replace statecode = 43 if congress == 97 & id == 14860 replace statecode = 43 if congress == 97 & id == 14029 replace statecode = 43 if congress == 97 & id == 7333 replace statecode = 43 if congress == 97 & id == 3078 replace statecode = 44 if congress == 97 & id == 14016 replace statecode = 44 if congress == 97 & id == 14831 replace statecode = 44 if congress == 97 & id == 11005 replace statecode = 44 if congress == 97 & id == 14249 replace statecode = 44 if congress == 97 & id == 14467 replace statecode = 44 if congress == 97 & id == 14627 replace statecode = 44 if congress == 97 & id == 14252 replace statecode = 44 if congress == 97 & id == 14418 replace statecode = 44 if congress == 97 & id == 14429 replace statecode = 44 if congress == 97 & id == 14404 replace statecode = 82 if congress == 97 & id == 14425 replace statecode = 82 if congress == 97 & id == 14400 replace statecode = 63 if congress == 97 & id == 14809 replace statecode = 63 if congress == 97 & id == 10734 replace statecode = 21 if congress == 97 & id == 14866 replace statecode = 21 if congress == 97 & id == 14856 replace statecode = 21 if congress == 97 & id == 14271 replace statecode = 21 if congress == 97 & id == 2525 replace statecode = 21 if congress == 97 & id == 14285 replace statecode = 21 if congress == 97 & id == 14239 replace statecode = 21 if congress == 97 & id == 14068 replace statecode = 21 if congress == 97 & id == 8080 replace statecode = 21 if congress == 97 & id == 10421 replace statecode = 21 if congress == 97 & id == 14677 replace statecode = 21 if congress == 97 & id == 10703 replace statecode = 21 if congress == 97 & id == 12041 replace statecode = 21 if congress == 97 & id == 10606 replace statecode = 21 if congress == 97 & id == 10722 replace statecode = 21 if congress == 97 & id == 14411 replace statecode = 21 if congress == 97 & id == 14841 replace statecode = 21 if congress == 97 & id == 14041 replace statecode = 21 if congress == 97 & id == 6455 replace statecode = 21 if congress == 97 & id == 11041 replace statecode = 21 if congress == 97 & id == 10517 replace statecode = 21 if congress == 97 & id == 14033 replace statecode = 21 if congress == 97 & id == 14615 replace statecode = 21 if congress == 97 & id == 7610 replace statecode = 21 if congress == 97 & id == 14275 replace statecode = 22 if congress == 97 & id == 14406 replace statecode = 22 if congress == 97 & id == 14880 replace statecode = 22 if congress == 97 & id == 14222 replace statecode = 22 if congress == 97 & id == 14834 replace statecode = 22 if congress == 97 & id == 14806 replace statecode = 22 if congress == 97 & id == 13018 replace statecode = 22 if congress == 97 & id == 14220 replace statecode = 22 if congress == 97 & id == 11036 replace statecode = 22 if congress == 97 & id == 14619 replace statecode = 22 if congress == 97 & id == 10732 replace statecode = 22 if congress == 97 & id == 14274 replace statecode = 22 if congress == 97 & id == 10742 replace statecode = 31 if congress == 97 & id == 14432 replace statecode = 31 if congress == 97 & id == 14668 replace statecode = 31 if congress == 97 & id == 14820 replace statecode = 31 if congress == 97 & id == 8672 replace statecode = 31 if congress == 97 & id == 14230 replace statecode = 31 if congress == 97 & id == 14205 replace statecode = 32 if congress == 97 & id == 14852 replace statecode = 32 if congress == 97 & id == 14637 replace statecode = 32 if congress == 97 & id == 11057 replace statecode = 32 if congress == 97 & id == 14422 replace statecode = 32 if congress == 97 & id == 14670 replace statecode = 51 if congress == 97 & id == 14237 replace statecode = 51 if congress == 97 & id == 6845 replace statecode = 51 if congress == 97 & id == 13024 replace statecode = 51 if congress == 97 & id == 10626 replace statecode = 51 if congress == 97 & id == 14854 replace statecode = 51 if congress == 97 & id == 14635 replace statecode = 51 if congress == 97 & id == 7343 replace statecode = 45 if congress == 97 & id == 14469 replace statecode = 45 if congress == 97 & id == 14067 replace statecode = 45 if congress == 97 & id == 14679 replace statecode = 45 if congress == 97 & id == 14853 replace statecode = 45 if congress == 97 & id == 14427 replace statecode = 45 if congress == 97 & id == 14259 replace statecode = 45 if congress == 97 & id == 13056 replace statecode = 45 if congress == 97 & id == 10602 replace statecode = 2 if congress == 97 & id == 14218 replace statecode = 2 if congress == 97 & id == 14661 replace statecode = 52 if congress == 97 & id == 14817 replace statecode = 52 if congress == 97 & id == 10601 replace statecode = 52 if congress == 97 & id == 14440 replace statecode = 52 if congress == 97 & id == 14021 replace statecode = 52 if congress == 97 & id == 14873 replace statecode = 52 if congress == 97 & id == 14278 replace statecode = 52 if congress == 97 & id == 14608 replace statecode = 52 if congress == 97 & id == 13031 replace statecode = 52 if congress == 97 & id == 14604 replace statecode = 3 if congress == 97 & id == 2009 replace statecode = 3 if congress == 97 & id == 830 replace statecode = 3 if congress == 97 & id == 14216 replace statecode = 3 if congress == 97 & id == 14824 replace statecode = 3 if congress == 97 & id == 14658 replace statecode = 3 if congress == 97 & id == 14650 replace statecode = 3 if congress == 97 & id == 14435 replace statecode = 3 if congress == 97 & id == 7081 replace statecode = 3 if congress == 97 & id == 14039 replace statecode = 3 if congress == 97 & id == 11021 replace statecode = 3 if congress == 97 & id == 14621 replace statecode = 3 if congress == 97 & id == 14055 replace statecode = 23 if congress == 97 & id == 10713 replace statecode = 23 if congress == 97 & id == 14446 replace statecode = 23 if congress == 97 & id == 14673 replace statecode = 23 if congress == 97 & id == 14453 replace statecode = 23 if congress == 97 & id == 14872 replace statecode = 23 if congress == 97 & id == 14450 replace statecode = 23 if congress == 97 & id == 14814 replace statecode = 23 if congress == 97 & id == 14430 replace statecode = 23 if congress == 97 & id == 14075 replace statecode = 23 if congress == 97 & id == 10794 replace statecode = 23 if congress == 97 & id == 14600 replace statecode = 23 if congress == 97 & id == 14618 replace statecode = 23 if congress == 97 & id == 14407 replace statecode = 23 if congress == 97 & id == 14681 replace statecode = 23 if congress == 97 & id == 14833 replace statecode = 23 if congress == 97 & id == 10727 replace statecode = 23 if congress == 97 & id == 2605 replace statecode = 23 if congress == 97 & id == 14209 replace statecode = 23 if congress == 97 & id == 14206 replace statecode = 23 if congress == 97 & id == 1087 replace statecode = 33 if congress == 97 & id == 14623 replace statecode = 33 if congress == 97 & id == 14227 replace statecode = 33 if congress == 97 & id == 13015 replace statecode = 33 if congress == 97 & id == 14458 replace statecode = 33 if congress == 97 & id == 14656 replace statecode = 33 if congress == 97 & id == 14868 replace statecode = 33 if congress == 97 & id == 14466 replace statecode = 33 if congress == 97 & id == 14265 replace statecode = 46 if congress == 97 & id == 10075 replace statecode = 46 if congress == 97 & id == 14005 replace statecode = 46 if congress == 97 & id == 11035 replace statecode = 46 if congress == 97 & id == 14634 replace statecode = 46 if congress == 97 & id == 14874 replace statecode = 46 if congress == 97 & id == 14031 replace statecode = 34 if congress == 97 & id == 12009 replace statecode = 34 if congress == 97 & id == 14465 replace statecode = 34 if congress == 97 & id == 14421 replace statecode = 34 if congress == 97 & id == 14451 replace statecode = 34 if congress == 97 & id == 835 replace statecode = 34 if congress == 97 & id == 14410 replace statecode = 34 if congress == 97 & id == 14057 replace statecode = 34 if congress == 97 & id == 14800 replace statecode = 34 if congress == 97 & id == 14459 replace statecode = 34 if congress == 97 & id == 14819 replace statecode = 64 if congress == 97 & id == 14672 replace statecode = 64 if congress == 97 & id == 14437 replace statecode = 35 if congress == 97 & id == 14605 replace statecode = 35 if congress == 97 & id == 14810 replace statecode = 35 if congress == 97 & id == 14276 replace statecode = 65 if congress == 97 & id == 14272 replace statecode = 4 if congress == 97 & id == 14284 replace statecode = 4 if congress == 97 & id == 14826 replace statecode = 12 if congress == 97 & id == 14223 replace statecode = 12 if congress == 97 & id == 14238 replace statecode = 12 if congress == 97 & id == 10739 replace statecode = 12 if congress == 97 & id == 14863 replace statecode = 12 if congress == 97 & id == 14221 replace statecode = 12 if congress == 97 & id == 12046 replace statecode = 12 if congress == 97 & id == 14855 replace statecode = 12 if congress == 97 & id == 12042 replace statecode = 12 if congress == 97 & id == 14426 replace statecode = 12 if congress == 97 & id == 8010 replace statecode = 12 if congress == 97 & id == 10609 replace statecode = 12 if congress == 97 & id == 14046 replace statecode = 12 if congress == 97 & id == 14614 replace statecode = 12 if congress == 97 & id == 14631 replace statecode = 12 if congress == 97 & id == 14815 replace statecode = 66 if congress == 97 & id == 12022 replace statecode = 66 if congress == 97 & id == 14861 replace statecode = 13 if congress == 97 & id == 14610 replace statecode = 13 if congress == 97 & id == 14214 replace statecode = 13 if congress == 97 & id == 14804 replace statecode = 13 if congress == 97 & id == 13021 replace statecode = 13 if congress == 97 & id == 14845 replace statecode = 13 if congress == 97 & id == 14838 replace statecode = 13 if congress == 97 & id == 10500 replace statecode = 13 if congress == 97 & id == 10551 replace statecode = 13 if congress == 97 & id == 14625 replace statecode = 13 if congress == 97 & id == 12003 replace statecode = 13 if congress == 97 & id == 10768 replace statecode = 13 if congress == 97 & id == 12008 replace statecode = 13 if congress == 97 & id == 14277 replace statecode = 13 if congress == 97 & id == 14269 replace statecode = 13 if congress == 97 & id == 14283 replace statecode = 13 if congress == 97 & id == 14858 replace statecode = 13 if congress == 97 & id == 14846 replace statecode = 13 if congress == 97 & id == 14471 replace statecode = 13 if congress == 97 & id == 13035 replace statecode = 13 if congress == 97 & id == 14463 replace statecode = 13 if congress == 97 & id == 14470 replace statecode = 13 if congress == 97 & id == 10705 replace statecode = 13 if congress == 97 & id == 13033 replace statecode = 13 if congress == 97 & id == 10760 replace statecode = 13 if congress == 97 & id == 12013 replace statecode = 13 if congress == 97 & id == 14015 replace statecode = 13 if congress == 97 & id == 14253 replace statecode = 13 if congress == 97 & id == 9017 replace statecode = 13 if congress == 97 & id == 14662 replace statecode = 13 if congress == 97 & id == 14840 replace statecode = 13 if congress == 97 & id == 14038 replace statecode = 13 if congress == 97 & id == 14870 replace statecode = 13 if congress == 97 & id == 14642 replace statecode = 13 if congress == 97 & id == 10596 replace statecode = 13 if congress == 97 & id == 10712 replace statecode = 13 if congress == 97 & id == 14248 replace statecode = 13 if congress == 97 & id == 14264 replace statecode = 13 if congress == 97 & id == 13020 replace statecode = 13 if congress == 97 & id == 14289 replace statecode = 47 if congress == 97 & id == 10788 replace statecode = 47 if congress == 97 & id == 3321 replace statecode = 47 if congress == 97 & id == 14464 replace statecode = 47 if congress == 97 & id == 14001 replace statecode = 47 if congress == 97 & id == 14262 replace statecode = 47 if congress == 97 & id == 14836 replace statecode = 47 if congress == 97 & id == 14048 replace statecode = 47 if congress == 97 & id == 14233 replace statecode = 47 if congress == 97 & id == 14035 replace statecode = 47 if congress == 97 & id == 10574 replace statecode = 47 if congress == 97 & id == 14832 replace statecode = 36 if congress == 97 & id == 14812 replace statecode = 24 if congress == 97 & id == 14225 replace statecode = 24 if congress == 97 & id == 14070 replace statecode = 24 if congress == 97 & id == 14632 replace statecode = 24 if congress == 97 & id == 14018 replace statecode = 24 if congress == 97 & id == 14875 replace statecode = 24 if congress == 97 & id == 5495 replace statecode = 24 if congress == 97 & id == 14844 replace statecode = 24 if congress == 97 & id == 10786 replace statecode = 24 if congress == 97 & id == 14245 replace statecode = 24 if congress == 97 & id == 14867 replace statecode = 24 if congress == 97 & id == 11034 replace statecode = 24 if congress == 97 & id == 10773 replace statecode = 24 if congress == 97 & id == 14859 replace statecode = 24 if congress == 97 & id == 14445 replace statecode = 24 if congress == 97 & id == 13040 replace statecode = 24 if congress == 97 & id == 11058 replace statecode = 24 if congress == 97 & id == 14045 replace statecode = 24 if congress == 97 & id == 10502 replace statecode = 24 if congress == 97 & id == 14878 replace statecode = 24 if congress == 97 & id == 14402 replace statecode = 24 if congress == 97 & id == 14671 replace statecode = 24 if congress == 97 & id == 14443 replace statecode = 24 if congress == 97 & id == 12030 replace statecode = 24 if congress == 97 & id == 14818 replace statecode = 24 if congress == 97 & id == 14260 replace statecode = 53 if congress == 97 & id == 14026 replace statecode = 53 if congress == 97 & id == 14667 replace statecode = 53 if congress == 97 & id == 14462 replace statecode = 53 if congress == 97 & id == 14843 replace statecode = 53 if congress == 97 & id == 14415 replace statecode = 53 if congress == 97 & id == 14219 replace statecode = 72 if congress == 97 & id == 14201 replace statecode = 72 if congress == 97 & id == 14864 replace statecode = 72 if congress == 97 & id == 14871 replace statecode = 72 if congress == 97 & id == 14281 replace statecode = 14 if congress == 97 & id == 14823 replace statecode = 14 if congress == 97 & id == 14629 replace statecode = 14 if congress == 97 & id == 14434 replace statecode = 14 if congress == 97 & id == 14876 replace statecode = 14 if congress == 97 & id == 14622 replace statecode = 14 if congress == 97 & id == 14273 replace statecode = 14 if congress == 97 & id == 12035 replace statecode = 14 if congress == 97 & id == 14217 replace statecode = 14 if congress == 97 & id == 14807 replace statecode = 14 if congress == 97 & id == 14052 replace statecode = 14 if congress == 97 & id == 10607 replace statecode = 14 if congress == 97 & id == 14849 replace statecode = 14 if congress == 97 & id == 14072 replace statecode = 14 if congress == 97 & id == 12010 replace statecode = 14 if congress == 97 & id == 14808 replace statecode = 14 if congress == 97 & id == 14654 replace statecode = 14 if congress == 97 & id == 14461 replace statecode = 14 if congress == 97 & id == 14416 replace statecode = 14 if congress == 97 & id == 14460 replace statecode = 14 if congress == 97 & id == 14288 replace statecode = 14 if congress == 97 & id == 11067 replace statecode = 14 if congress == 97 & id == 14603 replace statecode = 14 if congress == 97 & id == 14441 replace statecode = 14 if congress == 97 & id == 14612 replace statecode = 14 if congress == 97 & id == 14436 replace statecode = 14 if congress == 97 & id == 94602 replace statecode = 5 if congress == 97 & id == 10561 replace statecode = 5 if congress == 97 & id == 14857 replace statecode = 48 if congress == 97 & id == 14830 replace statecode = 48 if congress == 97 & id == 13042 replace statecode = 48 if congress == 97 & id == 14212 replace statecode = 48 if congress == 97 & id == 14609 replace statecode = 48 if congress == 97 & id == 14235 replace statecode = 48 if congress == 97 & id == 14848 replace statecode = 37 if congress == 97 & id == 14617 replace statecode = 37 if congress == 97 & id == 14851 replace statecode = 54 if congress == 97 & id == 10616 replace statecode = 54 if congress == 97 & id == 10719 replace statecode = 54 if congress == 97 & id == 14251 replace statecode = 54 if congress == 97 & id == 14423 replace statecode = 54 if congress == 97 & id == 14607 replace statecode = 54 if congress == 97 & id == 14004 replace statecode = 54 if congress == 97 & id == 12038 replace statecode = 54 if congress == 97 & id == 14224 replace statecode = 49 if congress == 97 & id == 14291 replace statecode = 49 if congress == 97 & id == 14062 replace statecode = 49 if congress == 97 & id == 11066 replace statecode = 49 if congress == 97 & id == 14828 replace statecode = 49 if congress == 97 & id == 14439 replace statecode = 49 if congress == 97 & id == 94628 replace statecode = 49 if congress == 97 & id == 13002 replace statecode = 49 if congress == 97 & id == 14822 replace statecode = 49 if congress == 97 & id == 1077 replace statecode = 49 if congress == 97 & id == 10614 replace statecode = 49 if congress == 97 & id == 14641 replace statecode = 49 if congress == 97 & id == 10391 replace statecode = 49 if congress == 97 & id == 14234 replace statecode = 49 if congress == 97 & id == 14850 replace statecode = 49 if congress == 97 & id == 10716 replace statecode = 49 if congress == 97 & id == 10783 replace statecode = 49 if congress == 97 & id == 14664 replace statecode = 49 if congress == 97 & id == 14643 replace statecode = 49 if congress == 97 & id == 14633 replace statecode = 49 if congress == 97 & id == 10520 replace statecode = 49 if congress == 97 & id == 14645 replace statecode = 49 if congress == 97 & id == 14290 replace statecode = 49 if congress == 97 & id == 11023 replace statecode = 49 if congress == 97 & id == 14626 replace statecode = 67 if congress == 97 & id == 14829 replace statecode = 67 if congress == 97 & id == 14438 replace statecode = 6 if congress == 97 & id == 14240 replace statecode = 40 if congress == 97 & id == 14456 replace statecode = 40 if congress == 97 & id == 12033 replace statecode = 40 if congress == 97 & id == 14802 replace statecode = 40 if congress == 97 & id == 14013 replace statecode = 40 if congress == 97 & id == 12011 replace statecode = 40 if congress == 97 & id == 13055 replace statecode = 40 if congress == 97 & id == 13036 replace statecode = 40 if congress == 97 & id == 14043 replace statecode = 40 if congress == 97 & id == 9802 replace statecode = 40 if congress == 97 & id == 14869 replace statecode = 73 if congress == 97 & id == 14044 replace statecode = 73 if congress == 97 & id == 14666 replace statecode = 73 if congress == 97 & id == 14208 replace statecode = 73 if congress == 97 & id == 14847 replace statecode = 73 if congress == 97 & id == 10726 replace statecode = 73 if congress == 97 & id == 14413 replace statecode = 73 if congress == 97 & id == 14646 replace statecode = 56 if congress == 97 & id == 6584 replace statecode = 56 if congress == 97 & id == 14801 replace statecode = 56 if congress == 97 & id == 14865 replace statecode = 56 if congress == 97 & id == 14448 replace statecode = 25 if congress == 97 & id == 13003 replace statecode = 25 if congress == 97 & id == 5101 replace statecode = 25 if congress == 97 & id == 14827 replace statecode = 25 if congress == 97 & id == 10463 replace statecode = 25 if congress == 97 & id == 7824 replace statecode = 25 if congress == 97 & id == 14675 replace statecode = 25 if congress == 97 & id == 12036 replace statecode = 25 if congress == 97 & id == 14655 replace statecode = 25 if congress == 97 & id == 14657 replace statecode = 68 if congress == 97 & id == 14611 replace statecode = 99 if congress == 98 & id == 99907 replace statecode = 41 if congress == 98 & id == 10721 replace statecode = 41 if congress == 98 & id == 10717 replace statecode = 41 if congress == 98 & id == 11037 replace statecode = 41 if congress == 98 & id == 11000 replace statecode = 41 if congress == 98 & id == 14419 replace statecode = 41 if congress == 98 & id == 15022 replace statecode = 41 if congress == 98 & id == 14659 replace statecode = 81 if congress == 98 & id == 14066 replace statecode = 61 if congress == 98 & id == 15039 replace statecode = 61 if congress == 98 & id == 10566 replace statecode = 61 if congress == 98 & id == 14454 replace statecode = 61 if congress == 98 & id == 14449 replace statecode = 61 if congress == 98 & id == 15043 replace statecode = 42 if congress == 98 & id == 12000 replace statecode = 42 if congress == 98 & id == 14606 replace statecode = 42 if congress == 98 & id == 11020 replace statecode = 42 if congress == 98 & id == 14601 replace statecode = 71 if congress == 98 & id == 15009 replace statecode = 71 if congress == 98 & id == 14805 replace statecode = 71 if congress == 98 & id == 14649 replace statecode = 71 if congress == 98 & id == 14624 replace statecode = 71 if congress == 98 & id == 10577 replace statecode = 71 if congress == 98 & id == 15080 replace statecode = 71 if congress == 98 & id == 15011 replace statecode = 71 if congress == 98 & id == 14256 replace statecode = 71 if congress == 98 & id == 13011 replace statecode = 71 if congress == 98 & id == 14053 replace statecode = 71 if congress == 98 & id == 10583 replace statecode = 71 if congress == 98 & id == 14837 replace statecode = 71 if congress == 98 & id == 15078 replace statecode = 71 if congress == 98 & id == 14257 replace statecode = 71 if congress == 98 & id == 14660 replace statecode = 71 if congress == 98 & id == 14613 replace statecode = 71 if congress == 98 & id == 14444 replace statecode = 71 if congress == 98 & id == 14652 replace statecode = 71 if congress == 98 & id == 15032 replace statecode = 71 if congress == 98 & id == 14071 replace statecode = 71 if congress == 98 & id == 14669 replace statecode = 71 if congress == 98 & id == 14821 replace statecode = 71 if congress == 98 & id == 14040 replace statecode = 71 if congress == 98 & id == 14405 replace statecode = 71 if congress == 98 & id == 14280 replace statecode = 71 if congress == 98 & id == 10621 replace statecode = 71 if congress == 98 & id == 15005 replace statecode = 71 if congress == 98 & id == 15034 replace statecode = 71 if congress == 98 & id == 14620 replace statecode = 71 if congress == 98 & id == 10595 replace statecode = 71 if congress == 98 & id == 14879 replace statecode = 71 if congress == 98 & id == 14816 replace statecode = 71 if congress == 98 & id == 12001 replace statecode = 71 if congress == 98 & id == 14813 replace statecode = 71 if congress == 98 & id == 15070 replace statecode = 71 if congress == 98 & id == 14644 replace statecode = 71 if congress == 98 & id == 10573 replace statecode = 71 if congress == 98 & id == 15040 replace statecode = 71 if congress == 98 & id == 14266 replace statecode = 71 if congress == 98 & id == 14616 replace statecode = 71 if congress == 98 & id == 14403 replace statecode = 71 if congress == 98 & id == 14839 replace statecode = 71 if congress == 98 & id == 14647 replace statecode = 71 if congress == 98 & id == 15051 replace statecode = 71 if congress == 98 & id == 15004 replace statecode = 71 if congress == 98 & id == 14835 replace statecode = 62 if congress == 98 & id == 14051 replace statecode = 62 if congress == 98 & id == 14282 replace statecode = 62 if congress == 98 & id == 14638 replace statecode = 62 if congress == 98 & id == 14803 replace statecode = 62 if congress == 98 & id == 14639 replace statecode = 62 if congress == 98 & id == 15058 replace statecode = 62 if congress == 98 & id == 15067 replace statecode = 1 if congress == 98 & id == 14877 replace statecode = 1 if congress == 98 & id == 14825 replace statecode = 1 if congress == 98 & id == 15045 replace statecode = 1 if congress == 98 & id == 13029 replace statecode = 1 if congress == 98 & id == 14653 replace statecode = 1 if congress == 98 & id == 15028 replace statecode = 11 if congress == 98 & id == 15015 replace statecode = 43 if congress == 98 & id == 14636 replace statecode = 43 if congress == 98 & id == 10587 replace statecode = 43 if congress == 98 & id == 633 replace statecode = 43 if congress == 98 & id == 12007 replace statecode = 43 if congress == 98 & id == 14842 replace statecode = 43 if congress == 98 & id == 15038 replace statecode = 43 if congress == 98 & id == 10588 replace statecode = 43 if congress == 98 & id == 13047 replace statecode = 43 if congress == 98 & id == 15006 replace statecode = 43 if congress == 98 & id == 94428 replace statecode = 43 if congress == 98 & id == 14651 replace statecode = 43 if congress == 98 & id == 15035 replace statecode = 43 if congress == 98 & id == 15037 replace statecode = 43 if congress == 98 & id == 14648 replace statecode = 43 if congress == 98 & id == 14860 replace statecode = 43 if congress == 98 & id == 15062 replace statecode = 43 if congress == 98 & id == 14029 replace statecode = 43 if congress == 98 & id == 7333 replace statecode = 43 if congress == 98 & id == 3078 replace statecode = 44 if congress == 98 & id == 15069 replace statecode = 44 if congress == 98 & id == 14831 replace statecode = 44 if congress == 98 & id == 15053 replace statecode = 44 if congress == 98 & id == 14249 replace statecode = 44 if congress == 98 & id == 14467 replace statecode = 44 if congress == 98 & id == 14627 replace statecode = 44 if congress == 98 & id == 14252 replace statecode = 44 if congress == 98 & id == 15081 replace statecode = 44 if congress == 98 & id == 15057 replace statecode = 44 if congress == 98 & id == 14429 replace statecode = 44 if congress == 98 & id == 14404 replace statecode = 82 if congress == 98 & id == 14425 replace statecode = 82 if congress == 98 & id == 14400 replace statecode = 63 if congress == 98 & id == 14809 replace statecode = 63 if congress == 98 & id == 10734 replace statecode = 21 if congress == 98 & id == 14866 replace statecode = 21 if congress == 98 & id == 15079 replace statecode = 21 if congress == 98 & id == 14856 replace statecode = 21 if congress == 98 & id == 14271 replace statecode = 21 if congress == 98 & id == 14041 replace statecode = 21 if congress == 98 & id == 15036 replace statecode = 21 if congress == 98 & id == 14239 replace statecode = 21 if congress == 98 & id == 14068 replace statecode = 21 if congress == 98 & id == 8080 replace statecode = 21 if congress == 98 & id == 10421 replace statecode = 21 if congress == 98 & id == 14677 replace statecode = 21 if congress == 98 & id == 10703 replace statecode = 21 if congress == 98 & id == 12041 replace statecode = 21 if congress == 98 & id == 10722 replace statecode = 21 if congress == 98 & id == 14411 replace statecode = 21 if congress == 98 & id == 14033 replace statecode = 21 if congress == 98 & id == 14841 replace statecode = 21 if congress == 98 & id == 15023 replace statecode = 21 if congress == 98 & id == 6455 replace statecode = 21 if congress == 98 & id == 14615 replace statecode = 21 if congress == 98 & id == 15021 replace statecode = 21 if congress == 98 & id == 7610 replace statecode = 21 if congress == 98 & id == 14275 replace statecode = 22 if congress == 98 & id == 14880 replace statecode = 22 if congress == 98 & id == 14274 replace statecode = 22 if congress == 98 & id == 14834 replace statecode = 22 if congress == 98 & id == 14806 replace statecode = 22 if congress == 98 & id == 13018 replace statecode = 22 if congress == 98 & id == 15014 replace statecode = 22 if congress == 98 & id == 11036 replace statecode = 22 if congress == 98 & id == 15041 replace statecode = 22 if congress == 98 & id == 10732 replace statecode = 22 if congress == 98 & id == 10742 replace statecode = 31 if congress == 98 & id == 14432 replace statecode = 31 if congress == 98 & id == 14668 replace statecode = 31 if congress == 98 & id == 14820 replace statecode = 31 if congress == 98 & id == 8672 replace statecode = 31 if congress == 98 & id == 14230 replace statecode = 31 if congress == 98 & id == 14205 replace statecode = 32 if congress == 98 & id == 14852 replace statecode = 32 if congress == 98 & id == 15061 replace statecode = 32 if congress == 98 & id == 11057 replace statecode = 32 if congress == 98 & id == 14422 replace statecode = 32 if congress == 98 & id == 14670 replace statecode = 51 if congress == 98 & id == 14237 replace statecode = 51 if congress == 98 & id == 6845 replace statecode = 51 if congress == 98 & id == 13024 replace statecode = 51 if congress == 98 & id == 10626 replace statecode = 51 if congress == 98 & id == 14854 replace statecode = 51 if congress == 98 & id == 14635 replace statecode = 51 if congress == 98 & id == 7343 replace statecode = 45 if congress == 98 & id == 14469 replace statecode = 45 if congress == 98 & id == 14067 replace statecode = 45 if congress == 98 & id == 14679 replace statecode = 45 if congress == 98 & id == 14853 replace statecode = 45 if congress == 98 & id == 14427 replace statecode = 45 if congress == 98 & id == 14259 replace statecode = 45 if congress == 98 & id == 13056 replace statecode = 45 if congress == 98 & id == 10602 replace statecode = 2 if congress == 98 & id == 15042 replace statecode = 2 if congress == 98 & id == 14661 replace statecode = 52 if congress == 98 & id == 14817 replace statecode = 52 if congress == 98 & id == 10601 replace statecode = 52 if congress == 98 & id == 14440 replace statecode = 52 if congress == 98 & id == 14021 replace statecode = 52 if congress == 98 & id == 14873 replace statecode = 52 if congress == 98 & id == 14608 replace statecode = 52 if congress == 98 & id == 13031 replace statecode = 52 if congress == 98 & id == 14604 replace statecode = 3 if congress == 98 & id == 2009 replace statecode = 3 if congress == 98 & id == 830 replace statecode = 3 if congress == 98 & id == 14216 replace statecode = 3 if congress == 98 & id == 14824 replace statecode = 3 if congress == 98 & id == 14658 replace statecode = 3 if congress == 98 & id == 14650 replace statecode = 3 if congress == 98 & id == 14435 replace statecode = 3 if congress == 98 & id == 7081 replace statecode = 3 if congress == 98 & id == 14039 replace statecode = 3 if congress == 98 & id == 14055 replace statecode = 3 if congress == 98 & id == 14621 replace statecode = 23 if congress == 98 & id == 10713 replace statecode = 23 if congress == 98 & id == 14446 replace statecode = 23 if congress == 98 & id == 14673 replace statecode = 23 if congress == 98 & id == 14872 replace statecode = 23 if congress == 98 & id == 14450 replace statecode = 23 if congress == 98 & id == 14210 replace statecode = 23 if congress == 98 & id == 14430 replace statecode = 23 if congress == 98 & id == 14075 replace statecode = 23 if congress == 98 & id == 10794 replace statecode = 23 if congress == 98 & id == 14600 replace statecode = 23 if congress == 98 & id == 14618 replace statecode = 23 if congress == 98 & id == 14407 replace statecode = 23 if congress == 98 & id == 14681 replace statecode = 23 if congress == 98 & id == 14833 replace statecode = 23 if congress == 98 & id == 10727 replace statecode = 23 if congress == 98 & id == 2605 replace statecode = 23 if congress == 98 & id == 15033 replace statecode = 23 if congress == 98 & id == 1087 replace statecode = 33 if congress == 98 & id == 15052 replace statecode = 33 if congress == 98 & id == 14868 replace statecode = 33 if congress == 98 & id == 13015 replace statecode = 33 if congress == 98 & id == 14458 replace statecode = 33 if congress == 98 & id == 14656 replace statecode = 33 if congress == 98 & id == 15059 replace statecode = 33 if congress == 98 & id == 14466 replace statecode = 33 if congress == 98 & id == 14265 replace statecode = 46 if congress == 98 & id == 10075 replace statecode = 46 if congress == 98 & id == 15025 replace statecode = 46 if congress == 98 & id == 11035 replace statecode = 46 if congress == 98 & id == 14874 replace statecode = 46 if congress == 98 & id == 14031 replace statecode = 34 if congress == 98 & id == 12009 replace statecode = 34 if congress == 98 & id == 14465 replace statecode = 34 if congress == 98 & id == 14421 replace statecode = 34 if congress == 98 & id == 14451 replace statecode = 34 if congress == 98 & id == 15076 replace statecode = 34 if congress == 98 & id == 14410 replace statecode = 34 if congress == 98 & id == 14057 replace statecode = 34 if congress == 98 & id == 14819 replace statecode = 34 if congress == 98 & id == 14459 replace statecode = 64 if congress == 98 & id == 14672 replace statecode = 64 if congress == 98 & id == 14437 replace statecode = 35 if congress == 98 & id == 14605 replace statecode = 35 if congress == 98 & id == 14810 replace statecode = 35 if congress == 98 & id == 14276 replace statecode = 65 if congress == 98 & id == 15054 replace statecode = 65 if congress == 98 & id == 15075 replace statecode = 4 if congress == 98 & id == 14284 replace statecode = 4 if congress == 98 & id == 14826 replace statecode = 12 if congress == 98 & id == 14223 replace statecode = 12 if congress == 98 & id == 14238 replace statecode = 12 if congress == 98 & id == 10739 replace statecode = 12 if congress == 98 & id == 14863 replace statecode = 12 if congress == 98 & id == 14855 replace statecode = 12 if congress == 98 & id == 14815 replace statecode = 12 if congress == 98 & id == 14046 replace statecode = 12 if congress == 98 & id == 12042 replace statecode = 12 if congress == 98 & id == 15071 replace statecode = 12 if congress == 98 & id == 8010 replace statecode = 12 if congress == 98 & id == 10609 replace statecode = 12 if congress == 98 & id == 14614 replace statecode = 12 if congress == 98 & id == 12046 replace statecode = 12 if congress == 98 & id == 14631 replace statecode = 66 if congress == 98 & id == 12022 replace statecode = 66 if congress == 98 & id == 14861 replace statecode = 66 if congress == 98 & id == 15055 replace statecode = 13 if congress == 98 & id == 14610 replace statecode = 13 if congress == 98 & id == 14214 replace statecode = 13 if congress == 98 & id == 15046 replace statecode = 13 if congress == 98 & id == 13021 replace statecode = 13 if congress == 98 & id == 14845 replace statecode = 13 if congress == 98 & id == 10500 replace statecode = 13 if congress == 98 & id == 15000 replace statecode = 13 if congress == 98 & id == 10768 replace statecode = 13 if congress == 98 & id == 14625 replace statecode = 13 if congress == 98 & id == 14858 replace statecode = 13 if congress == 98 & id == 15072 replace statecode = 13 if congress == 98 & id == 15050 replace statecode = 13 if congress == 98 & id == 14277 replace statecode = 13 if congress == 98 & id == 14846 replace statecode = 13 if congress == 98 & id == 14471 replace statecode = 13 if congress == 98 & id == 13035 replace statecode = 13 if congress == 98 & id == 14463 replace statecode = 13 if congress == 98 & id == 14470 replace statecode = 13 if congress == 98 & id == 12003 replace statecode = 13 if congress == 98 & id == 10760 replace statecode = 13 if congress == 98 & id == 12013 replace statecode = 13 if congress == 98 & id == 14015 replace statecode = 13 if congress == 98 & id == 9017 replace statecode = 13 if congress == 98 & id == 14662 replace statecode = 13 if congress == 98 & id == 15007 replace statecode = 13 if congress == 98 & id == 14840 replace statecode = 13 if congress == 98 & id == 14870 replace statecode = 13 if congress == 98 & id == 14253 replace statecode = 13 if congress == 98 & id == 10596 replace statecode = 13 if congress == 98 & id == 10712 replace statecode = 13 if congress == 98 & id == 13020 replace statecode = 13 if congress == 98 & id == 14248 replace statecode = 13 if congress == 98 & id == 14264 replace statecode = 13 if congress == 98 & id == 14289 replace statecode = 47 if congress == 98 & id == 10788 replace statecode = 47 if congress == 98 & id == 15073 replace statecode = 47 if congress == 98 & id == 14464 replace statecode = 47 if congress == 98 & id == 14001 replace statecode = 47 if congress == 98 & id == 14262 replace statecode = 47 if congress == 98 & id == 15012 replace statecode = 47 if congress == 98 & id == 14048 replace statecode = 47 if congress == 98 & id == 14233 replace statecode = 47 if congress == 98 & id == 14035 replace statecode = 47 if congress == 98 & id == 10574 replace statecode = 47 if congress == 98 & id == 15017 replace statecode = 36 if congress == 98 & id == 14812 replace statecode = 24 if congress == 98 & id == 14070 replace statecode = 24 if congress == 98 & id == 14225 replace statecode = 24 if congress == 98 & id == 14632 replace statecode = 24 if congress == 98 & id == 14875 replace statecode = 24 if congress == 98 & id == 5495 replace statecode = 24 if congress == 98 & id == 14844 replace statecode = 24 if congress == 98 & id == 15020 replace statecode = 24 if congress == 98 & id == 14245 replace statecode = 24 if congress == 98 & id == 15029 replace statecode = 24 if congress == 98 & id == 11034 replace statecode = 24 if congress == 98 & id == 14818 replace statecode = 24 if congress == 98 & id == 15030 replace statecode = 24 if congress == 98 & id == 14445 replace statecode = 24 if congress == 98 & id == 13040 replace statecode = 24 if congress == 98 & id == 11058 replace statecode = 24 if congress == 98 & id == 14045 replace statecode = 24 if congress == 98 & id == 14671 replace statecode = 24 if congress == 98 & id == 14402 replace statecode = 24 if congress == 98 & id == 15024 replace statecode = 24 if congress == 98 & id == 14443 replace statecode = 24 if congress == 98 & id == 12030 replace statecode = 53 if congress == 98 & id == 14026 replace statecode = 53 if congress == 98 & id == 14667 replace statecode = 53 if congress == 98 & id == 14462 replace statecode = 53 if congress == 98 & id == 14843 replace statecode = 53 if congress == 98 & id == 14415 replace statecode = 53 if congress == 98 & id == 14219 replace statecode = 72 if congress == 98 & id == 14201 replace statecode = 72 if congress == 98 & id == 15063 replace statecode = 72 if congress == 98 & id == 14871 replace statecode = 72 if congress == 98 & id == 14281 replace statecode = 72 if congress == 98 & id == 14864 replace statecode = 14 if congress == 98 & id == 14823 replace statecode = 14 if congress == 98 & id == 14629 replace statecode = 14 if congress == 98 & id == 15008 replace statecode = 14 if congress == 98 & id == 15031 replace statecode = 14 if congress == 98 & id == 14273 replace statecode = 14 if congress == 98 & id == 12035 replace statecode = 14 if congress == 98 & id == 14217 replace statecode = 14 if congress == 98 & id == 14431 replace statecode = 14 if congress == 98 & id == 14052 replace statecode = 14 if congress == 98 & id == 10607 replace statecode = 14 if congress == 98 & id == 15027 replace statecode = 14 if congress == 98 & id == 14072 replace statecode = 14 if congress == 98 & id == 12010 replace statecode = 14 if congress == 98 & id == 14808 replace statecode = 14 if congress == 98 & id == 14654 replace statecode = 14 if congress == 98 & id == 14461 replace statecode = 14 if congress == 98 & id == 15026 replace statecode = 14 if congress == 98 & id == 14460 replace statecode = 14 if congress == 98 & id == 14288 replace statecode = 14 if congress == 98 & id == 11067 replace statecode = 14 if congress == 98 & id == 15056 replace statecode = 14 if congress == 98 & id == 14441 replace statecode = 14 if congress == 98 & id == 14612 replace statecode = 5 if congress == 98 & id == 10561 replace statecode = 5 if congress == 98 & id == 14857 replace statecode = 48 if congress == 98 & id == 14830 replace statecode = 48 if congress == 98 & id == 13042 replace statecode = 48 if congress == 98 & id == 14212 replace statecode = 48 if congress == 98 & id == 14609 replace statecode = 48 if congress == 98 & id == 15064 replace statecode = 48 if congress == 98 & id == 15068 replace statecode = 37 if congress == 98 & id == 14617 replace statecode = 54 if congress == 98 & id == 10616 replace statecode = 54 if congress == 98 & id == 10719 replace statecode = 54 if congress == 98 & id == 14251 replace statecode = 54 if congress == 98 & id == 15019 replace statecode = 54 if congress == 98 & id == 14607 replace statecode = 54 if congress == 98 & id == 14423 replace statecode = 54 if congress == 98 & id == 15066 replace statecode = 54 if congress == 98 & id == 12038 replace statecode = 54 if congress == 98 & id == 14224 replace statecode = 49 if congress == 98 & id == 14291 replace statecode = 49 if congress == 98 & id == 14062 replace statecode = 49 if congress == 98 & id == 15002 replace statecode = 49 if congress == 98 & id == 14828 replace statecode = 49 if congress == 98 & id == 15013 replace statecode = 49 if congress == 98 & id == 14628 replace statecode = 49 if congress == 98 & id == 13002 replace statecode = 49 if congress == 98 & id == 14822 replace statecode = 49 if congress == 98 & id == 1077 replace statecode = 49 if congress == 98 & id == 10614 replace statecode = 49 if congress == 98 & id == 14641 replace statecode = 49 if congress == 98 & id == 10391 replace statecode = 49 if congress == 98 & id == 14234 replace statecode = 49 if congress == 98 & id == 14850 replace statecode = 49 if congress == 98 & id == 10716 replace statecode = 49 if congress == 98 & id == 15018 replace statecode = 49 if congress == 98 & id == 14664 replace statecode = 49 if congress == 98 & id == 14643 replace statecode = 49 if congress == 98 & id == 14633 replace statecode = 49 if congress == 98 & id == 10520 replace statecode = 49 if congress == 98 & id == 14645 replace statecode = 49 if congress == 98 & id == 14290 replace statecode = 49 if congress == 98 & id == 11023 replace statecode = 49 if congress == 98 & id == 14626 replace statecode = 49 if congress == 98 & id == 15001 replace statecode = 49 if congress == 98 & id == 15074 replace statecode = 49 if congress == 98 & id == 15049 replace statecode = 67 if congress == 98 & id == 14829 replace statecode = 67 if congress == 98 & id == 14438 replace statecode = 67 if congress == 98 & id == 15047 replace statecode = 6 if congress == 98 & id == 14240 replace statecode = 40 if congress == 98 & id == 15003 replace statecode = 40 if congress == 98 & id == 12033 replace statecode = 40 if congress == 98 & id == 14802 replace statecode = 40 if congress == 98 & id == 15060 replace statecode = 40 if congress == 98 & id == 12011 replace statecode = 40 if congress == 98 & id == 15048 replace statecode = 40 if congress == 98 & id == 13036 replace statecode = 40 if congress == 98 & id == 14043 replace statecode = 40 if congress == 98 & id == 15010 replace statecode = 40 if congress == 98 & id == 14869 replace statecode = 73 if congress == 98 & id == 14044 replace statecode = 73 if congress == 98 & id == 14666 replace statecode = 73 if congress == 98 & id == 14208 replace statecode = 73 if congress == 98 & id == 14847 replace statecode = 73 if congress == 98 & id == 10726 replace statecode = 73 if congress == 98 & id == 14413 replace statecode = 73 if congress == 98 & id == 14646 replace statecode = 73 if congress == 98 & id == 15016 replace statecode = 56 if congress == 98 & id == 15083 replace statecode = 56 if congress == 98 & id == 15065 replace statecode = 56 if congress == 98 & id == 15077 replace statecode = 56 if congress == 98 & id == 14448 replace statecode = 25 if congress == 98 & id == 13003 replace statecode = 25 if congress == 98 & id == 5101 replace statecode = 25 if congress == 98 & id == 14827 replace statecode = 25 if congress == 98 & id == 10463 replace statecode = 25 if congress == 98 & id == 15082 replace statecode = 25 if congress == 98 & id == 15044 replace statecode = 25 if congress == 98 & id == 14675 replace statecode = 25 if congress == 98 & id == 12036 replace statecode = 25 if congress == 98 & id == 14655 replace statecode = 25 if congress == 98 & id == 14657 replace statecode = 68 if congress == 98 & id == 14611 replace statecode = 99 if congress == 99 & id == 99907 replace statecode = 41 if congress == 99 & id == 15090 replace statecode = 41 if congress == 99 & id == 10717 replace statecode = 41 if congress == 99 & id == 11037 replace statecode = 41 if congress == 99 & id == 11000 replace statecode = 41 if congress == 99 & id == 14419 replace statecode = 41 if congress == 99 & id == 15022 replace statecode = 41 if congress == 99 & id == 14659 replace statecode = 81 if congress == 99 & id == 14066 replace statecode = 61 if congress == 99 & id == 15039 replace statecode = 61 if congress == 99 & id == 10566 replace statecode = 61 if congress == 99 & id == 14454 replace statecode = 61 if congress == 99 & id == 14449 replace statecode = 61 if congress == 99 & id == 15105 replace statecode = 42 if congress == 99 & id == 12000 replace statecode = 42 if congress == 99 & id == 15122 replace statecode = 42 if congress == 99 & id == 11020 replace statecode = 42 if congress == 99 & id == 14601 replace statecode = 71 if congress == 99 & id == 15009 replace statecode = 71 if congress == 99 & id == 14805 replace statecode = 71 if congress == 99 & id == 14649 replace statecode = 71 if congress == 99 & id == 14624 replace statecode = 71 if congress == 99 & id == 15080 replace statecode = 71 if congress == 99 & id == 15011 replace statecode = 71 if congress == 99 & id == 14256 replace statecode = 71 if congress == 99 & id == 13011 replace statecode = 71 if congress == 99 & id == 14053 replace statecode = 71 if congress == 99 & id == 10583 replace statecode = 71 if congress == 99 & id == 14837 replace statecode = 71 if congress == 99 & id == 15078 replace statecode = 71 if congress == 99 & id == 14257 replace statecode = 71 if congress == 99 & id == 14660 replace statecode = 71 if congress == 99 & id == 14613 replace statecode = 71 if congress == 99 & id == 14444 replace statecode = 71 if congress == 99 & id == 14652 replace statecode = 71 if congress == 99 & id == 15032 replace statecode = 71 if congress == 99 & id == 14071 replace statecode = 71 if congress == 99 & id == 14669 replace statecode = 71 if congress == 99 & id == 14821 replace statecode = 71 if congress == 99 & id == 14040 replace statecode = 71 if congress == 99 & id == 14405 replace statecode = 71 if congress == 99 & id == 14280 replace statecode = 71 if congress == 99 & id == 10621 replace statecode = 71 if congress == 99 & id == 15005 replace statecode = 71 if congress == 99 & id == 15034 replace statecode = 71 if congress == 99 & id == 14620 replace statecode = 71 if congress == 99 & id == 10595 replace statecode = 71 if congress == 99 & id == 14879 replace statecode = 71 if congress == 99 & id == 14816 replace statecode = 71 if congress == 99 & id == 12001 replace statecode = 71 if congress == 99 & id == 14813 replace statecode = 71 if congress == 99 & id == 15070 replace statecode = 71 if congress == 99 & id == 14644 replace statecode = 71 if congress == 99 & id == 10573 replace statecode = 71 if congress == 99 & id == 15040 replace statecode = 71 if congress == 99 & id == 14414 replace statecode = 71 if congress == 99 & id == 14616 replace statecode = 71 if congress == 99 & id == 14403 replace statecode = 71 if congress == 99 & id == 14839 replace statecode = 71 if congress == 99 & id == 14647 replace statecode = 71 if congress == 99 & id == 15051 replace statecode = 71 if congress == 99 & id == 15004 replace statecode = 71 if congress == 99 & id == 14835 replace statecode = 62 if congress == 99 & id == 14051 replace statecode = 62 if congress == 99 & id == 14282 replace statecode = 62 if congress == 99 & id == 15118 replace statecode = 62 if congress == 99 & id == 14803 replace statecode = 62 if congress == 99 & id == 14639 replace statecode = 62 if congress == 99 & id == 15058 replace statecode = 1 if congress == 99 & id == 14877 replace statecode = 1 if congress == 99 & id == 14825 replace statecode = 1 if congress == 99 & id == 15045 replace statecode = 1 if congress == 99 & id == 13029 replace statecode = 1 if congress == 99 & id == 15123 replace statecode = 1 if congress == 99 & id == 15028 replace statecode = 11 if congress == 99 & id == 15015 replace statecode = 43 if congress == 99 & id == 14636 replace statecode = 43 if congress == 99 & id == 10587 replace statecode = 43 if congress == 99 & id == 633 replace statecode = 43 if congress == 99 & id == 12007 replace statecode = 43 if congress == 99 & id == 14842 replace statecode = 43 if congress == 99 & id == 15038 replace statecode = 43 if congress == 99 & id == 10588 replace statecode = 43 if congress == 99 & id == 13047 replace statecode = 43 if congress == 99 & id == 15006 replace statecode = 43 if congress == 99 & id == 14428 replace statecode = 43 if congress == 99 & id == 14651 replace statecode = 43 if congress == 99 & id == 15035 replace statecode = 43 if congress == 99 & id == 15037 replace statecode = 43 if congress == 99 & id == 14648 replace statecode = 43 if congress == 99 & id == 14860 replace statecode = 43 if congress == 99 & id == 15062 replace statecode = 43 if congress == 99 & id == 14029 replace statecode = 43 if congress == 99 & id == 7333 replace statecode = 43 if congress == 99 & id == 3078 replace statecode = 44 if congress == 99 & id == 15069 replace statecode = 44 if congress == 99 & id == 14831 replace statecode = 44 if congress == 99 & id == 15053 replace statecode = 44 if congress == 99 & id == 15120 replace statecode = 44 if congress == 99 & id == 14467 replace statecode = 44 if congress == 99 & id == 14627 replace statecode = 44 if congress == 99 & id == 15081 replace statecode = 44 if congress == 99 & id == 15057 replace statecode = 44 if congress == 99 & id == 14429 replace statecode = 44 if congress == 99 & id == 14404 replace statecode = 82 if congress == 99 & id == 14425 replace statecode = 82 if congress == 99 & id == 15245 replace statecode = 82 if congress == 99 & id == 14400 replace statecode = 63 if congress == 99 & id == 14809 replace statecode = 63 if congress == 99 & id == 15117 replace statecode = 21 if congress == 99 & id == 15079 replace statecode = 21 if congress == 99 & id == 14856 replace statecode = 21 if congress == 99 & id == 14271 replace statecode = 21 if congress == 99 & id == 14041 replace statecode = 21 if congress == 99 & id == 15036 replace statecode = 21 if congress == 99 & id == 14239 replace statecode = 21 if congress == 99 & id == 14068 replace statecode = 21 if congress == 99 & id == 8080 replace statecode = 21 if congress == 99 & id == 10421 replace statecode = 21 if congress == 99 & id == 14677 replace statecode = 21 if congress == 99 & id == 10703 replace statecode = 21 if congress == 99 & id == 12041 replace statecode = 21 if congress == 99 & id == 15098 replace statecode = 21 if congress == 99 & id == 15102 replace statecode = 21 if congress == 99 & id == 14033 replace statecode = 21 if congress == 99 & id == 14841 replace statecode = 21 if congress == 99 & id == 15023 replace statecode = 21 if congress == 99 & id == 6455 replace statecode = 21 if congress == 99 & id == 15088 replace statecode = 21 if congress == 99 & id == 15021 replace statecode = 21 if congress == 99 & id == 7610 replace statecode = 21 if congress == 99 & id == 15101 replace statecode = 22 if congress == 99 & id == 15124 replace statecode = 22 if congress == 99 & id == 14274 replace statecode = 22 if congress == 99 & id == 14834 replace statecode = 22 if congress == 99 & id == 14806 replace statecode = 22 if congress == 99 & id == 13018 replace statecode = 22 if congress == 99 & id == 15014 replace statecode = 22 if congress == 99 & id == 11036 replace statecode = 22 if congress == 99 & id == 15041 replace statecode = 22 if congress == 99 & id == 10732 replace statecode = 22 if congress == 99 & id == 10742 replace statecode = 31 if congress == 99 & id == 14432 replace statecode = 31 if congress == 99 & id == 14668 replace statecode = 31 if congress == 99 & id == 14820 replace statecode = 31 if congress == 99 & id == 8672 replace statecode = 31 if congress == 99 & id == 15106 replace statecode = 31 if congress == 99 & id == 14205 replace statecode = 32 if congress == 99 & id == 14852 replace statecode = 32 if congress == 99 & id == 15061 replace statecode = 32 if congress == 99 & id == 15109 replace statecode = 32 if congress == 99 & id == 14422 replace statecode = 32 if congress == 99 & id == 14670 replace statecode = 51 if congress == 99 & id == 14237 replace statecode = 51 if congress == 99 & id == 6845 replace statecode = 51 if congress == 99 & id == 13024 replace statecode = 51 if congress == 99 & id == 10626 replace statecode = 51 if congress == 99 & id == 14854 replace statecode = 51 if congress == 99 & id == 14635 replace statecode = 51 if congress == 99 & id == 15228 replace statecode = 45 if congress == 99 & id == 14469 replace statecode = 45 if congress == 99 & id == 14067 replace statecode = 45 if congress == 99 & id == 14679 replace statecode = 45 if congress == 99 & id == 14853 replace statecode = 45 if congress == 99 & id == 14427 replace statecode = 45 if congress == 99 & id == 14259 replace statecode = 45 if congress == 99 & id == 13056 replace statecode = 45 if congress == 99 & id == 10602 replace statecode = 45 if congress == 99 & id == 15128 replace statecode = 2 if congress == 99 & id == 15042 replace statecode = 2 if congress == 99 & id == 14661 replace statecode = 52 if congress == 99 & id == 14817 replace statecode = 52 if congress == 99 & id == 15086 replace statecode = 52 if congress == 99 & id == 14440 replace statecode = 52 if congress == 99 & id == 14021 replace statecode = 52 if congress == 99 & id == 14873 replace statecode = 52 if congress == 99 & id == 14608 replace statecode = 52 if congress == 99 & id == 13031 replace statecode = 52 if congress == 99 & id == 14604 replace statecode = 3 if congress == 99 & id == 2009 replace statecode = 3 if congress == 99 & id == 830 replace statecode = 3 if congress == 99 & id == 14216 replace statecode = 3 if congress == 99 & id == 14824 replace statecode = 3 if congress == 99 & id == 15084 replace statecode = 3 if congress == 99 & id == 14650 replace statecode = 3 if congress == 99 & id == 14435 replace statecode = 3 if congress == 99 & id == 7081 replace statecode = 3 if congress == 99 & id == 14039 replace statecode = 3 if congress == 99 & id == 14055 replace statecode = 3 if congress == 99 & id == 14621 replace statecode = 23 if congress == 99 & id == 10713 replace statecode = 23 if congress == 99 & id == 14446 replace statecode = 23 if congress == 99 & id == 14673 replace statecode = 23 if congress == 99 & id == 14872 replace statecode = 23 if congress == 99 & id == 15103 replace statecode = 23 if congress == 99 & id == 14210 replace statecode = 23 if congress == 99 & id == 14430 replace statecode = 23 if congress == 99 & id == 14075 replace statecode = 23 if congress == 99 & id == 10794 replace statecode = 23 if congress == 99 & id == 15114 replace statecode = 23 if congress == 99 & id == 14618 replace statecode = 23 if congress == 99 & id == 14407 replace statecode = 23 if congress == 99 & id == 14681 replace statecode = 23 if congress == 99 & id == 14833 replace statecode = 23 if congress == 99 & id == 10727 replace statecode = 23 if congress == 99 & id == 2605 replace statecode = 23 if congress == 99 & id == 15033 replace statecode = 23 if congress == 99 & id == 1087 replace statecode = 33 if congress == 99 & id == 15052 replace statecode = 33 if congress == 99 & id == 14868 replace statecode = 33 if congress == 99 & id == 13015 replace statecode = 33 if congress == 99 & id == 14458 replace statecode = 33 if congress == 99 & id == 14656 replace statecode = 33 if congress == 99 & id == 15059 replace statecode = 33 if congress == 99 & id == 14466 replace statecode = 33 if congress == 99 & id == 14265 replace statecode = 46 if congress == 99 & id == 10075 replace statecode = 46 if congress == 99 & id == 15025 replace statecode = 46 if congress == 99 & id == 11035 replace statecode = 46 if congress == 99 & id == 14874 replace statecode = 46 if congress == 99 & id == 14031 replace statecode = 34 if congress == 99 & id == 12009 replace statecode = 34 if congress == 99 & id == 14465 replace statecode = 34 if congress == 99 & id == 14421 replace statecode = 34 if congress == 99 & id == 14451 replace statecode = 34 if congress == 99 & id == 15076 replace statecode = 34 if congress == 99 & id == 14410 replace statecode = 34 if congress == 99 & id == 14057 replace statecode = 34 if congress == 99 & id == 14819 replace statecode = 34 if congress == 99 & id == 14459 replace statecode = 64 if congress == 99 & id == 14672 replace statecode = 64 if congress == 99 & id == 14437 replace statecode = 35 if congress == 99 & id == 14605 replace statecode = 35 if congress == 99 & id == 14810 replace statecode = 35 if congress == 99 & id == 14276 replace statecode = 65 if congress == 99 & id == 15054 replace statecode = 65 if congress == 99 & id == 15075 replace statecode = 4 if congress == 99 & id == 15116 replace statecode = 4 if congress == 99 & id == 14826 replace statecode = 12 if congress == 99 & id == 14223 replace statecode = 12 if congress == 99 & id == 14238 replace statecode = 12 if congress == 99 & id == 10739 replace statecode = 12 if congress == 99 & id == 14863 replace statecode = 12 if congress == 99 & id == 14855 replace statecode = 12 if congress == 99 & id == 14815 replace statecode = 12 if congress == 99 & id == 14046 replace statecode = 12 if congress == 99 & id == 12042 replace statecode = 12 if congress == 99 & id == 15071 replace statecode = 12 if congress == 99 & id == 8010 replace statecode = 12 if congress == 99 & id == 15099 replace statecode = 12 if congress == 99 & id == 14614 replace statecode = 12 if congress == 99 & id == 15112 replace statecode = 12 if congress == 99 & id == 14631 replace statecode = 66 if congress == 99 & id == 12022 replace statecode = 66 if congress == 99 & id == 14861 replace statecode = 66 if congress == 99 & id == 15055 replace statecode = 13 if congress == 99 & id == 14610 replace statecode = 13 if congress == 99 & id == 14214 replace statecode = 13 if congress == 99 & id == 15046 replace statecode = 13 if congress == 99 & id == 13021 replace statecode = 13 if congress == 99 & id == 14845 replace statecode = 13 if congress == 99 & id == 10500 replace statecode = 13 if congress == 99 & id == 15244 replace statecode = 13 if congress == 99 & id == 15000 replace statecode = 13 if congress == 99 & id == 10768 replace statecode = 13 if congress == 99 & id == 15107 replace statecode = 13 if congress == 99 & id == 14858 replace statecode = 13 if congress == 99 & id == 15072 replace statecode = 13 if congress == 99 & id == 15050 replace statecode = 13 if congress == 99 & id == 14277 replace statecode = 13 if congress == 99 & id == 14846 replace statecode = 13 if congress == 99 & id == 14471 replace statecode = 13 if congress == 99 & id == 13035 replace statecode = 13 if congress == 99 & id == 14463 replace statecode = 13 if congress == 99 & id == 14470 replace statecode = 13 if congress == 99 & id == 12003 replace statecode = 13 if congress == 99 & id == 15095 replace statecode = 13 if congress == 99 & id == 12013 replace statecode = 13 if congress == 99 & id == 14015 replace statecode = 13 if congress == 99 & id == 9017 replace statecode = 13 if congress == 99 & id == 14662 replace statecode = 13 if congress == 99 & id == 15007 replace statecode = 13 if congress == 99 & id == 14840 replace statecode = 13 if congress == 99 & id == 14870 replace statecode = 13 if congress == 99 & id == 14253 replace statecode = 13 if congress == 99 & id == 10596 replace statecode = 13 if congress == 99 & id == 15097 replace statecode = 13 if congress == 99 & id == 13020 replace statecode = 13 if congress == 99 & id == 14248 replace statecode = 13 if congress == 99 & id == 14264 replace statecode = 13 if congress == 99 & id == 14289 replace statecode = 47 if congress == 99 & id == 10788 replace statecode = 47 if congress == 99 & id == 15073 replace statecode = 47 if congress == 99 & id == 14464 replace statecode = 47 if congress == 99 & id == 15091 replace statecode = 47 if congress == 99 & id == 14262 replace statecode = 47 if congress == 99 & id == 15092 replace statecode = 47 if congress == 99 & id == 14048 replace statecode = 47 if congress == 99 & id == 14233 replace statecode = 47 if congress == 99 & id == 15108 replace statecode = 47 if congress == 99 & id == 10574 replace statecode = 47 if congress == 99 & id == 14832 replace statecode = 36 if congress == 99 & id == 14812 replace statecode = 24 if congress == 99 & id == 14070 replace statecode = 24 if congress == 99 & id == 14225 replace statecode = 24 if congress == 99 & id == 14632 replace statecode = 24 if congress == 99 & id == 14875 replace statecode = 24 if congress == 99 & id == 5495 replace statecode = 24 if congress == 99 & id == 14844 replace statecode = 24 if congress == 99 & id == 15020 replace statecode = 24 if congress == 99 & id == 14245 replace statecode = 24 if congress == 99 & id == 15029 replace statecode = 24 if congress == 99 & id == 11034 replace statecode = 24 if congress == 99 & id == 14818 replace statecode = 24 if congress == 99 & id == 15030 replace statecode = 24 if congress == 99 & id == 14445 replace statecode = 24 if congress == 99 & id == 13040 replace statecode = 24 if congress == 99 & id == 11058 replace statecode = 24 if congress == 99 & id == 14045 replace statecode = 24 if congress == 99 & id == 15121 replace statecode = 24 if congress == 99 & id == 14402 replace statecode = 24 if congress == 99 & id == 15024 replace statecode = 24 if congress == 99 & id == 14443 replace statecode = 24 if congress == 99 & id == 12030 replace statecode = 53 if congress == 99 & id == 14026 replace statecode = 53 if congress == 99 & id == 14667 replace statecode = 53 if congress == 99 & id == 14462 replace statecode = 53 if congress == 99 & id == 14843 replace statecode = 53 if congress == 99 & id == 14415 replace statecode = 53 if congress == 99 & id == 14219 replace statecode = 72 if congress == 99 & id == 14201 replace statecode = 72 if congress == 99 & id == 15063 replace statecode = 72 if congress == 99 & id == 14871 replace statecode = 72 if congress == 99 & id == 14281 replace statecode = 72 if congress == 99 & id == 14864 replace statecode = 14 if congress == 99 & id == 14823 replace statecode = 14 if congress == 99 & id == 14629 replace statecode = 14 if congress == 99 & id == 15008 replace statecode = 14 if congress == 99 & id == 15031 replace statecode = 14 if congress == 99 & id == 14273 replace statecode = 14 if congress == 99 & id == 12035 replace statecode = 14 if congress == 99 & id == 14217 replace statecode = 14 if congress == 99 & id == 14431 replace statecode = 14 if congress == 99 & id == 14052 replace statecode = 14 if congress == 99 & id == 10607 replace statecode = 14 if congress == 99 & id == 15104 replace statecode = 14 if congress == 99 & id == 14072 replace statecode = 14 if congress == 99 & id == 12010 replace statecode = 14 if congress == 99 & id == 14808 replace statecode = 14 if congress == 99 & id == 14654 replace statecode = 14 if congress == 99 & id == 14461 replace statecode = 14 if congress == 99 & id == 15026 replace statecode = 14 if congress == 99 & id == 14460 replace statecode = 14 if congress == 99 & id == 14288 replace statecode = 14 if congress == 99 & id == 11067 replace statecode = 14 if congress == 99 & id == 15056 replace statecode = 14 if congress == 99 & id == 14441 replace statecode = 14 if congress == 99 & id == 14612 replace statecode = 5 if congress == 99 & id == 10561 replace statecode = 5 if congress == 99 & id == 14857 replace statecode = 48 if congress == 99 & id == 14830 replace statecode = 48 if congress == 99 & id == 13042 replace statecode = 48 if congress == 99 & id == 14212 replace statecode = 48 if congress == 99 & id == 14609 replace statecode = 48 if congress == 99 & id == 15064 replace statecode = 48 if congress == 99 & id == 15068 replace statecode = 37 if congress == 99 & id == 14617 replace statecode = 54 if congress == 99 & id == 10616 replace statecode = 54 if congress == 99 & id == 10719 replace statecode = 54 if congress == 99 & id == 14251 replace statecode = 54 if congress == 99 & id == 15019 replace statecode = 54 if congress == 99 & id == 14607 replace statecode = 54 if congress == 99 & id == 15100 replace statecode = 54 if congress == 99 & id == 15066 replace statecode = 54 if congress == 99 & id == 12038 replace statecode = 54 if congress == 99 & id == 14224 replace statecode = 49 if congress == 99 & id == 14291 replace statecode = 49 if congress == 99 & id == 15129 replace statecode = 49 if congress == 99 & id == 14062 replace statecode = 49 if congress == 99 & id == 15002 replace statecode = 49 if congress == 99 & id == 14828 replace statecode = 49 if congress == 99 & id == 15013 replace statecode = 49 if congress == 99 & id == 15085 replace statecode = 49 if congress == 99 & id == 13002 replace statecode = 49 if congress == 99 & id == 14822 replace statecode = 49 if congress == 99 & id == 1077 replace statecode = 49 if congress == 99 & id == 10614 replace statecode = 49 if congress == 99 & id == 14641 replace statecode = 49 if congress == 99 & id == 10391 replace statecode = 49 if congress == 99 & id == 15087 replace statecode = 49 if congress == 99 & id == 15119 replace statecode = 49 if congress == 99 & id == 10716 replace statecode = 49 if congress == 99 & id == 15018 replace statecode = 49 if congress == 99 & id == 14664 replace statecode = 49 if congress == 99 & id == 14643 replace statecode = 49 if congress == 99 & id == 15093 replace statecode = 49 if congress == 99 & id == 10520 replace statecode = 49 if congress == 99 & id == 14645 replace statecode = 49 if congress == 99 & id == 15094 replace statecode = 49 if congress == 99 & id == 15089 replace statecode = 49 if congress == 99 & id == 14626 replace statecode = 49 if congress == 99 & id == 15001 replace statecode = 49 if congress == 99 & id == 15125 replace statecode = 49 if congress == 99 & id == 15049 replace statecode = 67 if congress == 99 & id == 14829 replace statecode = 67 if congress == 99 & id == 15111 replace statecode = 67 if congress == 99 & id == 15047 replace statecode = 6 if congress == 99 & id == 14240 replace statecode = 40 if congress == 99 & id == 15003 replace statecode = 40 if congress == 99 & id == 12033 replace statecode = 40 if congress == 99 & id == 14802 replace statecode = 40 if congress == 99 & id == 15060 replace statecode = 40 if congress == 99 & id == 12011 replace statecode = 40 if congress == 99 & id == 15048 replace statecode = 40 if congress == 99 & id == 15115 replace statecode = 40 if congress == 99 & id == 14043 replace statecode = 40 if congress == 99 & id == 15010 replace statecode = 40 if congress == 99 & id == 14869 replace statecode = 73 if congress == 99 & id == 15110 replace statecode = 73 if congress == 99 & id == 14666 replace statecode = 73 if congress == 99 & id == 14208 replace statecode = 73 if congress == 99 & id == 14847 replace statecode = 73 if congress == 99 & id == 10726 replace statecode = 73 if congress == 99 & id == 14413 replace statecode = 73 if congress == 99 & id == 14646 replace statecode = 73 if congress == 99 & id == 15016 replace statecode = 56 if congress == 99 & id == 15083 replace statecode = 56 if congress == 99 & id == 15065 replace statecode = 56 if congress == 99 & id == 15077 replace statecode = 56 if congress == 99 & id == 14448 replace statecode = 25 if congress == 99 & id == 13003 replace statecode = 25 if congress == 99 & id == 5101 replace statecode = 25 if congress == 99 & id == 14827 replace statecode = 25 if congress == 99 & id == 15082 replace statecode = 25 if congress == 99 & id == 15044 replace statecode = 25 if congress == 99 & id == 14675 replace statecode = 25 if congress == 99 & id == 12036 replace statecode = 25 if congress == 99 & id == 14655 replace statecode = 25 if congress == 99 & id == 14657 replace statecode = 68 if congress == 99 & id == 14611 replace statecode = 99 if congress == 100 & id == 99907 replace statecode = 41 if congress == 100 & id == 15090 replace statecode = 41 if congress == 100 & id == 10717 replace statecode = 41 if congress == 100 & id == 11037 replace statecode = 41 if congress == 100 & id == 11000 replace statecode = 41 if congress == 100 & id == 14419 replace statecode = 41 if congress == 100 & id == 15022 replace statecode = 41 if congress == 100 & id == 15416 replace statecode = 81 if congress == 100 & id == 14066 replace statecode = 61 if congress == 100 & id == 15440 replace statecode = 61 if congress == 100 & id == 10566 replace statecode = 61 if congress == 100 & id == 14454 replace statecode = 61 if congress == 100 & id == 15429 replace statecode = 61 if congress == 100 & id == 15105 replace statecode = 42 if congress == 100 & id == 12000 replace statecode = 42 if congress == 100 & id == 15122 replace statecode = 42 if congress == 100 & id == 11020 replace statecode = 42 if congress == 100 & id == 14601 replace statecode = 71 if congress == 100 & id == 15009 replace statecode = 71 if congress == 100 & id == 15420 replace statecode = 71 if congress == 100 & id == 14649 replace statecode = 71 if congress == 100 & id == 14624 replace statecode = 71 if congress == 100 & id == 15080 replace statecode = 71 if congress == 100 & id == 15448 replace statecode = 71 if congress == 100 & id == 15011 replace statecode = 71 if congress == 100 & id == 14256 replace statecode = 71 if congress == 100 & id == 13011 replace statecode = 71 if congress == 100 & id == 14053 replace statecode = 71 if congress == 100 & id == 10583 replace statecode = 71 if congress == 100 & id == 14837 replace statecode = 71 if congress == 100 & id == 15428 replace statecode = 71 if congress == 100 & id == 14257 replace statecode = 71 if congress == 100 & id == 14660 replace statecode = 71 if congress == 100 & id == 14613 replace statecode = 71 if congress == 100 & id == 14444 replace statecode = 71 if congress == 100 & id == 14652 replace statecode = 71 if congress == 100 & id == 15032 replace statecode = 71 if congress == 100 & id == 14071 replace statecode = 71 if congress == 100 & id == 14669 replace statecode = 71 if congress == 100 & id == 15413 replace statecode = 71 if congress == 100 & id == 14040 replace statecode = 71 if congress == 100 & id == 14405 replace statecode = 71 if congress == 100 & id == 14280 replace statecode = 71 if congress == 100 & id == 10621 replace statecode = 71 if congress == 100 & id == 15005 replace statecode = 71 if congress == 100 & id == 15034 replace statecode = 71 if congress == 100 & id == 14620 replace statecode = 71 if congress == 100 & id == 10595 replace statecode = 71 if congress == 100 & id == 14879 replace statecode = 71 if congress == 100 & id == 14816 replace statecode = 71 if congress == 100 & id == 12001 replace statecode = 71 if congress == 100 & id == 14813 replace statecode = 71 if congress == 100 & id == 15070 replace statecode = 71 if congress == 100 & id == 14644 replace statecode = 71 if congress == 100 & id == 10573 replace statecode = 71 if congress == 100 & id == 15040 replace statecode = 71 if congress == 100 & id == 14414 replace statecode = 71 if congress == 100 & id == 14616 replace statecode = 71 if congress == 100 & id == 14403 replace statecode = 71 if congress == 100 & id == 14839 replace statecode = 71 if congress == 100 & id == 14647 replace statecode = 71 if congress == 100 & id == 15051 replace statecode = 71 if congress == 100 & id == 15004 replace statecode = 71 if congress == 100 & id == 14835 replace statecode = 62 if congress == 100 & id == 14051 replace statecode = 62 if congress == 100 & id == 15443 replace statecode = 62 if congress == 100 & id == 15407 replace statecode = 62 if congress == 100 & id == 14803 replace statecode = 62 if congress == 100 & id == 15419 replace statecode = 62 if congress == 100 & id == 15058 replace statecode = 1 if congress == 100 & id == 14877 replace statecode = 1 if congress == 100 & id == 14825 replace statecode = 1 if congress == 100 & id == 15045 replace statecode = 1 if congress == 100 & id == 13029 replace statecode = 1 if congress == 100 & id == 15449 replace statecode = 1 if congress == 100 & id == 15123 replace statecode = 1 if congress == 100 & id == 15028 replace statecode = 11 if congress == 100 & id == 15015 replace statecode = 43 if congress == 100 & id == 14636 replace statecode = 43 if congress == 100 & id == 95415 replace statecode = 43 if congress == 100 & id == 633 replace statecode = 43 if congress == 100 & id == 12007 replace statecode = 43 if congress == 100 & id == 14842 replace statecode = 43 if congress == 100 & id == 15038 replace statecode = 43 if congress == 100 & id == 10588 replace statecode = 43 if congress == 100 & id == 13047 replace statecode = 43 if congress == 100 & id == 15006 replace statecode = 43 if congress == 100 & id == 14428 replace statecode = 43 if congress == 100 & id == 14651 replace statecode = 43 if congress == 100 & id == 15035 replace statecode = 43 if congress == 100 & id == 15037 replace statecode = 43 if congress == 100 & id == 14648 replace statecode = 43 if congress == 100 & id == 14860 replace statecode = 43 if congress == 100 & id == 15062 replace statecode = 43 if congress == 100 & id == 14029 replace statecode = 43 if congress == 100 & id == 7333 replace statecode = 43 if congress == 100 & id == 3078 replace statecode = 44 if congress == 100 & id == 15069 replace statecode = 44 if congress == 100 & id == 14831 replace statecode = 44 if congress == 100 & id == 15053 replace statecode = 44 if congress == 100 & id == 15120 replace statecode = 44 if congress == 100 & id == 15431 replace statecode = 44 if congress == 100 & id == 14627 replace statecode = 44 if congress == 100 & id == 15081 replace statecode = 44 if congress == 100 & id == 15057 replace statecode = 44 if congress == 100 & id == 14429 replace statecode = 44 if congress == 100 & id == 14404 replace statecode = 82 if congress == 100 & id == 15441 replace statecode = 82 if congress == 100 & id == 14400 replace statecode = 63 if congress == 100 & id == 14809 replace statecode = 63 if congress == 100 & id == 15117 replace statecode = 21 if congress == 100 & id == 15079 replace statecode = 21 if congress == 100 & id == 14856 replace statecode = 21 if congress == 100 & id == 14271 replace statecode = 21 if congress == 100 & id == 15409 replace statecode = 21 if congress == 100 & id == 15036 replace statecode = 21 if congress == 100 & id == 14239 replace statecode = 21 if congress == 100 & id == 14068 replace statecode = 21 if congress == 100 & id == 8080 replace statecode = 21 if congress == 100 & id == 10421 replace statecode = 21 if congress == 100 & id == 14677 replace statecode = 21 if congress == 100 & id == 10703 replace statecode = 21 if congress == 100 & id == 12041 replace statecode = 21 if congress == 100 & id == 15098 replace statecode = 21 if congress == 100 & id == 15417 replace statecode = 21 if congress == 100 & id == 14033 replace statecode = 21 if congress == 100 & id == 14841 replace statecode = 21 if congress == 100 & id == 15023 replace statecode = 21 if congress == 100 & id == 6455 replace statecode = 21 if congress == 100 & id == 15088 replace statecode = 21 if congress == 100 & id == 15021 replace statecode = 21 if congress == 100 & id == 7610 replace statecode = 21 if congress == 100 & id == 15453 replace statecode = 21 if congress == 100 & id == 15101 replace statecode = 22 if congress == 100 & id == 15124 replace statecode = 22 if congress == 100 & id == 14274 replace statecode = 22 if congress == 100 & id == 14834 replace statecode = 22 if congress == 100 & id == 14806 replace statecode = 22 if congress == 100 & id == 15426 replace statecode = 22 if congress == 100 & id == 15014 replace statecode = 22 if congress == 100 & id == 11036 replace statecode = 22 if congress == 100 & id == 15041 replace statecode = 22 if congress == 100 & id == 10732 replace statecode = 22 if congress == 100 & id == 10742 replace statecode = 31 if congress == 100 & id == 14432 replace statecode = 31 if congress == 100 & id == 14668 replace statecode = 31 if congress == 100 & id == 15435 replace statecode = 31 if congress == 100 & id == 8672 replace statecode = 31 if congress == 100 & id == 15106 replace statecode = 31 if congress == 100 & id == 15414 replace statecode = 32 if congress == 100 & id == 14852 replace statecode = 32 if congress == 100 & id == 15061 replace statecode = 32 if congress == 100 & id == 15109 replace statecode = 32 if congress == 100 & id == 14422 replace statecode = 32 if congress == 100 & id == 14670 replace statecode = 51 if congress == 100 & id == 14237 replace statecode = 51 if congress == 100 & id == 6845 replace statecode = 51 if congress == 100 & id == 13024 replace statecode = 51 if congress == 100 & id == 15406 replace statecode = 51 if congress == 100 & id == 14854 replace statecode = 51 if congress == 100 & id == 14635 replace statecode = 51 if congress == 100 & id == 15228 replace statecode = 45 if congress == 100 & id == 14469 replace statecode = 45 if congress == 100 & id == 14067 replace statecode = 45 if congress == 100 & id == 14679 replace statecode = 45 if congress == 100 & id == 14853 replace statecode = 45 if congress == 100 & id == 15451 replace statecode = 45 if congress == 100 & id == 14427 replace statecode = 45 if congress == 100 & id == 15401 replace statecode = 45 if congress == 100 & id == 15418 replace statecode = 45 if congress == 100 & id == 15422 replace statecode = 2 if congress == 100 & id == 15404 replace statecode = 2 if congress == 100 & id == 14661 replace statecode = 52 if congress == 100 & id == 14817 replace statecode = 52 if congress == 100 & id == 15086 replace statecode = 52 if congress == 100 & id == 15408 replace statecode = 52 if congress == 100 & id == 15432 replace statecode = 52 if congress == 100 & id == 14873 replace statecode = 52 if congress == 100 & id == 14608 replace statecode = 52 if congress == 100 & id == 15433 replace statecode = 52 if congress == 100 & id == 15434 replace statecode = 3 if congress == 100 & id == 2009 replace statecode = 3 if congress == 100 & id == 830 replace statecode = 3 if congress == 100 & id == 14216 replace statecode = 3 if congress == 100 & id == 14824 replace statecode = 3 if congress == 100 & id == 15084 replace statecode = 3 if congress == 100 & id == 14650 replace statecode = 3 if congress == 100 & id == 14435 replace statecode = 3 if congress == 100 & id == 15427 replace statecode = 3 if congress == 100 & id == 14039 replace statecode = 3 if congress == 100 & id == 14055 replace statecode = 3 if congress == 100 & id == 14621 replace statecode = 23 if congress == 100 & id == 10713 replace statecode = 23 if congress == 100 & id == 14446 replace statecode = 23 if congress == 100 & id == 14673 replace statecode = 23 if congress == 100 & id == 15446 replace statecode = 23 if congress == 100 & id == 15103 replace statecode = 23 if congress == 100 & id == 14210 replace statecode = 23 if congress == 100 & id == 14430 replace statecode = 23 if congress == 100 & id == 14075 replace statecode = 23 if congress == 100 & id == 10794 replace statecode = 23 if congress == 100 & id == 15114 replace statecode = 23 if congress == 100 & id == 14618 replace statecode = 23 if congress == 100 & id == 14407 replace statecode = 23 if congress == 100 & id == 14681 replace statecode = 23 if congress == 100 & id == 14833 replace statecode = 23 if congress == 100 & id == 10727 replace statecode = 23 if congress == 100 & id == 2605 replace statecode = 23 if congress == 100 & id == 15033 replace statecode = 23 if congress == 100 & id == 1087 replace statecode = 33 if congress == 100 & id == 15052 replace statecode = 33 if congress == 100 & id == 14868 replace statecode = 33 if congress == 100 & id == 13015 replace statecode = 33 if congress == 100 & id == 14458 replace statecode = 33 if congress == 100 & id == 14656 replace statecode = 33 if congress == 100 & id == 15059 replace statecode = 33 if congress == 100 & id == 14466 replace statecode = 33 if congress == 100 & id == 14265 replace statecode = 46 if congress == 100 & id == 10075 replace statecode = 46 if congress == 100 & id == 15411 replace statecode = 46 if congress == 100 & id == 11035 replace statecode = 46 if congress == 100 & id == 14874 replace statecode = 46 if congress == 100 & id == 14031 replace statecode = 34 if congress == 100 & id == 12009 replace statecode = 34 if congress == 100 & id == 15405 replace statecode = 34 if congress == 100 & id == 14421 replace statecode = 34 if congress == 100 & id == 14451 replace statecode = 34 if congress == 100 & id == 15076 replace statecode = 34 if congress == 100 & id == 14410 replace statecode = 34 if congress == 100 & id == 14057 replace statecode = 34 if congress == 100 & id == 14819 replace statecode = 34 if congress == 100 & id == 14459 replace statecode = 64 if congress == 100 & id == 14672 replace statecode = 64 if congress == 100 & id == 14437 replace statecode = 35 if congress == 100 & id == 14605 replace statecode = 35 if congress == 100 & id == 14810 replace statecode = 35 if congress == 100 & id == 14276 replace statecode = 65 if congress == 100 & id == 15403 replace statecode = 65 if congress == 100 & id == 15075 replace statecode = 4 if congress == 100 & id == 15116 replace statecode = 4 if congress == 100 & id == 14826 replace statecode = 12 if congress == 100 & id == 14223 replace statecode = 12 if congress == 100 & id == 14238 replace statecode = 12 if congress == 100 & id == 10739 replace statecode = 12 if congress == 100 & id == 14863 replace statecode = 12 if congress == 100 & id == 14855 replace statecode = 12 if congress == 100 & id == 14815 replace statecode = 12 if congress == 100 & id == 14046 replace statecode = 12 if congress == 100 & id == 12042 replace statecode = 12 if congress == 100 & id == 15071 replace statecode = 12 if congress == 100 & id == 8010 replace statecode = 12 if congress == 100 & id == 15099 replace statecode = 12 if congress == 100 & id == 14614 replace statecode = 12 if congress == 100 & id == 15112 replace statecode = 12 if congress == 100 & id == 14631 replace statecode = 66 if congress == 100 & id == 12022 replace statecode = 66 if congress == 100 & id == 14861 replace statecode = 66 if congress == 100 & id == 15055 replace statecode = 13 if congress == 100 & id == 15421 replace statecode = 13 if congress == 100 & id == 14214 replace statecode = 13 if congress == 100 & id == 15046 replace statecode = 13 if congress == 100 & id == 13021 replace statecode = 13 if congress == 100 & id == 14845 replace statecode = 13 if congress == 100 & id == 15412 replace statecode = 13 if congress == 100 & id == 15000 replace statecode = 13 if congress == 100 & id == 10768 replace statecode = 13 if congress == 100 & id == 15107 replace statecode = 13 if congress == 100 & id == 14858 replace statecode = 13 if congress == 100 & id == 15072 replace statecode = 13 if congress == 100 & id == 15050 replace statecode = 13 if congress == 100 & id == 14277 replace statecode = 13 if congress == 100 & id == 14846 replace statecode = 13 if congress == 100 & id == 14471 replace statecode = 13 if congress == 100 & id == 13035 replace statecode = 13 if congress == 100 & id == 14463 replace statecode = 13 if congress == 100 & id == 14470 replace statecode = 13 if congress == 100 & id == 12003 replace statecode = 13 if congress == 100 & id == 15095 replace statecode = 13 if congress == 100 & id == 12013 replace statecode = 13 if congress == 100 & id == 14015 replace statecode = 13 if congress == 100 & id == 9017 replace statecode = 13 if congress == 100 & id == 14662 replace statecode = 13 if congress == 100 & id == 15007 replace statecode = 13 if congress == 100 & id == 14840 replace statecode = 13 if congress == 100 & id == 14870 replace statecode = 13 if congress == 100 & id == 14253 replace statecode = 13 if congress == 100 & id == 10596 replace statecode = 13 if congress == 100 & id == 15444 replace statecode = 13 if congress == 100 & id == 13020 replace statecode = 13 if congress == 100 & id == 14248 replace statecode = 13 if congress == 100 & id == 14264 replace statecode = 13 if congress == 100 & id == 15423 replace statecode = 47 if congress == 100 & id == 10788 replace statecode = 47 if congress == 100 & id == 15073 replace statecode = 47 if congress == 100 & id == 15430 replace statecode = 47 if congress == 100 & id == 15438 replace statecode = 47 if congress == 100 & id == 14262 replace statecode = 47 if congress == 100 & id == 15092 replace statecode = 47 if congress == 100 & id == 14048 replace statecode = 47 if congress == 100 & id == 14233 replace statecode = 47 if congress == 100 & id == 15108 replace statecode = 47 if congress == 100 & id == 15402 replace statecode = 47 if congress == 100 & id == 15017 replace statecode = 36 if congress == 100 & id == 14812 replace statecode = 24 if congress == 100 & id == 14070 replace statecode = 24 if congress == 100 & id == 14225 replace statecode = 24 if congress == 100 & id == 14632 replace statecode = 24 if congress == 100 & id == 14875 replace statecode = 24 if congress == 100 & id == 5495 replace statecode = 24 if congress == 100 & id == 14844 replace statecode = 24 if congress == 100 & id == 15020 replace statecode = 24 if congress == 100 & id == 11028 replace statecode = 24 if congress == 100 & id == 15029 replace statecode = 24 if congress == 100 & id == 11034 replace statecode = 24 if congress == 100 & id == 14818 replace statecode = 24 if congress == 100 & id == 15030 replace statecode = 24 if congress == 100 & id == 14445 replace statecode = 24 if congress == 100 & id == 15442 replace statecode = 24 if congress == 100 & id == 11058 replace statecode = 24 if congress == 100 & id == 14045 replace statecode = 24 if congress == 100 & id == 15121 replace statecode = 24 if congress == 100 & id == 14402 replace statecode = 24 if congress == 100 & id == 15024 replace statecode = 24 if congress == 100 & id == 14443 replace statecode = 24 if congress == 100 & id == 12030 replace statecode = 53 if congress == 100 & id == 15424 replace statecode = 53 if congress == 100 & id == 14667 replace statecode = 53 if congress == 100 & id == 14462 replace statecode = 53 if congress == 100 & id == 14843 replace statecode = 53 if congress == 100 & id == 14415 replace statecode = 53 if congress == 100 & id == 14219 replace statecode = 72 if congress == 100 & id == 14201 replace statecode = 72 if congress == 100 & id == 15063 replace statecode = 72 if congress == 100 & id == 14871 replace statecode = 72 if congress == 100 & id == 15410 replace statecode = 72 if congress == 100 & id == 14864 replace statecode = 14 if congress == 100 & id == 14823 replace statecode = 14 if congress == 100 & id == 14629 replace statecode = 14 if congress == 100 & id == 15008 replace statecode = 14 if congress == 100 & id == 15031 replace statecode = 14 if congress == 100 & id == 14273 replace statecode = 14 if congress == 100 & id == 12035 replace statecode = 14 if congress == 100 & id == 15447 replace statecode = 14 if congress == 100 & id == 14431 replace statecode = 14 if congress == 100 & id == 14052 replace statecode = 14 if congress == 100 & id == 10607 replace statecode = 14 if congress == 100 & id == 15104 replace statecode = 14 if congress == 100 & id == 14072 replace statecode = 14 if congress == 100 & id == 12010 replace statecode = 14 if congress == 100 & id == 14808 replace statecode = 14 if congress == 100 & id == 14654 replace statecode = 14 if congress == 100 & id == 14461 replace statecode = 14 if congress == 100 & id == 15026 replace statecode = 14 if congress == 100 & id == 14460 replace statecode = 14 if congress == 100 & id == 14288 replace statecode = 14 if congress == 100 & id == 11067 replace statecode = 14 if congress == 100 & id == 15056 replace statecode = 14 if congress == 100 & id == 14441 replace statecode = 14 if congress == 100 & id == 14612 replace statecode = 5 if congress == 100 & id == 10561 replace statecode = 5 if congress == 100 & id == 14857 replace statecode = 48 if congress == 100 & id == 15439 replace statecode = 48 if congress == 100 & id == 13042 replace statecode = 48 if congress == 100 & id == 14212 replace statecode = 48 if congress == 100 & id == 15171 replace statecode = 48 if congress == 100 & id == 15064 replace statecode = 48 if congress == 100 & id == 15068 replace statecode = 37 if congress == 100 & id == 15425 replace statecode = 54 if congress == 100 & id == 10616 replace statecode = 54 if congress == 100 & id == 10719 replace statecode = 54 if congress == 100 & id == 14251 replace statecode = 54 if congress == 100 & id == 15019 replace statecode = 54 if congress == 100 & id == 14607 replace statecode = 54 if congress == 100 & id == 15450 replace statecode = 54 if congress == 100 & id == 15100 replace statecode = 54 if congress == 100 & id == 15066 replace statecode = 54 if congress == 100 & id == 12038 replace statecode = 54 if congress == 100 & id == 14224 replace statecode = 49 if congress == 100 & id == 15129 replace statecode = 49 if congress == 100 & id == 14062 replace statecode = 49 if congress == 100 & id == 15002 replace statecode = 49 if congress == 100 & id == 14828 replace statecode = 49 if congress == 100 & id == 15013 replace statecode = 49 if congress == 100 & id == 15085 replace statecode = 49 if congress == 100 & id == 13002 replace statecode = 49 if congress == 100 & id == 14822 replace statecode = 49 if congress == 100 & id == 1077 replace statecode = 49 if congress == 100 & id == 10614 replace statecode = 49 if congress == 100 & id == 14641 replace statecode = 49 if congress == 100 & id == 10391 replace statecode = 49 if congress == 100 & id == 15087 replace statecode = 49 if congress == 100 & id == 15119 replace statecode = 49 if congress == 100 & id == 10716 replace statecode = 49 if congress == 100 & id == 15018 replace statecode = 49 if congress == 100 & id == 14664 replace statecode = 49 if congress == 100 & id == 14643 replace statecode = 49 if congress == 100 & id == 15093 replace statecode = 49 if congress == 100 & id == 10520 replace statecode = 49 if congress == 100 & id == 15445 replace statecode = 49 if congress == 100 & id == 15094 replace statecode = 49 if congress == 100 & id == 15089 replace statecode = 49 if congress == 100 & id == 14626 replace statecode = 49 if congress == 100 & id == 15001 replace statecode = 49 if congress == 100 & id == 15125 replace statecode = 49 if congress == 100 & id == 15049 replace statecode = 67 if congress == 100 & id == 14829 replace statecode = 67 if congress == 100 & id == 14042 replace statecode = 67 if congress == 100 & id == 15047 replace statecode = 6 if congress == 100 & id == 14240 replace statecode = 40 if congress == 100 & id == 15003 replace statecode = 40 if congress == 100 & id == 15437 replace statecode = 40 if congress == 100 & id == 14802 replace statecode = 40 if congress == 100 & id == 15060 replace statecode = 40 if congress == 100 & id == 12011 replace statecode = 40 if congress == 100 & id == 15452 replace statecode = 40 if congress == 100 & id == 15048 replace statecode = 40 if congress == 100 & id == 15115 replace statecode = 40 if congress == 100 & id == 14043 replace statecode = 40 if congress == 100 & id == 15010 replace statecode = 40 if congress == 100 & id == 14869 replace statecode = 73 if congress == 100 & id == 15110 replace statecode = 73 if congress == 100 & id == 14666 replace statecode = 73 if congress == 100 & id == 14208 replace statecode = 73 if congress == 100 & id == 14847 replace statecode = 73 if congress == 100 & id == 10726 replace statecode = 73 if congress == 100 & id == 14413 replace statecode = 73 if congress == 100 & id == 14646 replace statecode = 73 if congress == 100 & id == 15016 replace statecode = 56 if congress == 100 & id == 15083 replace statecode = 56 if congress == 100 & id == 15065 replace statecode = 56 if congress == 100 & id == 15077 replace statecode = 56 if congress == 100 & id == 14448 replace statecode = 25 if congress == 100 & id == 13003 replace statecode = 25 if congress == 100 & id == 5101 replace statecode = 25 if congress == 100 & id == 14827 replace statecode = 25 if congress == 100 & id == 15082 replace statecode = 25 if congress == 100 & id == 15044 replace statecode = 25 if congress == 100 & id == 14675 replace statecode = 25 if congress == 100 & id == 12036 replace statecode = 25 if congress == 100 & id == 14655 replace statecode = 25 if congress == 100 & id == 14657 replace statecode = 68 if congress == 100 & id == 14611 replace statecode = 99 if congress == 101 & id == 99908 replace statecode = 41 if congress == 101 & id == 15090 replace statecode = 41 if congress == 101 & id == 10717 replace statecode = 41 if congress == 101 & id == 15632 replace statecode = 41 if congress == 101 & id == 11037 replace statecode = 41 if congress == 101 & id == 11000 replace statecode = 41 if congress == 101 & id == 14419 replace statecode = 41 if congress == 101 & id == 15022 replace statecode = 41 if congress == 101 & id == 15416 replace statecode = 81 if congress == 101 & id == 14066 replace statecode = 61 if congress == 101 & id == 15440 replace statecode = 61 if congress == 101 & id == 10566 replace statecode = 61 if congress == 101 & id == 14454 replace statecode = 61 if congress == 101 & id == 15429 replace statecode = 61 if congress == 101 & id == 15105 replace statecode = 42 if congress == 101 & id == 12000 replace statecode = 42 if congress == 101 & id == 95122 replace statecode = 42 if congress == 101 & id == 11020 replace statecode = 42 if congress == 101 & id == 14601 replace statecode = 71 if congress == 101 & id == 15009 replace statecode = 71 if congress == 101 & id == 15420 replace statecode = 71 if congress == 101 & id == 14649 replace statecode = 71 if congress == 101 & id == 14624 replace statecode = 71 if congress == 101 & id == 15448 replace statecode = 71 if congress == 101 & id == 15011 replace statecode = 71 if congress == 101 & id == 14256 replace statecode = 71 if congress == 101 & id == 13011 replace statecode = 71 if congress == 101 & id == 14053 replace statecode = 71 if congress == 101 & id == 10583 replace statecode = 71 if congress == 101 & id == 14837 replace statecode = 71 if congress == 101 & id == 15600 replace statecode = 71 if congress == 101 & id == 14257 replace statecode = 71 if congress == 101 & id == 14660 replace statecode = 71 if congress == 101 & id == 14613 replace statecode = 71 if congress == 101 & id == 15635 replace statecode = 71 if congress == 101 & id == 14444 replace statecode = 71 if congress == 101 & id == 14652 replace statecode = 71 if congress == 101 & id == 15032 replace statecode = 71 if congress == 101 & id == 14071 replace statecode = 71 if congress == 101 & id == 14669 replace statecode = 71 if congress == 101 & id == 15413 replace statecode = 71 if congress == 101 & id == 14040 replace statecode = 71 if congress == 101 & id == 14405 replace statecode = 71 if congress == 101 & id == 14280 replace statecode = 71 if congress == 101 & id == 10621 replace statecode = 71 if congress == 101 & id == 15005 replace statecode = 71 if congress == 101 & id == 15034 replace statecode = 71 if congress == 101 & id == 14620 replace statecode = 71 if congress == 101 & id == 10595 replace statecode = 71 if congress == 101 & id == 14879 replace statecode = 71 if congress == 101 & id == 14816 replace statecode = 71 if congress == 101 & id == 12001 replace statecode = 71 if congress == 101 & id == 14813 replace statecode = 71 if congress == 101 & id == 15070 replace statecode = 71 if congress == 101 & id == 14644 replace statecode = 71 if congress == 101 & id == 10573 replace statecode = 71 if congress == 101 & id == 15040 replace statecode = 71 if congress == 101 & id == 14414 replace statecode = 71 if congress == 101 & id == 14616 replace statecode = 71 if congress == 101 & id == 15601 replace statecode = 71 if congress == 101 & id == 14839 replace statecode = 71 if congress == 101 & id == 15621 replace statecode = 71 if congress == 101 & id == 15051 replace statecode = 71 if congress == 101 & id == 15004 replace statecode = 71 if congress == 101 & id == 14835 replace statecode = 62 if congress == 101 & id == 14051 replace statecode = 62 if congress == 101 & id == 15443 replace statecode = 62 if congress == 101 & id == 15407 replace statecode = 62 if congress == 101 & id == 14803 replace statecode = 62 if congress == 101 & id == 15419 replace statecode = 62 if congress == 101 & id == 15058 replace statecode = 1 if congress == 101 & id == 14877 replace statecode = 1 if congress == 101 & id == 14825 replace statecode = 1 if congress == 101 & id == 15045 replace statecode = 1 if congress == 101 & id == 15449 replace statecode = 1 if congress == 101 & id == 15123 replace statecode = 1 if congress == 101 & id == 15028 replace statecode = 11 if congress == 101 & id == 15015 replace statecode = 43 if congress == 101 & id == 14636 replace statecode = 43 if congress == 101 & id == 15415 replace statecode = 43 if congress == 101 & id == 633 replace statecode = 43 if congress == 101 & id == 15608 replace statecode = 43 if congress == 101 & id == 14842 replace statecode = 43 if congress == 101 & id == 15627 replace statecode = 43 if congress == 101 & id == 10588 replace statecode = 43 if congress == 101 & id == 13047 replace statecode = 43 if congress == 101 & id == 15006 replace statecode = 43 if congress == 101 & id == 14428 replace statecode = 43 if congress == 101 & id == 14651 replace statecode = 43 if congress == 101 & id == 15035 replace statecode = 43 if congress == 101 & id == 15605 replace statecode = 43 if congress == 101 & id == 15609 replace statecode = 43 if congress == 101 & id == 14860 replace statecode = 43 if congress == 101 & id == 15062 replace statecode = 43 if congress == 101 & id == 14029 replace statecode = 43 if congress == 101 & id == 7333 replace statecode = 43 if congress == 101 & id == 15634 replace statecode = 43 if congress == 101 & id == 3078 replace statecode = 44 if congress == 101 & id == 15069 replace statecode = 44 if congress == 101 & id == 14831 replace statecode = 44 if congress == 101 & id == 15053 replace statecode = 44 if congress == 101 & id == 95120 replace statecode = 44 if congress == 101 & id == 15431 replace statecode = 44 if congress == 101 & id == 14627 replace statecode = 44 if congress == 101 & id == 15081 replace statecode = 44 if congress == 101 & id == 15057 replace statecode = 44 if congress == 101 & id == 14429 replace statecode = 44 if congress == 101 & id == 14404 replace statecode = 82 if congress == 101 & id == 15441 replace statecode = 82 if congress == 101 & id == 14400 replace statecode = 63 if congress == 101 & id == 14809 replace statecode = 63 if congress == 101 & id == 15117 replace statecode = 21 if congress == 101 & id == 15079 replace statecode = 21 if congress == 101 & id == 14856 replace statecode = 21 if congress == 101 & id == 14271 replace statecode = 21 if congress == 101 & id == 15622 replace statecode = 21 if congress == 101 & id == 15036 replace statecode = 21 if congress == 101 & id == 14239 replace statecode = 21 if congress == 101 & id == 14068 replace statecode = 21 if congress == 101 & id == 8080 replace statecode = 21 if congress == 101 & id == 10421 replace statecode = 21 if congress == 101 & id == 14677 replace statecode = 21 if congress == 101 & id == 10703 replace statecode = 21 if congress == 101 & id == 12041 replace statecode = 21 if congress == 101 & id == 15098 replace statecode = 21 if congress == 101 & id == 15417 replace statecode = 21 if congress == 101 & id == 14033 replace statecode = 21 if congress == 101 & id == 14841 replace statecode = 21 if congress == 101 & id == 15023 replace statecode = 21 if congress == 101 & id == 6455 replace statecode = 21 if congress == 101 & id == 15088 replace statecode = 21 if congress == 101 & id == 15021 replace statecode = 21 if congress == 101 & id == 15453 replace statecode = 21 if congress == 101 & id == 15620 replace statecode = 22 if congress == 101 & id == 15124 replace statecode = 22 if congress == 101 & id == 14274 replace statecode = 22 if congress == 101 & id == 14834 replace statecode = 22 if congress == 101 & id == 15631 replace statecode = 22 if congress == 101 & id == 14806 replace statecode = 22 if congress == 101 & id == 15426 replace statecode = 22 if congress == 101 & id == 15014 replace statecode = 22 if congress == 101 & id == 11036 replace statecode = 22 if congress == 101 & id == 15041 replace statecode = 22 if congress == 101 & id == 10732 replace statecode = 22 if congress == 101 & id == 10742 replace statecode = 31 if congress == 101 & id == 14432 replace statecode = 31 if congress == 101 & id == 14668 replace statecode = 31 if congress == 101 & id == 15435 replace statecode = 31 if congress == 101 & id == 8672 replace statecode = 31 if congress == 101 & id == 15106 replace statecode = 31 if congress == 101 & id == 15414 replace statecode = 32 if congress == 101 & id == 14852 replace statecode = 32 if congress == 101 & id == 15061 replace statecode = 32 if congress == 101 & id == 15109 replace statecode = 32 if congress == 101 & id == 14422 replace statecode = 32 if congress == 101 & id == 14670 replace statecode = 51 if congress == 101 & id == 14237 replace statecode = 51 if congress == 101 & id == 6845 replace statecode = 51 if congress == 101 & id == 13024 replace statecode = 51 if congress == 101 & id == 15406 replace statecode = 51 if congress == 101 & id == 14854 replace statecode = 51 if congress == 101 & id == 14635 replace statecode = 51 if congress == 101 & id == 15228 replace statecode = 45 if congress == 101 & id == 14469 replace statecode = 45 if congress == 101 & id == 14067 replace statecode = 45 if congress == 101 & id == 14679 replace statecode = 45 if congress == 101 & id == 15451 replace statecode = 45 if congress == 101 & id == 14427 replace statecode = 45 if congress == 101 & id == 15401 replace statecode = 45 if congress == 101 & id == 15418 replace statecode = 45 if congress == 101 & id == 15422 replace statecode = 2 if congress == 101 & id == 15404 replace statecode = 2 if congress == 101 & id == 14661 replace statecode = 52 if congress == 101 & id == 14817 replace statecode = 52 if congress == 101 & id == 15086 replace statecode = 52 if congress == 101 & id == 15408 replace statecode = 52 if congress == 101 & id == 15432 replace statecode = 52 if congress == 101 & id == 14873 replace statecode = 52 if congress == 101 & id == 14608 replace statecode = 52 if congress == 101 & id == 15433 replace statecode = 52 if congress == 101 & id == 15434 replace statecode = 3 if congress == 101 & id == 2009 replace statecode = 3 if congress == 101 & id == 15616 replace statecode = 3 if congress == 101 & id == 14216 replace statecode = 3 if congress == 101 & id == 14824 replace statecode = 3 if congress == 101 & id == 15084 replace statecode = 3 if congress == 101 & id == 14650 replace statecode = 3 if congress == 101 & id == 14435 replace statecode = 3 if congress == 101 & id == 15427 replace statecode = 3 if congress == 101 & id == 14039 replace statecode = 3 if congress == 101 & id == 14055 replace statecode = 3 if congress == 101 & id == 14621 replace statecode = 23 if congress == 101 & id == 10713 replace statecode = 23 if congress == 101 & id == 14446 replace statecode = 23 if congress == 101 & id == 14673 replace statecode = 23 if congress == 101 & id == 15446 replace statecode = 23 if congress == 101 & id == 15103 replace statecode = 23 if congress == 101 & id == 14210 replace statecode = 23 if congress == 101 & id == 14430 replace statecode = 23 if congress == 101 & id == 14075 replace statecode = 23 if congress == 101 & id == 10794 replace statecode = 23 if congress == 101 & id == 15114 replace statecode = 23 if congress == 101 & id == 14618 replace statecode = 23 if congress == 101 & id == 14407 replace statecode = 23 if congress == 101 & id == 14681 replace statecode = 23 if congress == 101 & id == 14833 replace statecode = 23 if congress == 101 & id == 10727 replace statecode = 23 if congress == 101 & id == 2605 replace statecode = 23 if congress == 101 & id == 15033 replace statecode = 23 if congress == 101 & id == 1087 replace statecode = 33 if congress == 101 & id == 15052 replace statecode = 33 if congress == 101 & id == 14868 replace statecode = 33 if congress == 101 & id == 13015 replace statecode = 33 if congress == 101 & id == 14458 replace statecode = 33 if congress == 101 & id == 14656 replace statecode = 33 if congress == 101 & id == 15059 replace statecode = 33 if congress == 101 & id == 14466 replace statecode = 33 if congress == 101 & id == 14265 replace statecode = 46 if congress == 101 & id == 10075 replace statecode = 46 if congress == 101 & id == 15411 replace statecode = 46 if congress == 101 & id == 11035 replace statecode = 46 if congress == 101 & id == 15617 replace statecode = 46 if congress == 101 & id == 15625 replace statecode = 46 if congress == 101 & id == 15637 replace statecode = 34 if congress == 101 & id == 12009 replace statecode = 34 if congress == 101 & id == 15405 replace statecode = 34 if congress == 101 & id == 14421 replace statecode = 34 if congress == 101 & id == 14451 replace statecode = 34 if congress == 101 & id == 15076 replace statecode = 34 if congress == 101 & id == 14410 replace statecode = 34 if congress == 101 & id == 15606 replace statecode = 34 if congress == 101 & id == 14819 replace statecode = 34 if congress == 101 & id == 14459 replace statecode = 64 if congress == 101 & id == 14672 replace statecode = 64 if congress == 101 & id == 14437 replace statecode = 35 if congress == 101 & id == 14605 replace statecode = 35 if congress == 101 & id == 15607 replace statecode = 35 if congress == 101 & id == 14276 replace statecode = 65 if congress == 101 & id == 15403 replace statecode = 65 if congress == 101 & id == 15075 replace statecode = 4 if congress == 101 & id == 15116 replace statecode = 4 if congress == 101 & id == 15602 replace statecode = 12 if congress == 101 & id == 14223 replace statecode = 12 if congress == 101 & id == 14238 replace statecode = 12 if congress == 101 & id == 15454 replace statecode = 12 if congress == 101 & id == 14863 replace statecode = 12 if congress == 101 & id == 14855 replace statecode = 12 if congress == 101 & id == 14815 replace statecode = 12 if congress == 101 & id == 14046 replace statecode = 12 if congress == 101 & id == 12042 replace statecode = 12 if congress == 101 & id == 15071 replace statecode = 12 if congress == 101 & id == 15619 replace statecode = 12 if congress == 101 & id == 15099 replace statecode = 12 if congress == 101 & id == 14614 replace statecode = 12 if congress == 101 & id == 15112 replace statecode = 12 if congress == 101 & id == 14631 replace statecode = 66 if congress == 101 & id == 15624 replace statecode = 66 if congress == 101 & id == 14861 replace statecode = 66 if congress == 101 & id == 15055 replace statecode = 13 if congress == 101 & id == 15421 replace statecode = 13 if congress == 101 & id == 14214 replace statecode = 13 if congress == 101 & id == 15046 replace statecode = 13 if congress == 101 & id == 13021 replace statecode = 13 if congress == 101 & id == 14845 replace statecode = 13 if congress == 101 & id == 15412 replace statecode = 13 if congress == 101 & id == 15000 replace statecode = 13 if congress == 101 & id == 10768 replace statecode = 13 if congress == 101 & id == 15107 replace statecode = 13 if congress == 101 & id == 14858 replace statecode = 13 if congress == 101 & id == 15072 replace statecode = 13 if congress == 101 & id == 15050 replace statecode = 13 if congress == 101 & id == 14277 replace statecode = 13 if congress == 101 & id == 14846 replace statecode = 13 if congress == 101 & id == 15639 replace statecode = 13 if congress == 101 & id == 14471 replace statecode = 13 if congress == 101 & id == 13035 replace statecode = 13 if congress == 101 & id == 14463 replace statecode = 13 if congress == 101 & id == 14470 replace statecode = 13 if congress == 101 & id == 29134 replace statecode = 13 if congress == 101 & id == 15603 replace statecode = 13 if congress == 101 & id == 15612 replace statecode = 13 if congress == 101 & id == 12013 replace statecode = 13 if congress == 101 & id == 14015 replace statecode = 13 if congress == 101 & id == 15614 replace statecode = 13 if congress == 101 & id == 14662 replace statecode = 13 if congress == 101 & id == 15007 replace statecode = 13 if congress == 101 & id == 14840 replace statecode = 13 if congress == 101 & id == 15630 replace statecode = 13 if congress == 101 & id == 14253 replace statecode = 13 if congress == 101 & id == 10596 replace statecode = 13 if congress == 101 & id == 15444 replace statecode = 13 if congress == 101 & id == 15618 replace statecode = 13 if congress == 101 & id == 14248 replace statecode = 13 if congress == 101 & id == 14264 replace statecode = 13 if congress == 101 & id == 15423 replace statecode = 47 if congress == 101 & id == 10788 replace statecode = 47 if congress == 101 & id == 15073 replace statecode = 47 if congress == 101 & id == 15430 replace statecode = 47 if congress == 101 & id == 15438 replace statecode = 47 if congress == 101 & id == 14262 replace statecode = 47 if congress == 101 & id == 15092 replace statecode = 47 if congress == 101 & id == 14048 replace statecode = 47 if congress == 101 & id == 14233 replace statecode = 47 if congress == 101 & id == 15108 replace statecode = 47 if congress == 101 & id == 15402 replace statecode = 47 if congress == 101 & id == 15017 replace statecode = 36 if congress == 101 & id == 14812 replace statecode = 24 if congress == 101 & id == 14070 replace statecode = 24 if congress == 101 & id == 14225 replace statecode = 24 if congress == 101 & id == 14632 replace statecode = 24 if congress == 101 & id == 14875 replace statecode = 24 if congress == 101 & id == 15604 replace statecode = 24 if congress == 101 & id == 14844 replace statecode = 24 if congress == 101 & id == 15020 replace statecode = 24 if congress == 101 & id == 11028 replace statecode = 24 if congress == 101 & id == 15029 replace statecode = 24 if congress == 101 & id == 11034 replace statecode = 24 if congress == 101 & id == 14818 replace statecode = 24 if congress == 101 & id == 15030 replace statecode = 24 if congress == 101 & id == 14445 replace statecode = 24 if congress == 101 & id == 15442 replace statecode = 24 if congress == 101 & id == 11058 replace statecode = 24 if congress == 101 & id == 14045 replace statecode = 24 if congress == 101 & id == 15121 replace statecode = 24 if congress == 101 & id == 14402 replace statecode = 24 if congress == 101 & id == 15024 replace statecode = 24 if congress == 101 & id == 14443 replace statecode = 24 if congress == 101 & id == 12030 replace statecode = 53 if congress == 101 & id == 15424 replace statecode = 53 if congress == 101 & id == 14667 replace statecode = 53 if congress == 101 & id == 14462 replace statecode = 53 if congress == 101 & id == 14843 replace statecode = 53 if congress == 101 & id == 14415 replace statecode = 53 if congress == 101 & id == 14219 replace statecode = 72 if congress == 101 & id == 14201 replace statecode = 72 if congress == 101 & id == 15063 replace statecode = 72 if congress == 101 & id == 14871 replace statecode = 72 if congress == 101 & id == 15410 replace statecode = 72 if congress == 101 & id == 14864 replace statecode = 14 if congress == 101 & id == 14823 replace statecode = 14 if congress == 101 & id == 14629 replace statecode = 14 if congress == 101 & id == 15008 replace statecode = 14 if congress == 101 & id == 15031 replace statecode = 14 if congress == 101 & id == 14273 replace statecode = 14 if congress == 101 & id == 12035 replace statecode = 14 if congress == 101 & id == 15447 replace statecode = 14 if congress == 101 & id == 14431 replace statecode = 14 if congress == 101 & id == 14052 replace statecode = 14 if congress == 101 & id == 10607 replace statecode = 14 if congress == 101 & id == 15104 replace statecode = 14 if congress == 101 & id == 14072 replace statecode = 14 if congress == 101 & id == 12010 replace statecode = 14 if congress == 101 & id == 14808 replace statecode = 14 if congress == 101 & id == 14654 replace statecode = 14 if congress == 101 & id == 14461 replace statecode = 14 if congress == 101 & id == 15026 replace statecode = 14 if congress == 101 & id == 14460 replace statecode = 14 if congress == 101 & id == 14288 replace statecode = 14 if congress == 101 & id == 11067 replace statecode = 14 if congress == 101 & id == 15056 replace statecode = 14 if congress == 101 & id == 14441 replace statecode = 14 if congress == 101 & id == 14612 replace statecode = 5 if congress == 101 & id == 15615 replace statecode = 5 if congress == 101 & id == 14857 replace statecode = 48 if congress == 101 & id == 15439 replace statecode = 48 if congress == 101 & id == 13042 replace statecode = 48 if congress == 101 & id == 14212 replace statecode = 48 if congress == 101 & id == 15171 replace statecode = 48 if congress == 101 & id == 15064 replace statecode = 48 if congress == 101 & id == 15068 replace statecode = 37 if congress == 101 & id == 15425 replace statecode = 54 if congress == 101 & id == 10616 replace statecode = 54 if congress == 101 & id == 15455 replace statecode = 54 if congress == 101 & id == 14251 replace statecode = 54 if congress == 101 & id == 15019 replace statecode = 54 if congress == 101 & id == 15450 replace statecode = 54 if congress == 101 & id == 15100 replace statecode = 54 if congress == 101 & id == 15066 replace statecode = 54 if congress == 101 & id == 15628 replace statecode = 54 if congress == 101 & id == 14224 replace statecode = 49 if congress == 101 & id == 15129 replace statecode = 49 if congress == 101 & id == 14062 replace statecode = 49 if congress == 101 & id == 15002 replace statecode = 49 if congress == 101 & id == 14828 replace statecode = 49 if congress == 101 & id == 15013 replace statecode = 49 if congress == 101 & id == 15085 replace statecode = 49 if congress == 101 & id == 13002 replace statecode = 49 if congress == 101 & id == 14822 replace statecode = 49 if congress == 101 & id == 1077 replace statecode = 49 if congress == 101 & id == 10614 replace statecode = 49 if congress == 101 & id == 14641 replace statecode = 49 if congress == 101 & id == 10391 replace statecode = 49 if congress == 101 & id == 15636 replace statecode = 49 if congress == 101 & id == 15623 replace statecode = 49 if congress == 101 & id == 15611 replace statecode = 49 if congress == 101 & id == 10716 replace statecode = 49 if congress == 101 & id == 15018 replace statecode = 49 if congress == 101 & id == 14664 replace statecode = 49 if congress == 101 & id == 14643 replace statecode = 49 if congress == 101 & id == 29145 replace statecode = 49 if congress == 101 & id == 15093 replace statecode = 49 if congress == 101 & id == 10520 replace statecode = 49 if congress == 101 & id == 15445 replace statecode = 49 if congress == 101 & id == 15094 replace statecode = 49 if congress == 101 & id == 15089 replace statecode = 49 if congress == 101 & id == 14626 replace statecode = 49 if congress == 101 & id == 15001 replace statecode = 49 if congress == 101 & id == 15125 replace statecode = 49 if congress == 101 & id == 15049 replace statecode = 67 if congress == 101 & id == 14829 replace statecode = 67 if congress == 101 & id == 14042 replace statecode = 67 if congress == 101 & id == 15047 replace statecode = 6 if congress == 101 & id == 15626 replace statecode = 40 if congress == 101 & id == 15003 replace statecode = 40 if congress == 101 & id == 15437 replace statecode = 40 if congress == 101 & id == 14802 replace statecode = 40 if congress == 101 & id == 15060 replace statecode = 40 if congress == 101 & id == 15452 replace statecode = 40 if congress == 101 & id == 15048 replace statecode = 40 if congress == 101 & id == 15115 replace statecode = 40 if congress == 101 & id == 14043 replace statecode = 40 if congress == 101 & id == 15010 replace statecode = 40 if congress == 101 & id == 14869 replace statecode = 73 if congress == 101 & id == 15110 replace statecode = 73 if congress == 101 & id == 14666 replace statecode = 73 if congress == 101 & id == 15629 replace statecode = 73 if congress == 101 & id == 14847 replace statecode = 73 if congress == 101 & id == 10726 replace statecode = 73 if congress == 101 & id == 14413 replace statecode = 73 if congress == 101 & id == 15613 replace statecode = 73 if congress == 101 & id == 15016 replace statecode = 56 if congress == 101 & id == 15083 replace statecode = 56 if congress == 101 & id == 15065 replace statecode = 56 if congress == 101 & id == 15077 replace statecode = 56 if congress == 101 & id == 14448 replace statecode = 25 if congress == 101 & id == 13003 replace statecode = 25 if congress == 101 & id == 5101 replace statecode = 25 if congress == 101 & id == 14827 replace statecode = 25 if congress == 101 & id == 15082 replace statecode = 25 if congress == 101 & id == 15044 replace statecode = 25 if congress == 101 & id == 14675 replace statecode = 25 if congress == 101 & id == 12036 replace statecode = 25 if congress == 101 & id == 14655 replace statecode = 25 if congress == 101 & id == 14657 replace statecode = 68 if congress == 101 & id == 14611 replace statecode = 68 if congress == 101 & id == 15633 replace statecode = 99 if congress == 102 & id == 99908 replace statecode = 41 if congress == 102 & id == 15090 replace statecode = 41 if congress == 102 & id == 10717 replace statecode = 41 if congress == 102 & id == 15632 replace statecode = 41 if congress == 102 & id == 11000 replace statecode = 41 if congress == 102 & id == 29100 replace statecode = 41 if congress == 102 & id == 15022 replace statecode = 41 if congress == 102 & id == 15416 replace statecode = 81 if congress == 102 & id == 14066 replace statecode = 61 if congress == 102 & id == 15440 replace statecode = 61 if congress == 102 & id == 29101 replace statecode = 61 if congress == 102 & id == 10566 replace statecode = 61 if congress == 102 & id == 14454 replace statecode = 61 if congress == 102 & id == 15429 replace statecode = 61 if congress == 102 & id == 15105 replace statecode = 42 if congress == 102 & id == 12000 replace statecode = 42 if congress == 102 & id == 14058 replace statecode = 42 if congress == 102 & id == 11020 replace statecode = 42 if congress == 102 & id == 14601 replace statecode = 71 if congress == 102 & id == 29103 replace statecode = 71 if congress == 102 & id == 15420 replace statecode = 71 if congress == 102 & id == 14649 replace statecode = 71 if congress == 102 & id == 14624 replace statecode = 71 if congress == 102 & id == 15448 replace statecode = 71 if congress == 102 & id == 15011 replace statecode = 71 if congress == 102 & id == 14256 replace statecode = 71 if congress == 102 & id == 13011 replace statecode = 71 if congress == 102 & id == 14053 replace statecode = 71 if congress == 102 & id == 10583 replace statecode = 71 if congress == 102 & id == 14837 replace statecode = 71 if congress == 102 & id == 15600 replace statecode = 71 if congress == 102 & id == 14257 replace statecode = 71 if congress == 102 & id == 29104 replace statecode = 71 if congress == 102 & id == 15635 replace statecode = 71 if congress == 102 & id == 14444 replace statecode = 71 if congress == 102 & id == 29105 replace statecode = 71 if congress == 102 & id == 15032 replace statecode = 71 if congress == 102 & id == 14071 replace statecode = 71 if congress == 102 & id == 14669 replace statecode = 71 if congress == 102 & id == 15413 replace statecode = 71 if congress == 102 & id == 14040 replace statecode = 71 if congress == 102 & id == 14405 replace statecode = 71 if congress == 102 & id == 14280 replace statecode = 71 if congress == 102 & id == 10621 replace statecode = 71 if congress == 102 & id == 15005 replace statecode = 71 if congress == 102 & id == 15034 replace statecode = 71 if congress == 102 & id == 14620 replace statecode = 71 if congress == 102 & id == 29106 replace statecode = 71 if congress == 102 & id == 14879 replace statecode = 71 if congress == 102 & id == 14816 replace statecode = 71 if congress == 102 & id == 12001 replace statecode = 71 if congress == 102 & id == 14813 replace statecode = 71 if congress == 102 & id == 15070 replace statecode = 71 if congress == 102 & id == 14644 replace statecode = 71 if congress == 102 & id == 10573 replace statecode = 71 if congress == 102 & id == 15040 replace statecode = 71 if congress == 102 & id == 14414 replace statecode = 71 if congress == 102 & id == 14616 replace statecode = 71 if congress == 102 & id == 15601 replace statecode = 71 if congress == 102 & id == 14839 replace statecode = 71 if congress == 102 & id == 15621 replace statecode = 71 if congress == 102 & id == 15051 replace statecode = 71 if congress == 102 & id == 29107 replace statecode = 71 if congress == 102 & id == 14835 replace statecode = 62 if congress == 102 & id == 14051 replace statecode = 62 if congress == 102 & id == 15443 replace statecode = 62 if congress == 102 & id == 15407 replace statecode = 62 if congress == 102 & id == 29108 replace statecode = 62 if congress == 102 & id == 15419 replace statecode = 62 if congress == 102 & id == 15058 replace statecode = 1 if congress == 102 & id == 14877 replace statecode = 1 if congress == 102 & id == 14825 replace statecode = 1 if congress == 102 & id == 29109 replace statecode = 1 if congress == 102 & id == 15449 replace statecode = 1 if congress == 102 & id == 29110 replace statecode = 1 if congress == 102 & id == 15028 replace statecode = 11 if congress == 102 & id == 15015 replace statecode = 43 if congress == 102 & id == 14636 replace statecode = 43 if congress == 102 & id == 29111 replace statecode = 43 if congress == 102 & id == 633 replace statecode = 43 if congress == 102 & id == 15608 replace statecode = 43 if congress == 102 & id == 14842 replace statecode = 43 if congress == 102 & id == 15627 replace statecode = 43 if congress == 102 & id == 10588 replace statecode = 43 if congress == 102 & id == 13047 replace statecode = 43 if congress == 102 & id == 15006 replace statecode = 43 if congress == 102 & id == 14428 replace statecode = 43 if congress == 102 & id == 29112 replace statecode = 43 if congress == 102 & id == 15035 replace statecode = 43 if congress == 102 & id == 15605 replace statecode = 43 if congress == 102 & id == 15609 replace statecode = 43 if congress == 102 & id == 14860 replace statecode = 43 if congress == 102 & id == 15062 replace statecode = 43 if congress == 102 & id == 14029 replace statecode = 43 if congress == 102 & id == 15634 replace statecode = 43 if congress == 102 & id == 3078 replace statecode = 44 if congress == 102 & id == 15069 replace statecode = 44 if congress == 102 & id == 14831 replace statecode = 44 if congress == 102 & id == 15053 replace statecode = 44 if congress == 102 & id == 95120 replace statecode = 44 if congress == 102 & id == 15431 replace statecode = 44 if congress == 102 & id == 14627 replace statecode = 44 if congress == 102 & id == 15081 replace statecode = 44 if congress == 102 & id == 15057 replace statecode = 44 if congress == 102 & id == 14429 replace statecode = 44 if congress == 102 & id == 14404 replace statecode = 82 if congress == 102 & id == 15245 replace statecode = 82 if congress == 102 & id == 10757 replace statecode = 63 if congress == 102 & id == 29114 replace statecode = 63 if congress == 102 & id == 15117 replace statecode = 21 if congress == 102 & id == 15079 replace statecode = 21 if congress == 102 & id == 14856 replace statecode = 21 if congress == 102 & id == 14271 replace statecode = 21 if congress == 102 & id == 15622 replace statecode = 21 if congress == 102 & id == 15036 replace statecode = 21 if congress == 102 & id == 14239 replace statecode = 21 if congress == 102 & id == 14068 replace statecode = 21 if congress == 102 & id == 8080 replace statecode = 21 if congress == 102 & id == 10421 replace statecode = 21 if congress == 102 & id == 14677 replace statecode = 21 if congress == 102 & id == 10703 replace statecode = 21 if congress == 102 & id == 12041 replace statecode = 21 if congress == 102 & id == 15098 replace statecode = 21 if congress == 102 & id == 15417 replace statecode = 21 if congress == 102 & id == 14033 replace statecode = 21 if congress == 102 & id == 29115 replace statecode = 21 if congress == 102 & id == 29116 replace statecode = 21 if congress == 102 & id == 15023 replace statecode = 21 if congress == 102 & id == 6455 replace statecode = 21 if congress == 102 & id == 15088 replace statecode = 21 if congress == 102 & id == 15021 replace statecode = 21 if congress == 102 & id == 15453 replace statecode = 21 if congress == 102 & id == 15620 replace statecode = 22 if congress == 102 & id == 15124 replace statecode = 22 if congress == 102 & id == 14274 replace statecode = 22 if congress == 102 & id == 29117 replace statecode = 22 if congress == 102 & id == 15631 replace statecode = 22 if congress == 102 & id == 15426 replace statecode = 22 if congress == 102 & id == 15014 replace statecode = 22 if congress == 102 & id == 11036 replace statecode = 22 if congress == 102 & id == 15041 replace statecode = 22 if congress == 102 & id == 10732 replace statecode = 22 if congress == 102 & id == 10742 replace statecode = 31 if congress == 102 & id == 14432 replace statecode = 31 if congress == 102 & id == 29118 replace statecode = 31 if congress == 102 & id == 15435 replace statecode = 31 if congress == 102 & id == 8672 replace statecode = 31 if congress == 102 & id == 15106 replace statecode = 31 if congress == 102 & id == 15414 replace statecode = 32 if congress == 102 & id == 14852 replace statecode = 32 if congress == 102 & id == 15061 replace statecode = 32 if congress == 102 & id == 15109 replace statecode = 32 if congress == 102 & id == 14422 replace statecode = 32 if congress == 102 & id == 29119 replace statecode = 51 if congress == 102 & id == 14237 replace statecode = 51 if congress == 102 & id == 6845 replace statecode = 51 if congress == 102 & id == 13024 replace statecode = 51 if congress == 102 & id == 15406 replace statecode = 51 if congress == 102 & id == 14854 replace statecode = 51 if congress == 102 & id == 14635 replace statecode = 51 if congress == 102 & id == 15228 replace statecode = 45 if congress == 102 & id == 14469 replace statecode = 45 if congress == 102 & id == 29120 replace statecode = 45 if congress == 102 & id == 14679 replace statecode = 45 if congress == 102 & id == 15451 replace statecode = 45 if congress == 102 & id == 14427 replace statecode = 45 if congress == 102 & id == 15401 replace statecode = 45 if congress == 102 & id == 15418 replace statecode = 45 if congress == 102 & id == 15422 replace statecode = 2 if congress == 102 & id == 29121 replace statecode = 2 if congress == 102 & id == 14661 replace statecode = 52 if congress == 102 & id == 29122 replace statecode = 52 if congress == 102 & id == 15086 replace statecode = 52 if congress == 102 & id == 15408 replace statecode = 52 if congress == 102 & id == 15432 replace statecode = 52 if congress == 102 & id == 14873 replace statecode = 52 if congress == 102 & id == 14608 replace statecode = 52 if congress == 102 & id == 15433 replace statecode = 52 if congress == 102 & id == 15434 replace statecode = 3 if congress == 102 & id == 2009 replace statecode = 3 if congress == 102 & id == 29123 replace statecode = 3 if congress == 102 & id == 15616 replace statecode = 3 if congress == 102 & id == 14216 replace statecode = 3 if congress == 102 & id == 14824 replace statecode = 3 if congress == 102 & id == 15084 replace statecode = 3 if congress == 102 & id == 14650 replace statecode = 3 if congress == 102 & id == 14435 replace statecode = 3 if congress == 102 & id == 15427 replace statecode = 3 if congress == 102 & id == 14039 replace statecode = 3 if congress == 102 & id == 14055 replace statecode = 3 if congress == 102 & id == 14621 replace statecode = 23 if congress == 102 & id == 10713 replace statecode = 23 if congress == 102 & id == 14446 replace statecode = 23 if congress == 102 & id == 14673 replace statecode = 23 if congress == 102 & id == 15446 replace statecode = 23 if congress == 102 & id == 15103 replace statecode = 23 if congress == 102 & id == 14210 replace statecode = 23 if congress == 102 & id == 14430 replace statecode = 23 if congress == 102 & id == 14075 replace statecode = 23 if congress == 102 & id == 10794 replace statecode = 23 if congress == 102 & id == 29124 replace statecode = 23 if congress == 102 & id == 14618 replace statecode = 23 if congress == 102 & id == 14407 replace statecode = 23 if congress == 102 & id == 29125 replace statecode = 23 if congress == 102 & id == 14833 replace statecode = 23 if congress == 102 & id == 10727 replace statecode = 23 if congress == 102 & id == 2605 replace statecode = 23 if congress == 102 & id == 15033 replace statecode = 23 if congress == 102 & id == 1087 replace statecode = 33 if congress == 102 & id == 15052 replace statecode = 33 if congress == 102 & id == 14868 replace statecode = 33 if congress == 102 & id == 29126 replace statecode = 33 if congress == 102 & id == 14458 replace statecode = 33 if congress == 102 & id == 14656 replace statecode = 33 if congress == 102 & id == 15059 replace statecode = 33 if congress == 102 & id == 29127 replace statecode = 33 if congress == 102 & id == 14265 replace statecode = 46 if congress == 102 & id == 10075 replace statecode = 46 if congress == 102 & id == 15411 replace statecode = 46 if congress == 102 & id == 11035 replace statecode = 46 if congress == 102 & id == 15617 replace statecode = 46 if congress == 102 & id == 15637 replace statecode = 34 if congress == 102 & id == 12009 replace statecode = 34 if congress == 102 & id == 29128 replace statecode = 34 if congress == 102 & id == 14421 replace statecode = 34 if congress == 102 & id == 14451 replace statecode = 34 if congress == 102 & id == 15076 replace statecode = 34 if congress == 102 & id == 14410 replace statecode = 34 if congress == 102 & id == 15606 replace statecode = 34 if congress == 102 & id == 14819 replace statecode = 34 if congress == 102 & id == 14459 replace statecode = 64 if congress == 102 & id == 14672 replace statecode = 64 if congress == 102 & id == 14437 replace statecode = 35 if congress == 102 & id == 14605 replace statecode = 35 if congress == 102 & id == 15607 replace statecode = 35 if congress == 102 & id == 29129 replace statecode = 65 if congress == 102 & id == 15403 replace statecode = 65 if congress == 102 & id == 15075 replace statecode = 4 if congress == 102 & id == 29130 replace statecode = 4 if congress == 102 & id == 29131 replace statecode = 12 if congress == 102 & id == 29132 replace statecode = 12 if congress == 102 & id == 14238 replace statecode = 12 if congress == 102 & id == 15454 replace statecode = 12 if congress == 102 & id == 14863 replace statecode = 12 if congress == 102 & id == 14855 replace statecode = 12 if congress == 102 & id == 14815 replace statecode = 12 if congress == 102 & id == 14046 replace statecode = 12 if congress == 102 & id == 12042 replace statecode = 12 if congress == 102 & id == 15071 replace statecode = 12 if congress == 102 & id == 15619 replace statecode = 12 if congress == 102 & id == 15099 replace statecode = 12 if congress == 102 & id == 29133 replace statecode = 12 if congress == 102 & id == 15112 replace statecode = 12 if congress == 102 & id == 14631 replace statecode = 66 if congress == 102 & id == 15624 replace statecode = 66 if congress == 102 & id == 14861 replace statecode = 66 if congress == 102 & id == 15055 replace statecode = 13 if congress == 102 & id == 15421 replace statecode = 13 if congress == 102 & id == 14214 replace statecode = 13 if congress == 102 & id == 15046 replace statecode = 13 if congress == 102 & id == 13021 replace statecode = 13 if congress == 102 & id == 14845 replace statecode = 13 if congress == 102 & id == 15412 replace statecode = 13 if congress == 102 & id == 15000 replace statecode = 13 if congress == 102 & id == 10768 replace statecode = 13 if congress == 102 & id == 15107 replace statecode = 13 if congress == 102 & id == 14858 replace statecode = 13 if congress == 102 & id == 15072 replace statecode = 13 if congress == 102 & id == 15050 replace statecode = 13 if congress == 102 & id == 14277 replace statecode = 13 if congress == 102 & id == 15639 replace statecode = 13 if congress == 102 & id == 14471 replace statecode = 13 if congress == 102 & id == 13035 replace statecode = 13 if congress == 102 & id == 14463 replace statecode = 13 if congress == 102 & id == 29134 replace statecode = 13 if congress == 102 & id == 15603 replace statecode = 13 if congress == 102 & id == 15612 replace statecode = 13 if congress == 102 & id == 12013 replace statecode = 13 if congress == 102 & id == 14015 replace statecode = 13 if congress == 102 & id == 15614 replace statecode = 13 if congress == 102 & id == 14662 replace statecode = 13 if congress == 102 & id == 15007 replace statecode = 13 if congress == 102 & id == 14840 replace statecode = 13 if congress == 102 & id == 15630 replace statecode = 13 if congress == 102 & id == 14253 replace statecode = 13 if congress == 102 & id == 10596 replace statecode = 13 if congress == 102 & id == 15444 replace statecode = 13 if congress == 102 & id == 15618 replace statecode = 13 if congress == 102 & id == 14248 replace statecode = 13 if congress == 102 & id == 14264 replace statecode = 13 if congress == 102 & id == 15423 replace statecode = 47 if congress == 102 & id == 10788 replace statecode = 47 if congress == 102 & id == 15073 replace statecode = 47 if congress == 102 & id == 15430 replace statecode = 47 if congress == 102 & id == 15438 replace statecode = 47 if congress == 102 & id == 14262 replace statecode = 47 if congress == 102 & id == 15092 replace statecode = 47 if congress == 102 & id == 14048 replace statecode = 47 if congress == 102 & id == 14233 replace statecode = 47 if congress == 102 & id == 15108 replace statecode = 47 if congress == 102 & id == 15402 replace statecode = 47 if congress == 102 & id == 29135 replace statecode = 36 if congress == 102 & id == 14812 replace statecode = 24 if congress == 102 & id == 15823 replace statecode = 24 if congress == 102 & id == 14225 replace statecode = 24 if congress == 102 & id == 14632 replace statecode = 24 if congress == 102 & id == 14875 replace statecode = 24 if congress == 102 & id == 15604 replace statecode = 24 if congress == 102 & id == 14844 replace statecode = 24 if congress == 102 & id == 29136 replace statecode = 24 if congress == 102 & id == 29137 replace statecode = 24 if congress == 102 & id == 15029 replace statecode = 24 if congress == 102 & id == 11034 replace statecode = 24 if congress == 102 & id == 14818 replace statecode = 24 if congress == 102 & id == 15030 replace statecode = 24 if congress == 102 & id == 14445 replace statecode = 24 if congress == 102 & id == 15442 replace statecode = 24 if congress == 102 & id == 11058 replace statecode = 24 if congress == 102 & id == 14045 replace statecode = 24 if congress == 102 & id == 15121 replace statecode = 24 if congress == 102 & id == 14402 replace statecode = 24 if congress == 102 & id == 15024 replace statecode = 24 if congress == 102 & id == 14443 replace statecode = 24 if congress == 102 & id == 12030 replace statecode = 53 if congress == 102 & id == 15424 replace statecode = 53 if congress == 102 & id == 14667 replace statecode = 53 if congress == 102 & id == 29138 replace statecode = 53 if congress == 102 & id == 14843 replace statecode = 53 if congress == 102 & id == 14415 replace statecode = 53 if congress == 102 & id == 14219 replace statecode = 72 if congress == 102 & id == 14201 replace statecode = 72 if congress == 102 & id == 15063 replace statecode = 72 if congress == 102 & id == 14871 replace statecode = 72 if congress == 102 & id == 15410 replace statecode = 72 if congress == 102 & id == 29139 replace statecode = 14 if congress == 102 & id == 14823 replace statecode = 14 if congress == 102 & id == 14629 replace statecode = 14 if congress == 102 & id == 29140 replace statecode = 14 if congress == 102 & id == 15008 replace statecode = 14 if congress == 102 & id == 15031 replace statecode = 14 if congress == 102 & id == 14273 replace statecode = 14 if congress == 102 & id == 12035 replace statecode = 14 if congress == 102 & id == 15447 replace statecode = 14 if congress == 102 & id == 14431 replace statecode = 14 if congress == 102 & id == 14052 replace statecode = 14 if congress == 102 & id == 10607 replace statecode = 14 if congress == 102 & id == 15104 replace statecode = 14 if congress == 102 & id == 14072 replace statecode = 14 if congress == 102 & id == 12010 replace statecode = 14 if congress == 102 & id == 14808 replace statecode = 14 if congress == 102 & id == 14654 replace statecode = 14 if congress == 102 & id == 14461 replace statecode = 14 if congress == 102 & id == 15026 replace statecode = 14 if congress == 102 & id == 29141 replace statecode = 14 if congress == 102 & id == 14288 replace statecode = 14 if congress == 102 & id == 11067 replace statecode = 14 if congress == 102 & id == 15056 replace statecode = 14 if congress == 102 & id == 14441 replace statecode = 14 if congress == 102 & id == 14612 replace statecode = 5 if congress == 102 & id == 15615 replace statecode = 5 if congress == 102 & id == 29142 replace statecode = 48 if congress == 102 & id == 15439 replace statecode = 48 if congress == 102 & id == 13042 replace statecode = 48 if congress == 102 & id == 14212 replace statecode = 48 if congress == 102 & id == 15171 replace statecode = 48 if congress == 102 & id == 15064 replace statecode = 48 if congress == 102 & id == 15068 replace statecode = 37 if congress == 102 & id == 15425 replace statecode = 54 if congress == 102 & id == 10616 replace statecode = 54 if congress == 102 & id == 15455 replace statecode = 54 if congress == 102 & id == 14251 replace statecode = 54 if congress == 102 & id == 15019 replace statecode = 54 if congress == 102 & id == 15450 replace statecode = 54 if congress == 102 & id == 15100 replace statecode = 54 if congress == 102 & id == 15066 replace statecode = 54 if congress == 102 & id == 15628 replace statecode = 54 if congress == 102 & id == 14224 replace statecode = 49 if congress == 102 & id == 15129 replace statecode = 49 if congress == 102 & id == 14062 replace statecode = 49 if congress == 102 & id == 15002 replace statecode = 49 if congress == 102 & id == 29143 replace statecode = 49 if congress == 102 & id == 14828 replace statecode = 49 if congress == 102 & id == 15013 replace statecode = 49 if congress == 102 & id == 15085 replace statecode = 49 if congress == 102 & id == 13002 replace statecode = 49 if congress == 102 & id == 14822 replace statecode = 49 if congress == 102 & id == 1077 replace statecode = 49 if congress == 102 & id == 10614 replace statecode = 49 if congress == 102 & id == 29144 replace statecode = 49 if congress == 102 & id == 15636 replace statecode = 49 if congress == 102 & id == 15623 replace statecode = 49 if congress == 102 & id == 15611 replace statecode = 49 if congress == 102 & id == 10716 replace statecode = 49 if congress == 102 & id == 15018 replace statecode = 49 if congress == 102 & id == 14664 replace statecode = 49 if congress == 102 & id == 29145 replace statecode = 49 if congress == 102 & id == 15093 replace statecode = 49 if congress == 102 & id == 10520 replace statecode = 49 if congress == 102 & id == 15445 replace statecode = 49 if congress == 102 & id == 15094 replace statecode = 49 if congress == 102 & id == 15089 replace statecode = 49 if congress == 102 & id == 14626 replace statecode = 49 if congress == 102 & id == 15001 replace statecode = 49 if congress == 102 & id == 15125 replace statecode = 49 if congress == 102 & id == 15049 replace statecode = 67 if congress == 102 & id == 14829 replace statecode = 67 if congress == 102 & id == 14042 replace statecode = 67 if congress == 102 & id == 29146 replace statecode = 6 if congress == 102 & id == 29147 replace statecode = 40 if congress == 102 & id == 15003 replace statecode = 40 if congress == 102 & id == 15437 replace statecode = 40 if congress == 102 & id == 14802 replace statecode = 40 if congress == 102 & id == 15060 replace statecode = 40 if congress == 102 & id == 15452 replace statecode = 40 if congress == 102 & id == 15048 replace statecode = 40 if congress == 102 & id == 15115 replace statecode = 40 if congress == 102 & id == 29148 replace statecode = 40 if congress == 102 & id == 29149 replace statecode = 40 if congress == 102 & id == 15010 replace statecode = 40 if congress == 102 & id == 14869 replace statecode = 73 if congress == 102 & id == 15110 replace statecode = 73 if congress == 102 & id == 14666 replace statecode = 73 if congress == 102 & id == 15629 replace statecode = 73 if congress == 102 & id == 14847 replace statecode = 73 if congress == 102 & id == 10726 replace statecode = 73 if congress == 102 & id == 14413 replace statecode = 73 if congress == 102 & id == 15613 replace statecode = 73 if congress == 102 & id == 15016 replace statecode = 56 if congress == 102 & id == 15083 replace statecode = 56 if congress == 102 & id == 15065 replace statecode = 56 if congress == 102 & id == 15077 replace statecode = 56 if congress == 102 & id == 14448 replace statecode = 25 if congress == 102 & id == 13003 replace statecode = 25 if congress == 102 & id == 29150 replace statecode = 25 if congress == 102 & id == 14827 replace statecode = 25 if congress == 102 & id == 15082 replace statecode = 25 if congress == 102 & id == 15044 replace statecode = 25 if congress == 102 & id == 14675 replace statecode = 25 if congress == 102 & id == 12036 replace statecode = 25 if congress == 102 & id == 14655 replace statecode = 25 if congress == 102 & id == 14657 replace statecode = 68 if congress == 102 & id == 15633 replace statecode = 99 if congress == 103 & id == 99909 replace statecode = 41 if congress == 103 & id == 15090 replace statecode = 41 if congress == 103 & id == 29300 replace statecode = 41 if congress == 103 & id == 15632 replace statecode = 41 if congress == 103 & id == 11000 replace statecode = 41 if congress == 103 & id == 29100 replace statecode = 41 if congress == 103 & id == 29301 replace statecode = 41 if congress == 103 & id == 29302 replace statecode = 81 if congress == 103 & id == 14066 replace statecode = 61 if congress == 103 & id == 29303 replace statecode = 61 if congress == 103 & id == 29101 replace statecode = 61 if congress == 103 & id == 14454 replace statecode = 61 if congress == 103 & id == 15429 replace statecode = 61 if congress == 103 & id == 15105 replace statecode = 61 if congress == 103 & id == 29304 replace statecode = 42 if congress == 103 & id == 29305 replace statecode = 42 if congress == 103 & id == 14058 replace statecode = 42 if congress == 103 & id == 29306 replace statecode = 42 if congress == 103 & id == 29307 replace statecode = 71 if congress == 103 & id == 29308 replace statecode = 71 if congress == 103 & id == 15420 replace statecode = 71 if congress == 103 & id == 14624 replace statecode = 71 if congress == 103 & id == 29104 replace statecode = 71 if congress == 103 & id == 14649 replace statecode = 71 if congress == 103 & id == 29309 replace statecode = 71 if congress == 103 & id == 14256 replace statecode = 71 if congress == 103 & id == 15448 replace statecode = 71 if congress == 103 & id == 13011 replace statecode = 71 if congress == 103 & id == 29310 replace statecode = 71 if congress == 103 & id == 29311 replace statecode = 71 if congress == 103 & id == 14837 replace statecode = 71 if congress == 103 & id == 14053 replace statecode = 71 if congress == 103 & id == 29312 replace statecode = 71 if congress == 103 & id == 14257 replace statecode = 71 if congress == 103 & id == 10583 replace statecode = 71 if congress == 103 & id == 14444 replace statecode = 71 if congress == 103 & id == 29313 replace statecode = 71 if congress == 103 & id == 15635 replace statecode = 71 if congress == 103 & id == 15032 replace statecode = 71 if congress == 103 & id == 29105 replace statecode = 71 if congress == 103 & id == 14669 replace statecode = 71 if congress == 103 & id == 29314 replace statecode = 71 if congress == 103 & id == 15413 replace statecode = 71 if congress == 103 & id == 14405 replace statecode = 71 if congress == 103 & id == 29315 replace statecode = 71 if congress == 103 & id == 15005 replace statecode = 71 if congress == 103 & id == 14040 replace statecode = 71 if congress == 103 & id == 14813 replace statecode = 71 if congress == 103 & id == 14280 replace statecode = 71 if congress == 103 & id == 29316 replace statecode = 71 if congress == 103 & id == 14879 replace statecode = 71 if congress == 103 & id == 14620 replace statecode = 71 if congress == 103 & id == 29317 replace statecode = 71 if congress == 103 & id == 15070 replace statecode = 71 if congress == 103 & id == 29106 replace statecode = 71 if congress == 103 & id == 29318 replace statecode = 71 if congress == 103 & id == 29319 replace statecode = 71 if congress == 103 & id == 29320 replace statecode = 71 if congress == 103 & id == 29321 replace statecode = 71 if congress == 103 & id == 14644 replace statecode = 71 if congress == 103 & id == 29322 replace statecode = 71 if congress == 103 & id == 10573 replace statecode = 71 if congress == 103 & id == 29323 replace statecode = 71 if congress == 103 & id == 15040 replace statecode = 71 if congress == 103 & id == 15621 replace statecode = 71 if congress == 103 & id == 14414 replace statecode = 71 if congress == 103 & id == 15601 replace statecode = 71 if congress == 103 & id == 15051 replace statecode = 71 if congress == 103 & id == 29324 replace statecode = 71 if congress == 103 & id == 29325 replace statecode = 71 if congress == 103 & id == 29107 replace statecode = 71 if congress == 103 & id == 14835 replace statecode = 62 if congress == 103 & id == 14051 replace statecode = 62 if congress == 103 & id == 15443 replace statecode = 62 if congress == 103 & id == 29326 replace statecode = 62 if congress == 103 & id == 29108 replace statecode = 62 if congress == 103 & id == 15419 replace statecode = 62 if congress == 103 & id == 15058 replace statecode = 1 if congress == 103 & id == 14877 replace statecode = 1 if congress == 103 & id == 14825 replace statecode = 1 if congress == 103 & id == 29109 replace statecode = 1 if congress == 103 & id == 15449 replace statecode = 1 if congress == 103 & id == 29110 replace statecode = 1 if congress == 103 & id == 15028 replace statecode = 11 if congress == 103 & id == 29327 replace statecode = 43 if congress == 103 & id == 14636 replace statecode = 43 if congress == 103 & id == 29111 replace statecode = 43 if congress == 103 & id == 29328 replace statecode = 43 if congress == 103 & id == 29329 replace statecode = 43 if congress == 103 & id == 29330 replace statecode = 43 if congress == 103 & id == 15627 replace statecode = 43 if congress == 103 & id == 29331 replace statecode = 43 if congress == 103 & id == 14842 replace statecode = 43 if congress == 103 & id == 15006 replace statecode = 43 if congress == 103 & id == 13047 replace statecode = 43 if congress == 103 & id == 10588 replace statecode = 43 if congress == 103 & id == 29332 replace statecode = 43 if congress == 103 & id == 29333 replace statecode = 43 if congress == 103 & id == 15605 replace statecode = 43 if congress == 103 & id == 29112 replace statecode = 43 if congress == 103 & id == 15035 replace statecode = 43 if congress == 103 & id == 29334 replace statecode = 43 if congress == 103 & id == 15634 replace statecode = 43 if congress == 103 & id == 15609 replace statecode = 43 if congress == 103 & id == 29335 replace statecode = 43 if congress == 103 & id == 29336 replace statecode = 43 if congress == 103 & id == 14860 replace statecode = 43 if congress == 103 & id == 29337 replace statecode = 44 if congress == 103 & id == 29338 replace statecode = 44 if congress == 103 & id == 29339 replace statecode = 44 if congress == 103 & id == 29340 replace statecode = 44 if congress == 103 & id == 29341 replace statecode = 44 if congress == 103 & id == 15431 replace statecode = 44 if congress == 103 & id == 14627 replace statecode = 44 if congress == 103 & id == 15081 replace statecode = 44 if congress == 103 & id == 15057 replace statecode = 44 if congress == 103 & id == 29342 replace statecode = 44 if congress == 103 & id == 29343 replace statecode = 44 if congress == 103 & id == 29344 replace statecode = 82 if congress == 103 & id == 15245 replace statecode = 82 if congress == 103 & id == 10757 replace statecode = 63 if congress == 103 & id == 29114 replace statecode = 63 if congress == 103 & id == 29345 replace statecode = 21 if congress == 103 & id == 29346 replace statecode = 21 if congress == 103 & id == 29347 replace statecode = 21 if congress == 103 & id == 15036 replace statecode = 21 if congress == 103 & id == 29348 replace statecode = 21 if congress == 103 & id == 8080 replace statecode = 21 if congress == 103 & id == 14239 replace statecode = 21 if congress == 103 & id == 14068 replace statecode = 21 if congress == 103 & id == 12041 replace statecode = 21 if congress == 103 & id == 10421 replace statecode = 21 if congress == 103 & id == 14677 replace statecode = 21 if congress == 103 & id == 15622 replace statecode = 21 if congress == 103 & id == 15453 replace statecode = 21 if congress == 103 & id == 15098 replace statecode = 21 if congress == 103 & id == 15417 replace statecode = 21 if congress == 103 & id == 29115 replace statecode = 21 if congress == 103 & id == 29349 replace statecode = 21 if congress == 103 & id == 15023 replace statecode = 21 if congress == 103 & id == 6455 replace statecode = 21 if congress == 103 & id == 15620 replace statecode = 21 if congress == 103 & id == 15021 replace statecode = 22 if congress == 103 & id == 15124 replace statecode = 22 if congress == 103 & id == 14274 replace statecode = 22 if congress == 103 & id == 29117 replace statecode = 22 if congress == 103 & id == 15631 replace statecode = 22 if congress == 103 & id == 29350 replace statecode = 22 if congress == 103 & id == 15014 replace statecode = 22 if congress == 103 & id == 11036 replace statecode = 22 if congress == 103 & id == 15041 replace statecode = 22 if congress == 103 & id == 10732 replace statecode = 22 if congress == 103 & id == 10742 replace statecode = 31 if congress == 103 & id == 14432 replace statecode = 31 if congress == 103 & id == 29118 replace statecode = 31 if congress == 103 & id == 15106 replace statecode = 31 if congress == 103 & id == 8672 replace statecode = 31 if congress == 103 & id == 15414 replace statecode = 32 if congress == 103 & id == 14852 replace statecode = 32 if congress == 103 & id == 15061 replace statecode = 32 if congress == 103 & id == 15109 replace statecode = 32 if congress == 103 & id == 14422 replace statecode = 51 if congress == 103 & id == 29351 replace statecode = 51 if congress == 103 & id == 6845 replace statecode = 51 if congress == 103 & id == 29352 replace statecode = 51 if congress == 103 & id == 13024 replace statecode = 51 if congress == 103 & id == 15406 replace statecode = 51 if congress == 103 & id == 14854 replace statecode = 51 if congress == 103 & id == 29353 replace statecode = 45 if congress == 103 & id == 14469 replace statecode = 45 if congress == 103 & id == 29120 replace statecode = 45 if congress == 103 & id == 14679 replace statecode = 45 if congress == 103 & id == 29354 replace statecode = 45 if congress == 103 & id == 15451 replace statecode = 45 if congress == 103 & id == 15401 replace statecode = 45 if congress == 103 & id == 15418 replace statecode = 2 if congress == 103 & id == 29121 replace statecode = 2 if congress == 103 & id == 14661 replace statecode = 52 if congress == 103 & id == 29122 replace statecode = 52 if congress == 103 & id == 15086 replace statecode = 52 if congress == 103 & id == 15408 replace statecode = 52 if congress == 103 & id == 29355 replace statecode = 52 if congress == 103 & id == 14873 replace statecode = 52 if congress == 103 & id == 29356 replace statecode = 52 if congress == 103 & id == 15433 replace statecode = 52 if congress == 103 & id == 15434 replace statecode = 3 if congress == 103 & id == 29123 replace statecode = 3 if congress == 103 & id == 15616 replace statecode = 3 if congress == 103 & id == 29357 replace statecode = 3 if congress == 103 & id == 14824 replace statecode = 3 if congress == 103 & id == 29358 replace statecode = 3 if congress == 103 & id == 29359 replace statecode = 3 if congress == 103 & id == 14435 replace statecode = 3 if congress == 103 & id == 15427 replace statecode = 3 if congress == 103 & id == 14039 replace statecode = 3 if congress == 103 & id == 14055 replace statecode = 23 if congress == 103 & id == 29360 replace statecode = 23 if congress == 103 & id == 29361 replace statecode = 23 if congress == 103 & id == 15103 replace statecode = 23 if congress == 103 & id == 29362 replace statecode = 23 if congress == 103 & id == 29124 replace statecode = 23 if congress == 103 & id == 29363 replace statecode = 23 if congress == 103 & id == 15446 replace statecode = 23 if congress == 103 & id == 29364 replace statecode = 23 if congress == 103 & id == 14210 replace statecode = 23 if congress == 103 & id == 14430 replace statecode = 23 if congress == 103 & id == 14407 replace statecode = 23 if congress == 103 & id == 29365 replace statecode = 23 if congress == 103 & id == 15033 replace statecode = 23 if congress == 103 & id == 10727 replace statecode = 23 if congress == 103 & id == 10713 replace statecode = 23 if congress == 103 & id == 29125 replace statecode = 23 if congress == 103 & id == 2605 replace statecode = 33 if congress == 103 & id == 15052 replace statecode = 33 if congress == 103 & id == 29366 replace statecode = 33 if congress == 103 & id == 29126 replace statecode = 33 if congress == 103 & id == 14458 replace statecode = 33 if congress == 103 & id == 14656 replace statecode = 33 if congress == 103 & id == 29367 replace statecode = 33 if congress == 103 & id == 29127 replace statecode = 33 if congress == 103 & id == 14265 replace statecode = 46 if congress == 103 & id == 10075 replace statecode = 46 if congress == 103 & id == 15411 replace statecode = 46 if congress == 103 & id == 29368 replace statecode = 46 if congress == 103 & id == 11035 replace statecode = 46 if congress == 103 & id == 15617 replace statecode = 46 if congress == 103 & id == 15637 replace statecode = 34 if congress == 103 & id == 12009 replace statecode = 34 if congress == 103 & id == 29369 replace statecode = 34 if congress == 103 & id == 14421 replace statecode = 34 if congress == 103 & id == 14451 replace statecode = 34 if congress == 103 & id == 15076 replace statecode = 34 if congress == 103 & id == 29370 replace statecode = 34 if congress == 103 & id == 15606 replace statecode = 34 if congress == 103 & id == 14819 replace statecode = 34 if congress == 103 & id == 14459 replace statecode = 64 if congress == 103 & id == 14672 replace statecode = 35 if congress == 103 & id == 14605 replace statecode = 35 if congress == 103 & id == 15607 replace statecode = 35 if congress == 103 & id == 29129 replace statecode = 65 if congress == 103 & id == 15403 replace statecode = 65 if congress == 103 & id == 15075 replace statecode = 4 if congress == 103 & id == 29130 replace statecode = 4 if congress == 103 & id == 29131 replace statecode = 12 if congress == 103 & id == 29132 replace statecode = 12 if congress == 103 & id == 14238 replace statecode = 12 if congress == 103 & id == 15112 replace statecode = 12 if congress == 103 & id == 14863 replace statecode = 12 if congress == 103 & id == 14855 replace statecode = 12 if congress == 103 & id == 15454 replace statecode = 12 if congress == 103 & id == 29371 replace statecode = 12 if congress == 103 & id == 29372 replace statecode = 12 if congress == 103 & id == 15071 replace statecode = 12 if congress == 103 & id == 15619 replace statecode = 12 if congress == 103 & id == 15099 replace statecode = 12 if congress == 103 & id == 29133 replace statecode = 12 if congress == 103 & id == 29373 replace statecode = 66 if congress == 103 & id == 15624 replace statecode = 66 if congress == 103 & id == 14861 replace statecode = 66 if congress == 103 & id == 15055 replace statecode = 13 if congress == 103 & id == 15421 replace statecode = 13 if congress == 103 & id == 29374 replace statecode = 13 if congress == 103 & id == 29375 replace statecode = 13 if congress == 103 & id == 29376 replace statecode = 13 if congress == 103 & id == 15000 replace statecode = 13 if congress == 103 & id == 15412 replace statecode = 13 if congress == 103 & id == 15107 replace statecode = 13 if congress == 103 & id == 29377 replace statecode = 13 if congress == 103 & id == 14858 replace statecode = 13 if congress == 103 & id == 15072 replace statecode = 13 if congress == 103 & id == 15050 replace statecode = 13 if congress == 103 & id == 29378 replace statecode = 13 if congress == 103 & id == 15639 replace statecode = 13 if congress == 103 & id == 29379 replace statecode = 13 if congress == 103 & id == 13035 replace statecode = 13 if congress == 103 & id == 29134 replace statecode = 13 if congress == 103 & id == 15603 replace statecode = 13 if congress == 103 & id == 15612 replace statecode = 13 if congress == 103 & id == 12013 replace statecode = 13 if congress == 103 & id == 14015 replace statecode = 13 if congress == 103 & id == 15614 replace statecode = 13 if congress == 103 & id == 14662 replace statecode = 13 if congress == 103 & id == 15007 replace statecode = 13 if congress == 103 & id == 39316 replace statecode = 13 if congress == 103 & id == 15630 replace statecode = 13 if congress == 103 & id == 29380 replace statecode = 13 if congress == 103 & id == 15618 replace statecode = 13 if congress == 103 & id == 15444 replace statecode = 13 if congress == 103 & id == 14248 replace statecode = 13 if congress == 103 & id == 29381 replace statecode = 13 if congress == 103 & id == 15423 replace statecode = 47 if congress == 103 & id == 29382 replace statecode = 47 if congress == 103 & id == 15073 replace statecode = 47 if congress == 103 & id == 15430 replace statecode = 47 if congress == 103 & id == 15438 replace statecode = 47 if congress == 103 & id == 14262 replace statecode = 47 if congress == 103 & id == 15092 replace statecode = 47 if congress == 103 & id == 14048 replace statecode = 47 if congress == 103 & id == 14233 replace statecode = 47 if congress == 103 & id == 15108 replace statecode = 47 if congress == 103 & id == 15402 replace statecode = 47 if congress == 103 & id == 29135 replace statecode = 47 if congress == 103 & id == 29383 replace statecode = 36 if congress == 103 & id == 29384 replace statecode = 24 if congress == 103 & id == 29385 replace statecode = 24 if congress == 103 & id == 14225 replace statecode = 24 if congress == 103 & id == 29386 replace statecode = 24 if congress == 103 & id == 14632 replace statecode = 24 if congress == 103 & id == 14875 replace statecode = 24 if congress == 103 & id == 15604 replace statecode = 24 if congress == 103 & id == 29747 replace statecode = 24 if congress == 103 & id == 29136 replace statecode = 24 if congress == 103 & id == 29137 replace statecode = 24 if congress == 103 & id == 15029 replace statecode = 24 if congress == 103 & id == 29388 replace statecode = 24 if congress == 103 & id == 12030 replace statecode = 24 if congress == 103 & id == 15030 replace statecode = 24 if congress == 103 & id == 29389 replace statecode = 24 if congress == 103 & id == 15442 replace statecode = 24 if congress == 103 & id == 29390 replace statecode = 24 if congress == 103 & id == 14045 replace statecode = 24 if congress == 103 & id == 15121 replace statecode = 24 if congress == 103 & id == 14402 replace statecode = 24 if congress == 103 & id == 29391 replace statecode = 53 if congress == 103 & id == 15424 replace statecode = 53 if congress == 103 & id == 14667 replace statecode = 53 if congress == 103 & id == 29138 replace statecode = 53 if congress == 103 & id == 14843 replace statecode = 53 if congress == 103 & id == 29392 replace statecode = 53 if congress == 103 & id == 14219 replace statecode = 53 if congress == 103 & id == 29393 replace statecode = 72 if congress == 103 & id == 29394 replace statecode = 72 if congress == 103 & id == 15063 replace statecode = 72 if congress == 103 & id == 14871 replace statecode = 72 if congress == 103 & id == 15410 replace statecode = 72 if congress == 103 & id == 29139 replace statecode = 14 if congress == 103 & id == 14823 replace statecode = 14 if congress == 103 & id == 29140 replace statecode = 14 if congress == 103 & id == 15008 replace statecode = 14 if congress == 103 & id == 29395 replace statecode = 14 if congress == 103 & id == 14612 replace statecode = 14 if congress == 103 & id == 29396 replace statecode = 14 if congress == 103 & id == 15447 replace statecode = 14 if congress == 103 & id == 29397 replace statecode = 14 if congress == 103 & id == 14052 replace statecode = 14 if congress == 103 & id == 10607 replace statecode = 14 if congress == 103 & id == 15104 replace statecode = 14 if congress == 103 & id == 14072 replace statecode = 14 if congress == 103 & id == 29398 replace statecode = 14 if congress == 103 & id == 14808 replace statecode = 14 if congress == 103 & id == 29399 replace statecode = 14 if congress == 103 & id == 14461 replace statecode = 14 if congress == 103 & id == 15026 replace statecode = 14 if congress == 103 & id == 29141 replace statecode = 14 if congress == 103 & id == 14288 replace statecode = 14 if congress == 103 & id == 14441 replace statecode = 14 if congress == 103 & id == 15056 replace statecode = 5 if congress == 103 & id == 15615 replace statecode = 5 if congress == 103 & id == 29142 replace statecode = 48 if congress == 103 & id == 15439 replace statecode = 48 if congress == 103 & id == 13042 replace statecode = 48 if congress == 103 & id == 14212 replace statecode = 48 if congress == 103 & id == 39300 replace statecode = 48 if congress == 103 & id == 15064 replace statecode = 48 if congress == 103 & id == 39301 replace statecode = 37 if congress == 103 & id == 15425 replace statecode = 54 if congress == 103 & id == 10616 replace statecode = 54 if congress == 103 & id == 15455 replace statecode = 54 if congress == 103 & id == 14251 replace statecode = 54 if congress == 103 & id == 15019 replace statecode = 54 if congress == 103 & id == 15450 replace statecode = 54 if congress == 103 & id == 15100 replace statecode = 54 if congress == 103 & id == 15066 replace statecode = 54 if congress == 103 & id == 15628 replace statecode = 54 if congress == 103 & id == 14224 replace statecode = 49 if congress == 103 & id == 15129 replace statecode = 49 if congress == 103 & id == 14062 replace statecode = 49 if congress == 103 & id == 29143 replace statecode = 49 if congress == 103 & id == 14828 replace statecode = 49 if congress == 103 & id == 15013 replace statecode = 49 if congress == 103 & id == 15085 replace statecode = 49 if congress == 103 & id == 13002 replace statecode = 49 if congress == 103 & id == 14822 replace statecode = 49 if congress == 103 & id == 1077 replace statecode = 49 if congress == 103 & id == 10614 replace statecode = 49 if congress == 103 & id == 29144 replace statecode = 49 if congress == 103 & id == 15636 replace statecode = 49 if congress == 103 & id == 15623 replace statecode = 49 if congress == 103 & id == 15611 replace statecode = 49 if congress == 103 & id == 10716 replace statecode = 49 if congress == 103 & id == 15018 replace statecode = 49 if congress == 103 & id == 14664 replace statecode = 49 if congress == 103 & id == 29145 replace statecode = 49 if congress == 103 & id == 15093 replace statecode = 49 if congress == 103 & id == 10520 replace statecode = 49 if congress == 103 & id == 15445 replace statecode = 49 if congress == 103 & id == 15094 replace statecode = 49 if congress == 103 & id == 39302 replace statecode = 49 if congress == 103 & id == 14626 replace statecode = 49 if congress == 103 & id == 15001 replace statecode = 49 if congress == 103 & id == 15125 replace statecode = 49 if congress == 103 & id == 15049 replace statecode = 49 if congress == 103 & id == 39303 replace statecode = 49 if congress == 103 & id == 39304 replace statecode = 49 if congress == 103 & id == 39305 replace statecode = 67 if congress == 103 & id == 14829 replace statecode = 67 if congress == 103 & id == 39306 replace statecode = 67 if congress == 103 & id == 29146 replace statecode = 6 if congress == 103 & id == 29147 replace statecode = 40 if congress == 103 & id == 15003 replace statecode = 40 if congress == 103 & id == 15437 replace statecode = 40 if congress == 103 & id == 39307 replace statecode = 40 if congress == 103 & id == 15060 replace statecode = 40 if congress == 103 & id == 15452 replace statecode = 40 if congress == 103 & id == 39308 replace statecode = 40 if congress == 103 & id == 14802 replace statecode = 40 if congress == 103 & id == 29149 replace statecode = 40 if congress == 103 & id == 15010 replace statecode = 40 if congress == 103 & id == 14869 replace statecode = 40 if congress == 103 & id == 39309 replace statecode = 73 if congress == 103 & id == 39310 replace statecode = 73 if congress == 103 & id == 14666 replace statecode = 73 if congress == 103 & id == 15629 replace statecode = 73 if congress == 103 & id == 29937 replace statecode = 73 if congress == 103 & id == 10726 replace statecode = 73 if congress == 103 & id == 14413 replace statecode = 73 if congress == 103 & id == 15613 replace statecode = 73 if congress == 103 & id == 39312 replace statecode = 73 if congress == 103 & id == 39313 replace statecode = 56 if congress == 103 & id == 15083 replace statecode = 56 if congress == 103 & id == 15077 replace statecode = 56 if congress == 103 & id == 14448 replace statecode = 25 if congress == 103 & id == 13003 replace statecode = 25 if congress == 103 & id == 39314 replace statecode = 25 if congress == 103 & id == 29150 replace statecode = 25 if congress == 103 & id == 14827 replace statecode = 25 if congress == 103 & id == 15082 replace statecode = 25 if congress == 103 & id == 39315 replace statecode = 25 if congress == 103 & id == 14675 replace statecode = 25 if congress == 103 & id == 12036 replace statecode = 25 if congress == 103 & id == 14655 replace statecode = 25 if congress == 103 & id == 14657 replace statecode = 68 if congress == 103 & id == 15633 replace statecode = 99 if congress == 104 & id == 99909 replace statecode = 41 if congress == 104 & id == 15090 replace statecode = 41 if congress == 104 & id == 29300 replace statecode = 41 if congress == 104 & id == 15632 replace statecode = 41 if congress == 104 & id == 11000 replace statecode = 41 if congress == 104 & id == 29100 replace statecode = 41 if congress == 104 & id == 29301 replace statecode = 41 if congress == 104 & id == 29302 replace statecode = 81 if congress == 104 & id == 14066 replace statecode = 61 if congress == 104 & id == 29500 replace statecode = 61 if congress == 104 & id == 29101 replace statecode = 61 if congress == 104 & id == 14454 replace statecode = 61 if congress == 104 & id == 29501 replace statecode = 61 if congress == 104 & id == 15105 replace statecode = 61 if congress == 104 & id == 29502 replace statecode = 42 if congress == 104 & id == 29305 replace statecode = 42 if congress == 104 & id == 14058 replace statecode = 42 if congress == 104 & id == 29306 replace statecode = 42 if congress == 104 & id == 29307 replace statecode = 71 if congress == 104 & id == 29103 replace statecode = 71 if congress == 104 & id == 15420 replace statecode = 71 if congress == 104 & id == 14624 replace statecode = 71 if congress == 104 & id == 29104 replace statecode = 71 if congress == 104 & id == 14649 replace statecode = 71 if congress == 104 & id == 29309 replace statecode = 71 if congress == 104 & id == 14256 replace statecode = 71 if congress == 104 & id == 15448 replace statecode = 71 if congress == 104 & id == 13011 replace statecode = 71 if congress == 104 & id == 29310 replace statecode = 71 if congress == 104 & id == 29311 replace statecode = 71 if congress == 104 & id == 14837 replace statecode = 71 if congress == 104 & id == 14053 replace statecode = 71 if congress == 104 & id == 29312 replace statecode = 71 if congress == 104 & id == 14257 replace statecode = 71 if congress == 104 & id == 15600 replace statecode = 71 if congress == 104 & id == 29504 replace statecode = 71 if congress == 104 & id == 29313 replace statecode = 71 if congress == 104 & id == 15635 replace statecode = 71 if congress == 104 & id == 29505 replace statecode = 71 if congress == 104 & id == 29105 replace statecode = 71 if congress == 104 & id == 14669 replace statecode = 71 if congress == 104 & id == 29506 replace statecode = 71 if congress == 104 & id == 15413 replace statecode = 71 if congress == 104 & id == 14405 replace statecode = 71 if congress == 104 & id == 29315 replace statecode = 71 if congress == 104 & id == 15005 replace statecode = 71 if congress == 104 & id == 14040 replace statecode = 71 if congress == 104 & id == 14813 replace statecode = 71 if congress == 104 & id == 14280 replace statecode = 71 if congress == 104 & id == 29316 replace statecode = 71 if congress == 104 & id == 14879 replace statecode = 71 if congress == 104 & id == 14620 replace statecode = 71 if congress == 104 & id == 29317 replace statecode = 71 if congress == 104 & id == 15070 replace statecode = 71 if congress == 104 & id == 29106 replace statecode = 71 if congress == 104 & id == 29318 replace statecode = 71 if congress == 104 & id == 29319 replace statecode = 71 if congress == 104 & id == 29586 replace statecode = 71 if congress == 104 & id == 29320 replace statecode = 71 if congress == 104 & id == 29321 replace statecode = 71 if congress == 104 & id == 14644 replace statecode = 71 if congress == 104 & id == 29322 replace statecode = 71 if congress == 104 & id == 10573 replace statecode = 71 if congress == 104 & id == 29323 replace statecode = 71 if congress == 104 & id == 29507 replace statecode = 71 if congress == 104 & id == 15621 replace statecode = 71 if congress == 104 & id == 14414 replace statecode = 71 if congress == 104 & id == 15601 replace statecode = 71 if congress == 104 & id == 15051 replace statecode = 71 if congress == 104 & id == 29508 replace statecode = 71 if congress == 104 & id == 29325 replace statecode = 71 if congress == 104 & id == 29107 replace statecode = 71 if congress == 104 & id == 14835 replace statecode = 62 if congress == 104 & id == 14051 replace statecode = 62 if congress == 104 & id == 15443 replace statecode = 62 if congress == 104 & id == 29326 replace statecode = 62 if congress == 104 & id == 29108 replace statecode = 62 if congress == 104 & id == 15419 replace statecode = 62 if congress == 104 & id == 15058 replace statecode = 1 if congress == 104 & id == 14877 replace statecode = 1 if congress == 104 & id == 14825 replace statecode = 1 if congress == 104 & id == 29109 replace statecode = 1 if congress == 104 & id == 15449 replace statecode = 1 if congress == 104 & id == 29110 replace statecode = 1 if congress == 104 & id == 15028 replace statecode = 11 if congress == 104 & id == 29327 replace statecode = 43 if congress == 104 & id == 39508 replace statecode = 43 if congress == 104 & id == 29111 replace statecode = 43 if congress == 104 & id == 29328 replace statecode = 43 if congress == 104 & id == 29329 replace statecode = 43 if congress == 104 & id == 29330 replace statecode = 43 if congress == 104 & id == 15627 replace statecode = 43 if congress == 104 & id == 29331 replace statecode = 43 if congress == 104 & id == 14842 replace statecode = 43 if congress == 104 & id == 15006 replace statecode = 43 if congress == 104 & id == 13047 replace statecode = 43 if congress == 104 & id == 10588 replace statecode = 43 if congress == 104 & id == 29332 replace statecode = 43 if congress == 104 & id == 29333 replace statecode = 43 if congress == 104 & id == 15605 replace statecode = 43 if congress == 104 & id == 29509 replace statecode = 43 if congress == 104 & id == 29510 replace statecode = 43 if congress == 104 & id == 29334 replace statecode = 43 if congress == 104 & id == 15634 replace statecode = 43 if congress == 104 & id == 15609 replace statecode = 43 if congress == 104 & id == 29335 replace statecode = 43 if congress == 104 & id == 29336 replace statecode = 43 if congress == 104 & id == 14860 replace statecode = 43 if congress == 104 & id == 29337 replace statecode = 44 if congress == 104 & id == 29338 replace statecode = 44 if congress == 104 & id == 29339 replace statecode = 44 if congress == 104 & id == 29340 replace statecode = 44 if congress == 104 & id == 29341 replace statecode = 44 if congress == 104 & id == 15431 replace statecode = 44 if congress == 104 & id == 14627 replace statecode = 44 if congress == 104 & id == 29511 replace statecode = 44 if congress == 104 & id == 29512 replace statecode = 44 if congress == 104 & id == 29342 replace statecode = 44 if congress == 104 & id == 99342 replace statecode = 44 if congress == 104 & id == 29513 replace statecode = 44 if congress == 104 & id == 29344 replace statecode = 82 if congress == 104 & id == 15245 replace statecode = 82 if congress == 104 & id == 10757 replace statecode = 63 if congress == 104 & id == 29514 replace statecode = 63 if congress == 104 & id == 29345 replace statecode = 21 if congress == 104 & id == 29346 replace statecode = 21 if congress == 104 & id == 29347 replace statecode = 21 if congress == 104 & id == 29585 replace statecode = 21 if congress == 104 & id == 15036 replace statecode = 21 if congress == 104 & id == 29348 replace statecode = 21 if congress == 104 & id == 29515 replace statecode = 21 if congress == 104 & id == 14239 replace statecode = 21 if congress == 104 & id == 14068 replace statecode = 21 if congress == 104 & id == 12041 replace statecode = 21 if congress == 104 & id == 10421 replace statecode = 21 if congress == 104 & id == 14677 replace statecode = 21 if congress == 104 & id == 29516 replace statecode = 21 if congress == 104 & id == 15453 replace statecode = 21 if congress == 104 & id == 15098 replace statecode = 21 if congress == 104 & id == 15417 replace statecode = 21 if congress == 104 & id == 29115 replace statecode = 21 if congress == 104 & id == 29349 replace statecode = 21 if congress == 104 & id == 15023 replace statecode = 21 if congress == 104 & id == 29517 replace statecode = 21 if congress == 104 & id == 15620 replace statecode = 21 if congress == 104 & id == 15021 replace statecode = 22 if congress == 104 & id == 15124 replace statecode = 22 if congress == 104 & id == 29518 replace statecode = 22 if congress == 104 & id == 29117 replace statecode = 22 if congress == 104 & id == 29519 replace statecode = 22 if congress == 104 & id == 29350 replace statecode = 22 if congress == 104 & id == 15014 replace statecode = 22 if congress == 104 & id == 11036 replace statecode = 22 if congress == 104 & id == 29520 replace statecode = 22 if congress == 104 & id == 10732 replace statecode = 22 if congress == 104 & id == 10742 replace statecode = 31 if congress == 104 & id == 14432 replace statecode = 31 if congress == 104 & id == 29118 replace statecode = 31 if congress == 104 & id == 15106 replace statecode = 31 if congress == 104 & id == 29521 replace statecode = 31 if congress == 104 & id == 29522 replace statecode = 32 if congress == 104 & id == 14852 replace statecode = 32 if congress == 104 & id == 29523 replace statecode = 32 if congress == 104 & id == 15109 replace statecode = 32 if congress == 104 & id == 29524 replace statecode = 51 if congress == 104 & id == 29525 replace statecode = 51 if congress == 104 & id == 29352 replace statecode = 51 if congress == 104 & id == 29526 replace statecode = 51 if congress == 104 & id == 15406 replace statecode = 51 if congress == 104 & id == 14854 replace statecode = 51 if congress == 104 & id == 29353 replace statecode = 45 if congress == 104 & id == 14469 replace statecode = 45 if congress == 104 & id == 29120 replace statecode = 45 if congress == 104 & id == 14679 replace statecode = 45 if congress == 104 & id == 94679 replace statecode = 45 if congress == 104 & id == 29354 replace statecode = 45 if congress == 104 & id == 15451 replace statecode = 45 if congress == 104 & id == 15401 replace statecode = 45 if congress == 104 & id == 15418 replace statecode = 45 if congress == 104 & id == 95418 replace statecode = 2 if congress == 104 & id == 29527 replace statecode = 2 if congress == 104 & id == 29528 replace statecode = 52 if congress == 104 & id == 29122 replace statecode = 52 if congress == 104 & id == 29529 replace statecode = 52 if congress == 104 & id == 15408 replace statecode = 52 if congress == 104 & id == 29355 replace statecode = 52 if congress == 104 & id == 14873 replace statecode = 52 if congress == 104 & id == 29356 replace statecode = 52 if congress == 104 & id == 15433 replace statecode = 52 if congress == 104 & id == 29587 replace statecode = 52 if congress == 104 & id == 15434 replace statecode = 3 if congress == 104 & id == 29123 replace statecode = 3 if congress == 104 & id == 15616 replace statecode = 3 if congress == 104 & id == 29357 replace statecode = 3 if congress == 104 & id == 14824 replace statecode = 3 if congress == 104 & id == 29358 replace statecode = 3 if congress == 104 & id == 29359 replace statecode = 3 if congress == 104 & id == 14435 replace statecode = 3 if congress == 104 & id == 15427 replace statecode = 3 if congress == 104 & id == 14039 replace statecode = 3 if congress == 104 & id == 14055 replace statecode = 23 if congress == 104 & id == 29360 replace statecode = 23 if congress == 104 & id == 29361 replace statecode = 23 if congress == 104 & id == 29362 replace statecode = 23 if congress == 104 & id == 29124 replace statecode = 23 if congress == 104 & id == 29363 replace statecode = 23 if congress == 104 & id == 15446 replace statecode = 23 if congress == 104 & id == 29364 replace statecode = 23 if congress == 104 & id == 29530 replace statecode = 23 if congress == 104 & id == 14430 replace statecode = 23 if congress == 104 & id == 14407 replace statecode = 23 if congress == 104 & id == 29365 replace statecode = 23 if congress == 104 & id == 15033 replace statecode = 23 if congress == 104 & id == 29531 replace statecode = 23 if congress == 104 & id == 10713 replace statecode = 23 if congress == 104 & id == 29125 replace statecode = 23 if congress == 104 & id == 2605 replace statecode = 33 if congress == 104 & id == 29532 replace statecode = 33 if congress == 104 & id == 29366 replace statecode = 33 if congress == 104 & id == 29126 replace statecode = 33 if congress == 104 & id == 14458 replace statecode = 33 if congress == 104 & id == 14656 replace statecode = 33 if congress == 104 & id == 29533 replace statecode = 33 if congress == 104 & id == 29127 replace statecode = 33 if congress == 104 & id == 14265 replace statecode = 46 if congress == 104 & id == 29534 replace statecode = 46 if congress == 104 & id == 29368 replace statecode = 46 if congress == 104 & id == 11035 replace statecode = 46 if congress == 104 & id == 15617 replace statecode = 46 if congress == 104 & id == 95617 replace statecode = 46 if congress == 104 & id == 15637 replace statecode = 34 if congress == 104 & id == 12009 replace statecode = 34 if congress == 104 & id == 29369 replace statecode = 34 if congress == 104 & id == 14421 replace statecode = 34 if congress == 104 & id == 14451 replace statecode = 34 if congress == 104 & id == 29535 replace statecode = 34 if congress == 104 & id == 29370 replace statecode = 34 if congress == 104 & id == 15606 replace statecode = 34 if congress == 104 & id == 14819 replace statecode = 34 if congress == 104 & id == 14459 replace statecode = 64 if congress == 104 & id == 14672 replace statecode = 35 if congress == 104 & id == 14605 replace statecode = 35 if congress == 104 & id == 29536 replace statecode = 35 if congress == 104 & id == 29129 replace statecode = 65 if congress == 104 & id == 29537 replace statecode = 65 if congress == 104 & id == 15075 replace statecode = 4 if congress == 104 & id == 29130 replace statecode = 4 if congress == 104 & id == 29538 replace statecode = 12 if congress == 104 & id == 29132 replace statecode = 12 if congress == 104 & id == 29539 replace statecode = 12 if congress == 104 & id == 15112 replace statecode = 12 if congress == 104 & id == 14863 replace statecode = 12 if congress == 104 & id == 14855 replace statecode = 12 if congress == 104 & id == 15454 replace statecode = 12 if congress == 104 & id == 29371 replace statecode = 12 if congress == 104 & id == 29540 replace statecode = 12 if congress == 104 & id == 15071 replace statecode = 12 if congress == 104 & id == 15619 replace statecode = 12 if congress == 104 & id == 29541 replace statecode = 12 if congress == 104 & id == 29133 replace statecode = 12 if congress == 104 & id == 29373 replace statecode = 66 if congress == 104 & id == 15624 replace statecode = 66 if congress == 104 & id == 14861 replace statecode = 66 if congress == 104 & id == 15055 replace statecode = 13 if congress == 104 & id == 29542 replace statecode = 13 if congress == 104 & id == 29374 replace statecode = 13 if congress == 104 & id == 29375 replace statecode = 13 if congress == 104 & id == 29543 replace statecode = 13 if congress == 104 & id == 15000 replace statecode = 13 if congress == 104 & id == 15412 replace statecode = 13 if congress == 104 & id == 15107 replace statecode = 13 if congress == 104 & id == 29377 replace statecode = 13 if congress == 104 & id == 14858 replace statecode = 13 if congress == 104 & id == 15072 replace statecode = 13 if congress == 104 & id == 15050 replace statecode = 13 if congress == 104 & id == 29378 replace statecode = 13 if congress == 104 & id == 15639 replace statecode = 13 if congress == 104 & id == 29379 replace statecode = 13 if congress == 104 & id == 13035 replace statecode = 13 if congress == 104 & id == 29134 replace statecode = 13 if congress == 104 & id == 15603 replace statecode = 13 if congress == 104 & id == 15612 replace statecode = 13 if congress == 104 & id == 29544 replace statecode = 13 if congress == 104 & id == 14015 replace statecode = 13 if congress == 104 & id == 15614 replace statecode = 13 if congress == 104 & id == 14662 replace statecode = 13 if congress == 104 & id == 15007 replace statecode = 13 if congress == 104 & id == 39316 replace statecode = 13 if congress == 104 & id == 15630 replace statecode = 13 if congress == 104 & id == 29380 replace statecode = 13 if congress == 104 & id == 15618 replace statecode = 13 if congress == 104 & id == 15444 replace statecode = 13 if congress == 104 & id == 14248 replace statecode = 13 if congress == 104 & id == 29381 replace statecode = 13 if congress == 104 & id == 15423 replace statecode = 47 if congress == 104 & id == 29382 replace statecode = 47 if congress == 104 & id == 29545 replace statecode = 47 if congress == 104 & id == 29546 replace statecode = 47 if congress == 104 & id == 29547 replace statecode = 47 if congress == 104 & id == 29548 replace statecode = 47 if congress == 104 & id == 15092 replace statecode = 47 if congress == 104 & id == 14048 replace statecode = 47 if congress == 104 & id == 14233 replace statecode = 47 if congress == 104 & id == 29549 replace statecode = 47 if congress == 104 & id == 15402 replace statecode = 47 if congress == 104 & id == 29135 replace statecode = 47 if congress == 104 & id == 29383 replace statecode = 36 if congress == 104 & id == 29384 replace statecode = 24 if congress == 104 & id == 29550 replace statecode = 24 if congress == 104 & id == 29386 replace statecode = 24 if congress == 104 & id == 14632 replace statecode = 24 if congress == 104 & id == 14875 replace statecode = 24 if congress == 104 & id == 15604 replace statecode = 24 if congress == 104 & id == 29551 replace statecode = 24 if congress == 104 & id == 29136 replace statecode = 24 if congress == 104 & id == 29137 replace statecode = 24 if congress == 104 & id == 15029 replace statecode = 24 if congress == 104 & id == 29388 replace statecode = 24 if congress == 104 & id == 12030 replace statecode = 24 if congress == 104 & id == 15030 replace statecode = 24 if congress == 104 & id == 29389 replace statecode = 24 if congress == 104 & id == 15442 replace statecode = 24 if congress == 104 & id == 29390 replace statecode = 24 if congress == 104 & id == 14045 replace statecode = 24 if congress == 104 & id == 15121 replace statecode = 24 if congress == 104 & id == 29552 replace statecode = 24 if congress == 104 & id == 29553 replace statecode = 53 if congress == 104 & id == 29554 replace statecode = 53 if congress == 104 & id == 29555 replace statecode = 53 if congress == 104 & id == 29138 replace statecode = 53 if congress == 104 & id == 29556 replace statecode = 53 if congress == 104 & id == 29392 replace statecode = 53 if congress == 104 & id == 29393 replace statecode = 72 if congress == 104 & id == 29394 replace statecode = 72 if congress == 104 & id == 29557 replace statecode = 72 if congress == 104 & id == 14871 replace statecode = 72 if congress == 104 & id == 29588 replace statecode = 72 if congress == 104 & id == 15410 replace statecode = 72 if congress == 104 & id == 29558 replace statecode = 14 if congress == 104 & id == 14823 replace statecode = 14 if congress == 104 & id == 29559 replace statecode = 14 if congress == 104 & id == 15008 replace statecode = 14 if congress == 104 & id == 29395 replace statecode = 14 if congress == 104 & id == 14612 replace statecode = 14 if congress == 104 & id == 29396 replace statecode = 14 if congress == 104 & id == 15447 replace statecode = 14 if congress == 104 & id == 29397 replace statecode = 14 if congress == 104 & id == 14052 replace statecode = 14 if congress == 104 & id == 10607 replace statecode = 14 if congress == 104 & id == 15104 replace statecode = 14 if congress == 104 & id == 14072 replace statecode = 14 if congress == 104 & id == 29560 replace statecode = 14 if congress == 104 & id == 14808 replace statecode = 14 if congress == 104 & id == 29399 replace statecode = 14 if congress == 104 & id == 14461 replace statecode = 14 if congress == 104 & id == 15026 replace statecode = 14 if congress == 104 & id == 29561 replace statecode = 14 if congress == 104 & id == 14288 replace statecode = 14 if congress == 104 & id == 29562 replace statecode = 14 if congress == 104 & id == 29563 replace statecode = 5 if congress == 104 & id == 29564 replace statecode = 5 if congress == 104 & id == 29142 replace statecode = 48 if congress == 104 & id == 29565 replace statecode = 48 if congress == 104 & id == 13042 replace statecode = 48 if congress == 104 & id == 29566 replace statecode = 48 if congress == 104 & id == 39300 replace statecode = 48 if congress == 104 & id == 15064 replace statecode = 48 if congress == 104 & id == 39301 replace statecode = 37 if congress == 104 & id == 15425 replace statecode = 54 if congress == 104 & id == 10616 replace statecode = 54 if congress == 104 & id == 15455 replace statecode = 54 if congress == 104 & id == 29567 replace statecode = 54 if congress == 104 & id == 29568 replace statecode = 54 if congress == 104 & id == 15450 replace statecode = 54 if congress == 104 & id == 15100 replace statecode = 54 if congress == 104 & id == 29569 replace statecode = 54 if congress == 104 & id == 15628 replace statecode = 54 if congress == 104 & id == 14224 replace statecode = 49 if congress == 104 & id == 15129 replace statecode = 49 if congress == 104 & id == 14062 replace statecode = 49 if congress == 104 & id == 29143 replace statecode = 49 if congress == 104 & id == 14828 replace statecode = 49 if congress == 104 & id == 15013 replace statecode = 49 if congress == 104 & id == 15085 replace statecode = 49 if congress == 104 & id == 13002 replace statecode = 49 if congress == 104 & id == 14822 replace statecode = 49 if congress == 104 & id == 29570 replace statecode = 49 if congress == 104 & id == 29571 replace statecode = 49 if congress == 104 & id == 29144 replace statecode = 49 if congress == 104 & id == 15636 replace statecode = 49 if congress == 104 & id == 29572 replace statecode = 49 if congress == 104 & id == 15611 replace statecode = 49 if congress == 104 & id == 95611 replace statecode = 49 if congress == 104 & id == 10716 replace statecode = 49 if congress == 104 & id == 15018 replace statecode = 49 if congress == 104 & id == 14664 replace statecode = 49 if congress == 104 & id == 29573 replace statecode = 49 if congress == 104 & id == 15093 replace statecode = 49 if congress == 104 & id == 10520 replace statecode = 49 if congress == 104 & id == 15445 replace statecode = 49 if congress == 104 & id == 15094 replace statecode = 49 if congress == 104 & id == 39302 replace statecode = 49 if congress == 104 & id == 14626 replace statecode = 49 if congress == 104 & id == 29574 replace statecode = 49 if congress == 104 & id == 15125 replace statecode = 49 if congress == 104 & id == 15049 replace statecode = 49 if congress == 104 & id == 39303 replace statecode = 49 if congress == 104 & id == 39304 replace statecode = 49 if congress == 104 & id == 39305 replace statecode = 67 if congress == 104 & id == 14829 replace statecode = 67 if congress == 104 & id == 29575 replace statecode = 67 if congress == 104 & id == 29146 replace statecode = 6 if congress == 104 & id == 29147 replace statecode = 40 if congress == 104 & id == 15003 replace statecode = 40 if congress == 104 & id == 15437 replace statecode = 40 if congress == 104 & id == 39307 replace statecode = 40 if congress == 104 & id == 15060 replace statecode = 40 if congress == 104 & id == 15452 replace statecode = 40 if congress == 104 & id == 39308 replace statecode = 40 if congress == 104 & id == 14802 replace statecode = 40 if congress == 104 & id == 29149 replace statecode = 40 if congress == 104 & id == 15010 replace statecode = 40 if congress == 104 & id == 14869 replace statecode = 40 if congress == 104 & id == 29576 replace statecode = 73 if congress == 104 & id == 29577 replace statecode = 73 if congress == 104 & id == 29578 replace statecode = 73 if congress == 104 & id == 29579 replace statecode = 73 if congress == 104 & id == 29580 replace statecode = 73 if congress == 104 & id == 29581 replace statecode = 73 if congress == 104 & id == 14413 replace statecode = 73 if congress == 104 & id == 15613 replace statecode = 73 if congress == 104 & id == 39312 replace statecode = 73 if congress == 104 & id == 29582 replace statecode = 56 if congress == 104 & id == 15083 replace statecode = 56 if congress == 104 & id == 15077 replace statecode = 56 if congress == 104 & id == 14448 replace statecode = 25 if congress == 104 & id == 29583 replace statecode = 25 if congress == 104 & id == 29150 replace statecode = 25 if congress == 104 & id == 14827 replace statecode = 25 if congress == 104 & id == 15082 replace statecode = 25 if congress == 104 & id == 39315 replace statecode = 25 if congress == 104 & id == 14675 replace statecode = 25 if congress == 104 & id == 12036 replace statecode = 25 if congress == 104 & id == 14655 replace statecode = 25 if congress == 104 & id == 14657 replace statecode = 68 if congress == 104 & id == 29584 replace statecode = 99 if congress == 105 & id == 99909 replace statecode = 41 if congress == 105 & id == 15090 replace statecode = 41 if congress == 105 & id == 29300 replace statecode = 41 if congress == 105 & id == 29700 replace statecode = 41 if congress == 105 & id == 29701 replace statecode = 41 if congress == 105 & id == 29100 replace statecode = 41 if congress == 105 & id == 29301 replace statecode = 41 if congress == 105 & id == 29302 replace statecode = 81 if congress == 105 & id == 14066 replace statecode = 61 if congress == 105 & id == 29500 replace statecode = 61 if congress == 105 & id == 29101 replace statecode = 61 if congress == 105 & id == 14454 replace statecode = 61 if congress == 105 & id == 29501 replace statecode = 61 if congress == 105 & id == 15105 replace statecode = 61 if congress == 105 & id == 29502 replace statecode = 42 if congress == 105 & id == 29702 replace statecode = 42 if congress == 105 & id == 29703 replace statecode = 42 if congress == 105 & id == 29704 replace statecode = 42 if congress == 105 & id == 29307 replace statecode = 71 if congress == 105 & id == 29103 replace statecode = 71 if congress == 105 & id == 15420 replace statecode = 71 if congress == 105 & id == 14624 replace statecode = 71 if congress == 105 & id == 29104 replace statecode = 71 if congress == 105 & id == 14649 replace statecode = 71 if congress == 105 & id == 29309 replace statecode = 71 if congress == 105 & id == 14256 replace statecode = 71 if congress == 105 & id == 15448 replace statecode = 71 if congress == 105 & id == 13011 replace statecode = 71 if congress == 105 & id == 29778 replace statecode = 71 if congress == 105 & id == 29705 replace statecode = 71 if congress == 105 & id == 29311 replace statecode = 71 if congress == 105 & id == 14837 replace statecode = 71 if congress == 105 & id == 14053 replace statecode = 71 if congress == 105 & id == 29312 replace statecode = 71 if congress == 105 & id == 15600 replace statecode = 71 if congress == 105 & id == 29504 replace statecode = 71 if congress == 105 & id == 29313 replace statecode = 71 if congress == 105 & id == 15635 replace statecode = 71 if congress == 105 & id == 29505 replace statecode = 71 if congress == 105 & id == 29105 replace statecode = 71 if congress == 105 & id == 14669 replace statecode = 71 if congress == 105 & id == 29706 replace statecode = 71 if congress == 105 & id == 29774 replace statecode = 71 if congress == 105 & id == 15413 replace statecode = 71 if congress == 105 & id == 29707 replace statecode = 71 if congress == 105 & id == 29315 replace statecode = 71 if congress == 105 & id == 15005 replace statecode = 71 if congress == 105 & id == 29708 replace statecode = 71 if congress == 105 & id == 14813 replace statecode = 71 if congress == 105 & id == 14280 replace statecode = 71 if congress == 105 & id == 29316 replace statecode = 71 if congress == 105 & id == 14879 replace statecode = 71 if congress == 105 & id == 14620 replace statecode = 71 if congress == 105 & id == 29317 replace statecode = 71 if congress == 105 & id == 15070 replace statecode = 71 if congress == 105 & id == 29106 replace statecode = 71 if congress == 105 & id == 29318 replace statecode = 71 if congress == 105 & id == 29586 replace statecode = 71 if congress == 105 & id == 29320 replace statecode = 71 if congress == 105 & id == 29321 replace statecode = 71 if congress == 105 & id == 14644 replace statecode = 71 if congress == 105 & id == 29322 replace statecode = 71 if congress == 105 & id == 10573 replace statecode = 71 if congress == 105 & id == 29323 replace statecode = 71 if congress == 105 & id == 29507 replace statecode = 71 if congress == 105 & id == 29775 replace statecode = 71 if congress == 105 & id == 15621 replace statecode = 71 if congress == 105 & id == 29709 replace statecode = 71 if congress == 105 & id == 15601 replace statecode = 71 if congress == 105 & id == 15051 replace statecode = 71 if congress == 105 & id == 29508 replace statecode = 71 if congress == 105 & id == 29325 replace statecode = 71 if congress == 105 & id == 29107 replace statecode = 71 if congress == 105 & id == 14835 replace statecode = 62 if congress == 105 & id == 29710 replace statecode = 62 if congress == 105 & id == 15443 replace statecode = 62 if congress == 105 & id == 29326 replace statecode = 62 if congress == 105 & id == 29711 replace statecode = 62 if congress == 105 & id == 15419 replace statecode = 62 if congress == 105 & id == 15058 replace statecode = 1 if congress == 105 & id == 14877 replace statecode = 1 if congress == 105 & id == 14825 replace statecode = 1 if congress == 105 & id == 29109 replace statecode = 1 if congress == 105 & id == 15449 replace statecode = 1 if congress == 105 & id == 29712 replace statecode = 1 if congress == 105 & id == 15028 replace statecode = 11 if congress == 105 & id == 29327 replace statecode = 43 if congress == 105 & id == 39508 replace statecode = 43 if congress == 105 & id == 29713 replace statecode = 43 if congress == 105 & id == 29328 replace statecode = 43 if congress == 105 & id == 29329 replace statecode = 43 if congress == 105 & id == 29330 replace statecode = 43 if congress == 105 & id == 15627 replace statecode = 43 if congress == 105 & id == 29331 replace statecode = 43 if congress == 105 & id == 14842 replace statecode = 43 if congress == 105 & id == 15006 replace statecode = 43 if congress == 105 & id == 13047 replace statecode = 43 if congress == 105 & id == 29714 replace statecode = 43 if congress == 105 & id == 29332 replace statecode = 43 if congress == 105 & id == 29333 replace statecode = 43 if congress == 105 & id == 15605 replace statecode = 43 if congress == 105 & id == 29509 replace statecode = 43 if congress == 105 & id == 29510 replace statecode = 43 if congress == 105 & id == 29334 replace statecode = 43 if congress == 105 & id == 15634 replace statecode = 43 if congress == 105 & id == 29715 replace statecode = 43 if congress == 105 & id == 29335 replace statecode = 43 if congress == 105 & id == 29336 replace statecode = 43 if congress == 105 & id == 14860 replace statecode = 43 if congress == 105 & id == 29337 replace statecode = 44 if congress == 105 & id == 29338 replace statecode = 44 if congress == 105 & id == 29339 replace statecode = 44 if congress == 105 & id == 29340 replace statecode = 44 if congress == 105 & id == 29344 replace statecode = 44 if congress == 105 & id == 15431 replace statecode = 44 if congress == 105 & id == 14627 replace statecode = 44 if congress == 105 & id == 29511 replace statecode = 44 if congress == 105 & id == 29512 replace statecode = 44 if congress == 105 & id == 99342 replace statecode = 44 if congress == 105 & id == 29513 replace statecode = 44 if congress == 105 & id == 29341 replace statecode = 82 if congress == 105 & id == 15245 replace statecode = 82 if congress == 105 & id == 10757 replace statecode = 63 if congress == 105 & id == 29514 replace statecode = 63 if congress == 105 & id == 29345 replace statecode = 21 if congress == 105 & id == 29346 replace statecode = 21 if congress == 105 & id == 29585 replace statecode = 21 if congress == 105 & id == 15036 replace statecode = 21 if congress == 105 & id == 29348 replace statecode = 21 if congress == 105 & id == 29716 replace statecode = 21 if congress == 105 & id == 14239 replace statecode = 21 if congress == 105 & id == 29717 replace statecode = 21 if congress == 105 & id == 12041 replace statecode = 21 if congress == 105 & id == 10421 replace statecode = 21 if congress == 105 & id == 14677 replace statecode = 21 if congress == 105 & id == 29516 replace statecode = 21 if congress == 105 & id == 15453 replace statecode = 21 if congress == 105 & id == 15098 replace statecode = 21 if congress == 105 & id == 15417 replace statecode = 21 if congress == 105 & id == 29115 replace statecode = 21 if congress == 105 & id == 29349 replace statecode = 21 if congress == 105 & id == 15023 replace statecode = 21 if congress == 105 & id == 29517 replace statecode = 21 if congress == 105 & id == 15620 replace statecode = 21 if congress == 105 & id == 29718 replace statecode = 22 if congress == 105 & id == 15124 replace statecode = 22 if congress == 105 & id == 29518 replace statecode = 22 if congress == 105 & id == 29117 replace statecode = 22 if congress == 105 & id == 29519 replace statecode = 22 if congress == 105 & id == 29350 replace statecode = 22 if congress == 105 & id == 15014 replace statecode = 22 if congress == 105 & id == 29719 replace statecode = 22 if congress == 105 & id == 29520 replace statecode = 22 if congress == 105 & id == 10732 replace statecode = 22 if congress == 105 & id == 29720 replace statecode = 31 if congress == 105 & id == 14432 replace statecode = 31 if congress == 105 & id == 29118 replace statecode = 31 if congress == 105 & id == 29721 replace statecode = 31 if congress == 105 & id == 29521 replace statecode = 31 if congress == 105 & id == 29522 replace statecode = 32 if congress == 105 & id == 29722 replace statecode = 32 if congress == 105 & id == 29723 replace statecode = 32 if congress == 105 & id == 29724 replace statecode = 32 if congress == 105 & id == 29524 replace statecode = 51 if congress == 105 & id == 29525 replace statecode = 51 if congress == 105 & id == 29352 replace statecode = 51 if congress == 105 & id == 29725 replace statecode = 51 if congress == 105 & id == 15406 replace statecode = 51 if congress == 105 & id == 14854 replace statecode = 51 if congress == 105 & id == 29353 replace statecode = 45 if congress == 105 & id == 14469 replace statecode = 45 if congress == 105 & id == 29120 replace statecode = 45 if congress == 105 & id == 94679 replace statecode = 45 if congress == 105 & id == 15451 replace statecode = 45 if congress == 105 & id == 29726 replace statecode = 45 if congress == 105 & id == 15401 replace statecode = 45 if congress == 105 & id == 29727 replace statecode = 2 if congress == 105 & id == 29728 replace statecode = 2 if congress == 105 & id == 29528 replace statecode = 52 if congress == 105 & id == 29122 replace statecode = 52 if congress == 105 & id == 29529 replace statecode = 52 if congress == 105 & id == 15408 replace statecode = 52 if congress == 105 & id == 29355 replace statecode = 52 if congress == 105 & id == 14873 replace statecode = 52 if congress == 105 & id == 29356 replace statecode = 52 if congress == 105 & id == 29587 replace statecode = 52 if congress == 105 & id == 15434 replace statecode = 3 if congress == 105 & id == 29123 replace statecode = 3 if congress == 105 & id == 15616 replace statecode = 3 if congress == 105 & id == 29729 replace statecode = 3 if congress == 105 & id == 14824 replace statecode = 3 if congress == 105 & id == 29358 replace statecode = 3 if congress == 105 & id == 29730 replace statecode = 3 if congress == 105 & id == 14435 replace statecode = 3 if congress == 105 & id == 15427 replace statecode = 3 if congress == 105 & id == 14039 replace statecode = 3 if congress == 105 & id == 29731 replace statecode = 23 if congress == 105 & id == 29360 replace statecode = 23 if congress == 105 & id == 29361 replace statecode = 23 if congress == 105 & id == 29362 replace statecode = 23 if congress == 105 & id == 29124 replace statecode = 23 if congress == 105 & id == 29363 replace statecode = 23 if congress == 105 & id == 15446 replace statecode = 23 if congress == 105 & id == 29364 replace statecode = 23 if congress == 105 & id == 29732 replace statecode = 23 if congress == 105 & id == 14430 replace statecode = 23 if congress == 105 & id == 14407 replace statecode = 23 if congress == 105 & id == 29365 replace statecode = 23 if congress == 105 & id == 15033 replace statecode = 23 if congress == 105 & id == 29531 replace statecode = 23 if congress == 105 & id == 10713 replace statecode = 23 if congress == 105 & id == 29733 replace statecode = 23 if congress == 105 & id == 2605 replace statecode = 33 if congress == 105 & id == 29532 replace statecode = 33 if congress == 105 & id == 29366 replace statecode = 33 if congress == 105 & id == 29126 replace statecode = 33 if congress == 105 & id == 14458 replace statecode = 33 if congress == 105 & id == 14656 replace statecode = 33 if congress == 105 & id == 29533 replace statecode = 33 if congress == 105 & id == 29127 replace statecode = 33 if congress == 105 & id == 14265 replace statecode = 46 if congress == 105 & id == 29534 replace statecode = 46 if congress == 105 & id == 29368 replace statecode = 46 if congress == 105 & id == 29734 replace statecode = 46 if congress == 105 & id == 95617 replace statecode = 46 if congress == 105 & id == 15637 replace statecode = 34 if congress == 105 & id == 12009 replace statecode = 34 if congress == 105 & id == 29369 replace statecode = 34 if congress == 105 & id == 14421 replace statecode = 34 if congress == 105 & id == 14451 replace statecode = 34 if congress == 105 & id == 29535 replace statecode = 34 if congress == 105 & id == 29370 replace statecode = 34 if congress == 105 & id == 29735 replace statecode = 34 if congress == 105 & id == 29736 replace statecode = 34 if congress == 105 & id == 29737 replace statecode = 64 if congress == 105 & id == 29738 replace statecode = 35 if congress == 105 & id == 14605 replace statecode = 35 if congress == 105 & id == 29536 replace statecode = 35 if congress == 105 & id == 29129 replace statecode = 65 if congress == 105 & id == 29537 replace statecode = 65 if congress == 105 & id == 29739 replace statecode = 4 if congress == 105 & id == 29740 replace statecode = 4 if congress == 105 & id == 29538 replace statecode = 12 if congress == 105 & id == 29132 replace statecode = 12 if congress == 105 & id == 29539 replace statecode = 12 if congress == 105 & id == 15112 replace statecode = 12 if congress == 105 & id == 14863 replace statecode = 12 if congress == 105 & id == 14855 replace statecode = 12 if congress == 105 & id == 15454 replace statecode = 12 if congress == 105 & id == 29371 replace statecode = 12 if congress == 105 & id == 29741 replace statecode = 12 if congress == 105 & id == 29742 replace statecode = 12 if congress == 105 & id == 15619 replace statecode = 12 if congress == 105 & id == 29541 replace statecode = 12 if congress == 105 & id == 29743 replace statecode = 12 if congress == 105 & id == 29373 replace statecode = 66 if congress == 105 & id == 15624 replace statecode = 66 if congress == 105 & id == 29779 replace statecode = 66 if congress == 105 & id == 14861 replace statecode = 66 if congress == 105 & id == 15055 replace statecode = 66 if congress == 105 & id == 29772 replace statecode = 13 if congress == 105 & id == 29542 replace statecode = 13 if congress == 105 & id == 29374 replace statecode = 13 if congress == 105 & id == 29375 replace statecode = 13 if congress == 105 & id == 29744 replace statecode = 13 if congress == 105 & id == 15000 replace statecode = 13 if congress == 105 & id == 15412 replace statecode = 13 if congress == 105 & id == 29776 replace statecode = 13 if congress == 105 & id == 15107 replace statecode = 13 if congress == 105 & id == 29377 replace statecode = 13 if congress == 105 & id == 14858 replace statecode = 13 if congress == 105 & id == 15072 replace statecode = 13 if congress == 105 & id == 15050 replace statecode = 13 if congress == 105 & id == 29378 replace statecode = 13 if congress == 105 & id == 15639 replace statecode = 13 if congress == 105 & id == 29773 replace statecode = 13 if congress == 105 & id == 29379 replace statecode = 13 if congress == 105 & id == 13035 replace statecode = 13 if congress == 105 & id == 29134 replace statecode = 13 if congress == 105 & id == 15603 replace statecode = 13 if congress == 105 & id == 15612 replace statecode = 13 if congress == 105 & id == 29544 replace statecode = 13 if congress == 105 & id == 14015 replace statecode = 13 if congress == 105 & id == 15614 replace statecode = 13 if congress == 105 & id == 14662 replace statecode = 13 if congress == 105 & id == 15007 replace statecode = 13 if congress == 105 & id == 39316 replace statecode = 13 if congress == 105 & id == 15630 replace statecode = 13 if congress == 105 & id == 29380 replace statecode = 13 if congress == 105 & id == 15618 replace statecode = 13 if congress == 105 & id == 15444 replace statecode = 13 if congress == 105 & id == 14248 replace statecode = 13 if congress == 105 & id == 29381 replace statecode = 13 if congress == 105 & id == 15423 replace statecode = 47 if congress == 105 & id == 29382 replace statecode = 47 if congress == 105 & id == 29745 replace statecode = 47 if congress == 105 & id == 29546 replace statecode = 47 if congress == 105 & id == 15438 replace statecode = 47 if congress == 105 & id == 29548 replace statecode = 47 if congress == 105 & id == 15092 replace statecode = 47 if congress == 105 & id == 29746 replace statecode = 47 if congress == 105 & id == 14233 replace statecode = 47 if congress == 105 & id == 29549 replace statecode = 47 if congress == 105 & id == 15402 replace statecode = 47 if congress == 105 & id == 29135 replace statecode = 47 if congress == 105 & id == 29383 replace statecode = 36 if congress == 105 & id == 29384 replace statecode = 24 if congress == 105 & id == 29550 replace statecode = 24 if congress == 105 & id == 29386 replace statecode = 24 if congress == 105 & id == 14632 replace statecode = 24 if congress == 105 & id == 14875 replace statecode = 24 if congress == 105 & id == 15604 replace statecode = 24 if congress == 105 & id == 29747 replace statecode = 24 if congress == 105 & id == 29136 replace statecode = 24 if congress == 105 & id == 29137 replace statecode = 24 if congress == 105 & id == 15029 replace statecode = 24 if congress == 105 & id == 29748 replace statecode = 24 if congress == 105 & id == 12030 replace statecode = 24 if congress == 105 & id == 15030 replace statecode = 24 if congress == 105 & id == 29389 replace statecode = 24 if congress == 105 & id == 15442 replace statecode = 24 if congress == 105 & id == 29390 replace statecode = 24 if congress == 105 & id == 14045 replace statecode = 24 if congress == 105 & id == 15121 replace statecode = 24 if congress == 105 & id == 29552 replace statecode = 24 if congress == 105 & id == 29553 replace statecode = 53 if congress == 105 & id == 29554 replace statecode = 53 if congress == 105 & id == 29555 replace statecode = 53 if congress == 105 & id == 29749 replace statecode = 53 if congress == 105 & id == 29556 replace statecode = 53 if congress == 105 & id == 29392 replace statecode = 53 if congress == 105 & id == 29393 replace statecode = 72 if congress == 105 & id == 29394 replace statecode = 72 if congress == 105 & id == 15063 replace statecode = 72 if congress == 105 & id == 29588 replace statecode = 72 if congress == 105 & id == 15410 replace statecode = 72 if congress == 105 & id == 29750 replace statecode = 14 if congress == 105 & id == 14823 replace statecode = 14 if congress == 105 & id == 29777 replace statecode = 14 if congress == 105 & id == 29559 replace statecode = 14 if congress == 105 & id == 15008 replace statecode = 14 if congress == 105 & id == 29395 replace statecode = 14 if congress == 105 & id == 29751 replace statecode = 14 if congress == 105 & id == 29396 replace statecode = 14 if congress == 105 & id == 15447 replace statecode = 14 if congress == 105 & id == 29397 replace statecode = 14 if congress == 105 & id == 14052 replace statecode = 14 if congress == 105 & id == 10607 replace statecode = 14 if congress == 105 & id == 15104 replace statecode = 14 if congress == 105 & id == 14072 replace statecode = 14 if congress == 105 & id == 29560 replace statecode = 14 if congress == 105 & id == 14808 replace statecode = 14 if congress == 105 & id == 29399 replace statecode = 14 if congress == 105 & id == 29752 replace statecode = 14 if congress == 105 & id == 15026 replace statecode = 14 if congress == 105 & id == 29561 replace statecode = 14 if congress == 105 & id == 14288 replace statecode = 14 if congress == 105 & id == 29562 replace statecode = 14 if congress == 105 & id == 29563 replace statecode = 5 if congress == 105 & id == 29564 replace statecode = 5 if congress == 105 & id == 29753 replace statecode = 48 if congress == 105 & id == 29565 replace statecode = 48 if congress == 105 & id == 13042 replace statecode = 48 if congress == 105 & id == 29566 replace statecode = 48 if congress == 105 & id == 39300 replace statecode = 48 if congress == 105 & id == 15064 replace statecode = 48 if congress == 105 & id == 39301 replace statecode = 37 if congress == 105 & id == 29754 replace statecode = 54 if congress == 105 & id == 29755 replace statecode = 54 if congress == 105 & id == 15455 replace statecode = 54 if congress == 105 & id == 29567 replace statecode = 54 if congress == 105 & id == 29568 replace statecode = 54 if congress == 105 & id == 15450 replace statecode = 54 if congress == 105 & id == 15100 replace statecode = 54 if congress == 105 & id == 29569 replace statecode = 54 if congress == 105 & id == 15628 replace statecode = 54 if congress == 105 & id == 29756 replace statecode = 49 if congress == 105 & id == 29757 replace statecode = 49 if congress == 105 & id == 29758 replace statecode = 49 if congress == 105 & id == 29143 replace statecode = 49 if congress == 105 & id == 14828 replace statecode = 49 if congress == 105 & id == 29759 replace statecode = 49 if congress == 105 & id == 15085 replace statecode = 49 if congress == 105 & id == 13002 replace statecode = 49 if congress == 105 & id == 29760 replace statecode = 49 if congress == 105 & id == 29761 replace statecode = 49 if congress == 105 & id == 29571 replace statecode = 49 if congress == 105 & id == 29144 replace statecode = 49 if congress == 105 & id == 29762 replace statecode = 49 if congress == 105 & id == 29572 replace statecode = 49 if congress == 105 & id == 14290 replace statecode = 49 if congress == 105 & id == 29763 replace statecode = 49 if congress == 105 & id == 29764 replace statecode = 49 if congress == 105 & id == 14664 replace statecode = 49 if congress == 105 & id == 29573 replace statecode = 49 if congress == 105 & id == 15093 replace statecode = 49 if congress == 105 & id == 10520 replace statecode = 49 if congress == 105 & id == 15445 replace statecode = 49 if congress == 105 & id == 15094 replace statecode = 49 if congress == 105 & id == 39302 replace statecode = 49 if congress == 105 & id == 14626 replace statecode = 49 if congress == 105 & id == 29574 replace statecode = 49 if congress == 105 & id == 15125 replace statecode = 49 if congress == 105 & id == 15049 replace statecode = 49 if congress == 105 & id == 39303 replace statecode = 49 if congress == 105 & id == 29771 replace statecode = 49 if congress == 105 & id == 39304 replace statecode = 49 if congress == 105 & id == 39305 replace statecode = 67 if congress == 105 & id == 14829 replace statecode = 67 if congress == 105 & id == 29765 replace statecode = 67 if congress == 105 & id == 29766 replace statecode = 6 if congress == 105 & id == 29147 replace statecode = 40 if congress == 105 & id == 15003 replace statecode = 40 if congress == 105 & id == 15437 replace statecode = 40 if congress == 105 & id == 39307 replace statecode = 40 if congress == 105 & id == 15060 replace statecode = 40 if congress == 105 & id == 29767 replace statecode = 40 if congress == 105 & id == 39308 replace statecode = 40 if congress == 105 & id == 14802 replace statecode = 40 if congress == 105 & id == 29149 replace statecode = 40 if congress == 105 & id == 15010 replace statecode = 40 if congress == 105 & id == 14869 replace statecode = 40 if congress == 105 & id == 29576 replace statecode = 73 if congress == 105 & id == 29577 replace statecode = 73 if congress == 105 & id == 29578 replace statecode = 73 if congress == 105 & id == 29579 replace statecode = 73 if congress == 105 & id == 29580 replace statecode = 73 if congress == 105 & id == 29581 replace statecode = 73 if congress == 105 & id == 14413 replace statecode = 73 if congress == 105 & id == 15613 replace statecode = 73 if congress == 105 & id == 39312 replace statecode = 73 if congress == 105 & id == 29768 replace statecode = 56 if congress == 105 & id == 15083 replace statecode = 56 if congress == 105 & id == 15077 replace statecode = 56 if congress == 105 & id == 14448 replace statecode = 25 if congress == 105 & id == 29583 replace statecode = 25 if congress == 105 & id == 29150 replace statecode = 25 if congress == 105 & id == 29769 replace statecode = 25 if congress == 105 & id == 15082 replace statecode = 25 if congress == 105 & id == 39315 replace statecode = 25 if congress == 105 & id == 14675 replace statecode = 25 if congress == 105 & id == 12036 replace statecode = 25 if congress == 105 & id == 29770 replace statecode = 25 if congress == 105 & id == 14657 replace statecode = 68 if congress == 105 & id == 29584 replace statecode = 99 if congress == 106 & id == 99909 replace statecode = 41 if congress == 106 & id == 15090 replace statecode = 41 if congress == 106 & id == 29300 replace statecode = 41 if congress == 106 & id == 29700 replace statecode = 41 if congress == 106 & id == 29701 replace statecode = 41 if congress == 106 & id == 29100 replace statecode = 41 if congress == 106 & id == 29301 replace statecode = 41 if congress == 106 & id == 29302 replace statecode = 81 if congress == 106 & id == 14066 replace statecode = 61 if congress == 106 & id == 29500 replace statecode = 61 if congress == 106 & id == 29101 replace statecode = 61 if congress == 106 & id == 14454 replace statecode = 61 if congress == 106 & id == 29501 replace statecode = 61 if congress == 106 & id == 15105 replace statecode = 61 if congress == 106 & id == 29502 replace statecode = 42 if congress == 106 & id == 29702 replace statecode = 42 if congress == 106 & id == 29703 replace statecode = 42 if congress == 106 & id == 29704 replace statecode = 42 if congress == 106 & id == 29307 replace statecode = 71 if congress == 106 & id == 29901 replace statecode = 71 if congress == 106 & id == 15420 replace statecode = 71 if congress == 106 & id == 29902 replace statecode = 71 if congress == 106 & id == 29104 replace statecode = 71 if congress == 106 & id == 14649 replace statecode = 71 if congress == 106 & id == 29309 replace statecode = 71 if congress == 106 & id == 14256 replace statecode = 71 if congress == 106 & id == 15448 replace statecode = 71 if congress == 106 & id == 29778 replace statecode = 71 if congress == 106 & id == 29705 replace statecode = 71 if congress == 106 & id == 29311 replace statecode = 71 if congress == 106 & id == 14837 replace statecode = 71 if congress == 106 & id == 14053 replace statecode = 71 if congress == 106 & id == 29312 replace statecode = 71 if congress == 106 & id == 15600 replace statecode = 71 if congress == 106 & id == 29504 replace statecode = 71 if congress == 106 & id == 29313 replace statecode = 71 if congress == 106 & id == 15635 replace statecode = 71 if congress == 106 & id == 29505 replace statecode = 71 if congress == 106 & id == 29105 replace statecode = 71 if congress == 106 & id == 14669 replace statecode = 71 if congress == 106 & id == 29774 replace statecode = 71 if congress == 106 & id == 15413 replace statecode = 71 if congress == 106 & id == 29707 replace statecode = 71 if congress == 106 & id == 29315 replace statecode = 71 if congress == 106 & id == 15005 replace statecode = 71 if congress == 106 & id == 29708 replace statecode = 71 if congress == 106 & id == 14813 replace statecode = 71 if congress == 106 & id == 14280 replace statecode = 71 if congress == 106 & id == 29316 replace statecode = 71 if congress == 106 & id == 14879 replace statecode = 71 if congress == 106 & id == 94879 replace statecode = 71 if congress == 106 & id == 14620 replace statecode = 71 if congress == 106 & id == 29317 replace statecode = 71 if congress == 106 & id == 29903 replace statecode = 71 if congress == 106 & id == 29106 replace statecode = 71 if congress == 106 & id == 29904 replace statecode = 71 if congress == 106 & id == 29586 replace statecode = 71 if congress == 106 & id == 29320 replace statecode = 71 if congress == 106 & id == 29321 replace statecode = 71 if congress == 106 & id == 14644 replace statecode = 71 if congress == 106 & id == 29905 replace statecode = 71 if congress == 106 & id == 10573 replace statecode = 71 if congress == 106 & id == 29942 replace statecode = 71 if congress == 106 & id == 29323 replace statecode = 71 if congress == 106 & id == 29775 replace statecode = 71 if congress == 106 & id == 15621 replace statecode = 71 if congress == 106 & id == 29709 replace statecode = 71 if congress == 106 & id == 15601 replace statecode = 71 if congress == 106 & id == 15051 replace statecode = 71 if congress == 106 & id == 29508 replace statecode = 71 if congress == 106 & id == 29325 replace statecode = 71 if congress == 106 & id == 29107 replace statecode = 71 if congress == 106 & id == 14835 replace statecode = 62 if congress == 106 & id == 29710 replace statecode = 62 if congress == 106 & id == 29906 replace statecode = 62 if congress == 106 & id == 29326 replace statecode = 62 if congress == 106 & id == 29711 replace statecode = 62 if congress == 106 & id == 15419 replace statecode = 62 if congress == 106 & id == 29907 replace statecode = 1 if congress == 106 & id == 29908 replace statecode = 1 if congress == 106 & id == 14825 replace statecode = 1 if congress == 106 & id == 29109 replace statecode = 1 if congress == 106 & id == 15449 replace statecode = 1 if congress == 106 & id == 29712 replace statecode = 1 if congress == 106 & id == 15028 replace statecode = 11 if congress == 106 & id == 29327 replace statecode = 43 if congress == 106 & id == 39508 replace statecode = 43 if congress == 106 & id == 29713 replace statecode = 43 if congress == 106 & id == 29328 replace statecode = 43 if congress == 106 & id == 29329 replace statecode = 43 if congress == 106 & id == 29330 replace statecode = 43 if congress == 106 & id == 15627 replace statecode = 43 if congress == 106 & id == 29331 replace statecode = 43 if congress == 106 & id == 14842 replace statecode = 43 if congress == 106 & id == 15006 replace statecode = 43 if congress == 106 & id == 13047 replace statecode = 43 if congress == 106 & id == 29714 replace statecode = 43 if congress == 106 & id == 29332 replace statecode = 43 if congress == 106 & id == 29333 replace statecode = 43 if congress == 106 & id == 15605 replace statecode = 43 if congress == 106 & id == 29509 replace statecode = 43 if congress == 106 & id == 29510 replace statecode = 43 if congress == 106 & id == 29334 replace statecode = 43 if congress == 106 & id == 15634 replace statecode = 43 if congress == 106 & id == 29715 replace statecode = 43 if congress == 106 & id == 29335 replace statecode = 43 if congress == 106 & id == 29336 replace statecode = 43 if congress == 106 & id == 14860 replace statecode = 43 if congress == 106 & id == 29337 replace statecode = 44 if congress == 106 & id == 29338 replace statecode = 44 if congress == 106 & id == 29339 replace statecode = 44 if congress == 106 & id == 29340 replace statecode = 44 if congress == 106 & id == 29344 replace statecode = 44 if congress == 106 & id == 15431 replace statecode = 44 if congress == 106 & id == 29909 replace statecode = 44 if congress == 106 & id == 29511 replace statecode = 44 if congress == 106 & id == 29512 replace statecode = 44 if congress == 106 & id == 99342 replace statecode = 44 if congress == 106 & id == 29513 replace statecode = 44 if congress == 106 & id == 29341 replace statecode = 82 if congress == 106 & id == 15245 replace statecode = 82 if congress == 106 & id == 10757 replace statecode = 63 if congress == 106 & id == 29514 replace statecode = 63 if congress == 106 & id == 29910 replace statecode = 21 if congress == 106 & id == 29346 replace statecode = 21 if congress == 106 & id == 29585 replace statecode = 21 if congress == 106 & id == 15036 replace statecode = 21 if congress == 106 & id == 29348 replace statecode = 21 if congress == 106 & id == 29716 replace statecode = 21 if congress == 106 & id == 14239 replace statecode = 21 if congress == 106 & id == 29717 replace statecode = 21 if congress == 106 & id == 12041 replace statecode = 21 if congress == 106 & id == 29911 replace statecode = 21 if congress == 106 & id == 14677 replace statecode = 21 if congress == 106 & id == 29516 replace statecode = 21 if congress == 106 & id == 15453 replace statecode = 21 if congress == 106 & id == 29912 replace statecode = 21 if congress == 106 & id == 15417 replace statecode = 21 if congress == 106 & id == 29115 replace statecode = 21 if congress == 106 & id == 29349 replace statecode = 21 if congress == 106 & id == 15023 replace statecode = 21 if congress == 106 & id == 29517 replace statecode = 21 if congress == 106 & id == 29913 replace statecode = 21 if congress == 106 & id == 29718 replace statecode = 22 if congress == 106 & id == 15124 replace statecode = 22 if congress == 106 & id == 29518 replace statecode = 22 if congress == 106 & id == 29117 replace statecode = 22 if congress == 106 & id == 29519 replace statecode = 22 if congress == 106 & id == 29350 replace statecode = 22 if congress == 106 & id == 15014 replace statecode = 22 if congress == 106 & id == 29719 replace statecode = 22 if congress == 106 & id == 29520 replace statecode = 22 if congress == 106 & id == 29914 replace statecode = 22 if congress == 106 & id == 29720 replace statecode = 31 if congress == 106 & id == 14432 replace statecode = 31 if congress == 106 & id == 29118 replace statecode = 31 if congress == 106 & id == 29721 replace statecode = 31 if congress == 106 & id == 29521 replace statecode = 31 if congress == 106 & id == 29522 replace statecode = 32 if congress == 106 & id == 29722 replace statecode = 32 if congress == 106 & id == 29723 replace statecode = 32 if congress == 106 & id == 29915 replace statecode = 32 if congress == 106 & id == 29524 replace statecode = 51 if congress == 106 & id == 29525 replace statecode = 51 if congress == 106 & id == 29352 replace statecode = 51 if congress == 106 & id == 29725 replace statecode = 51 if congress == 106 & id == 29916 replace statecode = 51 if congress == 106 & id == 14854 replace statecode = 51 if congress == 106 & id == 29917 replace statecode = 45 if congress == 106 & id == 14469 replace statecode = 45 if congress == 106 & id == 29918 replace statecode = 45 if congress == 106 & id == 29120 replace statecode = 45 if congress == 106 & id == 94679 replace statecode = 45 if congress == 106 & id == 15451 replace statecode = 45 if congress == 106 & id == 29726 replace statecode = 45 if congress == 106 & id == 15401 replace statecode = 45 if congress == 106 & id == 29727 replace statecode = 2 if congress == 106 & id == 29728 replace statecode = 2 if congress == 106 & id == 29528 replace statecode = 52 if congress == 106 & id == 29122 replace statecode = 52 if congress == 106 & id == 29529 replace statecode = 52 if congress == 106 & id == 15408 replace statecode = 52 if congress == 106 & id == 29355 replace statecode = 52 if congress == 106 & id == 14873 replace statecode = 52 if congress == 106 & id == 29356 replace statecode = 52 if congress == 106 & id == 29587 replace statecode = 52 if congress == 106 & id == 15434 replace statecode = 3 if congress == 106 & id == 29123 replace statecode = 3 if congress == 106 & id == 15616 replace statecode = 3 if congress == 106 & id == 29729 replace statecode = 3 if congress == 106 & id == 14824 replace statecode = 3 if congress == 106 & id == 29358 replace statecode = 3 if congress == 106 & id == 29730 replace statecode = 3 if congress == 106 & id == 14435 replace statecode = 3 if congress == 106 & id == 29919 replace statecode = 3 if congress == 106 & id == 14039 replace statecode = 3 if congress == 106 & id == 29731 replace statecode = 23 if congress == 106 & id == 29360 replace statecode = 23 if congress == 106 & id == 29361 replace statecode = 23 if congress == 106 & id == 29362 replace statecode = 23 if congress == 106 & id == 29124 replace statecode = 23 if congress == 106 & id == 29363 replace statecode = 23 if congress == 106 & id == 15446 replace statecode = 23 if congress == 106 & id == 29364 replace statecode = 23 if congress == 106 & id == 29732 replace statecode = 23 if congress == 106 & id == 14430 replace statecode = 23 if congress == 106 & id == 14407 replace statecode = 23 if congress == 106 & id == 29365 replace statecode = 23 if congress == 106 & id == 15033 replace statecode = 23 if congress == 106 & id == 29531 replace statecode = 23 if congress == 106 & id == 10713 replace statecode = 23 if congress == 106 & id == 29733 replace statecode = 23 if congress == 106 & id == 2605 replace statecode = 33 if congress == 106 & id == 29532 replace statecode = 33 if congress == 106 & id == 29366 replace statecode = 33 if congress == 106 & id == 29126 replace statecode = 33 if congress == 106 & id == 14458 replace statecode = 33 if congress == 106 & id == 14656 replace statecode = 33 if congress == 106 & id == 29533 replace statecode = 33 if congress == 106 & id == 29127 replace statecode = 33 if congress == 106 & id == 14265 replace statecode = 46 if congress == 106 & id == 29534 replace statecode = 46 if congress == 106 & id == 29368 replace statecode = 46 if congress == 106 & id == 29734 replace statecode = 46 if congress == 106 & id == 29920 replace statecode = 46 if congress == 106 & id == 15637 replace statecode = 34 if congress == 106 & id == 12009 replace statecode = 34 if congress == 106 & id == 29369 replace statecode = 34 if congress == 106 & id == 14421 replace statecode = 34 if congress == 106 & id == 14451 replace statecode = 34 if congress == 106 & id == 29535 replace statecode = 34 if congress == 106 & id == 29370 replace statecode = 34 if congress == 106 & id == 29735 replace statecode = 34 if congress == 106 & id == 29736 replace statecode = 34 if congress == 106 & id == 29737 replace statecode = 64 if congress == 106 & id == 29738 replace statecode = 35 if congress == 106 & id == 14605 replace statecode = 35 if congress == 106 & id == 29921 replace statecode = 35 if congress == 106 & id == 29129 replace statecode = 65 if congress == 106 & id == 29922 replace statecode = 65 if congress == 106 & id == 29739 replace statecode = 4 if congress == 106 & id == 29740 replace statecode = 4 if congress == 106 & id == 29538 replace statecode = 12 if congress == 106 & id == 29132 replace statecode = 12 if congress == 106 & id == 29539 replace statecode = 12 if congress == 106 & id == 15112 replace statecode = 12 if congress == 106 & id == 14863 replace statecode = 12 if congress == 106 & id == 14855 replace statecode = 12 if congress == 106 & id == 15454 replace statecode = 12 if congress == 106 & id == 29371 replace statecode = 12 if congress == 106 & id == 29741 replace statecode = 12 if congress == 106 & id == 29742 replace statecode = 12 if congress == 106 & id == 15619 replace statecode = 12 if congress == 106 & id == 29541 replace statecode = 12 if congress == 106 & id == 29923 replace statecode = 12 if congress == 106 & id == 29373 replace statecode = 66 if congress == 106 & id == 29779 replace statecode = 66 if congress == 106 & id == 14861 replace statecode = 66 if congress == 106 & id == 29924 replace statecode = 13 if congress == 106 & id == 29542 replace statecode = 13 if congress == 106 & id == 99542 replace statecode = 13 if congress == 106 & id == 29374 replace statecode = 13 if congress == 106 & id == 29375 replace statecode = 13 if congress == 106 & id == 29744 replace statecode = 13 if congress == 106 & id == 15000 replace statecode = 13 if congress == 106 & id == 29776 replace statecode = 13 if congress == 106 & id == 29925 replace statecode = 13 if congress == 106 & id == 29377 replace statecode = 13 if congress == 106 & id == 29926 replace statecode = 13 if congress == 106 & id == 15072 replace statecode = 13 if congress == 106 & id == 15050 replace statecode = 13 if congress == 106 & id == 29378 replace statecode = 13 if congress == 106 & id == 29773 replace statecode = 13 if congress == 106 & id == 29379 replace statecode = 13 if congress == 106 & id == 13035 replace statecode = 13 if congress == 106 & id == 29134 replace statecode = 13 if congress == 106 & id == 15603 replace statecode = 13 if congress == 106 & id == 15612 replace statecode = 13 if congress == 106 & id == 29544 replace statecode = 13 if congress == 106 & id == 14015 replace statecode = 13 if congress == 106 & id == 15614 replace statecode = 13 if congress == 106 & id == 29927 replace statecode = 13 if congress == 106 & id == 15007 replace statecode = 13 if congress == 106 & id == 39316 replace statecode = 13 if congress == 106 & id == 15630 replace statecode = 13 if congress == 106 & id == 29380 replace statecode = 13 if congress == 106 & id == 29928 replace statecode = 13 if congress == 106 & id == 15444 replace statecode = 13 if congress == 106 & id == 14248 replace statecode = 13 if congress == 106 & id == 29381 replace statecode = 13 if congress == 106 & id == 15423 replace statecode = 47 if congress == 106 & id == 29382 replace statecode = 47 if congress == 106 & id == 29745 replace statecode = 47 if congress == 106 & id == 29546 replace statecode = 47 if congress == 106 & id == 15438 replace statecode = 47 if congress == 106 & id == 29548 replace statecode = 47 if congress == 106 & id == 15092 replace statecode = 47 if congress == 106 & id == 29746 replace statecode = 47 if congress == 106 & id == 29929 replace statecode = 47 if congress == 106 & id == 29549 replace statecode = 47 if congress == 106 & id == 15402 replace statecode = 47 if congress == 106 & id == 29135 replace statecode = 47 if congress == 106 & id == 29383 replace statecode = 36 if congress == 106 & id == 29384 replace statecode = 24 if congress == 106 & id == 29550 replace statecode = 24 if congress == 106 & id == 29386 replace statecode = 24 if congress == 106 & id == 14632 replace statecode = 24 if congress == 106 & id == 14875 replace statecode = 24 if congress == 106 & id == 15604 replace statecode = 24 if congress == 106 & id == 29747 replace statecode = 24 if congress == 106 & id == 29136 replace statecode = 24 if congress == 106 & id == 29137 replace statecode = 24 if congress == 106 & id == 15029 replace statecode = 24 if congress == 106 & id == 29748 replace statecode = 24 if congress == 106 & id == 29930 replace statecode = 24 if congress == 106 & id == 15030 replace statecode = 24 if congress == 106 & id == 29389 replace statecode = 24 if congress == 106 & id == 15442 replace statecode = 24 if congress == 106 & id == 29390 replace statecode = 24 if congress == 106 & id == 14045 replace statecode = 24 if congress == 106 & id == 15121 replace statecode = 24 if congress == 106 & id == 29552 replace statecode = 24 if congress == 106 & id == 29553 replace statecode = 53 if congress == 106 & id == 29554 replace statecode = 53 if congress == 106 & id == 29555 replace statecode = 53 if congress == 106 & id == 29749 replace statecode = 53 if congress == 106 & id == 29556 replace statecode = 53 if congress == 106 & id == 29392 replace statecode = 53 if congress == 106 & id == 29393 replace statecode = 72 if congress == 106 & id == 29931 replace statecode = 72 if congress == 106 & id == 29932 replace statecode = 72 if congress == 106 & id == 29588 replace statecode = 72 if congress == 106 & id == 15410 replace statecode = 72 if congress == 106 & id == 29750 replace statecode = 14 if congress == 106 & id == 29777 replace statecode = 14 if congress == 106 & id == 29559 replace statecode = 14 if congress == 106 & id == 15008 replace statecode = 14 if congress == 106 & id == 29395 replace statecode = 14 if congress == 106 & id == 29751 replace statecode = 14 if congress == 106 & id == 29396 replace statecode = 14 if congress == 106 & id == 15447 replace statecode = 14 if congress == 106 & id == 29397 replace statecode = 14 if congress == 106 & id == 14052 replace statecode = 14 if congress == 106 & id == 29933 replace statecode = 14 if congress == 106 & id == 15104 replace statecode = 14 if congress == 106 & id == 14072 replace statecode = 14 if congress == 106 & id == 29934 replace statecode = 14 if congress == 106 & id == 14808 replace statecode = 14 if congress == 106 & id == 29935 replace statecode = 14 if congress == 106 & id == 29752 replace statecode = 14 if congress == 106 & id == 15026 replace statecode = 14 if congress == 106 & id == 29561 replace statecode = 14 if congress == 106 & id == 14288 replace statecode = 14 if congress == 106 & id == 29562 replace statecode = 14 if congress == 106 & id == 29563 replace statecode = 5 if congress == 106 & id == 29564 replace statecode = 5 if congress == 106 & id == 29753 replace statecode = 48 if congress == 106 & id == 29565 replace statecode = 48 if congress == 106 & id == 13042 replace statecode = 48 if congress == 106 & id == 29566 replace statecode = 48 if congress == 106 & id == 29936 replace statecode = 48 if congress == 106 & id == 15064 replace statecode = 48 if congress == 106 & id == 39301 replace statecode = 37 if congress == 106 & id == 29754 replace statecode = 54 if congress == 106 & id == 29755 replace statecode = 54 if congress == 106 & id == 15455 replace statecode = 54 if congress == 106 & id == 29567 replace statecode = 54 if congress == 106 & id == 29568 replace statecode = 54 if congress == 106 & id == 15450 replace statecode = 54 if congress == 106 & id == 15100 replace statecode = 54 if congress == 106 & id == 29569 replace statecode = 54 if congress == 106 & id == 15628 replace statecode = 54 if congress == 106 & id == 29756 replace statecode = 49 if congress == 106 & id == 29757 replace statecode = 49 if congress == 106 & id == 29758 replace statecode = 49 if congress == 106 & id == 29143 replace statecode = 49 if congress == 106 & id == 14828 replace statecode = 49 if congress == 106 & id == 29759 replace statecode = 49 if congress == 106 & id == 15085 replace statecode = 49 if congress == 106 & id == 13002 replace statecode = 49 if congress == 106 & id == 29760 replace statecode = 49 if congress == 106 & id == 29761 replace statecode = 49 if congress == 106 & id == 29571 replace statecode = 49 if congress == 106 & id == 29144 replace statecode = 49 if congress == 106 & id == 29762 replace statecode = 49 if congress == 106 & id == 29572 replace statecode = 49 if congress == 106 & id == 14290 replace statecode = 49 if congress == 106 & id == 29763 replace statecode = 49 if congress == 106 & id == 29764 replace statecode = 49 if congress == 106 & id == 14664 replace statecode = 49 if congress == 106 & id == 29573 replace statecode = 49 if congress == 106 & id == 15093 replace statecode = 49 if congress == 106 & id == 29943 replace statecode = 49 if congress == 106 & id == 15445 replace statecode = 49 if congress == 106 & id == 15094 replace statecode = 49 if congress == 106 & id == 39302 replace statecode = 49 if congress == 106 & id == 14626 replace statecode = 49 if congress == 106 & id == 29574 replace statecode = 49 if congress == 106 & id == 15125 replace statecode = 49 if congress == 106 & id == 15049 replace statecode = 49 if congress == 106 & id == 29771 replace statecode = 49 if congress == 106 & id == 39304 replace statecode = 49 if congress == 106 & id == 39305 replace statecode = 67 if congress == 106 & id == 14829 replace statecode = 67 if congress == 106 & id == 29765 replace statecode = 67 if congress == 106 & id == 29766 replace statecode = 6 if congress == 106 & id == 29147 replace statecode = 40 if congress == 106 & id == 15003 replace statecode = 40 if congress == 106 & id == 15437 replace statecode = 40 if congress == 106 & id == 39307 replace statecode = 40 if congress == 106 & id == 15060 replace statecode = 40 if congress == 106 & id == 29767 replace statecode = 40 if congress == 106 & id == 99767 replace statecode = 40 if congress == 106 & id == 39308 replace statecode = 40 if congress == 106 & id == 14802 replace statecode = 40 if congress == 106 & id == 29149 replace statecode = 40 if congress == 106 & id == 15010 replace statecode = 40 if congress == 106 & id == 14869 replace statecode = 40 if congress == 106 & id == 29576 replace statecode = 73 if congress == 106 & id == 29937 replace statecode = 73 if congress == 106 & id == 29578 replace statecode = 73 if congress == 106 & id == 29938 replace statecode = 73 if congress == 106 & id == 29580 replace statecode = 73 if congress == 106 & id == 29581 replace statecode = 73 if congress == 106 & id == 14413 replace statecode = 73 if congress == 106 & id == 15613 replace statecode = 73 if congress == 106 & id == 39312 replace statecode = 73 if congress == 106 & id == 29768 replace statecode = 56 if congress == 106 & id == 15083 replace statecode = 56 if congress == 106 & id == 15077 replace statecode = 56 if congress == 106 & id == 14448 replace statecode = 25 if congress == 106 & id == 29939 replace statecode = 25 if congress == 106 & id == 29940 replace statecode = 25 if congress == 106 & id == 29769 replace statecode = 25 if congress == 106 & id == 15082 replace statecode = 25 if congress == 106 & id == 39315 replace statecode = 25 if congress == 106 & id == 14675 replace statecode = 25 if congress == 106 & id == 12036 replace statecode = 25 if congress == 106 & id == 29941 replace statecode = 25 if congress == 106 & id == 14657 replace statecode = 68 if congress == 106 & id == 29584 replace statecode = 99 if congress == 107 & id == 99910 replace statecode = 41 if congress == 107 & id == 15090 replace statecode = 41 if congress == 107 & id == 29300 replace statecode = 41 if congress == 107 & id == 29700 replace statecode = 41 if congress == 107 & id == 29701 replace statecode = 41 if congress == 107 & id == 29100 replace statecode = 41 if congress == 107 & id == 29301 replace statecode = 41 if congress == 107 & id == 29302 replace statecode = 81 if congress == 107 & id == 14066 replace statecode = 61 if congress == 107 & id == 20100 replace statecode = 61 if congress == 107 & id == 29101 replace statecode = 61 if congress == 107 & id == 14454 replace statecode = 61 if congress == 107 & id == 29501 replace statecode = 61 if congress == 107 & id == 15105 replace statecode = 61 if congress == 107 & id == 29502 replace statecode = 42 if congress == 107 & id == 29702 replace statecode = 42 if congress == 107 & id == 29703 replace statecode = 42 if congress == 107 & id == 29704 replace statecode = 42 if congress == 107 & id == 20101 replace statecode = 42 if congress == 107 & id == 20102 replace statecode = 71 if congress == 107 & id == 29901 replace statecode = 71 if congress == 107 & id == 15420 replace statecode = 71 if congress == 107 & id == 29902 replace statecode = 71 if congress == 107 & id == 29104 replace statecode = 71 if congress == 107 & id == 14649 replace statecode = 71 if congress == 107 & id == 29309 replace statecode = 71 if congress == 107 & id == 14256 replace statecode = 71 if congress == 107 & id == 15448 replace statecode = 71 if congress == 107 & id == 29778 replace statecode = 71 if congress == 107 & id == 29705 replace statecode = 71 if congress == 107 & id == 29311 replace statecode = 71 if congress == 107 & id == 14837 replace statecode = 71 if congress == 107 & id == 14053 replace statecode = 71 if congress == 107 & id == 29312 replace statecode = 71 if congress == 107 & id == 20103 replace statecode = 71 if congress == 107 & id == 29504 replace statecode = 71 if congress == 107 & id == 29313 replace statecode = 71 if congress == 107 & id == 15635 replace statecode = 71 if congress == 107 & id == 29505 replace statecode = 71 if congress == 107 & id == 29105 replace statecode = 71 if congress == 107 & id == 14669 replace statecode = 71 if congress == 107 & id == 29774 replace statecode = 71 if congress == 107 & id == 15413 replace statecode = 71 if congress == 107 & id == 29707 replace statecode = 71 if congress == 107 & id == 29315 replace statecode = 71 if congress == 107 & id == 15005 replace statecode = 71 if congress == 107 & id == 20104 replace statecode = 71 if congress == 107 & id == 14813 replace statecode = 71 if congress == 107 & id == 14280 replace statecode = 71 if congress == 107 & id == 29316 replace statecode = 71 if congress == 107 & id == 20105 replace statecode = 71 if congress == 107 & id == 14620 replace statecode = 71 if congress == 107 & id == 20106 replace statecode = 71 if congress == 107 & id == 29317 replace statecode = 71 if congress == 107 & id == 29903 replace statecode = 71 if congress == 107 & id == 29106 replace statecode = 71 if congress == 107 & id == 29318 replace statecode = 71 if congress == 107 & id == 29586 replace statecode = 71 if congress == 107 & id == 29320 replace statecode = 71 if congress == 107 & id == 29321 replace statecode = 71 if congress == 107 & id == 14644 replace statecode = 71 if congress == 107 & id == 29905 replace statecode = 71 if congress == 107 & id == 29942 replace statecode = 71 if congress == 107 & id == 29323 replace statecode = 71 if congress == 107 & id == 29775 replace statecode = 71 if congress == 107 & id == 15621 replace statecode = 71 if congress == 107 & id == 29709 replace statecode = 71 if congress == 107 & id == 15601 replace statecode = 71 if congress == 107 & id == 20107 replace statecode = 71 if congress == 107 & id == 20108 replace statecode = 71 if congress == 107 & id == 29325 replace statecode = 71 if congress == 107 & id == 29107 replace statecode = 71 if congress == 107 & id == 14835 replace statecode = 62 if congress == 107 & id == 29710 replace statecode = 62 if congress == 107 & id == 29906 replace statecode = 62 if congress == 107 & id == 29326 replace statecode = 62 if congress == 107 & id == 29711 replace statecode = 62 if congress == 107 & id == 15419 replace statecode = 62 if congress == 107 & id == 29907 replace statecode = 1 if congress == 107 & id == 29908 replace statecode = 1 if congress == 107 & id == 20109 replace statecode = 1 if congress == 107 & id == 29109 replace statecode = 1 if congress == 107 & id == 15449 replace statecode = 1 if congress == 107 & id == 29712 replace statecode = 1 if congress == 107 & id == 15028 replace statecode = 11 if congress == 107 & id == 29327 replace statecode = 43 if congress == 107 & id == 39508 replace statecode = 43 if congress == 107 & id == 20110 replace statecode = 43 if congress == 107 & id == 29713 replace statecode = 43 if congress == 107 & id == 29328 replace statecode = 43 if congress == 107 & id == 20111 replace statecode = 43 if congress == 107 & id == 29330 replace statecode = 43 if congress == 107 & id == 15627 replace statecode = 43 if congress == 107 & id == 29331 replace statecode = 43 if congress == 107 & id == 20112 replace statecode = 43 if congress == 107 & id == 15006 replace statecode = 43 if congress == 107 & id == 13047 replace statecode = 43 if congress == 107 & id == 29714 replace statecode = 43 if congress == 107 & id == 20113 replace statecode = 43 if congress == 107 & id == 29333 replace statecode = 43 if congress == 107 & id == 15605 replace statecode = 43 if congress == 107 & id == 29509 replace statecode = 43 if congress == 107 & id == 29510 replace statecode = 43 if congress == 107 & id == 29334 replace statecode = 43 if congress == 107 & id == 15634 replace statecode = 43 if congress == 107 & id == 29715 replace statecode = 43 if congress == 107 & id == 29335 replace statecode = 43 if congress == 107 & id == 29336 replace statecode = 43 if congress == 107 & id == 14860 replace statecode = 43 if congress == 107 & id == 29337 replace statecode = 44 if congress == 107 & id == 29338 replace statecode = 44 if congress == 107 & id == 29339 replace statecode = 44 if congress == 107 & id == 29340 replace statecode = 44 if congress == 107 & id == 29344 replace statecode = 44 if congress == 107 & id == 15431 replace statecode = 44 if congress == 107 & id == 29909 replace statecode = 44 if congress == 107 & id == 29511 replace statecode = 44 if congress == 107 & id == 29512 replace statecode = 44 if congress == 107 & id == 99342 replace statecode = 44 if congress == 107 & id == 29513 replace statecode = 44 if congress == 107 & id == 29341 replace statecode = 82 if congress == 107 & id == 15245 replace statecode = 82 if congress == 107 & id == 10757 replace statecode = 63 if congress == 107 & id == 20114 replace statecode = 63 if congress == 107 & id == 29910 replace statecode = 21 if congress == 107 & id == 29346 replace statecode = 21 if congress == 107 & id == 29585 replace statecode = 21 if congress == 107 & id == 15036 replace statecode = 21 if congress == 107 & id == 29348 replace statecode = 21 if congress == 107 & id == 29716 replace statecode = 21 if congress == 107 & id == 14239 replace statecode = 21 if congress == 107 & id == 29717 replace statecode = 21 if congress == 107 & id == 12041 replace statecode = 21 if congress == 107 & id == 29911 replace statecode = 21 if congress == 107 & id == 20115 replace statecode = 21 if congress == 107 & id == 29516 replace statecode = 21 if congress == 107 & id == 15453 replace statecode = 21 if congress == 107 & id == 29912 replace statecode = 21 if congress == 107 & id == 15417 replace statecode = 21 if congress == 107 & id == 20116 replace statecode = 21 if congress == 107 & id == 29349 replace statecode = 21 if congress == 107 & id == 15023 replace statecode = 21 if congress == 107 & id == 29517 replace statecode = 21 if congress == 107 & id == 29913 replace statecode = 21 if congress == 107 & id == 29718 replace statecode = 22 if congress == 107 & id == 15124 replace statecode = 22 if congress == 107 & id == 20117 replace statecode = 22 if congress == 107 & id == 29117 replace statecode = 22 if congress == 107 & id == 29519 replace statecode = 22 if congress == 107 & id == 29350 replace statecode = 22 if congress == 107 & id == 15014 replace statecode = 22 if congress == 107 & id == 20118 replace statecode = 22 if congress == 107 & id == 29520 replace statecode = 22 if congress == 107 & id == 29914 replace statecode = 22 if congress == 107 & id == 29720 replace statecode = 31 if congress == 107 & id == 14432 replace statecode = 31 if congress == 107 & id == 29118 replace statecode = 31 if congress == 107 & id == 29721 replace statecode = 31 if congress == 107 & id == 29521 replace statecode = 31 if congress == 107 & id == 29522 replace statecode = 32 if congress == 107 & id == 29722 replace statecode = 32 if congress == 107 & id == 29723 replace statecode = 32 if congress == 107 & id == 29915 replace statecode = 32 if congress == 107 & id == 29524 replace statecode = 51 if congress == 107 & id == 29525 replace statecode = 51 if congress == 107 & id == 29352 replace statecode = 51 if congress == 107 & id == 29725 replace statecode = 51 if congress == 107 & id == 29916 replace statecode = 51 if congress == 107 & id == 14854 replace statecode = 51 if congress == 107 & id == 29917 replace statecode = 45 if congress == 107 & id == 29918 replace statecode = 45 if congress == 107 & id == 29120 replace statecode = 45 if congress == 107 & id == 94679 replace statecode = 45 if congress == 107 & id == 15451 replace statecode = 45 if congress == 107 & id == 29726 replace statecode = 45 if congress == 107 & id == 15401 replace statecode = 45 if congress == 107 & id == 29727 replace statecode = 2 if congress == 107 & id == 29728 replace statecode = 2 if congress == 107 & id == 29528 replace statecode = 52 if congress == 107 & id == 29122 replace statecode = 52 if congress == 107 & id == 29529 replace statecode = 52 if congress == 107 & id == 15408 replace statecode = 52 if congress == 107 & id == 29355 replace statecode = 52 if congress == 107 & id == 14873 replace statecode = 52 if congress == 107 & id == 29356 replace statecode = 52 if congress == 107 & id == 29587 replace statecode = 52 if congress == 107 & id == 15434 replace statecode = 3 if congress == 107 & id == 29123 replace statecode = 3 if congress == 107 & id == 15616 replace statecode = 3 if congress == 107 & id == 29729 replace statecode = 3 if congress == 107 & id == 14824 replace statecode = 3 if congress == 107 & id == 29358 replace statecode = 3 if congress == 107 & id == 29730 replace statecode = 3 if congress == 107 & id == 14435 replace statecode = 3 if congress == 107 & id == 29919 replace statecode = 3 if congress == 107 & id == 14039 replace statecode = 3 if congress == 107 & id == 20119 replace statecode = 3 if congress == 107 & id == 29731 replace statecode = 23 if congress == 107 & id == 29360 replace statecode = 23 if congress == 107 & id == 29361 replace statecode = 23 if congress == 107 & id == 29362 replace statecode = 23 if congress == 107 & id == 29124 replace statecode = 23 if congress == 107 & id == 29363 replace statecode = 23 if congress == 107 & id == 15446 replace statecode = 23 if congress == 107 & id == 29364 replace statecode = 23 if congress == 107 & id == 20120 replace statecode = 23 if congress == 107 & id == 14430 replace statecode = 23 if congress == 107 & id == 14407 replace statecode = 23 if congress == 107 & id == 29365 replace statecode = 23 if congress == 107 & id == 15033 replace statecode = 23 if congress == 107 & id == 29531 replace statecode = 23 if congress == 107 & id == 10713 replace statecode = 23 if congress == 107 & id == 29733 replace statecode = 23 if congress == 107 & id == 2605 replace statecode = 33 if congress == 107 & id == 29532 replace statecode = 33 if congress == 107 & id == 20121 replace statecode = 33 if congress == 107 & id == 29126 replace statecode = 33 if congress == 107 & id == 20122 replace statecode = 33 if congress == 107 & id == 14656 replace statecode = 33 if congress == 107 & id == 29533 replace statecode = 33 if congress == 107 & id == 29127 replace statecode = 33 if congress == 107 & id == 14265 replace statecode = 46 if congress == 107 & id == 29534 replace statecode = 46 if congress == 107 & id == 29368 replace statecode = 46 if congress == 107 & id == 29734 replace statecode = 46 if congress == 107 & id == 29920 replace statecode = 46 if congress == 107 & id == 15637 replace statecode = 34 if congress == 107 & id == 20147 replace statecode = 34 if congress == 107 & id == 20123 replace statecode = 34 if congress == 107 & id == 14421 replace statecode = 34 if congress == 107 & id == 14451 replace statecode = 34 if congress == 107 & id == 29535 replace statecode = 34 if congress == 107 & id == 20124 replace statecode = 34 if congress == 107 & id == 29735 replace statecode = 34 if congress == 107 & id == 29736 replace statecode = 34 if congress == 107 & id == 29737 replace statecode = 64 if congress == 107 & id == 20125 replace statecode = 35 if congress == 107 & id == 14605 replace statecode = 35 if congress == 107 & id == 29921 replace statecode = 35 if congress == 107 & id == 20126 replace statecode = 65 if congress == 107 & id == 29922 replace statecode = 65 if congress == 107 & id == 29739 replace statecode = 4 if congress == 107 & id == 29740 replace statecode = 4 if congress == 107 & id == 29538 replace statecode = 12 if congress == 107 & id == 29132 replace statecode = 12 if congress == 107 & id == 29539 replace statecode = 12 if congress == 107 & id == 15112 replace statecode = 12 if congress == 107 & id == 14863 replace statecode = 12 if congress == 107 & id == 14855 replace statecode = 12 if congress == 107 & id == 15454 replace statecode = 12 if congress == 107 & id == 20127 replace statecode = 12 if congress == 107 & id == 29741 replace statecode = 12 if congress == 107 & id == 29742 replace statecode = 12 if congress == 107 & id == 15619 replace statecode = 12 if congress == 107 & id == 29541 replace statecode = 12 if congress == 107 & id == 29923 replace statecode = 12 if congress == 107 & id == 29373 replace statecode = 66 if congress == 107 & id == 29779 replace statecode = 66 if congress == 107 & id == 14861 replace statecode = 66 if congress == 107 & id == 29924 replace statecode = 13 if congress == 107 & id == 20128 replace statecode = 13 if congress == 107 & id == 20129 replace statecode = 13 if congress == 107 & id == 29375 replace statecode = 13 if congress == 107 & id == 29744 replace statecode = 13 if congress == 107 & id == 15000 replace statecode = 13 if congress == 107 & id == 29776 replace statecode = 13 if congress == 107 & id == 29925 replace statecode = 13 if congress == 107 & id == 29377 replace statecode = 13 if congress == 107 & id == 29926 replace statecode = 13 if congress == 107 & id == 15072 replace statecode = 13 if congress == 107 & id == 15050 replace statecode = 13 if congress == 107 & id == 29378 replace statecode = 13 if congress == 107 & id == 29773 replace statecode = 13 if congress == 107 & id == 29379 replace statecode = 13 if congress == 107 & id == 13035 replace statecode = 13 if congress == 107 & id == 29134 replace statecode = 13 if congress == 107 & id == 15603 replace statecode = 13 if congress == 107 & id == 15612 replace statecode = 13 if congress == 107 & id == 29544 replace statecode = 13 if congress == 107 & id == 14015 replace statecode = 13 if congress == 107 & id == 15614 replace statecode = 13 if congress == 107 & id == 29927 replace statecode = 13 if congress == 107 & id == 15007 replace statecode = 13 if congress == 107 & id == 39316 replace statecode = 13 if congress == 107 & id == 15630 replace statecode = 13 if congress == 107 & id == 29380 replace statecode = 13 if congress == 107 & id == 29928 replace statecode = 13 if congress == 107 & id == 15444 replace statecode = 13 if congress == 107 & id == 14248 replace statecode = 13 if congress == 107 & id == 29381 replace statecode = 13 if congress == 107 & id == 15423 replace statecode = 47 if congress == 107 & id == 29382 replace statecode = 47 if congress == 107 & id == 29745 replace statecode = 47 if congress == 107 & id == 29546 replace statecode = 47 if congress == 107 & id == 15438 replace statecode = 47 if congress == 107 & id == 29548 replace statecode = 47 if congress == 107 & id == 15092 replace statecode = 47 if congress == 107 & id == 29746 replace statecode = 47 if congress == 107 & id == 29929 replace statecode = 47 if congress == 107 & id == 29549 replace statecode = 47 if congress == 107 & id == 15402 replace statecode = 47 if congress == 107 & id == 29135 replace statecode = 47 if congress == 107 & id == 29383 replace statecode = 36 if congress == 107 & id == 29384 replace statecode = 24 if congress == 107 & id == 29550 replace statecode = 24 if congress == 107 & id == 29386 replace statecode = 24 if congress == 107 & id == 14632 replace statecode = 24 if congress == 107 & id == 14875 replace statecode = 24 if congress == 107 & id == 15604 replace statecode = 24 if congress == 107 & id == 29747 replace statecode = 24 if congress == 107 & id == 29136 replace statecode = 24 if congress == 107 & id == 29137 replace statecode = 24 if congress == 107 & id == 15029 replace statecode = 24 if congress == 107 & id == 29748 replace statecode = 24 if congress == 107 & id == 29930 replace statecode = 24 if congress == 107 & id == 20130 replace statecode = 24 if congress == 107 & id == 29389 replace statecode = 24 if congress == 107 & id == 15442 replace statecode = 24 if congress == 107 & id == 29390 replace statecode = 24 if congress == 107 & id == 14045 replace statecode = 24 if congress == 107 & id == 15121 replace statecode = 24 if congress == 107 & id == 29552 replace statecode = 24 if congress == 107 & id == 29553 replace statecode = 53 if congress == 107 & id == 29554 replace statecode = 53 if congress == 107 & id == 20131 replace statecode = 53 if congress == 107 & id == 20132 replace statecode = 53 if congress == 107 & id == 29749 replace statecode = 53 if congress == 107 & id == 29556 replace statecode = 53 if congress == 107 & id == 29392 replace statecode = 53 if congress == 107 & id == 29393 replace statecode = 72 if congress == 107 & id == 29931 replace statecode = 72 if congress == 107 & id == 29932 replace statecode = 72 if congress == 107 & id == 29588 replace statecode = 72 if congress == 107 & id == 15410 replace statecode = 72 if congress == 107 & id == 29750 replace statecode = 14 if congress == 107 & id == 29777 replace statecode = 14 if congress == 107 & id == 29559 replace statecode = 14 if congress == 107 & id == 15008 replace statecode = 14 if congress == 107 & id == 20133 replace statecode = 14 if congress == 107 & id == 29751 replace statecode = 14 if congress == 107 & id == 29396 replace statecode = 14 if congress == 107 & id == 15447 replace statecode = 14 if congress == 107 & id == 29397 replace statecode = 14 if congress == 107 & id == 14052 replace statecode = 14 if congress == 107 & id == 20134 replace statecode = 14 if congress == 107 & id == 29933 replace statecode = 14 if congress == 107 & id == 15104 replace statecode = 14 if congress == 107 & id == 14072 replace statecode = 14 if congress == 107 & id == 29934 replace statecode = 14 if congress == 107 & id == 14808 replace statecode = 14 if congress == 107 & id == 29935 replace statecode = 14 if congress == 107 & id == 29752 replace statecode = 14 if congress == 107 & id == 15026 replace statecode = 14 if congress == 107 & id == 29561 replace statecode = 14 if congress == 107 & id == 20135 replace statecode = 14 if congress == 107 & id == 29562 replace statecode = 14 if congress == 107 & id == 29563 replace statecode = 5 if congress == 107 & id == 29564 replace statecode = 5 if congress == 107 & id == 20136 replace statecode = 48 if congress == 107 & id == 20137 replace statecode = 48 if congress == 107 & id == 13042 replace statecode = 48 if congress == 107 & id == 20138 replace statecode = 48 if congress == 107 & id == 29566 replace statecode = 48 if congress == 107 & id == 29936 replace statecode = 48 if congress == 107 & id == 15064 replace statecode = 48 if congress == 107 & id == 39301 replace statecode = 37 if congress == 107 & id == 29754 replace statecode = 54 if congress == 107 & id == 29755 replace statecode = 54 if congress == 107 & id == 15455 replace statecode = 54 if congress == 107 & id == 29567 replace statecode = 54 if congress == 107 & id == 29568 replace statecode = 54 if congress == 107 & id == 15450 replace statecode = 54 if congress == 107 & id == 15100 replace statecode = 54 if congress == 107 & id == 29569 replace statecode = 54 if congress == 107 & id == 15628 replace statecode = 54 if congress == 107 & id == 29756 replace statecode = 49 if congress == 107 & id == 29757 replace statecode = 49 if congress == 107 & id == 29758 replace statecode = 49 if congress == 107 & id == 29143 replace statecode = 49 if congress == 107 & id == 14828 replace statecode = 49 if congress == 107 & id == 29759 replace statecode = 49 if congress == 107 & id == 15085 replace statecode = 49 if congress == 107 & id == 20139 replace statecode = 49 if congress == 107 & id == 29760 replace statecode = 49 if congress == 107 & id == 29761 replace statecode = 49 if congress == 107 & id == 29571 replace statecode = 49 if congress == 107 & id == 29144 replace statecode = 49 if congress == 107 & id == 29762 replace statecode = 49 if congress == 107 & id == 29572 replace statecode = 49 if congress == 107 & id == 14290 replace statecode = 49 if congress == 107 & id == 29763 replace statecode = 49 if congress == 107 & id == 29764 replace statecode = 49 if congress == 107 & id == 14664 replace statecode = 49 if congress == 107 & id == 29573 replace statecode = 49 if congress == 107 & id == 15093 replace statecode = 49 if congress == 107 & id == 29943 replace statecode = 49 if congress == 107 & id == 15445 replace statecode = 49 if congress == 107 & id == 15094 replace statecode = 49 if congress == 107 & id == 39302 replace statecode = 49 if congress == 107 & id == 14626 replace statecode = 49 if congress == 107 & id == 29574 replace statecode = 49 if congress == 107 & id == 15125 replace statecode = 49 if congress == 107 & id == 15049 replace statecode = 49 if congress == 107 & id == 29771 replace statecode = 49 if congress == 107 & id == 39304 replace statecode = 49 if congress == 107 & id == 39305 replace statecode = 67 if congress == 107 & id == 14829 replace statecode = 67 if congress == 107 & id == 20140 replace statecode = 67 if congress == 107 & id == 29766 replace statecode = 6 if congress == 107 & id == 29147 replace statecode = 40 if congress == 107 & id == 20141 replace statecode = 40 if congress == 107 & id == 20142 replace statecode = 40 if congress == 107 & id == 39307 replace statecode = 40 if congress == 107 & id == 15060 replace statecode = 40 if congress == 107 & id == 20143 replace statecode = 40 if congress == 107 & id == 99767 replace statecode = 40 if congress == 107 & id == 89767 replace statecode = 40 if congress == 107 & id == 39308 replace statecode = 40 if congress == 107 & id == 20144 replace statecode = 40 if congress == 107 & id == 29149 replace statecode = 40 if congress == 107 & id == 15010 replace statecode = 40 if congress == 107 & id == 14869 replace statecode = 40 if congress == 107 & id == 29576 replace statecode = 73 if congress == 107 & id == 29937 replace statecode = 73 if congress == 107 & id == 20145 replace statecode = 73 if congress == 107 & id == 29938 replace statecode = 73 if congress == 107 & id == 29580 replace statecode = 73 if congress == 107 & id == 29581 replace statecode = 73 if congress == 107 & id == 14413 replace statecode = 73 if congress == 107 & id == 15613 replace statecode = 73 if congress == 107 & id == 39312 replace statecode = 73 if congress == 107 & id == 29768 replace statecode = 56 if congress == 107 & id == 15083 replace statecode = 56 if congress == 107 & id == 20146 replace statecode = 56 if congress == 107 & id == 14448 replace statecode = 25 if congress == 107 & id == 29939 replace statecode = 25 if congress == 107 & id == 29940 replace statecode = 25 if congress == 107 & id == 29769 replace statecode = 25 if congress == 107 & id == 15082 replace statecode = 25 if congress == 107 & id == 39315 replace statecode = 25 if congress == 107 & id == 14675 replace statecode = 25 if congress == 107 & id == 12036 replace statecode = 25 if congress == 107 & id == 29941 replace statecode = 25 if congress == 107 & id == 14657 replace statecode = 68 if congress == 107 & id == 29584 replace statecode = 99 if congress == 108 & id == 99910 replace statecode = 41 if congress == 108 & id == 20300 replace statecode = 41 if congress == 108 & id == 29300 replace statecode = 41 if congress == 108 & id == 20301 replace statecode = 41 if congress == 108 & id == 29701 replace statecode = 41 if congress == 108 & id == 29100 replace statecode = 41 if congress == 108 & id == 29301 replace statecode = 41 if congress == 108 & id == 20302 replace statecode = 81 if congress == 108 & id == 14066 replace statecode = 61 if congress == 108 & id == 20303 replace statecode = 61 if congress == 108 & id == 20304 replace statecode = 61 if congress == 108 & id == 29501 replace statecode = 61 if congress == 108 & id == 29101 replace statecode = 61 if congress == 108 & id == 29502 replace statecode = 61 if congress == 108 & id == 20100 replace statecode = 61 if congress == 108 & id == 20305 replace statecode = 61 if congress == 108 & id == 15105 replace statecode = 42 if congress == 108 & id == 29702 replace statecode = 42 if congress == 108 & id == 29703 replace statecode = 42 if congress == 108 & id == 20101 replace statecode = 42 if congress == 108 & id == 20102 replace statecode = 71 if congress == 108 & id == 29901 replace statecode = 71 if congress == 108 & id == 15420 replace statecode = 71 if congress == 108 & id == 29902 replace statecode = 71 if congress == 108 & id == 29104 replace statecode = 71 if congress == 108 & id == 14649 replace statecode = 71 if congress == 108 & id == 29309 replace statecode = 71 if congress == 108 & id == 14256 replace statecode = 71 if congress == 108 & id == 15448 replace statecode = 71 if congress == 108 & id == 29778 replace statecode = 71 if congress == 108 & id == 29705 replace statecode = 71 if congress == 108 & id == 29311 replace statecode = 71 if congress == 108 & id == 14837 replace statecode = 71 if congress == 108 & id == 14053 replace statecode = 71 if congress == 108 & id == 29312 replace statecode = 71 if congress == 108 & id == 20103 replace statecode = 71 if congress == 108 & id == 29504 replace statecode = 71 if congress == 108 & id == 29313 replace statecode = 71 if congress == 108 & id == 20306 replace statecode = 71 if congress == 108 & id == 29505 replace statecode = 71 if congress == 108 & id == 29105 replace statecode = 71 if congress == 108 & id == 20307 replace statecode = 71 if congress == 108 & id == 14669 replace statecode = 71 if congress == 108 & id == 29774 replace statecode = 71 if congress == 108 & id == 15413 replace statecode = 71 if congress == 108 & id == 29315 replace statecode = 71 if congress == 108 & id == 14813 replace statecode = 71 if congress == 108 & id == 29707 replace statecode = 71 if congress == 108 & id == 15005 replace statecode = 71 if congress == 108 & id == 20104 replace statecode = 71 if congress == 108 & id == 14280 replace statecode = 71 if congress == 108 & id == 29316 replace statecode = 71 if congress == 108 & id == 20105 replace statecode = 71 if congress == 108 & id == 20106 replace statecode = 71 if congress == 108 & id == 29317 replace statecode = 71 if congress == 108 & id == 29106 replace statecode = 71 if congress == 108 & id == 29318 replace statecode = 71 if congress == 108 & id == 29586 replace statecode = 71 if congress == 108 & id == 29903 replace statecode = 71 if congress == 108 & id == 20310 replace statecode = 71 if congress == 108 & id == 29321 replace statecode = 71 if congress == 108 & id == 14644 replace statecode = 71 if congress == 108 & id == 29905 replace statecode = 71 if congress == 108 & id == 29942 replace statecode = 71 if congress == 108 & id == 29323 replace statecode = 71 if congress == 108 & id == 29775 replace statecode = 71 if congress == 108 & id == 15621 replace statecode = 71 if congress == 108 & id == 29709 replace statecode = 71 if congress == 108 & id == 15601 replace statecode = 71 if congress == 108 & id == 20107 replace statecode = 71 if congress == 108 & id == 29107 replace statecode = 71 if congress == 108 & id == 29325 replace statecode = 71 if congress == 108 & id == 14835 replace statecode = 71 if congress == 108 & id == 20108 replace statecode = 62 if congress == 108 & id == 29710 replace statecode = 62 if congress == 108 & id == 29906 replace statecode = 62 if congress == 108 & id == 29326 replace statecode = 62 if congress == 108 & id == 20311 replace statecode = 62 if congress == 108 & id == 15419 replace statecode = 62 if congress == 108 & id == 29907 replace statecode = 62 if congress == 108 & id == 20312 replace statecode = 1 if congress == 108 & id == 29908 replace statecode = 1 if congress == 108 & id == 20109 replace statecode = 1 if congress == 108 & id == 29109 replace statecode = 1 if congress == 108 & id == 15449 replace statecode = 1 if congress == 108 & id == 15028 replace statecode = 11 if congress == 108 & id == 29327 replace statecode = 43 if congress == 108 & id == 20110 replace statecode = 43 if congress == 108 & id == 29713 replace statecode = 43 if congress == 108 & id == 29328 replace statecode = 43 if congress == 108 & id == 20111 replace statecode = 43 if congress == 108 & id == 20313 replace statecode = 43 if congress == 108 & id == 15627 replace statecode = 43 if congress == 108 & id == 29331 replace statecode = 43 if congress == 108 & id == 20112 replace statecode = 43 if congress == 108 & id == 15006 replace statecode = 43 if congress == 108 & id == 13047 replace statecode = 43 if congress == 108 & id == 29714 replace statecode = 43 if congress == 108 & id == 20113 replace statecode = 43 if congress == 108 & id == 20314 replace statecode = 43 if congress == 108 & id == 15605 replace statecode = 43 if congress == 108 & id == 29509 replace statecode = 43 if congress == 108 & id == 29510 replace statecode = 43 if congress == 108 & id == 20358 replace statecode = 43 if congress == 108 & id == 15634 replace statecode = 43 if congress == 108 & id == 29715 replace statecode = 43 if congress == 108 & id == 29335 replace statecode = 43 if congress == 108 & id == 29336 replace statecode = 43 if congress == 108 & id == 14860 replace statecode = 43 if congress == 108 & id == 29337 replace statecode = 43 if congress == 108 & id == 20315 replace statecode = 43 if congress == 108 & id == 20316 replace statecode = 44 if congress == 108 & id == 29338 replace statecode = 44 if congress == 108 & id == 29339 replace statecode = 44 if congress == 108 & id == 20317 replace statecode = 44 if congress == 108 & id == 20318 replace statecode = 44 if congress == 108 & id == 15431 replace statecode = 44 if congress == 108 & id == 29909 replace statecode = 44 if congress == 108 & id == 29341 replace statecode = 44 if congress == 108 & id == 29340 replace statecode = 44 if congress == 108 & id == 29513 replace statecode = 44 if congress == 108 & id == 99342 replace statecode = 44 if congress == 108 & id == 20319 replace statecode = 44 if congress == 108 & id == 20320 replace statecode = 44 if congress == 108 & id == 20321 replace statecode = 82 if congress == 108 & id == 15245 replace statecode = 82 if congress == 108 & id == 20322 replace statecode = 63 if congress == 108 & id == 20114 replace statecode = 63 if congress == 108 & id == 29910 replace statecode = 21 if congress == 108 & id == 29346 replace statecode = 21 if congress == 108 & id == 29585 replace statecode = 21 if congress == 108 & id == 15036 replace statecode = 21 if congress == 108 & id == 29348 replace statecode = 21 if congress == 108 & id == 20323 replace statecode = 21 if congress == 108 & id == 14239 replace statecode = 21 if congress == 108 & id == 29717 replace statecode = 21 if congress == 108 & id == 12041 replace statecode = 21 if congress == 108 & id == 29911 replace statecode = 21 if congress == 108 & id == 20115 replace statecode = 21 if congress == 108 & id == 29516 replace statecode = 21 if congress == 108 & id == 15453 replace statecode = 21 if congress == 108 & id == 29912 replace statecode = 21 if congress == 108 & id == 15417 replace statecode = 21 if congress == 108 & id == 20116 replace statecode = 21 if congress == 108 & id == 29349 replace statecode = 21 if congress == 108 & id == 15023 replace statecode = 21 if congress == 108 & id == 29517 replace statecode = 21 if congress == 108 & id == 29718 replace statecode = 22 if congress == 108 & id == 15124 replace statecode = 22 if congress == 108 & id == 20324 replace statecode = 22 if congress == 108 & id == 29519 replace statecode = 22 if congress == 108 & id == 29350 replace statecode = 22 if congress == 108 & id == 15014 replace statecode = 22 if congress == 108 & id == 20117 replace statecode = 22 if congress == 108 & id == 29720 replace statecode = 22 if congress == 108 & id == 29520 replace statecode = 22 if congress == 108 & id == 29914 replace statecode = 31 if congress == 108 & id == 29118 replace statecode = 31 if congress == 108 & id == 14432 replace statecode = 31 if congress == 108 & id == 29721 replace statecode = 31 if congress == 108 & id == 29522 replace statecode = 31 if congress == 108 & id == 20325 replace statecode = 32 if congress == 108 & id == 29722 replace statecode = 32 if congress == 108 & id == 29723 replace statecode = 32 if congress == 108 & id == 29915 replace statecode = 32 if congress == 108 & id == 29524 replace statecode = 51 if congress == 108 & id == 29525 replace statecode = 51 if congress == 108 & id == 29352 replace statecode = 51 if congress == 108 & id == 29725 replace statecode = 51 if congress == 108 & id == 29916 replace statecode = 51 if congress == 108 & id == 14854 replace statecode = 51 if congress == 108 & id == 29917 replace statecode = 51 if congress == 108 & id == 20326 replace statecode = 45 if congress == 108 & id == 29918 replace statecode = 45 if congress == 108 & id == 29120 replace statecode = 45 if congress == 108 & id == 94679 replace statecode = 45 if congress == 108 & id == 15451 replace statecode = 45 if congress == 108 & id == 20327 replace statecode = 45 if congress == 108 & id == 15401 replace statecode = 45 if congress == 108 & id == 29727 replace statecode = 2 if congress == 108 & id == 29728 replace statecode = 2 if congress == 108 & id == 20328 replace statecode = 52 if congress == 108 & id == 29122 replace statecode = 52 if congress == 108 & id == 20329 replace statecode = 52 if congress == 108 & id == 15408 replace statecode = 52 if congress == 108 & id == 29355 replace statecode = 52 if congress == 108 & id == 14873 replace statecode = 52 if congress == 108 & id == 29356 replace statecode = 52 if congress == 108 & id == 29587 replace statecode = 52 if congress == 108 & id == 20330 replace statecode = 3 if congress == 108 & id == 29123 replace statecode = 3 if congress == 108 & id == 15616 replace statecode = 3 if congress == 108 & id == 29729 replace statecode = 3 if congress == 108 & id == 14824 replace statecode = 3 if congress == 108 & id == 29358 replace statecode = 3 if congress == 108 & id == 29730 replace statecode = 3 if congress == 108 & id == 14435 replace statecode = 3 if congress == 108 & id == 29919 replace statecode = 3 if congress == 108 & id == 20119 replace statecode = 3 if congress == 108 & id == 29731 replace statecode = 23 if congress == 108 & id == 29360 replace statecode = 23 if congress == 108 & id == 29361 replace statecode = 23 if congress == 108 & id == 29362 replace statecode = 23 if congress == 108 & id == 29124 replace statecode = 23 if congress == 108 & id == 14430 replace statecode = 23 if congress == 108 & id == 15446 replace statecode = 23 if congress == 108 & id == 29364 replace statecode = 23 if congress == 108 & id == 20120 replace statecode = 23 if congress == 108 & id == 29365 replace statecode = 23 if congress == 108 & id == 20331 replace statecode = 23 if congress == 108 & id == 20332 replace statecode = 23 if congress == 108 & id == 15033 replace statecode = 23 if congress == 108 & id == 29733 replace statecode = 23 if congress == 108 & id == 10713 replace statecode = 23 if congress == 108 & id == 2605 replace statecode = 33 if congress == 108 & id == 29532 replace statecode = 33 if congress == 108 & id == 20333 replace statecode = 33 if congress == 108 & id == 29126 replace statecode = 33 if congress == 108 & id == 20122 replace statecode = 33 if congress == 108 & id == 14656 replace statecode = 33 if congress == 108 & id == 20121 replace statecode = 33 if congress == 108 & id == 29127 replace statecode = 33 if congress == 108 & id == 14265 replace statecode = 46 if congress == 108 & id == 29534 replace statecode = 46 if congress == 108 & id == 29368 replace statecode = 46 if congress == 108 & id == 29734 replace statecode = 46 if congress == 108 & id == 15637 replace statecode = 34 if congress == 108 & id == 20147 replace statecode = 34 if congress == 108 & id == 20123 replace statecode = 34 if congress == 108 & id == 14421 replace statecode = 34 if congress == 108 & id == 14451 replace statecode = 34 if congress == 108 & id == 29535 replace statecode = 34 if congress == 108 & id == 20124 replace statecode = 34 if congress == 108 & id == 29735 replace statecode = 34 if congress == 108 & id == 29736 replace statecode = 34 if congress == 108 & id == 29737 replace statecode = 64 if congress == 108 & id == 20125 replace statecode = 35 if congress == 108 & id == 14605 replace statecode = 35 if congress == 108 & id == 29921 replace statecode = 35 if congress == 108 & id == 20126 replace statecode = 65 if congress == 108 & id == 29922 replace statecode = 65 if congress == 108 & id == 29739 replace statecode = 65 if congress == 108 & id == 20334 replace statecode = 4 if congress == 108 & id == 20335 replace statecode = 4 if congress == 108 & id == 29538 replace statecode = 12 if congress == 108 & id == 29132 replace statecode = 12 if congress == 108 & id == 29539 replace statecode = 12 if congress == 108 & id == 15112 replace statecode = 12 if congress == 108 & id == 14863 replace statecode = 12 if congress == 108 & id == 20336 replace statecode = 12 if congress == 108 & id == 15454 replace statecode = 12 if congress == 108 & id == 20127 replace statecode = 12 if congress == 108 & id == 29741 replace statecode = 12 if congress == 108 & id == 29742 replace statecode = 12 if congress == 108 & id == 15619 replace statecode = 12 if congress == 108 & id == 29541 replace statecode = 12 if congress == 108 & id == 29923 replace statecode = 12 if congress == 108 & id == 29373 replace statecode = 66 if congress == 108 & id == 29779 replace statecode = 66 if congress == 108 & id == 20337 replace statecode = 66 if congress == 108 & id == 29924 replace statecode = 13 if congress == 108 & id == 20338 replace statecode = 13 if congress == 108 & id == 20129 replace statecode = 13 if congress == 108 & id == 29375 replace statecode = 13 if congress == 108 & id == 29744 replace statecode = 13 if congress == 108 & id == 15000 replace statecode = 13 if congress == 108 & id == 29776 replace statecode = 13 if congress == 108 & id == 29925 replace statecode = 13 if congress == 108 & id == 29377 replace statecode = 13 if congress == 108 & id == 29926 replace statecode = 13 if congress == 108 & id == 15072 replace statecode = 13 if congress == 108 & id == 15050 replace statecode = 13 if congress == 108 & id == 29378 replace statecode = 13 if congress == 108 & id == 29773 replace statecode = 13 if congress == 108 & id == 29379 replace statecode = 13 if congress == 108 & id == 13035 replace statecode = 13 if congress == 108 & id == 29134 replace statecode = 13 if congress == 108 & id == 15603 replace statecode = 13 if congress == 108 & id == 15612 replace statecode = 13 if congress == 108 & id == 29544 replace statecode = 13 if congress == 108 & id == 29927 replace statecode = 13 if congress == 108 & id == 15614 replace statecode = 13 if congress == 108 & id == 29380 replace statecode = 13 if congress == 108 & id == 39316 replace statecode = 13 if congress == 108 & id == 15007 replace statecode = 13 if congress == 108 & id == 15630 replace statecode = 13 if congress == 108 & id == 29928 replace statecode = 13 if congress == 108 & id == 29381 replace statecode = 13 if congress == 108 & id == 15444 replace statecode = 13 if congress == 108 & id == 15423 replace statecode = 47 if congress == 108 & id == 20339 replace statecode = 47 if congress == 108 & id == 20340 replace statecode = 47 if congress == 108 & id == 29745 replace statecode = 47 if congress == 108 & id == 29546 replace statecode = 47 if congress == 108 & id == 15438 replace statecode = 47 if congress == 108 & id == 29548 replace statecode = 47 if congress == 108 & id == 15092 replace statecode = 47 if congress == 108 & id == 29746 replace statecode = 47 if congress == 108 & id == 29929 replace statecode = 47 if congress == 108 & id == 29549 replace statecode = 47 if congress == 108 & id == 15402 replace statecode = 47 if congress == 108 & id == 29135 replace statecode = 47 if congress == 108 & id == 29383 replace statecode = 47 if congress == 108 & id == 20341 replace statecode = 36 if congress == 108 & id == 29384 replace statecode = 24 if congress == 108 & id == 29550 replace statecode = 24 if congress == 108 & id == 29386 replace statecode = 24 if congress == 108 & id == 20342 replace statecode = 24 if congress == 108 & id == 14875 replace statecode = 24 if congress == 108 & id == 15604 replace statecode = 24 if congress == 108 & id == 29747 replace statecode = 24 if congress == 108 & id == 29136 replace statecode = 24 if congress == 108 & id == 29137 replace statecode = 24 if congress == 108 & id == 15029 replace statecode = 24 if congress == 108 & id == 29748 replace statecode = 24 if congress == 108 & id == 29930 replace statecode = 24 if congress == 108 & id == 20130 replace statecode = 24 if congress == 108 & id == 29389 replace statecode = 24 if congress == 108 & id == 29553 replace statecode = 24 if congress == 108 & id == 29390 replace statecode = 24 if congress == 108 & id == 14045 replace statecode = 24 if congress == 108 & id == 20343 replace statecode = 24 if congress == 108 & id == 29552 replace statecode = 53 if congress == 108 & id == 20131 replace statecode = 53 if congress == 108 & id == 20132 replace statecode = 53 if congress == 108 & id == 29393 replace statecode = 53 if congress == 108 & id == 20344 replace statecode = 53 if congress == 108 & id == 29392 replace statecode = 72 if congress == 108 & id == 29931 replace statecode = 72 if congress == 108 & id == 29932 replace statecode = 72 if congress == 108 & id == 29588 replace statecode = 72 if congress == 108 & id == 15410 replace statecode = 72 if congress == 108 & id == 29750 replace statecode = 14 if congress == 108 & id == 29777 replace statecode = 14 if congress == 108 & id == 29559 replace statecode = 14 if congress == 108 & id == 29563 replace statecode = 14 if congress == 108 & id == 20133 replace statecode = 14 if congress == 108 & id == 29751 replace statecode = 14 if congress == 108 & id == 20345 replace statecode = 14 if congress == 108 & id == 15447 replace statecode = 14 if congress == 108 & id == 29397 replace statecode = 14 if congress == 108 & id == 20134 replace statecode = 14 if congress == 108 & id == 29933 replace statecode = 14 if congress == 108 & id == 15104 replace statecode = 14 if congress == 108 & id == 14072 replace statecode = 14 if congress == 108 & id == 29934 replace statecode = 14 if congress == 108 & id == 29561 replace statecode = 14 if congress == 108 & id == 29935 replace statecode = 14 if congress == 108 & id == 29752 replace statecode = 14 if congress == 108 & id == 29396 replace statecode = 14 if congress == 108 & id == 20346 replace statecode = 14 if congress == 108 & id == 20135 replace statecode = 5 if congress == 108 & id == 29564 replace statecode = 5 if congress == 108 & id == 20136 replace statecode = 48 if congress == 108 & id == 20137 replace statecode = 48 if congress == 108 & id == 20138 replace statecode = 48 if congress == 108 & id == 20347 replace statecode = 48 if congress == 108 & id == 29936 replace statecode = 48 if congress == 108 & id == 15064 replace statecode = 48 if congress == 108 & id == 39301 replace statecode = 37 if congress == 108 & id == 20348 replace statecode = 37 if congress == 108 & id == 20349 replace statecode = 54 if congress == 108 & id == 29755 replace statecode = 54 if congress == 108 & id == 15455 replace statecode = 54 if congress == 108 & id == 29567 replace statecode = 54 if congress == 108 & id == 20350 replace statecode = 54 if congress == 108 & id == 15019 replace statecode = 54 if congress == 108 & id == 15100 replace statecode = 54 if congress == 108 & id == 20351 replace statecode = 54 if congress == 108 & id == 15628 replace statecode = 54 if congress == 108 & id == 29756 replace statecode = 49 if congress == 108 & id == 29757 replace statecode = 49 if congress == 108 & id == 29758 replace statecode = 49 if congress == 108 & id == 29143 replace statecode = 49 if congress == 108 & id == 14828 replace statecode = 49 if congress == 108 & id == 94828 replace statecode = 49 if congress == 108 & id == 20352 replace statecode = 49 if congress == 108 & id == 15085 replace statecode = 49 if congress == 108 & id == 20139 replace statecode = 49 if congress == 108 & id == 29760 replace statecode = 49 if congress == 108 & id == 29761 replace statecode = 49 if congress == 108 & id == 29571 replace statecode = 49 if congress == 108 & id == 29144 replace statecode = 49 if congress == 108 & id == 29762 replace statecode = 49 if congress == 108 & id == 29572 replace statecode = 49 if congress == 108 & id == 14290 replace statecode = 49 if congress == 108 & id == 29763 replace statecode = 49 if congress == 108 & id == 29764 replace statecode = 49 if congress == 108 & id == 14664 replace statecode = 49 if congress == 108 & id == 29573 replace statecode = 49 if congress == 108 & id == 15093 replace statecode = 49 if congress == 108 & id == 20353 replace statecode = 49 if congress == 108 & id == 29943 replace statecode = 49 if congress == 108 & id == 15445 replace statecode = 49 if congress == 108 & id == 15094 replace statecode = 49 if congress == 108 & id == 39302 replace statecode = 49 if congress == 108 & id == 14626 replace statecode = 49 if congress == 108 & id == 20354 replace statecode = 49 if congress == 108 & id == 20355 replace statecode = 49 if congress == 108 & id == 15049 replace statecode = 49 if congress == 108 & id == 29771 replace statecode = 49 if congress == 108 & id == 39304 replace statecode = 49 if congress == 108 & id == 39305 replace statecode = 49 if congress == 108 & id == 20356 replace statecode = 49 if congress == 108 & id == 29759 replace statecode = 67 if congress == 108 & id == 20357 replace statecode = 67 if congress == 108 & id == 20140 replace statecode = 67 if congress == 108 & id == 29766 replace statecode = 6 if congress == 108 & id == 29147 replace statecode = 40 if congress == 108 & id == 20141 replace statecode = 40 if congress == 108 & id == 20142 replace statecode = 40 if congress == 108 & id == 39307 replace statecode = 40 if congress == 108 & id == 20143 replace statecode = 40 if congress == 108 & id == 89767 replace statecode = 40 if congress == 108 & id == 39308 replace statecode = 40 if congress == 108 & id == 20144 replace statecode = 40 if congress == 108 & id == 29149 replace statecode = 40 if congress == 108 & id == 15010 replace statecode = 40 if congress == 108 & id == 14869 replace statecode = 40 if congress == 108 & id == 29576 replace statecode = 73 if congress == 108 & id == 29937 replace statecode = 73 if congress == 108 & id == 20145 replace statecode = 73 if congress == 108 & id == 29938 replace statecode = 73 if congress == 108 & id == 29580 replace statecode = 73 if congress == 108 & id == 29581 replace statecode = 73 if congress == 108 & id == 14413 replace statecode = 73 if congress == 108 & id == 15613 replace statecode = 73 if congress == 108 & id == 39312 replace statecode = 73 if congress == 108 & id == 29768 replace statecode = 56 if congress == 108 & id == 15083 replace statecode = 56 if congress == 108 & id == 20146 replace statecode = 56 if congress == 108 & id == 14448 replace statecode = 25 if congress == 108 & id == 29939 replace statecode = 25 if congress == 108 & id == 29940 replace statecode = 25 if congress == 108 & id == 29769 replace statecode = 25 if congress == 108 & id == 15082 replace statecode = 25 if congress == 108 & id == 14657 replace statecode = 25 if congress == 108 & id == 14675 replace statecode = 25 if congress == 108 & id == 12036 replace statecode = 25 if congress == 108 & id == 29941 replace statecode = 68 if congress == 108 & id == 29584 replace statecode = 99 if congress == 109 & id == 99910 replace statecode = 41 if congress == 109 & id == 20300 replace statecode = 41 if congress == 109 & id == 29300 replace statecode = 41 if congress == 109 & id == 20301 replace statecode = 41 if congress == 109 & id == 29701 replace statecode = 41 if congress == 109 & id == 29100 replace statecode = 41 if congress == 109 & id == 29301 replace statecode = 41 if congress == 109 & id == 20302 replace statecode = 81 if congress == 109 & id == 14066 replace statecode = 61 if congress == 109 & id == 20303 replace statecode = 61 if congress == 109 & id == 20304 replace statecode = 61 if congress == 109 & id == 29501 replace statecode = 61 if congress == 109 & id == 29101 replace statecode = 61 if congress == 109 & id == 29502 replace statecode = 61 if congress == 109 & id == 20100 replace statecode = 61 if congress == 109 & id == 20305 replace statecode = 61 if congress == 109 & id == 15105 replace statecode = 42 if congress == 109 & id == 29702 replace statecode = 42 if congress == 109 & id == 29703 replace statecode = 42 if congress == 109 & id == 20101 replace statecode = 42 if congress == 109 & id == 20102 replace statecode = 71 if congress == 109 & id == 29901 replace statecode = 71 if congress == 109 & id == 15420 replace statecode = 71 if congress == 109 & id == 14647 replace statecode = 71 if congress == 109 & id == 29104 replace statecode = 71 if congress == 109 & id == 20538 replace statecode = 71 if congress == 109 & id == 29309 replace statecode = 71 if congress == 109 & id == 14256 replace statecode = 71 if congress == 109 & id == 15448 replace statecode = 71 if congress == 109 & id == 29778 replace statecode = 71 if congress == 109 & id == 29705 replace statecode = 71 if congress == 109 & id == 29311 replace statecode = 71 if congress == 109 & id == 14837 replace statecode = 71 if congress == 109 & id == 14053 replace statecode = 71 if congress == 109 & id == 29312 replace statecode = 71 if congress == 109 & id == 20103 replace statecode = 71 if congress == 109 & id == 29504 replace statecode = 71 if congress == 109 & id == 29313 replace statecode = 71 if congress == 109 & id == 20306 replace statecode = 71 if congress == 109 & id == 29505 replace statecode = 71 if congress == 109 & id == 20501 replace statecode = 71 if congress == 109 & id == 20307 replace statecode = 71 if congress == 109 & id == 14669 replace statecode = 71 if congress == 109 & id == 29774 replace statecode = 71 if congress == 109 & id == 15413 replace statecode = 71 if congress == 109 & id == 29315 replace statecode = 71 if congress == 109 & id == 14813 replace statecode = 71 if congress == 109 & id == 29707 replace statecode = 71 if congress == 109 & id == 15005 replace statecode = 71 if congress == 109 & id == 20104 replace statecode = 71 if congress == 109 & id == 14280 replace statecode = 71 if congress == 109 & id == 29316 replace statecode = 71 if congress == 109 & id == 20105 replace statecode = 71 if congress == 109 & id == 20106 replace statecode = 71 if congress == 109 & id == 29317 replace statecode = 71 if congress == 109 & id == 29106 replace statecode = 71 if congress == 109 & id == 29318 replace statecode = 71 if congress == 109 & id == 29586 replace statecode = 71 if congress == 109 & id == 29903 replace statecode = 71 if congress == 109 & id == 20310 replace statecode = 71 if congress == 109 & id == 29321 replace statecode = 71 if congress == 109 & id == 14644 replace statecode = 71 if congress == 109 & id == 29905 replace statecode = 71 if congress == 109 & id == 29942 replace statecode = 71 if congress == 109 & id == 29323 replace statecode = 71 if congress == 109 & id == 29775 replace statecode = 71 if congress == 109 & id == 15621 replace statecode = 71 if congress == 109 & id == 29709 replace statecode = 71 if congress == 109 & id == 15601 replace statecode = 71 if congress == 109 & id == 20539 replace statecode = 71 if congress == 109 & id == 20107 replace statecode = 71 if congress == 109 & id == 29107 replace statecode = 71 if congress == 109 & id == 29508 replace statecode = 71 if congress == 109 & id == 29325 replace statecode = 71 if congress == 109 & id == 14835 replace statecode = 71 if congress == 109 & id == 20108 replace statecode = 62 if congress == 109 & id == 29710 replace statecode = 62 if congress == 109 & id == 29906 replace statecode = 62 if congress == 109 & id == 20502 replace statecode = 62 if congress == 109 & id == 20311 replace statecode = 62 if congress == 109 & id == 15419 replace statecode = 62 if congress == 109 & id == 29907 replace statecode = 62 if congress == 109 & id == 20312 replace statecode = 1 if congress == 109 & id == 29908 replace statecode = 1 if congress == 109 & id == 20109 replace statecode = 1 if congress == 109 & id == 29109 replace statecode = 1 if congress == 109 & id == 15449 replace statecode = 1 if congress == 109 & id == 15028 replace statecode = 11 if congress == 109 & id == 29327 replace statecode = 43 if congress == 109 & id == 20110 replace statecode = 43 if congress == 109 & id == 29713 replace statecode = 43 if congress == 109 & id == 29328 replace statecode = 43 if congress == 109 & id == 20111 replace statecode = 43 if congress == 109 & id == 20313 replace statecode = 43 if congress == 109 & id == 15627 replace statecode = 43 if congress == 109 & id == 29331 replace statecode = 43 if congress == 109 & id == 20112 replace statecode = 43 if congress == 109 & id == 15006 replace statecode = 43 if congress == 109 & id == 13047 replace statecode = 43 if congress == 109 & id == 29714 replace statecode = 43 if congress == 109 & id == 20113 replace statecode = 43 if congress == 109 & id == 20314 replace statecode = 43 if congress == 109 & id == 20503 replace statecode = 43 if congress == 109 & id == 29509 replace statecode = 43 if congress == 109 & id == 29510 replace statecode = 43 if congress == 109 & id == 20358 replace statecode = 43 if congress == 109 & id == 15634 replace statecode = 43 if congress == 109 & id == 29715 replace statecode = 43 if congress == 109 & id == 20504 replace statecode = 43 if congress == 109 & id == 29336 replace statecode = 43 if congress == 109 & id == 14860 replace statecode = 43 if congress == 109 & id == 29337 replace statecode = 43 if congress == 109 & id == 20315 replace statecode = 43 if congress == 109 & id == 20316 replace statecode = 44 if congress == 109 & id == 29338 replace statecode = 44 if congress == 109 & id == 29339 replace statecode = 44 if congress == 109 & id == 20317 replace statecode = 44 if congress == 109 & id == 29344 replace statecode = 44 if congress == 109 & id == 15431 replace statecode = 44 if congress == 109 & id == 20505 replace statecode = 44 if congress == 109 & id == 29341 replace statecode = 44 if congress == 109 & id == 20506 replace statecode = 44 if congress == 109 & id == 29513 replace statecode = 44 if congress == 109 & id == 99342 replace statecode = 44 if congress == 109 & id == 20319 replace statecode = 44 if congress == 109 & id == 20507 replace statecode = 44 if congress == 109 & id == 20321 replace statecode = 82 if congress == 109 & id == 15245 replace statecode = 82 if congress == 109 & id == 20322 replace statecode = 63 if congress == 109 & id == 20114 replace statecode = 63 if congress == 109 & id == 29910 replace statecode = 21 if congress == 109 & id == 29346 replace statecode = 21 if congress == 109 & id == 29585 replace statecode = 21 if congress == 109 & id == 20508 replace statecode = 21 if congress == 109 & id == 29348 replace statecode = 21 if congress == 109 & id == 20323 replace statecode = 21 if congress == 109 & id == 14239 replace statecode = 21 if congress == 109 & id == 29717 replace statecode = 21 if congress == 109 & id == 20509 replace statecode = 21 if congress == 109 & id == 29911 replace statecode = 21 if congress == 109 & id == 20115 replace statecode = 21 if congress == 109 & id == 29516 replace statecode = 21 if congress == 109 & id == 15453 replace statecode = 21 if congress == 109 & id == 29912 replace statecode = 21 if congress == 109 & id == 15417 replace statecode = 21 if congress == 109 & id == 20116 replace statecode = 21 if congress == 109 & id == 29349 replace statecode = 21 if congress == 109 & id == 15023 replace statecode = 21 if congress == 109 & id == 29517 replace statecode = 21 if congress == 109 & id == 29718 replace statecode = 22 if congress == 109 & id == 15124 replace statecode = 22 if congress == 109 & id == 20324 replace statecode = 22 if congress == 109 & id == 29519 replace statecode = 22 if congress == 109 & id == 29350 replace statecode = 22 if congress == 109 & id == 15014 replace statecode = 22 if congress == 109 & id == 20117 replace statecode = 22 if congress == 109 & id == 29720 replace statecode = 22 if congress == 109 & id == 29520 replace statecode = 22 if congress == 109 & id == 20510 replace statecode = 31 if congress == 109 & id == 29118 replace statecode = 31 if congress == 109 & id == 14432 replace statecode = 31 if congress == 109 & id == 29721 replace statecode = 31 if congress == 109 & id == 29522 replace statecode = 31 if congress == 109 & id == 20325 replace statecode = 32 if congress == 109 & id == 29722 replace statecode = 32 if congress == 109 & id == 29723 replace statecode = 32 if congress == 109 & id == 29915 replace statecode = 32 if congress == 109 & id == 29524 replace statecode = 51 if congress == 109 & id == 29525 replace statecode = 51 if congress == 109 & id == 29352 replace statecode = 51 if congress == 109 & id == 29725 replace statecode = 51 if congress == 109 & id == 20511 replace statecode = 51 if congress == 109 & id == 14854 replace statecode = 51 if congress == 109 & id == 20326 replace statecode = 45 if congress == 109 & id == 20512 replace statecode = 45 if congress == 109 & id == 29120 replace statecode = 45 if congress == 109 & id == 20513 replace statecode = 45 if congress == 109 & id == 15451 replace statecode = 45 if congress == 109 & id == 90327 replace statecode = 45 if congress == 109 & id == 15401 replace statecode = 45 if congress == 109 & id == 20514 replace statecode = 2 if congress == 109 & id == 29728 replace statecode = 2 if congress == 109 & id == 20328 replace statecode = 52 if congress == 109 & id == 29122 replace statecode = 52 if congress == 109 & id == 20329 replace statecode = 52 if congress == 109 & id == 15408 replace statecode = 52 if congress == 109 & id == 29355 replace statecode = 52 if congress == 109 & id == 14873 replace statecode = 52 if congress == 109 & id == 29356 replace statecode = 52 if congress == 109 & id == 29587 replace statecode = 52 if congress == 109 & id == 20330 replace statecode = 3 if congress == 109 & id == 29123 replace statecode = 3 if congress == 109 & id == 15616 replace statecode = 3 if congress == 109 & id == 29729 replace statecode = 3 if congress == 109 & id == 14824 replace statecode = 3 if congress == 109 & id == 29358 replace statecode = 3 if congress == 109 & id == 29730 replace statecode = 3 if congress == 109 & id == 14435 replace statecode = 3 if congress == 109 & id == 29919 replace statecode = 3 if congress == 109 & id == 20119 replace statecode = 3 if congress == 109 & id == 29731 replace statecode = 23 if congress == 109 & id == 29360 replace statecode = 23 if congress == 109 & id == 29361 replace statecode = 23 if congress == 109 & id == 29362 replace statecode = 23 if congress == 109 & id == 29124 replace statecode = 23 if congress == 109 & id == 14430 replace statecode = 23 if congress == 109 & id == 15446 replace statecode = 23 if congress == 109 & id == 20515 replace statecode = 23 if congress == 109 & id == 20120 replace statecode = 23 if congress == 109 & id == 29365 replace statecode = 23 if congress == 109 & id == 20331 replace statecode = 23 if congress == 109 & id == 20332 replace statecode = 23 if congress == 109 & id == 15033 replace statecode = 23 if congress == 109 & id == 29733 replace statecode = 23 if congress == 109 & id == 10713 replace statecode = 23 if congress == 109 & id == 2605 replace statecode = 33 if congress == 109 & id == 29532 replace statecode = 33 if congress == 109 & id == 20333 replace statecode = 33 if congress == 109 & id == 29126 replace statecode = 33 if congress == 109 & id == 20122 replace statecode = 33 if congress == 109 & id == 14656 replace statecode = 33 if congress == 109 & id == 20121 replace statecode = 33 if congress == 109 & id == 29127 replace statecode = 33 if congress == 109 & id == 14265 replace statecode = 46 if congress == 109 & id == 29534 replace statecode = 46 if congress == 109 & id == 29368 replace statecode = 46 if congress == 109 & id == 29734 replace statecode = 46 if congress == 109 & id == 15637 replace statecode = 34 if congress == 109 & id == 20147 replace statecode = 34 if congress == 109 & id == 20123 replace statecode = 34 if congress == 109 & id == 20516 replace statecode = 34 if congress == 109 & id == 14451 replace statecode = 34 if congress == 109 & id == 20517 replace statecode = 34 if congress == 109 & id == 20124 replace statecode = 34 if congress == 109 & id == 29735 replace statecode = 34 if congress == 109 & id == 29736 replace statecode = 34 if congress == 109 & id == 29737 replace statecode = 64 if congress == 109 & id == 20125 replace statecode = 35 if congress == 109 & id == 20518 replace statecode = 35 if congress == 109 & id == 29921 replace statecode = 35 if congress == 109 & id == 20126 replace statecode = 65 if congress == 109 & id == 29922 replace statecode = 65 if congress == 109 & id == 29739 replace statecode = 65 if congress == 109 & id == 20334 replace statecode = 4 if congress == 109 & id == 20335 replace statecode = 4 if congress == 109 & id == 29538 replace statecode = 12 if congress == 109 & id == 29132 replace statecode = 12 if congress == 109 & id == 29539 replace statecode = 12 if congress == 109 & id == 15112 replace statecode = 12 if congress == 109 & id == 14863 replace statecode = 12 if congress == 109 & id == 20336 replace statecode = 12 if congress == 109 & id == 15454 replace statecode = 12 if congress == 109 & id == 20127 replace statecode = 12 if congress == 109 & id == 29741 replace statecode = 12 if congress == 109 & id == 29742 replace statecode = 12 if congress == 109 & id == 15619 replace statecode = 12 if congress == 109 & id == 29541 replace statecode = 12 if congress == 109 & id == 29923 replace statecode = 12 if congress == 109 & id == 29373 replace statecode = 12 if congress == 109 & id == 20542 replace statecode = 66 if congress == 109 & id == 29779 replace statecode = 66 if congress == 109 & id == 20337 replace statecode = 66 if congress == 109 & id == 29924 replace statecode = 13 if congress == 109 & id == 20338 replace statecode = 13 if congress == 109 & id == 20129 replace statecode = 13 if congress == 109 & id == 29375 replace statecode = 13 if congress == 109 & id == 29744 replace statecode = 13 if congress == 109 & id == 15000 replace statecode = 13 if congress == 109 & id == 29776 replace statecode = 13 if congress == 109 & id == 29925 replace statecode = 13 if congress == 109 & id == 29377 replace statecode = 13 if congress == 109 & id == 29926 replace statecode = 13 if congress == 109 & id == 15072 replace statecode = 13 if congress == 109 & id == 15050 replace statecode = 13 if congress == 109 & id == 29378 replace statecode = 13 if congress == 109 & id == 29773 replace statecode = 13 if congress == 109 & id == 29379 replace statecode = 13 if congress == 109 & id == 13035 replace statecode = 13 if congress == 109 & id == 29134 replace statecode = 13 if congress == 109 & id == 15603 replace statecode = 13 if congress == 109 & id == 15612 replace statecode = 13 if congress == 109 & id == 29544 replace statecode = 13 if congress == 109 & id == 29927 replace statecode = 13 if congress == 109 & id == 15614 replace statecode = 13 if congress == 109 & id == 29380 replace statecode = 13 if congress == 109 & id == 39316 replace statecode = 13 if congress == 109 & id == 15007 replace statecode = 13 if congress == 109 & id == 15630 replace statecode = 13 if congress == 109 & id == 29928 replace statecode = 13 if congress == 109 & id == 20519 replace statecode = 13 if congress == 109 & id == 15444 replace statecode = 13 if congress == 109 & id == 20520 replace statecode = 47 if congress == 109 & id == 20340 replace statecode = 47 if congress == 109 & id == 29745 replace statecode = 47 if congress == 109 & id == 29546 replace statecode = 47 if congress == 109 & id == 15438 replace statecode = 47 if congress == 109 & id == 20521 replace statecode = 47 if congress == 109 & id == 15092 replace statecode = 47 if congress == 109 & id == 29746 replace statecode = 47 if congress == 109 & id == 29929 replace statecode = 47 if congress == 109 & id == 29549 replace statecode = 47 if congress == 109 & id == 20522 replace statecode = 47 if congress == 109 & id == 29135 replace statecode = 47 if congress == 109 & id == 29383 replace statecode = 47 if congress == 109 & id == 20341 replace statecode = 36 if congress == 109 & id == 29384 replace statecode = 24 if congress == 109 & id == 29550 replace statecode = 24 if congress == 109 & id == 29386 replace statecode = 24 if congress == 109 & id == 20540 replace statecode = 24 if congress == 109 & id == 20342 replace statecode = 24 if congress == 109 & id == 14875 replace statecode = 24 if congress == 109 & id == 15604 replace statecode = 24 if congress == 109 & id == 29747 replace statecode = 24 if congress == 109 & id == 29136 replace statecode = 24 if congress == 109 & id == 29137 replace statecode = 24 if congress == 109 & id == 15029 replace statecode = 24 if congress == 109 & id == 29748 replace statecode = 24 if congress == 109 & id == 29930 replace statecode = 24 if congress == 109 & id == 20130 replace statecode = 24 if congress == 109 & id == 29389 replace statecode = 24 if congress == 109 & id == 29553 replace statecode = 24 if congress == 109 & id == 29390 replace statecode = 24 if congress == 109 & id == 14045 replace statecode = 24 if congress == 109 & id == 20343 replace statecode = 24 if congress == 109 & id == 29552 replace statecode = 53 if congress == 109 & id == 20131 replace statecode = 53 if congress == 109 & id == 20523 replace statecode = 53 if congress == 109 & id == 29393 replace statecode = 53 if congress == 109 & id == 20344 replace statecode = 53 if congress == 109 & id == 29392 replace statecode = 72 if congress == 109 & id == 29931 replace statecode = 72 if congress == 109 & id == 29932 replace statecode = 72 if congress == 109 & id == 29588 replace statecode = 72 if congress == 109 & id == 15410 replace statecode = 72 if congress == 109 & id == 29750 replace statecode = 14 if congress == 109 & id == 29777 replace statecode = 14 if congress == 109 & id == 29559 replace statecode = 14 if congress == 109 & id == 29563 replace statecode = 14 if congress == 109 & id == 20133 replace statecode = 14 if congress == 109 & id == 29751 replace statecode = 14 if congress == 109 & id == 20345 replace statecode = 14 if congress == 109 & id == 15447 replace statecode = 14 if congress == 109 & id == 20524 replace statecode = 14 if congress == 109 & id == 20134 replace statecode = 14 if congress == 109 & id == 29933 replace statecode = 14 if congress == 109 & id == 15104 replace statecode = 14 if congress == 109 & id == 14072 replace statecode = 14 if congress == 109 & id == 20525 replace statecode = 14 if congress == 109 & id == 29561 replace statecode = 14 if congress == 109 & id == 20526 replace statecode = 14 if congress == 109 & id == 29752 replace statecode = 14 if congress == 109 & id == 29396 replace statecode = 14 if congress == 109 & id == 20346 replace statecode = 14 if congress == 109 & id == 20135 replace statecode = 5 if congress == 109 & id == 29564 replace statecode = 5 if congress == 109 & id == 20136 replace statecode = 48 if congress == 109 & id == 20137 replace statecode = 48 if congress == 109 & id == 20138 replace statecode = 48 if congress == 109 & id == 20347 replace statecode = 48 if congress == 109 & id == 39300 replace statecode = 48 if congress == 109 & id == 15064 replace statecode = 48 if congress == 109 & id == 39301 replace statecode = 37 if congress == 109 & id == 20349 replace statecode = 54 if congress == 109 & id == 29755 replace statecode = 54 if congress == 109 & id == 15455 replace statecode = 54 if congress == 109 & id == 29567 replace statecode = 54 if congress == 109 & id == 20350 replace statecode = 54 if congress == 109 & id == 15019 replace statecode = 54 if congress == 109 & id == 15100 replace statecode = 54 if congress == 109 & id == 20351 replace statecode = 54 if congress == 109 & id == 15628 replace statecode = 54 if congress == 109 & id == 29756 replace statecode = 49 if congress == 109 & id == 20527 replace statecode = 49 if congress == 109 & id == 20528 replace statecode = 49 if congress == 109 & id == 29143 replace statecode = 49 if congress == 109 & id == 94828 replace statecode = 49 if congress == 109 & id == 20352 replace statecode = 49 if congress == 109 & id == 15085 replace statecode = 49 if congress == 109 & id == 20139 replace statecode = 49 if congress == 109 & id == 29760 replace statecode = 49 if congress == 109 & id == 20529 replace statecode = 49 if congress == 109 & id == 20530 replace statecode = 49 if congress == 109 & id == 20531 replace statecode = 49 if congress == 109 & id == 29762 replace statecode = 49 if congress == 109 & id == 29572 replace statecode = 49 if congress == 109 & id == 14290 replace statecode = 49 if congress == 109 & id == 29763 replace statecode = 49 if congress == 109 & id == 29764 replace statecode = 49 if congress == 109 & id == 29144 replace statecode = 49 if congress == 109 & id == 29573 replace statecode = 49 if congress == 109 & id == 20353 replace statecode = 49 if congress == 109 & id == 29943 replace statecode = 49 if congress == 109 & id == 15445 replace statecode = 49 if congress == 109 & id == 15094 replace statecode = 49 if congress == 109 & id == 20541 replace statecode = 49 if congress == 109 & id == 39302 replace statecode = 49 if congress == 109 & id == 20532 replace statecode = 49 if congress == 109 & id == 29571 replace statecode = 49 if congress == 109 & id == 20355 replace statecode = 49 if congress == 109 & id == 15049 replace statecode = 49 if congress == 109 & id == 20533 replace statecode = 49 if congress == 109 & id == 39304 replace statecode = 49 if congress == 109 & id == 39305 replace statecode = 49 if congress == 109 & id == 20356 replace statecode = 49 if congress == 109 & id == 29759 replace statecode = 67 if congress == 109 & id == 20357 replace statecode = 67 if congress == 109 & id == 20140 replace statecode = 67 if congress == 109 & id == 29766 replace statecode = 6 if congress == 109 & id == 29147 replace statecode = 40 if congress == 109 & id == 20141 replace statecode = 40 if congress == 109 & id == 20534 replace statecode = 40 if congress == 109 & id == 39307 replace statecode = 40 if congress == 109 & id == 20143 replace statecode = 40 if congress == 109 & id == 89767 replace statecode = 40 if congress == 109 & id == 39308 replace statecode = 40 if congress == 109 & id == 20144 replace statecode = 40 if congress == 109 & id == 29149 replace statecode = 40 if congress == 109 & id == 15010 replace statecode = 40 if congress == 109 & id == 14869 replace statecode = 40 if congress == 109 & id == 29576 replace statecode = 73 if congress == 109 & id == 29937 replace statecode = 73 if congress == 109 & id == 20145 replace statecode = 73 if congress == 109 & id == 29938 replace statecode = 73 if congress == 109 & id == 29580 replace statecode = 73 if congress == 109 & id == 20535 replace statecode = 73 if congress == 109 & id == 14413 replace statecode = 73 if congress == 109 & id == 15613 replace statecode = 73 if congress == 109 & id == 20536 replace statecode = 73 if congress == 109 & id == 29768 replace statecode = 56 if congress == 109 & id == 15083 replace statecode = 56 if congress == 109 & id == 20146 replace statecode = 56 if congress == 109 & id == 14448 replace statecode = 25 if congress == 109 & id == 29939 replace statecode = 25 if congress == 109 & id == 29940 replace statecode = 25 if congress == 109 & id == 29769 replace statecode = 25 if congress == 109 & id == 20537 replace statecode = 25 if congress == 109 & id == 14657 replace statecode = 25 if congress == 109 & id == 14675 replace statecode = 25 if congress == 109 & id == 12036 replace statecode = 25 if congress == 109 & id == 29941 replace statecode = 68 if congress == 109 & id == 29584 replace statecode = 99 if congress == 110 & id == 99910 replace statecode = 41 if congress == 110 & id == 20300 replace statecode = 41 if congress == 110 & id == 29300 replace statecode = 41 if congress == 110 & id == 20301 replace statecode = 41 if congress == 110 & id == 29701 replace statecode = 41 if congress == 110 & id == 29100 replace statecode = 41 if congress == 110 & id == 29301 replace statecode = 41 if congress == 110 & id == 20302 replace statecode = 81 if congress == 110 & id == 14066 replace statecode = 61 if congress == 110 & id == 20303 replace statecode = 61 if congress == 110 & id == 20304 replace statecode = 61 if congress == 110 & id == 29501 replace statecode = 61 if congress == 110 & id == 29101 replace statecode = 61 if congress == 110 & id == 20700 replace statecode = 61 if congress == 110 & id == 20100 replace statecode = 61 if congress == 110 & id == 20305 replace statecode = 61 if congress == 110 & id == 20701 replace statecode = 42 if congress == 110 & id == 29702 replace statecode = 42 if congress == 110 & id == 29703 replace statecode = 42 if congress == 110 & id == 20101 replace statecode = 42 if congress == 110 & id == 20102 replace statecode = 71 if congress == 110 & id == 29901 replace statecode = 71 if congress == 110 & id == 15420 replace statecode = 71 if congress == 110 & id == 14647 replace statecode = 71 if congress == 110 & id == 29104 replace statecode = 71 if congress == 110 & id == 20538 replace statecode = 71 if congress == 110 & id == 29309 replace statecode = 71 if congress == 110 & id == 14256 replace statecode = 71 if congress == 110 & id == 15448 replace statecode = 71 if congress == 110 & id == 29778 replace statecode = 71 if congress == 110 & id == 29705 replace statecode = 71 if congress == 110 & id == 20702 replace statecode = 71 if congress == 110 & id == 14837 replace statecode = 71 if congress == 110 & id == 20762 replace statecode = 71 if congress == 110 & id == 14053 replace statecode = 71 if congress == 110 & id == 29312 replace statecode = 71 if congress == 110 & id == 20103 replace statecode = 71 if congress == 110 & id == 29504 replace statecode = 71 if congress == 110 & id == 29313 replace statecode = 71 if congress == 110 & id == 20306 replace statecode = 71 if congress == 110 & id == 29505 replace statecode = 71 if congress == 110 & id == 20501 replace statecode = 71 if congress == 110 & id == 20307 replace statecode = 71 if congress == 110 & id == 20703 replace statecode = 71 if congress == 110 & id == 29774 replace statecode = 71 if congress == 110 & id == 15413 replace statecode = 71 if congress == 110 & id == 29315 replace statecode = 71 if congress == 110 & id == 14813 replace statecode = 71 if congress == 110 & id == 29707 replace statecode = 71 if congress == 110 & id == 15005 replace statecode = 71 if congress == 110 & id == 20104 replace statecode = 71 if congress == 110 & id == 14280 replace statecode = 71 if congress == 110 & id == 29316 replace statecode = 71 if congress == 110 & id == 20105 replace statecode = 71 if congress == 110 & id == 20106 replace statecode = 71 if congress == 110 & id == 29317 replace statecode = 71 if congress == 110 & id == 29106 replace statecode = 71 if congress == 110 & id == 29318 replace statecode = 71 if congress == 110 & id == 29586 replace statecode = 71 if congress == 110 & id == 20752 replace statecode = 71 if congress == 110 & id == 29903 replace statecode = 71 if congress == 110 & id == 20310 replace statecode = 71 if congress == 110 & id == 29321 replace statecode = 71 if congress == 110 & id == 14644 replace statecode = 71 if congress == 110 & id == 29905 replace statecode = 71 if congress == 110 & id == 29942 replace statecode = 71 if congress == 110 & id == 29323 replace statecode = 71 if congress == 110 & id == 29775 replace statecode = 71 if congress == 110 & id == 15621 replace statecode = 71 if congress == 110 & id == 29709 replace statecode = 71 if congress == 110 & id == 20539 replace statecode = 71 if congress == 110 & id == 20107 replace statecode = 71 if congress == 110 & id == 29508 replace statecode = 71 if congress == 110 & id == 29325 replace statecode = 71 if congress == 110 & id == 14835 replace statecode = 71 if congress == 110 & id == 20108 replace statecode = 62 if congress == 110 & id == 29710 replace statecode = 62 if congress == 110 & id == 29906 replace statecode = 62 if congress == 110 & id == 20502 replace statecode = 62 if congress == 110 & id == 20311 replace statecode = 62 if congress == 110 & id == 20704 replace statecode = 62 if congress == 110 & id == 29907 replace statecode = 62 if congress == 110 & id == 20705 replace statecode = 1 if congress == 110 & id == 29908 replace statecode = 1 if congress == 110 & id == 20706 replace statecode = 1 if congress == 110 & id == 29109 replace statecode = 1 if congress == 110 & id == 15449 replace statecode = 1 if congress == 110 & id == 20707 replace statecode = 11 if congress == 110 & id == 29327 replace statecode = 43 if congress == 110 & id == 20110 replace statecode = 43 if congress == 110 & id == 29713 replace statecode = 43 if congress == 110 & id == 29328 replace statecode = 43 if congress == 110 & id == 20111 replace statecode = 43 if congress == 110 & id == 20313 replace statecode = 43 if congress == 110 & id == 15627 replace statecode = 43 if congress == 110 & id == 29331 replace statecode = 43 if congress == 110 & id == 20112 replace statecode = 43 if congress == 110 & id == 20758 replace statecode = 43 if congress == 110 & id == 13047 replace statecode = 43 if congress == 110 & id == 20708 replace statecode = 43 if congress == 110 & id == 20113 replace statecode = 43 if congress == 110 & id == 20709 replace statecode = 43 if congress == 110 & id == 20503 replace statecode = 43 if congress == 110 & id == 29509 replace statecode = 43 if congress == 110 & id == 20710 replace statecode = 43 if congress == 110 & id == 20358 replace statecode = 43 if congress == 110 & id == 15634 replace statecode = 43 if congress == 110 & id == 29715 replace statecode = 43 if congress == 110 & id == 20504 replace statecode = 43 if congress == 110 & id == 29336 replace statecode = 43 if congress == 110 & id == 20711 replace statecode = 43 if congress == 110 & id == 29337 replace statecode = 43 if congress == 110 & id == 20315 replace statecode = 43 if congress == 110 & id == 20316 replace statecode = 44 if congress == 110 & id == 29338 replace statecode = 44 if congress == 110 & id == 29339 replace statecode = 44 if congress == 110 & id == 20506 replace statecode = 44 if congress == 110 & id == 20712 replace statecode = 44 if congress == 110 & id == 15431 replace statecode = 44 if congress == 110 & id == 20505 replace statecode = 44 if congress == 110 & id == 29341 replace statecode = 44 if congress == 110 & id == 20317 replace statecode = 44 if congress == 110 & id == 99342 replace statecode = 44 if congress == 110 & id == 29513 replace statecode = 44 if congress == 110 & id == 20753 replace statecode = 44 if congress == 110 & id == 20319 replace statecode = 44 if congress == 110 & id == 20507 replace statecode = 44 if congress == 110 & id == 20321 replace statecode = 82 if congress == 110 & id == 15245 replace statecode = 82 if congress == 110 & id == 20713 replace statecode = 63 if congress == 110 & id == 20714 replace statecode = 63 if congress == 110 & id == 29910 replace statecode = 21 if congress == 110 & id == 29346 replace statecode = 21 if congress == 110 & id == 29585 replace statecode = 21 if congress == 110 & id == 20508 replace statecode = 21 if congress == 110 & id == 29348 replace statecode = 21 if congress == 110 & id == 20323 replace statecode = 21 if congress == 110 & id == 20715 replace statecode = 21 if congress == 110 & id == 29717 replace statecode = 21 if congress == 110 & id == 20509 replace statecode = 21 if congress == 110 & id == 29911 replace statecode = 21 if congress == 110 & id == 20115 replace statecode = 21 if congress == 110 & id == 29516 replace statecode = 21 if congress == 110 & id == 15453 replace statecode = 21 if congress == 110 & id == 29912 replace statecode = 21 if congress == 110 & id == 15417 replace statecode = 21 if congress == 110 & id == 20749 replace statecode = 21 if congress == 110 & id == 20116 replace statecode = 21 if congress == 110 & id == 29349 replace statecode = 21 if congress == 110 & id == 20716 replace statecode = 21 if congress == 110 & id == 29517 replace statecode = 21 if congress == 110 & id == 29718 replace statecode = 22 if congress == 110 & id == 15124 replace statecode = 22 if congress == 110 & id == 20717 replace statecode = 22 if congress == 110 & id == 29519 replace statecode = 22 if congress == 110 & id == 29350 replace statecode = 22 if congress == 110 & id == 15014 replace statecode = 22 if congress == 110 & id == 20117 replace statecode = 22 if congress == 110 & id == 29720 replace statecode = 22 if congress == 110 & id == 20757 replace statecode = 22 if congress == 110 & id == 20718 replace statecode = 22 if congress == 110 & id == 29914 replace statecode = 31 if congress == 110 & id == 20719 replace statecode = 31 if congress == 110 & id == 20720 replace statecode = 31 if congress == 110 & id == 29721 replace statecode = 31 if congress == 110 & id == 29522 replace statecode = 31 if congress == 110 & id == 20325 replace statecode = 32 if congress == 110 & id == 29722 replace statecode = 32 if congress == 110 & id == 20721 replace statecode = 32 if congress == 110 & id == 29915 replace statecode = 32 if congress == 110 & id == 29524 replace statecode = 51 if congress == 110 & id == 29525 replace statecode = 51 if congress == 110 & id == 29352 replace statecode = 51 if congress == 110 & id == 20723 replace statecode = 51 if congress == 110 & id == 20511 replace statecode = 51 if congress == 110 & id == 14854 replace statecode = 51 if congress == 110 & id == 20326 replace statecode = 45 if congress == 110 & id == 20512 replace statecode = 45 if congress == 110 & id == 20759 replace statecode = 45 if congress == 110 & id == 29120 replace statecode = 45 if congress == 110 & id == 20513 replace statecode = 45 if congress == 110 & id == 15451 replace statecode = 45 if congress == 110 & id == 90327 replace statecode = 45 if congress == 110 & id == 15401 replace statecode = 45 if congress == 110 & id == 20760 replace statecode = 45 if congress == 110 & id == 20514 replace statecode = 2 if congress == 110 & id == 29728 replace statecode = 2 if congress == 110 & id == 20328 replace statecode = 52 if congress == 110 & id == 29122 replace statecode = 52 if congress == 110 & id == 20329 replace statecode = 52 if congress == 110 & id == 20724 replace statecode = 52 if congress == 110 & id == 29355 replace statecode = 52 if congress == 110 & id == 20763 replace statecode = 52 if congress == 110 & id == 14873 replace statecode = 52 if congress == 110 & id == 29356 replace statecode = 52 if congress == 110 & id == 29587 replace statecode = 52 if congress == 110 & id == 20330 replace statecode = 3 if congress == 110 & id == 29123 replace statecode = 3 if congress == 110 & id == 15616 replace statecode = 3 if congress == 110 & id == 29729 replace statecode = 3 if congress == 110 & id == 14824 replace statecode = 3 if congress == 110 & id == 29358 replace statecode = 3 if congress == 110 & id == 20754 replace statecode = 3 if congress == 110 & id == 29730 replace statecode = 3 if congress == 110 & id == 14435 replace statecode = 3 if congress == 110 & id == 29919 replace statecode = 3 if congress == 110 & id == 20119 replace statecode = 3 if congress == 110 & id == 29731 replace statecode = 23 if congress == 110 & id == 29360 replace statecode = 23 if congress == 110 & id == 29361 replace statecode = 23 if congress == 110 & id == 29362 replace statecode = 23 if congress == 110 & id == 29124 replace statecode = 23 if congress == 110 & id == 14430 replace statecode = 23 if congress == 110 & id == 15446 replace statecode = 23 if congress == 110 & id == 20725 replace statecode = 23 if congress == 110 & id == 20120 replace statecode = 23 if congress == 110 & id == 29365 replace statecode = 23 if congress == 110 & id == 20331 replace statecode = 23 if congress == 110 & id == 20332 replace statecode = 23 if congress == 110 & id == 15033 replace statecode = 23 if congress == 110 & id == 29733 replace statecode = 23 if congress == 110 & id == 10713 replace statecode = 23 if congress == 110 & id == 2605 replace statecode = 33 if congress == 110 & id == 20726 replace statecode = 33 if congress == 110 & id == 20333 replace statecode = 33 if congress == 110 & id == 29126 replace statecode = 33 if congress == 110 & id == 20122 replace statecode = 33 if congress == 110 & id == 20727 replace statecode = 33 if congress == 110 & id == 20728 replace statecode = 33 if congress == 110 & id == 29127 replace statecode = 33 if congress == 110 & id == 14265 replace statecode = 46 if congress == 110 & id == 29534 replace statecode = 46 if congress == 110 & id == 20761 replace statecode = 46 if congress == 110 & id == 29368 replace statecode = 46 if congress == 110 & id == 29734 replace statecode = 46 if congress == 110 & id == 15637 replace statecode = 34 if congress == 110 & id == 20147 replace statecode = 34 if congress == 110 & id == 20123 replace statecode = 34 if congress == 110 & id == 20516 replace statecode = 34 if congress == 110 & id == 14451 replace statecode = 34 if congress == 110 & id == 20517 replace statecode = 34 if congress == 110 & id == 20124 replace statecode = 34 if congress == 110 & id == 29735 replace statecode = 34 if congress == 110 & id == 29736 replace statecode = 34 if congress == 110 & id == 29737 replace statecode = 64 if congress == 110 & id == 20125 replace statecode = 35 if congress == 110 & id == 20518 replace statecode = 35 if congress == 110 & id == 29921 replace statecode = 35 if congress == 110 & id == 20729 replace statecode = 65 if congress == 110 & id == 29922 replace statecode = 65 if congress == 110 & id == 20730 replace statecode = 65 if congress == 110 & id == 20334 replace statecode = 4 if congress == 110 & id == 20731 replace statecode = 4 if congress == 110 & id == 20732 replace statecode = 12 if congress == 110 & id == 29132 replace statecode = 12 if congress == 110 & id == 29539 replace statecode = 12 if congress == 110 & id == 15112 replace statecode = 12 if congress == 110 & id == 14863 replace statecode = 12 if congress == 110 & id == 20336 replace statecode = 12 if congress == 110 & id == 15454 replace statecode = 12 if congress == 110 & id == 20127 replace statecode = 12 if congress == 110 & id == 29741 replace statecode = 12 if congress == 110 & id == 29742 replace statecode = 12 if congress == 110 & id == 15619 replace statecode = 12 if congress == 110 & id == 29541 replace statecode = 12 if congress == 110 & id == 29923 replace statecode = 12 if congress == 110 & id == 20542 replace statecode = 66 if congress == 110 & id == 29779 replace statecode = 66 if congress == 110 & id == 20337 replace statecode = 66 if congress == 110 & id == 29924 replace statecode = 13 if congress == 110 & id == 20338 replace statecode = 13 if congress == 110 & id == 20129 replace statecode = 13 if congress == 110 & id == 29375 replace statecode = 13 if congress == 110 & id == 29744 replace statecode = 13 if congress == 110 & id == 15000 replace statecode = 13 if congress == 110 & id == 29776 replace statecode = 13 if congress == 110 & id == 29925 replace statecode = 13 if congress == 110 & id == 29377 replace statecode = 13 if congress == 110 & id == 29926 replace statecode = 13 if congress == 110 & id == 15072 replace statecode = 13 if congress == 110 & id == 20733 replace statecode = 13 if congress == 110 & id == 29378 replace statecode = 13 if congress == 110 & id == 29773 replace statecode = 13 if congress == 110 & id == 29379 replace statecode = 13 if congress == 110 & id == 13035 replace statecode = 13 if congress == 110 & id == 29134 replace statecode = 13 if congress == 110 & id == 15603 replace statecode = 13 if congress == 110 & id == 15612 replace statecode = 13 if congress == 110 & id == 20734 replace statecode = 13 if congress == 110 & id == 20735 replace statecode = 13 if congress == 110 & id == 15614 replace statecode = 13 if congress == 110 & id == 29380 replace statecode = 13 if congress == 110 & id == 39316 replace statecode = 13 if congress == 110 & id == 20736 replace statecode = 13 if congress == 110 & id == 15630 replace statecode = 13 if congress == 110 & id == 29928 replace statecode = 13 if congress == 110 & id == 20519 replace statecode = 13 if congress == 110 & id == 15444 replace statecode = 13 if congress == 110 & id == 20520 replace statecode = 47 if congress == 110 & id == 20340 replace statecode = 47 if congress == 110 & id == 29745 replace statecode = 47 if congress == 110 & id == 29546 replace statecode = 47 if congress == 110 & id == 15438 replace statecode = 47 if congress == 110 & id == 20521 replace statecode = 47 if congress == 110 & id == 15092 replace statecode = 47 if congress == 110 & id == 29746 replace statecode = 47 if congress == 110 & id == 29929 replace statecode = 47 if congress == 110 & id == 29549 replace statecode = 47 if congress == 110 & id == 20522 replace statecode = 47 if congress == 110 & id == 20737 replace statecode = 47 if congress == 110 & id == 29383 replace statecode = 47 if congress == 110 & id == 20341 replace statecode = 36 if congress == 110 & id == 29384 replace statecode = 24 if congress == 110 & id == 29550 replace statecode = 24 if congress == 110 & id == 20540 replace statecode = 24 if congress == 110 & id == 20342 replace statecode = 24 if congress == 110 & id == 20738 replace statecode = 24 if congress == 110 & id == 15604 replace statecode = 24 if congress == 110 & id == 20755 replace statecode = 24 if congress == 110 & id == 20739 replace statecode = 24 if congress == 110 & id == 29136 replace statecode = 24 if congress == 110 & id == 29137 replace statecode = 24 if congress == 110 & id == 15029 replace statecode = 24 if congress == 110 & id == 29748 replace statecode = 24 if congress == 110 & id == 29930 replace statecode = 24 if congress == 110 & id == 20130 replace statecode = 24 if congress == 110 & id == 20740 replace statecode = 24 if congress == 110 & id == 29553 replace statecode = 24 if congress == 110 & id == 29390 replace statecode = 24 if congress == 110 & id == 14045 replace statecode = 24 if congress == 110 & id == 20343 replace statecode = 24 if congress == 110 & id == 20741 replace statecode = 53 if congress == 110 & id == 20131 replace statecode = 53 if congress == 110 & id == 20523 replace statecode = 53 if congress == 110 & id == 29393 replace statecode = 53 if congress == 110 & id == 20344 replace statecode = 53 if congress == 110 & id == 20742 replace statecode = 72 if congress == 110 & id == 29931 replace statecode = 72 if congress == 110 & id == 29932 replace statecode = 72 if congress == 110 & id == 29588 replace statecode = 72 if congress == 110 & id == 15410 replace statecode = 72 if congress == 110 & id == 29750 replace statecode = 14 if congress == 110 & id == 29777 replace statecode = 14 if congress == 110 & id == 29559 replace statecode = 14 if congress == 110 & id == 29563 replace statecode = 14 if congress == 110 & id == 20743 replace statecode = 14 if congress == 110 & id == 29751 replace statecode = 14 if congress == 110 & id == 20345 replace statecode = 14 if congress == 110 & id == 20744 replace statecode = 14 if congress == 110 & id == 20745 replace statecode = 14 if congress == 110 & id == 20134 replace statecode = 14 if congress == 110 & id == 20746 replace statecode = 14 if congress == 110 & id == 15104 replace statecode = 14 if congress == 110 & id == 14072 replace statecode = 14 if congress == 110 & id == 20525 replace statecode = 14 if congress == 110 & id == 29561 replace statecode = 14 if congress == 110 & id == 20526 replace statecode = 14 if congress == 110 & id == 29752 replace statecode = 14 if congress == 110 & id == 29396 replace statecode = 14 if congress == 110 & id == 20346 replace statecode = 14 if congress == 110 & id == 20135 replace statecode = 5 if congress == 110 & id == 29564 replace statecode = 5 if congress == 110 & id == 20136 replace statecode = 48 if congress == 110 & id == 20137 replace statecode = 48 if congress == 110 & id == 20138 replace statecode = 48 if congress == 110 & id == 20347 replace statecode = 48 if congress == 110 & id == 39300 replace statecode = 48 if congress == 110 & id == 15064 replace statecode = 48 if congress == 110 & id == 39301 replace statecode = 37 if congress == 110 & id == 20349 replace statecode = 54 if congress == 110 & id == 20747 replace statecode = 54 if congress == 110 & id == 15455 replace statecode = 54 if congress == 110 & id == 29567 replace statecode = 54 if congress == 110 & id == 20350 replace statecode = 54 if congress == 110 & id == 15019 replace statecode = 54 if congress == 110 & id == 15100 replace statecode = 54 if congress == 110 & id == 20351 replace statecode = 54 if congress == 110 & id == 15628 replace statecode = 54 if congress == 110 & id == 20748 replace statecode = 49 if congress == 110 & id == 20527 replace statecode = 49 if congress == 110 & id == 20528 replace statecode = 49 if congress == 110 & id == 29143 replace statecode = 49 if congress == 110 & id == 94828 replace statecode = 49 if congress == 110 & id == 20352 replace statecode = 49 if congress == 110 & id == 15085 replace statecode = 49 if congress == 110 & id == 20139 replace statecode = 49 if congress == 110 & id == 29760 replace statecode = 49 if congress == 110 & id == 20529 replace statecode = 49 if congress == 110 & id == 20530 replace statecode = 49 if congress == 110 & id == 20531 replace statecode = 49 if congress == 110 & id == 29762 replace statecode = 49 if congress == 110 & id == 29572 replace statecode = 49 if congress == 110 & id == 14290 replace statecode = 49 if congress == 110 & id == 29763 replace statecode = 49 if congress == 110 & id == 29764 replace statecode = 49 if congress == 110 & id == 29144 replace statecode = 49 if congress == 110 & id == 29573 replace statecode = 49 if congress == 110 & id == 20353 replace statecode = 49 if congress == 110 & id == 29943 replace statecode = 49 if congress == 110 & id == 15445 replace statecode = 49 if congress == 110 & id == 29761 replace statecode = 49 if congress == 110 & id == 29771 replace statecode = 49 if congress == 110 & id == 20532 replace statecode = 49 if congress == 110 & id == 29571 replace statecode = 49 if congress == 110 & id == 20355 replace statecode = 49 if congress == 110 & id == 15049 replace statecode = 49 if congress == 110 & id == 20533 replace statecode = 49 if congress == 110 & id == 39304 replace statecode = 49 if congress == 110 & id == 39305 replace statecode = 49 if congress == 110 & id == 20356 replace statecode = 49 if congress == 110 & id == 29759 replace statecode = 67 if congress == 110 & id == 20357 replace statecode = 67 if congress == 110 & id == 20140 replace statecode = 67 if congress == 110 & id == 29766 replace statecode = 6 if congress == 110 & id == 20750 replace statecode = 40 if congress == 110 & id == 20141 replace statecode = 40 if congress == 110 & id == 20756 replace statecode = 40 if congress == 110 & id == 20534 replace statecode = 40 if congress == 110 & id == 39307 replace statecode = 40 if congress == 110 & id == 20143 replace statecode = 40 if congress == 110 & id == 89767 replace statecode = 40 if congress == 110 & id == 39308 replace statecode = 40 if congress == 110 & id == 20144 replace statecode = 40 if congress == 110 & id == 29149 replace statecode = 40 if congress == 110 & id == 15010 replace statecode = 40 if congress == 110 & id == 14869 replace statecode = 40 if congress == 110 & id == 29576 replace statecode = 73 if congress == 110 & id == 29937 replace statecode = 73 if congress == 110 & id == 20145 replace statecode = 73 if congress == 110 & id == 29938 replace statecode = 73 if congress == 110 & id == 29580 replace statecode = 73 if congress == 110 & id == 20535 replace statecode = 73 if congress == 110 & id == 14413 replace statecode = 73 if congress == 110 & id == 15613 replace statecode = 73 if congress == 110 & id == 20536 replace statecode = 73 if congress == 110 & id == 29768 replace statecode = 56 if congress == 110 & id == 15083 replace statecode = 56 if congress == 110 & id == 20146 replace statecode = 56 if congress == 110 & id == 14448 replace statecode = 25 if congress == 110 & id == 29939 replace statecode = 25 if congress == 110 & id == 29940 replace statecode = 25 if congress == 110 & id == 29769 replace statecode = 25 if congress == 110 & id == 20537 replace statecode = 25 if congress == 110 & id == 14657 replace statecode = 25 if congress == 110 & id == 14675 replace statecode = 25 if congress == 110 & id == 12036 replace statecode = 25 if congress == 110 & id == 20751 replace statecode = 68 if congress == 110 & id == 29584 replace statecode = 99 if congress == 111 & id == 99911 replace statecode = 41 if congress == 111 & id == 20300 replace statecode = 41 if congress == 111 & id == 20900 replace statecode = 41 if congress == 111 & id == 20301 replace statecode = 41 if congress == 111 & id == 29701 replace statecode = 41 if congress == 111 & id == 20901 replace statecode = 41 if congress == 111 & id == 90901 replace statecode = 41 if congress == 111 & id == 29301 replace statecode = 41 if congress == 111 & id == 20302 replace statecode = 81 if congress == 111 & id == 14066 replace statecode = 61 if congress == 111 & id == 20902 replace statecode = 61 if congress == 111 & id == 20304 replace statecode = 61 if congress == 111 & id == 29501 replace statecode = 61 if congress == 111 & id == 29101 replace statecode = 61 if congress == 111 & id == 20700 replace statecode = 61 if congress == 111 & id == 20100 replace statecode = 61 if congress == 111 & id == 20305 replace statecode = 61 if congress == 111 & id == 20701 replace statecode = 42 if congress == 111 & id == 29702 replace statecode = 42 if congress == 111 & id == 29703 replace statecode = 42 if congress == 111 & id == 20101 replace statecode = 42 if congress == 111 & id == 20102 replace statecode = 71 if congress == 111 & id == 29901 replace statecode = 71 if congress == 111 & id == 15420 replace statecode = 71 if congress == 111 & id == 14647 replace statecode = 71 if congress == 111 & id == 20903 replace statecode = 71 if congress == 111 & id == 20538 replace statecode = 71 if congress == 111 & id == 29309 replace statecode = 71 if congress == 111 & id == 14256 replace statecode = 71 if congress == 111 & id == 15448 replace statecode = 71 if congress == 111 & id == 29778 replace statecode = 71 if congress == 111 & id == 29705 replace statecode = 71 if congress == 111 & id == 20958 replace statecode = 71 if congress == 111 & id == 20702 replace statecode = 71 if congress == 111 & id == 20762 replace statecode = 71 if congress == 111 & id == 14053 replace statecode = 71 if congress == 111 & id == 29312 replace statecode = 71 if congress == 111 & id == 20103 replace statecode = 71 if congress == 111 & id == 29504 replace statecode = 71 if congress == 111 & id == 29313 replace statecode = 71 if congress == 111 & id == 20306 replace statecode = 71 if congress == 111 & id == 29505 replace statecode = 71 if congress == 111 & id == 20501 replace statecode = 71 if congress == 111 & id == 20307 replace statecode = 71 if congress == 111 & id == 20703 replace statecode = 71 if congress == 111 & id == 29774 replace statecode = 71 if congress == 111 & id == 15413 replace statecode = 71 if congress == 111 & id == 29315 replace statecode = 71 if congress == 111 & id == 14813 replace statecode = 71 if congress == 111 & id == 29707 replace statecode = 71 if congress == 111 & id == 15005 replace statecode = 71 if congress == 111 & id == 20104 replace statecode = 71 if congress == 111 & id == 14280 replace statecode = 71 if congress == 111 & id == 29316 replace statecode = 71 if congress == 111 & id == 20105 replace statecode = 71 if congress == 111 & id == 20955 replace statecode = 71 if congress == 111 & id == 20106 replace statecode = 71 if congress == 111 & id == 29317 replace statecode = 71 if congress == 111 & id == 29106 replace statecode = 71 if congress == 111 & id == 29318 replace statecode = 71 if congress == 111 & id == 20752 replace statecode = 71 if congress == 111 & id == 29903 replace statecode = 71 if congress == 111 & id == 20310 replace statecode = 71 if congress == 111 & id == 29321 replace statecode = 71 if congress == 111 & id == 14644 replace statecode = 71 if congress == 111 & id == 29905 replace statecode = 71 if congress == 111 & id == 29942 replace statecode = 71 if congress == 111 & id == 29323 replace statecode = 71 if congress == 111 & id == 29775 replace statecode = 71 if congress == 111 & id == 15621 replace statecode = 71 if congress == 111 & id == 29709 replace statecode = 71 if congress == 111 & id == 20539 replace statecode = 71 if congress == 111 & id == 20107 replace statecode = 71 if congress == 111 & id == 29508 replace statecode = 71 if congress == 111 & id == 29325 replace statecode = 71 if congress == 111 & id == 20963 replace statecode = 71 if congress == 111 & id == 20108 replace statecode = 62 if congress == 111 & id == 29710 replace statecode = 62 if congress == 111 & id == 20904 replace statecode = 62 if congress == 111 & id == 20502 replace statecode = 62 if congress == 111 & id == 20905 replace statecode = 62 if congress == 111 & id == 20704 replace statecode = 62 if congress == 111 & id == 20906 replace statecode = 62 if congress == 111 & id == 20705 replace statecode = 1 if congress == 111 & id == 29908 replace statecode = 1 if congress == 111 & id == 20706 replace statecode = 1 if congress == 111 & id == 29109 replace statecode = 1 if congress == 111 & id == 20907 replace statecode = 1 if congress == 111 & id == 20707 replace statecode = 11 if congress == 111 & id == 29327 replace statecode = 43 if congress == 111 & id == 20110 replace statecode = 43 if congress == 111 & id == 29713 replace statecode = 43 if congress == 111 & id == 29328 replace statecode = 43 if congress == 111 & id == 20111 replace statecode = 43 if congress == 111 & id == 20313 replace statecode = 43 if congress == 111 & id == 15627 replace statecode = 43 if congress == 111 & id == 29331 replace statecode = 43 if congress == 111 & id == 20908 replace statecode = 43 if congress == 111 & id == 20758 replace statecode = 43 if congress == 111 & id == 13047 replace statecode = 43 if congress == 111 & id == 20708 replace statecode = 43 if congress == 111 & id == 20113 replace statecode = 43 if congress == 111 & id == 20709 replace statecode = 43 if congress == 111 & id == 20503 replace statecode = 43 if congress == 111 & id == 20909 replace statecode = 43 if congress == 111 & id == 20910 replace statecode = 43 if congress == 111 & id == 20358 replace statecode = 43 if congress == 111 & id == 15634 replace statecode = 43 if congress == 111 & id == 29715 replace statecode = 43 if congress == 111 & id == 20959 replace statecode = 43 if congress == 111 & id == 20504 replace statecode = 43 if congress == 111 & id == 29336 replace statecode = 43 if congress == 111 & id == 20711 replace statecode = 43 if congress == 111 & id == 29337 replace statecode = 43 if congress == 111 & id == 20911 replace statecode = 43 if congress == 111 & id == 20316 replace statecode = 44 if congress == 111 & id == 29338 replace statecode = 44 if congress == 111 & id == 29339 replace statecode = 44 if congress == 111 & id == 20506 replace statecode = 44 if congress == 111 & id == 20712 replace statecode = 44 if congress == 111 & id == 15431 replace statecode = 44 if congress == 111 & id == 20505 replace statecode = 44 if congress == 111 & id == 29341 replace statecode = 44 if congress == 111 & id == 20317 replace statecode = 44 if congress == 111 & id == 99342 replace statecode = 44 if congress == 111 & id == 20962 replace statecode = 44 if congress == 111 & id == 20753 replace statecode = 44 if congress == 111 & id == 20319 replace statecode = 44 if congress == 111 & id == 20507 replace statecode = 44 if congress == 111 & id == 20321 replace statecode = 82 if congress == 111 & id == 15245 replace statecode = 82 if congress == 111 & id == 20961 replace statecode = 82 if congress == 111 & id == 20713 replace statecode = 63 if congress == 111 & id == 20912 replace statecode = 63 if congress == 111 & id == 29910 replace statecode = 21 if congress == 111 & id == 29346 replace statecode = 21 if congress == 111 & id == 29585 replace statecode = 21 if congress == 111 & id == 20508 replace statecode = 21 if congress == 111 & id == 29348 replace statecode = 21 if congress == 111 & id == 20954 replace statecode = 21 if congress == 111 & id == 20715 replace statecode = 21 if congress == 111 & id == 29717 replace statecode = 21 if congress == 111 & id == 20509 replace statecode = 21 if congress == 111 & id == 29911 replace statecode = 21 if congress == 111 & id == 20115 replace statecode = 21 if congress == 111 & id == 20913 replace statecode = 21 if congress == 111 & id == 15453 replace statecode = 21 if congress == 111 & id == 29912 replace statecode = 21 if congress == 111 & id == 20749 replace statecode = 21 if congress == 111 & id == 20116 replace statecode = 21 if congress == 111 & id == 29349 replace statecode = 21 if congress == 111 & id == 20716 replace statecode = 21 if congress == 111 & id == 20914 replace statecode = 21 if congress == 111 & id == 29718 replace statecode = 22 if congress == 111 & id == 15124 replace statecode = 22 if congress == 111 & id == 20717 replace statecode = 22 if congress == 111 & id == 29519 replace statecode = 22 if congress == 111 & id == 21100 replace statecode = 22 if congress == 111 & id == 29350 replace statecode = 22 if congress == 111 & id == 15014 replace statecode = 22 if congress == 111 & id == 20117 replace statecode = 22 if congress == 111 & id == 20757 replace statecode = 22 if congress == 111 & id == 20718 replace statecode = 22 if congress == 111 & id == 29914 replace statecode = 31 if congress == 111 & id == 20719 replace statecode = 31 if congress == 111 & id == 20720 replace statecode = 31 if congress == 111 & id == 29721 replace statecode = 31 if congress == 111 & id == 29522 replace statecode = 31 if congress == 111 & id == 20325 replace statecode = 32 if congress == 111 & id == 29722 replace statecode = 32 if congress == 111 & id == 20915 replace statecode = 32 if congress == 111 & id == 29915 replace statecode = 32 if congress == 111 & id == 29524 replace statecode = 51 if congress == 111 & id == 29525 replace statecode = 51 if congress == 111 & id == 20916 replace statecode = 51 if congress == 111 & id == 20723 replace statecode = 51 if congress == 111 & id == 20511 replace statecode = 51 if congress == 111 & id == 14854 replace statecode = 51 if congress == 111 & id == 20326 replace statecode = 45 if congress == 111 & id == 20759 replace statecode = 45 if congress == 111 & id == 20917 replace statecode = 45 if congress == 111 & id == 20513 replace statecode = 45 if congress == 111 & id == 20918 replace statecode = 45 if congress == 111 & id == 90327 replace statecode = 45 if congress == 111 & id == 20919 replace statecode = 45 if congress == 111 & id == 20514 replace statecode = 2 if congress == 111 & id == 20920 replace statecode = 2 if congress == 111 & id == 20328 replace statecode = 52 if congress == 111 & id == 20921 replace statecode = 52 if congress == 111 & id == 20329 replace statecode = 52 if congress == 111 & id == 20724 replace statecode = 52 if congress == 111 & id == 20763 replace statecode = 52 if congress == 111 & id == 14873 replace statecode = 52 if congress == 111 & id == 29356 replace statecode = 52 if congress == 111 & id == 29587 replace statecode = 52 if congress == 111 & id == 20330 replace statecode = 3 if congress == 111 & id == 29123 replace statecode = 3 if congress == 111 & id == 15616 replace statecode = 3 if congress == 111 & id == 29729 replace statecode = 3 if congress == 111 & id == 14824 replace statecode = 3 if congress == 111 & id == 20754 replace statecode = 3 if congress == 111 & id == 29730 replace statecode = 3 if congress == 111 & id == 14435 replace statecode = 3 if congress == 111 & id == 29919 replace statecode = 3 if congress == 111 & id == 20119 replace statecode = 3 if congress == 111 & id == 29731 replace statecode = 23 if congress == 111 & id == 29360 replace statecode = 23 if congress == 111 & id == 29361 replace statecode = 23 if congress == 111 & id == 29362 replace statecode = 23 if congress == 111 & id == 29124 replace statecode = 23 if congress == 111 & id == 14430 replace statecode = 23 if congress == 111 & id == 15446 replace statecode = 23 if congress == 111 & id == 20922 replace statecode = 23 if congress == 111 & id == 20120 replace statecode = 23 if congress == 111 & id == 20923 replace statecode = 23 if congress == 111 & id == 20331 replace statecode = 23 if congress == 111 & id == 20332 replace statecode = 23 if congress == 111 & id == 15033 replace statecode = 23 if congress == 111 & id == 29733 replace statecode = 23 if congress == 111 & id == 10713 replace statecode = 23 if congress == 111 & id == 2605 replace statecode = 33 if congress == 111 & id == 20726 replace statecode = 33 if congress == 111 & id == 20333 replace statecode = 33 if congress == 111 & id == 20924 replace statecode = 33 if congress == 111 & id == 20122 replace statecode = 33 if congress == 111 & id == 20727 replace statecode = 33 if congress == 111 & id == 20728 replace statecode = 33 if congress == 111 & id == 29127 replace statecode = 33 if congress == 111 & id == 14265 replace statecode = 46 if congress == 111 & id == 20761 replace statecode = 46 if congress == 111 & id == 29368 replace statecode = 46 if congress == 111 & id == 20925 replace statecode = 46 if congress == 111 & id == 15637 replace statecode = 34 if congress == 111 & id == 20147 replace statecode = 34 if congress == 111 & id == 20123 replace statecode = 34 if congress == 111 & id == 20516 replace statecode = 34 if congress == 111 & id == 14451 replace statecode = 34 if congress == 111 & id == 20517 replace statecode = 34 if congress == 111 & id == 20124 replace statecode = 34 if congress == 111 & id == 29735 replace statecode = 34 if congress == 111 & id == 29736 replace statecode = 34 if congress == 111 & id == 20926 replace statecode = 64 if congress == 111 & id == 20125 replace statecode = 35 if congress == 111 & id == 20518 replace statecode = 35 if congress == 111 & id == 29921 replace statecode = 35 if congress == 111 & id == 20729 replace statecode = 65 if congress == 111 & id == 29922 replace statecode = 65 if congress == 111 & id == 20730 replace statecode = 65 if congress == 111 & id == 20927 replace statecode = 4 if congress == 111 & id == 20731 replace statecode = 4 if congress == 111 & id == 20732 replace statecode = 12 if congress == 111 & id == 29132 replace statecode = 12 if congress == 111 & id == 29539 replace statecode = 12 if congress == 111 & id == 20928 replace statecode = 12 if congress == 111 & id == 14863 replace statecode = 12 if congress == 111 & id == 20336 replace statecode = 12 if congress == 111 & id == 15454 replace statecode = 12 if congress == 111 & id == 20929 replace statecode = 12 if congress == 111 & id == 29741 replace statecode = 12 if congress == 111 & id == 29742 replace statecode = 12 if congress == 111 & id == 15619 replace statecode = 12 if congress == 111 & id == 29541 replace statecode = 12 if congress == 111 & id == 29923 replace statecode = 12 if congress == 111 & id == 20542 replace statecode = 66 if congress == 111 & id == 20930 replace statecode = 66 if congress == 111 & id == 20931 replace statecode = 66 if congress == 111 & id == 20932 replace statecode = 13 if congress == 111 & id == 20338 replace statecode = 13 if congress == 111 & id == 20129 replace statecode = 13 if congress == 111 & id == 29375 replace statecode = 13 if congress == 111 & id == 29744 replace statecode = 13 if congress == 111 & id == 15000 replace statecode = 13 if congress == 111 & id == 29776 replace statecode = 13 if congress == 111 & id == 29925 replace statecode = 13 if congress == 111 & id == 29377 replace statecode = 13 if congress == 111 & id == 29926 replace statecode = 13 if congress == 111 & id == 15072 replace statecode = 13 if congress == 111 & id == 20733 replace statecode = 13 if congress == 111 & id == 29378 replace statecode = 13 if congress == 111 & id == 20933 replace statecode = 13 if congress == 111 & id == 29379 replace statecode = 13 if congress == 111 & id == 13035 replace statecode = 13 if congress == 111 & id == 29134 replace statecode = 13 if congress == 111 & id == 15603 replace statecode = 13 if congress == 111 & id == 15612 replace statecode = 13 if congress == 111 & id == 20734 replace statecode = 13 if congress == 111 & id == 20735 replace statecode = 13 if congress == 111 & id == 20956 replace statecode = 13 if congress == 111 & id == 20934 replace statecode = 13 if congress == 111 & id == 29380 replace statecode = 13 if congress == 111 & id == 39316 replace statecode = 13 if congress == 111 & id == 20957 replace statecode = 13 if congress == 111 & id == 20736 replace statecode = 13 if congress == 111 & id == 20935 replace statecode = 13 if congress == 111 & id == 20936 replace statecode = 13 if congress == 111 & id == 20519 replace statecode = 13 if congress == 111 & id == 15444 replace statecode = 13 if congress == 111 & id == 20937 replace statecode = 13 if congress == 111 & id == 21101 replace statecode = 47 if congress == 111 & id == 20340 replace statecode = 47 if congress == 111 & id == 29745 replace statecode = 47 if congress == 111 & id == 29546 replace statecode = 47 if congress == 111 & id == 15438 replace statecode = 47 if congress == 111 & id == 20521 replace statecode = 47 if congress == 111 & id == 15092 replace statecode = 47 if congress == 111 & id == 29746 replace statecode = 47 if congress == 111 & id == 20938 replace statecode = 47 if congress == 111 & id == 29549 replace statecode = 47 if congress == 111 & id == 20522 replace statecode = 47 if congress == 111 & id == 20737 replace statecode = 47 if congress == 111 & id == 29383 replace statecode = 47 if congress == 111 & id == 20341 replace statecode = 36 if congress == 111 & id == 29384 replace statecode = 24 if congress == 111 & id == 20939 replace statecode = 24 if congress == 111 & id == 20540 replace statecode = 24 if congress == 111 & id == 20342 replace statecode = 24 if congress == 111 & id == 20738 replace statecode = 24 if congress == 111 & id == 20755 replace statecode = 24 if congress == 111 & id == 20739 replace statecode = 24 if congress == 111 & id == 20940 replace statecode = 24 if congress == 111 & id == 29137 replace statecode = 24 if congress == 111 & id == 15029 replace statecode = 24 if congress == 111 & id == 29748 replace statecode = 24 if congress == 111 & id == 20941 replace statecode = 24 if congress == 111 & id == 20130 replace statecode = 24 if congress == 111 & id == 20740 replace statecode = 24 if congress == 111 & id == 29553 replace statecode = 24 if congress == 111 & id == 20942 replace statecode = 24 if congress == 111 & id == 20943 replace statecode = 24 if congress == 111 & id == 20343 replace statecode = 24 if congress == 111 & id == 20741 replace statecode = 53 if congress == 111 & id == 20131 replace statecode = 53 if congress == 111 & id == 20523 replace statecode = 53 if congress == 111 & id == 29393 replace statecode = 53 if congress == 111 & id == 20344 replace statecode = 53 if congress == 111 & id == 20742 replace statecode = 72 if congress == 111 & id == 29931 replace statecode = 72 if congress == 111 & id == 29932 replace statecode = 72 if congress == 111 & id == 29588 replace statecode = 72 if congress == 111 & id == 15410 replace statecode = 72 if congress == 111 & id == 20944 replace statecode = 14 if congress == 111 & id == 29777 replace statecode = 14 if congress == 111 & id == 29559 replace statecode = 14 if congress == 111 & id == 20945 replace statecode = 14 if congress == 111 & id == 20743 replace statecode = 14 if congress == 111 & id == 20946 replace statecode = 14 if congress == 111 & id == 20345 replace statecode = 14 if congress == 111 & id == 20744 replace statecode = 14 if congress == 111 & id == 20745 replace statecode = 14 if congress == 111 & id == 20134 replace statecode = 14 if congress == 111 & id == 20746 replace statecode = 14 if congress == 111 & id == 15104 replace statecode = 14 if congress == 111 & id == 14072 replace statecode = 14 if congress == 111 & id == 20960 replace statecode = 14 if congress == 111 & id == 20525 replace statecode = 14 if congress == 111 & id == 29561 replace statecode = 14 if congress == 111 & id == 20526 replace statecode = 14 if congress == 111 & id == 29752 replace statecode = 14 if congress == 111 & id == 29396 replace statecode = 14 if congress == 111 & id == 20346 replace statecode = 14 if congress == 111 & id == 20135 replace statecode = 5 if congress == 111 & id == 29564 replace statecode = 5 if congress == 111 & id == 20136 replace statecode = 48 if congress == 111 & id == 20137 replace statecode = 48 if congress == 111 & id == 20138 replace statecode = 48 if congress == 111 & id == 20347 replace statecode = 48 if congress == 111 & id == 39300 replace statecode = 48 if congress == 111 & id == 15064 replace statecode = 48 if congress == 111 & id == 39301 replace statecode = 37 if congress == 111 & id == 20349 replace statecode = 54 if congress == 111 & id == 20947 replace statecode = 54 if congress == 111 & id == 15455 replace statecode = 54 if congress == 111 & id == 29567 replace statecode = 54 if congress == 111 & id == 20350 replace statecode = 54 if congress == 111 & id == 15019 replace statecode = 54 if congress == 111 & id == 15100 replace statecode = 54 if congress == 111 & id == 20351 replace statecode = 54 if congress == 111 & id == 15628 replace statecode = 54 if congress == 111 & id == 20748 replace statecode = 49 if congress == 111 & id == 20527 replace statecode = 49 if congress == 111 & id == 20528 replace statecode = 49 if congress == 111 & id == 29143 replace statecode = 49 if congress == 111 & id == 94828 replace statecode = 49 if congress == 111 & id == 20352 replace statecode = 49 if congress == 111 & id == 15085 replace statecode = 49 if congress == 111 & id == 20139 replace statecode = 49 if congress == 111 & id == 29760 replace statecode = 49 if congress == 111 & id == 20529 replace statecode = 49 if congress == 111 & id == 20530 replace statecode = 49 if congress == 111 & id == 20531 replace statecode = 49 if congress == 111 & id == 29762 replace statecode = 49 if congress == 111 & id == 29572 replace statecode = 49 if congress == 111 & id == 14290 replace statecode = 49 if congress == 111 & id == 29763 replace statecode = 49 if congress == 111 & id == 29764 replace statecode = 49 if congress == 111 & id == 29144 replace statecode = 49 if congress == 111 & id == 29573 replace statecode = 49 if congress == 111 & id == 20353 replace statecode = 49 if congress == 111 & id == 29943 replace statecode = 49 if congress == 111 & id == 15445 replace statecode = 49 if congress == 111 & id == 20948 replace statecode = 49 if congress == 111 & id == 29771 replace statecode = 49 if congress == 111 & id == 20532 replace statecode = 49 if congress == 111 & id == 29571 replace statecode = 49 if congress == 111 & id == 20355 replace statecode = 49 if congress == 111 & id == 15049 replace statecode = 49 if congress == 111 & id == 20533 replace statecode = 49 if congress == 111 & id == 39304 replace statecode = 49 if congress == 111 & id == 39305 replace statecode = 49 if congress == 111 & id == 20356 replace statecode = 49 if congress == 111 & id == 29759 replace statecode = 67 if congress == 111 & id == 20357 replace statecode = 67 if congress == 111 & id == 20140 replace statecode = 67 if congress == 111 & id == 20949 replace statecode = 6 if congress == 111 & id == 20750 replace statecode = 40 if congress == 111 & id == 20756 replace statecode = 40 if congress == 111 & id == 20950 replace statecode = 40 if congress == 111 & id == 39307 replace statecode = 40 if congress == 111 & id == 20143 replace statecode = 40 if congress == 111 & id == 20951 replace statecode = 40 if congress == 111 & id == 39308 replace statecode = 40 if congress == 111 & id == 20144 replace statecode = 40 if congress == 111 & id == 29149 replace statecode = 40 if congress == 111 & id == 15010 replace statecode = 40 if congress == 111 & id == 14869 replace statecode = 40 if congress == 111 & id == 20952 replace statecode = 73 if congress == 111 & id == 29937 replace statecode = 73 if congress == 111 & id == 20145 replace statecode = 73 if congress == 111 & id == 29938 replace statecode = 73 if congress == 111 & id == 29580 replace statecode = 73 if congress == 111 & id == 20535 replace statecode = 73 if congress == 111 & id == 14413 replace statecode = 73 if congress == 111 & id == 15613 replace statecode = 73 if congress == 111 & id == 20536 replace statecode = 73 if congress == 111 & id == 29768 replace statecode = 56 if congress == 111 & id == 15083 replace statecode = 56 if congress == 111 & id == 20146 replace statecode = 56 if congress == 111 & id == 14448 replace statecode = 25 if congress == 111 & id == 29939 replace statecode = 25 if congress == 111 & id == 29940 replace statecode = 25 if congress == 111 & id == 29769 replace statecode = 25 if congress == 111 & id == 20537 replace statecode = 25 if congress == 111 & id == 14657 replace statecode = 25 if congress == 111 & id == 14675 replace statecode = 25 if congress == 111 & id == 12036 replace statecode = 25 if congress == 111 & id == 20751 replace statecode = 68 if congress == 111 & id == 20953 replace statecode = 99 if congress == 112 & id == 99911 replace statecode = 41 if congress == 112 & id == 20300 replace statecode = 41 if congress == 112 & id == 21192 replace statecode = 41 if congress == 112 & id == 20301 replace statecode = 41 if congress == 112 & id == 29701 replace statecode = 41 if congress == 112 & id == 21193 replace statecode = 41 if congress == 112 & id == 29301 replace statecode = 41 if congress == 112 & id == 21102 replace statecode = 81 if congress == 112 & id == 14066 replace statecode = 61 if congress == 112 & id == 21103 replace statecode = 61 if congress == 112 & id == 20304 replace statecode = 61 if congress == 112 & id == 21104 replace statecode = 61 if congress == 112 & id == 29101 replace statecode = 61 if congress == 112 & id == 21105 replace statecode = 61 if congress == 112 & id == 20100 replace statecode = 61 if congress == 112 & id == 20305 replace statecode = 61 if congress == 112 & id == 20701 replace statecode = 61 if congress == 112 & id == 21199 replace statecode = 42 if congress == 112 & id == 21106 replace statecode = 42 if congress == 112 & id == 21107 replace statecode = 42 if congress == 112 & id == 21108 replace statecode = 42 if congress == 112 & id == 20102 replace statecode = 71 if congress == 112 & id == 29901 replace statecode = 71 if congress == 112 & id == 15420 replace statecode = 71 if congress == 112 & id == 14647 replace statecode = 71 if congress == 112 & id == 20903 replace statecode = 71 if congress == 112 & id == 20538 replace statecode = 71 if congress == 112 & id == 29309 replace statecode = 71 if congress == 112 & id == 14256 replace statecode = 71 if congress == 112 & id == 15448 replace statecode = 71 if congress == 112 & id == 29778 replace statecode = 71 if congress == 112 & id == 20958 replace statecode = 71 if congress == 112 & id == 20702 replace statecode = 71 if congress == 112 & id == 20762 replace statecode = 71 if congress == 112 & id == 14053 replace statecode = 71 if congress == 112 & id == 29312 replace statecode = 71 if congress == 112 & id == 20103 replace statecode = 71 if congress == 112 & id == 29504 replace statecode = 71 if congress == 112 & id == 29313 replace statecode = 71 if congress == 112 & id == 20306 replace statecode = 71 if congress == 112 & id == 21109 replace statecode = 71 if congress == 112 & id == 20501 replace statecode = 71 if congress == 112 & id == 20307 replace statecode = 71 if congress == 112 & id == 20703 replace statecode = 71 if congress == 112 & id == 29774 replace statecode = 71 if congress == 112 & id == 15413 replace statecode = 71 if congress == 112 & id == 29315 replace statecode = 71 if congress == 112 & id == 14813 replace statecode = 71 if congress == 112 & id == 29707 replace statecode = 71 if congress == 112 & id == 15005 replace statecode = 71 if congress == 112 & id == 20104 replace statecode = 71 if congress == 112 & id == 14280 replace statecode = 71 if congress == 112 & id == 29316 replace statecode = 71 if congress == 112 & id == 20955 replace statecode = 71 if congress == 112 & id == 21110 replace statecode = 71 if congress == 112 & id == 29317 replace statecode = 71 if congress == 112 & id == 29106 replace statecode = 71 if congress == 112 & id == 29318 replace statecode = 71 if congress == 112 & id == 21195 replace statecode = 71 if congress == 112 & id == 20752 replace statecode = 71 if congress == 112 & id == 29903 replace statecode = 71 if congress == 112 & id == 20310 replace statecode = 71 if congress == 112 & id == 29321 replace statecode = 71 if congress == 112 & id == 14644 replace statecode = 71 if congress == 112 & id == 29905 replace statecode = 71 if congress == 112 & id == 29942 replace statecode = 71 if congress == 112 & id == 29323 replace statecode = 71 if congress == 112 & id == 29775 replace statecode = 71 if congress == 112 & id == 15621 replace statecode = 71 if congress == 112 & id == 29709 replace statecode = 71 if congress == 112 & id == 20539 replace statecode = 71 if congress == 112 & id == 20107 replace statecode = 71 if congress == 112 & id == 29508 replace statecode = 71 if congress == 112 & id == 29325 replace statecode = 71 if congress == 112 & id == 20963 replace statecode = 71 if congress == 112 & id == 20108 replace statecode = 62 if congress == 112 & id == 29710 replace statecode = 62 if congress == 112 & id == 20904 replace statecode = 62 if congress == 112 & id == 21111 replace statecode = 62 if congress == 112 & id == 21112 replace statecode = 62 if congress == 112 & id == 20704 replace statecode = 62 if congress == 112 & id == 20906 replace statecode = 62 if congress == 112 & id == 20705 replace statecode = 1 if congress == 112 & id == 29908 replace statecode = 1 if congress == 112 & id == 20706 replace statecode = 1 if congress == 112 & id == 29109 replace statecode = 1 if congress == 112 & id == 20907 replace statecode = 1 if congress == 112 & id == 20707 replace statecode = 11 if congress == 112 & id == 21113 replace statecode = 43 if congress == 112 & id == 20110 replace statecode = 43 if congress == 112 & id == 21114 replace statecode = 43 if congress == 112 & id == 29328 replace statecode = 43 if congress == 112 & id == 20111 replace statecode = 43 if congress == 112 & id == 21115 replace statecode = 43 if congress == 112 & id == 15627 replace statecode = 43 if congress == 112 & id == 29331 replace statecode = 43 if congress == 112 & id == 21116 replace statecode = 43 if congress == 112 & id == 20758 replace statecode = 43 if congress == 112 & id == 13047 replace statecode = 43 if congress == 112 & id == 20708 replace statecode = 43 if congress == 112 & id == 21117 replace statecode = 43 if congress == 112 & id == 20709 replace statecode = 43 if congress == 112 & id == 20503 replace statecode = 43 if congress == 112 & id == 20909 replace statecode = 43 if congress == 112 & id == 20910 replace statecode = 43 if congress == 112 & id == 21118 replace statecode = 43 if congress == 112 & id == 15634 replace statecode = 43 if congress == 112 & id == 20959 replace statecode = 43 if congress == 112 & id == 20504 replace statecode = 43 if congress == 112 & id == 20316 replace statecode = 43 if congress == 112 & id == 21119 replace statecode = 43 if congress == 112 & id == 29337 replace statecode = 43 if congress == 112 & id == 21120 replace statecode = 43 if congress == 112 & id == 21121 replace statecode = 44 if congress == 112 & id == 29338 replace statecode = 44 if congress == 112 & id == 29339 replace statecode = 44 if congress == 112 & id == 20506 replace statecode = 44 if congress == 112 & id == 20712 replace statecode = 44 if congress == 112 & id == 15431 replace statecode = 44 if congress == 112 & id == 20505 replace statecode = 44 if congress == 112 & id == 21122 replace statecode = 44 if congress == 112 & id == 21123 replace statecode = 44 if congress == 112 & id == 20962 replace statecode = 44 if congress == 112 & id == 20753 replace statecode = 44 if congress == 112 & id == 20319 replace statecode = 44 if congress == 112 & id == 20507 replace statecode = 44 if congress == 112 & id == 20321 replace statecode = 82 if congress == 112 & id == 21124 replace statecode = 82 if congress == 112 & id == 20713 replace statecode = 63 if congress == 112 & id == 21125 replace statecode = 63 if congress == 112 & id == 29910 replace statecode = 21 if congress == 112 & id == 29346 replace statecode = 21 if congress == 112 & id == 29585 replace statecode = 21 if congress == 112 & id == 20508 replace statecode = 21 if congress == 112 & id == 29348 replace statecode = 21 if congress == 112 & id == 20954 replace statecode = 21 if congress == 112 & id == 20715 replace statecode = 21 if congress == 112 & id == 29717 replace statecode = 21 if congress == 112 & id == 21126 replace statecode = 21 if congress == 112 & id == 29911 replace statecode = 21 if congress == 112 & id == 21127 replace statecode = 21 if congress == 112 & id == 21128 replace statecode = 21 if congress == 112 & id == 15453 replace statecode = 21 if congress == 112 & id == 29912 replace statecode = 21 if congress == 112 & id == 21129 replace statecode = 21 if congress == 112 & id == 20116 replace statecode = 21 if congress == 112 & id == 29349 replace statecode = 21 if congress == 112 & id == 21130 replace statecode = 21 if congress == 112 & id == 20914 replace statecode = 21 if congress == 112 & id == 29718 replace statecode = 22 if congress == 112 & id == 15124 replace statecode = 22 if congress == 112 & id == 20717 replace statecode = 22 if congress == 112 & id == 21100 replace statecode = 22 if congress == 112 & id == 21131 replace statecode = 22 if congress == 112 & id == 15014 replace statecode = 22 if congress == 112 & id == 20117 replace statecode = 22 if congress == 112 & id == 20757 replace statecode = 22 if congress == 112 & id == 21132 replace statecode = 22 if congress == 112 & id == 21133 replace statecode = 31 if congress == 112 & id == 20719 replace statecode = 31 if congress == 112 & id == 20720 replace statecode = 31 if congress == 112 & id == 29721 replace statecode = 31 if congress == 112 & id == 29522 replace statecode = 31 if congress == 112 & id == 20325 replace statecode = 32 if congress == 112 & id == 21134 replace statecode = 32 if congress == 112 & id == 20915 replace statecode = 32 if congress == 112 & id == 21135 replace statecode = 32 if congress == 112 & id == 21136 replace statecode = 51 if congress == 112 & id == 29525 replace statecode = 51 if congress == 112 & id == 20916 replace statecode = 51 if congress == 112 & id == 20723 replace statecode = 51 if congress == 112 & id == 20511 replace statecode = 51 if congress == 112 & id == 31102 replace statecode = 51 if congress == 112 & id == 14854 replace statecode = 51 if congress == 112 & id == 20326 replace statecode = 45 if congress == 112 & id == 20759 replace statecode = 45 if congress == 112 & id == 21137 replace statecode = 45 if congress == 112 & id == 21138 replace statecode = 45 if congress == 112 & id == 20918 replace statecode = 45 if congress == 112 & id == 90327 replace statecode = 45 if congress == 112 & id == 20919 replace statecode = 45 if congress == 112 & id == 20514 replace statecode = 2 if congress == 112 & id == 20920 replace statecode = 2 if congress == 112 & id == 20328 replace statecode = 52 if congress == 112 & id == 21139 replace statecode = 52 if congress == 112 & id == 20329 replace statecode = 52 if congress == 112 & id == 20724 replace statecode = 52 if congress == 112 & id == 20763 replace statecode = 52 if congress == 112 & id == 14873 replace statecode = 52 if congress == 112 & id == 29356 replace statecode = 52 if congress == 112 & id == 29587 replace statecode = 52 if congress == 112 & id == 20330 replace statecode = 3 if congress == 112 & id == 29123 replace statecode = 3 if congress == 112 & id == 15616 replace statecode = 3 if congress == 112 & id == 29729 replace statecode = 3 if congress == 112 & id == 14824 replace statecode = 3 if congress == 112 & id == 20754 replace statecode = 3 if congress == 112 & id == 29730 replace statecode = 3 if congress == 112 & id == 14435 replace statecode = 3 if congress == 112 & id == 29919 replace statecode = 3 if congress == 112 & id == 20119 replace statecode = 3 if congress == 112 & id == 21140 replace statecode = 23 if congress == 112 & id == 21141 replace statecode = 23 if congress == 112 & id == 21142 replace statecode = 23 if congress == 112 & id == 21143 replace statecode = 23 if congress == 112 & id == 29124 replace statecode = 23 if congress == 112 & id == 14430 replace statecode = 23 if congress == 112 & id == 15446 replace statecode = 23 if congress == 112 & id == 20725 replace statecode = 23 if congress == 112 & id == 20120 replace statecode = 23 if congress == 112 & id == 20923 replace statecode = 23 if congress == 112 & id == 20331 replace statecode = 23 if congress == 112 & id == 20332 replace statecode = 23 if congress == 112 & id == 31100 replace statecode = 23 if congress == 112 & id == 15033 replace statecode = 23 if congress == 112 & id == 21145 replace statecode = 23 if congress == 112 & id == 10713 replace statecode = 23 if congress == 112 & id == 2605 replace statecode = 33 if congress == 112 & id == 20726 replace statecode = 33 if congress == 112 & id == 20333 replace statecode = 33 if congress == 112 & id == 20924 replace statecode = 33 if congress == 112 & id == 20122 replace statecode = 33 if congress == 112 & id == 20727 replace statecode = 33 if congress == 112 & id == 20728 replace statecode = 33 if congress == 112 & id == 29127 replace statecode = 33 if congress == 112 & id == 21146 replace statecode = 46 if congress == 112 & id == 21147 replace statecode = 46 if congress == 112 & id == 29368 replace statecode = 46 if congress == 112 & id == 20925 replace statecode = 46 if congress == 112 & id == 21148 replace statecode = 34 if congress == 112 & id == 20147 replace statecode = 34 if congress == 112 & id == 20123 replace statecode = 34 if congress == 112 & id == 20516 replace statecode = 34 if congress == 112 & id == 21149 replace statecode = 34 if congress == 112 & id == 20517 replace statecode = 34 if congress == 112 & id == 20124 replace statecode = 34 if congress == 112 & id == 21150 replace statecode = 34 if congress == 112 & id == 29736 replace statecode = 34 if congress == 112 & id == 20926 replace statecode = 64 if congress == 112 & id == 20125 replace statecode = 35 if congress == 112 & id == 20518 replace statecode = 35 if congress == 112 & id == 29921 replace statecode = 35 if congress == 112 & id == 20729 replace statecode = 65 if congress == 112 & id == 29922 replace statecode = 65 if congress == 112 & id == 20730 replace statecode = 65 if congress == 112 & id == 21196 replace statecode = 65 if congress == 112 & id == 21151 replace statecode = 4 if congress == 112 & id == 21152 replace statecode = 4 if congress == 112 & id == 29538 replace statecode = 12 if congress == 112 & id == 29132 replace statecode = 12 if congress == 112 & id == 29539 replace statecode = 12 if congress == 112 & id == 21153 replace statecode = 12 if congress == 112 & id == 14863 replace statecode = 12 if congress == 112 & id == 20336 replace statecode = 12 if congress == 112 & id == 15454 replace statecode = 12 if congress == 112 & id == 20929 replace statecode = 12 if congress == 112 & id == 29741 replace statecode = 12 if congress == 112 & id == 29742 replace statecode = 12 if congress == 112 & id == 15619 replace statecode = 12 if congress == 112 & id == 31103 replace statecode = 12 if congress == 112 & id == 29541 replace statecode = 12 if congress == 112 & id == 29923 replace statecode = 12 if congress == 112 & id == 20542 replace statecode = 66 if congress == 112 & id == 20930 replace statecode = 66 if congress == 112 & id == 20337 replace statecode = 66 if congress == 112 & id == 20932 replace statecode = 13 if congress == 112 & id == 20338 replace statecode = 13 if congress == 112 & id == 20129 replace statecode = 13 if congress == 112 & id == 29375 replace statecode = 13 if congress == 112 & id == 29744 replace statecode = 13 if congress == 112 & id == 15000 replace statecode = 13 if congress == 112 & id == 29776 replace statecode = 13 if congress == 112 & id == 29925 replace statecode = 13 if congress == 112 & id == 29377 replace statecode = 13 if congress == 112 & id == 29926 replace statecode = 13 if congress == 112 & id == 21197 replace statecode = 13 if congress == 112 & id == 15072 replace statecode = 13 if congress == 112 & id == 20733 replace statecode = 13 if congress == 112 & id == 29378 replace statecode = 13 if congress == 112 & id == 21154 replace statecode = 13 if congress == 112 & id == 29379 replace statecode = 13 if congress == 112 & id == 13035 replace statecode = 13 if congress == 112 & id == 29134 replace statecode = 13 if congress == 112 & id == 15603 replace statecode = 13 if congress == 112 & id == 15612 replace statecode = 13 if congress == 112 & id == 21155 replace statecode = 13 if congress == 112 & id == 21156 replace statecode = 13 if congress == 112 & id == 20934 replace statecode = 13 if congress == 112 & id == 29380 replace statecode = 13 if congress == 112 & id == 20957 replace statecode = 13 if congress == 112 & id == 21157 replace statecode = 13 if congress == 112 & id == 21158 replace statecode = 13 if congress == 112 & id == 20936 replace statecode = 13 if congress == 112 & id == 21194 replace statecode = 13 if congress == 112 & id == 20519 replace statecode = 13 if congress == 112 & id == 15444 replace statecode = 13 if congress == 112 & id == 21101 replace statecode = 47 if congress == 112 & id == 20340 replace statecode = 47 if congress == 112 & id == 21159 replace statecode = 47 if congress == 112 & id == 29546 replace statecode = 47 if congress == 112 & id == 15438 replace statecode = 47 if congress == 112 & id == 20521 replace statecode = 47 if congress == 112 & id == 15092 replace statecode = 47 if congress == 112 & id == 29746 replace statecode = 47 if congress == 112 & id == 20938 replace statecode = 47 if congress == 112 & id == 29549 replace statecode = 47 if congress == 112 & id == 20522 replace statecode = 47 if congress == 112 & id == 20737 replace statecode = 47 if congress == 112 & id == 29383 replace statecode = 47 if congress == 112 & id == 20341 replace statecode = 36 if congress == 112 & id == 21160 replace statecode = 24 if congress == 112 & id == 29550 replace statecode = 24 if congress == 112 & id == 20540 replace statecode = 24 if congress == 112 & id == 20342 replace statecode = 24 if congress == 112 & id == 20738 replace statecode = 24 if congress == 112 & id == 20755 replace statecode = 24 if congress == 112 & id == 21162 replace statecode = 24 if congress == 112 & id == 20940 replace statecode = 24 if congress == 112 & id == 29137 replace statecode = 24 if congress == 112 & id == 15029 replace statecode = 24 if congress == 112 & id == 29748 replace statecode = 24 if congress == 112 & id == 20941 replace statecode = 24 if congress == 112 & id == 20130 replace statecode = 24 if congress == 112 & id == 20740 replace statecode = 24 if congress == 112 & id == 29553 replace statecode = 24 if congress == 112 & id == 21163 replace statecode = 24 if congress == 112 & id == 21164 replace statecode = 24 if congress == 112 & id == 20343 replace statecode = 24 if congress == 112 & id == 21165 replace statecode = 53 if congress == 112 & id == 20131 replace statecode = 53 if congress == 112 & id == 20523 replace statecode = 53 if congress == 112 & id == 29393 replace statecode = 53 if congress == 112 & id == 20344 replace statecode = 53 if congress == 112 & id == 21166 replace statecode = 72 if congress == 112 & id == 29931 replace statecode = 72 if congress == 112 & id == 21198 replace statecode = 72 if congress == 112 & id == 29932 replace statecode = 72 if congress == 112 & id == 29588 replace statecode = 72 if congress == 112 & id == 15410 replace statecode = 72 if congress == 112 & id == 20944 replace statecode = 14 if congress == 112 & id == 29777 replace statecode = 14 if congress == 112 & id == 29559 replace statecode = 14 if congress == 112 & id == 21167 replace statecode = 14 if congress == 112 & id == 20743 replace statecode = 14 if congress == 112 & id == 20946 replace statecode = 14 if congress == 112 & id == 20345 replace statecode = 14 if congress == 112 & id == 21168 replace statecode = 14 if congress == 112 & id == 20524 replace statecode = 14 if congress == 112 & id == 20134 replace statecode = 14 if congress == 112 & id == 21170 replace statecode = 14 if congress == 112 & id == 21171 replace statecode = 14 if congress == 112 & id == 20960 replace statecode = 14 if congress == 112 & id == 20525 replace statecode = 14 if congress == 112 & id == 29561 replace statecode = 14 if congress == 112 & id == 20526 replace statecode = 14 if congress == 112 & id == 29752 replace statecode = 14 if congress == 112 & id == 29396 replace statecode = 14 if congress == 112 & id == 20346 replace statecode = 14 if congress == 112 & id == 20135 replace statecode = 5 if congress == 112 & id == 21172 replace statecode = 5 if congress == 112 & id == 20136 replace statecode = 48 if congress == 112 & id == 21173 replace statecode = 48 if congress == 112 & id == 20138 replace statecode = 48 if congress == 112 & id == 21174 replace statecode = 48 if congress == 112 & id == 21175 replace statecode = 48 if congress == 112 & id == 21176 replace statecode = 48 if congress == 112 & id == 39301 replace statecode = 37 if congress == 112 & id == 21177 replace statecode = 54 if congress == 112 & id == 20947 replace statecode = 54 if congress == 112 & id == 15455 replace statecode = 54 if congress == 112 & id == 21178 replace statecode = 54 if congress == 112 & id == 21179 replace statecode = 54 if congress == 112 & id == 15019 replace statecode = 54 if congress == 112 & id == 21180 replace statecode = 54 if congress == 112 & id == 20351 replace statecode = 54 if congress == 112 & id == 21181 replace statecode = 54 if congress == 112 & id == 20748 replace statecode = 49 if congress == 112 & id == 20527 replace statecode = 49 if congress == 112 & id == 20528 replace statecode = 49 if congress == 112 & id == 29143 replace statecode = 49 if congress == 112 & id == 94828 replace statecode = 49 if congress == 112 & id == 20352 replace statecode = 49 if congress == 112 & id == 15085 replace statecode = 49 if congress == 112 & id == 20139 replace statecode = 49 if congress == 112 & id == 29760 replace statecode = 49 if congress == 112 & id == 20529 replace statecode = 49 if congress == 112 & id == 20530 replace statecode = 49 if congress == 112 & id == 20531 replace statecode = 49 if congress == 112 & id == 29762 replace statecode = 49 if congress == 112 & id == 29572 replace statecode = 49 if congress == 112 & id == 14290 replace statecode = 49 if congress == 112 & id == 29763 replace statecode = 49 if congress == 112 & id == 29764 replace statecode = 49 if congress == 112 & id == 21182 replace statecode = 49 if congress == 112 & id == 29573 replace statecode = 49 if congress == 112 & id == 20353 replace statecode = 49 if congress == 112 & id == 29943 replace statecode = 49 if congress == 112 & id == 15445 replace statecode = 49 if congress == 112 & id == 20948 replace statecode = 49 if congress == 112 & id == 21183 replace statecode = 49 if congress == 112 & id == 20532 replace statecode = 49 if congress == 112 & id == 29571 replace statecode = 49 if congress == 112 & id == 20355 replace statecode = 49 if congress == 112 & id == 21184 replace statecode = 49 if congress == 112 & id == 20533 replace statecode = 49 if congress == 112 & id == 39304 replace statecode = 49 if congress == 112 & id == 39305 replace statecode = 49 if congress == 112 & id == 20356 replace statecode = 49 if congress == 112 & id == 29759 replace statecode = 67 if congress == 112 & id == 20357 replace statecode = 67 if congress == 112 & id == 20140 replace statecode = 67 if congress == 112 & id == 20949 replace statecode = 6 if congress == 112 & id == 20750 replace statecode = 40 if congress == 112 & id == 20756 replace statecode = 40 if congress == 112 & id == 21185 replace statecode = 40 if congress == 112 & id == 39307 replace statecode = 40 if congress == 112 & id == 20143 replace statecode = 40 if congress == 112 & id == 21186 replace statecode = 40 if congress == 112 & id == 39308 replace statecode = 40 if congress == 112 & id == 20144 replace statecode = 40 if congress == 112 & id == 29149 replace statecode = 40 if congress == 112 & id == 21191 replace statecode = 40 if congress == 112 & id == 14869 replace statecode = 40 if congress == 112 & id == 20952 replace statecode = 73 if congress == 112 & id == 29937 replace statecode = 73 if congress == 112 & id == 31101 replace statecode = 73 if congress == 112 & id == 20145 replace statecode = 73 if congress == 112 & id == 21187 replace statecode = 73 if congress == 112 & id == 29580 replace statecode = 73 if congress == 112 & id == 20535 replace statecode = 73 if congress == 112 & id == 14413 replace statecode = 73 if congress == 112 & id == 15613 replace statecode = 73 if congress == 112 & id == 20536 replace statecode = 73 if congress == 112 & id == 29768 replace statecode = 56 if congress == 112 & id == 21188 replace statecode = 56 if congress == 112 & id == 20146 replace statecode = 56 if congress == 112 & id == 14448 replace statecode = 25 if congress == 112 & id == 29939 replace statecode = 25 if congress == 112 & id == 29940 replace statecode = 25 if congress == 112 & id == 29769 replace statecode = 25 if congress == 112 & id == 20537 replace statecode = 25 if congress == 112 & id == 14657 replace statecode = 25 if congress == 112 & id == 14675 replace statecode = 25 if congress == 112 & id == 21189 replace statecode = 25 if congress == 112 & id == 21190 replace statecode = 68 if congress == 112 & id == 20953 replace district = 0 if congress == 82 & id == 99900 replace district = 1 if congress == 82 & id == 937 replace district = 2 if congress == 82 & id == 3754 replace district = 3 if congress == 82 & id == 195 replace district = 4 if congress == 82 & id == 7954 replace district = 5 if congress == 82 & id == 7695 replace district = 6 if congress == 82 & id == 2468 replace district = 7 if congress == 82 & id == 2909 replace district = 8 if congress == 82 & id == 5058 replace district = 9 if congress == 82 & id == 520 replace district = 1 if congress == 82 & id == 6799 replace district = 2 if congress == 82 & id == 7234 replace district = 1 if congress == 82 & id == 3506 replace district = 2 if congress == 82 & id == 6532 replace district = 3 if congress == 82 & id == 9473 replace district = 4 if congress == 82 & id == 9148 replace district = 5 if congress == 82 & id == 4244 replace district = 6 if congress == 82 & id == 6958 replace district = 7 if congress == 82 & id == 4110 replace district = 1 if congress == 82 & id == 8322 replace district = 2 if congress == 82 & id == 2965 replace district = 3 if congress == 82 & id == 4976 replace district = 4 if congress == 82 & id == 4201 replace district = 5 if congress == 82 & id == 8437 replace district = 6 if congress == 82 & id == 6483 replace district = 7 if congress == 82 & id == 116 replace district = 8 if congress == 82 & id == 173 replace district = 9 if congress == 82 & id == 4751 replace district = 10 if congress == 82 & id == 9956 replace district = 11 if congress == 82 & id == 971 replace district = 12 if congress == 82 & id == 4437 replace district = 13 if congress == 82 & id == 7566 replace district = 14 if congress == 82 & id == 10431 replace district = 15 if congress == 82 & id == 6220 replace district = 16 if congress == 82 & id == 4846 replace district = 17 if congress == 82 & id == 5255 replace district = 18 if congress == 82 & id == 2713 replace district = 19 if congress == 82 & id == 4514 replace district = 20 if congress == 82 & id == 4450 replace district = 21 if congress == 82 & id == 8444 replace district = 22 if congress == 82 & id == 7415 replace district = 23 if congress == 82 & id == 6317 replace district = 1 if congress == 82 & id == 8021 replace district = 2 if congress == 82 & id == 4429 replace district = 3 if congress == 82 & id == 1684 replace district = 4 if congress == 82 & id == 275 replace district = 1 if congress == 82 & id == 7847 replace district = 2 if congress == 82 & id == 8346 replace district = 3 if congress == 82 & id == 6267 replace district = 4 if congress == 82 & id == 6664 replace district = 5 if congress == 82 & id == 7245 replace district = 99 if congress == 82 & id == 8170 replace district = 1 if congress == 82 & id == 823 replace district = 1 if congress == 82 & id == 6361 replace district = 2 if congress == 82 & id == 633 replace district = 3 if congress == 82 & id == 8507 replace district = 4 if congress == 82 & id == 5471 replace district = 5 if congress == 82 & id == 4354 replace district = 6 if congress == 82 & id == 8023 replace district = 1 if congress == 82 & id == 7605 replace district = 2 if congress == 82 & id == 2111 replace district = 3 if congress == 82 & id == 3286 replace district = 4 if congress == 82 & id == 1439 replace district = 5 if congress == 82 & id == 2389 replace district = 6 if congress == 82 & id == 9677 replace district = 7 if congress == 82 & id == 5459 replace district = 8 if congress == 82 & id == 9996 replace district = 9 if congress == 82 & id == 10329 replace district = 10 if congress == 82 & id == 1130 replace district = 1 if congress == 82 & id == 10330 replace district = 2 if congress == 82 & id == 1215 replace district = 1 if congress == 82 & id == 2433 replace district = 2 if congress == 82 & id == 9584 replace district = 3 if congress == 82 & id == 1324 replace district = 4 if congress == 82 & id == 6389 replace district = 5 if congress == 82 & id == 5326 replace district = 6 if congress == 82 & id == 7004 replace district = 7 if congress == 82 & id == 8163 replace district = 8 if congress == 82 & id == 3700 replace district = 9 if congress == 82 & id == 10421 replace district = 10 if congress == 82 & id == 4493 replace district = 11 if congress == 82 & id == 8426 replace district = 12 if congress == 82 & id == 5020 replace district = 13 if congress == 82 & id == 1722 replace district = 14 if congress == 82 & id == 7779 replace district = 15 if congress == 82 & id == 6061 replace district = 16 if congress == 82 & id == 121 replace district = 17 if congress == 82 & id == 226 replace district = 18 if congress == 82 & id == 9657 replace district = 19 if congress == 82 & id == 1702 replace district = 20 if congress == 82 & id == 8533 replace district = 21 if congress == 82 & id == 5884 replace district = 22 if congress == 82 & id == 8814 replace district = 23 if congress == 82 & id == 4911 replace district = 24 if congress == 82 & id == 9693 replace district = 25 if congress == 82 & id == 7610 replace district = 26 if congress == 82 & id == 731 replace district = 1 if congress == 82 & id == 5900 replace district = 2 if congress == 82 & id == 3963 replace district = 3 if congress == 82 & id == 2227 replace district = 4 if congress == 82 & id == 18 replace district = 5 if congress == 82 & id == 550 replace district = 6 if congress == 82 & id == 4050 replace district = 7 if congress == 82 & id == 986 replace district = 8 if congress == 82 & id == 2517 replace district = 9 if congress == 82 & id == 10212 replace district = 10 if congress == 82 & id == 4165 replace district = 11 if congress == 82 & id == 1152 replace district = 1 if congress == 82 & id == 6039 replace district = 2 if congress == 82 & id == 9168 replace district = 3 if congress == 82 & id == 3853 replace district = 4 if congress == 82 & id == 5552 replace district = 5 if congress == 82 & id == 2256 replace district = 6 if congress == 82 & id == 2647 replace district = 7 if congress == 82 & id == 4928 replace district = 8 if congress == 82 & id == 4482 replace district = 1 if congress == 82 & id == 1920 replace district = 2 if congress == 82 & id == 8318 replace district = 3 if congress == 82 & id == 3534 replace district = 4 if congress == 82 & id == 7799 replace district = 5 if congress == 82 & id == 4562 replace district = 6 if congress == 82 & id == 8709 replace district = 1 if congress == 82 & id == 3809 replace district = 2 if congress == 82 & id == 10002 replace district = 3 if congress == 82 & id == 6745 replace district = 4 if congress == 82 & id == 1682 replace district = 5 if congress == 82 & id == 8778 replace district = 6 if congress == 82 & id == 9561 replace district = 6 if congress == 82 & id == 9882 replace district = 7 if congress == 82 & id == 7343 replace district = 8 if congress == 82 & id == 516 replace district = 9 if congress == 82 & id == 3649 replace district = 1 if congress == 82 & id == 4275 replace district = 2 if congress == 82 & id == 824 replace district = 3 if congress == 82 & id == 10201 replace district = 4 if congress == 82 & id == 1081 replace district = 5 if congress == 82 & id == 7228 replace district = 6 if congress == 82 & id == 6721 replace district = 7 if congress == 82 & id == 5476 replace district = 8 if congress == 82 & id == 100 replace district = 1 if congress == 82 & id == 3924 replace district = 2 if congress == 82 & id == 6863 replace district = 3 if congress == 82 & id == 3096 replace district = 3 if congress == 82 & id == 6276 replace district = 1 if congress == 82 & id == 6481 replace district = 2 if congress == 82 & id == 2531 replace district = 3 if congress == 82 & id == 3480 replace district = 4 if congress == 82 & id == 3054 replace district = 5 if congress == 82 & id == 8219 replace district = 6 if congress == 82 & id == 546 replace district = 1 if congress == 82 & id == 4372 replace district = 2 if congress == 82 & id == 3415 replace district = 3 if congress == 82 & id == 7408 replace district = 4 if congress == 82 & id == 2660 replace district = 5 if congress == 82 & id == 8024 replace district = 6 if congress == 82 & id == 518 replace district = 7 if congress == 82 & id == 5447 replace district = 8 if congress == 82 & id == 3682 replace district = 9 if congress == 82 & id == 6922 replace district = 10 if congress == 82 & id == 4371 replace district = 11 if congress == 82 & id == 5180 replace district = 12 if congress == 82 & id == 6177 replace district = 13 if congress == 82 & id == 10095 replace district = 14 if congress == 82 & id == 6033 replace district = 1 if congress == 82 & id == 5880 replace district = 2 if congress == 82 & id == 6399 replace district = 3 if congress == 82 & id == 8392 replace district = 4 if congress == 82 & id == 4487 replace district = 5 if congress == 82 & id == 3268 replace district = 6 if congress == 82 & id == 758 replace district = 7 if congress == 82 & id == 10303 replace district = 8 if congress == 82 & id == 2159 replace district = 9 if congress == 82 & id == 9338 replace district = 10 if congress == 82 & id == 10348 replace district = 11 if congress == 82 & id == 7551 replace district = 12 if congress == 82 & id == 639 replace district = 13 if congress == 82 & id == 6998 replace district = 14 if congress == 82 & id == 7682 replace district = 15 if congress == 82 & id == 2604 replace district = 16 if congress == 82 & id == 5617 replace district = 17 if congress == 82 & id == 2653 replace district = 1 if congress == 82 & id == 188 replace district = 2 if congress == 82 & id == 7044 replace district = 3 if congress == 82 & id == 10092 replace district = 4 if congress == 82 & id == 6134 replace district = 5 if congress == 82 & id == 5083 replace district = 6 if congress == 82 & id == 5998 replace district = 7 if congress == 82 & id == 158 replace district = 8 if congress == 82 & id == 789 replace district = 9 if congress == 82 & id == 3902 replace district = 1 if congress == 82 & id == 7731 replace district = 2 if congress == 82 & id == 10075 replace district = 3 if congress == 82 & id == 8616 replace district = 4 if congress == 82 & id == 13 replace district = 5 if congress == 82 & id == 10279 replace district = 6 if congress == 82 & id == 1952 replace district = 7 if congress == 82 & id == 10162 replace district = 1 if congress == 82 & id == 5905 replace district = 2 if congress == 82 & id == 6765 replace district = 3 if congress == 82 & id == 9927 replace district = 4 if congress == 82 & id == 4822 replace district = 5 if congress == 82 & id == 835 replace district = 6 if congress == 82 & id == 235 replace district = 7 if congress == 82 & id == 8484 replace district = 8 if congress == 82 & id == 1517 replace district = 9 if congress == 82 & id == 1479 replace district = 10 if congress == 82 & id == 5056 replace district = 11 if congress == 82 & id == 9071 replace district = 11 if congress == 82 & id == 377 replace district = 12 if congress == 82 & id == 2275 replace district = 13 if congress == 82 & id == 5097 replace district = 1 if congress == 82 & id == 5967 replace district = 2 if congress == 82 & id == 2538 replace district = 1 if congress == 82 & id == 2267 replace district = 2 if congress == 82 & id == 1218 replace district = 3 if congress == 82 & id == 8879 replace district = 3 if congress == 82 & id == 4134 replace district = 4 if congress == 82 & id == 6474 replace district = 1 if congress == 82 & id == 433 replace district = 1 if congress == 82 & id == 6437 replace district = 2 if congress == 82 & id == 2087 replace district = 1 if congress == 82 & id == 10314 replace district = 2 if congress == 82 & id == 4031 replace district = 3 if congress == 82 & id == 291 replace district = 4 if congress == 82 & id == 4644 replace district = 5 if congress == 82 & id == 2827 replace district = 6 if congress == 82 & id == 1569 replace district = 7 if congress == 82 & id == 10091 replace district = 8 if congress == 82 & id == 1476 replace district = 9 if congress == 82 & id == 9427 replace district = 9 if congress == 82 & id == 7101 replace district = 10 if congress == 82 & id == 8010 replace district = 11 if congress == 82 & id == 46 replace district = 12 if congress == 82 & id == 5109 replace district = 13 if congress == 82 & id == 8506 replace district = 14 if congress == 82 & id == 4142 replace district = 98 if congress == 82 & id == 3114 replace district = 98 if congress == 82 & id == 2490 replace district = 1 if congress == 82 & id == 3802 replace district = 2 if congress == 82 & id == 3946 replace district = 3 if congress == 82 & id == 5488 replace district = 4 if congress == 82 & id == 1829 replace district = 5 if congress == 82 & id == 7680 replace district = 5 if congress == 82 & id == 8075 replace district = 6 if congress == 82 & id == 2476 replace district = 7 if congress == 82 & id == 4290 replace district = 8 if congress == 82 & id == 205 replace district = 9 if congress == 82 & id == 5199 replace district = 10 if congress == 82 & id == 5148 replace district = 11 if congress == 82 & id == 4279 replace district = 12 if congress == 82 & id == 8049 replace district = 13 if congress == 82 & id == 7114 replace district = 14 if congress == 82 & id == 6792 replace district = 15 if congress == 82 & id == 1611 replace district = 16 if congress == 82 & id == 6809 replace district = 17 if congress == 82 & id == 2089 replace district = 18 if congress == 82 & id == 2662 replace district = 19 if congress == 82 & id == 5317 replace district = 20 if congress == 82 & id == 8050 replace district = 21 if congress == 82 & id == 4898 replace district = 22 if congress == 82 & id == 7568 replace district = 23 if congress == 82 & id == 3149 replace district = 24 if congress == 82 & id == 2646 replace district = 25 if congress == 82 & id == 1205 replace district = 26 if congress == 82 & id == 6259 replace district = 27 if congress == 82 & id == 3888 replace district = 28 if congress == 82 & id == 3446 replace district = 29 if congress == 82 & id == 8177 replace district = 30 if congress == 82 & id == 9978 replace district = 31 if congress == 82 & id == 5110 replace district = 32 if congress == 82 & id == 1369 replace district = 32 if congress == 82 & id == 7003 replace district = 33 if congress == 82 & id == 9203 replace district = 34 if congress == 82 & id == 5235 replace district = 35 if congress == 82 & id == 10191 replace district = 36 if congress == 82 & id == 7901 replace district = 37 if congress == 82 & id == 3937 replace district = 38 if congress == 82 & id == 9144 replace district = 39 if congress == 82 & id == 1931 replace district = 40 if congress == 82 & id == 5116 replace district = 41 if congress == 82 & id == 7102 replace district = 42 if congress == 82 & id == 6516 replace district = 43 if congress == 82 & id == 7687 replace district = 44 if congress == 82 & id == 1340 replace district = 45 if congress == 82 & id == 7781 replace district = 1 if congress == 82 & id == 846 replace district = 2 if congress == 82 & id == 5208 replace district = 3 if congress == 82 & id == 431 replace district = 4 if congress == 82 & id == 2032 replace district = 5 if congress == 82 & id == 1676 replace district = 6 if congress == 82 & id == 2791 replace district = 7 if congress == 82 & id == 1512 replace district = 8 if congress == 82 & id == 2448 replace district = 9 if congress == 82 & id == 2684 replace district = 10 if congress == 82 & id == 5035 replace district = 11 if congress == 82 & id == 5071 replace district = 12 if congress == 82 & id == 7774 replace district = 98 if congress == 82 & id == 1 replace district = 98 if congress == 82 & id == 1254 replace district = 1 if congress == 82 & id == 2948 replace district = 2 if congress == 82 & id == 4373 replace district = 3 if congress == 82 & id == 998 replace district = 3 if congress == 82 & id == 8258 replace district = 4 if congress == 82 & id == 6204 replace district = 5 if congress == 82 & id == 1839 replace district = 6 if congress == 82 & id == 7506 replace district = 7 if congress == 82 & id == 1104 replace district = 8 if congress == 82 & id == 680 replace district = 9 if congress == 82 & id == 7771 replace district = 10 if congress == 82 & id == 4917 replace district = 11 if congress == 82 & id == 1000 replace district = 12 if congress == 82 & id == 9688 replace district = 13 if congress == 82 & id == 9917 replace district = 14 if congress == 82 & id == 310 replace district = 15 if congress == 82 & id == 8341 replace district = 16 if congress == 82 & id == 891 replace district = 17 if congress == 82 & id == 6262 replace district = 18 if congress == 82 & id == 4247 replace district = 19 if congress == 82 & id == 5301 replace district = 20 if congress == 82 & id == 3092 replace district = 21 if congress == 82 & id == 2199 replace district = 22 if congress == 82 & id == 837 replace district = 99 if congress == 82 & id == 621 replace district = 1 if congress == 82 & id == 8283 replace district = 2 if congress == 82 & id == 8949 replace district = 3 if congress == 82 & id == 62 replace district = 4 if congress == 82 & id == 8866 replace district = 5 if congress == 82 & id == 4891 replace district = 6 if congress == 82 & id == 6718 replace district = 7 if congress == 82 & id == 10085 replace district = 8 if congress == 82 & id == 590 replace district = 1 if congress == 82 & id == 6955 replace district = 2 if congress == 82 & id == 8960 replace district = 3 if congress == 82 & id == 207 replace district = 4 if congress == 82 & id == 2935 replace district = 1 if congress == 82 & id == 465 replace district = 2 if congress == 82 & id == 3744 replace district = 3 if congress == 82 & id == 8299 replace district = 4 if congress == 82 & id == 1719 replace district = 5 if congress == 82 & id == 3785 replace district = 6 if congress == 82 & id == 8301 replace district = 7 if congress == 82 & id == 4880 replace district = 8 if congress == 82 & id == 9653 replace district = 8 if congress == 82 & id == 5267 replace district = 9 if congress == 82 & id == 2298 replace district = 10 if congress == 82 & id == 7078 replace district = 11 if congress == 82 & id == 3224 replace district = 12 if congress == 82 & id == 3105 replace district = 13 if congress == 82 & id == 7844 replace district = 14 if congress == 82 & id == 3604 replace district = 14 if congress == 82 & id == 1533 replace district = 15 if congress == 82 & id == 1328 replace district = 16 if congress == 82 & id == 6169 replace district = 17 if congress == 82 & id == 8532 replace district = 18 if congress == 82 & id == 6795 replace district = 19 if congress == 82 & id == 3510 replace district = 20 if congress == 82 & id == 9791 replace district = 21 if congress == 82 & id == 5671 replace district = 22 if congress == 82 & id == 9645 replace district = 23 if congress == 82 & id == 8556 replace district = 24 if congress == 82 & id == 6685 replace district = 25 if congress == 82 & id == 3737 replace district = 26 if congress == 82 & id == 8247 replace district = 27 if congress == 82 & id == 5136 replace district = 28 if congress == 82 & id == 5112 replace district = 29 if congress == 82 & id == 2507 replace district = 30 if congress == 82 & id == 2065 replace district = 31 if congress == 82 & id == 3409 replace district = 32 if congress == 82 & id == 2833 replace district = 33 if congress == 82 & id == 1184 replace district = 33 if congress == 82 & id == 1190 replace district = 1 if congress == 82 & id == 3264 replace district = 2 if congress == 82 & id == 3246 replace district = 1 if congress == 82 & id == 7925 replace district = 2 if congress == 82 & id == 7908 replace district = 3 if congress == 82 & id == 2672 replace district = 4 if congress == 82 & id == 1181 replace district = 5 if congress == 82 & id == 7869 replace district = 6 if congress == 82 & id == 6353 replace district = 1 if congress == 82 & id == 5803 replace district = 2 if congress == 82 & id == 672 replace district = 1 if congress == 82 & id == 7777 replace district = 2 if congress == 82 & id == 364 replace district = 3 if congress == 82 & id == 3346 replace district = 4 if congress == 82 & id == 3704 replace district = 5 if congress == 82 & id == 3034 replace district = 6 if congress == 82 & id == 7622 replace district = 7 if congress == 82 & id == 9099 replace district = 8 if congress == 82 & id == 6826 replace district = 9 if congress == 82 & id == 2049 replace district = 10 if congress == 82 & id == 2376 replace district = 1 if congress == 82 & id == 7232 replace district = 2 if congress == 82 & id == 1960 replace district = 3 if congress == 82 & id == 567 replace district = 4 if congress == 82 & id == 7753 replace district = 5 if congress == 82 & id == 10244 replace district = 6 if congress == 82 & id == 9241 replace district = 7 if congress == 82 & id == 7430 replace district = 8 if congress == 82 & id == 9284 replace district = 9 if congress == 82 & id == 9320 replace district = 10 if congress == 82 & id == 9356 replace district = 11 if congress == 82 & id == 7498 replace district = 12 if congress == 82 & id == 5826 replace district = 13 if congress == 82 & id == 3719 replace district = 13 if congress == 82 & id == 4796 replace district = 14 if congress == 82 & id == 5847 replace district = 15 if congress == 82 & id == 660 replace district = 16 if congress == 82 & id == 7806 replace district = 17 if congress == 82 & id == 1282 replace district = 18 if congress == 82 & id == 8035 replace district = 19 if congress == 82 & id == 5924 replace district = 20 if congress == 82 & id == 5236 replace district = 21 if congress == 82 & id == 3171 replace district = 1 if congress == 82 & id == 3752 replace district = 2 if congress == 82 & id == 869 replace district = 1 if congress == 82 & id == 7637 replace district = 1 if congress == 82 & id == 7969 replace district = 2 if congress == 82 & id == 4064 replace district = 3 if congress == 82 & id == 3499 replace district = 4 if congress == 82 & id == 2 replace district = 5 if congress == 82 & id == 8839 replace district = 6 if congress == 82 & id == 1316 replace district = 7 if congress == 82 & id == 4125 replace district = 8 if congress == 82 & id == 8636 replace district = 9 if congress == 82 & id == 3386 replace district = 1 if congress == 82 & id == 6561 replace district = 2 if congress == 82 & id == 4851 replace district = 3 if congress == 82 & id == 5885 replace district = 4 if congress == 82 & id == 4537 replace district = 5 if congress == 82 & id == 4579 replace district = 6 if congress == 82 & id == 9409 replace district = 1 if congress == 82 & id == 7702 replace district = 2 if congress == 82 & id == 8824 replace district = 3 if congress == 82 & id == 339 replace district = 4 if congress == 82 & id == 1300 replace district = 5 if congress == 82 & id == 5117 replace district = 5 if congress == 82 & id == 5118 replace district = 6 if congress == 82 & id == 4278 replace district = 1 if congress == 82 & id == 8663 replace district = 2 if congress == 82 & id == 2383 replace district = 3 if congress == 82 & id == 10299 replace district = 4 if congress == 82 & id == 10463 replace district = 5 if congress == 82 & id == 5217 replace district = 6 if congress == 82 & id == 9627 replace district = 7 if congress == 82 & id == 6823 replace district = 8 if congress == 82 & id == 1371 replace district = 9 if congress == 82 & id == 4720 replace district = 10 if congress == 82 & id == 7046 replace district = 1 if congress == 82 & id == 4139 replace district = 0 if congress == 83 & id == 99901 replace district = 1 if congress == 83 & id == 937 replace district = 2 if congress == 83 & id == 3754 replace district = 3 if congress == 83 & id == 195 replace district = 4 if congress == 83 & id == 7954 replace district = 5 if congress == 83 & id == 7695 replace district = 6 if congress == 83 & id == 8353 replace district = 7 if congress == 83 & id == 2909 replace district = 8 if congress == 83 & id == 5058 replace district = 9 if congress == 83 & id == 520 replace district = 1 if congress == 83 & id == 7845 replace district = 2 if congress == 83 & id == 7234 replace district = 1 if congress == 83 & id == 3506 replace district = 2 if congress == 83 & id == 6532 replace district = 3 if congress == 83 & id == 9473 replace district = 4 if congress == 83 & id == 4110 replace district = 5 if congress == 83 & id == 4244 replace district = 6 if congress == 83 & id == 6958 replace district = 1 if congress == 83 & id == 8322 replace district = 2 if congress == 83 & id == 2965 replace district = 3 if congress == 83 & id == 6756 replace district = 4 if congress == 83 & id == 5929 replace district = 5 if congress == 83 & id == 8437 replace district = 6 if congress == 83 & id == 1977 replace district = 7 if congress == 83 & id == 116 replace district = 8 if congress == 83 & id == 6483 replace district = 9 if congress == 83 & id == 10461 replace district = 10 if congress == 83 & id == 3867 replace district = 11 if congress == 83 & id == 4976 replace district = 12 if congress == 83 & id == 4751 replace district = 13 if congress == 83 & id == 971 replace district = 14 if congress == 83 & id == 3901 replace district = 15 if congress == 83 & id == 6220 replace district = 16 if congress == 83 & id == 4846 replace district = 17 if congress == 83 & id == 5255 replace district = 18 if congress == 83 & id == 4592 replace district = 19 if congress == 83 & id == 4514 replace district = 20 if congress == 83 & id == 4450 replace district = 21 if congress == 83 & id == 4388 replace district = 22 if congress == 83 & id == 4543 replace district = 23 if congress == 83 & id == 2713 replace district = 24 if congress == 83 & id == 7566 replace district = 24 if congress == 83 & id == 5694 replace district = 25 if congress == 83 & id == 4437 replace district = 26 if congress == 83 & id == 10431 replace district = 27 if congress == 83 & id == 8444 replace district = 28 if congress == 83 & id == 9578 replace district = 29 if congress == 83 & id == 7415 replace district = 30 if congress == 83 & id == 10249 replace district = 1 if congress == 83 & id == 8021 replace district = 2 if congress == 83 & id == 4429 replace district = 3 if congress == 83 & id == 1684 replace district = 4 if congress == 83 & id == 275 replace district = 1 if congress == 83 & id == 2636 replace district = 2 if congress == 83 & id == 8346 replace district = 3 if congress == 83 & id == 2174 replace district = 4 if congress == 83 & id == 6664 replace district = 5 if congress == 83 & id == 7245 replace district = 99 if congress == 83 & id == 8170 replace district = 1 if congress == 83 & id == 9804 replace district = 1 if congress == 83 & id == 1445 replace district = 2 if congress == 83 & id == 633 replace district = 3 if congress == 83 & id == 8507 replace district = 4 if congress == 83 & id == 5471 replace district = 5 if congress == 83 & id == 4354 replace district = 6 if congress == 83 & id == 8023 replace district = 7 if congress == 83 & id == 3929 replace district = 8 if congress == 83 & id == 6084 replace district = 1 if congress == 83 & id == 7605 replace district = 2 if congress == 83 & id == 7450 replace district = 3 if congress == 83 & id == 3286 replace district = 4 if congress == 83 & id == 1439 replace district = 5 if congress == 83 & id == 2389 replace district = 6 if congress == 83 & id == 9677 replace district = 7 if congress == 83 & id == 5459 replace district = 8 if congress == 83 & id == 9996 replace district = 9 if congress == 83 & id == 5436 replace district = 10 if congress == 83 & id == 1130 replace district = 1 if congress == 83 & id == 7392 replace district = 2 if congress == 83 & id == 1215 replace district = 1 if congress == 83 & id == 2433 replace district = 2 if congress == 83 & id == 7041 replace district = 3 if congress == 83 & id == 1324 replace district = 4 if congress == 83 & id == 6389 replace district = 5 if congress == 83 & id == 5326 replace district = 6 if congress == 83 & id == 7004 replace district = 7 if congress == 83 & id == 912 replace district = 8 if congress == 83 & id == 3700 replace district = 9 if congress == 83 & id == 10421 replace district = 10 if congress == 83 & id == 4493 replace district = 11 if congress == 83 & id == 8426 replace district = 12 if congress == 83 & id == 5020 replace district = 13 if congress == 83 & id == 1722 replace district = 14 if congress == 83 & id == 7779 replace district = 15 if congress == 83 & id == 6061 replace district = 16 if congress == 83 & id == 121 replace district = 17 if congress == 83 & id == 226 replace district = 18 if congress == 83 & id == 9657 replace district = 19 if congress == 83 & id == 1702 replace district = 20 if congress == 83 & id == 8533 replace district = 21 if congress == 83 & id == 5884 replace district = 22 if congress == 83 & id == 8814 replace district = 23 if congress == 83 & id == 9693 replace district = 24 if congress == 83 & id == 7610 replace district = 25 if congress == 83 & id == 731 replace district = 1 if congress == 83 & id == 5900 replace district = 2 if congress == 83 & id == 3963 replace district = 3 if congress == 83 & id == 2227 replace district = 4 if congress == 83 & id == 18 replace district = 5 if congress == 83 & id == 550 replace district = 6 if congress == 83 & id == 4050 replace district = 7 if congress == 83 & id == 986 replace district = 8 if congress == 83 & id == 6429 replace district = 9 if congress == 83 & id == 10212 replace district = 10 if congress == 83 & id == 4165 replace district = 11 if congress == 83 & id == 1152 replace district = 1 if congress == 83 & id == 6039 replace district = 2 if congress == 83 & id == 9168 replace district = 3 if congress == 83 & id == 3853 replace district = 4 if congress == 83 & id == 5552 replace district = 5 if congress == 83 & id == 2256 replace district = 6 if congress == 83 & id == 2647 replace district = 7 if congress == 83 & id == 4928 replace district = 8 if congress == 83 & id == 4482 replace district = 1 if congress == 83 & id == 6485 replace district = 2 if congress == 83 & id == 8318 replace district = 3 if congress == 83 & id == 3534 replace district = 4 if congress == 83 & id == 7799 replace district = 5 if congress == 83 & id == 4562 replace district = 6 if congress == 83 & id == 8709 replace district = 1 if congress == 83 & id == 3809 replace district = 2 if congress == 83 & id == 10294 replace district = 2 if congress == 83 & id == 6845 replace district = 3 if congress == 83 & id == 7997 replace district = 4 if congress == 83 & id == 1682 replace district = 5 if congress == 83 & id == 8778 replace district = 6 if congress == 83 & id == 9882 replace district = 7 if congress == 83 & id == 7343 replace district = 8 if congress == 83 & id == 3649 replace district = 1 if congress == 83 & id == 4275 replace district = 2 if congress == 83 & id == 824 replace district = 3 if congress == 83 & id == 10201 replace district = 4 if congress == 83 & id == 1081 replace district = 5 if congress == 83 & id == 7228 replace district = 6 if congress == 83 & id == 6721 replace district = 7 if congress == 83 & id == 9339 replace district = 8 if congress == 83 & id == 5757 replace district = 1 if congress == 83 & id == 3924 replace district = 2 if congress == 83 & id == 6863 replace district = 3 if congress == 83 & id == 6276 replace district = 1 if congress == 83 & id == 6481 replace district = 2 if congress == 83 & id == 2531 replace district = 3 if congress == 83 & id == 3480 replace district = 4 if congress == 83 & id == 3054 replace district = 5 if congress == 83 & id == 8587 replace district = 6 if congress == 83 & id == 4785 replace district = 7 if congress == 83 & id == 3374 replace district = 1 if congress == 83 & id == 4372 replace district = 2 if congress == 83 & id == 830 replace district = 3 if congress == 83 & id == 7408 replace district = 4 if congress == 83 & id == 2660 replace district = 5 if congress == 83 & id == 8024 replace district = 6 if congress == 83 & id == 518 replace district = 7 if congress == 83 & id == 5447 replace district = 8 if congress == 83 & id == 3682 replace district = 9 if congress == 83 & id == 6922 replace district = 10 if congress == 83 & id == 2272 replace district = 11 if congress == 83 & id == 7081 replace district = 12 if congress == 83 & id == 6177 replace district = 13 if congress == 83 & id == 10095 replace district = 14 if congress == 83 & id == 6033 replace district = 1 if congress == 83 & id == 5880 replace district = 2 if congress == 83 & id == 6399 replace district = 3 if congress == 83 & id == 8392 replace district = 4 if congress == 83 & id == 4487 replace district = 5 if congress == 83 & id == 3268 replace district = 6 if congress == 83 & id == 1748 replace district = 7 if congress == 83 & id == 10303 replace district = 8 if congress == 83 & id == 652 replace district = 9 if congress == 83 & id == 9338 replace district = 10 if congress == 83 & id == 1610 replace district = 11 if congress == 83 & id == 5349 replace district = 12 if congress == 83 & id == 639 replace district = 13 if congress == 83 & id == 6998 replace district = 14 if congress == 83 & id == 7682 replace district = 15 if congress == 83 & id == 2604 replace district = 16 if congress == 83 & id == 5617 replace district = 17 if congress == 83 & id == 6995 replace district = 18 if congress == 83 & id == 2653 replace district = 1 if congress == 83 & id == 188 replace district = 2 if congress == 83 & id == 7044 replace district = 3 if congress == 83 & id == 10092 replace district = 4 if congress == 83 & id == 6134 replace district = 5 if congress == 83 & id == 5083 replace district = 6 if congress == 83 & id == 5998 replace district = 7 if congress == 83 & id == 158 replace district = 8 if congress == 83 & id == 789 replace district = 9 if congress == 83 & id == 3902 replace district = 1 if congress == 83 & id == 13 replace district = 2 if congress == 83 & id == 10075 replace district = 3 if congress == 83 & id == 8616 replace district = 4 if congress == 83 & id == 10162 replace district = 5 if congress == 83 & id == 10279 replace district = 6 if congress == 83 & id == 1952 replace district = 1 if congress == 83 & id == 5097 replace district = 2 if congress == 83 & id == 2275 replace district = 3 if congress == 83 & id == 9072 replace district = 4 if congress == 83 & id == 4431 replace district = 5 if congress == 83 & id == 835 replace district = 6 if congress == 83 & id == 1928 replace district = 7 if congress == 83 & id == 8484 replace district = 8 if congress == 83 & id == 1517 replace district = 9 if congress == 83 & id == 1479 replace district = 10 if congress == 83 & id == 5056 replace district = 11 if congress == 83 & id == 6765 replace district = 1 if congress == 83 & id == 6442 replace district = 2 if congress == 83 & id == 2538 replace district = 1 if congress == 83 & id == 2267 replace district = 2 if congress == 83 & id == 4660 replace district = 3 if congress == 83 & id == 4134 replace district = 4 if congress == 83 & id == 6474 replace district = 1 if congress == 83 & id == 10437 replace district = 1 if congress == 83 & id == 6437 replace district = 2 if congress == 83 & id == 2087 replace district = 1 if congress == 83 & id == 10314 replace district = 2 if congress == 83 & id == 4031 replace district = 3 if congress == 83 & id == 291 replace district = 4 if congress == 83 & id == 4644 replace district = 5 if congress == 83 & id == 3364 replace district = 6 if congress == 83 & id == 1569 replace district = 6 if congress == 83 & id == 10147 replace district = 7 if congress == 83 & id == 10091 replace district = 8 if congress == 83 & id == 1476 replace district = 9 if congress == 83 & id == 7101 replace district = 10 if congress == 83 & id == 8010 replace district = 11 if congress == 83 & id == 46 replace district = 12 if congress == 83 & id == 5109 replace district = 13 if congress == 83 & id == 8506 replace district = 14 if congress == 83 & id == 4142 replace district = 98 if congress == 83 & id == 2490 replace district = 98 if congress == 83 & id == 3114 replace district = 1 if congress == 83 & id == 9716 replace district = 2 if congress == 83 & id == 2523 replace district = 3 if congress == 83 & id == 563 replace district = 4 if congress == 83 & id == 5488 replace district = 5 if congress == 83 & id == 868 replace district = 6 if congress == 83 & id == 4548 replace district = 7 if congress == 83 & id == 2476 replace district = 8 if congress == 83 & id == 4290 replace district = 9 if congress == 83 & id == 5199 replace district = 10 if congress == 83 & id == 5148 replace district = 11 if congress == 83 & id == 1611 replace district = 12 if congress == 83 & id == 2671 replace district = 13 if congress == 83 & id == 6792 replace district = 14 if congress == 83 & id == 8049 replace district = 15 if congress == 83 & id == 7749 replace district = 16 if congress == 83 & id == 7568 replace district = 17 if congress == 83 & id == 2089 replace district = 18 if congress == 83 & id == 2662 replace district = 19 if congress == 83 & id == 5317 replace district = 20 if congress == 83 & id == 8050 replace district = 21 if congress == 83 & id == 4898 replace district = 22 if congress == 83 & id == 3149 replace district = 23 if congress == 83 & id == 2646 replace district = 24 if congress == 83 & id == 1205 replace district = 25 if congress == 83 & id == 3158 replace district = 26 if congress == 83 & id == 3446 replace district = 27 if congress == 83 & id == 3888 replace district = 28 if congress == 83 & id == 8177 replace district = 29 if congress == 83 & id == 9978 replace district = 30 if congress == 83 & id == 7003 replace district = 31 if congress == 83 & id == 9203 replace district = 32 if congress == 83 & id == 5110 replace district = 33 if congress == 83 & id == 5235 replace district = 34 if congress == 83 & id == 10191 replace district = 35 if congress == 83 & id == 7901 replace district = 36 if congress == 83 & id == 9144 replace district = 37 if congress == 83 & id == 1931 replace district = 38 if congress == 83 & id == 5116 replace district = 39 if congress == 83 & id == 7102 replace district = 40 if congress == 83 & id == 6516 replace district = 41 if congress == 83 & id == 7687 replace district = 42 if congress == 83 & id == 7453 replace district = 43 if congress == 83 & id == 7781 replace district = 1 if congress == 83 & id == 846 replace district = 2 if congress == 83 & id == 3321 replace district = 3 if congress == 83 & id == 431 replace district = 4 if congress == 83 & id == 2032 replace district = 5 if congress == 83 & id == 1676 replace district = 6 if congress == 83 & id == 2791 replace district = 7 if congress == 83 & id == 1512 replace district = 8 if congress == 83 & id == 2448 replace district = 9 if congress == 83 & id == 82 replace district = 10 if congress == 83 & id == 5019 replace district = 11 if congress == 83 & id == 5071 replace district = 12 if congress == 83 & id == 8495 replace district = 98 if congress == 83 & id == 1254 replace district = 98 if congress == 83 & id == 5370 replace district = 1 if congress == 83 & id == 8260 replace district = 2 if congress == 83 & id == 4373 replace district = 3 if congress == 83 & id == 8258 replace district = 4 if congress == 83 & id == 6204 replace district = 5 if congress == 83 & id == 1839 replace district = 6 if congress == 83 & id == 7506 replace district = 7 if congress == 83 & id == 1104 replace district = 8 if congress == 83 & id == 680 replace district = 9 if congress == 83 & id == 7771 replace district = 10 if congress == 83 & id == 4917 replace district = 11 if congress == 83 & id == 838 replace district = 12 if congress == 83 & id == 9688 replace district = 13 if congress == 83 & id == 9917 replace district = 14 if congress == 83 & id == 310 replace district = 15 if congress == 83 & id == 8341 replace district = 16 if congress == 83 & id == 891 replace district = 17 if congress == 83 & id == 6262 replace district = 18 if congress == 83 & id == 4247 replace district = 19 if congress == 83 & id == 5301 replace district = 20 if congress == 83 & id == 3092 replace district = 21 if congress == 83 & id == 2199 replace district = 22 if congress == 83 & id == 837 replace district = 23 if congress == 83 & id == 621 replace district = 1 if congress == 83 & id == 590 replace district = 2 if congress == 83 & id == 2854 replace district = 3 if congress == 83 & id == 62 replace district = 4 if congress == 83 & id == 8866 replace district = 5 if congress == 83 & id == 4891 replace district = 6 if congress == 83 & id == 10085 replace district = 1 if congress == 83 & id == 6955 replace district = 2 if congress == 83 & id == 2038 replace district = 3 if congress == 83 & id == 207 replace district = 4 if congress == 83 & id == 2935 replace district = 1 if congress == 83 & id == 465 replace district = 2 if congress == 83 & id == 3744 replace district = 3 if congress == 83 & id == 1368 replace district = 4 if congress == 83 & id == 1719 replace district = 5 if congress == 83 & id == 3785 replace district = 6 if congress == 83 & id == 8301 replace district = 7 if congress == 83 & id == 4880 replace district = 8 if congress == 83 & id == 5267 replace district = 9 if congress == 83 & id == 2298 replace district = 10 if congress == 83 & id == 1533 replace district = 11 if congress == 83 & id == 845 replace district = 12 if congress == 83 & id == 3105 replace district = 13 if congress == 83 & id == 6169 replace district = 14 if congress == 83 & id == 7844 replace district = 15 if congress == 83 & id == 9791 replace district = 16 if congress == 83 & id == 6795 replace district = 17 if congress == 83 & id == 1328 replace district = 18 if congress == 83 & id == 8532 replace district = 19 if congress == 83 & id == 8857 replace district = 20 if congress == 83 & id == 9645 replace district = 21 if congress == 83 & id == 5136 replace district = 22 if congress == 83 & id == 8247 replace district = 23 if congress == 83 & id == 3510 replace district = 24 if congress == 83 & id == 5112 replace district = 25 if congress == 83 & id == 3737 replace district = 26 if congress == 83 & id == 6685 replace district = 27 if congress == 83 & id == 3409 replace district = 28 if congress == 83 & id == 2833 replace district = 29 if congress == 83 & id == 2065 replace district = 30 if congress == 83 & id == 1190 replace district = 1 if congress == 83 & id == 3264 replace district = 2 if congress == 83 & id == 3246 replace district = 1 if congress == 83 & id == 7925 replace district = 2 if congress == 83 & id == 7908 replace district = 3 if congress == 83 & id == 2672 replace district = 4 if congress == 83 & id == 1181 replace district = 4 if congress == 83 & id == 270 replace district = 5 if congress == 83 & id == 7869 replace district = 6 if congress == 83 & id == 6353 replace district = 1 if congress == 83 & id == 5803 replace district = 2 if congress == 83 & id == 672 replace district = 1 if congress == 83 & id == 7777 replace district = 2 if congress == 83 & id == 364 replace district = 3 if congress == 83 & id == 3346 replace district = 4 if congress == 83 & id == 3034 replace district = 5 if congress == 83 & id == 7622 replace district = 6 if congress == 83 & id == 9099 replace district = 7 if congress == 83 & id == 6826 replace district = 8 if congress == 83 & id == 2049 replace district = 9 if congress == 83 & id == 2376 replace district = 1 if congress == 83 & id == 7232 replace district = 2 if congress == 83 & id == 1077 replace district = 3 if congress == 83 & id == 3529 replace district = 4 if congress == 83 & id == 7753 replace district = 5 if congress == 83 & id == 10244 replace district = 6 if congress == 83 & id == 9241 replace district = 7 if congress == 83 & id == 2700 replace district = 8 if congress == 83 & id == 9284 replace district = 9 if congress == 83 & id == 9320 replace district = 10 if congress == 83 & id == 9356 replace district = 11 if congress == 83 & id == 7498 replace district = 12 if congress == 83 & id == 5826 replace district = 13 if congress == 83 & id == 4796 replace district = 14 if congress == 83 & id == 5847 replace district = 15 if congress == 83 & id == 660 replace district = 16 if congress == 83 & id == 7806 replace district = 17 if congress == 83 & id == 1282 replace district = 18 if congress == 83 & id == 8035 replace district = 19 if congress == 83 & id == 5924 replace district = 20 if congress == 83 & id == 5236 replace district = 21 if congress == 83 & id == 3171 replace district = 99 if congress == 83 & id == 2588 replace district = 1 if congress == 83 & id == 9025 replace district = 2 if congress == 83 & id == 2430 replace district = 1 if congress == 83 & id == 7637 replace district = 1 if congress == 83 & id == 7969 replace district = 2 if congress == 83 & id == 4064 replace district = 3 if congress == 83 & id == 3499 replace district = 4 if congress == 83 & id == 2 replace district = 5 if congress == 83 & id == 8839 replace district = 5 if congress == 83 & id == 9494 replace district = 6 if congress == 83 & id == 7500 replace district = 7 if congress == 83 & id == 4125 replace district = 8 if congress == 83 & id == 8636 replace district = 9 if congress == 83 & id == 9802 replace district = 10 if congress == 83 & id == 1154 replace district = 1 if congress == 83 & id == 7313 replace district = 2 if congress == 83 & id == 9968 replace district = 3 if congress == 83 & id == 5885 replace district = 4 if congress == 83 & id == 4537 replace district = 5 if congress == 83 & id == 4579 replace district = 6 if congress == 83 & id == 9409 replace district = 99 if congress == 83 & id == 5912 replace district = 1 if congress == 83 & id == 6584 replace district = 2 if congress == 83 & id == 8824 replace district = 3 if congress == 83 & id == 339 replace district = 4 if congress == 83 & id == 6851 replace district = 5 if congress == 83 & id == 5118 replace district = 6 if congress == 83 & id == 1366 replace district = 1 if congress == 83 & id == 8663 replace district = 2 if congress == 83 & id == 2383 replace district = 3 if congress == 83 & id == 10299 replace district = 4 if congress == 83 & id == 10463 replace district = 5 if congress == 83 & id == 5217 replace district = 6 if congress == 83 & id == 9627 replace district = 7 if congress == 83 & id == 5410 replace district = 8 if congress == 83 & id == 1371 replace district = 9 if congress == 83 & id == 4720 replace district = 9 if congress == 83 & id == 4977 replace district = 10 if congress == 83 & id == 7046 replace district = 1 if congress == 83 & id == 4139 replace district = 0 if congress == 84 & id == 99901 replace district = 1 if congress == 84 & id == 937 replace district = 2 if congress == 84 & id == 3754 replace district = 3 if congress == 84 & id == 195 replace district = 4 if congress == 84 & id == 7954 replace district = 5 if congress == 84 & id == 7695 replace district = 6 if congress == 84 & id == 8353 replace district = 7 if congress == 84 & id == 2909 replace district = 8 if congress == 84 & id == 5058 replace district = 9 if congress == 84 & id == 4686 replace district = 1 if congress == 84 & id == 7845 replace district = 2 if congress == 84 & id == 9549 replace district = 1 if congress == 84 & id == 3506 replace district = 2 if congress == 84 & id == 6532 replace district = 3 if congress == 84 & id == 9473 replace district = 4 if congress == 84 & id == 4110 replace district = 5 if congress == 84 & id == 4244 replace district = 6 if congress == 84 & id == 6958 replace district = 1 if congress == 84 & id == 8322 replace district = 2 if congress == 84 & id == 2965 replace district = 3 if congress == 84 & id == 6756 replace district = 4 if congress == 84 & id == 5929 replace district = 5 if congress == 84 & id == 8437 replace district = 6 if congress == 84 & id == 387 replace district = 7 if congress == 84 & id == 116 replace district = 8 if congress == 84 & id == 6483 replace district = 9 if congress == 84 & id == 10461 replace district = 10 if congress == 84 & id == 3867 replace district = 11 if congress == 84 & id == 4976 replace district = 12 if congress == 84 & id == 8549 replace district = 13 if congress == 84 & id == 9240 replace district = 14 if congress == 84 & id == 3901 replace district = 15 if congress == 84 & id == 6220 replace district = 16 if congress == 84 & id == 4846 replace district = 17 if congress == 84 & id == 5255 replace district = 18 if congress == 84 & id == 4592 replace district = 19 if congress == 84 & id == 4514 replace district = 20 if congress == 84 & id == 4450 replace district = 21 if congress == 84 & id == 4388 replace district = 22 if congress == 84 & id == 4543 replace district = 23 if congress == 84 & id == 2713 replace district = 24 if congress == 84 & id == 5694 replace district = 25 if congress == 84 & id == 4437 replace district = 26 if congress == 84 & id == 8051 replace district = 27 if congress == 84 & id == 8444 replace district = 28 if congress == 84 & id == 9578 replace district = 29 if congress == 84 & id == 7415 replace district = 30 if congress == 84 & id == 10249 replace district = 1 if congress == 84 & id == 8021 replace district = 2 if congress == 84 & id == 4429 replace district = 3 if congress == 84 & id == 1684 replace district = 4 if congress == 84 & id == 275 replace district = 1 if congress == 84 & id == 2636 replace district = 2 if congress == 84 & id == 8346 replace district = 3 if congress == 84 & id == 2174 replace district = 4 if congress == 84 & id == 6664 replace district = 5 if congress == 84 & id == 7245 replace district = 99 if congress == 84 & id == 8170 replace district = 1 if congress == 84 & id == 6224 replace district = 1 if congress == 84 & id == 2143 replace district = 2 if congress == 84 & id == 633 replace district = 3 if congress == 84 & id == 8507 replace district = 4 if congress == 84 & id == 3078 replace district = 5 if congress == 84 & id == 4354 replace district = 6 if congress == 84 & id == 8032 replace district = 7 if congress == 84 & id == 3929 replace district = 8 if congress == 84 & id == 6084 replace district = 1 if congress == 84 & id == 7605 replace district = 2 if congress == 84 & id == 7450 replace district = 3 if congress == 84 & id == 3286 replace district = 4 if congress == 84 & id == 3242 replace district = 5 if congress == 84 & id == 2389 replace district = 6 if congress == 84 & id == 9677 replace district = 7 if congress == 84 & id == 5459 replace district = 8 if congress == 84 & id == 798 replace district = 9 if congress == 84 & id == 5436 replace district = 10 if congress == 84 & id == 1130 replace district = 1 if congress == 84 & id == 7392 replace district = 2 if congress == 84 & id == 1215 replace district = 1 if congress == 84 & id == 2433 replace district = 2 if congress == 84 & id == 7041 replace district = 3 if congress == 84 & id == 6819 replace district = 4 if congress == 84 & id == 6389 replace district = 5 if congress == 84 & id == 5326 replace district = 6 if congress == 84 & id == 7004 replace district = 7 if congress == 84 & id == 912 replace district = 8 if congress == 84 & id == 3700 replace district = 9 if congress == 84 & id == 10421 replace district = 10 if congress == 84 & id == 4493 replace district = 11 if congress == 84 & id == 8426 replace district = 12 if congress == 84 & id == 939 replace district = 13 if congress == 84 & id == 1722 replace district = 14 if congress == 84 & id == 7779 replace district = 15 if congress == 84 & id == 6061 replace district = 16 if congress == 84 & id == 121 replace district = 17 if congress == 84 & id == 226 replace district = 18 if congress == 84 & id == 9657 replace district = 19 if congress == 84 & id == 1702 replace district = 20 if congress == 84 & id == 8533 replace district = 21 if congress == 84 & id == 5884 replace district = 22 if congress == 84 & id == 8814 replace district = 23 if congress == 84 & id == 9693 replace district = 24 if congress == 84 & id == 7610 replace district = 25 if congress == 84 & id == 3769 replace district = 1 if congress == 84 & id == 5900 replace district = 2 if congress == 84 & id == 3963 replace district = 3 if congress == 84 & id == 2227 replace district = 4 if congress == 84 & id == 18 replace district = 5 if congress == 84 & id == 550 replace district = 6 if congress == 84 & id == 4050 replace district = 7 if congress == 84 & id == 986 replace district = 8 if congress == 84 & id == 2517 replace district = 9 if congress == 84 & id == 10212 replace district = 10 if congress == 84 & id == 4165 replace district = 11 if congress == 84 & id == 1152 replace district = 1 if congress == 84 & id == 8288 replace district = 2 if congress == 84 & id == 9168 replace district = 3 if congress == 84 & id == 3853 replace district = 4 if congress == 84 & id == 5552 replace district = 5 if congress == 84 & id == 2256 replace district = 6 if congress == 84 & id == 2647 replace district = 7 if congress == 84 & id == 4928 replace district = 8 if congress == 84 & id == 4482 replace district = 1 if congress == 84 & id == 301 replace district = 2 if congress == 84 & id == 8318 replace district = 3 if congress == 84 & id == 3534 replace district = 4 if congress == 84 & id == 7799 replace district = 5 if congress == 84 & id == 4562 replace district = 6 if congress == 84 & id == 8709 replace district = 1 if congress == 84 & id == 3809 replace district = 2 if congress == 84 & id == 6845 replace district = 3 if congress == 84 & id == 7997 replace district = 4 if congress == 84 & id == 1682 replace district = 5 if congress == 84 & id == 8778 replace district = 6 if congress == 84 & id == 9882 replace district = 7 if congress == 84 & id == 7343 replace district = 8 if congress == 84 & id == 8508 replace district = 1 if congress == 84 & id == 4275 replace district = 2 if congress == 84 & id == 824 replace district = 3 if congress == 84 & id == 10201 replace district = 4 if congress == 84 & id == 1081 replace district = 5 if congress == 84 & id == 7228 replace district = 6 if congress == 84 & id == 6721 replace district = 7 if congress == 84 & id == 9339 replace district = 8 if congress == 84 & id == 5757 replace district = 1 if congress == 84 & id == 3924 replace district = 2 if congress == 84 & id == 6863 replace district = 3 if congress == 84 & id == 6276 replace district = 1 if congress == 84 & id == 6481 replace district = 2 if congress == 84 & id == 2531 replace district = 3 if congress == 84 & id == 3480 replace district = 4 if congress == 84 & id == 3054 replace district = 5 if congress == 84 & id == 5463 replace district = 6 if congress == 84 & id == 4785 replace district = 7 if congress == 84 & id == 3374 replace district = 1 if congress == 84 & id == 4372 replace district = 2 if congress == 84 & id == 830 replace district = 3 if congress == 84 & id == 7408 replace district = 4 if congress == 84 & id == 2660 replace district = 5 if congress == 84 & id == 8024 replace district = 6 if congress == 84 & id == 518 replace district = 7 if congress == 84 & id == 5447 replace district = 8 if congress == 84 & id == 5873 replace district = 9 if congress == 84 & id == 6922 replace district = 10 if congress == 84 & id == 2272 replace district = 11 if congress == 84 & id == 7081 replace district = 12 if congress == 84 & id == 6177 replace district = 13 if congress == 84 & id == 10095 replace district = 14 if congress == 84 & id == 6033 replace district = 1 if congress == 84 & id == 5880 replace district = 2 if congress == 84 & id == 6399 replace district = 3 if congress == 84 & id == 4935 replace district = 4 if congress == 84 & id == 4487 replace district = 5 if congress == 84 & id == 3268 replace district = 6 if congress == 84 & id == 4251 replace district = 7 if congress == 84 & id == 10303 replace district = 8 if congress == 84 & id == 652 replace district = 9 if congress == 84 & id == 9338 replace district = 10 if congress == 84 & id == 1610 replace district = 11 if congress == 84 & id == 5349 replace district = 12 if congress == 84 & id == 639 replace district = 13 if congress == 84 & id == 2594 replace district = 14 if congress == 84 & id == 7682 replace district = 15 if congress == 84 & id == 2604 replace district = 15 if congress == 84 & id == 2605 replace district = 16 if congress == 84 & id == 5617 replace district = 17 if congress == 84 & id == 3830 replace district = 18 if congress == 84 & id == 2653 replace district = 1 if congress == 84 & id == 188 replace district = 2 if congress == 84 & id == 7044 replace district = 3 if congress == 84 & id == 10092 replace district = 4 if congress == 84 & id == 6134 replace district = 5 if congress == 84 & id == 5083 replace district = 6 if congress == 84 & id == 5998 replace district = 7 if congress == 84 & id == 158 replace district = 8 if congress == 84 & id == 789 replace district = 9 if congress == 84 & id == 5351 replace district = 1 if congress == 84 & id == 13 replace district = 2 if congress == 84 & id == 10075 replace district = 3 if congress == 84 & id == 8616 replace district = 4 if congress == 84 & id == 10162 replace district = 5 if congress == 84 & id == 10279 replace district = 6 if congress == 84 & id == 1952 replace district = 1 if congress == 84 & id == 5097 replace district = 2 if congress == 84 & id == 2275 replace district = 3 if congress == 84 & id == 9072 replace district = 4 if congress == 84 & id == 1717 replace district = 5 if congress == 84 & id == 835 replace district = 6 if congress == 84 & id == 4724 replace district = 7 if congress == 84 & id == 8484 replace district = 8 if congress == 84 & id == 1517 replace district = 9 if congress == 84 & id == 1479 replace district = 10 if congress == 84 & id == 5056 replace district = 11 if congress == 84 & id == 6765 replace district = 1 if congress == 84 & id == 6442 replace district = 2 if congress == 84 & id == 3197 replace district = 1 if congress == 84 & id == 9895 replace district = 2 if congress == 84 & id == 1667 replace district = 3 if congress == 84 & id == 4134 replace district = 4 if congress == 84 & id == 6474 replace district = 1 if congress == 84 & id == 10437 replace district = 1 if congress == 84 & id == 6437 replace district = 2 if congress == 84 & id == 503 replace district = 1 if congress == 84 & id == 10314 replace district = 2 if congress == 84 & id == 4031 replace district = 3 if congress == 84 & id == 291 replace district = 4 if congress == 84 & id == 9322 replace district = 5 if congress == 84 & id == 3364 replace district = 6 if congress == 84 & id == 10147 replace district = 7 if congress == 84 & id == 10091 replace district = 8 if congress == 84 & id == 1476 replace district = 9 if congress == 84 & id == 7101 replace district = 10 if congress == 84 & id == 8010 replace district = 11 if congress == 84 & id == 46 replace district = 12 if congress == 84 & id == 5109 replace district = 13 if congress == 84 & id == 8506 replace district = 14 if congress == 84 & id == 9505 replace district = 98 if congress == 84 & id == 2490 replace district = 98 if congress == 84 & id == 3114 replace district = 1 if congress == 84 & id == 9716 replace district = 2 if congress == 84 & id == 2523 replace district = 3 if congress == 84 & id == 563 replace district = 4 if congress == 84 & id == 5488 replace district = 5 if congress == 84 & id == 868 replace district = 6 if congress == 84 & id == 4548 replace district = 7 if congress == 84 & id == 2476 replace district = 8 if congress == 84 & id == 205 replace district = 9 if congress == 84 & id == 5199 replace district = 10 if congress == 84 & id == 5148 replace district = 11 if congress == 84 & id == 1611 replace district = 12 if congress == 84 & id == 2671 replace district = 13 if congress == 84 & id == 6792 replace district = 14 if congress == 84 & id == 8049 replace district = 15 if congress == 84 & id == 7749 replace district = 16 if congress == 84 & id == 7568 replace district = 17 if congress == 84 & id == 2089 replace district = 18 if congress == 84 & id == 2662 replace district = 19 if congress == 84 & id == 5317 replace district = 20 if congress == 84 & id == 2365 replace district = 21 if congress == 84 & id == 10464 replace district = 22 if congress == 84 & id == 3149 replace district = 22 if congress == 84 & id == 4262 replace district = 23 if congress == 84 & id == 2646 replace district = 24 if congress == 84 & id == 1205 replace district = 25 if congress == 84 & id == 3158 replace district = 26 if congress == 84 & id == 3446 replace district = 27 if congress == 84 & id == 3888 replace district = 28 if congress == 84 & id == 8177 replace district = 29 if congress == 84 & id == 9978 replace district = 30 if congress == 84 & id == 7003 replace district = 31 if congress == 84 & id == 9203 replace district = 32 if congress == 84 & id == 5110 replace district = 33 if congress == 84 & id == 5235 replace district = 34 if congress == 84 & id == 10191 replace district = 35 if congress == 84 & id == 7901 replace district = 36 if congress == 84 & id == 9144 replace district = 37 if congress == 84 & id == 1931 replace district = 38 if congress == 84 & id == 5116 replace district = 39 if congress == 84 & id == 7102 replace district = 40 if congress == 84 & id == 6516 replace district = 41 if congress == 84 & id == 7687 replace district = 42 if congress == 84 & id == 7453 replace district = 43 if congress == 84 & id == 7781 replace district = 1 if congress == 84 & id == 846 replace district = 2 if congress == 84 & id == 3321 replace district = 3 if congress == 84 & id == 431 replace district = 4 if congress == 84 & id == 2032 replace district = 5 if congress == 84 & id == 1676 replace district = 6 if congress == 84 & id == 2791 replace district = 7 if congress == 84 & id == 1512 replace district = 8 if congress == 84 & id == 2448 replace district = 9 if congress == 84 & id == 82 replace district = 10 if congress == 84 & id == 5019 replace district = 11 if congress == 84 & id == 5071 replace district = 12 if congress == 84 & id == 8495 replace district = 98 if congress == 84 & id == 1254 replace district = 98 if congress == 84 & id == 5370 replace district = 1 if congress == 84 & id == 8260 replace district = 2 if congress == 84 & id == 4373 replace district = 3 if congress == 84 & id == 8258 replace district = 4 if congress == 84 & id == 6204 replace district = 5 if congress == 84 & id == 1839 replace district = 6 if congress == 84 & id == 7506 replace district = 7 if congress == 84 & id == 1104 replace district = 8 if congress == 84 & id == 680 replace district = 9 if congress == 84 & id == 267 replace district = 10 if congress == 84 & id == 4917 replace district = 11 if congress == 84 & id == 838 replace district = 12 if congress == 84 & id == 9688 replace district = 13 if congress == 84 & id == 521 replace district = 14 if congress == 84 & id == 310 replace district = 15 if congress == 84 & id == 4311 replace district = 16 if congress == 84 & id == 891 replace district = 17 if congress == 84 & id == 6262 replace district = 18 if congress == 84 & id == 4247 replace district = 19 if congress == 84 & id == 5301 replace district = 20 if congress == 84 & id == 3092 replace district = 21 if congress == 84 & id == 9623 replace district = 22 if congress == 84 & id == 837 replace district = 23 if congress == 84 & id == 6548 replace district = 1 if congress == 84 & id == 590 replace district = 2 if congress == 84 & id == 2854 replace district = 3 if congress == 84 & id == 62 replace district = 4 if congress == 84 & id == 8866 replace district = 5 if congress == 84 & id == 4891 replace district = 6 if congress == 84 & id == 10085 replace district = 1 if congress == 84 & id == 6955 replace district = 2 if congress == 84 & id == 2038 replace district = 3 if congress == 84 & id == 3775 replace district = 4 if congress == 84 & id == 2935 replace district = 1 if congress == 84 & id == 465 replace district = 2 if congress == 84 & id == 3744 replace district = 3 if congress == 84 & id == 1368 replace district = 4 if congress == 84 & id == 1719 replace district = 5 if congress == 84 & id == 3785 replace district = 6 if congress == 84 & id == 8301 replace district = 7 if congress == 84 & id == 4880 replace district = 8 if congress == 84 & id == 5267 replace district = 9 if congress == 84 & id == 2298 replace district = 10 if congress == 84 & id == 1533 replace district = 11 if congress == 84 & id == 3224 replace district = 12 if congress == 84 & id == 3105 replace district = 13 if congress == 84 & id == 6169 replace district = 14 if congress == 84 & id == 7844 replace district = 15 if congress == 84 & id == 9791 replace district = 16 if congress == 84 & id == 6795 replace district = 17 if congress == 84 & id == 1328 replace district = 18 if congress == 84 & id == 8532 replace district = 19 if congress == 84 & id == 7673 replace district = 20 if congress == 84 & id == 9645 replace district = 21 if congress == 84 & id == 5136 replace district = 22 if congress == 84 & id == 8247 replace district = 23 if congress == 84 & id == 3510 replace district = 24 if congress == 84 & id == 5112 replace district = 25 if congress == 84 & id == 1763 replace district = 26 if congress == 84 & id == 6685 replace district = 27 if congress == 84 & id == 3409 replace district = 28 if congress == 84 & id == 2833 replace district = 29 if congress == 84 & id == 2065 replace district = 30 if congress == 84 & id == 1190 replace district = 30 if congress == 84 & id == 4518 replace district = 1 if congress == 84 & id == 3264 replace district = 2 if congress == 84 & id == 3246 replace district = 1 if congress == 84 & id == 7925 replace district = 2 if congress == 84 & id == 7908 replace district = 3 if congress == 84 & id == 2672 replace district = 4 if congress == 84 & id == 270 replace district = 5 if congress == 84 & id == 7869 replace district = 6 if congress == 84 & id == 6353 replace district = 1 if congress == 84 & id == 5803 replace district = 2 if congress == 84 & id == 672 replace district = 1 if congress == 84 & id == 7777 replace district = 2 if congress == 84 & id == 364 replace district = 3 if congress == 84 & id == 3346 replace district = 4 if congress == 84 & id == 3034 replace district = 5 if congress == 84 & id == 7622 replace district = 6 if congress == 84 & id == 504 replace district = 7 if congress == 84 & id == 6826 replace district = 8 if congress == 84 & id == 2049 replace district = 9 if congress == 84 & id == 2376 replace district = 1 if congress == 84 & id == 7232 replace district = 2 if congress == 84 & id == 1077 replace district = 3 if congress == 84 & id == 3529 replace district = 4 if congress == 84 & id == 7753 replace district = 5 if congress == 84 & id == 93 replace district = 6 if congress == 84 & id == 9241 replace district = 7 if congress == 84 & id == 2700 replace district = 8 if congress == 84 & id == 9284 replace district = 9 if congress == 84 & id == 9320 replace district = 10 if congress == 84 & id == 9356 replace district = 11 if congress == 84 & id == 7498 replace district = 12 if congress == 84 & id == 10391 replace district = 13 if congress == 84 & id == 4796 replace district = 14 if congress == 84 & id == 608 replace district = 15 if congress == 84 & id == 5241 replace district = 16 if congress == 84 & id == 8147 replace district = 17 if congress == 84 & id == 1282 replace district = 18 if congress == 84 & id == 8035 replace district = 19 if congress == 84 & id == 5924 replace district = 20 if congress == 84 & id == 5236 replace district = 21 if congress == 84 & id == 3171 replace district = 99 if congress == 84 & id == 2588 replace district = 1 if congress == 84 & id == 2616 replace district = 2 if congress == 84 & id == 2430 replace district = 1 if congress == 84 & id == 7637 replace district = 1 if congress == 84 & id == 7969 replace district = 2 if congress == 84 & id == 4064 replace district = 3 if congress == 84 & id == 3499 replace district = 4 if congress == 84 & id == 2 replace district = 5 if congress == 84 & id == 9494 replace district = 6 if congress == 84 & id == 7500 replace district = 7 if congress == 84 & id == 4125 replace district = 8 if congress == 84 & id == 8636 replace district = 9 if congress == 84 & id == 4927 replace district = 10 if congress == 84 & id == 1154 replace district = 1 if congress == 84 & id == 7313 replace district = 2 if congress == 84 & id == 9968 replace district = 3 if congress == 84 & id == 5885 replace district = 4 if congress == 84 & id == 4537 replace district = 5 if congress == 84 & id == 4579 replace district = 6 if congress == 84 & id == 9409 replace district = 99 if congress == 84 & id == 5912 replace district = 1 if congress == 84 & id == 6584 replace district = 2 if congress == 84 & id == 8824 replace district = 3 if congress == 84 & id == 339 replace district = 4 if congress == 84 & id == 1300 replace district = 5 if congress == 84 & id == 5118 replace district = 6 if congress == 84 & id == 1366 replace district = 1 if congress == 84 & id == 8663 replace district = 2 if congress == 84 & id == 2383 replace district = 3 if congress == 84 & id == 10299 replace district = 4 if congress == 84 & id == 10463 replace district = 5 if congress == 84 & id == 7824 replace district = 6 if congress == 84 & id == 9627 replace district = 7 if congress == 84 & id == 5410 replace district = 8 if congress == 84 & id == 1371 replace district = 9 if congress == 84 & id == 4977 replace district = 10 if congress == 84 & id == 7046 replace district = 1 if congress == 84 & id == 9350 replace district = 0 if congress == 85 & id == 99901 replace district = 1 if congress == 85 & id == 937 replace district = 2 if congress == 85 & id == 3754 replace district = 3 if congress == 85 & id == 195 replace district = 4 if congress == 85 & id == 7954 replace district = 5 if congress == 85 & id == 7695 replace district = 6 if congress == 85 & id == 8353 replace district = 7 if congress == 85 & id == 2909 replace district = 8 if congress == 85 & id == 5058 replace district = 9 if congress == 85 & id == 4686 replace district = 1 if congress == 85 & id == 7845 replace district = 2 if congress == 85 & id == 9549 replace district = 1 if congress == 85 & id == 3506 replace district = 2 if congress == 85 & id == 6532 replace district = 3 if congress == 85 & id == 9473 replace district = 4 if congress == 85 & id == 4110 replace district = 5 if congress == 85 & id == 4244 replace district = 6 if congress == 85 & id == 6958 replace district = 1 if congress == 85 & id == 8322 replace district = 2 if congress == 85 & id == 2965 replace district = 3 if congress == 85 & id == 6756 replace district = 4 if congress == 85 & id == 5929 replace district = 5 if congress == 85 & id == 8437 replace district = 6 if congress == 85 & id == 387 replace district = 7 if congress == 85 & id == 116 replace district = 8 if congress == 85 & id == 6483 replace district = 9 if congress == 85 & id == 10461 replace district = 10 if congress == 85 & id == 3867 replace district = 11 if congress == 85 & id == 6240 replace district = 12 if congress == 85 & id == 8549 replace district = 13 if congress == 85 & id == 9240 replace district = 14 if congress == 85 & id == 3901 replace district = 15 if congress == 85 & id == 6220 replace district = 16 if congress == 85 & id == 4846 replace district = 17 if congress == 85 & id == 5255 replace district = 18 if congress == 85 & id == 4592 replace district = 19 if congress == 85 & id == 4514 replace district = 20 if congress == 85 & id == 8628 replace district = 21 if congress == 85 & id == 4388 replace district = 22 if congress == 85 & id == 4543 replace district = 23 if congress == 85 & id == 2713 replace district = 24 if congress == 85 & id == 5694 replace district = 25 if congress == 85 & id == 4437 replace district = 26 if congress == 85 & id == 8051 replace district = 27 if congress == 85 & id == 8444 replace district = 28 if congress == 85 & id == 9578 replace district = 29 if congress == 85 & id == 8225 replace district = 30 if congress == 85 & id == 10249 replace district = 1 if congress == 85 & id == 8021 replace district = 2 if congress == 85 & id == 4429 replace district = 3 if congress == 85 & id == 1684 replace district = 4 if congress == 85 & id == 275 replace district = 1 if congress == 85 & id == 6102 replace district = 2 if congress == 85 & id == 8346 replace district = 3 if congress == 85 & id == 2174 replace district = 4 if congress == 85 & id == 6664 replace district = 5 if congress == 85 & id == 7245 replace district = 99 if congress == 85 & id == 8170 replace district = 1 if congress == 85 & id == 4172 replace district = 1 if congress == 85 & id == 2143 replace district = 2 if congress == 85 & id == 633 replace district = 3 if congress == 85 & id == 8507 replace district = 4 if congress == 85 & id == 3078 replace district = 5 if congress == 85 & id == 4354 replace district = 6 if congress == 85 & id == 8032 replace district = 7 if congress == 85 & id == 3929 replace district = 8 if congress == 85 & id == 6084 replace district = 1 if congress == 85 & id == 7605 replace district = 2 if congress == 85 & id == 7450 replace district = 3 if congress == 85 & id == 3286 replace district = 4 if congress == 85 & id == 3242 replace district = 5 if congress == 85 & id == 2389 replace district = 6 if congress == 85 & id == 9677 replace district = 7 if congress == 85 & id == 5459 replace district = 7 if congress == 85 & id == 6559 replace district = 8 if congress == 85 & id == 798 replace district = 9 if congress == 85 & id == 5436 replace district = 10 if congress == 85 & id == 1130 replace district = 1 if congress == 85 & id == 7392 replace district = 2 if congress == 85 & id == 1215 replace district = 1 if congress == 85 & id == 2433 replace district = 2 if congress == 85 & id == 7041 replace district = 3 if congress == 85 & id == 1367 replace district = 4 if congress == 85 & id == 6389 replace district = 5 if congress == 85 & id == 5326 replace district = 6 if congress == 85 & id == 7004 replace district = 7 if congress == 85 & id == 912 replace district = 7 if congress == 85 & id == 5654 replace district = 8 if congress == 85 & id == 3700 replace district = 9 if congress == 85 & id == 10421 replace district = 10 if congress == 85 & id == 1941 replace district = 11 if congress == 85 & id == 8426 replace district = 12 if congress == 85 & id == 939 replace district = 13 if congress == 85 & id == 1722 replace district = 14 if congress == 85 & id == 5120 replace district = 15 if congress == 85 & id == 6061 replace district = 16 if congress == 85 & id == 121 replace district = 17 if congress == 85 & id == 226 replace district = 18 if congress == 85 & id == 6455 replace district = 19 if congress == 85 & id == 1702 replace district = 20 if congress == 85 & id == 8533 replace district = 21 if congress == 85 & id == 5884 replace district = 22 if congress == 85 & id == 8814 replace district = 23 if congress == 85 & id == 9693 replace district = 24 if congress == 85 & id == 7610 replace district = 25 if congress == 85 & id == 3769 replace district = 1 if congress == 85 & id == 5900 replace district = 2 if congress == 85 & id == 3963 replace district = 3 if congress == 85 & id == 6933 replace district = 4 if congress == 85 & id == 18 replace district = 5 if congress == 85 & id == 550 replace district = 6 if congress == 85 & id == 4050 replace district = 7 if congress == 85 & id == 986 replace district = 8 if congress == 85 & id == 2517 replace district = 9 if congress == 85 & id == 10212 replace district = 10 if congress == 85 & id == 4165 replace district = 11 if congress == 85 & id == 1152 replace district = 1 if congress == 85 & id == 8288 replace district = 2 if congress == 85 & id == 9168 replace district = 3 if congress == 85 & id == 3853 replace district = 4 if congress == 85 & id == 5552 replace district = 5 if congress == 85 & id == 2256 replace district = 6 if congress == 85 & id == 1861 replace district = 7 if congress == 85 & id == 4928 replace district = 8 if congress == 85 & id == 4482 replace district = 1 if congress == 85 & id == 301 replace district = 2 if congress == 85 & id == 8318 replace district = 3 if congress == 85 & id == 3534 replace district = 4 if congress == 85 & id == 7799 replace district = 5 if congress == 85 & id == 997 replace district = 6 if congress == 85 & id == 8709 replace district = 1 if congress == 85 & id == 3809 replace district = 2 if congress == 85 & id == 6845 replace district = 3 if congress == 85 & id == 7997 replace district = 4 if congress == 85 & id == 1682 replace district = 5 if congress == 85 & id == 8778 replace district = 6 if congress == 85 & id == 9882 replace district = 7 if congress == 85 & id == 7343 replace district = 8 if congress == 85 & id == 8508 replace district = 1 if congress == 85 & id == 4275 replace district = 2 if congress == 85 & id == 824 replace district = 3 if congress == 85 & id == 10201 replace district = 4 if congress == 85 & id == 1081 replace district = 5 if congress == 85 & id == 7228 replace district = 6 if congress == 85 & id == 6721 replace district = 7 if congress == 85 & id == 9339 replace district = 8 if congress == 85 & id == 5757 replace district = 1 if congress == 85 & id == 3924 replace district = 2 if congress == 85 & id == 1904 replace district = 3 if congress == 85 & id == 6276 replace district = 1 if congress == 85 & id == 6481 replace district = 2 if congress == 85 & id == 2531 replace district = 3 if congress == 85 & id == 3480 replace district = 4 if congress == 85 & id == 3054 replace district = 5 if congress == 85 & id == 5463 replace district = 6 if congress == 85 & id == 4785 replace district = 7 if congress == 85 & id == 3374 replace district = 1 if congress == 85 & id == 4372 replace district = 2 if congress == 85 & id == 830 replace district = 3 if congress == 85 & id == 7408 replace district = 4 if congress == 85 & id == 2660 replace district = 5 if congress == 85 & id == 8024 replace district = 6 if congress == 85 & id == 518 replace district = 7 if congress == 85 & id == 5447 replace district = 8 if congress == 85 & id == 5873 replace district = 9 if congress == 85 & id == 6922 replace district = 10 if congress == 85 & id == 2272 replace district = 11 if congress == 85 & id == 7081 replace district = 12 if congress == 85 & id == 6177 replace district = 13 if congress == 85 & id == 10095 replace district = 14 if congress == 85 & id == 6033 replace district = 1 if congress == 85 & id == 5880 replace district = 2 if congress == 85 & id == 6399 replace district = 3 if congress == 85 & id == 4935 replace district = 4 if congress == 85 & id == 4487 replace district = 5 if congress == 85 & id == 3268 replace district = 6 if congress == 85 & id == 1620 replace district = 7 if congress == 85 & id == 6280 replace district = 8 if congress == 85 & id == 652 replace district = 9 if congress == 85 & id == 3824 replace district = 10 if congress == 85 & id == 1610 replace district = 11 if congress == 85 & id == 5349 replace district = 12 if congress == 85 & id == 639 replace district = 13 if congress == 85 & id == 2594 replace district = 14 if congress == 85 & id == 7682 replace district = 15 if congress == 85 & id == 2605 replace district = 16 if congress == 85 & id == 5617 replace district = 17 if congress == 85 & id == 3830 replace district = 18 if congress == 85 & id == 1087 replace district = 1 if congress == 85 & id == 188 replace district = 1 if congress == 85 & id == 7671 replace district = 2 if congress == 85 & id == 7044 replace district = 3 if congress == 85 & id == 10092 replace district = 4 if congress == 85 & id == 6134 replace district = 5 if congress == 85 & id == 5083 replace district = 6 if congress == 85 & id == 5998 replace district = 7 if congress == 85 & id == 158 replace district = 8 if congress == 85 & id == 789 replace district = 9 if congress == 85 & id == 5351 replace district = 1 if congress == 85 & id == 13 replace district = 2 if congress == 85 & id == 10075 replace district = 3 if congress == 85 & id == 8616 replace district = 4 if congress == 85 & id == 10162 replace district = 5 if congress == 85 & id == 10279 replace district = 6 if congress == 85 & id == 1952 replace district = 1 if congress == 85 & id == 5097 replace district = 2 if congress == 85 & id == 2275 replace district = 3 if congress == 85 & id == 9072 replace district = 4 if congress == 85 & id == 1717 replace district = 5 if congress == 85 & id == 835 replace district = 6 if congress == 85 & id == 4724 replace district = 7 if congress == 85 & id == 1103 replace district = 8 if congress == 85 & id == 1517 replace district = 9 if congress == 85 & id == 1479 replace district = 10 if congress == 85 & id == 5056 replace district = 11 if congress == 85 & id == 6765 replace district = 1 if congress == 85 & id == 6442 replace district = 2 if congress == 85 & id == 177 replace district = 1 if congress == 85 & id == 9895 replace district = 2 if congress == 85 & id == 2255 replace district = 3 if congress == 85 & id == 4134 replace district = 4 if congress == 85 & id == 6474 replace district = 1 if congress == 85 & id == 433 replace district = 1 if congress == 85 & id == 6437 replace district = 2 if congress == 85 & id == 503 replace district = 1 if congress == 85 & id == 10314 replace district = 2 if congress == 85 & id == 3629 replace district = 3 if congress == 85 & id == 291 replace district = 4 if congress == 85 & id == 9322 replace district = 5 if congress == 85 & id == 3364 replace district = 6 if congress == 85 & id == 2804 replace district = 7 if congress == 85 & id == 10091 replace district = 8 if congress == 85 & id == 1476 replace district = 9 if congress == 85 & id == 7101 replace district = 10 if congress == 85 & id == 8010 replace district = 11 if congress == 85 & id == 46 replace district = 12 if congress == 85 & id == 5109 replace district = 13 if congress == 85 & id == 8506 replace district = 14 if congress == 85 & id == 2484 replace district = 14 if congress == 85 & id == 92484 replace district = 98 if congress == 85 & id == 6611 replace district = 98 if congress == 85 & id == 2490 replace district = 1 if congress == 85 & id == 9716 replace district = 2 if congress == 85 & id == 2523 replace district = 3 if congress == 85 & id == 563 replace district = 4 if congress == 85 & id == 5488 replace district = 5 if congress == 85 & id == 868 replace district = 6 if congress == 85 & id == 4548 replace district = 7 if congress == 85 & id == 2476 replace district = 8 if congress == 85 & id == 205 replace district = 9 if congress == 85 & id == 5199 replace district = 10 if congress == 85 & id == 5148 replace district = 11 if congress == 85 & id == 1611 replace district = 12 if congress == 85 & id == 2671 replace district = 13 if congress == 85 & id == 6792 replace district = 14 if congress == 85 & id == 8049 replace district = 15 if congress == 85 & id == 7749 replace district = 16 if congress == 85 & id == 7568 replace district = 17 if congress == 85 & id == 2089 replace district = 18 if congress == 85 & id == 8214 replace district = 19 if congress == 85 & id == 3056 replace district = 20 if congress == 85 & id == 9248 replace district = 21 if congress == 85 & id == 10464 replace district = 22 if congress == 85 & id == 4262 replace district = 23 if congress == 85 & id == 2646 replace district = 24 if congress == 85 & id == 1205 replace district = 25 if congress == 85 & id == 3158 replace district = 26 if congress == 85 & id == 2665 replace district = 27 if congress == 85 & id == 3888 replace district = 28 if congress == 85 & id == 8177 replace district = 29 if congress == 85 & id == 9978 replace district = 30 if congress == 85 & id == 7003 replace district = 31 if congress == 85 & id == 9203 replace district = 32 if congress == 85 & id == 5110 replace district = 33 if congress == 85 & id == 5235 replace district = 34 if congress == 85 & id == 10191 replace district = 35 if congress == 85 & id == 7901 replace district = 36 if congress == 85 & id == 9144 replace district = 37 if congress == 85 & id == 1931 replace district = 37 if congress == 85 & id == 7995 replace district = 38 if congress == 85 & id == 5116 replace district = 39 if congress == 85 & id == 7102 replace district = 40 if congress == 85 & id == 6516 replace district = 41 if congress == 85 & id == 7687 replace district = 42 if congress == 85 & id == 7453 replace district = 43 if congress == 85 & id == 7781 replace district = 1 if congress == 85 & id == 846 replace district = 2 if congress == 85 & id == 3321 replace district = 3 if congress == 85 & id == 431 replace district = 4 if congress == 85 & id == 2032 replace district = 5 if congress == 85 & id == 8311 replace district = 6 if congress == 85 & id == 2791 replace district = 7 if congress == 85 & id == 5606 replace district = 8 if congress == 85 & id == 5306 replace district = 9 if congress == 85 & id == 82 replace district = 10 if congress == 85 & id == 5019 replace district = 11 if congress == 85 & id == 10060 replace district = 12 if congress == 85 & id == 8495 replace district = 98 if congress == 85 & id == 5370 replace district = 98 if congress == 85 & id == 1254 replace district = 1 if congress == 85 & id == 8260 replace district = 2 if congress == 85 & id == 4373 replace district = 3 if congress == 85 & id == 8258 replace district = 4 if congress == 85 & id == 6204 replace district = 5 if congress == 85 & id == 1839 replace district = 6 if congress == 85 & id == 7506 replace district = 7 if congress == 85 & id == 1104 replace district = 8 if congress == 85 & id == 680 replace district = 9 if congress == 85 & id == 267 replace district = 10 if congress == 85 & id == 4917 replace district = 11 if congress == 85 & id == 2504 replace district = 12 if congress == 85 & id == 9688 replace district = 13 if congress == 85 & id == 521 replace district = 14 if congress == 85 & id == 310 replace district = 15 if congress == 85 & id == 4311 replace district = 16 if congress == 85 & id == 891 replace district = 17 if congress == 85 & id == 6262 replace district = 18 if congress == 85 & id == 4247 replace district = 19 if congress == 85 & id == 5301 replace district = 20 if congress == 85 & id == 3092 replace district = 21 if congress == 85 & id == 9623 replace district = 22 if congress == 85 & id == 837 replace district = 23 if congress == 85 & id == 6548 replace district = 1 if congress == 85 & id == 590 replace district = 2 if congress == 85 & id == 2854 replace district = 3 if congress == 85 & id == 62 replace district = 4 if congress == 85 & id == 8866 replace district = 5 if congress == 85 & id == 4891 replace district = 6 if congress == 85 & id == 6718 replace district = 1 if congress == 85 & id == 6955 replace district = 2 if congress == 85 & id == 9551 replace district = 3 if congress == 85 & id == 3775 replace district = 4 if congress == 85 & id == 7533 replace district = 1 if congress == 85 & id == 465 replace district = 2 if congress == 85 & id == 3743 replace district = 3 if congress == 85 & id == 1368 replace district = 4 if congress == 85 & id == 1719 replace district = 4 if congress == 85 & id == 6936 replace district = 5 if congress == 85 & id == 3785 replace district = 6 if congress == 85 & id == 8301 replace district = 7 if congress == 85 & id == 4880 replace district = 8 if congress == 85 & id == 2266 replace district = 9 if congress == 85 & id == 2298 replace district = 10 if congress == 85 & id == 1533 replace district = 11 if congress == 85 & id == 3224 replace district = 12 if congress == 85 & id == 3105 replace district = 13 if congress == 85 & id == 6169 replace district = 13 if congress == 85 & id == 5404 replace district = 14 if congress == 85 & id == 7844 replace district = 15 if congress == 85 & id == 9791 replace district = 16 if congress == 85 & id == 6795 replace district = 17 if congress == 85 & id == 1328 replace district = 18 if congress == 85 & id == 8532 replace district = 19 if congress == 85 & id == 8857 replace district = 20 if congress == 85 & id == 9645 replace district = 21 if congress == 85 & id == 5136 replace district = 21 if congress == 85 & id == 2513 replace district = 22 if congress == 85 & id == 8247 replace district = 23 if congress == 85 & id == 3510 replace district = 24 if congress == 85 & id == 5112 replace district = 25 if congress == 85 & id == 1763 replace district = 26 if congress == 85 & id == 6685 replace district = 27 if congress == 85 & id == 3409 replace district = 28 if congress == 85 & id == 2833 replace district = 29 if congress == 85 & id == 2065 replace district = 30 if congress == 85 & id == 4518 replace district = 1 if congress == 85 & id == 3264 replace district = 2 if congress == 85 & id == 3246 replace district = 1 if congress == 85 & id == 7925 replace district = 2 if congress == 85 & id == 7908 replace district = 3 if congress == 85 & id == 2672 replace district = 4 if congress == 85 & id == 270 replace district = 5 if congress == 85 & id == 4299 replace district = 6 if congress == 85 & id == 6353 replace district = 1 if congress == 85 & id == 6256 replace district = 2 if congress == 85 & id == 672 replace district = 1 if congress == 85 & id == 7777 replace district = 2 if congress == 85 & id == 364 replace district = 3 if congress == 85 & id == 3346 replace district = 4 if congress == 85 & id == 3034 replace district = 5 if congress == 85 & id == 5783 replace district = 6 if congress == 85 & id == 504 replace district = 7 if congress == 85 & id == 6826 replace district = 8 if congress == 85 & id == 2049 replace district = 8 if congress == 85 & id == 3028 replace district = 9 if congress == 85 & id == 2376 replace district = 1 if congress == 85 & id == 7232 replace district = 2 if congress == 85 & id == 1077 replace district = 3 if congress == 85 & id == 567 replace district = 4 if congress == 85 & id == 7753 replace district = 5 if congress == 85 & id == 93 replace district = 6 if congress == 85 & id == 9241 replace district = 7 if congress == 85 & id == 2700 replace district = 8 if congress == 85 & id == 9284 replace district = 9 if congress == 85 & id == 9320 replace district = 10 if congress == 85 & id == 9356 replace district = 11 if congress == 85 & id == 7498 replace district = 12 if congress == 85 & id == 10391 replace district = 13 if congress == 85 & id == 4796 replace district = 14 if congress == 85 & id == 10446 replace district = 15 if congress == 85 & id == 5241 replace district = 16 if congress == 85 & id == 8147 replace district = 17 if congress == 85 & id == 1282 replace district = 18 if congress == 85 & id == 8035 replace district = 19 if congress == 85 & id == 5924 replace district = 20 if congress == 85 & id == 5236 replace district = 21 if congress == 85 & id == 3171 replace district = 99 if congress == 85 & id == 2588 replace district = 1 if congress == 85 & id == 2616 replace district = 2 if congress == 85 & id == 2430 replace district = 1 if congress == 85 & id == 7637 replace district = 1 if congress == 85 & id == 7969 replace district = 2 if congress == 85 & id == 4064 replace district = 3 if congress == 85 & id == 3499 replace district = 4 if congress == 85 & id == 2 replace district = 5 if congress == 85 & id == 9494 replace district = 6 if congress == 85 & id == 7500 replace district = 7 if congress == 85 & id == 4125 replace district = 8 if congress == 85 & id == 8636 replace district = 9 if congress == 85 & id == 4927 replace district = 10 if congress == 85 & id == 1154 replace district = 1 if congress == 85 & id == 7313 replace district = 2 if congress == 85 & id == 9968 replace district = 3 if congress == 85 & id == 5885 replace district = 4 if congress == 85 & id == 4537 replace district = 5 if congress == 85 & id == 4579 replace district = 6 if congress == 85 & id == 9409 replace district = 99 if congress == 85 & id == 5912 replace district = 1 if congress == 85 & id == 6626 replace district = 2 if congress == 85 & id == 8824 replace district = 3 if congress == 85 & id == 339 replace district = 4 if congress == 85 & id == 6851 replace district = 5 if congress == 85 & id == 5118 replace district = 6 if congress == 85 & id == 1366 replace district = 1 if congress == 85 & id == 8663 replace district = 2 if congress == 85 & id == 9267 replace district = 3 if congress == 85 & id == 10299 replace district = 4 if congress == 85 & id == 10463 replace district = 5 if congress == 85 & id == 7824 replace district = 6 if congress == 85 & id == 9627 replace district = 7 if congress == 85 & id == 5410 replace district = 8 if congress == 85 & id == 1371 replace district = 9 if congress == 85 & id == 4977 replace district = 10 if congress == 85 & id == 7046 replace district = 1 if congress == 85 & id == 9350 replace district = 0 if congress == 86 & id == 99901 replace district = 1 if congress == 86 & id == 937 replace district = 2 if congress == 86 & id == 3754 replace district = 3 if congress == 86 & id == 195 replace district = 4 if congress == 86 & id == 7954 replace district = 5 if congress == 86 & id == 7695 replace district = 6 if congress == 86 & id == 8353 replace district = 7 if congress == 86 & id == 2909 replace district = 8 if congress == 86 & id == 5058 replace district = 9 if congress == 86 & id == 4686 replace district = 1 if congress == 86 & id == 7926 replace district = 1 if congress == 86 & id == 7845 replace district = 2 if congress == 86 & id == 9549 replace district = 1 if congress == 86 & id == 3506 replace district = 2 if congress == 86 & id == 6532 replace district = 3 if congress == 86 & id == 9473 replace district = 4 if congress == 86 & id == 4110 replace district = 5 if congress == 86 & id == 92 replace district = 6 if congress == 86 & id == 6958 replace district = 1 if congress == 86 & id == 6477 replace district = 2 if congress == 86 & id == 4957 replace district = 3 if congress == 86 & id == 6756 replace district = 4 if congress == 86 & id == 5929 replace district = 5 if congress == 86 & id == 8437 replace district = 6 if congress == 86 & id == 387 replace district = 7 if congress == 86 & id == 1911 replace district = 8 if congress == 86 & id == 6483 replace district = 9 if congress == 86 & id == 10461 replace district = 10 if congress == 86 & id == 3867 replace district = 11 if congress == 86 & id == 6240 replace district = 12 if congress == 86 & id == 8549 replace district = 13 if congress == 86 & id == 9240 replace district = 14 if congress == 86 & id == 3901 replace district = 15 if congress == 86 & id == 6220 replace district = 16 if congress == 86 & id == 4846 replace district = 17 if congress == 86 & id == 5255 replace district = 18 if congress == 86 & id == 4592 replace district = 19 if congress == 86 & id == 4514 replace district = 20 if congress == 86 & id == 8628 replace district = 21 if congress == 86 & id == 4388 replace district = 22 if congress == 86 & id == 4543 replace district = 23 if congress == 86 & id == 2713 replace district = 24 if congress == 86 & id == 5694 replace district = 25 if congress == 86 & id == 5099 replace district = 26 if congress == 86 & id == 8051 replace district = 27 if congress == 86 & id == 8444 replace district = 28 if congress == 86 & id == 9578 replace district = 29 if congress == 86 & id == 8225 replace district = 30 if congress == 86 & id == 10249 replace district = 1 if congress == 86 & id == 8021 replace district = 2 if congress == 86 & id == 4943 replace district = 3 if congress == 86 & id == 1684 replace district = 4 if congress == 86 & id == 275 replace district = 1 if congress == 86 & id == 2295 replace district = 2 if congress == 86 & id == 913 replace district = 3 if congress == 86 & id == 3553 replace district = 4 if congress == 86 & id == 4824 replace district = 5 if congress == 86 & id == 6586 replace district = 99 if congress == 86 & id == 5362 replace district = 1 if congress == 86 & id == 6224 replace district = 1 if congress == 86 & id == 2143 replace district = 2 if congress == 86 & id == 633 replace district = 3 if congress == 86 & id == 8507 replace district = 4 if congress == 86 & id == 3078 replace district = 5 if congress == 86 & id == 4354 replace district = 6 if congress == 86 & id == 8032 replace district = 7 if congress == 86 & id == 3929 replace district = 8 if congress == 86 & id == 6084 replace district = 1 if congress == 86 & id == 7605 replace district = 2 if congress == 86 & id == 7450 replace district = 3 if congress == 86 & id == 3286 replace district = 4 if congress == 86 & id == 3242 replace district = 5 if congress == 86 & id == 2389 replace district = 6 if congress == 86 & id == 9677 replace district = 7 if congress == 86 & id == 6559 replace district = 8 if congress == 86 & id == 798 replace district = 9 if congress == 86 & id == 5436 replace district = 10 if congress == 86 & id == 1130 replace district = 1 if congress == 86 & id == 4812 replace district = 1 if congress == 86 & id == 7392 replace district = 2 if congress == 86 & id == 1215 replace district = 1 if congress == 86 & id == 2433 replace district = 2 if congress == 86 & id == 7041 replace district = 3 if congress == 86 & id == 6816 replace district = 4 if congress == 86 & id == 2525 replace district = 5 if congress == 86 & id == 5326 replace district = 6 if congress == 86 & id == 7004 replace district = 7 if congress == 86 & id == 5654 replace district = 8 if congress == 86 & id == 8080 replace district = 9 if congress == 86 & id == 10421 replace district = 10 if congress == 86 & id == 1941 replace district = 11 if congress == 86 & id == 7642 replace district = 12 if congress == 86 & id == 939 replace district = 13 if congress == 86 & id == 1722 replace district = 14 if congress == 86 & id == 4488 replace district = 15 if congress == 86 & id == 6061 replace district = 16 if congress == 86 & id == 121 replace district = 17 if congress == 86 & id == 226 replace district = 18 if congress == 86 & id == 6455 replace district = 19 if congress == 86 & id == 1702 replace district = 20 if congress == 86 & id == 8527 replace district = 21 if congress == 86 & id == 5884 replace district = 22 if congress == 86 & id == 8814 replace district = 23 if congress == 86 & id == 8474 replace district = 24 if congress == 86 & id == 7610 replace district = 25 if congress == 86 & id == 3769 replace district = 1 if congress == 86 & id == 5900 replace district = 2 if congress == 86 & id == 3963 replace district = 3 if congress == 86 & id == 948 replace district = 4 if congress == 86 & id == 18 replace district = 5 if congress == 86 & id == 8084 replace district = 6 if congress == 86 & id == 9801 replace district = 7 if congress == 86 & id == 986 replace district = 8 if congress == 86 & id == 2517 replace district = 9 if congress == 86 & id == 4494 replace district = 10 if congress == 86 & id == 4081 replace district = 11 if congress == 86 & id == 458 replace district = 1 if congress == 86 & id == 8288 replace district = 2 if congress == 86 & id == 10308 replace district = 3 if congress == 86 & id == 3853 replace district = 4 if congress == 86 & id == 1549 replace district = 4 if congress == 86 & id == 5385 replace district = 5 if congress == 86 & id == 8672 replace district = 6 if congress == 86 & id == 1861 replace district = 7 if congress == 86 & id == 4928 replace district = 8 if congress == 86 & id == 4482 replace district = 1 if congress == 86 & id == 301 replace district = 2 if congress == 86 & id == 3535 replace district = 3 if congress == 86 & id == 4071 replace district = 4 if congress == 86 & id == 7799 replace district = 5 if congress == 86 & id == 997 replace district = 6 if congress == 86 & id == 8709 replace district = 1 if congress == 86 & id == 9056 replace district = 2 if congress == 86 & id == 6845 replace district = 3 if congress == 86 & id == 1264 replace district = 4 if congress == 86 & id == 1682 replace district = 5 if congress == 86 & id == 8778 replace district = 6 if congress == 86 & id == 9882 replace district = 7 if congress == 86 & id == 7343 replace district = 8 if congress == 86 & id == 8508 replace district = 1 if congress == 86 & id == 4275 replace district = 2 if congress == 86 & id == 824 replace district = 3 if congress == 86 & id == 10201 replace district = 4 if congress == 86 & id == 1081 replace district = 5 if congress == 86 & id == 7228 replace district = 6 if congress == 86 & id == 6721 replace district = 7 if congress == 86 & id == 9339 replace district = 8 if congress == 86 & id == 6386 replace district = 1 if congress == 86 & id == 7061 replace district = 2 if congress == 86 & id == 1904 replace district = 3 if congress == 86 & id == 6276 replace district = 1 if congress == 86 & id == 4993 replace district = 2 if congress == 86 & id == 1018 replace district = 3 if congress == 86 & id == 3480 replace district = 4 if congress == 86 & id == 3054 replace district = 5 if congress == 86 & id == 5463 replace district = 6 if congress == 86 & id == 3249 replace district = 7 if congress == 86 & id == 3374 replace district = 1 if congress == 86 & id == 2009 replace district = 2 if congress == 86 & id == 830 replace district = 3 if congress == 86 & id == 7408 replace district = 4 if congress == 86 & id == 2660 replace district = 5 if congress == 86 & id == 8024 replace district = 6 if congress == 86 & id == 518 replace district = 7 if congress == 86 & id == 5447 replace district = 8 if congress == 86 & id == 5873 replace district = 9 if congress == 86 & id == 5131 replace district = 10 if congress == 86 & id == 2272 replace district = 11 if congress == 86 & id == 7081 replace district = 12 if congress == 86 & id == 6177 replace district = 13 if congress == 86 & id == 1265 replace district = 14 if congress == 86 & id == 6033 replace district = 1 if congress == 86 & id == 5880 replace district = 2 if congress == 86 & id == 6399 replace district = 3 if congress == 86 & id == 4935 replace district = 4 if congress == 86 & id == 4487 replace district = 5 if congress == 86 & id == 3268 replace district = 6 if congress == 86 & id == 1620 replace district = 7 if congress == 86 & id == 7043 replace district = 8 if congress == 86 & id == 652 replace district = 9 if congress == 86 & id == 3824 replace district = 10 if congress == 86 & id == 1610 replace district = 11 if congress == 86 & id == 5349 replace district = 12 if congress == 86 & id == 639 replace district = 13 if congress == 86 & id == 2594 replace district = 14 if congress == 86 & id == 7682 replace district = 15 if congress == 86 & id == 2605 replace district = 16 if congress == 86 & id == 5617 replace district = 17 if congress == 86 & id == 3830 replace district = 18 if congress == 86 & id == 1087 replace district = 1 if congress == 86 & id == 7671 replace district = 2 if congress == 86 & id == 6860 replace district = 3 if congress == 86 & id == 10092 replace district = 4 if congress == 86 & id == 5098 replace district = 5 if congress == 86 & id == 5083 replace district = 6 if congress == 86 & id == 5998 replace district = 7 if congress == 86 & id == 158 replace district = 8 if congress == 86 & id == 789 replace district = 9 if congress == 86 & id == 5451 replace district = 1 if congress == 86 & id == 13 replace district = 2 if congress == 86 & id == 10075 replace district = 3 if congress == 86 & id == 8616 replace district = 4 if congress == 86 & id == 10162 replace district = 5 if congress == 86 & id == 10279 replace district = 6 if congress == 86 & id == 1952 replace district = 1 if congress == 86 & id == 5097 replace district = 2 if congress == 86 & id == 2275 replace district = 3 if congress == 86 & id == 9072 replace district = 4 if congress == 86 & id == 1717 replace district = 4 if congress == 86 & id == 7717 replace district = 5 if congress == 86 & id == 835 replace district = 6 if congress == 86 & id == 4724 replace district = 7 if congress == 86 & id == 1103 replace district = 8 if congress == 86 & id == 1517 replace district = 9 if congress == 86 & id == 1479 replace district = 10 if congress == 86 & id == 5056 replace district = 11 if congress == 86 & id == 6765 replace district = 1 if congress == 86 & id == 6442 replace district = 2 if congress == 86 & id == 177 replace district = 1 if congress == 86 & id == 9895 replace district = 2 if congress == 86 & id == 2255 replace district = 3 if congress == 86 & id == 1050 replace district = 4 if congress == 86 & id == 6253 replace district = 1 if congress == 86 & id == 433 replace district = 1 if congress == 86 & id == 6437 replace district = 2 if congress == 86 & id == 503 replace district = 1 if congress == 86 & id == 1393 replace district = 2 if congress == 86 & id == 3629 replace district = 3 if congress == 86 & id == 291 replace district = 4 if congress == 86 & id == 9322 replace district = 5 if congress == 86 & id == 3364 replace district = 6 if congress == 86 & id == 2804 replace district = 7 if congress == 86 & id == 10091 replace district = 8 if congress == 86 & id == 1476 replace district = 9 if congress == 86 & id == 7101 replace district = 10 if congress == 86 & id == 8010 replace district = 11 if congress == 86 & id == 46 replace district = 12 if congress == 86 & id == 9775 replace district = 13 if congress == 86 & id == 3433 replace district = 14 if congress == 86 & id == 2329 replace district = 98 if congress == 86 & id == 6717 replace district = 98 if congress == 86 & id == 6611 replace district = 1 if congress == 86 & id == 9716 replace district = 2 if congress == 86 & id == 2523 replace district = 3 if congress == 86 & id == 563 replace district = 4 if congress == 86 & id == 3967 replace district = 5 if congress == 86 & id == 868 replace district = 6 if congress == 86 & id == 4548 replace district = 7 if congress == 86 & id == 2476 replace district = 8 if congress == 86 & id == 205 replace district = 9 if congress == 86 & id == 5199 replace district = 10 if congress == 86 & id == 5148 replace district = 11 if congress == 86 & id == 1611 replace district = 12 if congress == 86 & id == 2671 replace district = 13 if congress == 86 & id == 6792 replace district = 14 if congress == 86 & id == 8049 replace district = 15 if congress == 86 & id == 7749 replace district = 16 if congress == 86 & id == 7568 replace district = 17 if congress == 86 & id == 5678 replace district = 18 if congress == 86 & id == 8214 replace district = 19 if congress == 86 & id == 3056 replace district = 20 if congress == 86 & id == 9248 replace district = 21 if congress == 86 & id == 10464 replace district = 22 if congress == 86 & id == 4262 replace district = 23 if congress == 86 & id == 2646 replace district = 23 if congress == 86 & id == 3575 replace district = 24 if congress == 86 & id == 1205 replace district = 25 if congress == 86 & id == 3158 replace district = 26 if congress == 86 & id == 2665 replace district = 27 if congress == 86 & id == 476 replace district = 28 if congress == 86 & id == 8177 replace district = 29 if congress == 86 & id == 9978 replace district = 30 if congress == 86 & id == 7003 replace district = 31 if congress == 86 & id == 9203 replace district = 32 if congress == 86 & id == 9017 replace district = 33 if congress == 86 & id == 5235 replace district = 34 if congress == 86 & id == 7467 replace district = 35 if congress == 86 & id == 7901 replace district = 36 if congress == 86 & id == 9144 replace district = 37 if congress == 86 & id == 7995 replace district = 38 if congress == 86 & id == 9920 replace district = 39 if congress == 86 & id == 7102 replace district = 40 if congress == 86 & id == 6516 replace district = 41 if congress == 86 & id == 2752 replace district = 42 if congress == 86 & id == 7453 replace district = 43 if congress == 86 & id == 7781 replace district = 43 if congress == 86 & id == 3670 replace district = 1 if congress == 86 & id == 846 replace district = 2 if congress == 86 & id == 3321 replace district = 3 if congress == 86 & id == 431 replace district = 4 if congress == 86 & id == 2032 replace district = 5 if congress == 86 & id == 8311 replace district = 6 if congress == 86 & id == 2791 replace district = 7 if congress == 86 & id == 5606 replace district = 8 if congress == 86 & id == 5306 replace district = 9 if congress == 86 & id == 82 replace district = 10 if congress == 86 & id == 5019 replace district = 11 if congress == 86 & id == 10060 replace district = 12 if congress == 86 & id == 3936 replace district = 12 if congress == 86 & id == 9230 replace district = 98 if congress == 86 & id == 8485 replace district = 98 if congress == 86 & id == 1252 replace district = 1 if congress == 86 & id == 8260 replace district = 2 if congress == 86 & id == 4373 replace district = 3 if congress == 86 & id == 8258 replace district = 4 if congress == 86 & id == 6204 replace district = 5 if congress == 86 & id == 5495 replace district = 6 if congress == 86 & id == 7506 replace district = 7 if congress == 86 & id == 1104 replace district = 8 if congress == 86 & id == 680 replace district = 9 if congress == 86 & id == 267 replace district = 10 if congress == 86 & id == 6579 replace district = 11 if congress == 86 & id == 2023 replace district = 12 if congress == 86 & id == 2533 replace district = 13 if congress == 86 & id == 521 replace district = 14 if congress == 86 & id == 310 replace district = 15 if congress == 86 & id == 4311 replace district = 16 if congress == 86 & id == 891 replace district = 17 if congress == 86 & id == 5625 replace district = 18 if congress == 86 & id == 4247 replace district = 19 if congress == 86 & id == 5301 replace district = 20 if congress == 86 & id == 3092 replace district = 21 if congress == 86 & id == 9623 replace district = 22 if congress == 86 & id == 837 replace district = 23 if congress == 86 & id == 6548 replace district = 1 if congress == 86 & id == 590 replace district = 2 if congress == 86 & id == 2854 replace district = 3 if congress == 86 & id == 62 replace district = 4 if congress == 86 & id == 8866 replace district = 5 if congress == 86 & id == 4891 replace district = 6 if congress == 86 & id == 6718 replace district = 1 if congress == 86 & id == 6955 replace district = 2 if congress == 86 & id == 9551 replace district = 3 if congress == 86 & id == 3775 replace district = 4 if congress == 86 & id == 7533 replace district = 1 if congress == 86 & id == 465 replace district = 2 if congress == 86 & id == 3743 replace district = 3 if congress == 86 & id == 1368 replace district = 4 if congress == 86 & id == 6936 replace district = 5 if congress == 86 & id == 3785 replace district = 6 if congress == 86 & id == 9408 replace district = 7 if congress == 86 & id == 6524 replace district = 8 if congress == 86 & id == 2266 replace district = 9 if congress == 86 & id == 2298 replace district = 10 if congress == 86 & id == 7634 replace district = 11 if congress == 86 & id == 3224 replace district = 12 if congress == 86 & id == 3105 replace district = 13 if congress == 86 & id == 5404 replace district = 14 if congress == 86 & id == 7844 replace district = 15 if congress == 86 & id == 9791 replace district = 16 if congress == 86 & id == 6795 replace district = 17 if congress == 86 & id == 1328 replace district = 17 if congress == 86 & id == 8268 replace district = 18 if congress == 86 & id == 8532 replace district = 18 if congress == 86 & id == 2910 replace district = 19 if congress == 86 & id == 7673 replace district = 20 if congress == 86 & id == 9645 replace district = 21 if congress == 86 & id == 2513 replace district = 22 if congress == 86 & id == 8247 replace district = 23 if congress == 86 & id == 3510 replace district = 24 if congress == 86 & id == 5112 replace district = 25 if congress == 86 & id == 1763 replace district = 26 if congress == 86 & id == 6685 replace district = 27 if congress == 86 & id == 3409 replace district = 28 if congress == 86 & id == 6661 replace district = 29 if congress == 86 & id == 2065 replace district = 30 if congress == 86 & id == 4518 replace district = 1 if congress == 86 & id == 3264 replace district = 2 if congress == 86 & id == 3246 replace district = 1 if congress == 86 & id == 7925 replace district = 2 if congress == 86 & id == 7908 replace district = 3 if congress == 86 & id == 2672 replace district = 4 if congress == 86 & id == 270 replace district = 5 if congress == 86 & id == 4299 replace district = 6 if congress == 86 & id == 6353 replace district = 1 if congress == 86 & id == 6256 replace district = 2 if congress == 86 & id == 672 replace district = 1 if congress == 86 & id == 7777 replace district = 2 if congress == 86 & id == 364 replace district = 3 if congress == 86 & id == 3346 replace district = 4 if congress == 86 & id == 3034 replace district = 5 if congress == 86 & id == 5783 replace district = 6 if congress == 86 & id == 504 replace district = 7 if congress == 86 & id == 6826 replace district = 8 if congress == 86 & id == 3028 replace district = 9 if congress == 86 & id == 2376 replace district = 1 if congress == 86 & id == 7232 replace district = 2 if congress == 86 & id == 1077 replace district = 3 if congress == 86 & id == 567 replace district = 4 if congress == 86 & id == 7753 replace district = 5 if congress == 86 & id == 93 replace district = 6 if congress == 86 & id == 9241 replace district = 7 if congress == 86 & id == 2700 replace district = 8 if congress == 86 & id == 9284 replace district = 9 if congress == 86 & id == 9320 replace district = 10 if congress == 86 & id == 9356 replace district = 11 if congress == 86 & id == 7498 replace district = 12 if congress == 86 & id == 10391 replace district = 13 if congress == 86 & id == 4796 replace district = 14 if congress == 86 & id == 10446 replace district = 15 if congress == 86 & id == 5241 replace district = 16 if congress == 86 & id == 8147 replace district = 17 if congress == 86 & id == 1282 replace district = 18 if congress == 86 & id == 8035 replace district = 19 if congress == 86 & id == 5924 replace district = 20 if congress == 86 & id == 5236 replace district = 21 if congress == 86 & id == 3171 replace district = 22 if congress == 86 & id == 1577 replace district = 1 if congress == 86 & id == 2616 replace district = 2 if congress == 86 & id == 5258 replace district = 1 if congress == 86 & id == 6451 replace district = 1 if congress == 86 & id == 2706 replace district = 2 if congress == 86 & id == 4064 replace district = 3 if congress == 86 & id == 3499 replace district = 4 if congress == 86 & id == 2 replace district = 5 if congress == 86 & id == 9494 replace district = 6 if congress == 86 & id == 7500 replace district = 7 if congress == 86 & id == 4125 replace district = 8 if congress == 86 & id == 8636 replace district = 9 if congress == 86 & id == 4927 replace district = 10 if congress == 86 & id == 1154 replace district = 1 if congress == 86 & id == 7313 replace district = 2 if congress == 86 & id == 9968 replace district = 3 if congress == 86 & id == 5885 replace district = 4 if congress == 86 & id == 6101 replace district = 5 if congress == 86 & id == 4579 replace district = 6 if congress == 86 & id == 9409 replace district = 7 if congress == 86 & id == 5912 replace district = 1 if congress == 86 & id == 6626 replace district = 2 if congress == 86 & id == 8824 replace district = 3 if congress == 86 & id == 339 replace district = 4 if congress == 86 & id == 4276 replace district = 5 if congress == 86 & id == 5118 replace district = 6 if congress == 86 & id == 8564 replace district = 1 if congress == 86 & id == 3240 replace district = 2 if congress == 86 & id == 5101 replace district = 3 if congress == 86 & id == 10299 replace district = 4 if congress == 86 & id == 10463 replace district = 5 if congress == 86 & id == 7824 replace district = 6 if congress == 86 & id == 9627 replace district = 7 if congress == 86 & id == 5410 replace district = 8 if congress == 86 & id == 1371 replace district = 9 if congress == 86 & id == 4977 replace district = 10 if congress == 86 & id == 7046 replace district = 1 if congress == 86 & id == 9350 replace district = 0 if congress == 87 & id == 99902 replace district = 1 if congress == 87 & id == 937 replace district = 2 if congress == 87 & id == 3754 replace district = 3 if congress == 87 & id == 195 replace district = 4 if congress == 87 & id == 7954 replace district = 5 if congress == 87 & id == 7695 replace district = 6 if congress == 87 & id == 8353 replace district = 7 if congress == 87 & id == 2909 replace district = 8 if congress == 87 & id == 5058 replace district = 9 if congress == 87 & id == 4686 replace district = 1 if congress == 87 & id == 7926 replace district = 1 if congress == 87 & id == 7845 replace district = 2 if congress == 87 & id == 9549 replace district = 2 if congress == 87 & id == 10566 replace district = 1 if congress == 87 & id == 3506 replace district = 2 if congress == 87 & id == 6532 replace district = 3 if congress == 87 & id == 9473 replace district = 4 if congress == 87 & id == 4110 replace district = 5 if congress == 87 & id == 92 replace district = 6 if congress == 87 & id == 10541 replace district = 6 if congress == 87 & id == 6958 replace district = 1 if congress == 87 & id == 6477 replace district = 2 if congress == 87 & id == 4957 replace district = 3 if congress == 87 & id == 6756 replace district = 4 if congress == 87 & id == 5929 replace district = 5 if congress == 87 & id == 8437 replace district = 6 if congress == 87 & id == 387 replace district = 7 if congress == 87 & id == 1911 replace district = 8 if congress == 87 & id == 6483 replace district = 9 if congress == 87 & id == 10461 replace district = 10 if congress == 87 & id == 3867 replace district = 11 if congress == 87 & id == 6240 replace district = 12 if congress == 87 & id == 8549 replace district = 13 if congress == 87 & id == 9240 replace district = 14 if congress == 87 & id == 3901 replace district = 15 if congress == 87 & id == 6220 replace district = 16 if congress == 87 & id == 10505 replace district = 17 if congress == 87 & id == 5255 replace district = 18 if congress == 87 & id == 4592 replace district = 19 if congress == 87 & id == 4514 replace district = 20 if congress == 87 & id == 8628 replace district = 21 if congress == 87 & id == 4388 replace district = 22 if congress == 87 & id == 10511 replace district = 23 if congress == 87 & id == 2713 replace district = 24 if congress == 87 & id == 5694 replace district = 25 if congress == 87 & id == 10553 replace district = 26 if congress == 87 & id == 8051 replace district = 27 if congress == 87 & id == 8444 replace district = 28 if congress == 87 & id == 9578 replace district = 29 if congress == 87 & id == 8225 replace district = 30 if congress == 87 & id == 10249 replace district = 1 if congress == 87 & id == 8021 replace district = 2 if congress == 87 & id == 10514 replace district = 3 if congress == 87 & id == 1684 replace district = 4 if congress == 87 & id == 275 replace district = 1 if congress == 87 & id == 2295 replace district = 2 if congress == 87 & id == 8346 replace district = 3 if congress == 87 & id == 3553 replace district = 4 if congress == 87 & id == 10560 replace district = 5 if congress == 87 & id == 6586 replace district = 99 if congress == 87 & id == 5362 replace district = 1 if congress == 87 & id == 6224 replace district = 1 if congress == 87 & id == 2143 replace district = 2 if congress == 87 & id == 633 replace district = 3 if congress == 87 & id == 8507 replace district = 4 if congress == 87 & id == 3078 replace district = 5 if congress == 87 & id == 4354 replace district = 6 if congress == 87 & id == 8032 replace district = 7 if congress == 87 & id == 3929 replace district = 8 if congress == 87 & id == 6084 replace district = 1 if congress == 87 & id == 10522 replace district = 2 if congress == 87 & id == 7450 replace district = 3 if congress == 87 & id == 3286 replace district = 4 if congress == 87 & id == 3242 replace district = 5 if congress == 87 & id == 2389 replace district = 6 if congress == 87 & id == 9677 replace district = 7 if congress == 87 & id == 10512 replace district = 8 if congress == 87 & id == 798 replace district = 9 if congress == 87 & id == 5436 replace district = 10 if congress == 87 & id == 10563 replace district = 1 if congress == 87 & id == 4812 replace district = 1 if congress == 87 & id == 7392 replace district = 2 if congress == 87 & id == 10524 replace district = 1 if congress == 87 & id == 2433 replace district = 2 if congress == 87 & id == 7041 replace district = 3 if congress == 87 & id == 6816 replace district = 4 if congress == 87 & id == 2525 replace district = 5 if congress == 87 & id == 5326 replace district = 6 if congress == 87 & id == 7004 replace district = 7 if congress == 87 & id == 5654 replace district = 8 if congress == 87 & id == 8080 replace district = 9 if congress == 87 & id == 10421 replace district = 10 if congress == 87 & id == 1941 replace district = 11 if congress == 87 & id == 7642 replace district = 12 if congress == 87 & id == 10518 replace district = 13 if congress == 87 & id == 1722 replace district = 14 if congress == 87 & id == 4488 replace district = 15 if congress == 87 & id == 6061 replace district = 16 if congress == 87 & id == 10501 replace district = 17 if congress == 87 & id == 226 replace district = 18 if congress == 87 & id == 6455 replace district = 19 if congress == 87 & id == 1702 replace district = 20 if congress == 87 & id == 10517 replace district = 21 if congress == 87 & id == 5884 replace district = 22 if congress == 87 & id == 8814 replace district = 23 if congress == 87 & id == 8474 replace district = 24 if congress == 87 & id == 7610 replace district = 25 if congress == 87 & id == 3769 replace district = 1 if congress == 87 & id == 5900 replace district = 2 if congress == 87 & id == 3963 replace district = 3 if congress == 87 & id == 948 replace district = 4 if congress == 87 & id == 18 replace district = 5 if congress == 87 & id == 8084 replace district = 5 if congress == 87 & id == 10509 replace district = 6 if congress == 87 & id == 10552 replace district = 7 if congress == 87 & id == 986 replace district = 8 if congress == 87 & id == 2517 replace district = 9 if congress == 87 & id == 10212 replace district = 10 if congress == 87 & id == 4165 replace district = 11 if congress == 87 & id == 10507 replace district = 1 if congress == 87 & id == 8288 replace district = 2 if congress == 87 & id == 10506 replace district = 3 if congress == 87 & id == 3853 replace district = 4 if congress == 87 & id == 5385 replace district = 5 if congress == 87 & id == 8672 replace district = 6 if congress == 87 & id == 1861 replace district = 7 if congress == 87 & id == 4928 replace district = 8 if congress == 87 & id == 4482 replace district = 1 if congress == 87 & id == 301 replace district = 2 if congress == 87 & id == 10516 replace district = 3 if congress == 87 & id == 10536 replace district = 4 if congress == 87 & id == 10559 replace district = 5 if congress == 87 & id == 997 replace district = 6 if congress == 87 & id == 10513 replace district = 1 if congress == 87 & id == 9056 replace district = 2 if congress == 87 & id == 6845 replace district = 3 if congress == 87 & id == 1264 replace district = 4 if congress == 87 & id == 1682 replace district = 5 if congress == 87 & id == 8778 replace district = 6 if congress == 87 & id == 9882 replace district = 7 if congress == 87 & id == 7343 replace district = 8 if congress == 87 & id == 8508 replace district = 1 if congress == 87 & id == 4275 replace district = 2 if congress == 87 & id == 824 replace district = 3 if congress == 87 & id == 10201 replace district = 4 if congress == 87 & id == 1081 replace district = 4 if congress == 87 & id == 10567 replace district = 5 if congress == 87 & id == 7228 replace district = 6 if congress == 87 & id == 6721 replace district = 7 if congress == 87 & id == 9339 replace district = 8 if congress == 87 & id == 6386 replace district = 1 if congress == 87 & id == 10519 replace district = 2 if congress == 87 & id == 10565 replace district = 3 if congress == 87 & id == 6276 replace district = 1 if congress == 87 & id == 4993 replace district = 2 if congress == 87 & id == 1018 replace district = 3 if congress == 87 & id == 3480 replace district = 4 if congress == 87 & id == 3054 replace district = 5 if congress == 87 & id == 5463 replace district = 6 if congress == 87 & id == 10535 replace district = 7 if congress == 87 & id == 3374 replace district = 1 if congress == 87 & id == 2009 replace district = 2 if congress == 87 & id == 830 replace district = 3 if congress == 87 & id == 7408 replace district = 4 if congress == 87 & id == 2660 replace district = 5 if congress == 87 & id == 10538 replace district = 6 if congress == 87 & id == 518 replace district = 7 if congress == 87 & id == 5447 replace district = 8 if congress == 87 & id == 5873 replace district = 9 if congress == 87 & id == 5131 replace district = 10 if congress == 87 & id == 2272 replace district = 11 if congress == 87 & id == 7081 replace district = 12 if congress == 87 & id == 6177 replace district = 13 if congress == 87 & id == 1265 replace district = 14 if congress == 87 & id == 6033 replace district = 1 if congress == 87 & id == 5880 replace district = 1 if congress == 87 & id == 10540 replace district = 2 if congress == 87 & id == 6399 replace district = 3 if congress == 87 & id == 4935 replace district = 4 if congress == 87 & id == 4487 replace district = 5 if congress == 87 & id == 3268 replace district = 6 if congress == 87 & id == 1620 replace district = 7 if congress == 87 & id == 7043 replace district = 8 if congress == 87 & id == 10526 replace district = 9 if congress == 87 & id == 3824 replace district = 10 if congress == 87 & id == 1610 replace district = 11 if congress == 87 & id == 5349 replace district = 12 if congress == 87 & id == 639 replace district = 13 if congress == 87 & id == 2594 replace district = 14 if congress == 87 & id == 7682 replace district = 14 if congress == 87 & id == 10554 replace district = 15 if congress == 87 & id == 2605 replace district = 16 if congress == 87 & id == 5617 replace district = 17 if congress == 87 & id == 3830 replace district = 18 if congress == 87 & id == 1087 replace district = 1 if congress == 87 & id == 7671 replace district = 2 if congress == 87 & id == 6860 replace district = 3 if congress == 87 & id == 10533 replace district = 4 if congress == 87 & id == 5098 replace district = 5 if congress == 87 & id == 5083 replace district = 6 if congress == 87 & id == 5998 replace district = 7 if congress == 87 & id == 158 replace district = 8 if congress == 87 & id == 789 replace district = 9 if congress == 87 & id == 5451 replace district = 1 if congress == 87 & id == 13 replace district = 2 if congress == 87 & id == 10075 replace district = 3 if congress == 87 & id == 8616 replace district = 4 if congress == 87 & id == 10162 replace district = 5 if congress == 87 & id == 10279 replace district = 6 if congress == 87 & id == 1952 replace district = 1 if congress == 87 & id == 5097 replace district = 2 if congress == 87 & id == 2275 replace district = 3 if congress == 87 & id == 9072 replace district = 4 if congress == 87 & id == 7717 replace district = 5 if congress == 87 & id == 835 replace district = 6 if congress == 87 & id == 4724 replace district = 7 if congress == 87 & id == 10523 replace district = 8 if congress == 87 & id == 10528 replace district = 9 if congress == 87 & id == 1479 replace district = 10 if congress == 87 & id == 5056 replace district = 11 if congress == 87 & id == 6765 replace district = 1 if congress == 87 & id == 10543 replace district = 2 if congress == 87 & id == 10503 replace district = 1 if congress == 87 & id == 9895 replace district = 2 if congress == 87 & id == 2255 replace district = 3 if congress == 87 & id == 10504 replace district = 4 if congress == 87 & id == 10534 replace district = 1 if congress == 87 & id == 433 replace district = 1 if congress == 87 & id == 6437 replace district = 2 if congress == 87 & id == 503 replace district = 1 if congress == 87 & id == 1393 replace district = 2 if congress == 87 & id == 3629 replace district = 3 if congress == 87 & id == 291 replace district = 4 if congress == 87 & id == 9322 replace district = 5 if congress == 87 & id == 3364 replace district = 6 if congress == 87 & id == 2804 replace district = 7 if congress == 87 & id == 10091 replace district = 8 if congress == 87 & id == 10529 replace district = 9 if congress == 87 & id == 7101 replace district = 10 if congress == 87 & id == 8010 replace district = 11 if congress == 87 & id == 46 replace district = 12 if congress == 87 & id == 9775 replace district = 13 if congress == 87 & id == 3433 replace district = 14 if congress == 87 & id == 2329 replace district = 98 if congress == 87 & id == 6611 replace district = 98 if congress == 87 & id == 6717 replace district = 1 if congress == 87 & id == 10545 replace district = 2 if congress == 87 & id == 2523 replace district = 3 if congress == 87 & id == 563 replace district = 4 if congress == 87 & id == 3967 replace district = 5 if congress == 87 & id == 10500 replace district = 6 if congress == 87 & id == 4548 replace district = 6 if congress == 87 & id == 10551 replace district = 7 if congress == 87 & id == 2476 replace district = 8 if congress == 87 & id == 205 replace district = 9 if congress == 87 & id == 5199 replace district = 10 if congress == 87 & id == 5148 replace district = 11 if congress == 87 & id == 1611 replace district = 12 if congress == 87 & id == 10508 replace district = 13 if congress == 87 & id == 6792 replace district = 14 if congress == 87 & id == 8049 replace district = 15 if congress == 87 & id == 7749 replace district = 16 if congress == 87 & id == 7568 replace district = 17 if congress == 87 & id == 5678 replace district = 18 if congress == 87 & id == 8214 replace district = 19 if congress == 87 & id == 3056 replace district = 20 if congress == 87 & id == 10555 replace district = 21 if congress == 87 & id == 10464 replace district = 22 if congress == 87 & id == 4262 replace district = 23 if congress == 87 & id == 3575 replace district = 24 if congress == 87 & id == 1205 replace district = 25 if congress == 87 & id == 3158 replace district = 26 if congress == 87 & id == 2665 replace district = 27 if congress == 87 & id == 476 replace district = 28 if congress == 87 & id == 8177 replace district = 29 if congress == 87 & id == 9978 replace district = 30 if congress == 87 & id == 7003 replace district = 31 if congress == 87 & id == 10530 replace district = 32 if congress == 87 & id == 9017 replace district = 33 if congress == 87 & id == 5235 replace district = 34 if congress == 87 & id == 7467 replace district = 35 if congress == 87 & id == 7901 replace district = 36 if congress == 87 & id == 9144 replace district = 37 if congress == 87 & id == 7995 replace district = 38 if congress == 87 & id == 9920 replace district = 39 if congress == 87 & id == 7102 replace district = 40 if congress == 87 & id == 6516 replace district = 41 if congress == 87 & id == 2752 replace district = 42 if congress == 87 & id == 7453 replace district = 43 if congress == 87 & id == 3670 replace district = 1 if congress == 87 & id == 846 replace district = 2 if congress == 87 & id == 3321 replace district = 3 if congress == 87 & id == 10527 replace district = 4 if congress == 87 & id == 2032 replace district = 5 if congress == 87 & id == 8311 replace district = 6 if congress == 87 & id == 10531 replace district = 7 if congress == 87 & id == 5606 replace district = 8 if congress == 87 & id == 5306 replace district = 9 if congress == 87 & id == 82 replace district = 10 if congress == 87 & id == 5019 replace district = 11 if congress == 87 & id == 10060 replace district = 12 if congress == 87 & id == 9230 replace district = 98 if congress == 87 & id == 8485 replace district = 98 if congress == 87 & id == 10542 replace district = 1 if congress == 87 & id == 8260 replace district = 2 if congress == 87 & id == 10510 replace district = 3 if congress == 87 & id == 8258 replace district = 4 if congress == 87 & id == 6204 replace district = 5 if congress == 87 & id == 5495 replace district = 6 if congress == 87 & id == 10525 replace district = 7 if congress == 87 & id == 1104 replace district = 8 if congress == 87 & id == 680 replace district = 9 if congress == 87 & id == 267 replace district = 10 if congress == 87 & id == 6579 replace district = 11 if congress == 87 & id == 2023 replace district = 12 if congress == 87 & id == 2533 replace district = 13 if congress == 87 & id == 10539 replace district = 14 if congress == 87 & id == 310 replace district = 15 if congress == 87 & id == 10537 replace district = 16 if congress == 87 & id == 891 replace district = 17 if congress == 87 & id == 10502 replace district = 18 if congress == 87 & id == 4247 replace district = 19 if congress == 87 & id == 5301 replace district = 20 if congress == 87 & id == 3092 replace district = 21 if congress == 87 & id == 9623 replace district = 22 if congress == 87 & id == 837 replace district = 23 if congress == 87 & id == 6548 replace district = 1 if congress == 87 & id == 590 replace district = 2 if congress == 87 & id == 2854 replace district = 3 if congress == 87 & id == 62 replace district = 4 if congress == 87 & id == 8866 replace district = 5 if congress == 87 & id == 4891 replace district = 6 if congress == 87 & id == 10085 replace district = 1 if congress == 87 & id == 6955 replace district = 2 if congress == 87 & id == 9551 replace district = 3 if congress == 87 & id == 3775 replace district = 4 if congress == 87 & id == 10515 replace district = 1 if congress == 87 & id == 465 replace district = 2 if congress == 87 & id == 3743 replace district = 3 if congress == 87 & id == 1368 replace district = 4 if congress == 87 & id == 6936 replace district = 5 if congress == 87 & id == 3785 replace district = 6 if congress == 87 & id == 9408 replace district = 7 if congress == 87 & id == 6524 replace district = 8 if congress == 87 & id == 2266 replace district = 9 if congress == 87 & id == 2298 replace district = 10 if congress == 87 & id == 10558 replace district = 11 if congress == 87 & id == 3224 replace district = 12 if congress == 87 & id == 3105 replace district = 13 if congress == 87 & id == 10557 replace district = 14 if congress == 87 & id == 7844 replace district = 15 if congress == 87 & id == 9791 replace district = 16 if congress == 87 & id == 6795 replace district = 16 if congress == 87 & id == 5377 replace district = 17 if congress == 87 & id == 8268 replace district = 18 if congress == 87 & id == 9975 replace district = 19 if congress == 87 & id == 10521 replace district = 20 if congress == 87 & id == 9645 replace district = 21 if congress == 87 & id == 2513 replace district = 22 if congress == 87 & id == 8247 replace district = 23 if congress == 87 & id == 3510 replace district = 24 if congress == 87 & id == 5112 replace district = 25 if congress == 87 & id == 1763 replace district = 26 if congress == 87 & id == 6685 replace district = 27 if congress == 87 & id == 3409 replace district = 28 if congress == 87 & id == 6661 replace district = 29 if congress == 87 & id == 2065 replace district = 30 if congress == 87 & id == 4518 replace district = 1 if congress == 87 & id == 10561 replace district = 2 if congress == 87 & id == 3246 replace district = 1 if congress == 87 & id == 7925 replace district = 2 if congress == 87 & id == 7908 replace district = 2 if congress == 87 & id == 10549 replace district = 3 if congress == 87 & id == 2672 replace district = 4 if congress == 87 & id == 270 replace district = 5 if congress == 87 & id == 4299 replace district = 6 if congress == 87 & id == 6353 replace district = 1 if congress == 87 & id == 10548 replace district = 2 if congress == 87 & id == 672 replace district = 1 if congress == 87 & id == 7777 replace district = 1 if congress == 87 & id == 10547 replace district = 2 if congress == 87 & id == 364 replace district = 3 if congress == 87 & id == 3346 replace district = 4 if congress == 87 & id == 3034 replace district = 5 if congress == 87 & id == 5783 replace district = 6 if congress == 87 & id == 504 replace district = 7 if congress == 87 & id == 6826 replace district = 8 if congress == 87 & id == 3028 replace district = 9 if congress == 87 & id == 2376 replace district = 1 if congress == 87 & id == 7232 replace district = 2 if congress == 87 & id == 1077 replace district = 3 if congress == 87 & id == 567 replace district = 4 if congress == 87 & id == 7753 replace district = 4 if congress == 87 & id == 10550 replace district = 5 if congress == 87 & id == 93 replace district = 6 if congress == 87 & id == 9241 replace district = 7 if congress == 87 & id == 2700 replace district = 8 if congress == 87 & id == 9284 replace district = 9 if congress == 87 & id == 9320 replace district = 10 if congress == 87 & id == 9356 replace district = 11 if congress == 87 & id == 7498 replace district = 12 if congress == 87 & id == 10391 replace district = 13 if congress == 87 & id == 4796 replace district = 13 if congress == 87 & id == 10546 replace district = 14 if congress == 87 & id == 10446 replace district = 15 if congress == 87 & id == 5241 replace district = 16 if congress == 87 & id == 8147 replace district = 17 if congress == 87 & id == 1282 replace district = 18 if congress == 87 & id == 8035 replace district = 19 if congress == 87 & id == 5924 replace district = 20 if congress == 87 & id == 5236 replace district = 20 if congress == 87 & id == 10520 replace district = 21 if congress == 87 & id == 3171 replace district = 22 if congress == 87 & id == 1577 replace district = 1 if congress == 87 & id == 10544 replace district = 2 if congress == 87 & id == 5258 replace district = 1 if congress == 87 & id == 10562 replace district = 1 if congress == 87 & id == 2706 replace district = 2 if congress == 87 & id == 4064 replace district = 3 if congress == 87 & id == 3499 replace district = 4 if congress == 87 & id == 2 replace district = 5 if congress == 87 & id == 9494 replace district = 6 if congress == 87 & id == 7500 replace district = 7 if congress == 87 & id == 4125 replace district = 8 if congress == 87 & id == 8636 replace district = 9 if congress == 87 & id == 4927 replace district = 10 if congress == 87 & id == 1154 replace district = 1 if congress == 87 & id == 7313 replace district = 2 if congress == 87 & id == 9968 replace district = 3 if congress == 87 & id == 4043 replace district = 4 if congress == 87 & id == 6101 replace district = 5 if congress == 87 & id == 4579 replace district = 6 if congress == 87 & id == 9409 replace district = 7 if congress == 87 & id == 5912 replace district = 1 if congress == 87 & id == 6626 replace district = 2 if congress == 87 & id == 8824 replace district = 3 if congress == 87 & id == 339 replace district = 4 if congress == 87 & id == 4276 replace district = 5 if congress == 87 & id == 5118 replace district = 6 if congress == 87 & id == 8564 replace district = 1 if congress == 87 & id == 10556 replace district = 2 if congress == 87 & id == 5101 replace district = 3 if congress == 87 & id == 10564 replace district = 4 if congress == 87 & id == 10463 replace district = 5 if congress == 87 & id == 7824 replace district = 6 if congress == 87 & id == 9627 replace district = 7 if congress == 87 & id == 5410 replace district = 8 if congress == 87 & id == 1371 replace district = 9 if congress == 87 & id == 4977 replace district = 10 if congress == 87 & id == 7046 replace district = 1 if congress == 87 & id == 4139 replace district = 0 if congress == 88 & id == 99902 replace district = 0 if congress == 88 & id == 99903 replace district = 98 if congress == 88 & id == 8353 replace district = 98 if congress == 88 & id == 3754 replace district = 98 if congress == 88 & id == 195 replace district = 98 if congress == 88 & id == 4686 replace district = 98 if congress == 88 & id == 7954 replace district = 98 if congress == 88 & id == 5058 replace district = 98 if congress == 88 & id == 2909 replace district = 98 if congress == 88 & id == 7695 replace district = 1 if congress == 88 & id == 7926 replace district = 1 if congress == 88 & id == 7845 replace district = 2 if congress == 88 & id == 10566 replace district = 3 if congress == 88 & id == 10623 replace district = 1 if congress == 88 & id == 3506 replace district = 2 if congress == 88 & id == 6532 replace district = 3 if congress == 88 & id == 9473 replace district = 4 if congress == 88 & id == 4110 replace district = 1 if congress == 88 & id == 10579 replace district = 2 if congress == 88 & id == 4957 replace district = 3 if congress == 88 & id == 6756 replace district = 4 if congress == 88 & id == 10599 replace district = 5 if congress == 88 & id == 8437 replace district = 5 if congress == 88 & id == 10577 replace district = 6 if congress == 88 & id == 5929 replace district = 7 if congress == 88 & id == 1911 replace district = 8 if congress == 88 & id == 6483 replace district = 9 if congress == 88 & id == 10583 replace district = 10 if congress == 88 & id == 3867 replace district = 11 if congress == 88 & id == 10461 replace district = 12 if congress == 88 & id == 10631 replace district = 13 if congress == 88 & id == 9240 replace district = 14 if congress == 88 & id == 387 replace district = 15 if congress == 88 & id == 6240 replace district = 16 if congress == 88 & id == 8549 replace district = 17 if congress == 88 & id == 5255 replace district = 18 if congress == 88 & id == 3901 replace district = 19 if congress == 88 & id == 4514 replace district = 20 if congress == 88 & id == 8628 replace district = 21 if congress == 88 & id == 10595 replace district = 22 if congress == 88 & id == 10511 replace district = 23 if congress == 88 & id == 2713 replace district = 23 if congress == 88 & id == 10580 replace district = 24 if congress == 88 & id == 5694 replace district = 25 if congress == 88 & id == 10578 replace district = 26 if congress == 88 & id == 8051 replace district = 27 if congress == 88 & id == 10575 replace district = 28 if congress == 88 & id == 10505 replace district = 29 if congress == 88 & id == 10573 replace district = 30 if congress == 88 & id == 10621 replace district = 31 if congress == 88 & id == 10640 replace district = 32 if congress == 88 & id == 4592 replace district = 33 if congress == 88 & id == 8444 replace district = 34 if congress == 88 & id == 10594 replace district = 35 if congress == 88 & id == 9578 replace district = 36 if congress == 88 & id == 10249 replace district = 37 if congress == 88 & id == 10633 replace district = 38 if congress == 88 & id == 10604 replace district = 1 if congress == 88 & id == 8021 replace district = 2 if congress == 88 & id == 10572 replace district = 3 if congress == 88 & id == 1684 replace district = 4 if congress == 88 & id == 275 replace district = 1 if congress == 88 & id == 2295 replace district = 2 if congress == 88 & id == 10627 replace district = 3 if congress == 88 & id == 3553 replace district = 4 if congress == 88 & id == 10560 replace district = 5 if congress == 88 & id == 6586 replace district = 99 if congress == 88 & id == 10590 replace district = 1 if congress == 88 & id == 6224 replace district = 1 if congress == 88 & id == 8507 replace district = 2 if congress == 88 & id == 633 replace district = 3 if congress == 88 & id == 7333 replace district = 4 if congress == 88 & id == 3078 replace district = 5 if congress == 88 & id == 4354 replace district = 6 if congress == 88 & id == 8032 replace district = 7 if congress == 88 & id == 3929 replace district = 8 if congress == 88 & id == 6084 replace district = 9 if congress == 88 & id == 10587 replace district = 10 if congress == 88 & id == 10588 replace district = 11 if congress == 88 & id == 10593 replace district = 12 if congress == 88 & id == 2143 replace district = 1 if congress == 88 & id == 10522 replace district = 2 if congress == 88 & id == 7450 replace district = 3 if congress == 88 & id == 3286 replace district = 4 if congress == 88 & id == 3242 replace district = 5 if congress == 88 & id == 10636 replace district = 6 if congress == 88 & id == 9677 replace district = 7 if congress == 88 & id == 10512 replace district = 8 if congress == 88 & id == 10632 replace district = 9 if congress == 88 & id == 5436 replace district = 10 if congress == 88 & id == 10563 replace district = 98 if congress == 88 & id == 10589 replace district = 98 if congress == 88 & id == 10605 replace district = 1 if congress == 88 & id == 10637 replace district = 2 if congress == 88 & id == 10524 replace district = 1 if congress == 88 & id == 2433 replace district = 2 if congress == 88 & id == 7041 replace district = 3 if congress == 88 & id == 6816 replace district = 4 if congress == 88 & id == 2525 replace district = 5 if congress == 88 & id == 5326 replace district = 6 if congress == 88 & id == 7004 replace district = 7 if congress == 88 & id == 5654 replace district = 8 if congress == 88 & id == 8080 replace district = 9 if congress == 88 & id == 10518 replace district = 10 if congress == 88 & id == 1941 replace district = 11 if congress == 88 & id == 7642 replace district = 12 if congress == 88 & id == 10606 replace district = 13 if congress == 88 & id == 10622 replace district = 14 if congress == 88 & id == 4488 replace district = 15 if congress == 88 & id == 10617 replace district = 16 if congress == 88 & id == 10501 replace district = 17 if congress == 88 & id == 226 replace district = 18 if congress == 88 & id == 6455 replace district = 19 if congress == 88 & id == 10608 replace district = 20 if congress == 88 & id == 10517 replace district = 21 if congress == 88 & id == 3769 replace district = 22 if congress == 88 & id == 8814 replace district = 23 if congress == 88 & id == 8474 replace district = 24 if congress == 88 & id == 7610 replace district = 1 if congress == 88 & id == 5900 replace district = 2 if congress == 88 & id == 3963 replace district = 3 if congress == 88 & id == 948 replace district = 4 if congress == 88 & id == 18 replace district = 5 if congress == 88 & id == 8084 replace district = 6 if congress == 88 & id == 10552 replace district = 7 if congress == 88 & id == 986 replace district = 8 if congress == 88 & id == 2517 replace district = 9 if congress == 88 & id == 10212 replace district = 10 if congress == 88 & id == 4165 replace district = 11 if congress == 88 & id == 10507 replace district = 1 if congress == 88 & id == 8288 replace district = 2 if congress == 88 & id == 10506 replace district = 3 if congress == 88 & id == 3853 replace district = 4 if congress == 88 & id == 5385 replace district = 5 if congress == 88 & id == 8672 replace district = 6 if congress == 88 & id == 4482 replace district = 7 if congress == 88 & id == 4928 replace district = 1 if congress == 88 & id == 10513 replace district = 2 if congress == 88 & id == 301 replace district = 3 if congress == 88 & id == 10516 replace district = 4 if congress == 88 & id == 10559 replace district = 5 if congress == 88 & id == 10625 replace district = 1 if congress == 88 & id == 9056 replace district = 2 if congress == 88 & id == 6845 replace district = 3 if congress == 88 & id == 10626 replace district = 4 if congress == 88 & id == 1682 replace district = 5 if congress == 88 & id == 8508 replace district = 6 if congress == 88 & id == 9882 replace district = 7 if congress == 88 & id == 7343 replace district = 1 if congress == 88 & id == 4275 replace district = 2 if congress == 88 & id == 824 replace district = 3 if congress == 88 & id == 10201 replace district = 4 if congress == 88 & id == 10567 replace district = 5 if congress == 88 & id == 7228 replace district = 6 if congress == 88 & id == 6721 replace district = 7 if congress == 88 & id == 9339 replace district = 8 if congress == 88 & id == 10602 replace district = 1 if congress == 88 & id == 10565 replace district = 2 if congress == 88 & id == 6276 replace district = 1 if congress == 88 & id == 10610 replace district = 2 if congress == 88 & id == 10601 replace district = 3 if congress == 88 & id == 3480 replace district = 4 if congress == 88 & id == 3054 replace district = 5 if congress == 88 & id == 5463 replace district = 6 if congress == 88 & id == 10535 replace district = 7 if congress == 88 & id == 3374 replace district = 99 if congress == 88 & id == 10624 replace district = 1 if congress == 88 & id == 2009 replace district = 2 if congress == 88 & id == 830 replace district = 3 if congress == 88 & id == 7408 replace district = 4 if congress == 88 & id == 2660 replace district = 5 if congress == 88 & id == 10538 replace district = 6 if congress == 88 & id == 518 replace district = 7 if congress == 88 & id == 5873 replace district = 8 if congress == 88 & id == 7081 replace district = 9 if congress == 88 & id == 6177 replace district = 10 if congress == 88 & id == 6033 replace district = 11 if congress == 88 & id == 1265 replace district = 12 if congress == 88 & id == 5131 replace district = 1 if congress == 88 & id == 10540 replace district = 2 if congress == 88 & id == 6399 replace district = 3 if congress == 88 & id == 4935 replace district = 4 if congress == 88 & id == 10597 replace district = 5 if congress == 88 & id == 3268 replace district = 6 if congress == 88 & id == 1620 replace district = 7 if congress == 88 & id == 7043 replace district = 8 if congress == 88 & id == 10526 replace district = 9 if congress == 88 & id == 3824 replace district = 10 if congress == 88 & id == 1610 replace district = 11 if congress == 88 & id == 5349 replace district = 12 if congress == 88 & id == 639 replace district = 13 if congress == 88 & id == 2594 replace district = 14 if congress == 88 & id == 10554 replace district = 15 if congress == 88 & id == 2605 replace district = 16 if congress == 88 & id == 5617 replace district = 17 if congress == 88 & id == 3830 replace district = 18 if congress == 88 & id == 1087 replace district = 99 if congress == 88 & id == 10628 replace district = 1 if congress == 88 & id == 7671 replace district = 2 if congress == 88 & id == 6860 replace district = 3 if congress == 88 & id == 10533 replace district = 4 if congress == 88 & id == 5098 replace district = 5 if congress == 88 & id == 10585 replace district = 6 if congress == 88 & id == 10612 replace district = 7 if congress == 88 & id == 5451 replace district = 8 if congress == 88 & id == 789 replace district = 1 if congress == 88 & id == 13 replace district = 2 if congress == 88 & id == 10075 replace district = 3 if congress == 88 & id == 10162 replace district = 4 if congress == 88 & id == 10279 replace district = 5 if congress == 88 & id == 1952 replace district = 1 if congress == 88 & id == 5097 replace district = 2 if congress == 88 & id == 2275 replace district = 3 if congress == 88 & id == 9072 replace district = 4 if congress == 88 & id == 7717 replace district = 5 if congress == 88 & id == 835 replace district = 6 if congress == 88 & id == 4724 replace district = 7 if congress == 88 & id == 10523 replace district = 8 if congress == 88 & id == 10528 replace district = 9 if congress == 88 & id == 1479 replace district = 10 if congress == 88 & id == 5056 replace district = 1 if congress == 88 & id == 10543 replace district = 2 if congress == 88 & id == 10503 replace district = 1 if congress == 88 & id == 10504 replace district = 2 if congress == 88 & id == 2255 replace district = 3 if congress == 88 & id == 10534 replace district = 1 if congress == 88 & id == 433 replace district = 1 if congress == 88 & id == 10639 replace district = 2 if congress == 88 & id == 10581 replace district = 1 if congress == 88 & id == 1393 replace district = 2 if congress == 88 & id == 3629 replace district = 3 if congress == 88 & id == 291 replace district = 4 if congress == 88 & id == 9322 replace district = 5 if congress == 88 & id == 3364 replace district = 6 if congress == 88 & id == 2804 replace district = 7 if congress == 88 & id == 10091 replace district = 8 if congress == 88 & id == 10529 replace district = 9 if congress == 88 & id == 7101 replace district = 10 if congress == 88 & id == 8010 replace district = 11 if congress == 88 & id == 10609 replace district = 12 if congress == 88 & id == 9775 replace district = 13 if congress == 88 & id == 3433 replace district = 14 if congress == 88 & id == 2329 replace district = 15 if congress == 88 & id == 10613 replace district = 98 if congress == 88 & id == 6611 replace district = 98 if congress == 88 & id == 6717 replace district = 1 if congress == 88 & id == 10545 replace district = 2 if congress == 88 & id == 10592 replace district = 3 if congress == 88 & id == 2523 replace district = 4 if congress == 88 & id == 10638 replace district = 5 if congress == 88 & id == 563 replace district = 6 if congress == 88 & id == 3967 replace district = 7 if congress == 88 & id == 10500 replace district = 8 if congress == 88 & id == 10551 replace district = 9 if congress == 88 & id == 2476 replace district = 10 if congress == 88 & id == 1611 replace district = 11 if congress == 88 & id == 5199 replace district = 12 if congress == 88 & id == 5148 replace district = 13 if congress == 88 & id == 6792 replace district = 14 if congress == 88 & id == 8049 replace district = 15 if congress == 88 & id == 10508 replace district = 16 if congress == 88 & id == 10611 replace district = 17 if congress == 88 & id == 5678 replace district = 18 if congress == 88 & id == 7568 replace district = 19 if congress == 88 & id == 3056 replace district = 20 if congress == 88 & id == 10555 replace district = 21 if congress == 88 & id == 4262 replace district = 22 if congress == 88 & id == 3575 replace district = 23 if congress == 88 & id == 1205 replace district = 24 if congress == 88 & id == 3158 replace district = 25 if congress == 88 & id == 476 replace district = 26 if congress == 88 & id == 10618 replace district = 27 if congress == 88 & id == 8177 replace district = 28 if congress == 88 & id == 9978 replace district = 29 if congress == 88 & id == 7003 replace district = 30 if congress == 88 & id == 10530 replace district = 31 if congress == 88 & id == 5235 replace district = 32 if congress == 88 & id == 7467 replace district = 33 if congress == 88 & id == 7995 replace district = 34 if congress == 88 & id == 7901 replace district = 35 if congress == 88 & id == 9017 replace district = 36 if congress == 88 & id == 10596 replace district = 37 if congress == 88 & id == 7102 replace district = 38 if congress == 88 & id == 3670 replace district = 39 if congress == 88 & id == 7453 replace district = 40 if congress == 88 & id == 6516 replace district = 41 if congress == 88 & id == 2752 replace district = 1 if congress == 88 & id == 846 replace district = 2 if congress == 88 & id == 3321 replace district = 3 if congress == 88 & id == 10527 replace district = 4 if congress == 88 & id == 2032 replace district = 5 if congress == 88 & id == 8311 replace district = 6 if congress == 88 & id == 10531 replace district = 7 if congress == 88 & id == 5606 replace district = 8 if congress == 88 & id == 5019 replace district = 9 if congress == 88 & id == 10574 replace district = 10 if congress == 88 & id == 10060 replace district = 11 if congress == 88 & id == 9230 replace district = 1 if congress == 88 & id == 10542 replace district = 1 if congress == 88 & id == 10569 replace district = 2 if congress == 88 & id == 8485 replace district = 1 if congress == 88 & id == 10619 replace district = 2 if congress == 88 & id == 10510 replace district = 3 if congress == 88 & id == 8258 replace district = 4 if congress == 88 & id == 6204 replace district = 5 if congress == 88 & id == 5495 replace district = 6 if congress == 88 & id == 10525 replace district = 7 if congress == 88 & id == 1104 replace district = 8 if congress == 88 & id == 680 replace district = 9 if congress == 88 & id == 267 replace district = 10 if congress == 88 & id == 10568 replace district = 11 if congress == 88 & id == 838 replace district = 12 if congress == 88 & id == 2533 replace district = 13 if congress == 88 & id == 10539 replace district = 14 if congress == 88 & id == 310 replace district = 15 if congress == 88 & id == 8341 replace district = 16 if congress == 88 & id == 891 replace district = 17 if congress == 88 & id == 10502 replace district = 18 if congress == 88 & id == 4247 replace district = 19 if congress == 88 & id == 5301 replace district = 20 if congress == 88 & id == 3092 replace district = 21 if congress == 88 & id == 9623 replace district = 22 if congress == 88 & id == 837 replace district = 23 if congress == 88 & id == 6548 replace district = 99 if congress == 88 & id == 10630 replace district = 1 if congress == 88 & id == 590 replace district = 2 if congress == 88 & id == 2854 replace district = 3 if congress == 88 & id == 62 replace district = 4 if congress == 88 & id == 8866 replace district = 5 if congress == 88 & id == 4891 replace district = 6 if congress == 88 & id == 10085 replace district = 1 if congress == 88 & id == 6955 replace district = 2 if congress == 88 & id == 9551 replace district = 3 if congress == 88 & id == 3775 replace district = 4 if congress == 88 & id == 10582 replace district = 1 if congress == 88 & id == 465 replace district = 2 if congress == 88 & id == 6936 replace district = 3 if congress == 88 & id == 1368 replace district = 4 if congress == 88 & id == 9408 replace district = 5 if congress == 88 & id == 3785 replace district = 5 if congress == 88 & id == 10591 replace district = 6 if congress == 88 & id == 7844 replace district = 7 if congress == 88 & id == 6524 replace district = 8 if congress == 88 & id == 2266 replace district = 9 if congress == 88 & id == 2298 replace district = 10 if congress == 88 & id == 10607 replace district = 11 if congress == 88 & id == 3224 replace district = 12 if congress == 88 & id == 9975 replace district = 13 if congress == 88 & id == 10557 replace district = 14 if congress == 88 & id == 6661 replace district = 15 if congress == 88 & id == 9791 replace district = 15 if congress == 88 & id == 10620 replace district = 16 if congress == 88 & id == 5377 replace district = 17 if congress == 88 & id == 8268 replace district = 18 if congress == 88 & id == 2065 replace district = 19 if congress == 88 & id == 10521 replace district = 20 if congress == 88 & id == 4518 replace district = 21 if congress == 88 & id == 2513 replace district = 22 if congress == 88 & id == 8247 replace district = 23 if congress == 88 & id == 3510 replace district = 23 if congress == 88 & id == 10598 replace district = 24 if congress == 88 & id == 10635 replace district = 25 if congress == 88 & id == 1763 replace district = 26 if congress == 88 & id == 6685 replace district = 27 if congress == 88 & id == 3409 replace district = 1 if congress == 88 & id == 10561 replace district = 2 if congress == 88 & id == 3246 replace district = 1 if congress == 88 & id == 7925 replace district = 2 if congress == 88 & id == 90634 replace district = 3 if congress == 88 & id == 2672 replace district = 4 if congress == 88 & id == 270 replace district = 5 if congress == 88 & id == 4299 replace district = 6 if congress == 88 & id == 6353 replace district = 1 if congress == 88 & id == 10548 replace district = 2 if congress == 88 & id == 672 replace district = 1 if congress == 88 & id == 10616 replace district = 2 if congress == 88 & id == 364 replace district = 2 if congress == 88 & id == 10570 replace district = 3 if congress == 88 & id == 10571 replace district = 4 if congress == 88 & id == 3034 replace district = 5 if congress == 88 & id == 10586 replace district = 6 if congress == 88 & id == 504 replace district = 7 if congress == 88 & id == 6826 replace district = 8 if congress == 88 & id == 3028 replace district = 9 if congress == 88 & id == 2376 replace district = 1 if congress == 88 & id == 7232 replace district = 2 if congress == 88 & id == 1077 replace district = 3 if congress == 88 & id == 567 replace district = 4 if congress == 88 & id == 10550 replace district = 5 if congress == 88 & id == 93 replace district = 6 if congress == 88 & id == 9241 replace district = 7 if congress == 88 & id == 2700 replace district = 8 if congress == 88 & id == 9284 replace district = 9 if congress == 88 & id == 9320 replace district = 10 if congress == 88 & id == 9356 replace district = 10 if congress == 88 & id == 10614 replace district = 11 if congress == 88 & id == 7498 replace district = 12 if congress == 88 & id == 10391 replace district = 13 if congress == 88 & id == 10546 replace district = 14 if congress == 88 & id == 10446 replace district = 15 if congress == 88 & id == 5241 replace district = 16 if congress == 88 & id == 10584 replace district = 17 if congress == 88 & id == 1282 replace district = 18 if congress == 88 & id == 8035 replace district = 19 if congress == 88 & id == 5924 replace district = 20 if congress == 88 & id == 10520 replace district = 21 if congress == 88 & id == 3171 replace district = 22 if congress == 88 & id == 1577 replace district = 99 if congress == 88 & id == 10615 replace district = 1 if congress == 88 & id == 10576 replace district = 2 if congress == 88 & id == 10600 replace district = 1 if congress == 88 & id == 10562 replace district = 1 if congress == 88 & id == 2706 replace district = 2 if congress == 88 & id == 4064 replace district = 3 if congress == 88 & id == 3499 replace district = 4 if congress == 88 & id == 2 replace district = 5 if congress == 88 & id == 9494 replace district = 6 if congress == 88 & id == 7500 replace district = 7 if congress == 88 & id == 10603 replace district = 8 if congress == 88 & id == 8636 replace district = 9 if congress == 88 & id == 4927 replace district = 10 if congress == 88 & id == 1154 replace district = 1 if congress == 88 & id == 7313 replace district = 2 if congress == 88 & id == 9968 replace district = 3 if congress == 88 & id == 4043 replace district = 4 if congress == 88 & id == 6101 replace district = 5 if congress == 88 & id == 4579 replace district = 6 if congress == 88 & id == 9409 replace district = 7 if congress == 88 & id == 10629 replace district = 1 if congress == 88 & id == 6626 replace district = 2 if congress == 88 & id == 8824 replace district = 3 if congress == 88 & id == 8564 replace district = 4 if congress == 88 & id == 4276 replace district = 5 if congress == 88 & id == 5118 replace district = 1 if congress == 88 & id == 10556 replace district = 2 if congress == 88 & id == 5101 replace district = 3 if congress == 88 & id == 10564 replace district = 4 if congress == 88 & id == 10463 replace district = 5 if congress == 88 & id == 7824 replace district = 6 if congress == 88 & id == 9627 replace district = 7 if congress == 88 & id == 5410 replace district = 8 if congress == 88 & id == 1371 replace district = 9 if congress == 88 & id == 4977 replace district = 10 if congress == 88 & id == 7046 replace district = 1 if congress == 88 & id == 4139 replace district = 0 if congress == 89 & id == 99903 replace district = 1 if congress == 89 & id == 10721 replace district = 2 if congress == 89 & id == 10717 replace district = 3 if congress == 89 & id == 195 replace district = 4 if congress == 89 & id == 10702 replace district = 5 if congress == 89 & id == 8353 replace district = 6 if congress == 89 & id == 10706 replace district = 7 if congress == 89 & id == 10755 replace district = 8 if congress == 89 & id == 5058 replace district = 1 if congress == 89 & id == 7926 replace district = 1 if congress == 89 & id == 7845 replace district = 2 if congress == 89 & id == 10566 replace district = 3 if congress == 89 & id == 10623 replace district = 1 if congress == 89 & id == 3506 replace district = 2 if congress == 89 & id == 6532 replace district = 3 if congress == 89 & id == 9473 replace district = 4 if congress == 89 & id == 4110 replace district = 4 if congress == 89 & id == 10791 replace district = 1 if congress == 89 & id == 10579 replace district = 2 if congress == 89 & id == 4957 replace district = 3 if congress == 89 & id == 6756 replace district = 4 if congress == 89 & id == 10599 replace district = 5 if congress == 89 & id == 10577 replace district = 6 if congress == 89 & id == 5929 replace district = 7 if congress == 89 & id == 1911 replace district = 8 if congress == 89 & id == 6483 replace district = 9 if congress == 89 & id == 10583 replace district = 10 if congress == 89 & id == 3867 replace district = 11 if congress == 89 & id == 10461 replace district = 12 if congress == 89 & id == 10631 replace district = 13 if congress == 89 & id == 9240 replace district = 14 if congress == 89 & id == 387 replace district = 14 if congress == 89 & id == 10793 replace district = 15 if congress == 89 & id == 6240 replace district = 16 if congress == 89 & id == 8549 replace district = 17 if congress == 89 & id == 5255 replace district = 18 if congress == 89 & id == 3901 replace district = 19 if congress == 89 & id == 4514 replace district = 20 if congress == 89 & id == 8628 replace district = 21 if congress == 89 & id == 10595 replace district = 22 if congress == 89 & id == 10511 replace district = 23 if congress == 89 & id == 10580 replace district = 24 if congress == 89 & id == 5694 replace district = 25 if congress == 89 & id == 10578 replace district = 26 if congress == 89 & id == 8051 replace district = 26 if congress == 89 & id == 10790 replace district = 27 if congress == 89 & id == 10763 replace district = 28 if congress == 89 & id == 10505 replace district = 29 if congress == 89 & id == 10573 replace district = 30 if congress == 89 & id == 10621 replace district = 31 if congress == 89 & id == 10640 replace district = 32 if congress == 89 & id == 4592 replace district = 33 if congress == 89 & id == 10720 replace district = 34 if congress == 89 & id == 10594 replace district = 35 if congress == 89 & id == 9578 replace district = 36 if congress == 89 & id == 10249 replace district = 37 if congress == 89 & id == 10633 replace district = 38 if congress == 89 & id == 10777 replace district = 1 if congress == 89 & id == 8021 replace district = 2 if congress == 89 & id == 10751 replace district = 3 if congress == 89 & id == 10723 replace district = 4 if congress == 89 & id == 275 replace district = 1 if congress == 89 & id == 2295 replace district = 2 if congress == 89 & id == 10627 replace district = 3 if congress == 89 & id == 3553 replace district = 4 if congress == 89 & id == 4824 replace district = 5 if congress == 89 & id == 6586 replace district = 6 if congress == 89 & id == 10590 replace district = 1 if congress == 89 & id == 6224 replace district = 1 if congress == 89 & id == 8507 replace district = 2 if congress == 89 & id == 633 replace district = 3 if congress == 89 & id == 7333 replace district = 4 if congress == 89 & id == 3078 replace district = 5 if congress == 89 & id == 4354 replace district = 6 if congress == 89 & id == 8032 replace district = 7 if congress == 89 & id == 3929 replace district = 8 if congress == 89 & id == 6084 replace district = 9 if congress == 89 & id == 10587 replace district = 10 if congress == 89 & id == 10588 replace district = 11 if congress == 89 & id == 10593 replace district = 12 if congress == 89 & id == 2143 replace district = 1 if congress == 89 & id == 10522 replace district = 2 if congress == 89 & id == 10759 replace district = 3 if congress == 89 & id == 10709 replace district = 4 if congress == 89 & id == 10753 replace district = 5 if congress == 89 & id == 10636 replace district = 6 if congress == 89 & id == 3242 replace district = 7 if congress == 89 & id == 10512 replace district = 8 if congress == 89 & id == 10632 replace district = 9 if congress == 89 & id == 5436 replace district = 10 if congress == 89 & id == 10563 replace district = 98 if congress == 89 & id == 10757 replace district = 98 if congress == 89 & id == 10605 replace district = 1 if congress == 89 & id == 10637 replace district = 2 if congress == 89 & id == 10734 replace district = 1 if congress == 89 & id == 2433 replace district = 2 if congress == 89 & id == 7041 replace district = 3 if congress == 89 & id == 6816 replace district = 4 if congress == 89 & id == 2525 replace district = 5 if congress == 89 & id == 5326 replace district = 6 if congress == 89 & id == 10765 replace district = 7 if congress == 89 & id == 10703 replace district = 8 if congress == 89 & id == 8080 replace district = 9 if congress == 89 & id == 10421 replace district = 10 if congress == 89 & id == 1941 replace district = 11 if congress == 89 & id == 7642 replace district = 12 if congress == 89 & id == 10606 replace district = 13 if congress == 89 & id == 10622 replace district = 14 if congress == 89 & id == 10722 replace district = 15 if congress == 89 & id == 10617 replace district = 16 if congress == 89 & id == 10501 replace district = 17 if congress == 89 & id == 226 replace district = 18 if congress == 89 & id == 6455 replace district = 19 if congress == 89 & id == 10769 replace district = 20 if congress == 89 & id == 10517 replace district = 21 if congress == 89 & id == 3769 replace district = 22 if congress == 89 & id == 8814 replace district = 23 if congress == 89 & id == 8474 replace district = 24 if congress == 89 & id == 7610 replace district = 1 if congress == 89 & id == 5900 replace district = 2 if congress == 89 & id == 3963 replace district = 3 if congress == 89 & id == 948 replace district = 4 if congress == 89 & id == 18 replace district = 5 if congress == 89 & id == 8084 replace district = 6 if congress == 89 & id == 10552 replace district = 7 if congress == 89 & id == 986 replace district = 8 if congress == 89 & id == 2517 replace district = 9 if congress == 89 & id == 10732 replace district = 10 if congress == 89 & id == 4165 replace district = 11 if congress == 89 & id == 10742 replace district = 1 if congress == 89 & id == 10770 replace district = 2 if congress == 89 & id == 10715 replace district = 3 if congress == 89 & id == 3853 replace district = 4 if congress == 89 & id == 10704 replace district = 5 if congress == 89 & id == 8672 replace district = 6 if congress == 89 & id == 10730 replace district = 7 if congress == 89 & id == 10735 replace district = 1 if congress == 89 & id == 10513 replace district = 2 if congress == 89 & id == 10758 replace district = 3 if congress == 89 & id == 10516 replace district = 4 if congress == 89 & id == 10559 replace district = 5 if congress == 89 & id == 10625 replace district = 1 if congress == 89 & id == 9056 replace district = 2 if congress == 89 & id == 6845 replace district = 3 if congress == 89 & id == 10724 replace district = 4 if congress == 89 & id == 1682 replace district = 5 if congress == 89 & id == 10710 replace district = 6 if congress == 89 & id == 9882 replace district = 7 if congress == 89 & id == 7343 replace district = 1 if congress == 89 & id == 4275 replace district = 2 if congress == 89 & id == 824 replace district = 3 if congress == 89 & id == 10201 replace district = 4 if congress == 89 & id == 10567 replace district = 5 if congress == 89 & id == 7228 replace district = 6 if congress == 89 & id == 6721 replace district = 7 if congress == 89 & id == 9339 replace district = 7 if congress == 89 & id == 10787 replace district = 8 if congress == 89 & id == 10746 replace district = 1 if congress == 89 & id == 10565 replace district = 2 if congress == 89 & id == 10736 replace district = 1 if congress == 89 & id == 10610 replace district = 2 if congress == 89 & id == 10601 replace district = 3 if congress == 89 & id == 3480 replace district = 4 if congress == 89 & id == 3054 replace district = 5 if congress == 89 & id == 10752 replace district = 6 if congress == 89 & id == 10535 replace district = 7 if congress == 89 & id == 3374 replace district = 99 if congress == 89 & id == 10624 replace district = 1 if congress == 89 & id == 2009 replace district = 2 if congress == 89 & id == 830 replace district = 3 if congress == 89 & id == 7408 replace district = 4 if congress == 89 & id == 2660 replace district = 5 if congress == 89 & id == 10538 replace district = 6 if congress == 89 & id == 518 replace district = 7 if congress == 89 & id == 5873 replace district = 8 if congress == 89 & id == 7081 replace district = 9 if congress == 89 & id == 6177 replace district = 10 if congress == 89 & id == 6033 replace district = 11 if congress == 89 & id == 1265 replace district = 12 if congress == 89 & id == 5131 replace district = 1 if congress == 89 & id == 10713 replace district = 2 if congress == 89 & id == 10779 replace district = 3 if congress == 89 & id == 10776 replace district = 4 if congress == 89 & id == 10597 replace district = 5 if congress == 89 & id == 3268 replace district = 6 if congress == 89 & id == 1620 replace district = 7 if congress == 89 & id == 10754 replace district = 8 if congress == 89 & id == 10526 replace district = 9 if congress == 89 & id == 3824 replace district = 9 if congress == 89 & id == 10794 replace district = 10 if congress == 89 & id == 1610 replace district = 11 if congress == 89 & id == 10711 replace district = 12 if congress == 89 & id == 7043 replace district = 13 if congress == 89 & id == 2594 replace district = 14 if congress == 89 & id == 10540 replace district = 15 if congress == 89 & id == 10727 replace district = 16 if congress == 89 & id == 2605 replace district = 17 if congress == 89 & id == 3830 replace district = 18 if congress == 89 & id == 1087 replace district = 19 if congress == 89 & id == 10725 replace district = 1 if congress == 89 & id == 7671 replace district = 2 if congress == 89 & id == 6860 replace district = 3 if congress == 89 & id == 10533 replace district = 4 if congress == 89 & id == 5098 replace district = 5 if congress == 89 & id == 10585 replace district = 6 if congress == 89 & id == 10612 replace district = 7 if congress == 89 & id == 5451 replace district = 8 if congress == 89 & id == 789 replace district = 1 if congress == 89 & id == 13 replace district = 2 if congress == 89 & id == 10075 replace district = 3 if congress == 89 & id == 10162 replace district = 4 if congress == 89 & id == 10781 replace district = 5 if congress == 89 & id == 1952 replace district = 1 if congress == 89 & id == 5097 replace district = 2 if congress == 89 & id == 2275 replace district = 3 if congress == 89 & id == 9072 replace district = 4 if congress == 89 & id == 7717 replace district = 5 if congress == 89 & id == 835 replace district = 6 if congress == 89 & id == 4724 replace district = 7 if congress == 89 & id == 10523 replace district = 8 if congress == 89 & id == 10528 replace district = 9 if congress == 89 & id == 10740 replace district = 10 if congress == 89 & id == 5056 replace district = 1 if congress == 89 & id == 10543 replace district = 2 if congress == 89 & id == 10503 replace district = 1 if congress == 89 & id == 10708 replace district = 2 if congress == 89 & id == 2255 replace district = 3 if congress == 89 & id == 10534 replace district = 1 if congress == 89 & id == 433 replace district = 1 if congress == 89 & id == 10741 replace district = 2 if congress == 89 & id == 10581 replace district = 1 if congress == 89 & id == 1393 replace district = 2 if congress == 89 & id == 10750 replace district = 3 if congress == 89 & id == 10739 replace district = 4 if congress == 89 & id == 9322 replace district = 5 if congress == 89 & id == 3364 replace district = 6 if congress == 89 & id == 2804 replace district = 7 if congress == 89 & id == 10091 replace district = 8 if congress == 89 & id == 10529 replace district = 9 if congress == 89 & id == 10737 replace district = 10 if congress == 89 & id == 8010 replace district = 11 if congress == 89 & id == 10609 replace district = 12 if congress == 89 & id == 10745 replace district = 13 if congress == 89 & id == 3433 replace district = 14 if congress == 89 & id == 2329 replace district = 15 if congress == 89 & id == 10613 replace district = 98 if congress == 89 & id == 10780 replace district = 98 if congress == 89 & id == 6717 replace district = 1 if congress == 89 & id == 10545 replace district = 2 if congress == 89 & id == 10592 replace district = 3 if congress == 89 & id == 10784 replace district = 4 if congress == 89 & id == 10638 replace district = 5 if congress == 89 & id == 10775 replace district = 6 if congress == 89 & id == 3967 replace district = 7 if congress == 89 & id == 10500 replace district = 8 if congress == 89 & id == 10551 replace district = 9 if congress == 89 & id == 2476 replace district = 10 if congress == 89 & id == 1611 replace district = 11 if congress == 89 & id == 5199 replace district = 12 if congress == 89 & id == 5148 replace district = 13 if congress == 89 & id == 6792 replace district = 14 if congress == 89 & id == 8049 replace district = 15 if congress == 89 & id == 10508 replace district = 16 if congress == 89 & id == 10611 replace district = 17 if congress == 89 & id == 5678 replace district = 17 if congress == 89 & id == 10789 replace district = 18 if congress == 89 & id == 7568 replace district = 19 if congress == 89 & id == 3056 replace district = 20 if congress == 89 & id == 10555 replace district = 21 if congress == 89 & id == 10768 replace district = 22 if congress == 89 & id == 3575 replace district = 23 if congress == 89 & id == 10705 replace district = 24 if congress == 89 & id == 3158 replace district = 25 if congress == 89 & id == 10760 replace district = 26 if congress == 89 & id == 10618 replace district = 27 if congress == 89 & id == 10718 replace district = 28 if congress == 89 & id == 10764 replace district = 29 if congress == 89 & id == 7003 replace district = 30 if congress == 89 & id == 10530 replace district = 31 if congress == 89 & id == 10749 replace district = 32 if congress == 89 & id == 7467 replace district = 33 if congress == 89 & id == 7995 replace district = 34 if congress == 89 & id == 10733 replace district = 35 if congress == 89 & id == 9017 replace district = 36 if congress == 89 & id == 10596 replace district = 37 if congress == 89 & id == 10712 replace district = 38 if congress == 89 & id == 3670 replace district = 39 if congress == 89 & id == 10748 replace district = 40 if congress == 89 & id == 10771 replace district = 41 if congress == 89 & id == 2752 replace district = 1 if congress == 89 & id == 846 replace district = 1 if congress == 89 & id == 10788 replace district = 2 if congress == 89 & id == 3321 replace district = 3 if congress == 89 & id == 10527 replace district = 4 if congress == 89 & id == 2032 replace district = 5 if congress == 89 & id == 8311 replace district = 6 if congress == 89 & id == 10531 replace district = 7 if congress == 89 & id == 5606 replace district = 8 if congress == 89 & id == 5019 replace district = 9 if congress == 89 & id == 10574 replace district = 10 if congress == 89 & id == 10060 replace district = 11 if congress == 89 & id == 9230 replace district = 1 if congress == 89 & id == 10569 replace district = 2 if congress == 89 & id == 10762 replace district = 1 if congress == 89 & id == 10729 replace district = 2 if congress == 89 & id == 10510 replace district = 3 if congress == 89 & id == 10747 replace district = 4 if congress == 89 & id == 6204 replace district = 5 if congress == 89 & id == 5495 replace district = 6 if congress == 89 & id == 10525 replace district = 7 if congress == 89 & id == 1104 replace district = 7 if congress == 89 & id == 10786 replace district = 8 if congress == 89 & id == 680 replace district = 9 if congress == 89 & id == 267 replace district = 10 if congress == 89 & id == 6579 replace district = 11 if congress == 89 & id == 10773 replace district = 12 if congress == 89 & id == 2533 replace district = 13 if congress == 89 & id == 10539 replace district = 14 if congress == 89 & id == 310 replace district = 15 if congress == 89 & id == 8341 replace district = 16 if congress == 89 & id == 891 replace district = 17 if congress == 89 & id == 10502 replace district = 18 if congress == 89 & id == 4247 replace district = 19 if congress == 89 & id == 5301 replace district = 20 if congress == 89 & id == 3092 replace district = 21 if congress == 89 & id == 9623 replace district = 22 if congress == 89 & id == 837 replace district = 23 if congress == 89 & id == 6548 replace district = 99 if congress == 89 & id == 10774 replace district = 1 if congress == 89 & id == 590 replace district = 2 if congress == 89 & id == 2854 replace district = 3 if congress == 89 & id == 62 replace district = 4 if congress == 89 & id == 8866 replace district = 5 if congress == 89 & id == 4891 replace district = 6 if congress == 89 & id == 10743 replace district = 1 if congress == 89 & id == 10785 replace district = 2 if congress == 89 & id == 9551 replace district = 3 if congress == 89 & id == 3775 replace district = 4 if congress == 89 & id == 10582 replace district = 1 if congress == 89 & id == 465 replace district = 2 if congress == 89 & id == 6936 replace district = 3 if congress == 89 & id == 1368 replace district = 4 if congress == 89 & id == 9408 replace district = 5 if congress == 89 & id == 10591 replace district = 6 if congress == 89 & id == 7844 replace district = 7 if congress == 89 & id == 10782 replace district = 8 if congress == 89 & id == 2266 replace district = 9 if congress == 89 & id == 2298 replace district = 10 if congress == 89 & id == 10607 replace district = 11 if congress == 89 & id == 3224 replace district = 12 if congress == 89 & id == 9975 replace district = 13 if congress == 89 & id == 10557 replace district = 14 if congress == 89 & id == 6661 replace district = 15 if congress == 89 & id == 10620 replace district = 16 if congress == 89 & id == 5377 replace district = 17 if congress == 89 & id == 8268 replace district = 18 if congress == 89 & id == 2065 replace district = 19 if congress == 89 & id == 10714 replace district = 20 if congress == 89 & id == 4518 replace district = 21 if congress == 89 & id == 2513 replace district = 22 if congress == 89 & id == 8247 replace district = 23 if congress == 89 & id == 10598 replace district = 24 if congress == 89 & id == 10778 replace district = 25 if congress == 89 & id == 1763 replace district = 26 if congress == 89 & id == 6685 replace district = 27 if congress == 89 & id == 3409 replace district = 1 if congress == 89 & id == 10561 replace district = 2 if congress == 89 & id == 3246 replace district = 1 if congress == 89 & id == 7925 replace district = 2 if congress == 89 & id == 90634 replace district = 3 if congress == 89 & id == 2672 replace district = 4 if congress == 89 & id == 270 replace district = 5 if congress == 89 & id == 10728 replace district = 6 if congress == 89 & id == 6353 replace district = 1 if congress == 89 & id == 10548 replace district = 2 if congress == 89 & id == 672 replace district = 1 if congress == 89 & id == 10616 replace district = 2 if congress == 89 & id == 10719 replace district = 3 if congress == 89 & id == 10571 replace district = 4 if congress == 89 & id == 3034 replace district = 5 if congress == 89 & id == 10586 replace district = 6 if congress == 89 & id == 10701 replace district = 7 if congress == 89 & id == 6826 replace district = 8 if congress == 89 & id == 3028 replace district = 9 if congress == 89 & id == 10731 replace district = 1 if congress == 89 & id == 7232 replace district = 2 if congress == 89 & id == 1077 replace district = 3 if congress == 89 & id == 567 replace district = 4 if congress == 89 & id == 10550 replace district = 5 if congress == 89 & id == 10707 replace district = 6 if congress == 89 & id == 9241 replace district = 7 if congress == 89 & id == 2700 replace district = 8 if congress == 89 & id == 9284 replace district = 8 if congress == 89 & id == 10792 replace district = 9 if congress == 89 & id == 9320 replace district = 10 if congress == 89 & id == 10614 replace district = 11 if congress == 89 & id == 7498 replace district = 12 if congress == 89 & id == 10391 replace district = 13 if congress == 89 & id == 10546 replace district = 14 if congress == 89 & id == 10446 replace district = 15 if congress == 89 & id == 10716 replace district = 16 if congress == 89 & id == 10783 replace district = 17 if congress == 89 & id == 1282 replace district = 18 if congress == 89 & id == 8035 replace district = 19 if congress == 89 & id == 5924 replace district = 20 if congress == 89 & id == 10520 replace district = 21 if congress == 89 & id == 3171 replace district = 22 if congress == 89 & id == 1577 replace district = 99 if congress == 89 & id == 10615 replace district = 1 if congress == 89 & id == 10576 replace district = 2 if congress == 89 & id == 5258 replace district = 1 if congress == 89 & id == 10562 replace district = 1 if congress == 89 & id == 2706 replace district = 2 if congress == 89 & id == 4064 replace district = 3 if congress == 89 & id == 10767 replace district = 4 if congress == 89 & id == 2 replace district = 5 if congress == 89 & id == 9494 replace district = 6 if congress == 89 & id == 7500 replace district = 7 if congress == 89 & id == 10603 replace district = 8 if congress == 89 & id == 8636 replace district = 9 if congress == 89 & id == 4927 replace district = 10 if congress == 89 & id == 1154 replace district = 1 if congress == 89 & id == 7313 replace district = 2 if congress == 89 & id == 10756 replace district = 3 if congress == 89 & id == 4043 replace district = 4 if congress == 89 & id == 6101 replace district = 5 if congress == 89 & id == 10726 replace district = 6 if congress == 89 & id == 10738 replace district = 7 if congress == 89 & id == 10700 replace district = 1 if congress == 89 & id == 6626 replace district = 2 if congress == 89 & id == 8824 replace district = 3 if congress == 89 & id == 8564 replace district = 4 if congress == 89 & id == 4276 replace district = 5 if congress == 89 & id == 10744 replace district = 1 if congress == 89 & id == 10772 replace district = 2 if congress == 89 & id == 5101 replace district = 3 if congress == 89 & id == 10564 replace district = 4 if congress == 89 & id == 10463 replace district = 5 if congress == 89 & id == 7824 replace district = 6 if congress == 89 & id == 10761 replace district = 7 if congress == 89 & id == 5410 replace district = 8 if congress == 89 & id == 1371 replace district = 9 if congress == 89 & id == 2383 replace district = 10 if congress == 89 & id == 7046 replace district = 1 if congress == 89 & id == 10766 replace district = 0 if congress == 90 & id == 99903 replace district = 1 if congress == 90 & id == 10721 replace district = 2 if congress == 90 & id == 10717 replace district = 3 if congress == 90 & id == 195 replace district = 4 if congress == 90 & id == 11037 replace district = 5 if congress == 90 & id == 8353 replace district = 6 if congress == 90 & id == 10706 replace district = 7 if congress == 90 & id == 11000 replace district = 8 if congress == 90 & id == 5058 replace district = 1 if congress == 90 & id == 11039 replace district = 1 if congress == 90 & id == 7845 replace district = 2 if congress == 90 & id == 10566 replace district = 3 if congress == 90 & id == 11050 replace district = 1 if congress == 90 & id == 3506 replace district = 2 if congress == 90 & id == 6532 replace district = 3 if congress == 90 & id == 11020 replace district = 4 if congress == 90 & id == 10791 replace district = 1 if congress == 90 & id == 10579 replace district = 2 if congress == 90 & id == 4957 replace district = 3 if congress == 90 & id == 6756 replace district = 4 if congress == 90 & id == 10599 replace district = 5 if congress == 90 & id == 10577 replace district = 6 if congress == 90 & id == 5929 replace district = 7 if congress == 90 & id == 1911 replace district = 8 if congress == 90 & id == 6483 replace district = 9 if congress == 90 & id == 10583 replace district = 10 if congress == 90 & id == 3867 replace district = 11 if congress == 90 & id == 10461 replace district = 11 if congress == 90 & id == 11063 replace district = 12 if congress == 90 & id == 10631 replace district = 13 if congress == 90 & id == 9240 replace district = 14 if congress == 90 & id == 10793 replace district = 15 if congress == 90 & id == 6240 replace district = 16 if congress == 90 & id == 8549 replace district = 17 if congress == 90 & id == 5255 replace district = 18 if congress == 90 & id == 11031 replace district = 19 if congress == 90 & id == 4514 replace district = 20 if congress == 90 & id == 8628 replace district = 21 if congress == 90 & id == 10595 replace district = 22 if congress == 90 & id == 10511 replace district = 23 if congress == 90 & id == 10580 replace district = 24 if congress == 90 & id == 5694 replace district = 25 if congress == 90 & id == 11055 replace district = 26 if congress == 90 & id == 10790 replace district = 27 if congress == 90 & id == 10763 replace district = 28 if congress == 90 & id == 10505 replace district = 29 if congress == 90 & id == 10573 replace district = 30 if congress == 90 & id == 10621 replace district = 31 if congress == 90 & id == 10640 replace district = 32 if congress == 90 & id == 4592 replace district = 33 if congress == 90 & id == 11038 replace district = 34 if congress == 90 & id == 10594 replace district = 35 if congress == 90 & id == 9578 replace district = 36 if congress == 90 & id == 10249 replace district = 37 if congress == 90 & id == 10633 replace district = 38 if congress == 90 & id == 10777 replace district = 1 if congress == 90 & id == 8021 replace district = 2 if congress == 90 & id == 10572 replace district = 3 if congress == 90 & id == 10723 replace district = 4 if congress == 90 & id == 275 replace district = 1 if congress == 90 & id == 2295 replace district = 2 if congress == 90 & id == 10627 replace district = 3 if congress == 90 & id == 3553 replace district = 4 if congress == 90 & id == 4824 replace district = 5 if congress == 90 & id == 6586 replace district = 6 if congress == 90 & id == 11033 replace district = 1 if congress == 90 & id == 11044 replace district = 1 if congress == 90 & id == 8507 replace district = 2 if congress == 90 & id == 10587 replace district = 3 if congress == 90 & id == 633 replace district = 4 if congress == 90 & id == 4354 replace district = 5 if congress == 90 & id == 10593 replace district = 6 if congress == 90 & id == 10588 replace district = 7 if congress == 90 & id == 3929 replace district = 8 if congress == 90 & id == 2143 replace district = 9 if congress == 90 & id == 8032 replace district = 10 if congress == 90 & id == 11007 replace district = 11 if congress == 90 & id == 7333 replace district = 12 if congress == 90 & id == 3078 replace district = 1 if congress == 90 & id == 10522 replace district = 2 if congress == 90 & id == 10759 replace district = 3 if congress == 90 & id == 11005 replace district = 4 if congress == 90 & id == 11002 replace district = 5 if congress == 90 & id == 11053 replace district = 6 if congress == 90 & id == 3242 replace district = 7 if congress == 90 & id == 10512 replace district = 8 if congress == 90 & id == 11052 replace district = 9 if congress == 90 & id == 5436 replace district = 10 if congress == 90 & id == 10563 replace district = 98 if congress == 90 & id == 10757 replace district = 98 if congress == 90 & id == 10605 replace district = 1 if congress == 90 & id == 11029 replace district = 2 if congress == 90 & id == 10734 replace district = 1 if congress == 90 & id == 2433 replace district = 2 if congress == 90 & id == 7041 replace district = 3 if congress == 90 & id == 6816 replace district = 4 if congress == 90 & id == 2525 replace district = 5 if congress == 90 & id == 5326 replace district = 6 if congress == 90 & id == 10765 replace district = 7 if congress == 90 & id == 10703 replace district = 8 if congress == 90 & id == 8080 replace district = 9 if congress == 90 & id == 10421 replace district = 10 if congress == 90 & id == 1941 replace district = 11 if congress == 90 & id == 7642 replace district = 12 if congress == 90 & id == 10606 replace district = 13 if congress == 90 & id == 10622 replace district = 14 if congress == 90 & id == 10722 replace district = 15 if congress == 90 & id == 10617 replace district = 16 if congress == 90 & id == 10501 replace district = 17 if congress == 90 & id == 226 replace district = 18 if congress == 90 & id == 6455 replace district = 19 if congress == 90 & id == 11041 replace district = 20 if congress == 90 & id == 10517 replace district = 21 if congress == 90 & id == 3769 replace district = 22 if congress == 90 & id == 8814 replace district = 23 if congress == 90 & id == 8474 replace district = 24 if congress == 90 & id == 7610 replace district = 1 if congress == 90 & id == 5900 replace district = 2 if congress == 90 & id == 3963 replace district = 3 if congress == 90 & id == 948 replace district = 4 if congress == 90 & id == 18 replace district = 5 if congress == 90 & id == 8084 replace district = 6 if congress == 90 & id == 986 replace district = 7 if congress == 90 & id == 11036 replace district = 8 if congress == 90 & id == 11059 replace district = 9 if congress == 90 & id == 10732 replace district = 10 if congress == 90 & id == 10552 replace district = 11 if congress == 90 & id == 10742 replace district = 1 if congress == 90 & id == 8288 replace district = 2 if congress == 90 & id == 10715 replace district = 3 if congress == 90 & id == 3853 replace district = 4 if congress == 90 & id == 5385 replace district = 5 if congress == 90 & id == 8672 replace district = 6 if congress == 90 & id == 11032 replace district = 7 if congress == 90 & id == 11047 replace district = 1 if congress == 90 & id == 10513 replace district = 2 if congress == 90 & id == 10758 replace district = 3 if congress == 90 & id == 11057 replace district = 4 if congress == 90 & id == 10559 replace district = 5 if congress == 90 & id == 10625 replace district = 1 if congress == 90 & id == 9056 replace district = 2 if congress == 90 & id == 6845 replace district = 3 if congress == 90 & id == 11010 replace district = 4 if congress == 90 & id == 10626 replace district = 5 if congress == 90 & id == 10710 replace district = 6 if congress == 90 & id == 9882 replace district = 7 if congress == 90 & id == 7343 replace district = 1 if congress == 90 & id == 4275 replace district = 2 if congress == 90 & id == 824 replace district = 3 if congress == 90 & id == 10201 replace district = 4 if congress == 90 & id == 10567 replace district = 5 if congress == 90 & id == 7228 replace district = 6 if congress == 90 & id == 11042 replace district = 7 if congress == 90 & id == 10787 replace district = 8 if congress == 90 & id == 10746 replace district = 1 if congress == 90 & id == 11027 replace district = 2 if congress == 90 & id == 10736 replace district = 1 if congress == 90 & id == 10610 replace district = 2 if congress == 90 & id == 10601 replace district = 3 if congress == 90 & id == 3480 replace district = 4 if congress == 90 & id == 3054 replace district = 5 if congress == 90 & id == 10752 replace district = 6 if congress == 90 & id == 10535 replace district = 7 if congress == 90 & id == 3374 replace district = 8 if congress == 90 & id == 11019 replace district = 1 if congress == 90 & id == 2009 replace district = 2 if congress == 90 & id == 830 replace district = 3 if congress == 90 & id == 7408 replace district = 4 if congress == 90 & id == 2660 replace district = 5 if congress == 90 & id == 10538 replace district = 6 if congress == 90 & id == 518 replace district = 7 if congress == 90 & id == 5873 replace district = 8 if congress == 90 & id == 7081 replace district = 9 if congress == 90 & id == 6177 replace district = 10 if congress == 90 & id == 11021 replace district = 11 if congress == 90 & id == 1265 replace district = 12 if congress == 90 & id == 5131 replace district = 1 if congress == 90 & id == 10713 replace district = 2 if congress == 90 & id == 11015 replace district = 3 if congress == 90 & id == 11006 replace district = 4 if congress == 90 & id == 10597 replace district = 5 if congress == 90 & id == 3268 replace district = 6 if congress == 90 & id == 1620 replace district = 7 if congress == 90 & id == 91043 replace district = 8 if congress == 90 & id == 10526 replace district = 9 if congress == 90 & id == 10794 replace district = 10 if congress == 90 & id == 1610 replace district = 11 if congress == 90 & id == 11045 replace district = 12 if congress == 90 & id == 7043 replace district = 13 if congress == 90 & id == 2594 replace district = 14 if congress == 90 & id == 10540 replace district = 15 if congress == 90 & id == 10727 replace district = 16 if congress == 90 & id == 2605 replace district = 17 if congress == 90 & id == 3830 replace district = 18 if congress == 90 & id == 1087 replace district = 19 if congress == 90 & id == 11030 replace district = 1 if congress == 90 & id == 7671 replace district = 2 if congress == 90 & id == 6860 replace district = 3 if congress == 90 & id == 10533 replace district = 4 if congress == 90 & id == 5098 replace district = 5 if congress == 90 & id == 10585 replace district = 6 if congress == 90 & id == 11060 replace district = 7 if congress == 90 & id == 5451 replace district = 8 if congress == 90 & id == 789 replace district = 1 if congress == 90 & id == 13 replace district = 2 if congress == 90 & id == 10075 replace district = 3 if congress == 90 & id == 10162 replace district = 3 if congress == 90 & id == 11065 replace district = 4 if congress == 90 & id == 11035 replace district = 5 if congress == 90 & id == 1952 replace district = 1 if congress == 90 & id == 5097 replace district = 2 if congress == 90 & id == 2275 replace district = 3 if congress == 90 & id == 9072 replace district = 4 if congress == 90 & id == 7717 replace district = 5 if congress == 90 & id == 835 replace district = 6 if congress == 90 & id == 4724 replace district = 7 if congress == 90 & id == 10523 replace district = 8 if congress == 90 & id == 10528 replace district = 9 if congress == 90 & id == 10740 replace district = 10 if congress == 90 & id == 5056 replace district = 1 if congress == 90 & id == 10543 replace district = 2 if congress == 90 & id == 10503 replace district = 1 if congress == 90 & id == 11012 replace district = 2 if congress == 90 & id == 2255 replace district = 3 if congress == 90 & id == 10534 replace district = 1 if congress == 90 & id == 433 replace district = 1 if congress == 90 & id == 10639 replace district = 2 if congress == 90 & id == 10581 replace district = 1 if congress == 90 & id == 11022 replace district = 2 if congress == 90 & id == 11046 replace district = 3 if congress == 90 & id == 10739 replace district = 4 if congress == 90 & id == 9322 replace district = 5 if congress == 90 & id == 3364 replace district = 6 if congress == 90 & id == 1393 replace district = 7 if congress == 90 & id == 10091 replace district = 8 if congress == 90 & id == 10529 replace district = 9 if congress == 90 & id == 10737 replace district = 10 if congress == 90 & id == 8010 replace district = 11 if congress == 90 & id == 10609 replace district = 12 if congress == 90 & id == 2804 replace district = 13 if congress == 90 & id == 3433 replace district = 14 if congress == 90 & id == 2329 replace district = 15 if congress == 90 & id == 10613 replace district = 98 if congress == 90 & id == 6717 replace district = 98 if congress == 90 & id == 10780 replace district = 1 if congress == 90 & id == 10545 replace district = 2 if congress == 90 & id == 10592 replace district = 3 if congress == 90 & id == 10784 replace district = 4 if congress == 90 & id == 10638 replace district = 5 if congress == 90 & id == 10775 replace district = 6 if congress == 90 & id == 3967 replace district = 7 if congress == 90 & id == 10500 replace district = 8 if congress == 90 & id == 10551 replace district = 9 if congress == 90 & id == 2476 replace district = 10 if congress == 90 & id == 1611 replace district = 11 if congress == 90 & id == 11004 replace district = 12 if congress == 90 & id == 5148 replace district = 13 if congress == 90 & id == 6792 replace district = 13 if congress == 90 & id == 11064 replace district = 14 if congress == 90 & id == 8049 replace district = 15 if congress == 90 & id == 10508 replace district = 16 if congress == 90 & id == 10611 replace district = 17 if congress == 90 & id == 10789 replace district = 19 if congress == 90 & id == 3056 replace district = 20 if congress == 90 & id == 10555 replace district = 21 if congress == 90 & id == 10768 replace district = 22 if congress == 90 & id == 3575 replace district = 23 if congress == 90 & id == 10705 replace district = 24 if congress == 90 & id == 3158 replace district = 25 if congress == 90 & id == 10760 replace district = 26 if congress == 90 & id == 10618 replace district = 27 if congress == 90 & id == 10718 replace district = 28 if congress == 90 & id == 10764 replace district = 29 if congress == 90 & id == 11009 replace district = 30 if congress == 90 & id == 10530 replace district = 31 if congress == 90 & id == 10749 replace district = 32 if congress == 90 & id == 7467 replace district = 33 if congress == 90 & id == 7995 replace district = 34 if congress == 90 & id == 10733 replace district = 35 if congress == 90 & id == 9017 replace district = 36 if congress == 90 & id == 10596 replace district = 37 if congress == 90 & id == 10712 replace district = 38 if congress == 90 & id == 3670 replace district = 39 if congress == 90 & id == 10748 replace district = 40 if congress == 90 & id == 10771 replace district = 41 if congress == 90 & id == 2752 replace district = 1 if congress == 90 & id == 10788 replace district = 2 if congress == 90 & id == 3321 replace district = 3 if congress == 90 & id == 10527 replace district = 4 if congress == 90 & id == 11018 replace district = 5 if congress == 90 & id == 11017 replace district = 6 if congress == 90 & id == 10531 replace district = 7 if congress == 90 & id == 5606 replace district = 8 if congress == 90 & id == 5019 replace district = 9 if congress == 90 & id == 10574 replace district = 10 if congress == 90 & id == 10060 replace district = 11 if congress == 90 & id == 9230 replace district = 1 if congress == 90 & id == 10569 replace district = 2 if congress == 90 & id == 11024 replace district = 1 if congress == 90 & id == 10630 replace district = 2 if congress == 90 & id == 10510 replace district = 3 if congress == 90 & id == 11054 replace district = 4 if congress == 90 & id == 6204 replace district = 5 if congress == 90 & id == 5495 replace district = 6 if congress == 90 & id == 10525 replace district = 7 if congress == 90 & id == 10786 replace district = 8 if congress == 90 & id == 680 replace district = 9 if congress == 90 & id == 267 replace district = 10 if congress == 90 & id == 11034 replace district = 11 if congress == 90 & id == 10773 replace district = 12 if congress == 90 & id == 2533 replace district = 13 if congress == 90 & id == 10539 replace district = 14 if congress == 90 & id == 310 replace district = 15 if congress == 90 & id == 11058 replace district = 16 if congress == 90 & id == 891 replace district = 17 if congress == 90 & id == 10502 replace district = 18 if congress == 90 & id == 4247 replace district = 19 if congress == 90 & id == 5301 replace district = 20 if congress == 90 & id == 3092 replace district = 21 if congress == 90 & id == 9623 replace district = 22 if congress == 90 & id == 837 replace district = 23 if congress == 90 & id == 6548 replace district = 24 if congress == 90 & id == 11028 replace district = 1 if congress == 90 & id == 590 replace district = 2 if congress == 90 & id == 2854 replace district = 3 if congress == 90 & id == 62 replace district = 4 if congress == 90 & id == 8866 replace district = 5 if congress == 90 & id == 4891 replace district = 6 if congress == 90 & id == 11049 replace district = 1 if congress == 90 & id == 10785 replace district = 2 if congress == 90 & id == 9551 replace district = 3 if congress == 90 & id == 3775 replace district = 4 if congress == 90 & id == 11011 replace district = 1 if congress == 90 & id == 465 replace district = 2 if congress == 90 & id == 6936 replace district = 3 if congress == 90 & id == 1368 replace district = 4 if congress == 90 & id == 11014 replace district = 5 if congress == 90 & id == 10591 replace district = 6 if congress == 90 & id == 7844 replace district = 7 if congress == 90 & id == 11056 replace district = 8 if congress == 90 & id == 11001 replace district = 9 if congress == 90 & id == 10782 replace district = 10 if congress == 90 & id == 10607 replace district = 11 if congress == 90 & id == 3224 replace district = 12 if congress == 90 & id == 9975 replace district = 13 if congress == 90 & id == 10557 replace district = 14 if congress == 90 & id == 6661 replace district = 15 if congress == 90 & id == 10620 replace district = 16 if congress == 90 & id == 11016 replace district = 17 if congress == 90 & id == 8268 replace district = 18 if congress == 90 & id == 2065 replace district = 19 if congress == 90 & id == 10521 replace district = 20 if congress == 90 & id == 4518 replace district = 21 if congress == 90 & id == 2513 replace district = 22 if congress == 90 & id == 8247 replace district = 23 if congress == 90 & id == 10598 replace district = 24 if congress == 90 & id == 10778 replace district = 25 if congress == 90 & id == 1763 replace district = 26 if congress == 90 & id == 6685 replace district = 27 if congress == 90 & id == 3409 replace district = 1 if congress == 90 & id == 10561 replace district = 2 if congress == 90 & id == 11061 replace district = 2 if congress == 90 & id == 3246 replace district = 1 if congress == 90 & id == 7925 replace district = 2 if congress == 90 & id == 10634 replace district = 3 if congress == 90 & id == 2672 replace district = 4 if congress == 90 & id == 270 replace district = 5 if congress == 90 & id == 10728 replace district = 6 if congress == 90 & id == 6353 replace district = 1 if congress == 90 & id == 10548 replace district = 2 if congress == 90 & id == 672 replace district = 1 if congress == 90 & id == 10616 replace district = 2 if congress == 90 & id == 10719 replace district = 3 if congress == 90 & id == 10571 replace district = 4 if congress == 90 & id == 3034 replace district = 5 if congress == 90 & id == 10586 replace district = 6 if congress == 90 & id == 10701 replace district = 7 if congress == 90 & id == 11003 replace district = 8 if congress == 90 & id == 3028 replace district = 9 if congress == 90 & id == 11025 replace district = 1 if congress == 90 & id == 7232 replace district = 2 if congress == 90 & id == 2700 replace district = 3 if congress == 90 & id == 10615 replace district = 3 if congress == 90 & id == 11066 replace district = 4 if congress == 90 & id == 10550 replace district = 5 if congress == 90 & id == 10707 replace district = 6 if congress == 90 & id == 9241 replace district = 7 if congress == 90 & id == 11008 replace district = 8 if congress == 90 & id == 11013 replace district = 9 if congress == 90 & id == 1077 replace district = 10 if congress == 90 & id == 10614 replace district = 11 if congress == 90 & id == 7498 replace district = 12 if congress == 90 & id == 10391 replace district = 13 if congress == 90 & id == 10546 replace district = 14 if congress == 90 & id == 10446 replace district = 15 if congress == 90 & id == 10716 replace district = 16 if congress == 90 & id == 10783 replace district = 17 if congress == 90 & id == 1282 replace district = 18 if congress == 90 & id == 11062 replace district = 19 if congress == 90 & id == 5924 replace district = 20 if congress == 90 & id == 10520 replace district = 21 if congress == 90 & id == 3171 replace district = 22 if congress == 90 & id == 1577 replace district = 23 if congress == 90 & id == 11023 replace district = 1 if congress == 90 & id == 10576 replace district = 2 if congress == 90 & id == 10600 replace district = 1 if congress == 90 & id == 10562 replace district = 1 if congress == 90 & id == 2706 replace district = 2 if congress == 90 & id == 4064 replace district = 3 if congress == 90 & id == 10767 replace district = 4 if congress == 90 & id == 2 replace district = 5 if congress == 90 & id == 9494 replace district = 6 if congress == 90 & id == 7500 replace district = 7 if congress == 90 & id == 10603 replace district = 8 if congress == 90 & id == 11048 replace district = 9 if congress == 90 & id == 9802 replace district = 10 if congress == 90 & id == 1154 replace district = 1 if congress == 90 & id == 7313 replace district = 2 if congress == 90 & id == 10756 replace district = 3 if congress == 90 & id == 4043 replace district = 4 if congress == 90 & id == 6101 replace district = 5 if congress == 90 & id == 10726 replace district = 6 if congress == 90 & id == 10738 replace district = 7 if congress == 90 & id == 10700 replace district = 1 if congress == 90 & id == 6626 replace district = 2 if congress == 90 & id == 8824 replace district = 3 if congress == 90 & id == 8564 replace district = 4 if congress == 90 & id == 4276 replace district = 5 if congress == 90 & id == 10744 replace district = 1 if congress == 90 & id == 10556 replace district = 2 if congress == 90 & id == 5101 replace district = 3 if congress == 90 & id == 10564 replace district = 4 if congress == 90 & id == 10463 replace district = 5 if congress == 90 & id == 7824 replace district = 6 if congress == 90 & id == 11051 replace district = 7 if congress == 90 & id == 5410 replace district = 8 if congress == 90 & id == 1371 replace district = 9 if congress == 90 & id == 2383 replace district = 10 if congress == 90 & id == 7046 replace district = 1 if congress == 90 & id == 4139 replace district = 0 if congress == 91 & id == 99904 replace district = 1 if congress == 91 & id == 10721 replace district = 2 if congress == 91 & id == 10717 replace district = 3 if congress == 91 & id == 195 replace district = 4 if congress == 91 & id == 11037 replace district = 5 if congress == 91 & id == 12014 replace district = 6 if congress == 91 & id == 10706 replace district = 7 if congress == 91 & id == 11000 replace district = 8 if congress == 91 & id == 5058 replace district = 1 if congress == 91 & id == 11039 replace district = 1 if congress == 91 & id == 7845 replace district = 2 if congress == 91 & id == 10566 replace district = 3 if congress == 91 & id == 11050 replace district = 1 if congress == 91 & id == 12000 replace district = 2 if congress == 91 & id == 6532 replace district = 3 if congress == 91 & id == 11020 replace district = 4 if congress == 91 & id == 10791 replace district = 1 if congress == 91 & id == 10579 replace district = 2 if congress == 91 & id == 4957 replace district = 3 if congress == 91 & id == 6756 replace district = 4 if congress == 91 & id == 10599 replace district = 5 if congress == 91 & id == 10577 replace district = 6 if congress == 91 & id == 5929 replace district = 7 if congress == 91 & id == 1911 replace district = 8 if congress == 91 & id == 6483 replace district = 9 if congress == 91 & id == 10583 replace district = 10 if congress == 91 & id == 3867 replace district = 11 if congress == 91 & id == 11063 replace district = 12 if congress == 91 & id == 10631 replace district = 13 if congress == 91 & id == 9240 replace district = 14 if congress == 91 & id == 10793 replace district = 15 if congress == 91 & id == 6240 replace district = 16 if congress == 91 & id == 8549 replace district = 17 if congress == 91 & id == 12001 replace district = 18 if congress == 91 & id == 11031 replace district = 19 if congress == 91 & id == 4514 replace district = 20 if congress == 91 & id == 8628 replace district = 21 if congress == 91 & id == 10595 replace district = 22 if congress == 91 & id == 10511 replace district = 23 if congress == 91 & id == 10580 replace district = 24 if congress == 91 & id == 5694 replace district = 24 if congress == 91 & id == 10553 replace district = 25 if congress == 91 & id == 11055 replace district = 26 if congress == 91 & id == 10790 replace district = 27 if congress == 91 & id == 10763 replace district = 27 if congress == 91 & id == 12037 replace district = 28 if congress == 91 & id == 10505 replace district = 29 if congress == 91 & id == 10573 replace district = 30 if congress == 91 & id == 10621 replace district = 31 if congress == 91 & id == 10640 replace district = 32 if congress == 91 & id == 4592 replace district = 33 if congress == 91 & id == 11038 replace district = 34 if congress == 91 & id == 10594 replace district = 35 if congress == 91 & id == 9578 replace district = 35 if congress == 91 & id == 12043 replace district = 36 if congress == 91 & id == 10249 replace district = 37 if congress == 91 & id == 10633 replace district = 38 if congress == 91 & id == 10777 replace district = 1 if congress == 91 & id == 8021 replace district = 2 if congress == 91 & id == 10572 replace district = 3 if congress == 91 & id == 10723 replace district = 4 if congress == 91 & id == 275 replace district = 1 if congress == 91 & id == 2295 replace district = 2 if congress == 91 & id == 10627 replace district = 2 if congress == 91 & id == 12047 replace district = 3 if congress == 91 & id == 3553 replace district = 4 if congress == 91 & id == 12032 replace district = 5 if congress == 91 & id == 6586 replace district = 6 if congress == 91 & id == 11033 replace district = 1 if congress == 91 & id == 11044 replace district = 1 if congress == 91 & id == 8507 replace district = 2 if congress == 91 & id == 10587 replace district = 3 if congress == 91 & id == 633 replace district = 4 if congress == 91 & id == 12007 replace district = 5 if congress == 91 & id == 12015 replace district = 6 if congress == 91 & id == 10588 replace district = 7 if congress == 91 & id == 3929 replace district = 8 if congress == 91 & id == 2143 replace district = 9 if congress == 91 & id == 8032 replace district = 10 if congress == 91 & id == 11007 replace district = 11 if congress == 91 & id == 7333 replace district = 12 if congress == 91 & id == 3078 replace district = 1 if congress == 91 & id == 10522 replace district = 2 if congress == 91 & id == 10759 replace district = 3 if congress == 91 & id == 11005 replace district = 4 if congress == 91 & id == 11002 replace district = 5 if congress == 91 & id == 11053 replace district = 6 if congress == 91 & id == 3242 replace district = 7 if congress == 91 & id == 10512 replace district = 8 if congress == 91 & id == 11052 replace district = 9 if congress == 91 & id == 5436 replace district = 10 if congress == 91 & id == 10563 replace district = 98 if congress == 91 & id == 10605 replace district = 98 if congress == 91 & id == 10757 replace district = 1 if congress == 91 & id == 11029 replace district = 2 if congress == 91 & id == 12016 replace district = 1 if congress == 91 & id == 2433 replace district = 2 if congress == 91 & id == 12025 replace district = 3 if congress == 91 & id == 6816 replace district = 4 if congress == 91 & id == 2525 replace district = 5 if congress == 91 & id == 5326 replace district = 6 if congress == 91 & id == 10765 replace district = 6 if congress == 91 & id == 12045 replace district = 7 if congress == 91 & id == 10703 replace district = 8 if congress == 91 & id == 8080 replace district = 9 if congress == 91 & id == 10421 replace district = 10 if congress == 91 & id == 1941 replace district = 11 if congress == 91 & id == 7642 replace district = 12 if congress == 91 & id == 10606 replace district = 13 if congress == 91 & id == 10622 replace district = 13 if congress == 91 & id == 12041 replace district = 14 if congress == 91 & id == 10722 replace district = 15 if congress == 91 & id == 10617 replace district = 16 if congress == 91 & id == 10501 replace district = 17 if congress == 91 & id == 226 replace district = 18 if congress == 91 & id == 6455 replace district = 19 if congress == 91 & id == 11041 replace district = 20 if congress == 91 & id == 10517 replace district = 21 if congress == 91 & id == 3769 replace district = 22 if congress == 91 & id == 8814 replace district = 23 if congress == 91 & id == 8474 replace district = 24 if congress == 91 & id == 7610 replace district = 1 if congress == 91 & id == 5900 replace district = 2 if congress == 91 & id == 12020 replace district = 3 if congress == 91 & id == 948 replace district = 4 if congress == 91 & id == 18 replace district = 5 if congress == 91 & id == 10552 replace district = 6 if congress == 91 & id == 986 replace district = 7 if congress == 91 & id == 11036 replace district = 8 if congress == 91 & id == 11059 replace district = 9 if congress == 91 & id == 10732 replace district = 10 if congress == 91 & id == 12012 replace district = 11 if congress == 91 & id == 10742 replace district = 1 if congress == 91 & id == 8288 replace district = 2 if congress == 91 & id == 10715 replace district = 3 if congress == 91 & id == 3853 replace district = 4 if congress == 91 & id == 5385 replace district = 5 if congress == 91 & id == 8672 replace district = 6 if congress == 91 & id == 11032 replace district = 7 if congress == 91 & id == 11047 replace district = 1 if congress == 91 & id == 12029 replace district = 2 if congress == 91 & id == 10758 replace district = 3 if congress == 91 & id == 11057 replace district = 4 if congress == 91 & id == 10559 replace district = 5 if congress == 91 & id == 10625 replace district = 1 if congress == 91 & id == 9056 replace district = 2 if congress == 91 & id == 6845 replace district = 3 if congress == 91 & id == 11010 replace district = 4 if congress == 91 & id == 10626 replace district = 5 if congress == 91 & id == 10710 replace district = 6 if congress == 91 & id == 9882 replace district = 7 if congress == 91 & id == 7343 replace district = 1 if congress == 91 & id == 4275 replace district = 2 if congress == 91 & id == 824 replace district = 3 if congress == 91 & id == 12005 replace district = 4 if congress == 91 & id == 10567 replace district = 5 if congress == 91 & id == 7228 replace district = 6 if congress == 91 & id == 11042 replace district = 7 if congress == 91 & id == 10787 replace district = 8 if congress == 91 & id == 10746 replace district = 1 if congress == 91 & id == 11027 replace district = 2 if congress == 91 & id == 10736 replace district = 1 if congress == 91 & id == 10610 replace district = 2 if congress == 91 & id == 10601 replace district = 3 if congress == 91 & id == 3480 replace district = 4 if congress == 91 & id == 3054 replace district = 5 if congress == 91 & id == 12018 replace district = 6 if congress == 91 & id == 12002 replace district = 7 if congress == 91 & id == 3374 replace district = 8 if congress == 91 & id == 11019 replace district = 1 if congress == 91 & id == 2009 replace district = 2 if congress == 91 & id == 830 replace district = 3 if congress == 91 & id == 7408 replace district = 4 if congress == 91 & id == 2660 replace district = 5 if congress == 91 & id == 10538 replace district = 6 if congress == 91 & id == 518 replace district = 6 if congress == 91 & id == 12040 replace district = 7 if congress == 91 & id == 5873 replace district = 8 if congress == 91 & id == 7081 replace district = 9 if congress == 91 & id == 6177 replace district = 10 if congress == 91 & id == 11021 replace district = 11 if congress == 91 & id == 1265 replace district = 12 if congress == 91 & id == 5131 replace district = 1 if congress == 91 & id == 10713 replace district = 2 if congress == 91 & id == 11015 replace district = 3 if congress == 91 & id == 11006 replace district = 4 if congress == 91 & id == 10597 replace district = 5 if congress == 91 & id == 3268 replace district = 6 if congress == 91 & id == 1620 replace district = 7 if congress == 91 & id == 91043 replace district = 8 if congress == 91 & id == 10526 replace district = 9 if congress == 91 & id == 10794 replace district = 10 if congress == 91 & id == 1610 replace district = 11 if congress == 91 & id == 11045 replace district = 12 if congress == 91 & id == 7043 replace district = 13 if congress == 91 & id == 2594 replace district = 14 if congress == 91 & id == 10540 replace district = 15 if congress == 91 & id == 10727 replace district = 16 if congress == 91 & id == 2605 replace district = 17 if congress == 91 & id == 3830 replace district = 18 if congress == 91 & id == 1087 replace district = 19 if congress == 91 & id == 11030 replace district = 1 if congress == 91 & id == 7671 replace district = 2 if congress == 91 & id == 6860 replace district = 3 if congress == 91 & id == 10533 replace district = 4 if congress == 91 & id == 5098 replace district = 5 if congress == 91 & id == 10585 replace district = 6 if congress == 91 & id == 11060 replace district = 7 if congress == 91 & id == 5451 replace district = 8 if congress == 91 & id == 789 replace district = 1 if congress == 91 & id == 13 replace district = 2 if congress == 91 & id == 10075 replace district = 3 if congress == 91 & id == 11065 replace district = 4 if congress == 91 & id == 11035 replace district = 5 if congress == 91 & id == 1952 replace district = 1 if congress == 91 & id == 12009 replace district = 2 if congress == 91 & id == 12031 replace district = 3 if congress == 91 & id == 9072 replace district = 4 if congress == 91 & id == 7717 replace district = 5 if congress == 91 & id == 835 replace district = 6 if congress == 91 & id == 4724 replace district = 7 if congress == 91 & id == 10523 replace district = 8 if congress == 91 & id == 10528 replace district = 9 if congress == 91 & id == 10740 replace district = 10 if congress == 91 & id == 12004 replace district = 1 if congress == 91 & id == 10543 replace district = 2 if congress == 91 & id == 10503 replace district = 2 if congress == 91 & id == 12039 replace district = 1 if congress == 91 & id == 11012 replace district = 2 if congress == 91 & id == 2255 replace district = 3 if congress == 91 & id == 10534 replace district = 1 if congress == 91 & id == 433 replace district = 1 if congress == 91 & id == 10639 replace district = 2 if congress == 91 & id == 10581 replace district = 1 if congress == 91 & id == 11022 replace district = 2 if congress == 91 & id == 11046 replace district = 3 if congress == 91 & id == 10739 replace district = 4 if congress == 91 & id == 9322 replace district = 5 if congress == 91 & id == 3364 replace district = 6 if congress == 91 & id == 1393 replace district = 6 if congress == 91 & id == 12046 replace district = 7 if congress == 91 & id == 10091 replace district = 8 if congress == 91 & id == 10529 replace district = 8 if congress == 91 & id == 12042 replace district = 9 if congress == 91 & id == 10737 replace district = 10 if congress == 91 & id == 8010 replace district = 11 if congress == 91 & id == 10609 replace district = 12 if congress == 91 & id == 2804 replace district = 13 if congress == 91 & id == 3433 replace district = 14 if congress == 91 & id == 2329 replace district = 15 if congress == 91 & id == 10613 replace district = 1 if congress == 91 & id == 12022 replace district = 2 if congress == 91 & id == 10584 replace district = 1 if congress == 91 & id == 10545 replace district = 2 if congress == 91 & id == 10592 replace district = 3 if congress == 91 & id == 10784 replace district = 4 if congress == 91 & id == 10638 replace district = 5 if congress == 91 & id == 12021 replace district = 6 if congress == 91 & id == 3967 replace district = 7 if congress == 91 & id == 10500 replace district = 8 if congress == 91 & id == 10551 replace district = 9 if congress == 91 & id == 2476 replace district = 10 if congress == 91 & id == 1611 replace district = 11 if congress == 91 & id == 11004 replace district = 12 if congress == 91 & id == 12008 replace district = 13 if congress == 91 & id == 11064 replace district = 14 if congress == 91 & id == 8049 replace district = 15 if congress == 91 & id == 10508 replace district = 16 if congress == 91 & id == 10611 replace district = 17 if congress == 91 & id == 12019 replace district = 18 if congress == 91 & id == 7568 replace district = 19 if congress == 91 & id == 3056 replace district = 20 if congress == 91 & id == 10555 replace district = 21 if congress == 91 & id == 10768 replace district = 22 if congress == 91 & id == 3575 replace district = 23 if congress == 91 & id == 10705 replace district = 24 if congress == 91 & id == 12003 replace district = 25 if congress == 91 & id == 10760 replace district = 26 if congress == 91 & id == 10618 replace district = 27 if congress == 91 & id == 12024 replace district = 28 if congress == 91 & id == 12013 replace district = 29 if congress == 91 & id == 11009 replace district = 30 if congress == 91 & id == 10530 replace district = 31 if congress == 91 & id == 10749 replace district = 32 if congress == 91 & id == 7467 replace district = 33 if congress == 91 & id == 7995 replace district = 34 if congress == 91 & id == 10733 replace district = 35 if congress == 91 & id == 9017 replace district = 36 if congress == 91 & id == 10596 replace district = 37 if congress == 91 & id == 10712 replace district = 38 if congress == 91 & id == 12017 replace district = 39 if congress == 91 & id == 10748 replace district = 40 if congress == 91 & id == 10771 replace district = 41 if congress == 91 & id == 2752 replace district = 1 if congress == 91 & id == 10788 replace district = 2 if congress == 91 & id == 3321 replace district = 3 if congress == 91 & id == 10527 replace district = 4 if congress == 91 & id == 11017 replace district = 5 if congress == 91 & id == 12026 replace district = 6 if congress == 91 & id == 12027 replace district = 7 if congress == 91 & id == 5606 replace district = 8 if congress == 91 & id == 12028 replace district = 9 if congress == 91 & id == 5019 replace district = 10 if congress == 91 & id == 10574 replace district = 11 if congress == 91 & id == 9230 replace district = 1 if congress == 91 & id == 10569 replace district = 2 if congress == 91 & id == 11024 replace district = 1 if congress == 91 & id == 10630 replace district = 2 if congress == 91 & id == 10510 replace district = 3 if congress == 91 & id == 11054 replace district = 4 if congress == 91 & id == 6204 replace district = 5 if congress == 91 & id == 5495 replace district = 6 if congress == 91 & id == 10525 replace district = 7 if congress == 91 & id == 10786 replace district = 8 if congress == 91 & id == 680 replace district = 9 if congress == 91 & id == 267 replace district = 10 if congress == 91 & id == 11034 replace district = 11 if congress == 91 & id == 10773 replace district = 12 if congress == 91 & id == 2533 replace district = 13 if congress == 91 & id == 10539 replace district = 14 if congress == 91 & id == 310 replace district = 15 if congress == 91 & id == 11058 replace district = 16 if congress == 91 & id == 891 replace district = 17 if congress == 91 & id == 10502 replace district = 18 if congress == 91 & id == 4247 replace district = 19 if congress == 91 & id == 5301 replace district = 19 if congress == 91 & id == 12044 replace district = 20 if congress == 91 & id == 3092 replace district = 21 if congress == 91 & id == 12030 replace district = 22 if congress == 91 & id == 9623 replace district = 23 if congress == 91 & id == 6548 replace district = 24 if congress == 91 & id == 11028 replace district = 1 if congress == 91 & id == 590 replace district = 2 if congress == 91 & id == 2854 replace district = 3 if congress == 91 & id == 62 replace district = 4 if congress == 91 & id == 8866 replace district = 5 if congress == 91 & id == 4891 replace district = 6 if congress == 91 & id == 12006 replace district = 1 if congress == 91 & id == 10785 replace district = 2 if congress == 91 & id == 9551 replace district = 3 if congress == 91 & id == 3775 replace district = 4 if congress == 91 & id == 11011 replace district = 1 if congress == 91 & id == 465 replace district = 2 if congress == 91 & id == 6936 replace district = 3 if congress == 91 & id == 1368 replace district = 4 if congress == 91 & id == 11014 replace district = 5 if congress == 91 & id == 10591 replace district = 6 if congress == 91 & id == 12035 replace district = 7 if congress == 91 & id == 11056 replace district = 8 if congress == 91 & id == 11001 replace district = 9 if congress == 91 & id == 10782 replace district = 9 if congress == 91 & id == 12048 replace district = 10 if congress == 91 & id == 10607 replace district = 11 if congress == 91 & id == 3224 replace district = 12 if congress == 91 & id == 9975 replace district = 13 if congress == 91 & id == 12010 replace district = 14 if congress == 91 & id == 6661 replace district = 15 if congress == 91 & id == 10620 replace district = 16 if congress == 91 & id == 11016 replace district = 17 if congress == 91 & id == 8268 replace district = 18 if congress == 91 & id == 2065 replace district = 19 if congress == 91 & id == 10521 replace district = 20 if congress == 91 & id == 11067 replace district = 21 if congress == 91 & id == 2513 replace district = 22 if congress == 91 & id == 8247 replace district = 23 if congress == 91 & id == 10598 replace district = 24 if congress == 91 & id == 10778 replace district = 25 if congress == 91 & id == 1763 replace district = 26 if congress == 91 & id == 6685 replace district = 27 if congress == 91 & id == 3409 replace district = 1 if congress == 91 & id == 10561 replace district = 2 if congress == 91 & id == 11061 replace district = 1 if congress == 91 & id == 7925 replace district = 2 if congress == 91 & id == 10634 replace district = 3 if congress == 91 & id == 2672 replace district = 4 if congress == 91 & id == 12023 replace district = 5 if congress == 91 & id == 10728 replace district = 6 if congress == 91 & id == 6353 replace district = 1 if congress == 91 & id == 10548 replace district = 2 if congress == 91 & id == 672 replace district = 1 if congress == 91 & id == 10616 replace district = 2 if congress == 91 & id == 10719 replace district = 3 if congress == 91 & id == 10571 replace district = 4 if congress == 91 & id == 3034 replace district = 5 if congress == 91 & id == 10586 replace district = 6 if congress == 91 & id == 10701 replace district = 7 if congress == 91 & id == 11003 replace district = 8 if congress == 91 & id == 3028 replace district = 8 if congress == 91 & id == 12038 replace district = 9 if congress == 91 & id == 11025 replace district = 1 if congress == 91 & id == 7232 replace district = 2 if congress == 91 & id == 2700 replace district = 3 if congress == 91 & id == 11066 replace district = 4 if congress == 91 & id == 10550 replace district = 5 if congress == 91 & id == 10707 replace district = 6 if congress == 91 & id == 9241 replace district = 7 if congress == 91 & id == 11008 replace district = 8 if congress == 91 & id == 11013 replace district = 9 if congress == 91 & id == 1077 replace district = 10 if congress == 91 & id == 10614 replace district = 11 if congress == 91 & id == 7498 replace district = 12 if congress == 91 & id == 10391 replace district = 13 if congress == 91 & id == 10546 replace district = 14 if congress == 91 & id == 10446 replace district = 15 if congress == 91 & id == 10716 replace district = 16 if congress == 91 & id == 10783 replace district = 17 if congress == 91 & id == 1282 replace district = 18 if congress == 91 & id == 11062 replace district = 19 if congress == 91 & id == 5924 replace district = 20 if congress == 91 & id == 10520 replace district = 21 if congress == 91 & id == 3171 replace district = 22 if congress == 91 & id == 1577 replace district = 23 if congress == 91 & id == 11023 replace district = 1 if congress == 91 & id == 10576 replace district = 2 if congress == 91 & id == 10600 replace district = 1 if congress == 91 & id == 10562 replace district = 1 if congress == 91 & id == 2706 replace district = 2 if congress == 91 & id == 12033 replace district = 3 if congress == 91 & id == 10767 replace district = 4 if congress == 91 & id == 2 replace district = 5 if congress == 91 & id == 12011 replace district = 6 if congress == 91 & id == 7500 replace district = 7 if congress == 91 & id == 10603 replace district = 8 if congress == 91 & id == 11048 replace district = 9 if congress == 91 & id == 9802 replace district = 10 if congress == 91 & id == 1154 replace district = 1 if congress == 91 & id == 7313 replace district = 2 if congress == 91 & id == 10756 replace district = 3 if congress == 91 & id == 4043 replace district = 4 if congress == 91 & id == 6101 replace district = 5 if congress == 91 & id == 10726 replace district = 6 if congress == 91 & id == 10738 replace district = 7 if congress == 91 & id == 10700 replace district = 1 if congress == 91 & id == 6584 replace district = 2 if congress == 91 & id == 8824 replace district = 3 if congress == 91 & id == 8564 replace district = 4 if congress == 91 & id == 4276 replace district = 5 if congress == 91 & id == 10744 replace district = 1 if congress == 91 & id == 10556 replace district = 2 if congress == 91 & id == 5101 replace district = 3 if congress == 91 & id == 10564 replace district = 4 if congress == 91 & id == 10463 replace district = 5 if congress == 91 & id == 7824 replace district = 6 if congress == 91 & id == 11051 replace district = 7 if congress == 91 & id == 5410 replace district = 7 if congress == 91 & id == 12036 replace district = 8 if congress == 91 & id == 1371 replace district = 9 if congress == 91 & id == 2383 replace district = 10 if congress == 91 & id == 7046 replace district = 1 if congress == 91 & id == 12034 replace district = 0 if congress == 92 & id == 99904 replace district = 1 if congress == 92 & id == 10721 replace district = 2 if congress == 92 & id == 10717 replace district = 3 if congress == 92 & id == 195 replace district = 3 if congress == 92 & id == 13053 replace district = 4 if congress == 92 & id == 11037 replace district = 5 if congress == 92 & id == 12014 replace district = 6 if congress == 92 & id == 10706 replace district = 7 if congress == 92 & id == 11000 replace district = 8 if congress == 92 & id == 5058 replace district = 1 if congress == 92 & id == 13006 replace district = 1 if congress == 92 & id == 7845 replace district = 2 if congress == 92 & id == 10566 replace district = 3 if congress == 92 & id == 11050 replace district = 1 if congress == 92 & id == 12000 replace district = 2 if congress == 92 & id == 6532 replace district = 3 if congress == 92 & id == 11020 replace district = 4 if congress == 92 & id == 10791 replace district = 1 if congress == 92 & id == 10579 replace district = 2 if congress == 92 & id == 4957 replace district = 3 if congress == 92 & id == 6756 replace district = 4 if congress == 92 & id == 10599 replace district = 5 if congress == 92 & id == 10577 replace district = 6 if congress == 92 & id == 5929 replace district = 7 if congress == 92 & id == 13011 replace district = 8 if congress == 92 & id == 6483 replace district = 9 if congress == 92 & id == 10583 replace district = 10 if congress == 92 & id == 3867 replace district = 11 if congress == 92 & id == 11063 replace district = 12 if congress == 92 & id == 10631 replace district = 13 if congress == 92 & id == 9240 replace district = 14 if congress == 92 & id == 10793 replace district = 15 if congress == 92 & id == 6240 replace district = 16 if congress == 92 & id == 8549 replace district = 17 if congress == 92 & id == 12001 replace district = 18 if congress == 92 & id == 11031 replace district = 19 if congress == 92 & id == 4514 replace district = 20 if congress == 92 & id == 8628 replace district = 21 if congress == 92 & id == 10595 replace district = 22 if congress == 92 & id == 10511 replace district = 23 if congress == 92 & id == 10580 replace district = 24 if congress == 92 & id == 10553 replace district = 25 if congress == 92 & id == 11055 replace district = 26 if congress == 92 & id == 10790 replace district = 27 if congress == 92 & id == 12037 replace district = 28 if congress == 92 & id == 10505 replace district = 29 if congress == 92 & id == 13010 replace district = 30 if congress == 92 & id == 10621 replace district = 31 if congress == 92 & id == 10640 replace district = 32 if congress == 92 & id == 4592 replace district = 33 if congress == 92 & id == 11038 replace district = 34 if congress == 92 & id == 10594 replace district = 35 if congress == 92 & id == 12043 replace district = 36 if congress == 92 & id == 10249 replace district = 37 if congress == 92 & id == 10633 replace district = 38 if congress == 92 & id == 13046 replace district = 1 if congress == 92 & id == 13028 replace district = 2 if congress == 92 & id == 10572 replace district = 3 if congress == 92 & id == 10723 replace district = 4 if congress == 92 & id == 275 replace district = 1 if congress == 92 & id == 13009 replace district = 2 if congress == 92 & id == 12047 replace district = 3 if congress == 92 & id == 3553 replace district = 4 if congress == 92 & id == 13029 replace district = 5 if congress == 92 & id == 6586 replace district = 6 if congress == 92 & id == 13016 replace district = 1 if congress == 92 & id == 13014 replace district = 1 if congress == 92 & id == 8507 replace district = 2 if congress == 92 & id == 10587 replace district = 3 if congress == 92 & id == 633 replace district = 4 if congress == 92 & id == 12007 replace district = 5 if congress == 92 & id == 12015 replace district = 6 if congress == 92 & id == 10588 replace district = 7 if congress == 92 & id == 3929 replace district = 8 if congress == 92 & id == 13047 replace district = 9 if congress == 92 & id == 8032 replace district = 10 if congress == 92 & id == 11007 replace district = 11 if congress == 92 & id == 7333 replace district = 12 if congress == 92 & id == 3078 replace district = 1 if congress == 92 & id == 10522 replace district = 2 if congress == 92 & id == 13023 replace district = 3 if congress == 92 & id == 11005 replace district = 4 if congress == 92 & id == 11002 replace district = 5 if congress == 92 & id == 11053 replace district = 6 if congress == 92 & id == 3242 replace district = 7 if congress == 92 & id == 10512 replace district = 8 if congress == 92 & id == 11052 replace district = 9 if congress == 92 & id == 5436 replace district = 10 if congress == 92 & id == 10563 replace district = 1 if congress == 92 & id == 10605 replace district = 2 if congress == 92 & id == 10757 replace district = 1 if congress == 92 & id == 11029 replace district = 2 if congress == 92 & id == 12016 replace district = 1 if congress == 92 & id == 13030 replace district = 2 if congress == 92 & id == 12025 replace district = 3 if congress == 92 & id == 13032 replace district = 4 if congress == 92 & id == 2525 replace district = 5 if congress == 92 & id == 5326 replace district = 6 if congress == 92 & id == 12045 replace district = 7 if congress == 92 & id == 10703 replace district = 8 if congress == 92 & id == 8080 replace district = 9 if congress == 92 & id == 10421 replace district = 10 if congress == 92 & id == 1941 replace district = 11 if congress == 92 & id == 7642 replace district = 12 if congress == 92 & id == 10606 replace district = 13 if congress == 92 & id == 12041 replace district = 14 if congress == 92 & id == 10722 replace district = 15 if congress == 92 & id == 10617 replace district = 15 if congress == 92 & id == 13054 replace district = 16 if congress == 92 & id == 10501 replace district = 17 if congress == 92 & id == 226 replace district = 18 if congress == 92 & id == 6455 replace district = 19 if congress == 92 & id == 11041 replace district = 20 if congress == 92 & id == 10517 replace district = 21 if congress == 92 & id == 3769 replace district = 22 if congress == 92 & id == 8814 replace district = 23 if congress == 92 & id == 8474 replace district = 24 if congress == 92 & id == 7610 replace district = 1 if congress == 92 & id == 5900 replace district = 2 if congress == 92 & id == 12020 replace district = 3 if congress == 92 & id == 948 replace district = 4 if congress == 92 & id == 8084 replace district = 5 if congress == 92 & id == 13018 replace district = 6 if congress == 92 & id == 986 replace district = 7 if congress == 92 & id == 11036 replace district = 8 if congress == 92 & id == 11059 replace district = 9 if congress == 92 & id == 10732 replace district = 10 if congress == 92 & id == 12012 replace district = 11 if congress == 92 & id == 10742 replace district = 1 if congress == 92 & id == 8288 replace district = 2 if congress == 92 & id == 10715 replace district = 3 if congress == 92 & id == 3853 replace district = 4 if congress == 92 & id == 5385 replace district = 5 if congress == 92 & id == 8672 replace district = 6 if congress == 92 & id == 11032 replace district = 7 if congress == 92 & id == 11047 replace district = 1 if congress == 92 & id == 12029 replace district = 2 if congress == 92 & id == 13037 replace district = 3 if congress == 92 & id == 11057 replace district = 4 if congress == 92 & id == 10559 replace district = 5 if congress == 92 & id == 10625 replace district = 1 if congress == 92 & id == 9056 replace district = 2 if congress == 92 & id == 6845 replace district = 3 if congress == 92 & id == 13024 replace district = 4 if congress == 92 & id == 10626 replace district = 5 if congress == 92 & id == 10710 replace district = 6 if congress == 92 & id == 9882 replace district = 6 if congress == 92 & id == 13051 replace district = 7 if congress == 92 & id == 7343 replace district = 1 if congress == 92 & id == 4275 replace district = 2 if congress == 92 & id == 824 replace district = 3 if congress == 92 & id == 12005 replace district = 4 if congress == 92 & id == 10567 replace district = 5 if congress == 92 & id == 7228 replace district = 6 if congress == 92 & id == 11042 replace district = 7 if congress == 92 & id == 10787 replace district = 7 if congress == 92 & id == 13056 replace district = 8 if congress == 92 & id == 10746 replace district = 1 if congress == 92 & id == 11027 replace district = 2 if congress == 92 & id == 10736 replace district = 1 if congress == 92 & id == 10610 replace district = 1 if congress == 92 & id == 13049 replace district = 2 if congress == 92 & id == 10601 replace district = 3 if congress == 92 & id == 3480 replace district = 4 if congress == 92 & id == 13039 replace district = 5 if congress == 92 & id == 12018 replace district = 6 if congress == 92 & id == 13008 replace district = 7 if congress == 92 & id == 13031 replace district = 8 if congress == 92 & id == 11019 replace district = 1 if congress == 92 & id == 2009 replace district = 2 if congress == 92 & id == 830 replace district = 3 if congress == 92 & id == 13013 replace district = 4 if congress == 92 & id == 2660 replace district = 5 if congress == 92 & id == 10538 replace district = 6 if congress == 92 & id == 12040 replace district = 7 if congress == 92 & id == 5873 replace district = 8 if congress == 92 & id == 7081 replace district = 9 if congress == 92 & id == 13017 replace district = 10 if congress == 92 & id == 11021 replace district = 11 if congress == 92 & id == 1265 replace district = 12 if congress == 92 & id == 5131 replace district = 1 if congress == 92 & id == 10713 replace district = 2 if congress == 92 & id == 11015 replace district = 3 if congress == 92 & id == 11006 replace district = 4 if congress == 92 & id == 10597 replace district = 5 if congress == 92 & id == 3268 replace district = 6 if congress == 92 & id == 1620 replace district = 7 if congress == 92 & id == 91043 replace district = 8 if congress == 92 & id == 10526 replace district = 9 if congress == 92 & id == 10794 replace district = 10 if congress == 92 & id == 1610 replace district = 11 if congress == 92 & id == 11045 replace district = 12 if congress == 92 & id == 7043 replace district = 13 if congress == 92 & id == 2594 replace district = 14 if congress == 92 & id == 10540 replace district = 15 if congress == 92 & id == 10727 replace district = 16 if congress == 92 & id == 2605 replace district = 17 if congress == 92 & id == 3830 replace district = 18 if congress == 92 & id == 1087 replace district = 19 if congress == 92 & id == 11030 replace district = 1 if congress == 92 & id == 7671 replace district = 2 if congress == 92 & id == 6860 replace district = 3 if congress == 92 & id == 13015 replace district = 4 if congress == 92 & id == 5098 replace district = 5 if congress == 92 & id == 10585 replace district = 6 if congress == 92 & id == 11060 replace district = 7 if congress == 92 & id == 13007 replace district = 8 if congress == 92 & id == 789 replace district = 1 if congress == 92 & id == 13 replace district = 2 if congress == 92 & id == 10075 replace district = 3 if congress == 92 & id == 11065 replace district = 4 if congress == 92 & id == 11035 replace district = 5 if congress == 92 & id == 1952 replace district = 1 if congress == 92 & id == 12009 replace district = 2 if congress == 92 & id == 12031 replace district = 3 if congress == 92 & id == 9072 replace district = 4 if congress == 92 & id == 7717 replace district = 5 if congress == 92 & id == 835 replace district = 6 if congress == 92 & id == 4724 replace district = 7 if congress == 92 & id == 10523 replace district = 8 if congress == 92 & id == 10528 replace district = 9 if congress == 92 & id == 10740 replace district = 10 if congress == 92 & id == 12004 replace district = 1 if congress == 92 & id == 13041 replace district = 2 if congress == 92 & id == 12039 replace district = 1 if congress == 92 & id == 13045 replace district = 2 if congress == 92 & id == 13025 replace district = 3 if congress == 92 & id == 10534 replace district = 1 if congress == 92 & id == 433 replace district = 1 if congress == 92 & id == 10639 replace district = 2 if congress == 92 & id == 10581 replace district = 1 if congress == 92 & id == 11022 replace district = 2 if congress == 92 & id == 11046 replace district = 3 if congress == 92 & id == 10739 replace district = 4 if congress == 92 & id == 9322 replace district = 5 if congress == 92 & id == 3364 replace district = 6 if congress == 92 & id == 12046 replace district = 7 if congress == 92 & id == 10091 replace district = 8 if congress == 92 & id == 12042 replace district = 9 if congress == 92 & id == 10737 replace district = 10 if congress == 92 & id == 8010 replace district = 11 if congress == 92 & id == 10609 replace district = 12 if congress == 92 & id == 2804 replace district = 13 if congress == 92 & id == 3433 replace district = 14 if congress == 92 & id == 2329 replace district = 15 if congress == 92 & id == 10613 replace district = 1 if congress == 92 & id == 12022 replace district = 2 if congress == 92 & id == 13038 replace district = 1 if congress == 92 & id == 10545 replace district = 2 if congress == 92 & id == 10592 replace district = 3 if congress == 92 & id == 10784 replace district = 4 if congress == 92 & id == 10638 replace district = 5 if congress == 92 & id == 13021 replace district = 6 if congress == 92 & id == 3967 replace district = 7 if congress == 92 & id == 10500 replace district = 8 if congress == 92 & id == 10551 replace district = 9 if congress == 92 & id == 2476 replace district = 10 if congress == 92 & id == 1611 replace district = 11 if congress == 92 & id == 11004 replace district = 12 if congress == 92 & id == 12008 replace district = 13 if congress == 92 & id == 11064 replace district = 14 if congress == 92 & id == 8049 replace district = 15 if congress == 92 & id == 10508 replace district = 16 if congress == 92 & id == 10611 replace district = 17 if congress == 92 & id == 12019 replace district = 18 if congress == 92 & id == 13035 replace district = 19 if congress == 92 & id == 13001 replace district = 20 if congress == 92 & id == 10555 replace district = 21 if congress == 92 & id == 13004 replace district = 22 if congress == 92 & id == 10768 replace district = 23 if congress == 92 & id == 10705 replace district = 24 if congress == 92 & id == 12003 replace district = 25 if congress == 92 & id == 93033 replace district = 26 if congress == 92 & id == 10618 replace district = 27 if congress == 92 & id == 10718 replace district = 28 if congress == 92 & id == 12013 replace district = 29 if congress == 92 & id == 9017 replace district = 30 if congress == 92 & id == 10530 replace district = 31 if congress == 92 & id == 10749 replace district = 32 if congress == 92 & id == 7467 replace district = 33 if congress == 92 & id == 7995 replace district = 34 if congress == 92 & id == 13044 replace district = 35 if congress == 92 & id == 10733 replace district = 36 if congress == 92 & id == 10596 replace district = 37 if congress == 92 & id == 10712 replace district = 38 if congress == 92 & id == 12017 replace district = 39 if congress == 92 & id == 13020 replace district = 40 if congress == 92 & id == 10771 replace district = 41 if congress == 92 & id == 2752 replace district = 1 if congress == 92 & id == 10788 replace district = 2 if congress == 92 & id == 3321 replace district = 3 if congress == 92 & id == 10527 replace district = 4 if congress == 92 & id == 11017 replace district = 5 if congress == 92 & id == 12026 replace district = 6 if congress == 92 & id == 12027 replace district = 7 if congress == 92 & id == 5606 replace district = 8 if congress == 92 & id == 12028 replace district = 9 if congress == 92 & id == 5019 replace district = 10 if congress == 92 & id == 10574 replace district = 11 if congress == 92 & id == 9230 replace district = 1 if congress == 92 & id == 10569 replace district = 2 if congress == 92 & id == 13022 replace district = 1 if congress == 92 & id == 13019 replace district = 2 if congress == 92 & id == 10510 replace district = 3 if congress == 92 & id == 11054 replace district = 4 if congress == 92 & id == 6204 replace district = 5 if congress == 92 & id == 5495 replace district = 6 if congress == 92 & id == 10525 replace district = 7 if congress == 92 & id == 10786 replace district = 8 if congress == 92 & id == 680 replace district = 9 if congress == 92 & id == 267 replace district = 10 if congress == 92 & id == 11034 replace district = 11 if congress == 92 & id == 10773 replace district = 12 if congress == 92 & id == 2533 replace district = 13 if congress == 92 & id == 10539 replace district = 14 if congress == 92 & id == 13040 replace district = 15 if congress == 92 & id == 11058 replace district = 16 if congress == 92 & id == 891 replace district = 17 if congress == 92 & id == 10502 replace district = 18 if congress == 92 & id == 4247 replace district = 19 if congress == 92 & id == 12044 replace district = 20 if congress == 92 & id == 13043 replace district = 21 if congress == 92 & id == 12030 replace district = 22 if congress == 92 & id == 9623 replace district = 23 if congress == 92 & id == 6548 replace district = 24 if congress == 92 & id == 13034 replace district = 1 if congress == 92 & id == 590 replace district = 2 if congress == 92 & id == 2854 replace district = 3 if congress == 92 & id == 62 replace district = 4 if congress == 92 & id == 8866 replace district = 5 if congress == 92 & id == 4891 replace district = 6 if congress == 92 & id == 12006 replace district = 1 if congress == 92 & id == 10785 replace district = 2 if congress == 92 & id == 9551 replace district = 3 if congress == 92 & id == 3775 replace district = 4 if congress == 92 & id == 11011 replace district = 1 if congress == 92 & id == 465 replace district = 2 if congress == 92 & id == 6936 replace district = 3 if congress == 92 & id == 1368 replace district = 4 if congress == 92 & id == 11014 replace district = 5 if congress == 92 & id == 10591 replace district = 6 if congress == 92 & id == 12035 replace district = 7 if congress == 92 & id == 11056 replace district = 8 if congress == 92 & id == 11001 replace district = 9 if congress == 92 & id == 12048 replace district = 10 if congress == 92 & id == 10607 replace district = 11 if congress == 92 & id == 3224 replace district = 12 if congress == 92 & id == 9975 replace district = 13 if congress == 92 & id == 12010 replace district = 14 if congress == 92 & id == 6661 replace district = 15 if congress == 92 & id == 10620 replace district = 16 if congress == 92 & id == 11016 replace district = 17 if congress == 92 & id == 8268 replace district = 18 if congress == 92 & id == 2065 replace district = 18 if congress == 92 & id == 13050 replace district = 19 if congress == 92 & id == 10521 replace district = 20 if congress == 92 & id == 11067 replace district = 21 if congress == 92 & id == 2513 replace district = 22 if congress == 92 & id == 8247 replace district = 23 if congress == 92 & id == 10598 replace district = 24 if congress == 92 & id == 10778 replace district = 25 if congress == 92 & id == 1763 replace district = 26 if congress == 92 & id == 6685 replace district = 27 if congress == 92 & id == 3409 replace district = 27 if congress == 92 & id == 13057 replace district = 1 if congress == 92 & id == 10561 replace district = 2 if congress == 92 & id == 11061 replace district = 1 if congress == 92 & id == 13048 replace district = 1 if congress == 92 & id == 7925 replace district = 2 if congress == 92 & id == 13042 replace district = 3 if congress == 92 & id == 2672 replace district = 4 if congress == 92 & id == 12023 replace district = 5 if congress == 92 & id == 10728 replace district = 6 if congress == 92 & id == 6353 replace district = 1 if congress == 92 & id == 13012 replace district = 2 if congress == 92 & id == 13000 replace district = 1 if congress == 92 & id == 10616 replace district = 2 if congress == 92 & id == 10719 replace district = 3 if congress == 92 & id == 13005 replace district = 4 if congress == 92 & id == 3034 replace district = 5 if congress == 92 & id == 10586 replace district = 6 if congress == 92 & id == 10701 replace district = 7 if congress == 92 & id == 11003 replace district = 8 if congress == 92 & id == 12038 replace district = 9 if congress == 92 & id == 11025 replace district = 1 if congress == 92 & id == 7232 replace district = 2 if congress == 92 & id == 2700 replace district = 3 if congress == 92 & id == 11066 replace district = 4 if congress == 92 & id == 10550 replace district = 5 if congress == 92 & id == 10707 replace district = 6 if congress == 92 & id == 9241 replace district = 7 if congress == 92 & id == 13002 replace district = 8 if congress == 92 & id == 11013 replace district = 9 if congress == 92 & id == 1077 replace district = 10 if congress == 92 & id == 10614 replace district = 11 if congress == 92 & id == 7498 replace district = 12 if congress == 92 & id == 10391 replace district = 13 if congress == 92 & id == 10546 replace district = 14 if congress == 92 & id == 10446 replace district = 15 if congress == 92 & id == 10716 replace district = 16 if congress == 92 & id == 10783 replace district = 17 if congress == 92 & id == 1282 replace district = 18 if congress == 92 & id == 11062 replace district = 19 if congress == 92 & id == 5924 replace district = 20 if congress == 92 & id == 10520 replace district = 21 if congress == 92 & id == 3171 replace district = 22 if congress == 92 & id == 1577 replace district = 23 if congress == 92 & id == 11023 replace district = 1 if congress == 92 & id == 13027 replace district = 2 if congress == 92 & id == 10600 replace district = 1 if congress == 92 & id == 10562 replace district = 1 if congress == 92 & id == 13052 replace district = 1 if congress == 92 & id == 2706 replace district = 2 if congress == 92 & id == 12033 replace district = 3 if congress == 92 & id == 10767 replace district = 4 if congress == 92 & id == 2 replace district = 5 if congress == 92 & id == 12011 replace district = 6 if congress == 92 & id == 7500 replace district = 7 if congress == 92 & id == 13036 replace district = 8 if congress == 92 & id == 11048 replace district = 9 if congress == 92 & id == 9802 replace district = 10 if congress == 92 & id == 1154 replace district = 1 if congress == 92 & id == 7313 replace district = 2 if congress == 92 & id == 10756 replace district = 3 if congress == 92 & id == 4043 replace district = 4 if congress == 92 & id == 13026 replace district = 5 if congress == 92 & id == 10726 replace district = 6 if congress == 92 & id == 10738 replace district = 7 if congress == 92 & id == 10700 replace district = 1 if congress == 92 & id == 6584 replace district = 2 if congress == 92 & id == 8824 replace district = 3 if congress == 92 & id == 8564 replace district = 4 if congress == 92 & id == 4276 replace district = 5 if congress == 92 & id == 10744 replace district = 1 if congress == 92 & id == 13003 replace district = 2 if congress == 92 & id == 5101 replace district = 3 if congress == 92 & id == 10564 replace district = 4 if congress == 92 & id == 10463 replace district = 5 if congress == 92 & id == 7824 replace district = 6 if congress == 92 & id == 11051 replace district = 7 if congress == 92 & id == 12036 replace district = 8 if congress == 92 & id == 1371 replace district = 9 if congress == 92 & id == 2383 replace district = 10 if congress == 92 & id == 7046 replace district = 1 if congress == 92 & id == 10766 replace district = 0 if congress == 93 & id == 99904 replace district = 0 if congress == 93 & id == 99905 replace district = 1 if congress == 93 & id == 10721 replace district = 2 if congress == 93 & id == 10717 replace district = 3 if congress == 93 & id == 11037 replace district = 4 if congress == 93 & id == 11000 replace district = 5 if congress == 93 & id == 5058 replace district = 6 if congress == 93 & id == 10706 replace district = 7 if congress == 93 & id == 12014 replace district = 1 if congress == 93 & id == 14066 replace district = 1 if congress == 93 & id == 7845 replace district = 2 if congress == 93 & id == 10566 replace district = 3 if congress == 93 & id == 11050 replace district = 4 if congress == 93 & id == 14011 replace district = 1 if congress == 93 & id == 12000 replace district = 2 if congress == 93 & id == 6532 replace district = 3 if congress == 93 & id == 11020 replace district = 4 if congress == 93 & id == 14058 replace district = 1 if congress == 93 & id == 10579 replace district = 2 if congress == 93 & id == 4957 replace district = 3 if congress == 93 & id == 6756 replace district = 4 if congress == 93 & id == 10599 replace district = 5 if congress == 93 & id == 10577 replace district = 6 if congress == 93 & id == 5929 replace district = 6 if congress == 93 & id == 14076 replace district = 7 if congress == 93 & id == 13011 replace district = 8 if congress == 93 & id == 14053 replace district = 9 if congress == 93 & id == 10583 replace district = 10 if congress == 93 & id == 3867 replace district = 11 if congress == 93 & id == 14049 replace district = 12 if congress == 93 & id == 10631 replace district = 13 if congress == 93 & id == 9240 replace district = 13 if congress == 93 & id == 14071 replace district = 14 if congress == 93 & id == 10793 replace district = 15 if congress == 93 & id == 6240 replace district = 16 if congress == 93 & id == 8549 replace district = 17 if congress == 93 & id == 11063 replace district = 18 if congress == 93 & id == 11031 replace district = 19 if congress == 93 & id == 4514 replace district = 20 if congress == 93 & id == 14040 replace district = 21 if congress == 93 & id == 10595 replace district = 22 if congress == 93 & id == 10511 replace district = 23 if congress == 93 & id == 10580 replace district = 24 if congress == 93 & id == 10553 replace district = 25 if congress == 93 & id == 11055 replace district = 26 if congress == 93 & id == 10790 replace district = 27 if congress == 93 & id == 12037 replace district = 28 if congress == 93 & id == 10505 replace district = 29 if congress == 93 & id == 13010 replace district = 30 if congress == 93 & id == 10621 replace district = 31 if congress == 93 & id == 10640 replace district = 32 if congress == 93 & id == 4592 replace district = 33 if congress == 93 & id == 11038 replace district = 34 if congress == 93 & id == 10594 replace district = 35 if congress == 93 & id == 12001 replace district = 36 if congress == 93 & id == 14028 replace district = 37 if congress == 93 & id == 14008 replace district = 38 if congress == 93 & id == 10573 replace district = 39 if congress == 93 & id == 14020 replace district = 40 if congress == 93 & id == 10249 replace district = 41 if congress == 93 & id == 10633 replace district = 42 if congress == 93 & id == 14007 replace district = 43 if congress == 93 & id == 13046 replace district = 1 if congress == 93 & id == 14051 replace district = 2 if congress == 93 & id == 10572 replace district = 3 if congress == 93 & id == 10723 replace district = 4 if congress == 93 & id == 14025 replace district = 5 if congress == 93 & id == 14002 replace district = 1 if congress == 93 & id == 13009 replace district = 2 if congress == 93 & id == 12047 replace district = 3 if congress == 93 & id == 3553 replace district = 4 if congress == 93 & id == 13029 replace district = 5 if congress == 93 & id == 14050 replace district = 6 if congress == 93 & id == 13016 replace district = 1 if congress == 93 & id == 13014 replace district = 1 if congress == 93 & id == 8507 replace district = 2 if congress == 93 & id == 10587 replace district = 3 if congress == 93 & id == 633 replace district = 4 if congress == 93 & id == 12007 replace district = 5 if congress == 93 & id == 14017 replace district = 6 if congress == 93 & id == 13047 replace district = 7 if congress == 93 & id == 10588 replace district = 8 if congress == 93 & id == 3929 replace district = 9 if congress == 93 & id == 12015 replace district = 10 if congress == 93 & id == 14003 replace district = 11 if congress == 93 & id == 8032 replace district = 12 if congress == 93 & id == 11007 replace district = 13 if congress == 93 & id == 14029 replace district = 14 if congress == 93 & id == 7333 replace district = 15 if congress == 93 & id == 3078 replace district = 1 if congress == 93 & id == 14016 replace district = 2 if congress == 93 & id == 13023 replace district = 3 if congress == 93 & id == 11005 replace district = 4 if congress == 93 & id == 11002 replace district = 5 if congress == 93 & id == 14063 replace district = 6 if congress == 93 & id == 3242 replace district = 7 if congress == 93 & id == 10512 replace district = 8 if congress == 93 & id == 11052 replace district = 9 if congress == 93 & id == 5436 replace district = 10 if congress == 93 & id == 10563 replace district = 1 if congress == 93 & id == 10605 replace district = 2 if congress == 93 & id == 10757 replace district = 1 if congress == 93 & id == 14056 replace district = 2 if congress == 93 & id == 12016 replace district = 1 if congress == 93 & id == 13030 replace district = 2 if congress == 93 & id == 13032 replace district = 3 if congress == 93 & id == 14019 replace district = 4 if congress == 93 & id == 2525 replace district = 5 if congress == 93 & id == 5326 replace district = 6 if congress == 93 & id == 1941 replace district = 7 if congress == 93 & id == 14068 replace district = 8 if congress == 93 & id == 8080 replace district = 9 if congress == 93 & id == 10421 replace district = 10 if congress == 93 & id == 14064 replace district = 11 if congress == 93 & id == 10703 replace district = 12 if congress == 93 & id == 12041 replace district = 13 if congress == 93 & id == 10606 replace district = 14 if congress == 93 & id == 10722 replace district = 15 if congress == 93 & id == 226 replace district = 16 if congress == 93 & id == 10501 replace district = 17 if congress == 93 & id == 14041 replace district = 18 if congress == 93 & id == 6455 replace district = 19 if congress == 93 & id == 11041 replace district = 20 if congress == 93 & id == 10517 replace district = 21 if congress == 93 & id == 14033 replace district = 22 if congress == 93 & id == 8474 replace district = 23 if congress == 93 & id == 7610 replace district = 24 if congress == 93 & id == 3769 replace district = 1 if congress == 93 & id == 5900 replace district = 2 if congress == 93 & id == 12020 replace district = 3 if congress == 93 & id == 948 replace district = 4 if congress == 93 & id == 8084 replace district = 5 if congress == 93 & id == 13018 replace district = 6 if congress == 93 & id == 986 replace district = 7 if congress == 93 & id == 11036 replace district = 8 if congress == 93 & id == 11059 replace district = 9 if congress == 93 & id == 10732 replace district = 10 if congress == 93 & id == 12012 replace district = 11 if congress == 93 & id == 14024 replace district = 1 if congress == 93 & id == 14036 replace district = 2 if congress == 93 & id == 10715 replace district = 3 if congress == 93 & id == 3853 replace district = 4 if congress == 93 & id == 8672 replace district = 5 if congress == 93 & id == 11047 replace district = 6 if congress == 93 & id == 11032 replace district = 1 if congress == 93 & id == 12029 replace district = 2 if congress == 93 & id == 13037 replace district = 3 if congress == 93 & id == 11057 replace district = 4 if congress == 93 & id == 10559 replace district = 5 if congress == 93 & id == 10625 replace district = 1 if congress == 93 & id == 9056 replace district = 2 if congress == 93 & id == 6845 replace district = 3 if congress == 93 & id == 13024 replace district = 4 if congress == 93 & id == 10626 replace district = 5 if congress == 93 & id == 10710 replace district = 6 if congress == 93 & id == 14006 replace district = 7 if congress == 93 & id == 7343 replace district = 1 if congress == 93 & id == 4275 replace district = 2 if congress == 93 & id == 14067 replace district = 3 if congress == 93 & id == 14060 replace district = 4 if congress == 93 & id == 10567 replace district = 5 if congress == 93 & id == 7228 replace district = 6 if congress == 93 & id == 11042 replace district = 7 if congress == 93 & id == 13056 replace district = 8 if congress == 93 & id == 10602 replace district = 1 if congress == 93 & id == 11027 replace district = 2 if congress == 93 & id == 14010 replace district = 1 if congress == 93 & id == 13049 replace district = 1 if congress == 93 & id == 14069 replace district = 2 if congress == 93 & id == 10601 replace district = 3 if congress == 93 & id == 13039 replace district = 4 if congress == 93 & id == 14021 replace district = 5 if congress == 93 & id == 12018 replace district = 6 if congress == 93 & id == 13008 replace district = 7 if congress == 93 & id == 13031 replace district = 8 if congress == 93 & id == 11019 replace district = 1 if congress == 93 & id == 2009 replace district = 2 if congress == 93 & id == 830 replace district = 3 if congress == 93 & id == 2660 replace district = 4 if congress == 93 & id == 13013 replace district = 5 if congress == 93 & id == 14012 replace district = 6 if congress == 93 & id == 12040 replace district = 7 if congress == 93 & id == 5873 replace district = 8 if congress == 93 & id == 7081 replace district = 9 if congress == 93 & id == 14039 replace district = 10 if congress == 93 & id == 11021 replace district = 11 if congress == 93 & id == 1265 replace district = 12 if congress == 93 & id == 14055 replace district = 1 if congress == 93 & id == 10713 replace district = 2 if congress == 93 & id == 11015 replace district = 3 if congress == 93 & id == 11006 replace district = 4 if congress == 93 & id == 10597 replace district = 5 if congress == 93 & id == 3268 replace district = 5 if congress == 93 & id == 14074 replace district = 6 if congress == 93 & id == 1620 replace district = 7 if congress == 93 & id == 91043 replace district = 8 if congress == 93 & id == 10526 replace district = 8 if congress == 93 & id == 14075 replace district = 9 if congress == 93 & id == 10794 replace district = 10 if congress == 93 & id == 1610 replace district = 11 if congress == 93 & id == 11045 replace district = 12 if congress == 93 & id == 7043 replace district = 13 if congress == 93 & id == 2594 replace district = 14 if congress == 93 & id == 10540 replace district = 15 if congress == 93 & id == 10727 replace district = 16 if congress == 93 & id == 2605 replace district = 17 if congress == 93 & id == 3830 replace district = 18 if congress == 93 & id == 14023 replace district = 19 if congress == 93 & id == 1087 replace district = 1 if congress == 93 & id == 7671 replace district = 2 if congress == 93 & id == 6860 replace district = 3 if congress == 93 & id == 13015 replace district = 4 if congress == 93 & id == 5098 replace district = 5 if congress == 93 & id == 10585 replace district = 6 if congress == 93 & id == 11060 replace district = 7 if congress == 93 & id == 13007 replace district = 8 if congress == 93 & id == 789 replace district = 1 if congress == 93 & id == 10075 replace district = 2 if congress == 93 & id == 14005 replace district = 3 if congress == 93 & id == 11035 replace district = 4 if congress == 93 & id == 14009 replace district = 5 if congress == 93 & id == 14031 replace district = 1 if congress == 93 & id == 12009 replace district = 2 if congress == 93 & id == 12031 replace district = 3 if congress == 93 & id == 9072 replace district = 4 if congress == 93 & id == 7717 replace district = 5 if congress == 93 & id == 835 replace district = 6 if congress == 93 & id == 14030 replace district = 7 if congress == 93 & id == 14057 replace district = 8 if congress == 93 & id == 10528 replace district = 9 if congress == 93 & id == 10740 replace district = 10 if congress == 93 & id == 12004 replace district = 1 if congress == 93 & id == 13041 replace district = 2 if congress == 93 & id == 12039 replace district = 1 if congress == 93 & id == 13045 replace district = 2 if congress == 93 & id == 13025 replace district = 3 if congress == 93 & id == 10534 replace district = 1 if congress == 93 & id == 14059 replace district = 1 if congress == 93 & id == 10639 replace district = 2 if congress == 93 & id == 10581 replace district = 1 if congress == 93 & id == 11022 replace district = 2 if congress == 93 & id == 11046 replace district = 3 if congress == 93 & id == 10739 replace district = 4 if congress == 93 & id == 9322 replace district = 5 if congress == 93 & id == 3364 replace district = 6 if congress == 93 & id == 12046 replace district = 7 if congress == 93 & id == 10091 replace district = 8 if congress == 93 & id == 12042 replace district = 9 if congress == 93 & id == 10737 replace district = 10 if congress == 93 & id == 8010 replace district = 11 if congress == 93 & id == 10609 replace district = 12 if congress == 93 & id == 14046 replace district = 13 if congress == 93 & id == 14034 replace district = 14 if congress == 93 & id == 2329 replace district = 15 if congress == 93 & id == 10613 replace district = 1 if congress == 93 & id == 12022 replace district = 2 if congress == 93 & id == 13038 replace district = 1 if congress == 93 & id == 10545 replace district = 2 if congress == 93 & id == 10592 replace district = 3 if congress == 93 & id == 14047 replace district = 4 if congress == 93 & id == 13021 replace district = 5 if congress == 93 & id == 10638 replace district = 6 if congress == 93 & id == 10784 replace district = 7 if congress == 93 & id == 10500 replace district = 8 if congress == 93 & id == 10551 replace district = 9 if congress == 93 & id == 2476 replace district = 10 if congress == 93 & id == 12003 replace district = 11 if congress == 93 & id == 11004 replace district = 12 if congress == 93 & id == 12008 replace district = 13 if congress == 93 & id == 11064 replace district = 14 if congress == 93 & id == 8049 replace district = 15 if congress == 93 & id == 10508 replace district = 16 if congress == 93 & id == 14022 replace district = 17 if congress == 93 & id == 10611 replace district = 18 if congress == 93 & id == 12019 replace district = 19 if congress == 93 & id == 13035 replace district = 20 if congress == 93 & id == 13001 replace district = 21 if congress == 93 & id == 13004 replace district = 22 if congress == 93 & id == 10705 replace district = 23 if congress == 93 & id == 93033 replace district = 24 if congress == 93 & id == 90618 replace district = 25 if congress == 93 & id == 12013 replace district = 26 if congress == 93 & id == 14015 replace district = 27 if congress == 93 & id == 7995 replace district = 28 if congress == 93 & id == 9017 replace district = 29 if congress == 93 & id == 10530 replace district = 30 if congress == 93 & id == 10749 replace district = 31 if congress == 93 & id == 14038 replace district = 32 if congress == 93 & id == 10733 replace district = 33 if congress == 93 & id == 14061 replace district = 34 if congress == 93 & id == 10596 replace district = 35 if congress == 93 & id == 10712 replace district = 36 if congress == 93 & id == 10771 replace district = 37 if congress == 93 & id == 2752 replace district = 38 if congress == 93 & id == 13020 replace district = 39 if congress == 93 & id == 12017 replace district = 1 if congress == 93 & id == 10788 replace district = 2 if congress == 93 & id == 3321 replace district = 3 if congress == 93 & id == 10527 replace district = 4 if congress == 93 & id == 14001 replace district = 5 if congress == 93 & id == 12026 replace district = 6 if congress == 93 & id == 12027 replace district = 7 if congress == 93 & id == 14048 replace district = 8 if congress == 93 & id == 12028 replace district = 9 if congress == 93 & id == 14035 replace district = 10 if congress == 93 & id == 10574 replace district = 11 if congress == 93 & id == 9230 replace district = 1 if congress == 93 & id == 10569 replace district = 1 if congress == 93 & id == 13019 replace district = 1 if congress == 93 & id == 14070 replace district = 2 if congress == 93 & id == 10510 replace district = 3 if congress == 93 & id == 11054 replace district = 4 if congress == 93 & id == 14018 replace district = 5 if congress == 93 & id == 5495 replace district = 6 if congress == 93 & id == 10525 replace district = 7 if congress == 93 & id == 10786 replace district = 8 if congress == 93 & id == 13034 replace district = 9 if congress == 93 & id == 267 replace district = 10 if congress == 93 & id == 11034 replace district = 11 if congress == 93 & id == 10773 replace district = 12 if congress == 93 & id == 2533 replace district = 13 if congress == 93 & id == 10539 replace district = 14 if congress == 93 & id == 13040 replace district = 15 if congress == 93 & id == 11058 replace district = 16 if congress == 93 & id == 14045 replace district = 17 if congress == 93 & id == 10502 replace district = 18 if congress == 93 & id == 4247 replace district = 19 if congress == 93 & id == 12044 replace district = 20 if congress == 93 & id == 13043 replace district = 21 if congress == 93 & id == 12030 replace district = 22 if congress == 93 & id == 9623 replace district = 23 if congress == 93 & id == 6548 replace district = 1 if congress == 93 & id == 14026 replace district = 2 if congress == 93 & id == 14032 replace district = 3 if congress == 93 & id == 62 replace district = 4 if congress == 93 & id == 8866 replace district = 5 if congress == 93 & id == 4891 replace district = 6 if congress == 93 & id == 12006 replace district = 1 if congress == 93 & id == 10785 replace district = 2 if congress == 93 & id == 9551 replace district = 3 if congress == 93 & id == 3775 replace district = 4 if congress == 93 & id == 11011 replace district = 1 if congress == 93 & id == 465 replace district = 2 if congress == 93 & id == 6936 replace district = 3 if congress == 93 & id == 10591 replace district = 4 if congress == 93 & id == 11014 replace district = 5 if congress == 93 & id == 12048 replace district = 6 if congress == 93 & id == 12035 replace district = 7 if congress == 93 & id == 11056 replace district = 8 if congress == 93 & id == 11001 replace district = 9 if congress == 93 & id == 14052 replace district = 10 if congress == 93 & id == 10607 replace district = 11 if congress == 93 & id == 3224 replace district = 12 if congress == 93 & id == 8247 replace district = 12 if congress == 93 & id == 14072 replace district = 13 if congress == 93 & id == 12010 replace district = 14 if congress == 93 & id == 6661 replace district = 15 if congress == 93 & id == 10620 replace district = 16 if congress == 93 & id == 11016 replace district = 17 if congress == 93 & id == 8268 replace district = 18 if congress == 93 & id == 13050 replace district = 19 if congress == 93 & id == 10521 replace district = 20 if congress == 93 & id == 11067 replace district = 21 if congress == 93 & id == 2513 replace district = 22 if congress == 93 & id == 6685 replace district = 23 if congress == 93 & id == 10598 replace district = 24 if congress == 93 & id == 10778 replace district = 25 if congress == 93 & id == 1763 replace district = 1 if congress == 93 & id == 10561 replace district = 2 if congress == 93 & id == 11061 replace district = 1 if congress == 93 & id == 13048 replace district = 2 if congress == 93 & id == 13042 replace district = 3 if congress == 93 & id == 2672 replace district = 4 if congress == 93 & id == 12023 replace district = 5 if congress == 93 & id == 10728 replace district = 6 if congress == 93 & id == 14065 replace district = 1 if congress == 93 & id == 13012 replace district = 2 if congress == 93 & id == 14000 replace district = 1 if congress == 93 & id == 10616 replace district = 2 if congress == 93 & id == 10719 replace district = 3 if congress == 93 & id == 13005 replace district = 4 if congress == 93 & id == 3034 replace district = 5 if congress == 93 & id == 10586 replace district = 6 if congress == 93 & id == 14004 replace district = 7 if congress == 93 & id == 12038 replace district = 8 if congress == 93 & id == 11025 replace district = 1 if congress == 93 & id == 7232 replace district = 2 if congress == 93 & id == 14062 replace district = 3 if congress == 93 & id == 11066 replace district = 4 if congress == 93 & id == 10550 replace district = 5 if congress == 93 & id == 14054 replace district = 6 if congress == 93 & id == 9241 replace district = 7 if congress == 93 & id == 13002 replace district = 8 if congress == 93 & id == 11013 replace district = 9 if congress == 93 & id == 1077 replace district = 10 if congress == 93 & id == 10614 replace district = 11 if congress == 93 & id == 7498 replace district = 12 if congress == 93 & id == 10391 replace district = 13 if congress == 93 & id == 11062 replace district = 14 if congress == 93 & id == 10446 replace district = 15 if congress == 93 & id == 10716 replace district = 16 if congress == 93 & id == 10783 replace district = 17 if congress == 93 & id == 1282 replace district = 18 if congress == 93 & id == 14027 replace district = 19 if congress == 93 & id == 5924 replace district = 20 if congress == 93 & id == 10520 replace district = 21 if congress == 93 & id == 3171 replace district = 22 if congress == 93 & id == 1577 replace district = 23 if congress == 93 & id == 11023 replace district = 24 if congress == 93 & id == 14037 replace district = 1 if congress == 93 & id == 13027 replace district = 2 if congress == 93 & id == 14042 replace district = 1 if congress == 93 & id == 13052 replace district = 1 if congress == 93 & id == 2706 replace district = 2 if congress == 93 & id == 12033 replace district = 3 if congress == 93 & id == 10767 replace district = 4 if congress == 93 & id == 14013 replace district = 5 if congress == 93 & id == 12011 replace district = 6 if congress == 93 & id == 13055 replace district = 7 if congress == 93 & id == 13036 replace district = 8 if congress == 93 & id == 14043 replace district = 9 if congress == 93 & id == 9802 replace district = 10 if congress == 93 & id == 1154 replace district = 1 if congress == 93 & id == 14044 replace district = 2 if congress == 93 & id == 10756 replace district = 3 if congress == 93 & id == 4043 replace district = 4 if congress == 93 & id == 13026 replace district = 5 if congress == 93 & id == 10726 replace district = 6 if congress == 93 & id == 10738 replace district = 7 if congress == 93 & id == 10700 replace district = 1 if congress == 93 & id == 6584 replace district = 2 if congress == 93 & id == 8824 replace district = 3 if congress == 93 & id == 8564 replace district = 4 if congress == 93 & id == 4276 replace district = 1 if congress == 93 & id == 13003 replace district = 2 if congress == 93 & id == 5101 replace district = 3 if congress == 93 & id == 10564 replace district = 4 if congress == 93 & id == 10463 replace district = 5 if congress == 93 & id == 7824 replace district = 6 if congress == 93 & id == 11051 replace district = 7 if congress == 93 & id == 12036 replace district = 8 if congress == 93 & id == 14014 replace district = 9 if congress == 93 & id == 2383 replace district = 1 if congress == 93 & id == 10766 replace district = 0 if congress == 94 & id == 99905 replace district = 1 if congress == 94 & id == 10721 replace district = 2 if congress == 94 & id == 10717 replace district = 3 if congress == 94 & id == 11037 replace district = 4 if congress == 94 & id == 11000 replace district = 5 if congress == 94 & id == 5058 replace district = 6 if congress == 94 & id == 10706 replace district = 7 if congress == 94 & id == 12014 replace district = 1 if congress == 94 & id == 14066 replace district = 1 if congress == 94 & id == 7845 replace district = 2 if congress == 94 & id == 10566 replace district = 3 if congress == 94 & id == 11050 replace district = 4 if congress == 94 & id == 14011 replace district = 1 if congress == 94 & id == 12000 replace district = 2 if congress == 94 & id == 6532 replace district = 3 if congress == 94 & id == 11020 replace district = 4 if congress == 94 & id == 14058 replace district = 1 if congress == 94 & id == 4957 replace district = 2 if congress == 94 & id == 10579 replace district = 3 if congress == 94 & id == 6756 replace district = 4 if congress == 94 & id == 10599 replace district = 5 if congress == 94 & id == 14076 replace district = 6 if congress == 94 & id == 10577 replace district = 7 if congress == 94 & id == 14256 replace district = 8 if congress == 94 & id == 13011 replace district = 9 if congress == 94 & id == 14053 replace district = 10 if congress == 94 & id == 10583 replace district = 11 if congress == 94 & id == 14049 replace district = 12 if congress == 94 & id == 11063 replace district = 13 if congress == 94 & id == 14257 replace district = 14 if congress == 94 & id == 6240 replace district = 15 if congress == 94 & id == 8549 replace district = 16 if congress == 94 & id == 10631 replace district = 17 if congress == 94 & id == 14246 replace district = 18 if congress == 94 & id == 14028 replace district = 19 if congress == 94 & id == 14071 replace district = 20 if congress == 94 & id == 12037 replace district = 21 if congress == 94 & id == 10511 replace district = 22 if congress == 94 & id == 14040 replace district = 23 if congress == 94 & id == 10790 replace district = 24 if congress == 94 & id == 14280 replace district = 25 if congress == 94 & id == 10621 replace district = 26 if congress == 94 & id == 10553 replace district = 27 if congress == 94 & id == 10505 replace district = 28 if congress == 94 & id == 14008 replace district = 29 if congress == 94 & id == 10595 replace district = 30 if congress == 94 & id == 13010 replace district = 31 if congress == 94 & id == 10640 replace district = 32 if congress == 94 & id == 12001 replace district = 33 if congress == 94 & id == 10580 replace district = 34 if congress == 94 & id == 14229 replace district = 35 if congress == 94 & id == 14250 replace district = 36 if congress == 94 & id == 10573 replace district = 37 if congress == 94 & id == 11038 replace district = 37 if congress == 94 & id == 14287 replace district = 38 if congress == 94 & id == 14266 replace district = 39 if congress == 94 & id == 11055 replace district = 40 if congress == 94 & id == 14020 replace district = 41 if congress == 94 & id == 10249 replace district = 42 if congress == 94 & id == 10633 replace district = 43 if congress == 94 & id == 14007 replace district = 1 if congress == 94 & id == 14051 replace district = 2 if congress == 94 & id == 14282 replace district = 3 if congress == 94 & id == 10723 replace district = 4 if congress == 94 & id == 14025 replace district = 5 if congress == 94 & id == 14002 replace district = 1 if congress == 94 & id == 13009 replace district = 2 if congress == 94 & id == 14213 replace district = 3 if congress == 94 & id == 3553 replace district = 4 if congress == 94 & id == 13029 replace district = 5 if congress == 94 & id == 14050 replace district = 6 if congress == 94 & id == 14258 replace district = 1 if congress == 94 & id == 13014 replace district = 1 if congress == 94 & id == 8507 replace district = 2 if congress == 94 & id == 10587 replace district = 3 if congress == 94 & id == 633 replace district = 4 if congress == 94 & id == 12007 replace district = 5 if congress == 94 & id == 14243 replace district = 6 if congress == 94 & id == 13047 replace district = 7 if congress == 94 & id == 10588 replace district = 8 if congress == 94 & id == 3929 replace district = 9 if congress == 94 & id == 12015 replace district = 10 if congress == 94 & id == 14003 replace district = 11 if congress == 94 & id == 8032 replace district = 12 if congress == 94 & id == 11007 replace district = 13 if congress == 94 & id == 14029 replace district = 14 if congress == 94 & id == 7333 replace district = 15 if congress == 94 & id == 3078 replace district = 1 if congress == 94 & id == 14016 replace district = 2 if congress == 94 & id == 13023 replace district = 3 if congress == 94 & id == 11005 replace district = 4 if congress == 94 & id == 14249 replace district = 5 if congress == 94 & id == 14063 replace district = 6 if congress == 94 & id == 3242 replace district = 7 if congress == 94 & id == 14252 replace district = 8 if congress == 94 & id == 11052 replace district = 9 if congress == 94 & id == 5436 replace district = 10 if congress == 94 & id == 10563 replace district = 1 if congress == 94 & id == 10605 replace district = 2 if congress == 94 & id == 10757 replace district = 1 if congress == 94 & id == 14056 replace district = 2 if congress == 94 & id == 10734 replace district = 1 if congress == 94 & id == 13030 replace district = 2 if congress == 94 & id == 13032 replace district = 3 if congress == 94 & id == 14271 replace district = 4 if congress == 94 & id == 2525 replace district = 5 if congress == 94 & id == 5326 replace district = 5 if congress == 94 & id == 14285 replace district = 6 if congress == 94 & id == 14239 replace district = 7 if congress == 94 & id == 14068 replace district = 8 if congress == 94 & id == 8080 replace district = 9 if congress == 94 & id == 10421 replace district = 10 if congress == 94 & id == 12025 replace district = 11 if congress == 94 & id == 10703 replace district = 12 if congress == 94 & id == 12041 replace district = 13 if congress == 94 & id == 10606 replace district = 14 if congress == 94 & id == 10722 replace district = 15 if congress == 94 & id == 14228 replace district = 16 if congress == 94 & id == 10501 replace district = 17 if congress == 94 & id == 14041 replace district = 18 if congress == 94 & id == 6455 replace district = 19 if congress == 94 & id == 11041 replace district = 20 if congress == 94 & id == 10517 replace district = 21 if congress == 94 & id == 14033 replace district = 22 if congress == 94 & id == 8474 replace district = 23 if congress == 94 & id == 7610 replace district = 24 if congress == 94 & id == 14275 replace district = 1 if congress == 94 & id == 5900 replace district = 2 if congress == 94 & id == 14222 replace district = 3 if congress == 94 & id == 948 replace district = 4 if congress == 94 & id == 8084 replace district = 5 if congress == 94 & id == 13018 replace district = 6 if congress == 94 & id == 14220 replace district = 7 if congress == 94 & id == 11036 replace district = 8 if congress == 94 & id == 14232 replace district = 9 if congress == 94 & id == 10732 replace district = 10 if congress == 94 & id == 14274 replace district = 11 if congress == 94 & id == 10742 replace district = 1 if congress == 94 & id == 14036 replace district = 2 if congress == 94 & id == 14207 replace district = 3 if congress == 94 & id == 14226 replace district = 4 if congress == 94 & id == 8672 replace district = 5 if congress == 94 & id == 14230 replace district = 6 if congress == 94 & id == 14205 replace district = 1 if congress == 94 & id == 12029 replace district = 2 if congress == 94 & id == 14244 replace district = 3 if congress == 94 & id == 11057 replace district = 4 if congress == 94 & id == 10559 replace district = 5 if congress == 94 & id == 10625 replace district = 1 if congress == 94 & id == 14237 replace district = 2 if congress == 94 & id == 6845 replace district = 3 if congress == 94 & id == 13024 replace district = 4 if congress == 94 & id == 10626 replace district = 5 if congress == 94 & id == 10710 replace district = 6 if congress == 94 & id == 14006 replace district = 7 if congress == 94 & id == 7343 replace district = 1 if congress == 94 & id == 4275 replace district = 2 if congress == 94 & id == 14067 replace district = 3 if congress == 94 & id == 14060 replace district = 4 if congress == 94 & id == 10567 replace district = 5 if congress == 94 & id == 7228 replace district = 6 if congress == 94 & id == 14259 replace district = 7 if congress == 94 & id == 13056 replace district = 8 if congress == 94 & id == 10602 replace district = 1 if congress == 94 & id == 14218 replace district = 2 if congress == 94 & id == 14010 replace district = 1 if congress == 94 & id == 14069 replace district = 2 if congress == 94 & id == 10601 replace district = 3 if congress == 94 & id == 13039 replace district = 4 if congress == 94 & id == 14021 replace district = 5 if congress == 94 & id == 14278 replace district = 6 if congress == 94 & id == 13008 replace district = 7 if congress == 94 & id == 13031 replace district = 8 if congress == 94 & id == 11019 replace district = 1 if congress == 94 & id == 2009 replace district = 2 if congress == 94 & id == 830 replace district = 3 if congress == 94 & id == 14216 replace district = 4 if congress == 94 & id == 13013 replace district = 5 if congress == 94 & id == 14279 replace district = 6 if congress == 94 & id == 12040 replace district = 7 if congress == 94 & id == 5873 replace district = 8 if congress == 94 & id == 7081 replace district = 9 if congress == 94 & id == 14039 replace district = 10 if congress == 94 & id == 11021 replace district = 11 if congress == 94 & id == 1265 replace district = 12 if congress == 94 & id == 14055 replace district = 1 if congress == 94 & id == 10713 replace district = 2 if congress == 94 & id == 11015 replace district = 3 if congress == 94 & id == 11006 replace district = 4 if congress == 94 & id == 10597 replace district = 5 if congress == 94 & id == 14074 replace district = 6 if congress == 94 & id == 14210 replace district = 7 if congress == 94 & id == 11043 replace district = 8 if congress == 94 & id == 14075 replace district = 9 if congress == 94 & id == 10794 replace district = 10 if congress == 94 & id == 1610 replace district = 11 if congress == 94 & id == 11045 replace district = 12 if congress == 94 & id == 7043 replace district = 13 if congress == 94 & id == 2594 replace district = 14 if congress == 94 & id == 10540 replace district = 15 if congress == 94 & id == 10727 replace district = 16 if congress == 94 & id == 2605 replace district = 17 if congress == 94 & id == 14209 replace district = 18 if congress == 94 & id == 14206 replace district = 19 if congress == 94 & id == 1087 replace district = 1 if congress == 94 & id == 7671 replace district = 2 if congress == 94 & id == 14227 replace district = 3 if congress == 94 & id == 13015 replace district = 4 if congress == 94 & id == 5098 replace district = 5 if congress == 94 & id == 10585 replace district = 6 if congress == 94 & id == 14263 replace district = 7 if congress == 94 & id == 13007 replace district = 8 if congress == 94 & id == 14265 replace district = 1 if congress == 94 & id == 10075 replace district = 2 if congress == 94 & id == 14005 replace district = 3 if congress == 94 & id == 11035 replace district = 4 if congress == 94 & id == 14009 replace district = 5 if congress == 94 & id == 14031 replace district = 1 if congress == 94 & id == 12009 replace district = 2 if congress == 94 & id == 12031 replace district = 3 if congress == 94 & id == 9072 replace district = 4 if congress == 94 & id == 7717 replace district = 5 if congress == 94 & id == 835 replace district = 6 if congress == 94 & id == 14030 replace district = 7 if congress == 94 & id == 14057 replace district = 8 if congress == 94 & id == 10528 replace district = 9 if congress == 94 & id == 10740 replace district = 10 if congress == 94 & id == 12004 replace district = 1 if congress == 94 & id == 14203 replace district = 2 if congress == 94 & id == 12039 replace district = 1 if congress == 94 & id == 13045 replace district = 2 if congress == 94 & id == 13025 replace district = 3 if congress == 94 & id == 14276 replace district = 1 if congress == 94 & id == 14272 replace district = 1 if congress == 94 & id == 14284 replace district = 2 if congress == 94 & id == 10581 replace district = 1 if congress == 94 & id == 14223 replace district = 2 if congress == 94 & id == 14238 replace district = 3 if congress == 94 & id == 10739 replace district = 4 if congress == 94 & id == 9322 replace district = 5 if congress == 94 & id == 14221 replace district = 6 if congress == 94 & id == 12046 replace district = 7 if congress == 94 & id == 14254 replace district = 8 if congress == 94 & id == 12042 replace district = 9 if congress == 94 & id == 10737 replace district = 10 if congress == 94 & id == 8010 replace district = 11 if congress == 94 & id == 10609 replace district = 12 if congress == 94 & id == 14046 replace district = 13 if congress == 94 & id == 14255 replace district = 14 if congress == 94 & id == 2329 replace district = 15 if congress == 94 & id == 10613 replace district = 1 if congress == 94 & id == 12022 replace district = 2 if congress == 94 & id == 13038 replace district = 1 if congress == 94 & id == 10545 replace district = 2 if congress == 94 & id == 14214 replace district = 3 if congress == 94 & id == 14200 replace district = 4 if congress == 94 & id == 13021 replace district = 5 if congress == 94 & id == 10638 replace district = 6 if congress == 94 & id == 10784 replace district = 7 if congress == 94 & id == 10500 replace district = 8 if congress == 94 & id == 10551 replace district = 9 if congress == 94 & id == 2476 replace district = 10 if congress == 94 & id == 12003 replace district = 11 if congress == 94 & id == 10768 replace district = 12 if congress == 94 & id == 12008 replace district = 13 if congress == 94 & id == 14277 replace district = 14 if congress == 94 & id == 14269 replace district = 15 if congress == 94 & id == 14283 replace district = 16 if congress == 94 & id == 14022 replace district = 17 if congress == 94 & id == 10611 replace district = 18 if congress == 94 & id == 12019 replace district = 19 if congress == 94 & id == 13035 replace district = 20 if congress == 94 & id == 13001 replace district = 21 if congress == 94 & id == 13004 replace district = 22 if congress == 94 & id == 10705 replace district = 23 if congress == 94 & id == 93033 replace district = 24 if congress == 94 & id == 10760 replace district = 25 if congress == 94 & id == 12013 replace district = 26 if congress == 94 & id == 14015 replace district = 27 if congress == 94 & id == 14253 replace district = 28 if congress == 94 & id == 9017 replace district = 29 if congress == 94 & id == 14267 replace district = 30 if congress == 94 & id == 10749 replace district = 31 if congress == 94 & id == 14038 replace district = 32 if congress == 94 & id == 10733 replace district = 33 if congress == 94 & id == 14061 replace district = 34 if congress == 94 & id == 10596 replace district = 35 if congress == 94 & id == 10712 replace district = 36 if congress == 94 & id == 14248 replace district = 37 if congress == 94 & id == 14264 replace district = 38 if congress == 94 & id == 13020 replace district = 39 if congress == 94 & id == 12017 replace district = 39 if congress == 94 & id == 14289 replace district = 1 if congress == 94 & id == 10788 replace district = 2 if congress == 94 & id == 3321 replace district = 3 if congress == 94 & id == 10527 replace district = 4 if congress == 94 & id == 14001 replace district = 5 if congress == 94 & id == 14262 replace district = 6 if congress == 94 & id == 12027 replace district = 7 if congress == 94 & id == 14048 replace district = 8 if congress == 94 & id == 14233 replace district = 9 if congress == 94 & id == 14035 replace district = 10 if congress == 94 & id == 10574 replace district = 11 if congress == 94 & id == 9230 replace district = 1 if congress == 94 & id == 10569 replace district = 1 if congress == 94 & id == 14225 replace district = 2 if congress == 94 & id == 10510 replace district = 3 if congress == 94 & id == 11054 replace district = 4 if congress == 94 & id == 14018 replace district = 5 if congress == 94 & id == 5495 replace district = 6 if congress == 94 & id == 10525 replace district = 7 if congress == 94 & id == 10786 replace district = 8 if congress == 94 & id == 14245 replace district = 9 if congress == 94 & id == 267 replace district = 10 if congress == 94 & id == 11034 replace district = 11 if congress == 94 & id == 10773 replace district = 12 if congress == 94 & id == 2533 replace district = 13 if congress == 94 & id == 10539 replace district = 14 if congress == 94 & id == 13040 replace district = 15 if congress == 94 & id == 11058 replace district = 16 if congress == 94 & id == 14045 replace district = 17 if congress == 94 & id == 10502 replace district = 18 if congress == 94 & id == 4247 replace district = 19 if congress == 94 & id == 12044 replace district = 20 if congress == 94 & id == 13043 replace district = 21 if congress == 94 & id == 12030 replace district = 22 if congress == 94 & id == 9623 replace district = 23 if congress == 94 & id == 14260 replace district = 1 if congress == 94 & id == 14026 replace district = 2 if congress == 94 & id == 14270 replace district = 3 if congress == 94 & id == 62 replace district = 4 if congress == 94 & id == 8866 replace district = 5 if congress == 94 & id == 94891 replace district = 6 if congress == 94 & id == 14219 replace district = 1 if congress == 94 & id == 14201 replace district = 2 if congress == 94 & id == 9551 replace district = 3 if congress == 94 & id == 10582 replace district = 4 if congress == 94 & id == 14281 replace district = 1 if congress == 94 & id == 465 replace district = 2 if congress == 94 & id == 6936 replace district = 3 if congress == 94 & id == 10591 replace district = 4 if congress == 94 & id == 11014 replace district = 5 if congress == 94 & id == 14273 replace district = 6 if congress == 94 & id == 12035 replace district = 7 if congress == 94 & id == 14217 replace district = 8 if congress == 94 & id == 11001 replace district = 9 if congress == 94 & id == 14052 replace district = 10 if congress == 94 & id == 10607 replace district = 11 if congress == 94 & id == 3224 replace district = 12 if congress == 94 & id == 14072 replace district = 13 if congress == 94 & id == 12010 replace district = 14 if congress == 94 & id == 6661 replace district = 15 if congress == 94 & id == 10620 replace district = 16 if congress == 94 & id == 11016 replace district = 17 if congress == 94 & id == 8268 replace district = 18 if congress == 94 & id == 13050 replace district = 19 if congress == 94 & id == 14288 replace district = 20 if congress == 94 & id == 11067 replace district = 21 if congress == 94 & id == 2513 replace district = 22 if congress == 94 & id == 6685 replace district = 23 if congress == 94 & id == 10598 replace district = 24 if congress == 94 & id == 10778 replace district = 25 if congress == 94 & id == 14261 replace district = 1 if congress == 94 & id == 10561 replace district = 2 if congress == 94 & id == 14204 replace district = 1 if congress == 94 & id == 13048 replace district = 2 if congress == 94 & id == 13042 replace district = 3 if congress == 94 & id == 14212 replace district = 4 if congress == 94 & id == 12023 replace district = 5 if congress == 94 & id == 14235 replace district = 6 if congress == 94 & id == 14241 replace district = 1 if congress == 94 & id == 14268 replace district = 2 if congress == 94 & id == 14000 replace district = 1 if congress == 94 & id == 10616 replace district = 2 if congress == 94 & id == 10719 replace district = 3 if congress == 94 & id == 14251 replace district = 4 if congress == 94 & id == 3034 replace district = 5 if congress == 94 & id == 10586 replace district = 5 if congress == 94 & id == 14286 replace district = 6 if congress == 94 & id == 14004 replace district = 7 if congress == 94 & id == 12038 replace district = 8 if congress == 94 & id == 14224 replace district = 1 if congress == 94 & id == 7232 replace district = 1 if congress == 94 & id == 14291 replace district = 2 if congress == 94 & id == 14062 replace district = 3 if congress == 94 & id == 11066 replace district = 4 if congress == 94 & id == 10550 replace district = 5 if congress == 94 & id == 14054 replace district = 6 if congress == 94 & id == 9241 replace district = 7 if congress == 94 & id == 13002 replace district = 8 if congress == 94 & id == 11013 replace district = 9 if congress == 94 & id == 1077 replace district = 10 if congress == 94 & id == 10614 replace district = 11 if congress == 94 & id == 7498 replace district = 12 if congress == 94 & id == 10391 replace district = 13 if congress == 94 & id == 14234 replace district = 14 if congress == 94 & id == 10446 replace district = 15 if congress == 94 & id == 10716 replace district = 16 if congress == 94 & id == 10783 replace district = 17 if congress == 94 & id == 1282 replace district = 18 if congress == 94 & id == 14027 replace district = 19 if congress == 94 & id == 5924 replace district = 20 if congress == 94 & id == 10520 replace district = 21 if congress == 94 & id == 14247 replace district = 22 if congress == 94 & id == 1577 replace district = 22 if congress == 94 & id == 14290 replace district = 23 if congress == 94 & id == 11023 replace district = 24 if congress == 94 & id == 14037 replace district = 1 if congress == 94 & id == 13027 replace district = 2 if congress == 94 & id == 14236 replace district = 1 if congress == 94 & id == 14240 replace district = 1 if congress == 94 & id == 2706 replace district = 2 if congress == 94 & id == 12033 replace district = 3 if congress == 94 & id == 10767 replace district = 4 if congress == 94 & id == 14013 replace district = 5 if congress == 94 & id == 12011 replace district = 6 if congress == 94 & id == 13055 replace district = 7 if congress == 94 & id == 13036 replace district = 8 if congress == 94 & id == 14231 replace district = 9 if congress == 94 & id == 9802 replace district = 10 if congress == 94 & id == 14215 replace district = 1 if congress == 94 & id == 14044 replace district = 2 if congress == 94 & id == 10756 replace district = 3 if congress == 94 & id == 14208 replace district = 4 if congress == 94 & id == 13026 replace district = 5 if congress == 94 & id == 10726 replace district = 6 if congress == 94 & id == 10738 replace district = 7 if congress == 94 & id == 10700 replace district = 1 if congress == 94 & id == 6584 replace district = 2 if congress == 94 & id == 8824 replace district = 3 if congress == 94 & id == 8564 replace district = 4 if congress == 94 & id == 4276 replace district = 1 if congress == 94 & id == 13003 replace district = 2 if congress == 94 & id == 5101 replace district = 3 if congress == 94 & id == 14202 replace district = 4 if congress == 94 & id == 10463 replace district = 5 if congress == 94 & id == 7824 replace district = 6 if congress == 94 & id == 11051 replace district = 7 if congress == 94 & id == 12036 replace district = 8 if congress == 94 & id == 14211 replace district = 9 if congress == 94 & id == 14242 replace district = 1 if congress == 94 & id == 10766 replace district = 0 if congress == 95 & id == 99906 replace district = 1 if congress == 95 & id == 10721 replace district = 2 if congress == 95 & id == 10717 replace district = 3 if congress == 95 & id == 11037 replace district = 4 if congress == 95 & id == 11000 replace district = 5 if congress == 95 & id == 14419 replace district = 6 if congress == 95 & id == 10706 replace district = 7 if congress == 95 & id == 12014 replace district = 1 if congress == 95 & id == 14066 replace district = 1 if congress == 95 & id == 7845 replace district = 2 if congress == 95 & id == 10566 replace district = 3 if congress == 95 & id == 94454 replace district = 4 if congress == 95 & id == 14449 replace district = 1 if congress == 95 & id == 12000 replace district = 2 if congress == 95 & id == 14457 replace district = 3 if congress == 95 & id == 11020 replace district = 4 if congress == 95 & id == 14058 replace district = 1 if congress == 95 & id == 4957 replace district = 2 if congress == 95 & id == 10579 replace district = 3 if congress == 95 & id == 6756 replace district = 4 if congress == 95 & id == 10599 replace district = 5 if congress == 95 & id == 14076 replace district = 6 if congress == 95 & id == 10577 replace district = 7 if congress == 95 & id == 14256 replace district = 8 if congress == 95 & id == 13011 replace district = 9 if congress == 95 & id == 14053 replace district = 10 if congress == 95 & id == 10583 replace district = 11 if congress == 95 & id == 14049 replace district = 12 if congress == 95 & id == 11063 replace district = 13 if congress == 95 & id == 14257 replace district = 14 if congress == 95 & id == 6240 replace district = 15 if congress == 95 & id == 8549 replace district = 16 if congress == 95 & id == 14444 replace district = 17 if congress == 95 & id == 14246 replace district = 18 if congress == 95 & id == 14028 replace district = 19 if congress == 95 & id == 14071 replace district = 20 if congress == 95 & id == 12037 replace district = 21 if congress == 95 & id == 10511 replace district = 22 if congress == 95 & id == 14040 replace district = 23 if congress == 95 & id == 14405 replace district = 24 if congress == 95 & id == 14280 replace district = 25 if congress == 95 & id == 10621 replace district = 26 if congress == 95 & id == 10553 replace district = 27 if congress == 95 & id == 14414 replace district = 28 if congress == 95 & id == 14008 replace district = 29 if congress == 95 & id == 10595 replace district = 30 if congress == 95 & id == 13010 replace district = 31 if congress == 95 & id == 10640 replace district = 32 if congress == 95 & id == 12001 replace district = 33 if congress == 95 & id == 10580 replace district = 34 if congress == 95 & id == 14229 replace district = 35 if congress == 95 & id == 14250 replace district = 36 if congress == 95 & id == 10573 replace district = 37 if congress == 95 & id == 14287 replace district = 38 if congress == 95 & id == 14266 replace district = 39 if congress == 95 & id == 11055 replace district = 40 if congress == 95 & id == 14403 replace district = 41 if congress == 95 & id == 10249 replace district = 42 if congress == 95 & id == 10633 replace district = 43 if congress == 95 & id == 14007 replace district = 1 if congress == 95 & id == 14051 replace district = 2 if congress == 95 & id == 14282 replace district = 3 if congress == 95 & id == 10723 replace district = 4 if congress == 95 & id == 14025 replace district = 5 if congress == 95 & id == 14002 replace district = 1 if congress == 95 & id == 13009 replace district = 2 if congress == 95 & id == 14213 replace district = 3 if congress == 95 & id == 3553 replace district = 4 if congress == 95 & id == 13029 replace district = 5 if congress == 95 & id == 14050 replace district = 6 if congress == 95 & id == 14258 replace district = 1 if congress == 95 & id == 14417 replace district = 1 if congress == 95 & id == 8507 replace district = 2 if congress == 95 & id == 10587 replace district = 3 if congress == 95 & id == 633 replace district = 4 if congress == 95 & id == 12007 replace district = 5 if congress == 95 & id == 14243 replace district = 6 if congress == 95 & id == 13047 replace district = 7 if congress == 95 & id == 10588 replace district = 8 if congress == 95 & id == 94428 replace district = 9 if congress == 95 & id == 12015 replace district = 10 if congress == 95 & id == 14003 replace district = 11 if congress == 95 & id == 8032 replace district = 12 if congress == 95 & id == 11007 replace district = 13 if congress == 95 & id == 14029 replace district = 14 if congress == 95 & id == 7333 replace district = 15 if congress == 95 & id == 3078 replace district = 1 if congress == 95 & id == 14016 replace district = 2 if congress == 95 & id == 13023 replace district = 3 if congress == 95 & id == 11005 replace district = 4 if congress == 95 & id == 14249 replace district = 5 if congress == 95 & id == 14063 replace district = 5 if congress == 95 & id == 14467 replace district = 6 if congress == 95 & id == 3242 replace district = 7 if congress == 95 & id == 14252 replace district = 8 if congress == 95 & id == 14418 replace district = 9 if congress == 95 & id == 14429 replace district = 10 if congress == 95 & id == 14404 replace district = 1 if congress == 95 & id == 14425 replace district = 2 if congress == 95 & id == 14400 replace district = 1 if congress == 95 & id == 14056 replace district = 2 if congress == 95 & id == 10734 replace district = 1 if congress == 95 & id == 13030 replace district = 2 if congress == 95 & id == 13032 replace district = 3 if congress == 95 & id == 14271 replace district = 4 if congress == 95 & id == 2525 replace district = 5 if congress == 95 & id == 14285 replace district = 6 if congress == 95 & id == 14239 replace district = 7 if congress == 95 & id == 14068 replace district = 8 if congress == 95 & id == 8080 replace district = 9 if congress == 95 & id == 10421 replace district = 10 if congress == 95 & id == 12025 replace district = 11 if congress == 95 & id == 10703 replace district = 12 if congress == 95 & id == 12041 replace district = 13 if congress == 95 & id == 10606 replace district = 14 if congress == 95 & id == 10722 replace district = 15 if congress == 95 & id == 14411 replace district = 16 if congress == 95 & id == 10501 replace district = 17 if congress == 95 & id == 14041 replace district = 18 if congress == 95 & id == 6455 replace district = 19 if congress == 95 & id == 11041 replace district = 20 if congress == 95 & id == 10517 replace district = 21 if congress == 95 & id == 14033 replace district = 22 if congress == 95 & id == 8474 replace district = 23 if congress == 95 & id == 7610 replace district = 24 if congress == 95 & id == 14275 replace district = 1 if congress == 95 & id == 14406 replace district = 2 if congress == 95 & id == 14222 replace district = 3 if congress == 95 & id == 948 replace district = 4 if congress == 95 & id == 14447 replace district = 5 if congress == 95 & id == 13018 replace district = 6 if congress == 95 & id == 14220 replace district = 7 if congress == 95 & id == 11036 replace district = 8 if congress == 95 & id == 14412 replace district = 9 if congress == 95 & id == 10732 replace district = 10 if congress == 95 & id == 14274 replace district = 11 if congress == 95 & id == 10742 replace district = 1 if congress == 95 & id == 14432 replace district = 2 if congress == 95 & id == 14207 replace district = 3 if congress == 95 & id == 14226 replace district = 4 if congress == 95 & id == 8672 replace district = 5 if congress == 95 & id == 14230 replace district = 6 if congress == 95 & id == 14205 replace district = 1 if congress == 95 & id == 12029 replace district = 2 if congress == 95 & id == 14244 replace district = 3 if congress == 95 & id == 11057 replace district = 4 if congress == 95 & id == 14422 replace district = 5 if congress == 95 & id == 10625 replace district = 1 if congress == 95 & id == 14237 replace district = 2 if congress == 95 & id == 6845 replace district = 3 if congress == 95 & id == 13024 replace district = 4 if congress == 95 & id == 10626 replace district = 5 if congress == 95 & id == 10710 replace district = 6 if congress == 95 & id == 14006 replace district = 7 if congress == 95 & id == 7343 replace district = 1 if congress == 95 & id == 14455 replace district = 1 if congress == 95 & id == 14469 replace district = 2 if congress == 95 & id == 14067 replace district = 3 if congress == 95 & id == 14060 replace district = 4 if congress == 95 & id == 10567 replace district = 5 if congress == 95 & id == 14427 replace district = 6 if congress == 95 & id == 14259 replace district = 7 if congress == 95 & id == 13056 replace district = 8 if congress == 95 & id == 10602 replace district = 1 if congress == 95 & id == 14218 replace district = 2 if congress == 95 & id == 14010 replace district = 1 if congress == 95 & id == 14069 replace district = 2 if congress == 95 & id == 10601 replace district = 3 if congress == 95 & id == 14440 replace district = 4 if congress == 95 & id == 14021 replace district = 5 if congress == 95 & id == 14278 replace district = 6 if congress == 95 & id == 13008 replace district = 7 if congress == 95 & id == 13031 replace district = 8 if congress == 95 & id == 14452 replace district = 1 if congress == 95 & id == 2009 replace district = 2 if congress == 95 & id == 830 replace district = 3 if congress == 95 & id == 14216 replace district = 4 if congress == 95 & id == 13013 replace district = 5 if congress == 95 & id == 14279 replace district = 6 if congress == 95 & id == 12040 replace district = 7 if congress == 95 & id == 14435 replace district = 8 if congress == 95 & id == 7081 replace district = 9 if congress == 95 & id == 14039 replace district = 10 if congress == 95 & id == 11021 replace district = 11 if congress == 95 & id == 1265 replace district = 12 if congress == 95 & id == 14055 replace district = 1 if congress == 95 & id == 10713 replace district = 2 if congress == 95 & id == 14446 replace district = 3 if congress == 95 & id == 11006 replace district = 4 if congress == 95 & id == 14453 replace district = 5 if congress == 95 & id == 14450 replace district = 6 if congress == 95 & id == 14210 replace district = 7 if congress == 95 & id == 14430 replace district = 8 if congress == 95 & id == 14075 replace district = 9 if congress == 95 & id == 10794 replace district = 10 if congress == 95 & id == 1610 replace district = 11 if congress == 95 & id == 11045 replace district = 12 if congress == 95 & id == 14407 replace district = 13 if congress == 95 & id == 2594 replace district = 14 if congress == 95 & id == 10540 replace district = 15 if congress == 95 & id == 10727 replace district = 16 if congress == 95 & id == 2605 replace district = 17 if congress == 95 & id == 14209 replace district = 18 if congress == 95 & id == 14206 replace district = 19 if congress == 95 & id == 1087 replace district = 1 if congress == 95 & id == 7671 replace district = 2 if congress == 95 & id == 14227 replace district = 3 if congress == 95 & id == 13015 replace district = 4 if congress == 95 & id == 14458 replace district = 5 if congress == 95 & id == 10585 replace district = 6 if congress == 95 & id == 14263 replace district = 7 if congress == 95 & id == 13007 replace district = 7 if congress == 95 & id == 14466 replace district = 8 if congress == 95 & id == 14265 replace district = 1 if congress == 95 & id == 10075 replace district = 2 if congress == 95 & id == 14005 replace district = 3 if congress == 95 & id == 11035 replace district = 4 if congress == 95 & id == 14009 replace district = 5 if congress == 95 & id == 14031 replace district = 1 if congress == 95 & id == 12009 replace district = 2 if congress == 95 & id == 14465 replace district = 3 if congress == 95 & id == 14421 replace district = 4 if congress == 95 & id == 14451 replace district = 5 if congress == 95 & id == 835 replace district = 6 if congress == 95 & id == 14410 replace district = 7 if congress == 95 & id == 14057 replace district = 8 if congress == 95 & id == 10528 replace district = 9 if congress == 95 & id == 14459 replace district = 10 if congress == 95 & id == 12004 replace district = 1 if congress == 95 & id == 14203 replace district = 2 if congress == 95 & id == 14437 replace district = 1 if congress == 95 & id == 13045 replace district = 2 if congress == 95 & id == 14409 replace district = 3 if congress == 95 & id == 14276 replace district = 1 if congress == 95 & id == 14272 replace district = 1 if congress == 95 & id == 14284 replace district = 2 if congress == 95 & id == 10581 replace district = 1 if congress == 95 & id == 14223 replace district = 2 if congress == 95 & id == 14238 replace district = 3 if congress == 95 & id == 10739 replace district = 4 if congress == 95 & id == 9322 replace district = 5 if congress == 95 & id == 14221 replace district = 6 if congress == 95 & id == 12046 replace district = 7 if congress == 95 & id == 14254 replace district = 8 if congress == 95 & id == 12042 replace district = 9 if congress == 95 & id == 14426 replace district = 10 if congress == 95 & id == 8010 replace district = 11 if congress == 95 & id == 10609 replace district = 12 if congress == 95 & id == 14046 replace district = 13 if congress == 95 & id == 14255 replace district = 14 if congress == 95 & id == 14433 replace district = 15 if congress == 95 & id == 10613 replace district = 1 if congress == 95 & id == 12022 replace district = 2 if congress == 95 & id == 13038 replace district = 1 if congress == 95 & id == 10545 replace district = 2 if congress == 95 & id == 14214 replace district = 3 if congress == 95 & id == 14200 replace district = 4 if congress == 95 & id == 13021 replace district = 5 if congress == 95 & id == 10638 replace district = 6 if congress == 95 & id == 10784 replace district = 7 if congress == 95 & id == 10500 replace district = 8 if congress == 95 & id == 10551 replace district = 9 if congress == 95 & id == 2476 replace district = 10 if congress == 95 & id == 12003 replace district = 11 if congress == 95 & id == 10768 replace district = 12 if congress == 95 & id == 12008 replace district = 13 if congress == 95 & id == 14277 replace district = 14 if congress == 95 & id == 14269 replace district = 15 if congress == 95 & id == 14283 replace district = 16 if congress == 95 & id == 14022 replace district = 17 if congress == 95 & id == 10611 replace district = 18 if congress == 95 & id == 12019 replace district = 18 if congress == 95 & id == 14471 replace district = 19 if congress == 95 & id == 13035 replace district = 20 if congress == 95 & id == 14463 replace district = 21 if congress == 95 & id == 13004 replace district = 21 if congress == 95 & id == 14470 replace district = 22 if congress == 95 & id == 10705 replace district = 23 if congress == 95 & id == 14408 replace district = 24 if congress == 95 & id == 10760 replace district = 25 if congress == 95 & id == 12013 replace district = 26 if congress == 95 & id == 14015 replace district = 27 if congress == 95 & id == 14253 replace district = 28 if congress == 95 & id == 9017 replace district = 29 if congress == 95 & id == 14267 replace district = 30 if congress == 95 & id == 10749 replace district = 31 if congress == 95 & id == 14038 replace district = 32 if congress == 95 & id == 10733 replace district = 33 if congress == 95 & id == 14061 replace district = 34 if congress == 95 & id == 10596 replace district = 35 if congress == 95 & id == 10712 replace district = 36 if congress == 95 & id == 14248 replace district = 37 if congress == 95 & id == 14264 replace district = 38 if congress == 95 & id == 13020 replace district = 39 if congress == 95 & id == 14289 replace district = 1 if congress == 95 & id == 10788 replace district = 2 if congress == 95 & id == 3321 replace district = 3 if congress == 95 & id == 14464 replace district = 4 if congress == 95 & id == 14001 replace district = 5 if congress == 95 & id == 14262 replace district = 6 if congress == 95 & id == 12027 replace district = 7 if congress == 95 & id == 14048 replace district = 8 if congress == 95 & id == 14233 replace district = 9 if congress == 95 & id == 14035 replace district = 10 if congress == 95 & id == 10574 replace district = 11 if congress == 95 & id == 14424 replace district = 1 if congress == 95 & id == 10569 replace district = 1 if congress == 95 & id == 14225 replace district = 2 if congress == 95 & id == 14070 replace district = 3 if congress == 95 & id == 11054 replace district = 4 if congress == 95 & id == 14018 replace district = 5 if congress == 95 & id == 5495 replace district = 6 if congress == 95 & id == 10525 replace district = 7 if congress == 95 & id == 10786 replace district = 8 if congress == 95 & id == 14245 replace district = 9 if congress == 95 & id == 267 replace district = 10 if congress == 95 & id == 11034 replace district = 11 if congress == 95 & id == 10773 replace district = 12 if congress == 95 & id == 2533 replace district = 13 if congress == 95 & id == 14445 replace district = 14 if congress == 95 & id == 13040 replace district = 15 if congress == 95 & id == 11058 replace district = 16 if congress == 95 & id == 14045 replace district = 17 if congress == 95 & id == 10502 replace district = 18 if congress == 95 & id == 14402 replace district = 19 if congress == 95 & id == 12044 replace district = 20 if congress == 95 & id == 14443 replace district = 21 if congress == 95 & id == 12030 replace district = 22 if congress == 95 & id == 9623 replace district = 23 if congress == 95 & id == 14260 replace district = 1 if congress == 95 & id == 14026 replace district = 2 if congress == 95 & id == 14270 replace district = 3 if congress == 95 & id == 14462 replace district = 4 if congress == 95 & id == 8866 replace district = 5 if congress == 95 & id == 14415 replace district = 6 if congress == 95 & id == 14219 replace district = 1 if congress == 95 & id == 14201 replace district = 2 if congress == 95 & id == 9551 replace district = 3 if congress == 95 & id == 10582 replace district = 4 if congress == 95 & id == 14281 replace district = 1 if congress == 95 & id == 14442 replace district = 2 if congress == 95 & id == 6936 replace district = 3 if congress == 95 & id == 14434 replace district = 4 if congress == 95 & id == 11014 replace district = 5 if congress == 95 & id == 14273 replace district = 6 if congress == 95 & id == 12035 replace district = 7 if congress == 95 & id == 14217 replace district = 8 if congress == 95 & id == 14431 replace district = 9 if congress == 95 & id == 14052 replace district = 10 if congress == 95 & id == 10607 replace district = 11 if congress == 95 & id == 3224 replace district = 12 if congress == 95 & id == 14072 replace district = 13 if congress == 95 & id == 12010 replace district = 14 if congress == 95 & id == 6661 replace district = 15 if congress == 95 & id == 10620 replace district = 16 if congress == 95 & id == 14461 replace district = 17 if congress == 95 & id == 14416 replace district = 18 if congress == 95 & id == 14460 replace district = 19 if congress == 95 & id == 14288 replace district = 20 if congress == 95 & id == 11067 replace district = 21 if congress == 95 & id == 2513 replace district = 22 if congress == 95 & id == 14441 replace district = 23 if congress == 95 & id == 14401 replace district = 24 if congress == 95 & id == 14436 replace district = 25 if congress == 95 & id == 14261 replace district = 1 if congress == 95 & id == 10561 replace district = 2 if congress == 95 & id == 14204 replace district = 1 if congress == 95 & id == 13048 replace district = 2 if congress == 95 & id == 13042 replace district = 3 if congress == 95 & id == 14212 replace district = 4 if congress == 95 & id == 12023 replace district = 5 if congress == 95 & id == 14235 replace district = 6 if congress == 95 & id == 14241 replace district = 1 if congress == 95 & id == 14268 replace district = 2 if congress == 95 & id == 14000 replace district = 1 if congress == 95 & id == 10616 replace district = 2 if congress == 95 & id == 10719 replace district = 3 if congress == 95 & id == 14251 replace district = 4 if congress == 95 & id == 14423 replace district = 5 if congress == 95 & id == 14286 replace district = 6 if congress == 95 & id == 14004 replace district = 7 if congress == 95 & id == 12038 replace district = 8 if congress == 95 & id == 14224 replace district = 1 if congress == 95 & id == 14291 replace district = 2 if congress == 95 & id == 14062 replace district = 3 if congress == 95 & id == 11066 replace district = 4 if congress == 95 & id == 10550 replace district = 5 if congress == 95 & id == 14439 replace district = 6 if congress == 95 & id == 9241 replace district = 7 if congress == 95 & id == 13002 replace district = 8 if congress == 95 & id == 11013 replace district = 9 if congress == 95 & id == 1077 replace district = 10 if congress == 95 & id == 10614 replace district = 11 if congress == 95 & id == 7498 replace district = 12 if congress == 95 & id == 10391 replace district = 13 if congress == 95 & id == 14234 replace district = 14 if congress == 95 & id == 10446 replace district = 15 if congress == 95 & id == 10716 replace district = 16 if congress == 95 & id == 10783 replace district = 17 if congress == 95 & id == 1282 replace district = 18 if congress == 95 & id == 14027 replace district = 19 if congress == 95 & id == 5924 replace district = 20 if congress == 95 & id == 10520 replace district = 21 if congress == 95 & id == 14247 replace district = 22 if congress == 95 & id == 14420 replace district = 23 if congress == 95 & id == 11023 replace district = 24 if congress == 95 & id == 14037 replace district = 1 if congress == 95 & id == 13027 replace district = 2 if congress == 95 & id == 14438 replace district = 1 if congress == 95 & id == 14240 replace district = 1 if congress == 95 & id == 14456 replace district = 2 if congress == 95 & id == 12033 replace district = 3 if congress == 95 & id == 10767 replace district = 4 if congress == 95 & id == 14013 replace district = 5 if congress == 95 & id == 12011 replace district = 6 if congress == 95 & id == 13055 replace district = 7 if congress == 95 & id == 13036 replace district = 8 if congress == 95 & id == 14231 replace district = 9 if congress == 95 & id == 9802 replace district = 10 if congress == 95 & id == 14215 replace district = 1 if congress == 95 & id == 14044 replace district = 2 if congress == 95 & id == 10756 replace district = 3 if congress == 95 & id == 14208 replace district = 4 if congress == 95 & id == 13026 replace district = 5 if congress == 95 & id == 10726 replace district = 6 if congress == 95 & id == 14413 replace district = 7 if congress == 95 & id == 10700 replace district = 7 if congress == 95 & id == 14468 replace district = 1 if congress == 95 & id == 6584 replace district = 2 if congress == 95 & id == 8824 replace district = 3 if congress == 95 & id == 8564 replace district = 4 if congress == 95 & id == 14448 replace district = 1 if congress == 95 & id == 13003 replace district = 2 if congress == 95 & id == 5101 replace district = 3 if congress == 95 & id == 14202 replace district = 4 if congress == 95 & id == 10463 replace district = 5 if congress == 95 & id == 7824 replace district = 6 if congress == 95 & id == 11051 replace district = 7 if congress == 95 & id == 12036 replace district = 8 if congress == 95 & id == 14211 replace district = 9 if congress == 95 & id == 14242 replace district = 1 if congress == 95 & id == 10766 replace district = 0 if congress == 96 & id == 99906 replace district = 1 if congress == 96 & id == 10721 replace district = 2 if congress == 96 & id == 10717 replace district = 3 if congress == 96 & id == 11037 replace district = 4 if congress == 96 & id == 11000 replace district = 5 if congress == 96 & id == 14419 replace district = 6 if congress == 96 & id == 10706 replace district = 7 if congress == 96 & id == 14659 replace district = 1 if congress == 96 & id == 14066 replace district = 1 if congress == 96 & id == 7845 replace district = 2 if congress == 96 & id == 10566 replace district = 3 if congress == 96 & id == 94454 replace district = 4 if congress == 96 & id == 14449 replace district = 1 if congress == 96 & id == 12000 replace district = 2 if congress == 96 & id == 14606 replace district = 3 if congress == 96 & id == 11020 replace district = 4 if congress == 96 & id == 14601 replace district = 1 if congress == 96 & id == 4957 replace district = 2 if congress == 96 & id == 10579 replace district = 3 if congress == 96 & id == 14649 replace district = 4 if congress == 96 & id == 14624 replace district = 5 if congress == 96 & id == 14076 replace district = 6 if congress == 96 & id == 10577 replace district = 7 if congress == 96 & id == 14256 replace district = 8 if congress == 96 & id == 13011 replace district = 9 if congress == 96 & id == 14053 replace district = 10 if congress == 96 & id == 10583 replace district = 11 if congress == 96 & id == 14676 replace district = 11 if congress == 96 & id == 14049 replace district = 12 if congress == 96 & id == 11063 replace district = 13 if congress == 96 & id == 14257 replace district = 14 if congress == 96 & id == 14660 replace district = 15 if congress == 96 & id == 14613 replace district = 16 if congress == 96 & id == 14444 replace district = 17 if congress == 96 & id == 14652 replace district = 18 if congress == 96 & id == 14669 replace district = 19 if congress == 96 & id == 14071 replace district = 20 if congress == 96 & id == 12037 replace district = 21 if congress == 96 & id == 10511 replace district = 22 if congress == 96 & id == 14040 replace district = 23 if congress == 96 & id == 14405 replace district = 24 if congress == 96 & id == 14280 replace district = 25 if congress == 96 & id == 10621 replace district = 26 if congress == 96 & id == 10553 replace district = 27 if congress == 96 & id == 14414 replace district = 28 if congress == 96 & id == 14620 replace district = 29 if congress == 96 & id == 10595 replace district = 30 if congress == 96 & id == 13010 replace district = 31 if congress == 96 & id == 10640 replace district = 32 if congress == 96 & id == 12001 replace district = 33 if congress == 96 & id == 14630 replace district = 34 if congress == 96 & id == 14647 replace district = 35 if congress == 96 & id == 14250 replace district = 36 if congress == 96 & id == 10573 replace district = 37 if congress == 96 & id == 14644 replace district = 38 if congress == 96 & id == 14266 replace district = 39 if congress == 96 & id == 14616 replace district = 40 if congress == 96 & id == 14403 replace district = 41 if congress == 96 & id == 10249 replace district = 42 if congress == 96 & id == 10633 replace district = 43 if congress == 96 & id == 14007 replace district = 1 if congress == 96 & id == 14051 replace district = 2 if congress == 96 & id == 14282 replace district = 3 if congress == 96 & id == 14638 replace district = 4 if congress == 96 & id == 14025 replace district = 5 if congress == 96 & id == 14639 replace district = 1 if congress == 96 & id == 13009 replace district = 2 if congress == 96 & id == 14213 replace district = 3 if congress == 96 & id == 3553 replace district = 4 if congress == 96 & id == 13029 replace district = 5 if congress == 96 & id == 14653 replace district = 6 if congress == 96 & id == 14258 replace district = 1 if congress == 96 & id == 14417 replace district = 1 if congress == 96 & id == 14636 replace district = 2 if congress == 96 & id == 10587 replace district = 3 if congress == 96 & id == 633 replace district = 4 if congress == 96 & id == 12007 replace district = 5 if congress == 96 & id == 14243 replace district = 6 if congress == 96 & id == 13047 replace district = 7 if congress == 96 & id == 10588 replace district = 8 if congress == 96 & id == 94428 replace district = 9 if congress == 96 & id == 14651 replace district = 10 if congress == 96 & id == 14003 replace district = 11 if congress == 96 & id == 14648 replace district = 12 if congress == 96 & id == 14663 replace district = 13 if congress == 96 & id == 14029 replace district = 14 if congress == 96 & id == 7333 replace district = 15 if congress == 96 & id == 3078 replace district = 1 if congress == 96 & id == 14016 replace district = 2 if congress == 96 & id == 13023 replace district = 3 if congress == 96 & id == 11005 replace district = 4 if congress == 96 & id == 14249 replace district = 5 if congress == 96 & id == 14467 replace district = 6 if congress == 96 & id == 14627 replace district = 7 if congress == 96 & id == 14252 replace district = 8 if congress == 96 & id == 14418 replace district = 9 if congress == 96 & id == 14429 replace district = 10 if congress == 96 & id == 14404 replace district = 1 if congress == 96 & id == 14425 replace district = 2 if congress == 96 & id == 14400 replace district = 1 if congress == 96 & id == 14056 replace district = 2 if congress == 96 & id == 10734 replace district = 1 if congress == 96 & id == 14665 replace district = 2 if congress == 96 & id == 13032 replace district = 3 if congress == 96 & id == 14271 replace district = 4 if congress == 96 & id == 2525 replace district = 5 if congress == 96 & id == 14285 replace district = 6 if congress == 96 & id == 14239 replace district = 7 if congress == 96 & id == 14068 replace district = 8 if congress == 96 & id == 8080 replace district = 9 if congress == 96 & id == 10421 replace district = 10 if congress == 96 & id == 12025 replace district = 10 if congress == 96 & id == 14677 replace district = 11 if congress == 96 & id == 10703 replace district = 12 if congress == 96 & id == 12041 replace district = 13 if congress == 96 & id == 10606 replace district = 14 if congress == 96 & id == 10722 replace district = 15 if congress == 96 & id == 14411 replace district = 16 if congress == 96 & id == 10501 replace district = 17 if congress == 96 & id == 14041 replace district = 18 if congress == 96 & id == 6455 replace district = 19 if congress == 96 & id == 11041 replace district = 20 if congress == 96 & id == 10517 replace district = 21 if congress == 96 & id == 14033 replace district = 22 if congress == 96 & id == 14615 replace district = 23 if congress == 96 & id == 7610 replace district = 24 if congress == 96 & id == 14275 replace district = 1 if congress == 96 & id == 14406 replace district = 2 if congress == 96 & id == 14222 replace district = 3 if congress == 96 & id == 948 replace district = 4 if congress == 96 & id == 14447 replace district = 5 if congress == 96 & id == 13018 replace district = 6 if congress == 96 & id == 14220 replace district = 7 if congress == 96 & id == 11036 replace district = 8 if congress == 96 & id == 14619 replace district = 9 if congress == 96 & id == 10732 replace district = 10 if congress == 96 & id == 14274 replace district = 11 if congress == 96 & id == 10742 replace district = 1 if congress == 96 & id == 14432 replace district = 2 if congress == 96 & id == 14668 replace district = 3 if congress == 96 & id == 14226 replace district = 4 if congress == 96 & id == 8672 replace district = 5 if congress == 96 & id == 14230 replace district = 6 if congress == 96 & id == 14205 replace district = 1 if congress == 96 & id == 12029 replace district = 2 if congress == 96 & id == 14637 replace district = 3 if congress == 96 & id == 11057 replace district = 4 if congress == 96 & id == 14422 replace district = 5 if congress == 96 & id == 14670 replace district = 1 if congress == 96 & id == 14237 replace district = 2 if congress == 96 & id == 6845 replace district = 3 if congress == 96 & id == 13024 replace district = 4 if congress == 96 & id == 10626 replace district = 5 if congress == 96 & id == 10710 replace district = 6 if congress == 96 & id == 14635 replace district = 7 if congress == 96 & id == 7343 replace district = 1 if congress == 96 & id == 14469 replace district = 2 if congress == 96 & id == 14067 replace district = 3 if congress == 96 & id == 14060 replace district = 3 if congress == 96 & id == 14679 replace district = 4 if congress == 96 & id == 14640 replace district = 5 if congress == 96 & id == 14427 replace district = 6 if congress == 96 & id == 14259 replace district = 7 if congress == 96 & id == 13056 replace district = 8 if congress == 96 & id == 10602 replace district = 1 if congress == 96 & id == 14218 replace district = 2 if congress == 96 & id == 14661 replace district = 1 if congress == 96 & id == 14069 replace district = 2 if congress == 96 & id == 10601 replace district = 3 if congress == 96 & id == 14440 replace district = 4 if congress == 96 & id == 14021 replace district = 5 if congress == 96 & id == 14278 replace district = 6 if congress == 96 & id == 14608 replace district = 7 if congress == 96 & id == 13031 replace district = 8 if congress == 96 & id == 14604 replace district = 1 if congress == 96 & id == 2009 replace district = 2 if congress == 96 & id == 830 replace district = 3 if congress == 96 & id == 14216 replace district = 4 if congress == 96 & id == 13013 replace district = 5 if congress == 96 & id == 14658 replace district = 6 if congress == 96 & id == 14650 replace district = 7 if congress == 96 & id == 14435 replace district = 8 if congress == 96 & id == 7081 replace district = 9 if congress == 96 & id == 14039 replace district = 10 if congress == 96 & id == 11021 replace district = 11 if congress == 96 & id == 14621 replace district = 12 if congress == 96 & id == 14055 replace district = 1 if congress == 96 & id == 10713 replace district = 2 if congress == 96 & id == 14446 replace district = 3 if congress == 96 & id == 14673 replace district = 4 if congress == 96 & id == 14453 replace district = 5 if congress == 96 & id == 14450 replace district = 6 if congress == 96 & id == 14210 replace district = 7 if congress == 96 & id == 14430 replace district = 8 if congress == 96 & id == 14075 replace district = 9 if congress == 96 & id == 10794 replace district = 10 if congress == 96 & id == 14600 replace district = 11 if congress == 96 & id == 14618 replace district = 12 if congress == 96 & id == 14407 replace district = 13 if congress == 96 & id == 2594 replace district = 13 if congress == 96 & id == 14681 replace district = 14 if congress == 96 & id == 10540 replace district = 15 if congress == 96 & id == 10727 replace district = 16 if congress == 96 & id == 2605 replace district = 17 if congress == 96 & id == 14209 replace district = 18 if congress == 96 & id == 14206 replace district = 19 if congress == 96 & id == 1087 replace district = 1 if congress == 96 & id == 14623 replace district = 2 if congress == 96 & id == 14227 replace district = 3 if congress == 96 & id == 13015 replace district = 4 if congress == 96 & id == 14458 replace district = 5 if congress == 96 & id == 14656 replace district = 6 if congress == 96 & id == 14263 replace district = 7 if congress == 96 & id == 14466 replace district = 8 if congress == 96 & id == 14265 replace district = 1 if congress == 96 & id == 10075 replace district = 2 if congress == 96 & id == 14005 replace district = 3 if congress == 96 & id == 11035 replace district = 4 if congress == 96 & id == 14634 replace district = 5 if congress == 96 & id == 14031 replace district = 1 if congress == 96 & id == 12009 replace district = 2 if congress == 96 & id == 14465 replace district = 3 if congress == 96 & id == 14421 replace district = 4 if congress == 96 & id == 14451 replace district = 5 if congress == 96 & id == 835 replace district = 6 if congress == 96 & id == 14410 replace district = 7 if congress == 96 & id == 14057 replace district = 8 if congress == 96 & id == 10528 replace district = 9 if congress == 96 & id == 14459 replace district = 10 if congress == 96 & id == 12004 replace district = 1 if congress == 96 & id == 14672 replace district = 2 if congress == 96 & id == 14437 replace district = 1 if congress == 96 & id == 14605 replace district = 2 if congress == 96 & id == 14409 replace district = 3 if congress == 96 & id == 14276 replace district = 1 if congress == 96 & id == 14272 replace district = 1 if congress == 96 & id == 14284 replace district = 2 if congress == 96 & id == 10581 replace district = 1 if congress == 96 & id == 14223 replace district = 2 if congress == 96 & id == 14238 replace district = 3 if congress == 96 & id == 10739 replace district = 4 if congress == 96 & id == 9322 replace district = 5 if congress == 96 & id == 14221 replace district = 6 if congress == 96 & id == 12046 replace district = 7 if congress == 96 & id == 14254 replace district = 8 if congress == 96 & id == 12042 replace district = 9 if congress == 96 & id == 14426 replace district = 10 if congress == 96 & id == 8010 replace district = 11 if congress == 96 & id == 10609 replace district = 12 if congress == 96 & id == 14046 replace district = 13 if congress == 96 & id == 14614 replace district = 14 if congress == 96 & id == 14631 replace district = 15 if congress == 96 & id == 10613 replace district = 1 if congress == 96 & id == 12022 replace district = 2 if congress == 96 & id == 13038 replace district = 1 if congress == 96 & id == 14610 replace district = 2 if congress == 96 & id == 14214 replace district = 3 if congress == 96 & id == 14200 replace district = 4 if congress == 96 & id == 13021 replace district = 5 if congress == 96 & id == 10638 replace district = 6 if congress == 96 & id == 10784 replace district = 7 if congress == 96 & id == 10500 replace district = 8 if congress == 96 & id == 10551 replace district = 9 if congress == 96 & id == 14625 replace district = 10 if congress == 96 & id == 12003 replace district = 11 if congress == 96 & id == 10768 replace district = 12 if congress == 96 & id == 12008 replace district = 13 if congress == 96 & id == 14277 replace district = 14 if congress == 96 & id == 14269 replace district = 15 if congress == 96 & id == 14283 replace district = 16 if congress == 96 & id == 14022 replace district = 17 if congress == 96 & id == 10611 replace district = 18 if congress == 96 & id == 14471 replace district = 19 if congress == 96 & id == 13035 replace district = 20 if congress == 96 & id == 14463 replace district = 21 if congress == 96 & id == 14470 replace district = 22 if congress == 96 & id == 10705 replace district = 23 if congress == 96 & id == 13033 replace district = 24 if congress == 96 & id == 10760 replace district = 25 if congress == 96 & id == 12013 replace district = 26 if congress == 96 & id == 14015 replace district = 27 if congress == 96 & id == 14253 replace district = 28 if congress == 96 & id == 9017 replace district = 29 if congress == 96 & id == 14662 replace district = 30 if congress == 96 & id == 10749 replace district = 31 if congress == 96 & id == 14038 replace district = 32 if congress == 96 & id == 10733 replace district = 33 if congress == 96 & id == 14642 replace district = 34 if congress == 96 & id == 10596 replace district = 35 if congress == 96 & id == 10712 replace district = 36 if congress == 96 & id == 14248 replace district = 37 if congress == 96 & id == 14264 replace district = 38 if congress == 96 & id == 13020 replace district = 39 if congress == 96 & id == 14289 replace district = 1 if congress == 96 & id == 10788 replace district = 2 if congress == 96 & id == 3321 replace district = 3 if congress == 96 & id == 14464 replace district = 4 if congress == 96 & id == 14001 replace district = 5 if congress == 96 & id == 14262 replace district = 6 if congress == 96 & id == 12027 replace district = 7 if congress == 96 & id == 14048 replace district = 8 if congress == 96 & id == 14233 replace district = 9 if congress == 96 & id == 14035 replace district = 10 if congress == 96 & id == 10574 replace district = 11 if congress == 96 & id == 14424 replace district = 1 if congress == 96 & id == 10569 replace district = 1 if congress == 96 & id == 14225 replace district = 2 if congress == 96 & id == 14070 replace district = 3 if congress == 96 & id == 14632 replace district = 4 if congress == 96 & id == 14018 replace district = 5 if congress == 96 & id == 5495 replace district = 6 if congress == 96 & id == 10525 replace district = 7 if congress == 96 & id == 10786 replace district = 8 if congress == 96 & id == 14245 replace district = 9 if congress == 96 & id == 267 replace district = 10 if congress == 96 & id == 11034 replace district = 11 if congress == 96 & id == 10773 replace district = 12 if congress == 96 & id == 2533 replace district = 13 if congress == 96 & id == 14445 replace district = 14 if congress == 96 & id == 13040 replace district = 15 if congress == 96 & id == 11058 replace district = 16 if congress == 96 & id == 14045 replace district = 17 if congress == 96 & id == 10502 replace district = 18 if congress == 96 & id == 14402 replace district = 19 if congress == 96 & id == 14671 replace district = 20 if congress == 96 & id == 14443 replace district = 21 if congress == 96 & id == 12030 replace district = 22 if congress == 96 & id == 9623 replace district = 23 if congress == 96 & id == 14260 replace district = 1 if congress == 96 & id == 14026 replace district = 2 if congress == 96 & id == 14667 replace district = 3 if congress == 96 & id == 14462 replace district = 4 if congress == 96 & id == 8866 replace district = 5 if congress == 96 & id == 14415 replace district = 6 if congress == 96 & id == 14219 replace district = 1 if congress == 96 & id == 14201 replace district = 2 if congress == 96 & id == 9551 replace district = 3 if congress == 96 & id == 10582 replace district = 4 if congress == 96 & id == 14281 replace district = 1 if congress == 96 & id == 14442 replace district = 2 if congress == 96 & id == 14629 replace district = 3 if congress == 96 & id == 14434 replace district = 4 if congress == 96 & id == 14622 replace district = 5 if congress == 96 & id == 14273 replace district = 6 if congress == 96 & id == 12035 replace district = 7 if congress == 96 & id == 14217 replace district = 8 if congress == 96 & id == 14431 replace district = 9 if congress == 96 & id == 14052 replace district = 10 if congress == 96 & id == 10607 replace district = 11 if congress == 96 & id == 3224 replace district = 11 if congress == 96 & id == 14678 replace district = 12 if congress == 96 & id == 14072 replace district = 13 if congress == 96 & id == 12010 replace district = 14 if congress == 96 & id == 6661 replace district = 15 if congress == 96 & id == 14654 replace district = 16 if congress == 96 & id == 14461 replace district = 17 if congress == 96 & id == 14416 replace district = 18 if congress == 96 & id == 14460 replace district = 19 if congress == 96 & id == 14288 replace district = 20 if congress == 96 & id == 11067 replace district = 21 if congress == 96 & id == 14603 replace district = 22 if congress == 96 & id == 14441 replace district = 23 if congress == 96 & id == 14612 replace district = 24 if congress == 96 & id == 14436 replace district = 25 if congress == 96 & id == 14602 replace district = 1 if congress == 96 & id == 10561 replace district = 2 if congress == 96 & id == 14204 replace district = 1 if congress == 96 & id == 13048 replace district = 2 if congress == 96 & id == 13042 replace district = 3 if congress == 96 & id == 14212 replace district = 4 if congress == 96 & id == 14609 replace district = 5 if congress == 96 & id == 14235 replace district = 6 if congress == 96 & id == 14241 replace district = 1 if congress == 96 & id == 14617 replace district = 2 if congress == 96 & id == 14000 replace district = 1 if congress == 96 & id == 10616 replace district = 2 if congress == 96 & id == 10719 replace district = 3 if congress == 96 & id == 14251 replace district = 4 if congress == 96 & id == 14423 replace district = 5 if congress == 96 & id == 14607 replace district = 6 if congress == 96 & id == 14004 replace district = 7 if congress == 96 & id == 12038 replace district = 8 if congress == 96 & id == 14224 replace district = 1 if congress == 96 & id == 14291 replace district = 2 if congress == 96 & id == 14062 replace district = 3 if congress == 96 & id == 11066 replace district = 4 if congress == 96 & id == 10550 replace district = 5 if congress == 96 & id == 14439 replace district = 6 if congress == 96 & id == 94628 replace district = 7 if congress == 96 & id == 13002 replace district = 8 if congress == 96 & id == 11013 replace district = 9 if congress == 96 & id == 1077 replace district = 10 if congress == 96 & id == 10614 replace district = 11 if congress == 96 & id == 14641 replace district = 12 if congress == 96 & id == 10391 replace district = 13 if congress == 96 & id == 14234 replace district = 14 if congress == 96 & id == 14674 replace district = 15 if congress == 96 & id == 10716 replace district = 16 if congress == 96 & id == 10783 replace district = 17 if congress == 96 & id == 14664 replace district = 18 if congress == 96 & id == 14643 replace district = 19 if congress == 96 & id == 14633 replace district = 20 if congress == 96 & id == 10520 replace district = 21 if congress == 96 & id == 14645 replace district = 22 if congress == 96 & id == 14290 replace district = 23 if congress == 96 & id == 11023 replace district = 24 if congress == 96 & id == 14626 replace district = 1 if congress == 96 & id == 13027 replace district = 2 if congress == 96 & id == 14438 replace district = 1 if congress == 96 & id == 14240 replace district = 1 if congress == 96 & id == 14456 replace district = 2 if congress == 96 & id == 12033 replace district = 3 if congress == 96 & id == 10767 replace district = 4 if congress == 96 & id == 14013 replace district = 5 if congress == 96 & id == 12011 replace district = 6 if congress == 96 & id == 13055 replace district = 7 if congress == 96 & id == 13036 replace district = 8 if congress == 96 & id == 14231 replace district = 9 if congress == 96 & id == 9802 replace district = 10 if congress == 96 & id == 14215 replace district = 1 if congress == 96 & id == 14044 replace district = 2 if congress == 96 & id == 14666 replace district = 3 if congress == 96 & id == 14208 replace district = 4 if congress == 96 & id == 13026 replace district = 5 if congress == 96 & id == 10726 replace district = 6 if congress == 96 & id == 14413 replace district = 7 if congress == 96 & id == 14646 replace district = 1 if congress == 96 & id == 6584 replace district = 2 if congress == 96 & id == 8824 replace district = 3 if congress == 96 & id == 8564 replace district = 3 if congress == 96 & id == 14680 replace district = 4 if congress == 96 & id == 14448 replace district = 1 if congress == 96 & id == 13003 replace district = 2 if congress == 96 & id == 5101 replace district = 3 if congress == 96 & id == 14202 replace district = 4 if congress == 96 & id == 10463 replace district = 5 if congress == 96 & id == 7824 replace district = 6 if congress == 96 & id == 14675 replace district = 6 if congress == 96 & id == 11051 replace district = 7 if congress == 96 & id == 12036 replace district = 8 if congress == 96 & id == 14655 replace district = 9 if congress == 96 & id == 14657 replace district = 1 if congress == 96 & id == 14611 replace district = 0 if congress == 97 & id == 99907 replace district = 1 if congress == 97 & id == 10721 replace district = 2 if congress == 97 & id == 10717 replace district = 3 if congress == 97 & id == 11037 replace district = 4 if congress == 97 & id == 11000 replace district = 5 if congress == 97 & id == 14419 replace district = 6 if congress == 97 & id == 14862 replace district = 7 if congress == 97 & id == 14659 replace district = 1 if congress == 97 & id == 14066 replace district = 1 if congress == 97 & id == 7845 replace district = 2 if congress == 97 & id == 10566 replace district = 3 if congress == 97 & id == 94454 replace district = 4 if congress == 97 & id == 14449 replace district = 1 if congress == 97 & id == 12000 replace district = 2 if congress == 97 & id == 14606 replace district = 3 if congress == 97 & id == 11020 replace district = 4 if congress == 97 & id == 14601 replace district = 1 if congress == 97 & id == 14805 replace district = 2 if congress == 97 & id == 10579 replace district = 3 if congress == 97 & id == 14649 replace district = 4 if congress == 97 & id == 14624 replace district = 5 if congress == 97 & id == 14076 replace district = 6 if congress == 97 & id == 10577 replace district = 7 if congress == 97 & id == 14256 replace district = 8 if congress == 97 & id == 13011 replace district = 9 if congress == 97 & id == 14053 replace district = 10 if congress == 97 & id == 10583 replace district = 11 if congress == 97 & id == 14837 replace district = 12 if congress == 97 & id == 11063 replace district = 13 if congress == 97 & id == 14257 replace district = 14 if congress == 97 & id == 14660 replace district = 15 if congress == 97 & id == 14613 replace district = 16 if congress == 97 & id == 14444 replace district = 17 if congress == 97 & id == 14652 replace district = 18 if congress == 97 & id == 14669 replace district = 19 if congress == 97 & id == 14071 replace district = 20 if congress == 97 & id == 12037 replace district = 21 if congress == 97 & id == 14821 replace district = 22 if congress == 97 & id == 14040 replace district = 23 if congress == 97 & id == 14405 replace district = 24 if congress == 97 & id == 14280 replace district = 25 if congress == 97 & id == 10621 replace district = 26 if congress == 97 & id == 10553 replace district = 27 if congress == 97 & id == 14414 replace district = 28 if congress == 97 & id == 14620 replace district = 29 if congress == 97 & id == 10595 replace district = 30 if congress == 97 & id == 13010 replace district = 30 if congress == 97 & id == 14879 replace district = 31 if congress == 97 & id == 14816 replace district = 32 if congress == 97 & id == 12001 replace district = 33 if congress == 97 & id == 14630 replace district = 34 if congress == 97 & id == 14647 replace district = 35 if congress == 97 & id == 14813 replace district = 36 if congress == 97 & id == 10573 replace district = 37 if congress == 97 & id == 14644 replace district = 38 if congress == 97 & id == 14266 replace district = 39 if congress == 97 & id == 14616 replace district = 40 if congress == 97 & id == 14403 replace district = 41 if congress == 97 & id == 14839 replace district = 42 if congress == 97 & id == 14835 replace district = 43 if congress == 97 & id == 14007 replace district = 1 if congress == 97 & id == 14051 replace district = 2 if congress == 97 & id == 14282 replace district = 3 if congress == 97 & id == 14638 replace district = 4 if congress == 97 & id == 14803 replace district = 5 if congress == 97 & id == 14639 replace district = 1 if congress == 97 & id == 13009 replace district = 1 if congress == 97 & id == 14877 replace district = 2 if congress == 97 & id == 14825 replace district = 3 if congress == 97 & id == 14811 replace district = 4 if congress == 97 & id == 13029 replace district = 5 if congress == 97 & id == 14653 replace district = 6 if congress == 97 & id == 14258 replace district = 1 if congress == 97 & id == 14417 replace district = 1 if congress == 97 & id == 14636 replace district = 2 if congress == 97 & id == 10587 replace district = 3 if congress == 97 & id == 633 replace district = 4 if congress == 97 & id == 12007 replace district = 5 if congress == 97 & id == 14842 replace district = 6 if congress == 97 & id == 13047 replace district = 7 if congress == 97 & id == 10588 replace district = 8 if congress == 97 & id == 94428 replace district = 9 if congress == 97 & id == 14651 replace district = 10 if congress == 97 & id == 14003 replace district = 11 if congress == 97 & id == 14648 replace district = 12 if congress == 97 & id == 14860 replace district = 13 if congress == 97 & id == 14029 replace district = 14 if congress == 97 & id == 7333 replace district = 15 if congress == 97 & id == 3078 replace district = 1 if congress == 97 & id == 14016 replace district = 2 if congress == 97 & id == 14831 replace district = 3 if congress == 97 & id == 11005 replace district = 4 if congress == 97 & id == 14249 replace district = 5 if congress == 97 & id == 14467 replace district = 6 if congress == 97 & id == 14627 replace district = 7 if congress == 97 & id == 14252 replace district = 8 if congress == 97 & id == 14418 replace district = 9 if congress == 97 & id == 14429 replace district = 10 if congress == 97 & id == 14404 replace district = 1 if congress == 97 & id == 14425 replace district = 2 if congress == 97 & id == 14400 replace district = 1 if congress == 97 & id == 14809 replace district = 2 if congress == 97 & id == 10734 replace district = 1 if congress == 97 & id == 14866 replace district = 2 if congress == 97 & id == 14856 replace district = 3 if congress == 97 & id == 14271 replace district = 4 if congress == 97 & id == 2525 replace district = 5 if congress == 97 & id == 14285 replace district = 6 if congress == 97 & id == 14239 replace district = 7 if congress == 97 & id == 14068 replace district = 8 if congress == 97 & id == 8080 replace district = 9 if congress == 97 & id == 10421 replace district = 10 if congress == 97 & id == 14677 replace district = 11 if congress == 97 & id == 10703 replace district = 12 if congress == 97 & id == 12041 replace district = 13 if congress == 97 & id == 10606 replace district = 14 if congress == 97 & id == 10722 replace district = 15 if congress == 97 & id == 14411 replace district = 16 if congress == 97 & id == 14841 replace district = 17 if congress == 97 & id == 14041 replace district = 18 if congress == 97 & id == 6455 replace district = 19 if congress == 97 & id == 11041 replace district = 20 if congress == 97 & id == 10517 replace district = 21 if congress == 97 & id == 14033 replace district = 22 if congress == 97 & id == 14615 replace district = 23 if congress == 97 & id == 7610 replace district = 24 if congress == 97 & id == 14275 replace district = 1 if congress == 97 & id == 14406 replace district = 1 if congress == 97 & id == 14880 replace district = 2 if congress == 97 & id == 14222 replace district = 3 if congress == 97 & id == 14834 replace district = 4 if congress == 97 & id == 14806 replace district = 5 if congress == 97 & id == 13018 replace district = 6 if congress == 97 & id == 14220 replace district = 7 if congress == 97 & id == 11036 replace district = 8 if congress == 97 & id == 14619 replace district = 9 if congress == 97 & id == 10732 replace district = 10 if congress == 97 & id == 14274 replace district = 11 if congress == 97 & id == 10742 replace district = 1 if congress == 97 & id == 14432 replace district = 2 if congress == 97 & id == 14668 replace district = 3 if congress == 97 & id == 14820 replace district = 4 if congress == 97 & id == 8672 replace district = 5 if congress == 97 & id == 14230 replace district = 6 if congress == 97 & id == 14205 replace district = 1 if congress == 97 & id == 14852 replace district = 2 if congress == 97 & id == 14637 replace district = 3 if congress == 97 & id == 11057 replace district = 4 if congress == 97 & id == 14422 replace district = 5 if congress == 97 & id == 14670 replace district = 1 if congress == 97 & id == 14237 replace district = 2 if congress == 97 & id == 6845 replace district = 3 if congress == 97 & id == 13024 replace district = 4 if congress == 97 & id == 10626 replace district = 5 if congress == 97 & id == 14854 replace district = 6 if congress == 97 & id == 14635 replace district = 7 if congress == 97 & id == 7343 replace district = 1 if congress == 97 & id == 14469 replace district = 2 if congress == 97 & id == 14067 replace district = 3 if congress == 97 & id == 14679 replace district = 4 if congress == 97 & id == 14853 replace district = 5 if congress == 97 & id == 14427 replace district = 6 if congress == 97 & id == 14259 replace district = 7 if congress == 97 & id == 13056 replace district = 8 if congress == 97 & id == 10602 replace district = 1 if congress == 97 & id == 14218 replace district = 2 if congress == 97 & id == 14661 replace district = 1 if congress == 97 & id == 14817 replace district = 2 if congress == 97 & id == 10601 replace district = 3 if congress == 97 & id == 14440 replace district = 4 if congress == 97 & id == 14021 replace district = 5 if congress == 97 & id == 14873 replace district = 5 if congress == 97 & id == 14278 replace district = 6 if congress == 97 & id == 14608 replace district = 7 if congress == 97 & id == 13031 replace district = 8 if congress == 97 & id == 14604 replace district = 1 if congress == 97 & id == 2009 replace district = 2 if congress == 97 & id == 830 replace district = 3 if congress == 97 & id == 14216 replace district = 4 if congress == 97 & id == 14824 replace district = 5 if congress == 97 & id == 14658 replace district = 6 if congress == 97 & id == 14650 replace district = 7 if congress == 97 & id == 14435 replace district = 8 if congress == 97 & id == 7081 replace district = 9 if congress == 97 & id == 14039 replace district = 10 if congress == 97 & id == 11021 replace district = 11 if congress == 97 & id == 14621 replace district = 12 if congress == 97 & id == 14055 replace district = 1 if congress == 97 & id == 10713 replace district = 2 if congress == 97 & id == 14446 replace district = 3 if congress == 97 & id == 14673 replace district = 4 if congress == 97 & id == 14453 replace district = 4 if congress == 97 & id == 14872 replace district = 5 if congress == 97 & id == 14450 replace district = 6 if congress == 97 & id == 14814 replace district = 7 if congress == 97 & id == 14430 replace district = 8 if congress == 97 & id == 14075 replace district = 9 if congress == 97 & id == 10794 replace district = 10 if congress == 97 & id == 14600 replace district = 11 if congress == 97 & id == 14618 replace district = 12 if congress == 97 & id == 14407 replace district = 13 if congress == 97 & id == 14681 replace district = 14 if congress == 97 & id == 14833 replace district = 15 if congress == 97 & id == 10727 replace district = 16 if congress == 97 & id == 2605 replace district = 17 if congress == 97 & id == 14209 replace district = 18 if congress == 97 & id == 14206 replace district = 19 if congress == 97 & id == 1087 replace district = 1 if congress == 97 & id == 14623 replace district = 2 if congress == 97 & id == 14227 replace district = 3 if congress == 97 & id == 13015 replace district = 4 if congress == 97 & id == 14458 replace district = 5 if congress == 97 & id == 14656 replace district = 6 if congress == 97 & id == 14868 replace district = 7 if congress == 97 & id == 14466 replace district = 8 if congress == 97 & id == 14265 replace district = 1 if congress == 97 & id == 10075 replace district = 2 if congress == 97 & id == 14005 replace district = 3 if congress == 97 & id == 11035 replace district = 4 if congress == 97 & id == 14634 replace district = 4 if congress == 97 & id == 14874 replace district = 5 if congress == 97 & id == 14031 replace district = 1 if congress == 97 & id == 12009 replace district = 2 if congress == 97 & id == 14465 replace district = 3 if congress == 97 & id == 14421 replace district = 4 if congress == 97 & id == 14451 replace district = 5 if congress == 97 & id == 835 replace district = 6 if congress == 97 & id == 14410 replace district = 7 if congress == 97 & id == 14057 replace district = 8 if congress == 97 & id == 14800 replace district = 9 if congress == 97 & id == 14459 replace district = 10 if congress == 97 & id == 14819 replace district = 1 if congress == 97 & id == 14672 replace district = 2 if congress == 97 & id == 14437 replace district = 1 if congress == 97 & id == 14605 replace district = 2 if congress == 97 & id == 14810 replace district = 3 if congress == 97 & id == 14276 replace district = 1 if congress == 97 & id == 14272 replace district = 1 if congress == 97 & id == 14284 replace district = 2 if congress == 97 & id == 14826 replace district = 1 if congress == 97 & id == 14223 replace district = 2 if congress == 97 & id == 14238 replace district = 3 if congress == 97 & id == 10739 replace district = 4 if congress == 97 & id == 14863 replace district = 5 if congress == 97 & id == 14221 replace district = 6 if congress == 97 & id == 12046 replace district = 7 if congress == 97 & id == 14855 replace district = 8 if congress == 97 & id == 12042 replace district = 9 if congress == 97 & id == 14426 replace district = 10 if congress == 97 & id == 8010 replace district = 11 if congress == 97 & id == 10609 replace district = 12 if congress == 97 & id == 14046 replace district = 13 if congress == 97 & id == 14614 replace district = 14 if congress == 97 & id == 14631 replace district = 15 if congress == 97 & id == 14815 replace district = 1 if congress == 97 & id == 12022 replace district = 2 if congress == 97 & id == 14861 replace district = 1 if congress == 97 & id == 14610 replace district = 2 if congress == 97 & id == 14214 replace district = 3 if congress == 97 & id == 14804 replace district = 4 if congress == 97 & id == 13021 replace district = 5 if congress == 97 & id == 14845 replace district = 6 if congress == 97 & id == 14838 replace district = 7 if congress == 97 & id == 10500 replace district = 8 if congress == 97 & id == 10551 replace district = 9 if congress == 97 & id == 14625 replace district = 10 if congress == 97 & id == 12003 replace district = 11 if congress == 97 & id == 10768 replace district = 12 if congress == 97 & id == 12008 replace district = 13 if congress == 97 & id == 14277 replace district = 14 if congress == 97 & id == 14269 replace district = 15 if congress == 97 & id == 14283 replace district = 16 if congress == 97 & id == 14858 replace district = 17 if congress == 97 & id == 14846 replace district = 18 if congress == 97 & id == 14471 replace district = 19 if congress == 97 & id == 13035 replace district = 20 if congress == 97 & id == 14463 replace district = 21 if congress == 97 & id == 14470 replace district = 22 if congress == 97 & id == 10705 replace district = 23 if congress == 97 & id == 13033 replace district = 24 if congress == 97 & id == 10760 replace district = 25 if congress == 97 & id == 12013 replace district = 26 if congress == 97 & id == 14015 replace district = 27 if congress == 97 & id == 14253 replace district = 28 if congress == 97 & id == 9017 replace district = 29 if congress == 97 & id == 14662 replace district = 30 if congress == 97 & id == 14840 replace district = 31 if congress == 97 & id == 14038 replace district = 32 if congress == 97 & id == 14870 replace district = 33 if congress == 97 & id == 14642 replace district = 34 if congress == 97 & id == 10596 replace district = 35 if congress == 97 & id == 10712 replace district = 36 if congress == 97 & id == 14248 replace district = 37 if congress == 97 & id == 14264 replace district = 38 if congress == 97 & id == 13020 replace district = 39 if congress == 97 & id == 14289 replace district = 1 if congress == 97 & id == 10788 replace district = 2 if congress == 97 & id == 3321 replace district = 3 if congress == 97 & id == 14464 replace district = 4 if congress == 97 & id == 14001 replace district = 5 if congress == 97 & id == 14262 replace district = 6 if congress == 97 & id == 14836 replace district = 7 if congress == 97 & id == 14048 replace district = 8 if congress == 97 & id == 14233 replace district = 9 if congress == 97 & id == 14035 replace district = 10 if congress == 97 & id == 10574 replace district = 11 if congress == 97 & id == 14832 replace district = 1 if congress == 97 & id == 14812 replace district = 1 if congress == 97 & id == 14225 replace district = 2 if congress == 97 & id == 14070 replace district = 3 if congress == 97 & id == 14632 replace district = 4 if congress == 97 & id == 14018 replace district = 4 if congress == 97 & id == 14875 replace district = 5 if congress == 97 & id == 5495 replace district = 6 if congress == 97 & id == 14844 replace district = 7 if congress == 97 & id == 10786 replace district = 8 if congress == 97 & id == 14245 replace district = 9 if congress == 97 & id == 14867 replace district = 10 if congress == 97 & id == 11034 replace district = 11 if congress == 97 & id == 10773 replace district = 12 if congress == 97 & id == 14859 replace district = 13 if congress == 97 & id == 14445 replace district = 14 if congress == 97 & id == 13040 replace district = 15 if congress == 97 & id == 11058 replace district = 16 if congress == 97 & id == 14045 replace district = 17 if congress == 97 & id == 10502 replace district = 17 if congress == 97 & id == 14878 replace district = 18 if congress == 97 & id == 14402 replace district = 19 if congress == 97 & id == 14671 replace district = 20 if congress == 97 & id == 14443 replace district = 21 if congress == 97 & id == 12030 replace district = 22 if congress == 97 & id == 14818 replace district = 23 if congress == 97 & id == 14260 replace district = 1 if congress == 97 & id == 14026 replace district = 2 if congress == 97 & id == 14667 replace district = 3 if congress == 97 & id == 14462 replace district = 4 if congress == 97 & id == 14843 replace district = 5 if congress == 97 & id == 14415 replace district = 6 if congress == 97 & id == 14219 replace district = 1 if congress == 97 & id == 14201 replace district = 2 if congress == 97 & id == 14864 replace district = 3 if congress == 97 & id == 14871 replace district = 4 if congress == 97 & id == 14281 replace district = 1 if congress == 97 & id == 14823 replace district = 2 if congress == 97 & id == 14629 replace district = 3 if congress == 97 & id == 14434 replace district = 3 if congress == 97 & id == 14876 replace district = 4 if congress == 97 & id == 14622 replace district = 5 if congress == 97 & id == 14273 replace district = 6 if congress == 97 & id == 12035 replace district = 7 if congress == 97 & id == 14217 replace district = 8 if congress == 97 & id == 14807 replace district = 9 if congress == 97 & id == 14052 replace district = 10 if congress == 97 & id == 10607 replace district = 11 if congress == 97 & id == 14849 replace district = 12 if congress == 97 & id == 14072 replace district = 13 if congress == 97 & id == 12010 replace district = 14 if congress == 97 & id == 14808 replace district = 15 if congress == 97 & id == 14654 replace district = 16 if congress == 97 & id == 14461 replace district = 17 if congress == 97 & id == 14416 replace district = 18 if congress == 97 & id == 14460 replace district = 19 if congress == 97 & id == 14288 replace district = 20 if congress == 97 & id == 11067 replace district = 21 if congress == 97 & id == 14603 replace district = 22 if congress == 97 & id == 14441 replace district = 23 if congress == 97 & id == 14612 replace district = 24 if congress == 97 & id == 14436 replace district = 25 if congress == 97 & id == 94602 replace district = 1 if congress == 97 & id == 10561 replace district = 2 if congress == 97 & id == 14857 replace district = 1 if congress == 97 & id == 14830 replace district = 2 if congress == 97 & id == 13042 replace district = 3 if congress == 97 & id == 14212 replace district = 4 if congress == 97 & id == 14609 replace district = 5 if congress == 97 & id == 14235 replace district = 6 if congress == 97 & id == 14848 replace district = 1 if congress == 97 & id == 14617 replace district = 2 if congress == 97 & id == 14851 replace district = 1 if congress == 97 & id == 10616 replace district = 2 if congress == 97 & id == 10719 replace district = 3 if congress == 97 & id == 14251 replace district = 4 if congress == 97 & id == 14423 replace district = 5 if congress == 97 & id == 14607 replace district = 6 if congress == 97 & id == 14004 replace district = 7 if congress == 97 & id == 12038 replace district = 8 if congress == 97 & id == 14224 replace district = 1 if congress == 97 & id == 14291 replace district = 2 if congress == 97 & id == 14062 replace district = 3 if congress == 97 & id == 11066 replace district = 4 if congress == 97 & id == 14828 replace district = 5 if congress == 97 & id == 14439 replace district = 6 if congress == 97 & id == 94628 replace district = 7 if congress == 97 & id == 13002 replace district = 8 if congress == 97 & id == 14822 replace district = 9 if congress == 97 & id == 1077 replace district = 10 if congress == 97 & id == 10614 replace district = 11 if congress == 97 & id == 14641 replace district = 12 if congress == 97 & id == 10391 replace district = 13 if congress == 97 & id == 14234 replace district = 14 if congress == 97 & id == 14850 replace district = 15 if congress == 97 & id == 10716 replace district = 16 if congress == 97 & id == 10783 replace district = 17 if congress == 97 & id == 14664 replace district = 18 if congress == 97 & id == 14643 replace district = 19 if congress == 97 & id == 14633 replace district = 20 if congress == 97 & id == 10520 replace district = 21 if congress == 97 & id == 14645 replace district = 22 if congress == 97 & id == 14290 replace district = 23 if congress == 97 & id == 11023 replace district = 24 if congress == 97 & id == 14626 replace district = 1 if congress == 97 & id == 14829 replace district = 2 if congress == 97 & id == 14438 replace district = 1 if congress == 97 & id == 14240 replace district = 1 if congress == 97 & id == 14456 replace district = 2 if congress == 97 & id == 12033 replace district = 3 if congress == 97 & id == 14802 replace district = 4 if congress == 97 & id == 14013 replace district = 5 if congress == 97 & id == 12011 replace district = 6 if congress == 97 & id == 13055 replace district = 7 if congress == 97 & id == 13036 replace district = 8 if congress == 97 & id == 14043 replace district = 9 if congress == 97 & id == 9802 replace district = 10 if congress == 97 & id == 14869 replace district = 1 if congress == 97 & id == 14044 replace district = 2 if congress == 97 & id == 14666 replace district = 3 if congress == 97 & id == 14208 replace district = 4 if congress == 97 & id == 14847 replace district = 5 if congress == 97 & id == 10726 replace district = 6 if congress == 97 & id == 14413 replace district = 7 if congress == 97 & id == 14646 replace district = 1 if congress == 97 & id == 6584 replace district = 2 if congress == 97 & id == 14801 replace district = 3 if congress == 97 & id == 14865 replace district = 4 if congress == 97 & id == 14448 replace district = 1 if congress == 97 & id == 13003 replace district = 2 if congress == 97 & id == 5101 replace district = 3 if congress == 97 & id == 14827 replace district = 4 if congress == 97 & id == 10463 replace district = 5 if congress == 97 & id == 7824 replace district = 6 if congress == 97 & id == 14675 replace district = 7 if congress == 97 & id == 12036 replace district = 8 if congress == 97 & id == 14655 replace district = 9 if congress == 97 & id == 14657 replace district = 1 if congress == 97 & id == 14611 replace district = 0 if congress == 98 & id == 99907 replace district = 1 if congress == 98 & id == 10721 replace district = 2 if congress == 98 & id == 10717 replace district = 3 if congress == 98 & id == 11037 replace district = 4 if congress == 98 & id == 11000 replace district = 5 if congress == 98 & id == 14419 replace district = 6 if congress == 98 & id == 15022 replace district = 7 if congress == 98 & id == 14659 replace district = 1 if congress == 98 & id == 14066 replace district = 1 if congress == 98 & id == 15039 replace district = 2 if congress == 98 & id == 10566 replace district = 3 if congress == 98 & id == 14454 replace district = 4 if congress == 98 & id == 14449 replace district = 5 if congress == 98 & id == 15043 replace district = 1 if congress == 98 & id == 12000 replace district = 2 if congress == 98 & id == 14606 replace district = 3 if congress == 98 & id == 11020 replace district = 4 if congress == 98 & id == 14601 replace district = 1 if congress == 98 & id == 15009 replace district = 2 if congress == 98 & id == 14805 replace district = 3 if congress == 98 & id == 14649 replace district = 4 if congress == 98 & id == 14624 replace district = 5 if congress == 98 & id == 10577 replace district = 5 if congress == 98 & id == 15080 replace district = 6 if congress == 98 & id == 15011 replace district = 7 if congress == 98 & id == 14256 replace district = 8 if congress == 98 & id == 13011 replace district = 9 if congress == 98 & id == 14053 replace district = 10 if congress == 98 & id == 10583 replace district = 11 if congress == 98 & id == 14837 replace district = 12 if congress == 98 & id == 15078 replace district = 13 if congress == 98 & id == 14257 replace district = 14 if congress == 98 & id == 14660 replace district = 15 if congress == 98 & id == 14613 replace district = 16 if congress == 98 & id == 14444 replace district = 17 if congress == 98 & id == 14652 replace district = 18 if congress == 98 & id == 15032 replace district = 19 if congress == 98 & id == 14071 replace district = 20 if congress == 98 & id == 14669 replace district = 21 if congress == 98 & id == 14821 replace district = 22 if congress == 98 & id == 14040 replace district = 23 if congress == 98 & id == 14405 replace district = 24 if congress == 98 & id == 14280 replace district = 25 if congress == 98 & id == 10621 replace district = 26 if congress == 98 & id == 15005 replace district = 27 if congress == 98 & id == 15034 replace district = 28 if congress == 98 & id == 14620 replace district = 29 if congress == 98 & id == 10595 replace district = 30 if congress == 98 & id == 14879 replace district = 31 if congress == 98 & id == 14816 replace district = 32 if congress == 98 & id == 12001 replace district = 33 if congress == 98 & id == 14813 replace district = 34 if congress == 98 & id == 15070 replace district = 35 if congress == 98 & id == 14644 replace district = 36 if congress == 98 & id == 10573 replace district = 37 if congress == 98 & id == 15040 replace district = 38 if congress == 98 & id == 14266 replace district = 39 if congress == 98 & id == 14616 replace district = 40 if congress == 98 & id == 14403 replace district = 41 if congress == 98 & id == 14839 replace district = 42 if congress == 98 & id == 14647 replace district = 43 if congress == 98 & id == 15051 replace district = 44 if congress == 98 & id == 15004 replace district = 45 if congress == 98 & id == 14835 replace district = 1 if congress == 98 & id == 14051 replace district = 2 if congress == 98 & id == 14282 replace district = 3 if congress == 98 & id == 14638 replace district = 4 if congress == 98 & id == 14803 replace district = 5 if congress == 98 & id == 14639 replace district = 6 if congress == 98 & id == 15058 replace district = 6 if congress == 98 & id == 15067 replace district = 1 if congress == 98 & id == 14877 replace district = 2 if congress == 98 & id == 14825 replace district = 3 if congress == 98 & id == 15045 replace district = 4 if congress == 98 & id == 13029 replace district = 5 if congress == 98 & id == 14653 replace district = 6 if congress == 98 & id == 15028 replace district = 1 if congress == 98 & id == 15015 replace district = 1 if congress == 98 & id == 14636 replace district = 2 if congress == 98 & id == 10587 replace district = 3 if congress == 98 & id == 633 replace district = 4 if congress == 98 & id == 12007 replace district = 5 if congress == 98 & id == 14842 replace district = 6 if congress == 98 & id == 15038 replace district = 7 if congress == 98 & id == 10588 replace district = 8 if congress == 98 & id == 13047 replace district = 9 if congress == 98 & id == 15006 replace district = 10 if congress == 98 & id == 94428 replace district = 11 if congress == 98 & id == 14651 replace district = 12 if congress == 98 & id == 15035 replace district = 13 if congress == 98 & id == 15037 replace district = 14 if congress == 98 & id == 14648 replace district = 15 if congress == 98 & id == 14860 replace district = 16 if congress == 98 & id == 15062 replace district = 17 if congress == 98 & id == 14029 replace district = 18 if congress == 98 & id == 7333 replace district = 19 if congress == 98 & id == 3078 replace district = 1 if congress == 98 & id == 15069 replace district = 2 if congress == 98 & id == 14831 replace district = 3 if congress == 98 & id == 15053 replace district = 4 if congress == 98 & id == 14249 replace district = 5 if congress == 98 & id == 14467 replace district = 6 if congress == 98 & id == 14627 replace district = 7 if congress == 98 & id == 14252 replace district = 7 if congress == 98 & id == 15081 replace district = 8 if congress == 98 & id == 15057 replace district = 9 if congress == 98 & id == 14429 replace district = 10 if congress == 98 & id == 14404 replace district = 1 if congress == 98 & id == 14425 replace district = 2 if congress == 98 & id == 14400 replace district = 1 if congress == 98 & id == 14809 replace district = 2 if congress == 98 & id == 10734 replace district = 1 if congress == 98 & id == 14866 replace district = 1 if congress == 98 & id == 15079 replace district = 2 if congress == 98 & id == 14856 replace district = 3 if congress == 98 & id == 14271 replace district = 4 if congress == 98 & id == 14041 replace district = 5 if congress == 98 & id == 15036 replace district = 6 if congress == 98 & id == 14239 replace district = 7 if congress == 98 & id == 14068 replace district = 8 if congress == 98 & id == 8080 replace district = 9 if congress == 98 & id == 10421 replace district = 10 if congress == 98 & id == 14677 replace district = 11 if congress == 98 & id == 10703 replace district = 12 if congress == 98 & id == 12041 replace district = 13 if congress == 98 & id == 10722 replace district = 14 if congress == 98 & id == 14411 replace district = 15 if congress == 98 & id == 14033 replace district = 16 if congress == 98 & id == 14841 replace district = 17 if congress == 98 & id == 15023 replace district = 18 if congress == 98 & id == 6455 replace district = 19 if congress == 98 & id == 14615 replace district = 20 if congress == 98 & id == 15021 replace district = 21 if congress == 98 & id == 7610 replace district = 22 if congress == 98 & id == 14275 replace district = 1 if congress == 98 & id == 14880 replace district = 2 if congress == 98 & id == 14274 replace district = 3 if congress == 98 & id == 14834 replace district = 4 if congress == 98 & id == 14806 replace district = 5 if congress == 98 & id == 13018 replace district = 6 if congress == 98 & id == 15014 replace district = 7 if congress == 98 & id == 11036 replace district = 8 if congress == 98 & id == 15041 replace district = 9 if congress == 98 & id == 10732 replace district = 10 if congress == 98 & id == 10742 replace district = 1 if congress == 98 & id == 14432 replace district = 2 if congress == 98 & id == 14668 replace district = 3 if congress == 98 & id == 14820 replace district = 4 if congress == 98 & id == 8672 replace district = 5 if congress == 98 & id == 14230 replace district = 6 if congress == 98 & id == 14205 replace district = 1 if congress == 98 & id == 14852 replace district = 2 if congress == 98 & id == 15061 replace district = 3 if congress == 98 & id == 11057 replace district = 4 if congress == 98 & id == 14422 replace district = 5 if congress == 98 & id == 14670 replace district = 1 if congress == 98 & id == 14237 replace district = 2 if congress == 98 & id == 6845 replace district = 3 if congress == 98 & id == 13024 replace district = 4 if congress == 98 & id == 10626 replace district = 5 if congress == 98 & id == 14854 replace district = 6 if congress == 98 & id == 14635 replace district = 7 if congress == 98 & id == 7343 replace district = 1 if congress == 98 & id == 14469 replace district = 2 if congress == 98 & id == 14067 replace district = 3 if congress == 98 & id == 14679 replace district = 4 if congress == 98 & id == 14853 replace district = 5 if congress == 98 & id == 14427 replace district = 6 if congress == 98 & id == 14259 replace district = 7 if congress == 98 & id == 13056 replace district = 8 if congress == 98 & id == 10602 replace district = 1 if congress == 98 & id == 15042 replace district = 2 if congress == 98 & id == 14661 replace district = 1 if congress == 98 & id == 14817 replace district = 2 if congress == 98 & id == 10601 replace district = 3 if congress == 98 & id == 14440 replace district = 4 if congress == 98 & id == 14021 replace district = 5 if congress == 98 & id == 14873 replace district = 6 if congress == 98 & id == 14608 replace district = 7 if congress == 98 & id == 13031 replace district = 8 if congress == 98 & id == 14604 replace district = 1 if congress == 98 & id == 2009 replace district = 2 if congress == 98 & id == 830 replace district = 3 if congress == 98 & id == 14216 replace district = 4 if congress == 98 & id == 14824 replace district = 5 if congress == 98 & id == 14658 replace district = 6 if congress == 98 & id == 14650 replace district = 7 if congress == 98 & id == 14435 replace district = 8 if congress == 98 & id == 7081 replace district = 9 if congress == 98 & id == 14039 replace district = 10 if congress == 98 & id == 14055 replace district = 11 if congress == 98 & id == 14621 replace district = 1 if congress == 98 & id == 10713 replace district = 2 if congress == 98 & id == 14446 replace district = 3 if congress == 98 & id == 14673 replace district = 4 if congress == 98 & id == 14872 replace district = 5 if congress == 98 & id == 14450 replace district = 6 if congress == 98 & id == 14210 replace district = 7 if congress == 98 & id == 14430 replace district = 8 if congress == 98 & id == 14075 replace district = 9 if congress == 98 & id == 10794 replace district = 10 if congress == 98 & id == 14600 replace district = 11 if congress == 98 & id == 14618 replace district = 12 if congress == 98 & id == 14407 replace district = 13 if congress == 98 & id == 14681 replace district = 14 if congress == 98 & id == 14833 replace district = 15 if congress == 98 & id == 10727 replace district = 16 if congress == 98 & id == 2605 replace district = 17 if congress == 98 & id == 15033 replace district = 18 if congress == 98 & id == 1087 replace district = 1 if congress == 98 & id == 15052 replace district = 2 if congress == 98 & id == 14868 replace district = 3 if congress == 98 & id == 13015 replace district = 4 if congress == 98 & id == 14458 replace district = 5 if congress == 98 & id == 14656 replace district = 6 if congress == 98 & id == 15059 replace district = 7 if congress == 98 & id == 14466 replace district = 8 if congress == 98 & id == 14265 replace district = 1 if congress == 98 & id == 10075 replace district = 2 if congress == 98 & id == 15025 replace district = 3 if congress == 98 & id == 11035 replace district = 4 if congress == 98 & id == 14874 replace district = 5 if congress == 98 & id == 14031 replace district = 1 if congress == 98 & id == 12009 replace district = 2 if congress == 98 & id == 14465 replace district = 3 if congress == 98 & id == 14421 replace district = 4 if congress == 98 & id == 14451 replace district = 5 if congress == 98 & id == 15076 replace district = 6 if congress == 98 & id == 14410 replace district = 7 if congress == 98 & id == 14057 replace district = 8 if congress == 98 & id == 14819 replace district = 9 if congress == 98 & id == 14459 replace district = 1 if congress == 98 & id == 14672 replace district = 2 if congress == 98 & id == 14437 replace district = 1 if congress == 98 & id == 14605 replace district = 2 if congress == 98 & id == 14810 replace district = 3 if congress == 98 & id == 14276 replace district = 1 if congress == 98 & id == 15054 replace district = 2 if congress == 98 & id == 15075 replace district = 1 if congress == 98 & id == 14284 replace district = 2 if congress == 98 & id == 14826 replace district = 1 if congress == 98 & id == 14223 replace district = 2 if congress == 98 & id == 14238 replace district = 3 if congress == 98 & id == 10739 replace district = 4 if congress == 98 & id == 14863 replace district = 5 if congress == 98 & id == 14855 replace district = 6 if congress == 98 & id == 14815 replace district = 7 if congress == 98 & id == 14046 replace district = 8 if congress == 98 & id == 12042 replace district = 9 if congress == 98 & id == 15071 replace district = 10 if congress == 98 & id == 8010 replace district = 11 if congress == 98 & id == 10609 replace district = 12 if congress == 98 & id == 14614 replace district = 13 if congress == 98 & id == 12046 replace district = 14 if congress == 98 & id == 14631 replace district = 1 if congress == 98 & id == 12022 replace district = 2 if congress == 98 & id == 14861 replace district = 3 if congress == 98 & id == 15055 replace district = 1 if congress == 98 & id == 14610 replace district = 2 if congress == 98 & id == 14214 replace district = 3 if congress == 98 & id == 15046 replace district = 4 if congress == 98 & id == 13021 replace district = 5 if congress == 98 & id == 14845 replace district = 6 if congress == 98 & id == 10500 replace district = 7 if congress == 98 & id == 15000 replace district = 8 if congress == 98 & id == 10768 replace district = 9 if congress == 98 & id == 14625 replace district = 10 if congress == 98 & id == 14858 replace district = 11 if congress == 98 & id == 15072 replace district = 12 if congress == 98 & id == 15050 replace district = 13 if congress == 98 & id == 14277 replace district = 14 if congress == 98 & id == 14846 replace district = 15 if congress == 98 & id == 14471 replace district = 16 if congress == 98 & id == 13035 replace district = 17 if congress == 98 & id == 14463 replace district = 18 if congress == 98 & id == 14470 replace district = 19 if congress == 98 & id == 12003 replace district = 20 if congress == 98 & id == 10760 replace district = 21 if congress == 98 & id == 12013 replace district = 22 if congress == 98 & id == 14015 replace district = 23 if congress == 98 & id == 9017 replace district = 24 if congress == 98 & id == 14662 replace district = 25 if congress == 98 & id == 15007 replace district = 26 if congress == 98 & id == 14840 replace district = 27 if congress == 98 & id == 14870 replace district = 28 if congress == 98 & id == 14253 replace district = 29 if congress == 98 & id == 10596 replace district = 30 if congress == 98 & id == 10712 replace district = 31 if congress == 98 & id == 13020 replace district = 32 if congress == 98 & id == 14248 replace district = 33 if congress == 98 & id == 14264 replace district = 34 if congress == 98 & id == 14289 replace district = 1 if congress == 98 & id == 10788 replace district = 2 if congress == 98 & id == 15073 replace district = 3 if congress == 98 & id == 14464 replace district = 4 if congress == 98 & id == 14001 replace district = 5 if congress == 98 & id == 14262 replace district = 6 if congress == 98 & id == 15012 replace district = 7 if congress == 98 & id == 14048 replace district = 8 if congress == 98 & id == 14233 replace district = 9 if congress == 98 & id == 14035 replace district = 10 if congress == 98 & id == 10574 replace district = 11 if congress == 98 & id == 15017 replace district = 1 if congress == 98 & id == 14812 replace district = 1 if congress == 98 & id == 14070 replace district = 2 if congress == 98 & id == 14225 replace district = 3 if congress == 98 & id == 14632 replace district = 4 if congress == 98 & id == 14875 replace district = 5 if congress == 98 & id == 5495 replace district = 6 if congress == 98 & id == 14844 replace district = 7 if congress == 98 & id == 15020 replace district = 8 if congress == 98 & id == 14245 replace district = 9 if congress == 98 & id == 15029 replace district = 10 if congress == 98 & id == 11034 replace district = 11 if congress == 98 & id == 14818 replace district = 12 if congress == 98 & id == 15030 replace district = 13 if congress == 98 & id == 14445 replace district = 14 if congress == 98 & id == 13040 replace district = 15 if congress == 98 & id == 11058 replace district = 16 if congress == 98 & id == 14045 replace district = 17 if congress == 98 & id == 14671 replace district = 18 if congress == 98 & id == 14402 replace district = 19 if congress == 98 & id == 15024 replace district = 20 if congress == 98 & id == 14443 replace district = 21 if congress == 98 & id == 12030 replace district = 1 if congress == 98 & id == 14026 replace district = 2 if congress == 98 & id == 14667 replace district = 3 if congress == 98 & id == 14462 replace district = 4 if congress == 98 & id == 14843 replace district = 5 if congress == 98 & id == 14415 replace district = 6 if congress == 98 & id == 14219 replace district = 1 if congress == 98 & id == 14201 replace district = 2 if congress == 98 & id == 15063 replace district = 3 if congress == 98 & id == 14871 replace district = 4 if congress == 98 & id == 14281 replace district = 5 if congress == 98 & id == 14864 replace district = 1 if congress == 98 & id == 14823 replace district = 2 if congress == 98 & id == 14629 replace district = 3 if congress == 98 & id == 15008 replace district = 4 if congress == 98 & id == 15031 replace district = 5 if congress == 98 & id == 14273 replace district = 6 if congress == 98 & id == 12035 replace district = 7 if congress == 98 & id == 14217 replace district = 8 if congress == 98 & id == 14431 replace district = 9 if congress == 98 & id == 14052 replace district = 10 if congress == 98 & id == 10607 replace district = 11 if congress == 98 & id == 15027 replace district = 12 if congress == 98 & id == 14072 replace district = 13 if congress == 98 & id == 12010 replace district = 14 if congress == 98 & id == 14808 replace district = 15 if congress == 98 & id == 14654 replace district = 16 if congress == 98 & id == 14461 replace district = 17 if congress == 98 & id == 15026 replace district = 18 if congress == 98 & id == 14460 replace district = 19 if congress == 98 & id == 14288 replace district = 20 if congress == 98 & id == 11067 replace district = 21 if congress == 98 & id == 15056 replace district = 22 if congress == 98 & id == 14441 replace district = 23 if congress == 98 & id == 14612 replace district = 1 if congress == 98 & id == 10561 replace district = 2 if congress == 98 & id == 14857 replace district = 1 if congress == 98 & id == 14830 replace district = 2 if congress == 98 & id == 13042 replace district = 3 if congress == 98 & id == 14212 replace district = 4 if congress == 98 & id == 14609 replace district = 5 if congress == 98 & id == 15064 replace district = 6 if congress == 98 & id == 15068 replace district = 1 if congress == 98 & id == 14617 replace district = 1 if congress == 98 & id == 10616 replace district = 2 if congress == 98 & id == 10719 replace district = 3 if congress == 98 & id == 14251 replace district = 4 if congress == 98 & id == 15019 replace district = 5 if congress == 98 & id == 14607 replace district = 6 if congress == 98 & id == 14423 replace district = 7 if congress == 98 & id == 15066 replace district = 8 if congress == 98 & id == 12038 replace district = 9 if congress == 98 & id == 14224 replace district = 1 if congress == 98 & id == 14291 replace district = 2 if congress == 98 & id == 14062 replace district = 3 if congress == 98 & id == 15002 replace district = 4 if congress == 98 & id == 14828 replace district = 5 if congress == 98 & id == 15013 replace district = 6 if congress == 98 & id == 14628 replace district = 7 if congress == 98 & id == 13002 replace district = 8 if congress == 98 & id == 14822 replace district = 9 if congress == 98 & id == 1077 replace district = 10 if congress == 98 & id == 10614 replace district = 11 if congress == 98 & id == 14641 replace district = 12 if congress == 98 & id == 10391 replace district = 13 if congress == 98 & id == 14234 replace district = 14 if congress == 98 & id == 14850 replace district = 15 if congress == 98 & id == 10716 replace district = 16 if congress == 98 & id == 15018 replace district = 17 if congress == 98 & id == 14664 replace district = 18 if congress == 98 & id == 14643 replace district = 19 if congress == 98 & id == 14633 replace district = 20 if congress == 98 & id == 10520 replace district = 21 if congress == 98 & id == 14645 replace district = 22 if congress == 98 & id == 14290 replace district = 23 if congress == 98 & id == 11023 replace district = 24 if congress == 98 & id == 14626 replace district = 25 if congress == 98 & id == 15001 replace district = 26 if congress == 98 & id == 15074 replace district = 27 if congress == 98 & id == 15049 replace district = 1 if congress == 98 & id == 14829 replace district = 2 if congress == 98 & id == 14438 replace district = 3 if congress == 98 & id == 15047 replace district = 1 if congress == 98 & id == 14240 replace district = 1 if congress == 98 & id == 15003 replace district = 2 if congress == 98 & id == 12033 replace district = 3 if congress == 98 & id == 14802 replace district = 4 if congress == 98 & id == 15060 replace district = 5 if congress == 98 & id == 12011 replace district = 6 if congress == 98 & id == 15048 replace district = 7 if congress == 98 & id == 13036 replace district = 8 if congress == 98 & id == 14043 replace district = 9 if congress == 98 & id == 15010 replace district = 10 if congress == 98 & id == 14869 replace district = 1 if congress == 98 & id == 14044 replace district = 2 if congress == 98 & id == 14666 replace district = 3 if congress == 98 & id == 14208 replace district = 4 if congress == 98 & id == 14847 replace district = 5 if congress == 98 & id == 10726 replace district = 6 if congress == 98 & id == 14413 replace district = 7 if congress == 98 & id == 14646 replace district = 8 if congress == 98 & id == 15016 replace district = 1 if congress == 98 & id == 15083 replace district = 2 if congress == 98 & id == 15065 replace district = 3 if congress == 98 & id == 15077 replace district = 4 if congress == 98 & id == 14448 replace district = 1 if congress == 98 & id == 13003 replace district = 2 if congress == 98 & id == 5101 replace district = 3 if congress == 98 & id == 14827 replace district = 4 if congress == 98 & id == 10463 replace district = 4 if congress == 98 & id == 15082 replace district = 5 if congress == 98 & id == 15044 replace district = 6 if congress == 98 & id == 14675 replace district = 7 if congress == 98 & id == 12036 replace district = 8 if congress == 98 & id == 14655 replace district = 9 if congress == 98 & id == 14657 replace district = 1 if congress == 98 & id == 14611 replace district = 0 if congress == 99 & id == 99907 replace district = 1 if congress == 99 & id == 15090 replace district = 2 if congress == 99 & id == 10717 replace district = 3 if congress == 99 & id == 11037 replace district = 4 if congress == 99 & id == 11000 replace district = 5 if congress == 99 & id == 14419 replace district = 6 if congress == 99 & id == 15022 replace district = 7 if congress == 99 & id == 14659 replace district = 1 if congress == 99 & id == 14066 replace district = 1 if congress == 99 & id == 15039 replace district = 2 if congress == 99 & id == 10566 replace district = 3 if congress == 99 & id == 14454 replace district = 4 if congress == 99 & id == 14449 replace district = 5 if congress == 99 & id == 15105 replace district = 1 if congress == 99 & id == 12000 replace district = 2 if congress == 99 & id == 15122 replace district = 3 if congress == 99 & id == 11020 replace district = 4 if congress == 99 & id == 14601 replace district = 1 if congress == 99 & id == 15009 replace district = 2 if congress == 99 & id == 14805 replace district = 3 if congress == 99 & id == 14649 replace district = 4 if congress == 99 & id == 14624 replace district = 5 if congress == 99 & id == 15080 replace district = 6 if congress == 99 & id == 15011 replace district = 7 if congress == 99 & id == 14256 replace district = 8 if congress == 99 & id == 13011 replace district = 9 if congress == 99 & id == 14053 replace district = 10 if congress == 99 & id == 10583 replace district = 11 if congress == 99 & id == 14837 replace district = 12 if congress == 99 & id == 15078 replace district = 13 if congress == 99 & id == 14257 replace district = 14 if congress == 99 & id == 14660 replace district = 15 if congress == 99 & id == 14613 replace district = 16 if congress == 99 & id == 14444 replace district = 17 if congress == 99 & id == 14652 replace district = 18 if congress == 99 & id == 15032 replace district = 19 if congress == 99 & id == 14071 replace district = 20 if congress == 99 & id == 14669 replace district = 21 if congress == 99 & id == 14821 replace district = 22 if congress == 99 & id == 14040 replace district = 23 if congress == 99 & id == 14405 replace district = 24 if congress == 99 & id == 14280 replace district = 25 if congress == 99 & id == 10621 replace district = 26 if congress == 99 & id == 15005 replace district = 27 if congress == 99 & id == 15034 replace district = 28 if congress == 99 & id == 14620 replace district = 29 if congress == 99 & id == 10595 replace district = 30 if congress == 99 & id == 14879 replace district = 31 if congress == 99 & id == 14816 replace district = 32 if congress == 99 & id == 12001 replace district = 33 if congress == 99 & id == 14813 replace district = 34 if congress == 99 & id == 15070 replace district = 35 if congress == 99 & id == 14644 replace district = 36 if congress == 99 & id == 10573 replace district = 37 if congress == 99 & id == 15040 replace district = 38 if congress == 99 & id == 14414 replace district = 39 if congress == 99 & id == 14616 replace district = 40 if congress == 99 & id == 14403 replace district = 41 if congress == 99 & id == 14839 replace district = 42 if congress == 99 & id == 14647 replace district = 43 if congress == 99 & id == 15051 replace district = 44 if congress == 99 & id == 15004 replace district = 45 if congress == 99 & id == 14835 replace district = 1 if congress == 99 & id == 14051 replace district = 2 if congress == 99 & id == 14282 replace district = 3 if congress == 99 & id == 15118 replace district = 4 if congress == 99 & id == 14803 replace district = 5 if congress == 99 & id == 14639 replace district = 6 if congress == 99 & id == 15058 replace district = 1 if congress == 99 & id == 14877 replace district = 2 if congress == 99 & id == 14825 replace district = 3 if congress == 99 & id == 15045 replace district = 4 if congress == 99 & id == 13029 replace district = 5 if congress == 99 & id == 15123 replace district = 6 if congress == 99 & id == 15028 replace district = 1 if congress == 99 & id == 15015 replace district = 1 if congress == 99 & id == 14636 replace district = 2 if congress == 99 & id == 10587 replace district = 3 if congress == 99 & id == 633 replace district = 4 if congress == 99 & id == 12007 replace district = 5 if congress == 99 & id == 14842 replace district = 6 if congress == 99 & id == 15038 replace district = 7 if congress == 99 & id == 10588 replace district = 8 if congress == 99 & id == 13047 replace district = 9 if congress == 99 & id == 15006 replace district = 10 if congress == 99 & id == 14428 replace district = 11 if congress == 99 & id == 14651 replace district = 12 if congress == 99 & id == 15035 replace district = 13 if congress == 99 & id == 15037 replace district = 14 if congress == 99 & id == 14648 replace district = 15 if congress == 99 & id == 14860 replace district = 16 if congress == 99 & id == 15062 replace district = 17 if congress == 99 & id == 14029 replace district = 18 if congress == 99 & id == 7333 replace district = 19 if congress == 99 & id == 3078 replace district = 1 if congress == 99 & id == 15069 replace district = 2 if congress == 99 & id == 14831 replace district = 3 if congress == 99 & id == 15053 replace district = 4 if congress == 99 & id == 15120 replace district = 5 if congress == 99 & id == 14467 replace district = 6 if congress == 99 & id == 14627 replace district = 7 if congress == 99 & id == 15081 replace district = 8 if congress == 99 & id == 15057 replace district = 9 if congress == 99 & id == 14429 replace district = 10 if congress == 99 & id == 14404 replace district = 1 if congress == 99 & id == 14425 replace district = 1 if congress == 99 & id == 15245 replace district = 2 if congress == 99 & id == 14400 replace district = 1 if congress == 99 & id == 14809 replace district = 2 if congress == 99 & id == 15117 replace district = 1 if congress == 99 & id == 15079 replace district = 2 if congress == 99 & id == 14856 replace district = 3 if congress == 99 & id == 14271 replace district = 4 if congress == 99 & id == 14041 replace district = 5 if congress == 99 & id == 15036 replace district = 6 if congress == 99 & id == 14239 replace district = 7 if congress == 99 & id == 14068 replace district = 8 if congress == 99 & id == 8080 replace district = 9 if congress == 99 & id == 10421 replace district = 10 if congress == 99 & id == 14677 replace district = 11 if congress == 99 & id == 10703 replace district = 12 if congress == 99 & id == 12041 replace district = 13 if congress == 99 & id == 15098 replace district = 14 if congress == 99 & id == 15102 replace district = 15 if congress == 99 & id == 14033 replace district = 16 if congress == 99 & id == 14841 replace district = 17 if congress == 99 & id == 15023 replace district = 18 if congress == 99 & id == 6455 replace district = 19 if congress == 99 & id == 15088 replace district = 20 if congress == 99 & id == 15021 replace district = 21 if congress == 99 & id == 7610 replace district = 22 if congress == 99 & id == 15101 replace district = 1 if congress == 99 & id == 15124 replace district = 2 if congress == 99 & id == 14274 replace district = 3 if congress == 99 & id == 14834 replace district = 4 if congress == 99 & id == 14806 replace district = 5 if congress == 99 & id == 13018 replace district = 6 if congress == 99 & id == 15014 replace district = 7 if congress == 99 & id == 11036 replace district = 8 if congress == 99 & id == 15041 replace district = 9 if congress == 99 & id == 10732 replace district = 10 if congress == 99 & id == 10742 replace district = 1 if congress == 99 & id == 14432 replace district = 2 if congress == 99 & id == 14668 replace district = 3 if congress == 99 & id == 14820 replace district = 4 if congress == 99 & id == 8672 replace district = 5 if congress == 99 & id == 15106 replace district = 6 if congress == 99 & id == 14205 replace district = 1 if congress == 99 & id == 14852 replace district = 2 if congress == 99 & id == 15061 replace district = 3 if congress == 99 & id == 15109 replace district = 4 if congress == 99 & id == 14422 replace district = 5 if congress == 99 & id == 14670 replace district = 1 if congress == 99 & id == 14237 replace district = 2 if congress == 99 & id == 6845 replace district = 3 if congress == 99 & id == 13024 replace district = 4 if congress == 99 & id == 10626 replace district = 5 if congress == 99 & id == 14854 replace district = 6 if congress == 99 & id == 14635 replace district = 7 if congress == 99 & id == 15228 replace district = 1 if congress == 99 & id == 14469 replace district = 2 if congress == 99 & id == 14067 replace district = 3 if congress == 99 & id == 14679 replace district = 4 if congress == 99 & id == 14853 replace district = 5 if congress == 99 & id == 14427 replace district = 6 if congress == 99 & id == 14259 replace district = 7 if congress == 99 & id == 13056 replace district = 8 if congress == 99 & id == 10602 replace district = 8 if congress == 99 & id == 15128 replace district = 1 if congress == 99 & id == 15042 replace district = 2 if congress == 99 & id == 14661 replace district = 1 if congress == 99 & id == 14817 replace district = 2 if congress == 99 & id == 15086 replace district = 3 if congress == 99 & id == 14440 replace district = 4 if congress == 99 & id == 14021 replace district = 5 if congress == 99 & id == 14873 replace district = 6 if congress == 99 & id == 14608 replace district = 7 if congress == 99 & id == 13031 replace district = 8 if congress == 99 & id == 14604 replace district = 1 if congress == 99 & id == 2009 replace district = 2 if congress == 99 & id == 830 replace district = 3 if congress == 99 & id == 14216 replace district = 4 if congress == 99 & id == 14824 replace district = 5 if congress == 99 & id == 15084 replace district = 6 if congress == 99 & id == 14650 replace district = 7 if congress == 99 & id == 14435 replace district = 8 if congress == 99 & id == 7081 replace district = 9 if congress == 99 & id == 14039 replace district = 10 if congress == 99 & id == 14055 replace district = 11 if congress == 99 & id == 14621 replace district = 1 if congress == 99 & id == 10713 replace district = 2 if congress == 99 & id == 14446 replace district = 3 if congress == 99 & id == 14673 replace district = 4 if congress == 99 & id == 14872 replace district = 5 if congress == 99 & id == 15103 replace district = 6 if congress == 99 & id == 14210 replace district = 7 if congress == 99 & id == 14430 replace district = 8 if congress == 99 & id == 14075 replace district = 9 if congress == 99 & id == 10794 replace district = 10 if congress == 99 & id == 15114 replace district = 11 if congress == 99 & id == 14618 replace district = 12 if congress == 99 & id == 14407 replace district = 13 if congress == 99 & id == 14681 replace district = 14 if congress == 99 & id == 14833 replace district = 15 if congress == 99 & id == 10727 replace district = 16 if congress == 99 & id == 2605 replace district = 17 if congress == 99 & id == 15033 replace district = 18 if congress == 99 & id == 1087 replace district = 1 if congress == 99 & id == 15052 replace district = 2 if congress == 99 & id == 14868 replace district = 3 if congress == 99 & id == 13015 replace district = 4 if congress == 99 & id == 14458 replace district = 5 if congress == 99 & id == 14656 replace district = 6 if congress == 99 & id == 15059 replace district = 7 if congress == 99 & id == 14466 replace district = 8 if congress == 99 & id == 14265 replace district = 1 if congress == 99 & id == 10075 replace district = 2 if congress == 99 & id == 15025 replace district = 3 if congress == 99 & id == 11035 replace district = 4 if congress == 99 & id == 14874 replace district = 5 if congress == 99 & id == 14031 replace district = 1 if congress == 99 & id == 12009 replace district = 2 if congress == 99 & id == 14465 replace district = 3 if congress == 99 & id == 14421 replace district = 4 if congress == 99 & id == 14451 replace district = 5 if congress == 99 & id == 15076 replace district = 6 if congress == 99 & id == 14410 replace district = 7 if congress == 99 & id == 14057 replace district = 8 if congress == 99 & id == 14819 replace district = 9 if congress == 99 & id == 14459 replace district = 1 if congress == 99 & id == 14672 replace district = 2 if congress == 99 & id == 14437 replace district = 1 if congress == 99 & id == 14605 replace district = 2 if congress == 99 & id == 14810 replace district = 3 if congress == 99 & id == 14276 replace district = 1 if congress == 99 & id == 15054 replace district = 2 if congress == 99 & id == 15075 replace district = 1 if congress == 99 & id == 15116 replace district = 2 if congress == 99 & id == 14826 replace district = 1 if congress == 99 & id == 14223 replace district = 2 if congress == 99 & id == 14238 replace district = 3 if congress == 99 & id == 10739 replace district = 4 if congress == 99 & id == 14863 replace district = 5 if congress == 99 & id == 14855 replace district = 6 if congress == 99 & id == 14815 replace district = 7 if congress == 99 & id == 14046 replace district = 8 if congress == 99 & id == 12042 replace district = 9 if congress == 99 & id == 15071 replace district = 10 if congress == 99 & id == 8010 replace district = 11 if congress == 99 & id == 15099 replace district = 12 if congress == 99 & id == 14614 replace district = 13 if congress == 99 & id == 15112 replace district = 14 if congress == 99 & id == 14631 replace district = 1 if congress == 99 & id == 12022 replace district = 2 if congress == 99 & id == 14861 replace district = 3 if congress == 99 & id == 15055 replace district = 1 if congress == 99 & id == 14610 replace district = 2 if congress == 99 & id == 14214 replace district = 3 if congress == 99 & id == 15046 replace district = 4 if congress == 99 & id == 13021 replace district = 5 if congress == 99 & id == 14845 replace district = 6 if congress == 99 & id == 10500 replace district = 6 if congress == 99 & id == 15244 replace district = 7 if congress == 99 & id == 15000 replace district = 8 if congress == 99 & id == 10768 replace district = 9 if congress == 99 & id == 15107 replace district = 10 if congress == 99 & id == 14858 replace district = 11 if congress == 99 & id == 15072 replace district = 12 if congress == 99 & id == 15050 replace district = 13 if congress == 99 & id == 14277 replace district = 14 if congress == 99 & id == 14846 replace district = 15 if congress == 99 & id == 14471 replace district = 16 if congress == 99 & id == 13035 replace district = 17 if congress == 99 & id == 14463 replace district = 18 if congress == 99 & id == 14470 replace district = 19 if congress == 99 & id == 12003 replace district = 20 if congress == 99 & id == 15095 replace district = 21 if congress == 99 & id == 12013 replace district = 22 if congress == 99 & id == 14015 replace district = 23 if congress == 99 & id == 9017 replace district = 24 if congress == 99 & id == 14662 replace district = 25 if congress == 99 & id == 15007 replace district = 26 if congress == 99 & id == 14840 replace district = 27 if congress == 99 & id == 14870 replace district = 28 if congress == 99 & id == 14253 replace district = 29 if congress == 99 & id == 10596 replace district = 30 if congress == 99 & id == 15097 replace district = 31 if congress == 99 & id == 13020 replace district = 32 if congress == 99 & id == 14248 replace district = 33 if congress == 99 & id == 14264 replace district = 34 if congress == 99 & id == 14289 replace district = 1 if congress == 99 & id == 10788 replace district = 2 if congress == 99 & id == 15073 replace district = 3 if congress == 99 & id == 14464 replace district = 4 if congress == 99 & id == 15091 replace district = 5 if congress == 99 & id == 14262 replace district = 6 if congress == 99 & id == 15092 replace district = 7 if congress == 99 & id == 14048 replace district = 8 if congress == 99 & id == 14233 replace district = 9 if congress == 99 & id == 15108 replace district = 10 if congress == 99 & id == 10574 replace district = 11 if congress == 99 & id == 14832 replace district = 1 if congress == 99 & id == 14812 replace district = 1 if congress == 99 & id == 14070 replace district = 2 if congress == 99 & id == 14225 replace district = 3 if congress == 99 & id == 14632 replace district = 4 if congress == 99 & id == 14875 replace district = 5 if congress == 99 & id == 5495 replace district = 6 if congress == 99 & id == 14844 replace district = 7 if congress == 99 & id == 15020 replace district = 8 if congress == 99 & id == 14245 replace district = 9 if congress == 99 & id == 15029 replace district = 10 if congress == 99 & id == 11034 replace district = 11 if congress == 99 & id == 14818 replace district = 12 if congress == 99 & id == 15030 replace district = 13 if congress == 99 & id == 14445 replace district = 14 if congress == 99 & id == 13040 replace district = 15 if congress == 99 & id == 11058 replace district = 16 if congress == 99 & id == 14045 replace district = 17 if congress == 99 & id == 15121 replace district = 18 if congress == 99 & id == 14402 replace district = 19 if congress == 99 & id == 15024 replace district = 20 if congress == 99 & id == 14443 replace district = 21 if congress == 99 & id == 12030 replace district = 1 if congress == 99 & id == 14026 replace district = 2 if congress == 99 & id == 14667 replace district = 3 if congress == 99 & id == 14462 replace district = 4 if congress == 99 & id == 14843 replace district = 5 if congress == 99 & id == 14415 replace district = 6 if congress == 99 & id == 14219 replace district = 1 if congress == 99 & id == 14201 replace district = 2 if congress == 99 & id == 15063 replace district = 3 if congress == 99 & id == 14871 replace district = 4 if congress == 99 & id == 14281 replace district = 5 if congress == 99 & id == 14864 replace district = 1 if congress == 99 & id == 14823 replace district = 2 if congress == 99 & id == 14629 replace district = 3 if congress == 99 & id == 15008 replace district = 4 if congress == 99 & id == 15031 replace district = 5 if congress == 99 & id == 14273 replace district = 6 if congress == 99 & id == 12035 replace district = 7 if congress == 99 & id == 14217 replace district = 8 if congress == 99 & id == 14431 replace district = 9 if congress == 99 & id == 14052 replace district = 10 if congress == 99 & id == 10607 replace district = 11 if congress == 99 & id == 15104 replace district = 12 if congress == 99 & id == 14072 replace district = 13 if congress == 99 & id == 12010 replace district = 14 if congress == 99 & id == 14808 replace district = 15 if congress == 99 & id == 14654 replace district = 16 if congress == 99 & id == 14461 replace district = 17 if congress == 99 & id == 15026 replace district = 18 if congress == 99 & id == 14460 replace district = 19 if congress == 99 & id == 14288 replace district = 20 if congress == 99 & id == 11067 replace district = 21 if congress == 99 & id == 15056 replace district = 22 if congress == 99 & id == 14441 replace district = 23 if congress == 99 & id == 14612 replace district = 1 if congress == 99 & id == 10561 replace district = 2 if congress == 99 & id == 14857 replace district = 1 if congress == 99 & id == 14830 replace district = 2 if congress == 99 & id == 13042 replace district = 3 if congress == 99 & id == 14212 replace district = 4 if congress == 99 & id == 14609 replace district = 5 if congress == 99 & id == 15064 replace district = 6 if congress == 99 & id == 15068 replace district = 1 if congress == 99 & id == 14617 replace district = 1 if congress == 99 & id == 10616 replace district = 2 if congress == 99 & id == 10719 replace district = 3 if congress == 99 & id == 14251 replace district = 4 if congress == 99 & id == 15019 replace district = 5 if congress == 99 & id == 14607 replace district = 6 if congress == 99 & id == 15100 replace district = 7 if congress == 99 & id == 15066 replace district = 8 if congress == 99 & id == 12038 replace district = 9 if congress == 99 & id == 14224 replace district = 1 if congress == 99 & id == 14291 replace district = 1 if congress == 99 & id == 15129 replace district = 2 if congress == 99 & id == 14062 replace district = 3 if congress == 99 & id == 15002 replace district = 4 if congress == 99 & id == 14828 replace district = 5 if congress == 99 & id == 15013 replace district = 6 if congress == 99 & id == 15085 replace district = 7 if congress == 99 & id == 13002 replace district = 8 if congress == 99 & id == 14822 replace district = 9 if congress == 99 & id == 1077 replace district = 10 if congress == 99 & id == 10614 replace district = 11 if congress == 99 & id == 14641 replace district = 12 if congress == 99 & id == 10391 replace district = 13 if congress == 99 & id == 15087 replace district = 14 if congress == 99 & id == 15119 replace district = 15 if congress == 99 & id == 10716 replace district = 16 if congress == 99 & id == 15018 replace district = 17 if congress == 99 & id == 14664 replace district = 18 if congress == 99 & id == 14643 replace district = 19 if congress == 99 & id == 15093 replace district = 20 if congress == 99 & id == 10520 replace district = 21 if congress == 99 & id == 14645 replace district = 22 if congress == 99 & id == 15094 replace district = 23 if congress == 99 & id == 15089 replace district = 24 if congress == 99 & id == 14626 replace district = 25 if congress == 99 & id == 15001 replace district = 26 if congress == 99 & id == 15125 replace district = 27 if congress == 99 & id == 15049 replace district = 1 if congress == 99 & id == 14829 replace district = 2 if congress == 99 & id == 15111 replace district = 3 if congress == 99 & id == 15047 replace district = 1 if congress == 99 & id == 14240 replace district = 1 if congress == 99 & id == 15003 replace district = 2 if congress == 99 & id == 12033 replace district = 3 if congress == 99 & id == 14802 replace district = 4 if congress == 99 & id == 15060 replace district = 5 if congress == 99 & id == 12011 replace district = 6 if congress == 99 & id == 15048 replace district = 7 if congress == 99 & id == 15115 replace district = 8 if congress == 99 & id == 14043 replace district = 9 if congress == 99 & id == 15010 replace district = 10 if congress == 99 & id == 14869 replace district = 1 if congress == 99 & id == 15110 replace district = 2 if congress == 99 & id == 14666 replace district = 3 if congress == 99 & id == 14208 replace district = 4 if congress == 99 & id == 14847 replace district = 5 if congress == 99 & id == 10726 replace district = 6 if congress == 99 & id == 14413 replace district = 7 if congress == 99 & id == 14646 replace district = 8 if congress == 99 & id == 15016 replace district = 1 if congress == 99 & id == 15083 replace district = 2 if congress == 99 & id == 15065 replace district = 3 if congress == 99 & id == 15077 replace district = 4 if congress == 99 & id == 14448 replace district = 1 if congress == 99 & id == 13003 replace district = 2 if congress == 99 & id == 5101 replace district = 3 if congress == 99 & id == 14827 replace district = 4 if congress == 99 & id == 15082 replace district = 5 if congress == 99 & id == 15044 replace district = 6 if congress == 99 & id == 14675 replace district = 7 if congress == 99 & id == 12036 replace district = 8 if congress == 99 & id == 14655 replace district = 9 if congress == 99 & id == 14657 replace district = 1 if congress == 99 & id == 14611 replace district = 0 if congress == 100 & id == 99907 replace district = 1 if congress == 100 & id == 15090 replace district = 2 if congress == 100 & id == 10717 replace district = 3 if congress == 100 & id == 11037 replace district = 4 if congress == 100 & id == 11000 replace district = 5 if congress == 100 & id == 14419 replace district = 6 if congress == 100 & id == 15022 replace district = 7 if congress == 100 & id == 15416 replace district = 1 if congress == 100 & id == 14066 replace district = 1 if congress == 100 & id == 15440 replace district = 2 if congress == 100 & id == 10566 replace district = 3 if congress == 100 & id == 14454 replace district = 4 if congress == 100 & id == 15429 replace district = 5 if congress == 100 & id == 15105 replace district = 1 if congress == 100 & id == 12000 replace district = 2 if congress == 100 & id == 15122 replace district = 3 if congress == 100 & id == 11020 replace district = 4 if congress == 100 & id == 14601 replace district = 1 if congress == 100 & id == 15009 replace district = 2 if congress == 100 & id == 15420 replace district = 3 if congress == 100 & id == 14649 replace district = 4 if congress == 100 & id == 14624 replace district = 5 if congress == 100 & id == 15080 replace district = 5 if congress == 100 & id == 15448 replace district = 6 if congress == 100 & id == 15011 replace district = 7 if congress == 100 & id == 14256 replace district = 8 if congress == 100 & id == 13011 replace district = 9 if congress == 100 & id == 14053 replace district = 10 if congress == 100 & id == 10583 replace district = 11 if congress == 100 & id == 14837 replace district = 12 if congress == 100 & id == 15428 replace district = 13 if congress == 100 & id == 14257 replace district = 14 if congress == 100 & id == 14660 replace district = 15 if congress == 100 & id == 14613 replace district = 16 if congress == 100 & id == 14444 replace district = 17 if congress == 100 & id == 14652 replace district = 18 if congress == 100 & id == 15032 replace district = 19 if congress == 100 & id == 14071 replace district = 20 if congress == 100 & id == 14669 replace district = 21 if congress == 100 & id == 15413 replace district = 22 if congress == 100 & id == 14040 replace district = 23 if congress == 100 & id == 14405 replace district = 24 if congress == 100 & id == 14280 replace district = 25 if congress == 100 & id == 10621 replace district = 26 if congress == 100 & id == 15005 replace district = 27 if congress == 100 & id == 15034 replace district = 28 if congress == 100 & id == 14620 replace district = 29 if congress == 100 & id == 10595 replace district = 30 if congress == 100 & id == 14879 replace district = 31 if congress == 100 & id == 14816 replace district = 32 if congress == 100 & id == 12001 replace district = 33 if congress == 100 & id == 14813 replace district = 34 if congress == 100 & id == 15070 replace district = 35 if congress == 100 & id == 14644 replace district = 36 if congress == 100 & id == 10573 replace district = 37 if congress == 100 & id == 15040 replace district = 38 if congress == 100 & id == 14414 replace district = 39 if congress == 100 & id == 14616 replace district = 40 if congress == 100 & id == 14403 replace district = 41 if congress == 100 & id == 14839 replace district = 42 if congress == 100 & id == 14647 replace district = 43 if congress == 100 & id == 15051 replace district = 44 if congress == 100 & id == 15004 replace district = 45 if congress == 100 & id == 14835 replace district = 1 if congress == 100 & id == 14051 replace district = 2 if congress == 100 & id == 15443 replace district = 3 if congress == 100 & id == 15407 replace district = 4 if congress == 100 & id == 14803 replace district = 5 if congress == 100 & id == 15419 replace district = 6 if congress == 100 & id == 15058 replace district = 1 if congress == 100 & id == 14877 replace district = 2 if congress == 100 & id == 14825 replace district = 3 if congress == 100 & id == 15045 replace district = 4 if congress == 100 & id == 13029 replace district = 4 if congress == 100 & id == 15449 replace district = 5 if congress == 100 & id == 15123 replace district = 6 if congress == 100 & id == 15028 replace district = 1 if congress == 100 & id == 15015 replace district = 1 if congress == 100 & id == 14636 replace district = 2 if congress == 100 & id == 95415 replace district = 3 if congress == 100 & id == 633 replace district = 4 if congress == 100 & id == 12007 replace district = 5 if congress == 100 & id == 14842 replace district = 6 if congress == 100 & id == 15038 replace district = 7 if congress == 100 & id == 10588 replace district = 8 if congress == 100 & id == 13047 replace district = 9 if congress == 100 & id == 15006 replace district = 10 if congress == 100 & id == 14428 replace district = 11 if congress == 100 & id == 14651 replace district = 12 if congress == 100 & id == 15035 replace district = 13 if congress == 100 & id == 15037 replace district = 14 if congress == 100 & id == 14648 replace district = 15 if congress == 100 & id == 14860 replace district = 16 if congress == 100 & id == 15062 replace district = 17 if congress == 100 & id == 14029 replace district = 18 if congress == 100 & id == 7333 replace district = 19 if congress == 100 & id == 3078 replace district = 1 if congress == 100 & id == 15069 replace district = 2 if congress == 100 & id == 14831 replace district = 3 if congress == 100 & id == 15053 replace district = 4 if congress == 100 & id == 15120 replace district = 5 if congress == 100 & id == 15431 replace district = 6 if congress == 100 & id == 14627 replace district = 7 if congress == 100 & id == 15081 replace district = 8 if congress == 100 & id == 15057 replace district = 9 if congress == 100 & id == 14429 replace district = 10 if congress == 100 & id == 14404 replace district = 1 if congress == 100 & id == 15441 replace district = 2 if congress == 100 & id == 14400 replace district = 1 if congress == 100 & id == 14809 replace district = 2 if congress == 100 & id == 15117 replace district = 1 if congress == 100 & id == 15079 replace district = 2 if congress == 100 & id == 14856 replace district = 3 if congress == 100 & id == 14271 replace district = 4 if congress == 100 & id == 15409 replace district = 5 if congress == 100 & id == 15036 replace district = 6 if congress == 100 & id == 14239 replace district = 7 if congress == 100 & id == 14068 replace district = 8 if congress == 100 & id == 8080 replace district = 9 if congress == 100 & id == 10421 replace district = 10 if congress == 100 & id == 14677 replace district = 11 if congress == 100 & id == 10703 replace district = 12 if congress == 100 & id == 12041 replace district = 13 if congress == 100 & id == 15098 replace district = 14 if congress == 100 & id == 15417 replace district = 15 if congress == 100 & id == 14033 replace district = 16 if congress == 100 & id == 14841 replace district = 17 if congress == 100 & id == 15023 replace district = 18 if congress == 100 & id == 6455 replace district = 19 if congress == 100 & id == 15088 replace district = 20 if congress == 100 & id == 15021 replace district = 21 if congress == 100 & id == 7610 replace district = 21 if congress == 100 & id == 15453 replace district = 22 if congress == 100 & id == 15101 replace district = 1 if congress == 100 & id == 15124 replace district = 2 if congress == 100 & id == 14274 replace district = 3 if congress == 100 & id == 14834 replace district = 4 if congress == 100 & id == 14806 replace district = 5 if congress == 100 & id == 15426 replace district = 6 if congress == 100 & id == 15014 replace district = 7 if congress == 100 & id == 11036 replace district = 8 if congress == 100 & id == 15041 replace district = 9 if congress == 100 & id == 10732 replace district = 10 if congress == 100 & id == 10742 replace district = 1 if congress == 100 & id == 14432 replace district = 2 if congress == 100 & id == 14668 replace district = 3 if congress == 100 & id == 15435 replace district = 4 if congress == 100 & id == 8672 replace district = 5 if congress == 100 & id == 15106 replace district = 6 if congress == 100 & id == 15414 replace district = 1 if congress == 100 & id == 14852 replace district = 2 if congress == 100 & id == 15061 replace district = 3 if congress == 100 & id == 15109 replace district = 4 if congress == 100 & id == 14422 replace district = 5 if congress == 100 & id == 14670 replace district = 1 if congress == 100 & id == 14237 replace district = 2 if congress == 100 & id == 6845 replace district = 3 if congress == 100 & id == 13024 replace district = 4 if congress == 100 & id == 15406 replace district = 5 if congress == 100 & id == 14854 replace district = 6 if congress == 100 & id == 14635 replace district = 7 if congress == 100 & id == 15228 replace district = 1 if congress == 100 & id == 14469 replace district = 2 if congress == 100 & id == 14067 replace district = 3 if congress == 100 & id == 14679 replace district = 4 if congress == 100 & id == 14853 replace district = 4 if congress == 100 & id == 15451 replace district = 5 if congress == 100 & id == 14427 replace district = 6 if congress == 100 & id == 15401 replace district = 7 if congress == 100 & id == 15418 replace district = 8 if congress == 100 & id == 15422 replace district = 1 if congress == 100 & id == 15404 replace district = 2 if congress == 100 & id == 14661 replace district = 1 if congress == 100 & id == 14817 replace district = 2 if congress == 100 & id == 15086 replace district = 3 if congress == 100 & id == 15408 replace district = 4 if congress == 100 & id == 15432 replace district = 5 if congress == 100 & id == 14873 replace district = 6 if congress == 100 & id == 14608 replace district = 7 if congress == 100 & id == 15433 replace district = 8 if congress == 100 & id == 15434 replace district = 1 if congress == 100 & id == 2009 replace district = 2 if congress == 100 & id == 830 replace district = 3 if congress == 100 & id == 14216 replace district = 4 if congress == 100 & id == 14824 replace district = 5 if congress == 100 & id == 15084 replace district = 6 if congress == 100 & id == 14650 replace district = 7 if congress == 100 & id == 14435 replace district = 8 if congress == 100 & id == 15427 replace district = 9 if congress == 100 & id == 14039 replace district = 10 if congress == 100 & id == 14055 replace district = 11 if congress == 100 & id == 14621 replace district = 1 if congress == 100 & id == 10713 replace district = 2 if congress == 100 & id == 14446 replace district = 3 if congress == 100 & id == 14673 replace district = 4 if congress == 100 & id == 15446 replace district = 5 if congress == 100 & id == 15103 replace district = 6 if congress == 100 & id == 14210 replace district = 7 if congress == 100 & id == 14430 replace district = 8 if congress == 100 & id == 14075 replace district = 9 if congress == 100 & id == 10794 replace district = 10 if congress == 100 & id == 15114 replace district = 11 if congress == 100 & id == 14618 replace district = 12 if congress == 100 & id == 14407 replace district = 13 if congress == 100 & id == 14681 replace district = 14 if congress == 100 & id == 14833 replace district = 15 if congress == 100 & id == 10727 replace district = 16 if congress == 100 & id == 2605 replace district = 17 if congress == 100 & id == 15033 replace district = 18 if congress == 100 & id == 1087 replace district = 1 if congress == 100 & id == 15052 replace district = 2 if congress == 100 & id == 14868 replace district = 3 if congress == 100 & id == 13015 replace district = 4 if congress == 100 & id == 14458 replace district = 5 if congress == 100 & id == 14656 replace district = 6 if congress == 100 & id == 15059 replace district = 7 if congress == 100 & id == 14466 replace district = 8 if congress == 100 & id == 14265 replace district = 1 if congress == 100 & id == 10075 replace district = 2 if congress == 100 & id == 15411 replace district = 3 if congress == 100 & id == 11035 replace district = 4 if congress == 100 & id == 14874 replace district = 5 if congress == 100 & id == 14031 replace district = 1 if congress == 100 & id == 12009 replace district = 2 if congress == 100 & id == 15405 replace district = 3 if congress == 100 & id == 14421 replace district = 4 if congress == 100 & id == 14451 replace district = 5 if congress == 100 & id == 15076 replace district = 6 if congress == 100 & id == 14410 replace district = 7 if congress == 100 & id == 14057 replace district = 8 if congress == 100 & id == 14819 replace district = 9 if congress == 100 & id == 14459 replace district = 1 if congress == 100 & id == 14672 replace district = 2 if congress == 100 & id == 14437 replace district = 1 if congress == 100 & id == 14605 replace district = 2 if congress == 100 & id == 14810 replace district = 3 if congress == 100 & id == 14276 replace district = 1 if congress == 100 & id == 15403 replace district = 2 if congress == 100 & id == 15075 replace district = 1 if congress == 100 & id == 15116 replace district = 2 if congress == 100 & id == 14826 replace district = 1 if congress == 100 & id == 14223 replace district = 2 if congress == 100 & id == 14238 replace district = 3 if congress == 100 & id == 10739 replace district = 4 if congress == 100 & id == 14863 replace district = 5 if congress == 100 & id == 14855 replace district = 6 if congress == 100 & id == 14815 replace district = 7 if congress == 100 & id == 14046 replace district = 8 if congress == 100 & id == 12042 replace district = 9 if congress == 100 & id == 15071 replace district = 10 if congress == 100 & id == 8010 replace district = 11 if congress == 100 & id == 15099 replace district = 12 if congress == 100 & id == 14614 replace district = 13 if congress == 100 & id == 15112 replace district = 14 if congress == 100 & id == 14631 replace district = 1 if congress == 100 & id == 12022 replace district = 2 if congress == 100 & id == 14861 replace district = 3 if congress == 100 & id == 15055 replace district = 1 if congress == 100 & id == 15421 replace district = 2 if congress == 100 & id == 14214 replace district = 3 if congress == 100 & id == 15046 replace district = 4 if congress == 100 & id == 13021 replace district = 5 if congress == 100 & id == 14845 replace district = 6 if congress == 100 & id == 15412 replace district = 7 if congress == 100 & id == 15000 replace district = 8 if congress == 100 & id == 10768 replace district = 9 if congress == 100 & id == 15107 replace district = 10 if congress == 100 & id == 14858 replace district = 11 if congress == 100 & id == 15072 replace district = 12 if congress == 100 & id == 15050 replace district = 13 if congress == 100 & id == 14277 replace district = 14 if congress == 100 & id == 14846 replace district = 15 if congress == 100 & id == 14471 replace district = 16 if congress == 100 & id == 13035 replace district = 17 if congress == 100 & id == 14463 replace district = 18 if congress == 100 & id == 14470 replace district = 19 if congress == 100 & id == 12003 replace district = 20 if congress == 100 & id == 15095 replace district = 21 if congress == 100 & id == 12013 replace district = 22 if congress == 100 & id == 14015 replace district = 23 if congress == 100 & id == 9017 replace district = 24 if congress == 100 & id == 14662 replace district = 25 if congress == 100 & id == 15007 replace district = 26 if congress == 100 & id == 14840 replace district = 27 if congress == 100 & id == 14870 replace district = 28 if congress == 100 & id == 14253 replace district = 29 if congress == 100 & id == 10596 replace district = 30 if congress == 100 & id == 15444 replace district = 31 if congress == 100 & id == 13020 replace district = 32 if congress == 100 & id == 14248 replace district = 33 if congress == 100 & id == 14264 replace district = 34 if congress == 100 & id == 15423 replace district = 1 if congress == 100 & id == 10788 replace district = 2 if congress == 100 & id == 15073 replace district = 3 if congress == 100 & id == 15430 replace district = 4 if congress == 100 & id == 15438 replace district = 5 if congress == 100 & id == 14262 replace district = 6 if congress == 100 & id == 15092 replace district = 7 if congress == 100 & id == 14048 replace district = 8 if congress == 100 & id == 14233 replace district = 9 if congress == 100 & id == 15108 replace district = 10 if congress == 100 & id == 15402 replace district = 11 if congress == 100 & id == 15017 replace district = 1 if congress == 100 & id == 14812 replace district = 1 if congress == 100 & id == 14070 replace district = 2 if congress == 100 & id == 14225 replace district = 3 if congress == 100 & id == 14632 replace district = 4 if congress == 100 & id == 14875 replace district = 5 if congress == 100 & id == 5495 replace district = 6 if congress == 100 & id == 14844 replace district = 7 if congress == 100 & id == 15020 replace district = 8 if congress == 100 & id == 11028 replace district = 9 if congress == 100 & id == 15029 replace district = 10 if congress == 100 & id == 11034 replace district = 11 if congress == 100 & id == 14818 replace district = 12 if congress == 100 & id == 15030 replace district = 13 if congress == 100 & id == 14445 replace district = 14 if congress == 100 & id == 15442 replace district = 15 if congress == 100 & id == 11058 replace district = 16 if congress == 100 & id == 14045 replace district = 17 if congress == 100 & id == 15121 replace district = 18 if congress == 100 & id == 14402 replace district = 19 if congress == 100 & id == 15024 replace district = 20 if congress == 100 & id == 14443 replace district = 21 if congress == 100 & id == 12030 replace district = 1 if congress == 100 & id == 15424 replace district = 2 if congress == 100 & id == 14667 replace district = 3 if congress == 100 & id == 14462 replace district = 4 if congress == 100 & id == 14843 replace district = 5 if congress == 100 & id == 14415 replace district = 6 if congress == 100 & id == 14219 replace district = 1 if congress == 100 & id == 14201 replace district = 2 if congress == 100 & id == 15063 replace district = 3 if congress == 100 & id == 14871 replace district = 4 if congress == 100 & id == 15410 replace district = 5 if congress == 100 & id == 14864 replace district = 1 if congress == 100 & id == 14823 replace district = 2 if congress == 100 & id == 14629 replace district = 3 if congress == 100 & id == 15008 replace district = 4 if congress == 100 & id == 15031 replace district = 5 if congress == 100 & id == 14273 replace district = 6 if congress == 100 & id == 12035 replace district = 7 if congress == 100 & id == 15447 replace district = 8 if congress == 100 & id == 14431 replace district = 9 if congress == 100 & id == 14052 replace district = 10 if congress == 100 & id == 10607 replace district = 11 if congress == 100 & id == 15104 replace district = 12 if congress == 100 & id == 14072 replace district = 13 if congress == 100 & id == 12010 replace district = 14 if congress == 100 & id == 14808 replace district = 15 if congress == 100 & id == 14654 replace district = 16 if congress == 100 & id == 14461 replace district = 17 if congress == 100 & id == 15026 replace district = 18 if congress == 100 & id == 14460 replace district = 19 if congress == 100 & id == 14288 replace district = 20 if congress == 100 & id == 11067 replace district = 21 if congress == 100 & id == 15056 replace district = 22 if congress == 100 & id == 14441 replace district = 23 if congress == 100 & id == 14612 replace district = 1 if congress == 100 & id == 10561 replace district = 2 if congress == 100 & id == 14857 replace district = 1 if congress == 100 & id == 15439 replace district = 2 if congress == 100 & id == 13042 replace district = 3 if congress == 100 & id == 14212 replace district = 4 if congress == 100 & id == 15171 replace district = 5 if congress == 100 & id == 15064 replace district = 6 if congress == 100 & id == 15068 replace district = 1 if congress == 100 & id == 15425 replace district = 1 if congress == 100 & id == 10616 replace district = 2 if congress == 100 & id == 10719 replace district = 3 if congress == 100 & id == 14251 replace district = 4 if congress == 100 & id == 15019 replace district = 5 if congress == 100 & id == 14607 replace district = 5 if congress == 100 & id == 15450 replace district = 6 if congress == 100 & id == 15100 replace district = 7 if congress == 100 & id == 15066 replace district = 8 if congress == 100 & id == 12038 replace district = 9 if congress == 100 & id == 14224 replace district = 1 if congress == 100 & id == 15129 replace district = 2 if congress == 100 & id == 14062 replace district = 3 if congress == 100 & id == 15002 replace district = 4 if congress == 100 & id == 14828 replace district = 5 if congress == 100 & id == 15013 replace district = 6 if congress == 100 & id == 15085 replace district = 7 if congress == 100 & id == 13002 replace district = 8 if congress == 100 & id == 14822 replace district = 9 if congress == 100 & id == 1077 replace district = 10 if congress == 100 & id == 10614 replace district = 11 if congress == 100 & id == 14641 replace district = 12 if congress == 100 & id == 10391 replace district = 13 if congress == 100 & id == 15087 replace district = 14 if congress == 100 & id == 15119 replace district = 15 if congress == 100 & id == 10716 replace district = 16 if congress == 100 & id == 15018 replace district = 17 if congress == 100 & id == 14664 replace district = 18 if congress == 100 & id == 14643 replace district = 19 if congress == 100 & id == 15093 replace district = 20 if congress == 100 & id == 10520 replace district = 21 if congress == 100 & id == 15445 replace district = 22 if congress == 100 & id == 15094 replace district = 23 if congress == 100 & id == 15089 replace district = 24 if congress == 100 & id == 14626 replace district = 25 if congress == 100 & id == 15001 replace district = 26 if congress == 100 & id == 15125 replace district = 27 if congress == 100 & id == 15049 replace district = 1 if congress == 100 & id == 14829 replace district = 2 if congress == 100 & id == 14042 replace district = 3 if congress == 100 & id == 15047 replace district = 1 if congress == 100 & id == 14240 replace district = 1 if congress == 100 & id == 15003 replace district = 2 if congress == 100 & id == 15437 replace district = 3 if congress == 100 & id == 14802 replace district = 4 if congress == 100 & id == 15060 replace district = 5 if congress == 100 & id == 12011 replace district = 5 if congress == 100 & id == 15452 replace district = 6 if congress == 100 & id == 15048 replace district = 7 if congress == 100 & id == 15115 replace district = 8 if congress == 100 & id == 14043 replace district = 9 if congress == 100 & id == 15010 replace district = 10 if congress == 100 & id == 14869 replace district = 1 if congress == 100 & id == 15110 replace district = 2 if congress == 100 & id == 14666 replace district = 3 if congress == 100 & id == 14208 replace district = 4 if congress == 100 & id == 14847 replace district = 5 if congress == 100 & id == 10726 replace district = 6 if congress == 100 & id == 14413 replace district = 7 if congress == 100 & id == 14646 replace district = 8 if congress == 100 & id == 15016 replace district = 1 if congress == 100 & id == 15083 replace district = 2 if congress == 100 & id == 15065 replace district = 3 if congress == 100 & id == 15077 replace district = 4 if congress == 100 & id == 14448 replace district = 1 if congress == 100 & id == 13003 replace district = 2 if congress == 100 & id == 5101 replace district = 3 if congress == 100 & id == 14827 replace district = 4 if congress == 100 & id == 15082 replace district = 5 if congress == 100 & id == 15044 replace district = 6 if congress == 100 & id == 14675 replace district = 7 if congress == 100 & id == 12036 replace district = 8 if congress == 100 & id == 14655 replace district = 9 if congress == 100 & id == 14657 replace district = 1 if congress == 100 & id == 14611 replace district = 0 if congress == 101 & id == 99908 replace district = 1 if congress == 101 & id == 15090 replace district = 2 if congress == 101 & id == 10717 replace district = 3 if congress == 101 & id == 15632 replace district = 3 if congress == 101 & id == 11037 replace district = 4 if congress == 101 & id == 11000 replace district = 5 if congress == 101 & id == 14419 replace district = 6 if congress == 101 & id == 15022 replace district = 7 if congress == 101 & id == 15416 replace district = 1 if congress == 101 & id == 14066 replace district = 1 if congress == 101 & id == 15440 replace district = 2 if congress == 101 & id == 10566 replace district = 3 if congress == 101 & id == 14454 replace district = 4 if congress == 101 & id == 15429 replace district = 5 if congress == 101 & id == 15105 replace district = 1 if congress == 101 & id == 12000 replace district = 2 if congress == 101 & id == 95122 replace district = 3 if congress == 101 & id == 11020 replace district = 4 if congress == 101 & id == 14601 replace district = 1 if congress == 101 & id == 15009 replace district = 2 if congress == 101 & id == 15420 replace district = 3 if congress == 101 & id == 14649 replace district = 4 if congress == 101 & id == 14624 replace district = 5 if congress == 101 & id == 15448 replace district = 6 if congress == 101 & id == 15011 replace district = 7 if congress == 101 & id == 14256 replace district = 8 if congress == 101 & id == 13011 replace district = 9 if congress == 101 & id == 14053 replace district = 10 if congress == 101 & id == 10583 replace district = 11 if congress == 101 & id == 14837 replace district = 12 if congress == 101 & id == 15600 replace district = 13 if congress == 101 & id == 14257 replace district = 14 if congress == 101 & id == 14660 replace district = 15 if congress == 101 & id == 14613 replace district = 15 if congress == 101 & id == 15635 replace district = 16 if congress == 101 & id == 14444 replace district = 17 if congress == 101 & id == 14652 replace district = 18 if congress == 101 & id == 15032 replace district = 19 if congress == 101 & id == 14071 replace district = 20 if congress == 101 & id == 14669 replace district = 21 if congress == 101 & id == 15413 replace district = 22 if congress == 101 & id == 14040 replace district = 23 if congress == 101 & id == 14405 replace district = 24 if congress == 101 & id == 14280 replace district = 25 if congress == 101 & id == 10621 replace district = 26 if congress == 101 & id == 15005 replace district = 27 if congress == 101 & id == 15034 replace district = 28 if congress == 101 & id == 14620 replace district = 29 if congress == 101 & id == 10595 replace district = 30 if congress == 101 & id == 14879 replace district = 31 if congress == 101 & id == 14816 replace district = 32 if congress == 101 & id == 12001 replace district = 33 if congress == 101 & id == 14813 replace district = 34 if congress == 101 & id == 15070 replace district = 35 if congress == 101 & id == 14644 replace district = 36 if congress == 101 & id == 10573 replace district = 37 if congress == 101 & id == 15040 replace district = 38 if congress == 101 & id == 14414 replace district = 39 if congress == 101 & id == 14616 replace district = 40 if congress == 101 & id == 15601 replace district = 41 if congress == 101 & id == 14839 replace district = 42 if congress == 101 & id == 15621 replace district = 43 if congress == 101 & id == 15051 replace district = 44 if congress == 101 & id == 15004 replace district = 45 if congress == 101 & id == 14835 replace district = 1 if congress == 101 & id == 14051 replace district = 2 if congress == 101 & id == 15443 replace district = 3 if congress == 101 & id == 15407 replace district = 4 if congress == 101 & id == 14803 replace district = 5 if congress == 101 & id == 15419 replace district = 6 if congress == 101 & id == 15058 replace district = 1 if congress == 101 & id == 14877 replace district = 2 if congress == 101 & id == 14825 replace district = 3 if congress == 101 & id == 15045 replace district = 4 if congress == 101 & id == 15449 replace district = 5 if congress == 101 & id == 15123 replace district = 6 if congress == 101 & id == 15028 replace district = 1 if congress == 101 & id == 15015 replace district = 1 if congress == 101 & id == 14636 replace district = 2 if congress == 101 & id == 15415 replace district = 3 if congress == 101 & id == 633 replace district = 4 if congress == 101 & id == 15608 replace district = 5 if congress == 101 & id == 14842 replace district = 6 if congress == 101 & id == 15627 replace district = 7 if congress == 101 & id == 10588 replace district = 8 if congress == 101 & id == 13047 replace district = 9 if congress == 101 & id == 15006 replace district = 10 if congress == 101 & id == 14428 replace district = 11 if congress == 101 & id == 14651 replace district = 12 if congress == 101 & id == 15035 replace district = 13 if congress == 101 & id == 15605 replace district = 14 if congress == 101 & id == 15609 replace district = 15 if congress == 101 & id == 14860 replace district = 16 if congress == 101 & id == 15062 replace district = 17 if congress == 101 & id == 14029 replace district = 18 if congress == 101 & id == 7333 replace district = 18 if congress == 101 & id == 15634 replace district = 19 if congress == 101 & id == 3078 replace district = 1 if congress == 101 & id == 15069 replace district = 2 if congress == 101 & id == 14831 replace district = 3 if congress == 101 & id == 15053 replace district = 4 if congress == 101 & id == 95120 replace district = 5 if congress == 101 & id == 15431 replace district = 6 if congress == 101 & id == 14627 replace district = 7 if congress == 101 & id == 15081 replace district = 8 if congress == 101 & id == 15057 replace district = 9 if congress == 101 & id == 14429 replace district = 10 if congress == 101 & id == 14404 replace district = 1 if congress == 101 & id == 15441 replace district = 2 if congress == 101 & id == 14400 replace district = 1 if congress == 101 & id == 14809 replace district = 2 if congress == 101 & id == 15117 replace district = 1 if congress == 101 & id == 15079 replace district = 2 if congress == 101 & id == 14856 replace district = 3 if congress == 101 & id == 14271 replace district = 4 if congress == 101 & id == 15622 replace district = 5 if congress == 101 & id == 15036 replace district = 6 if congress == 101 & id == 14239 replace district = 7 if congress == 101 & id == 14068 replace district = 8 if congress == 101 & id == 8080 replace district = 9 if congress == 101 & id == 10421 replace district = 10 if congress == 101 & id == 14677 replace district = 11 if congress == 101 & id == 10703 replace district = 12 if congress == 101 & id == 12041 replace district = 13 if congress == 101 & id == 15098 replace district = 14 if congress == 101 & id == 15417 replace district = 15 if congress == 101 & id == 14033 replace district = 16 if congress == 101 & id == 14841 replace district = 17 if congress == 101 & id == 15023 replace district = 18 if congress == 101 & id == 6455 replace district = 19 if congress == 101 & id == 15088 replace district = 20 if congress == 101 & id == 15021 replace district = 21 if congress == 101 & id == 15453 replace district = 22 if congress == 101 & id == 15620 replace district = 1 if congress == 101 & id == 15124 replace district = 2 if congress == 101 & id == 14274 replace district = 3 if congress == 101 & id == 14834 replace district = 4 if congress == 101 & id == 15631 replace district = 4 if congress == 101 & id == 14806 replace district = 5 if congress == 101 & id == 15426 replace district = 6 if congress == 101 & id == 15014 replace district = 7 if congress == 101 & id == 11036 replace district = 8 if congress == 101 & id == 15041 replace district = 9 if congress == 101 & id == 10732 replace district = 10 if congress == 101 & id == 10742 replace district = 1 if congress == 101 & id == 14432 replace district = 2 if congress == 101 & id == 14668 replace district = 3 if congress == 101 & id == 15435 replace district = 4 if congress == 101 & id == 8672 replace district = 5 if congress == 101 & id == 15106 replace district = 6 if congress == 101 & id == 15414 replace district = 1 if congress == 101 & id == 14852 replace district = 2 if congress == 101 & id == 15061 replace district = 3 if congress == 101 & id == 15109 replace district = 4 if congress == 101 & id == 14422 replace district = 5 if congress == 101 & id == 14670 replace district = 1 if congress == 101 & id == 14237 replace district = 2 if congress == 101 & id == 6845 replace district = 3 if congress == 101 & id == 13024 replace district = 4 if congress == 101 & id == 15406 replace district = 5 if congress == 101 & id == 14854 replace district = 6 if congress == 101 & id == 14635 replace district = 7 if congress == 101 & id == 15228 replace district = 1 if congress == 101 & id == 14469 replace district = 2 if congress == 101 & id == 14067 replace district = 3 if congress == 101 & id == 14679 replace district = 4 if congress == 101 & id == 15451 replace district = 5 if congress == 101 & id == 14427 replace district = 6 if congress == 101 & id == 15401 replace district = 7 if congress == 101 & id == 15418 replace district = 8 if congress == 101 & id == 15422 replace district = 1 if congress == 101 & id == 15404 replace district = 2 if congress == 101 & id == 14661 replace district = 1 if congress == 101 & id == 14817 replace district = 2 if congress == 101 & id == 15086 replace district = 3 if congress == 101 & id == 15408 replace district = 4 if congress == 101 & id == 15432 replace district = 5 if congress == 101 & id == 14873 replace district = 6 if congress == 101 & id == 14608 replace district = 7 if congress == 101 & id == 15433 replace district = 8 if congress == 101 & id == 15434 replace district = 1 if congress == 101 & id == 2009 replace district = 2 if congress == 101 & id == 15616 replace district = 3 if congress == 101 & id == 14216 replace district = 4 if congress == 101 & id == 14824 replace district = 5 if congress == 101 & id == 15084 replace district = 6 if congress == 101 & id == 14650 replace district = 7 if congress == 101 & id == 14435 replace district = 8 if congress == 101 & id == 15427 replace district = 9 if congress == 101 & id == 14039 replace district = 10 if congress == 101 & id == 14055 replace district = 11 if congress == 101 & id == 14621 replace district = 1 if congress == 101 & id == 10713 replace district = 2 if congress == 101 & id == 14446 replace district = 3 if congress == 101 & id == 14673 replace district = 4 if congress == 101 & id == 15446 replace district = 5 if congress == 101 & id == 15103 replace district = 6 if congress == 101 & id == 14210 replace district = 7 if congress == 101 & id == 14430 replace district = 8 if congress == 101 & id == 14075 replace district = 9 if congress == 101 & id == 10794 replace district = 10 if congress == 101 & id == 15114 replace district = 11 if congress == 101 & id == 14618 replace district = 12 if congress == 101 & id == 14407 replace district = 13 if congress == 101 & id == 14681 replace district = 14 if congress == 101 & id == 14833 replace district = 15 if congress == 101 & id == 10727 replace district = 16 if congress == 101 & id == 2605 replace district = 17 if congress == 101 & id == 15033 replace district = 18 if congress == 101 & id == 1087 replace district = 1 if congress == 101 & id == 15052 replace district = 2 if congress == 101 & id == 14868 replace district = 3 if congress == 101 & id == 13015 replace district = 4 if congress == 101 & id == 14458 replace district = 5 if congress == 101 & id == 14656 replace district = 6 if congress == 101 & id == 15059 replace district = 7 if congress == 101 & id == 14466 replace district = 8 if congress == 101 & id == 14265 replace district = 1 if congress == 101 & id == 10075 replace district = 2 if congress == 101 & id == 15411 replace district = 3 if congress == 101 & id == 11035 replace district = 4 if congress == 101 & id == 15617 replace district = 5 if congress == 101 & id == 15625 replace district = 5 if congress == 101 & id == 15637 replace district = 1 if congress == 101 & id == 12009 replace district = 2 if congress == 101 & id == 15405 replace district = 3 if congress == 101 & id == 14421 replace district = 4 if congress == 101 & id == 14451 replace district = 5 if congress == 101 & id == 15076 replace district = 6 if congress == 101 & id == 14410 replace district = 7 if congress == 101 & id == 15606 replace district = 8 if congress == 101 & id == 14819 replace district = 9 if congress == 101 & id == 14459 replace district = 1 if congress == 101 & id == 14672 replace district = 2 if congress == 101 & id == 14437 replace district = 1 if congress == 101 & id == 14605 replace district = 2 if congress == 101 & id == 15607 replace district = 3 if congress == 101 & id == 14276 replace district = 1 if congress == 101 & id == 15403 replace district = 2 if congress == 101 & id == 15075 replace district = 1 if congress == 101 & id == 15116 replace district = 2 if congress == 101 & id == 15602 replace district = 1 if congress == 101 & id == 14223 replace district = 2 if congress == 101 & id == 14238 replace district = 3 if congress == 101 & id == 15454 replace district = 4 if congress == 101 & id == 14863 replace district = 5 if congress == 101 & id == 14855 replace district = 6 if congress == 101 & id == 14815 replace district = 7 if congress == 101 & id == 14046 replace district = 8 if congress == 101 & id == 12042 replace district = 9 if congress == 101 & id == 15071 replace district = 10 if congress == 101 & id == 15619 replace district = 11 if congress == 101 & id == 15099 replace district = 12 if congress == 101 & id == 14614 replace district = 13 if congress == 101 & id == 15112 replace district = 14 if congress == 101 & id == 14631 replace district = 1 if congress == 101 & id == 15624 replace district = 2 if congress == 101 & id == 14861 replace district = 3 if congress == 101 & id == 15055 replace district = 1 if congress == 101 & id == 15421 replace district = 2 if congress == 101 & id == 14214 replace district = 3 if congress == 101 & id == 15046 replace district = 4 if congress == 101 & id == 13021 replace district = 5 if congress == 101 & id == 14845 replace district = 6 if congress == 101 & id == 15412 replace district = 7 if congress == 101 & id == 15000 replace district = 8 if congress == 101 & id == 10768 replace district = 9 if congress == 101 & id == 15107 replace district = 10 if congress == 101 & id == 14858 replace district = 11 if congress == 101 & id == 15072 replace district = 12 if congress == 101 & id == 15050 replace district = 13 if congress == 101 & id == 14277 replace district = 14 if congress == 101 & id == 14846 replace district = 14 if congress == 101 & id == 15639 replace district = 15 if congress == 101 & id == 14471 replace district = 16 if congress == 101 & id == 13035 replace district = 17 if congress == 101 & id == 14463 replace district = 18 if congress == 101 & id == 14470 replace district = 18 if congress == 101 & id == 29134 replace district = 19 if congress == 101 & id == 15603 replace district = 20 if congress == 101 & id == 15612 replace district = 21 if congress == 101 & id == 12013 replace district = 22 if congress == 101 & id == 14015 replace district = 23 if congress == 101 & id == 15614 replace district = 24 if congress == 101 & id == 14662 replace district = 25 if congress == 101 & id == 15007 replace district = 26 if congress == 101 & id == 14840 replace district = 27 if congress == 101 & id == 15630 replace district = 28 if congress == 101 & id == 14253 replace district = 29 if congress == 101 & id == 10596 replace district = 30 if congress == 101 & id == 15444 replace district = 31 if congress == 101 & id == 15618 replace district = 32 if congress == 101 & id == 14248 replace district = 33 if congress == 101 & id == 14264 replace district = 34 if congress == 101 & id == 15423 replace district = 1 if congress == 101 & id == 10788 replace district = 2 if congress == 101 & id == 15073 replace district = 3 if congress == 101 & id == 15430 replace district = 4 if congress == 101 & id == 15438 replace district = 5 if congress == 101 & id == 14262 replace district = 6 if congress == 101 & id == 15092 replace district = 7 if congress == 101 & id == 14048 replace district = 8 if congress == 101 & id == 14233 replace district = 9 if congress == 101 & id == 15108 replace district = 10 if congress == 101 & id == 15402 replace district = 11 if congress == 101 & id == 15017 replace district = 1 if congress == 101 & id == 14812 replace district = 1 if congress == 101 & id == 14070 replace district = 2 if congress == 101 & id == 14225 replace district = 3 if congress == 101 & id == 14632 replace district = 4 if congress == 101 & id == 14875 replace district = 5 if congress == 101 & id == 15604 replace district = 6 if congress == 101 & id == 14844 replace district = 7 if congress == 101 & id == 15020 replace district = 8 if congress == 101 & id == 11028 replace district = 9 if congress == 101 & id == 15029 replace district = 10 if congress == 101 & id == 11034 replace district = 11 if congress == 101 & id == 14818 replace district = 12 if congress == 101 & id == 15030 replace district = 13 if congress == 101 & id == 14445 replace district = 14 if congress == 101 & id == 15442 replace district = 15 if congress == 101 & id == 11058 replace district = 16 if congress == 101 & id == 14045 replace district = 17 if congress == 101 & id == 15121 replace district = 18 if congress == 101 & id == 14402 replace district = 19 if congress == 101 & id == 15024 replace district = 20 if congress == 101 & id == 14443 replace district = 21 if congress == 101 & id == 12030 replace district = 1 if congress == 101 & id == 15424 replace district = 2 if congress == 101 & id == 14667 replace district = 3 if congress == 101 & id == 14462 replace district = 4 if congress == 101 & id == 14843 replace district = 5 if congress == 101 & id == 14415 replace district = 6 if congress == 101 & id == 14219 replace district = 1 if congress == 101 & id == 14201 replace district = 2 if congress == 101 & id == 15063 replace district = 3 if congress == 101 & id == 14871 replace district = 4 if congress == 101 & id == 15410 replace district = 5 if congress == 101 & id == 14864 replace district = 1 if congress == 101 & id == 14823 replace district = 2 if congress == 101 & id == 14629 replace district = 3 if congress == 101 & id == 15008 replace district = 4 if congress == 101 & id == 15031 replace district = 5 if congress == 101 & id == 14273 replace district = 6 if congress == 101 & id == 12035 replace district = 7 if congress == 101 & id == 15447 replace district = 8 if congress == 101 & id == 14431 replace district = 9 if congress == 101 & id == 14052 replace district = 10 if congress == 101 & id == 10607 replace district = 11 if congress == 101 & id == 15104 replace district = 12 if congress == 101 & id == 14072 replace district = 13 if congress == 101 & id == 12010 replace district = 14 if congress == 101 & id == 14808 replace district = 15 if congress == 101 & id == 14654 replace district = 16 if congress == 101 & id == 14461 replace district = 17 if congress == 101 & id == 15026 replace district = 18 if congress == 101 & id == 14460 replace district = 19 if congress == 101 & id == 14288 replace district = 20 if congress == 101 & id == 11067 replace district = 21 if congress == 101 & id == 15056 replace district = 22 if congress == 101 & id == 14441 replace district = 23 if congress == 101 & id == 14612 replace district = 1 if congress == 101 & id == 15615 replace district = 2 if congress == 101 & id == 14857 replace district = 1 if congress == 101 & id == 15439 replace district = 2 if congress == 101 & id == 13042 replace district = 3 if congress == 101 & id == 14212 replace district = 4 if congress == 101 & id == 15171 replace district = 5 if congress == 101 & id == 15064 replace district = 6 if congress == 101 & id == 15068 replace district = 1 if congress == 101 & id == 15425 replace district = 1 if congress == 101 & id == 10616 replace district = 2 if congress == 101 & id == 15455 replace district = 3 if congress == 101 & id == 14251 replace district = 4 if congress == 101 & id == 15019 replace district = 5 if congress == 101 & id == 15450 replace district = 6 if congress == 101 & id == 15100 replace district = 7 if congress == 101 & id == 15066 replace district = 8 if congress == 101 & id == 15628 replace district = 9 if congress == 101 & id == 14224 replace district = 1 if congress == 101 & id == 15129 replace district = 2 if congress == 101 & id == 14062 replace district = 3 if congress == 101 & id == 15002 replace district = 4 if congress == 101 & id == 14828 replace district = 5 if congress == 101 & id == 15013 replace district = 6 if congress == 101 & id == 15085 replace district = 7 if congress == 101 & id == 13002 replace district = 8 if congress == 101 & id == 14822 replace district = 9 if congress == 101 & id == 1077 replace district = 10 if congress == 101 & id == 10614 replace district = 11 if congress == 101 & id == 14641 replace district = 12 if congress == 101 & id == 10391 replace district = 12 if congress == 101 & id == 15636 replace district = 13 if congress == 101 & id == 15623 replace district = 14 if congress == 101 & id == 15611 replace district = 15 if congress == 101 & id == 10716 replace district = 16 if congress == 101 & id == 15018 replace district = 17 if congress == 101 & id == 14664 replace district = 18 if congress == 101 & id == 14643 replace district = 18 if congress == 101 & id == 29145 replace district = 19 if congress == 101 & id == 15093 replace district = 20 if congress == 101 & id == 10520 replace district = 21 if congress == 101 & id == 15445 replace district = 22 if congress == 101 & id == 15094 replace district = 23 if congress == 101 & id == 15089 replace district = 24 if congress == 101 & id == 14626 replace district = 25 if congress == 101 & id == 15001 replace district = 26 if congress == 101 & id == 15125 replace district = 27 if congress == 101 & id == 15049 replace district = 1 if congress == 101 & id == 14829 replace district = 2 if congress == 101 & id == 14042 replace district = 3 if congress == 101 & id == 15047 replace district = 1 if congress == 101 & id == 15626 replace district = 1 if congress == 101 & id == 15003 replace district = 2 if congress == 101 & id == 15437 replace district = 3 if congress == 101 & id == 14802 replace district = 4 if congress == 101 & id == 15060 replace district = 5 if congress == 101 & id == 15452 replace district = 6 if congress == 101 & id == 15048 replace district = 7 if congress == 101 & id == 15115 replace district = 8 if congress == 101 & id == 14043 replace district = 9 if congress == 101 & id == 15010 replace district = 10 if congress == 101 & id == 14869 replace district = 1 if congress == 101 & id == 15110 replace district = 2 if congress == 101 & id == 14666 replace district = 3 if congress == 101 & id == 15629 replace district = 4 if congress == 101 & id == 14847 replace district = 5 if congress == 101 & id == 10726 replace district = 6 if congress == 101 & id == 14413 replace district = 7 if congress == 101 & id == 15613 replace district = 8 if congress == 101 & id == 15016 replace district = 1 if congress == 101 & id == 15083 replace district = 2 if congress == 101 & id == 15065 replace district = 3 if congress == 101 & id == 15077 replace district = 4 if congress == 101 & id == 14448 replace district = 1 if congress == 101 & id == 13003 replace district = 2 if congress == 101 & id == 5101 replace district = 3 if congress == 101 & id == 14827 replace district = 4 if congress == 101 & id == 15082 replace district = 5 if congress == 101 & id == 15044 replace district = 6 if congress == 101 & id == 14675 replace district = 7 if congress == 101 & id == 12036 replace district = 8 if congress == 101 & id == 14655 replace district = 9 if congress == 101 & id == 14657 replace district = 1 if congress == 101 & id == 14611 replace district = 1 if congress == 101 & id == 15633 replace district = 0 if congress == 102 & id == 99908 replace district = 1 if congress == 102 & id == 15090 replace district = 2 if congress == 102 & id == 10717 replace district = 3 if congress == 102 & id == 15632 replace district = 4 if congress == 102 & id == 11000 replace district = 5 if congress == 102 & id == 29100 replace district = 6 if congress == 102 & id == 15022 replace district = 7 if congress == 102 & id == 15416 replace district = 1 if congress == 102 & id == 14066 replace district = 1 if congress == 102 & id == 15440 replace district = 2 if congress == 102 & id == 29101 replace district = 2 if congress == 102 & id == 10566 replace district = 3 if congress == 102 & id == 14454 replace district = 4 if congress == 102 & id == 15429 replace district = 5 if congress == 102 & id == 15105 replace district = 1 if congress == 102 & id == 12000 replace district = 2 if congress == 102 & id == 14058 replace district = 3 if congress == 102 & id == 11020 replace district = 4 if congress == 102 & id == 14601 replace district = 1 if congress == 102 & id == 29103 replace district = 2 if congress == 102 & id == 15420 replace district = 3 if congress == 102 & id == 14649 replace district = 4 if congress == 102 & id == 14624 replace district = 5 if congress == 102 & id == 15448 replace district = 6 if congress == 102 & id == 15011 replace district = 7 if congress == 102 & id == 14256 replace district = 8 if congress == 102 & id == 13011 replace district = 9 if congress == 102 & id == 14053 replace district = 10 if congress == 102 & id == 10583 replace district = 11 if congress == 102 & id == 14837 replace district = 12 if congress == 102 & id == 15600 replace district = 13 if congress == 102 & id == 14257 replace district = 14 if congress == 102 & id == 29104 replace district = 15 if congress == 102 & id == 15635 replace district = 16 if congress == 102 & id == 14444 replace district = 17 if congress == 102 & id == 29105 replace district = 18 if congress == 102 & id == 15032 replace district = 19 if congress == 102 & id == 14071 replace district = 20 if congress == 102 & id == 14669 replace district = 21 if congress == 102 & id == 15413 replace district = 22 if congress == 102 & id == 14040 replace district = 23 if congress == 102 & id == 14405 replace district = 24 if congress == 102 & id == 14280 replace district = 25 if congress == 102 & id == 10621 replace district = 26 if congress == 102 & id == 15005 replace district = 27 if congress == 102 & id == 15034 replace district = 28 if congress == 102 & id == 14620 replace district = 29 if congress == 102 & id == 29106 replace district = 30 if congress == 102 & id == 14879 replace district = 31 if congress == 102 & id == 14816 replace district = 32 if congress == 102 & id == 12001 replace district = 33 if congress == 102 & id == 14813 replace district = 34 if congress == 102 & id == 15070 replace district = 35 if congress == 102 & id == 14644 replace district = 36 if congress == 102 & id == 10573 replace district = 37 if congress == 102 & id == 15040 replace district = 38 if congress == 102 & id == 14414 replace district = 39 if congress == 102 & id == 14616 replace district = 40 if congress == 102 & id == 15601 replace district = 41 if congress == 102 & id == 14839 replace district = 42 if congress == 102 & id == 15621 replace district = 43 if congress == 102 & id == 15051 replace district = 44 if congress == 102 & id == 29107 replace district = 45 if congress == 102 & id == 14835 replace district = 1 if congress == 102 & id == 14051 replace district = 2 if congress == 102 & id == 15443 replace district = 3 if congress == 102 & id == 15407 replace district = 4 if congress == 102 & id == 29108 replace district = 5 if congress == 102 & id == 15419 replace district = 6 if congress == 102 & id == 15058 replace district = 1 if congress == 102 & id == 14877 replace district = 2 if congress == 102 & id == 14825 replace district = 3 if congress == 102 & id == 29109 replace district = 4 if congress == 102 & id == 15449 replace district = 5 if congress == 102 & id == 29110 replace district = 6 if congress == 102 & id == 15028 replace district = 1 if congress == 102 & id == 15015 replace district = 1 if congress == 102 & id == 14636 replace district = 2 if congress == 102 & id == 29111 replace district = 3 if congress == 102 & id == 633 replace district = 4 if congress == 102 & id == 15608 replace district = 5 if congress == 102 & id == 14842 replace district = 6 if congress == 102 & id == 15627 replace district = 7 if congress == 102 & id == 10588 replace district = 8 if congress == 102 & id == 13047 replace district = 9 if congress == 102 & id == 15006 replace district = 10 if congress == 102 & id == 14428 replace district = 11 if congress == 102 & id == 29112 replace district = 12 if congress == 102 & id == 15035 replace district = 13 if congress == 102 & id == 15605 replace district = 14 if congress == 102 & id == 15609 replace district = 15 if congress == 102 & id == 14860 replace district = 16 if congress == 102 & id == 15062 replace district = 17 if congress == 102 & id == 14029 replace district = 18 if congress == 102 & id == 15634 replace district = 19 if congress == 102 & id == 3078 replace district = 1 if congress == 102 & id == 15069 replace district = 2 if congress == 102 & id == 14831 replace district = 3 if congress == 102 & id == 15053 replace district = 4 if congress == 102 & id == 95120 replace district = 5 if congress == 102 & id == 15431 replace district = 6 if congress == 102 & id == 14627 replace district = 7 if congress == 102 & id == 15081 replace district = 8 if congress == 102 & id == 15057 replace district = 9 if congress == 102 & id == 14429 replace district = 10 if congress == 102 & id == 14404 replace district = 1 if congress == 102 & id == 15245 replace district = 2 if congress == 102 & id == 10757 replace district = 1 if congress == 102 & id == 29114 replace district = 2 if congress == 102 & id == 15117 replace district = 1 if congress == 102 & id == 15079 replace district = 2 if congress == 102 & id == 14856 replace district = 3 if congress == 102 & id == 14271 replace district = 4 if congress == 102 & id == 15622 replace district = 5 if congress == 102 & id == 15036 replace district = 6 if congress == 102 & id == 14239 replace district = 7 if congress == 102 & id == 14068 replace district = 8 if congress == 102 & id == 8080 replace district = 9 if congress == 102 & id == 10421 replace district = 10 if congress == 102 & id == 14677 replace district = 11 if congress == 102 & id == 10703 replace district = 12 if congress == 102 & id == 12041 replace district = 13 if congress == 102 & id == 15098 replace district = 14 if congress == 102 & id == 15417 replace district = 15 if congress == 102 & id == 14033 replace district = 15 if congress == 102 & id == 29115 replace district = 16 if congress == 102 & id == 29116 replace district = 17 if congress == 102 & id == 15023 replace district = 18 if congress == 102 & id == 6455 replace district = 19 if congress == 102 & id == 15088 replace district = 20 if congress == 102 & id == 15021 replace district = 21 if congress == 102 & id == 15453 replace district = 22 if congress == 102 & id == 15620 replace district = 1 if congress == 102 & id == 15124 replace district = 2 if congress == 102 & id == 14274 replace district = 3 if congress == 102 & id == 29117 replace district = 4 if congress == 102 & id == 15631 replace district = 5 if congress == 102 & id == 15426 replace district = 6 if congress == 102 & id == 15014 replace district = 7 if congress == 102 & id == 11036 replace district = 8 if congress == 102 & id == 15041 replace district = 9 if congress == 102 & id == 10732 replace district = 10 if congress == 102 & id == 10742 replace district = 1 if congress == 102 & id == 14432 replace district = 2 if congress == 102 & id == 29118 replace district = 3 if congress == 102 & id == 15435 replace district = 4 if congress == 102 & id == 8672 replace district = 5 if congress == 102 & id == 15106 replace district = 6 if congress == 102 & id == 15414 replace district = 1 if congress == 102 & id == 14852 replace district = 2 if congress == 102 & id == 15061 replace district = 3 if congress == 102 & id == 15109 replace district = 4 if congress == 102 & id == 14422 replace district = 5 if congress == 102 & id == 29119 replace district = 1 if congress == 102 & id == 14237 replace district = 2 if congress == 102 & id == 6845 replace district = 3 if congress == 102 & id == 13024 replace district = 4 if congress == 102 & id == 15406 replace district = 5 if congress == 102 & id == 14854 replace district = 6 if congress == 102 & id == 14635 replace district = 7 if congress == 102 & id == 15228 replace district = 1 if congress == 102 & id == 14469 replace district = 2 if congress == 102 & id == 29120 replace district = 3 if congress == 102 & id == 14679 replace district = 4 if congress == 102 & id == 15451 replace district = 5 if congress == 102 & id == 14427 replace district = 6 if congress == 102 & id == 15401 replace district = 7 if congress == 102 & id == 15418 replace district = 8 if congress == 102 & id == 15422 replace district = 1 if congress == 102 & id == 29121 replace district = 2 if congress == 102 & id == 14661 replace district = 1 if congress == 102 & id == 29122 replace district = 2 if congress == 102 & id == 15086 replace district = 3 if congress == 102 & id == 15408 replace district = 4 if congress == 102 & id == 15432 replace district = 5 if congress == 102 & id == 14873 replace district = 6 if congress == 102 & id == 14608 replace district = 7 if congress == 102 & id == 15433 replace district = 8 if congress == 102 & id == 15434 replace district = 1 if congress == 102 & id == 2009 replace district = 1 if congress == 102 & id == 29123 replace district = 2 if congress == 102 & id == 15616 replace district = 3 if congress == 102 & id == 14216 replace district = 4 if congress == 102 & id == 14824 replace district = 5 if congress == 102 & id == 15084 replace district = 6 if congress == 102 & id == 14650 replace district = 7 if congress == 102 & id == 14435 replace district = 8 if congress == 102 & id == 15427 replace district = 9 if congress == 102 & id == 14039 replace district = 10 if congress == 102 & id == 14055 replace district = 11 if congress == 102 & id == 14621 replace district = 1 if congress == 102 & id == 10713 replace district = 2 if congress == 102 & id == 14446 replace district = 3 if congress == 102 & id == 14673 replace district = 4 if congress == 102 & id == 15446 replace district = 5 if congress == 102 & id == 15103 replace district = 6 if congress == 102 & id == 14210 replace district = 7 if congress == 102 & id == 14430 replace district = 8 if congress == 102 & id == 14075 replace district = 9 if congress == 102 & id == 10794 replace district = 10 if congress == 102 & id == 29124 replace district = 11 if congress == 102 & id == 14618 replace district = 12 if congress == 102 & id == 14407 replace district = 13 if congress == 102 & id == 29125 replace district = 14 if congress == 102 & id == 14833 replace district = 15 if congress == 102 & id == 10727 replace district = 16 if congress == 102 & id == 2605 replace district = 17 if congress == 102 & id == 15033 replace district = 18 if congress == 102 & id == 1087 replace district = 1 if congress == 102 & id == 15052 replace district = 2 if congress == 102 & id == 14868 replace district = 3 if congress == 102 & id == 29126 replace district = 4 if congress == 102 & id == 14458 replace district = 5 if congress == 102 & id == 14656 replace district = 6 if congress == 102 & id == 15059 replace district = 7 if congress == 102 & id == 29127 replace district = 8 if congress == 102 & id == 14265 replace district = 1 if congress == 102 & id == 10075 replace district = 2 if congress == 102 & id == 15411 replace district = 3 if congress == 102 & id == 11035 replace district = 4 if congress == 102 & id == 15617 replace district = 5 if congress == 102 & id == 15637 replace district = 1 if congress == 102 & id == 12009 replace district = 2 if congress == 102 & id == 29128 replace district = 3 if congress == 102 & id == 14421 replace district = 4 if congress == 102 & id == 14451 replace district = 5 if congress == 102 & id == 15076 replace district = 6 if congress == 102 & id == 14410 replace district = 7 if congress == 102 & id == 15606 replace district = 8 if congress == 102 & id == 14819 replace district = 9 if congress == 102 & id == 14459 replace district = 1 if congress == 102 & id == 14672 replace district = 2 if congress == 102 & id == 14437 replace district = 1 if congress == 102 & id == 14605 replace district = 2 if congress == 102 & id == 15607 replace district = 3 if congress == 102 & id == 29129 replace district = 1 if congress == 102 & id == 15403 replace district = 2 if congress == 102 & id == 15075 replace district = 1 if congress == 102 & id == 29130 replace district = 2 if congress == 102 & id == 29131 replace district = 1 if congress == 102 & id == 29132 replace district = 2 if congress == 102 & id == 14238 replace district = 3 if congress == 102 & id == 15454 replace district = 4 if congress == 102 & id == 14863 replace district = 5 if congress == 102 & id == 14855 replace district = 6 if congress == 102 & id == 14815 replace district = 7 if congress == 102 & id == 14046 replace district = 8 if congress == 102 & id == 12042 replace district = 9 if congress == 102 & id == 15071 replace district = 10 if congress == 102 & id == 15619 replace district = 11 if congress == 102 & id == 15099 replace district = 12 if congress == 102 & id == 29133 replace district = 13 if congress == 102 & id == 15112 replace district = 14 if congress == 102 & id == 14631 replace district = 1 if congress == 102 & id == 15624 replace district = 2 if congress == 102 & id == 14861 replace district = 3 if congress == 102 & id == 15055 replace district = 1 if congress == 102 & id == 15421 replace district = 2 if congress == 102 & id == 14214 replace district = 3 if congress == 102 & id == 15046 replace district = 4 if congress == 102 & id == 13021 replace district = 5 if congress == 102 & id == 14845 replace district = 6 if congress == 102 & id == 15412 replace district = 7 if congress == 102 & id == 15000 replace district = 8 if congress == 102 & id == 10768 replace district = 9 if congress == 102 & id == 15107 replace district = 10 if congress == 102 & id == 14858 replace district = 11 if congress == 102 & id == 15072 replace district = 12 if congress == 102 & id == 15050 replace district = 13 if congress == 102 & id == 14277 replace district = 14 if congress == 102 & id == 15639 replace district = 15 if congress == 102 & id == 14471 replace district = 16 if congress == 102 & id == 13035 replace district = 17 if congress == 102 & id == 14463 replace district = 18 if congress == 102 & id == 29134 replace district = 19 if congress == 102 & id == 15603 replace district = 20 if congress == 102 & id == 15612 replace district = 21 if congress == 102 & id == 12013 replace district = 22 if congress == 102 & id == 14015 replace district = 23 if congress == 102 & id == 15614 replace district = 24 if congress == 102 & id == 14662 replace district = 25 if congress == 102 & id == 15007 replace district = 26 if congress == 102 & id == 14840 replace district = 27 if congress == 102 & id == 15630 replace district = 28 if congress == 102 & id == 14253 replace district = 29 if congress == 102 & id == 10596 replace district = 30 if congress == 102 & id == 15444 replace district = 31 if congress == 102 & id == 15618 replace district = 32 if congress == 102 & id == 14248 replace district = 33 if congress == 102 & id == 14264 replace district = 34 if congress == 102 & id == 15423 replace district = 1 if congress == 102 & id == 10788 replace district = 2 if congress == 102 & id == 15073 replace district = 3 if congress == 102 & id == 15430 replace district = 4 if congress == 102 & id == 15438 replace district = 5 if congress == 102 & id == 14262 replace district = 6 if congress == 102 & id == 15092 replace district = 7 if congress == 102 & id == 14048 replace district = 8 if congress == 102 & id == 14233 replace district = 9 if congress == 102 & id == 15108 replace district = 10 if congress == 102 & id == 15402 replace district = 11 if congress == 102 & id == 29135 replace district = 1 if congress == 102 & id == 14812 replace district = 1 if congress == 102 & id == 15823 replace district = 2 if congress == 102 & id == 14225 replace district = 3 if congress == 102 & id == 14632 replace district = 4 if congress == 102 & id == 14875 replace district = 5 if congress == 102 & id == 15604 replace district = 6 if congress == 102 & id == 14844 replace district = 7 if congress == 102 & id == 29136 replace district = 8 if congress == 102 & id == 29137 replace district = 9 if congress == 102 & id == 15029 replace district = 10 if congress == 102 & id == 11034 replace district = 11 if congress == 102 & id == 14818 replace district = 12 if congress == 102 & id == 15030 replace district = 13 if congress == 102 & id == 14445 replace district = 14 if congress == 102 & id == 15442 replace district = 15 if congress == 102 & id == 11058 replace district = 16 if congress == 102 & id == 14045 replace district = 17 if congress == 102 & id == 15121 replace district = 18 if congress == 102 & id == 14402 replace district = 19 if congress == 102 & id == 15024 replace district = 20 if congress == 102 & id == 14443 replace district = 21 if congress == 102 & id == 12030 replace district = 1 if congress == 102 & id == 15424 replace district = 2 if congress == 102 & id == 14667 replace district = 3 if congress == 102 & id == 29138 replace district = 4 if congress == 102 & id == 14843 replace district = 5 if congress == 102 & id == 14415 replace district = 6 if congress == 102 & id == 14219 replace district = 1 if congress == 102 & id == 14201 replace district = 2 if congress == 102 & id == 15063 replace district = 3 if congress == 102 & id == 14871 replace district = 4 if congress == 102 & id == 15410 replace district = 5 if congress == 102 & id == 29139 replace district = 1 if congress == 102 & id == 14823 replace district = 2 if congress == 102 & id == 14629 replace district = 2 if congress == 102 & id == 29140 replace district = 3 if congress == 102 & id == 15008 replace district = 4 if congress == 102 & id == 15031 replace district = 5 if congress == 102 & id == 14273 replace district = 6 if congress == 102 & id == 12035 replace district = 7 if congress == 102 & id == 15447 replace district = 8 if congress == 102 & id == 14431 replace district = 9 if congress == 102 & id == 14052 replace district = 10 if congress == 102 & id == 10607 replace district = 11 if congress == 102 & id == 15104 replace district = 12 if congress == 102 & id == 14072 replace district = 13 if congress == 102 & id == 12010 replace district = 14 if congress == 102 & id == 14808 replace district = 15 if congress == 102 & id == 14654 replace district = 16 if congress == 102 & id == 14461 replace district = 17 if congress == 102 & id == 15026 replace district = 18 if congress == 102 & id == 29141 replace district = 19 if congress == 102 & id == 14288 replace district = 20 if congress == 102 & id == 11067 replace district = 21 if congress == 102 & id == 15056 replace district = 22 if congress == 102 & id == 14441 replace district = 23 if congress == 102 & id == 14612 replace district = 1 if congress == 102 & id == 15615 replace district = 2 if congress == 102 & id == 29142 replace district = 1 if congress == 102 & id == 15439 replace district = 2 if congress == 102 & id == 13042 replace district = 3 if congress == 102 & id == 14212 replace district = 4 if congress == 102 & id == 15171 replace district = 5 if congress == 102 & id == 15064 replace district = 6 if congress == 102 & id == 15068 replace district = 1 if congress == 102 & id == 15425 replace district = 1 if congress == 102 & id == 10616 replace district = 2 if congress == 102 & id == 15455 replace district = 3 if congress == 102 & id == 14251 replace district = 4 if congress == 102 & id == 15019 replace district = 5 if congress == 102 & id == 15450 replace district = 6 if congress == 102 & id == 15100 replace district = 7 if congress == 102 & id == 15066 replace district = 8 if congress == 102 & id == 15628 replace district = 9 if congress == 102 & id == 14224 replace district = 1 if congress == 102 & id == 15129 replace district = 2 if congress == 102 & id == 14062 replace district = 3 if congress == 102 & id == 15002 replace district = 3 if congress == 102 & id == 29143 replace district = 4 if congress == 102 & id == 14828 replace district = 5 if congress == 102 & id == 15013 replace district = 6 if congress == 102 & id == 15085 replace district = 7 if congress == 102 & id == 13002 replace district = 8 if congress == 102 & id == 14822 replace district = 9 if congress == 102 & id == 1077 replace district = 10 if congress == 102 & id == 10614 replace district = 11 if congress == 102 & id == 29144 replace district = 12 if congress == 102 & id == 15636 replace district = 13 if congress == 102 & id == 15623 replace district = 14 if congress == 102 & id == 15611 replace district = 15 if congress == 102 & id == 10716 replace district = 16 if congress == 102 & id == 15018 replace district = 17 if congress == 102 & id == 14664 replace district = 18 if congress == 102 & id == 29145 replace district = 19 if congress == 102 & id == 15093 replace district = 20 if congress == 102 & id == 10520 replace district = 21 if congress == 102 & id == 15445 replace district = 22 if congress == 102 & id == 15094 replace district = 23 if congress == 102 & id == 15089 replace district = 24 if congress == 102 & id == 14626 replace district = 25 if congress == 102 & id == 15001 replace district = 26 if congress == 102 & id == 15125 replace district = 27 if congress == 102 & id == 15049 replace district = 1 if congress == 102 & id == 14829 replace district = 2 if congress == 102 & id == 14042 replace district = 3 if congress == 102 & id == 29146 replace district = 1 if congress == 102 & id == 29147 replace district = 1 if congress == 102 & id == 15003 replace district = 2 if congress == 102 & id == 15437 replace district = 3 if congress == 102 & id == 14802 replace district = 4 if congress == 102 & id == 15060 replace district = 5 if congress == 102 & id == 15452 replace district = 6 if congress == 102 & id == 15048 replace district = 7 if congress == 102 & id == 15115 replace district = 7 if congress == 102 & id == 29148 replace district = 8 if congress == 102 & id == 29149 replace district = 9 if congress == 102 & id == 15010 replace district = 10 if congress == 102 & id == 14869 replace district = 1 if congress == 102 & id == 15110 replace district = 2 if congress == 102 & id == 14666 replace district = 3 if congress == 102 & id == 15629 replace district = 4 if congress == 102 & id == 14847 replace district = 5 if congress == 102 & id == 10726 replace district = 6 if congress == 102 & id == 14413 replace district = 7 if congress == 102 & id == 15613 replace district = 8 if congress == 102 & id == 15016 replace district = 1 if congress == 102 & id == 15083 replace district = 2 if congress == 102 & id == 15065 replace district = 3 if congress == 102 & id == 15077 replace district = 4 if congress == 102 & id == 14448 replace district = 1 if congress == 102 & id == 13003 replace district = 2 if congress == 102 & id == 29150 replace district = 3 if congress == 102 & id == 14827 replace district = 4 if congress == 102 & id == 15082 replace district = 5 if congress == 102 & id == 15044 replace district = 6 if congress == 102 & id == 14675 replace district = 7 if congress == 102 & id == 12036 replace district = 8 if congress == 102 & id == 14655 replace district = 9 if congress == 102 & id == 14657 replace district = 1 if congress == 102 & id == 15633 replace district = 0 if congress == 103 & id == 99909 replace district = 1 if congress == 103 & id == 15090 replace district = 2 if congress == 103 & id == 29300 replace district = 3 if congress == 103 & id == 15632 replace district = 4 if congress == 103 & id == 11000 replace district = 5 if congress == 103 & id == 29100 replace district = 6 if congress == 103 & id == 29301 replace district = 7 if congress == 103 & id == 29302 replace district = 1 if congress == 103 & id == 14066 replace district = 1 if congress == 103 & id == 29303 replace district = 2 if congress == 103 & id == 29101 replace district = 3 if congress == 103 & id == 14454 replace district = 4 if congress == 103 & id == 15429 replace district = 5 if congress == 103 & id == 15105 replace district = 6 if congress == 103 & id == 29304 replace district = 1 if congress == 103 & id == 29305 replace district = 2 if congress == 103 & id == 14058 replace district = 3 if congress == 103 & id == 29306 replace district = 4 if congress == 103 & id == 29307 replace district = 1 if congress == 103 & id == 29308 replace district = 2 if congress == 103 & id == 15420 replace district = 3 if congress == 103 & id == 14624 replace district = 4 if congress == 103 & id == 29104 replace district = 5 if congress == 103 & id == 14649 replace district = 6 if congress == 103 & id == 29309 replace district = 7 if congress == 103 & id == 14256 replace district = 8 if congress == 103 & id == 15448 replace district = 9 if congress == 103 & id == 13011 replace district = 10 if congress == 103 & id == 29310 replace district = 11 if congress == 103 & id == 29311 replace district = 12 if congress == 103 & id == 14837 replace district = 13 if congress == 103 & id == 14053 replace district = 14 if congress == 103 & id == 29312 replace district = 15 if congress == 103 & id == 14257 replace district = 16 if congress == 103 & id == 10583 replace district = 17 if congress == 103 & id == 14444 replace district = 17 if congress == 103 & id == 29313 replace district = 18 if congress == 103 & id == 15635 replace district = 19 if congress == 103 & id == 15032 replace district = 20 if congress == 103 & id == 29105 replace district = 21 if congress == 103 & id == 14669 replace district = 22 if congress == 103 & id == 29314 replace district = 23 if congress == 103 & id == 15413 replace district = 24 if congress == 103 & id == 14405 replace district = 25 if congress == 103 & id == 29315 replace district = 26 if congress == 103 & id == 15005 replace district = 27 if congress == 103 & id == 14040 replace district = 28 if congress == 103 & id == 14813 replace district = 29 if congress == 103 & id == 14280 replace district = 30 if congress == 103 & id == 29316 replace district = 31 if congress == 103 & id == 14879 replace district = 32 if congress == 103 & id == 14620 replace district = 33 if congress == 103 & id == 29317 replace district = 34 if congress == 103 & id == 15070 replace district = 35 if congress == 103 & id == 29106 replace district = 36 if congress == 103 & id == 29318 replace district = 37 if congress == 103 & id == 29319 replace district = 38 if congress == 103 & id == 29320 replace district = 39 if congress == 103 & id == 29321 replace district = 40 if congress == 103 & id == 14644 replace district = 41 if congress == 103 & id == 29322 replace district = 42 if congress == 103 & id == 10573 replace district = 43 if congress == 103 & id == 29323 replace district = 44 if congress == 103 & id == 15040 replace district = 45 if congress == 103 & id == 15621 replace district = 46 if congress == 103 & id == 14414 replace district = 47 if congress == 103 & id == 15601 replace district = 48 if congress == 103 & id == 15051 replace district = 49 if congress == 103 & id == 29324 replace district = 50 if congress == 103 & id == 29325 replace district = 51 if congress == 103 & id == 29107 replace district = 52 if congress == 103 & id == 14835 replace district = 1 if congress == 103 & id == 14051 replace district = 2 if congress == 103 & id == 15443 replace district = 3 if congress == 103 & id == 29326 replace district = 4 if congress == 103 & id == 29108 replace district = 5 if congress == 103 & id == 15419 replace district = 6 if congress == 103 & id == 15058 replace district = 1 if congress == 103 & id == 14877 replace district = 2 if congress == 103 & id == 14825 replace district = 3 if congress == 103 & id == 29109 replace district = 4 if congress == 103 & id == 15449 replace district = 5 if congress == 103 & id == 29110 replace district = 6 if congress == 103 & id == 15028 replace district = 1 if congress == 103 & id == 29327 replace district = 1 if congress == 103 & id == 14636 replace district = 2 if congress == 103 & id == 29111 replace district = 3 if congress == 103 & id == 29328 replace district = 4 if congress == 103 & id == 29329 replace district = 5 if congress == 103 & id == 29330 replace district = 6 if congress == 103 & id == 15627 replace district = 7 if congress == 103 & id == 29331 replace district = 8 if congress == 103 & id == 14842 replace district = 9 if congress == 103 & id == 15006 replace district = 10 if congress == 103 & id == 13047 replace district = 11 if congress == 103 & id == 10588 replace district = 12 if congress == 103 & id == 29332 replace district = 13 if congress == 103 & id == 29333 replace district = 14 if congress == 103 & id == 15605 replace district = 15 if congress == 103 & id == 29112 replace district = 16 if congress == 103 & id == 15035 replace district = 17 if congress == 103 & id == 29334 replace district = 18 if congress == 103 & id == 15634 replace district = 19 if congress == 103 & id == 15609 replace district = 20 if congress == 103 & id == 29335 replace district = 21 if congress == 103 & id == 29336 replace district = 22 if congress == 103 & id == 14860 replace district = 23 if congress == 103 & id == 29337 replace district = 1 if congress == 103 & id == 29338 replace district = 2 if congress == 103 & id == 29339 replace district = 3 if congress == 103 & id == 29340 replace district = 4 if congress == 103 & id == 29341 replace district = 5 if congress == 103 & id == 15431 replace district = 6 if congress == 103 & id == 14627 replace district = 7 if congress == 103 & id == 15081 replace district = 8 if congress == 103 & id == 15057 replace district = 9 if congress == 103 & id == 29342 replace district = 10 if congress == 103 & id == 29343 replace district = 11 if congress == 103 & id == 29344 replace district = 1 if congress == 103 & id == 15245 replace district = 2 if congress == 103 & id == 10757 replace district = 1 if congress == 103 & id == 29114 replace district = 2 if congress == 103 & id == 29345 replace district = 1 if congress == 103 & id == 29346 replace district = 2 if congress == 103 & id == 29347 replace district = 3 if congress == 103 & id == 15036 replace district = 4 if congress == 103 & id == 29348 replace district = 5 if congress == 103 & id == 8080 replace district = 6 if congress == 103 & id == 14239 replace district = 7 if congress == 103 & id == 14068 replace district = 8 if congress == 103 & id == 12041 replace district = 9 if congress == 103 & id == 10421 replace district = 10 if congress == 103 & id == 14677 replace district = 11 if congress == 103 & id == 15622 replace district = 12 if congress == 103 & id == 15453 replace district = 13 if congress == 103 & id == 15098 replace district = 14 if congress == 103 & id == 15417 replace district = 15 if congress == 103 & id == 29115 replace district = 16 if congress == 103 & id == 29349 replace district = 17 if congress == 103 & id == 15023 replace district = 18 if congress == 103 & id == 6455 replace district = 19 if congress == 103 & id == 15620 replace district = 20 if congress == 103 & id == 15021 replace district = 1 if congress == 103 & id == 15124 replace district = 2 if congress == 103 & id == 14274 replace district = 3 if congress == 103 & id == 29117 replace district = 4 if congress == 103 & id == 15631 replace district = 5 if congress == 103 & id == 29350 replace district = 6 if congress == 103 & id == 15014 replace district = 7 if congress == 103 & id == 11036 replace district = 8 if congress == 103 & id == 15041 replace district = 9 if congress == 103 & id == 10732 replace district = 10 if congress == 103 & id == 10742 replace district = 1 if congress == 103 & id == 14432 replace district = 2 if congress == 103 & id == 29118 replace district = 3 if congress == 103 & id == 15106 replace district = 4 if congress == 103 & id == 8672 replace district = 5 if congress == 103 & id == 15414 replace district = 1 if congress == 103 & id == 14852 replace district = 2 if congress == 103 & id == 15061 replace district = 3 if congress == 103 & id == 15109 replace district = 4 if congress == 103 & id == 14422 replace district = 1 if congress == 103 & id == 29351 replace district = 2 if congress == 103 & id == 6845 replace district = 2 if congress == 103 & id == 29352 replace district = 3 if congress == 103 & id == 13024 replace district = 4 if congress == 103 & id == 15406 replace district = 5 if congress == 103 & id == 14854 replace district = 6 if congress == 103 & id == 29353 replace district = 1 if congress == 103 & id == 14469 replace district = 2 if congress == 103 & id == 29120 replace district = 3 if congress == 103 & id == 14679 replace district = 4 if congress == 103 & id == 29354 replace district = 5 if congress == 103 & id == 15451 replace district = 6 if congress == 103 & id == 15401 replace district = 7 if congress == 103 & id == 15418 replace district = 1 if congress == 103 & id == 29121 replace district = 2 if congress == 103 & id == 14661 replace district = 1 if congress == 103 & id == 29122 replace district = 2 if congress == 103 & id == 15086 replace district = 3 if congress == 103 & id == 15408 replace district = 4 if congress == 103 & id == 29355 replace district = 5 if congress == 103 & id == 14873 replace district = 6 if congress == 103 & id == 29356 replace district = 7 if congress == 103 & id == 15433 replace district = 8 if congress == 103 & id == 15434 replace district = 1 if congress == 103 & id == 29123 replace district = 2 if congress == 103 & id == 15616 replace district = 3 if congress == 103 & id == 29357 replace district = 4 if congress == 103 & id == 14824 replace district = 5 if congress == 103 & id == 29358 replace district = 6 if congress == 103 & id == 29359 replace district = 7 if congress == 103 & id == 14435 replace district = 8 if congress == 103 & id == 15427 replace district = 9 if congress == 103 & id == 14039 replace district = 10 if congress == 103 & id == 14055 replace district = 1 if congress == 103 & id == 29360 replace district = 2 if congress == 103 & id == 29361 replace district = 3 if congress == 103 & id == 15103 replace district = 3 if congress == 103 & id == 29362 replace district = 4 if congress == 103 & id == 29124 replace district = 5 if congress == 103 & id == 29363 replace district = 6 if congress == 103 & id == 15446 replace district = 7 if congress == 103 & id == 29364 replace district = 8 if congress == 103 & id == 14210 replace district = 9 if congress == 103 & id == 14430 replace district = 10 if congress == 103 & id == 14407 replace district = 11 if congress == 103 & id == 29365 replace district = 12 if congress == 103 & id == 15033 replace district = 13 if congress == 103 & id == 10727 replace district = 14 if congress == 103 & id == 10713 replace district = 15 if congress == 103 & id == 29125 replace district = 16 if congress == 103 & id == 2605 replace district = 1 if congress == 103 & id == 15052 replace district = 2 if congress == 103 & id == 29366 replace district = 3 if congress == 103 & id == 29126 replace district = 4 if congress == 103 & id == 14458 replace district = 5 if congress == 103 & id == 14656 replace district = 6 if congress == 103 & id == 29367 replace district = 7 if congress == 103 & id == 29127 replace district = 8 if congress == 103 & id == 14265 replace district = 1 if congress == 103 & id == 10075 replace district = 2 if congress == 103 & id == 15411 replace district = 2 if congress == 103 & id == 29368 replace district = 3 if congress == 103 & id == 11035 replace district = 4 if congress == 103 & id == 15617 replace district = 5 if congress == 103 & id == 15637 replace district = 1 if congress == 103 & id == 12009 replace district = 2 if congress == 103 & id == 29369 replace district = 3 if congress == 103 & id == 14421 replace district = 4 if congress == 103 & id == 14451 replace district = 5 if congress == 103 & id == 15076 replace district = 6 if congress == 103 & id == 29370 replace district = 7 if congress == 103 & id == 15606 replace district = 8 if congress == 103 & id == 14819 replace district = 9 if congress == 103 & id == 14459 replace district = 1 if congress == 103 & id == 14672 replace district = 1 if congress == 103 & id == 14605 replace district = 2 if congress == 103 & id == 15607 replace district = 3 if congress == 103 & id == 29129 replace district = 1 if congress == 103 & id == 15403 replace district = 2 if congress == 103 & id == 15075 replace district = 1 if congress == 103 & id == 29130 replace district = 2 if congress == 103 & id == 29131 replace district = 1 if congress == 103 & id == 29132 replace district = 2 if congress == 103 & id == 14238 replace district = 3 if congress == 103 & id == 15112 replace district = 4 if congress == 103 & id == 14863 replace district = 5 if congress == 103 & id == 14855 replace district = 6 if congress == 103 & id == 15454 replace district = 7 if congress == 103 & id == 29371 replace district = 8 if congress == 103 & id == 29372 replace district = 9 if congress == 103 & id == 15071 replace district = 10 if congress == 103 & id == 15619 replace district = 11 if congress == 103 & id == 15099 replace district = 12 if congress == 103 & id == 29133 replace district = 13 if congress == 103 & id == 29373 replace district = 1 if congress == 103 & id == 15624 replace district = 2 if congress == 103 & id == 14861 replace district = 3 if congress == 103 & id == 15055 replace district = 1 if congress == 103 & id == 15421 replace district = 2 if congress == 103 & id == 29374 replace district = 3 if congress == 103 & id == 29375 replace district = 4 if congress == 103 & id == 29376 replace district = 5 if congress == 103 & id == 15000 replace district = 6 if congress == 103 & id == 15412 replace district = 7 if congress == 103 & id == 15107 replace district = 8 if congress == 103 & id == 29377 replace district = 9 if congress == 103 & id == 14858 replace district = 10 if congress == 103 & id == 15072 replace district = 11 if congress == 103 & id == 15050 replace district = 12 if congress == 103 & id == 29378 replace district = 13 if congress == 103 & id == 15639 replace district = 14 if congress == 103 & id == 29379 replace district = 15 if congress == 103 & id == 13035 replace district = 16 if congress == 103 & id == 29134 replace district = 17 if congress == 103 & id == 15603 replace district = 18 if congress == 103 & id == 15612 replace district = 19 if congress == 103 & id == 12013 replace district = 20 if congress == 103 & id == 14015 replace district = 21 if congress == 103 & id == 15614 replace district = 22 if congress == 103 & id == 14662 replace district = 23 if congress == 103 & id == 15007 replace district = 24 if congress == 103 & id == 39316 replace district = 25 if congress == 103 & id == 15630 replace district = 26 if congress == 103 & id == 29380 replace district = 27 if congress == 103 & id == 15618 replace district = 28 if congress == 103 & id == 15444 replace district = 29 if congress == 103 & id == 14248 replace district = 30 if congress == 103 & id == 29381 replace district = 31 if congress == 103 & id == 15423 replace district = 1 if congress == 103 & id == 29382 replace district = 2 if congress == 103 & id == 15073 replace district = 3 if congress == 103 & id == 15430 replace district = 4 if congress == 103 & id == 15438 replace district = 5 if congress == 103 & id == 14262 replace district = 6 if congress == 103 & id == 15092 replace district = 7 if congress == 103 & id == 14048 replace district = 8 if congress == 103 & id == 14233 replace district = 9 if congress == 103 & id == 15108 replace district = 10 if congress == 103 & id == 15402 replace district = 11 if congress == 103 & id == 29135 replace district = 12 if congress == 103 & id == 29383 replace district = 1 if congress == 103 & id == 29384 replace district = 1 if congress == 103 & id == 29385 replace district = 2 if congress == 103 & id == 14225 replace district = 2 if congress == 103 & id == 29386 replace district = 3 if congress == 103 & id == 14632 replace district = 4 if congress == 103 & id == 14875 replace district = 5 if congress == 103 & id == 15604 replace district = 6 if congress == 103 & id == 29747 replace district = 7 if congress == 103 & id == 29136 replace district = 8 if congress == 103 & id == 29137 replace district = 9 if congress == 103 & id == 15029 replace district = 10 if congress == 103 & id == 29388 replace district = 11 if congress == 103 & id == 12030 replace district = 12 if congress == 103 & id == 15030 replace district = 13 if congress == 103 & id == 29389 replace district = 14 if congress == 103 & id == 15442 replace district = 15 if congress == 103 & id == 29390 replace district = 16 if congress == 103 & id == 14045 replace district = 17 if congress == 103 & id == 15121 replace district = 18 if congress == 103 & id == 14402 replace district = 19 if congress == 103 & id == 29391 replace district = 1 if congress == 103 & id == 15424 replace district = 2 if congress == 103 & id == 14667 replace district = 3 if congress == 103 & id == 29138 replace district = 4 if congress == 103 & id == 14843 replace district = 5 if congress == 103 & id == 29392 replace district = 6 if congress == 103 & id == 14219 replace district = 6 if congress == 103 & id == 29393 replace district = 1 if congress == 103 & id == 29394 replace district = 2 if congress == 103 & id == 15063 replace district = 3 if congress == 103 & id == 14871 replace district = 4 if congress == 103 & id == 15410 replace district = 5 if congress == 103 & id == 29139 replace district = 1 if congress == 103 & id == 14823 replace district = 2 if congress == 103 & id == 29140 replace district = 3 if congress == 103 & id == 15008 replace district = 4 if congress == 103 & id == 29395 replace district = 5 if congress == 103 & id == 14612 replace district = 6 if congress == 103 & id == 29396 replace district = 7 if congress == 103 & id == 15447 replace district = 8 if congress == 103 & id == 29397 replace district = 9 if congress == 103 & id == 14052 replace district = 10 if congress == 103 & id == 10607 replace district = 11 if congress == 103 & id == 15104 replace district = 12 if congress == 103 & id == 14072 replace district = 13 if congress == 103 & id == 29398 replace district = 14 if congress == 103 & id == 14808 replace district = 15 if congress == 103 & id == 29399 replace district = 16 if congress == 103 & id == 14461 replace district = 17 if congress == 103 & id == 15026 replace district = 18 if congress == 103 & id == 29141 replace district = 19 if congress == 103 & id == 14288 replace district = 20 if congress == 103 & id == 14441 replace district = 21 if congress == 103 & id == 15056 replace district = 1 if congress == 103 & id == 15615 replace district = 2 if congress == 103 & id == 29142 replace district = 1 if congress == 103 & id == 15439 replace district = 2 if congress == 103 & id == 13042 replace district = 3 if congress == 103 & id == 14212 replace district = 4 if congress == 103 & id == 39300 replace district = 5 if congress == 103 & id == 15064 replace district = 6 if congress == 103 & id == 39301 replace district = 1 if congress == 103 & id == 15425 replace district = 1 if congress == 103 & id == 10616 replace district = 2 if congress == 103 & id == 15455 replace district = 3 if congress == 103 & id == 14251 replace district = 4 if congress == 103 & id == 15019 replace district = 5 if congress == 103 & id == 15450 replace district = 6 if congress == 103 & id == 15100 replace district = 7 if congress == 103 & id == 15066 replace district = 8 if congress == 103 & id == 15628 replace district = 9 if congress == 103 & id == 14224 replace district = 1 if congress == 103 & id == 15129 replace district = 2 if congress == 103 & id == 14062 replace district = 3 if congress == 103 & id == 29143 replace district = 4 if congress == 103 & id == 14828 replace district = 5 if congress == 103 & id == 15013 replace district = 6 if congress == 103 & id == 15085 replace district = 7 if congress == 103 & id == 13002 replace district = 8 if congress == 103 & id == 14822 replace district = 9 if congress == 103 & id == 1077 replace district = 10 if congress == 103 & id == 10614 replace district = 11 if congress == 103 & id == 29144 replace district = 12 if congress == 103 & id == 15636 replace district = 13 if congress == 103 & id == 15623 replace district = 14 if congress == 103 & id == 15611 replace district = 15 if congress == 103 & id == 10716 replace district = 16 if congress == 103 & id == 15018 replace district = 17 if congress == 103 & id == 14664 replace district = 18 if congress == 103 & id == 29145 replace district = 19 if congress == 103 & id == 15093 replace district = 20 if congress == 103 & id == 10520 replace district = 21 if congress == 103 & id == 15445 replace district = 22 if congress == 103 & id == 15094 replace district = 23 if congress == 103 & id == 39302 replace district = 24 if congress == 103 & id == 14626 replace district = 25 if congress == 103 & id == 15001 replace district = 26 if congress == 103 & id == 15125 replace district = 27 if congress == 103 & id == 15049 replace district = 28 if congress == 103 & id == 39303 replace district = 29 if congress == 103 & id == 39304 replace district = 30 if congress == 103 & id == 39305 replace district = 1 if congress == 103 & id == 14829 replace district = 2 if congress == 103 & id == 39306 replace district = 3 if congress == 103 & id == 29146 replace district = 1 if congress == 103 & id == 29147 replace district = 1 if congress == 103 & id == 15003 replace district = 2 if congress == 103 & id == 15437 replace district = 3 if congress == 103 & id == 39307 replace district = 4 if congress == 103 & id == 15060 replace district = 5 if congress == 103 & id == 15452 replace district = 6 if congress == 103 & id == 39308 replace district = 7 if congress == 103 & id == 14802 replace district = 8 if congress == 103 & id == 29149 replace district = 9 if congress == 103 & id == 15010 replace district = 10 if congress == 103 & id == 14869 replace district = 11 if congress == 103 & id == 39309 replace district = 1 if congress == 103 & id == 39310 replace district = 2 if congress == 103 & id == 14666 replace district = 3 if congress == 103 & id == 15629 replace district = 4 if congress == 103 & id == 29937 replace district = 5 if congress == 103 & id == 10726 replace district = 6 if congress == 103 & id == 14413 replace district = 7 if congress == 103 & id == 15613 replace district = 8 if congress == 103 & id == 39312 replace district = 9 if congress == 103 & id == 39313 replace district = 1 if congress == 103 & id == 15083 replace district = 2 if congress == 103 & id == 15077 replace district = 3 if congress == 103 & id == 14448 replace district = 1 if congress == 103 & id == 13003 replace district = 1 if congress == 103 & id == 39314 replace district = 2 if congress == 103 & id == 29150 replace district = 3 if congress == 103 & id == 14827 replace district = 4 if congress == 103 & id == 15082 replace district = 5 if congress == 103 & id == 39315 replace district = 6 if congress == 103 & id == 14675 replace district = 7 if congress == 103 & id == 12036 replace district = 8 if congress == 103 & id == 14655 replace district = 9 if congress == 103 & id == 14657 replace district = 1 if congress == 103 & id == 15633 replace district = 0 if congress == 104 & id == 99909 replace district = 1 if congress == 104 & id == 15090 replace district = 2 if congress == 104 & id == 29300 replace district = 3 if congress == 104 & id == 15632 replace district = 4 if congress == 104 & id == 11000 replace district = 5 if congress == 104 & id == 29100 replace district = 6 if congress == 104 & id == 29301 replace district = 7 if congress == 104 & id == 29302 replace district = 1 if congress == 104 & id == 14066 replace district = 1 if congress == 104 & id == 29500 replace district = 2 if congress == 104 & id == 29101 replace district = 3 if congress == 104 & id == 14454 replace district = 4 if congress == 104 & id == 29501 replace district = 5 if congress == 104 & id == 15105 replace district = 6 if congress == 104 & id == 29502 replace district = 1 if congress == 104 & id == 29305 replace district = 2 if congress == 104 & id == 14058 replace district = 3 if congress == 104 & id == 29306 replace district = 4 if congress == 104 & id == 29307 replace district = 1 if congress == 104 & id == 29103 replace district = 2 if congress == 104 & id == 15420 replace district = 3 if congress == 104 & id == 14624 replace district = 4 if congress == 104 & id == 29104 replace district = 5 if congress == 104 & id == 14649 replace district = 6 if congress == 104 & id == 29309 replace district = 7 if congress == 104 & id == 14256 replace district = 8 if congress == 104 & id == 15448 replace district = 9 if congress == 104 & id == 13011 replace district = 10 if congress == 104 & id == 29310 replace district = 11 if congress == 104 & id == 29311 replace district = 12 if congress == 104 & id == 14837 replace district = 13 if congress == 104 & id == 14053 replace district = 14 if congress == 104 & id == 29312 replace district = 15 if congress == 104 & id == 14257 replace district = 15 if congress == 104 & id == 15600 replace district = 16 if congress == 104 & id == 29504 replace district = 17 if congress == 104 & id == 29313 replace district = 18 if congress == 104 & id == 15635 replace district = 19 if congress == 104 & id == 29505 replace district = 20 if congress == 104 & id == 29105 replace district = 21 if congress == 104 & id == 14669 replace district = 22 if congress == 104 & id == 29506 replace district = 23 if congress == 104 & id == 15413 replace district = 24 if congress == 104 & id == 14405 replace district = 25 if congress == 104 & id == 29315 replace district = 26 if congress == 104 & id == 15005 replace district = 27 if congress == 104 & id == 14040 replace district = 28 if congress == 104 & id == 14813 replace district = 29 if congress == 104 & id == 14280 replace district = 30 if congress == 104 & id == 29316 replace district = 31 if congress == 104 & id == 14879 replace district = 32 if congress == 104 & id == 14620 replace district = 33 if congress == 104 & id == 29317 replace district = 34 if congress == 104 & id == 15070 replace district = 35 if congress == 104 & id == 29106 replace district = 36 if congress == 104 & id == 29318 replace district = 37 if congress == 104 & id == 29319 replace district = 37 if congress == 104 & id == 29586 replace district = 38 if congress == 104 & id == 29320 replace district = 39 if congress == 104 & id == 29321 replace district = 40 if congress == 104 & id == 14644 replace district = 41 if congress == 104 & id == 29322 replace district = 42 if congress == 104 & id == 10573 replace district = 43 if congress == 104 & id == 29323 replace district = 44 if congress == 104 & id == 29507 replace district = 45 if congress == 104 & id == 15621 replace district = 46 if congress == 104 & id == 14414 replace district = 47 if congress == 104 & id == 15601 replace district = 48 if congress == 104 & id == 15051 replace district = 49 if congress == 104 & id == 29508 replace district = 50 if congress == 104 & id == 29325 replace district = 51 if congress == 104 & id == 29107 replace district = 52 if congress == 104 & id == 14835 replace district = 1 if congress == 104 & id == 14051 replace district = 2 if congress == 104 & id == 15443 replace district = 3 if congress == 104 & id == 29326 replace district = 4 if congress == 104 & id == 29108 replace district = 5 if congress == 104 & id == 15419 replace district = 6 if congress == 104 & id == 15058 replace district = 1 if congress == 104 & id == 14877 replace district = 2 if congress == 104 & id == 14825 replace district = 3 if congress == 104 & id == 29109 replace district = 4 if congress == 104 & id == 15449 replace district = 5 if congress == 104 & id == 29110 replace district = 6 if congress == 104 & id == 15028 replace district = 1 if congress == 104 & id == 29327 replace district = 1 if congress == 104 & id == 39508 replace district = 2 if congress == 104 & id == 29111 replace district = 3 if congress == 104 & id == 29328 replace district = 4 if congress == 104 & id == 29329 replace district = 5 if congress == 104 & id == 29330 replace district = 6 if congress == 104 & id == 15627 replace district = 7 if congress == 104 & id == 29331 replace district = 8 if congress == 104 & id == 14842 replace district = 9 if congress == 104 & id == 15006 replace district = 10 if congress == 104 & id == 13047 replace district = 11 if congress == 104 & id == 10588 replace district = 12 if congress == 104 & id == 29332 replace district = 13 if congress == 104 & id == 29333 replace district = 14 if congress == 104 & id == 15605 replace district = 15 if congress == 104 & id == 29509 replace district = 16 if congress == 104 & id == 29510 replace district = 17 if congress == 104 & id == 29334 replace district = 18 if congress == 104 & id == 15634 replace district = 19 if congress == 104 & id == 15609 replace district = 20 if congress == 104 & id == 29335 replace district = 21 if congress == 104 & id == 29336 replace district = 22 if congress == 104 & id == 14860 replace district = 23 if congress == 104 & id == 29337 replace district = 1 if congress == 104 & id == 29338 replace district = 2 if congress == 104 & id == 29339 replace district = 3 if congress == 104 & id == 29340 replace district = 4 if congress == 104 & id == 29341 replace district = 5 if congress == 104 & id == 15431 replace district = 6 if congress == 104 & id == 14627 replace district = 7 if congress == 104 & id == 29511 replace district = 8 if congress == 104 & id == 29512 replace district = 9 if congress == 104 & id == 29342 replace district = 9 if congress == 104 & id == 99342 replace district = 10 if congress == 104 & id == 29513 replace district = 11 if congress == 104 & id == 29344 replace district = 1 if congress == 104 & id == 15245 replace district = 2 if congress == 104 & id == 10757 replace district = 1 if congress == 104 & id == 29514 replace district = 2 if congress == 104 & id == 29345 replace district = 1 if congress == 104 & id == 29346 replace district = 2 if congress == 104 & id == 29347 replace district = 2 if congress == 104 & id == 29585 replace district = 3 if congress == 104 & id == 15036 replace district = 4 if congress == 104 & id == 29348 replace district = 5 if congress == 104 & id == 29515 replace district = 6 if congress == 104 & id == 14239 replace district = 7 if congress == 104 & id == 14068 replace district = 8 if congress == 104 & id == 12041 replace district = 9 if congress == 104 & id == 10421 replace district = 10 if congress == 104 & id == 14677 replace district = 11 if congress == 104 & id == 29516 replace district = 12 if congress == 104 & id == 15453 replace district = 13 if congress == 104 & id == 15098 replace district = 14 if congress == 104 & id == 15417 replace district = 15 if congress == 104 & id == 29115 replace district = 16 if congress == 104 & id == 29349 replace district = 17 if congress == 104 & id == 15023 replace district = 18 if congress == 104 & id == 29517 replace district = 19 if congress == 104 & id == 15620 replace district = 20 if congress == 104 & id == 15021 replace district = 1 if congress == 104 & id == 15124 replace district = 2 if congress == 104 & id == 29518 replace district = 3 if congress == 104 & id == 29117 replace district = 4 if congress == 104 & id == 29519 replace district = 5 if congress == 104 & id == 29350 replace district = 6 if congress == 104 & id == 15014 replace district = 7 if congress == 104 & id == 11036 replace district = 8 if congress == 104 & id == 29520 replace district = 9 if congress == 104 & id == 10732 replace district = 10 if congress == 104 & id == 10742 replace district = 1 if congress == 104 & id == 14432 replace district = 2 if congress == 104 & id == 29118 replace district = 3 if congress == 104 & id == 15106 replace district = 4 if congress == 104 & id == 29521 replace district = 5 if congress == 104 & id == 29522 replace district = 1 if congress == 104 & id == 14852 replace district = 2 if congress == 104 & id == 29523 replace district = 3 if congress == 104 & id == 15109 replace district = 4 if congress == 104 & id == 29524 replace district = 1 if congress == 104 & id == 29525 replace district = 2 if congress == 104 & id == 29352 replace district = 3 if congress == 104 & id == 29526 replace district = 4 if congress == 104 & id == 15406 replace district = 5 if congress == 104 & id == 14854 replace district = 6 if congress == 104 & id == 29353 replace district = 1 if congress == 104 & id == 14469 replace district = 2 if congress == 104 & id == 29120 replace district = 3 if congress == 104 & id == 14679 replace district = 3 if congress == 104 & id == 94679 replace district = 4 if congress == 104 & id == 29354 replace district = 5 if congress == 104 & id == 15451 replace district = 6 if congress == 104 & id == 15401 replace district = 7 if congress == 104 & id == 15418 replace district = 7 if congress == 104 & id == 95418 replace district = 1 if congress == 104 & id == 29527 replace district = 2 if congress == 104 & id == 29528 replace district = 1 if congress == 104 & id == 29122 replace district = 2 if congress == 104 & id == 29529 replace district = 3 if congress == 104 & id == 15408 replace district = 4 if congress == 104 & id == 29355 replace district = 5 if congress == 104 & id == 14873 replace district = 6 if congress == 104 & id == 29356 replace district = 7 if congress == 104 & id == 15433 replace district = 7 if congress == 104 & id == 29587 replace district = 8 if congress == 104 & id == 15434 replace district = 1 if congress == 104 & id == 29123 replace district = 2 if congress == 104 & id == 15616 replace district = 3 if congress == 104 & id == 29357 replace district = 4 if congress == 104 & id == 14824 replace district = 5 if congress == 104 & id == 29358 replace district = 6 if congress == 104 & id == 29359 replace district = 7 if congress == 104 & id == 14435 replace district = 8 if congress == 104 & id == 15427 replace district = 9 if congress == 104 & id == 14039 replace district = 10 if congress == 104 & id == 14055 replace district = 1 if congress == 104 & id == 29360 replace district = 2 if congress == 104 & id == 29361 replace district = 3 if congress == 104 & id == 29362 replace district = 4 if congress == 104 & id == 29124 replace district = 5 if congress == 104 & id == 29363 replace district = 6 if congress == 104 & id == 15446 replace district = 7 if congress == 104 & id == 29364 replace district = 8 if congress == 104 & id == 29530 replace district = 9 if congress == 104 & id == 14430 replace district = 10 if congress == 104 & id == 14407 replace district = 11 if congress == 104 & id == 29365 replace district = 12 if congress == 104 & id == 15033 replace district = 13 if congress == 104 & id == 29531 replace district = 14 if congress == 104 & id == 10713 replace district = 15 if congress == 104 & id == 29125 replace district = 16 if congress == 104 & id == 2605 replace district = 1 if congress == 104 & id == 29532 replace district = 2 if congress == 104 & id == 29366 replace district = 3 if congress == 104 & id == 29126 replace district = 4 if congress == 104 & id == 14458 replace district = 5 if congress == 104 & id == 14656 replace district = 6 if congress == 104 & id == 29533 replace district = 7 if congress == 104 & id == 29127 replace district = 8 if congress == 104 & id == 14265 replace district = 1 if congress == 104 & id == 29534 replace district = 2 if congress == 104 & id == 29368 replace district = 3 if congress == 104 & id == 11035 replace district = 4 if congress == 104 & id == 15617 replace district = 4 if congress == 104 & id == 95617 replace district = 5 if congress == 104 & id == 15637 replace district = 1 if congress == 104 & id == 12009 replace district = 2 if congress == 104 & id == 29369 replace district = 3 if congress == 104 & id == 14421 replace district = 4 if congress == 104 & id == 14451 replace district = 5 if congress == 104 & id == 29535 replace district = 6 if congress == 104 & id == 29370 replace district = 7 if congress == 104 & id == 15606 replace district = 8 if congress == 104 & id == 14819 replace district = 9 if congress == 104 & id == 14459 replace district = 1 if congress == 104 & id == 14672 replace district = 1 if congress == 104 & id == 14605 replace district = 2 if congress == 104 & id == 29536 replace district = 3 if congress == 104 & id == 29129 replace district = 1 if congress == 104 & id == 29537 replace district = 2 if congress == 104 & id == 15075 replace district = 1 if congress == 104 & id == 29130 replace district = 2 if congress == 104 & id == 29538 replace district = 1 if congress == 104 & id == 29132 replace district = 2 if congress == 104 & id == 29539 replace district = 3 if congress == 104 & id == 15112 replace district = 4 if congress == 104 & id == 14863 replace district = 5 if congress == 104 & id == 14855 replace district = 6 if congress == 104 & id == 15454 replace district = 7 if congress == 104 & id == 29371 replace district = 8 if congress == 104 & id == 29540 replace district = 9 if congress == 104 & id == 15071 replace district = 10 if congress == 104 & id == 15619 replace district = 11 if congress == 104 & id == 29541 replace district = 12 if congress == 104 & id == 29133 replace district = 13 if congress == 104 & id == 29373 replace district = 1 if congress == 104 & id == 15624 replace district = 2 if congress == 104 & id == 14861 replace district = 3 if congress == 104 & id == 15055 replace district = 1 if congress == 104 & id == 29542 replace district = 2 if congress == 104 & id == 29374 replace district = 3 if congress == 104 & id == 29375 replace district = 4 if congress == 104 & id == 29543 replace district = 5 if congress == 104 & id == 15000 replace district = 6 if congress == 104 & id == 15412 replace district = 7 if congress == 104 & id == 15107 replace district = 8 if congress == 104 & id == 29377 replace district = 9 if congress == 104 & id == 14858 replace district = 10 if congress == 104 & id == 15072 replace district = 11 if congress == 104 & id == 15050 replace district = 12 if congress == 104 & id == 29378 replace district = 13 if congress == 104 & id == 15639 replace district = 14 if congress == 104 & id == 29379 replace district = 15 if congress == 104 & id == 13035 replace district = 16 if congress == 104 & id == 29134 replace district = 17 if congress == 104 & id == 15603 replace district = 18 if congress == 104 & id == 15612 replace district = 19 if congress == 104 & id == 29544 replace district = 20 if congress == 104 & id == 14015 replace district = 21 if congress == 104 & id == 15614 replace district = 22 if congress == 104 & id == 14662 replace district = 23 if congress == 104 & id == 15007 replace district = 24 if congress == 104 & id == 39316 replace district = 25 if congress == 104 & id == 15630 replace district = 26 if congress == 104 & id == 29380 replace district = 27 if congress == 104 & id == 15618 replace district = 28 if congress == 104 & id == 15444 replace district = 29 if congress == 104 & id == 14248 replace district = 30 if congress == 104 & id == 29381 replace district = 31 if congress == 104 & id == 15423 replace district = 1 if congress == 104 & id == 29382 replace district = 2 if congress == 104 & id == 29545 replace district = 3 if congress == 104 & id == 29546 replace district = 4 if congress == 104 & id == 29547 replace district = 5 if congress == 104 & id == 29548 replace district = 6 if congress == 104 & id == 15092 replace district = 7 if congress == 104 & id == 14048 replace district = 8 if congress == 104 & id == 14233 replace district = 9 if congress == 104 & id == 29549 replace district = 10 if congress == 104 & id == 15402 replace district = 11 if congress == 104 & id == 29135 replace district = 12 if congress == 104 & id == 29383 replace district = 1 if congress == 104 & id == 29384 replace district = 1 if congress == 104 & id == 29550 replace district = 2 if congress == 104 & id == 29386 replace district = 3 if congress == 104 & id == 14632 replace district = 4 if congress == 104 & id == 14875 replace district = 5 if congress == 104 & id == 15604 replace district = 6 if congress == 104 & id == 29551 replace district = 7 if congress == 104 & id == 29136 replace district = 8 if congress == 104 & id == 29137 replace district = 9 if congress == 104 & id == 15029 replace district = 10 if congress == 104 & id == 29388 replace district = 11 if congress == 104 & id == 12030 replace district = 12 if congress == 104 & id == 15030 replace district = 13 if congress == 104 & id == 29389 replace district = 14 if congress == 104 & id == 15442 replace district = 15 if congress == 104 & id == 29390 replace district = 16 if congress == 104 & id == 14045 replace district = 17 if congress == 104 & id == 15121 replace district = 18 if congress == 104 & id == 29552 replace district = 19 if congress == 104 & id == 29553 replace district = 1 if congress == 104 & id == 29554 replace district = 2 if congress == 104 & id == 29555 replace district = 3 if congress == 104 & id == 29138 replace district = 4 if congress == 104 & id == 29556 replace district = 5 if congress == 104 & id == 29392 replace district = 6 if congress == 104 & id == 29393 replace district = 1 if congress == 104 & id == 29394 replace district = 2 if congress == 104 & id == 29557 replace district = 3 if congress == 104 & id == 14871 replace district = 3 if congress == 104 & id == 29588 replace district = 4 if congress == 104 & id == 15410 replace district = 5 if congress == 104 & id == 29558 replace district = 1 if congress == 104 & id == 14823 replace district = 2 if congress == 104 & id == 29559 replace district = 3 if congress == 104 & id == 15008 replace district = 4 if congress == 104 & id == 29395 replace district = 5 if congress == 104 & id == 14612 replace district = 6 if congress == 104 & id == 29396 replace district = 7 if congress == 104 & id == 15447 replace district = 8 if congress == 104 & id == 29397 replace district = 9 if congress == 104 & id == 14052 replace district = 10 if congress == 104 & id == 10607 replace district = 11 if congress == 104 & id == 15104 replace district = 12 if congress == 104 & id == 14072 replace district = 13 if congress == 104 & id == 29560 replace district = 14 if congress == 104 & id == 14808 replace district = 15 if congress == 104 & id == 29399 replace district = 16 if congress == 104 & id == 14461 replace district = 17 if congress == 104 & id == 15026 replace district = 18 if congress == 104 & id == 29561 replace district = 19 if congress == 104 & id == 14288 replace district = 20 if congress == 104 & id == 29562 replace district = 21 if congress == 104 & id == 29563 replace district = 1 if congress == 104 & id == 29564 replace district = 2 if congress == 104 & id == 29142 replace district = 1 if congress == 104 & id == 29565 replace district = 2 if congress == 104 & id == 13042 replace district = 3 if congress == 104 & id == 29566 replace district = 4 if congress == 104 & id == 39300 replace district = 5 if congress == 104 & id == 15064 replace district = 6 if congress == 104 & id == 39301 replace district = 1 if congress == 104 & id == 15425 replace district = 1 if congress == 104 & id == 10616 replace district = 2 if congress == 104 & id == 15455 replace district = 3 if congress == 104 & id == 29567 replace district = 4 if congress == 104 & id == 29568 replace district = 5 if congress == 104 & id == 15450 replace district = 6 if congress == 104 & id == 15100 replace district = 7 if congress == 104 & id == 29569 replace district = 8 if congress == 104 & id == 15628 replace district = 9 if congress == 104 & id == 14224 replace district = 1 if congress == 104 & id == 15129 replace district = 2 if congress == 104 & id == 14062 replace district = 3 if congress == 104 & id == 29143 replace district = 4 if congress == 104 & id == 14828 replace district = 5 if congress == 104 & id == 15013 replace district = 6 if congress == 104 & id == 15085 replace district = 7 if congress == 104 & id == 13002 replace district = 8 if congress == 104 & id == 14822 replace district = 9 if congress == 104 & id == 29570 replace district = 10 if congress == 104 & id == 29571 replace district = 11 if congress == 104 & id == 29144 replace district = 12 if congress == 104 & id == 15636 replace district = 13 if congress == 104 & id == 29572 replace district = 14 if congress == 104 & id == 15611 replace district = 14 if congress == 104 & id == 95611 replace district = 15 if congress == 104 & id == 10716 replace district = 16 if congress == 104 & id == 15018 replace district = 17 if congress == 104 & id == 14664 replace district = 18 if congress == 104 & id == 29573 replace district = 19 if congress == 104 & id == 15093 replace district = 20 if congress == 104 & id == 10520 replace district = 21 if congress == 104 & id == 15445 replace district = 22 if congress == 104 & id == 15094 replace district = 23 if congress == 104 & id == 39302 replace district = 24 if congress == 104 & id == 14626 replace district = 25 if congress == 104 & id == 29574 replace district = 26 if congress == 104 & id == 15125 replace district = 27 if congress == 104 & id == 15049 replace district = 28 if congress == 104 & id == 39303 replace district = 29 if congress == 104 & id == 39304 replace district = 30 if congress == 104 & id == 39305 replace district = 1 if congress == 104 & id == 14829 replace district = 2 if congress == 104 & id == 29575 replace district = 3 if congress == 104 & id == 29146 replace district = 1 if congress == 104 & id == 29147 replace district = 1 if congress == 104 & id == 15003 replace district = 2 if congress == 104 & id == 15437 replace district = 3 if congress == 104 & id == 39307 replace district = 4 if congress == 104 & id == 15060 replace district = 5 if congress == 104 & id == 15452 replace district = 6 if congress == 104 & id == 39308 replace district = 7 if congress == 104 & id == 14802 replace district = 8 if congress == 104 & id == 29149 replace district = 9 if congress == 104 & id == 15010 replace district = 10 if congress == 104 & id == 14869 replace district = 11 if congress == 104 & id == 29576 replace district = 1 if congress == 104 & id == 29577 replace district = 2 if congress == 104 & id == 29578 replace district = 3 if congress == 104 & id == 29579 replace district = 4 if congress == 104 & id == 29580 replace district = 5 if congress == 104 & id == 29581 replace district = 6 if congress == 104 & id == 14413 replace district = 7 if congress == 104 & id == 15613 replace district = 8 if congress == 104 & id == 39312 replace district = 9 if congress == 104 & id == 29582 replace district = 1 if congress == 104 & id == 15083 replace district = 2 if congress == 104 & id == 15077 replace district = 3 if congress == 104 & id == 14448 replace district = 1 if congress == 104 & id == 29583 replace district = 2 if congress == 104 & id == 29150 replace district = 3 if congress == 104 & id == 14827 replace district = 4 if congress == 104 & id == 15082 replace district = 5 if congress == 104 & id == 39315 replace district = 6 if congress == 104 & id == 14675 replace district = 7 if congress == 104 & id == 12036 replace district = 8 if congress == 104 & id == 14655 replace district = 9 if congress == 104 & id == 14657 replace district = 1 if congress == 104 & id == 29584 replace district = 0 if congress == 105 & id == 99909 replace district = 1 if congress == 105 & id == 15090 replace district = 2 if congress == 105 & id == 29300 replace district = 3 if congress == 105 & id == 29700 replace district = 4 if congress == 105 & id == 29701 replace district = 5 if congress == 105 & id == 29100 replace district = 6 if congress == 105 & id == 29301 replace district = 7 if congress == 105 & id == 29302 replace district = 1 if congress == 105 & id == 14066 replace district = 1 if congress == 105 & id == 29500 replace district = 2 if congress == 105 & id == 29101 replace district = 3 if congress == 105 & id == 14454 replace district = 4 if congress == 105 & id == 29501 replace district = 5 if congress == 105 & id == 15105 replace district = 6 if congress == 105 & id == 29502 replace district = 1 if congress == 105 & id == 29702 replace district = 2 if congress == 105 & id == 29703 replace district = 3 if congress == 105 & id == 29704 replace district = 4 if congress == 105 & id == 29307 replace district = 1 if congress == 105 & id == 29103 replace district = 2 if congress == 105 & id == 15420 replace district = 3 if congress == 105 & id == 14624 replace district = 4 if congress == 105 & id == 29104 replace district = 5 if congress == 105 & id == 14649 replace district = 6 if congress == 105 & id == 29309 replace district = 7 if congress == 105 & id == 14256 replace district = 8 if congress == 105 & id == 15448 replace district = 9 if congress == 105 & id == 13011 replace district = 9 if congress == 105 & id == 29778 replace district = 10 if congress == 105 & id == 29705 replace district = 11 if congress == 105 & id == 29311 replace district = 12 if congress == 105 & id == 14837 replace district = 13 if congress == 105 & id == 14053 replace district = 14 if congress == 105 & id == 29312 replace district = 15 if congress == 105 & id == 15600 replace district = 16 if congress == 105 & id == 29504 replace district = 17 if congress == 105 & id == 29313 replace district = 18 if congress == 105 & id == 15635 replace district = 19 if congress == 105 & id == 29505 replace district = 20 if congress == 105 & id == 29105 replace district = 21 if congress == 105 & id == 14669 replace district = 22 if congress == 105 & id == 29706 replace district = 22 if congress == 105 & id == 29774 replace district = 23 if congress == 105 & id == 15413 replace district = 24 if congress == 105 & id == 29707 replace district = 25 if congress == 105 & id == 29315 replace district = 26 if congress == 105 & id == 15005 replace district = 27 if congress == 105 & id == 29708 replace district = 28 if congress == 105 & id == 14813 replace district = 29 if congress == 105 & id == 14280 replace district = 30 if congress == 105 & id == 29316 replace district = 31 if congress == 105 & id == 14879 replace district = 32 if congress == 105 & id == 14620 replace district = 33 if congress == 105 & id == 29317 replace district = 34 if congress == 105 & id == 15070 replace district = 35 if congress == 105 & id == 29106 replace district = 36 if congress == 105 & id == 29318 replace district = 37 if congress == 105 & id == 29586 replace district = 38 if congress == 105 & id == 29320 replace district = 39 if congress == 105 & id == 29321 replace district = 40 if congress == 105 & id == 14644 replace district = 41 if congress == 105 & id == 29322 replace district = 42 if congress == 105 & id == 10573 replace district = 43 if congress == 105 & id == 29323 replace district = 44 if congress == 105 & id == 29507 replace district = 44 if congress == 105 & id == 29775 replace district = 45 if congress == 105 & id == 15621 replace district = 46 if congress == 105 & id == 29709 replace district = 47 if congress == 105 & id == 15601 replace district = 48 if congress == 105 & id == 15051 replace district = 49 if congress == 105 & id == 29508 replace district = 50 if congress == 105 & id == 29325 replace district = 51 if congress == 105 & id == 29107 replace district = 52 if congress == 105 & id == 14835 replace district = 1 if congress == 105 & id == 29710 replace district = 2 if congress == 105 & id == 15443 replace district = 3 if congress == 105 & id == 29326 replace district = 4 if congress == 105 & id == 29711 replace district = 5 if congress == 105 & id == 15419 replace district = 6 if congress == 105 & id == 15058 replace district = 1 if congress == 105 & id == 14877 replace district = 2 if congress == 105 & id == 14825 replace district = 3 if congress == 105 & id == 29109 replace district = 4 if congress == 105 & id == 15449 replace district = 5 if congress == 105 & id == 29712 replace district = 6 if congress == 105 & id == 15028 replace district = 1 if congress == 105 & id == 29327 replace district = 1 if congress == 105 & id == 39508 replace district = 2 if congress == 105 & id == 29713 replace district = 3 if congress == 105 & id == 29328 replace district = 4 if congress == 105 & id == 29329 replace district = 5 if congress == 105 & id == 29330 replace district = 6 if congress == 105 & id == 15627 replace district = 7 if congress == 105 & id == 29331 replace district = 8 if congress == 105 & id == 14842 replace district = 9 if congress == 105 & id == 15006 replace district = 10 if congress == 105 & id == 13047 replace district = 11 if congress == 105 & id == 29714 replace district = 12 if congress == 105 & id == 29332 replace district = 13 if congress == 105 & id == 29333 replace district = 14 if congress == 105 & id == 15605 replace district = 15 if congress == 105 & id == 29509 replace district = 16 if congress == 105 & id == 29510 replace district = 17 if congress == 105 & id == 29334 replace district = 18 if congress == 105 & id == 15634 replace district = 19 if congress == 105 & id == 29715 replace district = 20 if congress == 105 & id == 29335 replace district = 21 if congress == 105 & id == 29336 replace district = 22 if congress == 105 & id == 14860 replace district = 23 if congress == 105 & id == 29337 replace district = 1 if congress == 105 & id == 29338 replace district = 2 if congress == 105 & id == 29339 replace district = 3 if congress == 105 & id == 29340 replace district = 4 if congress == 105 & id == 29344 replace district = 5 if congress == 105 & id == 15431 replace district = 6 if congress == 105 & id == 14627 replace district = 7 if congress == 105 & id == 29511 replace district = 8 if congress == 105 & id == 29512 replace district = 9 if congress == 105 & id == 99342 replace district = 10 if congress == 105 & id == 29513 replace district = 11 if congress == 105 & id == 29341 replace district = 1 if congress == 105 & id == 15245 replace district = 2 if congress == 105 & id == 10757 replace district = 1 if congress == 105 & id == 29514 replace district = 2 if congress == 105 & id == 29345 replace district = 1 if congress == 105 & id == 29346 replace district = 2 if congress == 105 & id == 29585 replace district = 3 if congress == 105 & id == 15036 replace district = 4 if congress == 105 & id == 29348 replace district = 5 if congress == 105 & id == 29716 replace district = 6 if congress == 105 & id == 14239 replace district = 7 if congress == 105 & id == 29717 replace district = 8 if congress == 105 & id == 12041 replace district = 9 if congress == 105 & id == 10421 replace district = 10 if congress == 105 & id == 14677 replace district = 11 if congress == 105 & id == 29516 replace district = 12 if congress == 105 & id == 15453 replace district = 13 if congress == 105 & id == 15098 replace district = 14 if congress == 105 & id == 15417 replace district = 15 if congress == 105 & id == 29115 replace district = 16 if congress == 105 & id == 29349 replace district = 17 if congress == 105 & id == 15023 replace district = 18 if congress == 105 & id == 29517 replace district = 19 if congress == 105 & id == 15620 replace district = 20 if congress == 105 & id == 29718 replace district = 1 if congress == 105 & id == 15124 replace district = 2 if congress == 105 & id == 29518 replace district = 3 if congress == 105 & id == 29117 replace district = 4 if congress == 105 & id == 29519 replace district = 5 if congress == 105 & id == 29350 replace district = 6 if congress == 105 & id == 15014 replace district = 7 if congress == 105 & id == 29719 replace district = 8 if congress == 105 & id == 29520 replace district = 9 if congress == 105 & id == 10732 replace district = 10 if congress == 105 & id == 29720 replace district = 1 if congress == 105 & id == 14432 replace district = 2 if congress == 105 & id == 29118 replace district = 3 if congress == 105 & id == 29721 replace district = 4 if congress == 105 & id == 29521 replace district = 5 if congress == 105 & id == 29522 replace district = 1 if congress == 105 & id == 29722 replace district = 2 if congress == 105 & id == 29723 replace district = 3 if congress == 105 & id == 29724 replace district = 4 if congress == 105 & id == 29524 replace district = 1 if congress == 105 & id == 29525 replace district = 2 if congress == 105 & id == 29352 replace district = 3 if congress == 105 & id == 29725 replace district = 4 if congress == 105 & id == 15406 replace district = 5 if congress == 105 & id == 14854 replace district = 6 if congress == 105 & id == 29353 replace district = 1 if congress == 105 & id == 14469 replace district = 2 if congress == 105 & id == 29120 replace district = 3 if congress == 105 & id == 94679 replace district = 4 if congress == 105 & id == 15451 replace district = 5 if congress == 105 & id == 29726 replace district = 6 if congress == 105 & id == 15401 replace district = 7 if congress == 105 & id == 29727 replace district = 1 if congress == 105 & id == 29728 replace district = 2 if congress == 105 & id == 29528 replace district = 1 if congress == 105 & id == 29122 replace district = 2 if congress == 105 & id == 29529 replace district = 3 if congress == 105 & id == 15408 replace district = 4 if congress == 105 & id == 29355 replace district = 5 if congress == 105 & id == 14873 replace district = 6 if congress == 105 & id == 29356 replace district = 7 if congress == 105 & id == 29587 replace district = 8 if congress == 105 & id == 15434 replace district = 1 if congress == 105 & id == 29123 replace district = 2 if congress == 105 & id == 15616 replace district = 3 if congress == 105 & id == 29729 replace district = 4 if congress == 105 & id == 14824 replace district = 5 if congress == 105 & id == 29358 replace district = 6 if congress == 105 & id == 29730 replace district = 7 if congress == 105 & id == 14435 replace district = 8 if congress == 105 & id == 15427 replace district = 9 if congress == 105 & id == 14039 replace district = 10 if congress == 105 & id == 29731 replace district = 1 if congress == 105 & id == 29360 replace district = 2 if congress == 105 & id == 29361 replace district = 3 if congress == 105 & id == 29362 replace district = 4 if congress == 105 & id == 29124 replace district = 5 if congress == 105 & id == 29363 replace district = 6 if congress == 105 & id == 15446 replace district = 7 if congress == 105 & id == 29364 replace district = 8 if congress == 105 & id == 29732 replace district = 9 if congress == 105 & id == 14430 replace district = 10 if congress == 105 & id == 14407 replace district = 11 if congress == 105 & id == 29365 replace district = 12 if congress == 105 & id == 15033 replace district = 13 if congress == 105 & id == 29531 replace district = 14 if congress == 105 & id == 10713 replace district = 15 if congress == 105 & id == 29733 replace district = 16 if congress == 105 & id == 2605 replace district = 1 if congress == 105 & id == 29532 replace district = 2 if congress == 105 & id == 29366 replace district = 3 if congress == 105 & id == 29126 replace district = 4 if congress == 105 & id == 14458 replace district = 5 if congress == 105 & id == 14656 replace district = 6 if congress == 105 & id == 29533 replace district = 7 if congress == 105 & id == 29127 replace district = 8 if congress == 105 & id == 14265 replace district = 1 if congress == 105 & id == 29534 replace district = 2 if congress == 105 & id == 29368 replace district = 3 if congress == 105 & id == 29734 replace district = 4 if congress == 105 & id == 95617 replace district = 5 if congress == 105 & id == 15637 replace district = 1 if congress == 105 & id == 12009 replace district = 2 if congress == 105 & id == 29369 replace district = 3 if congress == 105 & id == 14421 replace district = 4 if congress == 105 & id == 14451 replace district = 5 if congress == 105 & id == 29535 replace district = 6 if congress == 105 & id == 29370 replace district = 7 if congress == 105 & id == 29735 replace district = 8 if congress == 105 & id == 29736 replace district = 9 if congress == 105 & id == 29737 replace district = 1 if congress == 105 & id == 29738 replace district = 1 if congress == 105 & id == 14605 replace district = 2 if congress == 105 & id == 29536 replace district = 3 if congress == 105 & id == 29129 replace district = 1 if congress == 105 & id == 29537 replace district = 2 if congress == 105 & id == 29739 replace district = 1 if congress == 105 & id == 29740 replace district = 2 if congress == 105 & id == 29538 replace district = 1 if congress == 105 & id == 29132 replace district = 2 if congress == 105 & id == 29539 replace district = 3 if congress == 105 & id == 15112 replace district = 4 if congress == 105 & id == 14863 replace district = 5 if congress == 105 & id == 14855 replace district = 6 if congress == 105 & id == 15454 replace district = 7 if congress == 105 & id == 29371 replace district = 8 if congress == 105 & id == 29741 replace district = 9 if congress == 105 & id == 29742 replace district = 10 if congress == 105 & id == 15619 replace district = 11 if congress == 105 & id == 29541 replace district = 12 if congress == 105 & id == 29743 replace district = 13 if congress == 105 & id == 29373 replace district = 1 if congress == 105 & id == 15624 replace district = 1 if congress == 105 & id == 29779 replace district = 2 if congress == 105 & id == 14861 replace district = 3 if congress == 105 & id == 15055 replace district = 3 if congress == 105 & id == 29772 replace district = 1 if congress == 105 & id == 29542 replace district = 2 if congress == 105 & id == 29374 replace district = 3 if congress == 105 & id == 29375 replace district = 4 if congress == 105 & id == 29744 replace district = 5 if congress == 105 & id == 15000 replace district = 6 if congress == 105 & id == 15412 replace district = 6 if congress == 105 & id == 29776 replace district = 7 if congress == 105 & id == 15107 replace district = 8 if congress == 105 & id == 29377 replace district = 9 if congress == 105 & id == 14858 replace district = 10 if congress == 105 & id == 15072 replace district = 11 if congress == 105 & id == 15050 replace district = 12 if congress == 105 & id == 29378 replace district = 13 if congress == 105 & id == 15639 replace district = 13 if congress == 105 & id == 29773 replace district = 14 if congress == 105 & id == 29379 replace district = 15 if congress == 105 & id == 13035 replace district = 16 if congress == 105 & id == 29134 replace district = 17 if congress == 105 & id == 15603 replace district = 18 if congress == 105 & id == 15612 replace district = 19 if congress == 105 & id == 29544 replace district = 20 if congress == 105 & id == 14015 replace district = 21 if congress == 105 & id == 15614 replace district = 22 if congress == 105 & id == 14662 replace district = 23 if congress == 105 & id == 15007 replace district = 24 if congress == 105 & id == 39316 replace district = 25 if congress == 105 & id == 15630 replace district = 26 if congress == 105 & id == 29380 replace district = 27 if congress == 105 & id == 15618 replace district = 28 if congress == 105 & id == 15444 replace district = 29 if congress == 105 & id == 14248 replace district = 30 if congress == 105 & id == 29381 replace district = 31 if congress == 105 & id == 15423 replace district = 1 if congress == 105 & id == 29382 replace district = 2 if congress == 105 & id == 29745 replace district = 3 if congress == 105 & id == 29546 replace district = 4 if congress == 105 & id == 15438 replace district = 5 if congress == 105 & id == 29548 replace district = 6 if congress == 105 & id == 15092 replace district = 7 if congress == 105 & id == 29746 replace district = 8 if congress == 105 & id == 14233 replace district = 9 if congress == 105 & id == 29549 replace district = 10 if congress == 105 & id == 15402 replace district = 11 if congress == 105 & id == 29135 replace district = 12 if congress == 105 & id == 29383 replace district = 1 if congress == 105 & id == 29384 replace district = 1 if congress == 105 & id == 29550 replace district = 2 if congress == 105 & id == 29386 replace district = 3 if congress == 105 & id == 14632 replace district = 4 if congress == 105 & id == 14875 replace district = 5 if congress == 105 & id == 15604 replace district = 6 if congress == 105 & id == 29747 replace district = 7 if congress == 105 & id == 29136 replace district = 8 if congress == 105 & id == 29137 replace district = 9 if congress == 105 & id == 15029 replace district = 10 if congress == 105 & id == 29748 replace district = 11 if congress == 105 & id == 12030 replace district = 12 if congress == 105 & id == 15030 replace district = 13 if congress == 105 & id == 29389 replace district = 14 if congress == 105 & id == 15442 replace district = 15 if congress == 105 & id == 29390 replace district = 16 if congress == 105 & id == 14045 replace district = 17 if congress == 105 & id == 15121 replace district = 18 if congress == 105 & id == 29552 replace district = 19 if congress == 105 & id == 29553 replace district = 1 if congress == 105 & id == 29554 replace district = 2 if congress == 105 & id == 29555 replace district = 3 if congress == 105 & id == 29749 replace district = 4 if congress == 105 & id == 29556 replace district = 5 if congress == 105 & id == 29392 replace district = 6 if congress == 105 & id == 29393 replace district = 1 if congress == 105 & id == 29394 replace district = 2 if congress == 105 & id == 15063 replace district = 3 if congress == 105 & id == 29588 replace district = 4 if congress == 105 & id == 15410 replace district = 5 if congress == 105 & id == 29750 replace district = 1 if congress == 105 & id == 14823 replace district = 1 if congress == 105 & id == 29777 replace district = 2 if congress == 105 & id == 29559 replace district = 3 if congress == 105 & id == 15008 replace district = 4 if congress == 105 & id == 29395 replace district = 5 if congress == 105 & id == 29751 replace district = 6 if congress == 105 & id == 29396 replace district = 7 if congress == 105 & id == 15447 replace district = 8 if congress == 105 & id == 29397 replace district = 9 if congress == 105 & id == 14052 replace district = 10 if congress == 105 & id == 10607 replace district = 11 if congress == 105 & id == 15104 replace district = 12 if congress == 105 & id == 14072 replace district = 13 if congress == 105 & id == 29560 replace district = 14 if congress == 105 & id == 14808 replace district = 15 if congress == 105 & id == 29399 replace district = 16 if congress == 105 & id == 29752 replace district = 17 if congress == 105 & id == 15026 replace district = 18 if congress == 105 & id == 29561 replace district = 19 if congress == 105 & id == 14288 replace district = 20 if congress == 105 & id == 29562 replace district = 21 if congress == 105 & id == 29563 replace district = 1 if congress == 105 & id == 29564 replace district = 2 if congress == 105 & id == 29753 replace district = 1 if congress == 105 & id == 29565 replace district = 2 if congress == 105 & id == 13042 replace district = 3 if congress == 105 & id == 29566 replace district = 4 if congress == 105 & id == 39300 replace district = 5 if congress == 105 & id == 15064 replace district = 6 if congress == 105 & id == 39301 replace district = 1 if congress == 105 & id == 29754 replace district = 1 if congress == 105 & id == 29755 replace district = 2 if congress == 105 & id == 15455 replace district = 3 if congress == 105 & id == 29567 replace district = 4 if congress == 105 & id == 29568 replace district = 5 if congress == 105 & id == 15450 replace district = 6 if congress == 105 & id == 15100 replace district = 7 if congress == 105 & id == 29569 replace district = 8 if congress == 105 & id == 15628 replace district = 9 if congress == 105 & id == 29756 replace district = 1 if congress == 105 & id == 29757 replace district = 2 if congress == 105 & id == 29758 replace district = 3 if congress == 105 & id == 29143 replace district = 4 if congress == 105 & id == 14828 replace district = 5 if congress == 105 & id == 29759 replace district = 6 if congress == 105 & id == 15085 replace district = 7 if congress == 105 & id == 13002 replace district = 8 if congress == 105 & id == 29760 replace district = 9 if congress == 105 & id == 29761 replace district = 10 if congress == 105 & id == 29571 replace district = 11 if congress == 105 & id == 29144 replace district = 12 if congress == 105 & id == 29762 replace district = 13 if congress == 105 & id == 29572 replace district = 14 if congress == 105 & id == 14290 replace district = 15 if congress == 105 & id == 29763 replace district = 16 if congress == 105 & id == 29764 replace district = 17 if congress == 105 & id == 14664 replace district = 18 if congress == 105 & id == 29573 replace district = 19 if congress == 105 & id == 15093 replace district = 20 if congress == 105 & id == 10520 replace district = 21 if congress == 105 & id == 15445 replace district = 22 if congress == 105 & id == 15094 replace district = 23 if congress == 105 & id == 39302 replace district = 24 if congress == 105 & id == 14626 replace district = 25 if congress == 105 & id == 29574 replace district = 26 if congress == 105 & id == 15125 replace district = 27 if congress == 105 & id == 15049 replace district = 28 if congress == 105 & id == 39303 replace district = 28 if congress == 105 & id == 29771 replace district = 29 if congress == 105 & id == 39304 replace district = 30 if congress == 105 & id == 39305 replace district = 1 if congress == 105 & id == 14829 replace district = 2 if congress == 105 & id == 29765 replace district = 3 if congress == 105 & id == 29766 replace district = 1 if congress == 105 & id == 29147 replace district = 1 if congress == 105 & id == 15003 replace district = 2 if congress == 105 & id == 15437 replace district = 3 if congress == 105 & id == 39307 replace district = 4 if congress == 105 & id == 15060 replace district = 5 if congress == 105 & id == 29767 replace district = 6 if congress == 105 & id == 39308 replace district = 7 if congress == 105 & id == 14802 replace district = 8 if congress == 105 & id == 29149 replace district = 9 if congress == 105 & id == 15010 replace district = 10 if congress == 105 & id == 14869 replace district = 11 if congress == 105 & id == 29576 replace district = 1 if congress == 105 & id == 29577 replace district = 2 if congress == 105 & id == 29578 replace district = 3 if congress == 105 & id == 29579 replace district = 4 if congress == 105 & id == 29580 replace district = 5 if congress == 105 & id == 29581 replace district = 6 if congress == 105 & id == 14413 replace district = 7 if congress == 105 & id == 15613 replace district = 8 if congress == 105 & id == 39312 replace district = 9 if congress == 105 & id == 29768 replace district = 1 if congress == 105 & id == 15083 replace district = 2 if congress == 105 & id == 15077 replace district = 3 if congress == 105 & id == 14448 replace district = 1 if congress == 105 & id == 29583 replace district = 2 if congress == 105 & id == 29150 replace district = 3 if congress == 105 & id == 29769 replace district = 4 if congress == 105 & id == 15082 replace district = 5 if congress == 105 & id == 39315 replace district = 6 if congress == 105 & id == 14675 replace district = 7 if congress == 105 & id == 12036 replace district = 8 if congress == 105 & id == 29770 replace district = 9 if congress == 105 & id == 14657 replace district = 1 if congress == 105 & id == 29584 replace district = 0 if congress == 106 & id == 99909 replace district = 1 if congress == 106 & id == 15090 replace district = 2 if congress == 106 & id == 29300 replace district = 3 if congress == 106 & id == 29700 replace district = 4 if congress == 106 & id == 29701 replace district = 5 if congress == 106 & id == 29100 replace district = 6 if congress == 106 & id == 29301 replace district = 7 if congress == 106 & id == 29302 replace district = 1 if congress == 106 & id == 14066 replace district = 1 if congress == 106 & id == 29500 replace district = 2 if congress == 106 & id == 29101 replace district = 3 if congress == 106 & id == 14454 replace district = 4 if congress == 106 & id == 29501 replace district = 5 if congress == 106 & id == 15105 replace district = 6 if congress == 106 & id == 29502 replace district = 1 if congress == 106 & id == 29702 replace district = 2 if congress == 106 & id == 29703 replace district = 3 if congress == 106 & id == 29704 replace district = 4 if congress == 106 & id == 29307 replace district = 1 if congress == 106 & id == 29901 replace district = 2 if congress == 106 & id == 15420 replace district = 3 if congress == 106 & id == 29902 replace district = 4 if congress == 106 & id == 29104 replace district = 5 if congress == 106 & id == 14649 replace district = 6 if congress == 106 & id == 29309 replace district = 7 if congress == 106 & id == 14256 replace district = 8 if congress == 106 & id == 15448 replace district = 9 if congress == 106 & id == 29778 replace district = 10 if congress == 106 & id == 29705 replace district = 11 if congress == 106 & id == 29311 replace district = 12 if congress == 106 & id == 14837 replace district = 13 if congress == 106 & id == 14053 replace district = 14 if congress == 106 & id == 29312 replace district = 15 if congress == 106 & id == 15600 replace district = 16 if congress == 106 & id == 29504 replace district = 17 if congress == 106 & id == 29313 replace district = 18 if congress == 106 & id == 15635 replace district = 19 if congress == 106 & id == 29505 replace district = 20 if congress == 106 & id == 29105 replace district = 21 if congress == 106 & id == 14669 replace district = 22 if congress == 106 & id == 29774 replace district = 23 if congress == 106 & id == 15413 replace district = 24 if congress == 106 & id == 29707 replace district = 25 if congress == 106 & id == 29315 replace district = 26 if congress == 106 & id == 15005 replace district = 27 if congress == 106 & id == 29708 replace district = 28 if congress == 106 & id == 14813 replace district = 29 if congress == 106 & id == 14280 replace district = 30 if congress == 106 & id == 29316 replace district = 31 if congress == 106 & id == 14879 replace district = 31 if congress == 106 & id == 94879 replace district = 32 if congress == 106 & id == 14620 replace district = 33 if congress == 106 & id == 29317 replace district = 34 if congress == 106 & id == 29903 replace district = 35 if congress == 106 & id == 29106 replace district = 36 if congress == 106 & id == 29904 replace district = 37 if congress == 106 & id == 29586 replace district = 38 if congress == 106 & id == 29320 replace district = 39 if congress == 106 & id == 29321 replace district = 40 if congress == 106 & id == 14644 replace district = 41 if congress == 106 & id == 29905 replace district = 42 if congress == 106 & id == 10573 replace district = 42 if congress == 106 & id == 29942 replace district = 43 if congress == 106 & id == 29323 replace district = 44 if congress == 106 & id == 29775 replace district = 45 if congress == 106 & id == 15621 replace district = 46 if congress == 106 & id == 29709 replace district = 47 if congress == 106 & id == 15601 replace district = 48 if congress == 106 & id == 15051 replace district = 49 if congress == 106 & id == 29508 replace district = 50 if congress == 106 & id == 29325 replace district = 51 if congress == 106 & id == 29107 replace district = 52 if congress == 106 & id == 14835 replace district = 1 if congress == 106 & id == 29710 replace district = 2 if congress == 106 & id == 29906 replace district = 3 if congress == 106 & id == 29326 replace district = 4 if congress == 106 & id == 29711 replace district = 5 if congress == 106 & id == 15419 replace district = 6 if congress == 106 & id == 29907 replace district = 1 if congress == 106 & id == 29908 replace district = 2 if congress == 106 & id == 14825 replace district = 3 if congress == 106 & id == 29109 replace district = 4 if congress == 106 & id == 15449 replace district = 5 if congress == 106 & id == 29712 replace district = 6 if congress == 106 & id == 15028 replace district = 1 if congress == 106 & id == 29327 replace district = 1 if congress == 106 & id == 39508 replace district = 2 if congress == 106 & id == 29713 replace district = 3 if congress == 106 & id == 29328 replace district = 4 if congress == 106 & id == 29329 replace district = 5 if congress == 106 & id == 29330 replace district = 6 if congress == 106 & id == 15627 replace district = 7 if congress == 106 & id == 29331 replace district = 8 if congress == 106 & id == 14842 replace district = 9 if congress == 106 & id == 15006 replace district = 10 if congress == 106 & id == 13047 replace district = 11 if congress == 106 & id == 29714 replace district = 12 if congress == 106 & id == 29332 replace district = 13 if congress == 106 & id == 29333 replace district = 14 if congress == 106 & id == 15605 replace district = 15 if congress == 106 & id == 29509 replace district = 16 if congress == 106 & id == 29510 replace district = 17 if congress == 106 & id == 29334 replace district = 18 if congress == 106 & id == 15634 replace district = 19 if congress == 106 & id == 29715 replace district = 20 if congress == 106 & id == 29335 replace district = 21 if congress == 106 & id == 29336 replace district = 22 if congress == 106 & id == 14860 replace district = 23 if congress == 106 & id == 29337 replace district = 1 if congress == 106 & id == 29338 replace district = 2 if congress == 106 & id == 29339 replace district = 3 if congress == 106 & id == 29340 replace district = 4 if congress == 106 & id == 29344 replace district = 5 if congress == 106 & id == 15431 replace district = 6 if congress == 106 & id == 29909 replace district = 7 if congress == 106 & id == 29511 replace district = 8 if congress == 106 & id == 29512 replace district = 9 if congress == 106 & id == 99342 replace district = 10 if congress == 106 & id == 29513 replace district = 11 if congress == 106 & id == 29341 replace district = 1 if congress == 106 & id == 15245 replace district = 2 if congress == 106 & id == 10757 replace district = 1 if congress == 106 & id == 29514 replace district = 2 if congress == 106 & id == 29910 replace district = 1 if congress == 106 & id == 29346 replace district = 2 if congress == 106 & id == 29585 replace district = 3 if congress == 106 & id == 15036 replace district = 4 if congress == 106 & id == 29348 replace district = 5 if congress == 106 & id == 29716 replace district = 6 if congress == 106 & id == 14239 replace district = 7 if congress == 106 & id == 29717 replace district = 8 if congress == 106 & id == 12041 replace district = 9 if congress == 106 & id == 29911 replace district = 10 if congress == 106 & id == 14677 replace district = 11 if congress == 106 & id == 29516 replace district = 12 if congress == 106 & id == 15453 replace district = 13 if congress == 106 & id == 29912 replace district = 14 if congress == 106 & id == 15417 replace district = 15 if congress == 106 & id == 29115 replace district = 16 if congress == 106 & id == 29349 replace district = 17 if congress == 106 & id == 15023 replace district = 18 if congress == 106 & id == 29517 replace district = 19 if congress == 106 & id == 29913 replace district = 20 if congress == 106 & id == 29718 replace district = 1 if congress == 106 & id == 15124 replace district = 2 if congress == 106 & id == 29518 replace district = 3 if congress == 106 & id == 29117 replace district = 4 if congress == 106 & id == 29519 replace district = 5 if congress == 106 & id == 29350 replace district = 6 if congress == 106 & id == 15014 replace district = 7 if congress == 106 & id == 29719 replace district = 8 if congress == 106 & id == 29520 replace district = 9 if congress == 106 & id == 29914 replace district = 10 if congress == 106 & id == 29720 replace district = 1 if congress == 106 & id == 14432 replace district = 2 if congress == 106 & id == 29118 replace district = 3 if congress == 106 & id == 29721 replace district = 4 if congress == 106 & id == 29521 replace district = 5 if congress == 106 & id == 29522 replace district = 1 if congress == 106 & id == 29722 replace district = 2 if congress == 106 & id == 29723 replace district = 3 if congress == 106 & id == 29915 replace district = 4 if congress == 106 & id == 29524 replace district = 1 if congress == 106 & id == 29525 replace district = 2 if congress == 106 & id == 29352 replace district = 3 if congress == 106 & id == 29725 replace district = 4 if congress == 106 & id == 29916 replace district = 5 if congress == 106 & id == 14854 replace district = 6 if congress == 106 & id == 29917 replace district = 1 if congress == 106 & id == 14469 replace district = 1 if congress == 106 & id == 29918 replace district = 2 if congress == 106 & id == 29120 replace district = 3 if congress == 106 & id == 94679 replace district = 4 if congress == 106 & id == 15451 replace district = 5 if congress == 106 & id == 29726 replace district = 6 if congress == 106 & id == 15401 replace district = 7 if congress == 106 & id == 29727 replace district = 1 if congress == 106 & id == 29728 replace district = 2 if congress == 106 & id == 29528 replace district = 1 if congress == 106 & id == 29122 replace district = 2 if congress == 106 & id == 29529 replace district = 3 if congress == 106 & id == 15408 replace district = 4 if congress == 106 & id == 29355 replace district = 5 if congress == 106 & id == 14873 replace district = 6 if congress == 106 & id == 29356 replace district = 7 if congress == 106 & id == 29587 replace district = 8 if congress == 106 & id == 15434 replace district = 1 if congress == 106 & id == 29123 replace district = 2 if congress == 106 & id == 15616 replace district = 3 if congress == 106 & id == 29729 replace district = 4 if congress == 106 & id == 14824 replace district = 5 if congress == 106 & id == 29358 replace district = 6 if congress == 106 & id == 29730 replace district = 7 if congress == 106 & id == 14435 replace district = 8 if congress == 106 & id == 29919 replace district = 9 if congress == 106 & id == 14039 replace district = 10 if congress == 106 & id == 29731 replace district = 1 if congress == 106 & id == 29360 replace district = 2 if congress == 106 & id == 29361 replace district = 3 if congress == 106 & id == 29362 replace district = 4 if congress == 106 & id == 29124 replace district = 5 if congress == 106 & id == 29363 replace district = 6 if congress == 106 & id == 15446 replace district = 7 if congress == 106 & id == 29364 replace district = 8 if congress == 106 & id == 29732 replace district = 9 if congress == 106 & id == 14430 replace district = 10 if congress == 106 & id == 14407 replace district = 11 if congress == 106 & id == 29365 replace district = 12 if congress == 106 & id == 15033 replace district = 13 if congress == 106 & id == 29531 replace district = 14 if congress == 106 & id == 10713 replace district = 15 if congress == 106 & id == 29733 replace district = 16 if congress == 106 & id == 2605 replace district = 1 if congress == 106 & id == 29532 replace district = 2 if congress == 106 & id == 29366 replace district = 3 if congress == 106 & id == 29126 replace district = 4 if congress == 106 & id == 14458 replace district = 5 if congress == 106 & id == 14656 replace district = 6 if congress == 106 & id == 29533 replace district = 7 if congress == 106 & id == 29127 replace district = 8 if congress == 106 & id == 14265 replace district = 1 if congress == 106 & id == 29534 replace district = 2 if congress == 106 & id == 29368 replace district = 3 if congress == 106 & id == 29734 replace district = 4 if congress == 106 & id == 29920 replace district = 5 if congress == 106 & id == 15637 replace district = 1 if congress == 106 & id == 12009 replace district = 2 if congress == 106 & id == 29369 replace district = 3 if congress == 106 & id == 14421 replace district = 4 if congress == 106 & id == 14451 replace district = 5 if congress == 106 & id == 29535 replace district = 6 if congress == 106 & id == 29370 replace district = 7 if congress == 106 & id == 29735 replace district = 8 if congress == 106 & id == 29736 replace district = 9 if congress == 106 & id == 29737 replace district = 1 if congress == 106 & id == 29738 replace district = 1 if congress == 106 & id == 14605 replace district = 2 if congress == 106 & id == 29921 replace district = 3 if congress == 106 & id == 29129 replace district = 1 if congress == 106 & id == 29922 replace district = 2 if congress == 106 & id == 29739 replace district = 1 if congress == 106 & id == 29740 replace district = 2 if congress == 106 & id == 29538 replace district = 1 if congress == 106 & id == 29132 replace district = 2 if congress == 106 & id == 29539 replace district = 3 if congress == 106 & id == 15112 replace district = 4 if congress == 106 & id == 14863 replace district = 5 if congress == 106 & id == 14855 replace district = 6 if congress == 106 & id == 15454 replace district = 7 if congress == 106 & id == 29371 replace district = 8 if congress == 106 & id == 29741 replace district = 9 if congress == 106 & id == 29742 replace district = 10 if congress == 106 & id == 15619 replace district = 11 if congress == 106 & id == 29541 replace district = 12 if congress == 106 & id == 29923 replace district = 13 if congress == 106 & id == 29373 replace district = 1 if congress == 106 & id == 29779 replace district = 2 if congress == 106 & id == 14861 replace district = 3 if congress == 106 & id == 29924 replace district = 1 if congress == 106 & id == 29542 replace district = 1 if congress == 106 & id == 99542 replace district = 2 if congress == 106 & id == 29374 replace district = 3 if congress == 106 & id == 29375 replace district = 4 if congress == 106 & id == 29744 replace district = 5 if congress == 106 & id == 15000 replace district = 6 if congress == 106 & id == 29776 replace district = 7 if congress == 106 & id == 29925 replace district = 8 if congress == 106 & id == 29377 replace district = 9 if congress == 106 & id == 29926 replace district = 10 if congress == 106 & id == 15072 replace district = 11 if congress == 106 & id == 15050 replace district = 12 if congress == 106 & id == 29378 replace district = 13 if congress == 106 & id == 29773 replace district = 14 if congress == 106 & id == 29379 replace district = 15 if congress == 106 & id == 13035 replace district = 16 if congress == 106 & id == 29134 replace district = 17 if congress == 106 & id == 15603 replace district = 18 if congress == 106 & id == 15612 replace district = 19 if congress == 106 & id == 29544 replace district = 20 if congress == 106 & id == 14015 replace district = 21 if congress == 106 & id == 15614 replace district = 22 if congress == 106 & id == 29927 replace district = 23 if congress == 106 & id == 15007 replace district = 24 if congress == 106 & id == 39316 replace district = 25 if congress == 106 & id == 15630 replace district = 26 if congress == 106 & id == 29380 replace district = 27 if congress == 106 & id == 29928 replace district = 28 if congress == 106 & id == 15444 replace district = 29 if congress == 106 & id == 14248 replace district = 30 if congress == 106 & id == 29381 replace district = 31 if congress == 106 & id == 15423 replace district = 1 if congress == 106 & id == 29382 replace district = 2 if congress == 106 & id == 29745 replace district = 3 if congress == 106 & id == 29546 replace district = 4 if congress == 106 & id == 15438 replace district = 5 if congress == 106 & id == 29548 replace district = 6 if congress == 106 & id == 15092 replace district = 7 if congress == 106 & id == 29746 replace district = 8 if congress == 106 & id == 29929 replace district = 9 if congress == 106 & id == 29549 replace district = 10 if congress == 106 & id == 15402 replace district = 11 if congress == 106 & id == 29135 replace district = 12 if congress == 106 & id == 29383 replace district = 1 if congress == 106 & id == 29384 replace district = 1 if congress == 106 & id == 29550 replace district = 2 if congress == 106 & id == 29386 replace district = 3 if congress == 106 & id == 14632 replace district = 4 if congress == 106 & id == 14875 replace district = 5 if congress == 106 & id == 15604 replace district = 6 if congress == 106 & id == 29747 replace district = 7 if congress == 106 & id == 29136 replace district = 8 if congress == 106 & id == 29137 replace district = 9 if congress == 106 & id == 15029 replace district = 10 if congress == 106 & id == 29748 replace district = 11 if congress == 106 & id == 29930 replace district = 12 if congress == 106 & id == 15030 replace district = 13 if congress == 106 & id == 29389 replace district = 14 if congress == 106 & id == 15442 replace district = 15 if congress == 106 & id == 29390 replace district = 16 if congress == 106 & id == 14045 replace district = 17 if congress == 106 & id == 15121 replace district = 18 if congress == 106 & id == 29552 replace district = 19 if congress == 106 & id == 29553 replace district = 1 if congress == 106 & id == 29554 replace district = 2 if congress == 106 & id == 29555 replace district = 3 if congress == 106 & id == 29749 replace district = 4 if congress == 106 & id == 29556 replace district = 5 if congress == 106 & id == 29392 replace district = 6 if congress == 106 & id == 29393 replace district = 1 if congress == 106 & id == 29931 replace district = 2 if congress == 106 & id == 29932 replace district = 3 if congress == 106 & id == 29588 replace district = 4 if congress == 106 & id == 15410 replace district = 5 if congress == 106 & id == 29750 replace district = 1 if congress == 106 & id == 29777 replace district = 2 if congress == 106 & id == 29559 replace district = 3 if congress == 106 & id == 15008 replace district = 4 if congress == 106 & id == 29395 replace district = 5 if congress == 106 & id == 29751 replace district = 6 if congress == 106 & id == 29396 replace district = 7 if congress == 106 & id == 15447 replace district = 8 if congress == 106 & id == 29397 replace district = 9 if congress == 106 & id == 14052 replace district = 10 if congress == 106 & id == 29933 replace district = 11 if congress == 106 & id == 15104 replace district = 12 if congress == 106 & id == 14072 replace district = 13 if congress == 106 & id == 29934 replace district = 14 if congress == 106 & id == 14808 replace district = 15 if congress == 106 & id == 29935 replace district = 16 if congress == 106 & id == 29752 replace district = 17 if congress == 106 & id == 15026 replace district = 18 if congress == 106 & id == 29561 replace district = 19 if congress == 106 & id == 14288 replace district = 20 if congress == 106 & id == 29562 replace district = 21 if congress == 106 & id == 29563 replace district = 1 if congress == 106 & id == 29564 replace district = 2 if congress == 106 & id == 29753 replace district = 1 if congress == 106 & id == 29565 replace district = 2 if congress == 106 & id == 13042 replace district = 3 if congress == 106 & id == 29566 replace district = 4 if congress == 106 & id == 29936 replace district = 5 if congress == 106 & id == 15064 replace district = 6 if congress == 106 & id == 39301 replace district = 1 if congress == 106 & id == 29754 replace district = 1 if congress == 106 & id == 29755 replace district = 2 if congress == 106 & id == 15455 replace district = 3 if congress == 106 & id == 29567 replace district = 4 if congress == 106 & id == 29568 replace district = 5 if congress == 106 & id == 15450 replace district = 6 if congress == 106 & id == 15100 replace district = 7 if congress == 106 & id == 29569 replace district = 8 if congress == 106 & id == 15628 replace district = 9 if congress == 106 & id == 29756 replace district = 1 if congress == 106 & id == 29757 replace district = 2 if congress == 106 & id == 29758 replace district = 3 if congress == 106 & id == 29143 replace district = 4 if congress == 106 & id == 14828 replace district = 5 if congress == 106 & id == 29759 replace district = 6 if congress == 106 & id == 15085 replace district = 7 if congress == 106 & id == 13002 replace district = 8 if congress == 106 & id == 29760 replace district = 9 if congress == 106 & id == 29761 replace district = 10 if congress == 106 & id == 29571 replace district = 11 if congress == 106 & id == 29144 replace district = 12 if congress == 106 & id == 29762 replace district = 13 if congress == 106 & id == 29572 replace district = 14 if congress == 106 & id == 14290 replace district = 15 if congress == 106 & id == 29763 replace district = 16 if congress == 106 & id == 29764 replace district = 17 if congress == 106 & id == 14664 replace district = 18 if congress == 106 & id == 29573 replace district = 19 if congress == 106 & id == 15093 replace district = 20 if congress == 106 & id == 29943 replace district = 21 if congress == 106 & id == 15445 replace district = 22 if congress == 106 & id == 15094 replace district = 23 if congress == 106 & id == 39302 replace district = 24 if congress == 106 & id == 14626 replace district = 25 if congress == 106 & id == 29574 replace district = 26 if congress == 106 & id == 15125 replace district = 27 if congress == 106 & id == 15049 replace district = 28 if congress == 106 & id == 29771 replace district = 29 if congress == 106 & id == 39304 replace district = 30 if congress == 106 & id == 39305 replace district = 1 if congress == 106 & id == 14829 replace district = 2 if congress == 106 & id == 29765 replace district = 3 if congress == 106 & id == 29766 replace district = 1 if congress == 106 & id == 29147 replace district = 1 if congress == 106 & id == 15003 replace district = 2 if congress == 106 & id == 15437 replace district = 3 if congress == 106 & id == 39307 replace district = 4 if congress == 106 & id == 15060 replace district = 5 if congress == 106 & id == 29767 replace district = 5 if congress == 106 & id == 99767 replace district = 6 if congress == 106 & id == 39308 replace district = 7 if congress == 106 & id == 14802 replace district = 8 if congress == 106 & id == 29149 replace district = 9 if congress == 106 & id == 15010 replace district = 10 if congress == 106 & id == 14869 replace district = 11 if congress == 106 & id == 29576 replace district = 1 if congress == 106 & id == 29937 replace district = 2 if congress == 106 & id == 29578 replace district = 3 if congress == 106 & id == 29938 replace district = 4 if congress == 106 & id == 29580 replace district = 5 if congress == 106 & id == 29581 replace district = 6 if congress == 106 & id == 14413 replace district = 7 if congress == 106 & id == 15613 replace district = 8 if congress == 106 & id == 39312 replace district = 9 if congress == 106 & id == 29768 replace district = 1 if congress == 106 & id == 15083 replace district = 2 if congress == 106 & id == 15077 replace district = 3 if congress == 106 & id == 14448 replace district = 1 if congress == 106 & id == 29939 replace district = 2 if congress == 106 & id == 29940 replace district = 3 if congress == 106 & id == 29769 replace district = 4 if congress == 106 & id == 15082 replace district = 5 if congress == 106 & id == 39315 replace district = 6 if congress == 106 & id == 14675 replace district = 7 if congress == 106 & id == 12036 replace district = 8 if congress == 106 & id == 29941 replace district = 9 if congress == 106 & id == 14657 replace district = 1 if congress == 106 & id == 29584 replace district = 0 if congress == 107 & id == 99910 replace district = 1 if congress == 107 & id == 15090 replace district = 2 if congress == 107 & id == 29300 replace district = 3 if congress == 107 & id == 29700 replace district = 4 if congress == 107 & id == 29701 replace district = 5 if congress == 107 & id == 29100 replace district = 6 if congress == 107 & id == 29301 replace district = 7 if congress == 107 & id == 29302 replace district = 1 if congress == 107 & id == 14066 replace district = 1 if congress == 107 & id == 20100 replace district = 2 if congress == 107 & id == 29101 replace district = 3 if congress == 107 & id == 14454 replace district = 4 if congress == 107 & id == 29501 replace district = 5 if congress == 107 & id == 15105 replace district = 6 if congress == 107 & id == 29502 replace district = 1 if congress == 107 & id == 29702 replace district = 2 if congress == 107 & id == 29703 replace district = 3 if congress == 107 & id == 29704 replace district = 3 if congress == 107 & id == 20101 replace district = 4 if congress == 107 & id == 20102 replace district = 1 if congress == 107 & id == 29901 replace district = 2 if congress == 107 & id == 15420 replace district = 3 if congress == 107 & id == 29902 replace district = 4 if congress == 107 & id == 29104 replace district = 5 if congress == 107 & id == 14649 replace district = 6 if congress == 107 & id == 29309 replace district = 7 if congress == 107 & id == 14256 replace district = 8 if congress == 107 & id == 15448 replace district = 9 if congress == 107 & id == 29778 replace district = 10 if congress == 107 & id == 29705 replace district = 11 if congress == 107 & id == 29311 replace district = 12 if congress == 107 & id == 14837 replace district = 13 if congress == 107 & id == 14053 replace district = 14 if congress == 107 & id == 29312 replace district = 15 if congress == 107 & id == 20103 replace district = 16 if congress == 107 & id == 29504 replace district = 17 if congress == 107 & id == 29313 replace district = 18 if congress == 107 & id == 15635 replace district = 19 if congress == 107 & id == 29505 replace district = 20 if congress == 107 & id == 29105 replace district = 21 if congress == 107 & id == 14669 replace district = 22 if congress == 107 & id == 29774 replace district = 23 if congress == 107 & id == 15413 replace district = 24 if congress == 107 & id == 29707 replace district = 25 if congress == 107 & id == 29315 replace district = 26 if congress == 107 & id == 15005 replace district = 27 if congress == 107 & id == 20104 replace district = 28 if congress == 107 & id == 14813 replace district = 29 if congress == 107 & id == 14280 replace district = 30 if congress == 107 & id == 29316 replace district = 31 if congress == 107 & id == 20105 replace district = 32 if congress == 107 & id == 14620 replace district = 32 if congress == 107 & id == 20106 replace district = 33 if congress == 107 & id == 29317 replace district = 34 if congress == 107 & id == 29903 replace district = 35 if congress == 107 & id == 29106 replace district = 36 if congress == 107 & id == 29318 replace district = 37 if congress == 107 & id == 29586 replace district = 38 if congress == 107 & id == 29320 replace district = 39 if congress == 107 & id == 29321 replace district = 40 if congress == 107 & id == 14644 replace district = 41 if congress == 107 & id == 29905 replace district = 42 if congress == 107 & id == 29942 replace district = 43 if congress == 107 & id == 29323 replace district = 44 if congress == 107 & id == 29775 replace district = 45 if congress == 107 & id == 15621 replace district = 46 if congress == 107 & id == 29709 replace district = 47 if congress == 107 & id == 15601 replace district = 48 if congress == 107 & id == 20107 replace district = 49 if congress == 107 & id == 20108 replace district = 50 if congress == 107 & id == 29325 replace district = 51 if congress == 107 & id == 29107 replace district = 52 if congress == 107 & id == 14835 replace district = 1 if congress == 107 & id == 29710 replace district = 2 if congress == 107 & id == 29906 replace district = 3 if congress == 107 & id == 29326 replace district = 4 if congress == 107 & id == 29711 replace district = 5 if congress == 107 & id == 15419 replace district = 6 if congress == 107 & id == 29907 replace district = 1 if congress == 107 & id == 29908 replace district = 2 if congress == 107 & id == 20109 replace district = 3 if congress == 107 & id == 29109 replace district = 4 if congress == 107 & id == 15449 replace district = 5 if congress == 107 & id == 29712 replace district = 6 if congress == 107 & id == 15028 replace district = 1 if congress == 107 & id == 29327 replace district = 1 if congress == 107 & id == 39508 replace district = 1 if congress == 107 & id == 20110 replace district = 2 if congress == 107 & id == 29713 replace district = 3 if congress == 107 & id == 29328 replace district = 4 if congress == 107 & id == 20111 replace district = 5 if congress == 107 & id == 29330 replace district = 6 if congress == 107 & id == 15627 replace district = 7 if congress == 107 & id == 29331 replace district = 8 if congress == 107 & id == 20112 replace district = 9 if congress == 107 & id == 15006 replace district = 10 if congress == 107 & id == 13047 replace district = 11 if congress == 107 & id == 29714 replace district = 12 if congress == 107 & id == 20113 replace district = 13 if congress == 107 & id == 29333 replace district = 14 if congress == 107 & id == 15605 replace district = 15 if congress == 107 & id == 29509 replace district = 16 if congress == 107 & id == 29510 replace district = 17 if congress == 107 & id == 29334 replace district = 18 if congress == 107 & id == 15634 replace district = 19 if congress == 107 & id == 29715 replace district = 20 if congress == 107 & id == 29335 replace district = 21 if congress == 107 & id == 29336 replace district = 22 if congress == 107 & id == 14860 replace district = 23 if congress == 107 & id == 29337 replace district = 1 if congress == 107 & id == 29338 replace district = 2 if congress == 107 & id == 29339 replace district = 3 if congress == 107 & id == 29340 replace district = 4 if congress == 107 & id == 29344 replace district = 5 if congress == 107 & id == 15431 replace district = 6 if congress == 107 & id == 29909 replace district = 7 if congress == 107 & id == 29511 replace district = 8 if congress == 107 & id == 29512 replace district = 9 if congress == 107 & id == 99342 replace district = 10 if congress == 107 & id == 29513 replace district = 11 if congress == 107 & id == 29341 replace district = 1 if congress == 107 & id == 15245 replace district = 2 if congress == 107 & id == 10757 replace district = 1 if congress == 107 & id == 20114 replace district = 2 if congress == 107 & id == 29910 replace district = 1 if congress == 107 & id == 29346 replace district = 2 if congress == 107 & id == 29585 replace district = 3 if congress == 107 & id == 15036 replace district = 4 if congress == 107 & id == 29348 replace district = 5 if congress == 107 & id == 29716 replace district = 6 if congress == 107 & id == 14239 replace district = 7 if congress == 107 & id == 29717 replace district = 8 if congress == 107 & id == 12041 replace district = 9 if congress == 107 & id == 29911 replace district = 10 if congress == 107 & id == 20115 replace district = 11 if congress == 107 & id == 29516 replace district = 12 if congress == 107 & id == 15453 replace district = 13 if congress == 107 & id == 29912 replace district = 14 if congress == 107 & id == 15417 replace district = 15 if congress == 107 & id == 20116 replace district = 16 if congress == 107 & id == 29349 replace district = 17 if congress == 107 & id == 15023 replace district = 18 if congress == 107 & id == 29517 replace district = 19 if congress == 107 & id == 29913 replace district = 20 if congress == 107 & id == 29718 replace district = 1 if congress == 107 & id == 15124 replace district = 2 if congress == 107 & id == 20117 replace district = 3 if congress == 107 & id == 29117 replace district = 4 if congress == 107 & id == 29519 replace district = 5 if congress == 107 & id == 29350 replace district = 6 if congress == 107 & id == 15014 replace district = 7 if congress == 107 & id == 20118 replace district = 8 if congress == 107 & id == 29520 replace district = 9 if congress == 107 & id == 29914 replace district = 10 if congress == 107 & id == 29720 replace district = 1 if congress == 107 & id == 14432 replace district = 2 if congress == 107 & id == 29118 replace district = 3 if congress == 107 & id == 29721 replace district = 4 if congress == 107 & id == 29521 replace district = 5 if congress == 107 & id == 29522 replace district = 1 if congress == 107 & id == 29722 replace district = 2 if congress == 107 & id == 29723 replace district = 3 if congress == 107 & id == 29915 replace district = 4 if congress == 107 & id == 29524 replace district = 1 if congress == 107 & id == 29525 replace district = 2 if congress == 107 & id == 29352 replace district = 3 if congress == 107 & id == 29725 replace district = 4 if congress == 107 & id == 29916 replace district = 5 if congress == 107 & id == 14854 replace district = 6 if congress == 107 & id == 29917 replace district = 1 if congress == 107 & id == 29918 replace district = 2 if congress == 107 & id == 29120 replace district = 3 if congress == 107 & id == 94679 replace district = 4 if congress == 107 & id == 15451 replace district = 5 if congress == 107 & id == 29726 replace district = 6 if congress == 107 & id == 15401 replace district = 7 if congress == 107 & id == 29727 replace district = 1 if congress == 107 & id == 29728 replace district = 2 if congress == 107 & id == 29528 replace district = 1 if congress == 107 & id == 29122 replace district = 2 if congress == 107 & id == 29529 replace district = 3 if congress == 107 & id == 15408 replace district = 4 if congress == 107 & id == 29355 replace district = 5 if congress == 107 & id == 14873 replace district = 6 if congress == 107 & id == 29356 replace district = 7 if congress == 107 & id == 29587 replace district = 8 if congress == 107 & id == 15434 replace district = 1 if congress == 107 & id == 29123 replace district = 2 if congress == 107 & id == 15616 replace district = 3 if congress == 107 & id == 29729 replace district = 4 if congress == 107 & id == 14824 replace district = 5 if congress == 107 & id == 29358 replace district = 6 if congress == 107 & id == 29730 replace district = 7 if congress == 107 & id == 14435 replace district = 8 if congress == 107 & id == 29919 replace district = 9 if congress == 107 & id == 14039 replace district = 9 if congress == 107 & id == 20119 replace district = 10 if congress == 107 & id == 29731 replace district = 1 if congress == 107 & id == 29360 replace district = 2 if congress == 107 & id == 29361 replace district = 3 if congress == 107 & id == 29362 replace district = 4 if congress == 107 & id == 29124 replace district = 5 if congress == 107 & id == 29363 replace district = 6 if congress == 107 & id == 15446 replace district = 7 if congress == 107 & id == 29364 replace district = 8 if congress == 107 & id == 20120 replace district = 9 if congress == 107 & id == 14430 replace district = 10 if congress == 107 & id == 14407 replace district = 11 if congress == 107 & id == 29365 replace district = 12 if congress == 107 & id == 15033 replace district = 13 if congress == 107 & id == 29531 replace district = 14 if congress == 107 & id == 10713 replace district = 15 if congress == 107 & id == 29733 replace district = 16 if congress == 107 & id == 2605 replace district = 1 if congress == 107 & id == 29532 replace district = 2 if congress == 107 & id == 20121 replace district = 3 if congress == 107 & id == 29126 replace district = 4 if congress == 107 & id == 20122 replace district = 5 if congress == 107 & id == 14656 replace district = 6 if congress == 107 & id == 29533 replace district = 7 if congress == 107 & id == 29127 replace district = 8 if congress == 107 & id == 14265 replace district = 1 if congress == 107 & id == 29534 replace district = 2 if congress == 107 & id == 29368 replace district = 3 if congress == 107 & id == 29734 replace district = 4 if congress == 107 & id == 29920 replace district = 5 if congress == 107 & id == 15637 replace district = 1 if congress == 107 & id == 20147 replace district = 2 if congress == 107 & id == 20123 replace district = 3 if congress == 107 & id == 14421 replace district = 4 if congress == 107 & id == 14451 replace district = 5 if congress == 107 & id == 29535 replace district = 6 if congress == 107 & id == 20124 replace district = 7 if congress == 107 & id == 29735 replace district = 8 if congress == 107 & id == 29736 replace district = 9 if congress == 107 & id == 29737 replace district = 1 if congress == 107 & id == 20125 replace district = 1 if congress == 107 & id == 14605 replace district = 2 if congress == 107 & id == 29921 replace district = 3 if congress == 107 & id == 20126 replace district = 1 if congress == 107 & id == 29922 replace district = 2 if congress == 107 & id == 29739 replace district = 1 if congress == 107 & id == 29740 replace district = 2 if congress == 107 & id == 29538 replace district = 1 if congress == 107 & id == 29132 replace district = 2 if congress == 107 & id == 29539 replace district = 3 if congress == 107 & id == 15112 replace district = 4 if congress == 107 & id == 14863 replace district = 5 if congress == 107 & id == 14855 replace district = 6 if congress == 107 & id == 15454 replace district = 7 if congress == 107 & id == 20127 replace district = 8 if congress == 107 & id == 29741 replace district = 9 if congress == 107 & id == 29742 replace district = 10 if congress == 107 & id == 15619 replace district = 11 if congress == 107 & id == 29541 replace district = 12 if congress == 107 & id == 29923 replace district = 13 if congress == 107 & id == 29373 replace district = 1 if congress == 107 & id == 29779 replace district = 2 if congress == 107 & id == 14861 replace district = 3 if congress == 107 & id == 29924 replace district = 1 if congress == 107 & id == 20128 replace district = 2 if congress == 107 & id == 20129 replace district = 3 if congress == 107 & id == 29375 replace district = 4 if congress == 107 & id == 29744 replace district = 5 if congress == 107 & id == 15000 replace district = 6 if congress == 107 & id == 29776 replace district = 7 if congress == 107 & id == 29925 replace district = 8 if congress == 107 & id == 29377 replace district = 9 if congress == 107 & id == 29926 replace district = 10 if congress == 107 & id == 15072 replace district = 11 if congress == 107 & id == 15050 replace district = 12 if congress == 107 & id == 29378 replace district = 13 if congress == 107 & id == 29773 replace district = 14 if congress == 107 & id == 29379 replace district = 15 if congress == 107 & id == 13035 replace district = 16 if congress == 107 & id == 29134 replace district = 17 if congress == 107 & id == 15603 replace district = 18 if congress == 107 & id == 15612 replace district = 19 if congress == 107 & id == 29544 replace district = 20 if congress == 107 & id == 14015 replace district = 21 if congress == 107 & id == 15614 replace district = 22 if congress == 107 & id == 29927 replace district = 23 if congress == 107 & id == 15007 replace district = 24 if congress == 107 & id == 39316 replace district = 25 if congress == 107 & id == 15630 replace district = 26 if congress == 107 & id == 29380 replace district = 27 if congress == 107 & id == 29928 replace district = 28 if congress == 107 & id == 15444 replace district = 29 if congress == 107 & id == 14248 replace district = 30 if congress == 107 & id == 29381 replace district = 31 if congress == 107 & id == 15423 replace district = 1 if congress == 107 & id == 29382 replace district = 2 if congress == 107 & id == 29745 replace district = 3 if congress == 107 & id == 29546 replace district = 4 if congress == 107 & id == 15438 replace district = 5 if congress == 107 & id == 29548 replace district = 6 if congress == 107 & id == 15092 replace district = 7 if congress == 107 & id == 29746 replace district = 8 if congress == 107 & id == 29929 replace district = 9 if congress == 107 & id == 29549 replace district = 10 if congress == 107 & id == 15402 replace district = 11 if congress == 107 & id == 29135 replace district = 12 if congress == 107 & id == 29383 replace district = 1 if congress == 107 & id == 29384 replace district = 1 if congress == 107 & id == 29550 replace district = 2 if congress == 107 & id == 29386 replace district = 3 if congress == 107 & id == 14632 replace district = 4 if congress == 107 & id == 14875 replace district = 5 if congress == 107 & id == 15604 replace district = 6 if congress == 107 & id == 29747 replace district = 7 if congress == 107 & id == 29136 replace district = 8 if congress == 107 & id == 29137 replace district = 9 if congress == 107 & id == 15029 replace district = 10 if congress == 107 & id == 29748 replace district = 11 if congress == 107 & id == 29930 replace district = 12 if congress == 107 & id == 20130 replace district = 13 if congress == 107 & id == 29389 replace district = 14 if congress == 107 & id == 15442 replace district = 15 if congress == 107 & id == 29390 replace district = 16 if congress == 107 & id == 14045 replace district = 17 if congress == 107 & id == 15121 replace district = 18 if congress == 107 & id == 29552 replace district = 19 if congress == 107 & id == 29553 replace district = 1 if congress == 107 & id == 29554 replace district = 1 if congress == 107 & id == 20131 replace district = 2 if congress == 107 & id == 20132 replace district = 3 if congress == 107 & id == 29749 replace district = 4 if congress == 107 & id == 29556 replace district = 5 if congress == 107 & id == 29392 replace district = 6 if congress == 107 & id == 29393 replace district = 1 if congress == 107 & id == 29931 replace district = 2 if congress == 107 & id == 29932 replace district = 3 if congress == 107 & id == 29588 replace district = 4 if congress == 107 & id == 15410 replace district = 5 if congress == 107 & id == 29750 replace district = 1 if congress == 107 & id == 29777 replace district = 2 if congress == 107 & id == 29559 replace district = 3 if congress == 107 & id == 15008 replace district = 4 if congress == 107 & id == 20133 replace district = 5 if congress == 107 & id == 29751 replace district = 6 if congress == 107 & id == 29396 replace district = 7 if congress == 107 & id == 15447 replace district = 8 if congress == 107 & id == 29397 replace district = 9 if congress == 107 & id == 14052 replace district = 9 if congress == 107 & id == 20134 replace district = 10 if congress == 107 & id == 29933 replace district = 11 if congress == 107 & id == 15104 replace district = 12 if congress == 107 & id == 14072 replace district = 13 if congress == 107 & id == 29934 replace district = 14 if congress == 107 & id == 14808 replace district = 15 if congress == 107 & id == 29935 replace district = 16 if congress == 107 & id == 29752 replace district = 17 if congress == 107 & id == 15026 replace district = 18 if congress == 107 & id == 29561 replace district = 19 if congress == 107 & id == 20135 replace district = 20 if congress == 107 & id == 29562 replace district = 21 if congress == 107 & id == 29563 replace district = 1 if congress == 107 & id == 29564 replace district = 2 if congress == 107 & id == 20136 replace district = 1 if congress == 107 & id == 20137 replace district = 2 if congress == 107 & id == 13042 replace district = 2 if congress == 107 & id == 20138 replace district = 3 if congress == 107 & id == 29566 replace district = 4 if congress == 107 & id == 29936 replace district = 5 if congress == 107 & id == 15064 replace district = 6 if congress == 107 & id == 39301 replace district = 1 if congress == 107 & id == 29754 replace district = 1 if congress == 107 & id == 29755 replace district = 2 if congress == 107 & id == 15455 replace district = 3 if congress == 107 & id == 29567 replace district = 4 if congress == 107 & id == 29568 replace district = 5 if congress == 107 & id == 15450 replace district = 6 if congress == 107 & id == 15100 replace district = 7 if congress == 107 & id == 29569 replace district = 8 if congress == 107 & id == 15628 replace district = 9 if congress == 107 & id == 29756 replace district = 1 if congress == 107 & id == 29757 replace district = 2 if congress == 107 & id == 29758 replace district = 3 if congress == 107 & id == 29143 replace district = 4 if congress == 107 & id == 14828 replace district = 5 if congress == 107 & id == 29759 replace district = 6 if congress == 107 & id == 15085 replace district = 7 if congress == 107 & id == 20139 replace district = 8 if congress == 107 & id == 29760 replace district = 9 if congress == 107 & id == 29761 replace district = 10 if congress == 107 & id == 29571 replace district = 11 if congress == 107 & id == 29144 replace district = 12 if congress == 107 & id == 29762 replace district = 13 if congress == 107 & id == 29572 replace district = 14 if congress == 107 & id == 14290 replace district = 15 if congress == 107 & id == 29763 replace district = 16 if congress == 107 & id == 29764 replace district = 17 if congress == 107 & id == 14664 replace district = 18 if congress == 107 & id == 29573 replace district = 19 if congress == 107 & id == 15093 replace district = 20 if congress == 107 & id == 29943 replace district = 21 if congress == 107 & id == 15445 replace district = 22 if congress == 107 & id == 15094 replace district = 23 if congress == 107 & id == 39302 replace district = 24 if congress == 107 & id == 14626 replace district = 25 if congress == 107 & id == 29574 replace district = 26 if congress == 107 & id == 15125 replace district = 27 if congress == 107 & id == 15049 replace district = 28 if congress == 107 & id == 29771 replace district = 29 if congress == 107 & id == 39304 replace district = 30 if congress == 107 & id == 39305 replace district = 1 if congress == 107 & id == 14829 replace district = 2 if congress == 107 & id == 20140 replace district = 3 if congress == 107 & id == 29766 replace district = 1 if congress == 107 & id == 29147 replace district = 1 if congress == 107 & id == 20141 replace district = 2 if congress == 107 & id == 20142 replace district = 3 if congress == 107 & id == 39307 replace district = 4 if congress == 107 & id == 15060 replace district = 4 if congress == 107 & id == 20143 replace district = 5 if congress == 107 & id == 99767 replace district = 5 if congress == 107 & id == 89767 replace district = 6 if congress == 107 & id == 39308 replace district = 7 if congress == 107 & id == 20144 replace district = 8 if congress == 107 & id == 29149 replace district = 9 if congress == 107 & id == 15010 replace district = 10 if congress == 107 & id == 14869 replace district = 11 if congress == 107 & id == 29576 replace district = 1 if congress == 107 & id == 29937 replace district = 2 if congress == 107 & id == 20145 replace district = 3 if congress == 107 & id == 29938 replace district = 4 if congress == 107 & id == 29580 replace district = 5 if congress == 107 & id == 29581 replace district = 6 if congress == 107 & id == 14413 replace district = 7 if congress == 107 & id == 15613 replace district = 8 if congress == 107 & id == 39312 replace district = 9 if congress == 107 & id == 29768 replace district = 1 if congress == 107 & id == 15083 replace district = 2 if congress == 107 & id == 20146 replace district = 3 if congress == 107 & id == 14448 replace district = 1 if congress == 107 & id == 29939 replace district = 2 if congress == 107 & id == 29940 replace district = 3 if congress == 107 & id == 29769 replace district = 4 if congress == 107 & id == 15082 replace district = 5 if congress == 107 & id == 39315 replace district = 6 if congress == 107 & id == 14675 replace district = 7 if congress == 107 & id == 12036 replace district = 8 if congress == 107 & id == 29941 replace district = 9 if congress == 107 & id == 14657 replace district = 1 if congress == 107 & id == 29584 replace district = 0 if congress == 108 & id == 99910 replace district = 1 if congress == 108 & id == 20300 replace district = 2 if congress == 108 & id == 29300 replace district = 3 if congress == 108 & id == 20301 replace district = 4 if congress == 108 & id == 29701 replace district = 5 if congress == 108 & id == 29100 replace district = 6 if congress == 108 & id == 29301 replace district = 7 if congress == 108 & id == 20302 replace district = 1 if congress == 108 & id == 14066 replace district = 1 if congress == 108 & id == 20303 replace district = 2 if congress == 108 & id == 20304 replace district = 3 if congress == 108 & id == 29501 replace district = 4 if congress == 108 & id == 29101 replace district = 5 if congress == 108 & id == 29502 replace district = 6 if congress == 108 & id == 20100 replace district = 7 if congress == 108 & id == 20305 replace district = 8 if congress == 108 & id == 15105 replace district = 1 if congress == 108 & id == 29702 replace district = 2 if congress == 108 & id == 29703 replace district = 3 if congress == 108 & id == 20101 replace district = 4 if congress == 108 & id == 20102 replace district = 1 if congress == 108 & id == 29901 replace district = 2 if congress == 108 & id == 15420 replace district = 3 if congress == 108 & id == 29902 replace district = 4 if congress == 108 & id == 29104 replace district = 5 if congress == 108 & id == 14649 replace district = 6 if congress == 108 & id == 29309 replace district = 7 if congress == 108 & id == 14256 replace district = 8 if congress == 108 & id == 15448 replace district = 9 if congress == 108 & id == 29778 replace district = 10 if congress == 108 & id == 29705 replace district = 11 if congress == 108 & id == 29311 replace district = 12 if congress == 108 & id == 14837 replace district = 13 if congress == 108 & id == 14053 replace district = 14 if congress == 108 & id == 29312 replace district = 15 if congress == 108 & id == 20103 replace district = 16 if congress == 108 & id == 29504 replace district = 17 if congress == 108 & id == 29313 replace district = 18 if congress == 108 & id == 20306 replace district = 19 if congress == 108 & id == 29505 replace district = 20 if congress == 108 & id == 29105 replace district = 21 if congress == 108 & id == 20307 replace district = 22 if congress == 108 & id == 14669 replace district = 23 if congress == 108 & id == 29774 replace district = 24 if congress == 108 & id == 15413 replace district = 25 if congress == 108 & id == 29315 replace district = 26 if congress == 108 & id == 14813 replace district = 27 if congress == 108 & id == 29707 replace district = 28 if congress == 108 & id == 15005 replace district = 29 if congress == 108 & id == 20104 replace district = 30 if congress == 108 & id == 14280 replace district = 31 if congress == 108 & id == 29316 replace district = 32 if congress == 108 & id == 20105 replace district = 33 if congress == 108 & id == 20106 replace district = 34 if congress == 108 & id == 29317 replace district = 35 if congress == 108 & id == 29106 replace district = 36 if congress == 108 & id == 29318 replace district = 37 if congress == 108 & id == 29586 replace district = 38 if congress == 108 & id == 29903 replace district = 39 if congress == 108 & id == 20310 replace district = 40 if congress == 108 & id == 29321 replace district = 41 if congress == 108 & id == 14644 replace district = 42 if congress == 108 & id == 29905 replace district = 43 if congress == 108 & id == 29942 replace district = 44 if congress == 108 & id == 29323 replace district = 45 if congress == 108 & id == 29775 replace district = 46 if congress == 108 & id == 15621 replace district = 47 if congress == 108 & id == 29709 replace district = 48 if congress == 108 & id == 15601 replace district = 49 if congress == 108 & id == 20107 replace district = 50 if congress == 108 & id == 29107 replace district = 51 if congress == 108 & id == 29325 replace district = 52 if congress == 108 & id == 14835 replace district = 53 if congress == 108 & id == 20108 replace district = 1 if congress == 108 & id == 29710 replace district = 2 if congress == 108 & id == 29906 replace district = 3 if congress == 108 & id == 29326 replace district = 4 if congress == 108 & id == 20311 replace district = 5 if congress == 108 & id == 15419 replace district = 6 if congress == 108 & id == 29907 replace district = 7 if congress == 108 & id == 20312 replace district = 1 if congress == 108 & id == 29908 replace district = 2 if congress == 108 & id == 20109 replace district = 3 if congress == 108 & id == 29109 replace district = 4 if congress == 108 & id == 15449 replace district = 5 if congress == 108 & id == 15028 replace district = 1 if congress == 108 & id == 29327 replace district = 1 if congress == 108 & id == 20110 replace district = 2 if congress == 108 & id == 29713 replace district = 3 if congress == 108 & id == 29328 replace district = 4 if congress == 108 & id == 20111 replace district = 5 if congress == 108 & id == 20313 replace district = 6 if congress == 108 & id == 15627 replace district = 7 if congress == 108 & id == 29331 replace district = 8 if congress == 108 & id == 20112 replace district = 9 if congress == 108 & id == 15006 replace district = 10 if congress == 108 & id == 13047 replace district = 11 if congress == 108 & id == 29714 replace district = 12 if congress == 108 & id == 20113 replace district = 13 if congress == 108 & id == 20314 replace district = 14 if congress == 108 & id == 15605 replace district = 15 if congress == 108 & id == 29509 replace district = 16 if congress == 108 & id == 29510 replace district = 17 if congress == 108 & id == 20358 replace district = 18 if congress == 108 & id == 15634 replace district = 19 if congress == 108 & id == 29715 replace district = 20 if congress == 108 & id == 29335 replace district = 21 if congress == 108 & id == 29336 replace district = 22 if congress == 108 & id == 14860 replace district = 23 if congress == 108 & id == 29337 replace district = 24 if congress == 108 & id == 20315 replace district = 25 if congress == 108 & id == 20316 replace district = 1 if congress == 108 & id == 29338 replace district = 2 if congress == 108 & id == 29339 replace district = 3 if congress == 108 & id == 20317 replace district = 4 if congress == 108 & id == 20318 replace district = 5 if congress == 108 & id == 15431 replace district = 6 if congress == 108 & id == 29909 replace district = 7 if congress == 108 & id == 29341 replace district = 8 if congress == 108 & id == 29340 replace district = 9 if congress == 108 & id == 29513 replace district = 10 if congress == 108 & id == 99342 replace district = 11 if congress == 108 & id == 20319 replace district = 12 if congress == 108 & id == 20320 replace district = 13 if congress == 108 & id == 20321 replace district = 1 if congress == 108 & id == 15245 replace district = 2 if congress == 108 & id == 20322 replace district = 1 if congress == 108 & id == 20114 replace district = 2 if congress == 108 & id == 29910 replace district = 1 if congress == 108 & id == 29346 replace district = 2 if congress == 108 & id == 29585 replace district = 3 if congress == 108 & id == 15036 replace district = 4 if congress == 108 & id == 29348 replace district = 5 if congress == 108 & id == 20323 replace district = 6 if congress == 108 & id == 14239 replace district = 7 if congress == 108 & id == 29717 replace district = 8 if congress == 108 & id == 12041 replace district = 9 if congress == 108 & id == 29911 replace district = 10 if congress == 108 & id == 20115 replace district = 11 if congress == 108 & id == 29516 replace district = 12 if congress == 108 & id == 15453 replace district = 13 if congress == 108 & id == 29912 replace district = 14 if congress == 108 & id == 15417 replace district = 15 if congress == 108 & id == 20116 replace district = 16 if congress == 108 & id == 29349 replace district = 17 if congress == 108 & id == 15023 replace district = 18 if congress == 108 & id == 29517 replace district = 19 if congress == 108 & id == 29718 replace district = 1 if congress == 108 & id == 15124 replace district = 2 if congress == 108 & id == 20324 replace district = 3 if congress == 108 & id == 29519 replace district = 4 if congress == 108 & id == 29350 replace district = 5 if congress == 108 & id == 15014 replace district = 6 if congress == 108 & id == 20117 replace district = 7 if congress == 108 & id == 29720 replace district = 8 if congress == 108 & id == 29520 replace district = 9 if congress == 108 & id == 29914 replace district = 1 if congress == 108 & id == 29118 replace district = 2 if congress == 108 & id == 14432 replace district = 3 if congress == 108 & id == 29721 replace district = 4 if congress == 108 & id == 29522 replace district = 5 if congress == 108 & id == 20325 replace district = 1 if congress == 108 & id == 29722 replace district = 2 if congress == 108 & id == 29723 replace district = 3 if congress == 108 & id == 29915 replace district = 4 if congress == 108 & id == 29524 replace district = 1 if congress == 108 & id == 29525 replace district = 2 if congress == 108 & id == 29352 replace district = 3 if congress == 108 & id == 29725 replace district = 4 if congress == 108 & id == 29916 replace district = 5 if congress == 108 & id == 14854 replace district = 6 if congress == 108 & id == 29917 replace district = 6 if congress == 108 & id == 20326 replace district = 1 if congress == 108 & id == 29918 replace district = 2 if congress == 108 & id == 29120 replace district = 3 if congress == 108 & id == 94679 replace district = 4 if congress == 108 & id == 15451 replace district = 5 if congress == 108 & id == 20327 replace district = 6 if congress == 108 & id == 15401 replace district = 7 if congress == 108 & id == 29727 replace district = 1 if congress == 108 & id == 29728 replace district = 2 if congress == 108 & id == 20328 replace district = 1 if congress == 108 & id == 29122 replace district = 2 if congress == 108 & id == 20329 replace district = 3 if congress == 108 & id == 15408 replace district = 4 if congress == 108 & id == 29355 replace district = 5 if congress == 108 & id == 14873 replace district = 6 if congress == 108 & id == 29356 replace district = 7 if congress == 108 & id == 29587 replace district = 8 if congress == 108 & id == 20330 replace district = 1 if congress == 108 & id == 29123 replace district = 2 if congress == 108 & id == 15616 replace district = 3 if congress == 108 & id == 29729 replace district = 4 if congress == 108 & id == 14824 replace district = 5 if congress == 108 & id == 29358 replace district = 6 if congress == 108 & id == 29730 replace district = 7 if congress == 108 & id == 14435 replace district = 8 if congress == 108 & id == 29919 replace district = 9 if congress == 108 & id == 20119 replace district = 10 if congress == 108 & id == 29731 replace district = 1 if congress == 108 & id == 29360 replace district = 2 if congress == 108 & id == 29361 replace district = 3 if congress == 108 & id == 29362 replace district = 4 if congress == 108 & id == 29124 replace district = 5 if congress == 108 & id == 14430 replace district = 6 if congress == 108 & id == 15446 replace district = 7 if congress == 108 & id == 29364 replace district = 8 if congress == 108 & id == 20120 replace district = 9 if congress == 108 & id == 29365 replace district = 10 if congress == 108 & id == 20331 replace district = 11 if congress == 108 & id == 20332 replace district = 12 if congress == 108 & id == 15033 replace district = 13 if congress == 108 & id == 29733 replace district = 14 if congress == 108 & id == 10713 replace district = 15 if congress == 108 & id == 2605 replace district = 1 if congress == 108 & id == 29532 replace district = 2 if congress == 108 & id == 20333 replace district = 3 if congress == 108 & id == 29126 replace district = 4 if congress == 108 & id == 20122 replace district = 5 if congress == 108 & id == 14656 replace district = 6 if congress == 108 & id == 20121 replace district = 7 if congress == 108 & id == 29127 replace district = 8 if congress == 108 & id == 14265 replace district = 1 if congress == 108 & id == 29534 replace district = 2 if congress == 108 & id == 29368 replace district = 3 if congress == 108 & id == 29734 replace district = 4 if congress == 108 & id == 15637 replace district = 1 if congress == 108 & id == 20147 replace district = 2 if congress == 108 & id == 20123 replace district = 3 if congress == 108 & id == 14421 replace district = 4 if congress == 108 & id == 14451 replace district = 5 if congress == 108 & id == 29535 replace district = 6 if congress == 108 & id == 20124 replace district = 7 if congress == 108 & id == 29735 replace district = 8 if congress == 108 & id == 29736 replace district = 9 if congress == 108 & id == 29737 replace district = 1 if congress == 108 & id == 20125 replace district = 1 if congress == 108 & id == 14605 replace district = 2 if congress == 108 & id == 29921 replace district = 3 if congress == 108 & id == 20126 replace district = 1 if congress == 108 & id == 29922 replace district = 2 if congress == 108 & id == 29739 replace district = 3 if congress == 108 & id == 20334 replace district = 1 if congress == 108 & id == 20335 replace district = 2 if congress == 108 & id == 29538 replace district = 1 if congress == 108 & id == 29132 replace district = 2 if congress == 108 & id == 29539 replace district = 3 if congress == 108 & id == 15112 replace district = 4 if congress == 108 & id == 14863 replace district = 5 if congress == 108 & id == 20336 replace district = 6 if congress == 108 & id == 15454 replace district = 7 if congress == 108 & id == 20127 replace district = 8 if congress == 108 & id == 29741 replace district = 9 if congress == 108 & id == 29742 replace district = 10 if congress == 108 & id == 15619 replace district = 11 if congress == 108 & id == 29541 replace district = 12 if congress == 108 & id == 29923 replace district = 13 if congress == 108 & id == 29373 replace district = 1 if congress == 108 & id == 29779 replace district = 2 if congress == 108 & id == 20337 replace district = 3 if congress == 108 & id == 29924 replace district = 1 if congress == 108 & id == 20338 replace district = 2 if congress == 108 & id == 20129 replace district = 3 if congress == 108 & id == 29375 replace district = 4 if congress == 108 & id == 29744 replace district = 5 if congress == 108 & id == 15000 replace district = 6 if congress == 108 & id == 29776 replace district = 7 if congress == 108 & id == 29925 replace district = 8 if congress == 108 & id == 29377 replace district = 9 if congress == 108 & id == 29926 replace district = 10 if congress == 108 & id == 15072 replace district = 11 if congress == 108 & id == 15050 replace district = 12 if congress == 108 & id == 29378 replace district = 13 if congress == 108 & id == 29773 replace district = 14 if congress == 108 & id == 29379 replace district = 15 if congress == 108 & id == 13035 replace district = 16 if congress == 108 & id == 29134 replace district = 17 if congress == 108 & id == 15603 replace district = 18 if congress == 108 & id == 15612 replace district = 19 if congress == 108 & id == 29544 replace district = 20 if congress == 108 & id == 29927 replace district = 21 if congress == 108 & id == 15614 replace district = 22 if congress == 108 & id == 29380 replace district = 23 if congress == 108 & id == 39316 replace district = 24 if congress == 108 & id == 15007 replace district = 25 if congress == 108 & id == 15630 replace district = 26 if congress == 108 & id == 29928 replace district = 27 if congress == 108 & id == 29381 replace district = 28 if congress == 108 & id == 15444 replace district = 29 if congress == 108 & id == 15423 replace district = 1 if congress == 108 & id == 20339 replace district = 1 if congress == 108 & id == 20340 replace district = 2 if congress == 108 & id == 29745 replace district = 3 if congress == 108 & id == 29546 replace district = 4 if congress == 108 & id == 15438 replace district = 5 if congress == 108 & id == 29548 replace district = 6 if congress == 108 & id == 15092 replace district = 7 if congress == 108 & id == 29746 replace district = 8 if congress == 108 & id == 29929 replace district = 9 if congress == 108 & id == 29549 replace district = 10 if congress == 108 & id == 15402 replace district = 11 if congress == 108 & id == 29135 replace district = 12 if congress == 108 & id == 29383 replace district = 13 if congress == 108 & id == 20341 replace district = 1 if congress == 108 & id == 29384 replace district = 1 if congress == 108 & id == 29550 replace district = 2 if congress == 108 & id == 29386 replace district = 3 if congress == 108 & id == 20342 replace district = 4 if congress == 108 & id == 14875 replace district = 5 if congress == 108 & id == 15604 replace district = 6 if congress == 108 & id == 29747 replace district = 7 if congress == 108 & id == 29136 replace district = 8 if congress == 108 & id == 29137 replace district = 9 if congress == 108 & id == 15029 replace district = 10 if congress == 108 & id == 29748 replace district = 11 if congress == 108 & id == 29930 replace district = 12 if congress == 108 & id == 20130 replace district = 13 if congress == 108 & id == 29389 replace district = 14 if congress == 108 & id == 29553 replace district = 15 if congress == 108 & id == 29390 replace district = 16 if congress == 108 & id == 14045 replace district = 17 if congress == 108 & id == 20343 replace district = 18 if congress == 108 & id == 29552 replace district = 1 if congress == 108 & id == 20131 replace district = 2 if congress == 108 & id == 20132 replace district = 3 if congress == 108 & id == 29393 replace district = 4 if congress == 108 & id == 20344 replace district = 5 if congress == 108 & id == 29392 replace district = 1 if congress == 108 & id == 29931 replace district = 2 if congress == 108 & id == 29932 replace district = 3 if congress == 108 & id == 29588 replace district = 4 if congress == 108 & id == 15410 replace district = 5 if congress == 108 & id == 29750 replace district = 1 if congress == 108 & id == 29777 replace district = 2 if congress == 108 & id == 29559 replace district = 3 if congress == 108 & id == 29563 replace district = 4 if congress == 108 & id == 20133 replace district = 5 if congress == 108 & id == 29751 replace district = 6 if congress == 108 & id == 20345 replace district = 7 if congress == 108 & id == 15447 replace district = 8 if congress == 108 & id == 29397 replace district = 9 if congress == 108 & id == 20134 replace district = 10 if congress == 108 & id == 29933 replace district = 11 if congress == 108 & id == 15104 replace district = 12 if congress == 108 & id == 14072 replace district = 13 if congress == 108 & id == 29934 replace district = 14 if congress == 108 & id == 29561 replace district = 15 if congress == 108 & id == 29935 replace district = 16 if congress == 108 & id == 29752 replace district = 17 if congress == 108 & id == 29396 replace district = 18 if congress == 108 & id == 20346 replace district = 19 if congress == 108 & id == 20135 replace district = 1 if congress == 108 & id == 29564 replace district = 2 if congress == 108 & id == 20136 replace district = 1 if congress == 108 & id == 20137 replace district = 2 if congress == 108 & id == 20138 replace district = 3 if congress == 108 & id == 20347 replace district = 4 if congress == 108 & id == 29936 replace district = 5 if congress == 108 & id == 15064 replace district = 6 if congress == 108 & id == 39301 replace district = 1 if congress == 108 & id == 20348 replace district = 1 if congress == 108 & id == 20349 replace district = 1 if congress == 108 & id == 29755 replace district = 2 if congress == 108 & id == 15455 replace district = 3 if congress == 108 & id == 29567 replace district = 4 if congress == 108 & id == 20350 replace district = 5 if congress == 108 & id == 15019 replace district = 6 if congress == 108 & id == 15100 replace district = 7 if congress == 108 & id == 20351 replace district = 8 if congress == 108 & id == 15628 replace district = 9 if congress == 108 & id == 29756 replace district = 1 if congress == 108 & id == 29757 replace district = 2 if congress == 108 & id == 29758 replace district = 3 if congress == 108 & id == 29143 replace district = 4 if congress == 108 & id == 14828 replace district = 4 if congress == 108 & id == 94828 replace district = 5 if congress == 108 & id == 20352 replace district = 6 if congress == 108 & id == 15085 replace district = 7 if congress == 108 & id == 20139 replace district = 8 if congress == 108 & id == 29760 replace district = 9 if congress == 108 & id == 29761 replace district = 10 if congress == 108 & id == 29571 replace district = 11 if congress == 108 & id == 29144 replace district = 12 if congress == 108 & id == 29762 replace district = 13 if congress == 108 & id == 29572 replace district = 14 if congress == 108 & id == 14290 replace district = 15 if congress == 108 & id == 29763 replace district = 16 if congress == 108 & id == 29764 replace district = 17 if congress == 108 & id == 14664 replace district = 18 if congress == 108 & id == 29573 replace district = 19 if congress == 108 & id == 15093 replace district = 19 if congress == 108 & id == 20353 replace district = 20 if congress == 108 & id == 29943 replace district = 21 if congress == 108 & id == 15445 replace district = 22 if congress == 108 & id == 15094 replace district = 23 if congress == 108 & id == 39302 replace district = 24 if congress == 108 & id == 14626 replace district = 25 if congress == 108 & id == 20354 replace district = 26 if congress == 108 & id == 20355 replace district = 27 if congress == 108 & id == 15049 replace district = 28 if congress == 108 & id == 29771 replace district = 29 if congress == 108 & id == 39304 replace district = 30 if congress == 108 & id == 39305 replace district = 31 if congress == 108 & id == 20356 replace district = 32 if congress == 108 & id == 29759 replace district = 1 if congress == 108 & id == 20357 replace district = 2 if congress == 108 & id == 20140 replace district = 3 if congress == 108 & id == 29766 replace district = 1 if congress == 108 & id == 29147 replace district = 1 if congress == 108 & id == 20141 replace district = 2 if congress == 108 & id == 20142 replace district = 3 if congress == 108 & id == 39307 replace district = 4 if congress == 108 & id == 20143 replace district = 5 if congress == 108 & id == 89767 replace district = 6 if congress == 108 & id == 39308 replace district = 7 if congress == 108 & id == 20144 replace district = 8 if congress == 108 & id == 29149 replace district = 9 if congress == 108 & id == 15010 replace district = 10 if congress == 108 & id == 14869 replace district = 11 if congress == 108 & id == 29576 replace district = 1 if congress == 108 & id == 29937 replace district = 2 if congress == 108 & id == 20145 replace district = 3 if congress == 108 & id == 29938 replace district = 4 if congress == 108 & id == 29580 replace district = 5 if congress == 108 & id == 29581 replace district = 6 if congress == 108 & id == 14413 replace district = 7 if congress == 108 & id == 15613 replace district = 8 if congress == 108 & id == 39312 replace district = 9 if congress == 108 & id == 29768 replace district = 1 if congress == 108 & id == 15083 replace district = 2 if congress == 108 & id == 20146 replace district = 3 if congress == 108 & id == 14448 replace district = 1 if congress == 108 & id == 29939 replace district = 2 if congress == 108 & id == 29940 replace district = 3 if congress == 108 & id == 29769 replace district = 4 if congress == 108 & id == 15082 replace district = 5 if congress == 108 & id == 14657 replace district = 6 if congress == 108 & id == 14675 replace district = 7 if congress == 108 & id == 12036 replace district = 8 if congress == 108 & id == 29941 replace district = 1 if congress == 108 & id == 29584 replace district = 0 if congress == 109 & id == 99910 replace district = 1 if congress == 109 & id == 20300 replace district = 2 if congress == 109 & id == 29300 replace district = 3 if congress == 109 & id == 20301 replace district = 4 if congress == 109 & id == 29701 replace district = 5 if congress == 109 & id == 29100 replace district = 6 if congress == 109 & id == 29301 replace district = 7 if congress == 109 & id == 20302 replace district = 1 if congress == 109 & id == 14066 replace district = 1 if congress == 109 & id == 20303 replace district = 2 if congress == 109 & id == 20304 replace district = 3 if congress == 109 & id == 29501 replace district = 4 if congress == 109 & id == 29101 replace district = 5 if congress == 109 & id == 29502 replace district = 6 if congress == 109 & id == 20100 replace district = 7 if congress == 109 & id == 20305 replace district = 8 if congress == 109 & id == 15105 replace district = 1 if congress == 109 & id == 29702 replace district = 2 if congress == 109 & id == 29703 replace district = 3 if congress == 109 & id == 20101 replace district = 4 if congress == 109 & id == 20102 replace district = 1 if congress == 109 & id == 29901 replace district = 2 if congress == 109 & id == 15420 replace district = 3 if congress == 109 & id == 14647 replace district = 4 if congress == 109 & id == 29104 replace district = 5 if congress == 109 & id == 20538 replace district = 6 if congress == 109 & id == 29309 replace district = 7 if congress == 109 & id == 14256 replace district = 8 if congress == 109 & id == 15448 replace district = 9 if congress == 109 & id == 29778 replace district = 10 if congress == 109 & id == 29705 replace district = 11 if congress == 109 & id == 29311 replace district = 12 if congress == 109 & id == 14837 replace district = 13 if congress == 109 & id == 14053 replace district = 14 if congress == 109 & id == 29312 replace district = 15 if congress == 109 & id == 20103 replace district = 16 if congress == 109 & id == 29504 replace district = 17 if congress == 109 & id == 29313 replace district = 18 if congress == 109 & id == 20306 replace district = 19 if congress == 109 & id == 29505 replace district = 20 if congress == 109 & id == 20501 replace district = 21 if congress == 109 & id == 20307 replace district = 22 if congress == 109 & id == 14669 replace district = 23 if congress == 109 & id == 29774 replace district = 24 if congress == 109 & id == 15413 replace district = 25 if congress == 109 & id == 29315 replace district = 26 if congress == 109 & id == 14813 replace district = 27 if congress == 109 & id == 29707 replace district = 28 if congress == 109 & id == 15005 replace district = 29 if congress == 109 & id == 20104 replace district = 30 if congress == 109 & id == 14280 replace district = 31 if congress == 109 & id == 29316 replace district = 32 if congress == 109 & id == 20105 replace district = 33 if congress == 109 & id == 20106 replace district = 34 if congress == 109 & id == 29317 replace district = 35 if congress == 109 & id == 29106 replace district = 36 if congress == 109 & id == 29318 replace district = 37 if congress == 109 & id == 29586 replace district = 38 if congress == 109 & id == 29903 replace district = 39 if congress == 109 & id == 20310 replace district = 40 if congress == 109 & id == 29321 replace district = 41 if congress == 109 & id == 14644 replace district = 42 if congress == 109 & id == 29905 replace district = 43 if congress == 109 & id == 29942 replace district = 44 if congress == 109 & id == 29323 replace district = 45 if congress == 109 & id == 29775 replace district = 46 if congress == 109 & id == 15621 replace district = 47 if congress == 109 & id == 29709 replace district = 48 if congress == 109 & id == 15601 replace district = 48 if congress == 109 & id == 20539 replace district = 49 if congress == 109 & id == 20107 replace district = 50 if congress == 109 & id == 29107 replace district = 50 if congress == 109 & id == 29508 replace district = 51 if congress == 109 & id == 29325 replace district = 52 if congress == 109 & id == 14835 replace district = 53 if congress == 109 & id == 20108 replace district = 1 if congress == 109 & id == 29710 replace district = 2 if congress == 109 & id == 29906 replace district = 3 if congress == 109 & id == 20502 replace district = 4 if congress == 109 & id == 20311 replace district = 5 if congress == 109 & id == 15419 replace district = 6 if congress == 109 & id == 29907 replace district = 7 if congress == 109 & id == 20312 replace district = 1 if congress == 109 & id == 29908 replace district = 2 if congress == 109 & id == 20109 replace district = 3 if congress == 109 & id == 29109 replace district = 4 if congress == 109 & id == 15449 replace district = 5 if congress == 109 & id == 15028 replace district = 1 if congress == 109 & id == 29327 replace district = 1 if congress == 109 & id == 20110 replace district = 2 if congress == 109 & id == 29713 replace district = 3 if congress == 109 & id == 29328 replace district = 4 if congress == 109 & id == 20111 replace district = 5 if congress == 109 & id == 20313 replace district = 6 if congress == 109 & id == 15627 replace district = 7 if congress == 109 & id == 29331 replace district = 8 if congress == 109 & id == 20112 replace district = 9 if congress == 109 & id == 15006 replace district = 10 if congress == 109 & id == 13047 replace district = 11 if congress == 109 & id == 29714 replace district = 12 if congress == 109 & id == 20113 replace district = 13 if congress == 109 & id == 20314 replace district = 14 if congress == 109 & id == 20503 replace district = 15 if congress == 109 & id == 29509 replace district = 16 if congress == 109 & id == 29510 replace district = 17 if congress == 109 & id == 20358 replace district = 18 if congress == 109 & id == 15634 replace district = 19 if congress == 109 & id == 29715 replace district = 20 if congress == 109 & id == 20504 replace district = 21 if congress == 109 & id == 29336 replace district = 22 if congress == 109 & id == 14860 replace district = 23 if congress == 109 & id == 29337 replace district = 24 if congress == 109 & id == 20315 replace district = 25 if congress == 109 & id == 20316 replace district = 1 if congress == 109 & id == 29338 replace district = 2 if congress == 109 & id == 29339 replace district = 3 if congress == 109 & id == 20317 replace district = 4 if congress == 109 & id == 29344 replace district = 5 if congress == 109 & id == 15431 replace district = 6 if congress == 109 & id == 20505 replace district = 7 if congress == 109 & id == 29341 replace district = 8 if congress == 109 & id == 20506 replace district = 9 if congress == 109 & id == 29513 replace district = 10 if congress == 109 & id == 99342 replace district = 11 if congress == 109 & id == 20319 replace district = 12 if congress == 109 & id == 20507 replace district = 13 if congress == 109 & id == 20321 replace district = 1 if congress == 109 & id == 15245 replace district = 2 if congress == 109 & id == 20322 replace district = 1 if congress == 109 & id == 20114 replace district = 2 if congress == 109 & id == 29910 replace district = 1 if congress == 109 & id == 29346 replace district = 2 if congress == 109 & id == 29585 replace district = 3 if congress == 109 & id == 20508 replace district = 4 if congress == 109 & id == 29348 replace district = 5 if congress == 109 & id == 20323 replace district = 6 if congress == 109 & id == 14239 replace district = 7 if congress == 109 & id == 29717 replace district = 8 if congress == 109 & id == 20509 replace district = 9 if congress == 109 & id == 29911 replace district = 10 if congress == 109 & id == 20115 replace district = 11 if congress == 109 & id == 29516 replace district = 12 if congress == 109 & id == 15453 replace district = 13 if congress == 109 & id == 29912 replace district = 14 if congress == 109 & id == 15417 replace district = 15 if congress == 109 & id == 20116 replace district = 16 if congress == 109 & id == 29349 replace district = 17 if congress == 109 & id == 15023 replace district = 18 if congress == 109 & id == 29517 replace district = 19 if congress == 109 & id == 29718 replace district = 1 if congress == 109 & id == 15124 replace district = 2 if congress == 109 & id == 20324 replace district = 3 if congress == 109 & id == 29519 replace district = 4 if congress == 109 & id == 29350 replace district = 5 if congress == 109 & id == 15014 replace district = 6 if congress == 109 & id == 20117 replace district = 7 if congress == 109 & id == 29720 replace district = 8 if congress == 109 & id == 29520 replace district = 9 if congress == 109 & id == 20510 replace district = 1 if congress == 109 & id == 29118 replace district = 2 if congress == 109 & id == 14432 replace district = 3 if congress == 109 & id == 29721 replace district = 4 if congress == 109 & id == 29522 replace district = 5 if congress == 109 & id == 20325 replace district = 1 if congress == 109 & id == 29722 replace district = 2 if congress == 109 & id == 29723 replace district = 3 if congress == 109 & id == 29915 replace district = 4 if congress == 109 & id == 29524 replace district = 1 if congress == 109 & id == 29525 replace district = 2 if congress == 109 & id == 29352 replace district = 3 if congress == 109 & id == 29725 replace district = 4 if congress == 109 & id == 20511 replace district = 5 if congress == 109 & id == 14854 replace district = 6 if congress == 109 & id == 20326 replace district = 1 if congress == 109 & id == 20512 replace district = 2 if congress == 109 & id == 29120 replace district = 3 if congress == 109 & id == 20513 replace district = 4 if congress == 109 & id == 15451 replace district = 5 if congress == 109 & id == 90327 replace district = 6 if congress == 109 & id == 15401 replace district = 7 if congress == 109 & id == 20514 replace district = 1 if congress == 109 & id == 29728 replace district = 2 if congress == 109 & id == 20328 replace district = 1 if congress == 109 & id == 29122 replace district = 2 if congress == 109 & id == 20329 replace district = 3 if congress == 109 & id == 15408 replace district = 4 if congress == 109 & id == 29355 replace district = 5 if congress == 109 & id == 14873 replace district = 6 if congress == 109 & id == 29356 replace district = 7 if congress == 109 & id == 29587 replace district = 8 if congress == 109 & id == 20330 replace district = 1 if congress == 109 & id == 29123 replace district = 2 if congress == 109 & id == 15616 replace district = 3 if congress == 109 & id == 29729 replace district = 4 if congress == 109 & id == 14824 replace district = 5 if congress == 109 & id == 29358 replace district = 6 if congress == 109 & id == 29730 replace district = 7 if congress == 109 & id == 14435 replace district = 8 if congress == 109 & id == 29919 replace district = 9 if congress == 109 & id == 20119 replace district = 10 if congress == 109 & id == 29731 replace district = 1 if congress == 109 & id == 29360 replace district = 2 if congress == 109 & id == 29361 replace district = 3 if congress == 109 & id == 29362 replace district = 4 if congress == 109 & id == 29124 replace district = 5 if congress == 109 & id == 14430 replace district = 6 if congress == 109 & id == 15446 replace district = 7 if congress == 109 & id == 20515 replace district = 8 if congress == 109 & id == 20120 replace district = 9 if congress == 109 & id == 29365 replace district = 10 if congress == 109 & id == 20331 replace district = 11 if congress == 109 & id == 20332 replace district = 12 if congress == 109 & id == 15033 replace district = 13 if congress == 109 & id == 29733 replace district = 14 if congress == 109 & id == 10713 replace district = 15 if congress == 109 & id == 2605 replace district = 1 if congress == 109 & id == 29532 replace district = 2 if congress == 109 & id == 20333 replace district = 3 if congress == 109 & id == 29126 replace district = 4 if congress == 109 & id == 20122 replace district = 5 if congress == 109 & id == 14656 replace district = 6 if congress == 109 & id == 20121 replace district = 7 if congress == 109 & id == 29127 replace district = 8 if congress == 109 & id == 14265 replace district = 1 if congress == 109 & id == 29534 replace district = 2 if congress == 109 & id == 29368 replace district = 3 if congress == 109 & id == 29734 replace district = 4 if congress == 109 & id == 15637 replace district = 1 if congress == 109 & id == 20147 replace district = 2 if congress == 109 & id == 20123 replace district = 3 if congress == 109 & id == 20516 replace district = 4 if congress == 109 & id == 14451 replace district = 5 if congress == 109 & id == 20517 replace district = 6 if congress == 109 & id == 20124 replace district = 7 if congress == 109 & id == 29735 replace district = 8 if congress == 109 & id == 29736 replace district = 9 if congress == 109 & id == 29737 replace district = 1 if congress == 109 & id == 20125 replace district = 1 if congress == 109 & id == 20518 replace district = 2 if congress == 109 & id == 29921 replace district = 3 if congress == 109 & id == 20126 replace district = 1 if congress == 109 & id == 29922 replace district = 2 if congress == 109 & id == 29739 replace district = 3 if congress == 109 & id == 20334 replace district = 1 if congress == 109 & id == 20335 replace district = 2 if congress == 109 & id == 29538 replace district = 1 if congress == 109 & id == 29132 replace district = 2 if congress == 109 & id == 29539 replace district = 3 if congress == 109 & id == 15112 replace district = 4 if congress == 109 & id == 14863 replace district = 5 if congress == 109 & id == 20336 replace district = 6 if congress == 109 & id == 15454 replace district = 7 if congress == 109 & id == 20127 replace district = 8 if congress == 109 & id == 29741 replace district = 9 if congress == 109 & id == 29742 replace district = 10 if congress == 109 & id == 15619 replace district = 11 if congress == 109 & id == 29541 replace district = 12 if congress == 109 & id == 29923 replace district = 13 if congress == 109 & id == 29373 replace district = 13 if congress == 109 & id == 20542 replace district = 1 if congress == 109 & id == 29779 replace district = 2 if congress == 109 & id == 20337 replace district = 3 if congress == 109 & id == 29924 replace district = 1 if congress == 109 & id == 20338 replace district = 2 if congress == 109 & id == 20129 replace district = 3 if congress == 109 & id == 29375 replace district = 4 if congress == 109 & id == 29744 replace district = 5 if congress == 109 & id == 15000 replace district = 6 if congress == 109 & id == 29776 replace district = 7 if congress == 109 & id == 29925 replace district = 8 if congress == 109 & id == 29377 replace district = 9 if congress == 109 & id == 29926 replace district = 10 if congress == 109 & id == 15072 replace district = 11 if congress == 109 & id == 15050 replace district = 12 if congress == 109 & id == 29378 replace district = 13 if congress == 109 & id == 29773 replace district = 14 if congress == 109 & id == 29379 replace district = 15 if congress == 109 & id == 13035 replace district = 16 if congress == 109 & id == 29134 replace district = 17 if congress == 109 & id == 15603 replace district = 18 if congress == 109 & id == 15612 replace district = 19 if congress == 109 & id == 29544 replace district = 20 if congress == 109 & id == 29927 replace district = 21 if congress == 109 & id == 15614 replace district = 22 if congress == 109 & id == 29380 replace district = 23 if congress == 109 & id == 39316 replace district = 24 if congress == 109 & id == 15007 replace district = 25 if congress == 109 & id == 15630 replace district = 26 if congress == 109 & id == 29928 replace district = 27 if congress == 109 & id == 20519 replace district = 28 if congress == 109 & id == 15444 replace district = 29 if congress == 109 & id == 20520 replace district = 1 if congress == 109 & id == 20340 replace district = 2 if congress == 109 & id == 29745 replace district = 3 if congress == 109 & id == 29546 replace district = 4 if congress == 109 & id == 15438 replace district = 5 if congress == 109 & id == 20521 replace district = 6 if congress == 109 & id == 15092 replace district = 7 if congress == 109 & id == 29746 replace district = 8 if congress == 109 & id == 29929 replace district = 9 if congress == 109 & id == 29549 replace district = 10 if congress == 109 & id == 20522 replace district = 11 if congress == 109 & id == 29135 replace district = 12 if congress == 109 & id == 29383 replace district = 13 if congress == 109 & id == 20341 replace district = 1 if congress == 109 & id == 29384 replace district = 1 if congress == 109 & id == 29550 replace district = 2 if congress == 109 & id == 29386 replace district = 2 if congress == 109 & id == 20540 replace district = 3 if congress == 109 & id == 20342 replace district = 4 if congress == 109 & id == 14875 replace district = 5 if congress == 109 & id == 15604 replace district = 6 if congress == 109 & id == 29747 replace district = 7 if congress == 109 & id == 29136 replace district = 8 if congress == 109 & id == 29137 replace district = 9 if congress == 109 & id == 15029 replace district = 10 if congress == 109 & id == 29748 replace district = 11 if congress == 109 & id == 29930 replace district = 12 if congress == 109 & id == 20130 replace district = 13 if congress == 109 & id == 29389 replace district = 14 if congress == 109 & id == 29553 replace district = 15 if congress == 109 & id == 29390 replace district = 16 if congress == 109 & id == 14045 replace district = 17 if congress == 109 & id == 20343 replace district = 18 if congress == 109 & id == 29552 replace district = 1 if congress == 109 & id == 20131 replace district = 2 if congress == 109 & id == 20523 replace district = 3 if congress == 109 & id == 29393 replace district = 4 if congress == 109 & id == 20344 replace district = 5 if congress == 109 & id == 29392 replace district = 1 if congress == 109 & id == 29931 replace district = 2 if congress == 109 & id == 29932 replace district = 3 if congress == 109 & id == 29588 replace district = 4 if congress == 109 & id == 15410 replace district = 5 if congress == 109 & id == 29750 replace district = 1 if congress == 109 & id == 29777 replace district = 2 if congress == 109 & id == 29559 replace district = 3 if congress == 109 & id == 29563 replace district = 4 if congress == 109 & id == 20133 replace district = 5 if congress == 109 & id == 29751 replace district = 6 if congress == 109 & id == 20345 replace district = 7 if congress == 109 & id == 15447 replace district = 8 if congress == 109 & id == 20524 replace district = 9 if congress == 109 & id == 20134 replace district = 10 if congress == 109 & id == 29933 replace district = 11 if congress == 109 & id == 15104 replace district = 12 if congress == 109 & id == 14072 replace district = 13 if congress == 109 & id == 20525 replace district = 14 if congress == 109 & id == 29561 replace district = 15 if congress == 109 & id == 20526 replace district = 16 if congress == 109 & id == 29752 replace district = 17 if congress == 109 & id == 29396 replace district = 18 if congress == 109 & id == 20346 replace district = 19 if congress == 109 & id == 20135 replace district = 1 if congress == 109 & id == 29564 replace district = 2 if congress == 109 & id == 20136 replace district = 1 if congress == 109 & id == 20137 replace district = 2 if congress == 109 & id == 20138 replace district = 3 if congress == 109 & id == 20347 replace district = 4 if congress == 109 & id == 39300 replace district = 5 if congress == 109 & id == 15064 replace district = 6 if congress == 109 & id == 39301 replace district = 1 if congress == 109 & id == 20349 replace district = 1 if congress == 109 & id == 29755 replace district = 2 if congress == 109 & id == 15455 replace district = 3 if congress == 109 & id == 29567 replace district = 4 if congress == 109 & id == 20350 replace district = 5 if congress == 109 & id == 15019 replace district = 6 if congress == 109 & id == 15100 replace district = 7 if congress == 109 & id == 20351 replace district = 8 if congress == 109 & id == 15628 replace district = 9 if congress == 109 & id == 29756 replace district = 1 if congress == 109 & id == 20527 replace district = 2 if congress == 109 & id == 20528 replace district = 3 if congress == 109 & id == 29143 replace district = 4 if congress == 109 & id == 94828 replace district = 5 if congress == 109 & id == 20352 replace district = 6 if congress == 109 & id == 15085 replace district = 7 if congress == 109 & id == 20139 replace district = 8 if congress == 109 & id == 29760 replace district = 9 if congress == 109 & id == 20529 replace district = 10 if congress == 109 & id == 20530 replace district = 11 if congress == 109 & id == 20531 replace district = 12 if congress == 109 & id == 29762 replace district = 13 if congress == 109 & id == 29572 replace district = 14 if congress == 109 & id == 14290 replace district = 15 if congress == 109 & id == 29763 replace district = 16 if congress == 109 & id == 29764 replace district = 17 if congress == 109 & id == 29144 replace district = 18 if congress == 109 & id == 29573 replace district = 19 if congress == 109 & id == 20353 replace district = 20 if congress == 109 & id == 29943 replace district = 21 if congress == 109 & id == 15445 replace district = 22 if congress == 109 & id == 15094 replace district = 22 if congress == 109 & id == 20541 replace district = 23 if congress == 109 & id == 39302 replace district = 24 if congress == 109 & id == 20532 replace district = 25 if congress == 109 & id == 29571 replace district = 26 if congress == 109 & id == 20355 replace district = 27 if congress == 109 & id == 15049 replace district = 28 if congress == 109 & id == 20533 replace district = 29 if congress == 109 & id == 39304 replace district = 30 if congress == 109 & id == 39305 replace district = 31 if congress == 109 & id == 20356 replace district = 32 if congress == 109 & id == 29759 replace district = 1 if congress == 109 & id == 20357 replace district = 2 if congress == 109 & id == 20140 replace district = 3 if congress == 109 & id == 29766 replace district = 1 if congress == 109 & id == 29147 replace district = 1 if congress == 109 & id == 20141 replace district = 2 if congress == 109 & id == 20534 replace district = 3 if congress == 109 & id == 39307 replace district = 4 if congress == 109 & id == 20143 replace district = 5 if congress == 109 & id == 89767 replace district = 6 if congress == 109 & id == 39308 replace district = 7 if congress == 109 & id == 20144 replace district = 8 if congress == 109 & id == 29149 replace district = 9 if congress == 109 & id == 15010 replace district = 10 if congress == 109 & id == 14869 replace district = 11 if congress == 109 & id == 29576 replace district = 1 if congress == 109 & id == 29937 replace district = 2 if congress == 109 & id == 20145 replace district = 3 if congress == 109 & id == 29938 replace district = 4 if congress == 109 & id == 29580 replace district = 5 if congress == 109 & id == 20535 replace district = 6 if congress == 109 & id == 14413 replace district = 7 if congress == 109 & id == 15613 replace district = 8 if congress == 109 & id == 20536 replace district = 9 if congress == 109 & id == 29768 replace district = 1 if congress == 109 & id == 15083 replace district = 2 if congress == 109 & id == 20146 replace district = 3 if congress == 109 & id == 14448 replace district = 1 if congress == 109 & id == 29939 replace district = 2 if congress == 109 & id == 29940 replace district = 3 if congress == 109 & id == 29769 replace district = 4 if congress == 109 & id == 20537 replace district = 5 if congress == 109 & id == 14657 replace district = 6 if congress == 109 & id == 14675 replace district = 7 if congress == 109 & id == 12036 replace district = 8 if congress == 109 & id == 29941 replace district = 1 if congress == 109 & id == 29584 replace district = 0 if congress == 110 & id == 99910 replace district = 1 if congress == 110 & id == 20300 replace district = 2 if congress == 110 & id == 29300 replace district = 3 if congress == 110 & id == 20301 replace district = 4 if congress == 110 & id == 29701 replace district = 5 if congress == 110 & id == 29100 replace district = 6 if congress == 110 & id == 29301 replace district = 7 if congress == 110 & id == 20302 replace district = 1 if congress == 110 & id == 14066 replace district = 1 if congress == 110 & id == 20303 replace district = 2 if congress == 110 & id == 20304 replace district = 3 if congress == 110 & id == 29501 replace district = 4 if congress == 110 & id == 29101 replace district = 5 if congress == 110 & id == 20700 replace district = 6 if congress == 110 & id == 20100 replace district = 7 if congress == 110 & id == 20305 replace district = 8 if congress == 110 & id == 20701 replace district = 1 if congress == 110 & id == 29702 replace district = 2 if congress == 110 & id == 29703 replace district = 3 if congress == 110 & id == 20101 replace district = 4 if congress == 110 & id == 20102 replace district = 1 if congress == 110 & id == 29901 replace district = 2 if congress == 110 & id == 15420 replace district = 3 if congress == 110 & id == 14647 replace district = 4 if congress == 110 & id == 29104 replace district = 5 if congress == 110 & id == 20538 replace district = 6 if congress == 110 & id == 29309 replace district = 7 if congress == 110 & id == 14256 replace district = 8 if congress == 110 & id == 15448 replace district = 9 if congress == 110 & id == 29778 replace district = 10 if congress == 110 & id == 29705 replace district = 11 if congress == 110 & id == 20702 replace district = 12 if congress == 110 & id == 14837 replace district = 12 if congress == 110 & id == 20762 replace district = 13 if congress == 110 & id == 14053 replace district = 14 if congress == 110 & id == 29312 replace district = 15 if congress == 110 & id == 20103 replace district = 16 if congress == 110 & id == 29504 replace district = 17 if congress == 110 & id == 29313 replace district = 18 if congress == 110 & id == 20306 replace district = 19 if congress == 110 & id == 29505 replace district = 20 if congress == 110 & id == 20501 replace district = 21 if congress == 110 & id == 20307 replace district = 22 if congress == 110 & id == 20703 replace district = 23 if congress == 110 & id == 29774 replace district = 24 if congress == 110 & id == 15413 replace district = 25 if congress == 110 & id == 29315 replace district = 26 if congress == 110 & id == 14813 replace district = 27 if congress == 110 & id == 29707 replace district = 28 if congress == 110 & id == 15005 replace district = 29 if congress == 110 & id == 20104 replace district = 30 if congress == 110 & id == 14280 replace district = 31 if congress == 110 & id == 29316 replace district = 32 if congress == 110 & id == 20105 replace district = 33 if congress == 110 & id == 20106 replace district = 34 if congress == 110 & id == 29317 replace district = 35 if congress == 110 & id == 29106 replace district = 36 if congress == 110 & id == 29318 replace district = 37 if congress == 110 & id == 29586 replace district = 37 if congress == 110 & id == 20752 replace district = 38 if congress == 110 & id == 29903 replace district = 39 if congress == 110 & id == 20310 replace district = 40 if congress == 110 & id == 29321 replace district = 41 if congress == 110 & id == 14644 replace district = 42 if congress == 110 & id == 29905 replace district = 43 if congress == 110 & id == 29942 replace district = 44 if congress == 110 & id == 29323 replace district = 45 if congress == 110 & id == 29775 replace district = 46 if congress == 110 & id == 15621 replace district = 47 if congress == 110 & id == 29709 replace district = 48 if congress == 110 & id == 20539 replace district = 49 if congress == 110 & id == 20107 replace district = 50 if congress == 110 & id == 29508 replace district = 51 if congress == 110 & id == 29325 replace district = 52 if congress == 110 & id == 14835 replace district = 53 if congress == 110 & id == 20108 replace district = 1 if congress == 110 & id == 29710 replace district = 2 if congress == 110 & id == 29906 replace district = 3 if congress == 110 & id == 20502 replace district = 4 if congress == 110 & id == 20311 replace district = 5 if congress == 110 & id == 20704 replace district = 6 if congress == 110 & id == 29907 replace district = 7 if congress == 110 & id == 20705 replace district = 1 if congress == 110 & id == 29908 replace district = 2 if congress == 110 & id == 20706 replace district = 3 if congress == 110 & id == 29109 replace district = 4 if congress == 110 & id == 15449 replace district = 5 if congress == 110 & id == 20707 replace district = 1 if congress == 110 & id == 29327 replace district = 1 if congress == 110 & id == 20110 replace district = 2 if congress == 110 & id == 29713 replace district = 3 if congress == 110 & id == 29328 replace district = 4 if congress == 110 & id == 20111 replace district = 5 if congress == 110 & id == 20313 replace district = 6 if congress == 110 & id == 15627 replace district = 7 if congress == 110 & id == 29331 replace district = 8 if congress == 110 & id == 20112 replace district = 9 if congress == 110 & id == 20758 replace district = 10 if congress == 110 & id == 13047 replace district = 11 if congress == 110 & id == 20708 replace district = 12 if congress == 110 & id == 20113 replace district = 13 if congress == 110 & id == 20709 replace district = 14 if congress == 110 & id == 20503 replace district = 15 if congress == 110 & id == 29509 replace district = 16 if congress == 110 & id == 20710 replace district = 17 if congress == 110 & id == 20358 replace district = 18 if congress == 110 & id == 15634 replace district = 19 if congress == 110 & id == 29715 replace district = 20 if congress == 110 & id == 20504 replace district = 21 if congress == 110 & id == 29336 replace district = 22 if congress == 110 & id == 20711 replace district = 23 if congress == 110 & id == 29337 replace district = 24 if congress == 110 & id == 20315 replace district = 25 if congress == 110 & id == 20316 replace district = 1 if congress == 110 & id == 29338 replace district = 2 if congress == 110 & id == 29339 replace district = 3 if congress == 110 & id == 20506 replace district = 4 if congress == 110 & id == 20712 replace district = 5 if congress == 110 & id == 15431 replace district = 6 if congress == 110 & id == 20505 replace district = 7 if congress == 110 & id == 29341 replace district = 8 if congress == 110 & id == 20317 replace district = 9 if congress == 110 & id == 99342 replace district = 10 if congress == 110 & id == 29513 replace district = 10 if congress == 110 & id == 20753 replace district = 11 if congress == 110 & id == 20319 replace district = 12 if congress == 110 & id == 20507 replace district = 13 if congress == 110 & id == 20321 replace district = 1 if congress == 110 & id == 15245 replace district = 2 if congress == 110 & id == 20713 replace district = 1 if congress == 110 & id == 20714 replace district = 2 if congress == 110 & id == 29910 replace district = 1 if congress == 110 & id == 29346 replace district = 2 if congress == 110 & id == 29585 replace district = 3 if congress == 110 & id == 20508 replace district = 4 if congress == 110 & id == 29348 replace district = 5 if congress == 110 & id == 20323 replace district = 6 if congress == 110 & id == 20715 replace district = 7 if congress == 110 & id == 29717 replace district = 8 if congress == 110 & id == 20509 replace district = 9 if congress == 110 & id == 29911 replace district = 10 if congress == 110 & id == 20115 replace district = 11 if congress == 110 & id == 29516 replace district = 12 if congress == 110 & id == 15453 replace district = 13 if congress == 110 & id == 29912 replace district = 14 if congress == 110 & id == 15417 replace district = 14 if congress == 110 & id == 20749 replace district = 15 if congress == 110 & id == 20116 replace district = 16 if congress == 110 & id == 29349 replace district = 17 if congress == 110 & id == 20716 replace district = 18 if congress == 110 & id == 29517 replace district = 19 if congress == 110 & id == 29718 replace district = 1 if congress == 110 & id == 15124 replace district = 2 if congress == 110 & id == 20717 replace district = 3 if congress == 110 & id == 29519 replace district = 4 if congress == 110 & id == 29350 replace district = 5 if congress == 110 & id == 15014 replace district = 6 if congress == 110 & id == 20117 replace district = 7 if congress == 110 & id == 29720 replace district = 7 if congress == 110 & id == 20757 replace district = 8 if congress == 110 & id == 20718 replace district = 9 if congress == 110 & id == 29914 replace district = 1 if congress == 110 & id == 20719 replace district = 2 if congress == 110 & id == 20720 replace district = 3 if congress == 110 & id == 29721 replace district = 4 if congress == 110 & id == 29522 replace district = 5 if congress == 110 & id == 20325 replace district = 1 if congress == 110 & id == 29722 replace district = 2 if congress == 110 & id == 20721 replace district = 3 if congress == 110 & id == 29915 replace district = 4 if congress == 110 & id == 29524 replace district = 1 if congress == 110 & id == 29525 replace district = 2 if congress == 110 & id == 29352 replace district = 3 if congress == 110 & id == 20723 replace district = 4 if congress == 110 & id == 20511 replace district = 5 if congress == 110 & id == 14854 replace district = 6 if congress == 110 & id == 20326 replace district = 1 if congress == 110 & id == 20512 replace district = 1 if congress == 110 & id == 20759 replace district = 2 if congress == 110 & id == 29120 replace district = 3 if congress == 110 & id == 20513 replace district = 4 if congress == 110 & id == 15451 replace district = 5 if congress == 110 & id == 90327 replace district = 6 if congress == 110 & id == 15401 replace district = 6 if congress == 110 & id == 20760 replace district = 7 if congress == 110 & id == 20514 replace district = 1 if congress == 110 & id == 29728 replace district = 2 if congress == 110 & id == 20328 replace district = 1 if congress == 110 & id == 29122 replace district = 2 if congress == 110 & id == 20329 replace district = 3 if congress == 110 & id == 20724 replace district = 4 if congress == 110 & id == 29355 replace district = 4 if congress == 110 & id == 20763 replace district = 5 if congress == 110 & id == 14873 replace district = 6 if congress == 110 & id == 29356 replace district = 7 if congress == 110 & id == 29587 replace district = 8 if congress == 110 & id == 20330 replace district = 1 if congress == 110 & id == 29123 replace district = 2 if congress == 110 & id == 15616 replace district = 3 if congress == 110 & id == 29729 replace district = 4 if congress == 110 & id == 14824 replace district = 5 if congress == 110 & id == 29358 replace district = 5 if congress == 110 & id == 20754 replace district = 6 if congress == 110 & id == 29730 replace district = 7 if congress == 110 & id == 14435 replace district = 8 if congress == 110 & id == 29919 replace district = 9 if congress == 110 & id == 20119 replace district = 10 if congress == 110 & id == 29731 replace district = 1 if congress == 110 & id == 29360 replace district = 2 if congress == 110 & id == 29361 replace district = 3 if congress == 110 & id == 29362 replace district = 4 if congress == 110 & id == 29124 replace district = 5 if congress == 110 & id == 14430 replace district = 6 if congress == 110 & id == 15446 replace district = 7 if congress == 110 & id == 20725 replace district = 8 if congress == 110 & id == 20120 replace district = 9 if congress == 110 & id == 29365 replace district = 10 if congress == 110 & id == 20331 replace district = 11 if congress == 110 & id == 20332 replace district = 12 if congress == 110 & id == 15033 replace district = 13 if congress == 110 & id == 29733 replace district = 14 if congress == 110 & id == 10713 replace district = 15 if congress == 110 & id == 2605 replace district = 1 if congress == 110 & id == 20726 replace district = 2 if congress == 110 & id == 20333 replace district = 3 if congress == 110 & id == 29126 replace district = 4 if congress == 110 & id == 20122 replace district = 5 if congress == 110 & id == 20727 replace district = 6 if congress == 110 & id == 20728 replace district = 7 if congress == 110 & id == 29127 replace district = 8 if congress == 110 & id == 14265 replace district = 1 if congress == 110 & id == 29534 replace district = 1 if congress == 110 & id == 20761 replace district = 2 if congress == 110 & id == 29368 replace district = 3 if congress == 110 & id == 29734 replace district = 4 if congress == 110 & id == 15637 replace district = 1 if congress == 110 & id == 20147 replace district = 2 if congress == 110 & id == 20123 replace district = 3 if congress == 110 & id == 20516 replace district = 4 if congress == 110 & id == 14451 replace district = 5 if congress == 110 & id == 20517 replace district = 6 if congress == 110 & id == 20124 replace district = 7 if congress == 110 & id == 29735 replace district = 8 if congress == 110 & id == 29736 replace district = 9 if congress == 110 & id == 29737 replace district = 1 if congress == 110 & id == 20125 replace district = 1 if congress == 110 & id == 20518 replace district = 2 if congress == 110 & id == 29921 replace district = 3 if congress == 110 & id == 20729 replace district = 1 if congress == 110 & id == 29922 replace district = 2 if congress == 110 & id == 20730 replace district = 3 if congress == 110 & id == 20334 replace district = 1 if congress == 110 & id == 20731 replace district = 2 if congress == 110 & id == 20732 replace district = 1 if congress == 110 & id == 29132 replace district = 2 if congress == 110 & id == 29539 replace district = 3 if congress == 110 & id == 15112 replace district = 4 if congress == 110 & id == 14863 replace district = 5 if congress == 110 & id == 20336 replace district = 6 if congress == 110 & id == 15454 replace district = 7 if congress == 110 & id == 20127 replace district = 8 if congress == 110 & id == 29741 replace district = 9 if congress == 110 & id == 29742 replace district = 10 if congress == 110 & id == 15619 replace district = 11 if congress == 110 & id == 29541 replace district = 12 if congress == 110 & id == 29923 replace district = 13 if congress == 110 & id == 20542 replace district = 1 if congress == 110 & id == 29779 replace district = 2 if congress == 110 & id == 20337 replace district = 3 if congress == 110 & id == 29924 replace district = 1 if congress == 110 & id == 20338 replace district = 2 if congress == 110 & id == 20129 replace district = 3 if congress == 110 & id == 29375 replace district = 4 if congress == 110 & id == 29744 replace district = 5 if congress == 110 & id == 15000 replace district = 6 if congress == 110 & id == 29776 replace district = 7 if congress == 110 & id == 29925 replace district = 8 if congress == 110 & id == 29377 replace district = 9 if congress == 110 & id == 29926 replace district = 10 if congress == 110 & id == 15072 replace district = 11 if congress == 110 & id == 20733 replace district = 12 if congress == 110 & id == 29378 replace district = 13 if congress == 110 & id == 29773 replace district = 14 if congress == 110 & id == 29379 replace district = 15 if congress == 110 & id == 13035 replace district = 16 if congress == 110 & id == 29134 replace district = 17 if congress == 110 & id == 15603 replace district = 18 if congress == 110 & id == 15612 replace district = 19 if congress == 110 & id == 20734 replace district = 20 if congress == 110 & id == 20735 replace district = 21 if congress == 110 & id == 15614 replace district = 22 if congress == 110 & id == 29380 replace district = 23 if congress == 110 & id == 39316 replace district = 24 if congress == 110 & id == 20736 replace district = 25 if congress == 110 & id == 15630 replace district = 26 if congress == 110 & id == 29928 replace district = 27 if congress == 110 & id == 20519 replace district = 28 if congress == 110 & id == 15444 replace district = 29 if congress == 110 & id == 20520 replace district = 1 if congress == 110 & id == 20340 replace district = 2 if congress == 110 & id == 29745 replace district = 3 if congress == 110 & id == 29546 replace district = 4 if congress == 110 & id == 15438 replace district = 5 if congress == 110 & id == 20521 replace district = 6 if congress == 110 & id == 15092 replace district = 7 if congress == 110 & id == 29746 replace district = 8 if congress == 110 & id == 29929 replace district = 9 if congress == 110 & id == 29549 replace district = 10 if congress == 110 & id == 20522 replace district = 11 if congress == 110 & id == 20737 replace district = 12 if congress == 110 & id == 29383 replace district = 13 if congress == 110 & id == 20341 replace district = 1 if congress == 110 & id == 29384 replace district = 1 if congress == 110 & id == 29550 replace district = 2 if congress == 110 & id == 20540 replace district = 3 if congress == 110 & id == 20342 replace district = 4 if congress == 110 & id == 20738 replace district = 5 if congress == 110 & id == 15604 replace district = 5 if congress == 110 & id == 20755 replace district = 6 if congress == 110 & id == 20739 replace district = 7 if congress == 110 & id == 29136 replace district = 8 if congress == 110 & id == 29137 replace district = 9 if congress == 110 & id == 15029 replace district = 10 if congress == 110 & id == 29748 replace district = 11 if congress == 110 & id == 29930 replace district = 12 if congress == 110 & id == 20130 replace district = 13 if congress == 110 & id == 20740 replace district = 14 if congress == 110 & id == 29553 replace district = 15 if congress == 110 & id == 29390 replace district = 16 if congress == 110 & id == 14045 replace district = 17 if congress == 110 & id == 20343 replace district = 18 if congress == 110 & id == 20741 replace district = 1 if congress == 110 & id == 20131 replace district = 2 if congress == 110 & id == 20523 replace district = 3 if congress == 110 & id == 29393 replace district = 4 if congress == 110 & id == 20344 replace district = 5 if congress == 110 & id == 20742 replace district = 1 if congress == 110 & id == 29931 replace district = 2 if congress == 110 & id == 29932 replace district = 3 if congress == 110 & id == 29588 replace district = 4 if congress == 110 & id == 15410 replace district = 5 if congress == 110 & id == 29750 replace district = 1 if congress == 110 & id == 29777 replace district = 2 if congress == 110 & id == 29559 replace district = 3 if congress == 110 & id == 29563 replace district = 4 if congress == 110 & id == 20743 replace district = 5 if congress == 110 & id == 29751 replace district = 6 if congress == 110 & id == 20345 replace district = 7 if congress == 110 & id == 20744 replace district = 8 if congress == 110 & id == 20745 replace district = 9 if congress == 110 & id == 20134 replace district = 10 if congress == 110 & id == 20746 replace district = 11 if congress == 110 & id == 15104 replace district = 12 if congress == 110 & id == 14072 replace district = 13 if congress == 110 & id == 20525 replace district = 14 if congress == 110 & id == 29561 replace district = 15 if congress == 110 & id == 20526 replace district = 16 if congress == 110 & id == 29752 replace district = 17 if congress == 110 & id == 29396 replace district = 18 if congress == 110 & id == 20346 replace district = 19 if congress == 110 & id == 20135 replace district = 1 if congress == 110 & id == 29564 replace district = 2 if congress == 110 & id == 20136 replace district = 1 if congress == 110 & id == 20137 replace district = 2 if congress == 110 & id == 20138 replace district = 3 if congress == 110 & id == 20347 replace district = 4 if congress == 110 & id == 39300 replace district = 5 if congress == 110 & id == 15064 replace district = 6 if congress == 110 & id == 39301 replace district = 1 if congress == 110 & id == 20349 replace district = 1 if congress == 110 & id == 20747 replace district = 2 if congress == 110 & id == 15455 replace district = 3 if congress == 110 & id == 29567 replace district = 4 if congress == 110 & id == 20350 replace district = 5 if congress == 110 & id == 15019 replace district = 6 if congress == 110 & id == 15100 replace district = 7 if congress == 110 & id == 20351 replace district = 8 if congress == 110 & id == 15628 replace district = 9 if congress == 110 & id == 20748 replace district = 1 if congress == 110 & id == 20527 replace district = 2 if congress == 110 & id == 20528 replace district = 3 if congress == 110 & id == 29143 replace district = 4 if congress == 110 & id == 94828 replace district = 5 if congress == 110 & id == 20352 replace district = 6 if congress == 110 & id == 15085 replace district = 7 if congress == 110 & id == 20139 replace district = 8 if congress == 110 & id == 29760 replace district = 9 if congress == 110 & id == 20529 replace district = 10 if congress == 110 & id == 20530 replace district = 11 if congress == 110 & id == 20531 replace district = 12 if congress == 110 & id == 29762 replace district = 13 if congress == 110 & id == 29572 replace district = 14 if congress == 110 & id == 14290 replace district = 15 if congress == 110 & id == 29763 replace district = 16 if congress == 110 & id == 29764 replace district = 17 if congress == 110 & id == 29144 replace district = 18 if congress == 110 & id == 29573 replace district = 19 if congress == 110 & id == 20353 replace district = 20 if congress == 110 & id == 29943 replace district = 21 if congress == 110 & id == 15445 replace district = 22 if congress == 110 & id == 29761 replace district = 23 if congress == 110 & id == 29771 replace district = 24 if congress == 110 & id == 20532 replace district = 25 if congress == 110 & id == 29571 replace district = 26 if congress == 110 & id == 20355 replace district = 27 if congress == 110 & id == 15049 replace district = 28 if congress == 110 & id == 20533 replace district = 29 if congress == 110 & id == 39304 replace district = 30 if congress == 110 & id == 39305 replace district = 31 if congress == 110 & id == 20356 replace district = 32 if congress == 110 & id == 29759 replace district = 1 if congress == 110 & id == 20357 replace district = 2 if congress == 110 & id == 20140 replace district = 3 if congress == 110 & id == 29766 replace district = 1 if congress == 110 & id == 20750 replace district = 1 if congress == 110 & id == 20141 replace district = 1 if congress == 110 & id == 20756 replace district = 2 if congress == 110 & id == 20534 replace district = 3 if congress == 110 & id == 39307 replace district = 4 if congress == 110 & id == 20143 replace district = 5 if congress == 110 & id == 89767 replace district = 6 if congress == 110 & id == 39308 replace district = 7 if congress == 110 & id == 20144 replace district = 8 if congress == 110 & id == 29149 replace district = 9 if congress == 110 & id == 15010 replace district = 10 if congress == 110 & id == 14869 replace district = 11 if congress == 110 & id == 29576 replace district = 1 if congress == 110 & id == 29937 replace district = 2 if congress == 110 & id == 20145 replace district = 3 if congress == 110 & id == 29938 replace district = 4 if congress == 110 & id == 29580 replace district = 5 if congress == 110 & id == 20535 replace district = 6 if congress == 110 & id == 14413 replace district = 7 if congress == 110 & id == 15613 replace district = 8 if congress == 110 & id == 20536 replace district = 9 if congress == 110 & id == 29768 replace district = 1 if congress == 110 & id == 15083 replace district = 2 if congress == 110 & id == 20146 replace district = 3 if congress == 110 & id == 14448 replace district = 1 if congress == 110 & id == 29939 replace district = 2 if congress == 110 & id == 29940 replace district = 3 if congress == 110 & id == 29769 replace district = 4 if congress == 110 & id == 20537 replace district = 5 if congress == 110 & id == 14657 replace district = 6 if congress == 110 & id == 14675 replace district = 7 if congress == 110 & id == 12036 replace district = 8 if congress == 110 & id == 20751 replace district = 1 if congress == 110 & id == 29584 replace district = 0 if congress == 111 & id == 99911 replace district = 1 if congress == 111 & id == 20300 replace district = 2 if congress == 111 & id == 20900 replace district = 3 if congress == 111 & id == 20301 replace district = 4 if congress == 111 & id == 29701 replace district = 5 if congress == 111 & id == 20901 replace district = 5 if congress == 111 & id == 90901 replace district = 6 if congress == 111 & id == 29301 replace district = 7 if congress == 111 & id == 20302 replace district = 1 if congress == 111 & id == 14066 replace district = 1 if congress == 111 & id == 20902 replace district = 2 if congress == 111 & id == 20304 replace district = 3 if congress == 111 & id == 29501 replace district = 4 if congress == 111 & id == 29101 replace district = 5 if congress == 111 & id == 20700 replace district = 6 if congress == 111 & id == 20100 replace district = 7 if congress == 111 & id == 20305 replace district = 8 if congress == 111 & id == 20701 replace district = 1 if congress == 111 & id == 29702 replace district = 2 if congress == 111 & id == 29703 replace district = 3 if congress == 111 & id == 20101 replace district = 4 if congress == 111 & id == 20102 replace district = 1 if congress == 111 & id == 29901 replace district = 2 if congress == 111 & id == 15420 replace district = 3 if congress == 111 & id == 14647 replace district = 4 if congress == 111 & id == 20903 replace district = 5 if congress == 111 & id == 20538 replace district = 6 if congress == 111 & id == 29309 replace district = 7 if congress == 111 & id == 14256 replace district = 8 if congress == 111 & id == 15448 replace district = 9 if congress == 111 & id == 29778 replace district = 10 if congress == 111 & id == 29705 replace district = 10 if congress == 111 & id == 20958 replace district = 11 if congress == 111 & id == 20702 replace district = 12 if congress == 111 & id == 20762 replace district = 13 if congress == 111 & id == 14053 replace district = 14 if congress == 111 & id == 29312 replace district = 15 if congress == 111 & id == 20103 replace district = 16 if congress == 111 & id == 29504 replace district = 17 if congress == 111 & id == 29313 replace district = 18 if congress == 111 & id == 20306 replace district = 19 if congress == 111 & id == 29505 replace district = 20 if congress == 111 & id == 20501 replace district = 21 if congress == 111 & id == 20307 replace district = 22 if congress == 111 & id == 20703 replace district = 23 if congress == 111 & id == 29774 replace district = 24 if congress == 111 & id == 15413 replace district = 25 if congress == 111 & id == 29315 replace district = 26 if congress == 111 & id == 14813 replace district = 27 if congress == 111 & id == 29707 replace district = 28 if congress == 111 & id == 15005 replace district = 29 if congress == 111 & id == 20104 replace district = 30 if congress == 111 & id == 14280 replace district = 31 if congress == 111 & id == 29316 replace district = 32 if congress == 111 & id == 20105 replace district = 32 if congress == 111 & id == 20955 replace district = 33 if congress == 111 & id == 20106 replace district = 34 if congress == 111 & id == 29317 replace district = 35 if congress == 111 & id == 29106 replace district = 36 if congress == 111 & id == 29318 replace district = 37 if congress == 111 & id == 20752 replace district = 38 if congress == 111 & id == 29903 replace district = 39 if congress == 111 & id == 20310 replace district = 40 if congress == 111 & id == 29321 replace district = 41 if congress == 111 & id == 14644 replace district = 42 if congress == 111 & id == 29905 replace district = 43 if congress == 111 & id == 29942 replace district = 44 if congress == 111 & id == 29323 replace district = 45 if congress == 111 & id == 29775 replace district = 46 if congress == 111 & id == 15621 replace district = 47 if congress == 111 & id == 29709 replace district = 48 if congress == 111 & id == 20539 replace district = 49 if congress == 111 & id == 20107 replace district = 50 if congress == 111 & id == 29508 replace district = 51 if congress == 111 & id == 29325 replace district = 52 if congress == 111 & id == 20963 replace district = 53 if congress == 111 & id == 20108 replace district = 1 if congress == 111 & id == 29710 replace district = 2 if congress == 111 & id == 20904 replace district = 3 if congress == 111 & id == 20502 replace district = 4 if congress == 111 & id == 20905 replace district = 5 if congress == 111 & id == 20704 replace district = 6 if congress == 111 & id == 20906 replace district = 7 if congress == 111 & id == 20705 replace district = 1 if congress == 111 & id == 29908 replace district = 2 if congress == 111 & id == 20706 replace district = 3 if congress == 111 & id == 29109 replace district = 4 if congress == 111 & id == 20907 replace district = 5 if congress == 111 & id == 20707 replace district = 1 if congress == 111 & id == 29327 replace district = 1 if congress == 111 & id == 20110 replace district = 2 if congress == 111 & id == 29713 replace district = 3 if congress == 111 & id == 29328 replace district = 4 if congress == 111 & id == 20111 replace district = 5 if congress == 111 & id == 20313 replace district = 6 if congress == 111 & id == 15627 replace district = 7 if congress == 111 & id == 29331 replace district = 8 if congress == 111 & id == 20908 replace district = 9 if congress == 111 & id == 20758 replace district = 10 if congress == 111 & id == 13047 replace district = 11 if congress == 111 & id == 20708 replace district = 12 if congress == 111 & id == 20113 replace district = 13 if congress == 111 & id == 20709 replace district = 14 if congress == 111 & id == 20503 replace district = 15 if congress == 111 & id == 20909 replace district = 16 if congress == 111 & id == 20910 replace district = 17 if congress == 111 & id == 20358 replace district = 18 if congress == 111 & id == 15634 replace district = 19 if congress == 111 & id == 29715 replace district = 19 if congress == 111 & id == 20959 replace district = 20 if congress == 111 & id == 20504 replace district = 21 if congress == 111 & id == 29336 replace district = 22 if congress == 111 & id == 20711 replace district = 23 if congress == 111 & id == 29337 replace district = 24 if congress == 111 & id == 20911 replace district = 25 if congress == 111 & id == 20316 replace district = 1 if congress == 111 & id == 29338 replace district = 2 if congress == 111 & id == 29339 replace district = 3 if congress == 111 & id == 20506 replace district = 4 if congress == 111 & id == 20712 replace district = 5 if congress == 111 & id == 15431 replace district = 6 if congress == 111 & id == 20505 replace district = 7 if congress == 111 & id == 29341 replace district = 8 if congress == 111 & id == 20317 replace district = 9 if congress == 111 & id == 99342 replace district = 9 if congress == 111 & id == 20962 replace district = 10 if congress == 111 & id == 20753 replace district = 11 if congress == 111 & id == 20319 replace district = 12 if congress == 111 & id == 20507 replace district = 13 if congress == 111 & id == 20321 replace district = 1 if congress == 111 & id == 15245 replace district = 1 if congress == 111 & id == 20961 replace district = 2 if congress == 111 & id == 20713 replace district = 1 if congress == 111 & id == 20912 replace district = 2 if congress == 111 & id == 29910 replace district = 1 if congress == 111 & id == 29346 replace district = 2 if congress == 111 & id == 29585 replace district = 3 if congress == 111 & id == 20508 replace district = 4 if congress == 111 & id == 29348 replace district = 5 if congress == 111 & id == 20954 replace district = 6 if congress == 111 & id == 20715 replace district = 7 if congress == 111 & id == 29717 replace district = 8 if congress == 111 & id == 20509 replace district = 9 if congress == 111 & id == 29911 replace district = 10 if congress == 111 & id == 20115 replace district = 11 if congress == 111 & id == 20913 replace district = 12 if congress == 111 & id == 15453 replace district = 13 if congress == 111 & id == 29912 replace district = 14 if congress == 111 & id == 20749 replace district = 15 if congress == 111 & id == 20116 replace district = 16 if congress == 111 & id == 29349 replace district = 17 if congress == 111 & id == 20716 replace district = 18 if congress == 111 & id == 20914 replace district = 19 if congress == 111 & id == 29718 replace district = 1 if congress == 111 & id == 15124 replace district = 2 if congress == 111 & id == 20717 replace district = 3 if congress == 111 & id == 29519 replace district = 3 if congress == 111 & id == 21100 replace district = 4 if congress == 111 & id == 29350 replace district = 5 if congress == 111 & id == 15014 replace district = 6 if congress == 111 & id == 20117 replace district = 7 if congress == 111 & id == 20757 replace district = 8 if congress == 111 & id == 20718 replace district = 9 if congress == 111 & id == 29914 replace district = 1 if congress == 111 & id == 20719 replace district = 2 if congress == 111 & id == 20720 replace district = 3 if congress == 111 & id == 29721 replace district = 4 if congress == 111 & id == 29522 replace district = 5 if congress == 111 & id == 20325 replace district = 1 if congress == 111 & id == 29722 replace district = 2 if congress == 111 & id == 20915 replace district = 3 if congress == 111 & id == 29915 replace district = 4 if congress == 111 & id == 29524 replace district = 1 if congress == 111 & id == 29525 replace district = 2 if congress == 111 & id == 20916 replace district = 3 if congress == 111 & id == 20723 replace district = 4 if congress == 111 & id == 20511 replace district = 5 if congress == 111 & id == 14854 replace district = 6 if congress == 111 & id == 20326 replace district = 1 if congress == 111 & id == 20759 replace district = 2 if congress == 111 & id == 20917 replace district = 3 if congress == 111 & id == 20513 replace district = 4 if congress == 111 & id == 20918 replace district = 5 if congress == 111 & id == 90327 replace district = 6 if congress == 111 & id == 20919 replace district = 7 if congress == 111 & id == 20514 replace district = 1 if congress == 111 & id == 20920 replace district = 2 if congress == 111 & id == 20328 replace district = 1 if congress == 111 & id == 20921 replace district = 2 if congress == 111 & id == 20329 replace district = 3 if congress == 111 & id == 20724 replace district = 4 if congress == 111 & id == 20763 replace district = 5 if congress == 111 & id == 14873 replace district = 6 if congress == 111 & id == 29356 replace district = 7 if congress == 111 & id == 29587 replace district = 8 if congress == 111 & id == 20330 replace district = 1 if congress == 111 & id == 29123 replace district = 2 if congress == 111 & id == 15616 replace district = 3 if congress == 111 & id == 29729 replace district = 4 if congress == 111 & id == 14824 replace district = 5 if congress == 111 & id == 20754 replace district = 6 if congress == 111 & id == 29730 replace district = 7 if congress == 111 & id == 14435 replace district = 8 if congress == 111 & id == 29919 replace district = 9 if congress == 111 & id == 20119 replace district = 10 if congress == 111 & id == 29731 replace district = 1 if congress == 111 & id == 29360 replace district = 2 if congress == 111 & id == 29361 replace district = 3 if congress == 111 & id == 29362 replace district = 4 if congress == 111 & id == 29124 replace district = 5 if congress == 111 & id == 14430 replace district = 6 if congress == 111 & id == 15446 replace district = 7 if congress == 111 & id == 20922 replace district = 8 if congress == 111 & id == 20120 replace district = 9 if congress == 111 & id == 20923 replace district = 10 if congress == 111 & id == 20331 replace district = 11 if congress == 111 & id == 20332 replace district = 12 if congress == 111 & id == 15033 replace district = 13 if congress == 111 & id == 29733 replace district = 14 if congress == 111 & id == 10713 replace district = 15 if congress == 111 & id == 2605 replace district = 1 if congress == 111 & id == 20726 replace district = 2 if congress == 111 & id == 20333 replace district = 3 if congress == 111 & id == 20924 replace district = 4 if congress == 111 & id == 20122 replace district = 5 if congress == 111 & id == 20727 replace district = 6 if congress == 111 & id == 20728 replace district = 7 if congress == 111 & id == 29127 replace district = 8 if congress == 111 & id == 14265 replace district = 1 if congress == 111 & id == 20761 replace district = 2 if congress == 111 & id == 29368 replace district = 3 if congress == 111 & id == 20925 replace district = 4 if congress == 111 & id == 15637 replace district = 1 if congress == 111 & id == 20147 replace district = 2 if congress == 111 & id == 20123 replace district = 3 if congress == 111 & id == 20516 replace district = 4 if congress == 111 & id == 14451 replace district = 5 if congress == 111 & id == 20517 replace district = 6 if congress == 111 & id == 20124 replace district = 7 if congress == 111 & id == 29735 replace district = 8 if congress == 111 & id == 29736 replace district = 9 if congress == 111 & id == 20926 replace district = 1 if congress == 111 & id == 20125 replace district = 1 if congress == 111 & id == 20518 replace district = 2 if congress == 111 & id == 29921 replace district = 3 if congress == 111 & id == 20729 replace district = 1 if congress == 111 & id == 29922 replace district = 2 if congress == 111 & id == 20730 replace district = 3 if congress == 111 & id == 20927 replace district = 1 if congress == 111 & id == 20731 replace district = 2 if congress == 111 & id == 20732 replace district = 1 if congress == 111 & id == 29132 replace district = 2 if congress == 111 & id == 29539 replace district = 3 if congress == 111 & id == 20928 replace district = 4 if congress == 111 & id == 14863 replace district = 5 if congress == 111 & id == 20336 replace district = 6 if congress == 111 & id == 15454 replace district = 7 if congress == 111 & id == 20929 replace district = 8 if congress == 111 & id == 29741 replace district = 9 if congress == 111 & id == 29742 replace district = 10 if congress == 111 & id == 15619 replace district = 11 if congress == 111 & id == 29541 replace district = 12 if congress == 111 & id == 29923 replace district = 13 if congress == 111 & id == 20542 replace district = 1 if congress == 111 & id == 20930 replace district = 2 if congress == 111 & id == 20931 replace district = 3 if congress == 111 & id == 20932 replace district = 1 if congress == 111 & id == 20338 replace district = 2 if congress == 111 & id == 20129 replace district = 3 if congress == 111 & id == 29375 replace district = 4 if congress == 111 & id == 29744 replace district = 5 if congress == 111 & id == 15000 replace district = 6 if congress == 111 & id == 29776 replace district = 7 if congress == 111 & id == 29925 replace district = 8 if congress == 111 & id == 29377 replace district = 9 if congress == 111 & id == 29926 replace district = 10 if congress == 111 & id == 15072 replace district = 11 if congress == 111 & id == 20733 replace district = 12 if congress == 111 & id == 29378 replace district = 13 if congress == 111 & id == 20933 replace district = 14 if congress == 111 & id == 29379 replace district = 15 if congress == 111 & id == 13035 replace district = 16 if congress == 111 & id == 29134 replace district = 17 if congress == 111 & id == 15603 replace district = 18 if congress == 111 & id == 15612 replace district = 19 if congress == 111 & id == 20734 replace district = 20 if congress == 111 & id == 20735 replace district = 20 if congress == 111 & id == 20956 replace district = 21 if congress == 111 & id == 20934 replace district = 22 if congress == 111 & id == 29380 replace district = 23 if congress == 111 & id == 39316 replace district = 23 if congress == 111 & id == 20957 replace district = 24 if congress == 111 & id == 20736 replace district = 25 if congress == 111 & id == 20935 replace district = 26 if congress == 111 & id == 20936 replace district = 27 if congress == 111 & id == 20519 replace district = 28 if congress == 111 & id == 15444 replace district = 29 if congress == 111 & id == 20937 replace district = 29 if congress == 111 & id == 21101 replace district = 1 if congress == 111 & id == 20340 replace district = 2 if congress == 111 & id == 29745 replace district = 3 if congress == 111 & id == 29546 replace district = 4 if congress == 111 & id == 15438 replace district = 5 if congress == 111 & id == 20521 replace district = 6 if congress == 111 & id == 15092 replace district = 7 if congress == 111 & id == 29746 replace district = 8 if congress == 111 & id == 20938 replace district = 9 if congress == 111 & id == 29549 replace district = 10 if congress == 111 & id == 20522 replace district = 11 if congress == 111 & id == 20737 replace district = 12 if congress == 111 & id == 29383 replace district = 13 if congress == 111 & id == 20341 replace district = 1 if congress == 111 & id == 29384 replace district = 1 if congress == 111 & id == 20939 replace district = 2 if congress == 111 & id == 20540 replace district = 3 if congress == 111 & id == 20342 replace district = 4 if congress == 111 & id == 20738 replace district = 5 if congress == 111 & id == 20755 replace district = 6 if congress == 111 & id == 20739 replace district = 7 if congress == 111 & id == 20940 replace district = 8 if congress == 111 & id == 29137 replace district = 9 if congress == 111 & id == 15029 replace district = 10 if congress == 111 & id == 29748 replace district = 11 if congress == 111 & id == 20941 replace district = 12 if congress == 111 & id == 20130 replace district = 13 if congress == 111 & id == 20740 replace district = 14 if congress == 111 & id == 29553 replace district = 15 if congress == 111 & id == 20942 replace district = 16 if congress == 111 & id == 20943 replace district = 17 if congress == 111 & id == 20343 replace district = 18 if congress == 111 & id == 20741 replace district = 1 if congress == 111 & id == 20131 replace district = 2 if congress == 111 & id == 20523 replace district = 3 if congress == 111 & id == 29393 replace district = 4 if congress == 111 & id == 20344 replace district = 5 if congress == 111 & id == 20742 replace district = 1 if congress == 111 & id == 29931 replace district = 2 if congress == 111 & id == 29932 replace district = 3 if congress == 111 & id == 29588 replace district = 4 if congress == 111 & id == 15410 replace district = 5 if congress == 111 & id == 20944 replace district = 1 if congress == 111 & id == 29777 replace district = 2 if congress == 111 & id == 29559 replace district = 3 if congress == 111 & id == 20945 replace district = 4 if congress == 111 & id == 20743 replace district = 5 if congress == 111 & id == 20946 replace district = 6 if congress == 111 & id == 20345 replace district = 7 if congress == 111 & id == 20744 replace district = 8 if congress == 111 & id == 20745 replace district = 9 if congress == 111 & id == 20134 replace district = 10 if congress == 111 & id == 20746 replace district = 11 if congress == 111 & id == 15104 replace district = 12 if congress == 111 & id == 14072 replace district = 12 if congress == 111 & id == 20960 replace district = 13 if congress == 111 & id == 20525 replace district = 14 if congress == 111 & id == 29561 replace district = 15 if congress == 111 & id == 20526 replace district = 16 if congress == 111 & id == 29752 replace district = 17 if congress == 111 & id == 29396 replace district = 18 if congress == 111 & id == 20346 replace district = 19 if congress == 111 & id == 20135 replace district = 1 if congress == 111 & id == 29564 replace district = 2 if congress == 111 & id == 20136 replace district = 1 if congress == 111 & id == 20137 replace district = 2 if congress == 111 & id == 20138 replace district = 3 if congress == 111 & id == 20347 replace district = 4 if congress == 111 & id == 39300 replace district = 5 if congress == 111 & id == 15064 replace district = 6 if congress == 111 & id == 39301 replace district = 1 if congress == 111 & id == 20349 replace district = 1 if congress == 111 & id == 20947 replace district = 2 if congress == 111 & id == 15455 replace district = 3 if congress == 111 & id == 29567 replace district = 4 if congress == 111 & id == 20350 replace district = 5 if congress == 111 & id == 15019 replace district = 6 if congress == 111 & id == 15100 replace district = 7 if congress == 111 & id == 20351 replace district = 8 if congress == 111 & id == 15628 replace district = 9 if congress == 111 & id == 20748 replace district = 1 if congress == 111 & id == 20527 replace district = 2 if congress == 111 & id == 20528 replace district = 3 if congress == 111 & id == 29143 replace district = 4 if congress == 111 & id == 94828 replace district = 5 if congress == 111 & id == 20352 replace district = 6 if congress == 111 & id == 15085 replace district = 7 if congress == 111 & id == 20139 replace district = 8 if congress == 111 & id == 29760 replace district = 9 if congress == 111 & id == 20529 replace district = 10 if congress == 111 & id == 20530 replace district = 11 if congress == 111 & id == 20531 replace district = 12 if congress == 111 & id == 29762 replace district = 13 if congress == 111 & id == 29572 replace district = 14 if congress == 111 & id == 14290 replace district = 15 if congress == 111 & id == 29763 replace district = 16 if congress == 111 & id == 29764 replace district = 17 if congress == 111 & id == 29144 replace district = 18 if congress == 111 & id == 29573 replace district = 19 if congress == 111 & id == 20353 replace district = 20 if congress == 111 & id == 29943 replace district = 21 if congress == 111 & id == 15445 replace district = 22 if congress == 111 & id == 20948 replace district = 23 if congress == 111 & id == 29771 replace district = 24 if congress == 111 & id == 20532 replace district = 25 if congress == 111 & id == 29571 replace district = 26 if congress == 111 & id == 20355 replace district = 27 if congress == 111 & id == 15049 replace district = 28 if congress == 111 & id == 20533 replace district = 29 if congress == 111 & id == 39304 replace district = 30 if congress == 111 & id == 39305 replace district = 31 if congress == 111 & id == 20356 replace district = 32 if congress == 111 & id == 29759 replace district = 1 if congress == 111 & id == 20357 replace district = 2 if congress == 111 & id == 20140 replace district = 3 if congress == 111 & id == 20949 replace district = 1 if congress == 111 & id == 20750 replace district = 1 if congress == 111 & id == 20756 replace district = 2 if congress == 111 & id == 20950 replace district = 3 if congress == 111 & id == 39307 replace district = 4 if congress == 111 & id == 20143 replace district = 5 if congress == 111 & id == 20951 replace district = 6 if congress == 111 & id == 39308 replace district = 7 if congress == 111 & id == 20144 replace district = 8 if congress == 111 & id == 29149 replace district = 9 if congress == 111 & id == 15010 replace district = 10 if congress == 111 & id == 14869 replace district = 11 if congress == 111 & id == 20952 replace district = 1 if congress == 111 & id == 29937 replace district = 2 if congress == 111 & id == 20145 replace district = 3 if congress == 111 & id == 29938 replace district = 4 if congress == 111 & id == 29580 replace district = 5 if congress == 111 & id == 20535 replace district = 6 if congress == 111 & id == 14413 replace district = 7 if congress == 111 & id == 15613 replace district = 8 if congress == 111 & id == 20536 replace district = 9 if congress == 111 & id == 29768 replace district = 1 if congress == 111 & id == 15083 replace district = 2 if congress == 111 & id == 20146 replace district = 3 if congress == 111 & id == 14448 replace district = 1 if congress == 111 & id == 29939 replace district = 2 if congress == 111 & id == 29940 replace district = 3 if congress == 111 & id == 29769 replace district = 4 if congress == 111 & id == 20537 replace district = 5 if congress == 111 & id == 14657 replace district = 6 if congress == 111 & id == 14675 replace district = 7 if congress == 111 & id == 12036 replace district = 8 if congress == 111 & id == 20751 replace district = 1 if congress == 111 & id == 20953 replace district = 0 if congress == 112 & id == 99911 replace district = 1 if congress == 112 & id == 20300 replace district = 2 if congress == 112 & id == 21192 replace district = 3 if congress == 112 & id == 20301 replace district = 4 if congress == 112 & id == 29701 replace district = 5 if congress == 112 & id == 21193 replace district = 6 if congress == 112 & id == 29301 replace district = 7 if congress == 112 & id == 21102 replace district = 1 if congress == 112 & id == 14066 replace district = 1 if congress == 112 & id == 21103 replace district = 2 if congress == 112 & id == 20304 replace district = 3 if congress == 112 & id == 21104 replace district = 4 if congress == 112 & id == 29101 replace district = 5 if congress == 112 & id == 21105 replace district = 6 if congress == 112 & id == 20100 replace district = 7 if congress == 112 & id == 20305 replace district = 8 if congress == 112 & id == 20701 replace district = 8 if congress == 112 & id == 21199 replace district = 1 if congress == 112 & id == 21106 replace district = 2 if congress == 112 & id == 21107 replace district = 3 if congress == 112 & id == 21108 replace district = 4 if congress == 112 & id == 20102 replace district = 1 if congress == 112 & id == 29901 replace district = 2 if congress == 112 & id == 15420 replace district = 3 if congress == 112 & id == 14647 replace district = 4 if congress == 112 & id == 20903 replace district = 5 if congress == 112 & id == 20538 replace district = 6 if congress == 112 & id == 29309 replace district = 7 if congress == 112 & id == 14256 replace district = 8 if congress == 112 & id == 15448 replace district = 9 if congress == 112 & id == 29778 replace district = 10 if congress == 112 & id == 20958 replace district = 11 if congress == 112 & id == 20702 replace district = 12 if congress == 112 & id == 20762 replace district = 13 if congress == 112 & id == 14053 replace district = 14 if congress == 112 & id == 29312 replace district = 15 if congress == 112 & id == 20103 replace district = 16 if congress == 112 & id == 29504 replace district = 17 if congress == 112 & id == 29313 replace district = 18 if congress == 112 & id == 20306 replace district = 19 if congress == 112 & id == 21109 replace district = 20 if congress == 112 & id == 20501 replace district = 21 if congress == 112 & id == 20307 replace district = 22 if congress == 112 & id == 20703 replace district = 23 if congress == 112 & id == 29774 replace district = 24 if congress == 112 & id == 15413 replace district = 25 if congress == 112 & id == 29315 replace district = 26 if congress == 112 & id == 14813 replace district = 27 if congress == 112 & id == 29707 replace district = 28 if congress == 112 & id == 15005 replace district = 29 if congress == 112 & id == 20104 replace district = 30 if congress == 112 & id == 14280 replace district = 31 if congress == 112 & id == 29316 replace district = 32 if congress == 112 & id == 20955 replace district = 33 if congress == 112 & id == 21110 replace district = 34 if congress == 112 & id == 29317 replace district = 35 if congress == 112 & id == 29106 replace district = 36 if congress == 112 & id == 29318 replace district = 36 if congress == 112 & id == 21195 replace district = 37 if congress == 112 & id == 20752 replace district = 38 if congress == 112 & id == 29903 replace district = 39 if congress == 112 & id == 20310 replace district = 40 if congress == 112 & id == 29321 replace district = 41 if congress == 112 & id == 14644 replace district = 42 if congress == 112 & id == 29905 replace district = 43 if congress == 112 & id == 29942 replace district = 44 if congress == 112 & id == 29323 replace district = 45 if congress == 112 & id == 29775 replace district = 46 if congress == 112 & id == 15621 replace district = 47 if congress == 112 & id == 29709 replace district = 48 if congress == 112 & id == 20539 replace district = 49 if congress == 112 & id == 20107 replace district = 50 if congress == 112 & id == 29508 replace district = 51 if congress == 112 & id == 29325 replace district = 52 if congress == 112 & id == 20963 replace district = 53 if congress == 112 & id == 20108 replace district = 1 if congress == 112 & id == 29710 replace district = 2 if congress == 112 & id == 20904 replace district = 3 if congress == 112 & id == 21111 replace district = 4 if congress == 112 & id == 21112 replace district = 5 if congress == 112 & id == 20704 replace district = 6 if congress == 112 & id == 20906 replace district = 7 if congress == 112 & id == 20705 replace district = 1 if congress == 112 & id == 29908 replace district = 2 if congress == 112 & id == 20706 replace district = 3 if congress == 112 & id == 29109 replace district = 4 if congress == 112 & id == 20907 replace district = 5 if congress == 112 & id == 20707 replace district = 1 if congress == 112 & id == 21113 replace district = 1 if congress == 112 & id == 20110 replace district = 2 if congress == 112 & id == 21114 replace district = 3 if congress == 112 & id == 29328 replace district = 4 if congress == 112 & id == 20111 replace district = 5 if congress == 112 & id == 21115 replace district = 6 if congress == 112 & id == 15627 replace district = 7 if congress == 112 & id == 29331 replace district = 8 if congress == 112 & id == 21116 replace district = 9 if congress == 112 & id == 20758 replace district = 10 if congress == 112 & id == 13047 replace district = 11 if congress == 112 & id == 20708 replace district = 12 if congress == 112 & id == 21117 replace district = 13 if congress == 112 & id == 20709 replace district = 14 if congress == 112 & id == 20503 replace district = 15 if congress == 112 & id == 20909 replace district = 16 if congress == 112 & id == 20910 replace district = 17 if congress == 112 & id == 21118 replace district = 18 if congress == 112 & id == 15634 replace district = 19 if congress == 112 & id == 20959 replace district = 20 if congress == 112 & id == 20504 replace district = 21 if congress == 112 & id == 20316 replace district = 22 if congress == 112 & id == 21119 replace district = 23 if congress == 112 & id == 29337 replace district = 24 if congress == 112 & id == 21120 replace district = 25 if congress == 112 & id == 21121 replace district = 1 if congress == 112 & id == 29338 replace district = 2 if congress == 112 & id == 29339 replace district = 3 if congress == 112 & id == 20506 replace district = 4 if congress == 112 & id == 20712 replace district = 5 if congress == 112 & id == 15431 replace district = 6 if congress == 112 & id == 20505 replace district = 7 if congress == 112 & id == 21122 replace district = 8 if congress == 112 & id == 21123 replace district = 9 if congress == 112 & id == 20962 replace district = 10 if congress == 112 & id == 20753 replace district = 11 if congress == 112 & id == 20319 replace district = 12 if congress == 112 & id == 20507 replace district = 13 if congress == 112 & id == 20321 replace district = 1 if congress == 112 & id == 21124 replace district = 2 if congress == 112 & id == 20713 replace district = 1 if congress == 112 & id == 21125 replace district = 2 if congress == 112 & id == 29910 replace district = 1 if congress == 112 & id == 29346 replace district = 2 if congress == 112 & id == 29585 replace district = 3 if congress == 112 & id == 20508 replace district = 4 if congress == 112 & id == 29348 replace district = 5 if congress == 112 & id == 20954 replace district = 6 if congress == 112 & id == 20715 replace district = 7 if congress == 112 & id == 29717 replace district = 8 if congress == 112 & id == 21126 replace district = 9 if congress == 112 & id == 29911 replace district = 10 if congress == 112 & id == 21127 replace district = 11 if congress == 112 & id == 21128 replace district = 12 if congress == 112 & id == 15453 replace district = 13 if congress == 112 & id == 29912 replace district = 14 if congress == 112 & id == 21129 replace district = 15 if congress == 112 & id == 20116 replace district = 16 if congress == 112 & id == 29349 replace district = 17 if congress == 112 & id == 21130 replace district = 18 if congress == 112 & id == 20914 replace district = 19 if congress == 112 & id == 29718 replace district = 1 if congress == 112 & id == 15124 replace district = 2 if congress == 112 & id == 20717 replace district = 3 if congress == 112 & id == 21100 replace district = 4 if congress == 112 & id == 21131 replace district = 5 if congress == 112 & id == 15014 replace district = 6 if congress == 112 & id == 20117 replace district = 7 if congress == 112 & id == 20757 replace district = 8 if congress == 112 & id == 21132 replace district = 9 if congress == 112 & id == 21133 replace district = 1 if congress == 112 & id == 20719 replace district = 2 if congress == 112 & id == 20720 replace district = 3 if congress == 112 & id == 29721 replace district = 4 if congress == 112 & id == 29522 replace district = 5 if congress == 112 & id == 20325 replace district = 1 if congress == 112 & id == 21134 replace district = 2 if congress == 112 & id == 20915 replace district = 3 if congress == 112 & id == 21135 replace district = 4 if congress == 112 & id == 21136 replace district = 1 if congress == 112 & id == 29525 replace district = 2 if congress == 112 & id == 20916 replace district = 3 if congress == 112 & id == 20723 replace district = 4 if congress == 112 & id == 20511 replace district = 4 if congress == 112 & id == 31102 replace district = 5 if congress == 112 & id == 14854 replace district = 6 if congress == 112 & id == 20326 replace district = 1 if congress == 112 & id == 20759 replace district = 2 if congress == 112 & id == 21137 replace district = 3 if congress == 112 & id == 21138 replace district = 4 if congress == 112 & id == 20918 replace district = 5 if congress == 112 & id == 90327 replace district = 6 if congress == 112 & id == 20919 replace district = 7 if congress == 112 & id == 20514 replace district = 1 if congress == 112 & id == 20920 replace district = 2 if congress == 112 & id == 20328 replace district = 1 if congress == 112 & id == 21139 replace district = 2 if congress == 112 & id == 20329 replace district = 3 if congress == 112 & id == 20724 replace district = 4 if congress == 112 & id == 20763 replace district = 5 if congress == 112 & id == 14873 replace district = 6 if congress == 112 & id == 29356 replace district = 7 if congress == 112 & id == 29587 replace district = 8 if congress == 112 & id == 20330 replace district = 1 if congress == 112 & id == 29123 replace district = 2 if congress == 112 & id == 15616 replace district = 3 if congress == 112 & id == 29729 replace district = 4 if congress == 112 & id == 14824 replace district = 5 if congress == 112 & id == 20754 replace district = 6 if congress == 112 & id == 29730 replace district = 7 if congress == 112 & id == 14435 replace district = 8 if congress == 112 & id == 29919 replace district = 9 if congress == 112 & id == 20119 replace district = 10 if congress == 112 & id == 21140 replace district = 1 if congress == 112 & id == 21141 replace district = 2 if congress == 112 & id == 21142 replace district = 3 if congress == 112 & id == 21143 replace district = 4 if congress == 112 & id == 29124 replace district = 5 if congress == 112 & id == 14430 replace district = 6 if congress == 112 & id == 15446 replace district = 7 if congress == 112 & id == 20725 replace district = 8 if congress == 112 & id == 20120 replace district = 9 if congress == 112 & id == 20923 replace district = 10 if congress == 112 & id == 20331 replace district = 11 if congress == 112 & id == 20332 replace district = 11 if congress == 112 & id == 31100 replace district = 12 if congress == 112 & id == 15033 replace district = 13 if congress == 112 & id == 21145 replace district = 14 if congress == 112 & id == 10713 replace district = 15 if congress == 112 & id == 2605 replace district = 1 if congress == 112 & id == 20726 replace district = 2 if congress == 112 & id == 20333 replace district = 3 if congress == 112 & id == 20924 replace district = 4 if congress == 112 & id == 20122 replace district = 5 if congress == 112 & id == 20727 replace district = 6 if congress == 112 & id == 20728 replace district = 7 if congress == 112 & id == 29127 replace district = 8 if congress == 112 & id == 21146 replace district = 1 if congress == 112 & id == 21147 replace district = 2 if congress == 112 & id == 29368 replace district = 3 if congress == 112 & id == 20925 replace district = 4 if congress == 112 & id == 21148 replace district = 1 if congress == 112 & id == 20147 replace district = 2 if congress == 112 & id == 20123 replace district = 3 if congress == 112 & id == 20516 replace district = 4 if congress == 112 & id == 21149 replace district = 5 if congress == 112 & id == 20517 replace district = 6 if congress == 112 & id == 20124 replace district = 7 if congress == 112 & id == 21150 replace district = 8 if congress == 112 & id == 29736 replace district = 9 if congress == 112 & id == 20926 replace district = 1 if congress == 112 & id == 20125 replace district = 1 if congress == 112 & id == 20518 replace district = 2 if congress == 112 & id == 29921 replace district = 3 if congress == 112 & id == 20729 replace district = 1 if congress == 112 & id == 29922 replace district = 2 if congress == 112 & id == 20730 replace district = 2 if congress == 112 & id == 21196 replace district = 3 if congress == 112 & id == 21151 replace district = 1 if congress == 112 & id == 21152 replace district = 2 if congress == 112 & id == 29538 replace district = 1 if congress == 112 & id == 29132 replace district = 2 if congress == 112 & id == 29539 replace district = 3 if congress == 112 & id == 21153 replace district = 4 if congress == 112 & id == 14863 replace district = 5 if congress == 112 & id == 20336 replace district = 6 if congress == 112 & id == 15454 replace district = 7 if congress == 112 & id == 20929 replace district = 8 if congress == 112 & id == 29741 replace district = 9 if congress == 112 & id == 29742 replace district = 10 if congress == 112 & id == 15619 replace district = 10 if congress == 112 & id == 31103 replace district = 11 if congress == 112 & id == 29541 replace district = 12 if congress == 112 & id == 29923 replace district = 13 if congress == 112 & id == 20542 replace district = 1 if congress == 112 & id == 20930 replace district = 2 if congress == 112 & id == 20337 replace district = 3 if congress == 112 & id == 20932 replace district = 1 if congress == 112 & id == 20338 replace district = 2 if congress == 112 & id == 20129 replace district = 3 if congress == 112 & id == 29375 replace district = 4 if congress == 112 & id == 29744 replace district = 5 if congress == 112 & id == 15000 replace district = 6 if congress == 112 & id == 29776 replace district = 7 if congress == 112 & id == 29925 replace district = 8 if congress == 112 & id == 29377 replace district = 9 if congress == 112 & id == 29926 replace district = 9 if congress == 112 & id == 21197 replace district = 10 if congress == 112 & id == 15072 replace district = 11 if congress == 112 & id == 20733 replace district = 12 if congress == 112 & id == 29378 replace district = 13 if congress == 112 & id == 21154 replace district = 14 if congress == 112 & id == 29379 replace district = 15 if congress == 112 & id == 13035 replace district = 16 if congress == 112 & id == 29134 replace district = 17 if congress == 112 & id == 15603 replace district = 18 if congress == 112 & id == 15612 replace district = 19 if congress == 112 & id == 21155 replace district = 20 if congress == 112 & id == 21156 replace district = 21 if congress == 112 & id == 20934 replace district = 22 if congress == 112 & id == 29380 replace district = 23 if congress == 112 & id == 20957 replace district = 24 if congress == 112 & id == 21157 replace district = 25 if congress == 112 & id == 21158 replace district = 26 if congress == 112 & id == 20936 replace district = 26 if congress == 112 & id == 21194 replace district = 27 if congress == 112 & id == 20519 replace district = 28 if congress == 112 & id == 15444 replace district = 29 if congress == 112 & id == 21101 replace district = 1 if congress == 112 & id == 20340 replace district = 2 if congress == 112 & id == 21159 replace district = 3 if congress == 112 & id == 29546 replace district = 4 if congress == 112 & id == 15438 replace district = 5 if congress == 112 & id == 20521 replace district = 6 if congress == 112 & id == 15092 replace district = 7 if congress == 112 & id == 29746 replace district = 8 if congress == 112 & id == 20938 replace district = 9 if congress == 112 & id == 29549 replace district = 10 if congress == 112 & id == 20522 replace district = 11 if congress == 112 & id == 20737 replace district = 12 if congress == 112 & id == 29383 replace district = 13 if congress == 112 & id == 20341 replace district = 1 if congress == 112 & id == 21160 replace district = 1 if congress == 112 & id == 29550 replace district = 2 if congress == 112 & id == 20540 replace district = 3 if congress == 112 & id == 20342 replace district = 4 if congress == 112 & id == 20738 replace district = 5 if congress == 112 & id == 20755 replace district = 6 if congress == 112 & id == 21162 replace district = 7 if congress == 112 & id == 20940 replace district = 8 if congress == 112 & id == 29137 replace district = 9 if congress == 112 & id == 15029 replace district = 10 if congress == 112 & id == 29748 replace district = 11 if congress == 112 & id == 20941 replace district = 12 if congress == 112 & id == 20130 replace district = 13 if congress == 112 & id == 20740 replace district = 14 if congress == 112 & id == 29553 replace district = 15 if congress == 112 & id == 21163 replace district = 16 if congress == 112 & id == 21164 replace district = 17 if congress == 112 & id == 20343 replace district = 18 if congress == 112 & id == 21165 replace district = 1 if congress == 112 & id == 20131 replace district = 2 if congress == 112 & id == 20523 replace district = 3 if congress == 112 & id == 29393 replace district = 4 if congress == 112 & id == 20344 replace district = 5 if congress == 112 & id == 21166 replace district = 1 if congress == 112 & id == 29931 replace district = 1 if congress == 112 & id == 21198 replace district = 2 if congress == 112 & id == 29932 replace district = 3 if congress == 112 & id == 29588 replace district = 4 if congress == 112 & id == 15410 replace district = 5 if congress == 112 & id == 20944 replace district = 1 if congress == 112 & id == 29777 replace district = 2 if congress == 112 & id == 29559 replace district = 3 if congress == 112 & id == 21167 replace district = 4 if congress == 112 & id == 20743 replace district = 5 if congress == 112 & id == 20946 replace district = 6 if congress == 112 & id == 20345 replace district = 7 if congress == 112 & id == 21168 replace district = 8 if congress == 112 & id == 20524 replace district = 9 if congress == 112 & id == 20134 replace district = 10 if congress == 112 & id == 21170 replace district = 11 if congress == 112 & id == 21171 replace district = 12 if congress == 112 & id == 20960 replace district = 13 if congress == 112 & id == 20525 replace district = 14 if congress == 112 & id == 29561 replace district = 15 if congress == 112 & id == 20526 replace district = 16 if congress == 112 & id == 29752 replace district = 17 if congress == 112 & id == 29396 replace district = 18 if congress == 112 & id == 20346 replace district = 19 if congress == 112 & id == 20135 replace district = 1 if congress == 112 & id == 21172 replace district = 2 if congress == 112 & id == 20136 replace district = 1 if congress == 112 & id == 21173 replace district = 2 if congress == 112 & id == 20138 replace district = 3 if congress == 112 & id == 21174 replace district = 4 if congress == 112 & id == 21175 replace district = 5 if congress == 112 & id == 21176 replace district = 6 if congress == 112 & id == 39301 replace district = 1 if congress == 112 & id == 21177 replace district = 1 if congress == 112 & id == 20947 replace district = 2 if congress == 112 & id == 15455 replace district = 3 if congress == 112 & id == 21178 replace district = 4 if congress == 112 & id == 21179 replace district = 5 if congress == 112 & id == 15019 replace district = 6 if congress == 112 & id == 21180 replace district = 7 if congress == 112 & id == 20351 replace district = 8 if congress == 112 & id == 21181 replace district = 9 if congress == 112 & id == 20748 replace district = 1 if congress == 112 & id == 20527 replace district = 2 if congress == 112 & id == 20528 replace district = 3 if congress == 112 & id == 29143 replace district = 4 if congress == 112 & id == 94828 replace district = 5 if congress == 112 & id == 20352 replace district = 6 if congress == 112 & id == 15085 replace district = 7 if congress == 112 & id == 20139 replace district = 8 if congress == 112 & id == 29760 replace district = 9 if congress == 112 & id == 20529 replace district = 10 if congress == 112 & id == 20530 replace district = 11 if congress == 112 & id == 20531 replace district = 12 if congress == 112 & id == 29762 replace district = 13 if congress == 112 & id == 29572 replace district = 14 if congress == 112 & id == 14290 replace district = 15 if congress == 112 & id == 29763 replace district = 16 if congress == 112 & id == 29764 replace district = 17 if congress == 112 & id == 21182 replace district = 18 if congress == 112 & id == 29573 replace district = 19 if congress == 112 & id == 20353 replace district = 20 if congress == 112 & id == 29943 replace district = 21 if congress == 112 & id == 15445 replace district = 22 if congress == 112 & id == 20948 replace district = 23 if congress == 112 & id == 21183 replace district = 24 if congress == 112 & id == 20532 replace district = 25 if congress == 112 & id == 29571 replace district = 26 if congress == 112 & id == 20355 replace district = 27 if congress == 112 & id == 21184 replace district = 28 if congress == 112 & id == 20533 replace district = 29 if congress == 112 & id == 39304 replace district = 30 if congress == 112 & id == 39305 replace district = 31 if congress == 112 & id == 20356 replace district = 32 if congress == 112 & id == 29759 replace district = 1 if congress == 112 & id == 20357 replace district = 2 if congress == 112 & id == 20140 replace district = 3 if congress == 112 & id == 20949 replace district = 1 if congress == 112 & id == 20750 replace district = 1 if congress == 112 & id == 20756 replace district = 2 if congress == 112 & id == 21185 replace district = 3 if congress == 112 & id == 39307 replace district = 4 if congress == 112 & id == 20143 replace district = 5 if congress == 112 & id == 21186 replace district = 6 if congress == 112 & id == 39308 replace district = 7 if congress == 112 & id == 20144 replace district = 8 if congress == 112 & id == 29149 replace district = 9 if congress == 112 & id == 21191 replace district = 10 if congress == 112 & id == 14869 replace district = 11 if congress == 112 & id == 20952 replace district = 1 if congress == 112 & id == 29937 replace district = 1 if congress == 112 & id == 31101 replace district = 2 if congress == 112 & id == 20145 replace district = 3 if congress == 112 & id == 21187 replace district = 4 if congress == 112 & id == 29580 replace district = 5 if congress == 112 & id == 20535 replace district = 6 if congress == 112 & id == 14413 replace district = 7 if congress == 112 & id == 15613 replace district = 8 if congress == 112 & id == 20536 replace district = 9 if congress == 112 & id == 29768 replace district = 1 if congress == 112 & id == 21188 replace district = 2 if congress == 112 & id == 20146 replace district = 3 if congress == 112 & id == 14448 replace district = 1 if congress == 112 & id == 29939 replace district = 2 if congress == 112 & id == 29940 replace district = 3 if congress == 112 & id == 29769 replace district = 4 if congress == 112 & id == 20537 replace district = 5 if congress == 112 & id == 14657 replace district = 6 if congress == 112 & id == 14675 replace district = 7 if congress == 112 & id == 21189 replace district = 8 if congress == 112 & id == 21190 replace district = 1 if congress == 112 & id == 20953 replace statename = "USA" if congress == 82 & id == 99900 replace statename = "ALABAMA" if congress == 82 & id == 937 replace statename = "ALABAMA" if congress == 82 & id == 3754 replace statename = "ALABAMA" if congress == 82 & id == 195 replace statename = "ALABAMA" if congress == 82 & id == 7954 replace statename = "ALABAMA" if congress == 82 & id == 7695 replace statename = "ALABAMA" if congress == 82 & id == 2468 replace statename = "ALABAMA" if congress == 82 & id == 2909 replace statename = "ALABAMA" if congress == 82 & id == 5058 replace statename = "ALABAMA" if congress == 82 & id == 520 replace statename = "ARIZONA" if congress == 82 & id == 6799 replace statename = "ARIZONA" if congress == 82 & id == 7234 replace statename = "ARKANSA" if congress == 82 & id == 3506 replace statename = "ARKANSA" if congress == 82 & id == 6532 replace statename = "ARKANSA" if congress == 82 & id == 9473 replace statename = "ARKANSA" if congress == 82 & id == 9148 replace statename = "ARKANSA" if congress == 82 & id == 4244 replace statename = "ARKANSA" if congress == 82 & id == 6958 replace statename = "ARKANSA" if congress == 82 & id == 4110 replace statename = "CALIFOR" if congress == 82 & id == 8322 replace statename = "CALIFOR" if congress == 82 & id == 2965 replace statename = "CALIFOR" if congress == 82 & id == 4976 replace statename = "CALIFOR" if congress == 82 & id == 4201 replace statename = "CALIFOR" if congress == 82 & id == 8437 replace statename = "CALIFOR" if congress == 82 & id == 6483 replace statename = "CALIFOR" if congress == 82 & id == 116 replace statename = "CALIFOR" if congress == 82 & id == 173 replace statename = "CALIFOR" if congress == 82 & id == 4751 replace statename = "CALIFOR" if congress == 82 & id == 9956 replace statename = "CALIFOR" if congress == 82 & id == 971 replace statename = "CALIFOR" if congress == 82 & id == 4437 replace statename = "CALIFOR" if congress == 82 & id == 7566 replace statename = "CALIFOR" if congress == 82 & id == 10431 replace statename = "CALIFOR" if congress == 82 & id == 6220 replace statename = "CALIFOR" if congress == 82 & id == 4846 replace statename = "CALIFOR" if congress == 82 & id == 5255 replace statename = "CALIFOR" if congress == 82 & id == 2713 replace statename = "CALIFOR" if congress == 82 & id == 4514 replace statename = "CALIFOR" if congress == 82 & id == 4450 replace statename = "CALIFOR" if congress == 82 & id == 8444 replace statename = "CALIFOR" if congress == 82 & id == 7415 replace statename = "CALIFOR" if congress == 82 & id == 6317 replace statename = "COLORAD" if congress == 82 & id == 8021 replace statename = "COLORAD" if congress == 82 & id == 4429 replace statename = "COLORAD" if congress == 82 & id == 1684 replace statename = "COLORAD" if congress == 82 & id == 275 replace statename = "CONNECT" if congress == 82 & id == 7847 replace statename = "CONNECT" if congress == 82 & id == 8346 replace statename = "CONNECT" if congress == 82 & id == 6267 replace statename = "CONNECT" if congress == 82 & id == 6664 replace statename = "CONNECT" if congress == 82 & id == 7245 replace statename = "CONNECT" if congress == 82 & id == 8170 replace statename = "DELAWAR" if congress == 82 & id == 823 replace statename = "FLORIDA" if congress == 82 & id == 6361 replace statename = "FLORIDA" if congress == 82 & id == 633 replace statename = "FLORIDA" if congress == 82 & id == 8507 replace statename = "FLORIDA" if congress == 82 & id == 5471 replace statename = "FLORIDA" if congress == 82 & id == 4354 replace statename = "FLORIDA" if congress == 82 & id == 8023 replace statename = "GEORGIA" if congress == 82 & id == 7605 replace statename = "GEORGIA" if congress == 82 & id == 2111 replace statename = "GEORGIA" if congress == 82 & id == 3286 replace statename = "GEORGIA" if congress == 82 & id == 1439 replace statename = "GEORGIA" if congress == 82 & id == 2389 replace statename = "GEORGIA" if congress == 82 & id == 9677 replace statename = "GEORGIA" if congress == 82 & id == 5459 replace statename = "GEORGIA" if congress == 82 & id == 9996 replace statename = "GEORGIA" if congress == 82 & id == 10329 replace statename = "GEORGIA" if congress == 82 & id == 1130 replace statename = "IDAHO" if congress == 82 & id == 10330 replace statename = "IDAHO" if congress == 82 & id == 1215 replace statename = "ILLINOI" if congress == 82 & id == 2433 replace statename = "ILLINOI" if congress == 82 & id == 9584 replace statename = "ILLINOI" if congress == 82 & id == 1324 replace statename = "ILLINOI" if congress == 82 & id == 6389 replace statename = "ILLINOI" if congress == 82 & id == 5326 replace statename = "ILLINOI" if congress == 82 & id == 7004 replace statename = "ILLINOI" if congress == 82 & id == 8163 replace statename = "ILLINOI" if congress == 82 & id == 3700 replace statename = "ILLINOI" if congress == 82 & id == 10421 replace statename = "ILLINOI" if congress == 82 & id == 4493 replace statename = "ILLINOI" if congress == 82 & id == 8426 replace statename = "ILLINOI" if congress == 82 & id == 5020 replace statename = "ILLINOI" if congress == 82 & id == 1722 replace statename = "ILLINOI" if congress == 82 & id == 7779 replace statename = "ILLINOI" if congress == 82 & id == 6061 replace statename = "ILLINOI" if congress == 82 & id == 121 replace statename = "ILLINOI" if congress == 82 & id == 226 replace statename = "ILLINOI" if congress == 82 & id == 9657 replace statename = "ILLINOI" if congress == 82 & id == 1702 replace statename = "ILLINOI" if congress == 82 & id == 8533 replace statename = "ILLINOI" if congress == 82 & id == 5884 replace statename = "ILLINOI" if congress == 82 & id == 8814 replace statename = "ILLINOI" if congress == 82 & id == 4911 replace statename = "ILLINOI" if congress == 82 & id == 9693 replace statename = "ILLINOI" if congress == 82 & id == 7610 replace statename = "ILLINOI" if congress == 82 & id == 731 replace statename = "INDIANA" if congress == 82 & id == 5900 replace statename = "INDIANA" if congress == 82 & id == 3963 replace statename = "INDIANA" if congress == 82 & id == 2227 replace statename = "INDIANA" if congress == 82 & id == 18 replace statename = "INDIANA" if congress == 82 & id == 550 replace statename = "INDIANA" if congress == 82 & id == 4050 replace statename = "INDIANA" if congress == 82 & id == 986 replace statename = "INDIANA" if congress == 82 & id == 2517 replace statename = "INDIANA" if congress == 82 & id == 10212 replace statename = "INDIANA" if congress == 82 & id == 4165 replace statename = "INDIANA" if congress == 82 & id == 1152 replace statename = "IOWA" if congress == 82 & id == 6039 replace statename = "IOWA" if congress == 82 & id == 9168 replace statename = "IOWA" if congress == 82 & id == 3853 replace statename = "IOWA" if congress == 82 & id == 5552 replace statename = "IOWA" if congress == 82 & id == 2256 replace statename = "IOWA" if congress == 82 & id == 2647 replace statename = "IOWA" if congress == 82 & id == 4928 replace statename = "IOWA" if congress == 82 & id == 4482 replace statename = "KANSAS" if congress == 82 & id == 1920 replace statename = "KANSAS" if congress == 82 & id == 8318 replace statename = "KANSAS" if congress == 82 & id == 3534 replace statename = "KANSAS" if congress == 82 & id == 7799 replace statename = "KANSAS" if congress == 82 & id == 4562 replace statename = "KANSAS" if congress == 82 & id == 8709 replace statename = "KENTUCK" if congress == 82 & id == 3809 replace statename = "KENTUCK" if congress == 82 & id == 10002 replace statename = "KENTUCK" if congress == 82 & id == 6745 replace statename = "KENTUCK" if congress == 82 & id == 1682 replace statename = "KENTUCK" if congress == 82 & id == 8778 replace statename = "KENTUCK" if congress == 82 & id == 9561 replace statename = "KENTUCK" if congress == 82 & id == 9882 replace statename = "KENTUCK" if congress == 82 & id == 7343 replace statename = "KENTUCK" if congress == 82 & id == 516 replace statename = "KENTUCK" if congress == 82 & id == 3649 replace statename = "LOUISIA" if congress == 82 & id == 4275 replace statename = "LOUISIA" if congress == 82 & id == 824 replace statename = "LOUISIA" if congress == 82 & id == 10201 replace statename = "LOUISIA" if congress == 82 & id == 1081 replace statename = "LOUISIA" if congress == 82 & id == 7228 replace statename = "LOUISIA" if congress == 82 & id == 6721 replace statename = "LOUISIA" if congress == 82 & id == 5476 replace statename = "LOUISIA" if congress == 82 & id == 100 replace statename = "MAINE" if congress == 82 & id == 3924 replace statename = "MAINE" if congress == 82 & id == 6863 replace statename = "MAINE" if congress == 82 & id == 3096 replace statename = "MAINE" if congress == 82 & id == 6276 replace statename = "MARYLAN" if congress == 82 & id == 6481 replace statename = "MARYLAN" if congress == 82 & id == 2531 replace statename = "MARYLAN" if congress == 82 & id == 3480 replace statename = "MARYLAN" if congress == 82 & id == 3054 replace statename = "MARYLAN" if congress == 82 & id == 8219 replace statename = "MARYLAN" if congress == 82 & id == 546 replace statename = "MASSACH" if congress == 82 & id == 4372 replace statename = "MASSACH" if congress == 82 & id == 3415 replace statename = "MASSACH" if congress == 82 & id == 7408 replace statename = "MASSACH" if congress == 82 & id == 2660 replace statename = "MASSACH" if congress == 82 & id == 8024 replace statename = "MASSACH" if congress == 82 & id == 518 replace statename = "MASSACH" if congress == 82 & id == 5447 replace statename = "MASSACH" if congress == 82 & id == 3682 replace statename = "MASSACH" if congress == 82 & id == 6922 replace statename = "MASSACH" if congress == 82 & id == 4371 replace statename = "MASSACH" if congress == 82 & id == 5180 replace statename = "MASSACH" if congress == 82 & id == 6177 replace statename = "MASSACH" if congress == 82 & id == 10095 replace statename = "MASSACH" if congress == 82 & id == 6033 replace statename = "MICHIGA" if congress == 82 & id == 5880 replace statename = "MICHIGA" if congress == 82 & id == 6399 replace statename = "MICHIGA" if congress == 82 & id == 8392 replace statename = "MICHIGA" if congress == 82 & id == 4487 replace statename = "MICHIGA" if congress == 82 & id == 3268 replace statename = "MICHIGA" if congress == 82 & id == 758 replace statename = "MICHIGA" if congress == 82 & id == 10303 replace statename = "MICHIGA" if congress == 82 & id == 2159 replace statename = "MICHIGA" if congress == 82 & id == 9338 replace statename = "MICHIGA" if congress == 82 & id == 10348 replace statename = "MICHIGA" if congress == 82 & id == 7551 replace statename = "MICHIGA" if congress == 82 & id == 639 replace statename = "MICHIGA" if congress == 82 & id == 6998 replace statename = "MICHIGA" if congress == 82 & id == 7682 replace statename = "MICHIGA" if congress == 82 & id == 2604 replace statename = "MICHIGA" if congress == 82 & id == 5617 replace statename = "MICHIGA" if congress == 82 & id == 2653 replace statename = "MINNESO" if congress == 82 & id == 188 replace statename = "MINNESO" if congress == 82 & id == 7044 replace statename = "MINNESO" if congress == 82 & id == 10092 replace statename = "MINNESO" if congress == 82 & id == 6134 replace statename = "MINNESO" if congress == 82 & id == 5083 replace statename = "MINNESO" if congress == 82 & id == 5998 replace statename = "MINNESO" if congress == 82 & id == 158 replace statename = "MINNESO" if congress == 82 & id == 789 replace statename = "MINNESO" if congress == 82 & id == 3902 replace statename = "MISSISS" if congress == 82 & id == 7731 replace statename = "MISSISS" if congress == 82 & id == 10075 replace statename = "MISSISS" if congress == 82 & id == 8616 replace statename = "MISSISS" if congress == 82 & id == 13 replace statename = "MISSISS" if congress == 82 & id == 10279 replace statename = "MISSISS" if congress == 82 & id == 1952 replace statename = "MISSISS" if congress == 82 & id == 10162 replace statename = "MISSOUR" if congress == 82 & id == 5905 replace statename = "MISSOUR" if congress == 82 & id == 6765 replace statename = "MISSOUR" if congress == 82 & id == 9927 replace statename = "MISSOUR" if congress == 82 & id == 4822 replace statename = "MISSOUR" if congress == 82 & id == 835 replace statename = "MISSOUR" if congress == 82 & id == 235 replace statename = "MISSOUR" if congress == 82 & id == 8484 replace statename = "MISSOUR" if congress == 82 & id == 1517 replace statename = "MISSOUR" if congress == 82 & id == 1479 replace statename = "MISSOUR" if congress == 82 & id == 5056 replace statename = "MISSOUR" if congress == 82 & id == 9071 replace statename = "MISSOUR" if congress == 82 & id == 377 replace statename = "MISSOUR" if congress == 82 & id == 2275 replace statename = "MISSOUR" if congress == 82 & id == 5097 replace statename = "MONTANA" if congress == 82 & id == 5967 replace statename = "MONTANA" if congress == 82 & id == 2538 replace statename = "NEBRASK" if congress == 82 & id == 2267 replace statename = "NEBRASK" if congress == 82 & id == 1218 replace statename = "NEBRASK" if congress == 82 & id == 8879 replace statename = "NEBRASK" if congress == 82 & id == 4134 replace statename = "NEBRASK" if congress == 82 & id == 6474 replace statename = "NEVADA" if congress == 82 & id == 433 replace statename = "NEW HAM" if congress == 82 & id == 6437 replace statename = "NEW HAM" if congress == 82 & id == 2087 replace statename = "NEW JER" if congress == 82 & id == 10314 replace statename = "NEW JER" if congress == 82 & id == 4031 replace statename = "NEW JER" if congress == 82 & id == 291 replace statename = "NEW JER" if congress == 82 & id == 4644 replace statename = "NEW JER" if congress == 82 & id == 2827 replace statename = "NEW JER" if congress == 82 & id == 1569 replace statename = "NEW JER" if congress == 82 & id == 10091 replace statename = "NEW JER" if congress == 82 & id == 1476 replace statename = "NEW JER" if congress == 82 & id == 9427 replace statename = "NEW JER" if congress == 82 & id == 7101 replace statename = "NEW JER" if congress == 82 & id == 8010 replace statename = "NEW JER" if congress == 82 & id == 46 replace statename = "NEW JER" if congress == 82 & id == 5109 replace statename = "NEW JER" if congress == 82 & id == 8506 replace statename = "NEW JER" if congress == 82 & id == 4142 replace statename = "NEW MEX" if congress == 82 & id == 3114 replace statename = "NEW MEX" if congress == 82 & id == 2490 replace statename = "NEW YOR" if congress == 82 & id == 3802 replace statename = "NEW YOR" if congress == 82 & id == 3946 replace statename = "NEW YOR" if congress == 82 & id == 5488 replace statename = "NEW YOR" if congress == 82 & id == 1829 replace statename = "NEW YOR" if congress == 82 & id == 7680 replace statename = "NEW YOR" if congress == 82 & id == 8075 replace statename = "NEW YOR" if congress == 82 & id == 2476 replace statename = "NEW YOR" if congress == 82 & id == 4290 replace statename = "NEW YOR" if congress == 82 & id == 205 replace statename = "NEW YOR" if congress == 82 & id == 5199 replace statename = "NEW YOR" if congress == 82 & id == 5148 replace statename = "NEW YOR" if congress == 82 & id == 4279 replace statename = "NEW YOR" if congress == 82 & id == 8049 replace statename = "NEW YOR" if congress == 82 & id == 7114 replace statename = "NEW YOR" if congress == 82 & id == 6792 replace statename = "NEW YOR" if congress == 82 & id == 1611 replace statename = "NEW YOR" if congress == 82 & id == 6809 replace statename = "NEW YOR" if congress == 82 & id == 2089 replace statename = "NEW YOR" if congress == 82 & id == 2662 replace statename = "NEW YOR" if congress == 82 & id == 5317 replace statename = "NEW YOR" if congress == 82 & id == 8050 replace statename = "NEW YOR" if congress == 82 & id == 4898 replace statename = "NEW YOR" if congress == 82 & id == 7568 replace statename = "NEW YOR" if congress == 82 & id == 3149 replace statename = "NEW YOR" if congress == 82 & id == 2646 replace statename = "NEW YOR" if congress == 82 & id == 1205 replace statename = "NEW YOR" if congress == 82 & id == 6259 replace statename = "NEW YOR" if congress == 82 & id == 3888 replace statename = "NEW YOR" if congress == 82 & id == 3446 replace statename = "NEW YOR" if congress == 82 & id == 8177 replace statename = "NEW YOR" if congress == 82 & id == 9978 replace statename = "NEW YOR" if congress == 82 & id == 5110 replace statename = "NEW YOR" if congress == 82 & id == 1369 replace statename = "NEW YOR" if congress == 82 & id == 7003 replace statename = "NEW YOR" if congress == 82 & id == 9203 replace statename = "NEW YOR" if congress == 82 & id == 5235 replace statename = "NEW YOR" if congress == 82 & id == 10191 replace statename = "NEW YOR" if congress == 82 & id == 7901 replace statename = "NEW YOR" if congress == 82 & id == 3937 replace statename = "NEW YOR" if congress == 82 & id == 9144 replace statename = "NEW YOR" if congress == 82 & id == 1931 replace statename = "NEW YOR" if congress == 82 & id == 5116 replace statename = "NEW YOR" if congress == 82 & id == 7102 replace statename = "NEW YOR" if congress == 82 & id == 6516 replace statename = "NEW YOR" if congress == 82 & id == 7687 replace statename = "NEW YOR" if congress == 82 & id == 1340 replace statename = "NEW YOR" if congress == 82 & id == 7781 replace statename = "NORTH C" if congress == 82 & id == 846 replace statename = "NORTH C" if congress == 82 & id == 5208 replace statename = "NORTH C" if congress == 82 & id == 431 replace statename = "NORTH C" if congress == 82 & id == 2032 replace statename = "NORTH C" if congress == 82 & id == 1676 replace statename = "NORTH C" if congress == 82 & id == 2791 replace statename = "NORTH C" if congress == 82 & id == 1512 replace statename = "NORTH C" if congress == 82 & id == 2448 replace statename = "NORTH C" if congress == 82 & id == 2684 replace statename = "NORTH C" if congress == 82 & id == 5035 replace statename = "NORTH C" if congress == 82 & id == 5071 replace statename = "NORTH C" if congress == 82 & id == 7774 replace statename = "NORTH D" if congress == 82 & id == 1 replace statename = "NORTH D" if congress == 82 & id == 1254 replace statename = "OHIO" if congress == 82 & id == 2948 replace statename = "OHIO" if congress == 82 & id == 4373 replace statename = "OHIO" if congress == 82 & id == 998 replace statename = "OHIO" if congress == 82 & id == 8258 replace statename = "OHIO" if congress == 82 & id == 6204 replace statename = "OHIO" if congress == 82 & id == 1839 replace statename = "OHIO" if congress == 82 & id == 7506 replace statename = "OHIO" if congress == 82 & id == 1104 replace statename = "OHIO" if congress == 82 & id == 680 replace statename = "OHIO" if congress == 82 & id == 7771 replace statename = "OHIO" if congress == 82 & id == 4917 replace statename = "OHIO" if congress == 82 & id == 1000 replace statename = "OHIO" if congress == 82 & id == 9688 replace statename = "OHIO" if congress == 82 & id == 9917 replace statename = "OHIO" if congress == 82 & id == 310 replace statename = "OHIO" if congress == 82 & id == 8341 replace statename = "OHIO" if congress == 82 & id == 891 replace statename = "OHIO" if congress == 82 & id == 6262 replace statename = "OHIO" if congress == 82 & id == 4247 replace statename = "OHIO" if congress == 82 & id == 5301 replace statename = "OHIO" if congress == 82 & id == 3092 replace statename = "OHIO" if congress == 82 & id == 2199 replace statename = "OHIO" if congress == 82 & id == 837 replace statename = "OHIO" if congress == 82 & id == 621 replace statename = "OKLAHOM" if congress == 82 & id == 8283 replace statename = "OKLAHOM" if congress == 82 & id == 8949 replace statename = "OKLAHOM" if congress == 82 & id == 62 replace statename = "OKLAHOM" if congress == 82 & id == 8866 replace statename = "OKLAHOM" if congress == 82 & id == 4891 replace statename = "OKLAHOM" if congress == 82 & id == 6718 replace statename = "OKLAHOM" if congress == 82 & id == 10085 replace statename = "OKLAHOM" if congress == 82 & id == 590 replace statename = "OREGON" if congress == 82 & id == 6955 replace statename = "OREGON" if congress == 82 & id == 8960 replace statename = "OREGON" if congress == 82 & id == 207 replace statename = "OREGON" if congress == 82 & id == 2935 replace statename = "PENNSYL" if congress == 82 & id == 465 replace statename = "PENNSYL" if congress == 82 & id == 3744 replace statename = "PENNSYL" if congress == 82 & id == 8299 replace statename = "PENNSYL" if congress == 82 & id == 1719 replace statename = "PENNSYL" if congress == 82 & id == 3785 replace statename = "PENNSYL" if congress == 82 & id == 8301 replace statename = "PENNSYL" if congress == 82 & id == 4880 replace statename = "PENNSYL" if congress == 82 & id == 9653 replace statename = "PENNSYL" if congress == 82 & id == 5267 replace statename = "PENNSYL" if congress == 82 & id == 2298 replace statename = "PENNSYL" if congress == 82 & id == 7078 replace statename = "PENNSYL" if congress == 82 & id == 3224 replace statename = "PENNSYL" if congress == 82 & id == 3105 replace statename = "PENNSYL" if congress == 82 & id == 7844 replace statename = "PENNSYL" if congress == 82 & id == 3604 replace statename = "PENNSYL" if congress == 82 & id == 1533 replace statename = "PENNSYL" if congress == 82 & id == 1328 replace statename = "PENNSYL" if congress == 82 & id == 6169 replace statename = "PENNSYL" if congress == 82 & id == 8532 replace statename = "PENNSYL" if congress == 82 & id == 6795 replace statename = "PENNSYL" if congress == 82 & id == 3510 replace statename = "PENNSYL" if congress == 82 & id == 9791 replace statename = "PENNSYL" if congress == 82 & id == 5671 replace statename = "PENNSYL" if congress == 82 & id == 9645 replace statename = "PENNSYL" if congress == 82 & id == 8556 replace statename = "PENNSYL" if congress == 82 & id == 6685 replace statename = "PENNSYL" if congress == 82 & id == 3737 replace statename = "PENNSYL" if congress == 82 & id == 8247 replace statename = "PENNSYL" if congress == 82 & id == 5136 replace statename = "PENNSYL" if congress == 82 & id == 5112 replace statename = "PENNSYL" if congress == 82 & id == 2507 replace statename = "PENNSYL" if congress == 82 & id == 2065 replace statename = "PENNSYL" if congress == 82 & id == 3409 replace statename = "PENNSYL" if congress == 82 & id == 2833 replace statename = "PENNSYL" if congress == 82 & id == 1184 replace statename = "PENNSYL" if congress == 82 & id == 1190 replace statename = "RHODE I" if congress == 82 & id == 3264 replace statename = "RHODE I" if congress == 82 & id == 3246 replace statename = "SOUTH C" if congress == 82 & id == 7925 replace statename = "SOUTH C" if congress == 82 & id == 7908 replace statename = "SOUTH C" if congress == 82 & id == 2672 replace statename = "SOUTH C" if congress == 82 & id == 1181 replace statename = "SOUTH C" if congress == 82 & id == 7869 replace statename = "SOUTH C" if congress == 82 & id == 6353 replace statename = "SOUTH D" if congress == 82 & id == 5803 replace statename = "SOUTH D" if congress == 82 & id == 672 replace statename = "TENNESS" if congress == 82 & id == 7777 replace statename = "TENNESS" if congress == 82 & id == 364 replace statename = "TENNESS" if congress == 82 & id == 3346 replace statename = "TENNESS" if congress == 82 & id == 3704 replace statename = "TENNESS" if congress == 82 & id == 3034 replace statename = "TENNESS" if congress == 82 & id == 7622 replace statename = "TENNESS" if congress == 82 & id == 9099 replace statename = "TENNESS" if congress == 82 & id == 6826 replace statename = "TENNESS" if congress == 82 & id == 2049 replace statename = "TENNESS" if congress == 82 & id == 2376 replace statename = "TEXAS" if congress == 82 & id == 7232 replace statename = "TEXAS" if congress == 82 & id == 1960 replace statename = "TEXAS" if congress == 82 & id == 567 replace statename = "TEXAS" if congress == 82 & id == 7753 replace statename = "TEXAS" if congress == 82 & id == 10244 replace statename = "TEXAS" if congress == 82 & id == 9241 replace statename = "TEXAS" if congress == 82 & id == 7430 replace statename = "TEXAS" if congress == 82 & id == 9284 replace statename = "TEXAS" if congress == 82 & id == 9320 replace statename = "TEXAS" if congress == 82 & id == 9356 replace statename = "TEXAS" if congress == 82 & id == 7498 replace statename = "TEXAS" if congress == 82 & id == 5826 replace statename = "TEXAS" if congress == 82 & id == 3719 replace statename = "TEXAS" if congress == 82 & id == 4796 replace statename = "TEXAS" if congress == 82 & id == 5847 replace statename = "TEXAS" if congress == 82 & id == 660 replace statename = "TEXAS" if congress == 82 & id == 7806 replace statename = "TEXAS" if congress == 82 & id == 1282 replace statename = "TEXAS" if congress == 82 & id == 8035 replace statename = "TEXAS" if congress == 82 & id == 5924 replace statename = "TEXAS" if congress == 82 & id == 5236 replace statename = "TEXAS" if congress == 82 & id == 3171 replace statename = "UTAH" if congress == 82 & id == 3752 replace statename = "UTAH" if congress == 82 & id == 869 replace statename = "VERMONT" if congress == 82 & id == 7637 replace statename = "VIRGINI" if congress == 82 & id == 7969 replace statename = "VIRGINI" if congress == 82 & id == 4064 replace statename = "VIRGINI" if congress == 82 & id == 3499 replace statename = "VIRGINI" if congress == 82 & id == 2 replace statename = "VIRGINI" if congress == 82 & id == 8839 replace statename = "VIRGINI" if congress == 82 & id == 1316 replace statename = "VIRGINI" if congress == 82 & id == 4125 replace statename = "VIRGINI" if congress == 82 & id == 8636 replace statename = "VIRGINI" if congress == 82 & id == 3386 replace statename = "WASHING" if congress == 82 & id == 6561 replace statename = "WASHING" if congress == 82 & id == 4851 replace statename = "WASHING" if congress == 82 & id == 5885 replace statename = "WASHING" if congress == 82 & id == 4537 replace statename = "WASHING" if congress == 82 & id == 4579 replace statename = "WASHING" if congress == 82 & id == 9409 replace statename = "WEST VI" if congress == 82 & id == 7702 replace statename = "WEST VI" if congress == 82 & id == 8824 replace statename = "WEST VI" if congress == 82 & id == 339 replace statename = "WEST VI" if congress == 82 & id == 1300 replace statename = "WEST VI" if congress == 82 & id == 5117 replace statename = "WEST VI" if congress == 82 & id == 5118 replace statename = "WEST VI" if congress == 82 & id == 4278 replace statename = "WISCONS" if congress == 82 & id == 8663 replace statename = "WISCONS" if congress == 82 & id == 2383 replace statename = "WISCONS" if congress == 82 & id == 10299 replace statename = "WISCONS" if congress == 82 & id == 10463 replace statename = "WISCONS" if congress == 82 & id == 5217 replace statename = "WISCONS" if congress == 82 & id == 9627 replace statename = "WISCONS" if congress == 82 & id == 6823 replace statename = "WISCONS" if congress == 82 & id == 1371 replace statename = "WISCONS" if congress == 82 & id == 4720 replace statename = "WISCONS" if congress == 82 & id == 7046 replace statename = "WYOMING" if congress == 82 & id == 4139 replace statename = "USA" if congress == 83 & id == 99901 replace statename = "ALABAMA" if congress == 83 & id == 937 replace statename = "ALABAMA" if congress == 83 & id == 3754 replace statename = "ALABAMA" if congress == 83 & id == 195 replace statename = "ALABAMA" if congress == 83 & id == 7954 replace statename = "ALABAMA" if congress == 83 & id == 7695 replace statename = "ALABAMA" if congress == 83 & id == 8353 replace statename = "ALABAMA" if congress == 83 & id == 2909 replace statename = "ALABAMA" if congress == 83 & id == 5058 replace statename = "ALABAMA" if congress == 83 & id == 520 replace statename = "ARIZONA" if congress == 83 & id == 7845 replace statename = "ARIZONA" if congress == 83 & id == 7234 replace statename = "ARKANSA" if congress == 83 & id == 3506 replace statename = "ARKANSA" if congress == 83 & id == 6532 replace statename = "ARKANSA" if congress == 83 & id == 9473 replace statename = "ARKANSA" if congress == 83 & id == 4110 replace statename = "ARKANSA" if congress == 83 & id == 4244 replace statename = "ARKANSA" if congress == 83 & id == 6958 replace statename = "CALIFOR" if congress == 83 & id == 8322 replace statename = "CALIFOR" if congress == 83 & id == 2965 replace statename = "CALIFOR" if congress == 83 & id == 6756 replace statename = "CALIFOR" if congress == 83 & id == 5929 replace statename = "CALIFOR" if congress == 83 & id == 8437 replace statename = "CALIFOR" if congress == 83 & id == 1977 replace statename = "CALIFOR" if congress == 83 & id == 116 replace statename = "CALIFOR" if congress == 83 & id == 6483 replace statename = "CALIFOR" if congress == 83 & id == 10461 replace statename = "CALIFOR" if congress == 83 & id == 3867 replace statename = "CALIFOR" if congress == 83 & id == 4976 replace statename = "CALIFOR" if congress == 83 & id == 4751 replace statename = "CALIFOR" if congress == 83 & id == 971 replace statename = "CALIFOR" if congress == 83 & id == 3901 replace statename = "CALIFOR" if congress == 83 & id == 6220 replace statename = "CALIFOR" if congress == 83 & id == 4846 replace statename = "CALIFOR" if congress == 83 & id == 5255 replace statename = "CALIFOR" if congress == 83 & id == 4592 replace statename = "CALIFOR" if congress == 83 & id == 4514 replace statename = "CALIFOR" if congress == 83 & id == 4450 replace statename = "CALIFOR" if congress == 83 & id == 4388 replace statename = "CALIFOR" if congress == 83 & id == 4543 replace statename = "CALIFOR" if congress == 83 & id == 2713 replace statename = "CALIFOR" if congress == 83 & id == 7566 replace statename = "CALIFOR" if congress == 83 & id == 5694 replace statename = "CALIFOR" if congress == 83 & id == 4437 replace statename = "CALIFOR" if congress == 83 & id == 10431 replace statename = "CALIFOR" if congress == 83 & id == 8444 replace statename = "CALIFOR" if congress == 83 & id == 9578 replace statename = "CALIFOR" if congress == 83 & id == 7415 replace statename = "CALIFOR" if congress == 83 & id == 10249 replace statename = "COLORAD" if congress == 83 & id == 8021 replace statename = "COLORAD" if congress == 83 & id == 4429 replace statename = "COLORAD" if congress == 83 & id == 1684 replace statename = "COLORAD" if congress == 83 & id == 275 replace statename = "CONNECT" if congress == 83 & id == 2636 replace statename = "CONNECT" if congress == 83 & id == 8346 replace statename = "CONNECT" if congress == 83 & id == 2174 replace statename = "CONNECT" if congress == 83 & id == 6664 replace statename = "CONNECT" if congress == 83 & id == 7245 replace statename = "CONNECT" if congress == 83 & id == 8170 replace statename = "DELAWAR" if congress == 83 & id == 9804 replace statename = "FLORIDA" if congress == 83 & id == 1445 replace statename = "FLORIDA" if congress == 83 & id == 633 replace statename = "FLORIDA" if congress == 83 & id == 8507 replace statename = "FLORIDA" if congress == 83 & id == 5471 replace statename = "FLORIDA" if congress == 83 & id == 4354 replace statename = "FLORIDA" if congress == 83 & id == 8023 replace statename = "FLORIDA" if congress == 83 & id == 3929 replace statename = "FLORIDA" if congress == 83 & id == 6084 replace statename = "GEORGIA" if congress == 83 & id == 7605 replace statename = "GEORGIA" if congress == 83 & id == 7450 replace statename = "GEORGIA" if congress == 83 & id == 3286 replace statename = "GEORGIA" if congress == 83 & id == 1439 replace statename = "GEORGIA" if congress == 83 & id == 2389 replace statename = "GEORGIA" if congress == 83 & id == 9677 replace statename = "GEORGIA" if congress == 83 & id == 5459 replace statename = "GEORGIA" if congress == 83 & id == 9996 replace statename = "GEORGIA" if congress == 83 & id == 5436 replace statename = "GEORGIA" if congress == 83 & id == 1130 replace statename = "IDAHO" if congress == 83 & id == 7392 replace statename = "IDAHO" if congress == 83 & id == 1215 replace statename = "ILLINOI" if congress == 83 & id == 2433 replace statename = "ILLINOI" if congress == 83 & id == 7041 replace statename = "ILLINOI" if congress == 83 & id == 1324 replace statename = "ILLINOI" if congress == 83 & id == 6389 replace statename = "ILLINOI" if congress == 83 & id == 5326 replace statename = "ILLINOI" if congress == 83 & id == 7004 replace statename = "ILLINOI" if congress == 83 & id == 912 replace statename = "ILLINOI" if congress == 83 & id == 3700 replace statename = "ILLINOI" if congress == 83 & id == 10421 replace statename = "ILLINOI" if congress == 83 & id == 4493 replace statename = "ILLINOI" if congress == 83 & id == 8426 replace statename = "ILLINOI" if congress == 83 & id == 5020 replace statename = "ILLINOI" if congress == 83 & id == 1722 replace statename = "ILLINOI" if congress == 83 & id == 7779 replace statename = "ILLINOI" if congress == 83 & id == 6061 replace statename = "ILLINOI" if congress == 83 & id == 121 replace statename = "ILLINOI" if congress == 83 & id == 226 replace statename = "ILLINOI" if congress == 83 & id == 9657 replace statename = "ILLINOI" if congress == 83 & id == 1702 replace statename = "ILLINOI" if congress == 83 & id == 8533 replace statename = "ILLINOI" if congress == 83 & id == 5884 replace statename = "ILLINOI" if congress == 83 & id == 8814 replace statename = "ILLINOI" if congress == 83 & id == 9693 replace statename = "ILLINOI" if congress == 83 & id == 7610 replace statename = "ILLINOI" if congress == 83 & id == 731 replace statename = "INDIANA" if congress == 83 & id == 5900 replace statename = "INDIANA" if congress == 83 & id == 3963 replace statename = "INDIANA" if congress == 83 & id == 2227 replace statename = "INDIANA" if congress == 83 & id == 18 replace statename = "INDIANA" if congress == 83 & id == 550 replace statename = "INDIANA" if congress == 83 & id == 4050 replace statename = "INDIANA" if congress == 83 & id == 986 replace statename = "INDIANA" if congress == 83 & id == 6429 replace statename = "INDIANA" if congress == 83 & id == 10212 replace statename = "INDIANA" if congress == 83 & id == 4165 replace statename = "INDIANA" if congress == 83 & id == 1152 replace statename = "IOWA" if congress == 83 & id == 6039 replace statename = "IOWA" if congress == 83 & id == 9168 replace statename = "IOWA" if congress == 83 & id == 3853 replace statename = "IOWA" if congress == 83 & id == 5552 replace statename = "IOWA" if congress == 83 & id == 2256 replace statename = "IOWA" if congress == 83 & id == 2647 replace statename = "IOWA" if congress == 83 & id == 4928 replace statename = "IOWA" if congress == 83 & id == 4482 replace statename = "KANSAS" if congress == 83 & id == 6485 replace statename = "KANSAS" if congress == 83 & id == 8318 replace statename = "KANSAS" if congress == 83 & id == 3534 replace statename = "KANSAS" if congress == 83 & id == 7799 replace statename = "KANSAS" if congress == 83 & id == 4562 replace statename = "KANSAS" if congress == 83 & id == 8709 replace statename = "KENTUCK" if congress == 83 & id == 3809 replace statename = "KENTUCK" if congress == 83 & id == 10294 replace statename = "KENTUCK" if congress == 83 & id == 6845 replace statename = "KENTUCK" if congress == 83 & id == 7997 replace statename = "KENTUCK" if congress == 83 & id == 1682 replace statename = "KENTUCK" if congress == 83 & id == 8778 replace statename = "KENTUCK" if congress == 83 & id == 9882 replace statename = "KENTUCK" if congress == 83 & id == 7343 replace statename = "KENTUCK" if congress == 83 & id == 3649 replace statename = "LOUISIA" if congress == 83 & id == 4275 replace statename = "LOUISIA" if congress == 83 & id == 824 replace statename = "LOUISIA" if congress == 83 & id == 10201 replace statename = "LOUISIA" if congress == 83 & id == 1081 replace statename = "LOUISIA" if congress == 83 & id == 7228 replace statename = "LOUISIA" if congress == 83 & id == 6721 replace statename = "LOUISIA" if congress == 83 & id == 9339 replace statename = "LOUISIA" if congress == 83 & id == 5757 replace statename = "MAINE" if congress == 83 & id == 3924 replace statename = "MAINE" if congress == 83 & id == 6863 replace statename = "MAINE" if congress == 83 & id == 6276 replace statename = "MARYLAN" if congress == 83 & id == 6481 replace statename = "MARYLAN" if congress == 83 & id == 2531 replace statename = "MARYLAN" if congress == 83 & id == 3480 replace statename = "MARYLAN" if congress == 83 & id == 3054 replace statename = "MARYLAN" if congress == 83 & id == 8587 replace statename = "MARYLAN" if congress == 83 & id == 4785 replace statename = "MARYLAN" if congress == 83 & id == 3374 replace statename = "MASSACH" if congress == 83 & id == 4372 replace statename = "MASSACH" if congress == 83 & id == 830 replace statename = "MASSACH" if congress == 83 & id == 7408 replace statename = "MASSACH" if congress == 83 & id == 2660 replace statename = "MASSACH" if congress == 83 & id == 8024 replace statename = "MASSACH" if congress == 83 & id == 518 replace statename = "MASSACH" if congress == 83 & id == 5447 replace statename = "MASSACH" if congress == 83 & id == 3682 replace statename = "MASSACH" if congress == 83 & id == 6922 replace statename = "MASSACH" if congress == 83 & id == 2272 replace statename = "MASSACH" if congress == 83 & id == 7081 replace statename = "MASSACH" if congress == 83 & id == 6177 replace statename = "MASSACH" if congress == 83 & id == 10095 replace statename = "MASSACH" if congress == 83 & id == 6033 replace statename = "MICHIGA" if congress == 83 & id == 5880 replace statename = "MICHIGA" if congress == 83 & id == 6399 replace statename = "MICHIGA" if congress == 83 & id == 8392 replace statename = "MICHIGA" if congress == 83 & id == 4487 replace statename = "MICHIGA" if congress == 83 & id == 3268 replace statename = "MICHIGA" if congress == 83 & id == 1748 replace statename = "MICHIGA" if congress == 83 & id == 10303 replace statename = "MICHIGA" if congress == 83 & id == 652 replace statename = "MICHIGA" if congress == 83 & id == 9338 replace statename = "MICHIGA" if congress == 83 & id == 1610 replace statename = "MICHIGA" if congress == 83 & id == 5349 replace statename = "MICHIGA" if congress == 83 & id == 639 replace statename = "MICHIGA" if congress == 83 & id == 6998 replace statename = "MICHIGA" if congress == 83 & id == 7682 replace statename = "MICHIGA" if congress == 83 & id == 2604 replace statename = "MICHIGA" if congress == 83 & id == 5617 replace statename = "MICHIGA" if congress == 83 & id == 6995 replace statename = "MICHIGA" if congress == 83 & id == 2653 replace statename = "MINNESO" if congress == 83 & id == 188 replace statename = "MINNESO" if congress == 83 & id == 7044 replace statename = "MINNESO" if congress == 83 & id == 10092 replace statename = "MINNESO" if congress == 83 & id == 6134 replace statename = "MINNESO" if congress == 83 & id == 5083 replace statename = "MINNESO" if congress == 83 & id == 5998 replace statename = "MINNESO" if congress == 83 & id == 158 replace statename = "MINNESO" if congress == 83 & id == 789 replace statename = "MINNESO" if congress == 83 & id == 3902 replace statename = "MISSISS" if congress == 83 & id == 13 replace statename = "MISSISS" if congress == 83 & id == 10075 replace statename = "MISSISS" if congress == 83 & id == 8616 replace statename = "MISSISS" if congress == 83 & id == 10162 replace statename = "MISSISS" if congress == 83 & id == 10279 replace statename = "MISSISS" if congress == 83 & id == 1952 replace statename = "MISSOUR" if congress == 83 & id == 5097 replace statename = "MISSOUR" if congress == 83 & id == 2275 replace statename = "MISSOUR" if congress == 83 & id == 9072 replace statename = "MISSOUR" if congress == 83 & id == 4431 replace statename = "MISSOUR" if congress == 83 & id == 835 replace statename = "MISSOUR" if congress == 83 & id == 1928 replace statename = "MISSOUR" if congress == 83 & id == 8484 replace statename = "MISSOUR" if congress == 83 & id == 1517 replace statename = "MISSOUR" if congress == 83 & id == 1479 replace statename = "MISSOUR" if congress == 83 & id == 5056 replace statename = "MISSOUR" if congress == 83 & id == 6765 replace statename = "MONTANA" if congress == 83 & id == 6442 replace statename = "MONTANA" if congress == 83 & id == 2538 replace statename = "NEBRASK" if congress == 83 & id == 2267 replace statename = "NEBRASK" if congress == 83 & id == 4660 replace statename = "NEBRASK" if congress == 83 & id == 4134 replace statename = "NEBRASK" if congress == 83 & id == 6474 replace statename = "NEVADA" if congress == 83 & id == 10437 replace statename = "NEW HAM" if congress == 83 & id == 6437 replace statename = "NEW HAM" if congress == 83 & id == 2087 replace statename = "NEW JER" if congress == 83 & id == 10314 replace statename = "NEW JER" if congress == 83 & id == 4031 replace statename = "NEW JER" if congress == 83 & id == 291 replace statename = "NEW JER" if congress == 83 & id == 4644 replace statename = "NEW JER" if congress == 83 & id == 3364 replace statename = "NEW JER" if congress == 83 & id == 1569 replace statename = "NEW JER" if congress == 83 & id == 10147 replace statename = "NEW JER" if congress == 83 & id == 10091 replace statename = "NEW JER" if congress == 83 & id == 1476 replace statename = "NEW JER" if congress == 83 & id == 7101 replace statename = "NEW JER" if congress == 83 & id == 8010 replace statename = "NEW JER" if congress == 83 & id == 46 replace statename = "NEW JER" if congress == 83 & id == 5109 replace statename = "NEW JER" if congress == 83 & id == 8506 replace statename = "NEW JER" if congress == 83 & id == 4142 replace statename = "NEW MEX" if congress == 83 & id == 2490 replace statename = "NEW MEX" if congress == 83 & id == 3114 replace statename = "NEW YOR" if congress == 83 & id == 9716 replace statename = "NEW YOR" if congress == 83 & id == 2523 replace statename = "NEW YOR" if congress == 83 & id == 563 replace statename = "NEW YOR" if congress == 83 & id == 5488 replace statename = "NEW YOR" if congress == 83 & id == 868 replace statename = "NEW YOR" if congress == 83 & id == 4548 replace statename = "NEW YOR" if congress == 83 & id == 2476 replace statename = "NEW YOR" if congress == 83 & id == 4290 replace statename = "NEW YOR" if congress == 83 & id == 5199 replace statename = "NEW YOR" if congress == 83 & id == 5148 replace statename = "NEW YOR" if congress == 83 & id == 1611 replace statename = "NEW YOR" if congress == 83 & id == 2671 replace statename = "NEW YOR" if congress == 83 & id == 6792 replace statename = "NEW YOR" if congress == 83 & id == 8049 replace statename = "NEW YOR" if congress == 83 & id == 7749 replace statename = "NEW YOR" if congress == 83 & id == 7568 replace statename = "NEW YOR" if congress == 83 & id == 2089 replace statename = "NEW YOR" if congress == 83 & id == 2662 replace statename = "NEW YOR" if congress == 83 & id == 5317 replace statename = "NEW YOR" if congress == 83 & id == 8050 replace statename = "NEW YOR" if congress == 83 & id == 4898 replace statename = "NEW YOR" if congress == 83 & id == 3149 replace statename = "NEW YOR" if congress == 83 & id == 2646 replace statename = "NEW YOR" if congress == 83 & id == 1205 replace statename = "NEW YOR" if congress == 83 & id == 3158 replace statename = "NEW YOR" if congress == 83 & id == 3446 replace statename = "NEW YOR" if congress == 83 & id == 3888 replace statename = "NEW YOR" if congress == 83 & id == 8177 replace statename = "NEW YOR" if congress == 83 & id == 9978 replace statename = "NEW YOR" if congress == 83 & id == 7003 replace statename = "NEW YOR" if congress == 83 & id == 9203 replace statename = "NEW YOR" if congress == 83 & id == 5110 replace statename = "NEW YOR" if congress == 83 & id == 5235 replace statename = "NEW YOR" if congress == 83 & id == 10191 replace statename = "NEW YOR" if congress == 83 & id == 7901 replace statename = "NEW YOR" if congress == 83 & id == 9144 replace statename = "NEW YOR" if congress == 83 & id == 1931 replace statename = "NEW YOR" if congress == 83 & id == 5116 replace statename = "NEW YOR" if congress == 83 & id == 7102 replace statename = "NEW YOR" if congress == 83 & id == 6516 replace statename = "NEW YOR" if congress == 83 & id == 7687 replace statename = "NEW YOR" if congress == 83 & id == 7453 replace statename = "NEW YOR" if congress == 83 & id == 7781 replace statename = "NORTH C" if congress == 83 & id == 846 replace statename = "NORTH C" if congress == 83 & id == 3321 replace statename = "NORTH C" if congress == 83 & id == 431 replace statename = "NORTH C" if congress == 83 & id == 2032 replace statename = "NORTH C" if congress == 83 & id == 1676 replace statename = "NORTH C" if congress == 83 & id == 2791 replace statename = "NORTH C" if congress == 83 & id == 1512 replace statename = "NORTH C" if congress == 83 & id == 2448 replace statename = "NORTH C" if congress == 83 & id == 82 replace statename = "NORTH C" if congress == 83 & id == 5019 replace statename = "NORTH C" if congress == 83 & id == 5071 replace statename = "NORTH C" if congress == 83 & id == 8495 replace statename = "NORTH D" if congress == 83 & id == 1254 replace statename = "NORTH D" if congress == 83 & id == 5370 replace statename = "OHIO" if congress == 83 & id == 8260 replace statename = "OHIO" if congress == 83 & id == 4373 replace statename = "OHIO" if congress == 83 & id == 8258 replace statename = "OHIO" if congress == 83 & id == 6204 replace statename = "OHIO" if congress == 83 & id == 1839 replace statename = "OHIO" if congress == 83 & id == 7506 replace statename = "OHIO" if congress == 83 & id == 1104 replace statename = "OHIO" if congress == 83 & id == 680 replace statename = "OHIO" if congress == 83 & id == 7771 replace statename = "OHIO" if congress == 83 & id == 4917 replace statename = "OHIO" if congress == 83 & id == 838 replace statename = "OHIO" if congress == 83 & id == 9688 replace statename = "OHIO" if congress == 83 & id == 9917 replace statename = "OHIO" if congress == 83 & id == 310 replace statename = "OHIO" if congress == 83 & id == 8341 replace statename = "OHIO" if congress == 83 & id == 891 replace statename = "OHIO" if congress == 83 & id == 6262 replace statename = "OHIO" if congress == 83 & id == 4247 replace statename = "OHIO" if congress == 83 & id == 5301 replace statename = "OHIO" if congress == 83 & id == 3092 replace statename = "OHIO" if congress == 83 & id == 2199 replace statename = "OHIO" if congress == 83 & id == 837 replace statename = "OHIO" if congress == 83 & id == 621 replace statename = "OKLAHOM" if congress == 83 & id == 590 replace statename = "OKLAHOM" if congress == 83 & id == 2854 replace statename = "OKLAHOM" if congress == 83 & id == 62 replace statename = "OKLAHOM" if congress == 83 & id == 8866 replace statename = "OKLAHOM" if congress == 83 & id == 4891 replace statename = "OKLAHOM" if congress == 83 & id == 10085 replace statename = "OREGON" if congress == 83 & id == 6955 replace statename = "OREGON" if congress == 83 & id == 2038 replace statename = "OREGON" if congress == 83 & id == 207 replace statename = "OREGON" if congress == 83 & id == 2935 replace statename = "PENNSYL" if congress == 83 & id == 465 replace statename = "PENNSYL" if congress == 83 & id == 3744 replace statename = "PENNSYL" if congress == 83 & id == 1368 replace statename = "PENNSYL" if congress == 83 & id == 1719 replace statename = "PENNSYL" if congress == 83 & id == 3785 replace statename = "PENNSYL" if congress == 83 & id == 8301 replace statename = "PENNSYL" if congress == 83 & id == 4880 replace statename = "PENNSYL" if congress == 83 & id == 5267 replace statename = "PENNSYL" if congress == 83 & id == 2298 replace statename = "PENNSYL" if congress == 83 & id == 1533 replace statename = "PENNSYL" if congress == 83 & id == 845 replace statename = "PENNSYL" if congress == 83 & id == 3105 replace statename = "PENNSYL" if congress == 83 & id == 6169 replace statename = "PENNSYL" if congress == 83 & id == 7844 replace statename = "PENNSYL" if congress == 83 & id == 9791 replace statename = "PENNSYL" if congress == 83 & id == 6795 replace statename = "PENNSYL" if congress == 83 & id == 1328 replace statename = "PENNSYL" if congress == 83 & id == 8532 replace statename = "PENNSYL" if congress == 83 & id == 8857 replace statename = "PENNSYL" if congress == 83 & id == 9645 replace statename = "PENNSYL" if congress == 83 & id == 5136 replace statename = "PENNSYL" if congress == 83 & id == 8247 replace statename = "PENNSYL" if congress == 83 & id == 3510 replace statename = "PENNSYL" if congress == 83 & id == 5112 replace statename = "PENNSYL" if congress == 83 & id == 3737 replace statename = "PENNSYL" if congress == 83 & id == 6685 replace statename = "PENNSYL" if congress == 83 & id == 3409 replace statename = "PENNSYL" if congress == 83 & id == 2833 replace statename = "PENNSYL" if congress == 83 & id == 2065 replace statename = "PENNSYL" if congress == 83 & id == 1190 replace statename = "RHODE I" if congress == 83 & id == 3264 replace statename = "RHODE I" if congress == 83 & id == 3246 replace statename = "SOUTH C" if congress == 83 & id == 7925 replace statename = "SOUTH C" if congress == 83 & id == 7908 replace statename = "SOUTH C" if congress == 83 & id == 2672 replace statename = "SOUTH C" if congress == 83 & id == 1181 replace statename = "SOUTH C" if congress == 83 & id == 270 replace statename = "SOUTH C" if congress == 83 & id == 7869 replace statename = "SOUTH C" if congress == 83 & id == 6353 replace statename = "SOUTH D" if congress == 83 & id == 5803 replace statename = "SOUTH D" if congress == 83 & id == 672 replace statename = "TENNESS" if congress == 83 & id == 7777 replace statename = "TENNESS" if congress == 83 & id == 364 replace statename = "TENNESS" if congress == 83 & id == 3346 replace statename = "TENNESS" if congress == 83 & id == 3034 replace statename = "TENNESS" if congress == 83 & id == 7622 replace statename = "TENNESS" if congress == 83 & id == 9099 replace statename = "TENNESS" if congress == 83 & id == 6826 replace statename = "TENNESS" if congress == 83 & id == 2049 replace statename = "TENNESS" if congress == 83 & id == 2376 replace statename = "TEXAS" if congress == 83 & id == 7232 replace statename = "TEXAS" if congress == 83 & id == 1077 replace statename = "TEXAS" if congress == 83 & id == 3529 replace statename = "TEXAS" if congress == 83 & id == 7753 replace statename = "TEXAS" if congress == 83 & id == 10244 replace statename = "TEXAS" if congress == 83 & id == 9241 replace statename = "TEXAS" if congress == 83 & id == 2700 replace statename = "TEXAS" if congress == 83 & id == 9284 replace statename = "TEXAS" if congress == 83 & id == 9320 replace statename = "TEXAS" if congress == 83 & id == 9356 replace statename = "TEXAS" if congress == 83 & id == 7498 replace statename = "TEXAS" if congress == 83 & id == 5826 replace statename = "TEXAS" if congress == 83 & id == 4796 replace statename = "TEXAS" if congress == 83 & id == 5847 replace statename = "TEXAS" if congress == 83 & id == 660 replace statename = "TEXAS" if congress == 83 & id == 7806 replace statename = "TEXAS" if congress == 83 & id == 1282 replace statename = "TEXAS" if congress == 83 & id == 8035 replace statename = "TEXAS" if congress == 83 & id == 5924 replace statename = "TEXAS" if congress == 83 & id == 5236 replace statename = "TEXAS" if congress == 83 & id == 3171 replace statename = "TEXAS" if congress == 83 & id == 2588 replace statename = "UTAH" if congress == 83 & id == 9025 replace statename = "UTAH" if congress == 83 & id == 2430 replace statename = "VERMONT" if congress == 83 & id == 7637 replace statename = "VIRGINI" if congress == 83 & id == 7969 replace statename = "VIRGINI" if congress == 83 & id == 4064 replace statename = "VIRGINI" if congress == 83 & id == 3499 replace statename = "VIRGINI" if congress == 83 & id == 2 replace statename = "VIRGINI" if congress == 83 & id == 8839 replace statename = "VIRGINI" if congress == 83 & id == 9494 replace statename = "VIRGINI" if congress == 83 & id == 7500 replace statename = "VIRGINI" if congress == 83 & id == 4125 replace statename = "VIRGINI" if congress == 83 & id == 8636 replace statename = "VIRGINI" if congress == 83 & id == 9802 replace statename = "VIRGINI" if congress == 83 & id == 1154 replace statename = "WASHING" if congress == 83 & id == 7313 replace statename = "WASHING" if congress == 83 & id == 9968 replace statename = "WASHING" if congress == 83 & id == 5885 replace statename = "WASHING" if congress == 83 & id == 4537 replace statename = "WASHING" if congress == 83 & id == 4579 replace statename = "WASHING" if congress == 83 & id == 9409 replace statename = "WASHING" if congress == 83 & id == 5912 replace statename = "WEST VI" if congress == 83 & id == 6584 replace statename = "WEST VI" if congress == 83 & id == 8824 replace statename = "WEST VI" if congress == 83 & id == 339 replace statename = "WEST VI" if congress == 83 & id == 6851 replace statename = "WEST VI" if congress == 83 & id == 5118 replace statename = "WEST VI" if congress == 83 & id == 1366 replace statename = "WISCONS" if congress == 83 & id == 8663 replace statename = "WISCONS" if congress == 83 & id == 2383 replace statename = "WISCONS" if congress == 83 & id == 10299 replace statename = "WISCONS" if congress == 83 & id == 10463 replace statename = "WISCONS" if congress == 83 & id == 5217 replace statename = "WISCONS" if congress == 83 & id == 9627 replace statename = "WISCONS" if congress == 83 & id == 5410 replace statename = "WISCONS" if congress == 83 & id == 1371 replace statename = "WISCONS" if congress == 83 & id == 4720 replace statename = "WISCONS" if congress == 83 & id == 4977 replace statename = "WISCONS" if congress == 83 & id == 7046 replace statename = "WYOMING" if congress == 83 & id == 4139 replace statename = "USA" if congress == 84 & id == 99901 replace statename = "ALABAMA" if congress == 84 & id == 937 replace statename = "ALABAMA" if congress == 84 & id == 3754 replace statename = "ALABAMA" if congress == 84 & id == 195 replace statename = "ALABAMA" if congress == 84 & id == 7954 replace statename = "ALABAMA" if congress == 84 & id == 7695 replace statename = "ALABAMA" if congress == 84 & id == 8353 replace statename = "ALABAMA" if congress == 84 & id == 2909 replace statename = "ALABAMA" if congress == 84 & id == 5058 replace statename = "ALABAMA" if congress == 84 & id == 4686 replace statename = "ARIZONA" if congress == 84 & id == 7845 replace statename = "ARIZONA" if congress == 84 & id == 9549 replace statename = "ARKANSA" if congress == 84 & id == 3506 replace statename = "ARKANSA" if congress == 84 & id == 6532 replace statename = "ARKANSA" if congress == 84 & id == 9473 replace statename = "ARKANSA" if congress == 84 & id == 4110 replace statename = "ARKANSA" if congress == 84 & id == 4244 replace statename = "ARKANSA" if congress == 84 & id == 6958 replace statename = "CALIFOR" if congress == 84 & id == 8322 replace statename = "CALIFOR" if congress == 84 & id == 2965 replace statename = "CALIFOR" if congress == 84 & id == 6756 replace statename = "CALIFOR" if congress == 84 & id == 5929 replace statename = "CALIFOR" if congress == 84 & id == 8437 replace statename = "CALIFOR" if congress == 84 & id == 387 replace statename = "CALIFOR" if congress == 84 & id == 116 replace statename = "CALIFOR" if congress == 84 & id == 6483 replace statename = "CALIFOR" if congress == 84 & id == 10461 replace statename = "CALIFOR" if congress == 84 & id == 3867 replace statename = "CALIFOR" if congress == 84 & id == 4976 replace statename = "CALIFOR" if congress == 84 & id == 8549 replace statename = "CALIFOR" if congress == 84 & id == 9240 replace statename = "CALIFOR" if congress == 84 & id == 3901 replace statename = "CALIFOR" if congress == 84 & id == 6220 replace statename = "CALIFOR" if congress == 84 & id == 4846 replace statename = "CALIFOR" if congress == 84 & id == 5255 replace statename = "CALIFOR" if congress == 84 & id == 4592 replace statename = "CALIFOR" if congress == 84 & id == 4514 replace statename = "CALIFOR" if congress == 84 & id == 4450 replace statename = "CALIFOR" if congress == 84 & id == 4388 replace statename = "CALIFOR" if congress == 84 & id == 4543 replace statename = "CALIFOR" if congress == 84 & id == 2713 replace statename = "CALIFOR" if congress == 84 & id == 5694 replace statename = "CALIFOR" if congress == 84 & id == 4437 replace statename = "CALIFOR" if congress == 84 & id == 8051 replace statename = "CALIFOR" if congress == 84 & id == 8444 replace statename = "CALIFOR" if congress == 84 & id == 9578 replace statename = "CALIFOR" if congress == 84 & id == 7415 replace statename = "CALIFOR" if congress == 84 & id == 10249 replace statename = "COLORAD" if congress == 84 & id == 8021 replace statename = "COLORAD" if congress == 84 & id == 4429 replace statename = "COLORAD" if congress == 84 & id == 1684 replace statename = "COLORAD" if congress == 84 & id == 275 replace statename = "CONNECT" if congress == 84 & id == 2636 replace statename = "CONNECT" if congress == 84 & id == 8346 replace statename = "CONNECT" if congress == 84 & id == 2174 replace statename = "CONNECT" if congress == 84 & id == 6664 replace statename = "CONNECT" if congress == 84 & id == 7245 replace statename = "CONNECT" if congress == 84 & id == 8170 replace statename = "DELAWAR" if congress == 84 & id == 6224 replace statename = "FLORIDA" if congress == 84 & id == 2143 replace statename = "FLORIDA" if congress == 84 & id == 633 replace statename = "FLORIDA" if congress == 84 & id == 8507 replace statename = "FLORIDA" if congress == 84 & id == 3078 replace statename = "FLORIDA" if congress == 84 & id == 4354 replace statename = "FLORIDA" if congress == 84 & id == 8032 replace statename = "FLORIDA" if congress == 84 & id == 3929 replace statename = "FLORIDA" if congress == 84 & id == 6084 replace statename = "GEORGIA" if congress == 84 & id == 7605 replace statename = "GEORGIA" if congress == 84 & id == 7450 replace statename = "GEORGIA" if congress == 84 & id == 3286 replace statename = "GEORGIA" if congress == 84 & id == 3242 replace statename = "GEORGIA" if congress == 84 & id == 2389 replace statename = "GEORGIA" if congress == 84 & id == 9677 replace statename = "GEORGIA" if congress == 84 & id == 5459 replace statename = "GEORGIA" if congress == 84 & id == 798 replace statename = "GEORGIA" if congress == 84 & id == 5436 replace statename = "GEORGIA" if congress == 84 & id == 1130 replace statename = "IDAHO" if congress == 84 & id == 7392 replace statename = "IDAHO" if congress == 84 & id == 1215 replace statename = "ILLINOI" if congress == 84 & id == 2433 replace statename = "ILLINOI" if congress == 84 & id == 7041 replace statename = "ILLINOI" if congress == 84 & id == 6819 replace statename = "ILLINOI" if congress == 84 & id == 6389 replace statename = "ILLINOI" if congress == 84 & id == 5326 replace statename = "ILLINOI" if congress == 84 & id == 7004 replace statename = "ILLINOI" if congress == 84 & id == 912 replace statename = "ILLINOI" if congress == 84 & id == 3700 replace statename = "ILLINOI" if congress == 84 & id == 10421 replace statename = "ILLINOI" if congress == 84 & id == 4493 replace statename = "ILLINOI" if congress == 84 & id == 8426 replace statename = "ILLINOI" if congress == 84 & id == 939 replace statename = "ILLINOI" if congress == 84 & id == 1722 replace statename = "ILLINOI" if congress == 84 & id == 7779 replace statename = "ILLINOI" if congress == 84 & id == 6061 replace statename = "ILLINOI" if congress == 84 & id == 121 replace statename = "ILLINOI" if congress == 84 & id == 226 replace statename = "ILLINOI" if congress == 84 & id == 9657 replace statename = "ILLINOI" if congress == 84 & id == 1702 replace statename = "ILLINOI" if congress == 84 & id == 8533 replace statename = "ILLINOI" if congress == 84 & id == 5884 replace statename = "ILLINOI" if congress == 84 & id == 8814 replace statename = "ILLINOI" if congress == 84 & id == 9693 replace statename = "ILLINOI" if congress == 84 & id == 7610 replace statename = "ILLINOI" if congress == 84 & id == 3769 replace statename = "INDIANA" if congress == 84 & id == 5900 replace statename = "INDIANA" if congress == 84 & id == 3963 replace statename = "INDIANA" if congress == 84 & id == 2227 replace statename = "INDIANA" if congress == 84 & id == 18 replace statename = "INDIANA" if congress == 84 & id == 550 replace statename = "INDIANA" if congress == 84 & id == 4050 replace statename = "INDIANA" if congress == 84 & id == 986 replace statename = "INDIANA" if congress == 84 & id == 2517 replace statename = "INDIANA" if congress == 84 & id == 10212 replace statename = "INDIANA" if congress == 84 & id == 4165 replace statename = "INDIANA" if congress == 84 & id == 1152 replace statename = "IOWA" if congress == 84 & id == 8288 replace statename = "IOWA" if congress == 84 & id == 9168 replace statename = "IOWA" if congress == 84 & id == 3853 replace statename = "IOWA" if congress == 84 & id == 5552 replace statename = "IOWA" if congress == 84 & id == 2256 replace statename = "IOWA" if congress == 84 & id == 2647 replace statename = "IOWA" if congress == 84 & id == 4928 replace statename = "IOWA" if congress == 84 & id == 4482 replace statename = "KANSAS" if congress == 84 & id == 301 replace statename = "KANSAS" if congress == 84 & id == 8318 replace statename = "KANSAS" if congress == 84 & id == 3534 replace statename = "KANSAS" if congress == 84 & id == 7799 replace statename = "KANSAS" if congress == 84 & id == 4562 replace statename = "KANSAS" if congress == 84 & id == 8709 replace statename = "KENTUCK" if congress == 84 & id == 3809 replace statename = "KENTUCK" if congress == 84 & id == 6845 replace statename = "KENTUCK" if congress == 84 & id == 7997 replace statename = "KENTUCK" if congress == 84 & id == 1682 replace statename = "KENTUCK" if congress == 84 & id == 8778 replace statename = "KENTUCK" if congress == 84 & id == 9882 replace statename = "KENTUCK" if congress == 84 & id == 7343 replace statename = "KENTUCK" if congress == 84 & id == 8508 replace statename = "LOUISIA" if congress == 84 & id == 4275 replace statename = "LOUISIA" if congress == 84 & id == 824 replace statename = "LOUISIA" if congress == 84 & id == 10201 replace statename = "LOUISIA" if congress == 84 & id == 1081 replace statename = "LOUISIA" if congress == 84 & id == 7228 replace statename = "LOUISIA" if congress == 84 & id == 6721 replace statename = "LOUISIA" if congress == 84 & id == 9339 replace statename = "LOUISIA" if congress == 84 & id == 5757 replace statename = "MAINE" if congress == 84 & id == 3924 replace statename = "MAINE" if congress == 84 & id == 6863 replace statename = "MAINE" if congress == 84 & id == 6276 replace statename = "MARYLAN" if congress == 84 & id == 6481 replace statename = "MARYLAN" if congress == 84 & id == 2531 replace statename = "MARYLAN" if congress == 84 & id == 3480 replace statename = "MARYLAN" if congress == 84 & id == 3054 replace statename = "MARYLAN" if congress == 84 & id == 5463 replace statename = "MARYLAN" if congress == 84 & id == 4785 replace statename = "MARYLAN" if congress == 84 & id == 3374 replace statename = "MASSACH" if congress == 84 & id == 4372 replace statename = "MASSACH" if congress == 84 & id == 830 replace statename = "MASSACH" if congress == 84 & id == 7408 replace statename = "MASSACH" if congress == 84 & id == 2660 replace statename = "MASSACH" if congress == 84 & id == 8024 replace statename = "MASSACH" if congress == 84 & id == 518 replace statename = "MASSACH" if congress == 84 & id == 5447 replace statename = "MASSACH" if congress == 84 & id == 5873 replace statename = "MASSACH" if congress == 84 & id == 6922 replace statename = "MASSACH" if congress == 84 & id == 2272 replace statename = "MASSACH" if congress == 84 & id == 7081 replace statename = "MASSACH" if congress == 84 & id == 6177 replace statename = "MASSACH" if congress == 84 & id == 10095 replace statename = "MASSACH" if congress == 84 & id == 6033 replace statename = "MICHIGA" if congress == 84 & id == 5880 replace statename = "MICHIGA" if congress == 84 & id == 6399 replace statename = "MICHIGA" if congress == 84 & id == 4935 replace statename = "MICHIGA" if congress == 84 & id == 4487 replace statename = "MICHIGA" if congress == 84 & id == 3268 replace statename = "MICHIGA" if congress == 84 & id == 4251 replace statename = "MICHIGA" if congress == 84 & id == 10303 replace statename = "MICHIGA" if congress == 84 & id == 652 replace statename = "MICHIGA" if congress == 84 & id == 9338 replace statename = "MICHIGA" if congress == 84 & id == 1610 replace statename = "MICHIGA" if congress == 84 & id == 5349 replace statename = "MICHIGA" if congress == 84 & id == 639 replace statename = "MICHIGA" if congress == 84 & id == 2594 replace statename = "MICHIGA" if congress == 84 & id == 7682 replace statename = "MICHIGA" if congress == 84 & id == 2604 replace statename = "MICHIGA" if congress == 84 & id == 2605 replace statename = "MICHIGA" if congress == 84 & id == 5617 replace statename = "MICHIGA" if congress == 84 & id == 3830 replace statename = "MICHIGA" if congress == 84 & id == 2653 replace statename = "MINNESO" if congress == 84 & id == 188 replace statename = "MINNESO" if congress == 84 & id == 7044 replace statename = "MINNESO" if congress == 84 & id == 10092 replace statename = "MINNESO" if congress == 84 & id == 6134 replace statename = "MINNESO" if congress == 84 & id == 5083 replace statename = "MINNESO" if congress == 84 & id == 5998 replace statename = "MINNESO" if congress == 84 & id == 158 replace statename = "MINNESO" if congress == 84 & id == 789 replace statename = "MINNESO" if congress == 84 & id == 5351 replace statename = "MISSISS" if congress == 84 & id == 13 replace statename = "MISSISS" if congress == 84 & id == 10075 replace statename = "MISSISS" if congress == 84 & id == 8616 replace statename = "MISSISS" if congress == 84 & id == 10162 replace statename = "MISSISS" if congress == 84 & id == 10279 replace statename = "MISSISS" if congress == 84 & id == 1952 replace statename = "MISSOUR" if congress == 84 & id == 5097 replace statename = "MISSOUR" if congress == 84 & id == 2275 replace statename = "MISSOUR" if congress == 84 & id == 9072 replace statename = "MISSOUR" if congress == 84 & id == 1717 replace statename = "MISSOUR" if congress == 84 & id == 835 replace statename = "MISSOUR" if congress == 84 & id == 4724 replace statename = "MISSOUR" if congress == 84 & id == 8484 replace statename = "MISSOUR" if congress == 84 & id == 1517 replace statename = "MISSOUR" if congress == 84 & id == 1479 replace statename = "MISSOUR" if congress == 84 & id == 5056 replace statename = "MISSOUR" if congress == 84 & id == 6765 replace statename = "MONTANA" if congress == 84 & id == 6442 replace statename = "MONTANA" if congress == 84 & id == 3197 replace statename = "NEBRASK" if congress == 84 & id == 9895 replace statename = "NEBRASK" if congress == 84 & id == 1667 replace statename = "NEBRASK" if congress == 84 & id == 4134 replace statename = "NEBRASK" if congress == 84 & id == 6474 replace statename = "NEVADA" if congress == 84 & id == 10437 replace statename = "NEW HAM" if congress == 84 & id == 6437 replace statename = "NEW HAM" if congress == 84 & id == 503 replace statename = "NEW JER" if congress == 84 & id == 10314 replace statename = "NEW JER" if congress == 84 & id == 4031 replace statename = "NEW JER" if congress == 84 & id == 291 replace statename = "NEW JER" if congress == 84 & id == 9322 replace statename = "NEW JER" if congress == 84 & id == 3364 replace statename = "NEW JER" if congress == 84 & id == 10147 replace statename = "NEW JER" if congress == 84 & id == 10091 replace statename = "NEW JER" if congress == 84 & id == 1476 replace statename = "NEW JER" if congress == 84 & id == 7101 replace statename = "NEW JER" if congress == 84 & id == 8010 replace statename = "NEW JER" if congress == 84 & id == 46 replace statename = "NEW JER" if congress == 84 & id == 5109 replace statename = "NEW JER" if congress == 84 & id == 8506 replace statename = "NEW JER" if congress == 84 & id == 9505 replace statename = "NEW MEX" if congress == 84 & id == 2490 replace statename = "NEW MEX" if congress == 84 & id == 3114 replace statename = "NEW YOR" if congress == 84 & id == 9716 replace statename = "NEW YOR" if congress == 84 & id == 2523 replace statename = "NEW YOR" if congress == 84 & id == 563 replace statename = "NEW YOR" if congress == 84 & id == 5488 replace statename = "NEW YOR" if congress == 84 & id == 868 replace statename = "NEW YOR" if congress == 84 & id == 4548 replace statename = "NEW YOR" if congress == 84 & id == 2476 replace statename = "NEW YOR" if congress == 84 & id == 205 replace statename = "NEW YOR" if congress == 84 & id == 5199 replace statename = "NEW YOR" if congress == 84 & id == 5148 replace statename = "NEW YOR" if congress == 84 & id == 1611 replace statename = "NEW YOR" if congress == 84 & id == 2671 replace statename = "NEW YOR" if congress == 84 & id == 6792 replace statename = "NEW YOR" if congress == 84 & id == 8049 replace statename = "NEW YOR" if congress == 84 & id == 7749 replace statename = "NEW YOR" if congress == 84 & id == 7568 replace statename = "NEW YOR" if congress == 84 & id == 2089 replace statename = "NEW YOR" if congress == 84 & id == 2662 replace statename = "NEW YOR" if congress == 84 & id == 5317 replace statename = "NEW YOR" if congress == 84 & id == 2365 replace statename = "NEW YOR" if congress == 84 & id == 10464 replace statename = "NEW YOR" if congress == 84 & id == 3149 replace statename = "NEW YOR" if congress == 84 & id == 4262 replace statename = "NEW YOR" if congress == 84 & id == 2646 replace statename = "NEW YOR" if congress == 84 & id == 1205 replace statename = "NEW YOR" if congress == 84 & id == 3158 replace statename = "NEW YOR" if congress == 84 & id == 3446 replace statename = "NEW YOR" if congress == 84 & id == 3888 replace statename = "NEW YOR" if congress == 84 & id == 8177 replace statename = "NEW YOR" if congress == 84 & id == 9978 replace statename = "NEW YOR" if congress == 84 & id == 7003 replace statename = "NEW YOR" if congress == 84 & id == 9203 replace statename = "NEW YOR" if congress == 84 & id == 5110 replace statename = "NEW YOR" if congress == 84 & id == 5235 replace statename = "NEW YOR" if congress == 84 & id == 10191 replace statename = "NEW YOR" if congress == 84 & id == 7901 replace statename = "NEW YOR" if congress == 84 & id == 9144 replace statename = "NEW YOR" if congress == 84 & id == 1931 replace statename = "NEW YOR" if congress == 84 & id == 5116 replace statename = "NEW YOR" if congress == 84 & id == 7102 replace statename = "NEW YOR" if congress == 84 & id == 6516 replace statename = "NEW YOR" if congress == 84 & id == 7687 replace statename = "NEW YOR" if congress == 84 & id == 7453 replace statename = "NEW YOR" if congress == 84 & id == 7781 replace statename = "NORTH C" if congress == 84 & id == 846 replace statename = "NORTH C" if congress == 84 & id == 3321 replace statename = "NORTH C" if congress == 84 & id == 431 replace statename = "NORTH C" if congress == 84 & id == 2032 replace statename = "NORTH C" if congress == 84 & id == 1676 replace statename = "NORTH C" if congress == 84 & id == 2791 replace statename = "NORTH C" if congress == 84 & id == 1512 replace statename = "NORTH C" if congress == 84 & id == 2448 replace statename = "NORTH C" if congress == 84 & id == 82 replace statename = "NORTH C" if congress == 84 & id == 5019 replace statename = "NORTH C" if congress == 84 & id == 5071 replace statename = "NORTH C" if congress == 84 & id == 8495 replace statename = "NORTH D" if congress == 84 & id == 1254 replace statename = "NORTH D" if congress == 84 & id == 5370 replace statename = "OHIO" if congress == 84 & id == 8260 replace statename = "OHIO" if congress == 84 & id == 4373 replace statename = "OHIO" if congress == 84 & id == 8258 replace statename = "OHIO" if congress == 84 & id == 6204 replace statename = "OHIO" if congress == 84 & id == 1839 replace statename = "OHIO" if congress == 84 & id == 7506 replace statename = "OHIO" if congress == 84 & id == 1104 replace statename = "OHIO" if congress == 84 & id == 680 replace statename = "OHIO" if congress == 84 & id == 267 replace statename = "OHIO" if congress == 84 & id == 4917 replace statename = "OHIO" if congress == 84 & id == 838 replace statename = "OHIO" if congress == 84 & id == 9688 replace statename = "OHIO" if congress == 84 & id == 521 replace statename = "OHIO" if congress == 84 & id == 310 replace statename = "OHIO" if congress == 84 & id == 4311 replace statename = "OHIO" if congress == 84 & id == 891 replace statename = "OHIO" if congress == 84 & id == 6262 replace statename = "OHIO" if congress == 84 & id == 4247 replace statename = "OHIO" if congress == 84 & id == 5301 replace statename = "OHIO" if congress == 84 & id == 3092 replace statename = "OHIO" if congress == 84 & id == 9623 replace statename = "OHIO" if congress == 84 & id == 837 replace statename = "OHIO" if congress == 84 & id == 6548 replace statename = "OKLAHOM" if congress == 84 & id == 590 replace statename = "OKLAHOM" if congress == 84 & id == 2854 replace statename = "OKLAHOM" if congress == 84 & id == 62 replace statename = "OKLAHOM" if congress == 84 & id == 8866 replace statename = "OKLAHOM" if congress == 84 & id == 4891 replace statename = "OKLAHOM" if congress == 84 & id == 10085 replace statename = "OREGON" if congress == 84 & id == 6955 replace statename = "OREGON" if congress == 84 & id == 2038 replace statename = "OREGON" if congress == 84 & id == 3775 replace statename = "OREGON" if congress == 84 & id == 2935 replace statename = "PENNSYL" if congress == 84 & id == 465 replace statename = "PENNSYL" if congress == 84 & id == 3744 replace statename = "PENNSYL" if congress == 84 & id == 1368 replace statename = "PENNSYL" if congress == 84 & id == 1719 replace statename = "PENNSYL" if congress == 84 & id == 3785 replace statename = "PENNSYL" if congress == 84 & id == 8301 replace statename = "PENNSYL" if congress == 84 & id == 4880 replace statename = "PENNSYL" if congress == 84 & id == 5267 replace statename = "PENNSYL" if congress == 84 & id == 2298 replace statename = "PENNSYL" if congress == 84 & id == 1533 replace statename = "PENNSYL" if congress == 84 & id == 3224 replace statename = "PENNSYL" if congress == 84 & id == 3105 replace statename = "PENNSYL" if congress == 84 & id == 6169 replace statename = "PENNSYL" if congress == 84 & id == 7844 replace statename = "PENNSYL" if congress == 84 & id == 9791 replace statename = "PENNSYL" if congress == 84 & id == 6795 replace statename = "PENNSYL" if congress == 84 & id == 1328 replace statename = "PENNSYL" if congress == 84 & id == 8532 replace statename = "PENNSYL" if congress == 84 & id == 7673 replace statename = "PENNSYL" if congress == 84 & id == 9645 replace statename = "PENNSYL" if congress == 84 & id == 5136 replace statename = "PENNSYL" if congress == 84 & id == 8247 replace statename = "PENNSYL" if congress == 84 & id == 3510 replace statename = "PENNSYL" if congress == 84 & id == 5112 replace statename = "PENNSYL" if congress == 84 & id == 1763 replace statename = "PENNSYL" if congress == 84 & id == 6685 replace statename = "PENNSYL" if congress == 84 & id == 3409 replace statename = "PENNSYL" if congress == 84 & id == 2833 replace statename = "PENNSYL" if congress == 84 & id == 2065 replace statename = "PENNSYL" if congress == 84 & id == 1190 replace statename = "PENNSYL" if congress == 84 & id == 4518 replace statename = "RHODE I" if congress == 84 & id == 3264 replace statename = "RHODE I" if congress == 84 & id == 3246 replace statename = "SOUTH C" if congress == 84 & id == 7925 replace statename = "SOUTH C" if congress == 84 & id == 7908 replace statename = "SOUTH C" if congress == 84 & id == 2672 replace statename = "SOUTH C" if congress == 84 & id == 270 replace statename = "SOUTH C" if congress == 84 & id == 7869 replace statename = "SOUTH C" if congress == 84 & id == 6353 replace statename = "SOUTH D" if congress == 84 & id == 5803 replace statename = "SOUTH D" if congress == 84 & id == 672 replace statename = "TENNESS" if congress == 84 & id == 7777 replace statename = "TENNESS" if congress == 84 & id == 364 replace statename = "TENNESS" if congress == 84 & id == 3346 replace statename = "TENNESS" if congress == 84 & id == 3034 replace statename = "TENNESS" if congress == 84 & id == 7622 replace statename = "TENNESS" if congress == 84 & id == 504 replace statename = "TENNESS" if congress == 84 & id == 6826 replace statename = "TENNESS" if congress == 84 & id == 2049 replace statename = "TENNESS" if congress == 84 & id == 2376 replace statename = "TEXAS" if congress == 84 & id == 7232 replace statename = "TEXAS" if congress == 84 & id == 1077 replace statename = "TEXAS" if congress == 84 & id == 3529 replace statename = "TEXAS" if congress == 84 & id == 7753 replace statename = "TEXAS" if congress == 84 & id == 93 replace statename = "TEXAS" if congress == 84 & id == 9241 replace statename = "TEXAS" if congress == 84 & id == 2700 replace statename = "TEXAS" if congress == 84 & id == 9284 replace statename = "TEXAS" if congress == 84 & id == 9320 replace statename = "TEXAS" if congress == 84 & id == 9356 replace statename = "TEXAS" if congress == 84 & id == 7498 replace statename = "TEXAS" if congress == 84 & id == 10391 replace statename = "TEXAS" if congress == 84 & id == 4796 replace statename = "TEXAS" if congress == 84 & id == 608 replace statename = "TEXAS" if congress == 84 & id == 5241 replace statename = "TEXAS" if congress == 84 & id == 8147 replace statename = "TEXAS" if congress == 84 & id == 1282 replace statename = "TEXAS" if congress == 84 & id == 8035 replace statename = "TEXAS" if congress == 84 & id == 5924 replace statename = "TEXAS" if congress == 84 & id == 5236 replace statename = "TEXAS" if congress == 84 & id == 3171 replace statename = "TEXAS" if congress == 84 & id == 2588 replace statename = "UTAH" if congress == 84 & id == 2616 replace statename = "UTAH" if congress == 84 & id == 2430 replace statename = "VERMONT" if congress == 84 & id == 7637 replace statename = "VIRGINI" if congress == 84 & id == 7969 replace statename = "VIRGINI" if congress == 84 & id == 4064 replace statename = "VIRGINI" if congress == 84 & id == 3499 replace statename = "VIRGINI" if congress == 84 & id == 2 replace statename = "VIRGINI" if congress == 84 & id == 9494 replace statename = "VIRGINI" if congress == 84 & id == 7500 replace statename = "VIRGINI" if congress == 84 & id == 4125 replace statename = "VIRGINI" if congress == 84 & id == 8636 replace statename = "VIRGINI" if congress == 84 & id == 4927 replace statename = "VIRGINI" if congress == 84 & id == 1154 replace statename = "WASHING" if congress == 84 & id == 7313 replace statename = "WASHING" if congress == 84 & id == 9968 replace statename = "WASHING" if congress == 84 & id == 5885 replace statename = "WASHING" if congress == 84 & id == 4537 replace statename = "WASHING" if congress == 84 & id == 4579 replace statename = "WASHING" if congress == 84 & id == 9409 replace statename = "WASHING" if congress == 84 & id == 5912 replace statename = "WEST VI" if congress == 84 & id == 6584 replace statename = "WEST VI" if congress == 84 & id == 8824 replace statename = "WEST VI" if congress == 84 & id == 339 replace statename = "WEST VI" if congress == 84 & id == 1300 replace statename = "WEST VI" if congress == 84 & id == 5118 replace statename = "WEST VI" if congress == 84 & id == 1366 replace statename = "WISCONS" if congress == 84 & id == 8663 replace statename = "WISCONS" if congress == 84 & id == 2383 replace statename = "WISCONS" if congress == 84 & id == 10299 replace statename = "WISCONS" if congress == 84 & id == 10463 replace statename = "WISCONS" if congress == 84 & id == 7824 replace statename = "WISCONS" if congress == 84 & id == 9627 replace statename = "WISCONS" if congress == 84 & id == 5410 replace statename = "WISCONS" if congress == 84 & id == 1371 replace statename = "WISCONS" if congress == 84 & id == 4977 replace statename = "WISCONS" if congress == 84 & id == 7046 replace statename = "WYOMING" if congress == 84 & id == 9350 replace statename = "USA" if congress == 85 & id == 99901 replace statename = "ALABAMA" if congress == 85 & id == 937 replace statename = "ALABAMA" if congress == 85 & id == 3754 replace statename = "ALABAMA" if congress == 85 & id == 195 replace statename = "ALABAMA" if congress == 85 & id == 7954 replace statename = "ALABAMA" if congress == 85 & id == 7695 replace statename = "ALABAMA" if congress == 85 & id == 8353 replace statename = "ALABAMA" if congress == 85 & id == 2909 replace statename = "ALABAMA" if congress == 85 & id == 5058 replace statename = "ALABAMA" if congress == 85 & id == 4686 replace statename = "ARIZONA" if congress == 85 & id == 7845 replace statename = "ARIZONA" if congress == 85 & id == 9549 replace statename = "ARKANSA" if congress == 85 & id == 3506 replace statename = "ARKANSA" if congress == 85 & id == 6532 replace statename = "ARKANSA" if congress == 85 & id == 9473 replace statename = "ARKANSA" if congress == 85 & id == 4110 replace statename = "ARKANSA" if congress == 85 & id == 4244 replace statename = "ARKANSA" if congress == 85 & id == 6958 replace statename = "CALIFOR" if congress == 85 & id == 8322 replace statename = "CALIFOR" if congress == 85 & id == 2965 replace statename = "CALIFOR" if congress == 85 & id == 6756 replace statename = "CALIFOR" if congress == 85 & id == 5929 replace statename = "CALIFOR" if congress == 85 & id == 8437 replace statename = "CALIFOR" if congress == 85 & id == 387 replace statename = "CALIFOR" if congress == 85 & id == 116 replace statename = "CALIFOR" if congress == 85 & id == 6483 replace statename = "CALIFOR" if congress == 85 & id == 10461 replace statename = "CALIFOR" if congress == 85 & id == 3867 replace statename = "CALIFOR" if congress == 85 & id == 6240 replace statename = "CALIFOR" if congress == 85 & id == 8549 replace statename = "CALIFOR" if congress == 85 & id == 9240 replace statename = "CALIFOR" if congress == 85 & id == 3901 replace statename = "CALIFOR" if congress == 85 & id == 6220 replace statename = "CALIFOR" if congress == 85 & id == 4846 replace statename = "CALIFOR" if congress == 85 & id == 5255 replace statename = "CALIFOR" if congress == 85 & id == 4592 replace statename = "CALIFOR" if congress == 85 & id == 4514 replace statename = "CALIFOR" if congress == 85 & id == 8628 replace statename = "CALIFOR" if congress == 85 & id == 4388 replace statename = "CALIFOR" if congress == 85 & id == 4543 replace statename = "CALIFOR" if congress == 85 & id == 2713 replace statename = "CALIFOR" if congress == 85 & id == 5694 replace statename = "CALIFOR" if congress == 85 & id == 4437 replace statename = "CALIFOR" if congress == 85 & id == 8051 replace statename = "CALIFOR" if congress == 85 & id == 8444 replace statename = "CALIFOR" if congress == 85 & id == 9578 replace statename = "CALIFOR" if congress == 85 & id == 8225 replace statename = "CALIFOR" if congress == 85 & id == 10249 replace statename = "COLORAD" if congress == 85 & id == 8021 replace statename = "COLORAD" if congress == 85 & id == 4429 replace statename = "COLORAD" if congress == 85 & id == 1684 replace statename = "COLORAD" if congress == 85 & id == 275 replace statename = "CONNECT" if congress == 85 & id == 6102 replace statename = "CONNECT" if congress == 85 & id == 8346 replace statename = "CONNECT" if congress == 85 & id == 2174 replace statename = "CONNECT" if congress == 85 & id == 6664 replace statename = "CONNECT" if congress == 85 & id == 7245 replace statename = "CONNECT" if congress == 85 & id == 8170 replace statename = "DELAWAR" if congress == 85 & id == 4172 replace statename = "FLORIDA" if congress == 85 & id == 2143 replace statename = "FLORIDA" if congress == 85 & id == 633 replace statename = "FLORIDA" if congress == 85 & id == 8507 replace statename = "FLORIDA" if congress == 85 & id == 3078 replace statename = "FLORIDA" if congress == 85 & id == 4354 replace statename = "FLORIDA" if congress == 85 & id == 8032 replace statename = "FLORIDA" if congress == 85 & id == 3929 replace statename = "FLORIDA" if congress == 85 & id == 6084 replace statename = "GEORGIA" if congress == 85 & id == 7605 replace statename = "GEORGIA" if congress == 85 & id == 7450 replace statename = "GEORGIA" if congress == 85 & id == 3286 replace statename = "GEORGIA" if congress == 85 & id == 3242 replace statename = "GEORGIA" if congress == 85 & id == 2389 replace statename = "GEORGIA" if congress == 85 & id == 9677 replace statename = "GEORGIA" if congress == 85 & id == 5459 replace statename = "GEORGIA" if congress == 85 & id == 6559 replace statename = "GEORGIA" if congress == 85 & id == 798 replace statename = "GEORGIA" if congress == 85 & id == 5436 replace statename = "GEORGIA" if congress == 85 & id == 1130 replace statename = "IDAHO" if congress == 85 & id == 7392 replace statename = "IDAHO" if congress == 85 & id == 1215 replace statename = "ILLINOI" if congress == 85 & id == 2433 replace statename = "ILLINOI" if congress == 85 & id == 7041 replace statename = "ILLINOI" if congress == 85 & id == 1367 replace statename = "ILLINOI" if congress == 85 & id == 6389 replace statename = "ILLINOI" if congress == 85 & id == 5326 replace statename = "ILLINOI" if congress == 85 & id == 7004 replace statename = "ILLINOI" if congress == 85 & id == 912 replace statename = "ILLINOI" if congress == 85 & id == 5654 replace statename = "ILLINOI" if congress == 85 & id == 3700 replace statename = "ILLINOI" if congress == 85 & id == 10421 replace statename = "ILLINOI" if congress == 85 & id == 1941 replace statename = "ILLINOI" if congress == 85 & id == 8426 replace statename = "ILLINOI" if congress == 85 & id == 939 replace statename = "ILLINOI" if congress == 85 & id == 1722 replace statename = "ILLINOI" if congress == 85 & id == 5120 replace statename = "ILLINOI" if congress == 85 & id == 6061 replace statename = "ILLINOI" if congress == 85 & id == 121 replace statename = "ILLINOI" if congress == 85 & id == 226 replace statename = "ILLINOI" if congress == 85 & id == 6455 replace statename = "ILLINOI" if congress == 85 & id == 1702 replace statename = "ILLINOI" if congress == 85 & id == 8533 replace statename = "ILLINOI" if congress == 85 & id == 5884 replace statename = "ILLINOI" if congress == 85 & id == 8814 replace statename = "ILLINOI" if congress == 85 & id == 9693 replace statename = "ILLINOI" if congress == 85 & id == 7610 replace statename = "ILLINOI" if congress == 85 & id == 3769 replace statename = "INDIANA" if congress == 85 & id == 5900 replace statename = "INDIANA" if congress == 85 & id == 3963 replace statename = "INDIANA" if congress == 85 & id == 6933 replace statename = "INDIANA" if congress == 85 & id == 18 replace statename = "INDIANA" if congress == 85 & id == 550 replace statename = "INDIANA" if congress == 85 & id == 4050 replace statename = "INDIANA" if congress == 85 & id == 986 replace statename = "INDIANA" if congress == 85 & id == 2517 replace statename = "INDIANA" if congress == 85 & id == 10212 replace statename = "INDIANA" if congress == 85 & id == 4165 replace statename = "INDIANA" if congress == 85 & id == 1152 replace statename = "IOWA" if congress == 85 & id == 8288 replace statename = "IOWA" if congress == 85 & id == 9168 replace statename = "IOWA" if congress == 85 & id == 3853 replace statename = "IOWA" if congress == 85 & id == 5552 replace statename = "IOWA" if congress == 85 & id == 2256 replace statename = "IOWA" if congress == 85 & id == 1861 replace statename = "IOWA" if congress == 85 & id == 4928 replace statename = "IOWA" if congress == 85 & id == 4482 replace statename = "KANSAS" if congress == 85 & id == 301 replace statename = "KANSAS" if congress == 85 & id == 8318 replace statename = "KANSAS" if congress == 85 & id == 3534 replace statename = "KANSAS" if congress == 85 & id == 7799 replace statename = "KANSAS" if congress == 85 & id == 997 replace statename = "KANSAS" if congress == 85 & id == 8709 replace statename = "KENTUCK" if congress == 85 & id == 3809 replace statename = "KENTUCK" if congress == 85 & id == 6845 replace statename = "KENTUCK" if congress == 85 & id == 7997 replace statename = "KENTUCK" if congress == 85 & id == 1682 replace statename = "KENTUCK" if congress == 85 & id == 8778 replace statename = "KENTUCK" if congress == 85 & id == 9882 replace statename = "KENTUCK" if congress == 85 & id == 7343 replace statename = "KENTUCK" if congress == 85 & id == 8508 replace statename = "LOUISIA" if congress == 85 & id == 4275 replace statename = "LOUISIA" if congress == 85 & id == 824 replace statename = "LOUISIA" if congress == 85 & id == 10201 replace statename = "LOUISIA" if congress == 85 & id == 1081 replace statename = "LOUISIA" if congress == 85 & id == 7228 replace statename = "LOUISIA" if congress == 85 & id == 6721 replace statename = "LOUISIA" if congress == 85 & id == 9339 replace statename = "LOUISIA" if congress == 85 & id == 5757 replace statename = "MAINE" if congress == 85 & id == 3924 replace statename = "MAINE" if congress == 85 & id == 1904 replace statename = "MAINE" if congress == 85 & id == 6276 replace statename = "MARYLAN" if congress == 85 & id == 6481 replace statename = "MARYLAN" if congress == 85 & id == 2531 replace statename = "MARYLAN" if congress == 85 & id == 3480 replace statename = "MARYLAN" if congress == 85 & id == 3054 replace statename = "MARYLAN" if congress == 85 & id == 5463 replace statename = "MARYLAN" if congress == 85 & id == 4785 replace statename = "MARYLAN" if congress == 85 & id == 3374 replace statename = "MASSACH" if congress == 85 & id == 4372 replace statename = "MASSACH" if congress == 85 & id == 830 replace statename = "MASSACH" if congress == 85 & id == 7408 replace statename = "MASSACH" if congress == 85 & id == 2660 replace statename = "MASSACH" if congress == 85 & id == 8024 replace statename = "MASSACH" if congress == 85 & id == 518 replace statename = "MASSACH" if congress == 85 & id == 5447 replace statename = "MASSACH" if congress == 85 & id == 5873 replace statename = "MASSACH" if congress == 85 & id == 6922 replace statename = "MASSACH" if congress == 85 & id == 2272 replace statename = "MASSACH" if congress == 85 & id == 7081 replace statename = "MASSACH" if congress == 85 & id == 6177 replace statename = "MASSACH" if congress == 85 & id == 10095 replace statename = "MASSACH" if congress == 85 & id == 6033 replace statename = "MICHIGA" if congress == 85 & id == 5880 replace statename = "MICHIGA" if congress == 85 & id == 6399 replace statename = "MICHIGA" if congress == 85 & id == 4935 replace statename = "MICHIGA" if congress == 85 & id == 4487 replace statename = "MICHIGA" if congress == 85 & id == 3268 replace statename = "MICHIGA" if congress == 85 & id == 1620 replace statename = "MICHIGA" if congress == 85 & id == 6280 replace statename = "MICHIGA" if congress == 85 & id == 652 replace statename = "MICHIGA" if congress == 85 & id == 3824 replace statename = "MICHIGA" if congress == 85 & id == 1610 replace statename = "MICHIGA" if congress == 85 & id == 5349 replace statename = "MICHIGA" if congress == 85 & id == 639 replace statename = "MICHIGA" if congress == 85 & id == 2594 replace statename = "MICHIGA" if congress == 85 & id == 7682 replace statename = "MICHIGA" if congress == 85 & id == 2605 replace statename = "MICHIGA" if congress == 85 & id == 5617 replace statename = "MICHIGA" if congress == 85 & id == 3830 replace statename = "MICHIGA" if congress == 85 & id == 1087 replace statename = "MINNESO" if congress == 85 & id == 188 replace statename = "MINNESO" if congress == 85 & id == 7671 replace statename = "MINNESO" if congress == 85 & id == 7044 replace statename = "MINNESO" if congress == 85 & id == 10092 replace statename = "MINNESO" if congress == 85 & id == 6134 replace statename = "MINNESO" if congress == 85 & id == 5083 replace statename = "MINNESO" if congress == 85 & id == 5998 replace statename = "MINNESO" if congress == 85 & id == 158 replace statename = "MINNESO" if congress == 85 & id == 789 replace statename = "MINNESO" if congress == 85 & id == 5351 replace statename = "MISSISS" if congress == 85 & id == 13 replace statename = "MISSISS" if congress == 85 & id == 10075 replace statename = "MISSISS" if congress == 85 & id == 8616 replace statename = "MISSISS" if congress == 85 & id == 10162 replace statename = "MISSISS" if congress == 85 & id == 10279 replace statename = "MISSISS" if congress == 85 & id == 1952 replace statename = "MISSOUR" if congress == 85 & id == 5097 replace statename = "MISSOUR" if congress == 85 & id == 2275 replace statename = "MISSOUR" if congress == 85 & id == 9072 replace statename = "MISSOUR" if congress == 85 & id == 1717 replace statename = "MISSOUR" if congress == 85 & id == 835 replace statename = "MISSOUR" if congress == 85 & id == 4724 replace statename = "MISSOUR" if congress == 85 & id == 1103 replace statename = "MISSOUR" if congress == 85 & id == 1517 replace statename = "MISSOUR" if congress == 85 & id == 1479 replace statename = "MISSOUR" if congress == 85 & id == 5056 replace statename = "MISSOUR" if congress == 85 & id == 6765 replace statename = "MONTANA" if congress == 85 & id == 6442 replace statename = "MONTANA" if congress == 85 & id == 177 replace statename = "NEBRASK" if congress == 85 & id == 9895 replace statename = "NEBRASK" if congress == 85 & id == 2255 replace statename = "NEBRASK" if congress == 85 & id == 4134 replace statename = "NEBRASK" if congress == 85 & id == 6474 replace statename = "NEVADA" if congress == 85 & id == 433 replace statename = "NEW HAM" if congress == 85 & id == 6437 replace statename = "NEW HAM" if congress == 85 & id == 503 replace statename = "NEW JER" if congress == 85 & id == 10314 replace statename = "NEW JER" if congress == 85 & id == 3629 replace statename = "NEW JER" if congress == 85 & id == 291 replace statename = "NEW JER" if congress == 85 & id == 9322 replace statename = "NEW JER" if congress == 85 & id == 3364 replace statename = "NEW JER" if congress == 85 & id == 2804 replace statename = "NEW JER" if congress == 85 & id == 10091 replace statename = "NEW JER" if congress == 85 & id == 1476 replace statename = "NEW JER" if congress == 85 & id == 7101 replace statename = "NEW JER" if congress == 85 & id == 8010 replace statename = "NEW JER" if congress == 85 & id == 46 replace statename = "NEW JER" if congress == 85 & id == 5109 replace statename = "NEW JER" if congress == 85 & id == 8506 replace statename = "NEW JER" if congress == 85 & id == 2484 replace statename = "NEW JER" if congress == 85 & id == 92484 replace statename = "NEW MEX" if congress == 85 & id == 6611 replace statename = "NEW MEX" if congress == 85 & id == 2490 replace statename = "NEW YOR" if congress == 85 & id == 9716 replace statename = "NEW YOR" if congress == 85 & id == 2523 replace statename = "NEW YOR" if congress == 85 & id == 563 replace statename = "NEW YOR" if congress == 85 & id == 5488 replace statename = "NEW YOR" if congress == 85 & id == 868 replace statename = "NEW YOR" if congress == 85 & id == 4548 replace statename = "NEW YOR" if congress == 85 & id == 2476 replace statename = "NEW YOR" if congress == 85 & id == 205 replace statename = "NEW YOR" if congress == 85 & id == 5199 replace statename = "NEW YOR" if congress == 85 & id == 5148 replace statename = "NEW YOR" if congress == 85 & id == 1611 replace statename = "NEW YOR" if congress == 85 & id == 2671 replace statename = "NEW YOR" if congress == 85 & id == 6792 replace statename = "NEW YOR" if congress == 85 & id == 8049 replace statename = "NEW YOR" if congress == 85 & id == 7749 replace statename = "NEW YOR" if congress == 85 & id == 7568 replace statename = "NEW YOR" if congress == 85 & id == 2089 replace statename = "NEW YOR" if congress == 85 & id == 8214 replace statename = "NEW YOR" if congress == 85 & id == 3056 replace statename = "NEW YOR" if congress == 85 & id == 9248 replace statename = "NEW YOR" if congress == 85 & id == 10464 replace statename = "NEW YOR" if congress == 85 & id == 4262 replace statename = "NEW YOR" if congress == 85 & id == 2646 replace statename = "NEW YOR" if congress == 85 & id == 1205 replace statename = "NEW YOR" if congress == 85 & id == 3158 replace statename = "NEW YOR" if congress == 85 & id == 2665 replace statename = "NEW YOR" if congress == 85 & id == 3888 replace statename = "NEW YOR" if congress == 85 & id == 8177 replace statename = "NEW YOR" if congress == 85 & id == 9978 replace statename = "NEW YOR" if congress == 85 & id == 7003 replace statename = "NEW YOR" if congress == 85 & id == 9203 replace statename = "NEW YOR" if congress == 85 & id == 5110 replace statename = "NEW YOR" if congress == 85 & id == 5235 replace statename = "NEW YOR" if congress == 85 & id == 10191 replace statename = "NEW YOR" if congress == 85 & id == 7901 replace statename = "NEW YOR" if congress == 85 & id == 9144 replace statename = "NEW YOR" if congress == 85 & id == 1931 replace statename = "NEW YOR" if congress == 85 & id == 7995 replace statename = "NEW YOR" if congress == 85 & id == 5116 replace statename = "NEW YOR" if congress == 85 & id == 7102 replace statename = "NEW YOR" if congress == 85 & id == 6516 replace statename = "NEW YOR" if congress == 85 & id == 7687 replace statename = "NEW YOR" if congress == 85 & id == 7453 replace statename = "NEW YOR" if congress == 85 & id == 7781 replace statename = "NORTH C" if congress == 85 & id == 846 replace statename = "NORTH C" if congress == 85 & id == 3321 replace statename = "NORTH C" if congress == 85 & id == 431 replace statename = "NORTH C" if congress == 85 & id == 2032 replace statename = "NORTH C" if congress == 85 & id == 8311 replace statename = "NORTH C" if congress == 85 & id == 2791 replace statename = "NORTH C" if congress == 85 & id == 5606 replace statename = "NORTH C" if congress == 85 & id == 5306 replace statename = "NORTH C" if congress == 85 & id == 82 replace statename = "NORTH C" if congress == 85 & id == 5019 replace statename = "NORTH C" if congress == 85 & id == 10060 replace statename = "NORTH C" if congress == 85 & id == 8495 replace statename = "NORTH D" if congress == 85 & id == 5370 replace statename = "NORTH D" if congress == 85 & id == 1254 replace statename = "OHIO" if congress == 85 & id == 8260 replace statename = "OHIO" if congress == 85 & id == 4373 replace statename = "OHIO" if congress == 85 & id == 8258 replace statename = "OHIO" if congress == 85 & id == 6204 replace statename = "OHIO" if congress == 85 & id == 1839 replace statename = "OHIO" if congress == 85 & id == 7506 replace statename = "OHIO" if congress == 85 & id == 1104 replace statename = "OHIO" if congress == 85 & id == 680 replace statename = "OHIO" if congress == 85 & id == 267 replace statename = "OHIO" if congress == 85 & id == 4917 replace statename = "OHIO" if congress == 85 & id == 2504 replace statename = "OHIO" if congress == 85 & id == 9688 replace statename = "OHIO" if congress == 85 & id == 521 replace statename = "OHIO" if congress == 85 & id == 310 replace statename = "OHIO" if congress == 85 & id == 4311 replace statename = "OHIO" if congress == 85 & id == 891 replace statename = "OHIO" if congress == 85 & id == 6262 replace statename = "OHIO" if congress == 85 & id == 4247 replace statename = "OHIO" if congress == 85 & id == 5301 replace statename = "OHIO" if congress == 85 & id == 3092 replace statename = "OHIO" if congress == 85 & id == 9623 replace statename = "OHIO" if congress == 85 & id == 837 replace statename = "OHIO" if congress == 85 & id == 6548 replace statename = "OKLAHOM" if congress == 85 & id == 590 replace statename = "OKLAHOM" if congress == 85 & id == 2854 replace statename = "OKLAHOM" if congress == 85 & id == 62 replace statename = "OKLAHOM" if congress == 85 & id == 8866 replace statename = "OKLAHOM" if congress == 85 & id == 4891 replace statename = "OKLAHOM" if congress == 85 & id == 6718 replace statename = "OREGON" if congress == 85 & id == 6955 replace statename = "OREGON" if congress == 85 & id == 9551 replace statename = "OREGON" if congress == 85 & id == 3775 replace statename = "OREGON" if congress == 85 & id == 7533 replace statename = "PENNSYL" if congress == 85 & id == 465 replace statename = "PENNSYL" if congress == 85 & id == 3743 replace statename = "PENNSYL" if congress == 85 & id == 1368 replace statename = "PENNSYL" if congress == 85 & id == 1719 replace statename = "PENNSYL" if congress == 85 & id == 6936 replace statename = "PENNSYL" if congress == 85 & id == 3785 replace statename = "PENNSYL" if congress == 85 & id == 8301 replace statename = "PENNSYL" if congress == 85 & id == 4880 replace statename = "PENNSYL" if congress == 85 & id == 2266 replace statename = "PENNSYL" if congress == 85 & id == 2298 replace statename = "PENNSYL" if congress == 85 & id == 1533 replace statename = "PENNSYL" if congress == 85 & id == 3224 replace statename = "PENNSYL" if congress == 85 & id == 3105 replace statename = "PENNSYL" if congress == 85 & id == 6169 replace statename = "PENNSYL" if congress == 85 & id == 5404 replace statename = "PENNSYL" if congress == 85 & id == 7844 replace statename = "PENNSYL" if congress == 85 & id == 9791 replace statename = "PENNSYL" if congress == 85 & id == 6795 replace statename = "PENNSYL" if congress == 85 & id == 1328 replace statename = "PENNSYL" if congress == 85 & id == 8532 replace statename = "PENNSYL" if congress == 85 & id == 8857 replace statename = "PENNSYL" if congress == 85 & id == 9645 replace statename = "PENNSYL" if congress == 85 & id == 5136 replace statename = "PENNSYL" if congress == 85 & id == 2513 replace statename = "PENNSYL" if congress == 85 & id == 8247 replace statename = "PENNSYL" if congress == 85 & id == 3510 replace statename = "PENNSYL" if congress == 85 & id == 5112 replace statename = "PENNSYL" if congress == 85 & id == 1763 replace statename = "PENNSYL" if congress == 85 & id == 6685 replace statename = "PENNSYL" if congress == 85 & id == 3409 replace statename = "PENNSYL" if congress == 85 & id == 2833 replace statename = "PENNSYL" if congress == 85 & id == 2065 replace statename = "PENNSYL" if congress == 85 & id == 4518 replace statename = "RHODE I" if congress == 85 & id == 3264 replace statename = "RHODE I" if congress == 85 & id == 3246 replace statename = "SOUTH C" if congress == 85 & id == 7925 replace statename = "SOUTH C" if congress == 85 & id == 7908 replace statename = "SOUTH C" if congress == 85 & id == 2672 replace statename = "SOUTH C" if congress == 85 & id == 270 replace statename = "SOUTH C" if congress == 85 & id == 4299 replace statename = "SOUTH C" if congress == 85 & id == 6353 replace statename = "SOUTH D" if congress == 85 & id == 6256 replace statename = "SOUTH D" if congress == 85 & id == 672 replace statename = "TENNESS" if congress == 85 & id == 7777 replace statename = "TENNESS" if congress == 85 & id == 364 replace statename = "TENNESS" if congress == 85 & id == 3346 replace statename = "TENNESS" if congress == 85 & id == 3034 replace statename = "TENNESS" if congress == 85 & id == 5783 replace statename = "TENNESS" if congress == 85 & id == 504 replace statename = "TENNESS" if congress == 85 & id == 6826 replace statename = "TENNESS" if congress == 85 & id == 2049 replace statename = "TENNESS" if congress == 85 & id == 3028 replace statename = "TENNESS" if congress == 85 & id == 2376 replace statename = "TEXAS" if congress == 85 & id == 7232 replace statename = "TEXAS" if congress == 85 & id == 1077 replace statename = "TEXAS" if congress == 85 & id == 567 replace statename = "TEXAS" if congress == 85 & id == 7753 replace statename = "TEXAS" if congress == 85 & id == 93 replace statename = "TEXAS" if congress == 85 & id == 9241 replace statename = "TEXAS" if congress == 85 & id == 2700 replace statename = "TEXAS" if congress == 85 & id == 9284 replace statename = "TEXAS" if congress == 85 & id == 9320 replace statename = "TEXAS" if congress == 85 & id == 9356 replace statename = "TEXAS" if congress == 85 & id == 7498 replace statename = "TEXAS" if congress == 85 & id == 10391 replace statename = "TEXAS" if congress == 85 & id == 4796 replace statename = "TEXAS" if congress == 85 & id == 10446 replace statename = "TEXAS" if congress == 85 & id == 5241 replace statename = "TEXAS" if congress == 85 & id == 8147 replace statename = "TEXAS" if congress == 85 & id == 1282 replace statename = "TEXAS" if congress == 85 & id == 8035 replace statename = "TEXAS" if congress == 85 & id == 5924 replace statename = "TEXAS" if congress == 85 & id == 5236 replace statename = "TEXAS" if congress == 85 & id == 3171 replace statename = "TEXAS" if congress == 85 & id == 2588 replace statename = "UTAH" if congress == 85 & id == 2616 replace statename = "UTAH" if congress == 85 & id == 2430 replace statename = "VERMONT" if congress == 85 & id == 7637 replace statename = "VIRGINI" if congress == 85 & id == 7969 replace statename = "VIRGINI" if congress == 85 & id == 4064 replace statename = "VIRGINI" if congress == 85 & id == 3499 replace statename = "VIRGINI" if congress == 85 & id == 2 replace statename = "VIRGINI" if congress == 85 & id == 9494 replace statename = "VIRGINI" if congress == 85 & id == 7500 replace statename = "VIRGINI" if congress == 85 & id == 4125 replace statename = "VIRGINI" if congress == 85 & id == 8636 replace statename = "VIRGINI" if congress == 85 & id == 4927 replace statename = "VIRGINI" if congress == 85 & id == 1154 replace statename = "WASHING" if congress == 85 & id == 7313 replace statename = "WASHING" if congress == 85 & id == 9968 replace statename = "WASHING" if congress == 85 & id == 5885 replace statename = "WASHING" if congress == 85 & id == 4537 replace statename = "WASHING" if congress == 85 & id == 4579 replace statename = "WASHING" if congress == 85 & id == 9409 replace statename = "WASHING" if congress == 85 & id == 5912 replace statename = "WEST VI" if congress == 85 & id == 6626 replace statename = "WEST VI" if congress == 85 & id == 8824 replace statename = "WEST VI" if congress == 85 & id == 339 replace statename = "WEST VI" if congress == 85 & id == 6851 replace statename = "WEST VI" if congress == 85 & id == 5118 replace statename = "WEST VI" if congress == 85 & id == 1366 replace statename = "WISCONS" if congress == 85 & id == 8663 replace statename = "WISCONS" if congress == 85 & id == 9267 replace statename = "WISCONS" if congress == 85 & id == 10299 replace statename = "WISCONS" if congress == 85 & id == 10463 replace statename = "WISCONS" if congress == 85 & id == 7824 replace statename = "WISCONS" if congress == 85 & id == 9627 replace statename = "WISCONS" if congress == 85 & id == 5410 replace statename = "WISCONS" if congress == 85 & id == 1371 replace statename = "WISCONS" if congress == 85 & id == 4977 replace statename = "WISCONS" if congress == 85 & id == 7046 replace statename = "WYOMING" if congress == 85 & id == 9350 replace statename = "USA" if congress == 86 & id == 99901 replace statename = "ALABAMA" if congress == 86 & id == 937 replace statename = "ALABAMA" if congress == 86 & id == 3754 replace statename = "ALABAMA" if congress == 86 & id == 195 replace statename = "ALABAMA" if congress == 86 & id == 7954 replace statename = "ALABAMA" if congress == 86 & id == 7695 replace statename = "ALABAMA" if congress == 86 & id == 8353 replace statename = "ALABAMA" if congress == 86 & id == 2909 replace statename = "ALABAMA" if congress == 86 & id == 5058 replace statename = "ALABAMA" if congress == 86 & id == 4686 replace statename = "ALASKA" if congress == 86 & id == 7926 replace statename = "ARIZONA" if congress == 86 & id == 7845 replace statename = "ARIZONA" if congress == 86 & id == 9549 replace statename = "ARKANSA" if congress == 86 & id == 3506 replace statename = "ARKANSA" if congress == 86 & id == 6532 replace statename = "ARKANSA" if congress == 86 & id == 9473 replace statename = "ARKANSA" if congress == 86 & id == 4110 replace statename = "ARKANSA" if congress == 86 & id == 92 replace statename = "ARKANSA" if congress == 86 & id == 6958 replace statename = "CALIFOR" if congress == 86 & id == 6477 replace statename = "CALIFOR" if congress == 86 & id == 4957 replace statename = "CALIFOR" if congress == 86 & id == 6756 replace statename = "CALIFOR" if congress == 86 & id == 5929 replace statename = "CALIFOR" if congress == 86 & id == 8437 replace statename = "CALIFOR" if congress == 86 & id == 387 replace statename = "CALIFOR" if congress == 86 & id == 1911 replace statename = "CALIFOR" if congress == 86 & id == 6483 replace statename = "CALIFOR" if congress == 86 & id == 10461 replace statename = "CALIFOR" if congress == 86 & id == 3867 replace statename = "CALIFOR" if congress == 86 & id == 6240 replace statename = "CALIFOR" if congress == 86 & id == 8549 replace statename = "CALIFOR" if congress == 86 & id == 9240 replace statename = "CALIFOR" if congress == 86 & id == 3901 replace statename = "CALIFOR" if congress == 86 & id == 6220 replace statename = "CALIFOR" if congress == 86 & id == 4846 replace statename = "CALIFOR" if congress == 86 & id == 5255 replace statename = "CALIFOR" if congress == 86 & id == 4592 replace statename = "CALIFOR" if congress == 86 & id == 4514 replace statename = "CALIFOR" if congress == 86 & id == 8628 replace statename = "CALIFOR" if congress == 86 & id == 4388 replace statename = "CALIFOR" if congress == 86 & id == 4543 replace statename = "CALIFOR" if congress == 86 & id == 2713 replace statename = "CALIFOR" if congress == 86 & id == 5694 replace statename = "CALIFOR" if congress == 86 & id == 5099 replace statename = "CALIFOR" if congress == 86 & id == 8051 replace statename = "CALIFOR" if congress == 86 & id == 8444 replace statename = "CALIFOR" if congress == 86 & id == 9578 replace statename = "CALIFOR" if congress == 86 & id == 8225 replace statename = "CALIFOR" if congress == 86 & id == 10249 replace statename = "COLORAD" if congress == 86 & id == 8021 replace statename = "COLORAD" if congress == 86 & id == 4943 replace statename = "COLORAD" if congress == 86 & id == 1684 replace statename = "COLORAD" if congress == 86 & id == 275 replace statename = "CONNECT" if congress == 86 & id == 2295 replace statename = "CONNECT" if congress == 86 & id == 913 replace statename = "CONNECT" if congress == 86 & id == 3553 replace statename = "CONNECT" if congress == 86 & id == 4824 replace statename = "CONNECT" if congress == 86 & id == 6586 replace statename = "CONNECT" if congress == 86 & id == 5362 replace statename = "DELAWAR" if congress == 86 & id == 6224 replace statename = "FLORIDA" if congress == 86 & id == 2143 replace statename = "FLORIDA" if congress == 86 & id == 633 replace statename = "FLORIDA" if congress == 86 & id == 8507 replace statename = "FLORIDA" if congress == 86 & id == 3078 replace statename = "FLORIDA" if congress == 86 & id == 4354 replace statename = "FLORIDA" if congress == 86 & id == 8032 replace statename = "FLORIDA" if congress == 86 & id == 3929 replace statename = "FLORIDA" if congress == 86 & id == 6084 replace statename = "GEORGIA" if congress == 86 & id == 7605 replace statename = "GEORGIA" if congress == 86 & id == 7450 replace statename = "GEORGIA" if congress == 86 & id == 3286 replace statename = "GEORGIA" if congress == 86 & id == 3242 replace statename = "GEORGIA" if congress == 86 & id == 2389 replace statename = "GEORGIA" if congress == 86 & id == 9677 replace statename = "GEORGIA" if congress == 86 & id == 6559 replace statename = "GEORGIA" if congress == 86 & id == 798 replace statename = "GEORGIA" if congress == 86 & id == 5436 replace statename = "GEORGIA" if congress == 86 & id == 1130 replace statename = "HAWAII" if congress == 86 & id == 4812 replace statename = "IDAHO" if congress == 86 & id == 7392 replace statename = "IDAHO" if congress == 86 & id == 1215 replace statename = "ILLINOI" if congress == 86 & id == 2433 replace statename = "ILLINOI" if congress == 86 & id == 7041 replace statename = "ILLINOI" if congress == 86 & id == 6816 replace statename = "ILLINOI" if congress == 86 & id == 2525 replace statename = "ILLINOI" if congress == 86 & id == 5326 replace statename = "ILLINOI" if congress == 86 & id == 7004 replace statename = "ILLINOI" if congress == 86 & id == 5654 replace statename = "ILLINOI" if congress == 86 & id == 8080 replace statename = "ILLINOI" if congress == 86 & id == 10421 replace statename = "ILLINOI" if congress == 86 & id == 1941 replace statename = "ILLINOI" if congress == 86 & id == 7642 replace statename = "ILLINOI" if congress == 86 & id == 939 replace statename = "ILLINOI" if congress == 86 & id == 1722 replace statename = "ILLINOI" if congress == 86 & id == 4488 replace statename = "ILLINOI" if congress == 86 & id == 6061 replace statename = "ILLINOI" if congress == 86 & id == 121 replace statename = "ILLINOI" if congress == 86 & id == 226 replace statename = "ILLINOI" if congress == 86 & id == 6455 replace statename = "ILLINOI" if congress == 86 & id == 1702 replace statename = "ILLINOI" if congress == 86 & id == 8527 replace statename = "ILLINOI" if congress == 86 & id == 5884 replace statename = "ILLINOI" if congress == 86 & id == 8814 replace statename = "ILLINOI" if congress == 86 & id == 8474 replace statename = "ILLINOI" if congress == 86 & id == 7610 replace statename = "ILLINOI" if congress == 86 & id == 3769 replace statename = "INDIANA" if congress == 86 & id == 5900 replace statename = "INDIANA" if congress == 86 & id == 3963 replace statename = "INDIANA" if congress == 86 & id == 948 replace statename = "INDIANA" if congress == 86 & id == 18 replace statename = "INDIANA" if congress == 86 & id == 8084 replace statename = "INDIANA" if congress == 86 & id == 9801 replace statename = "INDIANA" if congress == 86 & id == 986 replace statename = "INDIANA" if congress == 86 & id == 2517 replace statename = "INDIANA" if congress == 86 & id == 4494 replace statename = "INDIANA" if congress == 86 & id == 4081 replace statename = "INDIANA" if congress == 86 & id == 458 replace statename = "IOWA" if congress == 86 & id == 8288 replace statename = "IOWA" if congress == 86 & id == 10308 replace statename = "IOWA" if congress == 86 & id == 3853 replace statename = "IOWA" if congress == 86 & id == 1549 replace statename = "IOWA" if congress == 86 & id == 5385 replace statename = "IOWA" if congress == 86 & id == 8672 replace statename = "IOWA" if congress == 86 & id == 1861 replace statename = "IOWA" if congress == 86 & id == 4928 replace statename = "IOWA" if congress == 86 & id == 4482 replace statename = "KANSAS" if congress == 86 & id == 301 replace statename = "KANSAS" if congress == 86 & id == 3535 replace statename = "KANSAS" if congress == 86 & id == 4071 replace statename = "KANSAS" if congress == 86 & id == 7799 replace statename = "KANSAS" if congress == 86 & id == 997 replace statename = "KANSAS" if congress == 86 & id == 8709 replace statename = "KENTUCK" if congress == 86 & id == 9056 replace statename = "KENTUCK" if congress == 86 & id == 6845 replace statename = "KENTUCK" if congress == 86 & id == 1264 replace statename = "KENTUCK" if congress == 86 & id == 1682 replace statename = "KENTUCK" if congress == 86 & id == 8778 replace statename = "KENTUCK" if congress == 86 & id == 9882 replace statename = "KENTUCK" if congress == 86 & id == 7343 replace statename = "KENTUCK" if congress == 86 & id == 8508 replace statename = "LOUISIA" if congress == 86 & id == 4275 replace statename = "LOUISIA" if congress == 86 & id == 824 replace statename = "LOUISIA" if congress == 86 & id == 10201 replace statename = "LOUISIA" if congress == 86 & id == 1081 replace statename = "LOUISIA" if congress == 86 & id == 7228 replace statename = "LOUISIA" if congress == 86 & id == 6721 replace statename = "LOUISIA" if congress == 86 & id == 9339 replace statename = "LOUISIA" if congress == 86 & id == 6386 replace statename = "MAINE" if congress == 86 & id == 7061 replace statename = "MAINE" if congress == 86 & id == 1904 replace statename = "MAINE" if congress == 86 & id == 6276 replace statename = "MARYLAN" if congress == 86 & id == 4993 replace statename = "MARYLAN" if congress == 86 & id == 1018 replace statename = "MARYLAN" if congress == 86 & id == 3480 replace statename = "MARYLAN" if congress == 86 & id == 3054 replace statename = "MARYLAN" if congress == 86 & id == 5463 replace statename = "MARYLAN" if congress == 86 & id == 3249 replace statename = "MARYLAN" if congress == 86 & id == 3374 replace statename = "MASSACH" if congress == 86 & id == 2009 replace statename = "MASSACH" if congress == 86 & id == 830 replace statename = "MASSACH" if congress == 86 & id == 7408 replace statename = "MASSACH" if congress == 86 & id == 2660 replace statename = "MASSACH" if congress == 86 & id == 8024 replace statename = "MASSACH" if congress == 86 & id == 518 replace statename = "MASSACH" if congress == 86 & id == 5447 replace statename = "MASSACH" if congress == 86 & id == 5873 replace statename = "MASSACH" if congress == 86 & id == 5131 replace statename = "MASSACH" if congress == 86 & id == 2272 replace statename = "MASSACH" if congress == 86 & id == 7081 replace statename = "MASSACH" if congress == 86 & id == 6177 replace statename = "MASSACH" if congress == 86 & id == 1265 replace statename = "MASSACH" if congress == 86 & id == 6033 replace statename = "MICHIGA" if congress == 86 & id == 5880 replace statename = "MICHIGA" if congress == 86 & id == 6399 replace statename = "MICHIGA" if congress == 86 & id == 4935 replace statename = "MICHIGA" if congress == 86 & id == 4487 replace statename = "MICHIGA" if congress == 86 & id == 3268 replace statename = "MICHIGA" if congress == 86 & id == 1620 replace statename = "MICHIGA" if congress == 86 & id == 7043 replace statename = "MICHIGA" if congress == 86 & id == 652 replace statename = "MICHIGA" if congress == 86 & id == 3824 replace statename = "MICHIGA" if congress == 86 & id == 1610 replace statename = "MICHIGA" if congress == 86 & id == 5349 replace statename = "MICHIGA" if congress == 86 & id == 639 replace statename = "MICHIGA" if congress == 86 & id == 2594 replace statename = "MICHIGA" if congress == 86 & id == 7682 replace statename = "MICHIGA" if congress == 86 & id == 2605 replace statename = "MICHIGA" if congress == 86 & id == 5617 replace statename = "MICHIGA" if congress == 86 & id == 3830 replace statename = "MICHIGA" if congress == 86 & id == 1087 replace statename = "MINNESO" if congress == 86 & id == 7671 replace statename = "MINNESO" if congress == 86 & id == 6860 replace statename = "MINNESO" if congress == 86 & id == 10092 replace statename = "MINNESO" if congress == 86 & id == 5098 replace statename = "MINNESO" if congress == 86 & id == 5083 replace statename = "MINNESO" if congress == 86 & id == 5998 replace statename = "MINNESO" if congress == 86 & id == 158 replace statename = "MINNESO" if congress == 86 & id == 789 replace statename = "MINNESO" if congress == 86 & id == 5451 replace statename = "MISSISS" if congress == 86 & id == 13 replace statename = "MISSISS" if congress == 86 & id == 10075 replace statename = "MISSISS" if congress == 86 & id == 8616 replace statename = "MISSISS" if congress == 86 & id == 10162 replace statename = "MISSISS" if congress == 86 & id == 10279 replace statename = "MISSISS" if congress == 86 & id == 1952 replace statename = "MISSOUR" if congress == 86 & id == 5097 replace statename = "MISSOUR" if congress == 86 & id == 2275 replace statename = "MISSOUR" if congress == 86 & id == 9072 replace statename = "MISSOUR" if congress == 86 & id == 1717 replace statename = "MISSOUR" if congress == 86 & id == 7717 replace statename = "MISSOUR" if congress == 86 & id == 835 replace statename = "MISSOUR" if congress == 86 & id == 4724 replace statename = "MISSOUR" if congress == 86 & id == 1103 replace statename = "MISSOUR" if congress == 86 & id == 1517 replace statename = "MISSOUR" if congress == 86 & id == 1479 replace statename = "MISSOUR" if congress == 86 & id == 5056 replace statename = "MISSOUR" if congress == 86 & id == 6765 replace statename = "MONTANA" if congress == 86 & id == 6442 replace statename = "MONTANA" if congress == 86 & id == 177 replace statename = "NEBRASK" if congress == 86 & id == 9895 replace statename = "NEBRASK" if congress == 86 & id == 2255 replace statename = "NEBRASK" if congress == 86 & id == 1050 replace statename = "NEBRASK" if congress == 86 & id == 6253 replace statename = "NEVADA" if congress == 86 & id == 433 replace statename = "NEW HAM" if congress == 86 & id == 6437 replace statename = "NEW HAM" if congress == 86 & id == 503 replace statename = "NEW JER" if congress == 86 & id == 1393 replace statename = "NEW JER" if congress == 86 & id == 3629 replace statename = "NEW JER" if congress == 86 & id == 291 replace statename = "NEW JER" if congress == 86 & id == 9322 replace statename = "NEW JER" if congress == 86 & id == 3364 replace statename = "NEW JER" if congress == 86 & id == 2804 replace statename = "NEW JER" if congress == 86 & id == 10091 replace statename = "NEW JER" if congress == 86 & id == 1476 replace statename = "NEW JER" if congress == 86 & id == 7101 replace statename = "NEW JER" if congress == 86 & id == 8010 replace statename = "NEW JER" if congress == 86 & id == 46 replace statename = "NEW JER" if congress == 86 & id == 9775 replace statename = "NEW JER" if congress == 86 & id == 3433 replace statename = "NEW JER" if congress == 86 & id == 2329 replace statename = "NEW MEX" if congress == 86 & id == 6717 replace statename = "NEW MEX" if congress == 86 & id == 6611 replace statename = "NEW YOR" if congress == 86 & id == 9716 replace statename = "NEW YOR" if congress == 86 & id == 2523 replace statename = "NEW YOR" if congress == 86 & id == 563 replace statename = "NEW YOR" if congress == 86 & id == 3967 replace statename = "NEW YOR" if congress == 86 & id == 868 replace statename = "NEW YOR" if congress == 86 & id == 4548 replace statename = "NEW YOR" if congress == 86 & id == 2476 replace statename = "NEW YOR" if congress == 86 & id == 205 replace statename = "NEW YOR" if congress == 86 & id == 5199 replace statename = "NEW YOR" if congress == 86 & id == 5148 replace statename = "NEW YOR" if congress == 86 & id == 1611 replace statename = "NEW YOR" if congress == 86 & id == 2671 replace statename = "NEW YOR" if congress == 86 & id == 6792 replace statename = "NEW YOR" if congress == 86 & id == 8049 replace statename = "NEW YOR" if congress == 86 & id == 7749 replace statename = "NEW YOR" if congress == 86 & id == 7568 replace statename = "NEW YOR" if congress == 86 & id == 5678 replace statename = "NEW YOR" if congress == 86 & id == 8214 replace statename = "NEW YOR" if congress == 86 & id == 3056 replace statename = "NEW YOR" if congress == 86 & id == 9248 replace statename = "NEW YOR" if congress == 86 & id == 10464 replace statename = "NEW YOR" if congress == 86 & id == 4262 replace statename = "NEW YOR" if congress == 86 & id == 2646 replace statename = "NEW YOR" if congress == 86 & id == 3575 replace statename = "NEW YOR" if congress == 86 & id == 1205 replace statename = "NEW YOR" if congress == 86 & id == 3158 replace statename = "NEW YOR" if congress == 86 & id == 2665 replace statename = "NEW YOR" if congress == 86 & id == 476 replace statename = "NEW YOR" if congress == 86 & id == 8177 replace statename = "NEW YOR" if congress == 86 & id == 9978 replace statename = "NEW YOR" if congress == 86 & id == 7003 replace statename = "NEW YOR" if congress == 86 & id == 9203 replace statename = "NEW YOR" if congress == 86 & id == 9017 replace statename = "NEW YOR" if congress == 86 & id == 5235 replace statename = "NEW YOR" if congress == 86 & id == 7467 replace statename = "NEW YOR" if congress == 86 & id == 7901 replace statename = "NEW YOR" if congress == 86 & id == 9144 replace statename = "NEW YOR" if congress == 86 & id == 7995 replace statename = "NEW YOR" if congress == 86 & id == 9920 replace statename = "NEW YOR" if congress == 86 & id == 7102 replace statename = "NEW YOR" if congress == 86 & id == 6516 replace statename = "NEW YOR" if congress == 86 & id == 2752 replace statename = "NEW YOR" if congress == 86 & id == 7453 replace statename = "NEW YOR" if congress == 86 & id == 7781 replace statename = "NEW YOR" if congress == 86 & id == 3670 replace statename = "NORTH C" if congress == 86 & id == 846 replace statename = "NORTH C" if congress == 86 & id == 3321 replace statename = "NORTH C" if congress == 86 & id == 431 replace statename = "NORTH C" if congress == 86 & id == 2032 replace statename = "NORTH C" if congress == 86 & id == 8311 replace statename = "NORTH C" if congress == 86 & id == 2791 replace statename = "NORTH C" if congress == 86 & id == 5606 replace statename = "NORTH C" if congress == 86 & id == 5306 replace statename = "NORTH C" if congress == 86 & id == 82 replace statename = "NORTH C" if congress == 86 & id == 5019 replace statename = "NORTH C" if congress == 86 & id == 10060 replace statename = "NORTH C" if congress == 86 & id == 3936 replace statename = "NORTH C" if congress == 86 & id == 9230 replace statename = "NORTH D" if congress == 86 & id == 8485 replace statename = "NORTH D" if congress == 86 & id == 1252 replace statename = "OHIO" if congress == 86 & id == 8260 replace statename = "OHIO" if congress == 86 & id == 4373 replace statename = "OHIO" if congress == 86 & id == 8258 replace statename = "OHIO" if congress == 86 & id == 6204 replace statename = "OHIO" if congress == 86 & id == 5495 replace statename = "OHIO" if congress == 86 & id == 7506 replace statename = "OHIO" if congress == 86 & id == 1104 replace statename = "OHIO" if congress == 86 & id == 680 replace statename = "OHIO" if congress == 86 & id == 267 replace statename = "OHIO" if congress == 86 & id == 6579 replace statename = "OHIO" if congress == 86 & id == 2023 replace statename = "OHIO" if congress == 86 & id == 2533 replace statename = "OHIO" if congress == 86 & id == 521 replace statename = "OHIO" if congress == 86 & id == 310 replace statename = "OHIO" if congress == 86 & id == 4311 replace statename = "OHIO" if congress == 86 & id == 891 replace statename = "OHIO" if congress == 86 & id == 5625 replace statename = "OHIO" if congress == 86 & id == 4247 replace statename = "OHIO" if congress == 86 & id == 5301 replace statename = "OHIO" if congress == 86 & id == 3092 replace statename = "OHIO" if congress == 86 & id == 9623 replace statename = "OHIO" if congress == 86 & id == 837 replace statename = "OHIO" if congress == 86 & id == 6548 replace statename = "OKLAHOM" if congress == 86 & id == 590 replace statename = "OKLAHOM" if congress == 86 & id == 2854 replace statename = "OKLAHOM" if congress == 86 & id == 62 replace statename = "OKLAHOM" if congress == 86 & id == 8866 replace statename = "OKLAHOM" if congress == 86 & id == 4891 replace statename = "OKLAHOM" if congress == 86 & id == 6718 replace statename = "OREGON" if congress == 86 & id == 6955 replace statename = "OREGON" if congress == 86 & id == 9551 replace statename = "OREGON" if congress == 86 & id == 3775 replace statename = "OREGON" if congress == 86 & id == 7533 replace statename = "PENNSYL" if congress == 86 & id == 465 replace statename = "PENNSYL" if congress == 86 & id == 3743 replace statename = "PENNSYL" if congress == 86 & id == 1368 replace statename = "PENNSYL" if congress == 86 & id == 6936 replace statename = "PENNSYL" if congress == 86 & id == 3785 replace statename = "PENNSYL" if congress == 86 & id == 9408 replace statename = "PENNSYL" if congress == 86 & id == 6524 replace statename = "PENNSYL" if congress == 86 & id == 2266 replace statename = "PENNSYL" if congress == 86 & id == 2298 replace statename = "PENNSYL" if congress == 86 & id == 7634 replace statename = "PENNSYL" if congress == 86 & id == 3224 replace statename = "PENNSYL" if congress == 86 & id == 3105 replace statename = "PENNSYL" if congress == 86 & id == 5404 replace statename = "PENNSYL" if congress == 86 & id == 7844 replace statename = "PENNSYL" if congress == 86 & id == 9791 replace statename = "PENNSYL" if congress == 86 & id == 6795 replace statename = "PENNSYL" if congress == 86 & id == 1328 replace statename = "PENNSYL" if congress == 86 & id == 8268 replace statename = "PENNSYL" if congress == 86 & id == 8532 replace statename = "PENNSYL" if congress == 86 & id == 2910 replace statename = "PENNSYL" if congress == 86 & id == 7673 replace statename = "PENNSYL" if congress == 86 & id == 9645 replace statename = "PENNSYL" if congress == 86 & id == 2513 replace statename = "PENNSYL" if congress == 86 & id == 8247 replace statename = "PENNSYL" if congress == 86 & id == 3510 replace statename = "PENNSYL" if congress == 86 & id == 5112 replace statename = "PENNSYL" if congress == 86 & id == 1763 replace statename = "PENNSYL" if congress == 86 & id == 6685 replace statename = "PENNSYL" if congress == 86 & id == 3409 replace statename = "PENNSYL" if congress == 86 & id == 6661 replace statename = "PENNSYL" if congress == 86 & id == 2065 replace statename = "PENNSYL" if congress == 86 & id == 4518 replace statename = "RHODE I" if congress == 86 & id == 3264 replace statename = "RHODE I" if congress == 86 & id == 3246 replace statename = "SOUTH C" if congress == 86 & id == 7925 replace statename = "SOUTH C" if congress == 86 & id == 7908 replace statename = "SOUTH C" if congress == 86 & id == 2672 replace statename = "SOUTH C" if congress == 86 & id == 270 replace statename = "SOUTH C" if congress == 86 & id == 4299 replace statename = "SOUTH C" if congress == 86 & id == 6353 replace statename = "SOUTH D" if congress == 86 & id == 6256 replace statename = "SOUTH D" if congress == 86 & id == 672 replace statename = "TENNESS" if congress == 86 & id == 7777 replace statename = "TENNESS" if congress == 86 & id == 364 replace statename = "TENNESS" if congress == 86 & id == 3346 replace statename = "TENNESS" if congress == 86 & id == 3034 replace statename = "TENNESS" if congress == 86 & id == 5783 replace statename = "TENNESS" if congress == 86 & id == 504 replace statename = "TENNESS" if congress == 86 & id == 6826 replace statename = "TENNESS" if congress == 86 & id == 3028 replace statename = "TENNESS" if congress == 86 & id == 2376 replace statename = "TEXAS" if congress == 86 & id == 7232 replace statename = "TEXAS" if congress == 86 & id == 1077 replace statename = "TEXAS" if congress == 86 & id == 567 replace statename = "TEXAS" if congress == 86 & id == 7753 replace statename = "TEXAS" if congress == 86 & id == 93 replace statename = "TEXAS" if congress == 86 & id == 9241 replace statename = "TEXAS" if congress == 86 & id == 2700 replace statename = "TEXAS" if congress == 86 & id == 9284 replace statename = "TEXAS" if congress == 86 & id == 9320 replace statename = "TEXAS" if congress == 86 & id == 9356 replace statename = "TEXAS" if congress == 86 & id == 7498 replace statename = "TEXAS" if congress == 86 & id == 10391 replace statename = "TEXAS" if congress == 86 & id == 4796 replace statename = "TEXAS" if congress == 86 & id == 10446 replace statename = "TEXAS" if congress == 86 & id == 5241 replace statename = "TEXAS" if congress == 86 & id == 8147 replace statename = "TEXAS" if congress == 86 & id == 1282 replace statename = "TEXAS" if congress == 86 & id == 8035 replace statename = "TEXAS" if congress == 86 & id == 5924 replace statename = "TEXAS" if congress == 86 & id == 5236 replace statename = "TEXAS" if congress == 86 & id == 3171 replace statename = "TEXAS" if congress == 86 & id == 1577 replace statename = "UTAH" if congress == 86 & id == 2616 replace statename = "UTAH" if congress == 86 & id == 5258 replace statename = "VERMONT" if congress == 86 & id == 6451 replace statename = "VIRGINI" if congress == 86 & id == 2706 replace statename = "VIRGINI" if congress == 86 & id == 4064 replace statename = "VIRGINI" if congress == 86 & id == 3499 replace statename = "VIRGINI" if congress == 86 & id == 2 replace statename = "VIRGINI" if congress == 86 & id == 9494 replace statename = "VIRGINI" if congress == 86 & id == 7500 replace statename = "VIRGINI" if congress == 86 & id == 4125 replace statename = "VIRGINI" if congress == 86 & id == 8636 replace statename = "VIRGINI" if congress == 86 & id == 4927 replace statename = "VIRGINI" if congress == 86 & id == 1154 replace statename = "WASHING" if congress == 86 & id == 7313 replace statename = "WASHING" if congress == 86 & id == 9968 replace statename = "WASHING" if congress == 86 & id == 5885 replace statename = "WASHING" if congress == 86 & id == 6101 replace statename = "WASHING" if congress == 86 & id == 4579 replace statename = "WASHING" if congress == 86 & id == 9409 replace statename = "WASHING" if congress == 86 & id == 5912 replace statename = "WEST VI" if congress == 86 & id == 6626 replace statename = "WEST VI" if congress == 86 & id == 8824 replace statename = "WEST VI" if congress == 86 & id == 339 replace statename = "WEST VI" if congress == 86 & id == 4276 replace statename = "WEST VI" if congress == 86 & id == 5118 replace statename = "WEST VI" if congress == 86 & id == 8564 replace statename = "WISCONS" if congress == 86 & id == 3240 replace statename = "WISCONS" if congress == 86 & id == 5101 replace statename = "WISCONS" if congress == 86 & id == 10299 replace statename = "WISCONS" if congress == 86 & id == 10463 replace statename = "WISCONS" if congress == 86 & id == 7824 replace statename = "WISCONS" if congress == 86 & id == 9627 replace statename = "WISCONS" if congress == 86 & id == 5410 replace statename = "WISCONS" if congress == 86 & id == 1371 replace statename = "WISCONS" if congress == 86 & id == 4977 replace statename = "WISCONS" if congress == 86 & id == 7046 replace statename = "WYOMING" if congress == 86 & id == 9350 replace statename = "USA" if congress == 87 & id == 99902 replace statename = "ALABAMA" if congress == 87 & id == 937 replace statename = "ALABAMA" if congress == 87 & id == 3754 replace statename = "ALABAMA" if congress == 87 & id == 195 replace statename = "ALABAMA" if congress == 87 & id == 7954 replace statename = "ALABAMA" if congress == 87 & id == 7695 replace statename = "ALABAMA" if congress == 87 & id == 8353 replace statename = "ALABAMA" if congress == 87 & id == 2909 replace statename = "ALABAMA" if congress == 87 & id == 5058 replace statename = "ALABAMA" if congress == 87 & id == 4686 replace statename = "ALASKA" if congress == 87 & id == 7926 replace statename = "ARIZONA" if congress == 87 & id == 7845 replace statename = "ARIZONA" if congress == 87 & id == 9549 replace statename = "ARIZONA" if congress == 87 & id == 10566 replace statename = "ARKANSA" if congress == 87 & id == 3506 replace statename = "ARKANSA" if congress == 87 & id == 6532 replace statename = "ARKANSA" if congress == 87 & id == 9473 replace statename = "ARKANSA" if congress == 87 & id == 4110 replace statename = "ARKANSA" if congress == 87 & id == 92 replace statename = "ARKANSA" if congress == 87 & id == 10541 replace statename = "ARKANSA" if congress == 87 & id == 6958 replace statename = "CALIFOR" if congress == 87 & id == 6477 replace statename = "CALIFOR" if congress == 87 & id == 4957 replace statename = "CALIFOR" if congress == 87 & id == 6756 replace statename = "CALIFOR" if congress == 87 & id == 5929 replace statename = "CALIFOR" if congress == 87 & id == 8437 replace statename = "CALIFOR" if congress == 87 & id == 387 replace statename = "CALIFOR" if congress == 87 & id == 1911 replace statename = "CALIFOR" if congress == 87 & id == 6483 replace statename = "CALIFOR" if congress == 87 & id == 10461 replace statename = "CALIFOR" if congress == 87 & id == 3867 replace statename = "CALIFOR" if congress == 87 & id == 6240 replace statename = "CALIFOR" if congress == 87 & id == 8549 replace statename = "CALIFOR" if congress == 87 & id == 9240 replace statename = "CALIFOR" if congress == 87 & id == 3901 replace statename = "CALIFOR" if congress == 87 & id == 6220 replace statename = "CALIFOR" if congress == 87 & id == 10505 replace statename = "CALIFOR" if congress == 87 & id == 5255 replace statename = "CALIFOR" if congress == 87 & id == 4592 replace statename = "CALIFOR" if congress == 87 & id == 4514 replace statename = "CALIFOR" if congress == 87 & id == 8628 replace statename = "CALIFOR" if congress == 87 & id == 4388 replace statename = "CALIFOR" if congress == 87 & id == 10511 replace statename = "CALIFOR" if congress == 87 & id == 2713 replace statename = "CALIFOR" if congress == 87 & id == 5694 replace statename = "CALIFOR" if congress == 87 & id == 10553 replace statename = "CALIFOR" if congress == 87 & id == 8051 replace statename = "CALIFOR" if congress == 87 & id == 8444 replace statename = "CALIFOR" if congress == 87 & id == 9578 replace statename = "CALIFOR" if congress == 87 & id == 8225 replace statename = "CALIFOR" if congress == 87 & id == 10249 replace statename = "COLORAD" if congress == 87 & id == 8021 replace statename = "COLORAD" if congress == 87 & id == 10514 replace statename = "COLORAD" if congress == 87 & id == 1684 replace statename = "COLORAD" if congress == 87 & id == 275 replace statename = "CONNECT" if congress == 87 & id == 2295 replace statename = "CONNECT" if congress == 87 & id == 8346 replace statename = "CONNECT" if congress == 87 & id == 3553 replace statename = "CONNECT" if congress == 87 & id == 10560 replace statename = "CONNECT" if congress == 87 & id == 6586 replace statename = "CONNECT" if congress == 87 & id == 5362 replace statename = "DELAWAR" if congress == 87 & id == 6224 replace statename = "FLORIDA" if congress == 87 & id == 2143 replace statename = "FLORIDA" if congress == 87 & id == 633 replace statename = "FLORIDA" if congress == 87 & id == 8507 replace statename = "FLORIDA" if congress == 87 & id == 3078 replace statename = "FLORIDA" if congress == 87 & id == 4354 replace statename = "FLORIDA" if congress == 87 & id == 8032 replace statename = "FLORIDA" if congress == 87 & id == 3929 replace statename = "FLORIDA" if congress == 87 & id == 6084 replace statename = "GEORGIA" if congress == 87 & id == 10522 replace statename = "GEORGIA" if congress == 87 & id == 7450 replace statename = "GEORGIA" if congress == 87 & id == 3286 replace statename = "GEORGIA" if congress == 87 & id == 3242 replace statename = "GEORGIA" if congress == 87 & id == 2389 replace statename = "GEORGIA" if congress == 87 & id == 9677 replace statename = "GEORGIA" if congress == 87 & id == 10512 replace statename = "GEORGIA" if congress == 87 & id == 798 replace statename = "GEORGIA" if congress == 87 & id == 5436 replace statename = "GEORGIA" if congress == 87 & id == 10563 replace statename = "HAWAII" if congress == 87 & id == 4812 replace statename = "IDAHO" if congress == 87 & id == 7392 replace statename = "IDAHO" if congress == 87 & id == 10524 replace statename = "ILLINOI" if congress == 87 & id == 2433 replace statename = "ILLINOI" if congress == 87 & id == 7041 replace statename = "ILLINOI" if congress == 87 & id == 6816 replace statename = "ILLINOI" if congress == 87 & id == 2525 replace statename = "ILLINOI" if congress == 87 & id == 5326 replace statename = "ILLINOI" if congress == 87 & id == 7004 replace statename = "ILLINOI" if congress == 87 & id == 5654 replace statename = "ILLINOI" if congress == 87 & id == 8080 replace statename = "ILLINOI" if congress == 87 & id == 10421 replace statename = "ILLINOI" if congress == 87 & id == 1941 replace statename = "ILLINOI" if congress == 87 & id == 7642 replace statename = "ILLINOI" if congress == 87 & id == 10518 replace statename = "ILLINOI" if congress == 87 & id == 1722 replace statename = "ILLINOI" if congress == 87 & id == 4488 replace statename = "ILLINOI" if congress == 87 & id == 6061 replace statename = "ILLINOI" if congress == 87 & id == 10501 replace statename = "ILLINOI" if congress == 87 & id == 226 replace statename = "ILLINOI" if congress == 87 & id == 6455 replace statename = "ILLINOI" if congress == 87 & id == 1702 replace statename = "ILLINOI" if congress == 87 & id == 10517 replace statename = "ILLINOI" if congress == 87 & id == 5884 replace statename = "ILLINOI" if congress == 87 & id == 8814 replace statename = "ILLINOI" if congress == 87 & id == 8474 replace statename = "ILLINOI" if congress == 87 & id == 7610 replace statename = "ILLINOI" if congress == 87 & id == 3769 replace statename = "INDIANA" if congress == 87 & id == 5900 replace statename = "INDIANA" if congress == 87 & id == 3963 replace statename = "INDIANA" if congress == 87 & id == 948 replace statename = "INDIANA" if congress == 87 & id == 18 replace statename = "INDIANA" if congress == 87 & id == 8084 replace statename = "INDIANA" if congress == 87 & id == 10509 replace statename = "INDIANA" if congress == 87 & id == 10552 replace statename = "INDIANA" if congress == 87 & id == 986 replace statename = "INDIANA" if congress == 87 & id == 2517 replace statename = "INDIANA" if congress == 87 & id == 10212 replace statename = "INDIANA" if congress == 87 & id == 4165 replace statename = "INDIANA" if congress == 87 & id == 10507 replace statename = "IOWA" if congress == 87 & id == 8288 replace statename = "IOWA" if congress == 87 & id == 10506 replace statename = "IOWA" if congress == 87 & id == 3853 replace statename = "IOWA" if congress == 87 & id == 5385 replace statename = "IOWA" if congress == 87 & id == 8672 replace statename = "IOWA" if congress == 87 & id == 1861 replace statename = "IOWA" if congress == 87 & id == 4928 replace statename = "IOWA" if congress == 87 & id == 4482 replace statename = "KANSAS" if congress == 87 & id == 301 replace statename = "KANSAS" if congress == 87 & id == 10516 replace statename = "KANSAS" if congress == 87 & id == 10536 replace statename = "KANSAS" if congress == 87 & id == 10559 replace statename = "KANSAS" if congress == 87 & id == 997 replace statename = "KANSAS" if congress == 87 & id == 10513 replace statename = "KENTUCK" if congress == 87 & id == 9056 replace statename = "KENTUCK" if congress == 87 & id == 6845 replace statename = "KENTUCK" if congress == 87 & id == 1264 replace statename = "KENTUCK" if congress == 87 & id == 1682 replace statename = "KENTUCK" if congress == 87 & id == 8778 replace statename = "KENTUCK" if congress == 87 & id == 9882 replace statename = "KENTUCK" if congress == 87 & id == 7343 replace statename = "KENTUCK" if congress == 87 & id == 8508 replace statename = "LOUISIA" if congress == 87 & id == 4275 replace statename = "LOUISIA" if congress == 87 & id == 824 replace statename = "LOUISIA" if congress == 87 & id == 10201 replace statename = "LOUISIA" if congress == 87 & id == 1081 replace statename = "LOUISIA" if congress == 87 & id == 10567 replace statename = "LOUISIA" if congress == 87 & id == 7228 replace statename = "LOUISIA" if congress == 87 & id == 6721 replace statename = "LOUISIA" if congress == 87 & id == 9339 replace statename = "LOUISIA" if congress == 87 & id == 6386 replace statename = "MAINE" if congress == 87 & id == 10519 replace statename = "MAINE" if congress == 87 & id == 10565 replace statename = "MAINE" if congress == 87 & id == 6276 replace statename = "MARYLAN" if congress == 87 & id == 4993 replace statename = "MARYLAN" if congress == 87 & id == 1018 replace statename = "MARYLAN" if congress == 87 & id == 3480 replace statename = "MARYLAN" if congress == 87 & id == 3054 replace statename = "MARYLAN" if congress == 87 & id == 5463 replace statename = "MARYLAN" if congress == 87 & id == 10535 replace statename = "MARYLAN" if congress == 87 & id == 3374 replace statename = "MASSACH" if congress == 87 & id == 2009 replace statename = "MASSACH" if congress == 87 & id == 830 replace statename = "MASSACH" if congress == 87 & id == 7408 replace statename = "MASSACH" if congress == 87 & id == 2660 replace statename = "MASSACH" if congress == 87 & id == 10538 replace statename = "MASSACH" if congress == 87 & id == 518 replace statename = "MASSACH" if congress == 87 & id == 5447 replace statename = "MASSACH" if congress == 87 & id == 5873 replace statename = "MASSACH" if congress == 87 & id == 5131 replace statename = "MASSACH" if congress == 87 & id == 2272 replace statename = "MASSACH" if congress == 87 & id == 7081 replace statename = "MASSACH" if congress == 87 & id == 6177 replace statename = "MASSACH" if congress == 87 & id == 1265 replace statename = "MASSACH" if congress == 87 & id == 6033 replace statename = "MICHIGA" if congress == 87 & id == 5880 replace statename = "MICHIGA" if congress == 87 & id == 10540 replace statename = "MICHIGA" if congress == 87 & id == 6399 replace statename = "MICHIGA" if congress == 87 & id == 4935 replace statename = "MICHIGA" if congress == 87 & id == 4487 replace statename = "MICHIGA" if congress == 87 & id == 3268 replace statename = "MICHIGA" if congress == 87 & id == 1620 replace statename = "MICHIGA" if congress == 87 & id == 7043 replace statename = "MICHIGA" if congress == 87 & id == 10526 replace statename = "MICHIGA" if congress == 87 & id == 3824 replace statename = "MICHIGA" if congress == 87 & id == 1610 replace statename = "MICHIGA" if congress == 87 & id == 5349 replace statename = "MICHIGA" if congress == 87 & id == 639 replace statename = "MICHIGA" if congress == 87 & id == 2594 replace statename = "MICHIGA" if congress == 87 & id == 7682 replace statename = "MICHIGA" if congress == 87 & id == 10554 replace statename = "MICHIGA" if congress == 87 & id == 2605 replace statename = "MICHIGA" if congress == 87 & id == 5617 replace statename = "MICHIGA" if congress == 87 & id == 3830 replace statename = "MICHIGA" if congress == 87 & id == 1087 replace statename = "MINNESO" if congress == 87 & id == 7671 replace statename = "MINNESO" if congress == 87 & id == 6860 replace statename = "MINNESO" if congress == 87 & id == 10533 replace statename = "MINNESO" if congress == 87 & id == 5098 replace statename = "MINNESO" if congress == 87 & id == 5083 replace statename = "MINNESO" if congress == 87 & id == 5998 replace statename = "MINNESO" if congress == 87 & id == 158 replace statename = "MINNESO" if congress == 87 & id == 789 replace statename = "MINNESO" if congress == 87 & id == 5451 replace statename = "MISSISS" if congress == 87 & id == 13 replace statename = "MISSISS" if congress == 87 & id == 10075 replace statename = "MISSISS" if congress == 87 & id == 8616 replace statename = "MISSISS" if congress == 87 & id == 10162 replace statename = "MISSISS" if congress == 87 & id == 10279 replace statename = "MISSISS" if congress == 87 & id == 1952 replace statename = "MISSOUR" if congress == 87 & id == 5097 replace statename = "MISSOUR" if congress == 87 & id == 2275 replace statename = "MISSOUR" if congress == 87 & id == 9072 replace statename = "MISSOUR" if congress == 87 & id == 7717 replace statename = "MISSOUR" if congress == 87 & id == 835 replace statename = "MISSOUR" if congress == 87 & id == 4724 replace statename = "MISSOUR" if congress == 87 & id == 10523 replace statename = "MISSOUR" if congress == 87 & id == 10528 replace statename = "MISSOUR" if congress == 87 & id == 1479 replace statename = "MISSOUR" if congress == 87 & id == 5056 replace statename = "MISSOUR" if congress == 87 & id == 6765 replace statename = "MONTANA" if congress == 87 & id == 10543 replace statename = "MONTANA" if congress == 87 & id == 10503 replace statename = "NEBRASK" if congress == 87 & id == 9895 replace statename = "NEBRASK" if congress == 87 & id == 2255 replace statename = "NEBRASK" if congress == 87 & id == 10504 replace statename = "NEBRASK" if congress == 87 & id == 10534 replace statename = "NEVADA" if congress == 87 & id == 433 replace statename = "NEW HAM" if congress == 87 & id == 6437 replace statename = "NEW HAM" if congress == 87 & id == 503 replace statename = "NEW JER" if congress == 87 & id == 1393 replace statename = "NEW JER" if congress == 87 & id == 3629 replace statename = "NEW JER" if congress == 87 & id == 291 replace statename = "NEW JER" if congress == 87 & id == 9322 replace statename = "NEW JER" if congress == 87 & id == 3364 replace statename = "NEW JER" if congress == 87 & id == 2804 replace statename = "NEW JER" if congress == 87 & id == 10091 replace statename = "NEW JER" if congress == 87 & id == 10529 replace statename = "NEW JER" if congress == 87 & id == 7101 replace statename = "NEW JER" if congress == 87 & id == 8010 replace statename = "NEW JER" if congress == 87 & id == 46 replace statename = "NEW JER" if congress == 87 & id == 9775 replace statename = "NEW JER" if congress == 87 & id == 3433 replace statename = "NEW JER" if congress == 87 & id == 2329 replace statename = "NEW MEX" if congress == 87 & id == 6611 replace statename = "NEW MEX" if congress == 87 & id == 6717 replace statename = "NEW YOR" if congress == 87 & id == 10545 replace statename = "NEW YOR" if congress == 87 & id == 2523 replace statename = "NEW YOR" if congress == 87 & id == 563 replace statename = "NEW YOR" if congress == 87 & id == 3967 replace statename = "NEW YOR" if congress == 87 & id == 10500 replace statename = "NEW YOR" if congress == 87 & id == 4548 replace statename = "NEW YOR" if congress == 87 & id == 10551 replace statename = "NEW YOR" if congress == 87 & id == 2476 replace statename = "NEW YOR" if congress == 87 & id == 205 replace statename = "NEW YOR" if congress == 87 & id == 5199 replace statename = "NEW YOR" if congress == 87 & id == 5148 replace statename = "NEW YOR" if congress == 87 & id == 1611 replace statename = "NEW YOR" if congress == 87 & id == 10508 replace statename = "NEW YOR" if congress == 87 & id == 6792 replace statename = "NEW YOR" if congress == 87 & id == 8049 replace statename = "NEW YOR" if congress == 87 & id == 7749 replace statename = "NEW YOR" if congress == 87 & id == 7568 replace statename = "NEW YOR" if congress == 87 & id == 5678 replace statename = "NEW YOR" if congress == 87 & id == 8214 replace statename = "NEW YOR" if congress == 87 & id == 3056 replace statename = "NEW YOR" if congress == 87 & id == 10555 replace statename = "NEW YOR" if congress == 87 & id == 10464 replace statename = "NEW YOR" if congress == 87 & id == 4262 replace statename = "NEW YOR" if congress == 87 & id == 3575 replace statename = "NEW YOR" if congress == 87 & id == 1205 replace statename = "NEW YOR" if congress == 87 & id == 3158 replace statename = "NEW YOR" if congress == 87 & id == 2665 replace statename = "NEW YOR" if congress == 87 & id == 476 replace statename = "NEW YOR" if congress == 87 & id == 8177 replace statename = "NEW YOR" if congress == 87 & id == 9978 replace statename = "NEW YOR" if congress == 87 & id == 7003 replace statename = "NEW YOR" if congress == 87 & id == 10530 replace statename = "NEW YOR" if congress == 87 & id == 9017 replace statename = "NEW YOR" if congress == 87 & id == 5235 replace statename = "NEW YOR" if congress == 87 & id == 7467 replace statename = "NEW YOR" if congress == 87 & id == 7901 replace statename = "NEW YOR" if congress == 87 & id == 9144 replace statename = "NEW YOR" if congress == 87 & id == 7995 replace statename = "NEW YOR" if congress == 87 & id == 9920 replace statename = "NEW YOR" if congress == 87 & id == 7102 replace statename = "NEW YOR" if congress == 87 & id == 6516 replace statename = "NEW YOR" if congress == 87 & id == 2752 replace statename = "NEW YOR" if congress == 87 & id == 7453 replace statename = "NEW YOR" if congress == 87 & id == 3670 replace statename = "NORTH C" if congress == 87 & id == 846 replace statename = "NORTH C" if congress == 87 & id == 3321 replace statename = "NORTH C" if congress == 87 & id == 10527 replace statename = "NORTH C" if congress == 87 & id == 2032 replace statename = "NORTH C" if congress == 87 & id == 8311 replace statename = "NORTH C" if congress == 87 & id == 10531 replace statename = "NORTH C" if congress == 87 & id == 5606 replace statename = "NORTH C" if congress == 87 & id == 5306 replace statename = "NORTH C" if congress == 87 & id == 82 replace statename = "NORTH C" if congress == 87 & id == 5019 replace statename = "NORTH C" if congress == 87 & id == 10060 replace statename = "NORTH C" if congress == 87 & id == 9230 replace statename = "NORTH D" if congress == 87 & id == 8485 replace statename = "NORTH D" if congress == 87 & id == 10542 replace statename = "OHIO" if congress == 87 & id == 8260 replace statename = "OHIO" if congress == 87 & id == 10510 replace statename = "OHIO" if congress == 87 & id == 8258 replace statename = "OHIO" if congress == 87 & id == 6204 replace statename = "OHIO" if congress == 87 & id == 5495 replace statename = "OHIO" if congress == 87 & id == 10525 replace statename = "OHIO" if congress == 87 & id == 1104 replace statename = "OHIO" if congress == 87 & id == 680 replace statename = "OHIO" if congress == 87 & id == 267 replace statename = "OHIO" if congress == 87 & id == 6579 replace statename = "OHIO" if congress == 87 & id == 2023 replace statename = "OHIO" if congress == 87 & id == 2533 replace statename = "OHIO" if congress == 87 & id == 10539 replace statename = "OHIO" if congress == 87 & id == 310 replace statename = "OHIO" if congress == 87 & id == 10537 replace statename = "OHIO" if congress == 87 & id == 891 replace statename = "OHIO" if congress == 87 & id == 10502 replace statename = "OHIO" if congress == 87 & id == 4247 replace statename = "OHIO" if congress == 87 & id == 5301 replace statename = "OHIO" if congress == 87 & id == 3092 replace statename = "OHIO" if congress == 87 & id == 9623 replace statename = "OHIO" if congress == 87 & id == 837 replace statename = "OHIO" if congress == 87 & id == 6548 replace statename = "OKLAHOM" if congress == 87 & id == 590 replace statename = "OKLAHOM" if congress == 87 & id == 2854 replace statename = "OKLAHOM" if congress == 87 & id == 62 replace statename = "OKLAHOM" if congress == 87 & id == 8866 replace statename = "OKLAHOM" if congress == 87 & id == 4891 replace statename = "OKLAHOM" if congress == 87 & id == 10085 replace statename = "OREGON" if congress == 87 & id == 6955 replace statename = "OREGON" if congress == 87 & id == 9551 replace statename = "OREGON" if congress == 87 & id == 3775 replace statename = "OREGON" if congress == 87 & id == 10515 replace statename = "PENNSYL" if congress == 87 & id == 465 replace statename = "PENNSYL" if congress == 87 & id == 3743 replace statename = "PENNSYL" if congress == 87 & id == 1368 replace statename = "PENNSYL" if congress == 87 & id == 6936 replace statename = "PENNSYL" if congress == 87 & id == 3785 replace statename = "PENNSYL" if congress == 87 & id == 9408 replace statename = "PENNSYL" if congress == 87 & id == 6524 replace statename = "PENNSYL" if congress == 87 & id == 2266 replace statename = "PENNSYL" if congress == 87 & id == 2298 replace statename = "PENNSYL" if congress == 87 & id == 10558 replace statename = "PENNSYL" if congress == 87 & id == 3224 replace statename = "PENNSYL" if congress == 87 & id == 3105 replace statename = "PENNSYL" if congress == 87 & id == 10557 replace statename = "PENNSYL" if congress == 87 & id == 7844 replace statename = "PENNSYL" if congress == 87 & id == 9791 replace statename = "PENNSYL" if congress == 87 & id == 6795 replace statename = "PENNSYL" if congress == 87 & id == 5377 replace statename = "PENNSYL" if congress == 87 & id == 8268 replace statename = "PENNSYL" if congress == 87 & id == 9975 replace statename = "PENNSYL" if congress == 87 & id == 10521 replace statename = "PENNSYL" if congress == 87 & id == 9645 replace statename = "PENNSYL" if congress == 87 & id == 2513 replace statename = "PENNSYL" if congress == 87 & id == 8247 replace statename = "PENNSYL" if congress == 87 & id == 3510 replace statename = "PENNSYL" if congress == 87 & id == 5112 replace statename = "PENNSYL" if congress == 87 & id == 1763 replace statename = "PENNSYL" if congress == 87 & id == 6685 replace statename = "PENNSYL" if congress == 87 & id == 3409 replace statename = "PENNSYL" if congress == 87 & id == 6661 replace statename = "PENNSYL" if congress == 87 & id == 2065 replace statename = "PENNSYL" if congress == 87 & id == 4518 replace statename = "RHODE I" if congress == 87 & id == 10561 replace statename = "RHODE I" if congress == 87 & id == 3246 replace statename = "SOUTH C" if congress == 87 & id == 7925 replace statename = "SOUTH C" if congress == 87 & id == 7908 replace statename = "SOUTH C" if congress == 87 & id == 10549 replace statename = "SOUTH C" if congress == 87 & id == 2672 replace statename = "SOUTH C" if congress == 87 & id == 270 replace statename = "SOUTH C" if congress == 87 & id == 4299 replace statename = "SOUTH C" if congress == 87 & id == 6353 replace statename = "SOUTH D" if congress == 87 & id == 10548 replace statename = "SOUTH D" if congress == 87 & id == 672 replace statename = "TENNESS" if congress == 87 & id == 7777 replace statename = "TENNESS" if congress == 87 & id == 10547 replace statename = "TENNESS" if congress == 87 & id == 364 replace statename = "TENNESS" if congress == 87 & id == 3346 replace statename = "TENNESS" if congress == 87 & id == 3034 replace statename = "TENNESS" if congress == 87 & id == 5783 replace statename = "TENNESS" if congress == 87 & id == 504 replace statename = "TENNESS" if congress == 87 & id == 6826 replace statename = "TENNESS" if congress == 87 & id == 3028 replace statename = "TENNESS" if congress == 87 & id == 2376 replace statename = "TEXAS" if congress == 87 & id == 7232 replace statename = "TEXAS" if congress == 87 & id == 1077 replace statename = "TEXAS" if congress == 87 & id == 567 replace statename = "TEXAS" if congress == 87 & id == 7753 replace statename = "TEXAS" if congress == 87 & id == 10550 replace statename = "TEXAS" if congress == 87 & id == 93 replace statename = "TEXAS" if congress == 87 & id == 9241 replace statename = "TEXAS" if congress == 87 & id == 2700 replace statename = "TEXAS" if congress == 87 & id == 9284 replace statename = "TEXAS" if congress == 87 & id == 9320 replace statename = "TEXAS" if congress == 87 & id == 9356 replace statename = "TEXAS" if congress == 87 & id == 7498 replace statename = "TEXAS" if congress == 87 & id == 10391 replace statename = "TEXAS" if congress == 87 & id == 4796 replace statename = "TEXAS" if congress == 87 & id == 10546 replace statename = "TEXAS" if congress == 87 & id == 10446 replace statename = "TEXAS" if congress == 87 & id == 5241 replace statename = "TEXAS" if congress == 87 & id == 8147 replace statename = "TEXAS" if congress == 87 & id == 1282 replace statename = "TEXAS" if congress == 87 & id == 8035 replace statename = "TEXAS" if congress == 87 & id == 5924 replace statename = "TEXAS" if congress == 87 & id == 5236 replace statename = "TEXAS" if congress == 87 & id == 10520 replace statename = "TEXAS" if congress == 87 & id == 3171 replace statename = "TEXAS" if congress == 87 & id == 1577 replace statename = "UTAH" if congress == 87 & id == 10544 replace statename = "UTAH" if congress == 87 & id == 5258 replace statename = "VERMONT" if congress == 87 & id == 10562 replace statename = "VIRGINI" if congress == 87 & id == 2706 replace statename = "VIRGINI" if congress == 87 & id == 4064 replace statename = "VIRGINI" if congress == 87 & id == 3499 replace statename = "VIRGINI" if congress == 87 & id == 2 replace statename = "VIRGINI" if congress == 87 & id == 9494 replace statename = "VIRGINI" if congress == 87 & id == 7500 replace statename = "VIRGINI" if congress == 87 & id == 4125 replace statename = "VIRGINI" if congress == 87 & id == 8636 replace statename = "VIRGINI" if congress == 87 & id == 4927 replace statename = "VIRGINI" if congress == 87 & id == 1154 replace statename = "WASHING" if congress == 87 & id == 7313 replace statename = "WASHING" if congress == 87 & id == 9968 replace statename = "WASHING" if congress == 87 & id == 4043 replace statename = "WASHING" if congress == 87 & id == 6101 replace statename = "WASHING" if congress == 87 & id == 4579 replace statename = "WASHING" if congress == 87 & id == 9409 replace statename = "WASHING" if congress == 87 & id == 5912 replace statename = "WEST VI" if congress == 87 & id == 6626 replace statename = "WEST VI" if congress == 87 & id == 8824 replace statename = "WEST VI" if congress == 87 & id == 339 replace statename = "WEST VI" if congress == 87 & id == 4276 replace statename = "WEST VI" if congress == 87 & id == 5118 replace statename = "WEST VI" if congress == 87 & id == 8564 replace statename = "WISCONS" if congress == 87 & id == 10556 replace statename = "WISCONS" if congress == 87 & id == 5101 replace statename = "WISCONS" if congress == 87 & id == 10564 replace statename = "WISCONS" if congress == 87 & id == 10463 replace statename = "WISCONS" if congress == 87 & id == 7824 replace statename = "WISCONS" if congress == 87 & id == 9627 replace statename = "WISCONS" if congress == 87 & id == 5410 replace statename = "WISCONS" if congress == 87 & id == 1371 replace statename = "WISCONS" if congress == 87 & id == 4977 replace statename = "WISCONS" if congress == 87 & id == 7046 replace statename = "WYOMING" if congress == 87 & id == 4139 replace statename = "USA" if congress == 88 & id == 99902 replace statename = "USA" if congress == 88 & id == 99903 replace statename = "ALABAMA" if congress == 88 & id == 8353 replace statename = "ALABAMA" if congress == 88 & id == 3754 replace statename = "ALABAMA" if congress == 88 & id == 195 replace statename = "ALABAMA" if congress == 88 & id == 4686 replace statename = "ALABAMA" if congress == 88 & id == 7954 replace statename = "ALABAMA" if congress == 88 & id == 5058 replace statename = "ALABAMA" if congress == 88 & id == 2909 replace statename = "ALABAMA" if congress == 88 & id == 7695 replace statename = "ALASKA" if congress == 88 & id == 7926 replace statename = "ARIZONA" if congress == 88 & id == 7845 replace statename = "ARIZONA" if congress == 88 & id == 10566 replace statename = "ARIZONA" if congress == 88 & id == 10623 replace statename = "ARKANSA" if congress == 88 & id == 3506 replace statename = "ARKANSA" if congress == 88 & id == 6532 replace statename = "ARKANSA" if congress == 88 & id == 9473 replace statename = "ARKANSA" if congress == 88 & id == 4110 replace statename = "CALIFOR" if congress == 88 & id == 10579 replace statename = "CALIFOR" if congress == 88 & id == 4957 replace statename = "CALIFOR" if congress == 88 & id == 6756 replace statename = "CALIFOR" if congress == 88 & id == 10599 replace statename = "CALIFOR" if congress == 88 & id == 8437 replace statename = "CALIFOR" if congress == 88 & id == 10577 replace statename = "CALIFOR" if congress == 88 & id == 5929 replace statename = "CALIFOR" if congress == 88 & id == 1911 replace statename = "CALIFOR" if congress == 88 & id == 6483 replace statename = "CALIFOR" if congress == 88 & id == 10583 replace statename = "CALIFOR" if congress == 88 & id == 3867 replace statename = "CALIFOR" if congress == 88 & id == 10461 replace statename = "CALIFOR" if congress == 88 & id == 10631 replace statename = "CALIFOR" if congress == 88 & id == 9240 replace statename = "CALIFOR" if congress == 88 & id == 387 replace statename = "CALIFOR" if congress == 88 & id == 6240 replace statename = "CALIFOR" if congress == 88 & id == 8549 replace statename = "CALIFOR" if congress == 88 & id == 5255 replace statename = "CALIFOR" if congress == 88 & id == 3901 replace statename = "CALIFOR" if congress == 88 & id == 4514 replace statename = "CALIFOR" if congress == 88 & id == 8628 replace statename = "CALIFOR" if congress == 88 & id == 10595 replace statename = "CALIFOR" if congress == 88 & id == 10511 replace statename = "CALIFOR" if congress == 88 & id == 2713 replace statename = "CALIFOR" if congress == 88 & id == 10580 replace statename = "CALIFOR" if congress == 88 & id == 5694 replace statename = "CALIFOR" if congress == 88 & id == 10578 replace statename = "CALIFOR" if congress == 88 & id == 8051 replace statename = "CALIFOR" if congress == 88 & id == 10575 replace statename = "CALIFOR" if congress == 88 & id == 10505 replace statename = "CALIFOR" if congress == 88 & id == 10573 replace statename = "CALIFOR" if congress == 88 & id == 10621 replace statename = "CALIFOR" if congress == 88 & id == 10640 replace statename = "CALIFOR" if congress == 88 & id == 4592 replace statename = "CALIFOR" if congress == 88 & id == 8444 replace statename = "CALIFOR" if congress == 88 & id == 10594 replace statename = "CALIFOR" if congress == 88 & id == 9578 replace statename = "CALIFOR" if congress == 88 & id == 10249 replace statename = "CALIFOR" if congress == 88 & id == 10633 replace statename = "CALIFOR" if congress == 88 & id == 10604 replace statename = "COLORAD" if congress == 88 & id == 8021 replace statename = "COLORAD" if congress == 88 & id == 10572 replace statename = "COLORAD" if congress == 88 & id == 1684 replace statename = "COLORAD" if congress == 88 & id == 275 replace statename = "CONNECT" if congress == 88 & id == 2295 replace statename = "CONNECT" if congress == 88 & id == 10627 replace statename = "CONNECT" if congress == 88 & id == 3553 replace statename = "CONNECT" if congress == 88 & id == 10560 replace statename = "CONNECT" if congress == 88 & id == 6586 replace statename = "CONNECT" if congress == 88 & id == 10590 replace statename = "DELAWAR" if congress == 88 & id == 6224 replace statename = "FLORIDA" if congress == 88 & id == 8507 replace statename = "FLORIDA" if congress == 88 & id == 633 replace statename = "FLORIDA" if congress == 88 & id == 7333 replace statename = "FLORIDA" if congress == 88 & id == 3078 replace statename = "FLORIDA" if congress == 88 & id == 4354 replace statename = "FLORIDA" if congress == 88 & id == 8032 replace statename = "FLORIDA" if congress == 88 & id == 3929 replace statename = "FLORIDA" if congress == 88 & id == 6084 replace statename = "FLORIDA" if congress == 88 & id == 10587 replace statename = "FLORIDA" if congress == 88 & id == 10588 replace statename = "FLORIDA" if congress == 88 & id == 10593 replace statename = "FLORIDA" if congress == 88 & id == 2143 replace statename = "GEORGIA" if congress == 88 & id == 10522 replace statename = "GEORGIA" if congress == 88 & id == 7450 replace statename = "GEORGIA" if congress == 88 & id == 3286 replace statename = "GEORGIA" if congress == 88 & id == 3242 replace statename = "GEORGIA" if congress == 88 & id == 10636 replace statename = "GEORGIA" if congress == 88 & id == 9677 replace statename = "GEORGIA" if congress == 88 & id == 10512 replace statename = "GEORGIA" if congress == 88 & id == 10632 replace statename = "GEORGIA" if congress == 88 & id == 5436 replace statename = "GEORGIA" if congress == 88 & id == 10563 replace statename = "HAWAII" if congress == 88 & id == 10589 replace statename = "HAWAII" if congress == 88 & id == 10605 replace statename = "IDAHO" if congress == 88 & id == 10637 replace statename = "IDAHO" if congress == 88 & id == 10524 replace statename = "ILLINOI" if congress == 88 & id == 2433 replace statename = "ILLINOI" if congress == 88 & id == 7041 replace statename = "ILLINOI" if congress == 88 & id == 6816 replace statename = "ILLINOI" if congress == 88 & id == 2525 replace statename = "ILLINOI" if congress == 88 & id == 5326 replace statename = "ILLINOI" if congress == 88 & id == 7004 replace statename = "ILLINOI" if congress == 88 & id == 5654 replace statename = "ILLINOI" if congress == 88 & id == 8080 replace statename = "ILLINOI" if congress == 88 & id == 10518 replace statename = "ILLINOI" if congress == 88 & id == 1941 replace statename = "ILLINOI" if congress == 88 & id == 7642 replace statename = "ILLINOI" if congress == 88 & id == 10606 replace statename = "ILLINOI" if congress == 88 & id == 10622 replace statename = "ILLINOI" if congress == 88 & id == 4488 replace statename = "ILLINOI" if congress == 88 & id == 10617 replace statename = "ILLINOI" if congress == 88 & id == 10501 replace statename = "ILLINOI" if congress == 88 & id == 226 replace statename = "ILLINOI" if congress == 88 & id == 6455 replace statename = "ILLINOI" if congress == 88 & id == 10608 replace statename = "ILLINOI" if congress == 88 & id == 10517 replace statename = "ILLINOI" if congress == 88 & id == 3769 replace statename = "ILLINOI" if congress == 88 & id == 8814 replace statename = "ILLINOI" if congress == 88 & id == 8474 replace statename = "ILLINOI" if congress == 88 & id == 7610 replace statename = "INDIANA" if congress == 88 & id == 5900 replace statename = "INDIANA" if congress == 88 & id == 3963 replace statename = "INDIANA" if congress == 88 & id == 948 replace statename = "INDIANA" if congress == 88 & id == 18 replace statename = "INDIANA" if congress == 88 & id == 8084 replace statename = "INDIANA" if congress == 88 & id == 10552 replace statename = "INDIANA" if congress == 88 & id == 986 replace statename = "INDIANA" if congress == 88 & id == 2517 replace statename = "INDIANA" if congress == 88 & id == 10212 replace statename = "INDIANA" if congress == 88 & id == 4165 replace statename = "INDIANA" if congress == 88 & id == 10507 replace statename = "IOWA" if congress == 88 & id == 8288 replace statename = "IOWA" if congress == 88 & id == 10506 replace statename = "IOWA" if congress == 88 & id == 3853 replace statename = "IOWA" if congress == 88 & id == 5385 replace statename = "IOWA" if congress == 88 & id == 8672 replace statename = "IOWA" if congress == 88 & id == 4482 replace statename = "IOWA" if congress == 88 & id == 4928 replace statename = "KANSAS" if congress == 88 & id == 10513 replace statename = "KANSAS" if congress == 88 & id == 301 replace statename = "KANSAS" if congress == 88 & id == 10516 replace statename = "KANSAS" if congress == 88 & id == 10559 replace statename = "KANSAS" if congress == 88 & id == 10625 replace statename = "KENTUCK" if congress == 88 & id == 9056 replace statename = "KENTUCK" if congress == 88 & id == 6845 replace statename = "KENTUCK" if congress == 88 & id == 10626 replace statename = "KENTUCK" if congress == 88 & id == 1682 replace statename = "KENTUCK" if congress == 88 & id == 8508 replace statename = "KENTUCK" if congress == 88 & id == 9882 replace statename = "KENTUCK" if congress == 88 & id == 7343 replace statename = "LOUISIA" if congress == 88 & id == 4275 replace statename = "LOUISIA" if congress == 88 & id == 824 replace statename = "LOUISIA" if congress == 88 & id == 10201 replace statename = "LOUISIA" if congress == 88 & id == 10567 replace statename = "LOUISIA" if congress == 88 & id == 7228 replace statename = "LOUISIA" if congress == 88 & id == 6721 replace statename = "LOUISIA" if congress == 88 & id == 9339 replace statename = "LOUISIA" if congress == 88 & id == 10602 replace statename = "MAINE" if congress == 88 & id == 10565 replace statename = "MAINE" if congress == 88 & id == 6276 replace statename = "MARYLAN" if congress == 88 & id == 10610 replace statename = "MARYLAN" if congress == 88 & id == 10601 replace statename = "MARYLAN" if congress == 88 & id == 3480 replace statename = "MARYLAN" if congress == 88 & id == 3054 replace statename = "MARYLAN" if congress == 88 & id == 5463 replace statename = "MARYLAN" if congress == 88 & id == 10535 replace statename = "MARYLAN" if congress == 88 & id == 3374 replace statename = "MARYLAN" if congress == 88 & id == 10624 replace statename = "MASSACH" if congress == 88 & id == 2009 replace statename = "MASSACH" if congress == 88 & id == 830 replace statename = "MASSACH" if congress == 88 & id == 7408 replace statename = "MASSACH" if congress == 88 & id == 2660 replace statename = "MASSACH" if congress == 88 & id == 10538 replace statename = "MASSACH" if congress == 88 & id == 518 replace statename = "MASSACH" if congress == 88 & id == 5873 replace statename = "MASSACH" if congress == 88 & id == 7081 replace statename = "MASSACH" if congress == 88 & id == 6177 replace statename = "MASSACH" if congress == 88 & id == 6033 replace statename = "MASSACH" if congress == 88 & id == 1265 replace statename = "MASSACH" if congress == 88 & id == 5131 replace statename = "MICHIGA" if congress == 88 & id == 10540 replace statename = "MICHIGA" if congress == 88 & id == 6399 replace statename = "MICHIGA" if congress == 88 & id == 4935 replace statename = "MICHIGA" if congress == 88 & id == 10597 replace statename = "MICHIGA" if congress == 88 & id == 3268 replace statename = "MICHIGA" if congress == 88 & id == 1620 replace statename = "MICHIGA" if congress == 88 & id == 7043 replace statename = "MICHIGA" if congress == 88 & id == 10526 replace statename = "MICHIGA" if congress == 88 & id == 3824 replace statename = "MICHIGA" if congress == 88 & id == 1610 replace statename = "MICHIGA" if congress == 88 & id == 5349 replace statename = "MICHIGA" if congress == 88 & id == 639 replace statename = "MICHIGA" if congress == 88 & id == 2594 replace statename = "MICHIGA" if congress == 88 & id == 10554 replace statename = "MICHIGA" if congress == 88 & id == 2605 replace statename = "MICHIGA" if congress == 88 & id == 5617 replace statename = "MICHIGA" if congress == 88 & id == 3830 replace statename = "MICHIGA" if congress == 88 & id == 1087 replace statename = "MICHIGA" if congress == 88 & id == 10628 replace statename = "MINNESO" if congress == 88 & id == 7671 replace statename = "MINNESO" if congress == 88 & id == 6860 replace statename = "MINNESO" if congress == 88 & id == 10533 replace statename = "MINNESO" if congress == 88 & id == 5098 replace statename = "MINNESO" if congress == 88 & id == 10585 replace statename = "MINNESO" if congress == 88 & id == 10612 replace statename = "MINNESO" if congress == 88 & id == 5451 replace statename = "MINNESO" if congress == 88 & id == 789 replace statename = "MISSISS" if congress == 88 & id == 13 replace statename = "MISSISS" if congress == 88 & id == 10075 replace statename = "MISSISS" if congress == 88 & id == 10162 replace statename = "MISSISS" if congress == 88 & id == 10279 replace statename = "MISSISS" if congress == 88 & id == 1952 replace statename = "MISSOUR" if congress == 88 & id == 5097 replace statename = "MISSOUR" if congress == 88 & id == 2275 replace statename = "MISSOUR" if congress == 88 & id == 9072 replace statename = "MISSOUR" if congress == 88 & id == 7717 replace statename = "MISSOUR" if congress == 88 & id == 835 replace statename = "MISSOUR" if congress == 88 & id == 4724 replace statename = "MISSOUR" if congress == 88 & id == 10523 replace statename = "MISSOUR" if congress == 88 & id == 10528 replace statename = "MISSOUR" if congress == 88 & id == 1479 replace statename = "MISSOUR" if congress == 88 & id == 5056 replace statename = "MONTANA" if congress == 88 & id == 10543 replace statename = "MONTANA" if congress == 88 & id == 10503 replace statename = "NEBRASK" if congress == 88 & id == 10504 replace statename = "NEBRASK" if congress == 88 & id == 2255 replace statename = "NEBRASK" if congress == 88 & id == 10534 replace statename = "NEVADA" if congress == 88 & id == 433 replace statename = "NEW HAM" if congress == 88 & id == 10639 replace statename = "NEW HAM" if congress == 88 & id == 10581 replace statename = "NEW JER" if congress == 88 & id == 1393 replace statename = "NEW JER" if congress == 88 & id == 3629 replace statename = "NEW JER" if congress == 88 & id == 291 replace statename = "NEW JER" if congress == 88 & id == 9322 replace statename = "NEW JER" if congress == 88 & id == 3364 replace statename = "NEW JER" if congress == 88 & id == 2804 replace statename = "NEW JER" if congress == 88 & id == 10091 replace statename = "NEW JER" if congress == 88 & id == 10529 replace statename = "NEW JER" if congress == 88 & id == 7101 replace statename = "NEW JER" if congress == 88 & id == 8010 replace statename = "NEW JER" if congress == 88 & id == 10609 replace statename = "NEW JER" if congress == 88 & id == 9775 replace statename = "NEW JER" if congress == 88 & id == 3433 replace statename = "NEW JER" if congress == 88 & id == 2329 replace statename = "NEW JER" if congress == 88 & id == 10613 replace statename = "NEW MEX" if congress == 88 & id == 6611 replace statename = "NEW MEX" if congress == 88 & id == 6717 replace statename = "NEW YOR" if congress == 88 & id == 10545 replace statename = "NEW YOR" if congress == 88 & id == 10592 replace statename = "NEW YOR" if congress == 88 & id == 2523 replace statename = "NEW YOR" if congress == 88 & id == 10638 replace statename = "NEW YOR" if congress == 88 & id == 563 replace statename = "NEW YOR" if congress == 88 & id == 3967 replace statename = "NEW YOR" if congress == 88 & id == 10500 replace statename = "NEW YOR" if congress == 88 & id == 10551 replace statename = "NEW YOR" if congress == 88 & id == 2476 replace statename = "NEW YOR" if congress == 88 & id == 1611 replace statename = "NEW YOR" if congress == 88 & id == 5199 replace statename = "NEW YOR" if congress == 88 & id == 5148 replace statename = "NEW YOR" if congress == 88 & id == 6792 replace statename = "NEW YOR" if congress == 88 & id == 8049 replace statename = "NEW YOR" if congress == 88 & id == 10508 replace statename = "NEW YOR" if congress == 88 & id == 10611 replace statename = "NEW YOR" if congress == 88 & id == 5678 replace statename = "NEW YOR" if congress == 88 & id == 7568 replace statename = "NEW YOR" if congress == 88 & id == 3056 replace statename = "NEW YOR" if congress == 88 & id == 10555 replace statename = "NEW YOR" if congress == 88 & id == 4262 replace statename = "NEW YOR" if congress == 88 & id == 3575 replace statename = "NEW YOR" if congress == 88 & id == 1205 replace statename = "NEW YOR" if congress == 88 & id == 3158 replace statename = "NEW YOR" if congress == 88 & id == 476 replace statename = "NEW YOR" if congress == 88 & id == 10618 replace statename = "NEW YOR" if congress == 88 & id == 8177 replace statename = "NEW YOR" if congress == 88 & id == 9978 replace statename = "NEW YOR" if congress == 88 & id == 7003 replace statename = "NEW YOR" if congress == 88 & id == 10530 replace statename = "NEW YOR" if congress == 88 & id == 5235 replace statename = "NEW YOR" if congress == 88 & id == 7467 replace statename = "NEW YOR" if congress == 88 & id == 7995 replace statename = "NEW YOR" if congress == 88 & id == 7901 replace statename = "NEW YOR" if congress == 88 & id == 9017 replace statename = "NEW YOR" if congress == 88 & id == 10596 replace statename = "NEW YOR" if congress == 88 & id == 7102 replace statename = "NEW YOR" if congress == 88 & id == 3670 replace statename = "NEW YOR" if congress == 88 & id == 7453 replace statename = "NEW YOR" if congress == 88 & id == 6516 replace statename = "NEW YOR" if congress == 88 & id == 2752 replace statename = "NORTH C" if congress == 88 & id == 846 replace statename = "NORTH C" if congress == 88 & id == 3321 replace statename = "NORTH C" if congress == 88 & id == 10527 replace statename = "NORTH C" if congress == 88 & id == 2032 replace statename = "NORTH C" if congress == 88 & id == 8311 replace statename = "NORTH C" if congress == 88 & id == 10531 replace statename = "NORTH C" if congress == 88 & id == 5606 replace statename = "NORTH C" if congress == 88 & id == 5019 replace statename = "NORTH C" if congress == 88 & id == 10574 replace statename = "NORTH C" if congress == 88 & id == 10060 replace statename = "NORTH C" if congress == 88 & id == 9230 replace statename = "NORTH D" if congress == 88 & id == 10542 replace statename = "NORTH D" if congress == 88 & id == 10569 replace statename = "NORTH D" if congress == 88 & id == 8485 replace statename = "OHIO" if congress == 88 & id == 10619 replace statename = "OHIO" if congress == 88 & id == 10510 replace statename = "OHIO" if congress == 88 & id == 8258 replace statename = "OHIO" if congress == 88 & id == 6204 replace statename = "OHIO" if congress == 88 & id == 5495 replace statename = "OHIO" if congress == 88 & id == 10525 replace statename = "OHIO" if congress == 88 & id == 1104 replace statename = "OHIO" if congress == 88 & id == 680 replace statename = "OHIO" if congress == 88 & id == 267 replace statename = "OHIO" if congress == 88 & id == 10568 replace statename = "OHIO" if congress == 88 & id == 838 replace statename = "OHIO" if congress == 88 & id == 2533 replace statename = "OHIO" if congress == 88 & id == 10539 replace statename = "OHIO" if congress == 88 & id == 310 replace statename = "OHIO" if congress == 88 & id == 8341 replace statename = "OHIO" if congress == 88 & id == 891 replace statename = "OHIO" if congress == 88 & id == 10502 replace statename = "OHIO" if congress == 88 & id == 4247 replace statename = "OHIO" if congress == 88 & id == 5301 replace statename = "OHIO" if congress == 88 & id == 3092 replace statename = "OHIO" if congress == 88 & id == 9623 replace statename = "OHIO" if congress == 88 & id == 837 replace statename = "OHIO" if congress == 88 & id == 6548 replace statename = "OHIO" if congress == 88 & id == 10630 replace statename = "OKLAHOM" if congress == 88 & id == 590 replace statename = "OKLAHOM" if congress == 88 & id == 2854 replace statename = "OKLAHOM" if congress == 88 & id == 62 replace statename = "OKLAHOM" if congress == 88 & id == 8866 replace statename = "OKLAHOM" if congress == 88 & id == 4891 replace statename = "OKLAHOM" if congress == 88 & id == 10085 replace statename = "OREGON" if congress == 88 & id == 6955 replace statename = "OREGON" if congress == 88 & id == 9551 replace statename = "OREGON" if congress == 88 & id == 3775 replace statename = "OREGON" if congress == 88 & id == 10582 replace statename = "PENNSYL" if congress == 88 & id == 465 replace statename = "PENNSYL" if congress == 88 & id == 6936 replace statename = "PENNSYL" if congress == 88 & id == 1368 replace statename = "PENNSYL" if congress == 88 & id == 9408 replace statename = "PENNSYL" if congress == 88 & id == 3785 replace statename = "PENNSYL" if congress == 88 & id == 10591 replace statename = "PENNSYL" if congress == 88 & id == 7844 replace statename = "PENNSYL" if congress == 88 & id == 6524 replace statename = "PENNSYL" if congress == 88 & id == 2266 replace statename = "PENNSYL" if congress == 88 & id == 2298 replace statename = "PENNSYL" if congress == 88 & id == 10607 replace statename = "PENNSYL" if congress == 88 & id == 3224 replace statename = "PENNSYL" if congress == 88 & id == 9975 replace statename = "PENNSYL" if congress == 88 & id == 10557 replace statename = "PENNSYL" if congress == 88 & id == 6661 replace statename = "PENNSYL" if congress == 88 & id == 9791 replace statename = "PENNSYL" if congress == 88 & id == 10620 replace statename = "PENNSYL" if congress == 88 & id == 5377 replace statename = "PENNSYL" if congress == 88 & id == 8268 replace statename = "PENNSYL" if congress == 88 & id == 2065 replace statename = "PENNSYL" if congress == 88 & id == 10521 replace statename = "PENNSYL" if congress == 88 & id == 4518 replace statename = "PENNSYL" if congress == 88 & id == 2513 replace statename = "PENNSYL" if congress == 88 & id == 8247 replace statename = "PENNSYL" if congress == 88 & id == 3510 replace statename = "PENNSYL" if congress == 88 & id == 10598 replace statename = "PENNSYL" if congress == 88 & id == 10635 replace statename = "PENNSYL" if congress == 88 & id == 1763 replace statename = "PENNSYL" if congress == 88 & id == 6685 replace statename = "PENNSYL" if congress == 88 & id == 3409 replace statename = "RHODE I" if congress == 88 & id == 10561 replace statename = "RHODE I" if congress == 88 & id == 3246 replace statename = "SOUTH C" if congress == 88 & id == 7925 replace statename = "SOUTH C" if congress == 88 & id == 90634 replace statename = "SOUTH C" if congress == 88 & id == 2672 replace statename = "SOUTH C" if congress == 88 & id == 270 replace statename = "SOUTH C" if congress == 88 & id == 4299 replace statename = "SOUTH C" if congress == 88 & id == 6353 replace statename = "SOUTH D" if congress == 88 & id == 10548 replace statename = "SOUTH D" if congress == 88 & id == 672 replace statename = "TENNESS" if congress == 88 & id == 10616 replace statename = "TENNESS" if congress == 88 & id == 364 replace statename = "TENNESS" if congress == 88 & id == 10570 replace statename = "TENNESS" if congress == 88 & id == 10571 replace statename = "TENNESS" if congress == 88 & id == 3034 replace statename = "TENNESS" if congress == 88 & id == 10586 replace statename = "TENNESS" if congress == 88 & id == 504 replace statename = "TENNESS" if congress == 88 & id == 6826 replace statename = "TENNESS" if congress == 88 & id == 3028 replace statename = "TENNESS" if congress == 88 & id == 2376 replace statename = "TEXAS" if congress == 88 & id == 7232 replace statename = "TEXAS" if congress == 88 & id == 1077 replace statename = "TEXAS" if congress == 88 & id == 567 replace statename = "TEXAS" if congress == 88 & id == 10550 replace statename = "TEXAS" if congress == 88 & id == 93 replace statename = "TEXAS" if congress == 88 & id == 9241 replace statename = "TEXAS" if congress == 88 & id == 2700 replace statename = "TEXAS" if congress == 88 & id == 9284 replace statename = "TEXAS" if congress == 88 & id == 9320 replace statename = "TEXAS" if congress == 88 & id == 9356 replace statename = "TEXAS" if congress == 88 & id == 10614 replace statename = "TEXAS" if congress == 88 & id == 7498 replace statename = "TEXAS" if congress == 88 & id == 10391 replace statename = "TEXAS" if congress == 88 & id == 10546 replace statename = "TEXAS" if congress == 88 & id == 10446 replace statename = "TEXAS" if congress == 88 & id == 5241 replace statename = "TEXAS" if congress == 88 & id == 10584 replace statename = "TEXAS" if congress == 88 & id == 1282 replace statename = "TEXAS" if congress == 88 & id == 8035 replace statename = "TEXAS" if congress == 88 & id == 5924 replace statename = "TEXAS" if congress == 88 & id == 10520 replace statename = "TEXAS" if congress == 88 & id == 3171 replace statename = "TEXAS" if congress == 88 & id == 1577 replace statename = "TEXAS" if congress == 88 & id == 10615 replace statename = "UTAH" if congress == 88 & id == 10576 replace statename = "UTAH" if congress == 88 & id == 10600 replace statename = "VERMONT" if congress == 88 & id == 10562 replace statename = "VIRGINI" if congress == 88 & id == 2706 replace statename = "VIRGINI" if congress == 88 & id == 4064 replace statename = "VIRGINI" if congress == 88 & id == 3499 replace statename = "VIRGINI" if congress == 88 & id == 2 replace statename = "VIRGINI" if congress == 88 & id == 9494 replace statename = "VIRGINI" if congress == 88 & id == 7500 replace statename = "VIRGINI" if congress == 88 & id == 10603 replace statename = "VIRGINI" if congress == 88 & id == 8636 replace statename = "VIRGINI" if congress == 88 & id == 4927 replace statename = "VIRGINI" if congress == 88 & id == 1154 replace statename = "WASHING" if congress == 88 & id == 7313 replace statename = "WASHING" if congress == 88 & id == 9968 replace statename = "WASHING" if congress == 88 & id == 4043 replace statename = "WASHING" if congress == 88 & id == 6101 replace statename = "WASHING" if congress == 88 & id == 4579 replace statename = "WASHING" if congress == 88 & id == 9409 replace statename = "WASHING" if congress == 88 & id == 10629 replace statename = "WEST VI" if congress == 88 & id == 6626 replace statename = "WEST VI" if congress == 88 & id == 8824 replace statename = "WEST VI" if congress == 88 & id == 8564 replace statename = "WEST VI" if congress == 88 & id == 4276 replace statename = "WEST VI" if congress == 88 & id == 5118 replace statename = "WISCONS" if congress == 88 & id == 10556 replace statename = "WISCONS" if congress == 88 & id == 5101 replace statename = "WISCONS" if congress == 88 & id == 10564 replace statename = "WISCONS" if congress == 88 & id == 10463 replace statename = "WISCONS" if congress == 88 & id == 7824 replace statename = "WISCONS" if congress == 88 & id == 9627 replace statename = "WISCONS" if congress == 88 & id == 5410 replace statename = "WISCONS" if congress == 88 & id == 1371 replace statename = "WISCONS" if congress == 88 & id == 4977 replace statename = "WISCONS" if congress == 88 & id == 7046 replace statename = "WYOMING" if congress == 88 & id == 4139 replace statename = "USA" if congress == 89 & id == 99903 replace statename = "ALABAMA" if congress == 89 & id == 10721 replace statename = "ALABAMA" if congress == 89 & id == 10717 replace statename = "ALABAMA" if congress == 89 & id == 195 replace statename = "ALABAMA" if congress == 89 & id == 10702 replace statename = "ALABAMA" if congress == 89 & id == 8353 replace statename = "ALABAMA" if congress == 89 & id == 10706 replace statename = "ALABAMA" if congress == 89 & id == 10755 replace statename = "ALABAMA" if congress == 89 & id == 5058 replace statename = "ALASKA" if congress == 89 & id == 7926 replace statename = "ARIZONA" if congress == 89 & id == 7845 replace statename = "ARIZONA" if congress == 89 & id == 10566 replace statename = "ARIZONA" if congress == 89 & id == 10623 replace statename = "ARKANSA" if congress == 89 & id == 3506 replace statename = "ARKANSA" if congress == 89 & id == 6532 replace statename = "ARKANSA" if congress == 89 & id == 9473 replace statename = "ARKANSA" if congress == 89 & id == 4110 replace statename = "ARKANSA" if congress == 89 & id == 10791 replace statename = "CALIFOR" if congress == 89 & id == 10579 replace statename = "CALIFOR" if congress == 89 & id == 4957 replace statename = "CALIFOR" if congress == 89 & id == 6756 replace statename = "CALIFOR" if congress == 89 & id == 10599 replace statename = "CALIFOR" if congress == 89 & id == 10577 replace statename = "CALIFOR" if congress == 89 & id == 5929 replace statename = "CALIFOR" if congress == 89 & id == 1911 replace statename = "CALIFOR" if congress == 89 & id == 6483 replace statename = "CALIFOR" if congress == 89 & id == 10583 replace statename = "CALIFOR" if congress == 89 & id == 3867 replace statename = "CALIFOR" if congress == 89 & id == 10461 replace statename = "CALIFOR" if congress == 89 & id == 10631 replace statename = "CALIFOR" if congress == 89 & id == 9240 replace statename = "CALIFOR" if congress == 89 & id == 387 replace statename = "CALIFOR" if congress == 89 & id == 10793 replace statename = "CALIFOR" if congress == 89 & id == 6240 replace statename = "CALIFOR" if congress == 89 & id == 8549 replace statename = "CALIFOR" if congress == 89 & id == 5255 replace statename = "CALIFOR" if congress == 89 & id == 3901 replace statename = "CALIFOR" if congress == 89 & id == 4514 replace statename = "CALIFOR" if congress == 89 & id == 8628 replace statename = "CALIFOR" if congress == 89 & id == 10595 replace statename = "CALIFOR" if congress == 89 & id == 10511 replace statename = "CALIFOR" if congress == 89 & id == 10580 replace statename = "CALIFOR" if congress == 89 & id == 5694 replace statename = "CALIFOR" if congress == 89 & id == 10578 replace statename = "CALIFOR" if congress == 89 & id == 8051 replace statename = "CALIFOR" if congress == 89 & id == 10790 replace statename = "CALIFOR" if congress == 89 & id == 10763 replace statename = "CALIFOR" if congress == 89 & id == 10505 replace statename = "CALIFOR" if congress == 89 & id == 10573 replace statename = "CALIFOR" if congress == 89 & id == 10621 replace statename = "CALIFOR" if congress == 89 & id == 10640 replace statename = "CALIFOR" if congress == 89 & id == 4592 replace statename = "CALIFOR" if congress == 89 & id == 10720 replace statename = "CALIFOR" if congress == 89 & id == 10594 replace statename = "CALIFOR" if congress == 89 & id == 9578 replace statename = "CALIFOR" if congress == 89 & id == 10249 replace statename = "CALIFOR" if congress == 89 & id == 10633 replace statename = "CALIFOR" if congress == 89 & id == 10777 replace statename = "COLORAD" if congress == 89 & id == 8021 replace statename = "COLORAD" if congress == 89 & id == 10751 replace statename = "COLORAD" if congress == 89 & id == 10723 replace statename = "COLORAD" if congress == 89 & id == 275 replace statename = "CONNECT" if congress == 89 & id == 2295 replace statename = "CONNECT" if congress == 89 & id == 10627 replace statename = "CONNECT" if congress == 89 & id == 3553 replace statename = "CONNECT" if congress == 89 & id == 4824 replace statename = "CONNECT" if congress == 89 & id == 6586 replace statename = "CONNECT" if congress == 89 & id == 10590 replace statename = "DELAWAR" if congress == 89 & id == 6224 replace statename = "FLORIDA" if congress == 89 & id == 8507 replace statename = "FLORIDA" if congress == 89 & id == 633 replace statename = "FLORIDA" if congress == 89 & id == 7333 replace statename = "FLORIDA" if congress == 89 & id == 3078 replace statename = "FLORIDA" if congress == 89 & id == 4354 replace statename = "FLORIDA" if congress == 89 & id == 8032 replace statename = "FLORIDA" if congress == 89 & id == 3929 replace statename = "FLORIDA" if congress == 89 & id == 6084 replace statename = "FLORIDA" if congress == 89 & id == 10587 replace statename = "FLORIDA" if congress == 89 & id == 10588 replace statename = "FLORIDA" if congress == 89 & id == 10593 replace statename = "FLORIDA" if congress == 89 & id == 2143 replace statename = "GEORGIA" if congress == 89 & id == 10522 replace statename = "GEORGIA" if congress == 89 & id == 10759 replace statename = "GEORGIA" if congress == 89 & id == 10709 replace statename = "GEORGIA" if congress == 89 & id == 10753 replace statename = "GEORGIA" if congress == 89 & id == 10636 replace statename = "GEORGIA" if congress == 89 & id == 3242 replace statename = "GEORGIA" if congress == 89 & id == 10512 replace statename = "GEORGIA" if congress == 89 & id == 10632 replace statename = "GEORGIA" if congress == 89 & id == 5436 replace statename = "GEORGIA" if congress == 89 & id == 10563 replace statename = "HAWAII" if congress == 89 & id == 10757 replace statename = "HAWAII" if congress == 89 & id == 10605 replace statename = "IDAHO" if congress == 89 & id == 10637 replace statename = "IDAHO" if congress == 89 & id == 10734 replace statename = "ILLINOI" if congress == 89 & id == 2433 replace statename = "ILLINOI" if congress == 89 & id == 7041 replace statename = "ILLINOI" if congress == 89 & id == 6816 replace statename = "ILLINOI" if congress == 89 & id == 2525 replace statename = "ILLINOI" if congress == 89 & id == 5326 replace statename = "ILLINOI" if congress == 89 & id == 10765 replace statename = "ILLINOI" if congress == 89 & id == 10703 replace statename = "ILLINOI" if congress == 89 & id == 8080 replace statename = "ILLINOI" if congress == 89 & id == 10421 replace statename = "ILLINOI" if congress == 89 & id == 1941 replace statename = "ILLINOI" if congress == 89 & id == 7642 replace statename = "ILLINOI" if congress == 89 & id == 10606 replace statename = "ILLINOI" if congress == 89 & id == 10622 replace statename = "ILLINOI" if congress == 89 & id == 10722 replace statename = "ILLINOI" if congress == 89 & id == 10617 replace statename = "ILLINOI" if congress == 89 & id == 10501 replace statename = "ILLINOI" if congress == 89 & id == 226 replace statename = "ILLINOI" if congress == 89 & id == 6455 replace statename = "ILLINOI" if congress == 89 & id == 10769 replace statename = "ILLINOI" if congress == 89 & id == 10517 replace statename = "ILLINOI" if congress == 89 & id == 3769 replace statename = "ILLINOI" if congress == 89 & id == 8814 replace statename = "ILLINOI" if congress == 89 & id == 8474 replace statename = "ILLINOI" if congress == 89 & id == 7610 replace statename = "INDIANA" if congress == 89 & id == 5900 replace statename = "INDIANA" if congress == 89 & id == 3963 replace statename = "INDIANA" if congress == 89 & id == 948 replace statename = "INDIANA" if congress == 89 & id == 18 replace statename = "INDIANA" if congress == 89 & id == 8084 replace statename = "INDIANA" if congress == 89 & id == 10552 replace statename = "INDIANA" if congress == 89 & id == 986 replace statename = "INDIANA" if congress == 89 & id == 2517 replace statename = "INDIANA" if congress == 89 & id == 10732 replace statename = "INDIANA" if congress == 89 & id == 4165 replace statename = "INDIANA" if congress == 89 & id == 10742 replace statename = "IOWA" if congress == 89 & id == 10770 replace statename = "IOWA" if congress == 89 & id == 10715 replace statename = "IOWA" if congress == 89 & id == 3853 replace statename = "IOWA" if congress == 89 & id == 10704 replace statename = "IOWA" if congress == 89 & id == 8672 replace statename = "IOWA" if congress == 89 & id == 10730 replace statename = "IOWA" if congress == 89 & id == 10735 replace statename = "KANSAS" if congress == 89 & id == 10513 replace statename = "KANSAS" if congress == 89 & id == 10758 replace statename = "KANSAS" if congress == 89 & id == 10516 replace statename = "KANSAS" if congress == 89 & id == 10559 replace statename = "KANSAS" if congress == 89 & id == 10625 replace statename = "KENTUCK" if congress == 89 & id == 9056 replace statename = "KENTUCK" if congress == 89 & id == 6845 replace statename = "KENTUCK" if congress == 89 & id == 10724 replace statename = "KENTUCK" if congress == 89 & id == 1682 replace statename = "KENTUCK" if congress == 89 & id == 10710 replace statename = "KENTUCK" if congress == 89 & id == 9882 replace statename = "KENTUCK" if congress == 89 & id == 7343 replace statename = "LOUISIA" if congress == 89 & id == 4275 replace statename = "LOUISIA" if congress == 89 & id == 824 replace statename = "LOUISIA" if congress == 89 & id == 10201 replace statename = "LOUISIA" if congress == 89 & id == 10567 replace statename = "LOUISIA" if congress == 89 & id == 7228 replace statename = "LOUISIA" if congress == 89 & id == 6721 replace statename = "LOUISIA" if congress == 89 & id == 9339 replace statename = "LOUISIA" if congress == 89 & id == 10787 replace statename = "LOUISIA" if congress == 89 & id == 10746 replace statename = "MAINE" if congress == 89 & id == 10565 replace statename = "MAINE" if congress == 89 & id == 10736 replace statename = "MARYLAN" if congress == 89 & id == 10610 replace statename = "MARYLAN" if congress == 89 & id == 10601 replace statename = "MARYLAN" if congress == 89 & id == 3480 replace statename = "MARYLAN" if congress == 89 & id == 3054 replace statename = "MARYLAN" if congress == 89 & id == 10752 replace statename = "MARYLAN" if congress == 89 & id == 10535 replace statename = "MARYLAN" if congress == 89 & id == 3374 replace statename = "MARYLAN" if congress == 89 & id == 10624 replace statename = "MASSACH" if congress == 89 & id == 2009 replace statename = "MASSACH" if congress == 89 & id == 830 replace statename = "MASSACH" if congress == 89 & id == 7408 replace statename = "MASSACH" if congress == 89 & id == 2660 replace statename = "MASSACH" if congress == 89 & id == 10538 replace statename = "MASSACH" if congress == 89 & id == 518 replace statename = "MASSACH" if congress == 89 & id == 5873 replace statename = "MASSACH" if congress == 89 & id == 7081 replace statename = "MASSACH" if congress == 89 & id == 6177 replace statename = "MASSACH" if congress == 89 & id == 6033 replace statename = "MASSACH" if congress == 89 & id == 1265 replace statename = "MASSACH" if congress == 89 & id == 5131 replace statename = "MICHIGA" if congress == 89 & id == 10713 replace statename = "MICHIGA" if congress == 89 & id == 10779 replace statename = "MICHIGA" if congress == 89 & id == 10776 replace statename = "MICHIGA" if congress == 89 & id == 10597 replace statename = "MICHIGA" if congress == 89 & id == 3268 replace statename = "MICHIGA" if congress == 89 & id == 1620 replace statename = "MICHIGA" if congress == 89 & id == 10754 replace statename = "MICHIGA" if congress == 89 & id == 10526 replace statename = "MICHIGA" if congress == 89 & id == 3824 replace statename = "MICHIGA" if congress == 89 & id == 10794 replace statename = "MICHIGA" if congress == 89 & id == 1610 replace statename = "MICHIGA" if congress == 89 & id == 10711 replace statename = "MICHIGA" if congress == 89 & id == 7043 replace statename = "MICHIGA" if congress == 89 & id == 2594 replace statename = "MICHIGA" if congress == 89 & id == 10540 replace statename = "MICHIGA" if congress == 89 & id == 10727 replace statename = "MICHIGA" if congress == 89 & id == 2605 replace statename = "MICHIGA" if congress == 89 & id == 3830 replace statename = "MICHIGA" if congress == 89 & id == 1087 replace statename = "MICHIGA" if congress == 89 & id == 10725 replace statename = "MINNESO" if congress == 89 & id == 7671 replace statename = "MINNESO" if congress == 89 & id == 6860 replace statename = "MINNESO" if congress == 89 & id == 10533 replace statename = "MINNESO" if congress == 89 & id == 5098 replace statename = "MINNESO" if congress == 89 & id == 10585 replace statename = "MINNESO" if congress == 89 & id == 10612 replace statename = "MINNESO" if congress == 89 & id == 5451 replace statename = "MINNESO" if congress == 89 & id == 789 replace statename = "MISSISS" if congress == 89 & id == 13 replace statename = "MISSISS" if congress == 89 & id == 10075 replace statename = "MISSISS" if congress == 89 & id == 10162 replace statename = "MISSISS" if congress == 89 & id == 10781 replace statename = "MISSISS" if congress == 89 & id == 1952 replace statename = "MISSOUR" if congress == 89 & id == 5097 replace statename = "MISSOUR" if congress == 89 & id == 2275 replace statename = "MISSOUR" if congress == 89 & id == 9072 replace statename = "MISSOUR" if congress == 89 & id == 7717 replace statename = "MISSOUR" if congress == 89 & id == 835 replace statename = "MISSOUR" if congress == 89 & id == 4724 replace statename = "MISSOUR" if congress == 89 & id == 10523 replace statename = "MISSOUR" if congress == 89 & id == 10528 replace statename = "MISSOUR" if congress == 89 & id == 10740 replace statename = "MISSOUR" if congress == 89 & id == 5056 replace statename = "MONTANA" if congress == 89 & id == 10543 replace statename = "MONTANA" if congress == 89 & id == 10503 replace statename = "NEBRASK" if congress == 89 & id == 10708 replace statename = "NEBRASK" if congress == 89 & id == 2255 replace statename = "NEBRASK" if congress == 89 & id == 10534 replace statename = "NEVADA" if congress == 89 & id == 433 replace statename = "NEW HAM" if congress == 89 & id == 10741 replace statename = "NEW HAM" if congress == 89 & id == 10581 replace statename = "NEW JER" if congress == 89 & id == 1393 replace statename = "NEW JER" if congress == 89 & id == 10750 replace statename = "NEW JER" if congress == 89 & id == 10739 replace statename = "NEW JER" if congress == 89 & id == 9322 replace statename = "NEW JER" if congress == 89 & id == 3364 replace statename = "NEW JER" if congress == 89 & id == 2804 replace statename = "NEW JER" if congress == 89 & id == 10091 replace statename = "NEW JER" if congress == 89 & id == 10529 replace statename = "NEW JER" if congress == 89 & id == 10737 replace statename = "NEW JER" if congress == 89 & id == 8010 replace statename = "NEW JER" if congress == 89 & id == 10609 replace statename = "NEW JER" if congress == 89 & id == 10745 replace statename = "NEW JER" if congress == 89 & id == 3433 replace statename = "NEW JER" if congress == 89 & id == 2329 replace statename = "NEW JER" if congress == 89 & id == 10613 replace statename = "NEW MEX" if congress == 89 & id == 10780 replace statename = "NEW MEX" if congress == 89 & id == 6717 replace statename = "NEW YOR" if congress == 89 & id == 10545 replace statename = "NEW YOR" if congress == 89 & id == 10592 replace statename = "NEW YOR" if congress == 89 & id == 10784 replace statename = "NEW YOR" if congress == 89 & id == 10638 replace statename = "NEW YOR" if congress == 89 & id == 10775 replace statename = "NEW YOR" if congress == 89 & id == 3967 replace statename = "NEW YOR" if congress == 89 & id == 10500 replace statename = "NEW YOR" if congress == 89 & id == 10551 replace statename = "NEW YOR" if congress == 89 & id == 2476 replace statename = "NEW YOR" if congress == 89 & id == 1611 replace statename = "NEW YOR" if congress == 89 & id == 5199 replace statename = "NEW YOR" if congress == 89 & id == 5148 replace statename = "NEW YOR" if congress == 89 & id == 6792 replace statename = "NEW YOR" if congress == 89 & id == 8049 replace statename = "NEW YOR" if congress == 89 & id == 10508 replace statename = "NEW YOR" if congress == 89 & id == 10611 replace statename = "NEW YOR" if congress == 89 & id == 5678 replace statename = "NEW YOR" if congress == 89 & id == 10789 replace statename = "NEW YOR" if congress == 89 & id == 7568 replace statename = "NEW YOR" if congress == 89 & id == 3056 replace statename = "NEW YOR" if congress == 89 & id == 10555 replace statename = "NEW YOR" if congress == 89 & id == 10768 replace statename = "NEW YOR" if congress == 89 & id == 3575 replace statename = "NEW YOR" if congress == 89 & id == 10705 replace statename = "NEW YOR" if congress == 89 & id == 3158 replace statename = "NEW YOR" if congress == 89 & id == 10760 replace statename = "NEW YOR" if congress == 89 & id == 10618 replace statename = "NEW YOR" if congress == 89 & id == 10718 replace statename = "NEW YOR" if congress == 89 & id == 10764 replace statename = "NEW YOR" if congress == 89 & id == 7003 replace statename = "NEW YOR" if congress == 89 & id == 10530 replace statename = "NEW YOR" if congress == 89 & id == 10749 replace statename = "NEW YOR" if congress == 89 & id == 7467 replace statename = "NEW YOR" if congress == 89 & id == 7995 replace statename = "NEW YOR" if congress == 89 & id == 10733 replace statename = "NEW YOR" if congress == 89 & id == 9017 replace statename = "NEW YOR" if congress == 89 & id == 10596 replace statename = "NEW YOR" if congress == 89 & id == 10712 replace statename = "NEW YOR" if congress == 89 & id == 3670 replace statename = "NEW YOR" if congress == 89 & id == 10748 replace statename = "NEW YOR" if congress == 89 & id == 10771 replace statename = "NEW YOR" if congress == 89 & id == 2752 replace statename = "NORTH C" if congress == 89 & id == 846 replace statename = "NORTH C" if congress == 89 & id == 10788 replace statename = "NORTH C" if congress == 89 & id == 3321 replace statename = "NORTH C" if congress == 89 & id == 10527 replace statename = "NORTH C" if congress == 89 & id == 2032 replace statename = "NORTH C" if congress == 89 & id == 8311 replace statename = "NORTH C" if congress == 89 & id == 10531 replace statename = "NORTH C" if congress == 89 & id == 5606 replace statename = "NORTH C" if congress == 89 & id == 5019 replace statename = "NORTH C" if congress == 89 & id == 10574 replace statename = "NORTH C" if congress == 89 & id == 10060 replace statename = "NORTH C" if congress == 89 & id == 9230 replace statename = "NORTH D" if congress == 89 & id == 10569 replace statename = "NORTH D" if congress == 89 & id == 10762 replace statename = "OHIO" if congress == 89 & id == 10729 replace statename = "OHIO" if congress == 89 & id == 10510 replace statename = "OHIO" if congress == 89 & id == 10747 replace statename = "OHIO" if congress == 89 & id == 6204 replace statename = "OHIO" if congress == 89 & id == 5495 replace statename = "OHIO" if congress == 89 & id == 10525 replace statename = "OHIO" if congress == 89 & id == 1104 replace statename = "OHIO" if congress == 89 & id == 10786 replace statename = "OHIO" if congress == 89 & id == 680 replace statename = "OHIO" if congress == 89 & id == 267 replace statename = "OHIO" if congress == 89 & id == 6579 replace statename = "OHIO" if congress == 89 & id == 10773 replace statename = "OHIO" if congress == 89 & id == 2533 replace statename = "OHIO" if congress == 89 & id == 10539 replace statename = "OHIO" if congress == 89 & id == 310 replace statename = "OHIO" if congress == 89 & id == 8341 replace statename = "OHIO" if congress == 89 & id == 891 replace statename = "OHIO" if congress == 89 & id == 10502 replace statename = "OHIO" if congress == 89 & id == 4247 replace statename = "OHIO" if congress == 89 & id == 5301 replace statename = "OHIO" if congress == 89 & id == 3092 replace statename = "OHIO" if congress == 89 & id == 9623 replace statename = "OHIO" if congress == 89 & id == 837 replace statename = "OHIO" if congress == 89 & id == 6548 replace statename = "OHIO" if congress == 89 & id == 10774 replace statename = "OKLAHOM" if congress == 89 & id == 590 replace statename = "OKLAHOM" if congress == 89 & id == 2854 replace statename = "OKLAHOM" if congress == 89 & id == 62 replace statename = "OKLAHOM" if congress == 89 & id == 8866 replace statename = "OKLAHOM" if congress == 89 & id == 4891 replace statename = "OKLAHOM" if congress == 89 & id == 10743 replace statename = "OREGON" if congress == 89 & id == 10785 replace statename = "OREGON" if congress == 89 & id == 9551 replace statename = "OREGON" if congress == 89 & id == 3775 replace statename = "OREGON" if congress == 89 & id == 10582 replace statename = "PENNSYL" if congress == 89 & id == 465 replace statename = "PENNSYL" if congress == 89 & id == 6936 replace statename = "PENNSYL" if congress == 89 & id == 1368 replace statename = "PENNSYL" if congress == 89 & id == 9408 replace statename = "PENNSYL" if congress == 89 & id == 10591 replace statename = "PENNSYL" if congress == 89 & id == 7844 replace statename = "PENNSYL" if congress == 89 & id == 10782 replace statename = "PENNSYL" if congress == 89 & id == 2266 replace statename = "PENNSYL" if congress == 89 & id == 2298 replace statename = "PENNSYL" if congress == 89 & id == 10607 replace statename = "PENNSYL" if congress == 89 & id == 3224 replace statename = "PENNSYL" if congress == 89 & id == 9975 replace statename = "PENNSYL" if congress == 89 & id == 10557 replace statename = "PENNSYL" if congress == 89 & id == 6661 replace statename = "PENNSYL" if congress == 89 & id == 10620 replace statename = "PENNSYL" if congress == 89 & id == 5377 replace statename = "PENNSYL" if congress == 89 & id == 8268 replace statename = "PENNSYL" if congress == 89 & id == 2065 replace statename = "PENNSYL" if congress == 89 & id == 10714 replace statename = "PENNSYL" if congress == 89 & id == 4518 replace statename = "PENNSYL" if congress == 89 & id == 2513 replace statename = "PENNSYL" if congress == 89 & id == 8247 replace statename = "PENNSYL" if congress == 89 & id == 10598 replace statename = "PENNSYL" if congress == 89 & id == 10778 replace statename = "PENNSYL" if congress == 89 & id == 1763 replace statename = "PENNSYL" if congress == 89 & id == 6685 replace statename = "PENNSYL" if congress == 89 & id == 3409 replace statename = "RHODE I" if congress == 89 & id == 10561 replace statename = "RHODE I" if congress == 89 & id == 3246 replace statename = "SOUTH C" if congress == 89 & id == 7925 replace statename = "SOUTH C" if congress == 89 & id == 90634 replace statename = "SOUTH C" if congress == 89 & id == 2672 replace statename = "SOUTH C" if congress == 89 & id == 270 replace statename = "SOUTH C" if congress == 89 & id == 10728 replace statename = "SOUTH C" if congress == 89 & id == 6353 replace statename = "SOUTH D" if congress == 89 & id == 10548 replace statename = "SOUTH D" if congress == 89 & id == 672 replace statename = "TENNESS" if congress == 89 & id == 10616 replace statename = "TENNESS" if congress == 89 & id == 10719 replace statename = "TENNESS" if congress == 89 & id == 10571 replace statename = "TENNESS" if congress == 89 & id == 3034 replace statename = "TENNESS" if congress == 89 & id == 10586 replace statename = "TENNESS" if congress == 89 & id == 10701 replace statename = "TENNESS" if congress == 89 & id == 6826 replace statename = "TENNESS" if congress == 89 & id == 3028 replace statename = "TENNESS" if congress == 89 & id == 10731 replace statename = "TEXAS" if congress == 89 & id == 7232 replace statename = "TEXAS" if congress == 89 & id == 1077 replace statename = "TEXAS" if congress == 89 & id == 567 replace statename = "TEXAS" if congress == 89 & id == 10550 replace statename = "TEXAS" if congress == 89 & id == 10707 replace statename = "TEXAS" if congress == 89 & id == 9241 replace statename = "TEXAS" if congress == 89 & id == 2700 replace statename = "TEXAS" if congress == 89 & id == 9284 replace statename = "TEXAS" if congress == 89 & id == 10792 replace statename = "TEXAS" if congress == 89 & id == 9320 replace statename = "TEXAS" if congress == 89 & id == 10614 replace statename = "TEXAS" if congress == 89 & id == 7498 replace statename = "TEXAS" if congress == 89 & id == 10391 replace statename = "TEXAS" if congress == 89 & id == 10546 replace statename = "TEXAS" if congress == 89 & id == 10446 replace statename = "TEXAS" if congress == 89 & id == 10716 replace statename = "TEXAS" if congress == 89 & id == 10783 replace statename = "TEXAS" if congress == 89 & id == 1282 replace statename = "TEXAS" if congress == 89 & id == 8035 replace statename = "TEXAS" if congress == 89 & id == 5924 replace statename = "TEXAS" if congress == 89 & id == 10520 replace statename = "TEXAS" if congress == 89 & id == 3171 replace statename = "TEXAS" if congress == 89 & id == 1577 replace statename = "TEXAS" if congress == 89 & id == 10615 replace statename = "UTAH" if congress == 89 & id == 10576 replace statename = "UTAH" if congress == 89 & id == 5258 replace statename = "VERMONT" if congress == 89 & id == 10562 replace statename = "VIRGINI" if congress == 89 & id == 2706 replace statename = "VIRGINI" if congress == 89 & id == 4064 replace statename = "VIRGINI" if congress == 89 & id == 10767 replace statename = "VIRGINI" if congress == 89 & id == 2 replace statename = "VIRGINI" if congress == 89 & id == 9494 replace statename = "VIRGINI" if congress == 89 & id == 7500 replace statename = "VIRGINI" if congress == 89 & id == 10603 replace statename = "VIRGINI" if congress == 89 & id == 8636 replace statename = "VIRGINI" if congress == 89 & id == 4927 replace statename = "VIRGINI" if congress == 89 & id == 1154 replace statename = "WASHING" if congress == 89 & id == 7313 replace statename = "WASHING" if congress == 89 & id == 10756 replace statename = "WASHING" if congress == 89 & id == 4043 replace statename = "WASHING" if congress == 89 & id == 6101 replace statename = "WASHING" if congress == 89 & id == 10726 replace statename = "WASHING" if congress == 89 & id == 10738 replace statename = "WASHING" if congress == 89 & id == 10700 replace statename = "WEST VI" if congress == 89 & id == 6626 replace statename = "WEST VI" if congress == 89 & id == 8824 replace statename = "WEST VI" if congress == 89 & id == 8564 replace statename = "WEST VI" if congress == 89 & id == 4276 replace statename = "WEST VI" if congress == 89 & id == 10744 replace statename = "WISCONS" if congress == 89 & id == 10772 replace statename = "WISCONS" if congress == 89 & id == 5101 replace statename = "WISCONS" if congress == 89 & id == 10564 replace statename = "WISCONS" if congress == 89 & id == 10463 replace statename = "WISCONS" if congress == 89 & id == 7824 replace statename = "WISCONS" if congress == 89 & id == 10761 replace statename = "WISCONS" if congress == 89 & id == 5410 replace statename = "WISCONS" if congress == 89 & id == 1371 replace statename = "WISCONS" if congress == 89 & id == 2383 replace statename = "WISCONS" if congress == 89 & id == 7046 replace statename = "WYOMING" if congress == 89 & id == 10766 replace statename = "USA" if congress == 90 & id == 99903 replace statename = "ALABAMA" if congress == 90 & id == 10721 replace statename = "ALABAMA" if congress == 90 & id == 10717 replace statename = "ALABAMA" if congress == 90 & id == 195 replace statename = "ALABAMA" if congress == 90 & id == 11037 replace statename = "ALABAMA" if congress == 90 & id == 8353 replace statename = "ALABAMA" if congress == 90 & id == 10706 replace statename = "ALABAMA" if congress == 90 & id == 11000 replace statename = "ALABAMA" if congress == 90 & id == 5058 replace statename = "ALASKA" if congress == 90 & id == 11039 replace statename = "ARIZONA" if congress == 90 & id == 7845 replace statename = "ARIZONA" if congress == 90 & id == 10566 replace statename = "ARIZONA" if congress == 90 & id == 11050 replace statename = "ARKANSA" if congress == 90 & id == 3506 replace statename = "ARKANSA" if congress == 90 & id == 6532 replace statename = "ARKANSA" if congress == 90 & id == 11020 replace statename = "ARKANSA" if congress == 90 & id == 10791 replace statename = "CALIFOR" if congress == 90 & id == 10579 replace statename = "CALIFOR" if congress == 90 & id == 4957 replace statename = "CALIFOR" if congress == 90 & id == 6756 replace statename = "CALIFOR" if congress == 90 & id == 10599 replace statename = "CALIFOR" if congress == 90 & id == 10577 replace statename = "CALIFOR" if congress == 90 & id == 5929 replace statename = "CALIFOR" if congress == 90 & id == 1911 replace statename = "CALIFOR" if congress == 90 & id == 6483 replace statename = "CALIFOR" if congress == 90 & id == 10583 replace statename = "CALIFOR" if congress == 90 & id == 3867 replace statename = "CALIFOR" if congress == 90 & id == 10461 replace statename = "CALIFOR" if congress == 90 & id == 11063 replace statename = "CALIFOR" if congress == 90 & id == 10631 replace statename = "CALIFOR" if congress == 90 & id == 9240 replace statename = "CALIFOR" if congress == 90 & id == 10793 replace statename = "CALIFOR" if congress == 90 & id == 6240 replace statename = "CALIFOR" if congress == 90 & id == 8549 replace statename = "CALIFOR" if congress == 90 & id == 5255 replace statename = "CALIFOR" if congress == 90 & id == 11031 replace statename = "CALIFOR" if congress == 90 & id == 4514 replace statename = "CALIFOR" if congress == 90 & id == 8628 replace statename = "CALIFOR" if congress == 90 & id == 10595 replace statename = "CALIFOR" if congress == 90 & id == 10511 replace statename = "CALIFOR" if congress == 90 & id == 10580 replace statename = "CALIFOR" if congress == 90 & id == 5694 replace statename = "CALIFOR" if congress == 90 & id == 11055 replace statename = "CALIFOR" if congress == 90 & id == 10790 replace statename = "CALIFOR" if congress == 90 & id == 10763 replace statename = "CALIFOR" if congress == 90 & id == 10505 replace statename = "CALIFOR" if congress == 90 & id == 10573 replace statename = "CALIFOR" if congress == 90 & id == 10621 replace statename = "CALIFOR" if congress == 90 & id == 10640 replace statename = "CALIFOR" if congress == 90 & id == 4592 replace statename = "CALIFOR" if congress == 90 & id == 11038 replace statename = "CALIFOR" if congress == 90 & id == 10594 replace statename = "CALIFOR" if congress == 90 & id == 9578 replace statename = "CALIFOR" if congress == 90 & id == 10249 replace statename = "CALIFOR" if congress == 90 & id == 10633 replace statename = "CALIFOR" if congress == 90 & id == 10777 replace statename = "COLORAD" if congress == 90 & id == 8021 replace statename = "COLORAD" if congress == 90 & id == 10572 replace statename = "COLORAD" if congress == 90 & id == 10723 replace statename = "COLORAD" if congress == 90 & id == 275 replace statename = "CONNECT" if congress == 90 & id == 2295 replace statename = "CONNECT" if congress == 90 & id == 10627 replace statename = "CONNECT" if congress == 90 & id == 3553 replace statename = "CONNECT" if congress == 90 & id == 4824 replace statename = "CONNECT" if congress == 90 & id == 6586 replace statename = "CONNECT" if congress == 90 & id == 11033 replace statename = "DELAWAR" if congress == 90 & id == 11044 replace statename = "FLORIDA" if congress == 90 & id == 8507 replace statename = "FLORIDA" if congress == 90 & id == 10587 replace statename = "FLORIDA" if congress == 90 & id == 633 replace statename = "FLORIDA" if congress == 90 & id == 4354 replace statename = "FLORIDA" if congress == 90 & id == 10593 replace statename = "FLORIDA" if congress == 90 & id == 10588 replace statename = "FLORIDA" if congress == 90 & id == 3929 replace statename = "FLORIDA" if congress == 90 & id == 2143 replace statename = "FLORIDA" if congress == 90 & id == 8032 replace statename = "FLORIDA" if congress == 90 & id == 11007 replace statename = "FLORIDA" if congress == 90 & id == 7333 replace statename = "FLORIDA" if congress == 90 & id == 3078 replace statename = "GEORGIA" if congress == 90 & id == 10522 replace statename = "GEORGIA" if congress == 90 & id == 10759 replace statename = "GEORGIA" if congress == 90 & id == 11005 replace statename = "GEORGIA" if congress == 90 & id == 11002 replace statename = "GEORGIA" if congress == 90 & id == 11053 replace statename = "GEORGIA" if congress == 90 & id == 3242 replace statename = "GEORGIA" if congress == 90 & id == 10512 replace statename = "GEORGIA" if congress == 90 & id == 11052 replace statename = "GEORGIA" if congress == 90 & id == 5436 replace statename = "GEORGIA" if congress == 90 & id == 10563 replace statename = "HAWAII" if congress == 90 & id == 10757 replace statename = "HAWAII" if congress == 90 & id == 10605 replace statename = "IDAHO" if congress == 90 & id == 11029 replace statename = "IDAHO" if congress == 90 & id == 10734 replace statename = "ILLINOI" if congress == 90 & id == 2433 replace statename = "ILLINOI" if congress == 90 & id == 7041 replace statename = "ILLINOI" if congress == 90 & id == 6816 replace statename = "ILLINOI" if congress == 90 & id == 2525 replace statename = "ILLINOI" if congress == 90 & id == 5326 replace statename = "ILLINOI" if congress == 90 & id == 10765 replace statename = "ILLINOI" if congress == 90 & id == 10703 replace statename = "ILLINOI" if congress == 90 & id == 8080 replace statename = "ILLINOI" if congress == 90 & id == 10421 replace statename = "ILLINOI" if congress == 90 & id == 1941 replace statename = "ILLINOI" if congress == 90 & id == 7642 replace statename = "ILLINOI" if congress == 90 & id == 10606 replace statename = "ILLINOI" if congress == 90 & id == 10622 replace statename = "ILLINOI" if congress == 90 & id == 10722 replace statename = "ILLINOI" if congress == 90 & id == 10617 replace statename = "ILLINOI" if congress == 90 & id == 10501 replace statename = "ILLINOI" if congress == 90 & id == 226 replace statename = "ILLINOI" if congress == 90 & id == 6455 replace statename = "ILLINOI" if congress == 90 & id == 11041 replace statename = "ILLINOI" if congress == 90 & id == 10517 replace statename = "ILLINOI" if congress == 90 & id == 3769 replace statename = "ILLINOI" if congress == 90 & id == 8814 replace statename = "ILLINOI" if congress == 90 & id == 8474 replace statename = "ILLINOI" if congress == 90 & id == 7610 replace statename = "INDIANA" if congress == 90 & id == 5900 replace statename = "INDIANA" if congress == 90 & id == 3963 replace statename = "INDIANA" if congress == 90 & id == 948 replace statename = "INDIANA" if congress == 90 & id == 18 replace statename = "INDIANA" if congress == 90 & id == 8084 replace statename = "INDIANA" if congress == 90 & id == 986 replace statename = "INDIANA" if congress == 90 & id == 11036 replace statename = "INDIANA" if congress == 90 & id == 11059 replace statename = "INDIANA" if congress == 90 & id == 10732 replace statename = "INDIANA" if congress == 90 & id == 10552 replace statename = "INDIANA" if congress == 90 & id == 10742 replace statename = "IOWA" if congress == 90 & id == 8288 replace statename = "IOWA" if congress == 90 & id == 10715 replace statename = "IOWA" if congress == 90 & id == 3853 replace statename = "IOWA" if congress == 90 & id == 5385 replace statename = "IOWA" if congress == 90 & id == 8672 replace statename = "IOWA" if congress == 90 & id == 11032 replace statename = "IOWA" if congress == 90 & id == 11047 replace statename = "KANSAS" if congress == 90 & id == 10513 replace statename = "KANSAS" if congress == 90 & id == 10758 replace statename = "KANSAS" if congress == 90 & id == 11057 replace statename = "KANSAS" if congress == 90 & id == 10559 replace statename = "KANSAS" if congress == 90 & id == 10625 replace statename = "KENTUCK" if congress == 90 & id == 9056 replace statename = "KENTUCK" if congress == 90 & id == 6845 replace statename = "KENTUCK" if congress == 90 & id == 11010 replace statename = "KENTUCK" if congress == 90 & id == 10626 replace statename = "KENTUCK" if congress == 90 & id == 10710 replace statename = "KENTUCK" if congress == 90 & id == 9882 replace statename = "KENTUCK" if congress == 90 & id == 7343 replace statename = "LOUISIA" if congress == 90 & id == 4275 replace statename = "LOUISIA" if congress == 90 & id == 824 replace statename = "LOUISIA" if congress == 90 & id == 10201 replace statename = "LOUISIA" if congress == 90 & id == 10567 replace statename = "LOUISIA" if congress == 90 & id == 7228 replace statename = "LOUISIA" if congress == 90 & id == 11042 replace statename = "LOUISIA" if congress == 90 & id == 10787 replace statename = "LOUISIA" if congress == 90 & id == 10746 replace statename = "MAINE" if congress == 90 & id == 11027 replace statename = "MAINE" if congress == 90 & id == 10736 replace statename = "MARYLAN" if congress == 90 & id == 10610 replace statename = "MARYLAN" if congress == 90 & id == 10601 replace statename = "MARYLAN" if congress == 90 & id == 3480 replace statename = "MARYLAN" if congress == 90 & id == 3054 replace statename = "MARYLAN" if congress == 90 & id == 10752 replace statename = "MARYLAN" if congress == 90 & id == 10535 replace statename = "MARYLAN" if congress == 90 & id == 3374 replace statename = "MARYLAN" if congress == 90 & id == 11019 replace statename = "MASSACH" if congress == 90 & id == 2009 replace statename = "MASSACH" if congress == 90 & id == 830 replace statename = "MASSACH" if congress == 90 & id == 7408 replace statename = "MASSACH" if congress == 90 & id == 2660 replace statename = "MASSACH" if congress == 90 & id == 10538 replace statename = "MASSACH" if congress == 90 & id == 518 replace statename = "MASSACH" if congress == 90 & id == 5873 replace statename = "MASSACH" if congress == 90 & id == 7081 replace statename = "MASSACH" if congress == 90 & id == 6177 replace statename = "MASSACH" if congress == 90 & id == 11021 replace statename = "MASSACH" if congress == 90 & id == 1265 replace statename = "MASSACH" if congress == 90 & id == 5131 replace statename = "MICHIGA" if congress == 90 & id == 10713 replace statename = "MICHIGA" if congress == 90 & id == 11015 replace statename = "MICHIGA" if congress == 90 & id == 11006 replace statename = "MICHIGA" if congress == 90 & id == 10597 replace statename = "MICHIGA" if congress == 90 & id == 3268 replace statename = "MICHIGA" if congress == 90 & id == 1620 replace statename = "MICHIGA" if congress == 90 & id == 91043 replace statename = "MICHIGA" if congress == 90 & id == 10526 replace statename = "MICHIGA" if congress == 90 & id == 10794 replace statename = "MICHIGA" if congress == 90 & id == 1610 replace statename = "MICHIGA" if congress == 90 & id == 11045 replace statename = "MICHIGA" if congress == 90 & id == 7043 replace statename = "MICHIGA" if congress == 90 & id == 2594 replace statename = "MICHIGA" if congress == 90 & id == 10540 replace statename = "MICHIGA" if congress == 90 & id == 10727 replace statename = "MICHIGA" if congress == 90 & id == 2605 replace statename = "MICHIGA" if congress == 90 & id == 3830 replace statename = "MICHIGA" if congress == 90 & id == 1087 replace statename = "MICHIGA" if congress == 90 & id == 11030 replace statename = "MINNESO" if congress == 90 & id == 7671 replace statename = "MINNESO" if congress == 90 & id == 6860 replace statename = "MINNESO" if congress == 90 & id == 10533 replace statename = "MINNESO" if congress == 90 & id == 5098 replace statename = "MINNESO" if congress == 90 & id == 10585 replace statename = "MINNESO" if congress == 90 & id == 11060 replace statename = "MINNESO" if congress == 90 & id == 5451 replace statename = "MINNESO" if congress == 90 & id == 789 replace statename = "MISSISS" if congress == 90 & id == 13 replace statename = "MISSISS" if congress == 90 & id == 10075 replace statename = "MISSISS" if congress == 90 & id == 10162 replace statename = "MISSISS" if congress == 90 & id == 11065 replace statename = "MISSISS" if congress == 90 & id == 11035 replace statename = "MISSISS" if congress == 90 & id == 1952 replace statename = "MISSOUR" if congress == 90 & id == 5097 replace statename = "MISSOUR" if congress == 90 & id == 2275 replace statename = "MISSOUR" if congress == 90 & id == 9072 replace statename = "MISSOUR" if congress == 90 & id == 7717 replace statename = "MISSOUR" if congress == 90 & id == 835 replace statename = "MISSOUR" if congress == 90 & id == 4724 replace statename = "MISSOUR" if congress == 90 & id == 10523 replace statename = "MISSOUR" if congress == 90 & id == 10528 replace statename = "MISSOUR" if congress == 90 & id == 10740 replace statename = "MISSOUR" if congress == 90 & id == 5056 replace statename = "MONTANA" if congress == 90 & id == 10543 replace statename = "MONTANA" if congress == 90 & id == 10503 replace statename = "NEBRASK" if congress == 90 & id == 11012 replace statename = "NEBRASK" if congress == 90 & id == 2255 replace statename = "NEBRASK" if congress == 90 & id == 10534 replace statename = "NEVADA" if congress == 90 & id == 433 replace statename = "NEW HAM" if congress == 90 & id == 10639 replace statename = "NEW HAM" if congress == 90 & id == 10581 replace statename = "NEW JER" if congress == 90 & id == 11022 replace statename = "NEW JER" if congress == 90 & id == 11046 replace statename = "NEW JER" if congress == 90 & id == 10739 replace statename = "NEW JER" if congress == 90 & id == 9322 replace statename = "NEW JER" if congress == 90 & id == 3364 replace statename = "NEW JER" if congress == 90 & id == 1393 replace statename = "NEW JER" if congress == 90 & id == 10091 replace statename = "NEW JER" if congress == 90 & id == 10529 replace statename = "NEW JER" if congress == 90 & id == 10737 replace statename = "NEW JER" if congress == 90 & id == 8010 replace statename = "NEW JER" if congress == 90 & id == 10609 replace statename = "NEW JER" if congress == 90 & id == 2804 replace statename = "NEW JER" if congress == 90 & id == 3433 replace statename = "NEW JER" if congress == 90 & id == 2329 replace statename = "NEW JER" if congress == 90 & id == 10613 replace statename = "NEW MEX" if congress == 90 & id == 6717 replace statename = "NEW MEX" if congress == 90 & id == 10780 replace statename = "NEW YOR" if congress == 90 & id == 10545 replace statename = "NEW YOR" if congress == 90 & id == 10592 replace statename = "NEW YOR" if congress == 90 & id == 10784 replace statename = "NEW YOR" if congress == 90 & id == 10638 replace statename = "NEW YOR" if congress == 90 & id == 10775 replace statename = "NEW YOR" if congress == 90 & id == 3967 replace statename = "NEW YOR" if congress == 90 & id == 10500 replace statename = "NEW YOR" if congress == 90 & id == 10551 replace statename = "NEW YOR" if congress == 90 & id == 2476 replace statename = "NEW YOR" if congress == 90 & id == 1611 replace statename = "NEW YOR" if congress == 90 & id == 11004 replace statename = "NEW YOR" if congress == 90 & id == 5148 replace statename = "NEW YOR" if congress == 90 & id == 6792 replace statename = "NEW YOR" if congress == 90 & id == 11064 replace statename = "NEW YOR" if congress == 90 & id == 8049 replace statename = "NEW YOR" if congress == 90 & id == 10508 replace statename = "NEW YOR" if congress == 90 & id == 10611 replace statename = "NEW YOR" if congress == 90 & id == 10789 replace statename = "NEW YOR" if congress == 90 & id == 3056 replace statename = "NEW YOR" if congress == 90 & id == 10555 replace statename = "NEW YOR" if congress == 90 & id == 10768 replace statename = "NEW YOR" if congress == 90 & id == 3575 replace statename = "NEW YOR" if congress == 90 & id == 10705 replace statename = "NEW YOR" if congress == 90 & id == 3158 replace statename = "NEW YOR" if congress == 90 & id == 10760 replace statename = "NEW YOR" if congress == 90 & id == 10618 replace statename = "NEW YOR" if congress == 90 & id == 10718 replace statename = "NEW YOR" if congress == 90 & id == 10764 replace statename = "NEW YOR" if congress == 90 & id == 11009 replace statename = "NEW YOR" if congress == 90 & id == 10530 replace statename = "NEW YOR" if congress == 90 & id == 10749 replace statename = "NEW YOR" if congress == 90 & id == 7467 replace statename = "NEW YOR" if congress == 90 & id == 7995 replace statename = "NEW YOR" if congress == 90 & id == 10733 replace statename = "NEW YOR" if congress == 90 & id == 9017 replace statename = "NEW YOR" if congress == 90 & id == 10596 replace statename = "NEW YOR" if congress == 90 & id == 10712 replace statename = "NEW YOR" if congress == 90 & id == 3670 replace statename = "NEW YOR" if congress == 90 & id == 10748 replace statename = "NEW YOR" if congress == 90 & id == 10771 replace statename = "NEW YOR" if congress == 90 & id == 2752 replace statename = "NORTH C" if congress == 90 & id == 10788 replace statename = "NORTH C" if congress == 90 & id == 3321 replace statename = "NORTH C" if congress == 90 & id == 10527 replace statename = "NORTH C" if congress == 90 & id == 11018 replace statename = "NORTH C" if congress == 90 & id == 11017 replace statename = "NORTH C" if congress == 90 & id == 10531 replace statename = "NORTH C" if congress == 90 & id == 5606 replace statename = "NORTH C" if congress == 90 & id == 5019 replace statename = "NORTH C" if congress == 90 & id == 10574 replace statename = "NORTH C" if congress == 90 & id == 10060 replace statename = "NORTH C" if congress == 90 & id == 9230 replace statename = "NORTH D" if congress == 90 & id == 10569 replace statename = "NORTH D" if congress == 90 & id == 11024 replace statename = "OHIO" if congress == 90 & id == 10630 replace statename = "OHIO" if congress == 90 & id == 10510 replace statename = "OHIO" if congress == 90 & id == 11054 replace statename = "OHIO" if congress == 90 & id == 6204 replace statename = "OHIO" if congress == 90 & id == 5495 replace statename = "OHIO" if congress == 90 & id == 10525 replace statename = "OHIO" if congress == 90 & id == 10786 replace statename = "OHIO" if congress == 90 & id == 680 replace statename = "OHIO" if congress == 90 & id == 267 replace statename = "OHIO" if congress == 90 & id == 11034 replace statename = "OHIO" if congress == 90 & id == 10773 replace statename = "OHIO" if congress == 90 & id == 2533 replace statename = "OHIO" if congress == 90 & id == 10539 replace statename = "OHIO" if congress == 90 & id == 310 replace statename = "OHIO" if congress == 90 & id == 11058 replace statename = "OHIO" if congress == 90 & id == 891 replace statename = "OHIO" if congress == 90 & id == 10502 replace statename = "OHIO" if congress == 90 & id == 4247 replace statename = "OHIO" if congress == 90 & id == 5301 replace statename = "OHIO" if congress == 90 & id == 3092 replace statename = "OHIO" if congress == 90 & id == 9623 replace statename = "OHIO" if congress == 90 & id == 837 replace statename = "OHIO" if congress == 90 & id == 6548 replace statename = "OHIO" if congress == 90 & id == 11028 replace statename = "OKLAHOM" if congress == 90 & id == 590 replace statename = "OKLAHOM" if congress == 90 & id == 2854 replace statename = "OKLAHOM" if congress == 90 & id == 62 replace statename = "OKLAHOM" if congress == 90 & id == 8866 replace statename = "OKLAHOM" if congress == 90 & id == 4891 replace statename = "OKLAHOM" if congress == 90 & id == 11049 replace statename = "OREGON" if congress == 90 & id == 10785 replace statename = "OREGON" if congress == 90 & id == 9551 replace statename = "OREGON" if congress == 90 & id == 3775 replace statename = "OREGON" if congress == 90 & id == 11011 replace statename = "PENNSYL" if congress == 90 & id == 465 replace statename = "PENNSYL" if congress == 90 & id == 6936 replace statename = "PENNSYL" if congress == 90 & id == 1368 replace statename = "PENNSYL" if congress == 90 & id == 11014 replace statename = "PENNSYL" if congress == 90 & id == 10591 replace statename = "PENNSYL" if congress == 90 & id == 7844 replace statename = "PENNSYL" if congress == 90 & id == 11056 replace statename = "PENNSYL" if congress == 90 & id == 11001 replace statename = "PENNSYL" if congress == 90 & id == 10782 replace statename = "PENNSYL" if congress == 90 & id == 10607 replace statename = "PENNSYL" if congress == 90 & id == 3224 replace statename = "PENNSYL" if congress == 90 & id == 9975 replace statename = "PENNSYL" if congress == 90 & id == 10557 replace statename = "PENNSYL" if congress == 90 & id == 6661 replace statename = "PENNSYL" if congress == 90 & id == 10620 replace statename = "PENNSYL" if congress == 90 & id == 11016 replace statename = "PENNSYL" if congress == 90 & id == 8268 replace statename = "PENNSYL" if congress == 90 & id == 2065 replace statename = "PENNSYL" if congress == 90 & id == 10521 replace statename = "PENNSYL" if congress == 90 & id == 4518 replace statename = "PENNSYL" if congress == 90 & id == 2513 replace statename = "PENNSYL" if congress == 90 & id == 8247 replace statename = "PENNSYL" if congress == 90 & id == 10598 replace statename = "PENNSYL" if congress == 90 & id == 10778 replace statename = "PENNSYL" if congress == 90 & id == 1763 replace statename = "PENNSYL" if congress == 90 & id == 6685 replace statename = "PENNSYL" if congress == 90 & id == 3409 replace statename = "RHODE I" if congress == 90 & id == 10561 replace statename = "RHODE I" if congress == 90 & id == 11061 replace statename = "RHODE I" if congress == 90 & id == 3246 replace statename = "SOUTH C" if congress == 90 & id == 7925 replace statename = "SOUTH C" if congress == 90 & id == 10634 replace statename = "SOUTH C" if congress == 90 & id == 2672 replace statename = "SOUTH C" if congress == 90 & id == 270 replace statename = "SOUTH C" if congress == 90 & id == 10728 replace statename = "SOUTH C" if congress == 90 & id == 6353 replace statename = "SOUTH D" if congress == 90 & id == 10548 replace statename = "SOUTH D" if congress == 90 & id == 672 replace statename = "TENNESS" if congress == 90 & id == 10616 replace statename = "TENNESS" if congress == 90 & id == 10719 replace statename = "TENNESS" if congress == 90 & id == 10571 replace statename = "TENNESS" if congress == 90 & id == 3034 replace statename = "TENNESS" if congress == 90 & id == 10586 replace statename = "TENNESS" if congress == 90 & id == 10701 replace statename = "TENNESS" if congress == 90 & id == 11003 replace statename = "TENNESS" if congress == 90 & id == 3028 replace statename = "TENNESS" if congress == 90 & id == 11025 replace statename = "TEXAS" if congress == 90 & id == 7232 replace statename = "TEXAS" if congress == 90 & id == 2700 replace statename = "TEXAS" if congress == 90 & id == 10615 replace statename = "TEXAS" if congress == 90 & id == 11066 replace statename = "TEXAS" if congress == 90 & id == 10550 replace statename = "TEXAS" if congress == 90 & id == 10707 replace statename = "TEXAS" if congress == 90 & id == 9241 replace statename = "TEXAS" if congress == 90 & id == 11008 replace statename = "TEXAS" if congress == 90 & id == 11013 replace statename = "TEXAS" if congress == 90 & id == 1077 replace statename = "TEXAS" if congress == 90 & id == 10614 replace statename = "TEXAS" if congress == 90 & id == 7498 replace statename = "TEXAS" if congress == 90 & id == 10391 replace statename = "TEXAS" if congress == 90 & id == 10546 replace statename = "TEXAS" if congress == 90 & id == 10446 replace statename = "TEXAS" if congress == 90 & id == 10716 replace statename = "TEXAS" if congress == 90 & id == 10783 replace statename = "TEXAS" if congress == 90 & id == 1282 replace statename = "TEXAS" if congress == 90 & id == 11062 replace statename = "TEXAS" if congress == 90 & id == 5924 replace statename = "TEXAS" if congress == 90 & id == 10520 replace statename = "TEXAS" if congress == 90 & id == 3171 replace statename = "TEXAS" if congress == 90 & id == 1577 replace statename = "TEXAS" if congress == 90 & id == 11023 replace statename = "UTAH" if congress == 90 & id == 10576 replace statename = "UTAH" if congress == 90 & id == 10600 replace statename = "VERMONT" if congress == 90 & id == 10562 replace statename = "VIRGINI" if congress == 90 & id == 2706 replace statename = "VIRGINI" if congress == 90 & id == 4064 replace statename = "VIRGINI" if congress == 90 & id == 10767 replace statename = "VIRGINI" if congress == 90 & id == 2 replace statename = "VIRGINI" if congress == 90 & id == 9494 replace statename = "VIRGINI" if congress == 90 & id == 7500 replace statename = "VIRGINI" if congress == 90 & id == 10603 replace statename = "VIRGINI" if congress == 90 & id == 11048 replace statename = "VIRGINI" if congress == 90 & id == 9802 replace statename = "VIRGINI" if congress == 90 & id == 1154 replace statename = "WASHING" if congress == 90 & id == 7313 replace statename = "WASHING" if congress == 90 & id == 10756 replace statename = "WASHING" if congress == 90 & id == 4043 replace statename = "WASHING" if congress == 90 & id == 6101 replace statename = "WASHING" if congress == 90 & id == 10726 replace statename = "WASHING" if congress == 90 & id == 10738 replace statename = "WASHING" if congress == 90 & id == 10700 replace statename = "WEST VI" if congress == 90 & id == 6626 replace statename = "WEST VI" if congress == 90 & id == 8824 replace statename = "WEST VI" if congress == 90 & id == 8564 replace statename = "WEST VI" if congress == 90 & id == 4276 replace statename = "WEST VI" if congress == 90 & id == 10744 replace statename = "WISCONS" if congress == 90 & id == 10556 replace statename = "WISCONS" if congress == 90 & id == 5101 replace statename = "WISCONS" if congress == 90 & id == 10564 replace statename = "WISCONS" if congress == 90 & id == 10463 replace statename = "WISCONS" if congress == 90 & id == 7824 replace statename = "WISCONS" if congress == 90 & id == 11051 replace statename = "WISCONS" if congress == 90 & id == 5410 replace statename = "WISCONS" if congress == 90 & id == 1371 replace statename = "WISCONS" if congress == 90 & id == 2383 replace statename = "WISCONS" if congress == 90 & id == 7046 replace statename = "WYOMING" if congress == 90 & id == 4139 replace statename = "USA" if congress == 91 & id == 99904 replace statename = "ALABAMA" if congress == 91 & id == 10721 replace statename = "ALABAMA" if congress == 91 & id == 10717 replace statename = "ALABAMA" if congress == 91 & id == 195 replace statename = "ALABAMA" if congress == 91 & id == 11037 replace statename = "ALABAMA" if congress == 91 & id == 12014 replace statename = "ALABAMA" if congress == 91 & id == 10706 replace statename = "ALABAMA" if congress == 91 & id == 11000 replace statename = "ALABAMA" if congress == 91 & id == 5058 replace statename = "ALASKA" if congress == 91 & id == 11039 replace statename = "ARIZONA" if congress == 91 & id == 7845 replace statename = "ARIZONA" if congress == 91 & id == 10566 replace statename = "ARIZONA" if congress == 91 & id == 11050 replace statename = "ARKANSA" if congress == 91 & id == 12000 replace statename = "ARKANSA" if congress == 91 & id == 6532 replace statename = "ARKANSA" if congress == 91 & id == 11020 replace statename = "ARKANSA" if congress == 91 & id == 10791 replace statename = "CALIFOR" if congress == 91 & id == 10579 replace statename = "CALIFOR" if congress == 91 & id == 4957 replace statename = "CALIFOR" if congress == 91 & id == 6756 replace statename = "CALIFOR" if congress == 91 & id == 10599 replace statename = "CALIFOR" if congress == 91 & id == 10577 replace statename = "CALIFOR" if congress == 91 & id == 5929 replace statename = "CALIFOR" if congress == 91 & id == 1911 replace statename = "CALIFOR" if congress == 91 & id == 6483 replace statename = "CALIFOR" if congress == 91 & id == 10583 replace statename = "CALIFOR" if congress == 91 & id == 3867 replace statename = "CALIFOR" if congress == 91 & id == 11063 replace statename = "CALIFOR" if congress == 91 & id == 10631 replace statename = "CALIFOR" if congress == 91 & id == 9240 replace statename = "CALIFOR" if congress == 91 & id == 10793 replace statename = "CALIFOR" if congress == 91 & id == 6240 replace statename = "CALIFOR" if congress == 91 & id == 8549 replace statename = "CALIFOR" if congress == 91 & id == 12001 replace statename = "CALIFOR" if congress == 91 & id == 11031 replace statename = "CALIFOR" if congress == 91 & id == 4514 replace statename = "CALIFOR" if congress == 91 & id == 8628 replace statename = "CALIFOR" if congress == 91 & id == 10595 replace statename = "CALIFOR" if congress == 91 & id == 10511 replace statename = "CALIFOR" if congress == 91 & id == 10580 replace statename = "CALIFOR" if congress == 91 & id == 5694 replace statename = "CALIFOR" if congress == 91 & id == 10553 replace statename = "CALIFOR" if congress == 91 & id == 11055 replace statename = "CALIFOR" if congress == 91 & id == 10790 replace statename = "CALIFOR" if congress == 91 & id == 10763 replace statename = "CALIFOR" if congress == 91 & id == 12037 replace statename = "CALIFOR" if congress == 91 & id == 10505 replace statename = "CALIFOR" if congress == 91 & id == 10573 replace statename = "CALIFOR" if congress == 91 & id == 10621 replace statename = "CALIFOR" if congress == 91 & id == 10640 replace statename = "CALIFOR" if congress == 91 & id == 4592 replace statename = "CALIFOR" if congress == 91 & id == 11038 replace statename = "CALIFOR" if congress == 91 & id == 10594 replace statename = "CALIFOR" if congress == 91 & id == 9578 replace statename = "CALIFOR" if congress == 91 & id == 12043 replace statename = "CALIFOR" if congress == 91 & id == 10249 replace statename = "CALIFOR" if congress == 91 & id == 10633 replace statename = "CALIFOR" if congress == 91 & id == 10777 replace statename = "COLORAD" if congress == 91 & id == 8021 replace statename = "COLORAD" if congress == 91 & id == 10572 replace statename = "COLORAD" if congress == 91 & id == 10723 replace statename = "COLORAD" if congress == 91 & id == 275 replace statename = "CONNECT" if congress == 91 & id == 2295 replace statename = "CONNECT" if congress == 91 & id == 10627 replace statename = "CONNECT" if congress == 91 & id == 12047 replace statename = "CONNECT" if congress == 91 & id == 3553 replace statename = "CONNECT" if congress == 91 & id == 12032 replace statename = "CONNECT" if congress == 91 & id == 6586 replace statename = "CONNECT" if congress == 91 & id == 11033 replace statename = "DELAWAR" if congress == 91 & id == 11044 replace statename = "FLORIDA" if congress == 91 & id == 8507 replace statename = "FLORIDA" if congress == 91 & id == 10587 replace statename = "FLORIDA" if congress == 91 & id == 633 replace statename = "FLORIDA" if congress == 91 & id == 12007 replace statename = "FLORIDA" if congress == 91 & id == 12015 replace statename = "FLORIDA" if congress == 91 & id == 10588 replace statename = "FLORIDA" if congress == 91 & id == 3929 replace statename = "FLORIDA" if congress == 91 & id == 2143 replace statename = "FLORIDA" if congress == 91 & id == 8032 replace statename = "FLORIDA" if congress == 91 & id == 11007 replace statename = "FLORIDA" if congress == 91 & id == 7333 replace statename = "FLORIDA" if congress == 91 & id == 3078 replace statename = "GEORGIA" if congress == 91 & id == 10522 replace statename = "GEORGIA" if congress == 91 & id == 10759 replace statename = "GEORGIA" if congress == 91 & id == 11005 replace statename = "GEORGIA" if congress == 91 & id == 11002 replace statename = "GEORGIA" if congress == 91 & id == 11053 replace statename = "GEORGIA" if congress == 91 & id == 3242 replace statename = "GEORGIA" if congress == 91 & id == 10512 replace statename = "GEORGIA" if congress == 91 & id == 11052 replace statename = "GEORGIA" if congress == 91 & id == 5436 replace statename = "GEORGIA" if congress == 91 & id == 10563 replace statename = "HAWAII" if congress == 91 & id == 10605 replace statename = "HAWAII" if congress == 91 & id == 10757 replace statename = "IDAHO" if congress == 91 & id == 11029 replace statename = "IDAHO" if congress == 91 & id == 12016 replace statename = "ILLINOI" if congress == 91 & id == 2433 replace statename = "ILLINOI" if congress == 91 & id == 12025 replace statename = "ILLINOI" if congress == 91 & id == 6816 replace statename = "ILLINOI" if congress == 91 & id == 2525 replace statename = "ILLINOI" if congress == 91 & id == 5326 replace statename = "ILLINOI" if congress == 91 & id == 10765 replace statename = "ILLINOI" if congress == 91 & id == 12045 replace statename = "ILLINOI" if congress == 91 & id == 10703 replace statename = "ILLINOI" if congress == 91 & id == 8080 replace statename = "ILLINOI" if congress == 91 & id == 10421 replace statename = "ILLINOI" if congress == 91 & id == 1941 replace statename = "ILLINOI" if congress == 91 & id == 7642 replace statename = "ILLINOI" if congress == 91 & id == 10606 replace statename = "ILLINOI" if congress == 91 & id == 10622 replace statename = "ILLINOI" if congress == 91 & id == 12041 replace statename = "ILLINOI" if congress == 91 & id == 10722 replace statename = "ILLINOI" if congress == 91 & id == 10617 replace statename = "ILLINOI" if congress == 91 & id == 10501 replace statename = "ILLINOI" if congress == 91 & id == 226 replace statename = "ILLINOI" if congress == 91 & id == 6455 replace statename = "ILLINOI" if congress == 91 & id == 11041 replace statename = "ILLINOI" if congress == 91 & id == 10517 replace statename = "ILLINOI" if congress == 91 & id == 3769 replace statename = "ILLINOI" if congress == 91 & id == 8814 replace statename = "ILLINOI" if congress == 91 & id == 8474 replace statename = "ILLINOI" if congress == 91 & id == 7610 replace statename = "INDIANA" if congress == 91 & id == 5900 replace statename = "INDIANA" if congress == 91 & id == 12020 replace statename = "INDIANA" if congress == 91 & id == 948 replace statename = "INDIANA" if congress == 91 & id == 18 replace statename = "INDIANA" if congress == 91 & id == 10552 replace statename = "INDIANA" if congress == 91 & id == 986 replace statename = "INDIANA" if congress == 91 & id == 11036 replace statename = "INDIANA" if congress == 91 & id == 11059 replace statename = "INDIANA" if congress == 91 & id == 10732 replace statename = "INDIANA" if congress == 91 & id == 12012 replace statename = "INDIANA" if congress == 91 & id == 10742 replace statename = "IOWA" if congress == 91 & id == 8288 replace statename = "IOWA" if congress == 91 & id == 10715 replace statename = "IOWA" if congress == 91 & id == 3853 replace statename = "IOWA" if congress == 91 & id == 5385 replace statename = "IOWA" if congress == 91 & id == 8672 replace statename = "IOWA" if congress == 91 & id == 11032 replace statename = "IOWA" if congress == 91 & id == 11047 replace statename = "KANSAS" if congress == 91 & id == 12029 replace statename = "KANSAS" if congress == 91 & id == 10758 replace statename = "KANSAS" if congress == 91 & id == 11057 replace statename = "KANSAS" if congress == 91 & id == 10559 replace statename = "KANSAS" if congress == 91 & id == 10625 replace statename = "KENTUCK" if congress == 91 & id == 9056 replace statename = "KENTUCK" if congress == 91 & id == 6845 replace statename = "KENTUCK" if congress == 91 & id == 11010 replace statename = "KENTUCK" if congress == 91 & id == 10626 replace statename = "KENTUCK" if congress == 91 & id == 10710 replace statename = "KENTUCK" if congress == 91 & id == 9882 replace statename = "KENTUCK" if congress == 91 & id == 7343 replace statename = "LOUISIA" if congress == 91 & id == 4275 replace statename = "LOUISIA" if congress == 91 & id == 824 replace statename = "LOUISIA" if congress == 91 & id == 12005 replace statename = "LOUISIA" if congress == 91 & id == 10567 replace statename = "LOUISIA" if congress == 91 & id == 7228 replace statename = "LOUISIA" if congress == 91 & id == 11042 replace statename = "LOUISIA" if congress == 91 & id == 10787 replace statename = "LOUISIA" if congress == 91 & id == 10746 replace statename = "MAINE" if congress == 91 & id == 11027 replace statename = "MAINE" if congress == 91 & id == 10736 replace statename = "MARYLAN" if congress == 91 & id == 10610 replace statename = "MARYLAN" if congress == 91 & id == 10601 replace statename = "MARYLAN" if congress == 91 & id == 3480 replace statename = "MARYLAN" if congress == 91 & id == 3054 replace statename = "MARYLAN" if congress == 91 & id == 12018 replace statename = "MARYLAN" if congress == 91 & id == 12002 replace statename = "MARYLAN" if congress == 91 & id == 3374 replace statename = "MARYLAN" if congress == 91 & id == 11019 replace statename = "MASSACH" if congress == 91 & id == 2009 replace statename = "MASSACH" if congress == 91 & id == 830 replace statename = "MASSACH" if congress == 91 & id == 7408 replace statename = "MASSACH" if congress == 91 & id == 2660 replace statename = "MASSACH" if congress == 91 & id == 10538 replace statename = "MASSACH" if congress == 91 & id == 518 replace statename = "MASSACH" if congress == 91 & id == 12040 replace statename = "MASSACH" if congress == 91 & id == 5873 replace statename = "MASSACH" if congress == 91 & id == 7081 replace statename = "MASSACH" if congress == 91 & id == 6177 replace statename = "MASSACH" if congress == 91 & id == 11021 replace statename = "MASSACH" if congress == 91 & id == 1265 replace statename = "MASSACH" if congress == 91 & id == 5131 replace statename = "MICHIGA" if congress == 91 & id == 10713 replace statename = "MICHIGA" if congress == 91 & id == 11015 replace statename = "MICHIGA" if congress == 91 & id == 11006 replace statename = "MICHIGA" if congress == 91 & id == 10597 replace statename = "MICHIGA" if congress == 91 & id == 3268 replace statename = "MICHIGA" if congress == 91 & id == 1620 replace statename = "MICHIGA" if congress == 91 & id == 91043 replace statename = "MICHIGA" if congress == 91 & id == 10526 replace statename = "MICHIGA" if congress == 91 & id == 10794 replace statename = "MICHIGA" if congress == 91 & id == 1610 replace statename = "MICHIGA" if congress == 91 & id == 11045 replace statename = "MICHIGA" if congress == 91 & id == 7043 replace statename = "MICHIGA" if congress == 91 & id == 2594 replace statename = "MICHIGA" if congress == 91 & id == 10540 replace statename = "MICHIGA" if congress == 91 & id == 10727 replace statename = "MICHIGA" if congress == 91 & id == 2605 replace statename = "MICHIGA" if congress == 91 & id == 3830 replace statename = "MICHIGA" if congress == 91 & id == 1087 replace statename = "MICHIGA" if congress == 91 & id == 11030 replace statename = "MINNESO" if congress == 91 & id == 7671 replace statename = "MINNESO" if congress == 91 & id == 6860 replace statename = "MINNESO" if congress == 91 & id == 10533 replace statename = "MINNESO" if congress == 91 & id == 5098 replace statename = "MINNESO" if congress == 91 & id == 10585 replace statename = "MINNESO" if congress == 91 & id == 11060 replace statename = "MINNESO" if congress == 91 & id == 5451 replace statename = "MINNESO" if congress == 91 & id == 789 replace statename = "MISSISS" if congress == 91 & id == 13 replace statename = "MISSISS" if congress == 91 & id == 10075 replace statename = "MISSISS" if congress == 91 & id == 11065 replace statename = "MISSISS" if congress == 91 & id == 11035 replace statename = "MISSISS" if congress == 91 & id == 1952 replace statename = "MISSOUR" if congress == 91 & id == 12009 replace statename = "MISSOUR" if congress == 91 & id == 12031 replace statename = "MISSOUR" if congress == 91 & id == 9072 replace statename = "MISSOUR" if congress == 91 & id == 7717 replace statename = "MISSOUR" if congress == 91 & id == 835 replace statename = "MISSOUR" if congress == 91 & id == 4724 replace statename = "MISSOUR" if congress == 91 & id == 10523 replace statename = "MISSOUR" if congress == 91 & id == 10528 replace statename = "MISSOUR" if congress == 91 & id == 10740 replace statename = "MISSOUR" if congress == 91 & id == 12004 replace statename = "MONTANA" if congress == 91 & id == 10543 replace statename = "MONTANA" if congress == 91 & id == 10503 replace statename = "MONTANA" if congress == 91 & id == 12039 replace statename = "NEBRASK" if congress == 91 & id == 11012 replace statename = "NEBRASK" if congress == 91 & id == 2255 replace statename = "NEBRASK" if congress == 91 & id == 10534 replace statename = "NEVADA" if congress == 91 & id == 433 replace statename = "NEW HAM" if congress == 91 & id == 10639 replace statename = "NEW HAM" if congress == 91 & id == 10581 replace statename = "NEW JER" if congress == 91 & id == 11022 replace statename = "NEW JER" if congress == 91 & id == 11046 replace statename = "NEW JER" if congress == 91 & id == 10739 replace statename = "NEW JER" if congress == 91 & id == 9322 replace statename = "NEW JER" if congress == 91 & id == 3364 replace statename = "NEW JER" if congress == 91 & id == 1393 replace statename = "NEW JER" if congress == 91 & id == 12046 replace statename = "NEW JER" if congress == 91 & id == 10091 replace statename = "NEW JER" if congress == 91 & id == 10529 replace statename = "NEW JER" if congress == 91 & id == 12042 replace statename = "NEW JER" if congress == 91 & id == 10737 replace statename = "NEW JER" if congress == 91 & id == 8010 replace statename = "NEW JER" if congress == 91 & id == 10609 replace statename = "NEW JER" if congress == 91 & id == 2804 replace statename = "NEW JER" if congress == 91 & id == 3433 replace statename = "NEW JER" if congress == 91 & id == 2329 replace statename = "NEW JER" if congress == 91 & id == 10613 replace statename = "NEW MEX" if congress == 91 & id == 12022 replace statename = "NEW MEX" if congress == 91 & id == 10584 replace statename = "NEW YOR" if congress == 91 & id == 10545 replace statename = "NEW YOR" if congress == 91 & id == 10592 replace statename = "NEW YOR" if congress == 91 & id == 10784 replace statename = "NEW YOR" if congress == 91 & id == 10638 replace statename = "NEW YOR" if congress == 91 & id == 12021 replace statename = "NEW YOR" if congress == 91 & id == 3967 replace statename = "NEW YOR" if congress == 91 & id == 10500 replace statename = "NEW YOR" if congress == 91 & id == 10551 replace statename = "NEW YOR" if congress == 91 & id == 2476 replace statename = "NEW YOR" if congress == 91 & id == 1611 replace statename = "NEW YOR" if congress == 91 & id == 11004 replace statename = "NEW YOR" if congress == 91 & id == 12008 replace statename = "NEW YOR" if congress == 91 & id == 11064 replace statename = "NEW YOR" if congress == 91 & id == 8049 replace statename = "NEW YOR" if congress == 91 & id == 10508 replace statename = "NEW YOR" if congress == 91 & id == 10611 replace statename = "NEW YOR" if congress == 91 & id == 12019 replace statename = "NEW YOR" if congress == 91 & id == 7568 replace statename = "NEW YOR" if congress == 91 & id == 3056 replace statename = "NEW YOR" if congress == 91 & id == 10555 replace statename = "NEW YOR" if congress == 91 & id == 10768 replace statename = "NEW YOR" if congress == 91 & id == 3575 replace statename = "NEW YOR" if congress == 91 & id == 10705 replace statename = "NEW YOR" if congress == 91 & id == 12003 replace statename = "NEW YOR" if congress == 91 & id == 10760 replace statename = "NEW YOR" if congress == 91 & id == 10618 replace statename = "NEW YOR" if congress == 91 & id == 12024 replace statename = "NEW YOR" if congress == 91 & id == 12013 replace statename = "NEW YOR" if congress == 91 & id == 11009 replace statename = "NEW YOR" if congress == 91 & id == 10530 replace statename = "NEW YOR" if congress == 91 & id == 10749 replace statename = "NEW YOR" if congress == 91 & id == 7467 replace statename = "NEW YOR" if congress == 91 & id == 7995 replace statename = "NEW YOR" if congress == 91 & id == 10733 replace statename = "NEW YOR" if congress == 91 & id == 9017 replace statename = "NEW YOR" if congress == 91 & id == 10596 replace statename = "NEW YOR" if congress == 91 & id == 10712 replace statename = "NEW YOR" if congress == 91 & id == 12017 replace statename = "NEW YOR" if congress == 91 & id == 10748 replace statename = "NEW YOR" if congress == 91 & id == 10771 replace statename = "NEW YOR" if congress == 91 & id == 2752 replace statename = "NORTH C" if congress == 91 & id == 10788 replace statename = "NORTH C" if congress == 91 & id == 3321 replace statename = "NORTH C" if congress == 91 & id == 10527 replace statename = "NORTH C" if congress == 91 & id == 11017 replace statename = "NORTH C" if congress == 91 & id == 12026 replace statename = "NORTH C" if congress == 91 & id == 12027 replace statename = "NORTH C" if congress == 91 & id == 5606 replace statename = "NORTH C" if congress == 91 & id == 12028 replace statename = "NORTH C" if congress == 91 & id == 5019 replace statename = "NORTH C" if congress == 91 & id == 10574 replace statename = "NORTH C" if congress == 91 & id == 9230 replace statename = "NORTH D" if congress == 91 & id == 10569 replace statename = "NORTH D" if congress == 91 & id == 11024 replace statename = "OHIO" if congress == 91 & id == 10630 replace statename = "OHIO" if congress == 91 & id == 10510 replace statename = "OHIO" if congress == 91 & id == 11054 replace statename = "OHIO" if congress == 91 & id == 6204 replace statename = "OHIO" if congress == 91 & id == 5495 replace statename = "OHIO" if congress == 91 & id == 10525 replace statename = "OHIO" if congress == 91 & id == 10786 replace statename = "OHIO" if congress == 91 & id == 680 replace statename = "OHIO" if congress == 91 & id == 267 replace statename = "OHIO" if congress == 91 & id == 11034 replace statename = "OHIO" if congress == 91 & id == 10773 replace statename = "OHIO" if congress == 91 & id == 2533 replace statename = "OHIO" if congress == 91 & id == 10539 replace statename = "OHIO" if congress == 91 & id == 310 replace statename = "OHIO" if congress == 91 & id == 11058 replace statename = "OHIO" if congress == 91 & id == 891 replace statename = "OHIO" if congress == 91 & id == 10502 replace statename = "OHIO" if congress == 91 & id == 4247 replace statename = "OHIO" if congress == 91 & id == 5301 replace statename = "OHIO" if congress == 91 & id == 12044 replace statename = "OHIO" if congress == 91 & id == 3092 replace statename = "OHIO" if congress == 91 & id == 12030 replace statename = "OHIO" if congress == 91 & id == 9623 replace statename = "OHIO" if congress == 91 & id == 6548 replace statename = "OHIO" if congress == 91 & id == 11028 replace statename = "OKLAHOM" if congress == 91 & id == 590 replace statename = "OKLAHOM" if congress == 91 & id == 2854 replace statename = "OKLAHOM" if congress == 91 & id == 62 replace statename = "OKLAHOM" if congress == 91 & id == 8866 replace statename = "OKLAHOM" if congress == 91 & id == 4891 replace statename = "OKLAHOM" if congress == 91 & id == 12006 replace statename = "OREGON" if congress == 91 & id == 10785 replace statename = "OREGON" if congress == 91 & id == 9551 replace statename = "OREGON" if congress == 91 & id == 3775 replace statename = "OREGON" if congress == 91 & id == 11011 replace statename = "PENNSYL" if congress == 91 & id == 465 replace statename = "PENNSYL" if congress == 91 & id == 6936 replace statename = "PENNSYL" if congress == 91 & id == 1368 replace statename = "PENNSYL" if congress == 91 & id == 11014 replace statename = "PENNSYL" if congress == 91 & id == 10591 replace statename = "PENNSYL" if congress == 91 & id == 12035 replace statename = "PENNSYL" if congress == 91 & id == 11056 replace statename = "PENNSYL" if congress == 91 & id == 11001 replace statename = "PENNSYL" if congress == 91 & id == 10782 replace statename = "PENNSYL" if congress == 91 & id == 12048 replace statename = "PENNSYL" if congress == 91 & id == 10607 replace statename = "PENNSYL" if congress == 91 & id == 3224 replace statename = "PENNSYL" if congress == 91 & id == 9975 replace statename = "PENNSYL" if congress == 91 & id == 12010 replace statename = "PENNSYL" if congress == 91 & id == 6661 replace statename = "PENNSYL" if congress == 91 & id == 10620 replace statename = "PENNSYL" if congress == 91 & id == 11016 replace statename = "PENNSYL" if congress == 91 & id == 8268 replace statename = "PENNSYL" if congress == 91 & id == 2065 replace statename = "PENNSYL" if congress == 91 & id == 10521 replace statename = "PENNSYL" if congress == 91 & id == 11067 replace statename = "PENNSYL" if congress == 91 & id == 2513 replace statename = "PENNSYL" if congress == 91 & id == 8247 replace statename = "PENNSYL" if congress == 91 & id == 10598 replace statename = "PENNSYL" if congress == 91 & id == 10778 replace statename = "PENNSYL" if congress == 91 & id == 1763 replace statename = "PENNSYL" if congress == 91 & id == 6685 replace statename = "PENNSYL" if congress == 91 & id == 3409 replace statename = "RHODE I" if congress == 91 & id == 10561 replace statename = "RHODE I" if congress == 91 & id == 11061 replace statename = "SOUTH C" if congress == 91 & id == 7925 replace statename = "SOUTH C" if congress == 91 & id == 10634 replace statename = "SOUTH C" if congress == 91 & id == 2672 replace statename = "SOUTH C" if congress == 91 & id == 12023 replace statename = "SOUTH C" if congress == 91 & id == 10728 replace statename = "SOUTH C" if congress == 91 & id == 6353 replace statename = "SOUTH D" if congress == 91 & id == 10548 replace statename = "SOUTH D" if congress == 91 & id == 672 replace statename = "TENNESS" if congress == 91 & id == 10616 replace statename = "TENNESS" if congress == 91 & id == 10719 replace statename = "TENNESS" if congress == 91 & id == 10571 replace statename = "TENNESS" if congress == 91 & id == 3034 replace statename = "TENNESS" if congress == 91 & id == 10586 replace statename = "TENNESS" if congress == 91 & id == 10701 replace statename = "TENNESS" if congress == 91 & id == 11003 replace statename = "TENNESS" if congress == 91 & id == 3028 replace statename = "TENNESS" if congress == 91 & id == 12038 replace statename = "TENNESS" if congress == 91 & id == 11025 replace statename = "TEXAS" if congress == 91 & id == 7232 replace statename = "TEXAS" if congress == 91 & id == 2700 replace statename = "TEXAS" if congress == 91 & id == 11066 replace statename = "TEXAS" if congress == 91 & id == 10550 replace statename = "TEXAS" if congress == 91 & id == 10707 replace statename = "TEXAS" if congress == 91 & id == 9241 replace statename = "TEXAS" if congress == 91 & id == 11008 replace statename = "TEXAS" if congress == 91 & id == 11013 replace statename = "TEXAS" if congress == 91 & id == 1077 replace statename = "TEXAS" if congress == 91 & id == 10614 replace statename = "TEXAS" if congress == 91 & id == 7498 replace statename = "TEXAS" if congress == 91 & id == 10391 replace statename = "TEXAS" if congress == 91 & id == 10546 replace statename = "TEXAS" if congress == 91 & id == 10446 replace statename = "TEXAS" if congress == 91 & id == 10716 replace statename = "TEXAS" if congress == 91 & id == 10783 replace statename = "TEXAS" if congress == 91 & id == 1282 replace statename = "TEXAS" if congress == 91 & id == 11062 replace statename = "TEXAS" if congress == 91 & id == 5924 replace statename = "TEXAS" if congress == 91 & id == 10520 replace statename = "TEXAS" if congress == 91 & id == 3171 replace statename = "TEXAS" if congress == 91 & id == 1577 replace statename = "TEXAS" if congress == 91 & id == 11023 replace statename = "UTAH" if congress == 91 & id == 10576 replace statename = "UTAH" if congress == 91 & id == 10600 replace statename = "VERMONT" if congress == 91 & id == 10562 replace statename = "VIRGINI" if congress == 91 & id == 2706 replace statename = "VIRGINI" if congress == 91 & id == 12033 replace statename = "VIRGINI" if congress == 91 & id == 10767 replace statename = "VIRGINI" if congress == 91 & id == 2 replace statename = "VIRGINI" if congress == 91 & id == 12011 replace statename = "VIRGINI" if congress == 91 & id == 7500 replace statename = "VIRGINI" if congress == 91 & id == 10603 replace statename = "VIRGINI" if congress == 91 & id == 11048 replace statename = "VIRGINI" if congress == 91 & id == 9802 replace statename = "VIRGINI" if congress == 91 & id == 1154 replace statename = "WASHING" if congress == 91 & id == 7313 replace statename = "WASHING" if congress == 91 & id == 10756 replace statename = "WASHING" if congress == 91 & id == 4043 replace statename = "WASHING" if congress == 91 & id == 6101 replace statename = "WASHING" if congress == 91 & id == 10726 replace statename = "WASHING" if congress == 91 & id == 10738 replace statename = "WASHING" if congress == 91 & id == 10700 replace statename = "WEST VI" if congress == 91 & id == 6584 replace statename = "WEST VI" if congress == 91 & id == 8824 replace statename = "WEST VI" if congress == 91 & id == 8564 replace statename = "WEST VI" if congress == 91 & id == 4276 replace statename = "WEST VI" if congress == 91 & id == 10744 replace statename = "WISCONS" if congress == 91 & id == 10556 replace statename = "WISCONS" if congress == 91 & id == 5101 replace statename = "WISCONS" if congress == 91 & id == 10564 replace statename = "WISCONS" if congress == 91 & id == 10463 replace statename = "WISCONS" if congress == 91 & id == 7824 replace statename = "WISCONS" if congress == 91 & id == 11051 replace statename = "WISCONS" if congress == 91 & id == 5410 replace statename = "WISCONS" if congress == 91 & id == 12036 replace statename = "WISCONS" if congress == 91 & id == 1371 replace statename = "WISCONS" if congress == 91 & id == 2383 replace statename = "WISCONS" if congress == 91 & id == 7046 replace statename = "WYOMING" if congress == 91 & id == 12034 replace statename = "USA" if congress == 92 & id == 99904 replace statename = "ALABAMA" if congress == 92 & id == 10721 replace statename = "ALABAMA" if congress == 92 & id == 10717 replace statename = "ALABAMA" if congress == 92 & id == 195 replace statename = "ALABAMA" if congress == 92 & id == 13053 replace statename = "ALABAMA" if congress == 92 & id == 11037 replace statename = "ALABAMA" if congress == 92 & id == 12014 replace statename = "ALABAMA" if congress == 92 & id == 10706 replace statename = "ALABAMA" if congress == 92 & id == 11000 replace statename = "ALABAMA" if congress == 92 & id == 5058 replace statename = "ALASKA" if congress == 92 & id == 13006 replace statename = "ARIZONA" if congress == 92 & id == 7845 replace statename = "ARIZONA" if congress == 92 & id == 10566 replace statename = "ARIZONA" if congress == 92 & id == 11050 replace statename = "ARKANSA" if congress == 92 & id == 12000 replace statename = "ARKANSA" if congress == 92 & id == 6532 replace statename = "ARKANSA" if congress == 92 & id == 11020 replace statename = "ARKANSA" if congress == 92 & id == 10791 replace statename = "CALIFOR" if congress == 92 & id == 10579 replace statename = "CALIFOR" if congress == 92 & id == 4957 replace statename = "CALIFOR" if congress == 92 & id == 6756 replace statename = "CALIFOR" if congress == 92 & id == 10599 replace statename = "CALIFOR" if congress == 92 & id == 10577 replace statename = "CALIFOR" if congress == 92 & id == 5929 replace statename = "CALIFOR" if congress == 92 & id == 13011 replace statename = "CALIFOR" if congress == 92 & id == 6483 replace statename = "CALIFOR" if congress == 92 & id == 10583 replace statename = "CALIFOR" if congress == 92 & id == 3867 replace statename = "CALIFOR" if congress == 92 & id == 11063 replace statename = "CALIFOR" if congress == 92 & id == 10631 replace statename = "CALIFOR" if congress == 92 & id == 9240 replace statename = "CALIFOR" if congress == 92 & id == 10793 replace statename = "CALIFOR" if congress == 92 & id == 6240 replace statename = "CALIFOR" if congress == 92 & id == 8549 replace statename = "CALIFOR" if congress == 92 & id == 12001 replace statename = "CALIFOR" if congress == 92 & id == 11031 replace statename = "CALIFOR" if congress == 92 & id == 4514 replace statename = "CALIFOR" if congress == 92 & id == 8628 replace statename = "CALIFOR" if congress == 92 & id == 10595 replace statename = "CALIFOR" if congress == 92 & id == 10511 replace statename = "CALIFOR" if congress == 92 & id == 10580 replace statename = "CALIFOR" if congress == 92 & id == 10553 replace statename = "CALIFOR" if congress == 92 & id == 11055 replace statename = "CALIFOR" if congress == 92 & id == 10790 replace statename = "CALIFOR" if congress == 92 & id == 12037 replace statename = "CALIFOR" if congress == 92 & id == 10505 replace statename = "CALIFOR" if congress == 92 & id == 13010 replace statename = "CALIFOR" if congress == 92 & id == 10621 replace statename = "CALIFOR" if congress == 92 & id == 10640 replace statename = "CALIFOR" if congress == 92 & id == 4592 replace statename = "CALIFOR" if congress == 92 & id == 11038 replace statename = "CALIFOR" if congress == 92 & id == 10594 replace statename = "CALIFOR" if congress == 92 & id == 12043 replace statename = "CALIFOR" if congress == 92 & id == 10249 replace statename = "CALIFOR" if congress == 92 & id == 10633 replace statename = "CALIFOR" if congress == 92 & id == 13046 replace statename = "COLORAD" if congress == 92 & id == 13028 replace statename = "COLORAD" if congress == 92 & id == 10572 replace statename = "COLORAD" if congress == 92 & id == 10723 replace statename = "COLORAD" if congress == 92 & id == 275 replace statename = "CONNECT" if congress == 92 & id == 13009 replace statename = "CONNECT" if congress == 92 & id == 12047 replace statename = "CONNECT" if congress == 92 & id == 3553 replace statename = "CONNECT" if congress == 92 & id == 13029 replace statename = "CONNECT" if congress == 92 & id == 6586 replace statename = "CONNECT" if congress == 92 & id == 13016 replace statename = "DELAWAR" if congress == 92 & id == 13014 replace statename = "FLORIDA" if congress == 92 & id == 8507 replace statename = "FLORIDA" if congress == 92 & id == 10587 replace statename = "FLORIDA" if congress == 92 & id == 633 replace statename = "FLORIDA" if congress == 92 & id == 12007 replace statename = "FLORIDA" if congress == 92 & id == 12015 replace statename = "FLORIDA" if congress == 92 & id == 10588 replace statename = "FLORIDA" if congress == 92 & id == 3929 replace statename = "FLORIDA" if congress == 92 & id == 13047 replace statename = "FLORIDA" if congress == 92 & id == 8032 replace statename = "FLORIDA" if congress == 92 & id == 11007 replace statename = "FLORIDA" if congress == 92 & id == 7333 replace statename = "FLORIDA" if congress == 92 & id == 3078 replace statename = "GEORGIA" if congress == 92 & id == 10522 replace statename = "GEORGIA" if congress == 92 & id == 13023 replace statename = "GEORGIA" if congress == 92 & id == 11005 replace statename = "GEORGIA" if congress == 92 & id == 11002 replace statename = "GEORGIA" if congress == 92 & id == 11053 replace statename = "GEORGIA" if congress == 92 & id == 3242 replace statename = "GEORGIA" if congress == 92 & id == 10512 replace statename = "GEORGIA" if congress == 92 & id == 11052 replace statename = "GEORGIA" if congress == 92 & id == 5436 replace statename = "GEORGIA" if congress == 92 & id == 10563 replace statename = "HAWAII" if congress == 92 & id == 10605 replace statename = "HAWAII" if congress == 92 & id == 10757 replace statename = "IDAHO" if congress == 92 & id == 11029 replace statename = "IDAHO" if congress == 92 & id == 12016 replace statename = "ILLINOI" if congress == 92 & id == 13030 replace statename = "ILLINOI" if congress == 92 & id == 12025 replace statename = "ILLINOI" if congress == 92 & id == 13032 replace statename = "ILLINOI" if congress == 92 & id == 2525 replace statename = "ILLINOI" if congress == 92 & id == 5326 replace statename = "ILLINOI" if congress == 92 & id == 12045 replace statename = "ILLINOI" if congress == 92 & id == 10703 replace statename = "ILLINOI" if congress == 92 & id == 8080 replace statename = "ILLINOI" if congress == 92 & id == 10421 replace statename = "ILLINOI" if congress == 92 & id == 1941 replace statename = "ILLINOI" if congress == 92 & id == 7642 replace statename = "ILLINOI" if congress == 92 & id == 10606 replace statename = "ILLINOI" if congress == 92 & id == 12041 replace statename = "ILLINOI" if congress == 92 & id == 10722 replace statename = "ILLINOI" if congress == 92 & id == 10617 replace statename = "ILLINOI" if congress == 92 & id == 13054 replace statename = "ILLINOI" if congress == 92 & id == 10501 replace statename = "ILLINOI" if congress == 92 & id == 226 replace statename = "ILLINOI" if congress == 92 & id == 6455 replace statename = "ILLINOI" if congress == 92 & id == 11041 replace statename = "ILLINOI" if congress == 92 & id == 10517 replace statename = "ILLINOI" if congress == 92 & id == 3769 replace statename = "ILLINOI" if congress == 92 & id == 8814 replace statename = "ILLINOI" if congress == 92 & id == 8474 replace statename = "ILLINOI" if congress == 92 & id == 7610 replace statename = "INDIANA" if congress == 92 & id == 5900 replace statename = "INDIANA" if congress == 92 & id == 12020 replace statename = "INDIANA" if congress == 92 & id == 948 replace statename = "INDIANA" if congress == 92 & id == 8084 replace statename = "INDIANA" if congress == 92 & id == 13018 replace statename = "INDIANA" if congress == 92 & id == 986 replace statename = "INDIANA" if congress == 92 & id == 11036 replace statename = "INDIANA" if congress == 92 & id == 11059 replace statename = "INDIANA" if congress == 92 & id == 10732 replace statename = "INDIANA" if congress == 92 & id == 12012 replace statename = "INDIANA" if congress == 92 & id == 10742 replace statename = "IOWA" if congress == 92 & id == 8288 replace statename = "IOWA" if congress == 92 & id == 10715 replace statename = "IOWA" if congress == 92 & id == 3853 replace statename = "IOWA" if congress == 92 & id == 5385 replace statename = "IOWA" if congress == 92 & id == 8672 replace statename = "IOWA" if congress == 92 & id == 11032 replace statename = "IOWA" if congress == 92 & id == 11047 replace statename = "KANSAS" if congress == 92 & id == 12029 replace statename = "KANSAS" if congress == 92 & id == 13037 replace statename = "KANSAS" if congress == 92 & id == 11057 replace statename = "KANSAS" if congress == 92 & id == 10559 replace statename = "KANSAS" if congress == 92 & id == 10625 replace statename = "KENTUCK" if congress == 92 & id == 9056 replace statename = "KENTUCK" if congress == 92 & id == 6845 replace statename = "KENTUCK" if congress == 92 & id == 13024 replace statename = "KENTUCK" if congress == 92 & id == 10626 replace statename = "KENTUCK" if congress == 92 & id == 10710 replace statename = "KENTUCK" if congress == 92 & id == 9882 replace statename = "KENTUCK" if congress == 92 & id == 13051 replace statename = "KENTUCK" if congress == 92 & id == 7343 replace statename = "LOUISIA" if congress == 92 & id == 4275 replace statename = "LOUISIA" if congress == 92 & id == 824 replace statename = "LOUISIA" if congress == 92 & id == 12005 replace statename = "LOUISIA" if congress == 92 & id == 10567 replace statename = "LOUISIA" if congress == 92 & id == 7228 replace statename = "LOUISIA" if congress == 92 & id == 11042 replace statename = "LOUISIA" if congress == 92 & id == 10787 replace statename = "LOUISIA" if congress == 92 & id == 13056 replace statename = "LOUISIA" if congress == 92 & id == 10746 replace statename = "MAINE" if congress == 92 & id == 11027 replace statename = "MAINE" if congress == 92 & id == 10736 replace statename = "MARYLAN" if congress == 92 & id == 10610 replace statename = "MARYLAN" if congress == 92 & id == 13049 replace statename = "MARYLAN" if congress == 92 & id == 10601 replace statename = "MARYLAN" if congress == 92 & id == 3480 replace statename = "MARYLAN" if congress == 92 & id == 13039 replace statename = "MARYLAN" if congress == 92 & id == 12018 replace statename = "MARYLAN" if congress == 92 & id == 13008 replace statename = "MARYLAN" if congress == 92 & id == 13031 replace statename = "MARYLAN" if congress == 92 & id == 11019 replace statename = "MASSACH" if congress == 92 & id == 2009 replace statename = "MASSACH" if congress == 92 & id == 830 replace statename = "MASSACH" if congress == 92 & id == 13013 replace statename = "MASSACH" if congress == 92 & id == 2660 replace statename = "MASSACH" if congress == 92 & id == 10538 replace statename = "MASSACH" if congress == 92 & id == 12040 replace statename = "MASSACH" if congress == 92 & id == 5873 replace statename = "MASSACH" if congress == 92 & id == 7081 replace statename = "MASSACH" if congress == 92 & id == 13017 replace statename = "MASSACH" if congress == 92 & id == 11021 replace statename = "MASSACH" if congress == 92 & id == 1265 replace statename = "MASSACH" if congress == 92 & id == 5131 replace statename = "MICHIGA" if congress == 92 & id == 10713 replace statename = "MICHIGA" if congress == 92 & id == 11015 replace statename = "MICHIGA" if congress == 92 & id == 11006 replace statename = "MICHIGA" if congress == 92 & id == 10597 replace statename = "MICHIGA" if congress == 92 & id == 3268 replace statename = "MICHIGA" if congress == 92 & id == 1620 replace statename = "MICHIGA" if congress == 92 & id == 91043 replace statename = "MICHIGA" if congress == 92 & id == 10526 replace statename = "MICHIGA" if congress == 92 & id == 10794 replace statename = "MICHIGA" if congress == 92 & id == 1610 replace statename = "MICHIGA" if congress == 92 & id == 11045 replace statename = "MICHIGA" if congress == 92 & id == 7043 replace statename = "MICHIGA" if congress == 92 & id == 2594 replace statename = "MICHIGA" if congress == 92 & id == 10540 replace statename = "MICHIGA" if congress == 92 & id == 10727 replace statename = "MICHIGA" if congress == 92 & id == 2605 replace statename = "MICHIGA" if congress == 92 & id == 3830 replace statename = "MICHIGA" if congress == 92 & id == 1087 replace statename = "MICHIGA" if congress == 92 & id == 11030 replace statename = "MINNESO" if congress == 92 & id == 7671 replace statename = "MINNESO" if congress == 92 & id == 6860 replace statename = "MINNESO" if congress == 92 & id == 13015 replace statename = "MINNESO" if congress == 92 & id == 5098 replace statename = "MINNESO" if congress == 92 & id == 10585 replace statename = "MINNESO" if congress == 92 & id == 11060 replace statename = "MINNESO" if congress == 92 & id == 13007 replace statename = "MINNESO" if congress == 92 & id == 789 replace statename = "MISSISS" if congress == 92 & id == 13 replace statename = "MISSISS" if congress == 92 & id == 10075 replace statename = "MISSISS" if congress == 92 & id == 11065 replace statename = "MISSISS" if congress == 92 & id == 11035 replace statename = "MISSISS" if congress == 92 & id == 1952 replace statename = "MISSOUR" if congress == 92 & id == 12009 replace statename = "MISSOUR" if congress == 92 & id == 12031 replace statename = "MISSOUR" if congress == 92 & id == 9072 replace statename = "MISSOUR" if congress == 92 & id == 7717 replace statename = "MISSOUR" if congress == 92 & id == 835 replace statename = "MISSOUR" if congress == 92 & id == 4724 replace statename = "MISSOUR" if congress == 92 & id == 10523 replace statename = "MISSOUR" if congress == 92 & id == 10528 replace statename = "MISSOUR" if congress == 92 & id == 10740 replace statename = "MISSOUR" if congress == 92 & id == 12004 replace statename = "MONTANA" if congress == 92 & id == 13041 replace statename = "MONTANA" if congress == 92 & id == 12039 replace statename = "NEBRASK" if congress == 92 & id == 13045 replace statename = "NEBRASK" if congress == 92 & id == 13025 replace statename = "NEBRASK" if congress == 92 & id == 10534 replace statename = "NEVADA" if congress == 92 & id == 433 replace statename = "NEW HAM" if congress == 92 & id == 10639 replace statename = "NEW HAM" if congress == 92 & id == 10581 replace statename = "NEW JER" if congress == 92 & id == 11022 replace statename = "NEW JER" if congress == 92 & id == 11046 replace statename = "NEW JER" if congress == 92 & id == 10739 replace statename = "NEW JER" if congress == 92 & id == 9322 replace statename = "NEW JER" if congress == 92 & id == 3364 replace statename = "NEW JER" if congress == 92 & id == 12046 replace statename = "NEW JER" if congress == 92 & id == 10091 replace statename = "NEW JER" if congress == 92 & id == 12042 replace statename = "NEW JER" if congress == 92 & id == 10737 replace statename = "NEW JER" if congress == 92 & id == 8010 replace statename = "NEW JER" if congress == 92 & id == 10609 replace statename = "NEW JER" if congress == 92 & id == 2804 replace statename = "NEW JER" if congress == 92 & id == 3433 replace statename = "NEW JER" if congress == 92 & id == 2329 replace statename = "NEW JER" if congress == 92 & id == 10613 replace statename = "NEW MEX" if congress == 92 & id == 12022 replace statename = "NEW MEX" if congress == 92 & id == 13038 replace statename = "NEW YOR" if congress == 92 & id == 10545 replace statename = "NEW YOR" if congress == 92 & id == 10592 replace statename = "NEW YOR" if congress == 92 & id == 10784 replace statename = "NEW YOR" if congress == 92 & id == 10638 replace statename = "NEW YOR" if congress == 92 & id == 13021 replace statename = "NEW YOR" if congress == 92 & id == 3967 replace statename = "NEW YOR" if congress == 92 & id == 10500 replace statename = "NEW YOR" if congress == 92 & id == 10551 replace statename = "NEW YOR" if congress == 92 & id == 2476 replace statename = "NEW YOR" if congress == 92 & id == 1611 replace statename = "NEW YOR" if congress == 92 & id == 11004 replace statename = "NEW YOR" if congress == 92 & id == 12008 replace statename = "NEW YOR" if congress == 92 & id == 11064 replace statename = "NEW YOR" if congress == 92 & id == 8049 replace statename = "NEW YOR" if congress == 92 & id == 10508 replace statename = "NEW YOR" if congress == 92 & id == 10611 replace statename = "NEW YOR" if congress == 92 & id == 12019 replace statename = "NEW YOR" if congress == 92 & id == 13035 replace statename = "NEW YOR" if congress == 92 & id == 13001 replace statename = "NEW YOR" if congress == 92 & id == 10555 replace statename = "NEW YOR" if congress == 92 & id == 13004 replace statename = "NEW YOR" if congress == 92 & id == 10768 replace statename = "NEW YOR" if congress == 92 & id == 10705 replace statename = "NEW YOR" if congress == 92 & id == 12003 replace statename = "NEW YOR" if congress == 92 & id == 93033 replace statename = "NEW YOR" if congress == 92 & id == 10618 replace statename = "NEW YOR" if congress == 92 & id == 10718 replace statename = "NEW YOR" if congress == 92 & id == 12013 replace statename = "NEW YOR" if congress == 92 & id == 9017 replace statename = "NEW YOR" if congress == 92 & id == 10530 replace statename = "NEW YOR" if congress == 92 & id == 10749 replace statename = "NEW YOR" if congress == 92 & id == 7467 replace statename = "NEW YOR" if congress == 92 & id == 7995 replace statename = "NEW YOR" if congress == 92 & id == 13044 replace statename = "NEW YOR" if congress == 92 & id == 10733 replace statename = "NEW YOR" if congress == 92 & id == 10596 replace statename = "NEW YOR" if congress == 92 & id == 10712 replace statename = "NEW YOR" if congress == 92 & id == 12017 replace statename = "NEW YOR" if congress == 92 & id == 13020 replace statename = "NEW YOR" if congress == 92 & id == 10771 replace statename = "NEW YOR" if congress == 92 & id == 2752 replace statename = "NORTH C" if congress == 92 & id == 10788 replace statename = "NORTH C" if congress == 92 & id == 3321 replace statename = "NORTH C" if congress == 92 & id == 10527 replace statename = "NORTH C" if congress == 92 & id == 11017 replace statename = "NORTH C" if congress == 92 & id == 12026 replace statename = "NORTH C" if congress == 92 & id == 12027 replace statename = "NORTH C" if congress == 92 & id == 5606 replace statename = "NORTH C" if congress == 92 & id == 12028 replace statename = "NORTH C" if congress == 92 & id == 5019 replace statename = "NORTH C" if congress == 92 & id == 10574 replace statename = "NORTH C" if congress == 92 & id == 9230 replace statename = "NORTH D" if congress == 92 & id == 10569 replace statename = "NORTH D" if congress == 92 & id == 13022 replace statename = "OHIO" if congress == 92 & id == 13019 replace statename = "OHIO" if congress == 92 & id == 10510 replace statename = "OHIO" if congress == 92 & id == 11054 replace statename = "OHIO" if congress == 92 & id == 6204 replace statename = "OHIO" if congress == 92 & id == 5495 replace statename = "OHIO" if congress == 92 & id == 10525 replace statename = "OHIO" if congress == 92 & id == 10786 replace statename = "OHIO" if congress == 92 & id == 680 replace statename = "OHIO" if congress == 92 & id == 267 replace statename = "OHIO" if congress == 92 & id == 11034 replace statename = "OHIO" if congress == 92 & id == 10773 replace statename = "OHIO" if congress == 92 & id == 2533 replace statename = "OHIO" if congress == 92 & id == 10539 replace statename = "OHIO" if congress == 92 & id == 13040 replace statename = "OHIO" if congress == 92 & id == 11058 replace statename = "OHIO" if congress == 92 & id == 891 replace statename = "OHIO" if congress == 92 & id == 10502 replace statename = "OHIO" if congress == 92 & id == 4247 replace statename = "OHIO" if congress == 92 & id == 12044 replace statename = "OHIO" if congress == 92 & id == 13043 replace statename = "OHIO" if congress == 92 & id == 12030 replace statename = "OHIO" if congress == 92 & id == 9623 replace statename = "OHIO" if congress == 92 & id == 6548 replace statename = "OHIO" if congress == 92 & id == 13034 replace statename = "OKLAHOM" if congress == 92 & id == 590 replace statename = "OKLAHOM" if congress == 92 & id == 2854 replace statename = "OKLAHOM" if congress == 92 & id == 62 replace statename = "OKLAHOM" if congress == 92 & id == 8866 replace statename = "OKLAHOM" if congress == 92 & id == 4891 replace statename = "OKLAHOM" if congress == 92 & id == 12006 replace statename = "OREGON" if congress == 92 & id == 10785 replace statename = "OREGON" if congress == 92 & id == 9551 replace statename = "OREGON" if congress == 92 & id == 3775 replace statename = "OREGON" if congress == 92 & id == 11011 replace statename = "PENNSYL" if congress == 92 & id == 465 replace statename = "PENNSYL" if congress == 92 & id == 6936 replace statename = "PENNSYL" if congress == 92 & id == 1368 replace statename = "PENNSYL" if congress == 92 & id == 11014 replace statename = "PENNSYL" if congress == 92 & id == 10591 replace statename = "PENNSYL" if congress == 92 & id == 12035 replace statename = "PENNSYL" if congress == 92 & id == 11056 replace statename = "PENNSYL" if congress == 92 & id == 11001 replace statename = "PENNSYL" if congress == 92 & id == 12048 replace statename = "PENNSYL" if congress == 92 & id == 10607 replace statename = "PENNSYL" if congress == 92 & id == 3224 replace statename = "PENNSYL" if congress == 92 & id == 9975 replace statename = "PENNSYL" if congress == 92 & id == 12010 replace statename = "PENNSYL" if congress == 92 & id == 6661 replace statename = "PENNSYL" if congress == 92 & id == 10620 replace statename = "PENNSYL" if congress == 92 & id == 11016 replace statename = "PENNSYL" if congress == 92 & id == 8268 replace statename = "PENNSYL" if congress == 92 & id == 2065 replace statename = "PENNSYL" if congress == 92 & id == 13050 replace statename = "PENNSYL" if congress == 92 & id == 10521 replace statename = "PENNSYL" if congress == 92 & id == 11067 replace statename = "PENNSYL" if congress == 92 & id == 2513 replace statename = "PENNSYL" if congress == 92 & id == 8247 replace statename = "PENNSYL" if congress == 92 & id == 10598 replace statename = "PENNSYL" if congress == 92 & id == 10778 replace statename = "PENNSYL" if congress == 92 & id == 1763 replace statename = "PENNSYL" if congress == 92 & id == 6685 replace statename = "PENNSYL" if congress == 92 & id == 3409 replace statename = "PENNSYL" if congress == 92 & id == 13057 replace statename = "RHODE I" if congress == 92 & id == 10561 replace statename = "RHODE I" if congress == 92 & id == 11061 replace statename = "SOUTH C" if congress == 92 & id == 13048 replace statename = "SOUTH C" if congress == 92 & id == 7925 replace statename = "SOUTH C" if congress == 92 & id == 13042 replace statename = "SOUTH C" if congress == 92 & id == 2672 replace statename = "SOUTH C" if congress == 92 & id == 12023 replace statename = "SOUTH C" if congress == 92 & id == 10728 replace statename = "SOUTH C" if congress == 92 & id == 6353 replace statename = "SOUTH D" if congress == 92 & id == 13012 replace statename = "SOUTH D" if congress == 92 & id == 13000 replace statename = "TENNESS" if congress == 92 & id == 10616 replace statename = "TENNESS" if congress == 92 & id == 10719 replace statename = "TENNESS" if congress == 92 & id == 13005 replace statename = "TENNESS" if congress == 92 & id == 3034 replace statename = "TENNESS" if congress == 92 & id == 10586 replace statename = "TENNESS" if congress == 92 & id == 10701 replace statename = "TENNESS" if congress == 92 & id == 11003 replace statename = "TENNESS" if congress == 92 & id == 12038 replace statename = "TENNESS" if congress == 92 & id == 11025 replace statename = "TEXAS" if congress == 92 & id == 7232 replace statename = "TEXAS" if congress == 92 & id == 2700 replace statename = "TEXAS" if congress == 92 & id == 11066 replace statename = "TEXAS" if congress == 92 & id == 10550 replace statename = "TEXAS" if congress == 92 & id == 10707 replace statename = "TEXAS" if congress == 92 & id == 9241 replace statename = "TEXAS" if congress == 92 & id == 13002 replace statename = "TEXAS" if congress == 92 & id == 11013 replace statename = "TEXAS" if congress == 92 & id == 1077 replace statename = "TEXAS" if congress == 92 & id == 10614 replace statename = "TEXAS" if congress == 92 & id == 7498 replace statename = "TEXAS" if congress == 92 & id == 10391 replace statename = "TEXAS" if congress == 92 & id == 10546 replace statename = "TEXAS" if congress == 92 & id == 10446 replace statename = "TEXAS" if congress == 92 & id == 10716 replace statename = "TEXAS" if congress == 92 & id == 10783 replace statename = "TEXAS" if congress == 92 & id == 1282 replace statename = "TEXAS" if congress == 92 & id == 11062 replace statename = "TEXAS" if congress == 92 & id == 5924 replace statename = "TEXAS" if congress == 92 & id == 10520 replace statename = "TEXAS" if congress == 92 & id == 3171 replace statename = "TEXAS" if congress == 92 & id == 1577 replace statename = "TEXAS" if congress == 92 & id == 11023 replace statename = "UTAH" if congress == 92 & id == 13027 replace statename = "UTAH" if congress == 92 & id == 10600 replace statename = "VERMONT" if congress == 92 & id == 10562 replace statename = "VERMONT" if congress == 92 & id == 13052 replace statename = "VIRGINI" if congress == 92 & id == 2706 replace statename = "VIRGINI" if congress == 92 & id == 12033 replace statename = "VIRGINI" if congress == 92 & id == 10767 replace statename = "VIRGINI" if congress == 92 & id == 2 replace statename = "VIRGINI" if congress == 92 & id == 12011 replace statename = "VIRGINI" if congress == 92 & id == 7500 replace statename = "VIRGINI" if congress == 92 & id == 13036 replace statename = "VIRGINI" if congress == 92 & id == 11048 replace statename = "VIRGINI" if congress == 92 & id == 9802 replace statename = "VIRGINI" if congress == 92 & id == 1154 replace statename = "WASHING" if congress == 92 & id == 7313 replace statename = "WASHING" if congress == 92 & id == 10756 replace statename = "WASHING" if congress == 92 & id == 4043 replace statename = "WASHING" if congress == 92 & id == 13026 replace statename = "WASHING" if congress == 92 & id == 10726 replace statename = "WASHING" if congress == 92 & id == 10738 replace statename = "WASHING" if congress == 92 & id == 10700 replace statename = "WEST VI" if congress == 92 & id == 6584 replace statename = "WEST VI" if congress == 92 & id == 8824 replace statename = "WEST VI" if congress == 92 & id == 8564 replace statename = "WEST VI" if congress == 92 & id == 4276 replace statename = "WEST VI" if congress == 92 & id == 10744 replace statename = "WISCONS" if congress == 92 & id == 13003 replace statename = "WISCONS" if congress == 92 & id == 5101 replace statename = "WISCONS" if congress == 92 & id == 10564 replace statename = "WISCONS" if congress == 92 & id == 10463 replace statename = "WISCONS" if congress == 92 & id == 7824 replace statename = "WISCONS" if congress == 92 & id == 11051 replace statename = "WISCONS" if congress == 92 & id == 12036 replace statename = "WISCONS" if congress == 92 & id == 1371 replace statename = "WISCONS" if congress == 92 & id == 2383 replace statename = "WISCONS" if congress == 92 & id == 7046 replace statename = "WYOMING" if congress == 92 & id == 10766 replace statename = "USA" if congress == 93 & id == 99904 replace statename = "USA" if congress == 93 & id == 99905 replace statename = "ALABAMA" if congress == 93 & id == 10721 replace statename = "ALABAMA" if congress == 93 & id == 10717 replace statename = "ALABAMA" if congress == 93 & id == 11037 replace statename = "ALABAMA" if congress == 93 & id == 11000 replace statename = "ALABAMA" if congress == 93 & id == 5058 replace statename = "ALABAMA" if congress == 93 & id == 10706 replace statename = "ALABAMA" if congress == 93 & id == 12014 replace statename = "ALASKA" if congress == 93 & id == 14066 replace statename = "ARIZONA" if congress == 93 & id == 7845 replace statename = "ARIZONA" if congress == 93 & id == 10566 replace statename = "ARIZONA" if congress == 93 & id == 11050 replace statename = "ARIZONA" if congress == 93 & id == 14011 replace statename = "ARKANSA" if congress == 93 & id == 12000 replace statename = "ARKANSA" if congress == 93 & id == 6532 replace statename = "ARKANSA" if congress == 93 & id == 11020 replace statename = "ARKANSA" if congress == 93 & id == 14058 replace statename = "CALIFOR" if congress == 93 & id == 10579 replace statename = "CALIFOR" if congress == 93 & id == 4957 replace statename = "CALIFOR" if congress == 93 & id == 6756 replace statename = "CALIFOR" if congress == 93 & id == 10599 replace statename = "CALIFOR" if congress == 93 & id == 10577 replace statename = "CALIFOR" if congress == 93 & id == 5929 replace statename = "CALIFOR" if congress == 93 & id == 14076 replace statename = "CALIFOR" if congress == 93 & id == 13011 replace statename = "CALIFOR" if congress == 93 & id == 14053 replace statename = "CALIFOR" if congress == 93 & id == 10583 replace statename = "CALIFOR" if congress == 93 & id == 3867 replace statename = "CALIFOR" if congress == 93 & id == 14049 replace statename = "CALIFOR" if congress == 93 & id == 10631 replace statename = "CALIFOR" if congress == 93 & id == 9240 replace statename = "CALIFOR" if congress == 93 & id == 14071 replace statename = "CALIFOR" if congress == 93 & id == 10793 replace statename = "CALIFOR" if congress == 93 & id == 6240 replace statename = "CALIFOR" if congress == 93 & id == 8549 replace statename = "CALIFOR" if congress == 93 & id == 11063 replace statename = "CALIFOR" if congress == 93 & id == 11031 replace statename = "CALIFOR" if congress == 93 & id == 4514 replace statename = "CALIFOR" if congress == 93 & id == 14040 replace statename = "CALIFOR" if congress == 93 & id == 10595 replace statename = "CALIFOR" if congress == 93 & id == 10511 replace statename = "CALIFOR" if congress == 93 & id == 10580 replace statename = "CALIFOR" if congress == 93 & id == 10553 replace statename = "CALIFOR" if congress == 93 & id == 11055 replace statename = "CALIFOR" if congress == 93 & id == 10790 replace statename = "CALIFOR" if congress == 93 & id == 12037 replace statename = "CALIFOR" if congress == 93 & id == 10505 replace statename = "CALIFOR" if congress == 93 & id == 13010 replace statename = "CALIFOR" if congress == 93 & id == 10621 replace statename = "CALIFOR" if congress == 93 & id == 10640 replace statename = "CALIFOR" if congress == 93 & id == 4592 replace statename = "CALIFOR" if congress == 93 & id == 11038 replace statename = "CALIFOR" if congress == 93 & id == 10594 replace statename = "CALIFOR" if congress == 93 & id == 12001 replace statename = "CALIFOR" if congress == 93 & id == 14028 replace statename = "CALIFOR" if congress == 93 & id == 14008 replace statename = "CALIFOR" if congress == 93 & id == 10573 replace statename = "CALIFOR" if congress == 93 & id == 14020 replace statename = "CALIFOR" if congress == 93 & id == 10249 replace statename = "CALIFOR" if congress == 93 & id == 10633 replace statename = "CALIFOR" if congress == 93 & id == 14007 replace statename = "CALIFOR" if congress == 93 & id == 13046 replace statename = "COLORAD" if congress == 93 & id == 14051 replace statename = "COLORAD" if congress == 93 & id == 10572 replace statename = "COLORAD" if congress == 93 & id == 10723 replace statename = "COLORAD" if congress == 93 & id == 14025 replace statename = "COLORAD" if congress == 93 & id == 14002 replace statename = "CONNECT" if congress == 93 & id == 13009 replace statename = "CONNECT" if congress == 93 & id == 12047 replace statename = "CONNECT" if congress == 93 & id == 3553 replace statename = "CONNECT" if congress == 93 & id == 13029 replace statename = "CONNECT" if congress == 93 & id == 14050 replace statename = "CONNECT" if congress == 93 & id == 13016 replace statename = "DELAWAR" if congress == 93 & id == 13014 replace statename = "FLORIDA" if congress == 93 & id == 8507 replace statename = "FLORIDA" if congress == 93 & id == 10587 replace statename = "FLORIDA" if congress == 93 & id == 633 replace statename = "FLORIDA" if congress == 93 & id == 12007 replace statename = "FLORIDA" if congress == 93 & id == 14017 replace statename = "FLORIDA" if congress == 93 & id == 13047 replace statename = "FLORIDA" if congress == 93 & id == 10588 replace statename = "FLORIDA" if congress == 93 & id == 3929 replace statename = "FLORIDA" if congress == 93 & id == 12015 replace statename = "FLORIDA" if congress == 93 & id == 14003 replace statename = "FLORIDA" if congress == 93 & id == 8032 replace statename = "FLORIDA" if congress == 93 & id == 11007 replace statename = "FLORIDA" if congress == 93 & id == 14029 replace statename = "FLORIDA" if congress == 93 & id == 7333 replace statename = "FLORIDA" if congress == 93 & id == 3078 replace statename = "GEORGIA" if congress == 93 & id == 14016 replace statename = "GEORGIA" if congress == 93 & id == 13023 replace statename = "GEORGIA" if congress == 93 & id == 11005 replace statename = "GEORGIA" if congress == 93 & id == 11002 replace statename = "GEORGIA" if congress == 93 & id == 14063 replace statename = "GEORGIA" if congress == 93 & id == 3242 replace statename = "GEORGIA" if congress == 93 & id == 10512 replace statename = "GEORGIA" if congress == 93 & id == 11052 replace statename = "GEORGIA" if congress == 93 & id == 5436 replace statename = "GEORGIA" if congress == 93 & id == 10563 replace statename = "HAWAII" if congress == 93 & id == 10605 replace statename = "HAWAII" if congress == 93 & id == 10757 replace statename = "IDAHO" if congress == 93 & id == 14056 replace statename = "IDAHO" if congress == 93 & id == 12016 replace statename = "ILLINOI" if congress == 93 & id == 13030 replace statename = "ILLINOI" if congress == 93 & id == 13032 replace statename = "ILLINOI" if congress == 93 & id == 14019 replace statename = "ILLINOI" if congress == 93 & id == 2525 replace statename = "ILLINOI" if congress == 93 & id == 5326 replace statename = "ILLINOI" if congress == 93 & id == 1941 replace statename = "ILLINOI" if congress == 93 & id == 14068 replace statename = "ILLINOI" if congress == 93 & id == 8080 replace statename = "ILLINOI" if congress == 93 & id == 10421 replace statename = "ILLINOI" if congress == 93 & id == 14064 replace statename = "ILLINOI" if congress == 93 & id == 10703 replace statename = "ILLINOI" if congress == 93 & id == 12041 replace statename = "ILLINOI" if congress == 93 & id == 10606 replace statename = "ILLINOI" if congress == 93 & id == 10722 replace statename = "ILLINOI" if congress == 93 & id == 226 replace statename = "ILLINOI" if congress == 93 & id == 10501 replace statename = "ILLINOI" if congress == 93 & id == 14041 replace statename = "ILLINOI" if congress == 93 & id == 6455 replace statename = "ILLINOI" if congress == 93 & id == 11041 replace statename = "ILLINOI" if congress == 93 & id == 10517 replace statename = "ILLINOI" if congress == 93 & id == 14033 replace statename = "ILLINOI" if congress == 93 & id == 8474 replace statename = "ILLINOI" if congress == 93 & id == 7610 replace statename = "ILLINOI" if congress == 93 & id == 3769 replace statename = "INDIANA" if congress == 93 & id == 5900 replace statename = "INDIANA" if congress == 93 & id == 12020 replace statename = "INDIANA" if congress == 93 & id == 948 replace statename = "INDIANA" if congress == 93 & id == 8084 replace statename = "INDIANA" if congress == 93 & id == 13018 replace statename = "INDIANA" if congress == 93 & id == 986 replace statename = "INDIANA" if congress == 93 & id == 11036 replace statename = "INDIANA" if congress == 93 & id == 11059 replace statename = "INDIANA" if congress == 93 & id == 10732 replace statename = "INDIANA" if congress == 93 & id == 12012 replace statename = "INDIANA" if congress == 93 & id == 14024 replace statename = "IOWA" if congress == 93 & id == 14036 replace statename = "IOWA" if congress == 93 & id == 10715 replace statename = "IOWA" if congress == 93 & id == 3853 replace statename = "IOWA" if congress == 93 & id == 8672 replace statename = "IOWA" if congress == 93 & id == 11047 replace statename = "IOWA" if congress == 93 & id == 11032 replace statename = "KANSAS" if congress == 93 & id == 12029 replace statename = "KANSAS" if congress == 93 & id == 13037 replace statename = "KANSAS" if congress == 93 & id == 11057 replace statename = "KANSAS" if congress == 93 & id == 10559 replace statename = "KANSAS" if congress == 93 & id == 10625 replace statename = "KENTUCK" if congress == 93 & id == 9056 replace statename = "KENTUCK" if congress == 93 & id == 6845 replace statename = "KENTUCK" if congress == 93 & id == 13024 replace statename = "KENTUCK" if congress == 93 & id == 10626 replace statename = "KENTUCK" if congress == 93 & id == 10710 replace statename = "KENTUCK" if congress == 93 & id == 14006 replace statename = "KENTUCK" if congress == 93 & id == 7343 replace statename = "LOUISIA" if congress == 93 & id == 4275 replace statename = "LOUISIA" if congress == 93 & id == 14067 replace statename = "LOUISIA" if congress == 93 & id == 14060 replace statename = "LOUISIA" if congress == 93 & id == 10567 replace statename = "LOUISIA" if congress == 93 & id == 7228 replace statename = "LOUISIA" if congress == 93 & id == 11042 replace statename = "LOUISIA" if congress == 93 & id == 13056 replace statename = "LOUISIA" if congress == 93 & id == 10602 replace statename = "MAINE" if congress == 93 & id == 11027 replace statename = "MAINE" if congress == 93 & id == 14010 replace statename = "MARYLAN" if congress == 93 & id == 13049 replace statename = "MARYLAN" if congress == 93 & id == 14069 replace statename = "MARYLAN" if congress == 93 & id == 10601 replace statename = "MARYLAN" if congress == 93 & id == 13039 replace statename = "MARYLAN" if congress == 93 & id == 14021 replace statename = "MARYLAN" if congress == 93 & id == 12018 replace statename = "MARYLAN" if congress == 93 & id == 13008 replace statename = "MARYLAN" if congress == 93 & id == 13031 replace statename = "MARYLAN" if congress == 93 & id == 11019 replace statename = "MASSACH" if congress == 93 & id == 2009 replace statename = "MASSACH" if congress == 93 & id == 830 replace statename = "MASSACH" if congress == 93 & id == 2660 replace statename = "MASSACH" if congress == 93 & id == 13013 replace statename = "MASSACH" if congress == 93 & id == 14012 replace statename = "MASSACH" if congress == 93 & id == 12040 replace statename = "MASSACH" if congress == 93 & id == 5873 replace statename = "MASSACH" if congress == 93 & id == 7081 replace statename = "MASSACH" if congress == 93 & id == 14039 replace statename = "MASSACH" if congress == 93 & id == 11021 replace statename = "MASSACH" if congress == 93 & id == 1265 replace statename = "MASSACH" if congress == 93 & id == 14055 replace statename = "MICHIGA" if congress == 93 & id == 10713 replace statename = "MICHIGA" if congress == 93 & id == 11015 replace statename = "MICHIGA" if congress == 93 & id == 11006 replace statename = "MICHIGA" if congress == 93 & id == 10597 replace statename = "MICHIGA" if congress == 93 & id == 3268 replace statename = "MICHIGA" if congress == 93 & id == 14074 replace statename = "MICHIGA" if congress == 93 & id == 1620 replace statename = "MICHIGA" if congress == 93 & id == 91043 replace statename = "MICHIGA" if congress == 93 & id == 10526 replace statename = "MICHIGA" if congress == 93 & id == 14075 replace statename = "MICHIGA" if congress == 93 & id == 10794 replace statename = "MICHIGA" if congress == 93 & id == 1610 replace statename = "MICHIGA" if congress == 93 & id == 11045 replace statename = "MICHIGA" if congress == 93 & id == 7043 replace statename = "MICHIGA" if congress == 93 & id == 2594 replace statename = "MICHIGA" if congress == 93 & id == 10540 replace statename = "MICHIGA" if congress == 93 & id == 10727 replace statename = "MICHIGA" if congress == 93 & id == 2605 replace statename = "MICHIGA" if congress == 93 & id == 3830 replace statename = "MICHIGA" if congress == 93 & id == 14023 replace statename = "MICHIGA" if congress == 93 & id == 1087 replace statename = "MINNESO" if congress == 93 & id == 7671 replace statename = "MINNESO" if congress == 93 & id == 6860 replace statename = "MINNESO" if congress == 93 & id == 13015 replace statename = "MINNESO" if congress == 93 & id == 5098 replace statename = "MINNESO" if congress == 93 & id == 10585 replace statename = "MINNESO" if congress == 93 & id == 11060 replace statename = "MINNESO" if congress == 93 & id == 13007 replace statename = "MINNESO" if congress == 93 & id == 789 replace statename = "MISSISS" if congress == 93 & id == 10075 replace statename = "MISSISS" if congress == 93 & id == 14005 replace statename = "MISSISS" if congress == 93 & id == 11035 replace statename = "MISSISS" if congress == 93 & id == 14009 replace statename = "MISSISS" if congress == 93 & id == 14031 replace statename = "MISSOUR" if congress == 93 & id == 12009 replace statename = "MISSOUR" if congress == 93 & id == 12031 replace statename = "MISSOUR" if congress == 93 & id == 9072 replace statename = "MISSOUR" if congress == 93 & id == 7717 replace statename = "MISSOUR" if congress == 93 & id == 835 replace statename = "MISSOUR" if congress == 93 & id == 14030 replace statename = "MISSOUR" if congress == 93 & id == 14057 replace statename = "MISSOUR" if congress == 93 & id == 10528 replace statename = "MISSOUR" if congress == 93 & id == 10740 replace statename = "MISSOUR" if congress == 93 & id == 12004 replace statename = "MONTANA" if congress == 93 & id == 13041 replace statename = "MONTANA" if congress == 93 & id == 12039 replace statename = "NEBRASK" if congress == 93 & id == 13045 replace statename = "NEBRASK" if congress == 93 & id == 13025 replace statename = "NEBRASK" if congress == 93 & id == 10534 replace statename = "NEVADA" if congress == 93 & id == 14059 replace statename = "NEW HAM" if congress == 93 & id == 10639 replace statename = "NEW HAM" if congress == 93 & id == 10581 replace statename = "NEW JER" if congress == 93 & id == 11022 replace statename = "NEW JER" if congress == 93 & id == 11046 replace statename = "NEW JER" if congress == 93 & id == 10739 replace statename = "NEW JER" if congress == 93 & id == 9322 replace statename = "NEW JER" if congress == 93 & id == 3364 replace statename = "NEW JER" if congress == 93 & id == 12046 replace statename = "NEW JER" if congress == 93 & id == 10091 replace statename = "NEW JER" if congress == 93 & id == 12042 replace statename = "NEW JER" if congress == 93 & id == 10737 replace statename = "NEW JER" if congress == 93 & id == 8010 replace statename = "NEW JER" if congress == 93 & id == 10609 replace statename = "NEW JER" if congress == 93 & id == 14046 replace statename = "NEW JER" if congress == 93 & id == 14034 replace statename = "NEW JER" if congress == 93 & id == 2329 replace statename = "NEW JER" if congress == 93 & id == 10613 replace statename = "NEW MEX" if congress == 93 & id == 12022 replace statename = "NEW MEX" if congress == 93 & id == 13038 replace statename = "NEW YOR" if congress == 93 & id == 10545 replace statename = "NEW YOR" if congress == 93 & id == 10592 replace statename = "NEW YOR" if congress == 93 & id == 14047 replace statename = "NEW YOR" if congress == 93 & id == 13021 replace statename = "NEW YOR" if congress == 93 & id == 10638 replace statename = "NEW YOR" if congress == 93 & id == 10784 replace statename = "NEW YOR" if congress == 93 & id == 10500 replace statename = "NEW YOR" if congress == 93 & id == 10551 replace statename = "NEW YOR" if congress == 93 & id == 2476 replace statename = "NEW YOR" if congress == 93 & id == 12003 replace statename = "NEW YOR" if congress == 93 & id == 11004 replace statename = "NEW YOR" if congress == 93 & id == 12008 replace statename = "NEW YOR" if congress == 93 & id == 11064 replace statename = "NEW YOR" if congress == 93 & id == 8049 replace statename = "NEW YOR" if congress == 93 & id == 10508 replace statename = "NEW YOR" if congress == 93 & id == 14022 replace statename = "NEW YOR" if congress == 93 & id == 10611 replace statename = "NEW YOR" if congress == 93 & id == 12019 replace statename = "NEW YOR" if congress == 93 & id == 13035 replace statename = "NEW YOR" if congress == 93 & id == 13001 replace statename = "NEW YOR" if congress == 93 & id == 13004 replace statename = "NEW YOR" if congress == 93 & id == 10705 replace statename = "NEW YOR" if congress == 93 & id == 93033 replace statename = "NEW YOR" if congress == 93 & id == 90618 replace statename = "NEW YOR" if congress == 93 & id == 12013 replace statename = "NEW YOR" if congress == 93 & id == 14015 replace statename = "NEW YOR" if congress == 93 & id == 7995 replace statename = "NEW YOR" if congress == 93 & id == 9017 replace statename = "NEW YOR" if congress == 93 & id == 10530 replace statename = "NEW YOR" if congress == 93 & id == 10749 replace statename = "NEW YOR" if congress == 93 & id == 14038 replace statename = "NEW YOR" if congress == 93 & id == 10733 replace statename = "NEW YOR" if congress == 93 & id == 14061 replace statename = "NEW YOR" if congress == 93 & id == 10596 replace statename = "NEW YOR" if congress == 93 & id == 10712 replace statename = "NEW YOR" if congress == 93 & id == 10771 replace statename = "NEW YOR" if congress == 93 & id == 2752 replace statename = "NEW YOR" if congress == 93 & id == 13020 replace statename = "NEW YOR" if congress == 93 & id == 12017 replace statename = "NORTH C" if congress == 93 & id == 10788 replace statename = "NORTH C" if congress == 93 & id == 3321 replace statename = "NORTH C" if congress == 93 & id == 10527 replace statename = "NORTH C" if congress == 93 & id == 14001 replace statename = "NORTH C" if congress == 93 & id == 12026 replace statename = "NORTH C" if congress == 93 & id == 12027 replace statename = "NORTH C" if congress == 93 & id == 14048 replace statename = "NORTH C" if congress == 93 & id == 12028 replace statename = "NORTH C" if congress == 93 & id == 14035 replace statename = "NORTH C" if congress == 93 & id == 10574 replace statename = "NORTH C" if congress == 93 & id == 9230 replace statename = "NORTH D" if congress == 93 & id == 10569 replace statename = "OHIO" if congress == 93 & id == 13019 replace statename = "OHIO" if congress == 93 & id == 14070 replace statename = "OHIO" if congress == 93 & id == 10510 replace statename = "OHIO" if congress == 93 & id == 11054 replace statename = "OHIO" if congress == 93 & id == 14018 replace statename = "OHIO" if congress == 93 & id == 5495 replace statename = "OHIO" if congress == 93 & id == 10525 replace statename = "OHIO" if congress == 93 & id == 10786 replace statename = "OHIO" if congress == 93 & id == 13034 replace statename = "OHIO" if congress == 93 & id == 267 replace statename = "OHIO" if congress == 93 & id == 11034 replace statename = "OHIO" if congress == 93 & id == 10773 replace statename = "OHIO" if congress == 93 & id == 2533 replace statename = "OHIO" if congress == 93 & id == 10539 replace statename = "OHIO" if congress == 93 & id == 13040 replace statename = "OHIO" if congress == 93 & id == 11058 replace statename = "OHIO" if congress == 93 & id == 14045 replace statename = "OHIO" if congress == 93 & id == 10502 replace statename = "OHIO" if congress == 93 & id == 4247 replace statename = "OHIO" if congress == 93 & id == 12044 replace statename = "OHIO" if congress == 93 & id == 13043 replace statename = "OHIO" if congress == 93 & id == 12030 replace statename = "OHIO" if congress == 93 & id == 9623 replace statename = "OHIO" if congress == 93 & id == 6548 replace statename = "OKLAHOM" if congress == 93 & id == 14026 replace statename = "OKLAHOM" if congress == 93 & id == 14032 replace statename = "OKLAHOM" if congress == 93 & id == 62 replace statename = "OKLAHOM" if congress == 93 & id == 8866 replace statename = "OKLAHOM" if congress == 93 & id == 4891 replace statename = "OKLAHOM" if congress == 93 & id == 12006 replace statename = "OREGON" if congress == 93 & id == 10785 replace statename = "OREGON" if congress == 93 & id == 9551 replace statename = "OREGON" if congress == 93 & id == 3775 replace statename = "OREGON" if congress == 93 & id == 11011 replace statename = "PENNSYL" if congress == 93 & id == 465 replace statename = "PENNSYL" if congress == 93 & id == 6936 replace statename = "PENNSYL" if congress == 93 & id == 10591 replace statename = "PENNSYL" if congress == 93 & id == 11014 replace statename = "PENNSYL" if congress == 93 & id == 12048 replace statename = "PENNSYL" if congress == 93 & id == 12035 replace statename = "PENNSYL" if congress == 93 & id == 11056 replace statename = "PENNSYL" if congress == 93 & id == 11001 replace statename = "PENNSYL" if congress == 93 & id == 14052 replace statename = "PENNSYL" if congress == 93 & id == 10607 replace statename = "PENNSYL" if congress == 93 & id == 3224 replace statename = "PENNSYL" if congress == 93 & id == 8247 replace statename = "PENNSYL" if congress == 93 & id == 14072 replace statename = "PENNSYL" if congress == 93 & id == 12010 replace statename = "PENNSYL" if congress == 93 & id == 6661 replace statename = "PENNSYL" if congress == 93 & id == 10620 replace statename = "PENNSYL" if congress == 93 & id == 11016 replace statename = "PENNSYL" if congress == 93 & id == 8268 replace statename = "PENNSYL" if congress == 93 & id == 13050 replace statename = "PENNSYL" if congress == 93 & id == 10521 replace statename = "PENNSYL" if congress == 93 & id == 11067 replace statename = "PENNSYL" if congress == 93 & id == 2513 replace statename = "PENNSYL" if congress == 93 & id == 6685 replace statename = "PENNSYL" if congress == 93 & id == 10598 replace statename = "PENNSYL" if congress == 93 & id == 10778 replace statename = "PENNSYL" if congress == 93 & id == 1763 replace statename = "RHODE I" if congress == 93 & id == 10561 replace statename = "RHODE I" if congress == 93 & id == 11061 replace statename = "SOUTH C" if congress == 93 & id == 13048 replace statename = "SOUTH C" if congress == 93 & id == 13042 replace statename = "SOUTH C" if congress == 93 & id == 2672 replace statename = "SOUTH C" if congress == 93 & id == 12023 replace statename = "SOUTH C" if congress == 93 & id == 10728 replace statename = "SOUTH C" if congress == 93 & id == 14065 replace statename = "SOUTH D" if congress == 93 & id == 13012 replace statename = "SOUTH D" if congress == 93 & id == 14000 replace statename = "TENNESS" if congress == 93 & id == 10616 replace statename = "TENNESS" if congress == 93 & id == 10719 replace statename = "TENNESS" if congress == 93 & id == 13005 replace statename = "TENNESS" if congress == 93 & id == 3034 replace statename = "TENNESS" if congress == 93 & id == 10586 replace statename = "TENNESS" if congress == 93 & id == 14004 replace statename = "TENNESS" if congress == 93 & id == 12038 replace statename = "TENNESS" if congress == 93 & id == 11025 replace statename = "TEXAS" if congress == 93 & id == 7232 replace statename = "TEXAS" if congress == 93 & id == 14062 replace statename = "TEXAS" if congress == 93 & id == 11066 replace statename = "TEXAS" if congress == 93 & id == 10550 replace statename = "TEXAS" if congress == 93 & id == 14054 replace statename = "TEXAS" if congress == 93 & id == 9241 replace statename = "TEXAS" if congress == 93 & id == 13002 replace statename = "TEXAS" if congress == 93 & id == 11013 replace statename = "TEXAS" if congress == 93 & id == 1077 replace statename = "TEXAS" if congress == 93 & id == 10614 replace statename = "TEXAS" if congress == 93 & id == 7498 replace statename = "TEXAS" if congress == 93 & id == 10391 replace statename = "TEXAS" if congress == 93 & id == 11062 replace statename = "TEXAS" if congress == 93 & id == 10446 replace statename = "TEXAS" if congress == 93 & id == 10716 replace statename = "TEXAS" if congress == 93 & id == 10783 replace statename = "TEXAS" if congress == 93 & id == 1282 replace statename = "TEXAS" if congress == 93 & id == 14027 replace statename = "TEXAS" if congress == 93 & id == 5924 replace statename = "TEXAS" if congress == 93 & id == 10520 replace statename = "TEXAS" if congress == 93 & id == 3171 replace statename = "TEXAS" if congress == 93 & id == 1577 replace statename = "TEXAS" if congress == 93 & id == 11023 replace statename = "TEXAS" if congress == 93 & id == 14037 replace statename = "UTAH" if congress == 93 & id == 13027 replace statename = "UTAH" if congress == 93 & id == 14042 replace statename = "VERMONT" if congress == 93 & id == 13052 replace statename = "VIRGINI" if congress == 93 & id == 2706 replace statename = "VIRGINI" if congress == 93 & id == 12033 replace statename = "VIRGINI" if congress == 93 & id == 10767 replace statename = "VIRGINI" if congress == 93 & id == 14013 replace statename = "VIRGINI" if congress == 93 & id == 12011 replace statename = "VIRGINI" if congress == 93 & id == 13055 replace statename = "VIRGINI" if congress == 93 & id == 13036 replace statename = "VIRGINI" if congress == 93 & id == 14043 replace statename = "VIRGINI" if congress == 93 & id == 9802 replace statename = "VIRGINI" if congress == 93 & id == 1154 replace statename = "WASHING" if congress == 93 & id == 14044 replace statename = "WASHING" if congress == 93 & id == 10756 replace statename = "WASHING" if congress == 93 & id == 4043 replace statename = "WASHING" if congress == 93 & id == 13026 replace statename = "WASHING" if congress == 93 & id == 10726 replace statename = "WASHING" if congress == 93 & id == 10738 replace statename = "WASHING" if congress == 93 & id == 10700 replace statename = "WEST VI" if congress == 93 & id == 6584 replace statename = "WEST VI" if congress == 93 & id == 8824 replace statename = "WEST VI" if congress == 93 & id == 8564 replace statename = "WEST VI" if congress == 93 & id == 4276 replace statename = "WISCONS" if congress == 93 & id == 13003 replace statename = "WISCONS" if congress == 93 & id == 5101 replace statename = "WISCONS" if congress == 93 & id == 10564 replace statename = "WISCONS" if congress == 93 & id == 10463 replace statename = "WISCONS" if congress == 93 & id == 7824 replace statename = "WISCONS" if congress == 93 & id == 11051 replace statename = "WISCONS" if congress == 93 & id == 12036 replace statename = "WISCONS" if congress == 93 & id == 14014 replace statename = "WISCONS" if congress == 93 & id == 2383 replace statename = "WYOMING" if congress == 93 & id == 10766 replace statename = "USA" if congress == 94 & id == 99905 replace statename = "ALABAMA" if congress == 94 & id == 10721 replace statename = "ALABAMA" if congress == 94 & id == 10717 replace statename = "ALABAMA" if congress == 94 & id == 11037 replace statename = "ALABAMA" if congress == 94 & id == 11000 replace statename = "ALABAMA" if congress == 94 & id == 5058 replace statename = "ALABAMA" if congress == 94 & id == 10706 replace statename = "ALABAMA" if congress == 94 & id == 12014 replace statename = "ALASKA" if congress == 94 & id == 14066 replace statename = "ARIZONA" if congress == 94 & id == 7845 replace statename = "ARIZONA" if congress == 94 & id == 10566 replace statename = "ARIZONA" if congress == 94 & id == 11050 replace statename = "ARIZONA" if congress == 94 & id == 14011 replace statename = "ARKANSA" if congress == 94 & id == 12000 replace statename = "ARKANSA" if congress == 94 & id == 6532 replace statename = "ARKANSA" if congress == 94 & id == 11020 replace statename = "ARKANSA" if congress == 94 & id == 14058 replace statename = "CALIFOR" if congress == 94 & id == 4957 replace statename = "CALIFOR" if congress == 94 & id == 10579 replace statename = "CALIFOR" if congress == 94 & id == 6756 replace statename = "CALIFOR" if congress == 94 & id == 10599 replace statename = "CALIFOR" if congress == 94 & id == 14076 replace statename = "CALIFOR" if congress == 94 & id == 10577 replace statename = "CALIFOR" if congress == 94 & id == 14256 replace statename = "CALIFOR" if congress == 94 & id == 13011 replace statename = "CALIFOR" if congress == 94 & id == 14053 replace statename = "CALIFOR" if congress == 94 & id == 10583 replace statename = "CALIFOR" if congress == 94 & id == 14049 replace statename = "CALIFOR" if congress == 94 & id == 11063 replace statename = "CALIFOR" if congress == 94 & id == 14257 replace statename = "CALIFOR" if congress == 94 & id == 6240 replace statename = "CALIFOR" if congress == 94 & id == 8549 replace statename = "CALIFOR" if congress == 94 & id == 10631 replace statename = "CALIFOR" if congress == 94 & id == 14246 replace statename = "CALIFOR" if congress == 94 & id == 14028 replace statename = "CALIFOR" if congress == 94 & id == 14071 replace statename = "CALIFOR" if congress == 94 & id == 12037 replace statename = "CALIFOR" if congress == 94 & id == 10511 replace statename = "CALIFOR" if congress == 94 & id == 14040 replace statename = "CALIFOR" if congress == 94 & id == 10790 replace statename = "CALIFOR" if congress == 94 & id == 14280 replace statename = "CALIFOR" if congress == 94 & id == 10621 replace statename = "CALIFOR" if congress == 94 & id == 10553 replace statename = "CALIFOR" if congress == 94 & id == 10505 replace statename = "CALIFOR" if congress == 94 & id == 14008 replace statename = "CALIFOR" if congress == 94 & id == 10595 replace statename = "CALIFOR" if congress == 94 & id == 13010 replace statename = "CALIFOR" if congress == 94 & id == 10640 replace statename = "CALIFOR" if congress == 94 & id == 12001 replace statename = "CALIFOR" if congress == 94 & id == 10580 replace statename = "CALIFOR" if congress == 94 & id == 14229 replace statename = "CALIFOR" if congress == 94 & id == 14250 replace statename = "CALIFOR" if congress == 94 & id == 10573 replace statename = "CALIFOR" if congress == 94 & id == 11038 replace statename = "CALIFOR" if congress == 94 & id == 14287 replace statename = "CALIFOR" if congress == 94 & id == 14266 replace statename = "CALIFOR" if congress == 94 & id == 11055 replace statename = "CALIFOR" if congress == 94 & id == 14020 replace statename = "CALIFOR" if congress == 94 & id == 10249 replace statename = "CALIFOR" if congress == 94 & id == 10633 replace statename = "CALIFOR" if congress == 94 & id == 14007 replace statename = "COLORAD" if congress == 94 & id == 14051 replace statename = "COLORAD" if congress == 94 & id == 14282 replace statename = "COLORAD" if congress == 94 & id == 10723 replace statename = "COLORAD" if congress == 94 & id == 14025 replace statename = "COLORAD" if congress == 94 & id == 14002 replace statename = "CONNECT" if congress == 94 & id == 13009 replace statename = "CONNECT" if congress == 94 & id == 14213 replace statename = "CONNECT" if congress == 94 & id == 3553 replace statename = "CONNECT" if congress == 94 & id == 13029 replace statename = "CONNECT" if congress == 94 & id == 14050 replace statename = "CONNECT" if congress == 94 & id == 14258 replace statename = "DELAWAR" if congress == 94 & id == 13014 replace statename = "FLORIDA" if congress == 94 & id == 8507 replace statename = "FLORIDA" if congress == 94 & id == 10587 replace statename = "FLORIDA" if congress == 94 & id == 633 replace statename = "FLORIDA" if congress == 94 & id == 12007 replace statename = "FLORIDA" if congress == 94 & id == 14243 replace statename = "FLORIDA" if congress == 94 & id == 13047 replace statename = "FLORIDA" if congress == 94 & id == 10588 replace statename = "FLORIDA" if congress == 94 & id == 3929 replace statename = "FLORIDA" if congress == 94 & id == 12015 replace statename = "FLORIDA" if congress == 94 & id == 14003 replace statename = "FLORIDA" if congress == 94 & id == 8032 replace statename = "FLORIDA" if congress == 94 & id == 11007 replace statename = "FLORIDA" if congress == 94 & id == 14029 replace statename = "FLORIDA" if congress == 94 & id == 7333 replace statename = "FLORIDA" if congress == 94 & id == 3078 replace statename = "GEORGIA" if congress == 94 & id == 14016 replace statename = "GEORGIA" if congress == 94 & id == 13023 replace statename = "GEORGIA" if congress == 94 & id == 11005 replace statename = "GEORGIA" if congress == 94 & id == 14249 replace statename = "GEORGIA" if congress == 94 & id == 14063 replace statename = "GEORGIA" if congress == 94 & id == 3242 replace statename = "GEORGIA" if congress == 94 & id == 14252 replace statename = "GEORGIA" if congress == 94 & id == 11052 replace statename = "GEORGIA" if congress == 94 & id == 5436 replace statename = "GEORGIA" if congress == 94 & id == 10563 replace statename = "HAWAII" if congress == 94 & id == 10605 replace statename = "HAWAII" if congress == 94 & id == 10757 replace statename = "IDAHO" if congress == 94 & id == 14056 replace statename = "IDAHO" if congress == 94 & id == 10734 replace statename = "ILLINOI" if congress == 94 & id == 13030 replace statename = "ILLINOI" if congress == 94 & id == 13032 replace statename = "ILLINOI" if congress == 94 & id == 14271 replace statename = "ILLINOI" if congress == 94 & id == 2525 replace statename = "ILLINOI" if congress == 94 & id == 5326 replace statename = "ILLINOI" if congress == 94 & id == 14285 replace statename = "ILLINOI" if congress == 94 & id == 14239 replace statename = "ILLINOI" if congress == 94 & id == 14068 replace statename = "ILLINOI" if congress == 94 & id == 8080 replace statename = "ILLINOI" if congress == 94 & id == 10421 replace statename = "ILLINOI" if congress == 94 & id == 12025 replace statename = "ILLINOI" if congress == 94 & id == 10703 replace statename = "ILLINOI" if congress == 94 & id == 12041 replace statename = "ILLINOI" if congress == 94 & id == 10606 replace statename = "ILLINOI" if congress == 94 & id == 10722 replace statename = "ILLINOI" if congress == 94 & id == 14228 replace statename = "ILLINOI" if congress == 94 & id == 10501 replace statename = "ILLINOI" if congress == 94 & id == 14041 replace statename = "ILLINOI" if congress == 94 & id == 6455 replace statename = "ILLINOI" if congress == 94 & id == 11041 replace statename = "ILLINOI" if congress == 94 & id == 10517 replace statename = "ILLINOI" if congress == 94 & id == 14033 replace statename = "ILLINOI" if congress == 94 & id == 8474 replace statename = "ILLINOI" if congress == 94 & id == 7610 replace statename = "ILLINOI" if congress == 94 & id == 14275 replace statename = "INDIANA" if congress == 94 & id == 5900 replace statename = "INDIANA" if congress == 94 & id == 14222 replace statename = "INDIANA" if congress == 94 & id == 948 replace statename = "INDIANA" if congress == 94 & id == 8084 replace statename = "INDIANA" if congress == 94 & id == 13018 replace statename = "INDIANA" if congress == 94 & id == 14220 replace statename = "INDIANA" if congress == 94 & id == 11036 replace statename = "INDIANA" if congress == 94 & id == 14232 replace statename = "INDIANA" if congress == 94 & id == 10732 replace statename = "INDIANA" if congress == 94 & id == 14274 replace statename = "INDIANA" if congress == 94 & id == 10742 replace statename = "IOWA" if congress == 94 & id == 14036 replace statename = "IOWA" if congress == 94 & id == 14207 replace statename = "IOWA" if congress == 94 & id == 14226 replace statename = "IOWA" if congress == 94 & id == 8672 replace statename = "IOWA" if congress == 94 & id == 14230 replace statename = "IOWA" if congress == 94 & id == 14205 replace statename = "KANSAS" if congress == 94 & id == 12029 replace statename = "KANSAS" if congress == 94 & id == 14244 replace statename = "KANSAS" if congress == 94 & id == 11057 replace statename = "KANSAS" if congress == 94 & id == 10559 replace statename = "KANSAS" if congress == 94 & id == 10625 replace statename = "KENTUCK" if congress == 94 & id == 14237 replace statename = "KENTUCK" if congress == 94 & id == 6845 replace statename = "KENTUCK" if congress == 94 & id == 13024 replace statename = "KENTUCK" if congress == 94 & id == 10626 replace statename = "KENTUCK" if congress == 94 & id == 10710 replace statename = "KENTUCK" if congress == 94 & id == 14006 replace statename = "KENTUCK" if congress == 94 & id == 7343 replace statename = "LOUISIA" if congress == 94 & id == 4275 replace statename = "LOUISIA" if congress == 94 & id == 14067 replace statename = "LOUISIA" if congress == 94 & id == 14060 replace statename = "LOUISIA" if congress == 94 & id == 10567 replace statename = "LOUISIA" if congress == 94 & id == 7228 replace statename = "LOUISIA" if congress == 94 & id == 14259 replace statename = "LOUISIA" if congress == 94 & id == 13056 replace statename = "LOUISIA" if congress == 94 & id == 10602 replace statename = "MAINE" if congress == 94 & id == 14218 replace statename = "MAINE" if congress == 94 & id == 14010 replace statename = "MARYLAN" if congress == 94 & id == 14069 replace statename = "MARYLAN" if congress == 94 & id == 10601 replace statename = "MARYLAN" if congress == 94 & id == 13039 replace statename = "MARYLAN" if congress == 94 & id == 14021 replace statename = "MARYLAN" if congress == 94 & id == 14278 replace statename = "MARYLAN" if congress == 94 & id == 13008 replace statename = "MARYLAN" if congress == 94 & id == 13031 replace statename = "MARYLAN" if congress == 94 & id == 11019 replace statename = "MASSACH" if congress == 94 & id == 2009 replace statename = "MASSACH" if congress == 94 & id == 830 replace statename = "MASSACH" if congress == 94 & id == 14216 replace statename = "MASSACH" if congress == 94 & id == 13013 replace statename = "MASSACH" if congress == 94 & id == 14279 replace statename = "MASSACH" if congress == 94 & id == 12040 replace statename = "MASSACH" if congress == 94 & id == 5873 replace statename = "MASSACH" if congress == 94 & id == 7081 replace statename = "MASSACH" if congress == 94 & id == 14039 replace statename = "MASSACH" if congress == 94 & id == 11021 replace statename = "MASSACH" if congress == 94 & id == 1265 replace statename = "MASSACH" if congress == 94 & id == 14055 replace statename = "MICHIGA" if congress == 94 & id == 10713 replace statename = "MICHIGA" if congress == 94 & id == 11015 replace statename = "MICHIGA" if congress == 94 & id == 11006 replace statename = "MICHIGA" if congress == 94 & id == 10597 replace statename = "MICHIGA" if congress == 94 & id == 14074 replace statename = "MICHIGA" if congress == 94 & id == 14210 replace statename = "MICHIGA" if congress == 94 & id == 11043 replace statename = "MICHIGA" if congress == 94 & id == 14075 replace statename = "MICHIGA" if congress == 94 & id == 10794 replace statename = "MICHIGA" if congress == 94 & id == 1610 replace statename = "MICHIGA" if congress == 94 & id == 11045 replace statename = "MICHIGA" if congress == 94 & id == 7043 replace statename = "MICHIGA" if congress == 94 & id == 2594 replace statename = "MICHIGA" if congress == 94 & id == 10540 replace statename = "MICHIGA" if congress == 94 & id == 10727 replace statename = "MICHIGA" if congress == 94 & id == 2605 replace statename = "MICHIGA" if congress == 94 & id == 14209 replace statename = "MICHIGA" if congress == 94 & id == 14206 replace statename = "MICHIGA" if congress == 94 & id == 1087 replace statename = "MINNESO" if congress == 94 & id == 7671 replace statename = "MINNESO" if congress == 94 & id == 14227 replace statename = "MINNESO" if congress == 94 & id == 13015 replace statename = "MINNESO" if congress == 94 & id == 5098 replace statename = "MINNESO" if congress == 94 & id == 10585 replace statename = "MINNESO" if congress == 94 & id == 14263 replace statename = "MINNESO" if congress == 94 & id == 13007 replace statename = "MINNESO" if congress == 94 & id == 14265 replace statename = "MISSISS" if congress == 94 & id == 10075 replace statename = "MISSISS" if congress == 94 & id == 14005 replace statename = "MISSISS" if congress == 94 & id == 11035 replace statename = "MISSISS" if congress == 94 & id == 14009 replace statename = "MISSISS" if congress == 94 & id == 14031 replace statename = "MISSOUR" if congress == 94 & id == 12009 replace statename = "MISSOUR" if congress == 94 & id == 12031 replace statename = "MISSOUR" if congress == 94 & id == 9072 replace statename = "MISSOUR" if congress == 94 & id == 7717 replace statename = "MISSOUR" if congress == 94 & id == 835 replace statename = "MISSOUR" if congress == 94 & id == 14030 replace statename = "MISSOUR" if congress == 94 & id == 14057 replace statename = "MISSOUR" if congress == 94 & id == 10528 replace statename = "MISSOUR" if congress == 94 & id == 10740 replace statename = "MISSOUR" if congress == 94 & id == 12004 replace statename = "MONTANA" if congress == 94 & id == 14203 replace statename = "MONTANA" if congress == 94 & id == 12039 replace statename = "NEBRASK" if congress == 94 & id == 13045 replace statename = "NEBRASK" if congress == 94 & id == 13025 replace statename = "NEBRASK" if congress == 94 & id == 14276 replace statename = "NEVADA" if congress == 94 & id == 14272 replace statename = "NEW HAM" if congress == 94 & id == 14284 replace statename = "NEW HAM" if congress == 94 & id == 10581 replace statename = "NEW JER" if congress == 94 & id == 14223 replace statename = "NEW JER" if congress == 94 & id == 14238 replace statename = "NEW JER" if congress == 94 & id == 10739 replace statename = "NEW JER" if congress == 94 & id == 9322 replace statename = "NEW JER" if congress == 94 & id == 14221 replace statename = "NEW JER" if congress == 94 & id == 12046 replace statename = "NEW JER" if congress == 94 & id == 14254 replace statename = "NEW JER" if congress == 94 & id == 12042 replace statename = "NEW JER" if congress == 94 & id == 10737 replace statename = "NEW JER" if congress == 94 & id == 8010 replace statename = "NEW JER" if congress == 94 & id == 10609 replace statename = "NEW JER" if congress == 94 & id == 14046 replace statename = "NEW JER" if congress == 94 & id == 14255 replace statename = "NEW JER" if congress == 94 & id == 2329 replace statename = "NEW JER" if congress == 94 & id == 10613 replace statename = "NEW MEX" if congress == 94 & id == 12022 replace statename = "NEW MEX" if congress == 94 & id == 13038 replace statename = "NEW YOR" if congress == 94 & id == 10545 replace statename = "NEW YOR" if congress == 94 & id == 14214 replace statename = "NEW YOR" if congress == 94 & id == 14200 replace statename = "NEW YOR" if congress == 94 & id == 13021 replace statename = "NEW YOR" if congress == 94 & id == 10638 replace statename = "NEW YOR" if congress == 94 & id == 10784 replace statename = "NEW YOR" if congress == 94 & id == 10500 replace statename = "NEW YOR" if congress == 94 & id == 10551 replace statename = "NEW YOR" if congress == 94 & id == 2476 replace statename = "NEW YOR" if congress == 94 & id == 12003 replace statename = "NEW YOR" if congress == 94 & id == 10768 replace statename = "NEW YOR" if congress == 94 & id == 12008 replace statename = "NEW YOR" if congress == 94 & id == 14277 replace statename = "NEW YOR" if congress == 94 & id == 14269 replace statename = "NEW YOR" if congress == 94 & id == 14283 replace statename = "NEW YOR" if congress == 94 & id == 14022 replace statename = "NEW YOR" if congress == 94 & id == 10611 replace statename = "NEW YOR" if congress == 94 & id == 12019 replace statename = "NEW YOR" if congress == 94 & id == 13035 replace statename = "NEW YOR" if congress == 94 & id == 13001 replace statename = "NEW YOR" if congress == 94 & id == 13004 replace statename = "NEW YOR" if congress == 94 & id == 10705 replace statename = "NEW YOR" if congress == 94 & id == 93033 replace statename = "NEW YOR" if congress == 94 & id == 10760 replace statename = "NEW YOR" if congress == 94 & id == 12013 replace statename = "NEW YOR" if congress == 94 & id == 14015 replace statename = "NEW YOR" if congress == 94 & id == 14253 replace statename = "NEW YOR" if congress == 94 & id == 9017 replace statename = "NEW YOR" if congress == 94 & id == 14267 replace statename = "NEW YOR" if congress == 94 & id == 10749 replace statename = "NEW YOR" if congress == 94 & id == 14038 replace statename = "NEW YOR" if congress == 94 & id == 10733 replace statename = "NEW YOR" if congress == 94 & id == 14061 replace statename = "NEW YOR" if congress == 94 & id == 10596 replace statename = "NEW YOR" if congress == 94 & id == 10712 replace statename = "NEW YOR" if congress == 94 & id == 14248 replace statename = "NEW YOR" if congress == 94 & id == 14264 replace statename = "NEW YOR" if congress == 94 & id == 13020 replace statename = "NEW YOR" if congress == 94 & id == 12017 replace statename = "NEW YOR" if congress == 94 & id == 14289 replace statename = "NORTH C" if congress == 94 & id == 10788 replace statename = "NORTH C" if congress == 94 & id == 3321 replace statename = "NORTH C" if congress == 94 & id == 10527 replace statename = "NORTH C" if congress == 94 & id == 14001 replace statename = "NORTH C" if congress == 94 & id == 14262 replace statename = "NORTH C" if congress == 94 & id == 12027 replace statename = "NORTH C" if congress == 94 & id == 14048 replace statename = "NORTH C" if congress == 94 & id == 14233 replace statename = "NORTH C" if congress == 94 & id == 14035 replace statename = "NORTH C" if congress == 94 & id == 10574 replace statename = "NORTH C" if congress == 94 & id == 9230 replace statename = "NORTH D" if congress == 94 & id == 10569 replace statename = "OHIO" if congress == 94 & id == 14225 replace statename = "OHIO" if congress == 94 & id == 10510 replace statename = "OHIO" if congress == 94 & id == 11054 replace statename = "OHIO" if congress == 94 & id == 14018 replace statename = "OHIO" if congress == 94 & id == 5495 replace statename = "OHIO" if congress == 94 & id == 10525 replace statename = "OHIO" if congress == 94 & id == 10786 replace statename = "OHIO" if congress == 94 & id == 14245 replace statename = "OHIO" if congress == 94 & id == 267 replace statename = "OHIO" if congress == 94 & id == 11034 replace statename = "OHIO" if congress == 94 & id == 10773 replace statename = "OHIO" if congress == 94 & id == 2533 replace statename = "OHIO" if congress == 94 & id == 10539 replace statename = "OHIO" if congress == 94 & id == 13040 replace statename = "OHIO" if congress == 94 & id == 11058 replace statename = "OHIO" if congress == 94 & id == 14045 replace statename = "OHIO" if congress == 94 & id == 10502 replace statename = "OHIO" if congress == 94 & id == 4247 replace statename = "OHIO" if congress == 94 & id == 12044 replace statename = "OHIO" if congress == 94 & id == 13043 replace statename = "OHIO" if congress == 94 & id == 12030 replace statename = "OHIO" if congress == 94 & id == 9623 replace statename = "OHIO" if congress == 94 & id == 14260 replace statename = "OKLAHOM" if congress == 94 & id == 14026 replace statename = "OKLAHOM" if congress == 94 & id == 14270 replace statename = "OKLAHOM" if congress == 94 & id == 62 replace statename = "OKLAHOM" if congress == 94 & id == 8866 replace statename = "OKLAHOM" if congress == 94 & id == 94891 replace statename = "OKLAHOM" if congress == 94 & id == 14219 replace statename = "OREGON" if congress == 94 & id == 14201 replace statename = "OREGON" if congress == 94 & id == 9551 replace statename = "OREGON" if congress == 94 & id == 10582 replace statename = "OREGON" if congress == 94 & id == 14281 replace statename = "PENNSYL" if congress == 94 & id == 465 replace statename = "PENNSYL" if congress == 94 & id == 6936 replace statename = "PENNSYL" if congress == 94 & id == 10591 replace statename = "PENNSYL" if congress == 94 & id == 11014 replace statename = "PENNSYL" if congress == 94 & id == 14273 replace statename = "PENNSYL" if congress == 94 & id == 12035 replace statename = "PENNSYL" if congress == 94 & id == 14217 replace statename = "PENNSYL" if congress == 94 & id == 11001 replace statename = "PENNSYL" if congress == 94 & id == 14052 replace statename = "PENNSYL" if congress == 94 & id == 10607 replace statename = "PENNSYL" if congress == 94 & id == 3224 replace statename = "PENNSYL" if congress == 94 & id == 14072 replace statename = "PENNSYL" if congress == 94 & id == 12010 replace statename = "PENNSYL" if congress == 94 & id == 6661 replace statename = "PENNSYL" if congress == 94 & id == 10620 replace statename = "PENNSYL" if congress == 94 & id == 11016 replace statename = "PENNSYL" if congress == 94 & id == 8268 replace statename = "PENNSYL" if congress == 94 & id == 13050 replace statename = "PENNSYL" if congress == 94 & id == 14288 replace statename = "PENNSYL" if congress == 94 & id == 11067 replace statename = "PENNSYL" if congress == 94 & id == 2513 replace statename = "PENNSYL" if congress == 94 & id == 6685 replace statename = "PENNSYL" if congress == 94 & id == 10598 replace statename = "PENNSYL" if congress == 94 & id == 10778 replace statename = "PENNSYL" if congress == 94 & id == 14261 replace statename = "RHODE I" if congress == 94 & id == 10561 replace statename = "RHODE I" if congress == 94 & id == 14204 replace statename = "SOUTH C" if congress == 94 & id == 13048 replace statename = "SOUTH C" if congress == 94 & id == 13042 replace statename = "SOUTH C" if congress == 94 & id == 14212 replace statename = "SOUTH C" if congress == 94 & id == 12023 replace statename = "SOUTH C" if congress == 94 & id == 14235 replace statename = "SOUTH C" if congress == 94 & id == 14241 replace statename = "SOUTH D" if congress == 94 & id == 14268 replace statename = "SOUTH D" if congress == 94 & id == 14000 replace statename = "TENNESS" if congress == 94 & id == 10616 replace statename = "TENNESS" if congress == 94 & id == 10719 replace statename = "TENNESS" if congress == 94 & id == 14251 replace statename = "TENNESS" if congress == 94 & id == 3034 replace statename = "TENNESS" if congress == 94 & id == 10586 replace statename = "TENNESS" if congress == 94 & id == 14286 replace statename = "TENNESS" if congress == 94 & id == 14004 replace statename = "TENNESS" if congress == 94 & id == 12038 replace statename = "TENNESS" if congress == 94 & id == 14224 replace statename = "TEXAS" if congress == 94 & id == 7232 replace statename = "TEXAS" if congress == 94 & id == 14291 replace statename = "TEXAS" if congress == 94 & id == 14062 replace statename = "TEXAS" if congress == 94 & id == 11066 replace statename = "TEXAS" if congress == 94 & id == 10550 replace statename = "TEXAS" if congress == 94 & id == 14054 replace statename = "TEXAS" if congress == 94 & id == 9241 replace statename = "TEXAS" if congress == 94 & id == 13002 replace statename = "TEXAS" if congress == 94 & id == 11013 replace statename = "TEXAS" if congress == 94 & id == 1077 replace statename = "TEXAS" if congress == 94 & id == 10614 replace statename = "TEXAS" if congress == 94 & id == 7498 replace statename = "TEXAS" if congress == 94 & id == 10391 replace statename = "TEXAS" if congress == 94 & id == 14234 replace statename = "TEXAS" if congress == 94 & id == 10446 replace statename = "TEXAS" if congress == 94 & id == 10716 replace statename = "TEXAS" if congress == 94 & id == 10783 replace statename = "TEXAS" if congress == 94 & id == 1282 replace statename = "TEXAS" if congress == 94 & id == 14027 replace statename = "TEXAS" if congress == 94 & id == 5924 replace statename = "TEXAS" if congress == 94 & id == 10520 replace statename = "TEXAS" if congress == 94 & id == 14247 replace statename = "TEXAS" if congress == 94 & id == 1577 replace statename = "TEXAS" if congress == 94 & id == 14290 replace statename = "TEXAS" if congress == 94 & id == 11023 replace statename = "TEXAS" if congress == 94 & id == 14037 replace statename = "UTAH" if congress == 94 & id == 13027 replace statename = "UTAH" if congress == 94 & id == 14236 replace statename = "VERMONT" if congress == 94 & id == 14240 replace statename = "VIRGINI" if congress == 94 & id == 2706 replace statename = "VIRGINI" if congress == 94 & id == 12033 replace statename = "VIRGINI" if congress == 94 & id == 10767 replace statename = "VIRGINI" if congress == 94 & id == 14013 replace statename = "VIRGINI" if congress == 94 & id == 12011 replace statename = "VIRGINI" if congress == 94 & id == 13055 replace statename = "VIRGINI" if congress == 94 & id == 13036 replace statename = "VIRGINI" if congress == 94 & id == 14231 replace statename = "VIRGINI" if congress == 94 & id == 9802 replace statename = "VIRGINI" if congress == 94 & id == 14215 replace statename = "WASHING" if congress == 94 & id == 14044 replace statename = "WASHING" if congress == 94 & id == 10756 replace statename = "WASHING" if congress == 94 & id == 14208 replace statename = "WASHING" if congress == 94 & id == 13026 replace statename = "WASHING" if congress == 94 & id == 10726 replace statename = "WASHING" if congress == 94 & id == 10738 replace statename = "WASHING" if congress == 94 & id == 10700 replace statename = "WEST VI" if congress == 94 & id == 6584 replace statename = "WEST VI" if congress == 94 & id == 8824 replace statename = "WEST VI" if congress == 94 & id == 8564 replace statename = "WEST VI" if congress == 94 & id == 4276 replace statename = "WISCONS" if congress == 94 & id == 13003 replace statename = "WISCONS" if congress == 94 & id == 5101 replace statename = "WISCONS" if congress == 94 & id == 14202 replace statename = "WISCONS" if congress == 94 & id == 10463 replace statename = "WISCONS" if congress == 94 & id == 7824 replace statename = "WISCONS" if congress == 94 & id == 11051 replace statename = "WISCONS" if congress == 94 & id == 12036 replace statename = "WISCONS" if congress == 94 & id == 14211 replace statename = "WISCONS" if congress == 94 & id == 14242 replace statename = "WYOMING" if congress == 94 & id == 10766 replace statename = "USA" if congress == 95 & id == 99906 replace statename = "ALABAMA" if congress == 95 & id == 10721 replace statename = "ALABAMA" if congress == 95 & id == 10717 replace statename = "ALABAMA" if congress == 95 & id == 11037 replace statename = "ALABAMA" if congress == 95 & id == 11000 replace statename = "ALABAMA" if congress == 95 & id == 14419 replace statename = "ALABAMA" if congress == 95 & id == 10706 replace statename = "ALABAMA" if congress == 95 & id == 12014 replace statename = "ALASKA" if congress == 95 & id == 14066 replace statename = "ARIZONA" if congress == 95 & id == 7845 replace statename = "ARIZONA" if congress == 95 & id == 10566 replace statename = "ARIZONA" if congress == 95 & id == 94454 replace statename = "ARIZONA" if congress == 95 & id == 14449 replace statename = "ARKANSA" if congress == 95 & id == 12000 replace statename = "ARKANSA" if congress == 95 & id == 14457 replace statename = "ARKANSA" if congress == 95 & id == 11020 replace statename = "ARKANSA" if congress == 95 & id == 14058 replace statename = "CALIFOR" if congress == 95 & id == 4957 replace statename = "CALIFOR" if congress == 95 & id == 10579 replace statename = "CALIFOR" if congress == 95 & id == 6756 replace statename = "CALIFOR" if congress == 95 & id == 10599 replace statename = "CALIFOR" if congress == 95 & id == 14076 replace statename = "CALIFOR" if congress == 95 & id == 10577 replace statename = "CALIFOR" if congress == 95 & id == 14256 replace statename = "CALIFOR" if congress == 95 & id == 13011 replace statename = "CALIFOR" if congress == 95 & id == 14053 replace statename = "CALIFOR" if congress == 95 & id == 10583 replace statename = "CALIFOR" if congress == 95 & id == 14049 replace statename = "CALIFOR" if congress == 95 & id == 11063 replace statename = "CALIFOR" if congress == 95 & id == 14257 replace statename = "CALIFOR" if congress == 95 & id == 6240 replace statename = "CALIFOR" if congress == 95 & id == 8549 replace statename = "CALIFOR" if congress == 95 & id == 14444 replace statename = "CALIFOR" if congress == 95 & id == 14246 replace statename = "CALIFOR" if congress == 95 & id == 14028 replace statename = "CALIFOR" if congress == 95 & id == 14071 replace statename = "CALIFOR" if congress == 95 & id == 12037 replace statename = "CALIFOR" if congress == 95 & id == 10511 replace statename = "CALIFOR" if congress == 95 & id == 14040 replace statename = "CALIFOR" if congress == 95 & id == 14405 replace statename = "CALIFOR" if congress == 95 & id == 14280 replace statename = "CALIFOR" if congress == 95 & id == 10621 replace statename = "CALIFOR" if congress == 95 & id == 10553 replace statename = "CALIFOR" if congress == 95 & id == 14414 replace statename = "CALIFOR" if congress == 95 & id == 14008 replace statename = "CALIFOR" if congress == 95 & id == 10595 replace statename = "CALIFOR" if congress == 95 & id == 13010 replace statename = "CALIFOR" if congress == 95 & id == 10640 replace statename = "CALIFOR" if congress == 95 & id == 12001 replace statename = "CALIFOR" if congress == 95 & id == 10580 replace statename = "CALIFOR" if congress == 95 & id == 14229 replace statename = "CALIFOR" if congress == 95 & id == 14250 replace statename = "CALIFOR" if congress == 95 & id == 10573 replace statename = "CALIFOR" if congress == 95 & id == 14287 replace statename = "CALIFOR" if congress == 95 & id == 14266 replace statename = "CALIFOR" if congress == 95 & id == 11055 replace statename = "CALIFOR" if congress == 95 & id == 14403 replace statename = "CALIFOR" if congress == 95 & id == 10249 replace statename = "CALIFOR" if congress == 95 & id == 10633 replace statename = "CALIFOR" if congress == 95 & id == 14007 replace statename = "COLORAD" if congress == 95 & id == 14051 replace statename = "COLORAD" if congress == 95 & id == 14282 replace statename = "COLORAD" if congress == 95 & id == 10723 replace statename = "COLORAD" if congress == 95 & id == 14025 replace statename = "COLORAD" if congress == 95 & id == 14002 replace statename = "CONNECT" if congress == 95 & id == 13009 replace statename = "CONNECT" if congress == 95 & id == 14213 replace statename = "CONNECT" if congress == 95 & id == 3553 replace statename = "CONNECT" if congress == 95 & id == 13029 replace statename = "CONNECT" if congress == 95 & id == 14050 replace statename = "CONNECT" if congress == 95 & id == 14258 replace statename = "DELAWAR" if congress == 95 & id == 14417 replace statename = "FLORIDA" if congress == 95 & id == 8507 replace statename = "FLORIDA" if congress == 95 & id == 10587 replace statename = "FLORIDA" if congress == 95 & id == 633 replace statename = "FLORIDA" if congress == 95 & id == 12007 replace statename = "FLORIDA" if congress == 95 & id == 14243 replace statename = "FLORIDA" if congress == 95 & id == 13047 replace statename = "FLORIDA" if congress == 95 & id == 10588 replace statename = "FLORIDA" if congress == 95 & id == 94428 replace statename = "FLORIDA" if congress == 95 & id == 12015 replace statename = "FLORIDA" if congress == 95 & id == 14003 replace statename = "FLORIDA" if congress == 95 & id == 8032 replace statename = "FLORIDA" if congress == 95 & id == 11007 replace statename = "FLORIDA" if congress == 95 & id == 14029 replace statename = "FLORIDA" if congress == 95 & id == 7333 replace statename = "FLORIDA" if congress == 95 & id == 3078 replace statename = "GEORGIA" if congress == 95 & id == 14016 replace statename = "GEORGIA" if congress == 95 & id == 13023 replace statename = "GEORGIA" if congress == 95 & id == 11005 replace statename = "GEORGIA" if congress == 95 & id == 14249 replace statename = "GEORGIA" if congress == 95 & id == 14063 replace statename = "GEORGIA" if congress == 95 & id == 14467 replace statename = "GEORGIA" if congress == 95 & id == 3242 replace statename = "GEORGIA" if congress == 95 & id == 14252 replace statename = "GEORGIA" if congress == 95 & id == 14418 replace statename = "GEORGIA" if congress == 95 & id == 14429 replace statename = "GEORGIA" if congress == 95 & id == 14404 replace statename = "HAWAII" if congress == 95 & id == 14425 replace statename = "HAWAII" if congress == 95 & id == 14400 replace statename = "IDAHO" if congress == 95 & id == 14056 replace statename = "IDAHO" if congress == 95 & id == 10734 replace statename = "ILLINOI" if congress == 95 & id == 13030 replace statename = "ILLINOI" if congress == 95 & id == 13032 replace statename = "ILLINOI" if congress == 95 & id == 14271 replace statename = "ILLINOI" if congress == 95 & id == 2525 replace statename = "ILLINOI" if congress == 95 & id == 14285 replace statename = "ILLINOI" if congress == 95 & id == 14239 replace statename = "ILLINOI" if congress == 95 & id == 14068 replace statename = "ILLINOI" if congress == 95 & id == 8080 replace statename = "ILLINOI" if congress == 95 & id == 10421 replace statename = "ILLINOI" if congress == 95 & id == 12025 replace statename = "ILLINOI" if congress == 95 & id == 10703 replace statename = "ILLINOI" if congress == 95 & id == 12041 replace statename = "ILLINOI" if congress == 95 & id == 10606 replace statename = "ILLINOI" if congress == 95 & id == 10722 replace statename = "ILLINOI" if congress == 95 & id == 14411 replace statename = "ILLINOI" if congress == 95 & id == 10501 replace statename = "ILLINOI" if congress == 95 & id == 14041 replace statename = "ILLINOI" if congress == 95 & id == 6455 replace statename = "ILLINOI" if congress == 95 & id == 11041 replace statename = "ILLINOI" if congress == 95 & id == 10517 replace statename = "ILLINOI" if congress == 95 & id == 14033 replace statename = "ILLINOI" if congress == 95 & id == 8474 replace statename = "ILLINOI" if congress == 95 & id == 7610 replace statename = "ILLINOI" if congress == 95 & id == 14275 replace statename = "INDIANA" if congress == 95 & id == 14406 replace statename = "INDIANA" if congress == 95 & id == 14222 replace statename = "INDIANA" if congress == 95 & id == 948 replace statename = "INDIANA" if congress == 95 & id == 14447 replace statename = "INDIANA" if congress == 95 & id == 13018 replace statename = "INDIANA" if congress == 95 & id == 14220 replace statename = "INDIANA" if congress == 95 & id == 11036 replace statename = "INDIANA" if congress == 95 & id == 14412 replace statename = "INDIANA" if congress == 95 & id == 10732 replace statename = "INDIANA" if congress == 95 & id == 14274 replace statename = "INDIANA" if congress == 95 & id == 10742 replace statename = "IOWA" if congress == 95 & id == 14432 replace statename = "IOWA" if congress == 95 & id == 14207 replace statename = "IOWA" if congress == 95 & id == 14226 replace statename = "IOWA" if congress == 95 & id == 8672 replace statename = "IOWA" if congress == 95 & id == 14230 replace statename = "IOWA" if congress == 95 & id == 14205 replace statename = "KANSAS" if congress == 95 & id == 12029 replace statename = "KANSAS" if congress == 95 & id == 14244 replace statename = "KANSAS" if congress == 95 & id == 11057 replace statename = "KANSAS" if congress == 95 & id == 14422 replace statename = "KANSAS" if congress == 95 & id == 10625 replace statename = "KENTUCK" if congress == 95 & id == 14237 replace statename = "KENTUCK" if congress == 95 & id == 6845 replace statename = "KENTUCK" if congress == 95 & id == 13024 replace statename = "KENTUCK" if congress == 95 & id == 10626 replace statename = "KENTUCK" if congress == 95 & id == 10710 replace statename = "KENTUCK" if congress == 95 & id == 14006 replace statename = "KENTUCK" if congress == 95 & id == 7343 replace statename = "LOUISIA" if congress == 95 & id == 14455 replace statename = "LOUISIA" if congress == 95 & id == 14469 replace statename = "LOUISIA" if congress == 95 & id == 14067 replace statename = "LOUISIA" if congress == 95 & id == 14060 replace statename = "LOUISIA" if congress == 95 & id == 10567 replace statename = "LOUISIA" if congress == 95 & id == 14427 replace statename = "LOUISIA" if congress == 95 & id == 14259 replace statename = "LOUISIA" if congress == 95 & id == 13056 replace statename = "LOUISIA" if congress == 95 & id == 10602 replace statename = "MAINE" if congress == 95 & id == 14218 replace statename = "MAINE" if congress == 95 & id == 14010 replace statename = "MARYLAN" if congress == 95 & id == 14069 replace statename = "MARYLAN" if congress == 95 & id == 10601 replace statename = "MARYLAN" if congress == 95 & id == 14440 replace statename = "MARYLAN" if congress == 95 & id == 14021 replace statename = "MARYLAN" if congress == 95 & id == 14278 replace statename = "MARYLAN" if congress == 95 & id == 13008 replace statename = "MARYLAN" if congress == 95 & id == 13031 replace statename = "MARYLAN" if congress == 95 & id == 14452 replace statename = "MASSACH" if congress == 95 & id == 2009 replace statename = "MASSACH" if congress == 95 & id == 830 replace statename = "MASSACH" if congress == 95 & id == 14216 replace statename = "MASSACH" if congress == 95 & id == 13013 replace statename = "MASSACH" if congress == 95 & id == 14279 replace statename = "MASSACH" if congress == 95 & id == 12040 replace statename = "MASSACH" if congress == 95 & id == 14435 replace statename = "MASSACH" if congress == 95 & id == 7081 replace statename = "MASSACH" if congress == 95 & id == 14039 replace statename = "MASSACH" if congress == 95 & id == 11021 replace statename = "MASSACH" if congress == 95 & id == 1265 replace statename = "MASSACH" if congress == 95 & id == 14055 replace statename = "MICHIGA" if congress == 95 & id == 10713 replace statename = "MICHIGA" if congress == 95 & id == 14446 replace statename = "MICHIGA" if congress == 95 & id == 11006 replace statename = "MICHIGA" if congress == 95 & id == 14453 replace statename = "MICHIGA" if congress == 95 & id == 14450 replace statename = "MICHIGA" if congress == 95 & id == 14210 replace statename = "MICHIGA" if congress == 95 & id == 14430 replace statename = "MICHIGA" if congress == 95 & id == 14075 replace statename = "MICHIGA" if congress == 95 & id == 10794 replace statename = "MICHIGA" if congress == 95 & id == 1610 replace statename = "MICHIGA" if congress == 95 & id == 11045 replace statename = "MICHIGA" if congress == 95 & id == 14407 replace statename = "MICHIGA" if congress == 95 & id == 2594 replace statename = "MICHIGA" if congress == 95 & id == 10540 replace statename = "MICHIGA" if congress == 95 & id == 10727 replace statename = "MICHIGA" if congress == 95 & id == 2605 replace statename = "MICHIGA" if congress == 95 & id == 14209 replace statename = "MICHIGA" if congress == 95 & id == 14206 replace statename = "MICHIGA" if congress == 95 & id == 1087 replace statename = "MINNESO" if congress == 95 & id == 7671 replace statename = "MINNESO" if congress == 95 & id == 14227 replace statename = "MINNESO" if congress == 95 & id == 13015 replace statename = "MINNESO" if congress == 95 & id == 14458 replace statename = "MINNESO" if congress == 95 & id == 10585 replace statename = "MINNESO" if congress == 95 & id == 14263 replace statename = "MINNESO" if congress == 95 & id == 13007 replace statename = "MINNESO" if congress == 95 & id == 14466 replace statename = "MINNESO" if congress == 95 & id == 14265 replace statename = "MISSISS" if congress == 95 & id == 10075 replace statename = "MISSISS" if congress == 95 & id == 14005 replace statename = "MISSISS" if congress == 95 & id == 11035 replace statename = "MISSISS" if congress == 95 & id == 14009 replace statename = "MISSISS" if congress == 95 & id == 14031 replace statename = "MISSOUR" if congress == 95 & id == 12009 replace statename = "MISSOUR" if congress == 95 & id == 14465 replace statename = "MISSOUR" if congress == 95 & id == 14421 replace statename = "MISSOUR" if congress == 95 & id == 14451 replace statename = "MISSOUR" if congress == 95 & id == 835 replace statename = "MISSOUR" if congress == 95 & id == 14410 replace statename = "MISSOUR" if congress == 95 & id == 14057 replace statename = "MISSOUR" if congress == 95 & id == 10528 replace statename = "MISSOUR" if congress == 95 & id == 14459 replace statename = "MISSOUR" if congress == 95 & id == 12004 replace statename = "MONTANA" if congress == 95 & id == 14203 replace statename = "MONTANA" if congress == 95 & id == 14437 replace statename = "NEBRASK" if congress == 95 & id == 13045 replace statename = "NEBRASK" if congress == 95 & id == 14409 replace statename = "NEBRASK" if congress == 95 & id == 14276 replace statename = "NEVADA" if congress == 95 & id == 14272 replace statename = "NEW HAM" if congress == 95 & id == 14284 replace statename = "NEW HAM" if congress == 95 & id == 10581 replace statename = "NEW JER" if congress == 95 & id == 14223 replace statename = "NEW JER" if congress == 95 & id == 14238 replace statename = "NEW JER" if congress == 95 & id == 10739 replace statename = "NEW JER" if congress == 95 & id == 9322 replace statename = "NEW JER" if congress == 95 & id == 14221 replace statename = "NEW JER" if congress == 95 & id == 12046 replace statename = "NEW JER" if congress == 95 & id == 14254 replace statename = "NEW JER" if congress == 95 & id == 12042 replace statename = "NEW JER" if congress == 95 & id == 14426 replace statename = "NEW JER" if congress == 95 & id == 8010 replace statename = "NEW JER" if congress == 95 & id == 10609 replace statename = "NEW JER" if congress == 95 & id == 14046 replace statename = "NEW JER" if congress == 95 & id == 14255 replace statename = "NEW JER" if congress == 95 & id == 14433 replace statename = "NEW JER" if congress == 95 & id == 10613 replace statename = "NEW MEX" if congress == 95 & id == 12022 replace statename = "NEW MEX" if congress == 95 & id == 13038 replace statename = "NEW YOR" if congress == 95 & id == 10545 replace statename = "NEW YOR" if congress == 95 & id == 14214 replace statename = "NEW YOR" if congress == 95 & id == 14200 replace statename = "NEW YOR" if congress == 95 & id == 13021 replace statename = "NEW YOR" if congress == 95 & id == 10638 replace statename = "NEW YOR" if congress == 95 & id == 10784 replace statename = "NEW YOR" if congress == 95 & id == 10500 replace statename = "NEW YOR" if congress == 95 & id == 10551 replace statename = "NEW YOR" if congress == 95 & id == 2476 replace statename = "NEW YOR" if congress == 95 & id == 12003 replace statename = "NEW YOR" if congress == 95 & id == 10768 replace statename = "NEW YOR" if congress == 95 & id == 12008 replace statename = "NEW YOR" if congress == 95 & id == 14277 replace statename = "NEW YOR" if congress == 95 & id == 14269 replace statename = "NEW YOR" if congress == 95 & id == 14283 replace statename = "NEW YOR" if congress == 95 & id == 14022 replace statename = "NEW YOR" if congress == 95 & id == 10611 replace statename = "NEW YOR" if congress == 95 & id == 12019 replace statename = "NEW YOR" if congress == 95 & id == 14471 replace statename = "NEW YOR" if congress == 95 & id == 13035 replace statename = "NEW YOR" if congress == 95 & id == 14463 replace statename = "NEW YOR" if congress == 95 & id == 13004 replace statename = "NEW YOR" if congress == 95 & id == 14470 replace statename = "NEW YOR" if congress == 95 & id == 10705 replace statename = "NEW YOR" if congress == 95 & id == 14408 replace statename = "NEW YOR" if congress == 95 & id == 10760 replace statename = "NEW YOR" if congress == 95 & id == 12013 replace statename = "NEW YOR" if congress == 95 & id == 14015 replace statename = "NEW YOR" if congress == 95 & id == 14253 replace statename = "NEW YOR" if congress == 95 & id == 9017 replace statename = "NEW YOR" if congress == 95 & id == 14267 replace statename = "NEW YOR" if congress == 95 & id == 10749 replace statename = "NEW YOR" if congress == 95 & id == 14038 replace statename = "NEW YOR" if congress == 95 & id == 10733 replace statename = "NEW YOR" if congress == 95 & id == 14061 replace statename = "NEW YOR" if congress == 95 & id == 10596 replace statename = "NEW YOR" if congress == 95 & id == 10712 replace statename = "NEW YOR" if congress == 95 & id == 14248 replace statename = "NEW YOR" if congress == 95 & id == 14264 replace statename = "NEW YOR" if congress == 95 & id == 13020 replace statename = "NEW YOR" if congress == 95 & id == 14289 replace statename = "NORTH C" if congress == 95 & id == 10788 replace statename = "NORTH C" if congress == 95 & id == 3321 replace statename = "NORTH C" if congress == 95 & id == 14464 replace statename = "NORTH C" if congress == 95 & id == 14001 replace statename = "NORTH C" if congress == 95 & id == 14262 replace statename = "NORTH C" if congress == 95 & id == 12027 replace statename = "NORTH C" if congress == 95 & id == 14048 replace statename = "NORTH C" if congress == 95 & id == 14233 replace statename = "NORTH C" if congress == 95 & id == 14035 replace statename = "NORTH C" if congress == 95 & id == 10574 replace statename = "NORTH C" if congress == 95 & id == 14424 replace statename = "NORTH D" if congress == 95 & id == 10569 replace statename = "OHIO" if congress == 95 & id == 14225 replace statename = "OHIO" if congress == 95 & id == 14070 replace statename = "OHIO" if congress == 95 & id == 11054 replace statename = "OHIO" if congress == 95 & id == 14018 replace statename = "OHIO" if congress == 95 & id == 5495 replace statename = "OHIO" if congress == 95 & id == 10525 replace statename = "OHIO" if congress == 95 & id == 10786 replace statename = "OHIO" if congress == 95 & id == 14245 replace statename = "OHIO" if congress == 95 & id == 267 replace statename = "OHIO" if congress == 95 & id == 11034 replace statename = "OHIO" if congress == 95 & id == 10773 replace statename = "OHIO" if congress == 95 & id == 2533 replace statename = "OHIO" if congress == 95 & id == 14445 replace statename = "OHIO" if congress == 95 & id == 13040 replace statename = "OHIO" if congress == 95 & id == 11058 replace statename = "OHIO" if congress == 95 & id == 14045 replace statename = "OHIO" if congress == 95 & id == 10502 replace statename = "OHIO" if congress == 95 & id == 14402 replace statename = "OHIO" if congress == 95 & id == 12044 replace statename = "OHIO" if congress == 95 & id == 14443 replace statename = "OHIO" if congress == 95 & id == 12030 replace statename = "OHIO" if congress == 95 & id == 9623 replace statename = "OHIO" if congress == 95 & id == 14260 replace statename = "OKLAHOM" if congress == 95 & id == 14026 replace statename = "OKLAHOM" if congress == 95 & id == 14270 replace statename = "OKLAHOM" if congress == 95 & id == 14462 replace statename = "OKLAHOM" if congress == 95 & id == 8866 replace statename = "OKLAHOM" if congress == 95 & id == 14415 replace statename = "OKLAHOM" if congress == 95 & id == 14219 replace statename = "OREGON" if congress == 95 & id == 14201 replace statename = "OREGON" if congress == 95 & id == 9551 replace statename = "OREGON" if congress == 95 & id == 10582 replace statename = "OREGON" if congress == 95 & id == 14281 replace statename = "PENNSYL" if congress == 95 & id == 14442 replace statename = "PENNSYL" if congress == 95 & id == 6936 replace statename = "PENNSYL" if congress == 95 & id == 14434 replace statename = "PENNSYL" if congress == 95 & id == 11014 replace statename = "PENNSYL" if congress == 95 & id == 14273 replace statename = "PENNSYL" if congress == 95 & id == 12035 replace statename = "PENNSYL" if congress == 95 & id == 14217 replace statename = "PENNSYL" if congress == 95 & id == 14431 replace statename = "PENNSYL" if congress == 95 & id == 14052 replace statename = "PENNSYL" if congress == 95 & id == 10607 replace statename = "PENNSYL" if congress == 95 & id == 3224 replace statename = "PENNSYL" if congress == 95 & id == 14072 replace statename = "PENNSYL" if congress == 95 & id == 12010 replace statename = "PENNSYL" if congress == 95 & id == 6661 replace statename = "PENNSYL" if congress == 95 & id == 10620 replace statename = "PENNSYL" if congress == 95 & id == 14461 replace statename = "PENNSYL" if congress == 95 & id == 14416 replace statename = "PENNSYL" if congress == 95 & id == 14460 replace statename = "PENNSYL" if congress == 95 & id == 14288 replace statename = "PENNSYL" if congress == 95 & id == 11067 replace statename = "PENNSYL" if congress == 95 & id == 2513 replace statename = "PENNSYL" if congress == 95 & id == 14441 replace statename = "PENNSYL" if congress == 95 & id == 14401 replace statename = "PENNSYL" if congress == 95 & id == 14436 replace statename = "PENNSYL" if congress == 95 & id == 14261 replace statename = "RHODE I" if congress == 95 & id == 10561 replace statename = "RHODE I" if congress == 95 & id == 14204 replace statename = "SOUTH C" if congress == 95 & id == 13048 replace statename = "SOUTH C" if congress == 95 & id == 13042 replace statename = "SOUTH C" if congress == 95 & id == 14212 replace statename = "SOUTH C" if congress == 95 & id == 12023 replace statename = "SOUTH C" if congress == 95 & id == 14235 replace statename = "SOUTH C" if congress == 95 & id == 14241 replace statename = "SOUTH D" if congress == 95 & id == 14268 replace statename = "SOUTH D" if congress == 95 & id == 14000 replace statename = "TENNESS" if congress == 95 & id == 10616 replace statename = "TENNESS" if congress == 95 & id == 10719 replace statename = "TENNESS" if congress == 95 & id == 14251 replace statename = "TENNESS" if congress == 95 & id == 14423 replace statename = "TENNESS" if congress == 95 & id == 14286 replace statename = "TENNESS" if congress == 95 & id == 14004 replace statename = "TENNESS" if congress == 95 & id == 12038 replace statename = "TENNESS" if congress == 95 & id == 14224 replace statename = "TEXAS" if congress == 95 & id == 14291 replace statename = "TEXAS" if congress == 95 & id == 14062 replace statename = "TEXAS" if congress == 95 & id == 11066 replace statename = "TEXAS" if congress == 95 & id == 10550 replace statename = "TEXAS" if congress == 95 & id == 14439 replace statename = "TEXAS" if congress == 95 & id == 9241 replace statename = "TEXAS" if congress == 95 & id == 13002 replace statename = "TEXAS" if congress == 95 & id == 11013 replace statename = "TEXAS" if congress == 95 & id == 1077 replace statename = "TEXAS" if congress == 95 & id == 10614 replace statename = "TEXAS" if congress == 95 & id == 7498 replace statename = "TEXAS" if congress == 95 & id == 10391 replace statename = "TEXAS" if congress == 95 & id == 14234 replace statename = "TEXAS" if congress == 95 & id == 10446 replace statename = "TEXAS" if congress == 95 & id == 10716 replace statename = "TEXAS" if congress == 95 & id == 10783 replace statename = "TEXAS" if congress == 95 & id == 1282 replace statename = "TEXAS" if congress == 95 & id == 14027 replace statename = "TEXAS" if congress == 95 & id == 5924 replace statename = "TEXAS" if congress == 95 & id == 10520 replace statename = "TEXAS" if congress == 95 & id == 14247 replace statename = "TEXAS" if congress == 95 & id == 14420 replace statename = "TEXAS" if congress == 95 & id == 11023 replace statename = "TEXAS" if congress == 95 & id == 14037 replace statename = "UTAH" if congress == 95 & id == 13027 replace statename = "UTAH" if congress == 95 & id == 14438 replace statename = "VERMONT" if congress == 95 & id == 14240 replace statename = "VIRGINI" if congress == 95 & id == 14456 replace statename = "VIRGINI" if congress == 95 & id == 12033 replace statename = "VIRGINI" if congress == 95 & id == 10767 replace statename = "VIRGINI" if congress == 95 & id == 14013 replace statename = "VIRGINI" if congress == 95 & id == 12011 replace statename = "VIRGINI" if congress == 95 & id == 13055 replace statename = "VIRGINI" if congress == 95 & id == 13036 replace statename = "VIRGINI" if congress == 95 & id == 14231 replace statename = "VIRGINI" if congress == 95 & id == 9802 replace statename = "VIRGINI" if congress == 95 & id == 14215 replace statename = "WASHING" if congress == 95 & id == 14044 replace statename = "WASHING" if congress == 95 & id == 10756 replace statename = "WASHING" if congress == 95 & id == 14208 replace statename = "WASHING" if congress == 95 & id == 13026 replace statename = "WASHING" if congress == 95 & id == 10726 replace statename = "WASHING" if congress == 95 & id == 14413 replace statename = "WASHING" if congress == 95 & id == 10700 replace statename = "WASHING" if congress == 95 & id == 14468 replace statename = "WEST VI" if congress == 95 & id == 6584 replace statename = "WEST VI" if congress == 95 & id == 8824 replace statename = "WEST VI" if congress == 95 & id == 8564 replace statename = "WEST VI" if congress == 95 & id == 14448 replace statename = "WISCONS" if congress == 95 & id == 13003 replace statename = "WISCONS" if congress == 95 & id == 5101 replace statename = "WISCONS" if congress == 95 & id == 14202 replace statename = "WISCONS" if congress == 95 & id == 10463 replace statename = "WISCONS" if congress == 95 & id == 7824 replace statename = "WISCONS" if congress == 95 & id == 11051 replace statename = "WISCONS" if congress == 95 & id == 12036 replace statename = "WISCONS" if congress == 95 & id == 14211 replace statename = "WISCONS" if congress == 95 & id == 14242 replace statename = "WYOMING" if congress == 95 & id == 10766 replace statename = "USA" if congress == 96 & id == 99906 replace statename = "ALABAMA" if congress == 96 & id == 10721 replace statename = "ALABAMA" if congress == 96 & id == 10717 replace statename = "ALABAMA" if congress == 96 & id == 11037 replace statename = "ALABAMA" if congress == 96 & id == 11000 replace statename = "ALABAMA" if congress == 96 & id == 14419 replace statename = "ALABAMA" if congress == 96 & id == 10706 replace statename = "ALABAMA" if congress == 96 & id == 14659 replace statename = "ALASKA" if congress == 96 & id == 14066 replace statename = "ARIZONA" if congress == 96 & id == 7845 replace statename = "ARIZONA" if congress == 96 & id == 10566 replace statename = "ARIZONA" if congress == 96 & id == 94454 replace statename = "ARIZONA" if congress == 96 & id == 14449 replace statename = "ARKANSA" if congress == 96 & id == 12000 replace statename = "ARKANSA" if congress == 96 & id == 14606 replace statename = "ARKANSA" if congress == 96 & id == 11020 replace statename = "ARKANSA" if congress == 96 & id == 14601 replace statename = "CALIFOR" if congress == 96 & id == 4957 replace statename = "CALIFOR" if congress == 96 & id == 10579 replace statename = "CALIFOR" if congress == 96 & id == 14649 replace statename = "CALIFOR" if congress == 96 & id == 14624 replace statename = "CALIFOR" if congress == 96 & id == 14076 replace statename = "CALIFOR" if congress == 96 & id == 10577 replace statename = "CALIFOR" if congress == 96 & id == 14256 replace statename = "CALIFOR" if congress == 96 & id == 13011 replace statename = "CALIFOR" if congress == 96 & id == 14053 replace statename = "CALIFOR" if congress == 96 & id == 10583 replace statename = "CALIFOR" if congress == 96 & id == 14676 replace statename = "CALIFOR" if congress == 96 & id == 14049 replace statename = "CALIFOR" if congress == 96 & id == 11063 replace statename = "CALIFOR" if congress == 96 & id == 14257 replace statename = "CALIFOR" if congress == 96 & id == 14660 replace statename = "CALIFOR" if congress == 96 & id == 14613 replace statename = "CALIFOR" if congress == 96 & id == 14444 replace statename = "CALIFOR" if congress == 96 & id == 14652 replace statename = "CALIFOR" if congress == 96 & id == 14669 replace statename = "CALIFOR" if congress == 96 & id == 14071 replace statename = "CALIFOR" if congress == 96 & id == 12037 replace statename = "CALIFOR" if congress == 96 & id == 10511 replace statename = "CALIFOR" if congress == 96 & id == 14040 replace statename = "CALIFOR" if congress == 96 & id == 14405 replace statename = "CALIFOR" if congress == 96 & id == 14280 replace statename = "CALIFOR" if congress == 96 & id == 10621 replace statename = "CALIFOR" if congress == 96 & id == 10553 replace statename = "CALIFOR" if congress == 96 & id == 14414 replace statename = "CALIFOR" if congress == 96 & id == 14620 replace statename = "CALIFOR" if congress == 96 & id == 10595 replace statename = "CALIFOR" if congress == 96 & id == 13010 replace statename = "CALIFOR" if congress == 96 & id == 10640 replace statename = "CALIFOR" if congress == 96 & id == 12001 replace statename = "CALIFOR" if congress == 96 & id == 14630 replace statename = "CALIFOR" if congress == 96 & id == 14647 replace statename = "CALIFOR" if congress == 96 & id == 14250 replace statename = "CALIFOR" if congress == 96 & id == 10573 replace statename = "CALIFOR" if congress == 96 & id == 14644 replace statename = "CALIFOR" if congress == 96 & id == 14266 replace statename = "CALIFOR" if congress == 96 & id == 14616 replace statename = "CALIFOR" if congress == 96 & id == 14403 replace statename = "CALIFOR" if congress == 96 & id == 10249 replace statename = "CALIFOR" if congress == 96 & id == 10633 replace statename = "CALIFOR" if congress == 96 & id == 14007 replace statename = "COLORAD" if congress == 96 & id == 14051 replace statename = "COLORAD" if congress == 96 & id == 14282 replace statename = "COLORAD" if congress == 96 & id == 14638 replace statename = "COLORAD" if congress == 96 & id == 14025 replace statename = "COLORAD" if congress == 96 & id == 14639 replace statename = "CONNECT" if congress == 96 & id == 13009 replace statename = "CONNECT" if congress == 96 & id == 14213 replace statename = "CONNECT" if congress == 96 & id == 3553 replace statename = "CONNECT" if congress == 96 & id == 13029 replace statename = "CONNECT" if congress == 96 & id == 14653 replace statename = "CONNECT" if congress == 96 & id == 14258 replace statename = "DELAWAR" if congress == 96 & id == 14417 replace statename = "FLORIDA" if congress == 96 & id == 14636 replace statename = "FLORIDA" if congress == 96 & id == 10587 replace statename = "FLORIDA" if congress == 96 & id == 633 replace statename = "FLORIDA" if congress == 96 & id == 12007 replace statename = "FLORIDA" if congress == 96 & id == 14243 replace statename = "FLORIDA" if congress == 96 & id == 13047 replace statename = "FLORIDA" if congress == 96 & id == 10588 replace statename = "FLORIDA" if congress == 96 & id == 94428 replace statename = "FLORIDA" if congress == 96 & id == 14651 replace statename = "FLORIDA" if congress == 96 & id == 14003 replace statename = "FLORIDA" if congress == 96 & id == 14648 replace statename = "FLORIDA" if congress == 96 & id == 14663 replace statename = "FLORIDA" if congress == 96 & id == 14029 replace statename = "FLORIDA" if congress == 96 & id == 7333 replace statename = "FLORIDA" if congress == 96 & id == 3078 replace statename = "GEORGIA" if congress == 96 & id == 14016 replace statename = "GEORGIA" if congress == 96 & id == 13023 replace statename = "GEORGIA" if congress == 96 & id == 11005 replace statename = "GEORGIA" if congress == 96 & id == 14249 replace statename = "GEORGIA" if congress == 96 & id == 14467 replace statename = "GEORGIA" if congress == 96 & id == 14627 replace statename = "GEORGIA" if congress == 96 & id == 14252 replace statename = "GEORGIA" if congress == 96 & id == 14418 replace statename = "GEORGIA" if congress == 96 & id == 14429 replace statename = "GEORGIA" if congress == 96 & id == 14404 replace statename = "HAWAII" if congress == 96 & id == 14425 replace statename = "HAWAII" if congress == 96 & id == 14400 replace statename = "IDAHO" if congress == 96 & id == 14056 replace statename = "IDAHO" if congress == 96 & id == 10734 replace statename = "ILLINOI" if congress == 96 & id == 14665 replace statename = "ILLINOI" if congress == 96 & id == 13032 replace statename = "ILLINOI" if congress == 96 & id == 14271 replace statename = "ILLINOI" if congress == 96 & id == 2525 replace statename = "ILLINOI" if congress == 96 & id == 14285 replace statename = "ILLINOI" if congress == 96 & id == 14239 replace statename = "ILLINOI" if congress == 96 & id == 14068 replace statename = "ILLINOI" if congress == 96 & id == 8080 replace statename = "ILLINOI" if congress == 96 & id == 10421 replace statename = "ILLINOI" if congress == 96 & id == 12025 replace statename = "ILLINOI" if congress == 96 & id == 14677 replace statename = "ILLINOI" if congress == 96 & id == 10703 replace statename = "ILLINOI" if congress == 96 & id == 12041 replace statename = "ILLINOI" if congress == 96 & id == 10606 replace statename = "ILLINOI" if congress == 96 & id == 10722 replace statename = "ILLINOI" if congress == 96 & id == 14411 replace statename = "ILLINOI" if congress == 96 & id == 10501 replace statename = "ILLINOI" if congress == 96 & id == 14041 replace statename = "ILLINOI" if congress == 96 & id == 6455 replace statename = "ILLINOI" if congress == 96 & id == 11041 replace statename = "ILLINOI" if congress == 96 & id == 10517 replace statename = "ILLINOI" if congress == 96 & id == 14033 replace statename = "ILLINOI" if congress == 96 & id == 14615 replace statename = "ILLINOI" if congress == 96 & id == 7610 replace statename = "ILLINOI" if congress == 96 & id == 14275 replace statename = "INDIANA" if congress == 96 & id == 14406 replace statename = "INDIANA" if congress == 96 & id == 14222 replace statename = "INDIANA" if congress == 96 & id == 948 replace statename = "INDIANA" if congress == 96 & id == 14447 replace statename = "INDIANA" if congress == 96 & id == 13018 replace statename = "INDIANA" if congress == 96 & id == 14220 replace statename = "INDIANA" if congress == 96 & id == 11036 replace statename = "INDIANA" if congress == 96 & id == 14619 replace statename = "INDIANA" if congress == 96 & id == 10732 replace statename = "INDIANA" if congress == 96 & id == 14274 replace statename = "INDIANA" if congress == 96 & id == 10742 replace statename = "IOWA" if congress == 96 & id == 14432 replace statename = "IOWA" if congress == 96 & id == 14668 replace statename = "IOWA" if congress == 96 & id == 14226 replace statename = "IOWA" if congress == 96 & id == 8672 replace statename = "IOWA" if congress == 96 & id == 14230 replace statename = "IOWA" if congress == 96 & id == 14205 replace statename = "KANSAS" if congress == 96 & id == 12029 replace statename = "KANSAS" if congress == 96 & id == 14637 replace statename = "KANSAS" if congress == 96 & id == 11057 replace statename = "KANSAS" if congress == 96 & id == 14422 replace statename = "KANSAS" if congress == 96 & id == 14670 replace statename = "KENTUCK" if congress == 96 & id == 14237 replace statename = "KENTUCK" if congress == 96 & id == 6845 replace statename = "KENTUCK" if congress == 96 & id == 13024 replace statename = "KENTUCK" if congress == 96 & id == 10626 replace statename = "KENTUCK" if congress == 96 & id == 10710 replace statename = "KENTUCK" if congress == 96 & id == 14635 replace statename = "KENTUCK" if congress == 96 & id == 7343 replace statename = "LOUISIA" if congress == 96 & id == 14469 replace statename = "LOUISIA" if congress == 96 & id == 14067 replace statename = "LOUISIA" if congress == 96 & id == 14060 replace statename = "LOUISIA" if congress == 96 & id == 14679 replace statename = "LOUISIA" if congress == 96 & id == 14640 replace statename = "LOUISIA" if congress == 96 & id == 14427 replace statename = "LOUISIA" if congress == 96 & id == 14259 replace statename = "LOUISIA" if congress == 96 & id == 13056 replace statename = "LOUISIA" if congress == 96 & id == 10602 replace statename = "MAINE" if congress == 96 & id == 14218 replace statename = "MAINE" if congress == 96 & id == 14661 replace statename = "MARYLAN" if congress == 96 & id == 14069 replace statename = "MARYLAN" if congress == 96 & id == 10601 replace statename = "MARYLAN" if congress == 96 & id == 14440 replace statename = "MARYLAN" if congress == 96 & id == 14021 replace statename = "MARYLAN" if congress == 96 & id == 14278 replace statename = "MARYLAN" if congress == 96 & id == 14608 replace statename = "MARYLAN" if congress == 96 & id == 13031 replace statename = "MARYLAN" if congress == 96 & id == 14604 replace statename = "MASSACH" if congress == 96 & id == 2009 replace statename = "MASSACH" if congress == 96 & id == 830 replace statename = "MASSACH" if congress == 96 & id == 14216 replace statename = "MASSACH" if congress == 96 & id == 13013 replace statename = "MASSACH" if congress == 96 & id == 14658 replace statename = "MASSACH" if congress == 96 & id == 14650 replace statename = "MASSACH" if congress == 96 & id == 14435 replace statename = "MASSACH" if congress == 96 & id == 7081 replace statename = "MASSACH" if congress == 96 & id == 14039 replace statename = "MASSACH" if congress == 96 & id == 11021 replace statename = "MASSACH" if congress == 96 & id == 14621 replace statename = "MASSACH" if congress == 96 & id == 14055 replace statename = "MICHIGA" if congress == 96 & id == 10713 replace statename = "MICHIGA" if congress == 96 & id == 14446 replace statename = "MICHIGA" if congress == 96 & id == 14673 replace statename = "MICHIGA" if congress == 96 & id == 14453 replace statename = "MICHIGA" if congress == 96 & id == 14450 replace statename = "MICHIGA" if congress == 96 & id == 14210 replace statename = "MICHIGA" if congress == 96 & id == 14430 replace statename = "MICHIGA" if congress == 96 & id == 14075 replace statename = "MICHIGA" if congress == 96 & id == 10794 replace statename = "MICHIGA" if congress == 96 & id == 14600 replace statename = "MICHIGA" if congress == 96 & id == 14618 replace statename = "MICHIGA" if congress == 96 & id == 14407 replace statename = "MICHIGA" if congress == 96 & id == 2594 replace statename = "MICHIGA" if congress == 96 & id == 14681 replace statename = "MICHIGA" if congress == 96 & id == 10540 replace statename = "MICHIGA" if congress == 96 & id == 10727 replace statename = "MICHIGA" if congress == 96 & id == 2605 replace statename = "MICHIGA" if congress == 96 & id == 14209 replace statename = "MICHIGA" if congress == 96 & id == 14206 replace statename = "MICHIGA" if congress == 96 & id == 1087 replace statename = "MINNESO" if congress == 96 & id == 14623 replace statename = "MINNESO" if congress == 96 & id == 14227 replace statename = "MINNESO" if congress == 96 & id == 13015 replace statename = "MINNESO" if congress == 96 & id == 14458 replace statename = "MINNESO" if congress == 96 & id == 14656 replace statename = "MINNESO" if congress == 96 & id == 14263 replace statename = "MINNESO" if congress == 96 & id == 14466 replace statename = "MINNESO" if congress == 96 & id == 14265 replace statename = "MISSISS" if congress == 96 & id == 10075 replace statename = "MISSISS" if congress == 96 & id == 14005 replace statename = "MISSISS" if congress == 96 & id == 11035 replace statename = "MISSISS" if congress == 96 & id == 14634 replace statename = "MISSISS" if congress == 96 & id == 14031 replace statename = "MISSOUR" if congress == 96 & id == 12009 replace statename = "MISSOUR" if congress == 96 & id == 14465 replace statename = "MISSOUR" if congress == 96 & id == 14421 replace statename = "MISSOUR" if congress == 96 & id == 14451 replace statename = "MISSOUR" if congress == 96 & id == 835 replace statename = "MISSOUR" if congress == 96 & id == 14410 replace statename = "MISSOUR" if congress == 96 & id == 14057 replace statename = "MISSOUR" if congress == 96 & id == 10528 replace statename = "MISSOUR" if congress == 96 & id == 14459 replace statename = "MISSOUR" if congress == 96 & id == 12004 replace statename = "MONTANA" if congress == 96 & id == 14672 replace statename = "MONTANA" if congress == 96 & id == 14437 replace statename = "NEBRASK" if congress == 96 & id == 14605 replace statename = "NEBRASK" if congress == 96 & id == 14409 replace statename = "NEBRASK" if congress == 96 & id == 14276 replace statename = "NEVADA" if congress == 96 & id == 14272 replace statename = "NEW HAM" if congress == 96 & id == 14284 replace statename = "NEW HAM" if congress == 96 & id == 10581 replace statename = "NEW JER" if congress == 96 & id == 14223 replace statename = "NEW JER" if congress == 96 & id == 14238 replace statename = "NEW JER" if congress == 96 & id == 10739 replace statename = "NEW JER" if congress == 96 & id == 9322 replace statename = "NEW JER" if congress == 96 & id == 14221 replace statename = "NEW JER" if congress == 96 & id == 12046 replace statename = "NEW JER" if congress == 96 & id == 14254 replace statename = "NEW JER" if congress == 96 & id == 12042 replace statename = "NEW JER" if congress == 96 & id == 14426 replace statename = "NEW JER" if congress == 96 & id == 8010 replace statename = "NEW JER" if congress == 96 & id == 10609 replace statename = "NEW JER" if congress == 96 & id == 14046 replace statename = "NEW JER" if congress == 96 & id == 14614 replace statename = "NEW JER" if congress == 96 & id == 14631 replace statename = "NEW JER" if congress == 96 & id == 10613 replace statename = "NEW MEX" if congress == 96 & id == 12022 replace statename = "NEW MEX" if congress == 96 & id == 13038 replace statename = "NEW YOR" if congress == 96 & id == 14610 replace statename = "NEW YOR" if congress == 96 & id == 14214 replace statename = "NEW YOR" if congress == 96 & id == 14200 replace statename = "NEW YOR" if congress == 96 & id == 13021 replace statename = "NEW YOR" if congress == 96 & id == 10638 replace statename = "NEW YOR" if congress == 96 & id == 10784 replace statename = "NEW YOR" if congress == 96 & id == 10500 replace statename = "NEW YOR" if congress == 96 & id == 10551 replace statename = "NEW YOR" if congress == 96 & id == 14625 replace statename = "NEW YOR" if congress == 96 & id == 12003 replace statename = "NEW YOR" if congress == 96 & id == 10768 replace statename = "NEW YOR" if congress == 96 & id == 12008 replace statename = "NEW YOR" if congress == 96 & id == 14277 replace statename = "NEW YOR" if congress == 96 & id == 14269 replace statename = "NEW YOR" if congress == 96 & id == 14283 replace statename = "NEW YOR" if congress == 96 & id == 14022 replace statename = "NEW YOR" if congress == 96 & id == 10611 replace statename = "NEW YOR" if congress == 96 & id == 14471 replace statename = "NEW YOR" if congress == 96 & id == 13035 replace statename = "NEW YOR" if congress == 96 & id == 14463 replace statename = "NEW YOR" if congress == 96 & id == 14470 replace statename = "NEW YOR" if congress == 96 & id == 10705 replace statename = "NEW YOR" if congress == 96 & id == 13033 replace statename = "NEW YOR" if congress == 96 & id == 10760 replace statename = "NEW YOR" if congress == 96 & id == 12013 replace statename = "NEW YOR" if congress == 96 & id == 14015 replace statename = "NEW YOR" if congress == 96 & id == 14253 replace statename = "NEW YOR" if congress == 96 & id == 9017 replace statename = "NEW YOR" if congress == 96 & id == 14662 replace statename = "NEW YOR" if congress == 96 & id == 10749 replace statename = "NEW YOR" if congress == 96 & id == 14038 replace statename = "NEW YOR" if congress == 96 & id == 10733 replace statename = "NEW YOR" if congress == 96 & id == 14642 replace statename = "NEW YOR" if congress == 96 & id == 10596 replace statename = "NEW YOR" if congress == 96 & id == 10712 replace statename = "NEW YOR" if congress == 96 & id == 14248 replace statename = "NEW YOR" if congress == 96 & id == 14264 replace statename = "NEW YOR" if congress == 96 & id == 13020 replace statename = "NEW YOR" if congress == 96 & id == 14289 replace statename = "NORTH C" if congress == 96 & id == 10788 replace statename = "NORTH C" if congress == 96 & id == 3321 replace statename = "NORTH C" if congress == 96 & id == 14464 replace statename = "NORTH C" if congress == 96 & id == 14001 replace statename = "NORTH C" if congress == 96 & id == 14262 replace statename = "NORTH C" if congress == 96 & id == 12027 replace statename = "NORTH C" if congress == 96 & id == 14048 replace statename = "NORTH C" if congress == 96 & id == 14233 replace statename = "NORTH C" if congress == 96 & id == 14035 replace statename = "NORTH C" if congress == 96 & id == 10574 replace statename = "NORTH C" if congress == 96 & id == 14424 replace statename = "NORTH D" if congress == 96 & id == 10569 replace statename = "OHIO" if congress == 96 & id == 14225 replace statename = "OHIO" if congress == 96 & id == 14070 replace statename = "OHIO" if congress == 96 & id == 14632 replace statename = "OHIO" if congress == 96 & id == 14018 replace statename = "OHIO" if congress == 96 & id == 5495 replace statename = "OHIO" if congress == 96 & id == 10525 replace statename = "OHIO" if congress == 96 & id == 10786 replace statename = "OHIO" if congress == 96 & id == 14245 replace statename = "OHIO" if congress == 96 & id == 267 replace statename = "OHIO" if congress == 96 & id == 11034 replace statename = "OHIO" if congress == 96 & id == 10773 replace statename = "OHIO" if congress == 96 & id == 2533 replace statename = "OHIO" if congress == 96 & id == 14445 replace statename = "OHIO" if congress == 96 & id == 13040 replace statename = "OHIO" if congress == 96 & id == 11058 replace statename = "OHIO" if congress == 96 & id == 14045 replace statename = "OHIO" if congress == 96 & id == 10502 replace statename = "OHIO" if congress == 96 & id == 14402 replace statename = "OHIO" if congress == 96 & id == 14671 replace statename = "OHIO" if congress == 96 & id == 14443 replace statename = "OHIO" if congress == 96 & id == 12030 replace statename = "OHIO" if congress == 96 & id == 9623 replace statename = "OHIO" if congress == 96 & id == 14260 replace statename = "OKLAHOM" if congress == 96 & id == 14026 replace statename = "OKLAHOM" if congress == 96 & id == 14667 replace statename = "OKLAHOM" if congress == 96 & id == 14462 replace statename = "OKLAHOM" if congress == 96 & id == 8866 replace statename = "OKLAHOM" if congress == 96 & id == 14415 replace statename = "OKLAHOM" if congress == 96 & id == 14219 replace statename = "OREGON" if congress == 96 & id == 14201 replace statename = "OREGON" if congress == 96 & id == 9551 replace statename = "OREGON" if congress == 96 & id == 10582 replace statename = "OREGON" if congress == 96 & id == 14281 replace statename = "PENNSYL" if congress == 96 & id == 14442 replace statename = "PENNSYL" if congress == 96 & id == 14629 replace statename = "PENNSYL" if congress == 96 & id == 14434 replace statename = "PENNSYL" if congress == 96 & id == 14622 replace statename = "PENNSYL" if congress == 96 & id == 14273 replace statename = "PENNSYL" if congress == 96 & id == 12035 replace statename = "PENNSYL" if congress == 96 & id == 14217 replace statename = "PENNSYL" if congress == 96 & id == 14431 replace statename = "PENNSYL" if congress == 96 & id == 14052 replace statename = "PENNSYL" if congress == 96 & id == 10607 replace statename = "PENNSYL" if congress == 96 & id == 3224 replace statename = "PENNSYL" if congress == 96 & id == 14678 replace statename = "PENNSYL" if congress == 96 & id == 14072 replace statename = "PENNSYL" if congress == 96 & id == 12010 replace statename = "PENNSYL" if congress == 96 & id == 6661 replace statename = "PENNSYL" if congress == 96 & id == 14654 replace statename = "PENNSYL" if congress == 96 & id == 14461 replace statename = "PENNSYL" if congress == 96 & id == 14416 replace statename = "PENNSYL" if congress == 96 & id == 14460 replace statename = "PENNSYL" if congress == 96 & id == 14288 replace statename = "PENNSYL" if congress == 96 & id == 11067 replace statename = "PENNSYL" if congress == 96 & id == 14603 replace statename = "PENNSYL" if congress == 96 & id == 14441 replace statename = "PENNSYL" if congress == 96 & id == 14612 replace statename = "PENNSYL" if congress == 96 & id == 14436 replace statename = "PENNSYL" if congress == 96 & id == 14602 replace statename = "RHODE I" if congress == 96 & id == 10561 replace statename = "RHODE I" if congress == 96 & id == 14204 replace statename = "SOUTH C" if congress == 96 & id == 13048 replace statename = "SOUTH C" if congress == 96 & id == 13042 replace statename = "SOUTH C" if congress == 96 & id == 14212 replace statename = "SOUTH C" if congress == 96 & id == 14609 replace statename = "SOUTH C" if congress == 96 & id == 14235 replace statename = "SOUTH C" if congress == 96 & id == 14241 replace statename = "SOUTH D" if congress == 96 & id == 14617 replace statename = "SOUTH D" if congress == 96 & id == 14000 replace statename = "TENNESS" if congress == 96 & id == 10616 replace statename = "TENNESS" if congress == 96 & id == 10719 replace statename = "TENNESS" if congress == 96 & id == 14251 replace statename = "TENNESS" if congress == 96 & id == 14423 replace statename = "TENNESS" if congress == 96 & id == 14607 replace statename = "TENNESS" if congress == 96 & id == 14004 replace statename = "TENNESS" if congress == 96 & id == 12038 replace statename = "TENNESS" if congress == 96 & id == 14224 replace statename = "TEXAS" if congress == 96 & id == 14291 replace statename = "TEXAS" if congress == 96 & id == 14062 replace statename = "TEXAS" if congress == 96 & id == 11066 replace statename = "TEXAS" if congress == 96 & id == 10550 replace statename = "TEXAS" if congress == 96 & id == 14439 replace statename = "TEXAS" if congress == 96 & id == 94628 replace statename = "TEXAS" if congress == 96 & id == 13002 replace statename = "TEXAS" if congress == 96 & id == 11013 replace statename = "TEXAS" if congress == 96 & id == 1077 replace statename = "TEXAS" if congress == 96 & id == 10614 replace statename = "TEXAS" if congress == 96 & id == 14641 replace statename = "TEXAS" if congress == 96 & id == 10391 replace statename = "TEXAS" if congress == 96 & id == 14234 replace statename = "TEXAS" if congress == 96 & id == 14674 replace statename = "TEXAS" if congress == 96 & id == 10716 replace statename = "TEXAS" if congress == 96 & id == 10783 replace statename = "TEXAS" if congress == 96 & id == 14664 replace statename = "TEXAS" if congress == 96 & id == 14643 replace statename = "TEXAS" if congress == 96 & id == 14633 replace statename = "TEXAS" if congress == 96 & id == 10520 replace statename = "TEXAS" if congress == 96 & id == 14645 replace statename = "TEXAS" if congress == 96 & id == 14290 replace statename = "TEXAS" if congress == 96 & id == 11023 replace statename = "TEXAS" if congress == 96 & id == 14626 replace statename = "UTAH" if congress == 96 & id == 13027 replace statename = "UTAH" if congress == 96 & id == 14438 replace statename = "VERMONT" if congress == 96 & id == 14240 replace statename = "VIRGINI" if congress == 96 & id == 14456 replace statename = "VIRGINI" if congress == 96 & id == 12033 replace statename = "VIRGINI" if congress == 96 & id == 10767 replace statename = "VIRGINI" if congress == 96 & id == 14013 replace statename = "VIRGINI" if congress == 96 & id == 12011 replace statename = "VIRGINI" if congress == 96 & id == 13055 replace statename = "VIRGINI" if congress == 96 & id == 13036 replace statename = "VIRGINI" if congress == 96 & id == 14231 replace statename = "VIRGINI" if congress == 96 & id == 9802 replace statename = "VIRGINI" if congress == 96 & id == 14215 replace statename = "WASHING" if congress == 96 & id == 14044 replace statename = "WASHING" if congress == 96 & id == 14666 replace statename = "WASHING" if congress == 96 & id == 14208 replace statename = "WASHING" if congress == 96 & id == 13026 replace statename = "WASHING" if congress == 96 & id == 10726 replace statename = "WASHING" if congress == 96 & id == 14413 replace statename = "WASHING" if congress == 96 & id == 14646 replace statename = "WEST VI" if congress == 96 & id == 6584 replace statename = "WEST VI" if congress == 96 & id == 8824 replace statename = "WEST VI" if congress == 96 & id == 8564 replace statename = "WEST VI" if congress == 96 & id == 14680 replace statename = "WEST VI" if congress == 96 & id == 14448 replace statename = "WISCONS" if congress == 96 & id == 13003 replace statename = "WISCONS" if congress == 96 & id == 5101 replace statename = "WISCONS" if congress == 96 & id == 14202 replace statename = "WISCONS" if congress == 96 & id == 10463 replace statename = "WISCONS" if congress == 96 & id == 7824 replace statename = "WISCONS" if congress == 96 & id == 14675 replace statename = "WISCONS" if congress == 96 & id == 11051 replace statename = "WISCONS" if congress == 96 & id == 12036 replace statename = "WISCONS" if congress == 96 & id == 14655 replace statename = "WISCONS" if congress == 96 & id == 14657 replace statename = "WYOMING" if congress == 96 & id == 14611 replace statename = "USA" if congress == 97 & id == 99907 replace statename = "ALABAMA" if congress == 97 & id == 10721 replace statename = "ALABAMA" if congress == 97 & id == 10717 replace statename = "ALABAMA" if congress == 97 & id == 11037 replace statename = "ALABAMA" if congress == 97 & id == 11000 replace statename = "ALABAMA" if congress == 97 & id == 14419 replace statename = "ALABAMA" if congress == 97 & id == 14862 replace statename = "ALABAMA" if congress == 97 & id == 14659 replace statename = "ALASKA" if congress == 97 & id == 14066 replace statename = "ARIZONA" if congress == 97 & id == 7845 replace statename = "ARIZONA" if congress == 97 & id == 10566 replace statename = "ARIZONA" if congress == 97 & id == 94454 replace statename = "ARIZONA" if congress == 97 & id == 14449 replace statename = "ARKANSA" if congress == 97 & id == 12000 replace statename = "ARKANSA" if congress == 97 & id == 14606 replace statename = "ARKANSA" if congress == 97 & id == 11020 replace statename = "ARKANSA" if congress == 97 & id == 14601 replace statename = "CALIFOR" if congress == 97 & id == 14805 replace statename = "CALIFOR" if congress == 97 & id == 10579 replace statename = "CALIFOR" if congress == 97 & id == 14649 replace statename = "CALIFOR" if congress == 97 & id == 14624 replace statename = "CALIFOR" if congress == 97 & id == 14076 replace statename = "CALIFOR" if congress == 97 & id == 10577 replace statename = "CALIFOR" if congress == 97 & id == 14256 replace statename = "CALIFOR" if congress == 97 & id == 13011 replace statename = "CALIFOR" if congress == 97 & id == 14053 replace statename = "CALIFOR" if congress == 97 & id == 10583 replace statename = "CALIFOR" if congress == 97 & id == 14837 replace statename = "CALIFOR" if congress == 97 & id == 11063 replace statename = "CALIFOR" if congress == 97 & id == 14257 replace statename = "CALIFOR" if congress == 97 & id == 14660 replace statename = "CALIFOR" if congress == 97 & id == 14613 replace statename = "CALIFOR" if congress == 97 & id == 14444 replace statename = "CALIFOR" if congress == 97 & id == 14652 replace statename = "CALIFOR" if congress == 97 & id == 14669 replace statename = "CALIFOR" if congress == 97 & id == 14071 replace statename = "CALIFOR" if congress == 97 & id == 12037 replace statename = "CALIFOR" if congress == 97 & id == 14821 replace statename = "CALIFOR" if congress == 97 & id == 14040 replace statename = "CALIFOR" if congress == 97 & id == 14405 replace statename = "CALIFOR" if congress == 97 & id == 14280 replace statename = "CALIFOR" if congress == 97 & id == 10621 replace statename = "CALIFOR" if congress == 97 & id == 10553 replace statename = "CALIFOR" if congress == 97 & id == 14414 replace statename = "CALIFOR" if congress == 97 & id == 14620 replace statename = "CALIFOR" if congress == 97 & id == 10595 replace statename = "CALIFOR" if congress == 97 & id == 13010 replace statename = "CALIFOR" if congress == 97 & id == 14879 replace statename = "CALIFOR" if congress == 97 & id == 14816 replace statename = "CALIFOR" if congress == 97 & id == 12001 replace statename = "CALIFOR" if congress == 97 & id == 14630 replace statename = "CALIFOR" if congress == 97 & id == 14647 replace statename = "CALIFOR" if congress == 97 & id == 14813 replace statename = "CALIFOR" if congress == 97 & id == 10573 replace statename = "CALIFOR" if congress == 97 & id == 14644 replace statename = "CALIFOR" if congress == 97 & id == 14266 replace statename = "CALIFOR" if congress == 97 & id == 14616 replace statename = "CALIFOR" if congress == 97 & id == 14403 replace statename = "CALIFOR" if congress == 97 & id == 14839 replace statename = "CALIFOR" if congress == 97 & id == 14835 replace statename = "CALIFOR" if congress == 97 & id == 14007 replace statename = "COLORAD" if congress == 97 & id == 14051 replace statename = "COLORAD" if congress == 97 & id == 14282 replace statename = "COLORAD" if congress == 97 & id == 14638 replace statename = "COLORAD" if congress == 97 & id == 14803 replace statename = "COLORAD" if congress == 97 & id == 14639 replace statename = "CONNECT" if congress == 97 & id == 13009 replace statename = "CONNECT" if congress == 97 & id == 14877 replace statename = "CONNECT" if congress == 97 & id == 14825 replace statename = "CONNECT" if congress == 97 & id == 14811 replace statename = "CONNECT" if congress == 97 & id == 13029 replace statename = "CONNECT" if congress == 97 & id == 14653 replace statename = "CONNECT" if congress == 97 & id == 14258 replace statename = "DELAWAR" if congress == 97 & id == 14417 replace statename = "FLORIDA" if congress == 97 & id == 14636 replace statename = "FLORIDA" if congress == 97 & id == 10587 replace statename = "FLORIDA" if congress == 97 & id == 633 replace statename = "FLORIDA" if congress == 97 & id == 12007 replace statename = "FLORIDA" if congress == 97 & id == 14842 replace statename = "FLORIDA" if congress == 97 & id == 13047 replace statename = "FLORIDA" if congress == 97 & id == 10588 replace statename = "FLORIDA" if congress == 97 & id == 94428 replace statename = "FLORIDA" if congress == 97 & id == 14651 replace statename = "FLORIDA" if congress == 97 & id == 14003 replace statename = "FLORIDA" if congress == 97 & id == 14648 replace statename = "FLORIDA" if congress == 97 & id == 14860 replace statename = "FLORIDA" if congress == 97 & id == 14029 replace statename = "FLORIDA" if congress == 97 & id == 7333 replace statename = "FLORIDA" if congress == 97 & id == 3078 replace statename = "GEORGIA" if congress == 97 & id == 14016 replace statename = "GEORGIA" if congress == 97 & id == 14831 replace statename = "GEORGIA" if congress == 97 & id == 11005 replace statename = "GEORGIA" if congress == 97 & id == 14249 replace statename = "GEORGIA" if congress == 97 & id == 14467 replace statename = "GEORGIA" if congress == 97 & id == 14627 replace statename = "GEORGIA" if congress == 97 & id == 14252 replace statename = "GEORGIA" if congress == 97 & id == 14418 replace statename = "GEORGIA" if congress == 97 & id == 14429 replace statename = "GEORGIA" if congress == 97 & id == 14404 replace statename = "HAWAII" if congress == 97 & id == 14425 replace statename = "HAWAII" if congress == 97 & id == 14400 replace statename = "IDAHO" if congress == 97 & id == 14809 replace statename = "IDAHO" if congress == 97 & id == 10734 replace statename = "ILLINOI" if congress == 97 & id == 14866 replace statename = "ILLINOI" if congress == 97 & id == 14856 replace statename = "ILLINOI" if congress == 97 & id == 14271 replace statename = "ILLINOI" if congress == 97 & id == 2525 replace statename = "ILLINOI" if congress == 97 & id == 14285 replace statename = "ILLINOI" if congress == 97 & id == 14239 replace statename = "ILLINOI" if congress == 97 & id == 14068 replace statename = "ILLINOI" if congress == 97 & id == 8080 replace statename = "ILLINOI" if congress == 97 & id == 10421 replace statename = "ILLINOI" if congress == 97 & id == 14677 replace statename = "ILLINOI" if congress == 97 & id == 10703 replace statename = "ILLINOI" if congress == 97 & id == 12041 replace statename = "ILLINOI" if congress == 97 & id == 10606 replace statename = "ILLINOI" if congress == 97 & id == 10722 replace statename = "ILLINOI" if congress == 97 & id == 14411 replace statename = "ILLINOI" if congress == 97 & id == 14841 replace statename = "ILLINOI" if congress == 97 & id == 14041 replace statename = "ILLINOI" if congress == 97 & id == 6455 replace statename = "ILLINOI" if congress == 97 & id == 11041 replace statename = "ILLINOI" if congress == 97 & id == 10517 replace statename = "ILLINOI" if congress == 97 & id == 14033 replace statename = "ILLINOI" if congress == 97 & id == 14615 replace statename = "ILLINOI" if congress == 97 & id == 7610 replace statename = "ILLINOI" if congress == 97 & id == 14275 replace statename = "INDIANA" if congress == 97 & id == 14406 replace statename = "INDIANA" if congress == 97 & id == 14880 replace statename = "INDIANA" if congress == 97 & id == 14222 replace statename = "INDIANA" if congress == 97 & id == 14834 replace statename = "INDIANA" if congress == 97 & id == 14806 replace statename = "INDIANA" if congress == 97 & id == 13018 replace statename = "INDIANA" if congress == 97 & id == 14220 replace statename = "INDIANA" if congress == 97 & id == 11036 replace statename = "INDIANA" if congress == 97 & id == 14619 replace statename = "INDIANA" if congress == 97 & id == 10732 replace statename = "INDIANA" if congress == 97 & id == 14274 replace statename = "INDIANA" if congress == 97 & id == 10742 replace statename = "IOWA" if congress == 97 & id == 14432 replace statename = "IOWA" if congress == 97 & id == 14668 replace statename = "IOWA" if congress == 97 & id == 14820 replace statename = "IOWA" if congress == 97 & id == 8672 replace statename = "IOWA" if congress == 97 & id == 14230 replace statename = "IOWA" if congress == 97 & id == 14205 replace statename = "KANSAS" if congress == 97 & id == 14852 replace statename = "KANSAS" if congress == 97 & id == 14637 replace statename = "KANSAS" if congress == 97 & id == 11057 replace statename = "KANSAS" if congress == 97 & id == 14422 replace statename = "KANSAS" if congress == 97 & id == 14670 replace statename = "KENTUCK" if congress == 97 & id == 14237 replace statename = "KENTUCK" if congress == 97 & id == 6845 replace statename = "KENTUCK" if congress == 97 & id == 13024 replace statename = "KENTUCK" if congress == 97 & id == 10626 replace statename = "KENTUCK" if congress == 97 & id == 14854 replace statename = "KENTUCK" if congress == 97 & id == 14635 replace statename = "KENTUCK" if congress == 97 & id == 7343 replace statename = "LOUISIA" if congress == 97 & id == 14469 replace statename = "LOUISIA" if congress == 97 & id == 14067 replace statename = "LOUISIA" if congress == 97 & id == 14679 replace statename = "LOUISIA" if congress == 97 & id == 14853 replace statename = "LOUISIA" if congress == 97 & id == 14427 replace statename = "LOUISIA" if congress == 97 & id == 14259 replace statename = "LOUISIA" if congress == 97 & id == 13056 replace statename = "LOUISIA" if congress == 97 & id == 10602 replace statename = "MAINE" if congress == 97 & id == 14218 replace statename = "MAINE" if congress == 97 & id == 14661 replace statename = "MARYLAN" if congress == 97 & id == 14817 replace statename = "MARYLAN" if congress == 97 & id == 10601 replace statename = "MARYLAN" if congress == 97 & id == 14440 replace statename = "MARYLAN" if congress == 97 & id == 14021 replace statename = "MARYLAN" if congress == 97 & id == 14873 replace statename = "MARYLAN" if congress == 97 & id == 14278 replace statename = "MARYLAN" if congress == 97 & id == 14608 replace statename = "MARYLAN" if congress == 97 & id == 13031 replace statename = "MARYLAN" if congress == 97 & id == 14604 replace statename = "MASSACH" if congress == 97 & id == 2009 replace statename = "MASSACH" if congress == 97 & id == 830 replace statename = "MASSACH" if congress == 97 & id == 14216 replace statename = "MASSACH" if congress == 97 & id == 14824 replace statename = "MASSACH" if congress == 97 & id == 14658 replace statename = "MASSACH" if congress == 97 & id == 14650 replace statename = "MASSACH" if congress == 97 & id == 14435 replace statename = "MASSACH" if congress == 97 & id == 7081 replace statename = "MASSACH" if congress == 97 & id == 14039 replace statename = "MASSACH" if congress == 97 & id == 11021 replace statename = "MASSACH" if congress == 97 & id == 14621 replace statename = "MASSACH" if congress == 97 & id == 14055 replace statename = "MICHIGA" if congress == 97 & id == 10713 replace statename = "MICHIGA" if congress == 97 & id == 14446 replace statename = "MICHIGA" if congress == 97 & id == 14673 replace statename = "MICHIGA" if congress == 97 & id == 14453 replace statename = "MICHIGA" if congress == 97 & id == 14872 replace statename = "MICHIGA" if congress == 97 & id == 14450 replace statename = "MICHIGA" if congress == 97 & id == 14814 replace statename = "MICHIGA" if congress == 97 & id == 14430 replace statename = "MICHIGA" if congress == 97 & id == 14075 replace statename = "MICHIGA" if congress == 97 & id == 10794 replace statename = "MICHIGA" if congress == 97 & id == 14600 replace statename = "MICHIGA" if congress == 97 & id == 14618 replace statename = "MICHIGA" if congress == 97 & id == 14407 replace statename = "MICHIGA" if congress == 97 & id == 14681 replace statename = "MICHIGA" if congress == 97 & id == 14833 replace statename = "MICHIGA" if congress == 97 & id == 10727 replace statename = "MICHIGA" if congress == 97 & id == 2605 replace statename = "MICHIGA" if congress == 97 & id == 14209 replace statename = "MICHIGA" if congress == 97 & id == 14206 replace statename = "MICHIGA" if congress == 97 & id == 1087 replace statename = "MINNESO" if congress == 97 & id == 14623 replace statename = "MINNESO" if congress == 97 & id == 14227 replace statename = "MINNESO" if congress == 97 & id == 13015 replace statename = "MINNESO" if congress == 97 & id == 14458 replace statename = "MINNESO" if congress == 97 & id == 14656 replace statename = "MINNESO" if congress == 97 & id == 14868 replace statename = "MINNESO" if congress == 97 & id == 14466 replace statename = "MINNESO" if congress == 97 & id == 14265 replace statename = "MISSISS" if congress == 97 & id == 10075 replace statename = "MISSISS" if congress == 97 & id == 14005 replace statename = "MISSISS" if congress == 97 & id == 11035 replace statename = "MISSISS" if congress == 97 & id == 14634 replace statename = "MISSISS" if congress == 97 & id == 14874 replace statename = "MISSISS" if congress == 97 & id == 14031 replace statename = "MISSOUR" if congress == 97 & id == 12009 replace statename = "MISSOUR" if congress == 97 & id == 14465 replace statename = "MISSOUR" if congress == 97 & id == 14421 replace statename = "MISSOUR" if congress == 97 & id == 14451 replace statename = "MISSOUR" if congress == 97 & id == 835 replace statename = "MISSOUR" if congress == 97 & id == 14410 replace statename = "MISSOUR" if congress == 97 & id == 14057 replace statename = "MISSOUR" if congress == 97 & id == 14800 replace statename = "MISSOUR" if congress == 97 & id == 14459 replace statename = "MISSOUR" if congress == 97 & id == 14819 replace statename = "MONTANA" if congress == 97 & id == 14672 replace statename = "MONTANA" if congress == 97 & id == 14437 replace statename = "NEBRASK" if congress == 97 & id == 14605 replace statename = "NEBRASK" if congress == 97 & id == 14810 replace statename = "NEBRASK" if congress == 97 & id == 14276 replace statename = "NEVADA" if congress == 97 & id == 14272 replace statename = "NEW HAM" if congress == 97 & id == 14284 replace statename = "NEW HAM" if congress == 97 & id == 14826 replace statename = "NEW JER" if congress == 97 & id == 14223 replace statename = "NEW JER" if congress == 97 & id == 14238 replace statename = "NEW JER" if congress == 97 & id == 10739 replace statename = "NEW JER" if congress == 97 & id == 14863 replace statename = "NEW JER" if congress == 97 & id == 14221 replace statename = "NEW JER" if congress == 97 & id == 12046 replace statename = "NEW JER" if congress == 97 & id == 14855 replace statename = "NEW JER" if congress == 97 & id == 12042 replace statename = "NEW JER" if congress == 97 & id == 14426 replace statename = "NEW JER" if congress == 97 & id == 8010 replace statename = "NEW JER" if congress == 97 & id == 10609 replace statename = "NEW JER" if congress == 97 & id == 14046 replace statename = "NEW JER" if congress == 97 & id == 14614 replace statename = "NEW JER" if congress == 97 & id == 14631 replace statename = "NEW JER" if congress == 97 & id == 14815 replace statename = "NEW MEX" if congress == 97 & id == 12022 replace statename = "NEW MEX" if congress == 97 & id == 14861 replace statename = "NEW YOR" if congress == 97 & id == 14610 replace statename = "NEW YOR" if congress == 97 & id == 14214 replace statename = "NEW YOR" if congress == 97 & id == 14804 replace statename = "NEW YOR" if congress == 97 & id == 13021 replace statename = "NEW YOR" if congress == 97 & id == 14845 replace statename = "NEW YOR" if congress == 97 & id == 14838 replace statename = "NEW YOR" if congress == 97 & id == 10500 replace statename = "NEW YOR" if congress == 97 & id == 10551 replace statename = "NEW YOR" if congress == 97 & id == 14625 replace statename = "NEW YOR" if congress == 97 & id == 12003 replace statename = "NEW YOR" if congress == 97 & id == 10768 replace statename = "NEW YOR" if congress == 97 & id == 12008 replace statename = "NEW YOR" if congress == 97 & id == 14277 replace statename = "NEW YOR" if congress == 97 & id == 14269 replace statename = "NEW YOR" if congress == 97 & id == 14283 replace statename = "NEW YOR" if congress == 97 & id == 14858 replace statename = "NEW YOR" if congress == 97 & id == 14846 replace statename = "NEW YOR" if congress == 97 & id == 14471 replace statename = "NEW YOR" if congress == 97 & id == 13035 replace statename = "NEW YOR" if congress == 97 & id == 14463 replace statename = "NEW YOR" if congress == 97 & id == 14470 replace statename = "NEW YOR" if congress == 97 & id == 10705 replace statename = "NEW YOR" if congress == 97 & id == 13033 replace statename = "NEW YOR" if congress == 97 & id == 10760 replace statename = "NEW YOR" if congress == 97 & id == 12013 replace statename = "NEW YOR" if congress == 97 & id == 14015 replace statename = "NEW YOR" if congress == 97 & id == 14253 replace statename = "NEW YOR" if congress == 97 & id == 9017 replace statename = "NEW YOR" if congress == 97 & id == 14662 replace statename = "NEW YOR" if congress == 97 & id == 14840 replace statename = "NEW YOR" if congress == 97 & id == 14038 replace statename = "NEW YOR" if congress == 97 & id == 14870 replace statename = "NEW YOR" if congress == 97 & id == 14642 replace statename = "NEW YOR" if congress == 97 & id == 10596 replace statename = "NEW YOR" if congress == 97 & id == 10712 replace statename = "NEW YOR" if congress == 97 & id == 14248 replace statename = "NEW YOR" if congress == 97 & id == 14264 replace statename = "NEW YOR" if congress == 97 & id == 13020 replace statename = "NEW YOR" if congress == 97 & id == 14289 replace statename = "NORTH C" if congress == 97 & id == 10788 replace statename = "NORTH C" if congress == 97 & id == 3321 replace statename = "NORTH C" if congress == 97 & id == 14464 replace statename = "NORTH C" if congress == 97 & id == 14001 replace statename = "NORTH C" if congress == 97 & id == 14262 replace statename = "NORTH C" if congress == 97 & id == 14836 replace statename = "NORTH C" if congress == 97 & id == 14048 replace statename = "NORTH C" if congress == 97 & id == 14233 replace statename = "NORTH C" if congress == 97 & id == 14035 replace statename = "NORTH C" if congress == 97 & id == 10574 replace statename = "NORTH C" if congress == 97 & id == 14832 replace statename = "NORTH D" if congress == 97 & id == 14812 replace statename = "OHIO" if congress == 97 & id == 14225 replace statename = "OHIO" if congress == 97 & id == 14070 replace statename = "OHIO" if congress == 97 & id == 14632 replace statename = "OHIO" if congress == 97 & id == 14018 replace statename = "OHIO" if congress == 97 & id == 14875 replace statename = "OHIO" if congress == 97 & id == 5495 replace statename = "OHIO" if congress == 97 & id == 14844 replace statename = "OHIO" if congress == 97 & id == 10786 replace statename = "OHIO" if congress == 97 & id == 14245 replace statename = "OHIO" if congress == 97 & id == 14867 replace statename = "OHIO" if congress == 97 & id == 11034 replace statename = "OHIO" if congress == 97 & id == 10773 replace statename = "OHIO" if congress == 97 & id == 14859 replace statename = "OHIO" if congress == 97 & id == 14445 replace statename = "OHIO" if congress == 97 & id == 13040 replace statename = "OHIO" if congress == 97 & id == 11058 replace statename = "OHIO" if congress == 97 & id == 14045 replace statename = "OHIO" if congress == 97 & id == 10502 replace statename = "OHIO" if congress == 97 & id == 14878 replace statename = "OHIO" if congress == 97 & id == 14402 replace statename = "OHIO" if congress == 97 & id == 14671 replace statename = "OHIO" if congress == 97 & id == 14443 replace statename = "OHIO" if congress == 97 & id == 12030 replace statename = "OHIO" if congress == 97 & id == 14818 replace statename = "OHIO" if congress == 97 & id == 14260 replace statename = "OKLAHOM" if congress == 97 & id == 14026 replace statename = "OKLAHOM" if congress == 97 & id == 14667 replace statename = "OKLAHOM" if congress == 97 & id == 14462 replace statename = "OKLAHOM" if congress == 97 & id == 14843 replace statename = "OKLAHOM" if congress == 97 & id == 14415 replace statename = "OKLAHOM" if congress == 97 & id == 14219 replace statename = "OREGON" if congress == 97 & id == 14201 replace statename = "OREGON" if congress == 97 & id == 14864 replace statename = "OREGON" if congress == 97 & id == 14871 replace statename = "OREGON" if congress == 97 & id == 14281 replace statename = "PENNSYL" if congress == 97 & id == 14823 replace statename = "PENNSYL" if congress == 97 & id == 14629 replace statename = "PENNSYL" if congress == 97 & id == 14434 replace statename = "PENNSYL" if congress == 97 & id == 14876 replace statename = "PENNSYL" if congress == 97 & id == 14622 replace statename = "PENNSYL" if congress == 97 & id == 14273 replace statename = "PENNSYL" if congress == 97 & id == 12035 replace statename = "PENNSYL" if congress == 97 & id == 14217 replace statename = "PENNSYL" if congress == 97 & id == 14807 replace statename = "PENNSYL" if congress == 97 & id == 14052 replace statename = "PENNSYL" if congress == 97 & id == 10607 replace statename = "PENNSYL" if congress == 97 & id == 14849 replace statename = "PENNSYL" if congress == 97 & id == 14072 replace statename = "PENNSYL" if congress == 97 & id == 12010 replace statename = "PENNSYL" if congress == 97 & id == 14808 replace statename = "PENNSYL" if congress == 97 & id == 14654 replace statename = "PENNSYL" if congress == 97 & id == 14461 replace statename = "PENNSYL" if congress == 97 & id == 14416 replace statename = "PENNSYL" if congress == 97 & id == 14460 replace statename = "PENNSYL" if congress == 97 & id == 14288 replace statename = "PENNSYL" if congress == 97 & id == 11067 replace statename = "PENNSYL" if congress == 97 & id == 14603 replace statename = "PENNSYL" if congress == 97 & id == 14441 replace statename = "PENNSYL" if congress == 97 & id == 14612 replace statename = "PENNSYL" if congress == 97 & id == 14436 replace statename = "PENNSYL" if congress == 97 & id == 94602 replace statename = "RHODE I" if congress == 97 & id == 10561 replace statename = "RHODE I" if congress == 97 & id == 14857 replace statename = "SOUTH C" if congress == 97 & id == 14830 replace statename = "SOUTH C" if congress == 97 & id == 13042 replace statename = "SOUTH C" if congress == 97 & id == 14212 replace statename = "SOUTH C" if congress == 97 & id == 14609 replace statename = "SOUTH C" if congress == 97 & id == 14235 replace statename = "SOUTH C" if congress == 97 & id == 14848 replace statename = "SOUTH D" if congress == 97 & id == 14617 replace statename = "SOUTH D" if congress == 97 & id == 14851 replace statename = "TENNESS" if congress == 97 & id == 10616 replace statename = "TENNESS" if congress == 97 & id == 10719 replace statename = "TENNESS" if congress == 97 & id == 14251 replace statename = "TENNESS" if congress == 97 & id == 14423 replace statename = "TENNESS" if congress == 97 & id == 14607 replace statename = "TENNESS" if congress == 97 & id == 14004 replace statename = "TENNESS" if congress == 97 & id == 12038 replace statename = "TENNESS" if congress == 97 & id == 14224 replace statename = "TEXAS" if congress == 97 & id == 14291 replace statename = "TEXAS" if congress == 97 & id == 14062 replace statename = "TEXAS" if congress == 97 & id == 11066 replace statename = "TEXAS" if congress == 97 & id == 14828 replace statename = "TEXAS" if congress == 97 & id == 14439 replace statename = "TEXAS" if congress == 97 & id == 94628 replace statename = "TEXAS" if congress == 97 & id == 13002 replace statename = "TEXAS" if congress == 97 & id == 14822 replace statename = "TEXAS" if congress == 97 & id == 1077 replace statename = "TEXAS" if congress == 97 & id == 10614 replace statename = "TEXAS" if congress == 97 & id == 14641 replace statename = "TEXAS" if congress == 97 & id == 10391 replace statename = "TEXAS" if congress == 97 & id == 14234 replace statename = "TEXAS" if congress == 97 & id == 14850 replace statename = "TEXAS" if congress == 97 & id == 10716 replace statename = "TEXAS" if congress == 97 & id == 10783 replace statename = "TEXAS" if congress == 97 & id == 14664 replace statename = "TEXAS" if congress == 97 & id == 14643 replace statename = "TEXAS" if congress == 97 & id == 14633 replace statename = "TEXAS" if congress == 97 & id == 10520 replace statename = "TEXAS" if congress == 97 & id == 14645 replace statename = "TEXAS" if congress == 97 & id == 14290 replace statename = "TEXAS" if congress == 97 & id == 11023 replace statename = "TEXAS" if congress == 97 & id == 14626 replace statename = "UTAH" if congress == 97 & id == 14829 replace statename = "UTAH" if congress == 97 & id == 14438 replace statename = "VERMONT" if congress == 97 & id == 14240 replace statename = "VIRGINI" if congress == 97 & id == 14456 replace statename = "VIRGINI" if congress == 97 & id == 12033 replace statename = "VIRGINI" if congress == 97 & id == 14802 replace statename = "VIRGINI" if congress == 97 & id == 14013 replace statename = "VIRGINI" if congress == 97 & id == 12011 replace statename = "VIRGINI" if congress == 97 & id == 13055 replace statename = "VIRGINI" if congress == 97 & id == 13036 replace statename = "VIRGINI" if congress == 97 & id == 14043 replace statename = "VIRGINI" if congress == 97 & id == 9802 replace statename = "VIRGINI" if congress == 97 & id == 14869 replace statename = "WASHING" if congress == 97 & id == 14044 replace statename = "WASHING" if congress == 97 & id == 14666 replace statename = "WASHING" if congress == 97 & id == 14208 replace statename = "WASHING" if congress == 97 & id == 14847 replace statename = "WASHING" if congress == 97 & id == 10726 replace statename = "WASHING" if congress == 97 & id == 14413 replace statename = "WASHING" if congress == 97 & id == 14646 replace statename = "WEST VI" if congress == 97 & id == 6584 replace statename = "WEST VI" if congress == 97 & id == 14801 replace statename = "WEST VI" if congress == 97 & id == 14865 replace statename = "WEST VI" if congress == 97 & id == 14448 replace statename = "WISCONS" if congress == 97 & id == 13003 replace statename = "WISCONS" if congress == 97 & id == 5101 replace statename = "WISCONS" if congress == 97 & id == 14827 replace statename = "WISCONS" if congress == 97 & id == 10463 replace statename = "WISCONS" if congress == 97 & id == 7824 replace statename = "WISCONS" if congress == 97 & id == 14675 replace statename = "WISCONS" if congress == 97 & id == 12036 replace statename = "WISCONS" if congress == 97 & id == 14655 replace statename = "WISCONS" if congress == 97 & id == 14657 replace statename = "WYOMING" if congress == 97 & id == 14611 replace statename = "USA" if congress == 98 & id == 99907 replace statename = "ALABAMA" if congress == 98 & id == 10721 replace statename = "ALABAMA" if congress == 98 & id == 10717 replace statename = "ALABAMA" if congress == 98 & id == 11037 replace statename = "ALABAMA" if congress == 98 & id == 11000 replace statename = "ALABAMA" if congress == 98 & id == 14419 replace statename = "ALABAMA" if congress == 98 & id == 15022 replace statename = "ALABAMA" if congress == 98 & id == 14659 replace statename = "ALASKA" if congress == 98 & id == 14066 replace statename = "ARIZONA" if congress == 98 & id == 15039 replace statename = "ARIZONA" if congress == 98 & id == 10566 replace statename = "ARIZONA" if congress == 98 & id == 14454 replace statename = "ARIZONA" if congress == 98 & id == 14449 replace statename = "ARIZONA" if congress == 98 & id == 15043 replace statename = "ARKANSA" if congress == 98 & id == 12000 replace statename = "ARKANSA" if congress == 98 & id == 14606 replace statename = "ARKANSA" if congress == 98 & id == 11020 replace statename = "ARKANSA" if congress == 98 & id == 14601 replace statename = "CALIFOR" if congress == 98 & id == 15009 replace statename = "CALIFOR" if congress == 98 & id == 14805 replace statename = "CALIFOR" if congress == 98 & id == 14649 replace statename = "CALIFOR" if congress == 98 & id == 14624 replace statename = "CALIFOR" if congress == 98 & id == 10577 replace statename = "CALIFOR" if congress == 98 & id == 15080 replace statename = "CALIFOR" if congress == 98 & id == 15011 replace statename = "CALIFOR" if congress == 98 & id == 14256 replace statename = "CALIFOR" if congress == 98 & id == 13011 replace statename = "CALIFOR" if congress == 98 & id == 14053 replace statename = "CALIFOR" if congress == 98 & id == 10583 replace statename = "CALIFOR" if congress == 98 & id == 14837 replace statename = "CALIFOR" if congress == 98 & id == 15078 replace statename = "CALIFOR" if congress == 98 & id == 14257 replace statename = "CALIFOR" if congress == 98 & id == 14660 replace statename = "CALIFOR" if congress == 98 & id == 14613 replace statename = "CALIFOR" if congress == 98 & id == 14444 replace statename = "CALIFOR" if congress == 98 & id == 14652 replace statename = "CALIFOR" if congress == 98 & id == 15032 replace statename = "CALIFOR" if congress == 98 & id == 14071 replace statename = "CALIFOR" if congress == 98 & id == 14669 replace statename = "CALIFOR" if congress == 98 & id == 14821 replace statename = "CALIFOR" if congress == 98 & id == 14040 replace statename = "CALIFOR" if congress == 98 & id == 14405 replace statename = "CALIFOR" if congress == 98 & id == 14280 replace statename = "CALIFOR" if congress == 98 & id == 10621 replace statename = "CALIFOR" if congress == 98 & id == 15005 replace statename = "CALIFOR" if congress == 98 & id == 15034 replace statename = "CALIFOR" if congress == 98 & id == 14620 replace statename = "CALIFOR" if congress == 98 & id == 10595 replace statename = "CALIFOR" if congress == 98 & id == 14879 replace statename = "CALIFOR" if congress == 98 & id == 14816 replace statename = "CALIFOR" if congress == 98 & id == 12001 replace statename = "CALIFOR" if congress == 98 & id == 14813 replace statename = "CALIFOR" if congress == 98 & id == 15070 replace statename = "CALIFOR" if congress == 98 & id == 14644 replace statename = "CALIFOR" if congress == 98 & id == 10573 replace statename = "CALIFOR" if congress == 98 & id == 15040 replace statename = "CALIFOR" if congress == 98 & id == 14266 replace statename = "CALIFOR" if congress == 98 & id == 14616 replace statename = "CALIFOR" if congress == 98 & id == 14403 replace statename = "CALIFOR" if congress == 98 & id == 14839 replace statename = "CALIFOR" if congress == 98 & id == 14647 replace statename = "CALIFOR" if congress == 98 & id == 15051 replace statename = "CALIFOR" if congress == 98 & id == 15004 replace statename = "CALIFOR" if congress == 98 & id == 14835 replace statename = "COLORAD" if congress == 98 & id == 14051 replace statename = "COLORAD" if congress == 98 & id == 14282 replace statename = "COLORAD" if congress == 98 & id == 14638 replace statename = "COLORAD" if congress == 98 & id == 14803 replace statename = "COLORAD" if congress == 98 & id == 14639 replace statename = "COLORAD" if congress == 98 & id == 15058 replace statename = "COLORAD" if congress == 98 & id == 15067 replace statename = "CONNECT" if congress == 98 & id == 14877 replace statename = "CONNECT" if congress == 98 & id == 14825 replace statename = "CONNECT" if congress == 98 & id == 15045 replace statename = "CONNECT" if congress == 98 & id == 13029 replace statename = "CONNECT" if congress == 98 & id == 14653 replace statename = "CONNECT" if congress == 98 & id == 15028 replace statename = "DELAWAR" if congress == 98 & id == 15015 replace statename = "FLORIDA" if congress == 98 & id == 14636 replace statename = "FLORIDA" if congress == 98 & id == 10587 replace statename = "FLORIDA" if congress == 98 & id == 633 replace statename = "FLORIDA" if congress == 98 & id == 12007 replace statename = "FLORIDA" if congress == 98 & id == 14842 replace statename = "FLORIDA" if congress == 98 & id == 15038 replace statename = "FLORIDA" if congress == 98 & id == 10588 replace statename = "FLORIDA" if congress == 98 & id == 13047 replace statename = "FLORIDA" if congress == 98 & id == 15006 replace statename = "FLORIDA" if congress == 98 & id == 94428 replace statename = "FLORIDA" if congress == 98 & id == 14651 replace statename = "FLORIDA" if congress == 98 & id == 15035 replace statename = "FLORIDA" if congress == 98 & id == 15037 replace statename = "FLORIDA" if congress == 98 & id == 14648 replace statename = "FLORIDA" if congress == 98 & id == 14860 replace statename = "FLORIDA" if congress == 98 & id == 15062 replace statename = "FLORIDA" if congress == 98 & id == 14029 replace statename = "FLORIDA" if congress == 98 & id == 7333 replace statename = "FLORIDA" if congress == 98 & id == 3078 replace statename = "GEORGIA" if congress == 98 & id == 15069 replace statename = "GEORGIA" if congress == 98 & id == 14831 replace statename = "GEORGIA" if congress == 98 & id == 15053 replace statename = "GEORGIA" if congress == 98 & id == 14249 replace statename = "GEORGIA" if congress == 98 & id == 14467 replace statename = "GEORGIA" if congress == 98 & id == 14627 replace statename = "GEORGIA" if congress == 98 & id == 14252 replace statename = "GEORGIA" if congress == 98 & id == 15081 replace statename = "GEORGIA" if congress == 98 & id == 15057 replace statename = "GEORGIA" if congress == 98 & id == 14429 replace statename = "GEORGIA" if congress == 98 & id == 14404 replace statename = "HAWAII" if congress == 98 & id == 14425 replace statename = "HAWAII" if congress == 98 & id == 14400 replace statename = "IDAHO" if congress == 98 & id == 14809 replace statename = "IDAHO" if congress == 98 & id == 10734 replace statename = "ILLINOI" if congress == 98 & id == 14866 replace statename = "ILLINOI" if congress == 98 & id == 15079 replace statename = "ILLINOI" if congress == 98 & id == 14856 replace statename = "ILLINOI" if congress == 98 & id == 14271 replace statename = "ILLINOI" if congress == 98 & id == 14041 replace statename = "ILLINOI" if congress == 98 & id == 15036 replace statename = "ILLINOI" if congress == 98 & id == 14239 replace statename = "ILLINOI" if congress == 98 & id == 14068 replace statename = "ILLINOI" if congress == 98 & id == 8080 replace statename = "ILLINOI" if congress == 98 & id == 10421 replace statename = "ILLINOI" if congress == 98 & id == 14677 replace statename = "ILLINOI" if congress == 98 & id == 10703 replace statename = "ILLINOI" if congress == 98 & id == 12041 replace statename = "ILLINOI" if congress == 98 & id == 10722 replace statename = "ILLINOI" if congress == 98 & id == 14411 replace statename = "ILLINOI" if congress == 98 & id == 14033 replace statename = "ILLINOI" if congress == 98 & id == 14841 replace statename = "ILLINOI" if congress == 98 & id == 15023 replace statename = "ILLINOI" if congress == 98 & id == 6455 replace statename = "ILLINOI" if congress == 98 & id == 14615 replace statename = "ILLINOI" if congress == 98 & id == 15021 replace statename = "ILLINOI" if congress == 98 & id == 7610 replace statename = "ILLINOI" if congress == 98 & id == 14275 replace statename = "INDIANA" if congress == 98 & id == 14880 replace statename = "INDIANA" if congress == 98 & id == 14274 replace statename = "INDIANA" if congress == 98 & id == 14834 replace statename = "INDIANA" if congress == 98 & id == 14806 replace statename = "INDIANA" if congress == 98 & id == 13018 replace statename = "INDIANA" if congress == 98 & id == 15014 replace statename = "INDIANA" if congress == 98 & id == 11036 replace statename = "INDIANA" if congress == 98 & id == 15041 replace statename = "INDIANA" if congress == 98 & id == 10732 replace statename = "INDIANA" if congress == 98 & id == 10742 replace statename = "IOWA" if congress == 98 & id == 14432 replace statename = "IOWA" if congress == 98 & id == 14668 replace statename = "IOWA" if congress == 98 & id == 14820 replace statename = "IOWA" if congress == 98 & id == 8672 replace statename = "IOWA" if congress == 98 & id == 14230 replace statename = "IOWA" if congress == 98 & id == 14205 replace statename = "KANSAS" if congress == 98 & id == 14852 replace statename = "KANSAS" if congress == 98 & id == 15061 replace statename = "KANSAS" if congress == 98 & id == 11057 replace statename = "KANSAS" if congress == 98 & id == 14422 replace statename = "KANSAS" if congress == 98 & id == 14670 replace statename = "KENTUCK" if congress == 98 & id == 14237 replace statename = "KENTUCK" if congress == 98 & id == 6845 replace statename = "KENTUCK" if congress == 98 & id == 13024 replace statename = "KENTUCK" if congress == 98 & id == 10626 replace statename = "KENTUCK" if congress == 98 & id == 14854 replace statename = "KENTUCK" if congress == 98 & id == 14635 replace statename = "KENTUCK" if congress == 98 & id == 7343 replace statename = "LOUISIA" if congress == 98 & id == 14469 replace statename = "LOUISIA" if congress == 98 & id == 14067 replace statename = "LOUISIA" if congress == 98 & id == 14679 replace statename = "LOUISIA" if congress == 98 & id == 14853 replace statename = "LOUISIA" if congress == 98 & id == 14427 replace statename = "LOUISIA" if congress == 98 & id == 14259 replace statename = "LOUISIA" if congress == 98 & id == 13056 replace statename = "LOUISIA" if congress == 98 & id == 10602 replace statename = "MAINE" if congress == 98 & id == 15042 replace statename = "MAINE" if congress == 98 & id == 14661 replace statename = "MARYLAN" if congress == 98 & id == 14817 replace statename = "MARYLAN" if congress == 98 & id == 10601 replace statename = "MARYLAN" if congress == 98 & id == 14440 replace statename = "MARYLAN" if congress == 98 & id == 14021 replace statename = "MARYLAN" if congress == 98 & id == 14873 replace statename = "MARYLAN" if congress == 98 & id == 14608 replace statename = "MARYLAN" if congress == 98 & id == 13031 replace statename = "MARYLAN" if congress == 98 & id == 14604 replace statename = "MASSACH" if congress == 98 & id == 2009 replace statename = "MASSACH" if congress == 98 & id == 830 replace statename = "MASSACH" if congress == 98 & id == 14216 replace statename = "MASSACH" if congress == 98 & id == 14824 replace statename = "MASSACH" if congress == 98 & id == 14658 replace statename = "MASSACH" if congress == 98 & id == 14650 replace statename = "MASSACH" if congress == 98 & id == 14435 replace statename = "MASSACH" if congress == 98 & id == 7081 replace statename = "MASSACH" if congress == 98 & id == 14039 replace statename = "MASSACH" if congress == 98 & id == 14055 replace statename = "MASSACH" if congress == 98 & id == 14621 replace statename = "MICHIGA" if congress == 98 & id == 10713 replace statename = "MICHIGA" if congress == 98 & id == 14446 replace statename = "MICHIGA" if congress == 98 & id == 14673 replace statename = "MICHIGA" if congress == 98 & id == 14872 replace statename = "MICHIGA" if congress == 98 & id == 14450 replace statename = "MICHIGA" if congress == 98 & id == 14210 replace statename = "MICHIGA" if congress == 98 & id == 14430 replace statename = "MICHIGA" if congress == 98 & id == 14075 replace statename = "MICHIGA" if congress == 98 & id == 10794 replace statename = "MICHIGA" if congress == 98 & id == 14600 replace statename = "MICHIGA" if congress == 98 & id == 14618 replace statename = "MICHIGA" if congress == 98 & id == 14407 replace statename = "MICHIGA" if congress == 98 & id == 14681 replace statename = "MICHIGA" if congress == 98 & id == 14833 replace statename = "MICHIGA" if congress == 98 & id == 10727 replace statename = "MICHIGA" if congress == 98 & id == 2605 replace statename = "MICHIGA" if congress == 98 & id == 15033 replace statename = "MICHIGA" if congress == 98 & id == 1087 replace statename = "MINNESO" if congress == 98 & id == 15052 replace statename = "MINNESO" if congress == 98 & id == 14868 replace statename = "MINNESO" if congress == 98 & id == 13015 replace statename = "MINNESO" if congress == 98 & id == 14458 replace statename = "MINNESO" if congress == 98 & id == 14656 replace statename = "MINNESO" if congress == 98 & id == 15059 replace statename = "MINNESO" if congress == 98 & id == 14466 replace statename = "MINNESO" if congress == 98 & id == 14265 replace statename = "MISSISS" if congress == 98 & id == 10075 replace statename = "MISSISS" if congress == 98 & id == 15025 replace statename = "MISSISS" if congress == 98 & id == 11035 replace statename = "MISSISS" if congress == 98 & id == 14874 replace statename = "MISSISS" if congress == 98 & id == 14031 replace statename = "MISSOUR" if congress == 98 & id == 12009 replace statename = "MISSOUR" if congress == 98 & id == 14465 replace statename = "MISSOUR" if congress == 98 & id == 14421 replace statename = "MISSOUR" if congress == 98 & id == 14451 replace statename = "MISSOUR" if congress == 98 & id == 15076 replace statename = "MISSOUR" if congress == 98 & id == 14410 replace statename = "MISSOUR" if congress == 98 & id == 14057 replace statename = "MISSOUR" if congress == 98 & id == 14819 replace statename = "MISSOUR" if congress == 98 & id == 14459 replace statename = "MONTANA" if congress == 98 & id == 14672 replace statename = "MONTANA" if congress == 98 & id == 14437 replace statename = "NEBRASK" if congress == 98 & id == 14605 replace statename = "NEBRASK" if congress == 98 & id == 14810 replace statename = "NEBRASK" if congress == 98 & id == 14276 replace statename = "NEVADA" if congress == 98 & id == 15054 replace statename = "NEVADA" if congress == 98 & id == 15075 replace statename = "NEW HAM" if congress == 98 & id == 14284 replace statename = "NEW HAM" if congress == 98 & id == 14826 replace statename = "NEW JER" if congress == 98 & id == 14223 replace statename = "NEW JER" if congress == 98 & id == 14238 replace statename = "NEW JER" if congress == 98 & id == 10739 replace statename = "NEW JER" if congress == 98 & id == 14863 replace statename = "NEW JER" if congress == 98 & id == 14855 replace statename = "NEW JER" if congress == 98 & id == 14815 replace statename = "NEW JER" if congress == 98 & id == 14046 replace statename = "NEW JER" if congress == 98 & id == 12042 replace statename = "NEW JER" if congress == 98 & id == 15071 replace statename = "NEW JER" if congress == 98 & id == 8010 replace statename = "NEW JER" if congress == 98 & id == 10609 replace statename = "NEW JER" if congress == 98 & id == 14614 replace statename = "NEW JER" if congress == 98 & id == 12046 replace statename = "NEW JER" if congress == 98 & id == 14631 replace statename = "NEW MEX" if congress == 98 & id == 12022 replace statename = "NEW MEX" if congress == 98 & id == 14861 replace statename = "NEW MEX" if congress == 98 & id == 15055 replace statename = "NEW YOR" if congress == 98 & id == 14610 replace statename = "NEW YOR" if congress == 98 & id == 14214 replace statename = "NEW YOR" if congress == 98 & id == 15046 replace statename = "NEW YOR" if congress == 98 & id == 13021 replace statename = "NEW YOR" if congress == 98 & id == 14845 replace statename = "NEW YOR" if congress == 98 & id == 10500 replace statename = "NEW YOR" if congress == 98 & id == 15000 replace statename = "NEW YOR" if congress == 98 & id == 10768 replace statename = "NEW YOR" if congress == 98 & id == 14625 replace statename = "NEW YOR" if congress == 98 & id == 14858 replace statename = "NEW YOR" if congress == 98 & id == 15072 replace statename = "NEW YOR" if congress == 98 & id == 15050 replace statename = "NEW YOR" if congress == 98 & id == 14277 replace statename = "NEW YOR" if congress == 98 & id == 14846 replace statename = "NEW YOR" if congress == 98 & id == 14471 replace statename = "NEW YOR" if congress == 98 & id == 13035 replace statename = "NEW YOR" if congress == 98 & id == 14463 replace statename = "NEW YOR" if congress == 98 & id == 14470 replace statename = "NEW YOR" if congress == 98 & id == 12003 replace statename = "NEW YOR" if congress == 98 & id == 10760 replace statename = "NEW YOR" if congress == 98 & id == 12013 replace statename = "NEW YOR" if congress == 98 & id == 14015 replace statename = "NEW YOR" if congress == 98 & id == 9017 replace statename = "NEW YOR" if congress == 98 & id == 14662 replace statename = "NEW YOR" if congress == 98 & id == 15007 replace statename = "NEW YOR" if congress == 98 & id == 14840 replace statename = "NEW YOR" if congress == 98 & id == 14870 replace statename = "NEW YOR" if congress == 98 & id == 14253 replace statename = "NEW YOR" if congress == 98 & id == 10596 replace statename = "NEW YOR" if congress == 98 & id == 10712 replace statename = "NEW YOR" if congress == 98 & id == 13020 replace statename = "NEW YOR" if congress == 98 & id == 14248 replace statename = "NEW YOR" if congress == 98 & id == 14264 replace statename = "NEW YOR" if congress == 98 & id == 14289 replace statename = "NORTH C" if congress == 98 & id == 10788 replace statename = "NORTH C" if congress == 98 & id == 15073 replace statename = "NORTH C" if congress == 98 & id == 14464 replace statename = "NORTH C" if congress == 98 & id == 14001 replace statename = "NORTH C" if congress == 98 & id == 14262 replace statename = "NORTH C" if congress == 98 & id == 15012 replace statename = "NORTH C" if congress == 98 & id == 14048 replace statename = "NORTH C" if congress == 98 & id == 14233 replace statename = "NORTH C" if congress == 98 & id == 14035 replace statename = "NORTH C" if congress == 98 & id == 10574 replace statename = "NORTH C" if congress == 98 & id == 15017 replace statename = "NORTH D" if congress == 98 & id == 14812 replace statename = "OHIO" if congress == 98 & id == 14070 replace statename = "OHIO" if congress == 98 & id == 14225 replace statename = "OHIO" if congress == 98 & id == 14632 replace statename = "OHIO" if congress == 98 & id == 14875 replace statename = "OHIO" if congress == 98 & id == 5495 replace statename = "OHIO" if congress == 98 & id == 14844 replace statename = "OHIO" if congress == 98 & id == 15020 replace statename = "OHIO" if congress == 98 & id == 14245 replace statename = "OHIO" if congress == 98 & id == 15029 replace statename = "OHIO" if congress == 98 & id == 11034 replace statename = "OHIO" if congress == 98 & id == 14818 replace statename = "OHIO" if congress == 98 & id == 15030 replace statename = "OHIO" if congress == 98 & id == 14445 replace statename = "OHIO" if congress == 98 & id == 13040 replace statename = "OHIO" if congress == 98 & id == 11058 replace statename = "OHIO" if congress == 98 & id == 14045 replace statename = "OHIO" if congress == 98 & id == 14671 replace statename = "OHIO" if congress == 98 & id == 14402 replace statename = "OHIO" if congress == 98 & id == 15024 replace statename = "OHIO" if congress == 98 & id == 14443 replace statename = "OHIO" if congress == 98 & id == 12030 replace statename = "OKLAHOM" if congress == 98 & id == 14026 replace statename = "OKLAHOM" if congress == 98 & id == 14667 replace statename = "OKLAHOM" if congress == 98 & id == 14462 replace statename = "OKLAHOM" if congress == 98 & id == 14843 replace statename = "OKLAHOM" if congress == 98 & id == 14415 replace statename = "OKLAHOM" if congress == 98 & id == 14219 replace statename = "OREGON" if congress == 98 & id == 14201 replace statename = "OREGON" if congress == 98 & id == 15063 replace statename = "OREGON" if congress == 98 & id == 14871 replace statename = "OREGON" if congress == 98 & id == 14281 replace statename = "OREGON" if congress == 98 & id == 14864 replace statename = "PENNSYL" if congress == 98 & id == 14823 replace statename = "PENNSYL" if congress == 98 & id == 14629 replace statename = "PENNSYL" if congress == 98 & id == 15008 replace statename = "PENNSYL" if congress == 98 & id == 15031 replace statename = "PENNSYL" if congress == 98 & id == 14273 replace statename = "PENNSYL" if congress == 98 & id == 12035 replace statename = "PENNSYL" if congress == 98 & id == 14217 replace statename = "PENNSYL" if congress == 98 & id == 14431 replace statename = "PENNSYL" if congress == 98 & id == 14052 replace statename = "PENNSYL" if congress == 98 & id == 10607 replace statename = "PENNSYL" if congress == 98 & id == 15027 replace statename = "PENNSYL" if congress == 98 & id == 14072 replace statename = "PENNSYL" if congress == 98 & id == 12010 replace statename = "PENNSYL" if congress == 98 & id == 14808 replace statename = "PENNSYL" if congress == 98 & id == 14654 replace statename = "PENNSYL" if congress == 98 & id == 14461 replace statename = "PENNSYL" if congress == 98 & id == 15026 replace statename = "PENNSYL" if congress == 98 & id == 14460 replace statename = "PENNSYL" if congress == 98 & id == 14288 replace statename = "PENNSYL" if congress == 98 & id == 11067 replace statename = "PENNSYL" if congress == 98 & id == 15056 replace statename = "PENNSYL" if congress == 98 & id == 14441 replace statename = "PENNSYL" if congress == 98 & id == 14612 replace statename = "RHODE I" if congress == 98 & id == 10561 replace statename = "RHODE I" if congress == 98 & id == 14857 replace statename = "SOUTH C" if congress == 98 & id == 14830 replace statename = "SOUTH C" if congress == 98 & id == 13042 replace statename = "SOUTH C" if congress == 98 & id == 14212 replace statename = "SOUTH C" if congress == 98 & id == 14609 replace statename = "SOUTH C" if congress == 98 & id == 15064 replace statename = "SOUTH C" if congress == 98 & id == 15068 replace statename = "SOUTH D" if congress == 98 & id == 14617 replace statename = "TENNESS" if congress == 98 & id == 10616 replace statename = "TENNESS" if congress == 98 & id == 10719 replace statename = "TENNESS" if congress == 98 & id == 14251 replace statename = "TENNESS" if congress == 98 & id == 15019 replace statename = "TENNESS" if congress == 98 & id == 14607 replace statename = "TENNESS" if congress == 98 & id == 14423 replace statename = "TENNESS" if congress == 98 & id == 15066 replace statename = "TENNESS" if congress == 98 & id == 12038 replace statename = "TENNESS" if congress == 98 & id == 14224 replace statename = "TEXAS" if congress == 98 & id == 14291 replace statename = "TEXAS" if congress == 98 & id == 14062 replace statename = "TEXAS" if congress == 98 & id == 15002 replace statename = "TEXAS" if congress == 98 & id == 14828 replace statename = "TEXAS" if congress == 98 & id == 15013 replace statename = "TEXAS" if congress == 98 & id == 14628 replace statename = "TEXAS" if congress == 98 & id == 13002 replace statename = "TEXAS" if congress == 98 & id == 14822 replace statename = "TEXAS" if congress == 98 & id == 1077 replace statename = "TEXAS" if congress == 98 & id == 10614 replace statename = "TEXAS" if congress == 98 & id == 14641 replace statename = "TEXAS" if congress == 98 & id == 10391 replace statename = "TEXAS" if congress == 98 & id == 14234 replace statename = "TEXAS" if congress == 98 & id == 14850 replace statename = "TEXAS" if congress == 98 & id == 10716 replace statename = "TEXAS" if congress == 98 & id == 15018 replace statename = "TEXAS" if congress == 98 & id == 14664 replace statename = "TEXAS" if congress == 98 & id == 14643 replace statename = "TEXAS" if congress == 98 & id == 14633 replace statename = "TEXAS" if congress == 98 & id == 10520 replace statename = "TEXAS" if congress == 98 & id == 14645 replace statename = "TEXAS" if congress == 98 & id == 14290 replace statename = "TEXAS" if congress == 98 & id == 11023 replace statename = "TEXAS" if congress == 98 & id == 14626 replace statename = "TEXAS" if congress == 98 & id == 15001 replace statename = "TEXAS" if congress == 98 & id == 15074 replace statename = "TEXAS" if congress == 98 & id == 15049 replace statename = "UTAH" if congress == 98 & id == 14829 replace statename = "UTAH" if congress == 98 & id == 14438 replace statename = "UTAH" if congress == 98 & id == 15047 replace statename = "VERMONT" if congress == 98 & id == 14240 replace statename = "VIRGINI" if congress == 98 & id == 15003 replace statename = "VIRGINI" if congress == 98 & id == 12033 replace statename = "VIRGINI" if congress == 98 & id == 14802 replace statename = "VIRGINI" if congress == 98 & id == 15060 replace statename = "VIRGINI" if congress == 98 & id == 12011 replace statename = "VIRGINI" if congress == 98 & id == 15048 replace statename = "VIRGINI" if congress == 98 & id == 13036 replace statename = "VIRGINI" if congress == 98 & id == 14043 replace statename = "VIRGINI" if congress == 98 & id == 15010 replace statename = "VIRGINI" if congress == 98 & id == 14869 replace statename = "WASHING" if congress == 98 & id == 14044 replace statename = "WASHING" if congress == 98 & id == 14666 replace statename = "WASHING" if congress == 98 & id == 14208 replace statename = "WASHING" if congress == 98 & id == 14847 replace statename = "WASHING" if congress == 98 & id == 10726 replace statename = "WASHING" if congress == 98 & id == 14413 replace statename = "WASHING" if congress == 98 & id == 14646 replace statename = "WASHING" if congress == 98 & id == 15016 replace statename = "WEST VI" if congress == 98 & id == 15083 replace statename = "WEST VI" if congress == 98 & id == 15065 replace statename = "WEST VI" if congress == 98 & id == 15077 replace statename = "WEST VI" if congress == 98 & id == 14448 replace statename = "WISCONS" if congress == 98 & id == 13003 replace statename = "WISCONS" if congress == 98 & id == 5101 replace statename = "WISCONS" if congress == 98 & id == 14827 replace statename = "WISCONS" if congress == 98 & id == 10463 replace statename = "WISCONS" if congress == 98 & id == 15082 replace statename = "WISCONS" if congress == 98 & id == 15044 replace statename = "WISCONS" if congress == 98 & id == 14675 replace statename = "WISCONS" if congress == 98 & id == 12036 replace statename = "WISCONS" if congress == 98 & id == 14655 replace statename = "WISCONS" if congress == 98 & id == 14657 replace statename = "WYOMING" if congress == 98 & id == 14611 replace statename = "USA" if congress == 99 & id == 99907 replace statename = "ALABAMA" if congress == 99 & id == 15090 replace statename = "ALABAMA" if congress == 99 & id == 10717 replace statename = "ALABAMA" if congress == 99 & id == 11037 replace statename = "ALABAMA" if congress == 99 & id == 11000 replace statename = "ALABAMA" if congress == 99 & id == 14419 replace statename = "ALABAMA" if congress == 99 & id == 15022 replace statename = "ALABAMA" if congress == 99 & id == 14659 replace statename = "ALASKA" if congress == 99 & id == 14066 replace statename = "ARIZONA" if congress == 99 & id == 15039 replace statename = "ARIZONA" if congress == 99 & id == 10566 replace statename = "ARIZONA" if congress == 99 & id == 14454 replace statename = "ARIZONA" if congress == 99 & id == 14449 replace statename = "ARIZONA" if congress == 99 & id == 15105 replace statename = "ARKANSA" if congress == 99 & id == 12000 replace statename = "ARKANSA" if congress == 99 & id == 15122 replace statename = "ARKANSA" if congress == 99 & id == 11020 replace statename = "ARKANSA" if congress == 99 & id == 14601 replace statename = "CALIFOR" if congress == 99 & id == 15009 replace statename = "CALIFOR" if congress == 99 & id == 14805 replace statename = "CALIFOR" if congress == 99 & id == 14649 replace statename = "CALIFOR" if congress == 99 & id == 14624 replace statename = "CALIFOR" if congress == 99 & id == 15080 replace statename = "CALIFOR" if congress == 99 & id == 15011 replace statename = "CALIFOR" if congress == 99 & id == 14256 replace statename = "CALIFOR" if congress == 99 & id == 13011 replace statename = "CALIFOR" if congress == 99 & id == 14053 replace statename = "CALIFOR" if congress == 99 & id == 10583 replace statename = "CALIFOR" if congress == 99 & id == 14837 replace statename = "CALIFOR" if congress == 99 & id == 15078 replace statename = "CALIFOR" if congress == 99 & id == 14257 replace statename = "CALIFOR" if congress == 99 & id == 14660 replace statename = "CALIFOR" if congress == 99 & id == 14613 replace statename = "CALIFOR" if congress == 99 & id == 14444 replace statename = "CALIFOR" if congress == 99 & id == 14652 replace statename = "CALIFOR" if congress == 99 & id == 15032 replace statename = "CALIFOR" if congress == 99 & id == 14071 replace statename = "CALIFOR" if congress == 99 & id == 14669 replace statename = "CALIFOR" if congress == 99 & id == 14821 replace statename = "CALIFOR" if congress == 99 & id == 14040 replace statename = "CALIFOR" if congress == 99 & id == 14405 replace statename = "CALIFOR" if congress == 99 & id == 14280 replace statename = "CALIFOR" if congress == 99 & id == 10621 replace statename = "CALIFOR" if congress == 99 & id == 15005 replace statename = "CALIFOR" if congress == 99 & id == 15034 replace statename = "CALIFOR" if congress == 99 & id == 14620 replace statename = "CALIFOR" if congress == 99 & id == 10595 replace statename = "CALIFOR" if congress == 99 & id == 14879 replace statename = "CALIFOR" if congress == 99 & id == 14816 replace statename = "CALIFOR" if congress == 99 & id == 12001 replace statename = "CALIFOR" if congress == 99 & id == 14813 replace statename = "CALIFOR" if congress == 99 & id == 15070 replace statename = "CALIFOR" if congress == 99 & id == 14644 replace statename = "CALIFOR" if congress == 99 & id == 10573 replace statename = "CALIFOR" if congress == 99 & id == 15040 replace statename = "CALIFOR" if congress == 99 & id == 14414 replace statename = "CALIFOR" if congress == 99 & id == 14616 replace statename = "CALIFOR" if congress == 99 & id == 14403 replace statename = "CALIFOR" if congress == 99 & id == 14839 replace statename = "CALIFOR" if congress == 99 & id == 14647 replace statename = "CALIFOR" if congress == 99 & id == 15051 replace statename = "CALIFOR" if congress == 99 & id == 15004 replace statename = "CALIFOR" if congress == 99 & id == 14835 replace statename = "COLORAD" if congress == 99 & id == 14051 replace statename = "COLORAD" if congress == 99 & id == 14282 replace statename = "COLORAD" if congress == 99 & id == 15118 replace statename = "COLORAD" if congress == 99 & id == 14803 replace statename = "COLORAD" if congress == 99 & id == 14639 replace statename = "COLORAD" if congress == 99 & id == 15058 replace statename = "CONNECT" if congress == 99 & id == 14877 replace statename = "CONNECT" if congress == 99 & id == 14825 replace statename = "CONNECT" if congress == 99 & id == 15045 replace statename = "CONNECT" if congress == 99 & id == 13029 replace statename = "CONNECT" if congress == 99 & id == 15123 replace statename = "CONNECT" if congress == 99 & id == 15028 replace statename = "DELAWAR" if congress == 99 & id == 15015 replace statename = "FLORIDA" if congress == 99 & id == 14636 replace statename = "FLORIDA" if congress == 99 & id == 10587 replace statename = "FLORIDA" if congress == 99 & id == 633 replace statename = "FLORIDA" if congress == 99 & id == 12007 replace statename = "FLORIDA" if congress == 99 & id == 14842 replace statename = "FLORIDA" if congress == 99 & id == 15038 replace statename = "FLORIDA" if congress == 99 & id == 10588 replace statename = "FLORIDA" if congress == 99 & id == 13047 replace statename = "FLORIDA" if congress == 99 & id == 15006 replace statename = "FLORIDA" if congress == 99 & id == 14428 replace statename = "FLORIDA" if congress == 99 & id == 14651 replace statename = "FLORIDA" if congress == 99 & id == 15035 replace statename = "FLORIDA" if congress == 99 & id == 15037 replace statename = "FLORIDA" if congress == 99 & id == 14648 replace statename = "FLORIDA" if congress == 99 & id == 14860 replace statename = "FLORIDA" if congress == 99 & id == 15062 replace statename = "FLORIDA" if congress == 99 & id == 14029 replace statename = "FLORIDA" if congress == 99 & id == 7333 replace statename = "FLORIDA" if congress == 99 & id == 3078 replace statename = "GEORGIA" if congress == 99 & id == 15069 replace statename = "GEORGIA" if congress == 99 & id == 14831 replace statename = "GEORGIA" if congress == 99 & id == 15053 replace statename = "GEORGIA" if congress == 99 & id == 15120 replace statename = "GEORGIA" if congress == 99 & id == 14467 replace statename = "GEORGIA" if congress == 99 & id == 14627 replace statename = "GEORGIA" if congress == 99 & id == 15081 replace statename = "GEORGIA" if congress == 99 & id == 15057 replace statename = "GEORGIA" if congress == 99 & id == 14429 replace statename = "GEORGIA" if congress == 99 & id == 14404 replace statename = "HAWAII" if congress == 99 & id == 14425 replace statename = "HAWAII" if congress == 99 & id == 15245 replace statename = "HAWAII" if congress == 99 & id == 14400 replace statename = "IDAHO" if congress == 99 & id == 14809 replace statename = "IDAHO" if congress == 99 & id == 15117 replace statename = "ILLINOI" if congress == 99 & id == 15079 replace statename = "ILLINOI" if congress == 99 & id == 14856 replace statename = "ILLINOI" if congress == 99 & id == 14271 replace statename = "ILLINOI" if congress == 99 & id == 14041 replace statename = "ILLINOI" if congress == 99 & id == 15036 replace statename = "ILLINOI" if congress == 99 & id == 14239 replace statename = "ILLINOI" if congress == 99 & id == 14068 replace statename = "ILLINOI" if congress == 99 & id == 8080 replace statename = "ILLINOI" if congress == 99 & id == 10421 replace statename = "ILLINOI" if congress == 99 & id == 14677 replace statename = "ILLINOI" if congress == 99 & id == 10703 replace statename = "ILLINOI" if congress == 99 & id == 12041 replace statename = "ILLINOI" if congress == 99 & id == 15098 replace statename = "ILLINOI" if congress == 99 & id == 15102 replace statename = "ILLINOI" if congress == 99 & id == 14033 replace statename = "ILLINOI" if congress == 99 & id == 14841 replace statename = "ILLINOI" if congress == 99 & id == 15023 replace statename = "ILLINOI" if congress == 99 & id == 6455 replace statename = "ILLINOI" if congress == 99 & id == 15088 replace statename = "ILLINOI" if congress == 99 & id == 15021 replace statename = "ILLINOI" if congress == 99 & id == 7610 replace statename = "ILLINOI" if congress == 99 & id == 15101 replace statename = "INDIANA" if congress == 99 & id == 15124 replace statename = "INDIANA" if congress == 99 & id == 14274 replace statename = "INDIANA" if congress == 99 & id == 14834 replace statename = "INDIANA" if congress == 99 & id == 14806 replace statename = "INDIANA" if congress == 99 & id == 13018 replace statename = "INDIANA" if congress == 99 & id == 15014 replace statename = "INDIANA" if congress == 99 & id == 11036 replace statename = "INDIANA" if congress == 99 & id == 15041 replace statename = "INDIANA" if congress == 99 & id == 10732 replace statename = "INDIANA" if congress == 99 & id == 10742 replace statename = "IOWA" if congress == 99 & id == 14432 replace statename = "IOWA" if congress == 99 & id == 14668 replace statename = "IOWA" if congress == 99 & id == 14820 replace statename = "IOWA" if congress == 99 & id == 8672 replace statename = "IOWA" if congress == 99 & id == 15106 replace statename = "IOWA" if congress == 99 & id == 14205 replace statename = "KANSAS" if congress == 99 & id == 14852 replace statename = "KANSAS" if congress == 99 & id == 15061 replace statename = "KANSAS" if congress == 99 & id == 15109 replace statename = "KANSAS" if congress == 99 & id == 14422 replace statename = "KANSAS" if congress == 99 & id == 14670 replace statename = "KENTUCK" if congress == 99 & id == 14237 replace statename = "KENTUCK" if congress == 99 & id == 6845 replace statename = "KENTUCK" if congress == 99 & id == 13024 replace statename = "KENTUCK" if congress == 99 & id == 10626 replace statename = "KENTUCK" if congress == 99 & id == 14854 replace statename = "KENTUCK" if congress == 99 & id == 14635 replace statename = "KENTUCK" if congress == 99 & id == 15228 replace statename = "LOUISIA" if congress == 99 & id == 14469 replace statename = "LOUISIA" if congress == 99 & id == 14067 replace statename = "LOUISIA" if congress == 99 & id == 14679 replace statename = "LOUISIA" if congress == 99 & id == 14853 replace statename = "LOUISIA" if congress == 99 & id == 14427 replace statename = "LOUISIA" if congress == 99 & id == 14259 replace statename = "LOUISIA" if congress == 99 & id == 13056 replace statename = "LOUISIA" if congress == 99 & id == 10602 replace statename = "LOUISIA" if congress == 99 & id == 15128 replace statename = "MAINE" if congress == 99 & id == 15042 replace statename = "MAINE" if congress == 99 & id == 14661 replace statename = "MARYLAN" if congress == 99 & id == 14817 replace statename = "MARYLAN" if congress == 99 & id == 15086 replace statename = "MARYLAN" if congress == 99 & id == 14440 replace statename = "MARYLAN" if congress == 99 & id == 14021 replace statename = "MARYLAN" if congress == 99 & id == 14873 replace statename = "MARYLAN" if congress == 99 & id == 14608 replace statename = "MARYLAN" if congress == 99 & id == 13031 replace statename = "MARYLAN" if congress == 99 & id == 14604 replace statename = "MASSACH" if congress == 99 & id == 2009 replace statename = "MASSACH" if congress == 99 & id == 830 replace statename = "MASSACH" if congress == 99 & id == 14216 replace statename = "MASSACH" if congress == 99 & id == 14824 replace statename = "MASSACH" if congress == 99 & id == 15084 replace statename = "MASSACH" if congress == 99 & id == 14650 replace statename = "MASSACH" if congress == 99 & id == 14435 replace statename = "MASSACH" if congress == 99 & id == 7081 replace statename = "MASSACH" if congress == 99 & id == 14039 replace statename = "MASSACH" if congress == 99 & id == 14055 replace statename = "MASSACH" if congress == 99 & id == 14621 replace statename = "MICHIGA" if congress == 99 & id == 10713 replace statename = "MICHIGA" if congress == 99 & id == 14446 replace statename = "MICHIGA" if congress == 99 & id == 14673 replace statename = "MICHIGA" if congress == 99 & id == 14872 replace statename = "MICHIGA" if congress == 99 & id == 15103 replace statename = "MICHIGA" if congress == 99 & id == 14210 replace statename = "MICHIGA" if congress == 99 & id == 14430 replace statename = "MICHIGA" if congress == 99 & id == 14075 replace statename = "MICHIGA" if congress == 99 & id == 10794 replace statename = "MICHIGA" if congress == 99 & id == 15114 replace statename = "MICHIGA" if congress == 99 & id == 14618 replace statename = "MICHIGA" if congress == 99 & id == 14407 replace statename = "MICHIGA" if congress == 99 & id == 14681 replace statename = "MICHIGA" if congress == 99 & id == 14833 replace statename = "MICHIGA" if congress == 99 & id == 10727 replace statename = "MICHIGA" if congress == 99 & id == 2605 replace statename = "MICHIGA" if congress == 99 & id == 15033 replace statename = "MICHIGA" if congress == 99 & id == 1087 replace statename = "MINNESO" if congress == 99 & id == 15052 replace statename = "MINNESO" if congress == 99 & id == 14868 replace statename = "MINNESO" if congress == 99 & id == 13015 replace statename = "MINNESO" if congress == 99 & id == 14458 replace statename = "MINNESO" if congress == 99 & id == 14656 replace statename = "MINNESO" if congress == 99 & id == 15059 replace statename = "MINNESO" if congress == 99 & id == 14466 replace statename = "MINNESO" if congress == 99 & id == 14265 replace statename = "MISSISS" if congress == 99 & id == 10075 replace statename = "MISSISS" if congress == 99 & id == 15025 replace statename = "MISSISS" if congress == 99 & id == 11035 replace statename = "MISSISS" if congress == 99 & id == 14874 replace statename = "MISSISS" if congress == 99 & id == 14031 replace statename = "MISSOUR" if congress == 99 & id == 12009 replace statename = "MISSOUR" if congress == 99 & id == 14465 replace statename = "MISSOUR" if congress == 99 & id == 14421 replace statename = "MISSOUR" if congress == 99 & id == 14451 replace statename = "MISSOUR" if congress == 99 & id == 15076 replace statename = "MISSOUR" if congress == 99 & id == 14410 replace statename = "MISSOUR" if congress == 99 & id == 14057 replace statename = "MISSOUR" if congress == 99 & id == 14819 replace statename = "MISSOUR" if congress == 99 & id == 14459 replace statename = "MONTANA" if congress == 99 & id == 14672 replace statename = "MONTANA" if congress == 99 & id == 14437 replace statename = "NEBRASK" if congress == 99 & id == 14605 replace statename = "NEBRASK" if congress == 99 & id == 14810 replace statename = "NEBRASK" if congress == 99 & id == 14276 replace statename = "NEVADA" if congress == 99 & id == 15054 replace statename = "NEVADA" if congress == 99 & id == 15075 replace statename = "NEW HAM" if congress == 99 & id == 15116 replace statename = "NEW HAM" if congress == 99 & id == 14826 replace statename = "NEW JER" if congress == 99 & id == 14223 replace statename = "NEW JER" if congress == 99 & id == 14238 replace statename = "NEW JER" if congress == 99 & id == 10739 replace statename = "NEW JER" if congress == 99 & id == 14863 replace statename = "NEW JER" if congress == 99 & id == 14855 replace statename = "NEW JER" if congress == 99 & id == 14815 replace statename = "NEW JER" if congress == 99 & id == 14046 replace statename = "NEW JER" if congress == 99 & id == 12042 replace statename = "NEW JER" if congress == 99 & id == 15071 replace statename = "NEW JER" if congress == 99 & id == 8010 replace statename = "NEW JER" if congress == 99 & id == 15099 replace statename = "NEW JER" if congress == 99 & id == 14614 replace statename = "NEW JER" if congress == 99 & id == 15112 replace statename = "NEW JER" if congress == 99 & id == 14631 replace statename = "NEW MEX" if congress == 99 & id == 12022 replace statename = "NEW MEX" if congress == 99 & id == 14861 replace statename = "NEW MEX" if congress == 99 & id == 15055 replace statename = "NEW YOR" if congress == 99 & id == 14610 replace statename = "NEW YOR" if congress == 99 & id == 14214 replace statename = "NEW YOR" if congress == 99 & id == 15046 replace statename = "NEW YOR" if congress == 99 & id == 13021 replace statename = "NEW YOR" if congress == 99 & id == 14845 replace statename = "NEW YOR" if congress == 99 & id == 10500 replace statename = "NEW YOR" if congress == 99 & id == 15244 replace statename = "NEW YOR" if congress == 99 & id == 15000 replace statename = "NEW YOR" if congress == 99 & id == 10768 replace statename = "NEW YOR" if congress == 99 & id == 15107 replace statename = "NEW YOR" if congress == 99 & id == 14858 replace statename = "NEW YOR" if congress == 99 & id == 15072 replace statename = "NEW YOR" if congress == 99 & id == 15050 replace statename = "NEW YOR" if congress == 99 & id == 14277 replace statename = "NEW YOR" if congress == 99 & id == 14846 replace statename = "NEW YOR" if congress == 99 & id == 14471 replace statename = "NEW YOR" if congress == 99 & id == 13035 replace statename = "NEW YOR" if congress == 99 & id == 14463 replace statename = "NEW YOR" if congress == 99 & id == 14470 replace statename = "NEW YOR" if congress == 99 & id == 12003 replace statename = "NEW YOR" if congress == 99 & id == 15095 replace statename = "NEW YOR" if congress == 99 & id == 12013 replace statename = "NEW YOR" if congress == 99 & id == 14015 replace statename = "NEW YOR" if congress == 99 & id == 9017 replace statename = "NEW YOR" if congress == 99 & id == 14662 replace statename = "NEW YOR" if congress == 99 & id == 15007 replace statename = "NEW YOR" if congress == 99 & id == 14840 replace statename = "NEW YOR" if congress == 99 & id == 14870 replace statename = "NEW YOR" if congress == 99 & id == 14253 replace statename = "NEW YOR" if congress == 99 & id == 10596 replace statename = "NEW YOR" if congress == 99 & id == 15097 replace statename = "NEW YOR" if congress == 99 & id == 13020 replace statename = "NEW YOR" if congress == 99 & id == 14248 replace statename = "NEW YOR" if congress == 99 & id == 14264 replace statename = "NEW YOR" if congress == 99 & id == 14289 replace statename = "NORTH C" if congress == 99 & id == 10788 replace statename = "NORTH C" if congress == 99 & id == 15073 replace statename = "NORTH C" if congress == 99 & id == 14464 replace statename = "NORTH C" if congress == 99 & id == 15091 replace statename = "NORTH C" if congress == 99 & id == 14262 replace statename = "NORTH C" if congress == 99 & id == 15092 replace statename = "NORTH C" if congress == 99 & id == 14048 replace statename = "NORTH C" if congress == 99 & id == 14233 replace statename = "NORTH C" if congress == 99 & id == 15108 replace statename = "NORTH C" if congress == 99 & id == 10574 replace statename = "NORTH C" if congress == 99 & id == 14832 replace statename = "NORTH D" if congress == 99 & id == 14812 replace statename = "OHIO" if congress == 99 & id == 14070 replace statename = "OHIO" if congress == 99 & id == 14225 replace statename = "OHIO" if congress == 99 & id == 14632 replace statename = "OHIO" if congress == 99 & id == 14875 replace statename = "OHIO" if congress == 99 & id == 5495 replace statename = "OHIO" if congress == 99 & id == 14844 replace statename = "OHIO" if congress == 99 & id == 15020 replace statename = "OHIO" if congress == 99 & id == 14245 replace statename = "OHIO" if congress == 99 & id == 15029 replace statename = "OHIO" if congress == 99 & id == 11034 replace statename = "OHIO" if congress == 99 & id == 14818 replace statename = "OHIO" if congress == 99 & id == 15030 replace statename = "OHIO" if congress == 99 & id == 14445 replace statename = "OHIO" if congress == 99 & id == 13040 replace statename = "OHIO" if congress == 99 & id == 11058 replace statename = "OHIO" if congress == 99 & id == 14045 replace statename = "OHIO" if congress == 99 & id == 15121 replace statename = "OHIO" if congress == 99 & id == 14402 replace statename = "OHIO" if congress == 99 & id == 15024 replace statename = "OHIO" if congress == 99 & id == 14443 replace statename = "OHIO" if congress == 99 & id == 12030 replace statename = "OKLAHOM" if congress == 99 & id == 14026 replace statename = "OKLAHOM" if congress == 99 & id == 14667 replace statename = "OKLAHOM" if congress == 99 & id == 14462 replace statename = "OKLAHOM" if congress == 99 & id == 14843 replace statename = "OKLAHOM" if congress == 99 & id == 14415 replace statename = "OKLAHOM" if congress == 99 & id == 14219 replace statename = "OREGON" if congress == 99 & id == 14201 replace statename = "OREGON" if congress == 99 & id == 15063 replace statename = "OREGON" if congress == 99 & id == 14871 replace statename = "OREGON" if congress == 99 & id == 14281 replace statename = "OREGON" if congress == 99 & id == 14864 replace statename = "PENNSYL" if congress == 99 & id == 14823 replace statename = "PENNSYL" if congress == 99 & id == 14629 replace statename = "PENNSYL" if congress == 99 & id == 15008 replace statename = "PENNSYL" if congress == 99 & id == 15031 replace statename = "PENNSYL" if congress == 99 & id == 14273 replace statename = "PENNSYL" if congress == 99 & id == 12035 replace statename = "PENNSYL" if congress == 99 & id == 14217 replace statename = "PENNSYL" if congress == 99 & id == 14431 replace statename = "PENNSYL" if congress == 99 & id == 14052 replace statename = "PENNSYL" if congress == 99 & id == 10607 replace statename = "PENNSYL" if congress == 99 & id == 15104 replace statename = "PENNSYL" if congress == 99 & id == 14072 replace statename = "PENNSYL" if congress == 99 & id == 12010 replace statename = "PENNSYL" if congress == 99 & id == 14808 replace statename = "PENNSYL" if congress == 99 & id == 14654 replace statename = "PENNSYL" if congress == 99 & id == 14461 replace statename = "PENNSYL" if congress == 99 & id == 15026 replace statename = "PENNSYL" if congress == 99 & id == 14460 replace statename = "PENNSYL" if congress == 99 & id == 14288 replace statename = "PENNSYL" if congress == 99 & id == 11067 replace statename = "PENNSYL" if congress == 99 & id == 15056 replace statename = "PENNSYL" if congress == 99 & id == 14441 replace statename = "PENNSYL" if congress == 99 & id == 14612 replace statename = "RHODE I" if congress == 99 & id == 10561 replace statename = "RHODE I" if congress == 99 & id == 14857 replace statename = "SOUTH C" if congress == 99 & id == 14830 replace statename = "SOUTH C" if congress == 99 & id == 13042 replace statename = "SOUTH C" if congress == 99 & id == 14212 replace statename = "SOUTH C" if congress == 99 & id == 14609 replace statename = "SOUTH C" if congress == 99 & id == 15064 replace statename = "SOUTH C" if congress == 99 & id == 15068 replace statename = "SOUTH D" if congress == 99 & id == 14617 replace statename = "TENNESS" if congress == 99 & id == 10616 replace statename = "TENNESS" if congress == 99 & id == 10719 replace statename = "TENNESS" if congress == 99 & id == 14251 replace statename = "TENNESS" if congress == 99 & id == 15019 replace statename = "TENNESS" if congress == 99 & id == 14607 replace statename = "TENNESS" if congress == 99 & id == 15100 replace statename = "TENNESS" if congress == 99 & id == 15066 replace statename = "TENNESS" if congress == 99 & id == 12038 replace statename = "TENNESS" if congress == 99 & id == 14224 replace statename = "TEXAS" if congress == 99 & id == 14291 replace statename = "TEXAS" if congress == 99 & id == 15129 replace statename = "TEXAS" if congress == 99 & id == 14062 replace statename = "TEXAS" if congress == 99 & id == 15002 replace statename = "TEXAS" if congress == 99 & id == 14828 replace statename = "TEXAS" if congress == 99 & id == 15013 replace statename = "TEXAS" if congress == 99 & id == 15085 replace statename = "TEXAS" if congress == 99 & id == 13002 replace statename = "TEXAS" if congress == 99 & id == 14822 replace statename = "TEXAS" if congress == 99 & id == 1077 replace statename = "TEXAS" if congress == 99 & id == 10614 replace statename = "TEXAS" if congress == 99 & id == 14641 replace statename = "TEXAS" if congress == 99 & id == 10391 replace statename = "TEXAS" if congress == 99 & id == 15087 replace statename = "TEXAS" if congress == 99 & id == 15119 replace statename = "TEXAS" if congress == 99 & id == 10716 replace statename = "TEXAS" if congress == 99 & id == 15018 replace statename = "TEXAS" if congress == 99 & id == 14664 replace statename = "TEXAS" if congress == 99 & id == 14643 replace statename = "TEXAS" if congress == 99 & id == 15093 replace statename = "TEXAS" if congress == 99 & id == 10520 replace statename = "TEXAS" if congress == 99 & id == 14645 replace statename = "TEXAS" if congress == 99 & id == 15094 replace statename = "TEXAS" if congress == 99 & id == 15089 replace statename = "TEXAS" if congress == 99 & id == 14626 replace statename = "TEXAS" if congress == 99 & id == 15001 replace statename = "TEXAS" if congress == 99 & id == 15125 replace statename = "TEXAS" if congress == 99 & id == 15049 replace statename = "UTAH" if congress == 99 & id == 14829 replace statename = "UTAH" if congress == 99 & id == 15111 replace statename = "UTAH" if congress == 99 & id == 15047 replace statename = "VERMONT" if congress == 99 & id == 14240 replace statename = "VIRGINI" if congress == 99 & id == 15003 replace statename = "VIRGINI" if congress == 99 & id == 12033 replace statename = "VIRGINI" if congress == 99 & id == 14802 replace statename = "VIRGINI" if congress == 99 & id == 15060 replace statename = "VIRGINI" if congress == 99 & id == 12011 replace statename = "VIRGINI" if congress == 99 & id == 15048 replace statename = "VIRGINI" if congress == 99 & id == 15115 replace statename = "VIRGINI" if congress == 99 & id == 14043 replace statename = "VIRGINI" if congress == 99 & id == 15010 replace statename = "VIRGINI" if congress == 99 & id == 14869 replace statename = "WASHING" if congress == 99 & id == 15110 replace statename = "WASHING" if congress == 99 & id == 14666 replace statename = "WASHING" if congress == 99 & id == 14208 replace statename = "WASHING" if congress == 99 & id == 14847 replace statename = "WASHING" if congress == 99 & id == 10726 replace statename = "WASHING" if congress == 99 & id == 14413 replace statename = "WASHING" if congress == 99 & id == 14646 replace statename = "WASHING" if congress == 99 & id == 15016 replace statename = "WEST VI" if congress == 99 & id == 15083 replace statename = "WEST VI" if congress == 99 & id == 15065 replace statename = "WEST VI" if congress == 99 & id == 15077 replace statename = "WEST VI" if congress == 99 & id == 14448 replace statename = "WISCONS" if congress == 99 & id == 13003 replace statename = "WISCONS" if congress == 99 & id == 5101 replace statename = "WISCONS" if congress == 99 & id == 14827 replace statename = "WISCONS" if congress == 99 & id == 15082 replace statename = "WISCONS" if congress == 99 & id == 15044 replace statename = "WISCONS" if congress == 99 & id == 14675 replace statename = "WISCONS" if congress == 99 & id == 12036 replace statename = "WISCONS" if congress == 99 & id == 14655 replace statename = "WISCONS" if congress == 99 & id == 14657 replace statename = "WYOMING" if congress == 99 & id == 14611 replace statename = "USA" if congress == 100 & id == 99907 replace statename = "ALABAMA" if congress == 100 & id == 15090 replace statename = "ALABAMA" if congress == 100 & id == 10717 replace statename = "ALABAMA" if congress == 100 & id == 11037 replace statename = "ALABAMA" if congress == 100 & id == 11000 replace statename = "ALABAMA" if congress == 100 & id == 14419 replace statename = "ALABAMA" if congress == 100 & id == 15022 replace statename = "ALABAMA" if congress == 100 & id == 15416 replace statename = "ALASKA" if congress == 100 & id == 14066 replace statename = "ARIZONA" if congress == 100 & id == 15440 replace statename = "ARIZONA" if congress == 100 & id == 10566 replace statename = "ARIZONA" if congress == 100 & id == 14454 replace statename = "ARIZONA" if congress == 100 & id == 15429 replace statename = "ARIZONA" if congress == 100 & id == 15105 replace statename = "ARKANSA" if congress == 100 & id == 12000 replace statename = "ARKANSA" if congress == 100 & id == 15122 replace statename = "ARKANSA" if congress == 100 & id == 11020 replace statename = "ARKANSA" if congress == 100 & id == 14601 replace statename = "CALIFOR" if congress == 100 & id == 15009 replace statename = "CALIFOR" if congress == 100 & id == 15420 replace statename = "CALIFOR" if congress == 100 & id == 14649 replace statename = "CALIFOR" if congress == 100 & id == 14624 replace statename = "CALIFOR" if congress == 100 & id == 15080 replace statename = "CALIFOR" if congress == 100 & id == 15448 replace statename = "CALIFOR" if congress == 100 & id == 15011 replace statename = "CALIFOR" if congress == 100 & id == 14256 replace statename = "CALIFOR" if congress == 100 & id == 13011 replace statename = "CALIFOR" if congress == 100 & id == 14053 replace statename = "CALIFOR" if congress == 100 & id == 10583 replace statename = "CALIFOR" if congress == 100 & id == 14837 replace statename = "CALIFOR" if congress == 100 & id == 15428 replace statename = "CALIFOR" if congress == 100 & id == 14257 replace statename = "CALIFOR" if congress == 100 & id == 14660 replace statename = "CALIFOR" if congress == 100 & id == 14613 replace statename = "CALIFOR" if congress == 100 & id == 14444 replace statename = "CALIFOR" if congress == 100 & id == 14652 replace statename = "CALIFOR" if congress == 100 & id == 15032 replace statename = "CALIFOR" if congress == 100 & id == 14071 replace statename = "CALIFOR" if congress == 100 & id == 14669 replace statename = "CALIFOR" if congress == 100 & id == 15413 replace statename = "CALIFOR" if congress == 100 & id == 14040 replace statename = "CALIFOR" if congress == 100 & id == 14405 replace statename = "CALIFOR" if congress == 100 & id == 14280 replace statename = "CALIFOR" if congress == 100 & id == 10621 replace statename = "CALIFOR" if congress == 100 & id == 15005 replace statename = "CALIFOR" if congress == 100 & id == 15034 replace statename = "CALIFOR" if congress == 100 & id == 14620 replace statename = "CALIFOR" if congress == 100 & id == 10595 replace statename = "CALIFOR" if congress == 100 & id == 14879 replace statename = "CALIFOR" if congress == 100 & id == 14816 replace statename = "CALIFOR" if congress == 100 & id == 12001 replace statename = "CALIFOR" if congress == 100 & id == 14813 replace statename = "CALIFOR" if congress == 100 & id == 15070 replace statename = "CALIFOR" if congress == 100 & id == 14644 replace statename = "CALIFOR" if congress == 100 & id == 10573 replace statename = "CALIFOR" if congress == 100 & id == 15040 replace statename = "CALIFOR" if congress == 100 & id == 14414 replace statename = "CALIFOR" if congress == 100 & id == 14616 replace statename = "CALIFOR" if congress == 100 & id == 14403 replace statename = "CALIFOR" if congress == 100 & id == 14839 replace statename = "CALIFOR" if congress == 100 & id == 14647 replace statename = "CALIFOR" if congress == 100 & id == 15051 replace statename = "CALIFOR" if congress == 100 & id == 15004 replace statename = "CALIFOR" if congress == 100 & id == 14835 replace statename = "COLORAD" if congress == 100 & id == 14051 replace statename = "COLORAD" if congress == 100 & id == 15443 replace statename = "COLORAD" if congress == 100 & id == 15407 replace statename = "COLORAD" if congress == 100 & id == 14803 replace statename = "COLORAD" if congress == 100 & id == 15419 replace statename = "COLORAD" if congress == 100 & id == 15058 replace statename = "CONNECT" if congress == 100 & id == 14877 replace statename = "CONNECT" if congress == 100 & id == 14825 replace statename = "CONNECT" if congress == 100 & id == 15045 replace statename = "CONNECT" if congress == 100 & id == 13029 replace statename = "CONNECT" if congress == 100 & id == 15449 replace statename = "CONNECT" if congress == 100 & id == 15123 replace statename = "CONNECT" if congress == 100 & id == 15028 replace statename = "DELAWAR" if congress == 100 & id == 15015 replace statename = "FLORIDA" if congress == 100 & id == 14636 replace statename = "FLORIDA" if congress == 100 & id == 95415 replace statename = "FLORIDA" if congress == 100 & id == 633 replace statename = "FLORIDA" if congress == 100 & id == 12007 replace statename = "FLORIDA" if congress == 100 & id == 14842 replace statename = "FLORIDA" if congress == 100 & id == 15038 replace statename = "FLORIDA" if congress == 100 & id == 10588 replace statename = "FLORIDA" if congress == 100 & id == 13047 replace statename = "FLORIDA" if congress == 100 & id == 15006 replace statename = "FLORIDA" if congress == 100 & id == 14428 replace statename = "FLORIDA" if congress == 100 & id == 14651 replace statename = "FLORIDA" if congress == 100 & id == 15035 replace statename = "FLORIDA" if congress == 100 & id == 15037 replace statename = "FLORIDA" if congress == 100 & id == 14648 replace statename = "FLORIDA" if congress == 100 & id == 14860 replace statename = "FLORIDA" if congress == 100 & id == 15062 replace statename = "FLORIDA" if congress == 100 & id == 14029 replace statename = "FLORIDA" if congress == 100 & id == 7333 replace statename = "FLORIDA" if congress == 100 & id == 3078 replace statename = "GEORGIA" if congress == 100 & id == 15069 replace statename = "GEORGIA" if congress == 100 & id == 14831 replace statename = "GEORGIA" if congress == 100 & id == 15053 replace statename = "GEORGIA" if congress == 100 & id == 15120 replace statename = "GEORGIA" if congress == 100 & id == 15431 replace statename = "GEORGIA" if congress == 100 & id == 14627 replace statename = "GEORGIA" if congress == 100 & id == 15081 replace statename = "GEORGIA" if congress == 100 & id == 15057 replace statename = "GEORGIA" if congress == 100 & id == 14429 replace statename = "GEORGIA" if congress == 100 & id == 14404 replace statename = "HAWAII" if congress == 100 & id == 15441 replace statename = "HAWAII" if congress == 100 & id == 14400 replace statename = "IDAHO" if congress == 100 & id == 14809 replace statename = "IDAHO" if congress == 100 & id == 15117 replace statename = "ILLINOI" if congress == 100 & id == 15079 replace statename = "ILLINOI" if congress == 100 & id == 14856 replace statename = "ILLINOI" if congress == 100 & id == 14271 replace statename = "ILLINOI" if congress == 100 & id == 15409 replace statename = "ILLINOI" if congress == 100 & id == 15036 replace statename = "ILLINOI" if congress == 100 & id == 14239 replace statename = "ILLINOI" if congress == 100 & id == 14068 replace statename = "ILLINOI" if congress == 100 & id == 8080 replace statename = "ILLINOI" if congress == 100 & id == 10421 replace statename = "ILLINOI" if congress == 100 & id == 14677 replace statename = "ILLINOI" if congress == 100 & id == 10703 replace statename = "ILLINOI" if congress == 100 & id == 12041 replace statename = "ILLINOI" if congress == 100 & id == 15098 replace statename = "ILLINOI" if congress == 100 & id == 15417 replace statename = "ILLINOI" if congress == 100 & id == 14033 replace statename = "ILLINOI" if congress == 100 & id == 14841 replace statename = "ILLINOI" if congress == 100 & id == 15023 replace statename = "ILLINOI" if congress == 100 & id == 6455 replace statename = "ILLINOI" if congress == 100 & id == 15088 replace statename = "ILLINOI" if congress == 100 & id == 15021 replace statename = "ILLINOI" if congress == 100 & id == 7610 replace statename = "ILLINOI" if congress == 100 & id == 15453 replace statename = "ILLINOI" if congress == 100 & id == 15101 replace statename = "INDIANA" if congress == 100 & id == 15124 replace statename = "INDIANA" if congress == 100 & id == 14274 replace statename = "INDIANA" if congress == 100 & id == 14834 replace statename = "INDIANA" if congress == 100 & id == 14806 replace statename = "INDIANA" if congress == 100 & id == 15426 replace statename = "INDIANA" if congress == 100 & id == 15014 replace statename = "INDIANA" if congress == 100 & id == 11036 replace statename = "INDIANA" if congress == 100 & id == 15041 replace statename = "INDIANA" if congress == 100 & id == 10732 replace statename = "INDIANA" if congress == 100 & id == 10742 replace statename = "IOWA" if congress == 100 & id == 14432 replace statename = "IOWA" if congress == 100 & id == 14668 replace statename = "IOWA" if congress == 100 & id == 15435 replace statename = "IOWA" if congress == 100 & id == 8672 replace statename = "IOWA" if congress == 100 & id == 15106 replace statename = "IOWA" if congress == 100 & id == 15414 replace statename = "KANSAS" if congress == 100 & id == 14852 replace statename = "KANSAS" if congress == 100 & id == 15061 replace statename = "KANSAS" if congress == 100 & id == 15109 replace statename = "KANSAS" if congress == 100 & id == 14422 replace statename = "KANSAS" if congress == 100 & id == 14670 replace statename = "KENTUCK" if congress == 100 & id == 14237 replace statename = "KENTUCK" if congress == 100 & id == 6845 replace statename = "KENTUCK" if congress == 100 & id == 13024 replace statename = "KENTUCK" if congress == 100 & id == 15406 replace statename = "KENTUCK" if congress == 100 & id == 14854 replace statename = "KENTUCK" if congress == 100 & id == 14635 replace statename = "KENTUCK" if congress == 100 & id == 15228 replace statename = "LOUISIA" if congress == 100 & id == 14469 replace statename = "LOUISIA" if congress == 100 & id == 14067 replace statename = "LOUISIA" if congress == 100 & id == 14679 replace statename = "LOUISIA" if congress == 100 & id == 14853 replace statename = "LOUISIA" if congress == 100 & id == 15451 replace statename = "LOUISIA" if congress == 100 & id == 14427 replace statename = "LOUISIA" if congress == 100 & id == 15401 replace statename = "LOUISIA" if congress == 100 & id == 15418 replace statename = "LOUISIA" if congress == 100 & id == 15422 replace statename = "MAINE" if congress == 100 & id == 15404 replace statename = "MAINE" if congress == 100 & id == 14661 replace statename = "MARYLAN" if congress == 100 & id == 14817 replace statename = "MARYLAN" if congress == 100 & id == 15086 replace statename = "MARYLAN" if congress == 100 & id == 15408 replace statename = "MARYLAN" if congress == 100 & id == 15432 replace statename = "MARYLAN" if congress == 100 & id == 14873 replace statename = "MARYLAN" if congress == 100 & id == 14608 replace statename = "MARYLAN" if congress == 100 & id == 15433 replace statename = "MARYLAN" if congress == 100 & id == 15434 replace statename = "MASSACH" if congress == 100 & id == 2009 replace statename = "MASSACH" if congress == 100 & id == 830 replace statename = "MASSACH" if congress == 100 & id == 14216 replace statename = "MASSACH" if congress == 100 & id == 14824 replace statename = "MASSACH" if congress == 100 & id == 15084 replace statename = "MASSACH" if congress == 100 & id == 14650 replace statename = "MASSACH" if congress == 100 & id == 14435 replace statename = "MASSACH" if congress == 100 & id == 15427 replace statename = "MASSACH" if congress == 100 & id == 14039 replace statename = "MASSACH" if congress == 100 & id == 14055 replace statename = "MASSACH" if congress == 100 & id == 14621 replace statename = "MICHIGA" if congress == 100 & id == 10713 replace statename = "MICHIGA" if congress == 100 & id == 14446 replace statename = "MICHIGA" if congress == 100 & id == 14673 replace statename = "MICHIGA" if congress == 100 & id == 15446 replace statename = "MICHIGA" if congress == 100 & id == 15103 replace statename = "MICHIGA" if congress == 100 & id == 14210 replace statename = "MICHIGA" if congress == 100 & id == 14430 replace statename = "MICHIGA" if congress == 100 & id == 14075 replace statename = "MICHIGA" if congress == 100 & id == 10794 replace statename = "MICHIGA" if congress == 100 & id == 15114 replace statename = "MICHIGA" if congress == 100 & id == 14618 replace statename = "MICHIGA" if congress == 100 & id == 14407 replace statename = "MICHIGA" if congress == 100 & id == 14681 replace statename = "MICHIGA" if congress == 100 & id == 14833 replace statename = "MICHIGA" if congress == 100 & id == 10727 replace statename = "MICHIGA" if congress == 100 & id == 2605 replace statename = "MICHIGA" if congress == 100 & id == 15033 replace statename = "MICHIGA" if congress == 100 & id == 1087 replace statename = "MINNESO" if congress == 100 & id == 15052 replace statename = "MINNESO" if congress == 100 & id == 14868 replace statename = "MINNESO" if congress == 100 & id == 13015 replace statename = "MINNESO" if congress == 100 & id == 14458 replace statename = "MINNESO" if congress == 100 & id == 14656 replace statename = "MINNESO" if congress == 100 & id == 15059 replace statename = "MINNESO" if congress == 100 & id == 14466 replace statename = "MINNESO" if congress == 100 & id == 14265 replace statename = "MISSISS" if congress == 100 & id == 10075 replace statename = "MISSISS" if congress == 100 & id == 15411 replace statename = "MISSISS" if congress == 100 & id == 11035 replace statename = "MISSISS" if congress == 100 & id == 14874 replace statename = "MISSISS" if congress == 100 & id == 14031 replace statename = "MISSOUR" if congress == 100 & id == 12009 replace statename = "MISSOUR" if congress == 100 & id == 15405 replace statename = "MISSOUR" if congress == 100 & id == 14421 replace statename = "MISSOUR" if congress == 100 & id == 14451 replace statename = "MISSOUR" if congress == 100 & id == 15076 replace statename = "MISSOUR" if congress == 100 & id == 14410 replace statename = "MISSOUR" if congress == 100 & id == 14057 replace statename = "MISSOUR" if congress == 100 & id == 14819 replace statename = "MISSOUR" if congress == 100 & id == 14459 replace statename = "MONTANA" if congress == 100 & id == 14672 replace statename = "MONTANA" if congress == 100 & id == 14437 replace statename = "NEBRASK" if congress == 100 & id == 14605 replace statename = "NEBRASK" if congress == 100 & id == 14810 replace statename = "NEBRASK" if congress == 100 & id == 14276 replace statename = "NEVADA" if congress == 100 & id == 15403 replace statename = "NEVADA" if congress == 100 & id == 15075 replace statename = "NEW HAM" if congress == 100 & id == 15116 replace statename = "NEW HAM" if congress == 100 & id == 14826 replace statename = "NEW JER" if congress == 100 & id == 14223 replace statename = "NEW JER" if congress == 100 & id == 14238 replace statename = "NEW JER" if congress == 100 & id == 10739 replace statename = "NEW JER" if congress == 100 & id == 14863 replace statename = "NEW JER" if congress == 100 & id == 14855 replace statename = "NEW JER" if congress == 100 & id == 14815 replace statename = "NEW JER" if congress == 100 & id == 14046 replace statename = "NEW JER" if congress == 100 & id == 12042 replace statename = "NEW JER" if congress == 100 & id == 15071 replace statename = "NEW JER" if congress == 100 & id == 8010 replace statename = "NEW JER" if congress == 100 & id == 15099 replace statename = "NEW JER" if congress == 100 & id == 14614 replace statename = "NEW JER" if congress == 100 & id == 15112 replace statename = "NEW JER" if congress == 100 & id == 14631 replace statename = "NEW MEX" if congress == 100 & id == 12022 replace statename = "NEW MEX" if congress == 100 & id == 14861 replace statename = "NEW MEX" if congress == 100 & id == 15055 replace statename = "NEW YOR" if congress == 100 & id == 15421 replace statename = "NEW YOR" if congress == 100 & id == 14214 replace statename = "NEW YOR" if congress == 100 & id == 15046 replace statename = "NEW YOR" if congress == 100 & id == 13021 replace statename = "NEW YOR" if congress == 100 & id == 14845 replace statename = "NEW YOR" if congress == 100 & id == 15412 replace statename = "NEW YOR" if congress == 100 & id == 15000 replace statename = "NEW YOR" if congress == 100 & id == 10768 replace statename = "NEW YOR" if congress == 100 & id == 15107 replace statename = "NEW YOR" if congress == 100 & id == 14858 replace statename = "NEW YOR" if congress == 100 & id == 15072 replace statename = "NEW YOR" if congress == 100 & id == 15050 replace statename = "NEW YOR" if congress == 100 & id == 14277 replace statename = "NEW YOR" if congress == 100 & id == 14846 replace statename = "NEW YOR" if congress == 100 & id == 14471 replace statename = "NEW YOR" if congress == 100 & id == 13035 replace statename = "NEW YOR" if congress == 100 & id == 14463 replace statename = "NEW YOR" if congress == 100 & id == 14470 replace statename = "NEW YOR" if congress == 100 & id == 12003 replace statename = "NEW YOR" if congress == 100 & id == 15095 replace statename = "NEW YOR" if congress == 100 & id == 12013 replace statename = "NEW YOR" if congress == 100 & id == 14015 replace statename = "NEW YOR" if congress == 100 & id == 9017 replace statename = "NEW YOR" if congress == 100 & id == 14662 replace statename = "NEW YOR" if congress == 100 & id == 15007 replace statename = "NEW YOR" if congress == 100 & id == 14840 replace statename = "NEW YOR" if congress == 100 & id == 14870 replace statename = "NEW YOR" if congress == 100 & id == 14253 replace statename = "NEW YOR" if congress == 100 & id == 10596 replace statename = "NEW YOR" if congress == 100 & id == 15444 replace statename = "NEW YOR" if congress == 100 & id == 13020 replace statename = "NEW YOR" if congress == 100 & id == 14248 replace statename = "NEW YOR" if congress == 100 & id == 14264 replace statename = "NEW YOR" if congress == 100 & id == 15423 replace statename = "NORTH C" if congress == 100 & id == 10788 replace statename = "NORTH C" if congress == 100 & id == 15073 replace statename = "NORTH C" if congress == 100 & id == 15430 replace statename = "NORTH C" if congress == 100 & id == 15438 replace statename = "NORTH C" if congress == 100 & id == 14262 replace statename = "NORTH C" if congress == 100 & id == 15092 replace statename = "NORTH C" if congress == 100 & id == 14048 replace statename = "NORTH C" if congress == 100 & id == 14233 replace statename = "NORTH C" if congress == 100 & id == 15108 replace statename = "NORTH C" if congress == 100 & id == 15402 replace statename = "NORTH C" if congress == 100 & id == 15017 replace statename = "NORTH D" if congress == 100 & id == 14812 replace statename = "OHIO" if congress == 100 & id == 14070 replace statename = "OHIO" if congress == 100 & id == 14225 replace statename = "OHIO" if congress == 100 & id == 14632 replace statename = "OHIO" if congress == 100 & id == 14875 replace statename = "OHIO" if congress == 100 & id == 5495 replace statename = "OHIO" if congress == 100 & id == 14844 replace statename = "OHIO" if congress == 100 & id == 15020 replace statename = "OHIO" if congress == 100 & id == 11028 replace statename = "OHIO" if congress == 100 & id == 15029 replace statename = "OHIO" if congress == 100 & id == 11034 replace statename = "OHIO" if congress == 100 & id == 14818 replace statename = "OHIO" if congress == 100 & id == 15030 replace statename = "OHIO" if congress == 100 & id == 14445 replace statename = "OHIO" if congress == 100 & id == 15442 replace statename = "OHIO" if congress == 100 & id == 11058 replace statename = "OHIO" if congress == 100 & id == 14045 replace statename = "OHIO" if congress == 100 & id == 15121 replace statename = "OHIO" if congress == 100 & id == 14402 replace statename = "OHIO" if congress == 100 & id == 15024 replace statename = "OHIO" if congress == 100 & id == 14443 replace statename = "OHIO" if congress == 100 & id == 12030 replace statename = "OKLAHOM" if congress == 100 & id == 15424 replace statename = "OKLAHOM" if congress == 100 & id == 14667 replace statename = "OKLAHOM" if congress == 100 & id == 14462 replace statename = "OKLAHOM" if congress == 100 & id == 14843 replace statename = "OKLAHOM" if congress == 100 & id == 14415 replace statename = "OKLAHOM" if congress == 100 & id == 14219 replace statename = "OREGON" if congress == 100 & id == 14201 replace statename = "OREGON" if congress == 100 & id == 15063 replace statename = "OREGON" if congress == 100 & id == 14871 replace statename = "OREGON" if congress == 100 & id == 15410 replace statename = "OREGON" if congress == 100 & id == 14864 replace statename = "PENNSYL" if congress == 100 & id == 14823 replace statename = "PENNSYL" if congress == 100 & id == 14629 replace statename = "PENNSYL" if congress == 100 & id == 15008 replace statename = "PENNSYL" if congress == 100 & id == 15031 replace statename = "PENNSYL" if congress == 100 & id == 14273 replace statename = "PENNSYL" if congress == 100 & id == 12035 replace statename = "PENNSYL" if congress == 100 & id == 15447 replace statename = "PENNSYL" if congress == 100 & id == 14431 replace statename = "PENNSYL" if congress == 100 & id == 14052 replace statename = "PENNSYL" if congress == 100 & id == 10607 replace statename = "PENNSYL" if congress == 100 & id == 15104 replace statename = "PENNSYL" if congress == 100 & id == 14072 replace statename = "PENNSYL" if congress == 100 & id == 12010 replace statename = "PENNSYL" if congress == 100 & id == 14808 replace statename = "PENNSYL" if congress == 100 & id == 14654 replace statename = "PENNSYL" if congress == 100 & id == 14461 replace statename = "PENNSYL" if congress == 100 & id == 15026 replace statename = "PENNSYL" if congress == 100 & id == 14460 replace statename = "PENNSYL" if congress == 100 & id == 14288 replace statename = "PENNSYL" if congress == 100 & id == 11067 replace statename = "PENNSYL" if congress == 100 & id == 15056 replace statename = "PENNSYL" if congress == 100 & id == 14441 replace statename = "PENNSYL" if congress == 100 & id == 14612 replace statename = "RHODE I" if congress == 100 & id == 10561 replace statename = "RHODE I" if congress == 100 & id == 14857 replace statename = "SOUTH C" if congress == 100 & id == 15439 replace statename = "SOUTH C" if congress == 100 & id == 13042 replace statename = "SOUTH C" if congress == 100 & id == 14212 replace statename = "SOUTH C" if congress == 100 & id == 15171 replace statename = "SOUTH C" if congress == 100 & id == 15064 replace statename = "SOUTH C" if congress == 100 & id == 15068 replace statename = "SOUTH D" if congress == 100 & id == 15425 replace statename = "TENNESS" if congress == 100 & id == 10616 replace statename = "TENNESS" if congress == 100 & id == 10719 replace statename = "TENNESS" if congress == 100 & id == 14251 replace statename = "TENNESS" if congress == 100 & id == 15019 replace statename = "TENNESS" if congress == 100 & id == 14607 replace statename = "TENNESS" if congress == 100 & id == 15450 replace statename = "TENNESS" if congress == 100 & id == 15100 replace statename = "TENNESS" if congress == 100 & id == 15066 replace statename = "TENNESS" if congress == 100 & id == 12038 replace statename = "TENNESS" if congress == 100 & id == 14224 replace statename = "TEXAS" if congress == 100 & id == 15129 replace statename = "TEXAS" if congress == 100 & id == 14062 replace statename = "TEXAS" if congress == 100 & id == 15002 replace statename = "TEXAS" if congress == 100 & id == 14828 replace statename = "TEXAS" if congress == 100 & id == 15013 replace statename = "TEXAS" if congress == 100 & id == 15085 replace statename = "TEXAS" if congress == 100 & id == 13002 replace statename = "TEXAS" if congress == 100 & id == 14822 replace statename = "TEXAS" if congress == 100 & id == 1077 replace statename = "TEXAS" if congress == 100 & id == 10614 replace statename = "TEXAS" if congress == 100 & id == 14641 replace statename = "TEXAS" if congress == 100 & id == 10391 replace statename = "TEXAS" if congress == 100 & id == 15087 replace statename = "TEXAS" if congress == 100 & id == 15119 replace statename = "TEXAS" if congress == 100 & id == 10716 replace statename = "TEXAS" if congress == 100 & id == 15018 replace statename = "TEXAS" if congress == 100 & id == 14664 replace statename = "TEXAS" if congress == 100 & id == 14643 replace statename = "TEXAS" if congress == 100 & id == 15093 replace statename = "TEXAS" if congress == 100 & id == 10520 replace statename = "TEXAS" if congress == 100 & id == 15445 replace statename = "TEXAS" if congress == 100 & id == 15094 replace statename = "TEXAS" if congress == 100 & id == 15089 replace statename = "TEXAS" if congress == 100 & id == 14626 replace statename = "TEXAS" if congress == 100 & id == 15001 replace statename = "TEXAS" if congress == 100 & id == 15125 replace statename = "TEXAS" if congress == 100 & id == 15049 replace statename = "UTAH" if congress == 100 & id == 14829 replace statename = "UTAH" if congress == 100 & id == 14042 replace statename = "UTAH" if congress == 100 & id == 15047 replace statename = "VERMONT" if congress == 100 & id == 14240 replace statename = "VIRGINI" if congress == 100 & id == 15003 replace statename = "VIRGINI" if congress == 100 & id == 15437 replace statename = "VIRGINI" if congress == 100 & id == 14802 replace statename = "VIRGINI" if congress == 100 & id == 15060 replace statename = "VIRGINI" if congress == 100 & id == 12011 replace statename = "VIRGINI" if congress == 100 & id == 15452 replace statename = "VIRGINI" if congress == 100 & id == 15048 replace statename = "VIRGINI" if congress == 100 & id == 15115 replace statename = "VIRGINI" if congress == 100 & id == 14043 replace statename = "VIRGINI" if congress == 100 & id == 15010 replace statename = "VIRGINI" if congress == 100 & id == 14869 replace statename = "WASHING" if congress == 100 & id == 15110 replace statename = "WASHING" if congress == 100 & id == 14666 replace statename = "WASHING" if congress == 100 & id == 14208 replace statename = "WASHING" if congress == 100 & id == 14847 replace statename = "WASHING" if congress == 100 & id == 10726 replace statename = "WASHING" if congress == 100 & id == 14413 replace statename = "WASHING" if congress == 100 & id == 14646 replace statename = "WASHING" if congress == 100 & id == 15016 replace statename = "WEST VI" if congress == 100 & id == 15083 replace statename = "WEST VI" if congress == 100 & id == 15065 replace statename = "WEST VI" if congress == 100 & id == 15077 replace statename = "WEST VI" if congress == 100 & id == 14448 replace statename = "WISCONS" if congress == 100 & id == 13003 replace statename = "WISCONS" if congress == 100 & id == 5101 replace statename = "WISCONS" if congress == 100 & id == 14827 replace statename = "WISCONS" if congress == 100 & id == 15082 replace statename = "WISCONS" if congress == 100 & id == 15044 replace statename = "WISCONS" if congress == 100 & id == 14675 replace statename = "WISCONS" if congress == 100 & id == 12036 replace statename = "WISCONS" if congress == 100 & id == 14655 replace statename = "WISCONS" if congress == 100 & id == 14657 replace statename = "WYOMING" if congress == 100 & id == 14611 replace statename = "USA" if congress == 101 & id == 99908 replace statename = "ALABAMA" if congress == 101 & id == 15090 replace statename = "ALABAMA" if congress == 101 & id == 10717 replace statename = "ALABAMA" if congress == 101 & id == 15632 replace statename = "ALABAMA" if congress == 101 & id == 11037 replace statename = "ALABAMA" if congress == 101 & id == 11000 replace statename = "ALABAMA" if congress == 101 & id == 14419 replace statename = "ALABAMA" if congress == 101 & id == 15022 replace statename = "ALABAMA" if congress == 101 & id == 15416 replace statename = "ALASKA" if congress == 101 & id == 14066 replace statename = "ARIZONA" if congress == 101 & id == 15440 replace statename = "ARIZONA" if congress == 101 & id == 10566 replace statename = "ARIZONA" if congress == 101 & id == 14454 replace statename = "ARIZONA" if congress == 101 & id == 15429 replace statename = "ARIZONA" if congress == 101 & id == 15105 replace statename = "ARKANSA" if congress == 101 & id == 12000 replace statename = "ARKANSA" if congress == 101 & id == 95122 replace statename = "ARKANSA" if congress == 101 & id == 11020 replace statename = "ARKANSA" if congress == 101 & id == 14601 replace statename = "CALIFOR" if congress == 101 & id == 15009 replace statename = "CALIFOR" if congress == 101 & id == 15420 replace statename = "CALIFOR" if congress == 101 & id == 14649 replace statename = "CALIFOR" if congress == 101 & id == 14624 replace statename = "CALIFOR" if congress == 101 & id == 15448 replace statename = "CALIFOR" if congress == 101 & id == 15011 replace statename = "CALIFOR" if congress == 101 & id == 14256 replace statename = "CALIFOR" if congress == 101 & id == 13011 replace statename = "CALIFOR" if congress == 101 & id == 14053 replace statename = "CALIFOR" if congress == 101 & id == 10583 replace statename = "CALIFOR" if congress == 101 & id == 14837 replace statename = "CALIFOR" if congress == 101 & id == 15600 replace statename = "CALIFOR" if congress == 101 & id == 14257 replace statename = "CALIFOR" if congress == 101 & id == 14660 replace statename = "CALIFOR" if congress == 101 & id == 14613 replace statename = "CALIFOR" if congress == 101 & id == 15635 replace statename = "CALIFOR" if congress == 101 & id == 14444 replace statename = "CALIFOR" if congress == 101 & id == 14652 replace statename = "CALIFOR" if congress == 101 & id == 15032 replace statename = "CALIFOR" if congress == 101 & id == 14071 replace statename = "CALIFOR" if congress == 101 & id == 14669 replace statename = "CALIFOR" if congress == 101 & id == 15413 replace statename = "CALIFOR" if congress == 101 & id == 14040 replace statename = "CALIFOR" if congress == 101 & id == 14405 replace statename = "CALIFOR" if congress == 101 & id == 14280 replace statename = "CALIFOR" if congress == 101 & id == 10621 replace statename = "CALIFOR" if congress == 101 & id == 15005 replace statename = "CALIFOR" if congress == 101 & id == 15034 replace statename = "CALIFOR" if congress == 101 & id == 14620 replace statename = "CALIFOR" if congress == 101 & id == 10595 replace statename = "CALIFOR" if congress == 101 & id == 14879 replace statename = "CALIFOR" if congress == 101 & id == 14816 replace statename = "CALIFOR" if congress == 101 & id == 12001 replace statename = "CALIFOR" if congress == 101 & id == 14813 replace statename = "CALIFOR" if congress == 101 & id == 15070 replace statename = "CALIFOR" if congress == 101 & id == 14644 replace statename = "CALIFOR" if congress == 101 & id == 10573 replace statename = "CALIFOR" if congress == 101 & id == 15040 replace statename = "CALIFOR" if congress == 101 & id == 14414 replace statename = "CALIFOR" if congress == 101 & id == 14616 replace statename = "CALIFOR" if congress == 101 & id == 15601 replace statename = "CALIFOR" if congress == 101 & id == 14839 replace statename = "CALIFOR" if congress == 101 & id == 15621 replace statename = "CALIFOR" if congress == 101 & id == 15051 replace statename = "CALIFOR" if congress == 101 & id == 15004 replace statename = "CALIFOR" if congress == 101 & id == 14835 replace statename = "COLORAD" if congress == 101 & id == 14051 replace statename = "COLORAD" if congress == 101 & id == 15443 replace statename = "COLORAD" if congress == 101 & id == 15407 replace statename = "COLORAD" if congress == 101 & id == 14803 replace statename = "COLORAD" if congress == 101 & id == 15419 replace statename = "COLORAD" if congress == 101 & id == 15058 replace statename = "CONNECT" if congress == 101 & id == 14877 replace statename = "CONNECT" if congress == 101 & id == 14825 replace statename = "CONNECT" if congress == 101 & id == 15045 replace statename = "CONNECT" if congress == 101 & id == 15449 replace statename = "CONNECT" if congress == 101 & id == 15123 replace statename = "CONNECT" if congress == 101 & id == 15028 replace statename = "DELAWAR" if congress == 101 & id == 15015 replace statename = "FLORIDA" if congress == 101 & id == 14636 replace statename = "FLORIDA" if congress == 101 & id == 15415 replace statename = "FLORIDA" if congress == 101 & id == 633 replace statename = "FLORIDA" if congress == 101 & id == 15608 replace statename = "FLORIDA" if congress == 101 & id == 14842 replace statename = "FLORIDA" if congress == 101 & id == 15627 replace statename = "FLORIDA" if congress == 101 & id == 10588 replace statename = "FLORIDA" if congress == 101 & id == 13047 replace statename = "FLORIDA" if congress == 101 & id == 15006 replace statename = "FLORIDA" if congress == 101 & id == 14428 replace statename = "FLORIDA" if congress == 101 & id == 14651 replace statename = "FLORIDA" if congress == 101 & id == 15035 replace statename = "FLORIDA" if congress == 101 & id == 15605 replace statename = "FLORIDA" if congress == 101 & id == 15609 replace statename = "FLORIDA" if congress == 101 & id == 14860 replace statename = "FLORIDA" if congress == 101 & id == 15062 replace statename = "FLORIDA" if congress == 101 & id == 14029 replace statename = "FLORIDA" if congress == 101 & id == 7333 replace statename = "FLORIDA" if congress == 101 & id == 15634 replace statename = "FLORIDA" if congress == 101 & id == 3078 replace statename = "GEORGIA" if congress == 101 & id == 15069 replace statename = "GEORGIA" if congress == 101 & id == 14831 replace statename = "GEORGIA" if congress == 101 & id == 15053 replace statename = "GEORGIA" if congress == 101 & id == 95120 replace statename = "GEORGIA" if congress == 101 & id == 15431 replace statename = "GEORGIA" if congress == 101 & id == 14627 replace statename = "GEORGIA" if congress == 101 & id == 15081 replace statename = "GEORGIA" if congress == 101 & id == 15057 replace statename = "GEORGIA" if congress == 101 & id == 14429 replace statename = "GEORGIA" if congress == 101 & id == 14404 replace statename = "HAWAII" if congress == 101 & id == 15441 replace statename = "HAWAII" if congress == 101 & id == 14400 replace statename = "IDAHO" if congress == 101 & id == 14809 replace statename = "IDAHO" if congress == 101 & id == 15117 replace statename = "ILLINOI" if congress == 101 & id == 15079 replace statename = "ILLINOI" if congress == 101 & id == 14856 replace statename = "ILLINOI" if congress == 101 & id == 14271 replace statename = "ILLINOI" if congress == 101 & id == 15622 replace statename = "ILLINOI" if congress == 101 & id == 15036 replace statename = "ILLINOI" if congress == 101 & id == 14239 replace statename = "ILLINOI" if congress == 101 & id == 14068 replace statename = "ILLINOI" if congress == 101 & id == 8080 replace statename = "ILLINOI" if congress == 101 & id == 10421 replace statename = "ILLINOI" if congress == 101 & id == 14677 replace statename = "ILLINOI" if congress == 101 & id == 10703 replace statename = "ILLINOI" if congress == 101 & id == 12041 replace statename = "ILLINOI" if congress == 101 & id == 15098 replace statename = "ILLINOI" if congress == 101 & id == 15417 replace statename = "ILLINOI" if congress == 101 & id == 14033 replace statename = "ILLINOI" if congress == 101 & id == 14841 replace statename = "ILLINOI" if congress == 101 & id == 15023 replace statename = "ILLINOI" if congress == 101 & id == 6455 replace statename = "ILLINOI" if congress == 101 & id == 15088 replace statename = "ILLINOI" if congress == 101 & id == 15021 replace statename = "ILLINOI" if congress == 101 & id == 15453 replace statename = "ILLINOI" if congress == 101 & id == 15620 replace statename = "INDIANA" if congress == 101 & id == 15124 replace statename = "INDIANA" if congress == 101 & id == 14274 replace statename = "INDIANA" if congress == 101 & id == 14834 replace statename = "INDIANA" if congress == 101 & id == 15631 replace statename = "INDIANA" if congress == 101 & id == 14806 replace statename = "INDIANA" if congress == 101 & id == 15426 replace statename = "INDIANA" if congress == 101 & id == 15014 replace statename = "INDIANA" if congress == 101 & id == 11036 replace statename = "INDIANA" if congress == 101 & id == 15041 replace statename = "INDIANA" if congress == 101 & id == 10732 replace statename = "INDIANA" if congress == 101 & id == 10742 replace statename = "IOWA" if congress == 101 & id == 14432 replace statename = "IOWA" if congress == 101 & id == 14668 replace statename = "IOWA" if congress == 101 & id == 15435 replace statename = "IOWA" if congress == 101 & id == 8672 replace statename = "IOWA" if congress == 101 & id == 15106 replace statename = "IOWA" if congress == 101 & id == 15414 replace statename = "KANSAS" if congress == 101 & id == 14852 replace statename = "KANSAS" if congress == 101 & id == 15061 replace statename = "KANSAS" if congress == 101 & id == 15109 replace statename = "KANSAS" if congress == 101 & id == 14422 replace statename = "KANSAS" if congress == 101 & id == 14670 replace statename = "KENTUCK" if congress == 101 & id == 14237 replace statename = "KENTUCK" if congress == 101 & id == 6845 replace statename = "KENTUCK" if congress == 101 & id == 13024 replace statename = "KENTUCK" if congress == 101 & id == 15406 replace statename = "KENTUCK" if congress == 101 & id == 14854 replace statename = "KENTUCK" if congress == 101 & id == 14635 replace statename = "KENTUCK" if congress == 101 & id == 15228 replace statename = "LOUISIA" if congress == 101 & id == 14469 replace statename = "LOUISIA" if congress == 101 & id == 14067 replace statename = "LOUISIA" if congress == 101 & id == 14679 replace statename = "LOUISIA" if congress == 101 & id == 15451 replace statename = "LOUISIA" if congress == 101 & id == 14427 replace statename = "LOUISIA" if congress == 101 & id == 15401 replace statename = "LOUISIA" if congress == 101 & id == 15418 replace statename = "LOUISIA" if congress == 101 & id == 15422 replace statename = "MAINE" if congress == 101 & id == 15404 replace statename = "MAINE" if congress == 101 & id == 14661 replace statename = "MARYLAN" if congress == 101 & id == 14817 replace statename = "MARYLAN" if congress == 101 & id == 15086 replace statename = "MARYLAN" if congress == 101 & id == 15408 replace statename = "MARYLAN" if congress == 101 & id == 15432 replace statename = "MARYLAN" if congress == 101 & id == 14873 replace statename = "MARYLAN" if congress == 101 & id == 14608 replace statename = "MARYLAN" if congress == 101 & id == 15433 replace statename = "MARYLAN" if congress == 101 & id == 15434 replace statename = "MASSACH" if congress == 101 & id == 2009 replace statename = "MASSACH" if congress == 101 & id == 15616 replace statename = "MASSACH" if congress == 101 & id == 14216 replace statename = "MASSACH" if congress == 101 & id == 14824 replace statename = "MASSACH" if congress == 101 & id == 15084 replace statename = "MASSACH" if congress == 101 & id == 14650 replace statename = "MASSACH" if congress == 101 & id == 14435 replace statename = "MASSACH" if congress == 101 & id == 15427 replace statename = "MASSACH" if congress == 101 & id == 14039 replace statename = "MASSACH" if congress == 101 & id == 14055 replace statename = "MASSACH" if congress == 101 & id == 14621 replace statename = "MICHIGA" if congress == 101 & id == 10713 replace statename = "MICHIGA" if congress == 101 & id == 14446 replace statename = "MICHIGA" if congress == 101 & id == 14673 replace statename = "MICHIGA" if congress == 101 & id == 15446 replace statename = "MICHIGA" if congress == 101 & id == 15103 replace statename = "MICHIGA" if congress == 101 & id == 14210 replace statename = "MICHIGA" if congress == 101 & id == 14430 replace statename = "MICHIGA" if congress == 101 & id == 14075 replace statename = "MICHIGA" if congress == 101 & id == 10794 replace statename = "MICHIGA" if congress == 101 & id == 15114 replace statename = "MICHIGA" if congress == 101 & id == 14618 replace statename = "MICHIGA" if congress == 101 & id == 14407 replace statename = "MICHIGA" if congress == 101 & id == 14681 replace statename = "MICHIGA" if congress == 101 & id == 14833 replace statename = "MICHIGA" if congress == 101 & id == 10727 replace statename = "MICHIGA" if congress == 101 & id == 2605 replace statename = "MICHIGA" if congress == 101 & id == 15033 replace statename = "MICHIGA" if congress == 101 & id == 1087 replace statename = "MINNESO" if congress == 101 & id == 15052 replace statename = "MINNESO" if congress == 101 & id == 14868 replace statename = "MINNESO" if congress == 101 & id == 13015 replace statename = "MINNESO" if congress == 101 & id == 14458 replace statename = "MINNESO" if congress == 101 & id == 14656 replace statename = "MINNESO" if congress == 101 & id == 15059 replace statename = "MINNESO" if congress == 101 & id == 14466 replace statename = "MINNESO" if congress == 101 & id == 14265 replace statename = "MISSISS" if congress == 101 & id == 10075 replace statename = "MISSISS" if congress == 101 & id == 15411 replace statename = "MISSISS" if congress == 101 & id == 11035 replace statename = "MISSISS" if congress == 101 & id == 15617 replace statename = "MISSISS" if congress == 101 & id == 15625 replace statename = "MISSISS" if congress == 101 & id == 15637 replace statename = "MISSOUR" if congress == 101 & id == 12009 replace statename = "MISSOUR" if congress == 101 & id == 15405 replace statename = "MISSOUR" if congress == 101 & id == 14421 replace statename = "MISSOUR" if congress == 101 & id == 14451 replace statename = "MISSOUR" if congress == 101 & id == 15076 replace statename = "MISSOUR" if congress == 101 & id == 14410 replace statename = "MISSOUR" if congress == 101 & id == 15606 replace statename = "MISSOUR" if congress == 101 & id == 14819 replace statename = "MISSOUR" if congress == 101 & id == 14459 replace statename = "MONTANA" if congress == 101 & id == 14672 replace statename = "MONTANA" if congress == 101 & id == 14437 replace statename = "NEBRASK" if congress == 101 & id == 14605 replace statename = "NEBRASK" if congress == 101 & id == 15607 replace statename = "NEBRASK" if congress == 101 & id == 14276 replace statename = "NEVADA" if congress == 101 & id == 15403 replace statename = "NEVADA" if congress == 101 & id == 15075 replace statename = "NEW HAM" if congress == 101 & id == 15116 replace statename = "NEW HAM" if congress == 101 & id == 15602 replace statename = "NEW JER" if congress == 101 & id == 14223 replace statename = "NEW JER" if congress == 101 & id == 14238 replace statename = "NEW JER" if congress == 101 & id == 15454 replace statename = "NEW JER" if congress == 101 & id == 14863 replace statename = "NEW JER" if congress == 101 & id == 14855 replace statename = "NEW JER" if congress == 101 & id == 14815 replace statename = "NEW JER" if congress == 101 & id == 14046 replace statename = "NEW JER" if congress == 101 & id == 12042 replace statename = "NEW JER" if congress == 101 & id == 15071 replace statename = "NEW JER" if congress == 101 & id == 15619 replace statename = "NEW JER" if congress == 101 & id == 15099 replace statename = "NEW JER" if congress == 101 & id == 14614 replace statename = "NEW JER" if congress == 101 & id == 15112 replace statename = "NEW JER" if congress == 101 & id == 14631 replace statename = "NEW MEX" if congress == 101 & id == 15624 replace statename = "NEW MEX" if congress == 101 & id == 14861 replace statename = "NEW MEX" if congress == 101 & id == 15055 replace statename = "NEW YOR" if congress == 101 & id == 15421 replace statename = "NEW YOR" if congress == 101 & id == 14214 replace statename = "NEW YOR" if congress == 101 & id == 15046 replace statename = "NEW YOR" if congress == 101 & id == 13021 replace statename = "NEW YOR" if congress == 101 & id == 14845 replace statename = "NEW YOR" if congress == 101 & id == 15412 replace statename = "NEW YOR" if congress == 101 & id == 15000 replace statename = "NEW YOR" if congress == 101 & id == 10768 replace statename = "NEW YOR" if congress == 101 & id == 15107 replace statename = "NEW YOR" if congress == 101 & id == 14858 replace statename = "NEW YOR" if congress == 101 & id == 15072 replace statename = "NEW YOR" if congress == 101 & id == 15050 replace statename = "NEW YOR" if congress == 101 & id == 14277 replace statename = "NEW YOR" if congress == 101 & id == 14846 replace statename = "NEW YOR" if congress == 101 & id == 15639 replace statename = "NEW YOR" if congress == 101 & id == 14471 replace statename = "NEW YOR" if congress == 101 & id == 13035 replace statename = "NEW YOR" if congress == 101 & id == 14463 replace statename = "NEW YOR" if congress == 101 & id == 14470 replace statename = "NEW YOR" if congress == 101 & id == 29134 replace statename = "NEW YOR" if congress == 101 & id == 15603 replace statename = "NEW YOR" if congress == 101 & id == 15612 replace statename = "NEW YOR" if congress == 101 & id == 12013 replace statename = "NEW YOR" if congress == 101 & id == 14015 replace statename = "NEW YOR" if congress == 101 & id == 15614 replace statename = "NEW YOR" if congress == 101 & id == 14662 replace statename = "NEW YOR" if congress == 101 & id == 15007 replace statename = "NEW YOR" if congress == 101 & id == 14840 replace statename = "NEW YOR" if congress == 101 & id == 15630 replace statename = "NEW YOR" if congress == 101 & id == 14253 replace statename = "NEW YOR" if congress == 101 & id == 10596 replace statename = "NEW YOR" if congress == 101 & id == 15444 replace statename = "NEW YOR" if congress == 101 & id == 15618 replace statename = "NEW YOR" if congress == 101 & id == 14248 replace statename = "NEW YOR" if congress == 101 & id == 14264 replace statename = "NEW YOR" if congress == 101 & id == 15423 replace statename = "NORTH C" if congress == 101 & id == 10788 replace statename = "NORTH C" if congress == 101 & id == 15073 replace statename = "NORTH C" if congress == 101 & id == 15430 replace statename = "NORTH C" if congress == 101 & id == 15438 replace statename = "NORTH C" if congress == 101 & id == 14262 replace statename = "NORTH C" if congress == 101 & id == 15092 replace statename = "NORTH C" if congress == 101 & id == 14048 replace statename = "NORTH C" if congress == 101 & id == 14233 replace statename = "NORTH C" if congress == 101 & id == 15108 replace statename = "NORTH C" if congress == 101 & id == 15402 replace statename = "NORTH C" if congress == 101 & id == 15017 replace statename = "NORTH D" if congress == 101 & id == 14812 replace statename = "OHIO" if congress == 101 & id == 14070 replace statename = "OHIO" if congress == 101 & id == 14225 replace statename = "OHIO" if congress == 101 & id == 14632 replace statename = "OHIO" if congress == 101 & id == 14875 replace statename = "OHIO" if congress == 101 & id == 15604 replace statename = "OHIO" if congress == 101 & id == 14844 replace statename = "OHIO" if congress == 101 & id == 15020 replace statename = "OHIO" if congress == 101 & id == 11028 replace statename = "OHIO" if congress == 101 & id == 15029 replace statename = "OHIO" if congress == 101 & id == 11034 replace statename = "OHIO" if congress == 101 & id == 14818 replace statename = "OHIO" if congress == 101 & id == 15030 replace statename = "OHIO" if congress == 101 & id == 14445 replace statename = "OHIO" if congress == 101 & id == 15442 replace statename = "OHIO" if congress == 101 & id == 11058 replace statename = "OHIO" if congress == 101 & id == 14045 replace statename = "OHIO" if congress == 101 & id == 15121 replace statename = "OHIO" if congress == 101 & id == 14402 replace statename = "OHIO" if congress == 101 & id == 15024 replace statename = "OHIO" if congress == 101 & id == 14443 replace statename = "OHIO" if congress == 101 & id == 12030 replace statename = "OKLAHOM" if congress == 101 & id == 15424 replace statename = "OKLAHOM" if congress == 101 & id == 14667 replace statename = "OKLAHOM" if congress == 101 & id == 14462 replace statename = "OKLAHOM" if congress == 101 & id == 14843 replace statename = "OKLAHOM" if congress == 101 & id == 14415 replace statename = "OKLAHOM" if congress == 101 & id == 14219 replace statename = "OREGON" if congress == 101 & id == 14201 replace statename = "OREGON" if congress == 101 & id == 15063 replace statename = "OREGON" if congress == 101 & id == 14871 replace statename = "OREGON" if congress == 101 & id == 15410 replace statename = "OREGON" if congress == 101 & id == 14864 replace statename = "PENNSYL" if congress == 101 & id == 14823 replace statename = "PENNSYL" if congress == 101 & id == 14629 replace statename = "PENNSYL" if congress == 101 & id == 15008 replace statename = "PENNSYL" if congress == 101 & id == 15031 replace statename = "PENNSYL" if congress == 101 & id == 14273 replace statename = "PENNSYL" if congress == 101 & id == 12035 replace statename = "PENNSYL" if congress == 101 & id == 15447 replace statename = "PENNSYL" if congress == 101 & id == 14431 replace statename = "PENNSYL" if congress == 101 & id == 14052 replace statename = "PENNSYL" if congress == 101 & id == 10607 replace statename = "PENNSYL" if congress == 101 & id == 15104 replace statename = "PENNSYL" if congress == 101 & id == 14072 replace statename = "PENNSYL" if congress == 101 & id == 12010 replace statename = "PENNSYL" if congress == 101 & id == 14808 replace statename = "PENNSYL" if congress == 101 & id == 14654 replace statename = "PENNSYL" if congress == 101 & id == 14461 replace statename = "PENNSYL" if congress == 101 & id == 15026 replace statename = "PENNSYL" if congress == 101 & id == 14460 replace statename = "PENNSYL" if congress == 101 & id == 14288 replace statename = "PENNSYL" if congress == 101 & id == 11067 replace statename = "PENNSYL" if congress == 101 & id == 15056 replace statename = "PENNSYL" if congress == 101 & id == 14441 replace statename = "PENNSYL" if congress == 101 & id == 14612 replace statename = "RHODE I" if congress == 101 & id == 15615 replace statename = "RHODE I" if congress == 101 & id == 14857 replace statename = "SOUTH C" if congress == 101 & id == 15439 replace statename = "SOUTH C" if congress == 101 & id == 13042 replace statename = "SOUTH C" if congress == 101 & id == 14212 replace statename = "SOUTH C" if congress == 101 & id == 15171 replace statename = "SOUTH C" if congress == 101 & id == 15064 replace statename = "SOUTH C" if congress == 101 & id == 15068 replace statename = "SOUTH D" if congress == 101 & id == 15425 replace statename = "TENNESS" if congress == 101 & id == 10616 replace statename = "TENNESS" if congress == 101 & id == 15455 replace statename = "TENNESS" if congress == 101 & id == 14251 replace statename = "TENNESS" if congress == 101 & id == 15019 replace statename = "TENNESS" if congress == 101 & id == 15450 replace statename = "TENNESS" if congress == 101 & id == 15100 replace statename = "TENNESS" if congress == 101 & id == 15066 replace statename = "TENNESS" if congress == 101 & id == 15628 replace statename = "TENNESS" if congress == 101 & id == 14224 replace statename = "TEXAS" if congress == 101 & id == 15129 replace statename = "TEXAS" if congress == 101 & id == 14062 replace statename = "TEXAS" if congress == 101 & id == 15002 replace statename = "TEXAS" if congress == 101 & id == 14828 replace statename = "TEXAS" if congress == 101 & id == 15013 replace statename = "TEXAS" if congress == 101 & id == 15085 replace statename = "TEXAS" if congress == 101 & id == 13002 replace statename = "TEXAS" if congress == 101 & id == 14822 replace statename = "TEXAS" if congress == 101 & id == 1077 replace statename = "TEXAS" if congress == 101 & id == 10614 replace statename = "TEXAS" if congress == 101 & id == 14641 replace statename = "TEXAS" if congress == 101 & id == 10391 replace statename = "TEXAS" if congress == 101 & id == 15636 replace statename = "TEXAS" if congress == 101 & id == 15623 replace statename = "TEXAS" if congress == 101 & id == 15611 replace statename = "TEXAS" if congress == 101 & id == 10716 replace statename = "TEXAS" if congress == 101 & id == 15018 replace statename = "TEXAS" if congress == 101 & id == 14664 replace statename = "TEXAS" if congress == 101 & id == 14643 replace statename = "TEXAS" if congress == 101 & id == 29145 replace statename = "TEXAS" if congress == 101 & id == 15093 replace statename = "TEXAS" if congress == 101 & id == 10520 replace statename = "TEXAS" if congress == 101 & id == 15445 replace statename = "TEXAS" if congress == 101 & id == 15094 replace statename = "TEXAS" if congress == 101 & id == 15089 replace statename = "TEXAS" if congress == 101 & id == 14626 replace statename = "TEXAS" if congress == 101 & id == 15001 replace statename = "TEXAS" if congress == 101 & id == 15125 replace statename = "TEXAS" if congress == 101 & id == 15049 replace statename = "UTAH" if congress == 101 & id == 14829 replace statename = "UTAH" if congress == 101 & id == 14042 replace statename = "UTAH" if congress == 101 & id == 15047 replace statename = "VERMONT" if congress == 101 & id == 15626 replace statename = "VIRGINI" if congress == 101 & id == 15003 replace statename = "VIRGINI" if congress == 101 & id == 15437 replace statename = "VIRGINI" if congress == 101 & id == 14802 replace statename = "VIRGINI" if congress == 101 & id == 15060 replace statename = "VIRGINI" if congress == 101 & id == 15452 replace statename = "VIRGINI" if congress == 101 & id == 15048 replace statename = "VIRGINI" if congress == 101 & id == 15115 replace statename = "VIRGINI" if congress == 101 & id == 14043 replace statename = "VIRGINI" if congress == 101 & id == 15010 replace statename = "VIRGINI" if congress == 101 & id == 14869 replace statename = "WASHING" if congress == 101 & id == 15110 replace statename = "WASHING" if congress == 101 & id == 14666 replace statename = "WASHING" if congress == 101 & id == 15629 replace statename = "WASHING" if congress == 101 & id == 14847 replace statename = "WASHING" if congress == 101 & id == 10726 replace statename = "WASHING" if congress == 101 & id == 14413 replace statename = "WASHING" if congress == 101 & id == 15613 replace statename = "WASHING" if congress == 101 & id == 15016 replace statename = "WEST VI" if congress == 101 & id == 15083 replace statename = "WEST VI" if congress == 101 & id == 15065 replace statename = "WEST VI" if congress == 101 & id == 15077 replace statename = "WEST VI" if congress == 101 & id == 14448 replace statename = "WISCONS" if congress == 101 & id == 13003 replace statename = "WISCONS" if congress == 101 & id == 5101 replace statename = "WISCONS" if congress == 101 & id == 14827 replace statename = "WISCONS" if congress == 101 & id == 15082 replace statename = "WISCONS" if congress == 101 & id == 15044 replace statename = "WISCONS" if congress == 101 & id == 14675 replace statename = "WISCONS" if congress == 101 & id == 12036 replace statename = "WISCONS" if congress == 101 & id == 14655 replace statename = "WISCONS" if congress == 101 & id == 14657 replace statename = "WYOMING" if congress == 101 & id == 14611 replace statename = "WYOMING" if congress == 101 & id == 15633 replace statename = "USA" if congress == 102 & id == 99908 replace statename = "ALABAMA" if congress == 102 & id == 15090 replace statename = "ALABAMA" if congress == 102 & id == 10717 replace statename = "ALABAMA" if congress == 102 & id == 15632 replace statename = "ALABAMA" if congress == 102 & id == 11000 replace statename = "ALABAMA" if congress == 102 & id == 29100 replace statename = "ALABAMA" if congress == 102 & id == 15022 replace statename = "ALABAMA" if congress == 102 & id == 15416 replace statename = "ALASKA" if congress == 102 & id == 14066 replace statename = "ARIZONA" if congress == 102 & id == 15440 replace statename = "ARIZONA" if congress == 102 & id == 29101 replace statename = "ARIZONA" if congress == 102 & id == 10566 replace statename = "ARIZONA" if congress == 102 & id == 14454 replace statename = "ARIZONA" if congress == 102 & id == 15429 replace statename = "ARIZONA" if congress == 102 & id == 15105 replace statename = "ARKANSA" if congress == 102 & id == 12000 replace statename = "ARKANSA" if congress == 102 & id == 14058 replace statename = "ARKANSA" if congress == 102 & id == 11020 replace statename = "ARKANSA" if congress == 102 & id == 14601 replace statename = "CALIFOR" if congress == 102 & id == 29103 replace statename = "CALIFOR" if congress == 102 & id == 15420 replace statename = "CALIFOR" if congress == 102 & id == 14649 replace statename = "CALIFOR" if congress == 102 & id == 14624 replace statename = "CALIFOR" if congress == 102 & id == 15448 replace statename = "CALIFOR" if congress == 102 & id == 15011 replace statename = "CALIFOR" if congress == 102 & id == 14256 replace statename = "CALIFOR" if congress == 102 & id == 13011 replace statename = "CALIFOR" if congress == 102 & id == 14053 replace statename = "CALIFOR" if congress == 102 & id == 10583 replace statename = "CALIFOR" if congress == 102 & id == 14837 replace statename = "CALIFOR" if congress == 102 & id == 15600 replace statename = "CALIFOR" if congress == 102 & id == 14257 replace statename = "CALIFOR" if congress == 102 & id == 29104 replace statename = "CALIFOR" if congress == 102 & id == 15635 replace statename = "CALIFOR" if congress == 102 & id == 14444 replace statename = "CALIFOR" if congress == 102 & id == 29105 replace statename = "CALIFOR" if congress == 102 & id == 15032 replace statename = "CALIFOR" if congress == 102 & id == 14071 replace statename = "CALIFOR" if congress == 102 & id == 14669 replace statename = "CALIFOR" if congress == 102 & id == 15413 replace statename = "CALIFOR" if congress == 102 & id == 14040 replace statename = "CALIFOR" if congress == 102 & id == 14405 replace statename = "CALIFOR" if congress == 102 & id == 14280 replace statename = "CALIFOR" if congress == 102 & id == 10621 replace statename = "CALIFOR" if congress == 102 & id == 15005 replace statename = "CALIFOR" if congress == 102 & id == 15034 replace statename = "CALIFOR" if congress == 102 & id == 14620 replace statename = "CALIFOR" if congress == 102 & id == 29106 replace statename = "CALIFOR" if congress == 102 & id == 14879 replace statename = "CALIFOR" if congress == 102 & id == 14816 replace statename = "CALIFOR" if congress == 102 & id == 12001 replace statename = "CALIFOR" if congress == 102 & id == 14813 replace statename = "CALIFOR" if congress == 102 & id == 15070 replace statename = "CALIFOR" if congress == 102 & id == 14644 replace statename = "CALIFOR" if congress == 102 & id == 10573 replace statename = "CALIFOR" if congress == 102 & id == 15040 replace statename = "CALIFOR" if congress == 102 & id == 14414 replace statename = "CALIFOR" if congress == 102 & id == 14616 replace statename = "CALIFOR" if congress == 102 & id == 15601 replace statename = "CALIFOR" if congress == 102 & id == 14839 replace statename = "CALIFOR" if congress == 102 & id == 15621 replace statename = "CALIFOR" if congress == 102 & id == 15051 replace statename = "CALIFOR" if congress == 102 & id == 29107 replace statename = "CALIFOR" if congress == 102 & id == 14835 replace statename = "COLORAD" if congress == 102 & id == 14051 replace statename = "COLORAD" if congress == 102 & id == 15443 replace statename = "COLORAD" if congress == 102 & id == 15407 replace statename = "COLORAD" if congress == 102 & id == 29108 replace statename = "COLORAD" if congress == 102 & id == 15419 replace statename = "COLORAD" if congress == 102 & id == 15058 replace statename = "CONNECT" if congress == 102 & id == 14877 replace statename = "CONNECT" if congress == 102 & id == 14825 replace statename = "CONNECT" if congress == 102 & id == 29109 replace statename = "CONNECT" if congress == 102 & id == 15449 replace statename = "CONNECT" if congress == 102 & id == 29110 replace statename = "CONNECT" if congress == 102 & id == 15028 replace statename = "DELAWAR" if congress == 102 & id == 15015 replace statename = "FLORIDA" if congress == 102 & id == 14636 replace statename = "FLORIDA" if congress == 102 & id == 29111 replace statename = "FLORIDA" if congress == 102 & id == 633 replace statename = "FLORIDA" if congress == 102 & id == 15608 replace statename = "FLORIDA" if congress == 102 & id == 14842 replace statename = "FLORIDA" if congress == 102 & id == 15627 replace statename = "FLORIDA" if congress == 102 & id == 10588 replace statename = "FLORIDA" if congress == 102 & id == 13047 replace statename = "FLORIDA" if congress == 102 & id == 15006 replace statename = "FLORIDA" if congress == 102 & id == 14428 replace statename = "FLORIDA" if congress == 102 & id == 29112 replace statename = "FLORIDA" if congress == 102 & id == 15035 replace statename = "FLORIDA" if congress == 102 & id == 15605 replace statename = "FLORIDA" if congress == 102 & id == 15609 replace statename = "FLORIDA" if congress == 102 & id == 14860 replace statename = "FLORIDA" if congress == 102 & id == 15062 replace statename = "FLORIDA" if congress == 102 & id == 14029 replace statename = "FLORIDA" if congress == 102 & id == 15634 replace statename = "FLORIDA" if congress == 102 & id == 3078 replace statename = "GEORGIA" if congress == 102 & id == 15069 replace statename = "GEORGIA" if congress == 102 & id == 14831 replace statename = "GEORGIA" if congress == 102 & id == 15053 replace statename = "GEORGIA" if congress == 102 & id == 95120 replace statename = "GEORGIA" if congress == 102 & id == 15431 replace statename = "GEORGIA" if congress == 102 & id == 14627 replace statename = "GEORGIA" if congress == 102 & id == 15081 replace statename = "GEORGIA" if congress == 102 & id == 15057 replace statename = "GEORGIA" if congress == 102 & id == 14429 replace statename = "GEORGIA" if congress == 102 & id == 14404 replace statename = "HAWAII" if congress == 102 & id == 15245 replace statename = "HAWAII" if congress == 102 & id == 10757 replace statename = "IDAHO" if congress == 102 & id == 29114 replace statename = "IDAHO" if congress == 102 & id == 15117 replace statename = "ILLINOI" if congress == 102 & id == 15079 replace statename = "ILLINOI" if congress == 102 & id == 14856 replace statename = "ILLINOI" if congress == 102 & id == 14271 replace statename = "ILLINOI" if congress == 102 & id == 15622 replace statename = "ILLINOI" if congress == 102 & id == 15036 replace statename = "ILLINOI" if congress == 102 & id == 14239 replace statename = "ILLINOI" if congress == 102 & id == 14068 replace statename = "ILLINOI" if congress == 102 & id == 8080 replace statename = "ILLINOI" if congress == 102 & id == 10421 replace statename = "ILLINOI" if congress == 102 & id == 14677 replace statename = "ILLINOI" if congress == 102 & id == 10703 replace statename = "ILLINOI" if congress == 102 & id == 12041 replace statename = "ILLINOI" if congress == 102 & id == 15098 replace statename = "ILLINOI" if congress == 102 & id == 15417 replace statename = "ILLINOI" if congress == 102 & id == 14033 replace statename = "ILLINOI" if congress == 102 & id == 29115 replace statename = "ILLINOI" if congress == 102 & id == 29116 replace statename = "ILLINOI" if congress == 102 & id == 15023 replace statename = "ILLINOI" if congress == 102 & id == 6455 replace statename = "ILLINOI" if congress == 102 & id == 15088 replace statename = "ILLINOI" if congress == 102 & id == 15021 replace statename = "ILLINOI" if congress == 102 & id == 15453 replace statename = "ILLINOI" if congress == 102 & id == 15620 replace statename = "INDIANA" if congress == 102 & id == 15124 replace statename = "INDIANA" if congress == 102 & id == 14274 replace statename = "INDIANA" if congress == 102 & id == 29117 replace statename = "INDIANA" if congress == 102 & id == 15631 replace statename = "INDIANA" if congress == 102 & id == 15426 replace statename = "INDIANA" if congress == 102 & id == 15014 replace statename = "INDIANA" if congress == 102 & id == 11036 replace statename = "INDIANA" if congress == 102 & id == 15041 replace statename = "INDIANA" if congress == 102 & id == 10732 replace statename = "INDIANA" if congress == 102 & id == 10742 replace statename = "IOWA" if congress == 102 & id == 14432 replace statename = "IOWA" if congress == 102 & id == 29118 replace statename = "IOWA" if congress == 102 & id == 15435 replace statename = "IOWA" if congress == 102 & id == 8672 replace statename = "IOWA" if congress == 102 & id == 15106 replace statename = "IOWA" if congress == 102 & id == 15414 replace statename = "KANSAS" if congress == 102 & id == 14852 replace statename = "KANSAS" if congress == 102 & id == 15061 replace statename = "KANSAS" if congress == 102 & id == 15109 replace statename = "KANSAS" if congress == 102 & id == 14422 replace statename = "KANSAS" if congress == 102 & id == 29119 replace statename = "KENTUCK" if congress == 102 & id == 14237 replace statename = "KENTUCK" if congress == 102 & id == 6845 replace statename = "KENTUCK" if congress == 102 & id == 13024 replace statename = "KENTUCK" if congress == 102 & id == 15406 replace statename = "KENTUCK" if congress == 102 & id == 14854 replace statename = "KENTUCK" if congress == 102 & id == 14635 replace statename = "KENTUCK" if congress == 102 & id == 15228 replace statename = "LOUISIA" if congress == 102 & id == 14469 replace statename = "LOUISIA" if congress == 102 & id == 29120 replace statename = "LOUISIA" if congress == 102 & id == 14679 replace statename = "LOUISIA" if congress == 102 & id == 15451 replace statename = "LOUISIA" if congress == 102 & id == 14427 replace statename = "LOUISIA" if congress == 102 & id == 15401 replace statename = "LOUISIA" if congress == 102 & id == 15418 replace statename = "LOUISIA" if congress == 102 & id == 15422 replace statename = "MAINE" if congress == 102 & id == 29121 replace statename = "MAINE" if congress == 102 & id == 14661 replace statename = "MARYLAN" if congress == 102 & id == 29122 replace statename = "MARYLAN" if congress == 102 & id == 15086 replace statename = "MARYLAN" if congress == 102 & id == 15408 replace statename = "MARYLAN" if congress == 102 & id == 15432 replace statename = "MARYLAN" if congress == 102 & id == 14873 replace statename = "MARYLAN" if congress == 102 & id == 14608 replace statename = "MARYLAN" if congress == 102 & id == 15433 replace statename = "MARYLAN" if congress == 102 & id == 15434 replace statename = "MASSACH" if congress == 102 & id == 2009 replace statename = "MASSACH" if congress == 102 & id == 29123 replace statename = "MASSACH" if congress == 102 & id == 15616 replace statename = "MASSACH" if congress == 102 & id == 14216 replace statename = "MASSACH" if congress == 102 & id == 14824 replace statename = "MASSACH" if congress == 102 & id == 15084 replace statename = "MASSACH" if congress == 102 & id == 14650 replace statename = "MASSACH" if congress == 102 & id == 14435 replace statename = "MASSACH" if congress == 102 & id == 15427 replace statename = "MASSACH" if congress == 102 & id == 14039 replace statename = "MASSACH" if congress == 102 & id == 14055 replace statename = "MASSACH" if congress == 102 & id == 14621 replace statename = "MICHIGA" if congress == 102 & id == 10713 replace statename = "MICHIGA" if congress == 102 & id == 14446 replace statename = "MICHIGA" if congress == 102 & id == 14673 replace statename = "MICHIGA" if congress == 102 & id == 15446 replace statename = "MICHIGA" if congress == 102 & id == 15103 replace statename = "MICHIGA" if congress == 102 & id == 14210 replace statename = "MICHIGA" if congress == 102 & id == 14430 replace statename = "MICHIGA" if congress == 102 & id == 14075 replace statename = "MICHIGA" if congress == 102 & id == 10794 replace statename = "MICHIGA" if congress == 102 & id == 29124 replace statename = "MICHIGA" if congress == 102 & id == 14618 replace statename = "MICHIGA" if congress == 102 & id == 14407 replace statename = "MICHIGA" if congress == 102 & id == 29125 replace statename = "MICHIGA" if congress == 102 & id == 14833 replace statename = "MICHIGA" if congress == 102 & id == 10727 replace statename = "MICHIGA" if congress == 102 & id == 2605 replace statename = "MICHIGA" if congress == 102 & id == 15033 replace statename = "MICHIGA" if congress == 102 & id == 1087 replace statename = "MINNESO" if congress == 102 & id == 15052 replace statename = "MINNESO" if congress == 102 & id == 14868 replace statename = "MINNESO" if congress == 102 & id == 29126 replace statename = "MINNESO" if congress == 102 & id == 14458 replace statename = "MINNESO" if congress == 102 & id == 14656 replace statename = "MINNESO" if congress == 102 & id == 15059 replace statename = "MINNESO" if congress == 102 & id == 29127 replace statename = "MINNESO" if congress == 102 & id == 14265 replace statename = "MISSISS" if congress == 102 & id == 10075 replace statename = "MISSISS" if congress == 102 & id == 15411 replace statename = "MISSISS" if congress == 102 & id == 11035 replace statename = "MISSISS" if congress == 102 & id == 15617 replace statename = "MISSISS" if congress == 102 & id == 15637 replace statename = "MISSOUR" if congress == 102 & id == 12009 replace statename = "MISSOUR" if congress == 102 & id == 29128 replace statename = "MISSOUR" if congress == 102 & id == 14421 replace statename = "MISSOUR" if congress == 102 & id == 14451 replace statename = "MISSOUR" if congress == 102 & id == 15076 replace statename = "MISSOUR" if congress == 102 & id == 14410 replace statename = "MISSOUR" if congress == 102 & id == 15606 replace statename = "MISSOUR" if congress == 102 & id == 14819 replace statename = "MISSOUR" if congress == 102 & id == 14459 replace statename = "MONTANA" if congress == 102 & id == 14672 replace statename = "MONTANA" if congress == 102 & id == 14437 replace statename = "NEBRASK" if congress == 102 & id == 14605 replace statename = "NEBRASK" if congress == 102 & id == 15607 replace statename = "NEBRASK" if congress == 102 & id == 29129 replace statename = "NEVADA" if congress == 102 & id == 15403 replace statename = "NEVADA" if congress == 102 & id == 15075 replace statename = "NEW HAM" if congress == 102 & id == 29130 replace statename = "NEW HAM" if congress == 102 & id == 29131 replace statename = "NEW JER" if congress == 102 & id == 29132 replace statename = "NEW JER" if congress == 102 & id == 14238 replace statename = "NEW JER" if congress == 102 & id == 15454 replace statename = "NEW JER" if congress == 102 & id == 14863 replace statename = "NEW JER" if congress == 102 & id == 14855 replace statename = "NEW JER" if congress == 102 & id == 14815 replace statename = "NEW JER" if congress == 102 & id == 14046 replace statename = "NEW JER" if congress == 102 & id == 12042 replace statename = "NEW JER" if congress == 102 & id == 15071 replace statename = "NEW JER" if congress == 102 & id == 15619 replace statename = "NEW JER" if congress == 102 & id == 15099 replace statename = "NEW JER" if congress == 102 & id == 29133 replace statename = "NEW JER" if congress == 102 & id == 15112 replace statename = "NEW JER" if congress == 102 & id == 14631 replace statename = "NEW MEX" if congress == 102 & id == 15624 replace statename = "NEW MEX" if congress == 102 & id == 14861 replace statename = "NEW MEX" if congress == 102 & id == 15055 replace statename = "NEW YOR" if congress == 102 & id == 15421 replace statename = "NEW YOR" if congress == 102 & id == 14214 replace statename = "NEW YOR" if congress == 102 & id == 15046 replace statename = "NEW YOR" if congress == 102 & id == 13021 replace statename = "NEW YOR" if congress == 102 & id == 14845 replace statename = "NEW YOR" if congress == 102 & id == 15412 replace statename = "NEW YOR" if congress == 102 & id == 15000 replace statename = "NEW YOR" if congress == 102 & id == 10768 replace statename = "NEW YOR" if congress == 102 & id == 15107 replace statename = "NEW YOR" if congress == 102 & id == 14858 replace statename = "NEW YOR" if congress == 102 & id == 15072 replace statename = "NEW YOR" if congress == 102 & id == 15050 replace statename = "NEW YOR" if congress == 102 & id == 14277 replace statename = "NEW YOR" if congress == 102 & id == 15639 replace statename = "NEW YOR" if congress == 102 & id == 14471 replace statename = "NEW YOR" if congress == 102 & id == 13035 replace statename = "NEW YOR" if congress == 102 & id == 14463 replace statename = "NEW YOR" if congress == 102 & id == 29134 replace statename = "NEW YOR" if congress == 102 & id == 15603 replace statename = "NEW YOR" if congress == 102 & id == 15612 replace statename = "NEW YOR" if congress == 102 & id == 12013 replace statename = "NEW YOR" if congress == 102 & id == 14015 replace statename = "NEW YOR" if congress == 102 & id == 15614 replace statename = "NEW YOR" if congress == 102 & id == 14662 replace statename = "NEW YOR" if congress == 102 & id == 15007 replace statename = "NEW YOR" if congress == 102 & id == 14840 replace statename = "NEW YOR" if congress == 102 & id == 15630 replace statename = "NEW YOR" if congress == 102 & id == 14253 replace statename = "NEW YOR" if congress == 102 & id == 10596 replace statename = "NEW YOR" if congress == 102 & id == 15444 replace statename = "NEW YOR" if congress == 102 & id == 15618 replace statename = "NEW YOR" if congress == 102 & id == 14248 replace statename = "NEW YOR" if congress == 102 & id == 14264 replace statename = "NEW YOR" if congress == 102 & id == 15423 replace statename = "NORTH C" if congress == 102 & id == 10788 replace statename = "NORTH C" if congress == 102 & id == 15073 replace statename = "NORTH C" if congress == 102 & id == 15430 replace statename = "NORTH C" if congress == 102 & id == 15438 replace statename = "NORTH C" if congress == 102 & id == 14262 replace statename = "NORTH C" if congress == 102 & id == 15092 replace statename = "NORTH C" if congress == 102 & id == 14048 replace statename = "NORTH C" if congress == 102 & id == 14233 replace statename = "NORTH C" if congress == 102 & id == 15108 replace statename = "NORTH C" if congress == 102 & id == 15402 replace statename = "NORTH C" if congress == 102 & id == 29135 replace statename = "NORTH D" if congress == 102 & id == 14812 replace statename = "OHIO" if congress == 102 & id == 15823 replace statename = "OHIO" if congress == 102 & id == 14225 replace statename = "OHIO" if congress == 102 & id == 14632 replace statename = "OHIO" if congress == 102 & id == 14875 replace statename = "OHIO" if congress == 102 & id == 15604 replace statename = "OHIO" if congress == 102 & id == 14844 replace statename = "OHIO" if congress == 102 & id == 29136 replace statename = "OHIO" if congress == 102 & id == 29137 replace statename = "OHIO" if congress == 102 & id == 15029 replace statename = "OHIO" if congress == 102 & id == 11034 replace statename = "OHIO" if congress == 102 & id == 14818 replace statename = "OHIO" if congress == 102 & id == 15030 replace statename = "OHIO" if congress == 102 & id == 14445 replace statename = "OHIO" if congress == 102 & id == 15442 replace statename = "OHIO" if congress == 102 & id == 11058 replace statename = "OHIO" if congress == 102 & id == 14045 replace statename = "OHIO" if congress == 102 & id == 15121 replace statename = "OHIO" if congress == 102 & id == 14402 replace statename = "OHIO" if congress == 102 & id == 15024 replace statename = "OHIO" if congress == 102 & id == 14443 replace statename = "OHIO" if congress == 102 & id == 12030 replace statename = "OKLAHOM" if congress == 102 & id == 15424 replace statename = "OKLAHOM" if congress == 102 & id == 14667 replace statename = "OKLAHOM" if congress == 102 & id == 29138 replace statename = "OKLAHOM" if congress == 102 & id == 14843 replace statename = "OKLAHOM" if congress == 102 & id == 14415 replace statename = "OKLAHOM" if congress == 102 & id == 14219 replace statename = "OREGON" if congress == 102 & id == 14201 replace statename = "OREGON" if congress == 102 & id == 15063 replace statename = "OREGON" if congress == 102 & id == 14871 replace statename = "OREGON" if congress == 102 & id == 15410 replace statename = "OREGON" if congress == 102 & id == 29139 replace statename = "PENNSYL" if congress == 102 & id == 14823 replace statename = "PENNSYL" if congress == 102 & id == 14629 replace statename = "PENNSYL" if congress == 102 & id == 29140 replace statename = "PENNSYL" if congress == 102 & id == 15008 replace statename = "PENNSYL" if congress == 102 & id == 15031 replace statename = "PENNSYL" if congress == 102 & id == 14273 replace statename = "PENNSYL" if congress == 102 & id == 12035 replace statename = "PENNSYL" if congress == 102 & id == 15447 replace statename = "PENNSYL" if congress == 102 & id == 14431 replace statename = "PENNSYL" if congress == 102 & id == 14052 replace statename = "PENNSYL" if congress == 102 & id == 10607 replace statename = "PENNSYL" if congress == 102 & id == 15104 replace statename = "PENNSYL" if congress == 102 & id == 14072 replace statename = "PENNSYL" if congress == 102 & id == 12010 replace statename = "PENNSYL" if congress == 102 & id == 14808 replace statename = "PENNSYL" if congress == 102 & id == 14654 replace statename = "PENNSYL" if congress == 102 & id == 14461 replace statename = "PENNSYL" if congress == 102 & id == 15026 replace statename = "PENNSYL" if congress == 102 & id == 29141 replace statename = "PENNSYL" if congress == 102 & id == 14288 replace statename = "PENNSYL" if congress == 102 & id == 11067 replace statename = "PENNSYL" if congress == 102 & id == 15056 replace statename = "PENNSYL" if congress == 102 & id == 14441 replace statename = "PENNSYL" if congress == 102 & id == 14612 replace statename = "RHODE I" if congress == 102 & id == 15615 replace statename = "RHODE I" if congress == 102 & id == 29142 replace statename = "SOUTH C" if congress == 102 & id == 15439 replace statename = "SOUTH C" if congress == 102 & id == 13042 replace statename = "SOUTH C" if congress == 102 & id == 14212 replace statename = "SOUTH C" if congress == 102 & id == 15171 replace statename = "SOUTH C" if congress == 102 & id == 15064 replace statename = "SOUTH C" if congress == 102 & id == 15068 replace statename = "SOUTH D" if congress == 102 & id == 15425 replace statename = "TENNESS" if congress == 102 & id == 10616 replace statename = "TENNESS" if congress == 102 & id == 15455 replace statename = "TENNESS" if congress == 102 & id == 14251 replace statename = "TENNESS" if congress == 102 & id == 15019 replace statename = "TENNESS" if congress == 102 & id == 15450 replace statename = "TENNESS" if congress == 102 & id == 15100 replace statename = "TENNESS" if congress == 102 & id == 15066 replace statename = "TENNESS" if congress == 102 & id == 15628 replace statename = "TENNESS" if congress == 102 & id == 14224 replace statename = "TEXAS" if congress == 102 & id == 15129 replace statename = "TEXAS" if congress == 102 & id == 14062 replace statename = "TEXAS" if congress == 102 & id == 15002 replace statename = "TEXAS" if congress == 102 & id == 29143 replace statename = "TEXAS" if congress == 102 & id == 14828 replace statename = "TEXAS" if congress == 102 & id == 15013 replace statename = "TEXAS" if congress == 102 & id == 15085 replace statename = "TEXAS" if congress == 102 & id == 13002 replace statename = "TEXAS" if congress == 102 & id == 14822 replace statename = "TEXAS" if congress == 102 & id == 1077 replace statename = "TEXAS" if congress == 102 & id == 10614 replace statename = "TEXAS" if congress == 102 & id == 29144 replace statename = "TEXAS" if congress == 102 & id == 15636 replace statename = "TEXAS" if congress == 102 & id == 15623 replace statename = "TEXAS" if congress == 102 & id == 15611 replace statename = "TEXAS" if congress == 102 & id == 10716 replace statename = "TEXAS" if congress == 102 & id == 15018 replace statename = "TEXAS" if congress == 102 & id == 14664 replace statename = "TEXAS" if congress == 102 & id == 29145 replace statename = "TEXAS" if congress == 102 & id == 15093 replace statename = "TEXAS" if congress == 102 & id == 10520 replace statename = "TEXAS" if congress == 102 & id == 15445 replace statename = "TEXAS" if congress == 102 & id == 15094 replace statename = "TEXAS" if congress == 102 & id == 15089 replace statename = "TEXAS" if congress == 102 & id == 14626 replace statename = "TEXAS" if congress == 102 & id == 15001 replace statename = "TEXAS" if congress == 102 & id == 15125 replace statename = "TEXAS" if congress == 102 & id == 15049 replace statename = "UTAH" if congress == 102 & id == 14829 replace statename = "UTAH" if congress == 102 & id == 14042 replace statename = "UTAH" if congress == 102 & id == 29146 replace statename = "VERMONT" if congress == 102 & id == 29147 replace statename = "VIRGINI" if congress == 102 & id == 15003 replace statename = "VIRGINI" if congress == 102 & id == 15437 replace statename = "VIRGINI" if congress == 102 & id == 14802 replace statename = "VIRGINI" if congress == 102 & id == 15060 replace statename = "VIRGINI" if congress == 102 & id == 15452 replace statename = "VIRGINI" if congress == 102 & id == 15048 replace statename = "VIRGINI" if congress == 102 & id == 15115 replace statename = "VIRGINI" if congress == 102 & id == 29148 replace statename = "VIRGINI" if congress == 102 & id == 29149 replace statename = "VIRGINI" if congress == 102 & id == 15010 replace statename = "VIRGINI" if congress == 102 & id == 14869 replace statename = "WASHING" if congress == 102 & id == 15110 replace statename = "WASHING" if congress == 102 & id == 14666 replace statename = "WASHING" if congress == 102 & id == 15629 replace statename = "WASHING" if congress == 102 & id == 14847 replace statename = "WASHING" if congress == 102 & id == 10726 replace statename = "WASHING" if congress == 102 & id == 14413 replace statename = "WASHING" if congress == 102 & id == 15613 replace statename = "WASHING" if congress == 102 & id == 15016 replace statename = "WEST VI" if congress == 102 & id == 15083 replace statename = "WEST VI" if congress == 102 & id == 15065 replace statename = "WEST VI" if congress == 102 & id == 15077 replace statename = "WEST VI" if congress == 102 & id == 14448 replace statename = "WISCONS" if congress == 102 & id == 13003 replace statename = "WISCONS" if congress == 102 & id == 29150 replace statename = "WISCONS" if congress == 102 & id == 14827 replace statename = "WISCONS" if congress == 102 & id == 15082 replace statename = "WISCONS" if congress == 102 & id == 15044 replace statename = "WISCONS" if congress == 102 & id == 14675 replace statename = "WISCONS" if congress == 102 & id == 12036 replace statename = "WISCONS" if congress == 102 & id == 14655 replace statename = "WISCONS" if congress == 102 & id == 14657 replace statename = "WYOMING" if congress == 102 & id == 15633 replace statename = "USA" if congress == 103 & id == 99909 replace statename = "ALABAMA" if congress == 103 & id == 15090 replace statename = "ALABAMA" if congress == 103 & id == 29300 replace statename = "ALABAMA" if congress == 103 & id == 15632 replace statename = "ALABAMA" if congress == 103 & id == 11000 replace statename = "ALABAMA" if congress == 103 & id == 29100 replace statename = "ALABAMA" if congress == 103 & id == 29301 replace statename = "ALABAMA" if congress == 103 & id == 29302 replace statename = "ALASKA" if congress == 103 & id == 14066 replace statename = "ARIZONA" if congress == 103 & id == 29303 replace statename = "ARIZONA" if congress == 103 & id == 29101 replace statename = "ARIZONA" if congress == 103 & id == 14454 replace statename = "ARIZONA" if congress == 103 & id == 15429 replace statename = "ARIZONA" if congress == 103 & id == 15105 replace statename = "ARIZONA" if congress == 103 & id == 29304 replace statename = "ARKANSA" if congress == 103 & id == 29305 replace statename = "ARKANSA" if congress == 103 & id == 14058 replace statename = "ARKANSA" if congress == 103 & id == 29306 replace statename = "ARKANSA" if congress == 103 & id == 29307 replace statename = "CALIFOR" if congress == 103 & id == 29308 replace statename = "CALIFOR" if congress == 103 & id == 15420 replace statename = "CALIFOR" if congress == 103 & id == 14624 replace statename = "CALIFOR" if congress == 103 & id == 29104 replace statename = "CALIFOR" if congress == 103 & id == 14649 replace statename = "CALIFOR" if congress == 103 & id == 29309 replace statename = "CALIFOR" if congress == 103 & id == 14256 replace statename = "CALIFOR" if congress == 103 & id == 15448 replace statename = "CALIFOR" if congress == 103 & id == 13011 replace statename = "CALIFOR" if congress == 103 & id == 29310 replace statename = "CALIFOR" if congress == 103 & id == 29311 replace statename = "CALIFOR" if congress == 103 & id == 14837 replace statename = "CALIFOR" if congress == 103 & id == 14053 replace statename = "CALIFOR" if congress == 103 & id == 29312 replace statename = "CALIFOR" if congress == 103 & id == 14257 replace statename = "CALIFOR" if congress == 103 & id == 10583 replace statename = "CALIFOR" if congress == 103 & id == 14444 replace statename = "CALIFOR" if congress == 103 & id == 29313 replace statename = "CALIFOR" if congress == 103 & id == 15635 replace statename = "CALIFOR" if congress == 103 & id == 15032 replace statename = "CALIFOR" if congress == 103 & id == 29105 replace statename = "CALIFOR" if congress == 103 & id == 14669 replace statename = "CALIFOR" if congress == 103 & id == 29314 replace statename = "CALIFOR" if congress == 103 & id == 15413 replace statename = "CALIFOR" if congress == 103 & id == 14405 replace statename = "CALIFOR" if congress == 103 & id == 29315 replace statename = "CALIFOR" if congress == 103 & id == 15005 replace statename = "CALIFOR" if congress == 103 & id == 14040 replace statename = "CALIFOR" if congress == 103 & id == 14813 replace statename = "CALIFOR" if congress == 103 & id == 14280 replace statename = "CALIFOR" if congress == 103 & id == 29316 replace statename = "CALIFOR" if congress == 103 & id == 14879 replace statename = "CALIFOR" if congress == 103 & id == 14620 replace statename = "CALIFOR" if congress == 103 & id == 29317 replace statename = "CALIFOR" if congress == 103 & id == 15070 replace statename = "CALIFOR" if congress == 103 & id == 29106 replace statename = "CALIFOR" if congress == 103 & id == 29318 replace statename = "CALIFOR" if congress == 103 & id == 29319 replace statename = "CALIFOR" if congress == 103 & id == 29320 replace statename = "CALIFOR" if congress == 103 & id == 29321 replace statename = "CALIFOR" if congress == 103 & id == 14644 replace statename = "CALIFOR" if congress == 103 & id == 29322 replace statename = "CALIFOR" if congress == 103 & id == 10573 replace statename = "CALIFOR" if congress == 103 & id == 29323 replace statename = "CALIFOR" if congress == 103 & id == 15040 replace statename = "CALIFOR" if congress == 103 & id == 15621 replace statename = "CALIFOR" if congress == 103 & id == 14414 replace statename = "CALIFOR" if congress == 103 & id == 15601 replace statename = "CALIFOR" if congress == 103 & id == 15051 replace statename = "CALIFOR" if congress == 103 & id == 29324 replace statename = "CALIFOR" if congress == 103 & id == 29325 replace statename = "CALIFOR" if congress == 103 & id == 29107 replace statename = "CALIFOR" if congress == 103 & id == 14835 replace statename = "COLORAD" if congress == 103 & id == 14051 replace statename = "COLORAD" if congress == 103 & id == 15443 replace statename = "COLORAD" if congress == 103 & id == 29326 replace statename = "COLORAD" if congress == 103 & id == 29108 replace statename = "COLORAD" if congress == 103 & id == 15419 replace statename = "COLORAD" if congress == 103 & id == 15058 replace statename = "CONNECT" if congress == 103 & id == 14877 replace statename = "CONNECT" if congress == 103 & id == 14825 replace statename = "CONNECT" if congress == 103 & id == 29109 replace statename = "CONNECT" if congress == 103 & id == 15449 replace statename = "CONNECT" if congress == 103 & id == 29110 replace statename = "CONNECT" if congress == 103 & id == 15028 replace statename = "DELAWAR" if congress == 103 & id == 29327 replace statename = "FLORIDA" if congress == 103 & id == 14636 replace statename = "FLORIDA" if congress == 103 & id == 29111 replace statename = "FLORIDA" if congress == 103 & id == 29328 replace statename = "FLORIDA" if congress == 103 & id == 29329 replace statename = "FLORIDA" if congress == 103 & id == 29330 replace statename = "FLORIDA" if congress == 103 & id == 15627 replace statename = "FLORIDA" if congress == 103 & id == 29331 replace statename = "FLORIDA" if congress == 103 & id == 14842 replace statename = "FLORIDA" if congress == 103 & id == 15006 replace statename = "FLORIDA" if congress == 103 & id == 13047 replace statename = "FLORIDA" if congress == 103 & id == 10588 replace statename = "FLORIDA" if congress == 103 & id == 29332 replace statename = "FLORIDA" if congress == 103 & id == 29333 replace statename = "FLORIDA" if congress == 103 & id == 15605 replace statename = "FLORIDA" if congress == 103 & id == 29112 replace statename = "FLORIDA" if congress == 103 & id == 15035 replace statename = "FLORIDA" if congress == 103 & id == 29334 replace statename = "FLORIDA" if congress == 103 & id == 15634 replace statename = "FLORIDA" if congress == 103 & id == 15609 replace statename = "FLORIDA" if congress == 103 & id == 29335 replace statename = "FLORIDA" if congress == 103 & id == 29336 replace statename = "FLORIDA" if congress == 103 & id == 14860 replace statename = "FLORIDA" if congress == 103 & id == 29337 replace statename = "GEORGIA" if congress == 103 & id == 29338 replace statename = "GEORGIA" if congress == 103 & id == 29339 replace statename = "GEORGIA" if congress == 103 & id == 29340 replace statename = "GEORGIA" if congress == 103 & id == 29341 replace statename = "GEORGIA" if congress == 103 & id == 15431 replace statename = "GEORGIA" if congress == 103 & id == 14627 replace statename = "GEORGIA" if congress == 103 & id == 15081 replace statename = "GEORGIA" if congress == 103 & id == 15057 replace statename = "GEORGIA" if congress == 103 & id == 29342 replace statename = "GEORGIA" if congress == 103 & id == 29343 replace statename = "GEORGIA" if congress == 103 & id == 29344 replace statename = "HAWAII" if congress == 103 & id == 15245 replace statename = "HAWAII" if congress == 103 & id == 10757 replace statename = "IDAHO" if congress == 103 & id == 29114 replace statename = "IDAHO" if congress == 103 & id == 29345 replace statename = "ILLINOI" if congress == 103 & id == 29346 replace statename = "ILLINOI" if congress == 103 & id == 29347 replace statename = "ILLINOI" if congress == 103 & id == 15036 replace statename = "ILLINOI" if congress == 103 & id == 29348 replace statename = "ILLINOI" if congress == 103 & id == 8080 replace statename = "ILLINOI" if congress == 103 & id == 14239 replace statename = "ILLINOI" if congress == 103 & id == 14068 replace statename = "ILLINOI" if congress == 103 & id == 12041 replace statename = "ILLINOI" if congress == 103 & id == 10421 replace statename = "ILLINOI" if congress == 103 & id == 14677 replace statename = "ILLINOI" if congress == 103 & id == 15622 replace statename = "ILLINOI" if congress == 103 & id == 15453 replace statename = "ILLINOI" if congress == 103 & id == 15098 replace statename = "ILLINOI" if congress == 103 & id == 15417 replace statename = "ILLINOI" if congress == 103 & id == 29115 replace statename = "ILLINOI" if congress == 103 & id == 29349 replace statename = "ILLINOI" if congress == 103 & id == 15023 replace statename = "ILLINOI" if congress == 103 & id == 6455 replace statename = "ILLINOI" if congress == 103 & id == 15620 replace statename = "ILLINOI" if congress == 103 & id == 15021 replace statename = "INDIANA" if congress == 103 & id == 15124 replace statename = "INDIANA" if congress == 103 & id == 14274 replace statename = "INDIANA" if congress == 103 & id == 29117 replace statename = "INDIANA" if congress == 103 & id == 15631 replace statename = "INDIANA" if congress == 103 & id == 29350 replace statename = "INDIANA" if congress == 103 & id == 15014 replace statename = "INDIANA" if congress == 103 & id == 11036 replace statename = "INDIANA" if congress == 103 & id == 15041 replace statename = "INDIANA" if congress == 103 & id == 10732 replace statename = "INDIANA" if congress == 103 & id == 10742 replace statename = "IOWA" if congress == 103 & id == 14432 replace statename = "IOWA" if congress == 103 & id == 29118 replace statename = "IOWA" if congress == 103 & id == 15106 replace statename = "IOWA" if congress == 103 & id == 8672 replace statename = "IOWA" if congress == 103 & id == 15414 replace statename = "KANSAS" if congress == 103 & id == 14852 replace statename = "KANSAS" if congress == 103 & id == 15061 replace statename = "KANSAS" if congress == 103 & id == 15109 replace statename = "KANSAS" if congress == 103 & id == 14422 replace statename = "KENTUCK" if congress == 103 & id == 29351 replace statename = "KENTUCK" if congress == 103 & id == 6845 replace statename = "KENTUCK" if congress == 103 & id == 29352 replace statename = "KENTUCK" if congress == 103 & id == 13024 replace statename = "KENTUCK" if congress == 103 & id == 15406 replace statename = "KENTUCK" if congress == 103 & id == 14854 replace statename = "KENTUCK" if congress == 103 & id == 29353 replace statename = "LOUISIA" if congress == 103 & id == 14469 replace statename = "LOUISIA" if congress == 103 & id == 29120 replace statename = "LOUISIA" if congress == 103 & id == 14679 replace statename = "LOUISIA" if congress == 103 & id == 29354 replace statename = "LOUISIA" if congress == 103 & id == 15451 replace statename = "LOUISIA" if congress == 103 & id == 15401 replace statename = "LOUISIA" if congress == 103 & id == 15418 replace statename = "MAINE" if congress == 103 & id == 29121 replace statename = "MAINE" if congress == 103 & id == 14661 replace statename = "MARYLAN" if congress == 103 & id == 29122 replace statename = "MARYLAN" if congress == 103 & id == 15086 replace statename = "MARYLAN" if congress == 103 & id == 15408 replace statename = "MARYLAN" if congress == 103 & id == 29355 replace statename = "MARYLAN" if congress == 103 & id == 14873 replace statename = "MARYLAN" if congress == 103 & id == 29356 replace statename = "MARYLAN" if congress == 103 & id == 15433 replace statename = "MARYLAN" if congress == 103 & id == 15434 replace statename = "MASSACH" if congress == 103 & id == 29123 replace statename = "MASSACH" if congress == 103 & id == 15616 replace statename = "MASSACH" if congress == 103 & id == 29357 replace statename = "MASSACH" if congress == 103 & id == 14824 replace statename = "MASSACH" if congress == 103 & id == 29358 replace statename = "MASSACH" if congress == 103 & id == 29359 replace statename = "MASSACH" if congress == 103 & id == 14435 replace statename = "MASSACH" if congress == 103 & id == 15427 replace statename = "MASSACH" if congress == 103 & id == 14039 replace statename = "MASSACH" if congress == 103 & id == 14055 replace statename = "MICHIGA" if congress == 103 & id == 29360 replace statename = "MICHIGA" if congress == 103 & id == 29361 replace statename = "MICHIGA" if congress == 103 & id == 15103 replace statename = "MICHIGA" if congress == 103 & id == 29362 replace statename = "MICHIGA" if congress == 103 & id == 29124 replace statename = "MICHIGA" if congress == 103 & id == 29363 replace statename = "MICHIGA" if congress == 103 & id == 15446 replace statename = "MICHIGA" if congress == 103 & id == 29364 replace statename = "MICHIGA" if congress == 103 & id == 14210 replace statename = "MICHIGA" if congress == 103 & id == 14430 replace statename = "MICHIGA" if congress == 103 & id == 14407 replace statename = "MICHIGA" if congress == 103 & id == 29365 replace statename = "MICHIGA" if congress == 103 & id == 15033 replace statename = "MICHIGA" if congress == 103 & id == 10727 replace statename = "MICHIGA" if congress == 103 & id == 10713 replace statename = "MICHIGA" if congress == 103 & id == 29125 replace statename = "MICHIGA" if congress == 103 & id == 2605 replace statename = "MINNESO" if congress == 103 & id == 15052 replace statename = "MINNESO" if congress == 103 & id == 29366 replace statename = "MINNESO" if congress == 103 & id == 29126 replace statename = "MINNESO" if congress == 103 & id == 14458 replace statename = "MINNESO" if congress == 103 & id == 14656 replace statename = "MINNESO" if congress == 103 & id == 29367 replace statename = "MINNESO" if congress == 103 & id == 29127 replace statename = "MINNESO" if congress == 103 & id == 14265 replace statename = "MISSISS" if congress == 103 & id == 10075 replace statename = "MISSISS" if congress == 103 & id == 15411 replace statename = "MISSISS" if congress == 103 & id == 29368 replace statename = "MISSISS" if congress == 103 & id == 11035 replace statename = "MISSISS" if congress == 103 & id == 15617 replace statename = "MISSISS" if congress == 103 & id == 15637 replace statename = "MISSOUR" if congress == 103 & id == 12009 replace statename = "MISSOUR" if congress == 103 & id == 29369 replace statename = "MISSOUR" if congress == 103 & id == 14421 replace statename = "MISSOUR" if congress == 103 & id == 14451 replace statename = "MISSOUR" if congress == 103 & id == 15076 replace statename = "MISSOUR" if congress == 103 & id == 29370 replace statename = "MISSOUR" if congress == 103 & id == 15606 replace statename = "MISSOUR" if congress == 103 & id == 14819 replace statename = "MISSOUR" if congress == 103 & id == 14459 replace statename = "MONTANA" if congress == 103 & id == 14672 replace statename = "NEBRASK" if congress == 103 & id == 14605 replace statename = "NEBRASK" if congress == 103 & id == 15607 replace statename = "NEBRASK" if congress == 103 & id == 29129 replace statename = "NEVADA" if congress == 103 & id == 15403 replace statename = "NEVADA" if congress == 103 & id == 15075 replace statename = "NEW HAM" if congress == 103 & id == 29130 replace statename = "NEW HAM" if congress == 103 & id == 29131 replace statename = "NEW JER" if congress == 103 & id == 29132 replace statename = "NEW JER" if congress == 103 & id == 14238 replace statename = "NEW JER" if congress == 103 & id == 15112 replace statename = "NEW JER" if congress == 103 & id == 14863 replace statename = "NEW JER" if congress == 103 & id == 14855 replace statename = "NEW JER" if congress == 103 & id == 15454 replace statename = "NEW JER" if congress == 103 & id == 29371 replace statename = "NEW JER" if congress == 103 & id == 29372 replace statename = "NEW JER" if congress == 103 & id == 15071 replace statename = "NEW JER" if congress == 103 & id == 15619 replace statename = "NEW JER" if congress == 103 & id == 15099 replace statename = "NEW JER" if congress == 103 & id == 29133 replace statename = "NEW JER" if congress == 103 & id == 29373 replace statename = "NEW MEX" if congress == 103 & id == 15624 replace statename = "NEW MEX" if congress == 103 & id == 14861 replace statename = "NEW MEX" if congress == 103 & id == 15055 replace statename = "NEW YOR" if congress == 103 & id == 15421 replace statename = "NEW YOR" if congress == 103 & id == 29374 replace statename = "NEW YOR" if congress == 103 & id == 29375 replace statename = "NEW YOR" if congress == 103 & id == 29376 replace statename = "NEW YOR" if congress == 103 & id == 15000 replace statename = "NEW YOR" if congress == 103 & id == 15412 replace statename = "NEW YOR" if congress == 103 & id == 15107 replace statename = "NEW YOR" if congress == 103 & id == 29377 replace statename = "NEW YOR" if congress == 103 & id == 14858 replace statename = "NEW YOR" if congress == 103 & id == 15072 replace statename = "NEW YOR" if congress == 103 & id == 15050 replace statename = "NEW YOR" if congress == 103 & id == 29378 replace statename = "NEW YOR" if congress == 103 & id == 15639 replace statename = "NEW YOR" if congress == 103 & id == 29379 replace statename = "NEW YOR" if congress == 103 & id == 13035 replace statename = "NEW YOR" if congress == 103 & id == 29134 replace statename = "NEW YOR" if congress == 103 & id == 15603 replace statename = "NEW YOR" if congress == 103 & id == 15612 replace statename = "NEW YOR" if congress == 103 & id == 12013 replace statename = "NEW YOR" if congress == 103 & id == 14015 replace statename = "NEW YOR" if congress == 103 & id == 15614 replace statename = "NEW YOR" if congress == 103 & id == 14662 replace statename = "NEW YOR" if congress == 103 & id == 15007 replace statename = "NEW YOR" if congress == 103 & id == 39316 replace statename = "NEW YOR" if congress == 103 & id == 15630 replace statename = "NEW YOR" if congress == 103 & id == 29380 replace statename = "NEW YOR" if congress == 103 & id == 15618 replace statename = "NEW YOR" if congress == 103 & id == 15444 replace statename = "NEW YOR" if congress == 103 & id == 14248 replace statename = "NEW YOR" if congress == 103 & id == 29381 replace statename = "NEW YOR" if congress == 103 & id == 15423 replace statename = "NORTH C" if congress == 103 & id == 29382 replace statename = "NORTH C" if congress == 103 & id == 15073 replace statename = "NORTH C" if congress == 103 & id == 15430 replace statename = "NORTH C" if congress == 103 & id == 15438 replace statename = "NORTH C" if congress == 103 & id == 14262 replace statename = "NORTH C" if congress == 103 & id == 15092 replace statename = "NORTH C" if congress == 103 & id == 14048 replace statename = "NORTH C" if congress == 103 & id == 14233 replace statename = "NORTH C" if congress == 103 & id == 15108 replace statename = "NORTH C" if congress == 103 & id == 15402 replace statename = "NORTH C" if congress == 103 & id == 29135 replace statename = "NORTH C" if congress == 103 & id == 29383 replace statename = "NORTH D" if congress == 103 & id == 29384 replace statename = "OHIO" if congress == 103 & id == 29385 replace statename = "OHIO" if congress == 103 & id == 14225 replace statename = "OHIO" if congress == 103 & id == 29386 replace statename = "OHIO" if congress == 103 & id == 14632 replace statename = "OHIO" if congress == 103 & id == 14875 replace statename = "OHIO" if congress == 103 & id == 15604 replace statename = "OHIO" if congress == 103 & id == 29747 replace statename = "OHIO" if congress == 103 & id == 29136 replace statename = "OHIO" if congress == 103 & id == 29137 replace statename = "OHIO" if congress == 103 & id == 15029 replace statename = "OHIO" if congress == 103 & id == 29388 replace statename = "OHIO" if congress == 103 & id == 12030 replace statename = "OHIO" if congress == 103 & id == 15030 replace statename = "OHIO" if congress == 103 & id == 29389 replace statename = "OHIO" if congress == 103 & id == 15442 replace statename = "OHIO" if congress == 103 & id == 29390 replace statename = "OHIO" if congress == 103 & id == 14045 replace statename = "OHIO" if congress == 103 & id == 15121 replace statename = "OHIO" if congress == 103 & id == 14402 replace statename = "OHIO" if congress == 103 & id == 29391 replace statename = "OKLAHOM" if congress == 103 & id == 15424 replace statename = "OKLAHOM" if congress == 103 & id == 14667 replace statename = "OKLAHOM" if congress == 103 & id == 29138 replace statename = "OKLAHOM" if congress == 103 & id == 14843 replace statename = "OKLAHOM" if congress == 103 & id == 29392 replace statename = "OKLAHOM" if congress == 103 & id == 14219 replace statename = "OKLAHOM" if congress == 103 & id == 29393 replace statename = "OREGON" if congress == 103 & id == 29394 replace statename = "OREGON" if congress == 103 & id == 15063 replace statename = "OREGON" if congress == 103 & id == 14871 replace statename = "OREGON" if congress == 103 & id == 15410 replace statename = "OREGON" if congress == 103 & id == 29139 replace statename = "PENNSYL" if congress == 103 & id == 14823 replace statename = "PENNSYL" if congress == 103 & id == 29140 replace statename = "PENNSYL" if congress == 103 & id == 15008 replace statename = "PENNSYL" if congress == 103 & id == 29395 replace statename = "PENNSYL" if congress == 103 & id == 14612 replace statename = "PENNSYL" if congress == 103 & id == 29396 replace statename = "PENNSYL" if congress == 103 & id == 15447 replace statename = "PENNSYL" if congress == 103 & id == 29397 replace statename = "PENNSYL" if congress == 103 & id == 14052 replace statename = "PENNSYL" if congress == 103 & id == 10607 replace statename = "PENNSYL" if congress == 103 & id == 15104 replace statename = "PENNSYL" if congress == 103 & id == 14072 replace statename = "PENNSYL" if congress == 103 & id == 29398 replace statename = "PENNSYL" if congress == 103 & id == 14808 replace statename = "PENNSYL" if congress == 103 & id == 29399 replace statename = "PENNSYL" if congress == 103 & id == 14461 replace statename = "PENNSYL" if congress == 103 & id == 15026 replace statename = "PENNSYL" if congress == 103 & id == 29141 replace statename = "PENNSYL" if congress == 103 & id == 14288 replace statename = "PENNSYL" if congress == 103 & id == 14441 replace statename = "PENNSYL" if congress == 103 & id == 15056 replace statename = "RHODE I" if congress == 103 & id == 15615 replace statename = "RHODE I" if congress == 103 & id == 29142 replace statename = "SOUTH C" if congress == 103 & id == 15439 replace statename = "SOUTH C" if congress == 103 & id == 13042 replace statename = "SOUTH C" if congress == 103 & id == 14212 replace statename = "SOUTH C" if congress == 103 & id == 39300 replace statename = "SOUTH C" if congress == 103 & id == 15064 replace statename = "SOUTH C" if congress == 103 & id == 39301 replace statename = "SOUTH D" if congress == 103 & id == 15425 replace statename = "TENNESS" if congress == 103 & id == 10616 replace statename = "TENNESS" if congress == 103 & id == 15455 replace statename = "TENNESS" if congress == 103 & id == 14251 replace statename = "TENNESS" if congress == 103 & id == 15019 replace statename = "TENNESS" if congress == 103 & id == 15450 replace statename = "TENNESS" if congress == 103 & id == 15100 replace statename = "TENNESS" if congress == 103 & id == 15066 replace statename = "TENNESS" if congress == 103 & id == 15628 replace statename = "TENNESS" if congress == 103 & id == 14224 replace statename = "TEXAS" if congress == 103 & id == 15129 replace statename = "TEXAS" if congress == 103 & id == 14062 replace statename = "TEXAS" if congress == 103 & id == 29143 replace statename = "TEXAS" if congress == 103 & id == 14828 replace statename = "TEXAS" if congress == 103 & id == 15013 replace statename = "TEXAS" if congress == 103 & id == 15085 replace statename = "TEXAS" if congress == 103 & id == 13002 replace statename = "TEXAS" if congress == 103 & id == 14822 replace statename = "TEXAS" if congress == 103 & id == 1077 replace statename = "TEXAS" if congress == 103 & id == 10614 replace statename = "TEXAS" if congress == 103 & id == 29144 replace statename = "TEXAS" if congress == 103 & id == 15636 replace statename = "TEXAS" if congress == 103 & id == 15623 replace statename = "TEXAS" if congress == 103 & id == 15611 replace statename = "TEXAS" if congress == 103 & id == 10716 replace statename = "TEXAS" if congress == 103 & id == 15018 replace statename = "TEXAS" if congress == 103 & id == 14664 replace statename = "TEXAS" if congress == 103 & id == 29145 replace statename = "TEXAS" if congress == 103 & id == 15093 replace statename = "TEXAS" if congress == 103 & id == 10520 replace statename = "TEXAS" if congress == 103 & id == 15445 replace statename = "TEXAS" if congress == 103 & id == 15094 replace statename = "TEXAS" if congress == 103 & id == 39302 replace statename = "TEXAS" if congress == 103 & id == 14626 replace statename = "TEXAS" if congress == 103 & id == 15001 replace statename = "TEXAS" if congress == 103 & id == 15125 replace statename = "TEXAS" if congress == 103 & id == 15049 replace statename = "TEXAS" if congress == 103 & id == 39303 replace statename = "TEXAS" if congress == 103 & id == 39304 replace statename = "TEXAS" if congress == 103 & id == 39305 replace statename = "UTAH" if congress == 103 & id == 14829 replace statename = "UTAH" if congress == 103 & id == 39306 replace statename = "UTAH" if congress == 103 & id == 29146 replace statename = "VERMONT" if congress == 103 & id == 29147 replace statename = "VIRGINI" if congress == 103 & id == 15003 replace statename = "VIRGINI" if congress == 103 & id == 15437 replace statename = "VIRGINI" if congress == 103 & id == 39307 replace statename = "VIRGINI" if congress == 103 & id == 15060 replace statename = "VIRGINI" if congress == 103 & id == 15452 replace statename = "VIRGINI" if congress == 103 & id == 39308 replace statename = "VIRGINI" if congress == 103 & id == 14802 replace statename = "VIRGINI" if congress == 103 & id == 29149 replace statename = "VIRGINI" if congress == 103 & id == 15010 replace statename = "VIRGINI" if congress == 103 & id == 14869 replace statename = "VIRGINI" if congress == 103 & id == 39309 replace statename = "WASHING" if congress == 103 & id == 39310 replace statename = "WASHING" if congress == 103 & id == 14666 replace statename = "WASHING" if congress == 103 & id == 15629 replace statename = "WASHING" if congress == 103 & id == 29937 replace statename = "WASHING" if congress == 103 & id == 10726 replace statename = "WASHING" if congress == 103 & id == 14413 replace statename = "WASHING" if congress == 103 & id == 15613 replace statename = "WASHING" if congress == 103 & id == 39312 replace statename = "WASHING" if congress == 103 & id == 39313 replace statename = "WEST VI" if congress == 103 & id == 15083 replace statename = "WEST VI" if congress == 103 & id == 15077 replace statename = "WEST VI" if congress == 103 & id == 14448 replace statename = "WISCONS" if congress == 103 & id == 13003 replace statename = "WISCONS" if congress == 103 & id == 39314 replace statename = "WISCONS" if congress == 103 & id == 29150 replace statename = "WISCONS" if congress == 103 & id == 14827 replace statename = "WISCONS" if congress == 103 & id == 15082 replace statename = "WISCONS" if congress == 103 & id == 39315 replace statename = "WISCONS" if congress == 103 & id == 14675 replace statename = "WISCONS" if congress == 103 & id == 12036 replace statename = "WISCONS" if congress == 103 & id == 14655 replace statename = "WISCONS" if congress == 103 & id == 14657 replace statename = "WYOMING" if congress == 103 & id == 15633 replace statename = "USA" if congress == 104 & id == 99909 replace statename = "ALABAMA" if congress == 104 & id == 15090 replace statename = "ALABAMA" if congress == 104 & id == 29300 replace statename = "ALABAMA" if congress == 104 & id == 15632 replace statename = "ALABAMA" if congress == 104 & id == 11000 replace statename = "ALABAMA" if congress == 104 & id == 29100 replace statename = "ALABAMA" if congress == 104 & id == 29301 replace statename = "ALABAMA" if congress == 104 & id == 29302 replace statename = "ALASKA" if congress == 104 & id == 14066 replace statename = "ARIZONA" if congress == 104 & id == 29500 replace statename = "ARIZONA" if congress == 104 & id == 29101 replace statename = "ARIZONA" if congress == 104 & id == 14454 replace statename = "ARIZONA" if congress == 104 & id == 29501 replace statename = "ARIZONA" if congress == 104 & id == 15105 replace statename = "ARIZONA" if congress == 104 & id == 29502 replace statename = "ARKANSA" if congress == 104 & id == 29305 replace statename = "ARKANSA" if congress == 104 & id == 14058 replace statename = "ARKANSA" if congress == 104 & id == 29306 replace statename = "ARKANSA" if congress == 104 & id == 29307 replace statename = "CALIFOR" if congress == 104 & id == 29103 replace statename = "CALIFOR" if congress == 104 & id == 15420 replace statename = "CALIFOR" if congress == 104 & id == 14624 replace statename = "CALIFOR" if congress == 104 & id == 29104 replace statename = "CALIFOR" if congress == 104 & id == 14649 replace statename = "CALIFOR" if congress == 104 & id == 29309 replace statename = "CALIFOR" if congress == 104 & id == 14256 replace statename = "CALIFOR" if congress == 104 & id == 15448 replace statename = "CALIFOR" if congress == 104 & id == 13011 replace statename = "CALIFOR" if congress == 104 & id == 29310 replace statename = "CALIFOR" if congress == 104 & id == 29311 replace statename = "CALIFOR" if congress == 104 & id == 14837 replace statename = "CALIFOR" if congress == 104 & id == 14053 replace statename = "CALIFOR" if congress == 104 & id == 29312 replace statename = "CALIFOR" if congress == 104 & id == 14257 replace statename = "CALIFOR" if congress == 104 & id == 15600 replace statename = "CALIFOR" if congress == 104 & id == 29504 replace statename = "CALIFOR" if congress == 104 & id == 29313 replace statename = "CALIFOR" if congress == 104 & id == 15635 replace statename = "CALIFOR" if congress == 104 & id == 29505 replace statename = "CALIFOR" if congress == 104 & id == 29105 replace statename = "CALIFOR" if congress == 104 & id == 14669 replace statename = "CALIFOR" if congress == 104 & id == 29506 replace statename = "CALIFOR" if congress == 104 & id == 15413 replace statename = "CALIFOR" if congress == 104 & id == 14405 replace statename = "CALIFOR" if congress == 104 & id == 29315 replace statename = "CALIFOR" if congress == 104 & id == 15005 replace statename = "CALIFOR" if congress == 104 & id == 14040 replace statename = "CALIFOR" if congress == 104 & id == 14813 replace statename = "CALIFOR" if congress == 104 & id == 14280 replace statename = "CALIFOR" if congress == 104 & id == 29316 replace statename = "CALIFOR" if congress == 104 & id == 14879 replace statename = "CALIFOR" if congress == 104 & id == 14620 replace statename = "CALIFOR" if congress == 104 & id == 29317 replace statename = "CALIFOR" if congress == 104 & id == 15070 replace statename = "CALIFOR" if congress == 104 & id == 29106 replace statename = "CALIFOR" if congress == 104 & id == 29318 replace statename = "CALIFOR" if congress == 104 & id == 29319 replace statename = "CALIFOR" if congress == 104 & id == 29586 replace statename = "CALIFOR" if congress == 104 & id == 29320 replace statename = "CALIFOR" if congress == 104 & id == 29321 replace statename = "CALIFOR" if congress == 104 & id == 14644 replace statename = "CALIFOR" if congress == 104 & id == 29322 replace statename = "CALIFOR" if congress == 104 & id == 10573 replace statename = "CALIFOR" if congress == 104 & id == 29323 replace statename = "CALIFOR" if congress == 104 & id == 29507 replace statename = "CALIFOR" if congress == 104 & id == 15621 replace statename = "CALIFOR" if congress == 104 & id == 14414 replace statename = "CALIFOR" if congress == 104 & id == 15601 replace statename = "CALIFOR" if congress == 104 & id == 15051 replace statename = "CALIFOR" if congress == 104 & id == 29508 replace statename = "CALIFOR" if congress == 104 & id == 29325 replace statename = "CALIFOR" if congress == 104 & id == 29107 replace statename = "CALIFOR" if congress == 104 & id == 14835 replace statename = "COLORAD" if congress == 104 & id == 14051 replace statename = "COLORAD" if congress == 104 & id == 15443 replace statename = "COLORAD" if congress == 104 & id == 29326 replace statename = "COLORAD" if congress == 104 & id == 29108 replace statename = "COLORAD" if congress == 104 & id == 15419 replace statename = "COLORAD" if congress == 104 & id == 15058 replace statename = "CONNECT" if congress == 104 & id == 14877 replace statename = "CONNECT" if congress == 104 & id == 14825 replace statename = "CONNECT" if congress == 104 & id == 29109 replace statename = "CONNECT" if congress == 104 & id == 15449 replace statename = "CONNECT" if congress == 104 & id == 29110 replace statename = "CONNECT" if congress == 104 & id == 15028 replace statename = "DELAWAR" if congress == 104 & id == 29327 replace statename = "FLORIDA" if congress == 104 & id == 39508 replace statename = "FLORIDA" if congress == 104 & id == 29111 replace statename = "FLORIDA" if congress == 104 & id == 29328 replace statename = "FLORIDA" if congress == 104 & id == 29329 replace statename = "FLORIDA" if congress == 104 & id == 29330 replace statename = "FLORIDA" if congress == 104 & id == 15627 replace statename = "FLORIDA" if congress == 104 & id == 29331 replace statename = "FLORIDA" if congress == 104 & id == 14842 replace statename = "FLORIDA" if congress == 104 & id == 15006 replace statename = "FLORIDA" if congress == 104 & id == 13047 replace statename = "FLORIDA" if congress == 104 & id == 10588 replace statename = "FLORIDA" if congress == 104 & id == 29332 replace statename = "FLORIDA" if congress == 104 & id == 29333 replace statename = "FLORIDA" if congress == 104 & id == 15605 replace statename = "FLORIDA" if congress == 104 & id == 29509 replace statename = "FLORIDA" if congress == 104 & id == 29510 replace statename = "FLORIDA" if congress == 104 & id == 29334 replace statename = "FLORIDA" if congress == 104 & id == 15634 replace statename = "FLORIDA" if congress == 104 & id == 15609 replace statename = "FLORIDA" if congress == 104 & id == 29335 replace statename = "FLORIDA" if congress == 104 & id == 29336 replace statename = "FLORIDA" if congress == 104 & id == 14860 replace statename = "FLORIDA" if congress == 104 & id == 29337 replace statename = "GEORGIA" if congress == 104 & id == 29338 replace statename = "GEORGIA" if congress == 104 & id == 29339 replace statename = "GEORGIA" if congress == 104 & id == 29340 replace statename = "GEORGIA" if congress == 104 & id == 29341 replace statename = "GEORGIA" if congress == 104 & id == 15431 replace statename = "GEORGIA" if congress == 104 & id == 14627 replace statename = "GEORGIA" if congress == 104 & id == 29511 replace statename = "GEORGIA" if congress == 104 & id == 29512 replace statename = "GEORGIA" if congress == 104 & id == 29342 replace statename = "GEORGIA" if congress == 104 & id == 99342 replace statename = "GEORGIA" if congress == 104 & id == 29513 replace statename = "GEORGIA" if congress == 104 & id == 29344 replace statename = "HAWAII" if congress == 104 & id == 15245 replace statename = "HAWAII" if congress == 104 & id == 10757 replace statename = "IDAHO" if congress == 104 & id == 29514 replace statename = "IDAHO" if congress == 104 & id == 29345 replace statename = "ILLINOI" if congress == 104 & id == 29346 replace statename = "ILLINOI" if congress == 104 & id == 29347 replace statename = "ILLINOI" if congress == 104 & id == 29585 replace statename = "ILLINOI" if congress == 104 & id == 15036 replace statename = "ILLINOI" if congress == 104 & id == 29348 replace statename = "ILLINOI" if congress == 104 & id == 29515 replace statename = "ILLINOI" if congress == 104 & id == 14239 replace statename = "ILLINOI" if congress == 104 & id == 14068 replace statename = "ILLINOI" if congress == 104 & id == 12041 replace statename = "ILLINOI" if congress == 104 & id == 10421 replace statename = "ILLINOI" if congress == 104 & id == 14677 replace statename = "ILLINOI" if congress == 104 & id == 29516 replace statename = "ILLINOI" if congress == 104 & id == 15453 replace statename = "ILLINOI" if congress == 104 & id == 15098 replace statename = "ILLINOI" if congress == 104 & id == 15417 replace statename = "ILLINOI" if congress == 104 & id == 29115 replace statename = "ILLINOI" if congress == 104 & id == 29349 replace statename = "ILLINOI" if congress == 104 & id == 15023 replace statename = "ILLINOI" if congress == 104 & id == 29517 replace statename = "ILLINOI" if congress == 104 & id == 15620 replace statename = "ILLINOI" if congress == 104 & id == 15021 replace statename = "INDIANA" if congress == 104 & id == 15124 replace statename = "INDIANA" if congress == 104 & id == 29518 replace statename = "INDIANA" if congress == 104 & id == 29117 replace statename = "INDIANA" if congress == 104 & id == 29519 replace statename = "INDIANA" if congress == 104 & id == 29350 replace statename = "INDIANA" if congress == 104 & id == 15014 replace statename = "INDIANA" if congress == 104 & id == 11036 replace statename = "INDIANA" if congress == 104 & id == 29520 replace statename = "INDIANA" if congress == 104 & id == 10732 replace statename = "INDIANA" if congress == 104 & id == 10742 replace statename = "IOWA" if congress == 104 & id == 14432 replace statename = "IOWA" if congress == 104 & id == 29118 replace statename = "IOWA" if congress == 104 & id == 15106 replace statename = "IOWA" if congress == 104 & id == 29521 replace statename = "IOWA" if congress == 104 & id == 29522 replace statename = "KANSAS" if congress == 104 & id == 14852 replace statename = "KANSAS" if congress == 104 & id == 29523 replace statename = "KANSAS" if congress == 104 & id == 15109 replace statename = "KANSAS" if congress == 104 & id == 29524 replace statename = "KENTUCK" if congress == 104 & id == 29525 replace statename = "KENTUCK" if congress == 104 & id == 29352 replace statename = "KENTUCK" if congress == 104 & id == 29526 replace statename = "KENTUCK" if congress == 104 & id == 15406 replace statename = "KENTUCK" if congress == 104 & id == 14854 replace statename = "KENTUCK" if congress == 104 & id == 29353 replace statename = "LOUISIA" if congress == 104 & id == 14469 replace statename = "LOUISIA" if congress == 104 & id == 29120 replace statename = "LOUISIA" if congress == 104 & id == 14679 replace statename = "LOUISIA" if congress == 104 & id == 94679 replace statename = "LOUISIA" if congress == 104 & id == 29354 replace statename = "LOUISIA" if congress == 104 & id == 15451 replace statename = "LOUISIA" if congress == 104 & id == 15401 replace statename = "LOUISIA" if congress == 104 & id == 15418 replace statename = "LOUISIA" if congress == 104 & id == 95418 replace statename = "MAINE" if congress == 104 & id == 29527 replace statename = "MAINE" if congress == 104 & id == 29528 replace statename = "MARYLAN" if congress == 104 & id == 29122 replace statename = "MARYLAN" if congress == 104 & id == 29529 replace statename = "MARYLAN" if congress == 104 & id == 15408 replace statename = "MARYLAN" if congress == 104 & id == 29355 replace statename = "MARYLAN" if congress == 104 & id == 14873 replace statename = "MARYLAN" if congress == 104 & id == 29356 replace statename = "MARYLAN" if congress == 104 & id == 15433 replace statename = "MARYLAN" if congress == 104 & id == 29587 replace statename = "MARYLAN" if congress == 104 & id == 15434 replace statename = "MASSACH" if congress == 104 & id == 29123 replace statename = "MASSACH" if congress == 104 & id == 15616 replace statename = "MASSACH" if congress == 104 & id == 29357 replace statename = "MASSACH" if congress == 104 & id == 14824 replace statename = "MASSACH" if congress == 104 & id == 29358 replace statename = "MASSACH" if congress == 104 & id == 29359 replace statename = "MASSACH" if congress == 104 & id == 14435 replace statename = "MASSACH" if congress == 104 & id == 15427 replace statename = "MASSACH" if congress == 104 & id == 14039 replace statename = "MASSACH" if congress == 104 & id == 14055 replace statename = "MICHIGA" if congress == 104 & id == 29360 replace statename = "MICHIGA" if congress == 104 & id == 29361 replace statename = "MICHIGA" if congress == 104 & id == 29362 replace statename = "MICHIGA" if congress == 104 & id == 29124 replace statename = "MICHIGA" if congress == 104 & id == 29363 replace statename = "MICHIGA" if congress == 104 & id == 15446 replace statename = "MICHIGA" if congress == 104 & id == 29364 replace statename = "MICHIGA" if congress == 104 & id == 29530 replace statename = "MICHIGA" if congress == 104 & id == 14430 replace statename = "MICHIGA" if congress == 104 & id == 14407 replace statename = "MICHIGA" if congress == 104 & id == 29365 replace statename = "MICHIGA" if congress == 104 & id == 15033 replace statename = "MICHIGA" if congress == 104 & id == 29531 replace statename = "MICHIGA" if congress == 104 & id == 10713 replace statename = "MICHIGA" if congress == 104 & id == 29125 replace statename = "MICHIGA" if congress == 104 & id == 2605 replace statename = "MINNESO" if congress == 104 & id == 29532 replace statename = "MINNESO" if congress == 104 & id == 29366 replace statename = "MINNESO" if congress == 104 & id == 29126 replace statename = "MINNESO" if congress == 104 & id == 14458 replace statename = "MINNESO" if congress == 104 & id == 14656 replace statename = "MINNESO" if congress == 104 & id == 29533 replace statename = "MINNESO" if congress == 104 & id == 29127 replace statename = "MINNESO" if congress == 104 & id == 14265 replace statename = "MISSISS" if congress == 104 & id == 29534 replace statename = "MISSISS" if congress == 104 & id == 29368 replace statename = "MISSISS" if congress == 104 & id == 11035 replace statename = "MISSISS" if congress == 104 & id == 15617 replace statename = "MISSISS" if congress == 104 & id == 95617 replace statename = "MISSISS" if congress == 104 & id == 15637 replace statename = "MISSOUR" if congress == 104 & id == 12009 replace statename = "MISSOUR" if congress == 104 & id == 29369 replace statename = "MISSOUR" if congress == 104 & id == 14421 replace statename = "MISSOUR" if congress == 104 & id == 14451 replace statename = "MISSOUR" if congress == 104 & id == 29535 replace statename = "MISSOUR" if congress == 104 & id == 29370 replace statename = "MISSOUR" if congress == 104 & id == 15606 replace statename = "MISSOUR" if congress == 104 & id == 14819 replace statename = "MISSOUR" if congress == 104 & id == 14459 replace statename = "MONTANA" if congress == 104 & id == 14672 replace statename = "NEBRASK" if congress == 104 & id == 14605 replace statename = "NEBRASK" if congress == 104 & id == 29536 replace statename = "NEBRASK" if congress == 104 & id == 29129 replace statename = "NEVADA" if congress == 104 & id == 29537 replace statename = "NEVADA" if congress == 104 & id == 15075 replace statename = "NEW HAM" if congress == 104 & id == 29130 replace statename = "NEW HAM" if congress == 104 & id == 29538 replace statename = "NEW JER" if congress == 104 & id == 29132 replace statename = "NEW JER" if congress == 104 & id == 29539 replace statename = "NEW JER" if congress == 104 & id == 15112 replace statename = "NEW JER" if congress == 104 & id == 14863 replace statename = "NEW JER" if congress == 104 & id == 14855 replace statename = "NEW JER" if congress == 104 & id == 15454 replace statename = "NEW JER" if congress == 104 & id == 29371 replace statename = "NEW JER" if congress == 104 & id == 29540 replace statename = "NEW JER" if congress == 104 & id == 15071 replace statename = "NEW JER" if congress == 104 & id == 15619 replace statename = "NEW JER" if congress == 104 & id == 29541 replace statename = "NEW JER" if congress == 104 & id == 29133 replace statename = "NEW JER" if congress == 104 & id == 29373 replace statename = "NEW MEX" if congress == 104 & id == 15624 replace statename = "NEW MEX" if congress == 104 & id == 14861 replace statename = "NEW MEX" if congress == 104 & id == 15055 replace statename = "NEW YOR" if congress == 104 & id == 29542 replace statename = "NEW YOR" if congress == 104 & id == 29374 replace statename = "NEW YOR" if congress == 104 & id == 29375 replace statename = "NEW YOR" if congress == 104 & id == 29543 replace statename = "NEW YOR" if congress == 104 & id == 15000 replace statename = "NEW YOR" if congress == 104 & id == 15412 replace statename = "NEW YOR" if congress == 104 & id == 15107 replace statename = "NEW YOR" if congress == 104 & id == 29377 replace statename = "NEW YOR" if congress == 104 & id == 14858 replace statename = "NEW YOR" if congress == 104 & id == 15072 replace statename = "NEW YOR" if congress == 104 & id == 15050 replace statename = "NEW YOR" if congress == 104 & id == 29378 replace statename = "NEW YOR" if congress == 104 & id == 15639 replace statename = "NEW YOR" if congress == 104 & id == 29379 replace statename = "NEW YOR" if congress == 104 & id == 13035 replace statename = "NEW YOR" if congress == 104 & id == 29134 replace statename = "NEW YOR" if congress == 104 & id == 15603 replace statename = "NEW YOR" if congress == 104 & id == 15612 replace statename = "NEW YOR" if congress == 104 & id == 29544 replace statename = "NEW YOR" if congress == 104 & id == 14015 replace statename = "NEW YOR" if congress == 104 & id == 15614 replace statename = "NEW YOR" if congress == 104 & id == 14662 replace statename = "NEW YOR" if congress == 104 & id == 15007 replace statename = "NEW YOR" if congress == 104 & id == 39316 replace statename = "NEW YOR" if congress == 104 & id == 15630 replace statename = "NEW YOR" if congress == 104 & id == 29380 replace statename = "NEW YOR" if congress == 104 & id == 15618 replace statename = "NEW YOR" if congress == 104 & id == 15444 replace statename = "NEW YOR" if congress == 104 & id == 14248 replace statename = "NEW YOR" if congress == 104 & id == 29381 replace statename = "NEW YOR" if congress == 104 & id == 15423 replace statename = "NORTH C" if congress == 104 & id == 29382 replace statename = "NORTH C" if congress == 104 & id == 29545 replace statename = "NORTH C" if congress == 104 & id == 29546 replace statename = "NORTH C" if congress == 104 & id == 29547 replace statename = "NORTH C" if congress == 104 & id == 29548 replace statename = "NORTH C" if congress == 104 & id == 15092 replace statename = "NORTH C" if congress == 104 & id == 14048 replace statename = "NORTH C" if congress == 104 & id == 14233 replace statename = "NORTH C" if congress == 104 & id == 29549 replace statename = "NORTH C" if congress == 104 & id == 15402 replace statename = "NORTH C" if congress == 104 & id == 29135 replace statename = "NORTH C" if congress == 104 & id == 29383 replace statename = "NORTH D" if congress == 104 & id == 29384 replace statename = "OHIO" if congress == 104 & id == 29550 replace statename = "OHIO" if congress == 104 & id == 29386 replace statename = "OHIO" if congress == 104 & id == 14632 replace statename = "OHIO" if congress == 104 & id == 14875 replace statename = "OHIO" if congress == 104 & id == 15604 replace statename = "OHIO" if congress == 104 & id == 29551 replace statename = "OHIO" if congress == 104 & id == 29136 replace statename = "OHIO" if congress == 104 & id == 29137 replace statename = "OHIO" if congress == 104 & id == 15029 replace statename = "OHIO" if congress == 104 & id == 29388 replace statename = "OHIO" if congress == 104 & id == 12030 replace statename = "OHIO" if congress == 104 & id == 15030 replace statename = "OHIO" if congress == 104 & id == 29389 replace statename = "OHIO" if congress == 104 & id == 15442 replace statename = "OHIO" if congress == 104 & id == 29390 replace statename = "OHIO" if congress == 104 & id == 14045 replace statename = "OHIO" if congress == 104 & id == 15121 replace statename = "OHIO" if congress == 104 & id == 29552 replace statename = "OHIO" if congress == 104 & id == 29553 replace statename = "OKLAHOM" if congress == 104 & id == 29554 replace statename = "OKLAHOM" if congress == 104 & id == 29555 replace statename = "OKLAHOM" if congress == 104 & id == 29138 replace statename = "OKLAHOM" if congress == 104 & id == 29556 replace statename = "OKLAHOM" if congress == 104 & id == 29392 replace statename = "OKLAHOM" if congress == 104 & id == 29393 replace statename = "OREGON" if congress == 104 & id == 29394 replace statename = "OREGON" if congress == 104 & id == 29557 replace statename = "OREGON" if congress == 104 & id == 14871 replace statename = "OREGON" if congress == 104 & id == 29588 replace statename = "OREGON" if congress == 104 & id == 15410 replace statename = "OREGON" if congress == 104 & id == 29558 replace statename = "PENNSYL" if congress == 104 & id == 14823 replace statename = "PENNSYL" if congress == 104 & id == 29559 replace statename = "PENNSYL" if congress == 104 & id == 15008 replace statename = "PENNSYL" if congress == 104 & id == 29395 replace statename = "PENNSYL" if congress == 104 & id == 14612 replace statename = "PENNSYL" if congress == 104 & id == 29396 replace statename = "PENNSYL" if congress == 104 & id == 15447 replace statename = "PENNSYL" if congress == 104 & id == 29397 replace statename = "PENNSYL" if congress == 104 & id == 14052 replace statename = "PENNSYL" if congress == 104 & id == 10607 replace statename = "PENNSYL" if congress == 104 & id == 15104 replace statename = "PENNSYL" if congress == 104 & id == 14072 replace statename = "PENNSYL" if congress == 104 & id == 29560 replace statename = "PENNSYL" if congress == 104 & id == 14808 replace statename = "PENNSYL" if congress == 104 & id == 29399 replace statename = "PENNSYL" if congress == 104 & id == 14461 replace statename = "PENNSYL" if congress == 104 & id == 15026 replace statename = "PENNSYL" if congress == 104 & id == 29561 replace statename = "PENNSYL" if congress == 104 & id == 14288 replace statename = "PENNSYL" if congress == 104 & id == 29562 replace statename = "PENNSYL" if congress == 104 & id == 29563 replace statename = "RHODE I" if congress == 104 & id == 29564 replace statename = "RHODE I" if congress == 104 & id == 29142 replace statename = "SOUTH C" if congress == 104 & id == 29565 replace statename = "SOUTH C" if congress == 104 & id == 13042 replace statename = "SOUTH C" if congress == 104 & id == 29566 replace statename = "SOUTH C" if congress == 104 & id == 39300 replace statename = "SOUTH C" if congress == 104 & id == 15064 replace statename = "SOUTH C" if congress == 104 & id == 39301 replace statename = "SOUTH D" if congress == 104 & id == 15425 replace statename = "TENNESS" if congress == 104 & id == 10616 replace statename = "TENNESS" if congress == 104 & id == 15455 replace statename = "TENNESS" if congress == 104 & id == 29567 replace statename = "TENNESS" if congress == 104 & id == 29568 replace statename = "TENNESS" if congress == 104 & id == 15450 replace statename = "TENNESS" if congress == 104 & id == 15100 replace statename = "TENNESS" if congress == 104 & id == 29569 replace statename = "TENNESS" if congress == 104 & id == 15628 replace statename = "TENNESS" if congress == 104 & id == 14224 replace statename = "TEXAS" if congress == 104 & id == 15129 replace statename = "TEXAS" if congress == 104 & id == 14062 replace statename = "TEXAS" if congress == 104 & id == 29143 replace statename = "TEXAS" if congress == 104 & id == 14828 replace statename = "TEXAS" if congress == 104 & id == 15013 replace statename = "TEXAS" if congress == 104 & id == 15085 replace statename = "TEXAS" if congress == 104 & id == 13002 replace statename = "TEXAS" if congress == 104 & id == 14822 replace statename = "TEXAS" if congress == 104 & id == 29570 replace statename = "TEXAS" if congress == 104 & id == 29571 replace statename = "TEXAS" if congress == 104 & id == 29144 replace statename = "TEXAS" if congress == 104 & id == 15636 replace statename = "TEXAS" if congress == 104 & id == 29572 replace statename = "TEXAS" if congress == 104 & id == 15611 replace statename = "TEXAS" if congress == 104 & id == 95611 replace statename = "TEXAS" if congress == 104 & id == 10716 replace statename = "TEXAS" if congress == 104 & id == 15018 replace statename = "TEXAS" if congress == 104 & id == 14664 replace statename = "TEXAS" if congress == 104 & id == 29573 replace statename = "TEXAS" if congress == 104 & id == 15093 replace statename = "TEXAS" if congress == 104 & id == 10520 replace statename = "TEXAS" if congress == 104 & id == 15445 replace statename = "TEXAS" if congress == 104 & id == 15094 replace statename = "TEXAS" if congress == 104 & id == 39302 replace statename = "TEXAS" if congress == 104 & id == 14626 replace statename = "TEXAS" if congress == 104 & id == 29574 replace statename = "TEXAS" if congress == 104 & id == 15125 replace statename = "TEXAS" if congress == 104 & id == 15049 replace statename = "TEXAS" if congress == 104 & id == 39303 replace statename = "TEXAS" if congress == 104 & id == 39304 replace statename = "TEXAS" if congress == 104 & id == 39305 replace statename = "UTAH" if congress == 104 & id == 14829 replace statename = "UTAH" if congress == 104 & id == 29575 replace statename = "UTAH" if congress == 104 & id == 29146 replace statename = "VERMONT" if congress == 104 & id == 29147 replace statename = "VIRGINI" if congress == 104 & id == 15003 replace statename = "VIRGINI" if congress == 104 & id == 15437 replace statename = "VIRGINI" if congress == 104 & id == 39307 replace statename = "VIRGINI" if congress == 104 & id == 15060 replace statename = "VIRGINI" if congress == 104 & id == 15452 replace statename = "VIRGINI" if congress == 104 & id == 39308 replace statename = "VIRGINI" if congress == 104 & id == 14802 replace statename = "VIRGINI" if congress == 104 & id == 29149 replace statename = "VIRGINI" if congress == 104 & id == 15010 replace statename = "VIRGINI" if congress == 104 & id == 14869 replace statename = "VIRGINI" if congress == 104 & id == 29576 replace statename = "WASHING" if congress == 104 & id == 29577 replace statename = "WASHING" if congress == 104 & id == 29578 replace statename = "WASHING" if congress == 104 & id == 29579 replace statename = "WASHING" if congress == 104 & id == 29580 replace statename = "WASHING" if congress == 104 & id == 29581 replace statename = "WASHING" if congress == 104 & id == 14413 replace statename = "WASHING" if congress == 104 & id == 15613 replace statename = "WASHING" if congress == 104 & id == 39312 replace statename = "WASHING" if congress == 104 & id == 29582 replace statename = "WEST VI" if congress == 104 & id == 15083 replace statename = "WEST VI" if congress == 104 & id == 15077 replace statename = "WEST VI" if congress == 104 & id == 14448 replace statename = "WISCONS" if congress == 104 & id == 29583 replace statename = "WISCONS" if congress == 104 & id == 29150 replace statename = "WISCONS" if congress == 104 & id == 14827 replace statename = "WISCONS" if congress == 104 & id == 15082 replace statename = "WISCONS" if congress == 104 & id == 39315 replace statename = "WISCONS" if congress == 104 & id == 14675 replace statename = "WISCONS" if congress == 104 & id == 12036 replace statename = "WISCONS" if congress == 104 & id == 14655 replace statename = "WISCONS" if congress == 104 & id == 14657 replace statename = "WYOMING" if congress == 104 & id == 29584 replace statename = "USA" if congress == 105 & id == 99909 replace statename = "ALABAMA" if congress == 105 & id == 15090 replace statename = "ALABAMA" if congress == 105 & id == 29300 replace statename = "ALABAMA" if congress == 105 & id == 29700 replace statename = "ALABAMA" if congress == 105 & id == 29701 replace statename = "ALABAMA" if congress == 105 & id == 29100 replace statename = "ALABAMA" if congress == 105 & id == 29301 replace statename = "ALABAMA" if congress == 105 & id == 29302 replace statename = "ALASKA" if congress == 105 & id == 14066 replace statename = "ARIZONA" if congress == 105 & id == 29500 replace statename = "ARIZONA" if congress == 105 & id == 29101 replace statename = "ARIZONA" if congress == 105 & id == 14454 replace statename = "ARIZONA" if congress == 105 & id == 29501 replace statename = "ARIZONA" if congress == 105 & id == 15105 replace statename = "ARIZONA" if congress == 105 & id == 29502 replace statename = "ARKANSA" if congress == 105 & id == 29702 replace statename = "ARKANSA" if congress == 105 & id == 29703 replace statename = "ARKANSA" if congress == 105 & id == 29704 replace statename = "ARKANSA" if congress == 105 & id == 29307 replace statename = "CALIFOR" if congress == 105 & id == 29103 replace statename = "CALIFOR" if congress == 105 & id == 15420 replace statename = "CALIFOR" if congress == 105 & id == 14624 replace statename = "CALIFOR" if congress == 105 & id == 29104 replace statename = "CALIFOR" if congress == 105 & id == 14649 replace statename = "CALIFOR" if congress == 105 & id == 29309 replace statename = "CALIFOR" if congress == 105 & id == 14256 replace statename = "CALIFOR" if congress == 105 & id == 15448 replace statename = "CALIFOR" if congress == 105 & id == 13011 replace statename = "CALIFOR" if congress == 105 & id == 29778 replace statename = "CALIFOR" if congress == 105 & id == 29705 replace statename = "CALIFOR" if congress == 105 & id == 29311 replace statename = "CALIFOR" if congress == 105 & id == 14837 replace statename = "CALIFOR" if congress == 105 & id == 14053 replace statename = "CALIFOR" if congress == 105 & id == 29312 replace statename = "CALIFOR" if congress == 105 & id == 15600 replace statename = "CALIFOR" if congress == 105 & id == 29504 replace statename = "CALIFOR" if congress == 105 & id == 29313 replace statename = "CALIFOR" if congress == 105 & id == 15635 replace statename = "CALIFOR" if congress == 105 & id == 29505 replace statename = "CALIFOR" if congress == 105 & id == 29105 replace statename = "CALIFOR" if congress == 105 & id == 14669 replace statename = "CALIFOR" if congress == 105 & id == 29706 replace statename = "CALIFOR" if congress == 105 & id == 29774 replace statename = "CALIFOR" if congress == 105 & id == 15413 replace statename = "CALIFOR" if congress == 105 & id == 29707 replace statename = "CALIFOR" if congress == 105 & id == 29315 replace statename = "CALIFOR" if congress == 105 & id == 15005 replace statename = "CALIFOR" if congress == 105 & id == 29708 replace statename = "CALIFOR" if congress == 105 & id == 14813 replace statename = "CALIFOR" if congress == 105 & id == 14280 replace statename = "CALIFOR" if congress == 105 & id == 29316 replace statename = "CALIFOR" if congress == 105 & id == 14879 replace statename = "CALIFOR" if congress == 105 & id == 14620 replace statename = "CALIFOR" if congress == 105 & id == 29317 replace statename = "CALIFOR" if congress == 105 & id == 15070 replace statename = "CALIFOR" if congress == 105 & id == 29106 replace statename = "CALIFOR" if congress == 105 & id == 29318 replace statename = "CALIFOR" if congress == 105 & id == 29586 replace statename = "CALIFOR" if congress == 105 & id == 29320 replace statename = "CALIFOR" if congress == 105 & id == 29321 replace statename = "CALIFOR" if congress == 105 & id == 14644 replace statename = "CALIFOR" if congress == 105 & id == 29322 replace statename = "CALIFOR" if congress == 105 & id == 10573 replace statename = "CALIFOR" if congress == 105 & id == 29323 replace statename = "CALIFOR" if congress == 105 & id == 29507 replace statename = "CALIFOR" if congress == 105 & id == 29775 replace statename = "CALIFOR" if congress == 105 & id == 15621 replace statename = "CALIFOR" if congress == 105 & id == 29709 replace statename = "CALIFOR" if congress == 105 & id == 15601 replace statename = "CALIFOR" if congress == 105 & id == 15051 replace statename = "CALIFOR" if congress == 105 & id == 29508 replace statename = "CALIFOR" if congress == 105 & id == 29325 replace statename = "CALIFOR" if congress == 105 & id == 29107 replace statename = "CALIFOR" if congress == 105 & id == 14835 replace statename = "COLORAD" if congress == 105 & id == 29710 replace statename = "COLORAD" if congress == 105 & id == 15443 replace statename = "COLORAD" if congress == 105 & id == 29326 replace statename = "COLORAD" if congress == 105 & id == 29711 replace statename = "COLORAD" if congress == 105 & id == 15419 replace statename = "COLORAD" if congress == 105 & id == 15058 replace statename = "CONNECT" if congress == 105 & id == 14877 replace statename = "CONNECT" if congress == 105 & id == 14825 replace statename = "CONNECT" if congress == 105 & id == 29109 replace statename = "CONNECT" if congress == 105 & id == 15449 replace statename = "CONNECT" if congress == 105 & id == 29712 replace statename = "CONNECT" if congress == 105 & id == 15028 replace statename = "DELAWAR" if congress == 105 & id == 29327 replace statename = "FLORIDA" if congress == 105 & id == 39508 replace statename = "FLORIDA" if congress == 105 & id == 29713 replace statename = "FLORIDA" if congress == 105 & id == 29328 replace statename = "FLORIDA" if congress == 105 & id == 29329 replace statename = "FLORIDA" if congress == 105 & id == 29330 replace statename = "FLORIDA" if congress == 105 & id == 15627 replace statename = "FLORIDA" if congress == 105 & id == 29331 replace statename = "FLORIDA" if congress == 105 & id == 14842 replace statename = "FLORIDA" if congress == 105 & id == 15006 replace statename = "FLORIDA" if congress == 105 & id == 13047 replace statename = "FLORIDA" if congress == 105 & id == 29714 replace statename = "FLORIDA" if congress == 105 & id == 29332 replace statename = "FLORIDA" if congress == 105 & id == 29333 replace statename = "FLORIDA" if congress == 105 & id == 15605 replace statename = "FLORIDA" if congress == 105 & id == 29509 replace statename = "FLORIDA" if congress == 105 & id == 29510 replace statename = "FLORIDA" if congress == 105 & id == 29334 replace statename = "FLORIDA" if congress == 105 & id == 15634 replace statename = "FLORIDA" if congress == 105 & id == 29715 replace statename = "FLORIDA" if congress == 105 & id == 29335 replace statename = "FLORIDA" if congress == 105 & id == 29336 replace statename = "FLORIDA" if congress == 105 & id == 14860 replace statename = "FLORIDA" if congress == 105 & id == 29337 replace statename = "GEORGIA" if congress == 105 & id == 29338 replace statename = "GEORGIA" if congress == 105 & id == 29339 replace statename = "GEORGIA" if congress == 105 & id == 29340 replace statename = "GEORGIA" if congress == 105 & id == 29344 replace statename = "GEORGIA" if congress == 105 & id == 15431 replace statename = "GEORGIA" if congress == 105 & id == 14627 replace statename = "GEORGIA" if congress == 105 & id == 29511 replace statename = "GEORGIA" if congress == 105 & id == 29512 replace statename = "GEORGIA" if congress == 105 & id == 99342 replace statename = "GEORGIA" if congress == 105 & id == 29513 replace statename = "GEORGIA" if congress == 105 & id == 29341 replace statename = "HAWAII" if congress == 105 & id == 15245 replace statename = "HAWAII" if congress == 105 & id == 10757 replace statename = "IDAHO" if congress == 105 & id == 29514 replace statename = "IDAHO" if congress == 105 & id == 29345 replace statename = "ILLINOI" if congress == 105 & id == 29346 replace statename = "ILLINOI" if congress == 105 & id == 29585 replace statename = "ILLINOI" if congress == 105 & id == 15036 replace statename = "ILLINOI" if congress == 105 & id == 29348 replace statename = "ILLINOI" if congress == 105 & id == 29716 replace statename = "ILLINOI" if congress == 105 & id == 14239 replace statename = "ILLINOI" if congress == 105 & id == 29717 replace statename = "ILLINOI" if congress == 105 & id == 12041 replace statename = "ILLINOI" if congress == 105 & id == 10421 replace statename = "ILLINOI" if congress == 105 & id == 14677 replace statename = "ILLINOI" if congress == 105 & id == 29516 replace statename = "ILLINOI" if congress == 105 & id == 15453 replace statename = "ILLINOI" if congress == 105 & id == 15098 replace statename = "ILLINOI" if congress == 105 & id == 15417 replace statename = "ILLINOI" if congress == 105 & id == 29115 replace statename = "ILLINOI" if congress == 105 & id == 29349 replace statename = "ILLINOI" if congress == 105 & id == 15023 replace statename = "ILLINOI" if congress == 105 & id == 29517 replace statename = "ILLINOI" if congress == 105 & id == 15620 replace statename = "ILLINOI" if congress == 105 & id == 29718 replace statename = "INDIANA" if congress == 105 & id == 15124 replace statename = "INDIANA" if congress == 105 & id == 29518 replace statename = "INDIANA" if congress == 105 & id == 29117 replace statename = "INDIANA" if congress == 105 & id == 29519 replace statename = "INDIANA" if congress == 105 & id == 29350 replace statename = "INDIANA" if congress == 105 & id == 15014 replace statename = "INDIANA" if congress == 105 & id == 29719 replace statename = "INDIANA" if congress == 105 & id == 29520 replace statename = "INDIANA" if congress == 105 & id == 10732 replace statename = "INDIANA" if congress == 105 & id == 29720 replace statename = "IOWA" if congress == 105 & id == 14432 replace statename = "IOWA" if congress == 105 & id == 29118 replace statename = "IOWA" if congress == 105 & id == 29721 replace statename = "IOWA" if congress == 105 & id == 29521 replace statename = "IOWA" if congress == 105 & id == 29522 replace statename = "KANSAS" if congress == 105 & id == 29722 replace statename = "KANSAS" if congress == 105 & id == 29723 replace statename = "KANSAS" if congress == 105 & id == 29724 replace statename = "KANSAS" if congress == 105 & id == 29524 replace statename = "KENTUCK" if congress == 105 & id == 29525 replace statename = "KENTUCK" if congress == 105 & id == 29352 replace statename = "KENTUCK" if congress == 105 & id == 29725 replace statename = "KENTUCK" if congress == 105 & id == 15406 replace statename = "KENTUCK" if congress == 105 & id == 14854 replace statename = "KENTUCK" if congress == 105 & id == 29353 replace statename = "LOUISIA" if congress == 105 & id == 14469 replace statename = "LOUISIA" if congress == 105 & id == 29120 replace statename = "LOUISIA" if congress == 105 & id == 94679 replace statename = "LOUISIA" if congress == 105 & id == 15451 replace statename = "LOUISIA" if congress == 105 & id == 29726 replace statename = "LOUISIA" if congress == 105 & id == 15401 replace statename = "LOUISIA" if congress == 105 & id == 29727 replace statename = "MAINE" if congress == 105 & id == 29728 replace statename = "MAINE" if congress == 105 & id == 29528 replace statename = "MARYLAN" if congress == 105 & id == 29122 replace statename = "MARYLAN" if congress == 105 & id == 29529 replace statename = "MARYLAN" if congress == 105 & id == 15408 replace statename = "MARYLAN" if congress == 105 & id == 29355 replace statename = "MARYLAN" if congress == 105 & id == 14873 replace statename = "MARYLAN" if congress == 105 & id == 29356 replace statename = "MARYLAN" if congress == 105 & id == 29587 replace statename = "MARYLAN" if congress == 105 & id == 15434 replace statename = "MASSACH" if congress == 105 & id == 29123 replace statename = "MASSACH" if congress == 105 & id == 15616 replace statename = "MASSACH" if congress == 105 & id == 29729 replace statename = "MASSACH" if congress == 105 & id == 14824 replace statename = "MASSACH" if congress == 105 & id == 29358 replace statename = "MASSACH" if congress == 105 & id == 29730 replace statename = "MASSACH" if congress == 105 & id == 14435 replace statename = "MASSACH" if congress == 105 & id == 15427 replace statename = "MASSACH" if congress == 105 & id == 14039 replace statename = "MASSACH" if congress == 105 & id == 29731 replace statename = "MICHIGA" if congress == 105 & id == 29360 replace statename = "MICHIGA" if congress == 105 & id == 29361 replace statename = "MICHIGA" if congress == 105 & id == 29362 replace statename = "MICHIGA" if congress == 105 & id == 29124 replace statename = "MICHIGA" if congress == 105 & id == 29363 replace statename = "MICHIGA" if congress == 105 & id == 15446 replace statename = "MICHIGA" if congress == 105 & id == 29364 replace statename = "MICHIGA" if congress == 105 & id == 29732 replace statename = "MICHIGA" if congress == 105 & id == 14430 replace statename = "MICHIGA" if congress == 105 & id == 14407 replace statename = "MICHIGA" if congress == 105 & id == 29365 replace statename = "MICHIGA" if congress == 105 & id == 15033 replace statename = "MICHIGA" if congress == 105 & id == 29531 replace statename = "MICHIGA" if congress == 105 & id == 10713 replace statename = "MICHIGA" if congress == 105 & id == 29733 replace statename = "MICHIGA" if congress == 105 & id == 2605 replace statename = "MINNESO" if congress == 105 & id == 29532 replace statename = "MINNESO" if congress == 105 & id == 29366 replace statename = "MINNESO" if congress == 105 & id == 29126 replace statename = "MINNESO" if congress == 105 & id == 14458 replace statename = "MINNESO" if congress == 105 & id == 14656 replace statename = "MINNESO" if congress == 105 & id == 29533 replace statename = "MINNESO" if congress == 105 & id == 29127 replace statename = "MINNESO" if congress == 105 & id == 14265 replace statename = "MISSISS" if congress == 105 & id == 29534 replace statename = "MISSISS" if congress == 105 & id == 29368 replace statename = "MISSISS" if congress == 105 & id == 29734 replace statename = "MISSISS" if congress == 105 & id == 95617 replace statename = "MISSISS" if congress == 105 & id == 15637 replace statename = "MISSOUR" if congress == 105 & id == 12009 replace statename = "MISSOUR" if congress == 105 & id == 29369 replace statename = "MISSOUR" if congress == 105 & id == 14421 replace statename = "MISSOUR" if congress == 105 & id == 14451 replace statename = "MISSOUR" if congress == 105 & id == 29535 replace statename = "MISSOUR" if congress == 105 & id == 29370 replace statename = "MISSOUR" if congress == 105 & id == 29735 replace statename = "MISSOUR" if congress == 105 & id == 29736 replace statename = "MISSOUR" if congress == 105 & id == 29737 replace statename = "MONTANA" if congress == 105 & id == 29738 replace statename = "NEBRASK" if congress == 105 & id == 14605 replace statename = "NEBRASK" if congress == 105 & id == 29536 replace statename = "NEBRASK" if congress == 105 & id == 29129 replace statename = "NEVADA" if congress == 105 & id == 29537 replace statename = "NEVADA" if congress == 105 & id == 29739 replace statename = "NEW HAM" if congress == 105 & id == 29740 replace statename = "NEW HAM" if congress == 105 & id == 29538 replace statename = "NEW JER" if congress == 105 & id == 29132 replace statename = "NEW JER" if congress == 105 & id == 29539 replace statename = "NEW JER" if congress == 105 & id == 15112 replace statename = "NEW JER" if congress == 105 & id == 14863 replace statename = "NEW JER" if congress == 105 & id == 14855 replace statename = "NEW JER" if congress == 105 & id == 15454 replace statename = "NEW JER" if congress == 105 & id == 29371 replace statename = "NEW JER" if congress == 105 & id == 29741 replace statename = "NEW JER" if congress == 105 & id == 29742 replace statename = "NEW JER" if congress == 105 & id == 15619 replace statename = "NEW JER" if congress == 105 & id == 29541 replace statename = "NEW JER" if congress == 105 & id == 29743 replace statename = "NEW JER" if congress == 105 & id == 29373 replace statename = "NEW MEX" if congress == 105 & id == 15624 replace statename = "NEW MEX" if congress == 105 & id == 29779 replace statename = "NEW MEX" if congress == 105 & id == 14861 replace statename = "NEW MEX" if congress == 105 & id == 15055 replace statename = "NEW MEX" if congress == 105 & id == 29772 replace statename = "NEW YOR" if congress == 105 & id == 29542 replace statename = "NEW YOR" if congress == 105 & id == 29374 replace statename = "NEW YOR" if congress == 105 & id == 29375 replace statename = "NEW YOR" if congress == 105 & id == 29744 replace statename = "NEW YOR" if congress == 105 & id == 15000 replace statename = "NEW YOR" if congress == 105 & id == 15412 replace statename = "NEW YOR" if congress == 105 & id == 29776 replace statename = "NEW YOR" if congress == 105 & id == 15107 replace statename = "NEW YOR" if congress == 105 & id == 29377 replace statename = "NEW YOR" if congress == 105 & id == 14858 replace statename = "NEW YOR" if congress == 105 & id == 15072 replace statename = "NEW YOR" if congress == 105 & id == 15050 replace statename = "NEW YOR" if congress == 105 & id == 29378 replace statename = "NEW YOR" if congress == 105 & id == 15639 replace statename = "NEW YOR" if congress == 105 & id == 29773 replace statename = "NEW YOR" if congress == 105 & id == 29379 replace statename = "NEW YOR" if congress == 105 & id == 13035 replace statename = "NEW YOR" if congress == 105 & id == 29134 replace statename = "NEW YOR" if congress == 105 & id == 15603 replace statename = "NEW YOR" if congress == 105 & id == 15612 replace statename = "NEW YOR" if congress == 105 & id == 29544 replace statename = "NEW YOR" if congress == 105 & id == 14015 replace statename = "NEW YOR" if congress == 105 & id == 15614 replace statename = "NEW YOR" if congress == 105 & id == 14662 replace statename = "NEW YOR" if congress == 105 & id == 15007 replace statename = "NEW YOR" if congress == 105 & id == 39316 replace statename = "NEW YOR" if congress == 105 & id == 15630 replace statename = "NEW YOR" if congress == 105 & id == 29380 replace statename = "NEW YOR" if congress == 105 & id == 15618 replace statename = "NEW YOR" if congress == 105 & id == 15444 replace statename = "NEW YOR" if congress == 105 & id == 14248 replace statename = "NEW YOR" if congress == 105 & id == 29381 replace statename = "NEW YOR" if congress == 105 & id == 15423 replace statename = "NORTH C" if congress == 105 & id == 29382 replace statename = "NORTH C" if congress == 105 & id == 29745 replace statename = "NORTH C" if congress == 105 & id == 29546 replace statename = "NORTH C" if congress == 105 & id == 15438 replace statename = "NORTH C" if congress == 105 & id == 29548 replace statename = "NORTH C" if congress == 105 & id == 15092 replace statename = "NORTH C" if congress == 105 & id == 29746 replace statename = "NORTH C" if congress == 105 & id == 14233 replace statename = "NORTH C" if congress == 105 & id == 29549 replace statename = "NORTH C" if congress == 105 & id == 15402 replace statename = "NORTH C" if congress == 105 & id == 29135 replace statename = "NORTH C" if congress == 105 & id == 29383 replace statename = "NORTH D" if congress == 105 & id == 29384 replace statename = "OHIO" if congress == 105 & id == 29550 replace statename = "OHIO" if congress == 105 & id == 29386 replace statename = "OHIO" if congress == 105 & id == 14632 replace statename = "OHIO" if congress == 105 & id == 14875 replace statename = "OHIO" if congress == 105 & id == 15604 replace statename = "OHIO" if congress == 105 & id == 29747 replace statename = "OHIO" if congress == 105 & id == 29136 replace statename = "OHIO" if congress == 105 & id == 29137 replace statename = "OHIO" if congress == 105 & id == 15029 replace statename = "OHIO" if congress == 105 & id == 29748 replace statename = "OHIO" if congress == 105 & id == 12030 replace statename = "OHIO" if congress == 105 & id == 15030 replace statename = "OHIO" if congress == 105 & id == 29389 replace statename = "OHIO" if congress == 105 & id == 15442 replace statename = "OHIO" if congress == 105 & id == 29390 replace statename = "OHIO" if congress == 105 & id == 14045 replace statename = "OHIO" if congress == 105 & id == 15121 replace statename = "OHIO" if congress == 105 & id == 29552 replace statename = "OHIO" if congress == 105 & id == 29553 replace statename = "OKLAHOM" if congress == 105 & id == 29554 replace statename = "OKLAHOM" if congress == 105 & id == 29555 replace statename = "OKLAHOM" if congress == 105 & id == 29749 replace statename = "OKLAHOM" if congress == 105 & id == 29556 replace statename = "OKLAHOM" if congress == 105 & id == 29392 replace statename = "OKLAHOM" if congress == 105 & id == 29393 replace statename = "OREGON" if congress == 105 & id == 29394 replace statename = "OREGON" if congress == 105 & id == 15063 replace statename = "OREGON" if congress == 105 & id == 29588 replace statename = "OREGON" if congress == 105 & id == 15410 replace statename = "OREGON" if congress == 105 & id == 29750 replace statename = "PENNSYL" if congress == 105 & id == 14823 replace statename = "PENNSYL" if congress == 105 & id == 29777 replace statename = "PENNSYL" if congress == 105 & id == 29559 replace statename = "PENNSYL" if congress == 105 & id == 15008 replace statename = "PENNSYL" if congress == 105 & id == 29395 replace statename = "PENNSYL" if congress == 105 & id == 29751 replace statename = "PENNSYL" if congress == 105 & id == 29396 replace statename = "PENNSYL" if congress == 105 & id == 15447 replace statename = "PENNSYL" if congress == 105 & id == 29397 replace statename = "PENNSYL" if congress == 105 & id == 14052 replace statename = "PENNSYL" if congress == 105 & id == 10607 replace statename = "PENNSYL" if congress == 105 & id == 15104 replace statename = "PENNSYL" if congress == 105 & id == 14072 replace statename = "PENNSYL" if congress == 105 & id == 29560 replace statename = "PENNSYL" if congress == 105 & id == 14808 replace statename = "PENNSYL" if congress == 105 & id == 29399 replace statename = "PENNSYL" if congress == 105 & id == 29752 replace statename = "PENNSYL" if congress == 105 & id == 15026 replace statename = "PENNSYL" if congress == 105 & id == 29561 replace statename = "PENNSYL" if congress == 105 & id == 14288 replace statename = "PENNSYL" if congress == 105 & id == 29562 replace statename = "PENNSYL" if congress == 105 & id == 29563 replace statename = "RHODE I" if congress == 105 & id == 29564 replace statename = "RHODE I" if congress == 105 & id == 29753 replace statename = "SOUTH C" if congress == 105 & id == 29565 replace statename = "SOUTH C" if congress == 105 & id == 13042 replace statename = "SOUTH C" if congress == 105 & id == 29566 replace statename = "SOUTH C" if congress == 105 & id == 39300 replace statename = "SOUTH C" if congress == 105 & id == 15064 replace statename = "SOUTH C" if congress == 105 & id == 39301 replace statename = "SOUTH D" if congress == 105 & id == 29754 replace statename = "TENNESS" if congress == 105 & id == 29755 replace statename = "TENNESS" if congress == 105 & id == 15455 replace statename = "TENNESS" if congress == 105 & id == 29567 replace statename = "TENNESS" if congress == 105 & id == 29568 replace statename = "TENNESS" if congress == 105 & id == 15450 replace statename = "TENNESS" if congress == 105 & id == 15100 replace statename = "TENNESS" if congress == 105 & id == 29569 replace statename = "TENNESS" if congress == 105 & id == 15628 replace statename = "TENNESS" if congress == 105 & id == 29756 replace statename = "TEXAS" if congress == 105 & id == 29757 replace statename = "TEXAS" if congress == 105 & id == 29758 replace statename = "TEXAS" if congress == 105 & id == 29143 replace statename = "TEXAS" if congress == 105 & id == 14828 replace statename = "TEXAS" if congress == 105 & id == 29759 replace statename = "TEXAS" if congress == 105 & id == 15085 replace statename = "TEXAS" if congress == 105 & id == 13002 replace statename = "TEXAS" if congress == 105 & id == 29760 replace statename = "TEXAS" if congress == 105 & id == 29761 replace statename = "TEXAS" if congress == 105 & id == 29571 replace statename = "TEXAS" if congress == 105 & id == 29144 replace statename = "TEXAS" if congress == 105 & id == 29762 replace statename = "TEXAS" if congress == 105 & id == 29572 replace statename = "TEXAS" if congress == 105 & id == 14290 replace statename = "TEXAS" if congress == 105 & id == 29763 replace statename = "TEXAS" if congress == 105 & id == 29764 replace statename = "TEXAS" if congress == 105 & id == 14664 replace statename = "TEXAS" if congress == 105 & id == 29573 replace statename = "TEXAS" if congress == 105 & id == 15093 replace statename = "TEXAS" if congress == 105 & id == 10520 replace statename = "TEXAS" if congress == 105 & id == 15445 replace statename = "TEXAS" if congress == 105 & id == 15094 replace statename = "TEXAS" if congress == 105 & id == 39302 replace statename = "TEXAS" if congress == 105 & id == 14626 replace statename = "TEXAS" if congress == 105 & id == 29574 replace statename = "TEXAS" if congress == 105 & id == 15125 replace statename = "TEXAS" if congress == 105 & id == 15049 replace statename = "TEXAS" if congress == 105 & id == 39303 replace statename = "TEXAS" if congress == 105 & id == 29771 replace statename = "TEXAS" if congress == 105 & id == 39304 replace statename = "TEXAS" if congress == 105 & id == 39305 replace statename = "UTAH" if congress == 105 & id == 14829 replace statename = "UTAH" if congress == 105 & id == 29765 replace statename = "UTAH" if congress == 105 & id == 29766 replace statename = "VERMONT" if congress == 105 & id == 29147 replace statename = "VIRGINI" if congress == 105 & id == 15003 replace statename = "VIRGINI" if congress == 105 & id == 15437 replace statename = "VIRGINI" if congress == 105 & id == 39307 replace statename = "VIRGINI" if congress == 105 & id == 15060 replace statename = "VIRGINI" if congress == 105 & id == 29767 replace statename = "VIRGINI" if congress == 105 & id == 39308 replace statename = "VIRGINI" if congress == 105 & id == 14802 replace statename = "VIRGINI" if congress == 105 & id == 29149 replace statename = "VIRGINI" if congress == 105 & id == 15010 replace statename = "VIRGINI" if congress == 105 & id == 14869 replace statename = "VIRGINI" if congress == 105 & id == 29576 replace statename = "WASHING" if congress == 105 & id == 29577 replace statename = "WASHING" if congress == 105 & id == 29578 replace statename = "WASHING" if congress == 105 & id == 29579 replace statename = "WASHING" if congress == 105 & id == 29580 replace statename = "WASHING" if congress == 105 & id == 29581 replace statename = "WASHING" if congress == 105 & id == 14413 replace statename = "WASHING" if congress == 105 & id == 15613 replace statename = "WASHING" if congress == 105 & id == 39312 replace statename = "WASHING" if congress == 105 & id == 29768 replace statename = "WEST VI" if congress == 105 & id == 15083 replace statename = "WEST VI" if congress == 105 & id == 15077 replace statename = "WEST VI" if congress == 105 & id == 14448 replace statename = "WISCONS" if congress == 105 & id == 29583 replace statename = "WISCONS" if congress == 105 & id == 29150 replace statename = "WISCONS" if congress == 105 & id == 29769 replace statename = "WISCONS" if congress == 105 & id == 15082 replace statename = "WISCONS" if congress == 105 & id == 39315 replace statename = "WISCONS" if congress == 105 & id == 14675 replace statename = "WISCONS" if congress == 105 & id == 12036 replace statename = "WISCONS" if congress == 105 & id == 29770 replace statename = "WISCONS" if congress == 105 & id == 14657 replace statename = "WYOMING" if congress == 105 & id == 29584 replace statename = "USA" if congress == 106 & id == 99909 replace statename = "ALABAMA" if congress == 106 & id == 15090 replace statename = "ALABAMA" if congress == 106 & id == 29300 replace statename = "ALABAMA" if congress == 106 & id == 29700 replace statename = "ALABAMA" if congress == 106 & id == 29701 replace statename = "ALABAMA" if congress == 106 & id == 29100 replace statename = "ALABAMA" if congress == 106 & id == 29301 replace statename = "ALABAMA" if congress == 106 & id == 29302 replace statename = "ALASKA" if congress == 106 & id == 14066 replace statename = "ARIZONA" if congress == 106 & id == 29500 replace statename = "ARIZONA" if congress == 106 & id == 29101 replace statename = "ARIZONA" if congress == 106 & id == 14454 replace statename = "ARIZONA" if congress == 106 & id == 29501 replace statename = "ARIZONA" if congress == 106 & id == 15105 replace statename = "ARIZONA" if congress == 106 & id == 29502 replace statename = "ARKANSA" if congress == 106 & id == 29702 replace statename = "ARKANSA" if congress == 106 & id == 29703 replace statename = "ARKANSA" if congress == 106 & id == 29704 replace statename = "ARKANSA" if congress == 106 & id == 29307 replace statename = "CALIFOR" if congress == 106 & id == 29901 replace statename = "CALIFOR" if congress == 106 & id == 15420 replace statename = "CALIFOR" if congress == 106 & id == 29902 replace statename = "CALIFOR" if congress == 106 & id == 29104 replace statename = "CALIFOR" if congress == 106 & id == 14649 replace statename = "CALIFOR" if congress == 106 & id == 29309 replace statename = "CALIFOR" if congress == 106 & id == 14256 replace statename = "CALIFOR" if congress == 106 & id == 15448 replace statename = "CALIFOR" if congress == 106 & id == 29778 replace statename = "CALIFOR" if congress == 106 & id == 29705 replace statename = "CALIFOR" if congress == 106 & id == 29311 replace statename = "CALIFOR" if congress == 106 & id == 14837 replace statename = "CALIFOR" if congress == 106 & id == 14053 replace statename = "CALIFOR" if congress == 106 & id == 29312 replace statename = "CALIFOR" if congress == 106 & id == 15600 replace statename = "CALIFOR" if congress == 106 & id == 29504 replace statename = "CALIFOR" if congress == 106 & id == 29313 replace statename = "CALIFOR" if congress == 106 & id == 15635 replace statename = "CALIFOR" if congress == 106 & id == 29505 replace statename = "CALIFOR" if congress == 106 & id == 29105 replace statename = "CALIFOR" if congress == 106 & id == 14669 replace statename = "CALIFOR" if congress == 106 & id == 29774 replace statename = "CALIFOR" if congress == 106 & id == 15413 replace statename = "CALIFOR" if congress == 106 & id == 29707 replace statename = "CALIFOR" if congress == 106 & id == 29315 replace statename = "CALIFOR" if congress == 106 & id == 15005 replace statename = "CALIFOR" if congress == 106 & id == 29708 replace statename = "CALIFOR" if congress == 106 & id == 14813 replace statename = "CALIFOR" if congress == 106 & id == 14280 replace statename = "CALIFOR" if congress == 106 & id == 29316 replace statename = "CALIFOR" if congress == 106 & id == 14879 replace statename = "CALIFOR" if congress == 106 & id == 94879 replace statename = "CALIFOR" if congress == 106 & id == 14620 replace statename = "CALIFOR" if congress == 106 & id == 29317 replace statename = "CALIFOR" if congress == 106 & id == 29903 replace statename = "CALIFOR" if congress == 106 & id == 29106 replace statename = "CALIFOR" if congress == 106 & id == 29904 replace statename = "CALIFOR" if congress == 106 & id == 29586 replace statename = "CALIFOR" if congress == 106 & id == 29320 replace statename = "CALIFOR" if congress == 106 & id == 29321 replace statename = "CALIFOR" if congress == 106 & id == 14644 replace statename = "CALIFOR" if congress == 106 & id == 29905 replace statename = "CALIFOR" if congress == 106 & id == 10573 replace statename = "CALIFOR" if congress == 106 & id == 29942 replace statename = "CALIFOR" if congress == 106 & id == 29323 replace statename = "CALIFOR" if congress == 106 & id == 29775 replace statename = "CALIFOR" if congress == 106 & id == 15621 replace statename = "CALIFOR" if congress == 106 & id == 29709 replace statename = "CALIFOR" if congress == 106 & id == 15601 replace statename = "CALIFOR" if congress == 106 & id == 15051 replace statename = "CALIFOR" if congress == 106 & id == 29508 replace statename = "CALIFOR" if congress == 106 & id == 29325 replace statename = "CALIFOR" if congress == 106 & id == 29107 replace statename = "CALIFOR" if congress == 106 & id == 14835 replace statename = "COLORAD" if congress == 106 & id == 29710 replace statename = "COLORAD" if congress == 106 & id == 29906 replace statename = "COLORAD" if congress == 106 & id == 29326 replace statename = "COLORAD" if congress == 106 & id == 29711 replace statename = "COLORAD" if congress == 106 & id == 15419 replace statename = "COLORAD" if congress == 106 & id == 29907 replace statename = "CONNECT" if congress == 106 & id == 29908 replace statename = "CONNECT" if congress == 106 & id == 14825 replace statename = "CONNECT" if congress == 106 & id == 29109 replace statename = "CONNECT" if congress == 106 & id == 15449 replace statename = "CONNECT" if congress == 106 & id == 29712 replace statename = "CONNECT" if congress == 106 & id == 15028 replace statename = "DELAWAR" if congress == 106 & id == 29327 replace statename = "FLORIDA" if congress == 106 & id == 39508 replace statename = "FLORIDA" if congress == 106 & id == 29713 replace statename = "FLORIDA" if congress == 106 & id == 29328 replace statename = "FLORIDA" if congress == 106 & id == 29329 replace statename = "FLORIDA" if congress == 106 & id == 29330 replace statename = "FLORIDA" if congress == 106 & id == 15627 replace statename = "FLORIDA" if congress == 106 & id == 29331 replace statename = "FLORIDA" if congress == 106 & id == 14842 replace statename = "FLORIDA" if congress == 106 & id == 15006 replace statename = "FLORIDA" if congress == 106 & id == 13047 replace statename = "FLORIDA" if congress == 106 & id == 29714 replace statename = "FLORIDA" if congress == 106 & id == 29332 replace statename = "FLORIDA" if congress == 106 & id == 29333 replace statename = "FLORIDA" if congress == 106 & id == 15605 replace statename = "FLORIDA" if congress == 106 & id == 29509 replace statename = "FLORIDA" if congress == 106 & id == 29510 replace statename = "FLORIDA" if congress == 106 & id == 29334 replace statename = "FLORIDA" if congress == 106 & id == 15634 replace statename = "FLORIDA" if congress == 106 & id == 29715 replace statename = "FLORIDA" if congress == 106 & id == 29335 replace statename = "FLORIDA" if congress == 106 & id == 29336 replace statename = "FLORIDA" if congress == 106 & id == 14860 replace statename = "FLORIDA" if congress == 106 & id == 29337 replace statename = "GEORGIA" if congress == 106 & id == 29338 replace statename = "GEORGIA" if congress == 106 & id == 29339 replace statename = "GEORGIA" if congress == 106 & id == 29340 replace statename = "GEORGIA" if congress == 106 & id == 29344 replace statename = "GEORGIA" if congress == 106 & id == 15431 replace statename = "GEORGIA" if congress == 106 & id == 29909 replace statename = "GEORGIA" if congress == 106 & id == 29511 replace statename = "GEORGIA" if congress == 106 & id == 29512 replace statename = "GEORGIA" if congress == 106 & id == 99342 replace statename = "GEORGIA" if congress == 106 & id == 29513 replace statename = "GEORGIA" if congress == 106 & id == 29341 replace statename = "HAWAII" if congress == 106 & id == 15245 replace statename = "HAWAII" if congress == 106 & id == 10757 replace statename = "IDAHO" if congress == 106 & id == 29514 replace statename = "IDAHO" if congress == 106 & id == 29910 replace statename = "ILLINOI" if congress == 106 & id == 29346 replace statename = "ILLINOI" if congress == 106 & id == 29585 replace statename = "ILLINOI" if congress == 106 & id == 15036 replace statename = "ILLINOI" if congress == 106 & id == 29348 replace statename = "ILLINOI" if congress == 106 & id == 29716 replace statename = "ILLINOI" if congress == 106 & id == 14239 replace statename = "ILLINOI" if congress == 106 & id == 29717 replace statename = "ILLINOI" if congress == 106 & id == 12041 replace statename = "ILLINOI" if congress == 106 & id == 29911 replace statename = "ILLINOI" if congress == 106 & id == 14677 replace statename = "ILLINOI" if congress == 106 & id == 29516 replace statename = "ILLINOI" if congress == 106 & id == 15453 replace statename = "ILLINOI" if congress == 106 & id == 29912 replace statename = "ILLINOI" if congress == 106 & id == 15417 replace statename = "ILLINOI" if congress == 106 & id == 29115 replace statename = "ILLINOI" if congress == 106 & id == 29349 replace statename = "ILLINOI" if congress == 106 & id == 15023 replace statename = "ILLINOI" if congress == 106 & id == 29517 replace statename = "ILLINOI" if congress == 106 & id == 29913 replace statename = "ILLINOI" if congress == 106 & id == 29718 replace statename = "INDIANA" if congress == 106 & id == 15124 replace statename = "INDIANA" if congress == 106 & id == 29518 replace statename = "INDIANA" if congress == 106 & id == 29117 replace statename = "INDIANA" if congress == 106 & id == 29519 replace statename = "INDIANA" if congress == 106 & id == 29350 replace statename = "INDIANA" if congress == 106 & id == 15014 replace statename = "INDIANA" if congress == 106 & id == 29719 replace statename = "INDIANA" if congress == 106 & id == 29520 replace statename = "INDIANA" if congress == 106 & id == 29914 replace statename = "INDIANA" if congress == 106 & id == 29720 replace statename = "IOWA" if congress == 106 & id == 14432 replace statename = "IOWA" if congress == 106 & id == 29118 replace statename = "IOWA" if congress == 106 & id == 29721 replace statename = "IOWA" if congress == 106 & id == 29521 replace statename = "IOWA" if congress == 106 & id == 29522 replace statename = "KANSAS" if congress == 106 & id == 29722 replace statename = "KANSAS" if congress == 106 & id == 29723 replace statename = "KANSAS" if congress == 106 & id == 29915 replace statename = "KANSAS" if congress == 106 & id == 29524 replace statename = "KENTUCK" if congress == 106 & id == 29525 replace statename = "KENTUCK" if congress == 106 & id == 29352 replace statename = "KENTUCK" if congress == 106 & id == 29725 replace statename = "KENTUCK" if congress == 106 & id == 29916 replace statename = "KENTUCK" if congress == 106 & id == 14854 replace statename = "KENTUCK" if congress == 106 & id == 29917 replace statename = "LOUISIA" if congress == 106 & id == 14469 replace statename = "LOUISIA" if congress == 106 & id == 29918 replace statename = "LOUISIA" if congress == 106 & id == 29120 replace statename = "LOUISIA" if congress == 106 & id == 94679 replace statename = "LOUISIA" if congress == 106 & id == 15451 replace statename = "LOUISIA" if congress == 106 & id == 29726 replace statename = "LOUISIA" if congress == 106 & id == 15401 replace statename = "LOUISIA" if congress == 106 & id == 29727 replace statename = "MAINE" if congress == 106 & id == 29728 replace statename = "MAINE" if congress == 106 & id == 29528 replace statename = "MARYLAN" if congress == 106 & id == 29122 replace statename = "MARYLAN" if congress == 106 & id == 29529 replace statename = "MARYLAN" if congress == 106 & id == 15408 replace statename = "MARYLAN" if congress == 106 & id == 29355 replace statename = "MARYLAN" if congress == 106 & id == 14873 replace statename = "MARYLAN" if congress == 106 & id == 29356 replace statename = "MARYLAN" if congress == 106 & id == 29587 replace statename = "MARYLAN" if congress == 106 & id == 15434 replace statename = "MASSACH" if congress == 106 & id == 29123 replace statename = "MASSACH" if congress == 106 & id == 15616 replace statename = "MASSACH" if congress == 106 & id == 29729 replace statename = "MASSACH" if congress == 106 & id == 14824 replace statename = "MASSACH" if congress == 106 & id == 29358 replace statename = "MASSACH" if congress == 106 & id == 29730 replace statename = "MASSACH" if congress == 106 & id == 14435 replace statename = "MASSACH" if congress == 106 & id == 29919 replace statename = "MASSACH" if congress == 106 & id == 14039 replace statename = "MASSACH" if congress == 106 & id == 29731 replace statename = "MICHIGA" if congress == 106 & id == 29360 replace statename = "MICHIGA" if congress == 106 & id == 29361 replace statename = "MICHIGA" if congress == 106 & id == 29362 replace statename = "MICHIGA" if congress == 106 & id == 29124 replace statename = "MICHIGA" if congress == 106 & id == 29363 replace statename = "MICHIGA" if congress == 106 & id == 15446 replace statename = "MICHIGA" if congress == 106 & id == 29364 replace statename = "MICHIGA" if congress == 106 & id == 29732 replace statename = "MICHIGA" if congress == 106 & id == 14430 replace statename = "MICHIGA" if congress == 106 & id == 14407 replace statename = "MICHIGA" if congress == 106 & id == 29365 replace statename = "MICHIGA" if congress == 106 & id == 15033 replace statename = "MICHIGA" if congress == 106 & id == 29531 replace statename = "MICHIGA" if congress == 106 & id == 10713 replace statename = "MICHIGA" if congress == 106 & id == 29733 replace statename = "MICHIGA" if congress == 106 & id == 2605 replace statename = "MINNESO" if congress == 106 & id == 29532 replace statename = "MINNESO" if congress == 106 & id == 29366 replace statename = "MINNESO" if congress == 106 & id == 29126 replace statename = "MINNESO" if congress == 106 & id == 14458 replace statename = "MINNESO" if congress == 106 & id == 14656 replace statename = "MINNESO" if congress == 106 & id == 29533 replace statename = "MINNESO" if congress == 106 & id == 29127 replace statename = "MINNESO" if congress == 106 & id == 14265 replace statename = "MISSISS" if congress == 106 & id == 29534 replace statename = "MISSISS" if congress == 106 & id == 29368 replace statename = "MISSISS" if congress == 106 & id == 29734 replace statename = "MISSISS" if congress == 106 & id == 29920 replace statename = "MISSISS" if congress == 106 & id == 15637 replace statename = "MISSOUR" if congress == 106 & id == 12009 replace statename = "MISSOUR" if congress == 106 & id == 29369 replace statename = "MISSOUR" if congress == 106 & id == 14421 replace statename = "MISSOUR" if congress == 106 & id == 14451 replace statename = "MISSOUR" if congress == 106 & id == 29535 replace statename = "MISSOUR" if congress == 106 & id == 29370 replace statename = "MISSOUR" if congress == 106 & id == 29735 replace statename = "MISSOUR" if congress == 106 & id == 29736 replace statename = "MISSOUR" if congress == 106 & id == 29737 replace statename = "MONTANA" if congress == 106 & id == 29738 replace statename = "NEBRASK" if congress == 106 & id == 14605 replace statename = "NEBRASK" if congress == 106 & id == 29921 replace statename = "NEBRASK" if congress == 106 & id == 29129 replace statename = "NEVADA" if congress == 106 & id == 29922 replace statename = "NEVADA" if congress == 106 & id == 29739 replace statename = "NEW HAM" if congress == 106 & id == 29740 replace statename = "NEW HAM" if congress == 106 & id == 29538 replace statename = "NEW JER" if congress == 106 & id == 29132 replace statename = "NEW JER" if congress == 106 & id == 29539 replace statename = "NEW JER" if congress == 106 & id == 15112 replace statename = "NEW JER" if congress == 106 & id == 14863 replace statename = "NEW JER" if congress == 106 & id == 14855 replace statename = "NEW JER" if congress == 106 & id == 15454 replace statename = "NEW JER" if congress == 106 & id == 29371 replace statename = "NEW JER" if congress == 106 & id == 29741 replace statename = "NEW JER" if congress == 106 & id == 29742 replace statename = "NEW JER" if congress == 106 & id == 15619 replace statename = "NEW JER" if congress == 106 & id == 29541 replace statename = "NEW JER" if congress == 106 & id == 29923 replace statename = "NEW JER" if congress == 106 & id == 29373 replace statename = "NEW MEX" if congress == 106 & id == 29779 replace statename = "NEW MEX" if congress == 106 & id == 14861 replace statename = "NEW MEX" if congress == 106 & id == 29924 replace statename = "NEW YOR" if congress == 106 & id == 29542 replace statename = "NEW YOR" if congress == 106 & id == 99542 replace statename = "NEW YOR" if congress == 106 & id == 29374 replace statename = "NEW YOR" if congress == 106 & id == 29375 replace statename = "NEW YOR" if congress == 106 & id == 29744 replace statename = "NEW YOR" if congress == 106 & id == 15000 replace statename = "NEW YOR" if congress == 106 & id == 29776 replace statename = "NEW YOR" if congress == 106 & id == 29925 replace statename = "NEW YOR" if congress == 106 & id == 29377 replace statename = "NEW YOR" if congress == 106 & id == 29926 replace statename = "NEW YOR" if congress == 106 & id == 15072 replace statename = "NEW YOR" if congress == 106 & id == 15050 replace statename = "NEW YOR" if congress == 106 & id == 29378 replace statename = "NEW YOR" if congress == 106 & id == 29773 replace statename = "NEW YOR" if congress == 106 & id == 29379 replace statename = "NEW YOR" if congress == 106 & id == 13035 replace statename = "NEW YOR" if congress == 106 & id == 29134 replace statename = "NEW YOR" if congress == 106 & id == 15603 replace statename = "NEW YOR" if congress == 106 & id == 15612 replace statename = "NEW YOR" if congress == 106 & id == 29544 replace statename = "NEW YOR" if congress == 106 & id == 14015 replace statename = "NEW YOR" if congress == 106 & id == 15614 replace statename = "NEW YOR" if congress == 106 & id == 29927 replace statename = "NEW YOR" if congress == 106 & id == 15007 replace statename = "NEW YOR" if congress == 106 & id == 39316 replace statename = "NEW YOR" if congress == 106 & id == 15630 replace statename = "NEW YOR" if congress == 106 & id == 29380 replace statename = "NEW YOR" if congress == 106 & id == 29928 replace statename = "NEW YOR" if congress == 106 & id == 15444 replace statename = "NEW YOR" if congress == 106 & id == 14248 replace statename = "NEW YOR" if congress == 106 & id == 29381 replace statename = "NEW YOR" if congress == 106 & id == 15423 replace statename = "NORTH C" if congress == 106 & id == 29382 replace statename = "NORTH C" if congress == 106 & id == 29745 replace statename = "NORTH C" if congress == 106 & id == 29546 replace statename = "NORTH C" if congress == 106 & id == 15438 replace statename = "NORTH C" if congress == 106 & id == 29548 replace statename = "NORTH C" if congress == 106 & id == 15092 replace statename = "NORTH C" if congress == 106 & id == 29746 replace statename = "NORTH C" if congress == 106 & id == 29929 replace statename = "NORTH C" if congress == 106 & id == 29549 replace statename = "NORTH C" if congress == 106 & id == 15402 replace statename = "NORTH C" if congress == 106 & id == 29135 replace statename = "NORTH C" if congress == 106 & id == 29383 replace statename = "NORTH D" if congress == 106 & id == 29384 replace statename = "OHIO" if congress == 106 & id == 29550 replace statename = "OHIO" if congress == 106 & id == 29386 replace statename = "OHIO" if congress == 106 & id == 14632 replace statename = "OHIO" if congress == 106 & id == 14875 replace statename = "OHIO" if congress == 106 & id == 15604 replace statename = "OHIO" if congress == 106 & id == 29747 replace statename = "OHIO" if congress == 106 & id == 29136 replace statename = "OHIO" if congress == 106 & id == 29137 replace statename = "OHIO" if congress == 106 & id == 15029 replace statename = "OHIO" if congress == 106 & id == 29748 replace statename = "OHIO" if congress == 106 & id == 29930 replace statename = "OHIO" if congress == 106 & id == 15030 replace statename = "OHIO" if congress == 106 & id == 29389 replace statename = "OHIO" if congress == 106 & id == 15442 replace statename = "OHIO" if congress == 106 & id == 29390 replace statename = "OHIO" if congress == 106 & id == 14045 replace statename = "OHIO" if congress == 106 & id == 15121 replace statename = "OHIO" if congress == 106 & id == 29552 replace statename = "OHIO" if congress == 106 & id == 29553 replace statename = "OKLAHOM" if congress == 106 & id == 29554 replace statename = "OKLAHOM" if congress == 106 & id == 29555 replace statename = "OKLAHOM" if congress == 106 & id == 29749 replace statename = "OKLAHOM" if congress == 106 & id == 29556 replace statename = "OKLAHOM" if congress == 106 & id == 29392 replace statename = "OKLAHOM" if congress == 106 & id == 29393 replace statename = "OREGON" if congress == 106 & id == 29931 replace statename = "OREGON" if congress == 106 & id == 29932 replace statename = "OREGON" if congress == 106 & id == 29588 replace statename = "OREGON" if congress == 106 & id == 15410 replace statename = "OREGON" if congress == 106 & id == 29750 replace statename = "PENNSYL" if congress == 106 & id == 29777 replace statename = "PENNSYL" if congress == 106 & id == 29559 replace statename = "PENNSYL" if congress == 106 & id == 15008 replace statename = "PENNSYL" if congress == 106 & id == 29395 replace statename = "PENNSYL" if congress == 106 & id == 29751 replace statename = "PENNSYL" if congress == 106 & id == 29396 replace statename = "PENNSYL" if congress == 106 & id == 15447 replace statename = "PENNSYL" if congress == 106 & id == 29397 replace statename = "PENNSYL" if congress == 106 & id == 14052 replace statename = "PENNSYL" if congress == 106 & id == 29933 replace statename = "PENNSYL" if congress == 106 & id == 15104 replace statename = "PENNSYL" if congress == 106 & id == 14072 replace statename = "PENNSYL" if congress == 106 & id == 29934 replace statename = "PENNSYL" if congress == 106 & id == 14808 replace statename = "PENNSYL" if congress == 106 & id == 29935 replace statename = "PENNSYL" if congress == 106 & id == 29752 replace statename = "PENNSYL" if congress == 106 & id == 15026 replace statename = "PENNSYL" if congress == 106 & id == 29561 replace statename = "PENNSYL" if congress == 106 & id == 14288 replace statename = "PENNSYL" if congress == 106 & id == 29562 replace statename = "PENNSYL" if congress == 106 & id == 29563 replace statename = "RHODE I" if congress == 106 & id == 29564 replace statename = "RHODE I" if congress == 106 & id == 29753 replace statename = "SOUTH C" if congress == 106 & id == 29565 replace statename = "SOUTH C" if congress == 106 & id == 13042 replace statename = "SOUTH C" if congress == 106 & id == 29566 replace statename = "SOUTH C" if congress == 106 & id == 29936 replace statename = "SOUTH C" if congress == 106 & id == 15064 replace statename = "SOUTH C" if congress == 106 & id == 39301 replace statename = "SOUTH D" if congress == 106 & id == 29754 replace statename = "TENNESS" if congress == 106 & id == 29755 replace statename = "TENNESS" if congress == 106 & id == 15455 replace statename = "TENNESS" if congress == 106 & id == 29567 replace statename = "TENNESS" if congress == 106 & id == 29568 replace statename = "TENNESS" if congress == 106 & id == 15450 replace statename = "TENNESS" if congress == 106 & id == 15100 replace statename = "TENNESS" if congress == 106 & id == 29569 replace statename = "TENNESS" if congress == 106 & id == 15628 replace statename = "TENNESS" if congress == 106 & id == 29756 replace statename = "TEXAS" if congress == 106 & id == 29757 replace statename = "TEXAS" if congress == 106 & id == 29758 replace statename = "TEXAS" if congress == 106 & id == 29143 replace statename = "TEXAS" if congress == 106 & id == 14828 replace statename = "TEXAS" if congress == 106 & id == 29759 replace statename = "TEXAS" if congress == 106 & id == 15085 replace statename = "TEXAS" if congress == 106 & id == 13002 replace statename = "TEXAS" if congress == 106 & id == 29760 replace statename = "TEXAS" if congress == 106 & id == 29761 replace statename = "TEXAS" if congress == 106 & id == 29571 replace statename = "TEXAS" if congress == 106 & id == 29144 replace statename = "TEXAS" if congress == 106 & id == 29762 replace statename = "TEXAS" if congress == 106 & id == 29572 replace statename = "TEXAS" if congress == 106 & id == 14290 replace statename = "TEXAS" if congress == 106 & id == 29763 replace statename = "TEXAS" if congress == 106 & id == 29764 replace statename = "TEXAS" if congress == 106 & id == 14664 replace statename = "TEXAS" if congress == 106 & id == 29573 replace statename = "TEXAS" if congress == 106 & id == 15093 replace statename = "TEXAS" if congress == 106 & id == 29943 replace statename = "TEXAS" if congress == 106 & id == 15445 replace statename = "TEXAS" if congress == 106 & id == 15094 replace statename = "TEXAS" if congress == 106 & id == 39302 replace statename = "TEXAS" if congress == 106 & id == 14626 replace statename = "TEXAS" if congress == 106 & id == 29574 replace statename = "TEXAS" if congress == 106 & id == 15125 replace statename = "TEXAS" if congress == 106 & id == 15049 replace statename = "TEXAS" if congress == 106 & id == 29771 replace statename = "TEXAS" if congress == 106 & id == 39304 replace statename = "TEXAS" if congress == 106 & id == 39305 replace statename = "UTAH" if congress == 106 & id == 14829 replace statename = "UTAH" if congress == 106 & id == 29765 replace statename = "UTAH" if congress == 106 & id == 29766 replace statename = "VERMONT" if congress == 106 & id == 29147 replace statename = "VIRGINI" if congress == 106 & id == 15003 replace statename = "VIRGINI" if congress == 106 & id == 15437 replace statename = "VIRGINI" if congress == 106 & id == 39307 replace statename = "VIRGINI" if congress == 106 & id == 15060 replace statename = "VIRGINI" if congress == 106 & id == 29767 replace statename = "VIRGINI" if congress == 106 & id == 99767 replace statename = "VIRGINI" if congress == 106 & id == 39308 replace statename = "VIRGINI" if congress == 106 & id == 14802 replace statename = "VIRGINI" if congress == 106 & id == 29149 replace statename = "VIRGINI" if congress == 106 & id == 15010 replace statename = "VIRGINI" if congress == 106 & id == 14869 replace statename = "VIRGINI" if congress == 106 & id == 29576 replace statename = "WASHING" if congress == 106 & id == 29937 replace statename = "WASHING" if congress == 106 & id == 29578 replace statename = "WASHING" if congress == 106 & id == 29938 replace statename = "WASHING" if congress == 106 & id == 29580 replace statename = "WASHING" if congress == 106 & id == 29581 replace statename = "WASHING" if congress == 106 & id == 14413 replace statename = "WASHING" if congress == 106 & id == 15613 replace statename = "WASHING" if congress == 106 & id == 39312 replace statename = "WASHING" if congress == 106 & id == 29768 replace statename = "WEST VI" if congress == 106 & id == 15083 replace statename = "WEST VI" if congress == 106 & id == 15077 replace statename = "WEST VI" if congress == 106 & id == 14448 replace statename = "WISCONS" if congress == 106 & id == 29939 replace statename = "WISCONS" if congress == 106 & id == 29940 replace statename = "WISCONS" if congress == 106 & id == 29769 replace statename = "WISCONS" if congress == 106 & id == 15082 replace statename = "WISCONS" if congress == 106 & id == 39315 replace statename = "WISCONS" if congress == 106 & id == 14675 replace statename = "WISCONS" if congress == 106 & id == 12036 replace statename = "WISCONS" if congress == 106 & id == 29941 replace statename = "WISCONS" if congress == 106 & id == 14657 replace statename = "WYOMING" if congress == 106 & id == 29584 replace statename = "USA" if congress == 107 & id == 99910 replace statename = "ALABAMA" if congress == 107 & id == 15090 replace statename = "ALABAMA" if congress == 107 & id == 29300 replace statename = "ALABAMA" if congress == 107 & id == 29700 replace statename = "ALABAMA" if congress == 107 & id == 29701 replace statename = "ALABAMA" if congress == 107 & id == 29100 replace statename = "ALABAMA" if congress == 107 & id == 29301 replace statename = "ALABAMA" if congress == 107 & id == 29302 replace statename = "ALASKA" if congress == 107 & id == 14066 replace statename = "ARIZONA" if congress == 107 & id == 20100 replace statename = "ARIZONA" if congress == 107 & id == 29101 replace statename = "ARIZONA" if congress == 107 & id == 14454 replace statename = "ARIZONA" if congress == 107 & id == 29501 replace statename = "ARIZONA" if congress == 107 & id == 15105 replace statename = "ARIZONA" if congress == 107 & id == 29502 replace statename = "ARKANSA" if congress == 107 & id == 29702 replace statename = "ARKANSA" if congress == 107 & id == 29703 replace statename = "ARKANSA" if congress == 107 & id == 29704 replace statename = "ARKANSA" if congress == 107 & id == 20101 replace statename = "ARKANSA" if congress == 107 & id == 20102 replace statename = "CALIFOR" if congress == 107 & id == 29901 replace statename = "CALIFOR" if congress == 107 & id == 15420 replace statename = "CALIFOR" if congress == 107 & id == 29902 replace statename = "CALIFOR" if congress == 107 & id == 29104 replace statename = "CALIFOR" if congress == 107 & id == 14649 replace statename = "CALIFOR" if congress == 107 & id == 29309 replace statename = "CALIFOR" if congress == 107 & id == 14256 replace statename = "CALIFOR" if congress == 107 & id == 15448 replace statename = "CALIFOR" if congress == 107 & id == 29778 replace statename = "CALIFOR" if congress == 107 & id == 29705 replace statename = "CALIFOR" if congress == 107 & id == 29311 replace statename = "CALIFOR" if congress == 107 & id == 14837 replace statename = "CALIFOR" if congress == 107 & id == 14053 replace statename = "CALIFOR" if congress == 107 & id == 29312 replace statename = "CALIFOR" if congress == 107 & id == 20103 replace statename = "CALIFOR" if congress == 107 & id == 29504 replace statename = "CALIFOR" if congress == 107 & id == 29313 replace statename = "CALIFOR" if congress == 107 & id == 15635 replace statename = "CALIFOR" if congress == 107 & id == 29505 replace statename = "CALIFOR" if congress == 107 & id == 29105 replace statename = "CALIFOR" if congress == 107 & id == 14669 replace statename = "CALIFOR" if congress == 107 & id == 29774 replace statename = "CALIFOR" if congress == 107 & id == 15413 replace statename = "CALIFOR" if congress == 107 & id == 29707 replace statename = "CALIFOR" if congress == 107 & id == 29315 replace statename = "CALIFOR" if congress == 107 & id == 15005 replace statename = "CALIFOR" if congress == 107 & id == 20104 replace statename = "CALIFOR" if congress == 107 & id == 14813 replace statename = "CALIFOR" if congress == 107 & id == 14280 replace statename = "CALIFOR" if congress == 107 & id == 29316 replace statename = "CALIFOR" if congress == 107 & id == 20105 replace statename = "CALIFOR" if congress == 107 & id == 14620 replace statename = "CALIFOR" if congress == 107 & id == 20106 replace statename = "CALIFOR" if congress == 107 & id == 29317 replace statename = "CALIFOR" if congress == 107 & id == 29903 replace statename = "CALIFOR" if congress == 107 & id == 29106 replace statename = "CALIFOR" if congress == 107 & id == 29318 replace statename = "CALIFOR" if congress == 107 & id == 29586 replace statename = "CALIFOR" if congress == 107 & id == 29320 replace statename = "CALIFOR" if congress == 107 & id == 29321 replace statename = "CALIFOR" if congress == 107 & id == 14644 replace statename = "CALIFOR" if congress == 107 & id == 29905 replace statename = "CALIFOR" if congress == 107 & id == 29942 replace statename = "CALIFOR" if congress == 107 & id == 29323 replace statename = "CALIFOR" if congress == 107 & id == 29775 replace statename = "CALIFOR" if congress == 107 & id == 15621 replace statename = "CALIFOR" if congress == 107 & id == 29709 replace statename = "CALIFOR" if congress == 107 & id == 15601 replace statename = "CALIFOR" if congress == 107 & id == 20107 replace statename = "CALIFOR" if congress == 107 & id == 20108 replace statename = "CALIFOR" if congress == 107 & id == 29325 replace statename = "CALIFOR" if congress == 107 & id == 29107 replace statename = "CALIFOR" if congress == 107 & id == 14835 replace statename = "COLORAD" if congress == 107 & id == 29710 replace statename = "COLORAD" if congress == 107 & id == 29906 replace statename = "COLORAD" if congress == 107 & id == 29326 replace statename = "COLORAD" if congress == 107 & id == 29711 replace statename = "COLORAD" if congress == 107 & id == 15419 replace statename = "COLORAD" if congress == 107 & id == 29907 replace statename = "CONNECT" if congress == 107 & id == 29908 replace statename = "CONNECT" if congress == 107 & id == 20109 replace statename = "CONNECT" if congress == 107 & id == 29109 replace statename = "CONNECT" if congress == 107 & id == 15449 replace statename = "CONNECT" if congress == 107 & id == 29712 replace statename = "CONNECT" if congress == 107 & id == 15028 replace statename = "DELAWAR" if congress == 107 & id == 29327 replace statename = "FLORIDA" if congress == 107 & id == 39508 replace statename = "FLORIDA" if congress == 107 & id == 20110 replace statename = "FLORIDA" if congress == 107 & id == 29713 replace statename = "FLORIDA" if congress == 107 & id == 29328 replace statename = "FLORIDA" if congress == 107 & id == 20111 replace statename = "FLORIDA" if congress == 107 & id == 29330 replace statename = "FLORIDA" if congress == 107 & id == 15627 replace statename = "FLORIDA" if congress == 107 & id == 29331 replace statename = "FLORIDA" if congress == 107 & id == 20112 replace statename = "FLORIDA" if congress == 107 & id == 15006 replace statename = "FLORIDA" if congress == 107 & id == 13047 replace statename = "FLORIDA" if congress == 107 & id == 29714 replace statename = "FLORIDA" if congress == 107 & id == 20113 replace statename = "FLORIDA" if congress == 107 & id == 29333 replace statename = "FLORIDA" if congress == 107 & id == 15605 replace statename = "FLORIDA" if congress == 107 & id == 29509 replace statename = "FLORIDA" if congress == 107 & id == 29510 replace statename = "FLORIDA" if congress == 107 & id == 29334 replace statename = "FLORIDA" if congress == 107 & id == 15634 replace statename = "FLORIDA" if congress == 107 & id == 29715 replace statename = "FLORIDA" if congress == 107 & id == 29335 replace statename = "FLORIDA" if congress == 107 & id == 29336 replace statename = "FLORIDA" if congress == 107 & id == 14860 replace statename = "FLORIDA" if congress == 107 & id == 29337 replace statename = "GEORGIA" if congress == 107 & id == 29338 replace statename = "GEORGIA" if congress == 107 & id == 29339 replace statename = "GEORGIA" if congress == 107 & id == 29340 replace statename = "GEORGIA" if congress == 107 & id == 29344 replace statename = "GEORGIA" if congress == 107 & id == 15431 replace statename = "GEORGIA" if congress == 107 & id == 29909 replace statename = "GEORGIA" if congress == 107 & id == 29511 replace statename = "GEORGIA" if congress == 107 & id == 29512 replace statename = "GEORGIA" if congress == 107 & id == 99342 replace statename = "GEORGIA" if congress == 107 & id == 29513 replace statename = "GEORGIA" if congress == 107 & id == 29341 replace statename = "HAWAII" if congress == 107 & id == 15245 replace statename = "HAWAII" if congress == 107 & id == 10757 replace statename = "IDAHO" if congress == 107 & id == 20114 replace statename = "IDAHO" if congress == 107 & id == 29910 replace statename = "ILLINOI" if congress == 107 & id == 29346 replace statename = "ILLINOI" if congress == 107 & id == 29585 replace statename = "ILLINOI" if congress == 107 & id == 15036 replace statename = "ILLINOI" if congress == 107 & id == 29348 replace statename = "ILLINOI" if congress == 107 & id == 29716 replace statename = "ILLINOI" if congress == 107 & id == 14239 replace statename = "ILLINOI" if congress == 107 & id == 29717 replace statename = "ILLINOI" if congress == 107 & id == 12041 replace statename = "ILLINOI" if congress == 107 & id == 29911 replace statename = "ILLINOI" if congress == 107 & id == 20115 replace statename = "ILLINOI" if congress == 107 & id == 29516 replace statename = "ILLINOI" if congress == 107 & id == 15453 replace statename = "ILLINOI" if congress == 107 & id == 29912 replace statename = "ILLINOI" if congress == 107 & id == 15417 replace statename = "ILLINOI" if congress == 107 & id == 20116 replace statename = "ILLINOI" if congress == 107 & id == 29349 replace statename = "ILLINOI" if congress == 107 & id == 15023 replace statename = "ILLINOI" if congress == 107 & id == 29517 replace statename = "ILLINOI" if congress == 107 & id == 29913 replace statename = "ILLINOI" if congress == 107 & id == 29718 replace statename = "INDIANA" if congress == 107 & id == 15124 replace statename = "INDIANA" if congress == 107 & id == 20117 replace statename = "INDIANA" if congress == 107 & id == 29117 replace statename = "INDIANA" if congress == 107 & id == 29519 replace statename = "INDIANA" if congress == 107 & id == 29350 replace statename = "INDIANA" if congress == 107 & id == 15014 replace statename = "INDIANA" if congress == 107 & id == 20118 replace statename = "INDIANA" if congress == 107 & id == 29520 replace statename = "INDIANA" if congress == 107 & id == 29914 replace statename = "INDIANA" if congress == 107 & id == 29720 replace statename = "IOWA" if congress == 107 & id == 14432 replace statename = "IOWA" if congress == 107 & id == 29118 replace statename = "IOWA" if congress == 107 & id == 29721 replace statename = "IOWA" if congress == 107 & id == 29521 replace statename = "IOWA" if congress == 107 & id == 29522 replace statename = "KANSAS" if congress == 107 & id == 29722 replace statename = "KANSAS" if congress == 107 & id == 29723 replace statename = "KANSAS" if congress == 107 & id == 29915 replace statename = "KANSAS" if congress == 107 & id == 29524 replace statename = "KENTUCK" if congress == 107 & id == 29525 replace statename = "KENTUCK" if congress == 107 & id == 29352 replace statename = "KENTUCK" if congress == 107 & id == 29725 replace statename = "KENTUCK" if congress == 107 & id == 29916 replace statename = "KENTUCK" if congress == 107 & id == 14854 replace statename = "KENTUCK" if congress == 107 & id == 29917 replace statename = "LOUISIA" if congress == 107 & id == 29918 replace statename = "LOUISIA" if congress == 107 & id == 29120 replace statename = "LOUISIA" if congress == 107 & id == 94679 replace statename = "LOUISIA" if congress == 107 & id == 15451 replace statename = "LOUISIA" if congress == 107 & id == 29726 replace statename = "LOUISIA" if congress == 107 & id == 15401 replace statename = "LOUISIA" if congress == 107 & id == 29727 replace statename = "MAINE" if congress == 107 & id == 29728 replace statename = "MAINE" if congress == 107 & id == 29528 replace statename = "MARYLAN" if congress == 107 & id == 29122 replace statename = "MARYLAN" if congress == 107 & id == 29529 replace statename = "MARYLAN" if congress == 107 & id == 15408 replace statename = "MARYLAN" if congress == 107 & id == 29355 replace statename = "MARYLAN" if congress == 107 & id == 14873 replace statename = "MARYLAN" if congress == 107 & id == 29356 replace statename = "MARYLAN" if congress == 107 & id == 29587 replace statename = "MARYLAN" if congress == 107 & id == 15434 replace statename = "MASSACH" if congress == 107 & id == 29123 replace statename = "MASSACH" if congress == 107 & id == 15616 replace statename = "MASSACH" if congress == 107 & id == 29729 replace statename = "MASSACH" if congress == 107 & id == 14824 replace statename = "MASSACH" if congress == 107 & id == 29358 replace statename = "MASSACH" if congress == 107 & id == 29730 replace statename = "MASSACH" if congress == 107 & id == 14435 replace statename = "MASSACH" if congress == 107 & id == 29919 replace statename = "MASSACH" if congress == 107 & id == 14039 replace statename = "MASSACH" if congress == 107 & id == 20119 replace statename = "MASSACH" if congress == 107 & id == 29731 replace statename = "MICHIGA" if congress == 107 & id == 29360 replace statename = "MICHIGA" if congress == 107 & id == 29361 replace statename = "MICHIGA" if congress == 107 & id == 29362 replace statename = "MICHIGA" if congress == 107 & id == 29124 replace statename = "MICHIGA" if congress == 107 & id == 29363 replace statename = "MICHIGA" if congress == 107 & id == 15446 replace statename = "MICHIGA" if congress == 107 & id == 29364 replace statename = "MICHIGA" if congress == 107 & id == 20120 replace statename = "MICHIGA" if congress == 107 & id == 14430 replace statename = "MICHIGA" if congress == 107 & id == 14407 replace statename = "MICHIGA" if congress == 107 & id == 29365 replace statename = "MICHIGA" if congress == 107 & id == 15033 replace statename = "MICHIGA" if congress == 107 & id == 29531 replace statename = "MICHIGA" if congress == 107 & id == 10713 replace statename = "MICHIGA" if congress == 107 & id == 29733 replace statename = "MICHIGA" if congress == 107 & id == 2605 replace statename = "MINNESO" if congress == 107 & id == 29532 replace statename = "MINNESO" if congress == 107 & id == 20121 replace statename = "MINNESO" if congress == 107 & id == 29126 replace statename = "MINNESO" if congress == 107 & id == 20122 replace statename = "MINNESO" if congress == 107 & id == 14656 replace statename = "MINNESO" if congress == 107 & id == 29533 replace statename = "MINNESO" if congress == 107 & id == 29127 replace statename = "MINNESO" if congress == 107 & id == 14265 replace statename = "MISSISS" if congress == 107 & id == 29534 replace statename = "MISSISS" if congress == 107 & id == 29368 replace statename = "MISSISS" if congress == 107 & id == 29734 replace statename = "MISSISS" if congress == 107 & id == 29920 replace statename = "MISSISS" if congress == 107 & id == 15637 replace statename = "MISSOUR" if congress == 107 & id == 20147 replace statename = "MISSOUR" if congress == 107 & id == 20123 replace statename = "MISSOUR" if congress == 107 & id == 14421 replace statename = "MISSOUR" if congress == 107 & id == 14451 replace statename = "MISSOUR" if congress == 107 & id == 29535 replace statename = "MISSOUR" if congress == 107 & id == 20124 replace statename = "MISSOUR" if congress == 107 & id == 29735 replace statename = "MISSOUR" if congress == 107 & id == 29736 replace statename = "MISSOUR" if congress == 107 & id == 29737 replace statename = "MONTANA" if congress == 107 & id == 20125 replace statename = "NEBRASK" if congress == 107 & id == 14605 replace statename = "NEBRASK" if congress == 107 & id == 29921 replace statename = "NEBRASK" if congress == 107 & id == 20126 replace statename = "NEVADA" if congress == 107 & id == 29922 replace statename = "NEVADA" if congress == 107 & id == 29739 replace statename = "NEW HAM" if congress == 107 & id == 29740 replace statename = "NEW HAM" if congress == 107 & id == 29538 replace statename = "NEW JER" if congress == 107 & id == 29132 replace statename = "NEW JER" if congress == 107 & id == 29539 replace statename = "NEW JER" if congress == 107 & id == 15112 replace statename = "NEW JER" if congress == 107 & id == 14863 replace statename = "NEW JER" if congress == 107 & id == 14855 replace statename = "NEW JER" if congress == 107 & id == 15454 replace statename = "NEW JER" if congress == 107 & id == 20127 replace statename = "NEW JER" if congress == 107 & id == 29741 replace statename = "NEW JER" if congress == 107 & id == 29742 replace statename = "NEW JER" if congress == 107 & id == 15619 replace statename = "NEW JER" if congress == 107 & id == 29541 replace statename = "NEW JER" if congress == 107 & id == 29923 replace statename = "NEW JER" if congress == 107 & id == 29373 replace statename = "NEW MEX" if congress == 107 & id == 29779 replace statename = "NEW MEX" if congress == 107 & id == 14861 replace statename = "NEW MEX" if congress == 107 & id == 29924 replace statename = "NEW YOR" if congress == 107 & id == 20128 replace statename = "NEW YOR" if congress == 107 & id == 20129 replace statename = "NEW YOR" if congress == 107 & id == 29375 replace statename = "NEW YOR" if congress == 107 & id == 29744 replace statename = "NEW YOR" if congress == 107 & id == 15000 replace statename = "NEW YOR" if congress == 107 & id == 29776 replace statename = "NEW YOR" if congress == 107 & id == 29925 replace statename = "NEW YOR" if congress == 107 & id == 29377 replace statename = "NEW YOR" if congress == 107 & id == 29926 replace statename = "NEW YOR" if congress == 107 & id == 15072 replace statename = "NEW YOR" if congress == 107 & id == 15050 replace statename = "NEW YOR" if congress == 107 & id == 29378 replace statename = "NEW YOR" if congress == 107 & id == 29773 replace statename = "NEW YOR" if congress == 107 & id == 29379 replace statename = "NEW YOR" if congress == 107 & id == 13035 replace statename = "NEW YOR" if congress == 107 & id == 29134 replace statename = "NEW YOR" if congress == 107 & id == 15603 replace statename = "NEW YOR" if congress == 107 & id == 15612 replace statename = "NEW YOR" if congress == 107 & id == 29544 replace statename = "NEW YOR" if congress == 107 & id == 14015 replace statename = "NEW YOR" if congress == 107 & id == 15614 replace statename = "NEW YOR" if congress == 107 & id == 29927 replace statename = "NEW YOR" if congress == 107 & id == 15007 replace statename = "NEW YOR" if congress == 107 & id == 39316 replace statename = "NEW YOR" if congress == 107 & id == 15630 replace statename = "NEW YOR" if congress == 107 & id == 29380 replace statename = "NEW YOR" if congress == 107 & id == 29928 replace statename = "NEW YOR" if congress == 107 & id == 15444 replace statename = "NEW YOR" if congress == 107 & id == 14248 replace statename = "NEW YOR" if congress == 107 & id == 29381 replace statename = "NEW YOR" if congress == 107 & id == 15423 replace statename = "NORTH C" if congress == 107 & id == 29382 replace statename = "NORTH C" if congress == 107 & id == 29745 replace statename = "NORTH C" if congress == 107 & id == 29546 replace statename = "NORTH C" if congress == 107 & id == 15438 replace statename = "NORTH C" if congress == 107 & id == 29548 replace statename = "NORTH C" if congress == 107 & id == 15092 replace statename = "NORTH C" if congress == 107 & id == 29746 replace statename = "NORTH C" if congress == 107 & id == 29929 replace statename = "NORTH C" if congress == 107 & id == 29549 replace statename = "NORTH C" if congress == 107 & id == 15402 replace statename = "NORTH C" if congress == 107 & id == 29135 replace statename = "NORTH C" if congress == 107 & id == 29383 replace statename = "NORTH D" if congress == 107 & id == 29384 replace statename = "OHIO" if congress == 107 & id == 29550 replace statename = "OHIO" if congress == 107 & id == 29386 replace statename = "OHIO" if congress == 107 & id == 14632 replace statename = "OHIO" if congress == 107 & id == 14875 replace statename = "OHIO" if congress == 107 & id == 15604 replace statename = "OHIO" if congress == 107 & id == 29747 replace statename = "OHIO" if congress == 107 & id == 29136 replace statename = "OHIO" if congress == 107 & id == 29137 replace statename = "OHIO" if congress == 107 & id == 15029 replace statename = "OHIO" if congress == 107 & id == 29748 replace statename = "OHIO" if congress == 107 & id == 29930 replace statename = "OHIO" if congress == 107 & id == 20130 replace statename = "OHIO" if congress == 107 & id == 29389 replace statename = "OHIO" if congress == 107 & id == 15442 replace statename = "OHIO" if congress == 107 & id == 29390 replace statename = "OHIO" if congress == 107 & id == 14045 replace statename = "OHIO" if congress == 107 & id == 15121 replace statename = "OHIO" if congress == 107 & id == 29552 replace statename = "OHIO" if congress == 107 & id == 29553 replace statename = "OKLAHOM" if congress == 107 & id == 29554 replace statename = "OKLAHOM" if congress == 107 & id == 20131 replace statename = "OKLAHOM" if congress == 107 & id == 20132 replace statename = "OKLAHOM" if congress == 107 & id == 29749 replace statename = "OKLAHOM" if congress == 107 & id == 29556 replace statename = "OKLAHOM" if congress == 107 & id == 29392 replace statename = "OKLAHOM" if congress == 107 & id == 29393 replace statename = "OREGON" if congress == 107 & id == 29931 replace statename = "OREGON" if congress == 107 & id == 29932 replace statename = "OREGON" if congress == 107 & id == 29588 replace statename = "OREGON" if congress == 107 & id == 15410 replace statename = "OREGON" if congress == 107 & id == 29750 replace statename = "PENNSYL" if congress == 107 & id == 29777 replace statename = "PENNSYL" if congress == 107 & id == 29559 replace statename = "PENNSYL" if congress == 107 & id == 15008 replace statename = "PENNSYL" if congress == 107 & id == 20133 replace statename = "PENNSYL" if congress == 107 & id == 29751 replace statename = "PENNSYL" if congress == 107 & id == 29396 replace statename = "PENNSYL" if congress == 107 & id == 15447 replace statename = "PENNSYL" if congress == 107 & id == 29397 replace statename = "PENNSYL" if congress == 107 & id == 14052 replace statename = "PENNSYL" if congress == 107 & id == 20134 replace statename = "PENNSYL" if congress == 107 & id == 29933 replace statename = "PENNSYL" if congress == 107 & id == 15104 replace statename = "PENNSYL" if congress == 107 & id == 14072 replace statename = "PENNSYL" if congress == 107 & id == 29934 replace statename = "PENNSYL" if congress == 107 & id == 14808 replace statename = "PENNSYL" if congress == 107 & id == 29935 replace statename = "PENNSYL" if congress == 107 & id == 29752 replace statename = "PENNSYL" if congress == 107 & id == 15026 replace statename = "PENNSYL" if congress == 107 & id == 29561 replace statename = "PENNSYL" if congress == 107 & id == 20135 replace statename = "PENNSYL" if congress == 107 & id == 29562 replace statename = "PENNSYL" if congress == 107 & id == 29563 replace statename = "RHODE I" if congress == 107 & id == 29564 replace statename = "RHODE I" if congress == 107 & id == 20136 replace statename = "SOUTH C" if congress == 107 & id == 20137 replace statename = "SOUTH C" if congress == 107 & id == 13042 replace statename = "SOUTH C" if congress == 107 & id == 20138 replace statename = "SOUTH C" if congress == 107 & id == 29566 replace statename = "SOUTH C" if congress == 107 & id == 29936 replace statename = "SOUTH C" if congress == 107 & id == 15064 replace statename = "SOUTH C" if congress == 107 & id == 39301 replace statename = "SOUTH D" if congress == 107 & id == 29754 replace statename = "TENNESS" if congress == 107 & id == 29755 replace statename = "TENNESS" if congress == 107 & id == 15455 replace statename = "TENNESS" if congress == 107 & id == 29567 replace statename = "TENNESS" if congress == 107 & id == 29568 replace statename = "TENNESS" if congress == 107 & id == 15450 replace statename = "TENNESS" if congress == 107 & id == 15100 replace statename = "TENNESS" if congress == 107 & id == 29569 replace statename = "TENNESS" if congress == 107 & id == 15628 replace statename = "TENNESS" if congress == 107 & id == 29756 replace statename = "TEXAS" if congress == 107 & id == 29757 replace statename = "TEXAS" if congress == 107 & id == 29758 replace statename = "TEXAS" if congress == 107 & id == 29143 replace statename = "TEXAS" if congress == 107 & id == 14828 replace statename = "TEXAS" if congress == 107 & id == 29759 replace statename = "TEXAS" if congress == 107 & id == 15085 replace statename = "TEXAS" if congress == 107 & id == 20139 replace statename = "TEXAS" if congress == 107 & id == 29760 replace statename = "TEXAS" if congress == 107 & id == 29761 replace statename = "TEXAS" if congress == 107 & id == 29571 replace statename = "TEXAS" if congress == 107 & id == 29144 replace statename = "TEXAS" if congress == 107 & id == 29762 replace statename = "TEXAS" if congress == 107 & id == 29572 replace statename = "TEXAS" if congress == 107 & id == 14290 replace statename = "TEXAS" if congress == 107 & id == 29763 replace statename = "TEXAS" if congress == 107 & id == 29764 replace statename = "TEXAS" if congress == 107 & id == 14664 replace statename = "TEXAS" if congress == 107 & id == 29573 replace statename = "TEXAS" if congress == 107 & id == 15093 replace statename = "TEXAS" if congress == 107 & id == 29943 replace statename = "TEXAS" if congress == 107 & id == 15445 replace statename = "TEXAS" if congress == 107 & id == 15094 replace statename = "TEXAS" if congress == 107 & id == 39302 replace statename = "TEXAS" if congress == 107 & id == 14626 replace statename = "TEXAS" if congress == 107 & id == 29574 replace statename = "TEXAS" if congress == 107 & id == 15125 replace statename = "TEXAS" if congress == 107 & id == 15049 replace statename = "TEXAS" if congress == 107 & id == 29771 replace statename = "TEXAS" if congress == 107 & id == 39304 replace statename = "TEXAS" if congress == 107 & id == 39305 replace statename = "UTAH" if congress == 107 & id == 14829 replace statename = "UTAH" if congress == 107 & id == 20140 replace statename = "UTAH" if congress == 107 & id == 29766 replace statename = "VERMONT" if congress == 107 & id == 29147 replace statename = "VIRGINI" if congress == 107 & id == 20141 replace statename = "VIRGINI" if congress == 107 & id == 20142 replace statename = "VIRGINI" if congress == 107 & id == 39307 replace statename = "VIRGINI" if congress == 107 & id == 15060 replace statename = "VIRGINI" if congress == 107 & id == 20143 replace statename = "VIRGINI" if congress == 107 & id == 99767 replace statename = "VIRGINI" if congress == 107 & id == 89767 replace statename = "VIRGINI" if congress == 107 & id == 39308 replace statename = "VIRGINI" if congress == 107 & id == 20144 replace statename = "VIRGINI" if congress == 107 & id == 29149 replace statename = "VIRGINI" if congress == 107 & id == 15010 replace statename = "VIRGINI" if congress == 107 & id == 14869 replace statename = "VIRGINI" if congress == 107 & id == 29576 replace statename = "WASHING" if congress == 107 & id == 29937 replace statename = "WASHING" if congress == 107 & id == 20145 replace statename = "WASHING" if congress == 107 & id == 29938 replace statename = "WASHING" if congress == 107 & id == 29580 replace statename = "WASHING" if congress == 107 & id == 29581 replace statename = "WASHING" if congress == 107 & id == 14413 replace statename = "WASHING" if congress == 107 & id == 15613 replace statename = "WASHING" if congress == 107 & id == 39312 replace statename = "WASHING" if congress == 107 & id == 29768 replace statename = "WEST VI" if congress == 107 & id == 15083 replace statename = "WEST VI" if congress == 107 & id == 20146 replace statename = "WEST VI" if congress == 107 & id == 14448 replace statename = "WISCONS" if congress == 107 & id == 29939 replace statename = "WISCONS" if congress == 107 & id == 29940 replace statename = "WISCONS" if congress == 107 & id == 29769 replace statename = "WISCONS" if congress == 107 & id == 15082 replace statename = "WISCONS" if congress == 107 & id == 39315 replace statename = "WISCONS" if congress == 107 & id == 14675 replace statename = "WISCONS" if congress == 107 & id == 12036 replace statename = "WISCONS" if congress == 107 & id == 29941 replace statename = "WISCONS" if congress == 107 & id == 14657 replace statename = "WYOMING" if congress == 107 & id == 29584 replace statename = "USA" if congress == 108 & id == 99910 replace statename = "ALABAMA" if congress == 108 & id == 20300 replace statename = "ALABAMA" if congress == 108 & id == 29300 replace statename = "ALABAMA" if congress == 108 & id == 20301 replace statename = "ALABAMA" if congress == 108 & id == 29701 replace statename = "ALABAMA" if congress == 108 & id == 29100 replace statename = "ALABAMA" if congress == 108 & id == 29301 replace statename = "ALABAMA" if congress == 108 & id == 20302 replace statename = "ALASKA" if congress == 108 & id == 14066 replace statename = "ARIZONA" if congress == 108 & id == 20303 replace statename = "ARIZONA" if congress == 108 & id == 20304 replace statename = "ARIZONA" if congress == 108 & id == 29501 replace statename = "ARIZONA" if congress == 108 & id == 29101 replace statename = "ARIZONA" if congress == 108 & id == 29502 replace statename = "ARIZONA" if congress == 108 & id == 20100 replace statename = "ARIZONA" if congress == 108 & id == 20305 replace statename = "ARIZONA" if congress == 108 & id == 15105 replace statename = "ARKANSA" if congress == 108 & id == 29702 replace statename = "ARKANSA" if congress == 108 & id == 29703 replace statename = "ARKANSA" if congress == 108 & id == 20101 replace statename = "ARKANSA" if congress == 108 & id == 20102 replace statename = "CALIFOR" if congress == 108 & id == 29901 replace statename = "CALIFOR" if congress == 108 & id == 15420 replace statename = "CALIFOR" if congress == 108 & id == 29902 replace statename = "CALIFOR" if congress == 108 & id == 29104 replace statename = "CALIFOR" if congress == 108 & id == 14649 replace statename = "CALIFOR" if congress == 108 & id == 29309 replace statename = "CALIFOR" if congress == 108 & id == 14256 replace statename = "CALIFOR" if congress == 108 & id == 15448 replace statename = "CALIFOR" if congress == 108 & id == 29778 replace statename = "CALIFOR" if congress == 108 & id == 29705 replace statename = "CALIFOR" if congress == 108 & id == 29311 replace statename = "CALIFOR" if congress == 108 & id == 14837 replace statename = "CALIFOR" if congress == 108 & id == 14053 replace statename = "CALIFOR" if congress == 108 & id == 29312 replace statename = "CALIFOR" if congress == 108 & id == 20103 replace statename = "CALIFOR" if congress == 108 & id == 29504 replace statename = "CALIFOR" if congress == 108 & id == 29313 replace statename = "CALIFOR" if congress == 108 & id == 20306 replace statename = "CALIFOR" if congress == 108 & id == 29505 replace statename = "CALIFOR" if congress == 108 & id == 29105 replace statename = "CALIFOR" if congress == 108 & id == 20307 replace statename = "CALIFOR" if congress == 108 & id == 14669 replace statename = "CALIFOR" if congress == 108 & id == 29774 replace statename = "CALIFOR" if congress == 108 & id == 15413 replace statename = "CALIFOR" if congress == 108 & id == 29315 replace statename = "CALIFOR" if congress == 108 & id == 14813 replace statename = "CALIFOR" if congress == 108 & id == 29707 replace statename = "CALIFOR" if congress == 108 & id == 15005 replace statename = "CALIFOR" if congress == 108 & id == 20104 replace statename = "CALIFOR" if congress == 108 & id == 14280 replace statename = "CALIFOR" if congress == 108 & id == 29316 replace statename = "CALIFOR" if congress == 108 & id == 20105 replace statename = "CALIFOR" if congress == 108 & id == 20106 replace statename = "CALIFOR" if congress == 108 & id == 29317 replace statename = "CALIFOR" if congress == 108 & id == 29106 replace statename = "CALIFOR" if congress == 108 & id == 29318 replace statename = "CALIFOR" if congress == 108 & id == 29586 replace statename = "CALIFOR" if congress == 108 & id == 29903 replace statename = "CALIFOR" if congress == 108 & id == 20310 replace statename = "CALIFOR" if congress == 108 & id == 29321 replace statename = "CALIFOR" if congress == 108 & id == 14644 replace statename = "CALIFOR" if congress == 108 & id == 29905 replace statename = "CALIFOR" if congress == 108 & id == 29942 replace statename = "CALIFOR" if congress == 108 & id == 29323 replace statename = "CALIFOR" if congress == 108 & id == 29775 replace statename = "CALIFOR" if congress == 108 & id == 15621 replace statename = "CALIFOR" if congress == 108 & id == 29709 replace statename = "CALIFOR" if congress == 108 & id == 15601 replace statename = "CALIFOR" if congress == 108 & id == 20107 replace statename = "CALIFOR" if congress == 108 & id == 29107 replace statename = "CALIFOR" if congress == 108 & id == 29325 replace statename = "CALIFOR" if congress == 108 & id == 14835 replace statename = "CALIFOR" if congress == 108 & id == 20108 replace statename = "COLORAD" if congress == 108 & id == 29710 replace statename = "COLORAD" if congress == 108 & id == 29906 replace statename = "COLORAD" if congress == 108 & id == 29326 replace statename = "COLORAD" if congress == 108 & id == 20311 replace statename = "COLORAD" if congress == 108 & id == 15419 replace statename = "COLORAD" if congress == 108 & id == 29907 replace statename = "COLORAD" if congress == 108 & id == 20312 replace statename = "CONNECT" if congress == 108 & id == 29908 replace statename = "CONNECT" if congress == 108 & id == 20109 replace statename = "CONNECT" if congress == 108 & id == 29109 replace statename = "CONNECT" if congress == 108 & id == 15449 replace statename = "CONNECT" if congress == 108 & id == 15028 replace statename = "DELAWAR" if congress == 108 & id == 29327 replace statename = "FLORIDA" if congress == 108 & id == 20110 replace statename = "FLORIDA" if congress == 108 & id == 29713 replace statename = "FLORIDA" if congress == 108 & id == 29328 replace statename = "FLORIDA" if congress == 108 & id == 20111 replace statename = "FLORIDA" if congress == 108 & id == 20313 replace statename = "FLORIDA" if congress == 108 & id == 15627 replace statename = "FLORIDA" if congress == 108 & id == 29331 replace statename = "FLORIDA" if congress == 108 & id == 20112 replace statename = "FLORIDA" if congress == 108 & id == 15006 replace statename = "FLORIDA" if congress == 108 & id == 13047 replace statename = "FLORIDA" if congress == 108 & id == 29714 replace statename = "FLORIDA" if congress == 108 & id == 20113 replace statename = "FLORIDA" if congress == 108 & id == 20314 replace statename = "FLORIDA" if congress == 108 & id == 15605 replace statename = "FLORIDA" if congress == 108 & id == 29509 replace statename = "FLORIDA" if congress == 108 & id == 29510 replace statename = "FLORIDA" if congress == 108 & id == 20358 replace statename = "FLORIDA" if congress == 108 & id == 15634 replace statename = "FLORIDA" if congress == 108 & id == 29715 replace statename = "FLORIDA" if congress == 108 & id == 29335 replace statename = "FLORIDA" if congress == 108 & id == 29336 replace statename = "FLORIDA" if congress == 108 & id == 14860 replace statename = "FLORIDA" if congress == 108 & id == 29337 replace statename = "FLORIDA" if congress == 108 & id == 20315 replace statename = "FLORIDA" if congress == 108 & id == 20316 replace statename = "GEORGIA" if congress == 108 & id == 29338 replace statename = "GEORGIA" if congress == 108 & id == 29339 replace statename = "GEORGIA" if congress == 108 & id == 20317 replace statename = "GEORGIA" if congress == 108 & id == 20318 replace statename = "GEORGIA" if congress == 108 & id == 15431 replace statename = "GEORGIA" if congress == 108 & id == 29909 replace statename = "GEORGIA" if congress == 108 & id == 29341 replace statename = "GEORGIA" if congress == 108 & id == 29340 replace statename = "GEORGIA" if congress == 108 & id == 29513 replace statename = "GEORGIA" if congress == 108 & id == 99342 replace statename = "GEORGIA" if congress == 108 & id == 20319 replace statename = "GEORGIA" if congress == 108 & id == 20320 replace statename = "GEORGIA" if congress == 108 & id == 20321 replace statename = "HAWAII" if congress == 108 & id == 15245 replace statename = "HAWAII" if congress == 108 & id == 20322 replace statename = "IDAHO" if congress == 108 & id == 20114 replace statename = "IDAHO" if congress == 108 & id == 29910 replace statename = "ILLINOI" if congress == 108 & id == 29346 replace statename = "ILLINOI" if congress == 108 & id == 29585 replace statename = "ILLINOI" if congress == 108 & id == 15036 replace statename = "ILLINOI" if congress == 108 & id == 29348 replace statename = "ILLINOI" if congress == 108 & id == 20323 replace statename = "ILLINOI" if congress == 108 & id == 14239 replace statename = "ILLINOI" if congress == 108 & id == 29717 replace statename = "ILLINOI" if congress == 108 & id == 12041 replace statename = "ILLINOI" if congress == 108 & id == 29911 replace statename = "ILLINOI" if congress == 108 & id == 20115 replace statename = "ILLINOI" if congress == 108 & id == 29516 replace statename = "ILLINOI" if congress == 108 & id == 15453 replace statename = "ILLINOI" if congress == 108 & id == 29912 replace statename = "ILLINOI" if congress == 108 & id == 15417 replace statename = "ILLINOI" if congress == 108 & id == 20116 replace statename = "ILLINOI" if congress == 108 & id == 29349 replace statename = "ILLINOI" if congress == 108 & id == 15023 replace statename = "ILLINOI" if congress == 108 & id == 29517 replace statename = "ILLINOI" if congress == 108 & id == 29718 replace statename = "INDIANA" if congress == 108 & id == 15124 replace statename = "INDIANA" if congress == 108 & id == 20324 replace statename = "INDIANA" if congress == 108 & id == 29519 replace statename = "INDIANA" if congress == 108 & id == 29350 replace statename = "INDIANA" if congress == 108 & id == 15014 replace statename = "INDIANA" if congress == 108 & id == 20117 replace statename = "INDIANA" if congress == 108 & id == 29720 replace statename = "INDIANA" if congress == 108 & id == 29520 replace statename = "INDIANA" if congress == 108 & id == 29914 replace statename = "IOWA" if congress == 108 & id == 29118 replace statename = "IOWA" if congress == 108 & id == 14432 replace statename = "IOWA" if congress == 108 & id == 29721 replace statename = "IOWA" if congress == 108 & id == 29522 replace statename = "IOWA" if congress == 108 & id == 20325 replace statename = "KANSAS" if congress == 108 & id == 29722 replace statename = "KANSAS" if congress == 108 & id == 29723 replace statename = "KANSAS" if congress == 108 & id == 29915 replace statename = "KANSAS" if congress == 108 & id == 29524 replace statename = "KENTUCK" if congress == 108 & id == 29525 replace statename = "KENTUCK" if congress == 108 & id == 29352 replace statename = "KENTUCK" if congress == 108 & id == 29725 replace statename = "KENTUCK" if congress == 108 & id == 29916 replace statename = "KENTUCK" if congress == 108 & id == 14854 replace statename = "KENTUCK" if congress == 108 & id == 29917 replace statename = "KENTUCK" if congress == 108 & id == 20326 replace statename = "LOUISIA" if congress == 108 & id == 29918 replace statename = "LOUISIA" if congress == 108 & id == 29120 replace statename = "LOUISIA" if congress == 108 & id == 94679 replace statename = "LOUISIA" if congress == 108 & id == 15451 replace statename = "LOUISIA" if congress == 108 & id == 20327 replace statename = "LOUISIA" if congress == 108 & id == 15401 replace statename = "LOUISIA" if congress == 108 & id == 29727 replace statename = "MAINE" if congress == 108 & id == 29728 replace statename = "MAINE" if congress == 108 & id == 20328 replace statename = "MARYLAN" if congress == 108 & id == 29122 replace statename = "MARYLAN" if congress == 108 & id == 20329 replace statename = "MARYLAN" if congress == 108 & id == 15408 replace statename = "MARYLAN" if congress == 108 & id == 29355 replace statename = "MARYLAN" if congress == 108 & id == 14873 replace statename = "MARYLAN" if congress == 108 & id == 29356 replace statename = "MARYLAN" if congress == 108 & id == 29587 replace statename = "MARYLAN" if congress == 108 & id == 20330 replace statename = "MASSACH" if congress == 108 & id == 29123 replace statename = "MASSACH" if congress == 108 & id == 15616 replace statename = "MASSACH" if congress == 108 & id == 29729 replace statename = "MASSACH" if congress == 108 & id == 14824 replace statename = "MASSACH" if congress == 108 & id == 29358 replace statename = "MASSACH" if congress == 108 & id == 29730 replace statename = "MASSACH" if congress == 108 & id == 14435 replace statename = "MASSACH" if congress == 108 & id == 29919 replace statename = "MASSACH" if congress == 108 & id == 20119 replace statename = "MASSACH" if congress == 108 & id == 29731 replace statename = "MICHIGA" if congress == 108 & id == 29360 replace statename = "MICHIGA" if congress == 108 & id == 29361 replace statename = "MICHIGA" if congress == 108 & id == 29362 replace statename = "MICHIGA" if congress == 108 & id == 29124 replace statename = "MICHIGA" if congress == 108 & id == 14430 replace statename = "MICHIGA" if congress == 108 & id == 15446 replace statename = "MICHIGA" if congress == 108 & id == 29364 replace statename = "MICHIGA" if congress == 108 & id == 20120 replace statename = "MICHIGA" if congress == 108 & id == 29365 replace statename = "MICHIGA" if congress == 108 & id == 20331 replace statename = "MICHIGA" if congress == 108 & id == 20332 replace statename = "MICHIGA" if congress == 108 & id == 15033 replace statename = "MICHIGA" if congress == 108 & id == 29733 replace statename = "MICHIGA" if congress == 108 & id == 10713 replace statename = "MICHIGA" if congress == 108 & id == 2605 replace statename = "MINNESO" if congress == 108 & id == 29532 replace statename = "MINNESO" if congress == 108 & id == 20333 replace statename = "MINNESO" if congress == 108 & id == 29126 replace statename = "MINNESO" if congress == 108 & id == 20122 replace statename = "MINNESO" if congress == 108 & id == 14656 replace statename = "MINNESO" if congress == 108 & id == 20121 replace statename = "MINNESO" if congress == 108 & id == 29127 replace statename = "MINNESO" if congress == 108 & id == 14265 replace statename = "MISSISS" if congress == 108 & id == 29534 replace statename = "MISSISS" if congress == 108 & id == 29368 replace statename = "MISSISS" if congress == 108 & id == 29734 replace statename = "MISSISS" if congress == 108 & id == 15637 replace statename = "MISSOUR" if congress == 108 & id == 20147 replace statename = "MISSOUR" if congress == 108 & id == 20123 replace statename = "MISSOUR" if congress == 108 & id == 14421 replace statename = "MISSOUR" if congress == 108 & id == 14451 replace statename = "MISSOUR" if congress == 108 & id == 29535 replace statename = "MISSOUR" if congress == 108 & id == 20124 replace statename = "MISSOUR" if congress == 108 & id == 29735 replace statename = "MISSOUR" if congress == 108 & id == 29736 replace statename = "MISSOUR" if congress == 108 & id == 29737 replace statename = "MONTANA" if congress == 108 & id == 20125 replace statename = "NEBRASK" if congress == 108 & id == 14605 replace statename = "NEBRASK" if congress == 108 & id == 29921 replace statename = "NEBRASK" if congress == 108 & id == 20126 replace statename = "NEVADA" if congress == 108 & id == 29922 replace statename = "NEVADA" if congress == 108 & id == 29739 replace statename = "NEVADA" if congress == 108 & id == 20334 replace statename = "NEW HAM" if congress == 108 & id == 20335 replace statename = "NEW HAM" if congress == 108 & id == 29538 replace statename = "NEW JER" if congress == 108 & id == 29132 replace statename = "NEW JER" if congress == 108 & id == 29539 replace statename = "NEW JER" if congress == 108 & id == 15112 replace statename = "NEW JER" if congress == 108 & id == 14863 replace statename = "NEW JER" if congress == 108 & id == 20336 replace statename = "NEW JER" if congress == 108 & id == 15454 replace statename = "NEW JER" if congress == 108 & id == 20127 replace statename = "NEW JER" if congress == 108 & id == 29741 replace statename = "NEW JER" if congress == 108 & id == 29742 replace statename = "NEW JER" if congress == 108 & id == 15619 replace statename = "NEW JER" if congress == 108 & id == 29541 replace statename = "NEW JER" if congress == 108 & id == 29923 replace statename = "NEW JER" if congress == 108 & id == 29373 replace statename = "NEW MEX" if congress == 108 & id == 29779 replace statename = "NEW MEX" if congress == 108 & id == 20337 replace statename = "NEW MEX" if congress == 108 & id == 29924 replace statename = "NEW YOR" if congress == 108 & id == 20338 replace statename = "NEW YOR" if congress == 108 & id == 20129 replace statename = "NEW YOR" if congress == 108 & id == 29375 replace statename = "NEW YOR" if congress == 108 & id == 29744 replace statename = "NEW YOR" if congress == 108 & id == 15000 replace statename = "NEW YOR" if congress == 108 & id == 29776 replace statename = "NEW YOR" if congress == 108 & id == 29925 replace statename = "NEW YOR" if congress == 108 & id == 29377 replace statename = "NEW YOR" if congress == 108 & id == 29926 replace statename = "NEW YOR" if congress == 108 & id == 15072 replace statename = "NEW YOR" if congress == 108 & id == 15050 replace statename = "NEW YOR" if congress == 108 & id == 29378 replace statename = "NEW YOR" if congress == 108 & id == 29773 replace statename = "NEW YOR" if congress == 108 & id == 29379 replace statename = "NEW YOR" if congress == 108 & id == 13035 replace statename = "NEW YOR" if congress == 108 & id == 29134 replace statename = "NEW YOR" if congress == 108 & id == 15603 replace statename = "NEW YOR" if congress == 108 & id == 15612 replace statename = "NEW YOR" if congress == 108 & id == 29544 replace statename = "NEW YOR" if congress == 108 & id == 29927 replace statename = "NEW YOR" if congress == 108 & id == 15614 replace statename = "NEW YOR" if congress == 108 & id == 29380 replace statename = "NEW YOR" if congress == 108 & id == 39316 replace statename = "NEW YOR" if congress == 108 & id == 15007 replace statename = "NEW YOR" if congress == 108 & id == 15630 replace statename = "NEW YOR" if congress == 108 & id == 29928 replace statename = "NEW YOR" if congress == 108 & id == 29381 replace statename = "NEW YOR" if congress == 108 & id == 15444 replace statename = "NEW YOR" if congress == 108 & id == 15423 replace statename = "NORTH C" if congress == 108 & id == 20339 replace statename = "NORTH C" if congress == 108 & id == 20340 replace statename = "NORTH C" if congress == 108 & id == 29745 replace statename = "NORTH C" if congress == 108 & id == 29546 replace statename = "NORTH C" if congress == 108 & id == 15438 replace statename = "NORTH C" if congress == 108 & id == 29548 replace statename = "NORTH C" if congress == 108 & id == 15092 replace statename = "NORTH C" if congress == 108 & id == 29746 replace statename = "NORTH C" if congress == 108 & id == 29929 replace statename = "NORTH C" if congress == 108 & id == 29549 replace statename = "NORTH C" if congress == 108 & id == 15402 replace statename = "NORTH C" if congress == 108 & id == 29135 replace statename = "NORTH C" if congress == 108 & id == 29383 replace statename = "NORTH C" if congress == 108 & id == 20341 replace statename = "NORTH D" if congress == 108 & id == 29384 replace statename = "OHIO" if congress == 108 & id == 29550 replace statename = "OHIO" if congress == 108 & id == 29386 replace statename = "OHIO" if congress == 108 & id == 20342 replace statename = "OHIO" if congress == 108 & id == 14875 replace statename = "OHIO" if congress == 108 & id == 15604 replace statename = "OHIO" if congress == 108 & id == 29747 replace statename = "OHIO" if congress == 108 & id == 29136 replace statename = "OHIO" if congress == 108 & id == 29137 replace statename = "OHIO" if congress == 108 & id == 15029 replace statename = "OHIO" if congress == 108 & id == 29748 replace statename = "OHIO" if congress == 108 & id == 29930 replace statename = "OHIO" if congress == 108 & id == 20130 replace statename = "OHIO" if congress == 108 & id == 29389 replace statename = "OHIO" if congress == 108 & id == 29553 replace statename = "OHIO" if congress == 108 & id == 29390 replace statename = "OHIO" if congress == 108 & id == 14045 replace statename = "OHIO" if congress == 108 & id == 20343 replace statename = "OHIO" if congress == 108 & id == 29552 replace statename = "OKLAHOM" if congress == 108 & id == 20131 replace statename = "OKLAHOM" if congress == 108 & id == 20132 replace statename = "OKLAHOM" if congress == 108 & id == 29393 replace statename = "OKLAHOM" if congress == 108 & id == 20344 replace statename = "OKLAHOM" if congress == 108 & id == 29392 replace statename = "OREGON" if congress == 108 & id == 29931 replace statename = "OREGON" if congress == 108 & id == 29932 replace statename = "OREGON" if congress == 108 & id == 29588 replace statename = "OREGON" if congress == 108 & id == 15410 replace statename = "OREGON" if congress == 108 & id == 29750 replace statename = "PENNSYL" if congress == 108 & id == 29777 replace statename = "PENNSYL" if congress == 108 & id == 29559 replace statename = "PENNSYL" if congress == 108 & id == 29563 replace statename = "PENNSYL" if congress == 108 & id == 20133 replace statename = "PENNSYL" if congress == 108 & id == 29751 replace statename = "PENNSYL" if congress == 108 & id == 20345 replace statename = "PENNSYL" if congress == 108 & id == 15447 replace statename = "PENNSYL" if congress == 108 & id == 29397 replace statename = "PENNSYL" if congress == 108 & id == 20134 replace statename = "PENNSYL" if congress == 108 & id == 29933 replace statename = "PENNSYL" if congress == 108 & id == 15104 replace statename = "PENNSYL" if congress == 108 & id == 14072 replace statename = "PENNSYL" if congress == 108 & id == 29934 replace statename = "PENNSYL" if congress == 108 & id == 29561 replace statename = "PENNSYL" if congress == 108 & id == 29935 replace statename = "PENNSYL" if congress == 108 & id == 29752 replace statename = "PENNSYL" if congress == 108 & id == 29396 replace statename = "PENNSYL" if congress == 108 & id == 20346 replace statename = "PENNSYL" if congress == 108 & id == 20135 replace statename = "RHODE I" if congress == 108 & id == 29564 replace statename = "RHODE I" if congress == 108 & id == 20136 replace statename = "SOUTH C" if congress == 108 & id == 20137 replace statename = "SOUTH C" if congress == 108 & id == 20138 replace statename = "SOUTH C" if congress == 108 & id == 20347 replace statename = "SOUTH C" if congress == 108 & id == 29936 replace statename = "SOUTH C" if congress == 108 & id == 15064 replace statename = "SOUTH C" if congress == 108 & id == 39301 replace statename = "SOUTH D" if congress == 108 & id == 20348 replace statename = "SOUTH D" if congress == 108 & id == 20349 replace statename = "TENNESS" if congress == 108 & id == 29755 replace statename = "TENNESS" if congress == 108 & id == 15455 replace statename = "TENNESS" if congress == 108 & id == 29567 replace statename = "TENNESS" if congress == 108 & id == 20350 replace statename = "TENNESS" if congress == 108 & id == 15019 replace statename = "TENNESS" if congress == 108 & id == 15100 replace statename = "TENNESS" if congress == 108 & id == 20351 replace statename = "TENNESS" if congress == 108 & id == 15628 replace statename = "TENNESS" if congress == 108 & id == 29756 replace statename = "TEXAS" if congress == 108 & id == 29757 replace statename = "TEXAS" if congress == 108 & id == 29758 replace statename = "TEXAS" if congress == 108 & id == 29143 replace statename = "TEXAS" if congress == 108 & id == 14828 replace statename = "TEXAS" if congress == 108 & id == 94828 replace statename = "TEXAS" if congress == 108 & id == 20352 replace statename = "TEXAS" if congress == 108 & id == 15085 replace statename = "TEXAS" if congress == 108 & id == 20139 replace statename = "TEXAS" if congress == 108 & id == 29760 replace statename = "TEXAS" if congress == 108 & id == 29761 replace statename = "TEXAS" if congress == 108 & id == 29571 replace statename = "TEXAS" if congress == 108 & id == 29144 replace statename = "TEXAS" if congress == 108 & id == 29762 replace statename = "TEXAS" if congress == 108 & id == 29572 replace statename = "TEXAS" if congress == 108 & id == 14290 replace statename = "TEXAS" if congress == 108 & id == 29763 replace statename = "TEXAS" if congress == 108 & id == 29764 replace statename = "TEXAS" if congress == 108 & id == 14664 replace statename = "TEXAS" if congress == 108 & id == 29573 replace statename = "TEXAS" if congress == 108 & id == 15093 replace statename = "TEXAS" if congress == 108 & id == 20353 replace statename = "TEXAS" if congress == 108 & id == 29943 replace statename = "TEXAS" if congress == 108 & id == 15445 replace statename = "TEXAS" if congress == 108 & id == 15094 replace statename = "TEXAS" if congress == 108 & id == 39302 replace statename = "TEXAS" if congress == 108 & id == 14626 replace statename = "TEXAS" if congress == 108 & id == 20354 replace statename = "TEXAS" if congress == 108 & id == 20355 replace statename = "TEXAS" if congress == 108 & id == 15049 replace statename = "TEXAS" if congress == 108 & id == 29771 replace statename = "TEXAS" if congress == 108 & id == 39304 replace statename = "TEXAS" if congress == 108 & id == 39305 replace statename = "TEXAS" if congress == 108 & id == 20356 replace statename = "TEXAS" if congress == 108 & id == 29759 replace statename = "UTAH" if congress == 108 & id == 20357 replace statename = "UTAH" if congress == 108 & id == 20140 replace statename = "UTAH" if congress == 108 & id == 29766 replace statename = "VERMONT" if congress == 108 & id == 29147 replace statename = "VIRGINI" if congress == 108 & id == 20141 replace statename = "VIRGINI" if congress == 108 & id == 20142 replace statename = "VIRGINI" if congress == 108 & id == 39307 replace statename = "VIRGINI" if congress == 108 & id == 20143 replace statename = "VIRGINI" if congress == 108 & id == 89767 replace statename = "VIRGINI" if congress == 108 & id == 39308 replace statename = "VIRGINI" if congress == 108 & id == 20144 replace statename = "VIRGINI" if congress == 108 & id == 29149 replace statename = "VIRGINI" if congress == 108 & id == 15010 replace statename = "VIRGINI" if congress == 108 & id == 14869 replace statename = "VIRGINI" if congress == 108 & id == 29576 replace statename = "WASHING" if congress == 108 & id == 29937 replace statename = "WASHING" if congress == 108 & id == 20145 replace statename = "WASHING" if congress == 108 & id == 29938 replace statename = "WASHING" if congress == 108 & id == 29580 replace statename = "WASHING" if congress == 108 & id == 29581 replace statename = "WASHING" if congress == 108 & id == 14413 replace statename = "WASHING" if congress == 108 & id == 15613 replace statename = "WASHING" if congress == 108 & id == 39312 replace statename = "WASHING" if congress == 108 & id == 29768 replace statename = "WEST VI" if congress == 108 & id == 15083 replace statename = "WEST VI" if congress == 108 & id == 20146 replace statename = "WEST VI" if congress == 108 & id == 14448 replace statename = "WISCONS" if congress == 108 & id == 29939 replace statename = "WISCONS" if congress == 108 & id == 29940 replace statename = "WISCONS" if congress == 108 & id == 29769 replace statename = "WISCONS" if congress == 108 & id == 15082 replace statename = "WISCONS" if congress == 108 & id == 14657 replace statename = "WISCONS" if congress == 108 & id == 14675 replace statename = "WISCONS" if congress == 108 & id == 12036 replace statename = "WISCONS" if congress == 108 & id == 29941 replace statename = "WYOMING" if congress == 108 & id == 29584 replace statename = "USA" if congress == 109 & id == 99910 replace statename = "ALABAMA" if congress == 109 & id == 20300 replace statename = "ALABAMA" if congress == 109 & id == 29300 replace statename = "ALABAMA" if congress == 109 & id == 20301 replace statename = "ALABAMA" if congress == 109 & id == 29701 replace statename = "ALABAMA" if congress == 109 & id == 29100 replace statename = "ALABAMA" if congress == 109 & id == 29301 replace statename = "ALABAMA" if congress == 109 & id == 20302 replace statename = "ALASKA" if congress == 109 & id == 14066 replace statename = "ARIZONA" if congress == 109 & id == 20303 replace statename = "ARIZONA" if congress == 109 & id == 20304 replace statename = "ARIZONA" if congress == 109 & id == 29501 replace statename = "ARIZONA" if congress == 109 & id == 29101 replace statename = "ARIZONA" if congress == 109 & id == 29502 replace statename = "ARIZONA" if congress == 109 & id == 20100 replace statename = "ARIZONA" if congress == 109 & id == 20305 replace statename = "ARIZONA" if congress == 109 & id == 15105 replace statename = "ARKANSA" if congress == 109 & id == 29702 replace statename = "ARKANSA" if congress == 109 & id == 29703 replace statename = "ARKANSA" if congress == 109 & id == 20101 replace statename = "ARKANSA" if congress == 109 & id == 20102 replace statename = "CALIFOR" if congress == 109 & id == 29901 replace statename = "CALIFOR" if congress == 109 & id == 15420 replace statename = "CALIFOR" if congress == 109 & id == 14647 replace statename = "CALIFOR" if congress == 109 & id == 29104 replace statename = "CALIFOR" if congress == 109 & id == 20538 replace statename = "CALIFOR" if congress == 109 & id == 29309 replace statename = "CALIFOR" if congress == 109 & id == 14256 replace statename = "CALIFOR" if congress == 109 & id == 15448 replace statename = "CALIFOR" if congress == 109 & id == 29778 replace statename = "CALIFOR" if congress == 109 & id == 29705 replace statename = "CALIFOR" if congress == 109 & id == 29311 replace statename = "CALIFOR" if congress == 109 & id == 14837 replace statename = "CALIFOR" if congress == 109 & id == 14053 replace statename = "CALIFOR" if congress == 109 & id == 29312 replace statename = "CALIFOR" if congress == 109 & id == 20103 replace statename = "CALIFOR" if congress == 109 & id == 29504 replace statename = "CALIFOR" if congress == 109 & id == 29313 replace statename = "CALIFOR" if congress == 109 & id == 20306 replace statename = "CALIFOR" if congress == 109 & id == 29505 replace statename = "CALIFOR" if congress == 109 & id == 20501 replace statename = "CALIFOR" if congress == 109 & id == 20307 replace statename = "CALIFOR" if congress == 109 & id == 14669 replace statename = "CALIFOR" if congress == 109 & id == 29774 replace statename = "CALIFOR" if congress == 109 & id == 15413 replace statename = "CALIFOR" if congress == 109 & id == 29315 replace statename = "CALIFOR" if congress == 109 & id == 14813 replace statename = "CALIFOR" if congress == 109 & id == 29707 replace statename = "CALIFOR" if congress == 109 & id == 15005 replace statename = "CALIFOR" if congress == 109 & id == 20104 replace statename = "CALIFOR" if congress == 109 & id == 14280 replace statename = "CALIFOR" if congress == 109 & id == 29316 replace statename = "CALIFOR" if congress == 109 & id == 20105 replace statename = "CALIFOR" if congress == 109 & id == 20106 replace statename = "CALIFOR" if congress == 109 & id == 29317 replace statename = "CALIFOR" if congress == 109 & id == 29106 replace statename = "CALIFOR" if congress == 109 & id == 29318 replace statename = "CALIFOR" if congress == 109 & id == 29586 replace statename = "CALIFOR" if congress == 109 & id == 29903 replace statename = "CALIFOR" if congress == 109 & id == 20310 replace statename = "CALIFOR" if congress == 109 & id == 29321 replace statename = "CALIFOR" if congress == 109 & id == 14644 replace statename = "CALIFOR" if congress == 109 & id == 29905 replace statename = "CALIFOR" if congress == 109 & id == 29942 replace statename = "CALIFOR" if congress == 109 & id == 29323 replace statename = "CALIFOR" if congress == 109 & id == 29775 replace statename = "CALIFOR" if congress == 109 & id == 15621 replace statename = "CALIFOR" if congress == 109 & id == 29709 replace statename = "CALIFOR" if congress == 109 & id == 15601 replace statename = "CALIFOR" if congress == 109 & id == 20539 replace statename = "CALIFOR" if congress == 109 & id == 20107 replace statename = "CALIFOR" if congress == 109 & id == 29107 replace statename = "CALIFOR" if congress == 109 & id == 29508 replace statename = "CALIFOR" if congress == 109 & id == 29325 replace statename = "CALIFOR" if congress == 109 & id == 14835 replace statename = "CALIFOR" if congress == 109 & id == 20108 replace statename = "COLORAD" if congress == 109 & id == 29710 replace statename = "COLORAD" if congress == 109 & id == 29906 replace statename = "COLORAD" if congress == 109 & id == 20502 replace statename = "COLORAD" if congress == 109 & id == 20311 replace statename = "COLORAD" if congress == 109 & id == 15419 replace statename = "COLORAD" if congress == 109 & id == 29907 replace statename = "COLORAD" if congress == 109 & id == 20312 replace statename = "CONNECT" if congress == 109 & id == 29908 replace statename = "CONNECT" if congress == 109 & id == 20109 replace statename = "CONNECT" if congress == 109 & id == 29109 replace statename = "CONNECT" if congress == 109 & id == 15449 replace statename = "CONNECT" if congress == 109 & id == 15028 replace statename = "DELAWAR" if congress == 109 & id == 29327 replace statename = "FLORIDA" if congress == 109 & id == 20110 replace statename = "FLORIDA" if congress == 109 & id == 29713 replace statename = "FLORIDA" if congress == 109 & id == 29328 replace statename = "FLORIDA" if congress == 109 & id == 20111 replace statename = "FLORIDA" if congress == 109 & id == 20313 replace statename = "FLORIDA" if congress == 109 & id == 15627 replace statename = "FLORIDA" if congress == 109 & id == 29331 replace statename = "FLORIDA" if congress == 109 & id == 20112 replace statename = "FLORIDA" if congress == 109 & id == 15006 replace statename = "FLORIDA" if congress == 109 & id == 13047 replace statename = "FLORIDA" if congress == 109 & id == 29714 replace statename = "FLORIDA" if congress == 109 & id == 20113 replace statename = "FLORIDA" if congress == 109 & id == 20314 replace statename = "FLORIDA" if congress == 109 & id == 20503 replace statename = "FLORIDA" if congress == 109 & id == 29509 replace statename = "FLORIDA" if congress == 109 & id == 29510 replace statename = "FLORIDA" if congress == 109 & id == 20358 replace statename = "FLORIDA" if congress == 109 & id == 15634 replace statename = "FLORIDA" if congress == 109 & id == 29715 replace statename = "FLORIDA" if congress == 109 & id == 20504 replace statename = "FLORIDA" if congress == 109 & id == 29336 replace statename = "FLORIDA" if congress == 109 & id == 14860 replace statename = "FLORIDA" if congress == 109 & id == 29337 replace statename = "FLORIDA" if congress == 109 & id == 20315 replace statename = "FLORIDA" if congress == 109 & id == 20316 replace statename = "GEORGIA" if congress == 109 & id == 29338 replace statename = "GEORGIA" if congress == 109 & id == 29339 replace statename = "GEORGIA" if congress == 109 & id == 20317 replace statename = "GEORGIA" if congress == 109 & id == 29344 replace statename = "GEORGIA" if congress == 109 & id == 15431 replace statename = "GEORGIA" if congress == 109 & id == 20505 replace statename = "GEORGIA" if congress == 109 & id == 29341 replace statename = "GEORGIA" if congress == 109 & id == 20506 replace statename = "GEORGIA" if congress == 109 & id == 29513 replace statename = "GEORGIA" if congress == 109 & id == 99342 replace statename = "GEORGIA" if congress == 109 & id == 20319 replace statename = "GEORGIA" if congress == 109 & id == 20507 replace statename = "GEORGIA" if congress == 109 & id == 20321 replace statename = "HAWAII" if congress == 109 & id == 15245 replace statename = "HAWAII" if congress == 109 & id == 20322 replace statename = "IDAHO" if congress == 109 & id == 20114 replace statename = "IDAHO" if congress == 109 & id == 29910 replace statename = "ILLINOI" if congress == 109 & id == 29346 replace statename = "ILLINOI" if congress == 109 & id == 29585 replace statename = "ILLINOI" if congress == 109 & id == 20508 replace statename = "ILLINOI" if congress == 109 & id == 29348 replace statename = "ILLINOI" if congress == 109 & id == 20323 replace statename = "ILLINOI" if congress == 109 & id == 14239 replace statename = "ILLINOI" if congress == 109 & id == 29717 replace statename = "ILLINOI" if congress == 109 & id == 20509 replace statename = "ILLINOI" if congress == 109 & id == 29911 replace statename = "ILLINOI" if congress == 109 & id == 20115 replace statename = "ILLINOI" if congress == 109 & id == 29516 replace statename = "ILLINOI" if congress == 109 & id == 15453 replace statename = "ILLINOI" if congress == 109 & id == 29912 replace statename = "ILLINOI" if congress == 109 & id == 15417 replace statename = "ILLINOI" if congress == 109 & id == 20116 replace statename = "ILLINOI" if congress == 109 & id == 29349 replace statename = "ILLINOI" if congress == 109 & id == 15023 replace statename = "ILLINOI" if congress == 109 & id == 29517 replace statename = "ILLINOI" if congress == 109 & id == 29718 replace statename = "INDIANA" if congress == 109 & id == 15124 replace statename = "INDIANA" if congress == 109 & id == 20324 replace statename = "INDIANA" if congress == 109 & id == 29519 replace statename = "INDIANA" if congress == 109 & id == 29350 replace statename = "INDIANA" if congress == 109 & id == 15014 replace statename = "INDIANA" if congress == 109 & id == 20117 replace statename = "INDIANA" if congress == 109 & id == 29720 replace statename = "INDIANA" if congress == 109 & id == 29520 replace statename = "INDIANA" if congress == 109 & id == 20510 replace statename = "IOWA" if congress == 109 & id == 29118 replace statename = "IOWA" if congress == 109 & id == 14432 replace statename = "IOWA" if congress == 109 & id == 29721 replace statename = "IOWA" if congress == 109 & id == 29522 replace statename = "IOWA" if congress == 109 & id == 20325 replace statename = "KANSAS" if congress == 109 & id == 29722 replace statename = "KANSAS" if congress == 109 & id == 29723 replace statename = "KANSAS" if congress == 109 & id == 29915 replace statename = "KANSAS" if congress == 109 & id == 29524 replace statename = "KENTUCK" if congress == 109 & id == 29525 replace statename = "KENTUCK" if congress == 109 & id == 29352 replace statename = "KENTUCK" if congress == 109 & id == 29725 replace statename = "KENTUCK" if congress == 109 & id == 20511 replace statename = "KENTUCK" if congress == 109 & id == 14854 replace statename = "KENTUCK" if congress == 109 & id == 20326 replace statename = "LOUISIA" if congress == 109 & id == 20512 replace statename = "LOUISIA" if congress == 109 & id == 29120 replace statename = "LOUISIA" if congress == 109 & id == 20513 replace statename = "LOUISIA" if congress == 109 & id == 15451 replace statename = "LOUISIA" if congress == 109 & id == 90327 replace statename = "LOUISIA" if congress == 109 & id == 15401 replace statename = "LOUISIA" if congress == 109 & id == 20514 replace statename = "MAINE" if congress == 109 & id == 29728 replace statename = "MAINE" if congress == 109 & id == 20328 replace statename = "MARYLAN" if congress == 109 & id == 29122 replace statename = "MARYLAN" if congress == 109 & id == 20329 replace statename = "MARYLAN" if congress == 109 & id == 15408 replace statename = "MARYLAN" if congress == 109 & id == 29355 replace statename = "MARYLAN" if congress == 109 & id == 14873 replace statename = "MARYLAN" if congress == 109 & id == 29356 replace statename = "MARYLAN" if congress == 109 & id == 29587 replace statename = "MARYLAN" if congress == 109 & id == 20330 replace statename = "MASSACH" if congress == 109 & id == 29123 replace statename = "MASSACH" if congress == 109 & id == 15616 replace statename = "MASSACH" if congress == 109 & id == 29729 replace statename = "MASSACH" if congress == 109 & id == 14824 replace statename = "MASSACH" if congress == 109 & id == 29358 replace statename = "MASSACH" if congress == 109 & id == 29730 replace statename = "MASSACH" if congress == 109 & id == 14435 replace statename = "MASSACH" if congress == 109 & id == 29919 replace statename = "MASSACH" if congress == 109 & id == 20119 replace statename = "MASSACH" if congress == 109 & id == 29731 replace statename = "MICHIGA" if congress == 109 & id == 29360 replace statename = "MICHIGA" if congress == 109 & id == 29361 replace statename = "MICHIGA" if congress == 109 & id == 29362 replace statename = "MICHIGA" if congress == 109 & id == 29124 replace statename = "MICHIGA" if congress == 109 & id == 14430 replace statename = "MICHIGA" if congress == 109 & id == 15446 replace statename = "MICHIGA" if congress == 109 & id == 20515 replace statename = "MICHIGA" if congress == 109 & id == 20120 replace statename = "MICHIGA" if congress == 109 & id == 29365 replace statename = "MICHIGA" if congress == 109 & id == 20331 replace statename = "MICHIGA" if congress == 109 & id == 20332 replace statename = "MICHIGA" if congress == 109 & id == 15033 replace statename = "MICHIGA" if congress == 109 & id == 29733 replace statename = "MICHIGA" if congress == 109 & id == 10713 replace statename = "MICHIGA" if congress == 109 & id == 2605 replace statename = "MINNESO" if congress == 109 & id == 29532 replace statename = "MINNESO" if congress == 109 & id == 20333 replace statename = "MINNESO" if congress == 109 & id == 29126 replace statename = "MINNESO" if congress == 109 & id == 20122 replace statename = "MINNESO" if congress == 109 & id == 14656 replace statename = "MINNESO" if congress == 109 & id == 20121 replace statename = "MINNESO" if congress == 109 & id == 29127 replace statename = "MINNESO" if congress == 109 & id == 14265 replace statename = "MISSISS" if congress == 109 & id == 29534 replace statename = "MISSISS" if congress == 109 & id == 29368 replace statename = "MISSISS" if congress == 109 & id == 29734 replace statename = "MISSISS" if congress == 109 & id == 15637 replace statename = "MISSOUR" if congress == 109 & id == 20147 replace statename = "MISSOUR" if congress == 109 & id == 20123 replace statename = "MISSOUR" if congress == 109 & id == 20516 replace statename = "MISSOUR" if congress == 109 & id == 14451 replace statename = "MISSOUR" if congress == 109 & id == 20517 replace statename = "MISSOUR" if congress == 109 & id == 20124 replace statename = "MISSOUR" if congress == 109 & id == 29735 replace statename = "MISSOUR" if congress == 109 & id == 29736 replace statename = "MISSOUR" if congress == 109 & id == 29737 replace statename = "MONTANA" if congress == 109 & id == 20125 replace statename = "NEBRASK" if congress == 109 & id == 20518 replace statename = "NEBRASK" if congress == 109 & id == 29921 replace statename = "NEBRASK" if congress == 109 & id == 20126 replace statename = "NEVADA" if congress == 109 & id == 29922 replace statename = "NEVADA" if congress == 109 & id == 29739 replace statename = "NEVADA" if congress == 109 & id == 20334 replace statename = "NEW HAM" if congress == 109 & id == 20335 replace statename = "NEW HAM" if congress == 109 & id == 29538 replace statename = "NEW JER" if congress == 109 & id == 29132 replace statename = "NEW JER" if congress == 109 & id == 29539 replace statename = "NEW JER" if congress == 109 & id == 15112 replace statename = "NEW JER" if congress == 109 & id == 14863 replace statename = "NEW JER" if congress == 109 & id == 20336 replace statename = "NEW JER" if congress == 109 & id == 15454 replace statename = "NEW JER" if congress == 109 & id == 20127 replace statename = "NEW JER" if congress == 109 & id == 29741 replace statename = "NEW JER" if congress == 109 & id == 29742 replace statename = "NEW JER" if congress == 109 & id == 15619 replace statename = "NEW JER" if congress == 109 & id == 29541 replace statename = "NEW JER" if congress == 109 & id == 29923 replace statename = "NEW JER" if congress == 109 & id == 29373 replace statename = "NEW JER" if congress == 109 & id == 20542 replace statename = "NEW MEX" if congress == 109 & id == 29779 replace statename = "NEW MEX" if congress == 109 & id == 20337 replace statename = "NEW MEX" if congress == 109 & id == 29924 replace statename = "NEW YOR" if congress == 109 & id == 20338 replace statename = "NEW YOR" if congress == 109 & id == 20129 replace statename = "NEW YOR" if congress == 109 & id == 29375 replace statename = "NEW YOR" if congress == 109 & id == 29744 replace statename = "NEW YOR" if congress == 109 & id == 15000 replace statename = "NEW YOR" if congress == 109 & id == 29776 replace statename = "NEW YOR" if congress == 109 & id == 29925 replace statename = "NEW YOR" if congress == 109 & id == 29377 replace statename = "NEW YOR" if congress == 109 & id == 29926 replace statename = "NEW YOR" if congress == 109 & id == 15072 replace statename = "NEW YOR" if congress == 109 & id == 15050 replace statename = "NEW YOR" if congress == 109 & id == 29378 replace statename = "NEW YOR" if congress == 109 & id == 29773 replace statename = "NEW YOR" if congress == 109 & id == 29379 replace statename = "NEW YOR" if congress == 109 & id == 13035 replace statename = "NEW YOR" if congress == 109 & id == 29134 replace statename = "NEW YOR" if congress == 109 & id == 15603 replace statename = "NEW YOR" if congress == 109 & id == 15612 replace statename = "NEW YOR" if congress == 109 & id == 29544 replace statename = "NEW YOR" if congress == 109 & id == 29927 replace statename = "NEW YOR" if congress == 109 & id == 15614 replace statename = "NEW YOR" if congress == 109 & id == 29380 replace statename = "NEW YOR" if congress == 109 & id == 39316 replace statename = "NEW YOR" if congress == 109 & id == 15007 replace statename = "NEW YOR" if congress == 109 & id == 15630 replace statename = "NEW YOR" if congress == 109 & id == 29928 replace statename = "NEW YOR" if congress == 109 & id == 20519 replace statename = "NEW YOR" if congress == 109 & id == 15444 replace statename = "NEW YOR" if congress == 109 & id == 20520 replace statename = "NORTH C" if congress == 109 & id == 20340 replace statename = "NORTH C" if congress == 109 & id == 29745 replace statename = "NORTH C" if congress == 109 & id == 29546 replace statename = "NORTH C" if congress == 109 & id == 15438 replace statename = "NORTH C" if congress == 109 & id == 20521 replace statename = "NORTH C" if congress == 109 & id == 15092 replace statename = "NORTH C" if congress == 109 & id == 29746 replace statename = "NORTH C" if congress == 109 & id == 29929 replace statename = "NORTH C" if congress == 109 & id == 29549 replace statename = "NORTH C" if congress == 109 & id == 20522 replace statename = "NORTH C" if congress == 109 & id == 29135 replace statename = "NORTH C" if congress == 109 & id == 29383 replace statename = "NORTH C" if congress == 109 & id == 20341 replace statename = "NORTH D" if congress == 109 & id == 29384 replace statename = "OHIO" if congress == 109 & id == 29550 replace statename = "OHIO" if congress == 109 & id == 29386 replace statename = "OHIO" if congress == 109 & id == 20540 replace statename = "OHIO" if congress == 109 & id == 20342 replace statename = "OHIO" if congress == 109 & id == 14875 replace statename = "OHIO" if congress == 109 & id == 15604 replace statename = "OHIO" if congress == 109 & id == 29747 replace statename = "OHIO" if congress == 109 & id == 29136 replace statename = "OHIO" if congress == 109 & id == 29137 replace statename = "OHIO" if congress == 109 & id == 15029 replace statename = "OHIO" if congress == 109 & id == 29748 replace statename = "OHIO" if congress == 109 & id == 29930 replace statename = "OHIO" if congress == 109 & id == 20130 replace statename = "OHIO" if congress == 109 & id == 29389 replace statename = "OHIO" if congress == 109 & id == 29553 replace statename = "OHIO" if congress == 109 & id == 29390 replace statename = "OHIO" if congress == 109 & id == 14045 replace statename = "OHIO" if congress == 109 & id == 20343 replace statename = "OHIO" if congress == 109 & id == 29552 replace statename = "OKLAHOM" if congress == 109 & id == 20131 replace statename = "OKLAHOM" if congress == 109 & id == 20523 replace statename = "OKLAHOM" if congress == 109 & id == 29393 replace statename = "OKLAHOM" if congress == 109 & id == 20344 replace statename = "OKLAHOM" if congress == 109 & id == 29392 replace statename = "OREGON" if congress == 109 & id == 29931 replace statename = "OREGON" if congress == 109 & id == 29932 replace statename = "OREGON" if congress == 109 & id == 29588 replace statename = "OREGON" if congress == 109 & id == 15410 replace statename = "OREGON" if congress == 109 & id == 29750 replace statename = "PENNSYL" if congress == 109 & id == 29777 replace statename = "PENNSYL" if congress == 109 & id == 29559 replace statename = "PENNSYL" if congress == 109 & id == 29563 replace statename = "PENNSYL" if congress == 109 & id == 20133 replace statename = "PENNSYL" if congress == 109 & id == 29751 replace statename = "PENNSYL" if congress == 109 & id == 20345 replace statename = "PENNSYL" if congress == 109 & id == 15447 replace statename = "PENNSYL" if congress == 109 & id == 20524 replace statename = "PENNSYL" if congress == 109 & id == 20134 replace statename = "PENNSYL" if congress == 109 & id == 29933 replace statename = "PENNSYL" if congress == 109 & id == 15104 replace statename = "PENNSYL" if congress == 109 & id == 14072 replace statename = "PENNSYL" if congress == 109 & id == 20525 replace statename = "PENNSYL" if congress == 109 & id == 29561 replace statename = "PENNSYL" if congress == 109 & id == 20526 replace statename = "PENNSYL" if congress == 109 & id == 29752 replace statename = "PENNSYL" if congress == 109 & id == 29396 replace statename = "PENNSYL" if congress == 109 & id == 20346 replace statename = "PENNSYL" if congress == 109 & id == 20135 replace statename = "RHODE I" if congress == 109 & id == 29564 replace statename = "RHODE I" if congress == 109 & id == 20136 replace statename = "SOUTH C" if congress == 109 & id == 20137 replace statename = "SOUTH C" if congress == 109 & id == 20138 replace statename = "SOUTH C" if congress == 109 & id == 20347 replace statename = "SOUTH C" if congress == 109 & id == 39300 replace statename = "SOUTH C" if congress == 109 & id == 15064 replace statename = "SOUTH C" if congress == 109 & id == 39301 replace statename = "SOUTH D" if congress == 109 & id == 20349 replace statename = "TENNESS" if congress == 109 & id == 29755 replace statename = "TENNESS" if congress == 109 & id == 15455 replace statename = "TENNESS" if congress == 109 & id == 29567 replace statename = "TENNESS" if congress == 109 & id == 20350 replace statename = "TENNESS" if congress == 109 & id == 15019 replace statename = "TENNESS" if congress == 109 & id == 15100 replace statename = "TENNESS" if congress == 109 & id == 20351 replace statename = "TENNESS" if congress == 109 & id == 15628 replace statename = "TENNESS" if congress == 109 & id == 29756 replace statename = "TEXAS" if congress == 109 & id == 20527 replace statename = "TEXAS" if congress == 109 & id == 20528 replace statename = "TEXAS" if congress == 109 & id == 29143 replace statename = "TEXAS" if congress == 109 & id == 94828 replace statename = "TEXAS" if congress == 109 & id == 20352 replace statename = "TEXAS" if congress == 109 & id == 15085 replace statename = "TEXAS" if congress == 109 & id == 20139 replace statename = "TEXAS" if congress == 109 & id == 29760 replace statename = "TEXAS" if congress == 109 & id == 20529 replace statename = "TEXAS" if congress == 109 & id == 20530 replace statename = "TEXAS" if congress == 109 & id == 20531 replace statename = "TEXAS" if congress == 109 & id == 29762 replace statename = "TEXAS" if congress == 109 & id == 29572 replace statename = "TEXAS" if congress == 109 & id == 14290 replace statename = "TEXAS" if congress == 109 & id == 29763 replace statename = "TEXAS" if congress == 109 & id == 29764 replace statename = "TEXAS" if congress == 109 & id == 29144 replace statename = "TEXAS" if congress == 109 & id == 29573 replace statename = "TEXAS" if congress == 109 & id == 20353 replace statename = "TEXAS" if congress == 109 & id == 29943 replace statename = "TEXAS" if congress == 109 & id == 15445 replace statename = "TEXAS" if congress == 109 & id == 15094 replace statename = "TEXAS" if congress == 109 & id == 20541 replace statename = "TEXAS" if congress == 109 & id == 39302 replace statename = "TEXAS" if congress == 109 & id == 20532 replace statename = "TEXAS" if congress == 109 & id == 29571 replace statename = "TEXAS" if congress == 109 & id == 20355 replace statename = "TEXAS" if congress == 109 & id == 15049 replace statename = "TEXAS" if congress == 109 & id == 20533 replace statename = "TEXAS" if congress == 109 & id == 39304 replace statename = "TEXAS" if congress == 109 & id == 39305 replace statename = "TEXAS" if congress == 109 & id == 20356 replace statename = "TEXAS" if congress == 109 & id == 29759 replace statename = "UTAH" if congress == 109 & id == 20357 replace statename = "UTAH" if congress == 109 & id == 20140 replace statename = "UTAH" if congress == 109 & id == 29766 replace statename = "VERMONT" if congress == 109 & id == 29147 replace statename = "VIRGINI" if congress == 109 & id == 20141 replace statename = "VIRGINI" if congress == 109 & id == 20534 replace statename = "VIRGINI" if congress == 109 & id == 39307 replace statename = "VIRGINI" if congress == 109 & id == 20143 replace statename = "VIRGINI" if congress == 109 & id == 89767 replace statename = "VIRGINI" if congress == 109 & id == 39308 replace statename = "VIRGINI" if congress == 109 & id == 20144 replace statename = "VIRGINI" if congress == 109 & id == 29149 replace statename = "VIRGINI" if congress == 109 & id == 15010 replace statename = "VIRGINI" if congress == 109 & id == 14869 replace statename = "VIRGINI" if congress == 109 & id == 29576 replace statename = "WASHING" if congress == 109 & id == 29937 replace statename = "WASHING" if congress == 109 & id == 20145 replace statename = "WASHING" if congress == 109 & id == 29938 replace statename = "WASHING" if congress == 109 & id == 29580 replace statename = "WASHING" if congress == 109 & id == 20535 replace statename = "WASHING" if congress == 109 & id == 14413 replace statename = "WASHING" if congress == 109 & id == 15613 replace statename = "WASHING" if congress == 109 & id == 20536 replace statename = "WASHING" if congress == 109 & id == 29768 replace statename = "WEST VI" if congress == 109 & id == 15083 replace statename = "WEST VI" if congress == 109 & id == 20146 replace statename = "WEST VI" if congress == 109 & id == 14448 replace statename = "WISCONS" if congress == 109 & id == 29939 replace statename = "WISCONS" if congress == 109 & id == 29940 replace statename = "WISCONS" if congress == 109 & id == 29769 replace statename = "WISCONS" if congress == 109 & id == 20537 replace statename = "WISCONS" if congress == 109 & id == 14657 replace statename = "WISCONS" if congress == 109 & id == 14675 replace statename = "WISCONS" if congress == 109 & id == 12036 replace statename = "WISCONS" if congress == 109 & id == 29941 replace statename = "WYOMING" if congress == 109 & id == 29584 replace statename = "USA" if congress == 110 & id == 99910 replace statename = "ALABAMA" if congress == 110 & id == 20300 replace statename = "ALABAMA" if congress == 110 & id == 29300 replace statename = "ALABAMA" if congress == 110 & id == 20301 replace statename = "ALABAMA" if congress == 110 & id == 29701 replace statename = "ALABAMA" if congress == 110 & id == 29100 replace statename = "ALABAMA" if congress == 110 & id == 29301 replace statename = "ALABAMA" if congress == 110 & id == 20302 replace statename = "ALASKA" if congress == 110 & id == 14066 replace statename = "ARIZONA" if congress == 110 & id == 20303 replace statename = "ARIZONA" if congress == 110 & id == 20304 replace statename = "ARIZONA" if congress == 110 & id == 29501 replace statename = "ARIZONA" if congress == 110 & id == 29101 replace statename = "ARIZONA" if congress == 110 & id == 20700 replace statename = "ARIZONA" if congress == 110 & id == 20100 replace statename = "ARIZONA" if congress == 110 & id == 20305 replace statename = "ARIZONA" if congress == 110 & id == 20701 replace statename = "ARKANSA" if congress == 110 & id == 29702 replace statename = "ARKANSA" if congress == 110 & id == 29703 replace statename = "ARKANSA" if congress == 110 & id == 20101 replace statename = "ARKANSA" if congress == 110 & id == 20102 replace statename = "CALIFOR" if congress == 110 & id == 29901 replace statename = "CALIFOR" if congress == 110 & id == 15420 replace statename = "CALIFOR" if congress == 110 & id == 14647 replace statename = "CALIFOR" if congress == 110 & id == 29104 replace statename = "CALIFOR" if congress == 110 & id == 20538 replace statename = "CALIFOR" if congress == 110 & id == 29309 replace statename = "CALIFOR" if congress == 110 & id == 14256 replace statename = "CALIFOR" if congress == 110 & id == 15448 replace statename = "CALIFOR" if congress == 110 & id == 29778 replace statename = "CALIFOR" if congress == 110 & id == 29705 replace statename = "CALIFOR" if congress == 110 & id == 20702 replace statename = "CALIFOR" if congress == 110 & id == 14837 replace statename = "CALIFOR" if congress == 110 & id == 20762 replace statename = "CALIFOR" if congress == 110 & id == 14053 replace statename = "CALIFOR" if congress == 110 & id == 29312 replace statename = "CALIFOR" if congress == 110 & id == 20103 replace statename = "CALIFOR" if congress == 110 & id == 29504 replace statename = "CALIFOR" if congress == 110 & id == 29313 replace statename = "CALIFOR" if congress == 110 & id == 20306 replace statename = "CALIFOR" if congress == 110 & id == 29505 replace statename = "CALIFOR" if congress == 110 & id == 20501 replace statename = "CALIFOR" if congress == 110 & id == 20307 replace statename = "CALIFOR" if congress == 110 & id == 20703 replace statename = "CALIFOR" if congress == 110 & id == 29774 replace statename = "CALIFOR" if congress == 110 & id == 15413 replace statename = "CALIFOR" if congress == 110 & id == 29315 replace statename = "CALIFOR" if congress == 110 & id == 14813 replace statename = "CALIFOR" if congress == 110 & id == 29707 replace statename = "CALIFOR" if congress == 110 & id == 15005 replace statename = "CALIFOR" if congress == 110 & id == 20104 replace statename = "CALIFOR" if congress == 110 & id == 14280 replace statename = "CALIFOR" if congress == 110 & id == 29316 replace statename = "CALIFOR" if congress == 110 & id == 20105 replace statename = "CALIFOR" if congress == 110 & id == 20106 replace statename = "CALIFOR" if congress == 110 & id == 29317 replace statename = "CALIFOR" if congress == 110 & id == 29106 replace statename = "CALIFOR" if congress == 110 & id == 29318 replace statename = "CALIFOR" if congress == 110 & id == 29586 replace statename = "CALIFOR" if congress == 110 & id == 20752 replace statename = "CALIFOR" if congress == 110 & id == 29903 replace statename = "CALIFOR" if congress == 110 & id == 20310 replace statename = "CALIFOR" if congress == 110 & id == 29321 replace statename = "CALIFOR" if congress == 110 & id == 14644 replace statename = "CALIFOR" if congress == 110 & id == 29905 replace statename = "CALIFOR" if congress == 110 & id == 29942 replace statename = "CALIFOR" if congress == 110 & id == 29323 replace statename = "CALIFOR" if congress == 110 & id == 29775 replace statename = "CALIFOR" if congress == 110 & id == 15621 replace statename = "CALIFOR" if congress == 110 & id == 29709 replace statename = "CALIFOR" if congress == 110 & id == 20539 replace statename = "CALIFOR" if congress == 110 & id == 20107 replace statename = "CALIFOR" if congress == 110 & id == 29508 replace statename = "CALIFOR" if congress == 110 & id == 29325 replace statename = "CALIFOR" if congress == 110 & id == 14835 replace statename = "CALIFOR" if congress == 110 & id == 20108 replace statename = "COLORAD" if congress == 110 & id == 29710 replace statename = "COLORAD" if congress == 110 & id == 29906 replace statename = "COLORAD" if congress == 110 & id == 20502 replace statename = "COLORAD" if congress == 110 & id == 20311 replace statename = "COLORAD" if congress == 110 & id == 20704 replace statename = "COLORAD" if congress == 110 & id == 29907 replace statename = "COLORAD" if congress == 110 & id == 20705 replace statename = "CONNECT" if congress == 110 & id == 29908 replace statename = "CONNECT" if congress == 110 & id == 20706 replace statename = "CONNECT" if congress == 110 & id == 29109 replace statename = "CONNECT" if congress == 110 & id == 15449 replace statename = "CONNECT" if congress == 110 & id == 20707 replace statename = "DELAWAR" if congress == 110 & id == 29327 replace statename = "FLORIDA" if congress == 110 & id == 20110 replace statename = "FLORIDA" if congress == 110 & id == 29713 replace statename = "FLORIDA" if congress == 110 & id == 29328 replace statename = "FLORIDA" if congress == 110 & id == 20111 replace statename = "FLORIDA" if congress == 110 & id == 20313 replace statename = "FLORIDA" if congress == 110 & id == 15627 replace statename = "FLORIDA" if congress == 110 & id == 29331 replace statename = "FLORIDA" if congress == 110 & id == 20112 replace statename = "FLORIDA" if congress == 110 & id == 20758 replace statename = "FLORIDA" if congress == 110 & id == 13047 replace statename = "FLORIDA" if congress == 110 & id == 20708 replace statename = "FLORIDA" if congress == 110 & id == 20113 replace statename = "FLORIDA" if congress == 110 & id == 20709 replace statename = "FLORIDA" if congress == 110 & id == 20503 replace statename = "FLORIDA" if congress == 110 & id == 29509 replace statename = "FLORIDA" if congress == 110 & id == 20710 replace statename = "FLORIDA" if congress == 110 & id == 20358 replace statename = "FLORIDA" if congress == 110 & id == 15634 replace statename = "FLORIDA" if congress == 110 & id == 29715 replace statename = "FLORIDA" if congress == 110 & id == 20504 replace statename = "FLORIDA" if congress == 110 & id == 29336 replace statename = "FLORIDA" if congress == 110 & id == 20711 replace statename = "FLORIDA" if congress == 110 & id == 29337 replace statename = "FLORIDA" if congress == 110 & id == 20315 replace statename = "FLORIDA" if congress == 110 & id == 20316 replace statename = "GEORGIA" if congress == 110 & id == 29338 replace statename = "GEORGIA" if congress == 110 & id == 29339 replace statename = "GEORGIA" if congress == 110 & id == 20506 replace statename = "GEORGIA" if congress == 110 & id == 20712 replace statename = "GEORGIA" if congress == 110 & id == 15431 replace statename = "GEORGIA" if congress == 110 & id == 20505 replace statename = "GEORGIA" if congress == 110 & id == 29341 replace statename = "GEORGIA" if congress == 110 & id == 20317 replace statename = "GEORGIA" if congress == 110 & id == 99342 replace statename = "GEORGIA" if congress == 110 & id == 29513 replace statename = "GEORGIA" if congress == 110 & id == 20753 replace statename = "GEORGIA" if congress == 110 & id == 20319 replace statename = "GEORGIA" if congress == 110 & id == 20507 replace statename = "GEORGIA" if congress == 110 & id == 20321 replace statename = "HAWAII" if congress == 110 & id == 15245 replace statename = "HAWAII" if congress == 110 & id == 20713 replace statename = "IDAHO" if congress == 110 & id == 20714 replace statename = "IDAHO" if congress == 110 & id == 29910 replace statename = "ILLINOI" if congress == 110 & id == 29346 replace statename = "ILLINOI" if congress == 110 & id == 29585 replace statename = "ILLINOI" if congress == 110 & id == 20508 replace statename = "ILLINOI" if congress == 110 & id == 29348 replace statename = "ILLINOI" if congress == 110 & id == 20323 replace statename = "ILLINOI" if congress == 110 & id == 20715 replace statename = "ILLINOI" if congress == 110 & id == 29717 replace statename = "ILLINOI" if congress == 110 & id == 20509 replace statename = "ILLINOI" if congress == 110 & id == 29911 replace statename = "ILLINOI" if congress == 110 & id == 20115 replace statename = "ILLINOI" if congress == 110 & id == 29516 replace statename = "ILLINOI" if congress == 110 & id == 15453 replace statename = "ILLINOI" if congress == 110 & id == 29912 replace statename = "ILLINOI" if congress == 110 & id == 15417 replace statename = "ILLINOI" if congress == 110 & id == 20749 replace statename = "ILLINOI" if congress == 110 & id == 20116 replace statename = "ILLINOI" if congress == 110 & id == 29349 replace statename = "ILLINOI" if congress == 110 & id == 20716 replace statename = "ILLINOI" if congress == 110 & id == 29517 replace statename = "ILLINOI" if congress == 110 & id == 29718 replace statename = "INDIANA" if congress == 110 & id == 15124 replace statename = "INDIANA" if congress == 110 & id == 20717 replace statename = "INDIANA" if congress == 110 & id == 29519 replace statename = "INDIANA" if congress == 110 & id == 29350 replace statename = "INDIANA" if congress == 110 & id == 15014 replace statename = "INDIANA" if congress == 110 & id == 20117 replace statename = "INDIANA" if congress == 110 & id == 29720 replace statename = "INDIANA" if congress == 110 & id == 20757 replace statename = "INDIANA" if congress == 110 & id == 20718 replace statename = "INDIANA" if congress == 110 & id == 29914 replace statename = "IOWA" if congress == 110 & id == 20719 replace statename = "IOWA" if congress == 110 & id == 20720 replace statename = "IOWA" if congress == 110 & id == 29721 replace statename = "IOWA" if congress == 110 & id == 29522 replace statename = "IOWA" if congress == 110 & id == 20325 replace statename = "KANSAS" if congress == 110 & id == 29722 replace statename = "KANSAS" if congress == 110 & id == 20721 replace statename = "KANSAS" if congress == 110 & id == 29915 replace statename = "KANSAS" if congress == 110 & id == 29524 replace statename = "KENTUCK" if congress == 110 & id == 29525 replace statename = "KENTUCK" if congress == 110 & id == 29352 replace statename = "KENTUCK" if congress == 110 & id == 20723 replace statename = "KENTUCK" if congress == 110 & id == 20511 replace statename = "KENTUCK" if congress == 110 & id == 14854 replace statename = "KENTUCK" if congress == 110 & id == 20326 replace statename = "LOUISIA" if congress == 110 & id == 20512 replace statename = "LOUISIA" if congress == 110 & id == 20759 replace statename = "LOUISIA" if congress == 110 & id == 29120 replace statename = "LOUISIA" if congress == 110 & id == 20513 replace statename = "LOUISIA" if congress == 110 & id == 15451 replace statename = "LOUISIA" if congress == 110 & id == 90327 replace statename = "LOUISIA" if congress == 110 & id == 15401 replace statename = "LOUISIA" if congress == 110 & id == 20760 replace statename = "LOUISIA" if congress == 110 & id == 20514 replace statename = "MAINE" if congress == 110 & id == 29728 replace statename = "MAINE" if congress == 110 & id == 20328 replace statename = "MARYLAN" if congress == 110 & id == 29122 replace statename = "MARYLAN" if congress == 110 & id == 20329 replace statename = "MARYLAN" if congress == 110 & id == 20724 replace statename = "MARYLAN" if congress == 110 & id == 29355 replace statename = "MARYLAN" if congress == 110 & id == 20763 replace statename = "MARYLAN" if congress == 110 & id == 14873 replace statename = "MARYLAN" if congress == 110 & id == 29356 replace statename = "MARYLAN" if congress == 110 & id == 29587 replace statename = "MARYLAN" if congress == 110 & id == 20330 replace statename = "MASSACH" if congress == 110 & id == 29123 replace statename = "MASSACH" if congress == 110 & id == 15616 replace statename = "MASSACH" if congress == 110 & id == 29729 replace statename = "MASSACH" if congress == 110 & id == 14824 replace statename = "MASSACH" if congress == 110 & id == 29358 replace statename = "MASSACH" if congress == 110 & id == 20754 replace statename = "MASSACH" if congress == 110 & id == 29730 replace statename = "MASSACH" if congress == 110 & id == 14435 replace statename = "MASSACH" if congress == 110 & id == 29919 replace statename = "MASSACH" if congress == 110 & id == 20119 replace statename = "MASSACH" if congress == 110 & id == 29731 replace statename = "MICHIGA" if congress == 110 & id == 29360 replace statename = "MICHIGA" if congress == 110 & id == 29361 replace statename = "MICHIGA" if congress == 110 & id == 29362 replace statename = "MICHIGA" if congress == 110 & id == 29124 replace statename = "MICHIGA" if congress == 110 & id == 14430 replace statename = "MICHIGA" if congress == 110 & id == 15446 replace statename = "MICHIGA" if congress == 110 & id == 20725 replace statename = "MICHIGA" if congress == 110 & id == 20120 replace statename = "MICHIGA" if congress == 110 & id == 29365 replace statename = "MICHIGA" if congress == 110 & id == 20331 replace statename = "MICHIGA" if congress == 110 & id == 20332 replace statename = "MICHIGA" if congress == 110 & id == 15033 replace statename = "MICHIGA" if congress == 110 & id == 29733 replace statename = "MICHIGA" if congress == 110 & id == 10713 replace statename = "MICHIGA" if congress == 110 & id == 2605 replace statename = "MINNESO" if congress == 110 & id == 20726 replace statename = "MINNESO" if congress == 110 & id == 20333 replace statename = "MINNESO" if congress == 110 & id == 29126 replace statename = "MINNESO" if congress == 110 & id == 20122 replace statename = "MINNESO" if congress == 110 & id == 20727 replace statename = "MINNESO" if congress == 110 & id == 20728 replace statename = "MINNESO" if congress == 110 & id == 29127 replace statename = "MINNESO" if congress == 110 & id == 14265 replace statename = "MISSISS" if congress == 110 & id == 29534 replace statename = "MISSISS" if congress == 110 & id == 20761 replace statename = "MISSISS" if congress == 110 & id == 29368 replace statename = "MISSISS" if congress == 110 & id == 29734 replace statename = "MISSISS" if congress == 110 & id == 15637 replace statename = "MISSOUR" if congress == 110 & id == 20147 replace statename = "MISSOUR" if congress == 110 & id == 20123 replace statename = "MISSOUR" if congress == 110 & id == 20516 replace statename = "MISSOUR" if congress == 110 & id == 14451 replace statename = "MISSOUR" if congress == 110 & id == 20517 replace statename = "MISSOUR" if congress == 110 & id == 20124 replace statename = "MISSOUR" if congress == 110 & id == 29735 replace statename = "MISSOUR" if congress == 110 & id == 29736 replace statename = "MISSOUR" if congress == 110 & id == 29737 replace statename = "MONTANA" if congress == 110 & id == 20125 replace statename = "NEBRASK" if congress == 110 & id == 20518 replace statename = "NEBRASK" if congress == 110 & id == 29921 replace statename = "NEBRASK" if congress == 110 & id == 20729 replace statename = "NEVADA" if congress == 110 & id == 29922 replace statename = "NEVADA" if congress == 110 & id == 20730 replace statename = "NEVADA" if congress == 110 & id == 20334 replace statename = "NEW HAM" if congress == 110 & id == 20731 replace statename = "NEW HAM" if congress == 110 & id == 20732 replace statename = "NEW JER" if congress == 110 & id == 29132 replace statename = "NEW JER" if congress == 110 & id == 29539 replace statename = "NEW JER" if congress == 110 & id == 15112 replace statename = "NEW JER" if congress == 110 & id == 14863 replace statename = "NEW JER" if congress == 110 & id == 20336 replace statename = "NEW JER" if congress == 110 & id == 15454 replace statename = "NEW JER" if congress == 110 & id == 20127 replace statename = "NEW JER" if congress == 110 & id == 29741 replace statename = "NEW JER" if congress == 110 & id == 29742 replace statename = "NEW JER" if congress == 110 & id == 15619 replace statename = "NEW JER" if congress == 110 & id == 29541 replace statename = "NEW JER" if congress == 110 & id == 29923 replace statename = "NEW JER" if congress == 110 & id == 20542 replace statename = "NEW MEX" if congress == 110 & id == 29779 replace statename = "NEW MEX" if congress == 110 & id == 20337 replace statename = "NEW MEX" if congress == 110 & id == 29924 replace statename = "NEW YOR" if congress == 110 & id == 20338 replace statename = "NEW YOR" if congress == 110 & id == 20129 replace statename = "NEW YOR" if congress == 110 & id == 29375 replace statename = "NEW YOR" if congress == 110 & id == 29744 replace statename = "NEW YOR" if congress == 110 & id == 15000 replace statename = "NEW YOR" if congress == 110 & id == 29776 replace statename = "NEW YOR" if congress == 110 & id == 29925 replace statename = "NEW YOR" if congress == 110 & id == 29377 replace statename = "NEW YOR" if congress == 110 & id == 29926 replace statename = "NEW YOR" if congress == 110 & id == 15072 replace statename = "NEW YOR" if congress == 110 & id == 20733 replace statename = "NEW YOR" if congress == 110 & id == 29378 replace statename = "NEW YOR" if congress == 110 & id == 29773 replace statename = "NEW YOR" if congress == 110 & id == 29379 replace statename = "NEW YOR" if congress == 110 & id == 13035 replace statename = "NEW YOR" if congress == 110 & id == 29134 replace statename = "NEW YOR" if congress == 110 & id == 15603 replace statename = "NEW YOR" if congress == 110 & id == 15612 replace statename = "NEW YOR" if congress == 110 & id == 20734 replace statename = "NEW YOR" if congress == 110 & id == 20735 replace statename = "NEW YOR" if congress == 110 & id == 15614 replace statename = "NEW YOR" if congress == 110 & id == 29380 replace statename = "NEW YOR" if congress == 110 & id == 39316 replace statename = "NEW YOR" if congress == 110 & id == 20736 replace statename = "NEW YOR" if congress == 110 & id == 15630 replace statename = "NEW YOR" if congress == 110 & id == 29928 replace statename = "NEW YOR" if congress == 110 & id == 20519 replace statename = "NEW YOR" if congress == 110 & id == 15444 replace statename = "NEW YOR" if congress == 110 & id == 20520 replace statename = "NORTH C" if congress == 110 & id == 20340 replace statename = "NORTH C" if congress == 110 & id == 29745 replace statename = "NORTH C" if congress == 110 & id == 29546 replace statename = "NORTH C" if congress == 110 & id == 15438 replace statename = "NORTH C" if congress == 110 & id == 20521 replace statename = "NORTH C" if congress == 110 & id == 15092 replace statename = "NORTH C" if congress == 110 & id == 29746 replace statename = "NORTH C" if congress == 110 & id == 29929 replace statename = "NORTH C" if congress == 110 & id == 29549 replace statename = "NORTH C" if congress == 110 & id == 20522 replace statename = "NORTH C" if congress == 110 & id == 20737 replace statename = "NORTH C" if congress == 110 & id == 29383 replace statename = "NORTH C" if congress == 110 & id == 20341 replace statename = "NORTH D" if congress == 110 & id == 29384 replace statename = "OHIO" if congress == 110 & id == 29550 replace statename = "OHIO" if congress == 110 & id == 20540 replace statename = "OHIO" if congress == 110 & id == 20342 replace statename = "OHIO" if congress == 110 & id == 20738 replace statename = "OHIO" if congress == 110 & id == 15604 replace statename = "OHIO" if congress == 110 & id == 20755 replace statename = "OHIO" if congress == 110 & id == 20739 replace statename = "OHIO" if congress == 110 & id == 29136 replace statename = "OHIO" if congress == 110 & id == 29137 replace statename = "OHIO" if congress == 110 & id == 15029 replace statename = "OHIO" if congress == 110 & id == 29748 replace statename = "OHIO" if congress == 110 & id == 29930 replace statename = "OHIO" if congress == 110 & id == 20130 replace statename = "OHIO" if congress == 110 & id == 20740 replace statename = "OHIO" if congress == 110 & id == 29553 replace statename = "OHIO" if congress == 110 & id == 29390 replace statename = "OHIO" if congress == 110 & id == 14045 replace statename = "OHIO" if congress == 110 & id == 20343 replace statename = "OHIO" if congress == 110 & id == 20741 replace statename = "OKLAHOM" if congress == 110 & id == 20131 replace statename = "OKLAHOM" if congress == 110 & id == 20523 replace statename = "OKLAHOM" if congress == 110 & id == 29393 replace statename = "OKLAHOM" if congress == 110 & id == 20344 replace statename = "OKLAHOM" if congress == 110 & id == 20742 replace statename = "OREGON" if congress == 110 & id == 29931 replace statename = "OREGON" if congress == 110 & id == 29932 replace statename = "OREGON" if congress == 110 & id == 29588 replace statename = "OREGON" if congress == 110 & id == 15410 replace statename = "OREGON" if congress == 110 & id == 29750 replace statename = "PENNSYL" if congress == 110 & id == 29777 replace statename = "PENNSYL" if congress == 110 & id == 29559 replace statename = "PENNSYL" if congress == 110 & id == 29563 replace statename = "PENNSYL" if congress == 110 & id == 20743 replace statename = "PENNSYL" if congress == 110 & id == 29751 replace statename = "PENNSYL" if congress == 110 & id == 20345 replace statename = "PENNSYL" if congress == 110 & id == 20744 replace statename = "PENNSYL" if congress == 110 & id == 20745 replace statename = "PENNSYL" if congress == 110 & id == 20134 replace statename = "PENNSYL" if congress == 110 & id == 20746 replace statename = "PENNSYL" if congress == 110 & id == 15104 replace statename = "PENNSYL" if congress == 110 & id == 14072 replace statename = "PENNSYL" if congress == 110 & id == 20525 replace statename = "PENNSYL" if congress == 110 & id == 29561 replace statename = "PENNSYL" if congress == 110 & id == 20526 replace statename = "PENNSYL" if congress == 110 & id == 29752 replace statename = "PENNSYL" if congress == 110 & id == 29396 replace statename = "PENNSYL" if congress == 110 & id == 20346 replace statename = "PENNSYL" if congress == 110 & id == 20135 replace statename = "RHODE I" if congress == 110 & id == 29564 replace statename = "RHODE I" if congress == 110 & id == 20136 replace statename = "SOUTH C" if congress == 110 & id == 20137 replace statename = "SOUTH C" if congress == 110 & id == 20138 replace statename = "SOUTH C" if congress == 110 & id == 20347 replace statename = "SOUTH C" if congress == 110 & id == 39300 replace statename = "SOUTH C" if congress == 110 & id == 15064 replace statename = "SOUTH C" if congress == 110 & id == 39301 replace statename = "SOUTH D" if congress == 110 & id == 20349 replace statename = "TENNESS" if congress == 110 & id == 20747 replace statename = "TENNESS" if congress == 110 & id == 15455 replace statename = "TENNESS" if congress == 110 & id == 29567 replace statename = "TENNESS" if congress == 110 & id == 20350 replace statename = "TENNESS" if congress == 110 & id == 15019 replace statename = "TENNESS" if congress == 110 & id == 15100 replace statename = "TENNESS" if congress == 110 & id == 20351 replace statename = "TENNESS" if congress == 110 & id == 15628 replace statename = "TENNESS" if congress == 110 & id == 20748 replace statename = "TEXAS" if congress == 110 & id == 20527 replace statename = "TEXAS" if congress == 110 & id == 20528 replace statename = "TEXAS" if congress == 110 & id == 29143 replace statename = "TEXAS" if congress == 110 & id == 94828 replace statename = "TEXAS" if congress == 110 & id == 20352 replace statename = "TEXAS" if congress == 110 & id == 15085 replace statename = "TEXAS" if congress == 110 & id == 20139 replace statename = "TEXAS" if congress == 110 & id == 29760 replace statename = "TEXAS" if congress == 110 & id == 20529 replace statename = "TEXAS" if congress == 110 & id == 20530 replace statename = "TEXAS" if congress == 110 & id == 20531 replace statename = "TEXAS" if congress == 110 & id == 29762 replace statename = "TEXAS" if congress == 110 & id == 29572 replace statename = "TEXAS" if congress == 110 & id == 14290 replace statename = "TEXAS" if congress == 110 & id == 29763 replace statename = "TEXAS" if congress == 110 & id == 29764 replace statename = "TEXAS" if congress == 110 & id == 29144 replace statename = "TEXAS" if congress == 110 & id == 29573 replace statename = "TEXAS" if congress == 110 & id == 20353 replace statename = "TEXAS" if congress == 110 & id == 29943 replace statename = "TEXAS" if congress == 110 & id == 15445 replace statename = "TEXAS" if congress == 110 & id == 29761 replace statename = "TEXAS" if congress == 110 & id == 29771 replace statename = "TEXAS" if congress == 110 & id == 20532 replace statename = "TEXAS" if congress == 110 & id == 29571 replace statename = "TEXAS" if congress == 110 & id == 20355 replace statename = "TEXAS" if congress == 110 & id == 15049 replace statename = "TEXAS" if congress == 110 & id == 20533 replace statename = "TEXAS" if congress == 110 & id == 39304 replace statename = "TEXAS" if congress == 110 & id == 39305 replace statename = "TEXAS" if congress == 110 & id == 20356 replace statename = "TEXAS" if congress == 110 & id == 29759 replace statename = "UTAH" if congress == 110 & id == 20357 replace statename = "UTAH" if congress == 110 & id == 20140 replace statename = "UTAH" if congress == 110 & id == 29766 replace statename = "VERMONT" if congress == 110 & id == 20750 replace statename = "VIRGINI" if congress == 110 & id == 20141 replace statename = "VIRGINI" if congress == 110 & id == 20756 replace statename = "VIRGINI" if congress == 110 & id == 20534 replace statename = "VIRGINI" if congress == 110 & id == 39307 replace statename = "VIRGINI" if congress == 110 & id == 20143 replace statename = "VIRGINI" if congress == 110 & id == 89767 replace statename = "VIRGINI" if congress == 110 & id == 39308 replace statename = "VIRGINI" if congress == 110 & id == 20144 replace statename = "VIRGINI" if congress == 110 & id == 29149 replace statename = "VIRGINI" if congress == 110 & id == 15010 replace statename = "VIRGINI" if congress == 110 & id == 14869 replace statename = "VIRGINI" if congress == 110 & id == 29576 replace statename = "WASHING" if congress == 110 & id == 29937 replace statename = "WASHING" if congress == 110 & id == 20145 replace statename = "WASHING" if congress == 110 & id == 29938 replace statename = "WASHING" if congress == 110 & id == 29580 replace statename = "WASHING" if congress == 110 & id == 20535 replace statename = "WASHING" if congress == 110 & id == 14413 replace statename = "WASHING" if congress == 110 & id == 15613 replace statename = "WASHING" if congress == 110 & id == 20536 replace statename = "WASHING" if congress == 110 & id == 29768 replace statename = "WEST VI" if congress == 110 & id == 15083 replace statename = "WEST VI" if congress == 110 & id == 20146 replace statename = "WEST VI" if congress == 110 & id == 14448 replace statename = "WISCONS" if congress == 110 & id == 29939 replace statename = "WISCONS" if congress == 110 & id == 29940 replace statename = "WISCONS" if congress == 110 & id == 29769 replace statename = "WISCONS" if congress == 110 & id == 20537 replace statename = "WISCONS" if congress == 110 & id == 14657 replace statename = "WISCONS" if congress == 110 & id == 14675 replace statename = "WISCONS" if congress == 110 & id == 12036 replace statename = "WISCONS" if congress == 110 & id == 20751 replace statename = "WYOMING" if congress == 110 & id == 29584 replace statename = "USA" if congress == 111 & id == 99911 replace statename = "ALABAMA" if congress == 111 & id == 20300 replace statename = "ALABAMA" if congress == 111 & id == 20900 replace statename = "ALABAMA" if congress == 111 & id == 20301 replace statename = "ALABAMA" if congress == 111 & id == 29701 replace statename = "ALABAMA" if congress == 111 & id == 20901 replace statename = "ALABAMA" if congress == 111 & id == 90901 replace statename = "ALABAMA" if congress == 111 & id == 29301 replace statename = "ALABAMA" if congress == 111 & id == 20302 replace statename = "ALASKA" if congress == 111 & id == 14066 replace statename = "ARIZONA" if congress == 111 & id == 20902 replace statename = "ARIZONA" if congress == 111 & id == 20304 replace statename = "ARIZONA" if congress == 111 & id == 29501 replace statename = "ARIZONA" if congress == 111 & id == 29101 replace statename = "ARIZONA" if congress == 111 & id == 20700 replace statename = "ARIZONA" if congress == 111 & id == 20100 replace statename = "ARIZONA" if congress == 111 & id == 20305 replace statename = "ARIZONA" if congress == 111 & id == 20701 replace statename = "ARKANSA" if congress == 111 & id == 29702 replace statename = "ARKANSA" if congress == 111 & id == 29703 replace statename = "ARKANSA" if congress == 111 & id == 20101 replace statename = "ARKANSA" if congress == 111 & id == 20102 replace statename = "CALIFOR" if congress == 111 & id == 29901 replace statename = "CALIFOR" if congress == 111 & id == 15420 replace statename = "CALIFOR" if congress == 111 & id == 14647 replace statename = "CALIFOR" if congress == 111 & id == 20903 replace statename = "CALIFOR" if congress == 111 & id == 20538 replace statename = "CALIFOR" if congress == 111 & id == 29309 replace statename = "CALIFOR" if congress == 111 & id == 14256 replace statename = "CALIFOR" if congress == 111 & id == 15448 replace statename = "CALIFOR" if congress == 111 & id == 29778 replace statename = "CALIFOR" if congress == 111 & id == 29705 replace statename = "CALIFOR" if congress == 111 & id == 20958 replace statename = "CALIFOR" if congress == 111 & id == 20702 replace statename = "CALIFOR" if congress == 111 & id == 20762 replace statename = "CALIFOR" if congress == 111 & id == 14053 replace statename = "CALIFOR" if congress == 111 & id == 29312 replace statename = "CALIFOR" if congress == 111 & id == 20103 replace statename = "CALIFOR" if congress == 111 & id == 29504 replace statename = "CALIFOR" if congress == 111 & id == 29313 replace statename = "CALIFOR" if congress == 111 & id == 20306 replace statename = "CALIFOR" if congress == 111 & id == 29505 replace statename = "CALIFOR" if congress == 111 & id == 20501 replace statename = "CALIFOR" if congress == 111 & id == 20307 replace statename = "CALIFOR" if congress == 111 & id == 20703 replace statename = "CALIFOR" if congress == 111 & id == 29774 replace statename = "CALIFOR" if congress == 111 & id == 15413 replace statename = "CALIFOR" if congress == 111 & id == 29315 replace statename = "CALIFOR" if congress == 111 & id == 14813 replace statename = "CALIFOR" if congress == 111 & id == 29707 replace statename = "CALIFOR" if congress == 111 & id == 15005 replace statename = "CALIFOR" if congress == 111 & id == 20104 replace statename = "CALIFOR" if congress == 111 & id == 14280 replace statename = "CALIFOR" if congress == 111 & id == 29316 replace statename = "CALIFOR" if congress == 111 & id == 20105 replace statename = "CALIFOR" if congress == 111 & id == 20955 replace statename = "CALIFOR" if congress == 111 & id == 20106 replace statename = "CALIFOR" if congress == 111 & id == 29317 replace statename = "CALIFOR" if congress == 111 & id == 29106 replace statename = "CALIFOR" if congress == 111 & id == 29318 replace statename = "CALIFOR" if congress == 111 & id == 20752 replace statename = "CALIFOR" if congress == 111 & id == 29903 replace statename = "CALIFOR" if congress == 111 & id == 20310 replace statename = "CALIFOR" if congress == 111 & id == 29321 replace statename = "CALIFOR" if congress == 111 & id == 14644 replace statename = "CALIFOR" if congress == 111 & id == 29905 replace statename = "CALIFOR" if congress == 111 & id == 29942 replace statename = "CALIFOR" if congress == 111 & id == 29323 replace statename = "CALIFOR" if congress == 111 & id == 29775 replace statename = "CALIFOR" if congress == 111 & id == 15621 replace statename = "CALIFOR" if congress == 111 & id == 29709 replace statename = "CALIFOR" if congress == 111 & id == 20539 replace statename = "CALIFOR" if congress == 111 & id == 20107 replace statename = "CALIFOR" if congress == 111 & id == 29508 replace statename = "CALIFOR" if congress == 111 & id == 29325 replace statename = "CALIFOR" if congress == 111 & id == 20963 replace statename = "CALIFOR" if congress == 111 & id == 20108 replace statename = "COLORAD" if congress == 111 & id == 29710 replace statename = "COLORAD" if congress == 111 & id == 20904 replace statename = "COLORAD" if congress == 111 & id == 20502 replace statename = "COLORAD" if congress == 111 & id == 20905 replace statename = "COLORAD" if congress == 111 & id == 20704 replace statename = "COLORAD" if congress == 111 & id == 20906 replace statename = "COLORAD" if congress == 111 & id == 20705 replace statename = "CONNECT" if congress == 111 & id == 29908 replace statename = "CONNECT" if congress == 111 & id == 20706 replace statename = "CONNECT" if congress == 111 & id == 29109 replace statename = "CONNECT" if congress == 111 & id == 20907 replace statename = "CONNECT" if congress == 111 & id == 20707 replace statename = "DELAWAR" if congress == 111 & id == 29327 replace statename = "FLORIDA" if congress == 111 & id == 20110 replace statename = "FLORIDA" if congress == 111 & id == 29713 replace statename = "FLORIDA" if congress == 111 & id == 29328 replace statename = "FLORIDA" if congress == 111 & id == 20111 replace statename = "FLORIDA" if congress == 111 & id == 20313 replace statename = "FLORIDA" if congress == 111 & id == 15627 replace statename = "FLORIDA" if congress == 111 & id == 29331 replace statename = "FLORIDA" if congress == 111 & id == 20908 replace statename = "FLORIDA" if congress == 111 & id == 20758 replace statename = "FLORIDA" if congress == 111 & id == 13047 replace statename = "FLORIDA" if congress == 111 & id == 20708 replace statename = "FLORIDA" if congress == 111 & id == 20113 replace statename = "FLORIDA" if congress == 111 & id == 20709 replace statename = "FLORIDA" if congress == 111 & id == 20503 replace statename = "FLORIDA" if congress == 111 & id == 20909 replace statename = "FLORIDA" if congress == 111 & id == 20910 replace statename = "FLORIDA" if congress == 111 & id == 20358 replace statename = "FLORIDA" if congress == 111 & id == 15634 replace statename = "FLORIDA" if congress == 111 & id == 29715 replace statename = "FLORIDA" if congress == 111 & id == 20959 replace statename = "FLORIDA" if congress == 111 & id == 20504 replace statename = "FLORIDA" if congress == 111 & id == 29336 replace statename = "FLORIDA" if congress == 111 & id == 20711 replace statename = "FLORIDA" if congress == 111 & id == 29337 replace statename = "FLORIDA" if congress == 111 & id == 20911 replace statename = "FLORIDA" if congress == 111 & id == 20316 replace statename = "GEORGIA" if congress == 111 & id == 29338 replace statename = "GEORGIA" if congress == 111 & id == 29339 replace statename = "GEORGIA" if congress == 111 & id == 20506 replace statename = "GEORGIA" if congress == 111 & id == 20712 replace statename = "GEORGIA" if congress == 111 & id == 15431 replace statename = "GEORGIA" if congress == 111 & id == 20505 replace statename = "GEORGIA" if congress == 111 & id == 29341 replace statename = "GEORGIA" if congress == 111 & id == 20317 replace statename = "GEORGIA" if congress == 111 & id == 99342 replace statename = "GEORGIA" if congress == 111 & id == 20962 replace statename = "GEORGIA" if congress == 111 & id == 20753 replace statename = "GEORGIA" if congress == 111 & id == 20319 replace statename = "GEORGIA" if congress == 111 & id == 20507 replace statename = "GEORGIA" if congress == 111 & id == 20321 replace statename = "HAWAII" if congress == 111 & id == 15245 replace statename = "HAWAII" if congress == 111 & id == 20961 replace statename = "HAWAII" if congress == 111 & id == 20713 replace statename = "IDAHO" if congress == 111 & id == 20912 replace statename = "IDAHO" if congress == 111 & id == 29910 replace statename = "ILLINOI" if congress == 111 & id == 29346 replace statename = "ILLINOI" if congress == 111 & id == 29585 replace statename = "ILLINOI" if congress == 111 & id == 20508 replace statename = "ILLINOI" if congress == 111 & id == 29348 replace statename = "ILLINOI" if congress == 111 & id == 20954 replace statename = "ILLINOI" if congress == 111 & id == 20715 replace statename = "ILLINOI" if congress == 111 & id == 29717 replace statename = "ILLINOI" if congress == 111 & id == 20509 replace statename = "ILLINOI" if congress == 111 & id == 29911 replace statename = "ILLINOI" if congress == 111 & id == 20115 replace statename = "ILLINOI" if congress == 111 & id == 20913 replace statename = "ILLINOI" if congress == 111 & id == 15453 replace statename = "ILLINOI" if congress == 111 & id == 29912 replace statename = "ILLINOI" if congress == 111 & id == 20749 replace statename = "ILLINOI" if congress == 111 & id == 20116 replace statename = "ILLINOI" if congress == 111 & id == 29349 replace statename = "ILLINOI" if congress == 111 & id == 20716 replace statename = "ILLINOI" if congress == 111 & id == 20914 replace statename = "ILLINOI" if congress == 111 & id == 29718 replace statename = "INDIANA" if congress == 111 & id == 15124 replace statename = "INDIANA" if congress == 111 & id == 20717 replace statename = "INDIANA" if congress == 111 & id == 29519 replace statename = "INDIANA" if congress == 111 & id == 21100 replace statename = "INDIANA" if congress == 111 & id == 29350 replace statename = "INDIANA" if congress == 111 & id == 15014 replace statename = "INDIANA" if congress == 111 & id == 20117 replace statename = "INDIANA" if congress == 111 & id == 20757 replace statename = "INDIANA" if congress == 111 & id == 20718 replace statename = "INDIANA" if congress == 111 & id == 29914 replace statename = "IOWA" if congress == 111 & id == 20719 replace statename = "IOWA" if congress == 111 & id == 20720 replace statename = "IOWA" if congress == 111 & id == 29721 replace statename = "IOWA" if congress == 111 & id == 29522 replace statename = "IOWA" if congress == 111 & id == 20325 replace statename = "KANSAS" if congress == 111 & id == 29722 replace statename = "KANSAS" if congress == 111 & id == 20915 replace statename = "KANSAS" if congress == 111 & id == 29915 replace statename = "KANSAS" if congress == 111 & id == 29524 replace statename = "KENTUCK" if congress == 111 & id == 29525 replace statename = "KENTUCK" if congress == 111 & id == 20916 replace statename = "KENTUCK" if congress == 111 & id == 20723 replace statename = "KENTUCK" if congress == 111 & id == 20511 replace statename = "KENTUCK" if congress == 111 & id == 14854 replace statename = "KENTUCK" if congress == 111 & id == 20326 replace statename = "LOUISIA" if congress == 111 & id == 20759 replace statename = "LOUISIA" if congress == 111 & id == 20917 replace statename = "LOUISIA" if congress == 111 & id == 20513 replace statename = "LOUISIA" if congress == 111 & id == 20918 replace statename = "LOUISIA" if congress == 111 & id == 90327 replace statename = "LOUISIA" if congress == 111 & id == 20919 replace statename = "LOUISIA" if congress == 111 & id == 20514 replace statename = "MAINE" if congress == 111 & id == 20920 replace statename = "MAINE" if congress == 111 & id == 20328 replace statename = "MARYLAN" if congress == 111 & id == 20921 replace statename = "MARYLAN" if congress == 111 & id == 20329 replace statename = "MARYLAN" if congress == 111 & id == 20724 replace statename = "MARYLAN" if congress == 111 & id == 20763 replace statename = "MARYLAN" if congress == 111 & id == 14873 replace statename = "MARYLAN" if congress == 111 & id == 29356 replace statename = "MARYLAN" if congress == 111 & id == 29587 replace statename = "MARYLAN" if congress == 111 & id == 20330 replace statename = "MASSACH" if congress == 111 & id == 29123 replace statename = "MASSACH" if congress == 111 & id == 15616 replace statename = "MASSACH" if congress == 111 & id == 29729 replace statename = "MASSACH" if congress == 111 & id == 14824 replace statename = "MASSACH" if congress == 111 & id == 20754 replace statename = "MASSACH" if congress == 111 & id == 29730 replace statename = "MASSACH" if congress == 111 & id == 14435 replace statename = "MASSACH" if congress == 111 & id == 29919 replace statename = "MASSACH" if congress == 111 & id == 20119 replace statename = "MASSACH" if congress == 111 & id == 29731 replace statename = "MICHIGA" if congress == 111 & id == 29360 replace statename = "MICHIGA" if congress == 111 & id == 29361 replace statename = "MICHIGA" if congress == 111 & id == 29362 replace statename = "MICHIGA" if congress == 111 & id == 29124 replace statename = "MICHIGA" if congress == 111 & id == 14430 replace statename = "MICHIGA" if congress == 111 & id == 15446 replace statename = "MICHIGA" if congress == 111 & id == 20922 replace statename = "MICHIGA" if congress == 111 & id == 20120 replace statename = "MICHIGA" if congress == 111 & id == 20923 replace statename = "MICHIGA" if congress == 111 & id == 20331 replace statename = "MICHIGA" if congress == 111 & id == 20332 replace statename = "MICHIGA" if congress == 111 & id == 15033 replace statename = "MICHIGA" if congress == 111 & id == 29733 replace statename = "MICHIGA" if congress == 111 & id == 10713 replace statename = "MICHIGA" if congress == 111 & id == 2605 replace statename = "MINNESO" if congress == 111 & id == 20726 replace statename = "MINNESO" if congress == 111 & id == 20333 replace statename = "MINNESO" if congress == 111 & id == 20924 replace statename = "MINNESO" if congress == 111 & id == 20122 replace statename = "MINNESO" if congress == 111 & id == 20727 replace statename = "MINNESO" if congress == 111 & id == 20728 replace statename = "MINNESO" if congress == 111 & id == 29127 replace statename = "MINNESO" if congress == 111 & id == 14265 replace statename = "MISSISS" if congress == 111 & id == 20761 replace statename = "MISSISS" if congress == 111 & id == 29368 replace statename = "MISSISS" if congress == 111 & id == 20925 replace statename = "MISSISS" if congress == 111 & id == 15637 replace statename = "MISSOUR" if congress == 111 & id == 20147 replace statename = "MISSOUR" if congress == 111 & id == 20123 replace statename = "MISSOUR" if congress == 111 & id == 20516 replace statename = "MISSOUR" if congress == 111 & id == 14451 replace statename = "MISSOUR" if congress == 111 & id == 20517 replace statename = "MISSOUR" if congress == 111 & id == 20124 replace statename = "MISSOUR" if congress == 111 & id == 29735 replace statename = "MISSOUR" if congress == 111 & id == 29736 replace statename = "MISSOUR" if congress == 111 & id == 20926 replace statename = "MONTANA" if congress == 111 & id == 20125 replace statename = "NEBRASK" if congress == 111 & id == 20518 replace statename = "NEBRASK" if congress == 111 & id == 29921 replace statename = "NEBRASK" if congress == 111 & id == 20729 replace statename = "NEVADA" if congress == 111 & id == 29922 replace statename = "NEVADA" if congress == 111 & id == 20730 replace statename = "NEVADA" if congress == 111 & id == 20927 replace statename = "NEW HAM" if congress == 111 & id == 20731 replace statename = "NEW HAM" if congress == 111 & id == 20732 replace statename = "NEW JER" if congress == 111 & id == 29132 replace statename = "NEW JER" if congress == 111 & id == 29539 replace statename = "NEW JER" if congress == 111 & id == 20928 replace statename = "NEW JER" if congress == 111 & id == 14863 replace statename = "NEW JER" if congress == 111 & id == 20336 replace statename = "NEW JER" if congress == 111 & id == 15454 replace statename = "NEW JER" if congress == 111 & id == 20929 replace statename = "NEW JER" if congress == 111 & id == 29741 replace statename = "NEW JER" if congress == 111 & id == 29742 replace statename = "NEW JER" if congress == 111 & id == 15619 replace statename = "NEW JER" if congress == 111 & id == 29541 replace statename = "NEW JER" if congress == 111 & id == 29923 replace statename = "NEW JER" if congress == 111 & id == 20542 replace statename = "NEW MEX" if congress == 111 & id == 20930 replace statename = "NEW MEX" if congress == 111 & id == 20931 replace statename = "NEW MEX" if congress == 111 & id == 20932 replace statename = "NEW YOR" if congress == 111 & id == 20338 replace statename = "NEW YOR" if congress == 111 & id == 20129 replace statename = "NEW YOR" if congress == 111 & id == 29375 replace statename = "NEW YOR" if congress == 111 & id == 29744 replace statename = "NEW YOR" if congress == 111 & id == 15000 replace statename = "NEW YOR" if congress == 111 & id == 29776 replace statename = "NEW YOR" if congress == 111 & id == 29925 replace statename = "NEW YOR" if congress == 111 & id == 29377 replace statename = "NEW YOR" if congress == 111 & id == 29926 replace statename = "NEW YOR" if congress == 111 & id == 15072 replace statename = "NEW YOR" if congress == 111 & id == 20733 replace statename = "NEW YOR" if congress == 111 & id == 29378 replace statename = "NEW YOR" if congress == 111 & id == 20933 replace statename = "NEW YOR" if congress == 111 & id == 29379 replace statename = "NEW YOR" if congress == 111 & id == 13035 replace statename = "NEW YOR" if congress == 111 & id == 29134 replace statename = "NEW YOR" if congress == 111 & id == 15603 replace statename = "NEW YOR" if congress == 111 & id == 15612 replace statename = "NEW YOR" if congress == 111 & id == 20734 replace statename = "NEW YOR" if congress == 111 & id == 20735 replace statename = "NEW YOR" if congress == 111 & id == 20956 replace statename = "NEW YOR" if congress == 111 & id == 20934 replace statename = "NEW YOR" if congress == 111 & id == 29380 replace statename = "NEW YOR" if congress == 111 & id == 39316 replace statename = "NEW YOR" if congress == 111 & id == 20957 replace statename = "NEW YOR" if congress == 111 & id == 20736 replace statename = "NEW YOR" if congress == 111 & id == 20935 replace statename = "NEW YOR" if congress == 111 & id == 20936 replace statename = "NEW YOR" if congress == 111 & id == 20519 replace statename = "NEW YOR" if congress == 111 & id == 15444 replace statename = "NEW YOR" if congress == 111 & id == 20937 replace statename = "NEW YOR" if congress == 111 & id == 21101 replace statename = "NORTH C" if congress == 111 & id == 20340 replace statename = "NORTH C" if congress == 111 & id == 29745 replace statename = "NORTH C" if congress == 111 & id == 29546 replace statename = "NORTH C" if congress == 111 & id == 15438 replace statename = "NORTH C" if congress == 111 & id == 20521 replace statename = "NORTH C" if congress == 111 & id == 15092 replace statename = "NORTH C" if congress == 111 & id == 29746 replace statename = "NORTH C" if congress == 111 & id == 20938 replace statename = "NORTH C" if congress == 111 & id == 29549 replace statename = "NORTH C" if congress == 111 & id == 20522 replace statename = "NORTH C" if congress == 111 & id == 20737 replace statename = "NORTH C" if congress == 111 & id == 29383 replace statename = "NORTH C" if congress == 111 & id == 20341 replace statename = "NORTH D" if congress == 111 & id == 29384 replace statename = "OHIO" if congress == 111 & id == 20939 replace statename = "OHIO" if congress == 111 & id == 20540 replace statename = "OHIO" if congress == 111 & id == 20342 replace statename = "OHIO" if congress == 111 & id == 20738 replace statename = "OHIO" if congress == 111 & id == 20755 replace statename = "OHIO" if congress == 111 & id == 20739 replace statename = "OHIO" if congress == 111 & id == 20940 replace statename = "OHIO" if congress == 111 & id == 29137 replace statename = "OHIO" if congress == 111 & id == 15029 replace statename = "OHIO" if congress == 111 & id == 29748 replace statename = "OHIO" if congress == 111 & id == 20941 replace statename = "OHIO" if congress == 111 & id == 20130 replace statename = "OHIO" if congress == 111 & id == 20740 replace statename = "OHIO" if congress == 111 & id == 29553 replace statename = "OHIO" if congress == 111 & id == 20942 replace statename = "OHIO" if congress == 111 & id == 20943 replace statename = "OHIO" if congress == 111 & id == 20343 replace statename = "OHIO" if congress == 111 & id == 20741 replace statename = "OKLAHOM" if congress == 111 & id == 20131 replace statename = "OKLAHOM" if congress == 111 & id == 20523 replace statename = "OKLAHOM" if congress == 111 & id == 29393 replace statename = "OKLAHOM" if congress == 111 & id == 20344 replace statename = "OKLAHOM" if congress == 111 & id == 20742 replace statename = "OREGON" if congress == 111 & id == 29931 replace statename = "OREGON" if congress == 111 & id == 29932 replace statename = "OREGON" if congress == 111 & id == 29588 replace statename = "OREGON" if congress == 111 & id == 15410 replace statename = "OREGON" if congress == 111 & id == 20944 replace statename = "PENNSYL" if congress == 111 & id == 29777 replace statename = "PENNSYL" if congress == 111 & id == 29559 replace statename = "PENNSYL" if congress == 111 & id == 20945 replace statename = "PENNSYL" if congress == 111 & id == 20743 replace statename = "PENNSYL" if congress == 111 & id == 20946 replace statename = "PENNSYL" if congress == 111 & id == 20345 replace statename = "PENNSYL" if congress == 111 & id == 20744 replace statename = "PENNSYL" if congress == 111 & id == 20745 replace statename = "PENNSYL" if congress == 111 & id == 20134 replace statename = "PENNSYL" if congress == 111 & id == 20746 replace statename = "PENNSYL" if congress == 111 & id == 15104 replace statename = "PENNSYL" if congress == 111 & id == 14072 replace statename = "PENNSYL" if congress == 111 & id == 20960 replace statename = "PENNSYL" if congress == 111 & id == 20525 replace statename = "PENNSYL" if congress == 111 & id == 29561 replace statename = "PENNSYL" if congress == 111 & id == 20526 replace statename = "PENNSYL" if congress == 111 & id == 29752 replace statename = "PENNSYL" if congress == 111 & id == 29396 replace statename = "PENNSYL" if congress == 111 & id == 20346 replace statename = "PENNSYL" if congress == 111 & id == 20135 replace statename = "RHODE I" if congress == 111 & id == 29564 replace statename = "RHODE I" if congress == 111 & id == 20136 replace statename = "SOUTH C" if congress == 111 & id == 20137 replace statename = "SOUTH C" if congress == 111 & id == 20138 replace statename = "SOUTH C" if congress == 111 & id == 20347 replace statename = "SOUTH C" if congress == 111 & id == 39300 replace statename = "SOUTH C" if congress == 111 & id == 15064 replace statename = "SOUTH C" if congress == 111 & id == 39301 replace statename = "SOUTH D" if congress == 111 & id == 20349 replace statename = "TENNESS" if congress == 111 & id == 20947 replace statename = "TENNESS" if congress == 111 & id == 15455 replace statename = "TENNESS" if congress == 111 & id == 29567 replace statename = "TENNESS" if congress == 111 & id == 20350 replace statename = "TENNESS" if congress == 111 & id == 15019 replace statename = "TENNESS" if congress == 111 & id == 15100 replace statename = "TENNESS" if congress == 111 & id == 20351 replace statename = "TENNESS" if congress == 111 & id == 15628 replace statename = "TENNESS" if congress == 111 & id == 20748 replace statename = "TEXAS" if congress == 111 & id == 20527 replace statename = "TEXAS" if congress == 111 & id == 20528 replace statename = "TEXAS" if congress == 111 & id == 29143 replace statename = "TEXAS" if congress == 111 & id == 94828 replace statename = "TEXAS" if congress == 111 & id == 20352 replace statename = "TEXAS" if congress == 111 & id == 15085 replace statename = "TEXAS" if congress == 111 & id == 20139 replace statename = "TEXAS" if congress == 111 & id == 29760 replace statename = "TEXAS" if congress == 111 & id == 20529 replace statename = "TEXAS" if congress == 111 & id == 20530 replace statename = "TEXAS" if congress == 111 & id == 20531 replace statename = "TEXAS" if congress == 111 & id == 29762 replace statename = "TEXAS" if congress == 111 & id == 29572 replace statename = "TEXAS" if congress == 111 & id == 14290 replace statename = "TEXAS" if congress == 111 & id == 29763 replace statename = "TEXAS" if congress == 111 & id == 29764 replace statename = "TEXAS" if congress == 111 & id == 29144 replace statename = "TEXAS" if congress == 111 & id == 29573 replace statename = "TEXAS" if congress == 111 & id == 20353 replace statename = "TEXAS" if congress == 111 & id == 29943 replace statename = "TEXAS" if congress == 111 & id == 15445 replace statename = "TEXAS" if congress == 111 & id == 20948 replace statename = "TEXAS" if congress == 111 & id == 29771 replace statename = "TEXAS" if congress == 111 & id == 20532 replace statename = "TEXAS" if congress == 111 & id == 29571 replace statename = "TEXAS" if congress == 111 & id == 20355 replace statename = "TEXAS" if congress == 111 & id == 15049 replace statename = "TEXAS" if congress == 111 & id == 20533 replace statename = "TEXAS" if congress == 111 & id == 39304 replace statename = "TEXAS" if congress == 111 & id == 39305 replace statename = "TEXAS" if congress == 111 & id == 20356 replace statename = "TEXAS" if congress == 111 & id == 29759 replace statename = "UTAH" if congress == 111 & id == 20357 replace statename = "UTAH" if congress == 111 & id == 20140 replace statename = "UTAH" if congress == 111 & id == 20949 replace statename = "VERMONT" if congress == 111 & id == 20750 replace statename = "VIRGINI" if congress == 111 & id == 20756 replace statename = "VIRGINI" if congress == 111 & id == 20950 replace statename = "VIRGINI" if congress == 111 & id == 39307 replace statename = "VIRGINI" if congress == 111 & id == 20143 replace statename = "VIRGINI" if congress == 111 & id == 20951 replace statename = "VIRGINI" if congress == 111 & id == 39308 replace statename = "VIRGINI" if congress == 111 & id == 20144 replace statename = "VIRGINI" if congress == 111 & id == 29149 replace statename = "VIRGINI" if congress == 111 & id == 15010 replace statename = "VIRGINI" if congress == 111 & id == 14869 replace statename = "VIRGINI" if congress == 111 & id == 20952 replace statename = "WASHING" if congress == 111 & id == 29937 replace statename = "WASHING" if congress == 111 & id == 20145 replace statename = "WASHING" if congress == 111 & id == 29938 replace statename = "WASHING" if congress == 111 & id == 29580 replace statename = "WASHING" if congress == 111 & id == 20535 replace statename = "WASHING" if congress == 111 & id == 14413 replace statename = "WASHING" if congress == 111 & id == 15613 replace statename = "WASHING" if congress == 111 & id == 20536 replace statename = "WASHING" if congress == 111 & id == 29768 replace statename = "WEST VI" if congress == 111 & id == 15083 replace statename = "WEST VI" if congress == 111 & id == 20146 replace statename = "WEST VI" if congress == 111 & id == 14448 replace statename = "WISCONS" if congress == 111 & id == 29939 replace statename = "WISCONS" if congress == 111 & id == 29940 replace statename = "WISCONS" if congress == 111 & id == 29769 replace statename = "WISCONS" if congress == 111 & id == 20537 replace statename = "WISCONS" if congress == 111 & id == 14657 replace statename = "WISCONS" if congress == 111 & id == 14675 replace statename = "WISCONS" if congress == 111 & id == 12036 replace statename = "WISCONS" if congress == 111 & id == 20751 replace statename = "WYOMING" if congress == 111 & id == 20953 replace statename = "USA" if congress == 112 & id == 99911 replace statename = "ALABAMA" if congress == 112 & id == 20300 replace statename = "ALABAMA" if congress == 112 & id == 21192 replace statename = "ALABAMA" if congress == 112 & id == 20301 replace statename = "ALABAMA" if congress == 112 & id == 29701 replace statename = "ALABAMA" if congress == 112 & id == 21193 replace statename = "ALABAMA" if congress == 112 & id == 29301 replace statename = "ALABAMA" if congress == 112 & id == 21102 replace statename = "ALASKA" if congress == 112 & id == 14066 replace statename = "ARIZONA" if congress == 112 & id == 21103 replace statename = "ARIZONA" if congress == 112 & id == 20304 replace statename = "ARIZONA" if congress == 112 & id == 21104 replace statename = "ARIZONA" if congress == 112 & id == 29101 replace statename = "ARIZONA" if congress == 112 & id == 21105 replace statename = "ARIZONA" if congress == 112 & id == 20100 replace statename = "ARIZONA" if congress == 112 & id == 20305 replace statename = "ARIZONA" if congress == 112 & id == 20701 replace statename = "ARIZONA" if congress == 112 & id == 21199 replace statename = "ARKANSA" if congress == 112 & id == 21106 replace statename = "ARKANSA" if congress == 112 & id == 21107 replace statename = "ARKANSA" if congress == 112 & id == 21108 replace statename = "ARKANSA" if congress == 112 & id == 20102 replace statename = "CALIFOR" if congress == 112 & id == 29901 replace statename = "CALIFOR" if congress == 112 & id == 15420 replace statename = "CALIFOR" if congress == 112 & id == 14647 replace statename = "CALIFOR" if congress == 112 & id == 20903 replace statename = "CALIFOR" if congress == 112 & id == 20538 replace statename = "CALIFOR" if congress == 112 & id == 29309 replace statename = "CALIFOR" if congress == 112 & id == 14256 replace statename = "CALIFOR" if congress == 112 & id == 15448 replace statename = "CALIFOR" if congress == 112 & id == 29778 replace statename = "CALIFOR" if congress == 112 & id == 20958 replace statename = "CALIFOR" if congress == 112 & id == 20702 replace statename = "CALIFOR" if congress == 112 & id == 20762 replace statename = "CALIFOR" if congress == 112 & id == 14053 replace statename = "CALIFOR" if congress == 112 & id == 29312 replace statename = "CALIFOR" if congress == 112 & id == 20103 replace statename = "CALIFOR" if congress == 112 & id == 29504 replace statename = "CALIFOR" if congress == 112 & id == 29313 replace statename = "CALIFOR" if congress == 112 & id == 20306 replace statename = "CALIFOR" if congress == 112 & id == 21109 replace statename = "CALIFOR" if congress == 112 & id == 20501 replace statename = "CALIFOR" if congress == 112 & id == 20307 replace statename = "CALIFOR" if congress == 112 & id == 20703 replace statename = "CALIFOR" if congress == 112 & id == 29774 replace statename = "CALIFOR" if congress == 112 & id == 15413 replace statename = "CALIFOR" if congress == 112 & id == 29315 replace statename = "CALIFOR" if congress == 112 & id == 14813 replace statename = "CALIFOR" if congress == 112 & id == 29707 replace statename = "CALIFOR" if congress == 112 & id == 15005 replace statename = "CALIFOR" if congress == 112 & id == 20104 replace statename = "CALIFOR" if congress == 112 & id == 14280 replace statename = "CALIFOR" if congress == 112 & id == 29316 replace statename = "CALIFOR" if congress == 112 & id == 20955 replace statename = "CALIFOR" if congress == 112 & id == 21110 replace statename = "CALIFOR" if congress == 112 & id == 29317 replace statename = "CALIFOR" if congress == 112 & id == 29106 replace statename = "CALIFOR" if congress == 112 & id == 29318 replace statename = "CALIFOR" if congress == 112 & id == 21195 replace statename = "CALIFOR" if congress == 112 & id == 20752 replace statename = "CALIFOR" if congress == 112 & id == 29903 replace statename = "CALIFOR" if congress == 112 & id == 20310 replace statename = "CALIFOR" if congress == 112 & id == 29321 replace statename = "CALIFOR" if congress == 112 & id == 14644 replace statename = "CALIFOR" if congress == 112 & id == 29905 replace statename = "CALIFOR" if congress == 112 & id == 29942 replace statename = "CALIFOR" if congress == 112 & id == 29323 replace statename = "CALIFOR" if congress == 112 & id == 29775 replace statename = "CALIFOR" if congress == 112 & id == 15621 replace statename = "CALIFOR" if congress == 112 & id == 29709 replace statename = "CALIFOR" if congress == 112 & id == 20539 replace statename = "CALIFOR" if congress == 112 & id == 20107 replace statename = "CALIFOR" if congress == 112 & id == 29508 replace statename = "CALIFOR" if congress == 112 & id == 29325 replace statename = "CALIFOR" if congress == 112 & id == 20963 replace statename = "CALIFOR" if congress == 112 & id == 20108 replace statename = "COLORAD" if congress == 112 & id == 29710 replace statename = "COLORAD" if congress == 112 & id == 20904 replace statename = "COLORAD" if congress == 112 & id == 21111 replace statename = "COLORAD" if congress == 112 & id == 21112 replace statename = "COLORAD" if congress == 112 & id == 20704 replace statename = "COLORAD" if congress == 112 & id == 20906 replace statename = "COLORAD" if congress == 112 & id == 20705 replace statename = "CONNECT" if congress == 112 & id == 29908 replace statename = "CONNECT" if congress == 112 & id == 20706 replace statename = "CONNECT" if congress == 112 & id == 29109 replace statename = "CONNECT" if congress == 112 & id == 20907 replace statename = "CONNECT" if congress == 112 & id == 20707 replace statename = "DELAWAR" if congress == 112 & id == 21113 replace statename = "FLORIDA" if congress == 112 & id == 20110 replace statename = "FLORIDA" if congress == 112 & id == 21114 replace statename = "FLORIDA" if congress == 112 & id == 29328 replace statename = "FLORIDA" if congress == 112 & id == 20111 replace statename = "FLORIDA" if congress == 112 & id == 21115 replace statename = "FLORIDA" if congress == 112 & id == 15627 replace statename = "FLORIDA" if congress == 112 & id == 29331 replace statename = "FLORIDA" if congress == 112 & id == 21116 replace statename = "FLORIDA" if congress == 112 & id == 20758 replace statename = "FLORIDA" if congress == 112 & id == 13047 replace statename = "FLORIDA" if congress == 112 & id == 20708 replace statename = "FLORIDA" if congress == 112 & id == 21117 replace statename = "FLORIDA" if congress == 112 & id == 20709 replace statename = "FLORIDA" if congress == 112 & id == 20503 replace statename = "FLORIDA" if congress == 112 & id == 20909 replace statename = "FLORIDA" if congress == 112 & id == 20910 replace statename = "FLORIDA" if congress == 112 & id == 21118 replace statename = "FLORIDA" if congress == 112 & id == 15634 replace statename = "FLORIDA" if congress == 112 & id == 20959 replace statename = "FLORIDA" if congress == 112 & id == 20504 replace statename = "FLORIDA" if congress == 112 & id == 20316 replace statename = "FLORIDA" if congress == 112 & id == 21119 replace statename = "FLORIDA" if congress == 112 & id == 29337 replace statename = "FLORIDA" if congress == 112 & id == 21120 replace statename = "FLORIDA" if congress == 112 & id == 21121 replace statename = "GEORGIA" if congress == 112 & id == 29338 replace statename = "GEORGIA" if congress == 112 & id == 29339 replace statename = "GEORGIA" if congress == 112 & id == 20506 replace statename = "GEORGIA" if congress == 112 & id == 20712 replace statename = "GEORGIA" if congress == 112 & id == 15431 replace statename = "GEORGIA" if congress == 112 & id == 20505 replace statename = "GEORGIA" if congress == 112 & id == 21122 replace statename = "GEORGIA" if congress == 112 & id == 21123 replace statename = "GEORGIA" if congress == 112 & id == 20962 replace statename = "GEORGIA" if congress == 112 & id == 20753 replace statename = "GEORGIA" if congress == 112 & id == 20319 replace statename = "GEORGIA" if congress == 112 & id == 20507 replace statename = "GEORGIA" if congress == 112 & id == 20321 replace statename = "HAWAII" if congress == 112 & id == 21124 replace statename = "HAWAII" if congress == 112 & id == 20713 replace statename = "IDAHO" if congress == 112 & id == 21125 replace statename = "IDAHO" if congress == 112 & id == 29910 replace statename = "ILLINOI" if congress == 112 & id == 29346 replace statename = "ILLINOI" if congress == 112 & id == 29585 replace statename = "ILLINOI" if congress == 112 & id == 20508 replace statename = "ILLINOI" if congress == 112 & id == 29348 replace statename = "ILLINOI" if congress == 112 & id == 20954 replace statename = "ILLINOI" if congress == 112 & id == 20715 replace statename = "ILLINOI" if congress == 112 & id == 29717 replace statename = "ILLINOI" if congress == 112 & id == 21126 replace statename = "ILLINOI" if congress == 112 & id == 29911 replace statename = "ILLINOI" if congress == 112 & id == 21127 replace statename = "ILLINOI" if congress == 112 & id == 21128 replace statename = "ILLINOI" if congress == 112 & id == 15453 replace statename = "ILLINOI" if congress == 112 & id == 29912 replace statename = "ILLINOI" if congress == 112 & id == 21129 replace statename = "ILLINOI" if congress == 112 & id == 20116 replace statename = "ILLINOI" if congress == 112 & id == 29349 replace statename = "ILLINOI" if congress == 112 & id == 21130 replace statename = "ILLINOI" if congress == 112 & id == 20914 replace statename = "ILLINOI" if congress == 112 & id == 29718 replace statename = "INDIANA" if congress == 112 & id == 15124 replace statename = "INDIANA" if congress == 112 & id == 20717 replace statename = "INDIANA" if congress == 112 & id == 21100 replace statename = "INDIANA" if congress == 112 & id == 21131 replace statename = "INDIANA" if congress == 112 & id == 15014 replace statename = "INDIANA" if congress == 112 & id == 20117 replace statename = "INDIANA" if congress == 112 & id == 20757 replace statename = "INDIANA" if congress == 112 & id == 21132 replace statename = "INDIANA" if congress == 112 & id == 21133 replace statename = "IOWA" if congress == 112 & id == 20719 replace statename = "IOWA" if congress == 112 & id == 20720 replace statename = "IOWA" if congress == 112 & id == 29721 replace statename = "IOWA" if congress == 112 & id == 29522 replace statename = "IOWA" if congress == 112 & id == 20325 replace statename = "KANSAS" if congress == 112 & id == 21134 replace statename = "KANSAS" if congress == 112 & id == 20915 replace statename = "KANSAS" if congress == 112 & id == 21135 replace statename = "KANSAS" if congress == 112 & id == 21136 replace statename = "KENTUCK" if congress == 112 & id == 29525 replace statename = "KENTUCK" if congress == 112 & id == 20916 replace statename = "KENTUCK" if congress == 112 & id == 20723 replace statename = "KENTUCK" if congress == 112 & id == 20511 replace statename = "KENTUCK" if congress == 112 & id == 31102 replace statename = "KENTUCK" if congress == 112 & id == 14854 replace statename = "KENTUCK" if congress == 112 & id == 20326 replace statename = "LOUISIA" if congress == 112 & id == 20759 replace statename = "LOUISIA" if congress == 112 & id == 21137 replace statename = "LOUISIA" if congress == 112 & id == 21138 replace statename = "LOUISIA" if congress == 112 & id == 20918 replace statename = "LOUISIA" if congress == 112 & id == 90327 replace statename = "LOUISIA" if congress == 112 & id == 20919 replace statename = "LOUISIA" if congress == 112 & id == 20514 replace statename = "MAINE" if congress == 112 & id == 20920 replace statename = "MAINE" if congress == 112 & id == 20328 replace statename = "MARYLAN" if congress == 112 & id == 21139 replace statename = "MARYLAN" if congress == 112 & id == 20329 replace statename = "MARYLAN" if congress == 112 & id == 20724 replace statename = "MARYLAN" if congress == 112 & id == 20763 replace statename = "MARYLAN" if congress == 112 & id == 14873 replace statename = "MARYLAN" if congress == 112 & id == 29356 replace statename = "MARYLAN" if congress == 112 & id == 29587 replace statename = "MARYLAN" if congress == 112 & id == 20330 replace statename = "MASSACH" if congress == 112 & id == 29123 replace statename = "MASSACH" if congress == 112 & id == 15616 replace statename = "MASSACH" if congress == 112 & id == 29729 replace statename = "MASSACH" if congress == 112 & id == 14824 replace statename = "MASSACH" if congress == 112 & id == 20754 replace statename = "MASSACH" if congress == 112 & id == 29730 replace statename = "MASSACH" if congress == 112 & id == 14435 replace statename = "MASSACH" if congress == 112 & id == 29919 replace statename = "MASSACH" if congress == 112 & id == 20119 replace statename = "MASSACH" if congress == 112 & id == 21140 replace statename = "MICHIGA" if congress == 112 & id == 21141 replace statename = "MICHIGA" if congress == 112 & id == 21142 replace statename = "MICHIGA" if congress == 112 & id == 21143 replace statename = "MICHIGA" if congress == 112 & id == 29124 replace statename = "MICHIGA" if congress == 112 & id == 14430 replace statename = "MICHIGA" if congress == 112 & id == 15446 replace statename = "MICHIGA" if congress == 112 & id == 20725 replace statename = "MICHIGA" if congress == 112 & id == 20120 replace statename = "MICHIGA" if congress == 112 & id == 20923 replace statename = "MICHIGA" if congress == 112 & id == 20331 replace statename = "MICHIGA" if congress == 112 & id == 20332 replace statename = "MICHIGA" if congress == 112 & id == 31100 replace statename = "MICHIGA" if congress == 112 & id == 15033 replace statename = "MICHIGA" if congress == 112 & id == 21145 replace statename = "MICHIGA" if congress == 112 & id == 10713 replace statename = "MICHIGA" if congress == 112 & id == 2605 replace statename = "MINNESO" if congress == 112 & id == 20726 replace statename = "MINNESO" if congress == 112 & id == 20333 replace statename = "MINNESO" if congress == 112 & id == 20924 replace statename = "MINNESO" if congress == 112 & id == 20122 replace statename = "MINNESO" if congress == 112 & id == 20727 replace statename = "MINNESO" if congress == 112 & id == 20728 replace statename = "MINNESO" if congress == 112 & id == 29127 replace statename = "MINNESO" if congress == 112 & id == 21146 replace statename = "MISSISS" if congress == 112 & id == 21147 replace statename = "MISSISS" if congress == 112 & id == 29368 replace statename = "MISSISS" if congress == 112 & id == 20925 replace statename = "MISSISS" if congress == 112 & id == 21148 replace statename = "MISSOUR" if congress == 112 & id == 20147 replace statename = "MISSOUR" if congress == 112 & id == 20123 replace statename = "MISSOUR" if congress == 112 & id == 20516 replace statename = "MISSOUR" if congress == 112 & id == 21149 replace statename = "MISSOUR" if congress == 112 & id == 20517 replace statename = "MISSOUR" if congress == 112 & id == 20124 replace statename = "MISSOUR" if congress == 112 & id == 21150 replace statename = "MISSOUR" if congress == 112 & id == 29736 replace statename = "MISSOUR" if congress == 112 & id == 20926 replace statename = "MONTANA" if congress == 112 & id == 20125 replace statename = "NEBRASK" if congress == 112 & id == 20518 replace statename = "NEBRASK" if congress == 112 & id == 29921 replace statename = "NEBRASK" if congress == 112 & id == 20729 replace statename = "NEVADA" if congress == 112 & id == 29922 replace statename = "NEVADA" if congress == 112 & id == 20730 replace statename = "NEVADA" if congress == 112 & id == 21196 replace statename = "NEVADA" if congress == 112 & id == 21151 replace statename = "NEW HAM" if congress == 112 & id == 21152 replace statename = "NEW HAM" if congress == 112 & id == 29538 replace statename = "NEW JER" if congress == 112 & id == 29132 replace statename = "NEW JER" if congress == 112 & id == 29539 replace statename = "NEW JER" if congress == 112 & id == 21153 replace statename = "NEW JER" if congress == 112 & id == 14863 replace statename = "NEW JER" if congress == 112 & id == 20336 replace statename = "NEW JER" if congress == 112 & id == 15454 replace statename = "NEW JER" if congress == 112 & id == 20929 replace statename = "NEW JER" if congress == 112 & id == 29741 replace statename = "NEW JER" if congress == 112 & id == 29742 replace statename = "NEW JER" if congress == 112 & id == 15619 replace statename = "NEW JER" if congress == 112 & id == 31103 replace statename = "NEW JER" if congress == 112 & id == 29541 replace statename = "NEW JER" if congress == 112 & id == 29923 replace statename = "NEW JER" if congress == 112 & id == 20542 replace statename = "NEW MEX" if congress == 112 & id == 20930 replace statename = "NEW MEX" if congress == 112 & id == 20337 replace statename = "NEW MEX" if congress == 112 & id == 20932 replace statename = "NEW YOR" if congress == 112 & id == 20338 replace statename = "NEW YOR" if congress == 112 & id == 20129 replace statename = "NEW YOR" if congress == 112 & id == 29375 replace statename = "NEW YOR" if congress == 112 & id == 29744 replace statename = "NEW YOR" if congress == 112 & id == 15000 replace statename = "NEW YOR" if congress == 112 & id == 29776 replace statename = "NEW YOR" if congress == 112 & id == 29925 replace statename = "NEW YOR" if congress == 112 & id == 29377 replace statename = "NEW YOR" if congress == 112 & id == 29926 replace statename = "NEW YOR" if congress == 112 & id == 21197 replace statename = "NEW YOR" if congress == 112 & id == 15072 replace statename = "NEW YOR" if congress == 112 & id == 20733 replace statename = "NEW YOR" if congress == 112 & id == 29378 replace statename = "NEW YOR" if congress == 112 & id == 21154 replace statename = "NEW YOR" if congress == 112 & id == 29379 replace statename = "NEW YOR" if congress == 112 & id == 13035 replace statename = "NEW YOR" if congress == 112 & id == 29134 replace statename = "NEW YOR" if congress == 112 & id == 15603 replace statename = "NEW YOR" if congress == 112 & id == 15612 replace statename = "NEW YOR" if congress == 112 & id == 21155 replace statename = "NEW YOR" if congress == 112 & id == 21156 replace statename = "NEW YOR" if congress == 112 & id == 20934 replace statename = "NEW YOR" if congress == 112 & id == 29380 replace statename = "NEW YOR" if congress == 112 & id == 20957 replace statename = "NEW YOR" if congress == 112 & id == 21157 replace statename = "NEW YOR" if congress == 112 & id == 21158 replace statename = "NEW YOR" if congress == 112 & id == 20936 replace statename = "NEW YOR" if congress == 112 & id == 21194 replace statename = "NEW YOR" if congress == 112 & id == 20519 replace statename = "NEW YOR" if congress == 112 & id == 15444 replace statename = "NEW YOR" if congress == 112 & id == 21101 replace statename = "NORTH C" if congress == 112 & id == 20340 replace statename = "NORTH C" if congress == 112 & id == 21159 replace statename = "NORTH C" if congress == 112 & id == 29546 replace statename = "NORTH C" if congress == 112 & id == 15438 replace statename = "NORTH C" if congress == 112 & id == 20521 replace statename = "NORTH C" if congress == 112 & id == 15092 replace statename = "NORTH C" if congress == 112 & id == 29746 replace statename = "NORTH C" if congress == 112 & id == 20938 replace statename = "NORTH C" if congress == 112 & id == 29549 replace statename = "NORTH C" if congress == 112 & id == 20522 replace statename = "NORTH C" if congress == 112 & id == 20737 replace statename = "NORTH C" if congress == 112 & id == 29383 replace statename = "NORTH C" if congress == 112 & id == 20341 replace statename = "NORTH D" if congress == 112 & id == 21160 replace statename = "OHIO" if congress == 112 & id == 29550 replace statename = "OHIO" if congress == 112 & id == 20540 replace statename = "OHIO" if congress == 112 & id == 20342 replace statename = "OHIO" if congress == 112 & id == 20738 replace statename = "OHIO" if congress == 112 & id == 20755 replace statename = "OHIO" if congress == 112 & id == 21162 replace statename = "OHIO" if congress == 112 & id == 20940 replace statename = "OHIO" if congress == 112 & id == 29137 replace statename = "OHIO" if congress == 112 & id == 15029 replace statename = "OHIO" if congress == 112 & id == 29748 replace statename = "OHIO" if congress == 112 & id == 20941 replace statename = "OHIO" if congress == 112 & id == 20130 replace statename = "OHIO" if congress == 112 & id == 20740 replace statename = "OHIO" if congress == 112 & id == 29553 replace statename = "OHIO" if congress == 112 & id == 21163 replace statename = "OHIO" if congress == 112 & id == 21164 replace statename = "OHIO" if congress == 112 & id == 20343 replace statename = "OHIO" if congress == 112 & id == 21165 replace statename = "OKLAHOM" if congress == 112 & id == 20131 replace statename = "OKLAHOM" if congress == 112 & id == 20523 replace statename = "OKLAHOM" if congress == 112 & id == 29393 replace statename = "OKLAHOM" if congress == 112 & id == 20344 replace statename = "OKLAHOM" if congress == 112 & id == 21166 replace statename = "OREGON" if congress == 112 & id == 29931 replace statename = "OREGON" if congress == 112 & id == 21198 replace statename = "OREGON" if congress == 112 & id == 29932 replace statename = "OREGON" if congress == 112 & id == 29588 replace statename = "OREGON" if congress == 112 & id == 15410 replace statename = "OREGON" if congress == 112 & id == 20944 replace statename = "PENNSYL" if congress == 112 & id == 29777 replace statename = "PENNSYL" if congress == 112 & id == 29559 replace statename = "PENNSYL" if congress == 112 & id == 21167 replace statename = "PENNSYL" if congress == 112 & id == 20743 replace statename = "PENNSYL" if congress == 112 & id == 20946 replace statename = "PENNSYL" if congress == 112 & id == 20345 replace statename = "PENNSYL" if congress == 112 & id == 21168 replace statename = "PENNSYL" if congress == 112 & id == 20524 replace statename = "PENNSYL" if congress == 112 & id == 20134 replace statename = "PENNSYL" if congress == 112 & id == 21170 replace statename = "PENNSYL" if congress == 112 & id == 21171 replace statename = "PENNSYL" if congress == 112 & id == 20960 replace statename = "PENNSYL" if congress == 112 & id == 20525 replace statename = "PENNSYL" if congress == 112 & id == 29561 replace statename = "PENNSYL" if congress == 112 & id == 20526 replace statename = "PENNSYL" if congress == 112 & id == 29752 replace statename = "PENNSYL" if congress == 112 & id == 29396 replace statename = "PENNSYL" if congress == 112 & id == 20346 replace statename = "PENNSYL" if congress == 112 & id == 20135 replace statename = "RHODE I" if congress == 112 & id == 21172 replace statename = "RHODE I" if congress == 112 & id == 20136 replace statename = "SOUTH C" if congress == 112 & id == 21173 replace statename = "SOUTH C" if congress == 112 & id == 20138 replace statename = "SOUTH C" if congress == 112 & id == 21174 replace statename = "SOUTH C" if congress == 112 & id == 21175 replace statename = "SOUTH C" if congress == 112 & id == 21176 replace statename = "SOUTH C" if congress == 112 & id == 39301 replace statename = "SOUTH D" if congress == 112 & id == 21177 replace statename = "TENNESS" if congress == 112 & id == 20947 replace statename = "TENNESS" if congress == 112 & id == 15455 replace statename = "TENNESS" if congress == 112 & id == 21178 replace statename = "TENNESS" if congress == 112 & id == 21179 replace statename = "TENNESS" if congress == 112 & id == 15019 replace statename = "TENNESS" if congress == 112 & id == 21180 replace statename = "TENNESS" if congress == 112 & id == 20351 replace statename = "TENNESS" if congress == 112 & id == 21181 replace statename = "TENNESS" if congress == 112 & id == 20748 replace statename = "TEXAS" if congress == 112 & id == 20527 replace statename = "TEXAS" if congress == 112 & id == 20528 replace statename = "TEXAS" if congress == 112 & id == 29143 replace statename = "TEXAS" if congress == 112 & id == 94828 replace statename = "TEXAS" if congress == 112 & id == 20352 replace statename = "TEXAS" if congress == 112 & id == 15085 replace statename = "TEXAS" if congress == 112 & id == 20139 replace statename = "TEXAS" if congress == 112 & id == 29760 replace statename = "TEXAS" if congress == 112 & id == 20529 replace statename = "TEXAS" if congress == 112 & id == 20530 replace statename = "TEXAS" if congress == 112 & id == 20531 replace statename = "TEXAS" if congress == 112 & id == 29762 replace statename = "TEXAS" if congress == 112 & id == 29572 replace statename = "TEXAS" if congress == 112 & id == 14290 replace statename = "TEXAS" if congress == 112 & id == 29763 replace statename = "TEXAS" if congress == 112 & id == 29764 replace statename = "TEXAS" if congress == 112 & id == 21182 replace statename = "TEXAS" if congress == 112 & id == 29573 replace statename = "TEXAS" if congress == 112 & id == 20353 replace statename = "TEXAS" if congress == 112 & id == 29943 replace statename = "TEXAS" if congress == 112 & id == 15445 replace statename = "TEXAS" if congress == 112 & id == 20948 replace statename = "TEXAS" if congress == 112 & id == 21183 replace statename = "TEXAS" if congress == 112 & id == 20532 replace statename = "TEXAS" if congress == 112 & id == 29571 replace statename = "TEXAS" if congress == 112 & id == 20355 replace statename = "TEXAS" if congress == 112 & id == 21184 replace statename = "TEXAS" if congress == 112 & id == 20533 replace statename = "TEXAS" if congress == 112 & id == 39304 replace statename = "TEXAS" if congress == 112 & id == 39305 replace statename = "TEXAS" if congress == 112 & id == 20356 replace statename = "TEXAS" if congress == 112 & id == 29759 replace statename = "UTAH" if congress == 112 & id == 20357 replace statename = "UTAH" if congress == 112 & id == 20140 replace statename = "UTAH" if congress == 112 & id == 20949 replace statename = "VERMONT" if congress == 112 & id == 20750 replace statename = "VIRGINI" if congress == 112 & id == 20756 replace statename = "VIRGINI" if congress == 112 & id == 21185 replace statename = "VIRGINI" if congress == 112 & id == 39307 replace statename = "VIRGINI" if congress == 112 & id == 20143 replace statename = "VIRGINI" if congress == 112 & id == 21186 replace statename = "VIRGINI" if congress == 112 & id == 39308 replace statename = "VIRGINI" if congress == 112 & id == 20144 replace statename = "VIRGINI" if congress == 112 & id == 29149 replace statename = "VIRGINI" if congress == 112 & id == 21191 replace statename = "VIRGINI" if congress == 112 & id == 14869 replace statename = "VIRGINI" if congress == 112 & id == 20952 replace statename = "WASHING" if congress == 112 & id == 29937 replace statename = "WASHING" if congress == 112 & id == 31101 replace statename = "WASHING" if congress == 112 & id == 20145 replace statename = "WASHING" if congress == 112 & id == 21187 replace statename = "WASHING" if congress == 112 & id == 29580 replace statename = "WASHING" if congress == 112 & id == 20535 replace statename = "WASHING" if congress == 112 & id == 14413 replace statename = "WASHING" if congress == 112 & id == 15613 replace statename = "WASHING" if congress == 112 & id == 20536 replace statename = "WASHING" if congress == 112 & id == 29768 replace statename = "WEST VI" if congress == 112 & id == 21188 replace statename = "WEST VI" if congress == 112 & id == 20146 replace statename = "WEST VI" if congress == 112 & id == 14448 replace statename = "WISCONS" if congress == 112 & id == 29939 replace statename = "WISCONS" if congress == 112 & id == 29940 replace statename = "WISCONS" if congress == 112 & id == 29769 replace statename = "WISCONS" if congress == 112 & id == 20537 replace statename = "WISCONS" if congress == 112 & id == 14657 replace statename = "WISCONS" if congress == 112 & id == 14675 replace statename = "WISCONS" if congress == 112 & id == 21189 replace statename = "WISCONS" if congress == 112 & id == 21190 replace statename = "WYOMING" if congress == 112 & id == 20953 replace partycode = 100 if congress == 82 & id == 99900 replace partycode = 100 if congress == 82 & id == 937 replace partycode = 100 if congress == 82 & id == 3754 replace partycode = 100 if congress == 82 & id == 195 replace partycode = 100 if congress == 82 & id == 7954 replace partycode = 100 if congress == 82 & id == 7695 replace partycode = 100 if congress == 82 & id == 2468 replace partycode = 100 if congress == 82 & id == 2909 replace partycode = 100 if congress == 82 & id == 5058 replace partycode = 100 if congress == 82 & id == 520 replace partycode = 100 if congress == 82 & id == 6799 replace partycode = 100 if congress == 82 & id == 7234 replace partycode = 100 if congress == 82 & id == 3506 replace partycode = 100 if congress == 82 & id == 6532 replace partycode = 100 if congress == 82 & id == 9473 replace partycode = 100 if congress == 82 & id == 9148 replace partycode = 100 if congress == 82 & id == 4244 replace partycode = 100 if congress == 82 & id == 6958 replace partycode = 100 if congress == 82 & id == 4110 replace partycode = 200 if congress == 82 & id == 8322 replace partycode = 100 if congress == 82 & id == 2965 replace partycode = 200 if congress == 82 & id == 4976 replace partycode = 100 if congress == 82 & id == 4201 replace partycode = 100 if congress == 82 & id == 8437 replace partycode = 100 if congress == 82 & id == 6483 replace partycode = 200 if congress == 82 & id == 116 replace partycode = 200 if congress == 82 & id == 173 replace partycode = 200 if congress == 82 & id == 4751 replace partycode = 200 if congress == 82 & id == 9956 replace partycode = 200 if congress == 82 & id == 971 replace partycode = 200 if congress == 82 & id == 4437 replace partycode = 200 if congress == 82 & id == 7566 replace partycode = 100 if congress == 82 & id == 10431 replace partycode = 200 if congress == 82 & id == 6220 replace partycode = 200 if congress == 82 & id == 4846 replace partycode = 100 if congress == 82 & id == 5255 replace partycode = 100 if congress == 82 & id == 2713 replace partycode = 100 if congress == 82 & id == 4514 replace partycode = 200 if congress == 82 & id == 4450 replace partycode = 100 if congress == 82 & id == 8444 replace partycode = 200 if congress == 82 & id == 7415 replace partycode = 100 if congress == 82 & id == 6317 replace partycode = 100 if congress == 82 & id == 8021 replace partycode = 200 if congress == 82 & id == 4429 replace partycode = 200 if congress == 82 & id == 1684 replace partycode = 100 if congress == 82 & id == 275 replace partycode = 100 if congress == 82 & id == 7847 replace partycode = 200 if congress == 82 & id == 8346 replace partycode = 100 if congress == 82 & id == 6267 replace partycode = 200 if congress == 82 & id == 6664 replace partycode = 200 if congress == 82 & id == 7245 replace partycode = 200 if congress == 82 & id == 8170 replace partycode = 200 if congress == 82 & id == 823 replace partycode = 100 if congress == 82 & id == 6361 replace partycode = 100 if congress == 82 & id == 633 replace partycode = 100 if congress == 82 & id == 8507 replace partycode = 100 if congress == 82 & id == 5471 replace partycode = 100 if congress == 82 & id == 4354 replace partycode = 100 if congress == 82 & id == 8023 replace partycode = 100 if congress == 82 & id == 7605 replace partycode = 100 if congress == 82 & id == 2111 replace partycode = 100 if congress == 82 & id == 3286 replace partycode = 100 if congress == 82 & id == 1439 replace partycode = 100 if congress == 82 & id == 2389 replace partycode = 100 if congress == 82 & id == 9677 replace partycode = 100 if congress == 82 & id == 5459 replace partycode = 100 if congress == 82 & id == 9996 replace partycode = 100 if congress == 82 & id == 10329 replace partycode = 100 if congress == 82 & id == 1130 replace partycode = 200 if congress == 82 & id == 10330 replace partycode = 200 if congress == 82 & id == 1215 replace partycode = 100 if congress == 82 & id == 2433 replace partycode = 200 if congress == 82 & id == 9584 replace partycode = 200 if congress == 82 & id == 1324 replace partycode = 200 if congress == 82 & id == 6389 replace partycode = 100 if congress == 82 & id == 5326 replace partycode = 100 if congress == 82 & id == 7004 replace partycode = 100 if congress == 82 & id == 8163 replace partycode = 100 if congress == 82 & id == 3700 replace partycode = 100 if congress == 82 & id == 10421 replace partycode = 200 if congress == 82 & id == 4493 replace partycode = 200 if congress == 82 & id == 8426 replace partycode = 200 if congress == 82 & id == 5020 replace partycode = 200 if congress == 82 & id == 1722 replace partycode = 200 if congress == 82 & id == 7779 replace partycode = 200 if congress == 82 & id == 6061 replace partycode = 200 if congress == 82 & id == 121 replace partycode = 200 if congress == 82 & id == 226 replace partycode = 200 if congress == 82 & id == 9657 replace partycode = 200 if congress == 82 & id == 1702 replace partycode = 200 if congress == 82 & id == 8533 replace partycode = 100 if congress == 82 & id == 5884 replace partycode = 200 if congress == 82 & id == 8814 replace partycode = 200 if congress == 82 & id == 4911 replace partycode = 200 if congress == 82 & id == 9693 replace partycode = 100 if congress == 82 & id == 7610 replace partycode = 200 if congress == 82 & id == 731 replace partycode = 100 if congress == 82 & id == 5900 replace partycode = 200 if congress == 82 & id == 3963 replace partycode = 200 if congress == 82 & id == 2227 replace partycode = 200 if congress == 82 & id == 18 replace partycode = 200 if congress == 82 & id == 550 replace partycode = 200 if congress == 82 & id == 4050 replace partycode = 200 if congress == 82 & id == 986 replace partycode = 100 if congress == 82 & id == 2517 replace partycode = 200 if congress == 82 & id == 10212 replace partycode = 200 if congress == 82 & id == 4165 replace partycode = 200 if congress == 82 & id == 1152 replace partycode = 200 if congress == 82 & id == 6039 replace partycode = 200 if congress == 82 & id == 9168 replace partycode = 200 if congress == 82 & id == 3853 replace partycode = 200 if congress == 82 & id == 5552 replace partycode = 200 if congress == 82 & id == 2256 replace partycode = 200 if congress == 82 & id == 2647 replace partycode = 200 if congress == 82 & id == 4928 replace partycode = 200 if congress == 82 & id == 4482 replace partycode = 200 if congress == 82 & id == 1920 replace partycode = 200 if congress == 82 & id == 8318 replace partycode = 200 if congress == 82 & id == 3534 replace partycode = 200 if congress == 82 & id == 7799 replace partycode = 200 if congress == 82 & id == 4562 replace partycode = 200 if congress == 82 & id == 8709 replace partycode = 100 if congress == 82 & id == 3809 replace partycode = 100 if congress == 82 & id == 10002 replace partycode = 200 if congress == 82 & id == 6745 replace partycode = 100 if congress == 82 & id == 1682 replace partycode = 100 if congress == 82 & id == 8778 replace partycode = 100 if congress == 82 & id == 9561 replace partycode = 100 if congress == 82 & id == 9882 replace partycode = 100 if congress == 82 & id == 7343 replace partycode = 100 if congress == 82 & id == 516 replace partycode = 200 if congress == 82 & id == 3649 replace partycode = 100 if congress == 82 & id == 4275 replace partycode = 100 if congress == 82 & id == 824 replace partycode = 100 if congress == 82 & id == 10201 replace partycode = 100 if congress == 82 & id == 1081 replace partycode = 100 if congress == 82 & id == 7228 replace partycode = 100 if congress == 82 & id == 6721 replace partycode = 100 if congress == 82 & id == 5476 replace partycode = 100 if congress == 82 & id == 100 replace partycode = 200 if congress == 82 & id == 3924 replace partycode = 200 if congress == 82 & id == 6863 replace partycode = 200 if congress == 82 & id == 3096 replace partycode = 200 if congress == 82 & id == 6276 replace partycode = 200 if congress == 82 & id == 6481 replace partycode = 200 if congress == 82 & id == 2531 replace partycode = 100 if congress == 82 & id == 3480 replace partycode = 100 if congress == 82 & id == 3054 replace partycode = 100 if congress == 82 & id == 8219 replace partycode = 200 if congress == 82 & id == 546 replace partycode = 200 if congress == 82 & id == 4372 replace partycode = 100 if congress == 82 & id == 3415 replace partycode = 100 if congress == 82 & id == 7408 replace partycode = 100 if congress == 82 & id == 2660 replace partycode = 200 if congress == 82 & id == 8024 replace partycode = 200 if congress == 82 & id == 518 replace partycode = 100 if congress == 82 & id == 5447 replace partycode = 200 if congress == 82 & id == 3682 replace partycode = 200 if congress == 82 & id == 6922 replace partycode = 200 if congress == 82 & id == 4371 replace partycode = 100 if congress == 82 & id == 5180 replace partycode = 100 if congress == 82 & id == 6177 replace partycode = 200 if congress == 82 & id == 10095 replace partycode = 200 if congress == 82 & id == 6033 replace partycode = 100 if congress == 82 & id == 5880 replace partycode = 200 if congress == 82 & id == 6399 replace partycode = 200 if congress == 82 & id == 8392 replace partycode = 200 if congress == 82 & id == 4487 replace partycode = 200 if congress == 82 & id == 3268 replace partycode = 200 if congress == 82 & id == 758 replace partycode = 200 if congress == 82 & id == 10303 replace partycode = 200 if congress == 82 & id == 2159 replace partycode = 200 if congress == 82 & id == 9338 replace partycode = 200 if congress == 82 & id == 10348 replace partycode = 200 if congress == 82 & id == 7551 replace partycode = 200 if congress == 82 & id == 639 replace partycode = 100 if congress == 82 & id == 6998 replace partycode = 100 if congress == 82 & id == 7682 replace partycode = 100 if congress == 82 & id == 2604 replace partycode = 100 if congress == 82 & id == 5617 replace partycode = 200 if congress == 82 & id == 2653 replace partycode = 200 if congress == 82 & id == 188 replace partycode = 200 if congress == 82 & id == 7044 replace partycode = 100 if congress == 82 & id == 10092 replace partycode = 100 if congress == 82 & id == 6134 replace partycode = 200 if congress == 82 & id == 5083 replace partycode = 100 if congress == 82 & id == 5998 replace partycode = 200 if congress == 82 & id == 158 replace partycode = 100 if congress == 82 & id == 789 replace partycode = 200 if congress == 82 & id == 3902 replace partycode = 100 if congress == 82 & id == 7731 replace partycode = 100 if congress == 82 & id == 10075 replace partycode = 100 if congress == 82 & id == 8616 replace partycode = 100 if congress == 82 & id == 13 replace partycode = 100 if congress == 82 & id == 10279 replace partycode = 100 if congress == 82 & id == 1952 replace partycode = 100 if congress == 82 & id == 10162 replace partycode = 100 if congress == 82 & id == 5905 replace partycode = 100 if congress == 82 & id == 6765 replace partycode = 100 if congress == 82 & id == 9927 replace partycode = 100 if congress == 82 & id == 4822 replace partycode = 100 if congress == 82 & id == 835 replace partycode = 200 if congress == 82 & id == 235 replace partycode = 200 if congress == 82 & id == 8484 replace partycode = 100 if congress == 82 & id == 1517 replace partycode = 100 if congress == 82 & id == 1479 replace partycode = 100 if congress == 82 & id == 5056 replace partycode = 100 if congress == 82 & id == 9071 replace partycode = 200 if congress == 82 & id == 377 replace partycode = 200 if congress == 82 & id == 2275 replace partycode = 100 if congress == 82 & id == 5097 replace partycode = 100 if congress == 82 & id == 5967 replace partycode = 200 if congress == 82 & id == 2538 replace partycode = 200 if congress == 82 & id == 2267 replace partycode = 200 if congress == 82 & id == 1218 replace partycode = 200 if congress == 82 & id == 8879 replace partycode = 200 if congress == 82 & id == 4134 replace partycode = 200 if congress == 82 & id == 6474 replace partycode = 100 if congress == 82 & id == 433 replace partycode = 200 if congress == 82 & id == 6437 replace partycode = 200 if congress == 82 & id == 2087 replace partycode = 200 if congress == 82 & id == 10314 replace partycode = 200 if congress == 82 & id == 4031 replace partycode = 200 if congress == 82 & id == 291 replace partycode = 100 if congress == 82 & id == 4644 replace partycode = 200 if congress == 82 & id == 2827 replace partycode = 200 if congress == 82 & id == 1569 replace partycode = 200 if congress == 82 & id == 10091 replace partycode = 200 if congress == 82 & id == 1476 replace partycode = 200 if congress == 82 & id == 9427 replace partycode = 200 if congress == 82 & id == 7101 replace partycode = 100 if congress == 82 & id == 8010 replace partycode = 100 if congress == 82 & id == 46 replace partycode = 200 if congress == 82 & id == 5109 replace partycode = 100 if congress == 82 & id == 8506 replace partycode = 100 if congress == 82 & id == 4142 replace partycode = 100 if congress == 82 & id == 3114 replace partycode = 100 if congress == 82 & id == 2490 replace partycode = 100 if congress == 82 & id == 3802 replace partycode = 200 if congress == 82 & id == 3946 replace partycode = 200 if congress == 82 & id == 5488 replace partycode = 100 if congress == 82 & id == 1829 replace partycode = 100 if congress == 82 & id == 7680 replace partycode = 200 if congress == 82 & id == 8075 replace partycode = 100 if congress == 82 & id == 2476 replace partycode = 100 if congress == 82 & id == 4290 replace partycode = 100 if congress == 82 & id == 205 replace partycode = 100 if congress == 82 & id == 5199 replace partycode = 100 if congress == 82 & id == 5148 replace partycode = 100 if congress == 82 & id == 4279 replace partycode = 100 if congress == 82 & id == 8049 replace partycode = 100 if congress == 82 & id == 7114 replace partycode = 100 if congress == 82 & id == 6792 replace partycode = 100 if congress == 82 & id == 1611 replace partycode = 100 if congress == 82 & id == 6809 replace partycode = 200 if congress == 82 & id == 2089 replace partycode = 100 if congress == 82 & id == 2662 replace partycode = 100 if congress == 82 & id == 5317 replace partycode = 100 if congress == 82 & id == 8050 replace partycode = 200 if congress == 82 & id == 4898 replace partycode = 100 if congress == 82 & id == 7568 replace partycode = 100 if congress == 82 & id == 3149 replace partycode = 100 if congress == 82 & id == 2646 replace partycode = 100 if congress == 82 & id == 1205 replace partycode = 100 if congress == 82 & id == 6259 replace partycode = 200 if congress == 82 & id == 3888 replace partycode = 200 if congress == 82 & id == 3446 replace partycode = 200 if congress == 82 & id == 8177 replace partycode = 200 if congress == 82 & id == 9978 replace partycode = 200 if congress == 82 & id == 5110 replace partycode = 100 if congress == 82 & id == 1369 replace partycode = 100 if congress == 82 & id == 7003 replace partycode = 200 if congress == 82 & id == 9203 replace partycode = 200 if congress == 82 & id == 5235 replace partycode = 200 if congress == 82 & id == 10191 replace partycode = 200 if congress == 82 & id == 7901 replace partycode = 200 if congress == 82 & id == 3937 replace partycode = 200 if congress == 82 & id == 9144 replace partycode = 200 if congress == 82 & id == 1931 replace partycode = 200 if congress == 82 & id == 5116 replace partycode = 200 if congress == 82 & id == 7102 replace partycode = 200 if congress == 82 & id == 6516 replace partycode = 200 if congress == 82 & id == 7687 replace partycode = 200 if congress == 82 & id == 1340 replace partycode = 200 if congress == 82 & id == 7781 replace partycode = 100 if congress == 82 & id == 846 replace partycode = 100 if congress == 82 & id == 5208 replace partycode = 100 if congress == 82 & id == 431 replace partycode = 100 if congress == 82 & id == 2032 replace partycode = 100 if congress == 82 & id == 1676 replace partycode = 100 if congress == 82 & id == 2791 replace partycode = 100 if congress == 82 & id == 1512 replace partycode = 100 if congress == 82 & id == 2448 replace partycode = 100 if congress == 82 & id == 2684 replace partycode = 100 if congress == 82 & id == 5035 replace partycode = 100 if congress == 82 & id == 5071 replace partycode = 100 if congress == 82 & id == 7774 replace partycode = 200 if congress == 82 & id == 1 replace partycode = 200 if congress == 82 & id == 1254 replace partycode = 200 if congress == 82 & id == 2948 replace partycode = 200 if congress == 82 & id == 4373 replace partycode = 100 if congress == 82 & id == 998 replace partycode = 200 if congress == 82 & id == 8258 replace partycode = 200 if congress == 82 & id == 6204 replace partycode = 200 if congress == 82 & id == 1839 replace partycode = 100 if congress == 82 & id == 7506 replace partycode = 200 if congress == 82 & id == 1104 replace partycode = 200 if congress == 82 & id == 680 replace partycode = 328 if congress == 82 & id == 7771 replace partycode = 200 if congress == 82 & id == 4917 replace partycode = 200 if congress == 82 & id == 1000 replace partycode = 200 if congress == 82 & id == 9688 replace partycode = 200 if congress == 82 & id == 9917 replace partycode = 200 if congress == 82 & id == 310 replace partycode = 100 if congress == 82 & id == 8341 replace partycode = 200 if congress == 82 & id == 891 replace partycode = 200 if congress == 82 & id == 6262 replace partycode = 100 if congress == 82 & id == 4247 replace partycode = 100 if congress == 82 & id == 5301 replace partycode = 100 if congress == 82 & id == 3092 replace partycode = 100 if congress == 82 & id == 2199 replace partycode = 200 if congress == 82 & id == 837 replace partycode = 200 if congress == 82 & id == 621 replace partycode = 200 if congress == 82 & id == 8283 replace partycode = 100 if congress == 82 & id == 8949 replace partycode = 100 if congress == 82 & id == 62 replace partycode = 100 if congress == 82 & id == 8866 replace partycode = 100 if congress == 82 & id == 4891 replace partycode = 100 if congress == 82 & id == 6718 replace partycode = 100 if congress == 82 & id == 10085 replace partycode = 200 if congress == 82 & id == 590 replace partycode = 200 if congress == 82 & id == 6955 replace partycode = 200 if congress == 82 & id == 8960 replace partycode = 200 if congress == 82 & id == 207 replace partycode = 200 if congress == 82 & id == 2935 replace partycode = 100 if congress == 82 & id == 465 replace partycode = 100 if congress == 82 & id == 3744 replace partycode = 200 if congress == 82 & id == 8299 replace partycode = 100 if congress == 82 & id == 1719 replace partycode = 100 if congress == 82 & id == 3785 replace partycode = 200 if congress == 82 & id == 8301 replace partycode = 200 if congress == 82 & id == 4880 replace partycode = 200 if congress == 82 & id == 9653 replace partycode = 200 if congress == 82 & id == 5267 replace partycode = 200 if congress == 82 & id == 2298 replace partycode = 100 if congress == 82 & id == 7078 replace partycode = 100 if congress == 82 & id == 3224 replace partycode = 200 if congress == 82 & id == 3105 replace partycode = 100 if congress == 82 & id == 7844 replace partycode = 200 if congress == 82 & id == 3604 replace partycode = 200 if congress == 82 & id == 1533 replace partycode = 200 if congress == 82 & id == 1328 replace partycode = 200 if congress == 82 & id == 6169 replace partycode = 200 if congress == 82 & id == 8532 replace partycode = 200 if congress == 82 & id == 6795 replace partycode = 200 if congress == 82 & id == 3510 replace partycode = 100 if congress == 82 & id == 9791 replace partycode = 100 if congress == 82 & id == 5671 replace partycode = 200 if congress == 82 & id == 9645 replace partycode = 200 if congress == 82 & id == 8556 replace partycode = 100 if congress == 82 & id == 6685 replace partycode = 200 if congress == 82 & id == 3737 replace partycode = 200 if congress == 82 & id == 8247 replace partycode = 100 if congress == 82 & id == 5136 replace partycode = 200 if congress == 82 & id == 5112 replace partycode = 200 if congress == 82 & id == 2507 replace partycode = 200 if congress == 82 & id == 2065 replace partycode = 200 if congress == 82 & id == 3409 replace partycode = 100 if congress == 82 & id == 2833 replace partycode = 100 if congress == 82 & id == 1184 replace partycode = 100 if congress == 82 & id == 1190 replace partycode = 100 if congress == 82 & id == 3264 replace partycode = 100 if congress == 82 & id == 3246 replace partycode = 100 if congress == 82 & id == 7925 replace partycode = 100 if congress == 82 & id == 7908 replace partycode = 100 if congress == 82 & id == 2672 replace partycode = 100 if congress == 82 & id == 1181 replace partycode = 100 if congress == 82 & id == 7869 replace partycode = 100 if congress == 82 & id == 6353 replace partycode = 200 if congress == 82 & id == 5803 replace partycode = 200 if congress == 82 & id == 672 replace partycode = 200 if congress == 82 & id == 7777 replace partycode = 200 if congress == 82 & id == 364 replace partycode = 100 if congress == 82 & id == 3346 replace partycode = 100 if congress == 82 & id == 3704 replace partycode = 100 if congress == 82 & id == 3034 replace partycode = 100 if congress == 82 & id == 7622 replace partycode = 100 if congress == 82 & id == 9099 replace partycode = 100 if congress == 82 & id == 6826 replace partycode = 100 if congress == 82 & id == 2049 replace partycode = 100 if congress == 82 & id == 2376 replace partycode = 100 if congress == 82 & id == 7232 replace partycode = 100 if congress == 82 & id == 1960 replace partycode = 100 if congress == 82 & id == 567 replace partycode = 100 if congress == 82 & id == 7753 replace partycode = 100 if congress == 82 & id == 10244 replace partycode = 100 if congress == 82 & id == 9241 replace partycode = 100 if congress == 82 & id == 7430 replace partycode = 100 if congress == 82 & id == 9284 replace partycode = 100 if congress == 82 & id == 9320 replace partycode = 100 if congress == 82 & id == 9356 replace partycode = 100 if congress == 82 & id == 7498 replace partycode = 100 if congress == 82 & id == 5826 replace partycode = 100 if congress == 82 & id == 3719 replace partycode = 100 if congress == 82 & id == 4796 replace partycode = 100 if congress == 82 & id == 5847 replace partycode = 100 if congress == 82 & id == 660 replace partycode = 100 if congress == 82 & id == 7806 replace partycode = 100 if congress == 82 & id == 1282 replace partycode = 100 if congress == 82 & id == 8035 replace partycode = 100 if congress == 82 & id == 5924 replace partycode = 100 if congress == 82 & id == 5236 replace partycode = 100 if congress == 82 & id == 3171 replace partycode = 100 if congress == 82 & id == 3752 replace partycode = 100 if congress == 82 & id == 869 replace partycode = 200 if congress == 82 & id == 7637 replace partycode = 100 if congress == 82 & id == 7969 replace partycode = 100 if congress == 82 & id == 4064 replace partycode = 100 if congress == 82 & id == 3499 replace partycode = 100 if congress == 82 & id == 2 replace partycode = 100 if congress == 82 & id == 8839 replace partycode = 100 if congress == 82 & id == 1316 replace partycode = 100 if congress == 82 & id == 4125 replace partycode = 100 if congress == 82 & id == 8636 replace partycode = 100 if congress == 82 & id == 3386 replace partycode = 100 if congress == 82 & id == 6561 replace partycode = 100 if congress == 82 & id == 4851 replace partycode = 200 if congress == 82 & id == 5885 replace partycode = 200 if congress == 82 & id == 4537 replace partycode = 200 if congress == 82 & id == 4579 replace partycode = 200 if congress == 82 & id == 9409 replace partycode = 100 if congress == 82 & id == 7702 replace partycode = 100 if congress == 82 & id == 8824 replace partycode = 100 if congress == 82 & id == 339 replace partycode = 100 if congress == 82 & id == 1300 replace partycode = 100 if congress == 82 & id == 5117 replace partycode = 100 if congress == 82 & id == 5118 replace partycode = 100 if congress == 82 & id == 4278 replace partycode = 200 if congress == 82 & id == 8663 replace partycode = 200 if congress == 82 & id == 2383 replace partycode = 200 if congress == 82 & id == 10299 replace partycode = 100 if congress == 82 & id == 10463 replace partycode = 200 if congress == 82 & id == 5217 replace partycode = 200 if congress == 82 & id == 9627 replace partycode = 200 if congress == 82 & id == 6823 replace partycode = 200 if congress == 82 & id == 1371 replace partycode = 200 if congress == 82 & id == 4720 replace partycode = 200 if congress == 82 & id == 7046 replace partycode = 200 if congress == 82 & id == 4139 replace partycode = 200 if congress == 83 & id == 99901 replace partycode = 100 if congress == 83 & id == 937 replace partycode = 100 if congress == 83 & id == 3754 replace partycode = 100 if congress == 83 & id == 195 replace partycode = 100 if congress == 83 & id == 7954 replace partycode = 100 if congress == 83 & id == 7695 replace partycode = 100 if congress == 83 & id == 8353 replace partycode = 100 if congress == 83 & id == 2909 replace partycode = 100 if congress == 83 & id == 5058 replace partycode = 100 if congress == 83 & id == 520 replace partycode = 200 if congress == 83 & id == 7845 replace partycode = 100 if congress == 83 & id == 7234 replace partycode = 100 if congress == 83 & id == 3506 replace partycode = 100 if congress == 83 & id == 6532 replace partycode = 100 if congress == 83 & id == 9473 replace partycode = 100 if congress == 83 & id == 4110 replace partycode = 100 if congress == 83 & id == 4244 replace partycode = 100 if congress == 83 & id == 6958 replace partycode = 200 if congress == 83 & id == 8322 replace partycode = 100 if congress == 83 & id == 2965 replace partycode = 100 if congress == 83 & id == 6756 replace partycode = 200 if congress == 83 & id == 5929 replace partycode = 100 if congress == 83 & id == 8437 replace partycode = 100 if congress == 83 & id == 1977 replace partycode = 200 if congress == 83 & id == 116 replace partycode = 100 if congress == 83 & id == 6483 replace partycode = 200 if congress == 83 & id == 10461 replace partycode = 200 if congress == 83 & id == 3867 replace partycode = 200 if congress == 83 & id == 4976 replace partycode = 200 if congress == 83 & id == 4751 replace partycode = 200 if congress == 83 & id == 971 replace partycode = 100 if congress == 83 & id == 3901 replace partycode = 200 if congress == 83 & id == 6220 replace partycode = 200 if congress == 83 & id == 4846 replace partycode = 100 if congress == 83 & id == 5255 replace partycode = 200 if congress == 83 & id == 4592 replace partycode = 100 if congress == 83 & id == 4514 replace partycode = 200 if congress == 83 & id == 4450 replace partycode = 200 if congress == 83 & id == 4388 replace partycode = 200 if congress == 83 & id == 4543 replace partycode = 100 if congress == 83 & id == 2713 replace partycode = 200 if congress == 83 & id == 7566 replace partycode = 200 if congress == 83 & id == 5694 replace partycode = 200 if congress == 83 & id == 4437 replace partycode = 100 if congress == 83 & id == 10431 replace partycode = 100 if congress == 83 & id == 8444 replace partycode = 200 if congress == 83 & id == 9578 replace partycode = 200 if congress == 83 & id == 7415 replace partycode = 200 if congress == 83 & id == 10249 replace partycode = 100 if congress == 83 & id == 8021 replace partycode = 200 if congress == 83 & id == 4429 replace partycode = 200 if congress == 83 & id == 1684 replace partycode = 100 if congress == 83 & id == 275 replace partycode = 100 if congress == 83 & id == 2636 replace partycode = 200 if congress == 83 & id == 8346 replace partycode = 200 if congress == 83 & id == 2174 replace partycode = 200 if congress == 83 & id == 6664 replace partycode = 200 if congress == 83 & id == 7245 replace partycode = 200 if congress == 83 & id == 8170 replace partycode = 200 if congress == 83 & id == 9804 replace partycode = 100 if congress == 83 & id == 1445 replace partycode = 100 if congress == 83 & id == 633 replace partycode = 100 if congress == 83 & id == 8507 replace partycode = 100 if congress == 83 & id == 5471 replace partycode = 100 if congress == 83 & id == 4354 replace partycode = 100 if congress == 83 & id == 8023 replace partycode = 100 if congress == 83 & id == 3929 replace partycode = 100 if congress == 83 & id == 6084 replace partycode = 100 if congress == 83 & id == 7605 replace partycode = 100 if congress == 83 & id == 7450 replace partycode = 100 if congress == 83 & id == 3286 replace partycode = 100 if congress == 83 & id == 1439 replace partycode = 100 if congress == 83 & id == 2389 replace partycode = 100 if congress == 83 & id == 9677 replace partycode = 100 if congress == 83 & id == 5459 replace partycode = 100 if congress == 83 & id == 9996 replace partycode = 100 if congress == 83 & id == 5436 replace partycode = 100 if congress == 83 & id == 1130 replace partycode = 100 if congress == 83 & id == 7392 replace partycode = 200 if congress == 83 & id == 1215 replace partycode = 100 if congress == 83 & id == 2433 replace partycode = 100 if congress == 83 & id == 7041 replace partycode = 200 if congress == 83 & id == 1324 replace partycode = 200 if congress == 83 & id == 6389 replace partycode = 100 if congress == 83 & id == 5326 replace partycode = 100 if congress == 83 & id == 7004 replace partycode = 100 if congress == 83 & id == 912 replace partycode = 100 if congress == 83 & id == 3700 replace partycode = 100 if congress == 83 & id == 10421 replace partycode = 200 if congress == 83 & id == 4493 replace partycode = 200 if congress == 83 & id == 8426 replace partycode = 200 if congress == 83 & id == 5020 replace partycode = 200 if congress == 83 & id == 1722 replace partycode = 200 if congress == 83 & id == 7779 replace partycode = 200 if congress == 83 & id == 6061 replace partycode = 200 if congress == 83 & id == 121 replace partycode = 200 if congress == 83 & id == 226 replace partycode = 200 if congress == 83 & id == 9657 replace partycode = 200 if congress == 83 & id == 1702 replace partycode = 200 if congress == 83 & id == 8533 replace partycode = 100 if congress == 83 & id == 5884 replace partycode = 200 if congress == 83 & id == 8814 replace partycode = 200 if congress == 83 & id == 9693 replace partycode = 100 if congress == 83 & id == 7610 replace partycode = 200 if congress == 83 & id == 731 replace partycode = 100 if congress == 83 & id == 5900 replace partycode = 200 if congress == 83 & id == 3963 replace partycode = 200 if congress == 83 & id == 2227 replace partycode = 200 if congress == 83 & id == 18 replace partycode = 200 if congress == 83 & id == 550 replace partycode = 200 if congress == 83 & id == 4050 replace partycode = 200 if congress == 83 & id == 986 replace partycode = 200 if congress == 83 & id == 6429 replace partycode = 200 if congress == 83 & id == 10212 replace partycode = 200 if congress == 83 & id == 4165 replace partycode = 200 if congress == 83 & id == 1152 replace partycode = 200 if congress == 83 & id == 6039 replace partycode = 200 if congress == 83 & id == 9168 replace partycode = 200 if congress == 83 & id == 3853 replace partycode = 200 if congress == 83 & id == 5552 replace partycode = 200 if congress == 83 & id == 2256 replace partycode = 200 if congress == 83 & id == 2647 replace partycode = 200 if congress == 83 & id == 4928 replace partycode = 200 if congress == 83 & id == 4482 replace partycode = 100 if congress == 83 & id == 6485 replace partycode = 200 if congress == 83 & id == 8318 replace partycode = 200 if congress == 83 & id == 3534 replace partycode = 200 if congress == 83 & id == 7799 replace partycode = 200 if congress == 83 & id == 4562 replace partycode = 200 if congress == 83 & id == 8709 replace partycode = 100 if congress == 83 & id == 3809 replace partycode = 100 if congress == 83 & id == 10294 replace partycode = 100 if congress == 83 & id == 6845 replace partycode = 200 if congress == 83 & id == 7997 replace partycode = 100 if congress == 83 & id == 1682 replace partycode = 100 if congress == 83 & id == 8778 replace partycode = 100 if congress == 83 & id == 9882 replace partycode = 100 if congress == 83 & id == 7343 replace partycode = 200 if congress == 83 & id == 3649 replace partycode = 100 if congress == 83 & id == 4275 replace partycode = 100 if congress == 83 & id == 824 replace partycode = 100 if congress == 83 & id == 10201 replace partycode = 100 if congress == 83 & id == 1081 replace partycode = 100 if congress == 83 & id == 7228 replace partycode = 100 if congress == 83 & id == 6721 replace partycode = 100 if congress == 83 & id == 9339 replace partycode = 100 if congress == 83 & id == 5757 replace partycode = 200 if congress == 83 & id == 3924 replace partycode = 200 if congress == 83 & id == 6863 replace partycode = 200 if congress == 83 & id == 6276 replace partycode = 200 if congress == 83 & id == 6481 replace partycode = 200 if congress == 83 & id == 2531 replace partycode = 100 if congress == 83 & id == 3480 replace partycode = 100 if congress == 83 & id == 3054 replace partycode = 200 if congress == 83 & id == 8587 replace partycode = 200 if congress == 83 & id == 4785 replace partycode = 100 if congress == 83 & id == 3374 replace partycode = 200 if congress == 83 & id == 4372 replace partycode = 100 if congress == 83 & id == 830 replace partycode = 100 if congress == 83 & id == 7408 replace partycode = 100 if congress == 83 & id == 2660 replace partycode = 200 if congress == 83 & id == 8024 replace partycode = 200 if congress == 83 & id == 518 replace partycode = 100 if congress == 83 & id == 5447 replace partycode = 200 if congress == 83 & id == 3682 replace partycode = 200 if congress == 83 & id == 6922 replace partycode = 200 if congress == 83 & id == 2272 replace partycode = 100 if congress == 83 & id == 7081 replace partycode = 100 if congress == 83 & id == 6177 replace partycode = 200 if congress == 83 & id == 10095 replace partycode = 200 if congress == 83 & id == 6033 replace partycode = 100 if congress == 83 & id == 5880 replace partycode = 200 if congress == 83 & id == 6399 replace partycode = 200 if congress == 83 & id == 8392 replace partycode = 200 if congress == 83 & id == 4487 replace partycode = 200 if congress == 83 & id == 3268 replace partycode = 200 if congress == 83 & id == 1748 replace partycode = 200 if congress == 83 & id == 10303 replace partycode = 200 if congress == 83 & id == 652 replace partycode = 200 if congress == 83 & id == 9338 replace partycode = 200 if congress == 83 & id == 1610 replace partycode = 200 if congress == 83 & id == 5349 replace partycode = 200 if congress == 83 & id == 639 replace partycode = 100 if congress == 83 & id == 6998 replace partycode = 100 if congress == 83 & id == 7682 replace partycode = 100 if congress == 83 & id == 2604 replace partycode = 100 if congress == 83 & id == 5617 replace partycode = 200 if congress == 83 & id == 6995 replace partycode = 200 if congress == 83 & id == 2653 replace partycode = 200 if congress == 83 & id == 188 replace partycode = 200 if congress == 83 & id == 7044 replace partycode = 100 if congress == 83 & id == 10092 replace partycode = 100 if congress == 83 & id == 6134 replace partycode = 200 if congress == 83 & id == 5083 replace partycode = 100 if congress == 83 & id == 5998 replace partycode = 200 if congress == 83 & id == 158 replace partycode = 100 if congress == 83 & id == 789 replace partycode = 200 if congress == 83 & id == 3902 replace partycode = 100 if congress == 83 & id == 13 replace partycode = 100 if congress == 83 & id == 10075 replace partycode = 100 if congress == 83 & id == 8616 replace partycode = 100 if congress == 83 & id == 10162 replace partycode = 100 if congress == 83 & id == 10279 replace partycode = 100 if congress == 83 & id == 1952 replace partycode = 100 if congress == 83 & id == 5097 replace partycode = 200 if congress == 83 & id == 2275 replace partycode = 100 if congress == 83 & id == 9072 replace partycode = 200 if congress == 83 & id == 4431 replace partycode = 100 if congress == 83 & id == 835 replace partycode = 200 if congress == 83 & id == 1928 replace partycode = 200 if congress == 83 & id == 8484 replace partycode = 100 if congress == 83 & id == 1517 replace partycode = 100 if congress == 83 & id == 1479 replace partycode = 100 if congress == 83 & id == 5056 replace partycode = 100 if congress == 83 & id == 6765 replace partycode = 100 if congress == 83 & id == 6442 replace partycode = 200 if congress == 83 & id == 2538 replace partycode = 200 if congress == 83 & id == 2267 replace partycode = 200 if congress == 83 & id == 4660 replace partycode = 200 if congress == 83 & id == 4134 replace partycode = 200 if congress == 83 & id == 6474 replace partycode = 200 if congress == 83 & id == 10437 replace partycode = 200 if congress == 83 & id == 6437 replace partycode = 200 if congress == 83 & id == 2087 replace partycode = 200 if congress == 83 & id == 10314 replace partycode = 200 if congress == 83 & id == 4031 replace partycode = 200 if congress == 83 & id == 291 replace partycode = 100 if congress == 83 & id == 4644 replace partycode = 200 if congress == 83 & id == 3364 replace partycode = 200 if congress == 83 & id == 1569 replace partycode = 100 if congress == 83 & id == 10147 replace partycode = 200 if congress == 83 & id == 10091 replace partycode = 200 if congress == 83 & id == 1476 replace partycode = 200 if congress == 83 & id == 7101 replace partycode = 100 if congress == 83 & id == 8010 replace partycode = 100 if congress == 83 & id == 46 replace partycode = 200 if congress == 83 & id == 5109 replace partycode = 100 if congress == 83 & id == 8506 replace partycode = 100 if congress == 83 & id == 4142 replace partycode = 100 if congress == 83 & id == 2490 replace partycode = 100 if congress == 83 & id == 3114 replace partycode = 200 if congress == 83 & id == 9716 replace partycode = 200 if congress == 83 & id == 2523 replace partycode = 200 if congress == 83 & id == 563 replace partycode = 200 if congress == 83 & id == 5488 replace partycode = 200 if congress == 83 & id == 868 replace partycode = 100 if congress == 83 & id == 4548 replace partycode = 100 if congress == 83 & id == 2476 replace partycode = 100 if congress == 83 & id == 4290 replace partycode = 100 if congress == 83 & id == 5199 replace partycode = 100 if congress == 83 & id == 5148 replace partycode = 100 if congress == 83 & id == 1611 replace partycode = 200 if congress == 83 & id == 2671 replace partycode = 100 if congress == 83 & id == 6792 replace partycode = 100 if congress == 83 & id == 8049 replace partycode = 200 if congress == 83 & id == 7749 replace partycode = 100 if congress == 83 & id == 7568 replace partycode = 200 if congress == 83 & id == 2089 replace partycode = 100 if congress == 83 & id == 2662 replace partycode = 100 if congress == 83 & id == 5317 replace partycode = 100 if congress == 83 & id == 8050 replace partycode = 200 if congress == 83 & id == 4898 replace partycode = 100 if congress == 83 & id == 3149 replace partycode = 100 if congress == 83 & id == 2646 replace partycode = 100 if congress == 83 & id == 1205 replace partycode = 200 if congress == 83 & id == 3158 replace partycode = 200 if congress == 83 & id == 3446 replace partycode = 200 if congress == 83 & id == 3888 replace partycode = 200 if congress == 83 & id == 8177 replace partycode = 200 if congress == 83 & id == 9978 replace partycode = 100 if congress == 83 & id == 7003 replace partycode = 200 if congress == 83 & id == 9203 replace partycode = 200 if congress == 83 & id == 5110 replace partycode = 200 if congress == 83 & id == 5235 replace partycode = 200 if congress == 83 & id == 10191 replace partycode = 200 if congress == 83 & id == 7901 replace partycode = 200 if congress == 83 & id == 9144 replace partycode = 200 if congress == 83 & id == 1931 replace partycode = 200 if congress == 83 & id == 5116 replace partycode = 200 if congress == 83 & id == 7102 replace partycode = 200 if congress == 83 & id == 6516 replace partycode = 200 if congress == 83 & id == 7687 replace partycode = 200 if congress == 83 & id == 7453 replace partycode = 200 if congress == 83 & id == 7781 replace partycode = 100 if congress == 83 & id == 846 replace partycode = 100 if congress == 83 & id == 3321 replace partycode = 100 if congress == 83 & id == 431 replace partycode = 100 if congress == 83 & id == 2032 replace partycode = 100 if congress == 83 & id == 1676 replace partycode = 100 if congress == 83 & id == 2791 replace partycode = 100 if congress == 83 & id == 1512 replace partycode = 100 if congress == 83 & id == 2448 replace partycode = 100 if congress == 83 & id == 82 replace partycode = 200 if congress == 83 & id == 5019 replace partycode = 100 if congress == 83 & id == 5071 replace partycode = 100 if congress == 83 & id == 8495 replace partycode = 200 if congress == 83 & id == 1254 replace partycode = 200 if congress == 83 & id == 5370 replace partycode = 200 if congress == 83 & id == 8260 replace partycode = 200 if congress == 83 & id == 4373 replace partycode = 200 if congress == 83 & id == 8258 replace partycode = 200 if congress == 83 & id == 6204 replace partycode = 200 if congress == 83 & id == 1839 replace partycode = 100 if congress == 83 & id == 7506 replace partycode = 200 if congress == 83 & id == 1104 replace partycode = 200 if congress == 83 & id == 680 replace partycode = 328 if congress == 83 & id == 7771 replace partycode = 200 if congress == 83 & id == 4917 replace partycode = 200 if congress == 83 & id == 838 replace partycode = 200 if congress == 83 & id == 9688 replace partycode = 200 if congress == 83 & id == 9917 replace partycode = 200 if congress == 83 & id == 310 replace partycode = 100 if congress == 83 & id == 8341 replace partycode = 200 if congress == 83 & id == 891 replace partycode = 200 if congress == 83 & id == 6262 replace partycode = 100 if congress == 83 & id == 4247 replace partycode = 100 if congress == 83 & id == 5301 replace partycode = 100 if congress == 83 & id == 3092 replace partycode = 100 if congress == 83 & id == 2199 replace partycode = 200 if congress == 83 & id == 837 replace partycode = 200 if congress == 83 & id == 621 replace partycode = 200 if congress == 83 & id == 590 replace partycode = 100 if congress == 83 & id == 2854 replace partycode = 100 if congress == 83 & id == 62 replace partycode = 100 if congress == 83 & id == 8866 replace partycode = 100 if congress == 83 & id == 4891 replace partycode = 100 if congress == 83 & id == 10085 replace partycode = 200 if congress == 83 & id == 6955 replace partycode = 200 if congress == 83 & id == 2038 replace partycode = 200 if congress == 83 & id == 207 replace partycode = 200 if congress == 83 & id == 2935 replace partycode = 100 if congress == 83 & id == 465 replace partycode = 100 if congress == 83 & id == 3744 replace partycode = 100 if congress == 83 & id == 1368 replace partycode = 100 if congress == 83 & id == 1719 replace partycode = 100 if congress == 83 & id == 3785 replace partycode = 200 if congress == 83 & id == 8301 replace partycode = 200 if congress == 83 & id == 4880 replace partycode = 200 if congress == 83 & id == 5267 replace partycode = 200 if congress == 83 & id == 2298 replace partycode = 200 if congress == 83 & id == 1533 replace partycode = 200 if congress == 83 & id == 845 replace partycode = 200 if congress == 83 & id == 3105 replace partycode = 200 if congress == 83 & id == 6169 replace partycode = 100 if congress == 83 & id == 7844 replace partycode = 100 if congress == 83 & id == 9791 replace partycode = 200 if congress == 83 & id == 6795 replace partycode = 200 if congress == 83 & id == 1328 replace partycode = 200 if congress == 83 & id == 8532 replace partycode = 200 if congress == 83 & id == 8857 replace partycode = 200 if congress == 83 & id == 9645 replace partycode = 100 if congress == 83 & id == 5136 replace partycode = 200 if congress == 83 & id == 8247 replace partycode = 200 if congress == 83 & id == 3510 replace partycode = 200 if congress == 83 & id == 5112 replace partycode = 200 if congress == 83 & id == 3737 replace partycode = 100 if congress == 83 & id == 6685 replace partycode = 200 if congress == 83 & id == 3409 replace partycode = 100 if congress == 83 & id == 2833 replace partycode = 200 if congress == 83 & id == 2065 replace partycode = 100 if congress == 83 & id == 1190 replace partycode = 100 if congress == 83 & id == 3264 replace partycode = 100 if congress == 83 & id == 3246 replace partycode = 100 if congress == 83 & id == 7925 replace partycode = 100 if congress == 83 & id == 7908 replace partycode = 100 if congress == 83 & id == 2672 replace partycode = 100 if congress == 83 & id == 1181 replace partycode = 100 if congress == 83 & id == 270 replace partycode = 100 if congress == 83 & id == 7869 replace partycode = 100 if congress == 83 & id == 6353 replace partycode = 200 if congress == 83 & id == 5803 replace partycode = 200 if congress == 83 & id == 672 replace partycode = 200 if congress == 83 & id == 7777 replace partycode = 200 if congress == 83 & id == 364 replace partycode = 100 if congress == 83 & id == 3346 replace partycode = 100 if congress == 83 & id == 3034 replace partycode = 100 if congress == 83 & id == 7622 replace partycode = 100 if congress == 83 & id == 9099 replace partycode = 100 if congress == 83 & id == 6826 replace partycode = 100 if congress == 83 & id == 2049 replace partycode = 100 if congress == 83 & id == 2376 replace partycode = 100 if congress == 83 & id == 7232 replace partycode = 100 if congress == 83 & id == 1077 replace partycode = 100 if congress == 83 & id == 3529 replace partycode = 100 if congress == 83 & id == 7753 replace partycode = 100 if congress == 83 & id == 10244 replace partycode = 100 if congress == 83 & id == 9241 replace partycode = 100 if congress == 83 & id == 2700 replace partycode = 100 if congress == 83 & id == 9284 replace partycode = 100 if congress == 83 & id == 9320 replace partycode = 100 if congress == 83 & id == 9356 replace partycode = 100 if congress == 83 & id == 7498 replace partycode = 100 if congress == 83 & id == 5826 replace partycode = 100 if congress == 83 & id == 4796 replace partycode = 100 if congress == 83 & id == 5847 replace partycode = 100 if congress == 83 & id == 660 replace partycode = 100 if congress == 83 & id == 7806 replace partycode = 100 if congress == 83 & id == 1282 replace partycode = 100 if congress == 83 & id == 8035 replace partycode = 100 if congress == 83 & id == 5924 replace partycode = 100 if congress == 83 & id == 5236 replace partycode = 100 if congress == 83 & id == 3171 replace partycode = 100 if congress == 83 & id == 2588 replace partycode = 200 if congress == 83 & id == 9025 replace partycode = 200 if congress == 83 & id == 2430 replace partycode = 200 if congress == 83 & id == 7637 replace partycode = 100 if congress == 83 & id == 7969 replace partycode = 100 if congress == 83 & id == 4064 replace partycode = 100 if congress == 83 & id == 3499 replace partycode = 100 if congress == 83 & id == 2 replace partycode = 100 if congress == 83 & id == 8839 replace partycode = 100 if congress == 83 & id == 9494 replace partycode = 200 if congress == 83 & id == 7500 replace partycode = 100 if congress == 83 & id == 4125 replace partycode = 100 if congress == 83 & id == 8636 replace partycode = 200 if congress == 83 & id == 9802 replace partycode = 200 if congress == 83 & id == 1154 replace partycode = 200 if congress == 83 & id == 7313 replace partycode = 200 if congress == 83 & id == 9968 replace partycode = 200 if congress == 83 & id == 5885 replace partycode = 200 if congress == 83 & id == 4537 replace partycode = 200 if congress == 83 & id == 4579 replace partycode = 200 if congress == 83 & id == 9409 replace partycode = 100 if congress == 83 & id == 5912 replace partycode = 100 if congress == 83 & id == 6584 replace partycode = 100 if congress == 83 & id == 8824 replace partycode = 100 if congress == 83 & id == 339 replace partycode = 200 if congress == 83 & id == 6851 replace partycode = 100 if congress == 83 & id == 5118 replace partycode = 100 if congress == 83 & id == 1366 replace partycode = 200 if congress == 83 & id == 8663 replace partycode = 200 if congress == 83 & id == 2383 replace partycode = 200 if congress == 83 & id == 10299 replace partycode = 100 if congress == 83 & id == 10463 replace partycode = 200 if congress == 83 & id == 5217 replace partycode = 200 if congress == 83 & id == 9627 replace partycode = 200 if congress == 83 & id == 5410 replace partycode = 200 if congress == 83 & id == 1371 replace partycode = 200 if congress == 83 & id == 4720 replace partycode = 100 if congress == 83 & id == 4977 replace partycode = 200 if congress == 83 & id == 7046 replace partycode = 200 if congress == 83 & id == 4139 replace partycode = 200 if congress == 84 & id == 99901 replace partycode = 100 if congress == 84 & id == 937 replace partycode = 100 if congress == 84 & id == 3754 replace partycode = 100 if congress == 84 & id == 195 replace partycode = 100 if congress == 84 & id == 7954 replace partycode = 100 if congress == 84 & id == 7695 replace partycode = 100 if congress == 84 & id == 8353 replace partycode = 100 if congress == 84 & id == 2909 replace partycode = 100 if congress == 84 & id == 5058 replace partycode = 100 if congress == 84 & id == 4686 replace partycode = 200 if congress == 84 & id == 7845 replace partycode = 100 if congress == 84 & id == 9549 replace partycode = 100 if congress == 84 & id == 3506 replace partycode = 100 if congress == 84 & id == 6532 replace partycode = 100 if congress == 84 & id == 9473 replace partycode = 100 if congress == 84 & id == 4110 replace partycode = 100 if congress == 84 & id == 4244 replace partycode = 100 if congress == 84 & id == 6958 replace partycode = 200 if congress == 84 & id == 8322 replace partycode = 100 if congress == 84 & id == 2965 replace partycode = 100 if congress == 84 & id == 6756 replace partycode = 200 if congress == 84 & id == 5929 replace partycode = 100 if congress == 84 & id == 8437 replace partycode = 200 if congress == 84 & id == 387 replace partycode = 200 if congress == 84 & id == 116 replace partycode = 100 if congress == 84 & id == 6483 replace partycode = 200 if congress == 84 & id == 10461 replace partycode = 200 if congress == 84 & id == 3867 replace partycode = 200 if congress == 84 & id == 4976 replace partycode = 100 if congress == 84 & id == 8549 replace partycode = 200 if congress == 84 & id == 9240 replace partycode = 100 if congress == 84 & id == 3901 replace partycode = 200 if congress == 84 & id == 6220 replace partycode = 200 if congress == 84 & id == 4846 replace partycode = 100 if congress == 84 & id == 5255 replace partycode = 200 if congress == 84 & id == 4592 replace partycode = 100 if congress == 84 & id == 4514 replace partycode = 200 if congress == 84 & id == 4450 replace partycode = 200 if congress == 84 & id == 4388 replace partycode = 200 if congress == 84 & id == 4543 replace partycode = 100 if congress == 84 & id == 2713 replace partycode = 200 if congress == 84 & id == 5694 replace partycode = 200 if congress == 84 & id == 4437 replace partycode = 100 if congress == 84 & id == 8051 replace partycode = 100 if congress == 84 & id == 8444 replace partycode = 200 if congress == 84 & id == 9578 replace partycode = 200 if congress == 84 & id == 7415 replace partycode = 200 if congress == 84 & id == 10249 replace partycode = 100 if congress == 84 & id == 8021 replace partycode = 200 if congress == 84 & id == 4429 replace partycode = 200 if congress == 84 & id == 1684 replace partycode = 100 if congress == 84 & id == 275 replace partycode = 100 if congress == 84 & id == 2636 replace partycode = 200 if congress == 84 & id == 8346 replace partycode = 200 if congress == 84 & id == 2174 replace partycode = 200 if congress == 84 & id == 6664 replace partycode = 200 if congress == 84 & id == 7245 replace partycode = 200 if congress == 84 & id == 8170 replace partycode = 100 if congress == 84 & id == 6224 replace partycode = 200 if congress == 84 & id == 2143 replace partycode = 100 if congress == 84 & id == 633 replace partycode = 100 if congress == 84 & id == 8507 replace partycode = 100 if congress == 84 & id == 3078 replace partycode = 100 if congress == 84 & id == 4354 replace partycode = 100 if congress == 84 & id == 8032 replace partycode = 100 if congress == 84 & id == 3929 replace partycode = 100 if congress == 84 & id == 6084 replace partycode = 100 if congress == 84 & id == 7605 replace partycode = 100 if congress == 84 & id == 7450 replace partycode = 100 if congress == 84 & id == 3286 replace partycode = 100 if congress == 84 & id == 3242 replace partycode = 100 if congress == 84 & id == 2389 replace partycode = 100 if congress == 84 & id == 9677 replace partycode = 100 if congress == 84 & id == 5459 replace partycode = 100 if congress == 84 & id == 798 replace partycode = 100 if congress == 84 & id == 5436 replace partycode = 100 if congress == 84 & id == 1130 replace partycode = 100 if congress == 84 & id == 7392 replace partycode = 200 if congress == 84 & id == 1215 replace partycode = 100 if congress == 84 & id == 2433 replace partycode = 100 if congress == 84 & id == 7041 replace partycode = 100 if congress == 84 & id == 6819 replace partycode = 200 if congress == 84 & id == 6389 replace partycode = 100 if congress == 84 & id == 5326 replace partycode = 100 if congress == 84 & id == 7004 replace partycode = 100 if congress == 84 & id == 912 replace partycode = 100 if congress == 84 & id == 3700 replace partycode = 100 if congress == 84 & id == 10421 replace partycode = 200 if congress == 84 & id == 4493 replace partycode = 200 if congress == 84 & id == 8426 replace partycode = 100 if congress == 84 & id == 939 replace partycode = 200 if congress == 84 & id == 1722 replace partycode = 200 if congress == 84 & id == 7779 replace partycode = 200 if congress == 84 & id == 6061 replace partycode = 200 if congress == 84 & id == 121 replace partycode = 200 if congress == 84 & id == 226 replace partycode = 200 if congress == 84 & id == 9657 replace partycode = 200 if congress == 84 & id == 1702 replace partycode = 200 if congress == 84 & id == 8533 replace partycode = 100 if congress == 84 & id == 5884 replace partycode = 200 if congress == 84 & id == 8814 replace partycode = 200 if congress == 84 & id == 9693 replace partycode = 100 if congress == 84 & id == 7610 replace partycode = 100 if congress == 84 & id == 3769 replace partycode = 100 if congress == 84 & id == 5900 replace partycode = 200 if congress == 84 & id == 3963 replace partycode = 200 if congress == 84 & id == 2227 replace partycode = 200 if congress == 84 & id == 18 replace partycode = 200 if congress == 84 & id == 550 replace partycode = 200 if congress == 84 & id == 4050 replace partycode = 200 if congress == 84 & id == 986 replace partycode = 100 if congress == 84 & id == 2517 replace partycode = 200 if congress == 84 & id == 10212 replace partycode = 200 if congress == 84 & id == 4165 replace partycode = 200 if congress == 84 & id == 1152 replace partycode = 200 if congress == 84 & id == 8288 replace partycode = 200 if congress == 84 & id == 9168 replace partycode = 200 if congress == 84 & id == 3853 replace partycode = 200 if congress == 84 & id == 5552 replace partycode = 200 if congress == 84 & id == 2256 replace partycode = 200 if congress == 84 & id == 2647 replace partycode = 200 if congress == 84 & id == 4928 replace partycode = 200 if congress == 84 & id == 4482 replace partycode = 200 if congress == 84 & id == 301 replace partycode = 200 if congress == 84 & id == 8318 replace partycode = 200 if congress == 84 & id == 3534 replace partycode = 200 if congress == 84 & id == 7799 replace partycode = 200 if congress == 84 & id == 4562 replace partycode = 200 if congress == 84 & id == 8709 replace partycode = 100 if congress == 84 & id == 3809 replace partycode = 100 if congress == 84 & id == 6845 replace partycode = 200 if congress == 84 & id == 7997 replace partycode = 100 if congress == 84 & id == 1682 replace partycode = 100 if congress == 84 & id == 8778 replace partycode = 100 if congress == 84 & id == 9882 replace partycode = 100 if congress == 84 & id == 7343 replace partycode = 200 if congress == 84 & id == 8508 replace partycode = 100 if congress == 84 & id == 4275 replace partycode = 100 if congress == 84 & id == 824 replace partycode = 100 if congress == 84 & id == 10201 replace partycode = 100 if congress == 84 & id == 1081 replace partycode = 100 if congress == 84 & id == 7228 replace partycode = 100 if congress == 84 & id == 6721 replace partycode = 100 if congress == 84 & id == 9339 replace partycode = 100 if congress == 84 & id == 5757 replace partycode = 200 if congress == 84 & id == 3924 replace partycode = 200 if congress == 84 & id == 6863 replace partycode = 200 if congress == 84 & id == 6276 replace partycode = 200 if congress == 84 & id == 6481 replace partycode = 200 if congress == 84 & id == 2531 replace partycode = 100 if congress == 84 & id == 3480 replace partycode = 100 if congress == 84 & id == 3054 replace partycode = 100 if congress == 84 & id == 5463 replace partycode = 200 if congress == 84 & id == 4785 replace partycode = 100 if congress == 84 & id == 3374 replace partycode = 200 if congress == 84 & id == 4372 replace partycode = 100 if congress == 84 & id == 830 replace partycode = 100 if congress == 84 & id == 7408 replace partycode = 100 if congress == 84 & id == 2660 replace partycode = 200 if congress == 84 & id == 8024 replace partycode = 200 if congress == 84 & id == 518 replace partycode = 100 if congress == 84 & id == 5447 replace partycode = 100 if congress == 84 & id == 5873 replace partycode = 200 if congress == 84 & id == 6922 replace partycode = 200 if congress == 84 & id == 2272 replace partycode = 100 if congress == 84 & id == 7081 replace partycode = 100 if congress == 84 & id == 6177 replace partycode = 200 if congress == 84 & id == 10095 replace partycode = 200 if congress == 84 & id == 6033 replace partycode = 100 if congress == 84 & id == 5880 replace partycode = 200 if congress == 84 & id == 6399 replace partycode = 200 if congress == 84 & id == 4935 replace partycode = 200 if congress == 84 & id == 4487 replace partycode = 200 if congress == 84 & id == 3268 replace partycode = 100 if congress == 84 & id == 4251 replace partycode = 200 if congress == 84 & id == 10303 replace partycode = 200 if congress == 84 & id == 652 replace partycode = 200 if congress == 84 & id == 9338 replace partycode = 200 if congress == 84 & id == 1610 replace partycode = 200 if congress == 84 & id == 5349 replace partycode = 200 if congress == 84 & id == 639 replace partycode = 100 if congress == 84 & id == 2594 replace partycode = 100 if congress == 84 & id == 7682 replace partycode = 100 if congress == 84 & id == 2604 replace partycode = 100 if congress == 84 & id == 2605 replace partycode = 100 if congress == 84 & id == 5617 replace partycode = 100 if congress == 84 & id == 3830 replace partycode = 200 if congress == 84 & id == 2653 replace partycode = 200 if congress == 84 & id == 188 replace partycode = 200 if congress == 84 & id == 7044 replace partycode = 100 if congress == 84 & id == 10092 replace partycode = 100 if congress == 84 & id == 6134 replace partycode = 200 if congress == 84 & id == 5083 replace partycode = 100 if congress == 84 & id == 5998 replace partycode = 200 if congress == 84 & id == 158 replace partycode = 100 if congress == 84 & id == 789 replace partycode = 100 if congress == 84 & id == 5351 replace partycode = 100 if congress == 84 & id == 13 replace partycode = 100 if congress == 84 & id == 10075 replace partycode = 100 if congress == 84 & id == 8616 replace partycode = 100 if congress == 84 & id == 10162 replace partycode = 100 if congress == 84 & id == 10279 replace partycode = 100 if congress == 84 & id == 1952 replace partycode = 100 if congress == 84 & id == 5097 replace partycode = 200 if congress == 84 & id == 2275 replace partycode = 100 if congress == 84 & id == 9072 replace partycode = 100 if congress == 84 & id == 1717 replace partycode = 100 if congress == 84 & id == 835 replace partycode = 100 if congress == 84 & id == 4724 replace partycode = 200 if congress == 84 & id == 8484 replace partycode = 100 if congress == 84 & id == 1517 replace partycode = 100 if congress == 84 & id == 1479 replace partycode = 100 if congress == 84 & id == 5056 replace partycode = 100 if congress == 84 & id == 6765 replace partycode = 100 if congress == 84 & id == 6442 replace partycode = 200 if congress == 84 & id == 3197 replace partycode = 200 if congress == 84 & id == 9895 replace partycode = 200 if congress == 84 & id == 1667 replace partycode = 200 if congress == 84 & id == 4134 replace partycode = 200 if congress == 84 & id == 6474 replace partycode = 200 if congress == 84 & id == 10437 replace partycode = 200 if congress == 84 & id == 6437 replace partycode = 200 if congress == 84 & id == 503 replace partycode = 200 if congress == 84 & id == 10314 replace partycode = 200 if congress == 84 & id == 4031 replace partycode = 200 if congress == 84 & id == 291 replace partycode = 100 if congress == 84 & id == 9322 replace partycode = 200 if congress == 84 & id == 3364 replace partycode = 100 if congress == 84 & id == 10147 replace partycode = 200 if congress == 84 & id == 10091 replace partycode = 200 if congress == 84 & id == 1476 replace partycode = 200 if congress == 84 & id == 7101 replace partycode = 100 if congress == 84 & id == 8010 replace partycode = 100 if congress == 84 & id == 46 replace partycode = 200 if congress == 84 & id == 5109 replace partycode = 100 if congress == 84 & id == 8506 replace partycode = 100 if congress == 84 & id == 9505 replace partycode = 100 if congress == 84 & id == 2490 replace partycode = 100 if congress == 84 & id == 3114 replace partycode = 200 if congress == 84 & id == 9716 replace partycode = 200 if congress == 84 & id == 2523 replace partycode = 200 if congress == 84 & id == 563 replace partycode = 200 if congress == 84 & id == 5488 replace partycode = 200 if congress == 84 & id == 868 replace partycode = 100 if congress == 84 & id == 4548 replace partycode = 100 if congress == 84 & id == 2476 replace partycode = 100 if congress == 84 & id == 205 replace partycode = 100 if congress == 84 & id == 5199 replace partycode = 100 if congress == 84 & id == 5148 replace partycode = 100 if congress == 84 & id == 1611 replace partycode = 200 if congress == 84 & id == 2671 replace partycode = 100 if congress == 84 & id == 6792 replace partycode = 100 if congress == 84 & id == 8049 replace partycode = 200 if congress == 84 & id == 7749 replace partycode = 100 if congress == 84 & id == 7568 replace partycode = 200 if congress == 84 & id == 2089 replace partycode = 100 if congress == 84 & id == 2662 replace partycode = 100 if congress == 84 & id == 5317 replace partycode = 100 if congress == 84 & id == 2365 replace partycode = 100 if congress == 84 & id == 10464 replace partycode = 100 if congress == 84 & id == 3149 replace partycode = 100 if congress == 84 & id == 4262 replace partycode = 100 if congress == 84 & id == 2646 replace partycode = 100 if congress == 84 & id == 1205 replace partycode = 200 if congress == 84 & id == 3158 replace partycode = 200 if congress == 84 & id == 3446 replace partycode = 200 if congress == 84 & id == 3888 replace partycode = 200 if congress == 84 & id == 8177 replace partycode = 200 if congress == 84 & id == 9978 replace partycode = 100 if congress == 84 & id == 7003 replace partycode = 200 if congress == 84 & id == 9203 replace partycode = 200 if congress == 84 & id == 5110 replace partycode = 200 if congress == 84 & id == 5235 replace partycode = 200 if congress == 84 & id == 10191 replace partycode = 200 if congress == 84 & id == 7901 replace partycode = 200 if congress == 84 & id == 9144 replace partycode = 200 if congress == 84 & id == 1931 replace partycode = 200 if congress == 84 & id == 5116 replace partycode = 200 if congress == 84 & id == 7102 replace partycode = 200 if congress == 84 & id == 6516 replace partycode = 200 if congress == 84 & id == 7687 replace partycode = 200 if congress == 84 & id == 7453 replace partycode = 200 if congress == 84 & id == 7781 replace partycode = 100 if congress == 84 & id == 846 replace partycode = 100 if congress == 84 & id == 3321 replace partycode = 100 if congress == 84 & id == 431 replace partycode = 100 if congress == 84 & id == 2032 replace partycode = 100 if congress == 84 & id == 1676 replace partycode = 100 if congress == 84 & id == 2791 replace partycode = 100 if congress == 84 & id == 1512 replace partycode = 100 if congress == 84 & id == 2448 replace partycode = 100 if congress == 84 & id == 82 replace partycode = 200 if congress == 84 & id == 5019 replace partycode = 100 if congress == 84 & id == 5071 replace partycode = 100 if congress == 84 & id == 8495 replace partycode = 200 if congress == 84 & id == 1254 replace partycode = 200 if congress == 84 & id == 5370 replace partycode = 200 if congress == 84 & id == 8260 replace partycode = 200 if congress == 84 & id == 4373 replace partycode = 200 if congress == 84 & id == 8258 replace partycode = 200 if congress == 84 & id == 6204 replace partycode = 200 if congress == 84 & id == 1839 replace partycode = 100 if congress == 84 & id == 7506 replace partycode = 200 if congress == 84 & id == 1104 replace partycode = 200 if congress == 84 & id == 680 replace partycode = 100 if congress == 84 & id == 267 replace partycode = 200 if congress == 84 & id == 4917 replace partycode = 200 if congress == 84 & id == 838 replace partycode = 200 if congress == 84 & id == 9688 replace partycode = 200 if congress == 84 & id == 521 replace partycode = 200 if congress == 84 & id == 310 replace partycode = 200 if congress == 84 & id == 4311 replace partycode = 200 if congress == 84 & id == 891 replace partycode = 200 if congress == 84 & id == 6262 replace partycode = 100 if congress == 84 & id == 4247 replace partycode = 100 if congress == 84 & id == 5301 replace partycode = 100 if congress == 84 & id == 3092 replace partycode = 100 if congress == 84 & id == 9623 replace partycode = 200 if congress == 84 & id == 837 replace partycode = 200 if congress == 84 & id == 6548 replace partycode = 200 if congress == 84 & id == 590 replace partycode = 100 if congress == 84 & id == 2854 replace partycode = 100 if congress == 84 & id == 62 replace partycode = 100 if congress == 84 & id == 8866 replace partycode = 100 if congress == 84 & id == 4891 replace partycode = 100 if congress == 84 & id == 10085 replace partycode = 200 if congress == 84 & id == 6955 replace partycode = 200 if congress == 84 & id == 2038 replace partycode = 100 if congress == 84 & id == 3775 replace partycode = 200 if congress == 84 & id == 2935 replace partycode = 100 if congress == 84 & id == 465 replace partycode = 100 if congress == 84 & id == 3744 replace partycode = 100 if congress == 84 & id == 1368 replace partycode = 100 if congress == 84 & id == 1719 replace partycode = 100 if congress == 84 & id == 3785 replace partycode = 200 if congress == 84 & id == 8301 replace partycode = 200 if congress == 84 & id == 4880 replace partycode = 200 if congress == 84 & id == 5267 replace partycode = 200 if congress == 84 & id == 2298 replace partycode = 200 if congress == 84 & id == 1533 replace partycode = 100 if congress == 84 & id == 3224 replace partycode = 200 if congress == 84 & id == 3105 replace partycode = 200 if congress == 84 & id == 6169 replace partycode = 100 if congress == 84 & id == 7844 replace partycode = 100 if congress == 84 & id == 9791 replace partycode = 200 if congress == 84 & id == 6795 replace partycode = 200 if congress == 84 & id == 1328 replace partycode = 200 if congress == 84 & id == 8532 replace partycode = 100 if congress == 84 & id == 7673 replace partycode = 200 if congress == 84 & id == 9645 replace partycode = 100 if congress == 84 & id == 5136 replace partycode = 200 if congress == 84 & id == 8247 replace partycode = 200 if congress == 84 & id == 3510 replace partycode = 200 if congress == 84 & id == 5112 replace partycode = 100 if congress == 84 & id == 1763 replace partycode = 100 if congress == 84 & id == 6685 replace partycode = 200 if congress == 84 & id == 3409 replace partycode = 100 if congress == 84 & id == 2833 replace partycode = 200 if congress == 84 & id == 2065 replace partycode = 100 if congress == 84 & id == 1190 replace partycode = 100 if congress == 84 & id == 4518 replace partycode = 100 if congress == 84 & id == 3264 replace partycode = 100 if congress == 84 & id == 3246 replace partycode = 100 if congress == 84 & id == 7925 replace partycode = 100 if congress == 84 & id == 7908 replace partycode = 100 if congress == 84 & id == 2672 replace partycode = 100 if congress == 84 & id == 270 replace partycode = 100 if congress == 84 & id == 7869 replace partycode = 100 if congress == 84 & id == 6353 replace partycode = 200 if congress == 84 & id == 5803 replace partycode = 200 if congress == 84 & id == 672 replace partycode = 200 if congress == 84 & id == 7777 replace partycode = 200 if congress == 84 & id == 364 replace partycode = 100 if congress == 84 & id == 3346 replace partycode = 100 if congress == 84 & id == 3034 replace partycode = 100 if congress == 84 & id == 7622 replace partycode = 100 if congress == 84 & id == 504 replace partycode = 100 if congress == 84 & id == 6826 replace partycode = 100 if congress == 84 & id == 2049 replace partycode = 100 if congress == 84 & id == 2376 replace partycode = 100 if congress == 84 & id == 7232 replace partycode = 100 if congress == 84 & id == 1077 replace partycode = 100 if congress == 84 & id == 3529 replace partycode = 100 if congress == 84 & id == 7753 replace partycode = 200 if congress == 84 & id == 93 replace partycode = 100 if congress == 84 & id == 9241 replace partycode = 100 if congress == 84 & id == 2700 replace partycode = 100 if congress == 84 & id == 9284 replace partycode = 100 if congress == 84 & id == 9320 replace partycode = 100 if congress == 84 & id == 9356 replace partycode = 100 if congress == 84 & id == 7498 replace partycode = 100 if congress == 84 & id == 10391 replace partycode = 100 if congress == 84 & id == 4796 replace partycode = 100 if congress == 84 & id == 608 replace partycode = 100 if congress == 84 & id == 5241 replace partycode = 100 if congress == 84 & id == 8147 replace partycode = 100 if congress == 84 & id == 1282 replace partycode = 100 if congress == 84 & id == 8035 replace partycode = 100 if congress == 84 & id == 5924 replace partycode = 100 if congress == 84 & id == 5236 replace partycode = 100 if congress == 84 & id == 3171 replace partycode = 100 if congress == 84 & id == 2588 replace partycode = 200 if congress == 84 & id == 2616 replace partycode = 200 if congress == 84 & id == 2430 replace partycode = 200 if congress == 84 & id == 7637 replace partycode = 100 if congress == 84 & id == 7969 replace partycode = 100 if congress == 84 & id == 4064 replace partycode = 100 if congress == 84 & id == 3499 replace partycode = 100 if congress == 84 & id == 2 replace partycode = 100 if congress == 84 & id == 9494 replace partycode = 200 if congress == 84 & id == 7500 replace partycode = 100 if congress == 84 & id == 4125 replace partycode = 100 if congress == 84 & id == 8636 replace partycode = 100 if congress == 84 & id == 4927 replace partycode = 200 if congress == 84 & id == 1154 replace partycode = 200 if congress == 84 & id == 7313 replace partycode = 200 if congress == 84 & id == 9968 replace partycode = 200 if congress == 84 & id == 5885 replace partycode = 200 if congress == 84 & id == 4537 replace partycode = 200 if congress == 84 & id == 4579 replace partycode = 200 if congress == 84 & id == 9409 replace partycode = 100 if congress == 84 & id == 5912 replace partycode = 100 if congress == 84 & id == 6584 replace partycode = 100 if congress == 84 & id == 8824 replace partycode = 100 if congress == 84 & id == 339 replace partycode = 100 if congress == 84 & id == 1300 replace partycode = 100 if congress == 84 & id == 5118 replace partycode = 100 if congress == 84 & id == 1366 replace partycode = 200 if congress == 84 & id == 8663 replace partycode = 200 if congress == 84 & id == 2383 replace partycode = 200 if congress == 84 & id == 10299 replace partycode = 100 if congress == 84 & id == 10463 replace partycode = 100 if congress == 84 & id == 7824 replace partycode = 200 if congress == 84 & id == 9627 replace partycode = 200 if congress == 84 & id == 5410 replace partycode = 200 if congress == 84 & id == 1371 replace partycode = 100 if congress == 84 & id == 4977 replace partycode = 200 if congress == 84 & id == 7046 replace partycode = 200 if congress == 84 & id == 9350 replace partycode = 200 if congress == 85 & id == 99901 replace partycode = 100 if congress == 85 & id == 937 replace partycode = 100 if congress == 85 & id == 3754 replace partycode = 100 if congress == 85 & id == 195 replace partycode = 100 if congress == 85 & id == 7954 replace partycode = 100 if congress == 85 & id == 7695 replace partycode = 100 if congress == 85 & id == 8353 replace partycode = 100 if congress == 85 & id == 2909 replace partycode = 100 if congress == 85 & id == 5058 replace partycode = 100 if congress == 85 & id == 4686 replace partycode = 200 if congress == 85 & id == 7845 replace partycode = 100 if congress == 85 & id == 9549 replace partycode = 100 if congress == 85 & id == 3506 replace partycode = 100 if congress == 85 & id == 6532 replace partycode = 100 if congress == 85 & id == 9473 replace partycode = 100 if congress == 85 & id == 4110 replace partycode = 100 if congress == 85 & id == 4244 replace partycode = 100 if congress == 85 & id == 6958 replace partycode = 200 if congress == 85 & id == 8322 replace partycode = 100 if congress == 85 & id == 2965 replace partycode = 100 if congress == 85 & id == 6756 replace partycode = 200 if congress == 85 & id == 5929 replace partycode = 100 if congress == 85 & id == 8437 replace partycode = 200 if congress == 85 & id == 387 replace partycode = 200 if congress == 85 & id == 116 replace partycode = 100 if congress == 85 & id == 6483 replace partycode = 200 if congress == 85 & id == 10461 replace partycode = 200 if congress == 85 & id == 3867 replace partycode = 100 if congress == 85 & id == 6240 replace partycode = 100 if congress == 85 & id == 8549 replace partycode = 200 if congress == 85 & id == 9240 replace partycode = 100 if congress == 85 & id == 3901 replace partycode = 200 if congress == 85 & id == 6220 replace partycode = 200 if congress == 85 & id == 4846 replace partycode = 100 if congress == 85 & id == 5255 replace partycode = 200 if congress == 85 & id == 4592 replace partycode = 100 if congress == 85 & id == 4514 replace partycode = 200 if congress == 85 & id == 8628 replace partycode = 200 if congress == 85 & id == 4388 replace partycode = 200 if congress == 85 & id == 4543 replace partycode = 100 if congress == 85 & id == 2713 replace partycode = 200 if congress == 85 & id == 5694 replace partycode = 200 if congress == 85 & id == 4437 replace partycode = 100 if congress == 85 & id == 8051 replace partycode = 100 if congress == 85 & id == 8444 replace partycode = 200 if congress == 85 & id == 9578 replace partycode = 100 if congress == 85 & id == 8225 replace partycode = 200 if congress == 85 & id == 10249 replace partycode = 100 if congress == 85 & id == 8021 replace partycode = 200 if congress == 85 & id == 4429 replace partycode = 200 if congress == 85 & id == 1684 replace partycode = 100 if congress == 85 & id == 275 replace partycode = 200 if congress == 85 & id == 6102 replace partycode = 200 if congress == 85 & id == 8346 replace partycode = 200 if congress == 85 & id == 2174 replace partycode = 200 if congress == 85 & id == 6664 replace partycode = 200 if congress == 85 & id == 7245 replace partycode = 200 if congress == 85 & id == 8170 replace partycode = 200 if congress == 85 & id == 4172 replace partycode = 200 if congress == 85 & id == 2143 replace partycode = 100 if congress == 85 & id == 633 replace partycode = 100 if congress == 85 & id == 8507 replace partycode = 100 if congress == 85 & id == 3078 replace partycode = 100 if congress == 85 & id == 4354 replace partycode = 100 if congress == 85 & id == 8032 replace partycode = 100 if congress == 85 & id == 3929 replace partycode = 100 if congress == 85 & id == 6084 replace partycode = 100 if congress == 85 & id == 7605 replace partycode = 100 if congress == 85 & id == 7450 replace partycode = 100 if congress == 85 & id == 3286 replace partycode = 100 if congress == 85 & id == 3242 replace partycode = 100 if congress == 85 & id == 2389 replace partycode = 100 if congress == 85 & id == 9677 replace partycode = 100 if congress == 85 & id == 5459 replace partycode = 100 if congress == 85 & id == 6559 replace partycode = 100 if congress == 85 & id == 798 replace partycode = 100 if congress == 85 & id == 5436 replace partycode = 100 if congress == 85 & id == 1130 replace partycode = 100 if congress == 85 & id == 7392 replace partycode = 200 if congress == 85 & id == 1215 replace partycode = 100 if congress == 85 & id == 2433 replace partycode = 100 if congress == 85 & id == 7041 replace partycode = 200 if congress == 85 & id == 1367 replace partycode = 200 if congress == 85 & id == 6389 replace partycode = 100 if congress == 85 & id == 5326 replace partycode = 100 if congress == 85 & id == 7004 replace partycode = 100 if congress == 85 & id == 912 replace partycode = 100 if congress == 85 & id == 5654 replace partycode = 100 if congress == 85 & id == 3700 replace partycode = 100 if congress == 85 & id == 10421 replace partycode = 200 if congress == 85 & id == 1941 replace partycode = 200 if congress == 85 & id == 8426 replace partycode = 100 if congress == 85 & id == 939 replace partycode = 200 if congress == 85 & id == 1722 replace partycode = 200 if congress == 85 & id == 5120 replace partycode = 200 if congress == 85 & id == 6061 replace partycode = 200 if congress == 85 & id == 121 replace partycode = 200 if congress == 85 & id == 226 replace partycode = 200 if congress == 85 & id == 6455 replace partycode = 200 if congress == 85 & id == 1702 replace partycode = 200 if congress == 85 & id == 8533 replace partycode = 100 if congress == 85 & id == 5884 replace partycode = 200 if congress == 85 & id == 8814 replace partycode = 200 if congress == 85 & id == 9693 replace partycode = 100 if congress == 85 & id == 7610 replace partycode = 100 if congress == 85 & id == 3769 replace partycode = 100 if congress == 85 & id == 5900 replace partycode = 200 if congress == 85 & id == 3963 replace partycode = 200 if congress == 85 & id == 6933 replace partycode = 200 if congress == 85 & id == 18 replace partycode = 200 if congress == 85 & id == 550 replace partycode = 200 if congress == 85 & id == 4050 replace partycode = 200 if congress == 85 & id == 986 replace partycode = 100 if congress == 85 & id == 2517 replace partycode = 200 if congress == 85 & id == 10212 replace partycode = 200 if congress == 85 & id == 4165 replace partycode = 200 if congress == 85 & id == 1152 replace partycode = 200 if congress == 85 & id == 8288 replace partycode = 200 if congress == 85 & id == 9168 replace partycode = 200 if congress == 85 & id == 3853 replace partycode = 200 if congress == 85 & id == 5552 replace partycode = 200 if congress == 85 & id == 2256 replace partycode = 100 if congress == 85 & id == 1861 replace partycode = 200 if congress == 85 & id == 4928 replace partycode = 200 if congress == 85 & id == 4482 replace partycode = 200 if congress == 85 & id == 301 replace partycode = 200 if congress == 85 & id == 8318 replace partycode = 200 if congress == 85 & id == 3534 replace partycode = 200 if congress == 85 & id == 7799 replace partycode = 100 if congress == 85 & id == 997 replace partycode = 200 if congress == 85 & id == 8709 replace partycode = 100 if congress == 85 & id == 3809 replace partycode = 100 if congress == 85 & id == 6845 replace partycode = 200 if congress == 85 & id == 7997 replace partycode = 100 if congress == 85 & id == 1682 replace partycode = 100 if congress == 85 & id == 8778 replace partycode = 100 if congress == 85 & id == 9882 replace partycode = 100 if congress == 85 & id == 7343 replace partycode = 200 if congress == 85 & id == 8508 replace partycode = 100 if congress == 85 & id == 4275 replace partycode = 100 if congress == 85 & id == 824 replace partycode = 100 if congress == 85 & id == 10201 replace partycode = 100 if congress == 85 & id == 1081 replace partycode = 100 if congress == 85 & id == 7228 replace partycode = 100 if congress == 85 & id == 6721 replace partycode = 100 if congress == 85 & id == 9339 replace partycode = 100 if congress == 85 & id == 5757 replace partycode = 200 if congress == 85 & id == 3924 replace partycode = 100 if congress == 85 & id == 1904 replace partycode = 200 if congress == 85 & id == 6276 replace partycode = 200 if congress == 85 & id == 6481 replace partycode = 200 if congress == 85 & id == 2531 replace partycode = 100 if congress == 85 & id == 3480 replace partycode = 100 if congress == 85 & id == 3054 replace partycode = 100 if congress == 85 & id == 5463 replace partycode = 200 if congress == 85 & id == 4785 replace partycode = 100 if congress == 85 & id == 3374 replace partycode = 200 if congress == 85 & id == 4372 replace partycode = 100 if congress == 85 & id == 830 replace partycode = 100 if congress == 85 & id == 7408 replace partycode = 100 if congress == 85 & id == 2660 replace partycode = 200 if congress == 85 & id == 8024 replace partycode = 200 if congress == 85 & id == 518 replace partycode = 100 if congress == 85 & id == 5447 replace partycode = 100 if congress == 85 & id == 5873 replace partycode = 200 if congress == 85 & id == 6922 replace partycode = 200 if congress == 85 & id == 2272 replace partycode = 100 if congress == 85 & id == 7081 replace partycode = 100 if congress == 85 & id == 6177 replace partycode = 200 if congress == 85 & id == 10095 replace partycode = 200 if congress == 85 & id == 6033 replace partycode = 100 if congress == 85 & id == 5880 replace partycode = 200 if congress == 85 & id == 6399 replace partycode = 200 if congress == 85 & id == 4935 replace partycode = 200 if congress == 85 & id == 4487 replace partycode = 200 if congress == 85 & id == 3268 replace partycode = 200 if congress == 85 & id == 1620 replace partycode = 200 if congress == 85 & id == 6280 replace partycode = 200 if congress == 85 & id == 652 replace partycode = 200 if congress == 85 & id == 3824 replace partycode = 200 if congress == 85 & id == 1610 replace partycode = 200 if congress == 85 & id == 5349 replace partycode = 200 if congress == 85 & id == 639 replace partycode = 100 if congress == 85 & id == 2594 replace partycode = 100 if congress == 85 & id == 7682 replace partycode = 100 if congress == 85 & id == 2605 replace partycode = 100 if congress == 85 & id == 5617 replace partycode = 100 if congress == 85 & id == 3830 replace partycode = 200 if congress == 85 & id == 1087 replace partycode = 200 if congress == 85 & id == 188 replace partycode = 200 if congress == 85 & id == 7671 replace partycode = 200 if congress == 85 & id == 7044 replace partycode = 100 if congress == 85 & id == 10092 replace partycode = 100 if congress == 85 & id == 6134 replace partycode = 200 if congress == 85 & id == 5083 replace partycode = 100 if congress == 85 & id == 5998 replace partycode = 200 if congress == 85 & id == 158 replace partycode = 100 if congress == 85 & id == 789 replace partycode = 100 if congress == 85 & id == 5351 replace partycode = 100 if congress == 85 & id == 13 replace partycode = 100 if congress == 85 & id == 10075 replace partycode = 100 if congress == 85 & id == 8616 replace partycode = 100 if congress == 85 & id == 10162 replace partycode = 100 if congress == 85 & id == 10279 replace partycode = 100 if congress == 85 & id == 1952 replace partycode = 100 if congress == 85 & id == 5097 replace partycode = 200 if congress == 85 & id == 2275 replace partycode = 100 if congress == 85 & id == 9072 replace partycode = 100 if congress == 85 & id == 1717 replace partycode = 100 if congress == 85 & id == 835 replace partycode = 100 if congress == 85 & id == 4724 replace partycode = 100 if congress == 85 & id == 1103 replace partycode = 100 if congress == 85 & id == 1517 replace partycode = 100 if congress == 85 & id == 1479 replace partycode = 100 if congress == 85 & id == 5056 replace partycode = 100 if congress == 85 & id == 6765 replace partycode = 100 if congress == 85 & id == 6442 replace partycode = 100 if congress == 85 & id == 177 replace partycode = 200 if congress == 85 & id == 9895 replace partycode = 200 if congress == 85 & id == 2255 replace partycode = 200 if congress == 85 & id == 4134 replace partycode = 200 if congress == 85 & id == 6474 replace partycode = 100 if congress == 85 & id == 433 replace partycode = 200 if congress == 85 & id == 6437 replace partycode = 200 if congress == 85 & id == 503 replace partycode = 200 if congress == 85 & id == 10314 replace partycode = 200 if congress == 85 & id == 3629 replace partycode = 200 if congress == 85 & id == 291 replace partycode = 100 if congress == 85 & id == 9322 replace partycode = 200 if congress == 85 & id == 3364 replace partycode = 200 if congress == 85 & id == 2804 replace partycode = 200 if congress == 85 & id == 10091 replace partycode = 200 if congress == 85 & id == 1476 replace partycode = 200 if congress == 85 & id == 7101 replace partycode = 100 if congress == 85 & id == 8010 replace partycode = 100 if congress == 85 & id == 46 replace partycode = 200 if congress == 85 & id == 5109 replace partycode = 100 if congress == 85 & id == 8506 replace partycode = 200 if congress == 85 & id == 2484 replace partycode = 100 if congress == 85 & id == 92484 replace partycode = 100 if congress == 85 & id == 6611 replace partycode = 100 if congress == 85 & id == 2490 replace partycode = 200 if congress == 85 & id == 9716 replace partycode = 200 if congress == 85 & id == 2523 replace partycode = 200 if congress == 85 & id == 563 replace partycode = 200 if congress == 85 & id == 5488 replace partycode = 200 if congress == 85 & id == 868 replace partycode = 100 if congress == 85 & id == 4548 replace partycode = 100 if congress == 85 & id == 2476 replace partycode = 100 if congress == 85 & id == 205 replace partycode = 100 if congress == 85 & id == 5199 replace partycode = 100 if congress == 85 & id == 5148 replace partycode = 100 if congress == 85 & id == 1611 replace partycode = 200 if congress == 85 & id == 2671 replace partycode = 100 if congress == 85 & id == 6792 replace partycode = 100 if congress == 85 & id == 8049 replace partycode = 200 if congress == 85 & id == 7749 replace partycode = 100 if congress == 85 & id == 7568 replace partycode = 200 if congress == 85 & id == 2089 replace partycode = 100 if congress == 85 & id == 8214 replace partycode = 100 if congress == 85 & id == 3056 replace partycode = 100 if congress == 85 & id == 9248 replace partycode = 100 if congress == 85 & id == 10464 replace partycode = 100 if congress == 85 & id == 4262 replace partycode = 100 if congress == 85 & id == 2646 replace partycode = 100 if congress == 85 & id == 1205 replace partycode = 200 if congress == 85 & id == 3158 replace partycode = 200 if congress == 85 & id == 2665 replace partycode = 200 if congress == 85 & id == 3888 replace partycode = 200 if congress == 85 & id == 8177 replace partycode = 200 if congress == 85 & id == 9978 replace partycode = 100 if congress == 85 & id == 7003 replace partycode = 200 if congress == 85 & id == 9203 replace partycode = 200 if congress == 85 & id == 5110 replace partycode = 200 if congress == 85 & id == 5235 replace partycode = 200 if congress == 85 & id == 10191 replace partycode = 200 if congress == 85 & id == 7901 replace partycode = 200 if congress == 85 & id == 9144 replace partycode = 200 if congress == 85 & id == 1931 replace partycode = 200 if congress == 85 & id == 7995 replace partycode = 200 if congress == 85 & id == 5116 replace partycode = 200 if congress == 85 & id == 7102 replace partycode = 200 if congress == 85 & id == 6516 replace partycode = 200 if congress == 85 & id == 7687 replace partycode = 200 if congress == 85 & id == 7453 replace partycode = 200 if congress == 85 & id == 7781 replace partycode = 100 if congress == 85 & id == 846 replace partycode = 100 if congress == 85 & id == 3321 replace partycode = 100 if congress == 85 & id == 431 replace partycode = 100 if congress == 85 & id == 2032 replace partycode = 100 if congress == 85 & id == 8311 replace partycode = 100 if congress == 85 & id == 2791 replace partycode = 100 if congress == 85 & id == 5606 replace partycode = 100 if congress == 85 & id == 5306 replace partycode = 100 if congress == 85 & id == 82 replace partycode = 200 if congress == 85 & id == 5019 replace partycode = 100 if congress == 85 & id == 10060 replace partycode = 100 if congress == 85 & id == 8495 replace partycode = 200 if congress == 85 & id == 5370 replace partycode = 200 if congress == 85 & id == 1254 replace partycode = 200 if congress == 85 & id == 8260 replace partycode = 200 if congress == 85 & id == 4373 replace partycode = 200 if congress == 85 & id == 8258 replace partycode = 200 if congress == 85 & id == 6204 replace partycode = 200 if congress == 85 & id == 1839 replace partycode = 100 if congress == 85 & id == 7506 replace partycode = 200 if congress == 85 & id == 1104 replace partycode = 200 if congress == 85 & id == 680 replace partycode = 100 if congress == 85 & id == 267 replace partycode = 200 if congress == 85 & id == 4917 replace partycode = 200 if congress == 85 & id == 2504 replace partycode = 200 if congress == 85 & id == 9688 replace partycode = 200 if congress == 85 & id == 521 replace partycode = 200 if congress == 85 & id == 310 replace partycode = 200 if congress == 85 & id == 4311 replace partycode = 200 if congress == 85 & id == 891 replace partycode = 200 if congress == 85 & id == 6262 replace partycode = 100 if congress == 85 & id == 4247 replace partycode = 100 if congress == 85 & id == 5301 replace partycode = 100 if congress == 85 & id == 3092 replace partycode = 100 if congress == 85 & id == 9623 replace partycode = 200 if congress == 85 & id == 837 replace partycode = 200 if congress == 85 & id == 6548 replace partycode = 200 if congress == 85 & id == 590 replace partycode = 100 if congress == 85 & id == 2854 replace partycode = 100 if congress == 85 & id == 62 replace partycode = 100 if congress == 85 & id == 8866 replace partycode = 100 if congress == 85 & id == 4891 replace partycode = 100 if congress == 85 & id == 6718 replace partycode = 200 if congress == 85 & id == 6955 replace partycode = 100 if congress == 85 & id == 9551 replace partycode = 100 if congress == 85 & id == 3775 replace partycode = 100 if congress == 85 & id == 7533 replace partycode = 100 if congress == 85 & id == 465 replace partycode = 100 if congress == 85 & id == 3743 replace partycode = 100 if congress == 85 & id == 1368 replace partycode = 100 if congress == 85 & id == 1719 replace partycode = 100 if congress == 85 & id == 6936 replace partycode = 100 if congress == 85 & id == 3785 replace partycode = 200 if congress == 85 & id == 8301 replace partycode = 200 if congress == 85 & id == 4880 replace partycode = 200 if congress == 85 & id == 2266 replace partycode = 200 if congress == 85 & id == 2298 replace partycode = 200 if congress == 85 & id == 1533 replace partycode = 100 if congress == 85 & id == 3224 replace partycode = 200 if congress == 85 & id == 3105 replace partycode = 200 if congress == 85 & id == 6169 replace partycode = 200 if congress == 85 & id == 5404 replace partycode = 100 if congress == 85 & id == 7844 replace partycode = 100 if congress == 85 & id == 9791 replace partycode = 200 if congress == 85 & id == 6795 replace partycode = 200 if congress == 85 & id == 1328 replace partycode = 200 if congress == 85 & id == 8532 replace partycode = 200 if congress == 85 & id == 8857 replace partycode = 200 if congress == 85 & id == 9645 replace partycode = 100 if congress == 85 & id == 5136 replace partycode = 100 if congress == 85 & id == 2513 replace partycode = 200 if congress == 85 & id == 8247 replace partycode = 200 if congress == 85 & id == 3510 replace partycode = 200 if congress == 85 & id == 5112 replace partycode = 100 if congress == 85 & id == 1763 replace partycode = 100 if congress == 85 & id == 6685 replace partycode = 200 if congress == 85 & id == 3409 replace partycode = 100 if congress == 85 & id == 2833 replace partycode = 200 if congress == 85 & id == 2065 replace partycode = 100 if congress == 85 & id == 4518 replace partycode = 100 if congress == 85 & id == 3264 replace partycode = 100 if congress == 85 & id == 3246 replace partycode = 100 if congress == 85 & id == 7925 replace partycode = 100 if congress == 85 & id == 7908 replace partycode = 100 if congress == 85 & id == 2672 replace partycode = 100 if congress == 85 & id == 270 replace partycode = 100 if congress == 85 & id == 4299 replace partycode = 100 if congress == 85 & id == 6353 replace partycode = 100 if congress == 85 & id == 6256 replace partycode = 200 if congress == 85 & id == 672 replace partycode = 200 if congress == 85 & id == 7777 replace partycode = 200 if congress == 85 & id == 364 replace partycode = 100 if congress == 85 & id == 3346 replace partycode = 100 if congress == 85 & id == 3034 replace partycode = 100 if congress == 85 & id == 5783 replace partycode = 100 if congress == 85 & id == 504 replace partycode = 100 if congress == 85 & id == 6826 replace partycode = 100 if congress == 85 & id == 2049 replace partycode = 100 if congress == 85 & id == 3028 replace partycode = 100 if congress == 85 & id == 2376 replace partycode = 100 if congress == 85 & id == 7232 replace partycode = 100 if congress == 85 & id == 1077 replace partycode = 100 if congress == 85 & id == 567 replace partycode = 100 if congress == 85 & id == 7753 replace partycode = 200 if congress == 85 & id == 93 replace partycode = 100 if congress == 85 & id == 9241 replace partycode = 100 if congress == 85 & id == 2700 replace partycode = 100 if congress == 85 & id == 9284 replace partycode = 100 if congress == 85 & id == 9320 replace partycode = 100 if congress == 85 & id == 9356 replace partycode = 100 if congress == 85 & id == 7498 replace partycode = 100 if congress == 85 & id == 10391 replace partycode = 100 if congress == 85 & id == 4796 replace partycode = 100 if congress == 85 & id == 10446 replace partycode = 100 if congress == 85 & id == 5241 replace partycode = 100 if congress == 85 & id == 8147 replace partycode = 100 if congress == 85 & id == 1282 replace partycode = 100 if congress == 85 & id == 8035 replace partycode = 100 if congress == 85 & id == 5924 replace partycode = 100 if congress == 85 & id == 5236 replace partycode = 100 if congress == 85 & id == 3171 replace partycode = 100 if congress == 85 & id == 2588 replace partycode = 200 if congress == 85 & id == 2616 replace partycode = 200 if congress == 85 & id == 2430 replace partycode = 200 if congress == 85 & id == 7637 replace partycode = 100 if congress == 85 & id == 7969 replace partycode = 100 if congress == 85 & id == 4064 replace partycode = 100 if congress == 85 & id == 3499 replace partycode = 100 if congress == 85 & id == 2 replace partycode = 100 if congress == 85 & id == 9494 replace partycode = 200 if congress == 85 & id == 7500 replace partycode = 100 if congress == 85 & id == 4125 replace partycode = 100 if congress == 85 & id == 8636 replace partycode = 100 if congress == 85 & id == 4927 replace partycode = 200 if congress == 85 & id == 1154 replace partycode = 200 if congress == 85 & id == 7313 replace partycode = 200 if congress == 85 & id == 9968 replace partycode = 200 if congress == 85 & id == 5885 replace partycode = 200 if congress == 85 & id == 4537 replace partycode = 200 if congress == 85 & id == 4579 replace partycode = 200 if congress == 85 & id == 9409 replace partycode = 100 if congress == 85 & id == 5912 replace partycode = 200 if congress == 85 & id == 6626 replace partycode = 100 if congress == 85 & id == 8824 replace partycode = 100 if congress == 85 & id == 339 replace partycode = 200 if congress == 85 & id == 6851 replace partycode = 100 if congress == 85 & id == 5118 replace partycode = 100 if congress == 85 & id == 1366 replace partycode = 200 if congress == 85 & id == 8663 replace partycode = 200 if congress == 85 & id == 9267 replace partycode = 200 if congress == 85 & id == 10299 replace partycode = 100 if congress == 85 & id == 10463 replace partycode = 100 if congress == 85 & id == 7824 replace partycode = 200 if congress == 85 & id == 9627 replace partycode = 200 if congress == 85 & id == 5410 replace partycode = 200 if congress == 85 & id == 1371 replace partycode = 100 if congress == 85 & id == 4977 replace partycode = 200 if congress == 85 & id == 7046 replace partycode = 200 if congress == 85 & id == 9350 replace partycode = 200 if congress == 86 & id == 99901 replace partycode = 100 if congress == 86 & id == 937 replace partycode = 100 if congress == 86 & id == 3754 replace partycode = 100 if congress == 86 & id == 195 replace partycode = 100 if congress == 86 & id == 7954 replace partycode = 100 if congress == 86 & id == 7695 replace partycode = 100 if congress == 86 & id == 8353 replace partycode = 100 if congress == 86 & id == 2909 replace partycode = 100 if congress == 86 & id == 5058 replace partycode = 100 if congress == 86 & id == 4686 replace partycode = 100 if congress == 86 & id == 7926 replace partycode = 200 if congress == 86 & id == 7845 replace partycode = 100 if congress == 86 & id == 9549 replace partycode = 100 if congress == 86 & id == 3506 replace partycode = 100 if congress == 86 & id == 6532 replace partycode = 100 if congress == 86 & id == 9473 replace partycode = 100 if congress == 86 & id == 4110 replace partycode = 329 if congress == 86 & id == 92 replace partycode = 100 if congress == 86 & id == 6958 replace partycode = 100 if congress == 86 & id == 6477 replace partycode = 100 if congress == 86 & id == 4957 replace partycode = 100 if congress == 86 & id == 6756 replace partycode = 200 if congress == 86 & id == 5929 replace partycode = 100 if congress == 86 & id == 8437 replace partycode = 200 if congress == 86 & id == 387 replace partycode = 100 if congress == 86 & id == 1911 replace partycode = 100 if congress == 86 & id == 6483 replace partycode = 200 if congress == 86 & id == 10461 replace partycode = 200 if congress == 86 & id == 3867 replace partycode = 100 if congress == 86 & id == 6240 replace partycode = 100 if congress == 86 & id == 8549 replace partycode = 200 if congress == 86 & id == 9240 replace partycode = 100 if congress == 86 & id == 3901 replace partycode = 200 if congress == 86 & id == 6220 replace partycode = 200 if congress == 86 & id == 4846 replace partycode = 100 if congress == 86 & id == 5255 replace partycode = 200 if congress == 86 & id == 4592 replace partycode = 100 if congress == 86 & id == 4514 replace partycode = 200 if congress == 86 & id == 8628 replace partycode = 200 if congress == 86 & id == 4388 replace partycode = 200 if congress == 86 & id == 4543 replace partycode = 100 if congress == 86 & id == 2713 replace partycode = 200 if congress == 86 & id == 5694 replace partycode = 100 if congress == 86 & id == 5099 replace partycode = 100 if congress == 86 & id == 8051 replace partycode = 100 if congress == 86 & id == 8444 replace partycode = 200 if congress == 86 & id == 9578 replace partycode = 100 if congress == 86 & id == 8225 replace partycode = 200 if congress == 86 & id == 10249 replace partycode = 100 if congress == 86 & id == 8021 replace partycode = 100 if congress == 86 & id == 4943 replace partycode = 200 if congress == 86 & id == 1684 replace partycode = 100 if congress == 86 & id == 275 replace partycode = 100 if congress == 86 & id == 2295 replace partycode = 100 if congress == 86 & id == 913 replace partycode = 100 if congress == 86 & id == 3553 replace partycode = 100 if congress == 86 & id == 4824 replace partycode = 100 if congress == 86 & id == 6586 replace partycode = 100 if congress == 86 & id == 5362 replace partycode = 100 if congress == 86 & id == 6224 replace partycode = 200 if congress == 86 & id == 2143 replace partycode = 100 if congress == 86 & id == 633 replace partycode = 100 if congress == 86 & id == 8507 replace partycode = 100 if congress == 86 & id == 3078 replace partycode = 100 if congress == 86 & id == 4354 replace partycode = 100 if congress == 86 & id == 8032 replace partycode = 100 if congress == 86 & id == 3929 replace partycode = 100 if congress == 86 & id == 6084 replace partycode = 100 if congress == 86 & id == 7605 replace partycode = 100 if congress == 86 & id == 7450 replace partycode = 100 if congress == 86 & id == 3286 replace partycode = 100 if congress == 86 & id == 3242 replace partycode = 100 if congress == 86 & id == 2389 replace partycode = 100 if congress == 86 & id == 9677 replace partycode = 100 if congress == 86 & id == 6559 replace partycode = 100 if congress == 86 & id == 798 replace partycode = 100 if congress == 86 & id == 5436 replace partycode = 100 if congress == 86 & id == 1130 replace partycode = 100 if congress == 86 & id == 4812 replace partycode = 100 if congress == 86 & id == 7392 replace partycode = 200 if congress == 86 & id == 1215 replace partycode = 100 if congress == 86 & id == 2433 replace partycode = 100 if congress == 86 & id == 7041 replace partycode = 100 if congress == 86 & id == 6816 replace partycode = 200 if congress == 86 & id == 2525 replace partycode = 100 if congress == 86 & id == 5326 replace partycode = 100 if congress == 86 & id == 7004 replace partycode = 100 if congress == 86 & id == 5654 replace partycode = 100 if congress == 86 & id == 8080 replace partycode = 100 if congress == 86 & id == 10421 replace partycode = 200 if congress == 86 & id == 1941 replace partycode = 100 if congress == 86 & id == 7642 replace partycode = 100 if congress == 86 & id == 939 replace partycode = 200 if congress == 86 & id == 1722 replace partycode = 200 if congress == 86 & id == 4488 replace partycode = 200 if congress == 86 & id == 6061 replace partycode = 200 if congress == 86 & id == 121 replace partycode = 200 if congress == 86 & id == 226 replace partycode = 200 if congress == 86 & id == 6455 replace partycode = 200 if congress == 86 & id == 1702 replace partycode = 200 if congress == 86 & id == 8527 replace partycode = 100 if congress == 86 & id == 5884 replace partycode = 200 if congress == 86 & id == 8814 replace partycode = 100 if congress == 86 & id == 8474 replace partycode = 100 if congress == 86 & id == 7610 replace partycode = 100 if congress == 86 & id == 3769 replace partycode = 100 if congress == 86 & id == 5900 replace partycode = 200 if congress == 86 & id == 3963 replace partycode = 100 if congress == 86 & id == 948 replace partycode = 200 if congress == 86 & id == 18 replace partycode = 100 if congress == 86 & id == 8084 replace partycode = 100 if congress == 86 & id == 9801 replace partycode = 200 if congress == 86 & id == 986 replace partycode = 100 if congress == 86 & id == 2517 replace partycode = 100 if congress == 86 & id == 4494 replace partycode = 100 if congress == 86 & id == 4081 replace partycode = 100 if congress == 86 & id == 458 replace partycode = 200 if congress == 86 & id == 8288 replace partycode = 100 if congress == 86 & id == 10308 replace partycode = 200 if congress == 86 & id == 3853 replace partycode = 100 if congress == 86 & id == 1549 replace partycode = 200 if congress == 86 & id == 5385 replace partycode = 100 if congress == 86 & id == 8672 replace partycode = 100 if congress == 86 & id == 1861 replace partycode = 200 if congress == 86 & id == 4928 replace partycode = 200 if congress == 86 & id == 4482 replace partycode = 200 if congress == 86 & id == 301 replace partycode = 100 if congress == 86 & id == 3535 replace partycode = 100 if congress == 86 & id == 4071 replace partycode = 200 if congress == 86 & id == 7799 replace partycode = 100 if congress == 86 & id == 997 replace partycode = 200 if congress == 86 & id == 8709 replace partycode = 100 if congress == 86 & id == 9056 replace partycode = 100 if congress == 86 & id == 6845 replace partycode = 100 if congress == 86 & id == 1264 replace partycode = 100 if congress == 86 & id == 1682 replace partycode = 100 if congress == 86 & id == 8778 replace partycode = 100 if congress == 86 & id == 9882 replace partycode = 100 if congress == 86 & id == 7343 replace partycode = 200 if congress == 86 & id == 8508 replace partycode = 100 if congress == 86 & id == 4275 replace partycode = 100 if congress == 86 & id == 824 replace partycode = 100 if congress == 86 & id == 10201 replace partycode = 100 if congress == 86 & id == 1081 replace partycode = 100 if congress == 86 & id == 7228 replace partycode = 100 if congress == 86 & id == 6721 replace partycode = 100 if congress == 86 & id == 9339 replace partycode = 100 if congress == 86 & id == 6386 replace partycode = 100 if congress == 86 & id == 7061 replace partycode = 100 if congress == 86 & id == 1904 replace partycode = 200 if congress == 86 & id == 6276 replace partycode = 100 if congress == 86 & id == 4993 replace partycode = 100 if congress == 86 & id == 1018 replace partycode = 100 if congress == 86 & id == 3480 replace partycode = 100 if congress == 86 & id == 3054 replace partycode = 100 if congress == 86 & id == 5463 replace partycode = 100 if congress == 86 & id == 3249 replace partycode = 100 if congress == 86 & id == 3374 replace partycode = 200 if congress == 86 & id == 2009 replace partycode = 100 if congress == 86 & id == 830 replace partycode = 100 if congress == 86 & id == 7408 replace partycode = 100 if congress == 86 & id == 2660 replace partycode = 200 if congress == 86 & id == 8024 replace partycode = 200 if congress == 86 & id == 518 replace partycode = 100 if congress == 86 & id == 5447 replace partycode = 100 if congress == 86 & id == 5873 replace partycode = 200 if congress == 86 & id == 5131 replace partycode = 200 if congress == 86 & id == 2272 replace partycode = 100 if congress == 86 & id == 7081 replace partycode = 100 if congress == 86 & id == 6177 replace partycode = 100 if congress == 86 & id == 1265 replace partycode = 200 if congress == 86 & id == 6033 replace partycode = 100 if congress == 86 & id == 5880 replace partycode = 200 if congress == 86 & id == 6399 replace partycode = 200 if congress == 86 & id == 4935 replace partycode = 200 if congress == 86 & id == 4487 replace partycode = 200 if congress == 86 & id == 3268 replace partycode = 200 if congress == 86 & id == 1620 replace partycode = 100 if congress == 86 & id == 7043 replace partycode = 200 if congress == 86 & id == 652 replace partycode = 200 if congress == 86 & id == 3824 replace partycode = 200 if congress == 86 & id == 1610 replace partycode = 200 if congress == 86 & id == 5349 replace partycode = 200 if congress == 86 & id == 639 replace partycode = 100 if congress == 86 & id == 2594 replace partycode = 100 if congress == 86 & id == 7682 replace partycode = 100 if congress == 86 & id == 2605 replace partycode = 100 if congress == 86 & id == 5617 replace partycode = 100 if congress == 86 & id == 3830 replace partycode = 200 if congress == 86 & id == 1087 replace partycode = 200 if congress == 86 & id == 7671 replace partycode = 200 if congress == 86 & id == 6860 replace partycode = 100 if congress == 86 & id == 10092 replace partycode = 100 if congress == 86 & id == 5098 replace partycode = 200 if congress == 86 & id == 5083 replace partycode = 100 if congress == 86 & id == 5998 replace partycode = 200 if congress == 86 & id == 158 replace partycode = 100 if congress == 86 & id == 789 replace partycode = 200 if congress == 86 & id == 5451 replace partycode = 100 if congress == 86 & id == 13 replace partycode = 100 if congress == 86 & id == 10075 replace partycode = 100 if congress == 86 & id == 8616 replace partycode = 100 if congress == 86 & id == 10162 replace partycode = 100 if congress == 86 & id == 10279 replace partycode = 100 if congress == 86 & id == 1952 replace partycode = 100 if congress == 86 & id == 5097 replace partycode = 200 if congress == 86 & id == 2275 replace partycode = 100 if congress == 86 & id == 9072 replace partycode = 100 if congress == 86 & id == 1717 replace partycode = 100 if congress == 86 & id == 7717 replace partycode = 100 if congress == 86 & id == 835 replace partycode = 100 if congress == 86 & id == 4724 replace partycode = 100 if congress == 86 & id == 1103 replace partycode = 100 if congress == 86 & id == 1517 replace partycode = 100 if congress == 86 & id == 1479 replace partycode = 100 if congress == 86 & id == 5056 replace partycode = 100 if congress == 86 & id == 6765 replace partycode = 100 if congress == 86 & id == 6442 replace partycode = 100 if congress == 86 & id == 177 replace partycode = 200 if congress == 86 & id == 9895 replace partycode = 200 if congress == 86 & id == 2255 replace partycode = 100 if congress == 86 & id == 1050 replace partycode = 100 if congress == 86 & id == 6253 replace partycode = 100 if congress == 86 & id == 433 replace partycode = 200 if congress == 86 & id == 6437 replace partycode = 200 if congress == 86 & id == 503 replace partycode = 200 if congress == 86 & id == 1393 replace partycode = 200 if congress == 86 & id == 3629 replace partycode = 200 if congress == 86 & id == 291 replace partycode = 100 if congress == 86 & id == 9322 replace partycode = 200 if congress == 86 & id == 3364 replace partycode = 200 if congress == 86 & id == 2804 replace partycode = 200 if congress == 86 & id == 10091 replace partycode = 200 if congress == 86 & id == 1476 replace partycode = 200 if congress == 86 & id == 7101 replace partycode = 100 if congress == 86 & id == 8010 replace partycode = 100 if congress == 86 & id == 46 replace partycode = 200 if congress == 86 & id == 9775 replace partycode = 100 if congress == 86 & id == 3433 replace partycode = 100 if congress == 86 & id == 2329 replace partycode = 100 if congress == 86 & id == 6717 replace partycode = 100 if congress == 86 & id == 6611 replace partycode = 200 if congress == 86 & id == 9716 replace partycode = 200 if congress == 86 & id == 2523 replace partycode = 200 if congress == 86 & id == 563 replace partycode = 200 if congress == 86 & id == 3967 replace partycode = 200 if congress == 86 & id == 868 replace partycode = 100 if congress == 86 & id == 4548 replace partycode = 100 if congress == 86 & id == 2476 replace partycode = 100 if congress == 86 & id == 205 replace partycode = 100 if congress == 86 & id == 5199 replace partycode = 100 if congress == 86 & id == 5148 replace partycode = 100 if congress == 86 & id == 1611 replace partycode = 200 if congress == 86 & id == 2671 replace partycode = 100 if congress == 86 & id == 6792 replace partycode = 100 if congress == 86 & id == 8049 replace partycode = 200 if congress == 86 & id == 7749 replace partycode = 100 if congress == 86 & id == 7568 replace partycode = 200 if congress == 86 & id == 5678 replace partycode = 100 if congress == 86 & id == 8214 replace partycode = 100 if congress == 86 & id == 3056 replace partycode = 100 if congress == 86 & id == 9248 replace partycode = 100 if congress == 86 & id == 10464 replace partycode = 100 if congress == 86 & id == 4262 replace partycode = 100 if congress == 86 & id == 2646 replace partycode = 100 if congress == 86 & id == 3575 replace partycode = 100 if congress == 86 & id == 1205 replace partycode = 200 if congress == 86 & id == 3158 replace partycode = 200 if congress == 86 & id == 2665 replace partycode = 200 if congress == 86 & id == 476 replace partycode = 200 if congress == 86 & id == 8177 replace partycode = 200 if congress == 86 & id == 9978 replace partycode = 100 if congress == 86 & id == 7003 replace partycode = 200 if congress == 86 & id == 9203 replace partycode = 100 if congress == 86 & id == 9017 replace partycode = 200 if congress == 86 & id == 5235 replace partycode = 200 if congress == 86 & id == 7467 replace partycode = 200 if congress == 86 & id == 7901 replace partycode = 200 if congress == 86 & id == 9144 replace partycode = 200 if congress == 86 & id == 7995 replace partycode = 200 if congress == 86 & id == 9920 replace partycode = 200 if congress == 86 & id == 7102 replace partycode = 200 if congress == 86 & id == 6516 replace partycode = 100 if congress == 86 & id == 2752 replace partycode = 200 if congress == 86 & id == 7453 replace partycode = 200 if congress == 86 & id == 7781 replace partycode = 200 if congress == 86 & id == 3670 replace partycode = 100 if congress == 86 & id == 846 replace partycode = 100 if congress == 86 & id == 3321 replace partycode = 100 if congress == 86 & id == 431 replace partycode = 100 if congress == 86 & id == 2032 replace partycode = 100 if congress == 86 & id == 8311 replace partycode = 100 if congress == 86 & id == 2791 replace partycode = 100 if congress == 86 & id == 5606 replace partycode = 100 if congress == 86 & id == 5306 replace partycode = 100 if congress == 86 & id == 82 replace partycode = 200 if congress == 86 & id == 5019 replace partycode = 100 if congress == 86 & id == 10060 replace partycode = 100 if congress == 86 & id == 3936 replace partycode = 100 if congress == 86 & id == 9230 replace partycode = 200 if congress == 86 & id == 8485 replace partycode = 100 if congress == 86 & id == 1252 replace partycode = 200 if congress == 86 & id == 8260 replace partycode = 200 if congress == 86 & id == 4373 replace partycode = 200 if congress == 86 & id == 8258 replace partycode = 200 if congress == 86 & id == 6204 replace partycode = 200 if congress == 86 & id == 5495 replace partycode = 100 if congress == 86 & id == 7506 replace partycode = 200 if congress == 86 & id == 1104 replace partycode = 200 if congress == 86 & id == 680 replace partycode = 100 if congress == 86 & id == 267 replace partycode = 100 if congress == 86 & id == 6579 replace partycode = 100 if congress == 86 & id == 2023 replace partycode = 200 if congress == 86 & id == 2533 replace partycode = 200 if congress == 86 & id == 521 replace partycode = 200 if congress == 86 & id == 310 replace partycode = 200 if congress == 86 & id == 4311 replace partycode = 200 if congress == 86 & id == 891 replace partycode = 100 if congress == 86 & id == 5625 replace partycode = 100 if congress == 86 & id == 4247 replace partycode = 100 if congress == 86 & id == 5301 replace partycode = 100 if congress == 86 & id == 3092 replace partycode = 100 if congress == 86 & id == 9623 replace partycode = 200 if congress == 86 & id == 837 replace partycode = 200 if congress == 86 & id == 6548 replace partycode = 200 if congress == 86 & id == 590 replace partycode = 100 if congress == 86 & id == 2854 replace partycode = 100 if congress == 86 & id == 62 replace partycode = 100 if congress == 86 & id == 8866 replace partycode = 100 if congress == 86 & id == 4891 replace partycode = 100 if congress == 86 & id == 6718 replace partycode = 200 if congress == 86 & id == 6955 replace partycode = 100 if congress == 86 & id == 9551 replace partycode = 100 if congress == 86 & id == 3775 replace partycode = 100 if congress == 86 & id == 7533 replace partycode = 100 if congress == 86 & id == 465 replace partycode = 100 if congress == 86 & id == 3743 replace partycode = 100 if congress == 86 & id == 1368 replace partycode = 100 if congress == 86 & id == 6936 replace partycode = 100 if congress == 86 & id == 3785 replace partycode = 100 if congress == 86 & id == 9408 replace partycode = 200 if congress == 86 & id == 6524 replace partycode = 200 if congress == 86 & id == 2266 replace partycode = 200 if congress == 86 & id == 2298 replace partycode = 100 if congress == 86 & id == 7634 replace partycode = 100 if congress == 86 & id == 3224 replace partycode = 200 if congress == 86 & id == 3105 replace partycode = 200 if congress == 86 & id == 5404 replace partycode = 100 if congress == 86 & id == 7844 replace partycode = 100 if congress == 86 & id == 9791 replace partycode = 200 if congress == 86 & id == 6795 replace partycode = 200 if congress == 86 & id == 1328 replace partycode = 200 if congress == 86 & id == 8268 replace partycode = 200 if congress == 86 & id == 8532 replace partycode = 200 if congress == 86 & id == 2910 replace partycode = 100 if congress == 86 & id == 7673 replace partycode = 200 if congress == 86 & id == 9645 replace partycode = 100 if congress == 86 & id == 2513 replace partycode = 200 if congress == 86 & id == 8247 replace partycode = 200 if congress == 86 & id == 3510 replace partycode = 200 if congress == 86 & id == 5112 replace partycode = 100 if congress == 86 & id == 1763 replace partycode = 100 if congress == 86 & id == 6685 replace partycode = 200 if congress == 86 & id == 3409 replace partycode = 100 if congress == 86 & id == 6661 replace partycode = 200 if congress == 86 & id == 2065 replace partycode = 100 if congress == 86 & id == 4518 replace partycode = 100 if congress == 86 & id == 3264 replace partycode = 100 if congress == 86 & id == 3246 replace partycode = 100 if congress == 86 & id == 7925 replace partycode = 100 if congress == 86 & id == 7908 replace partycode = 100 if congress == 86 & id == 2672 replace partycode = 100 if congress == 86 & id == 270 replace partycode = 100 if congress == 86 & id == 4299 replace partycode = 100 if congress == 86 & id == 6353 replace partycode = 100 if congress == 86 & id == 6256 replace partycode = 200 if congress == 86 & id == 672 replace partycode = 200 if congress == 86 & id == 7777 replace partycode = 200 if congress == 86 & id == 364 replace partycode = 100 if congress == 86 & id == 3346 replace partycode = 100 if congress == 86 & id == 3034 replace partycode = 100 if congress == 86 & id == 5783 replace partycode = 100 if congress == 86 & id == 504 replace partycode = 100 if congress == 86 & id == 6826 replace partycode = 100 if congress == 86 & id == 3028 replace partycode = 100 if congress == 86 & id == 2376 replace partycode = 100 if congress == 86 & id == 7232 replace partycode = 100 if congress == 86 & id == 1077 replace partycode = 100 if congress == 86 & id == 567 replace partycode = 100 if congress == 86 & id == 7753 replace partycode = 200 if congress == 86 & id == 93 replace partycode = 100 if congress == 86 & id == 9241 replace partycode = 100 if congress == 86 & id == 2700 replace partycode = 100 if congress == 86 & id == 9284 replace partycode = 100 if congress == 86 & id == 9320 replace partycode = 100 if congress == 86 & id == 9356 replace partycode = 100 if congress == 86 & id == 7498 replace partycode = 100 if congress == 86 & id == 10391 replace partycode = 100 if congress == 86 & id == 4796 replace partycode = 100 if congress == 86 & id == 10446 replace partycode = 100 if congress == 86 & id == 5241 replace partycode = 100 if congress == 86 & id == 8147 replace partycode = 100 if congress == 86 & id == 1282 replace partycode = 100 if congress == 86 & id == 8035 replace partycode = 100 if congress == 86 & id == 5924 replace partycode = 100 if congress == 86 & id == 5236 replace partycode = 100 if congress == 86 & id == 3171 replace partycode = 100 if congress == 86 & id == 1577 replace partycode = 200 if congress == 86 & id == 2616 replace partycode = 100 if congress == 86 & id == 5258 replace partycode = 100 if congress == 86 & id == 6451 replace partycode = 100 if congress == 86 & id == 2706 replace partycode = 100 if congress == 86 & id == 4064 replace partycode = 100 if congress == 86 & id == 3499 replace partycode = 100 if congress == 86 & id == 2 replace partycode = 100 if congress == 86 & id == 9494 replace partycode = 200 if congress == 86 & id == 7500 replace partycode = 100 if congress == 86 & id == 4125 replace partycode = 100 if congress == 86 & id == 8636 replace partycode = 100 if congress == 86 & id == 4927 replace partycode = 200 if congress == 86 & id == 1154 replace partycode = 200 if congress == 86 & id == 7313 replace partycode = 200 if congress == 86 & id == 9968 replace partycode = 200 if congress == 86 & id == 5885 replace partycode = 200 if congress == 86 & id == 6101 replace partycode = 200 if congress == 86 & id == 4579 replace partycode = 200 if congress == 86 & id == 9409 replace partycode = 100 if congress == 86 & id == 5912 replace partycode = 200 if congress == 86 & id == 6626 replace partycode = 100 if congress == 86 & id == 8824 replace partycode = 100 if congress == 86 & id == 339 replace partycode = 100 if congress == 86 & id == 4276 replace partycode = 100 if congress == 86 & id == 5118 replace partycode = 100 if congress == 86 & id == 8564 replace partycode = 100 if congress == 86 & id == 3240 replace partycode = 100 if congress == 86 & id == 5101 replace partycode = 200 if congress == 86 & id == 10299 replace partycode = 100 if congress == 86 & id == 10463 replace partycode = 100 if congress == 86 & id == 7824 replace partycode = 200 if congress == 86 & id == 9627 replace partycode = 200 if congress == 86 & id == 5410 replace partycode = 200 if congress == 86 & id == 1371 replace partycode = 100 if congress == 86 & id == 4977 replace partycode = 200 if congress == 86 & id == 7046 replace partycode = 200 if congress == 86 & id == 9350 replace partycode = 100 if congress == 87 & id == 99902 replace partycode = 100 if congress == 87 & id == 937 replace partycode = 100 if congress == 87 & id == 3754 replace partycode = 100 if congress == 87 & id == 195 replace partycode = 100 if congress == 87 & id == 7954 replace partycode = 100 if congress == 87 & id == 7695 replace partycode = 100 if congress == 87 & id == 8353 replace partycode = 100 if congress == 87 & id == 2909 replace partycode = 100 if congress == 87 & id == 5058 replace partycode = 100 if congress == 87 & id == 4686 replace partycode = 100 if congress == 87 & id == 7926 replace partycode = 200 if congress == 87 & id == 7845 replace partycode = 100 if congress == 87 & id == 9549 replace partycode = 100 if congress == 87 & id == 10566 replace partycode = 100 if congress == 87 & id == 3506 replace partycode = 100 if congress == 87 & id == 6532 replace partycode = 100 if congress == 87 & id == 9473 replace partycode = 100 if congress == 87 & id == 4110 replace partycode = 100 if congress == 87 & id == 92 replace partycode = 100 if congress == 87 & id == 10541 replace partycode = 100 if congress == 87 & id == 6958 replace partycode = 100 if congress == 87 & id == 6477 replace partycode = 100 if congress == 87 & id == 4957 replace partycode = 100 if congress == 87 & id == 6756 replace partycode = 200 if congress == 87 & id == 5929 replace partycode = 100 if congress == 87 & id == 8437 replace partycode = 200 if congress == 87 & id == 387 replace partycode = 100 if congress == 87 & id == 1911 replace partycode = 100 if congress == 87 & id == 6483 replace partycode = 200 if congress == 87 & id == 10461 replace partycode = 200 if congress == 87 & id == 3867 replace partycode = 100 if congress == 87 & id == 6240 replace partycode = 100 if congress == 87 & id == 8549 replace partycode = 200 if congress == 87 & id == 9240 replace partycode = 100 if congress == 87 & id == 3901 replace partycode = 200 if congress == 87 & id == 6220 replace partycode = 200 if congress == 87 & id == 10505 replace partycode = 100 if congress == 87 & id == 5255 replace partycode = 200 if congress == 87 & id == 4592 replace partycode = 100 if congress == 87 & id == 4514 replace partycode = 200 if congress == 87 & id == 8628 replace partycode = 200 if congress == 87 & id == 4388 replace partycode = 100 if congress == 87 & id == 10511 replace partycode = 100 if congress == 87 & id == 2713 replace partycode = 200 if congress == 87 & id == 5694 replace partycode = 200 if congress == 87 & id == 10553 replace partycode = 100 if congress == 87 & id == 8051 replace partycode = 100 if congress == 87 & id == 8444 replace partycode = 200 if congress == 87 & id == 9578 replace partycode = 100 if congress == 87 & id == 8225 replace partycode = 200 if congress == 87 & id == 10249 replace partycode = 100 if congress == 87 & id == 8021 replace partycode = 200 if congress == 87 & id == 10514 replace partycode = 200 if congress == 87 & id == 1684 replace partycode = 100 if congress == 87 & id == 275 replace partycode = 100 if congress == 87 & id == 2295 replace partycode = 200 if congress == 87 & id == 8346 replace partycode = 100 if congress == 87 & id == 3553 replace partycode = 200 if congress == 87 & id == 10560 replace partycode = 100 if congress == 87 & id == 6586 replace partycode = 100 if congress == 87 & id == 5362 replace partycode = 100 if congress == 87 & id == 6224 replace partycode = 200 if congress == 87 & id == 2143 replace partycode = 100 if congress == 87 & id == 633 replace partycode = 100 if congress == 87 & id == 8507 replace partycode = 100 if congress == 87 & id == 3078 replace partycode = 100 if congress == 87 & id == 4354 replace partycode = 100 if congress == 87 & id == 8032 replace partycode = 100 if congress == 87 & id == 3929 replace partycode = 100 if congress == 87 & id == 6084 replace partycode = 100 if congress == 87 & id == 10522 replace partycode = 100 if congress == 87 & id == 7450 replace partycode = 100 if congress == 87 & id == 3286 replace partycode = 100 if congress == 87 & id == 3242 replace partycode = 100 if congress == 87 & id == 2389 replace partycode = 100 if congress == 87 & id == 9677 replace partycode = 100 if congress == 87 & id == 10512 replace partycode = 100 if congress == 87 & id == 798 replace partycode = 100 if congress == 87 & id == 5436 replace partycode = 100 if congress == 87 & id == 10563 replace partycode = 100 if congress == 87 & id == 4812 replace partycode = 100 if congress == 87 & id == 7392 replace partycode = 100 if congress == 87 & id == 10524 replace partycode = 100 if congress == 87 & id == 2433 replace partycode = 100 if congress == 87 & id == 7041 replace partycode = 100 if congress == 87 & id == 6816 replace partycode = 200 if congress == 87 & id == 2525 replace partycode = 100 if congress == 87 & id == 5326 replace partycode = 100 if congress == 87 & id == 7004 replace partycode = 100 if congress == 87 & id == 5654 replace partycode = 100 if congress == 87 & id == 8080 replace partycode = 100 if congress == 87 & id == 10421 replace partycode = 200 if congress == 87 & id == 1941 replace partycode = 100 if congress == 87 & id == 7642 replace partycode = 100 if congress == 87 & id == 10518 replace partycode = 200 if congress == 87 & id == 1722 replace partycode = 200 if congress == 87 & id == 4488 replace partycode = 200 if congress == 87 & id == 6061 replace partycode = 200 if congress == 87 & id == 10501 replace partycode = 200 if congress == 87 & id == 226 replace partycode = 200 if congress == 87 & id == 6455 replace partycode = 200 if congress == 87 & id == 1702 replace partycode = 200 if congress == 87 & id == 10517 replace partycode = 100 if congress == 87 & id == 5884 replace partycode = 200 if congress == 87 & id == 8814 replace partycode = 100 if congress == 87 & id == 8474 replace partycode = 100 if congress == 87 & id == 7610 replace partycode = 100 if congress == 87 & id == 3769 replace partycode = 100 if congress == 87 & id == 5900 replace partycode = 200 if congress == 87 & id == 3963 replace partycode = 100 if congress == 87 & id == 948 replace partycode = 200 if congress == 87 & id == 18 replace partycode = 100 if congress == 87 & id == 8084 replace partycode = 200 if congress == 87 & id == 10509 replace partycode = 200 if congress == 87 & id == 10552 replace partycode = 200 if congress == 87 & id == 986 replace partycode = 100 if congress == 87 & id == 2517 replace partycode = 200 if congress == 87 & id == 10212 replace partycode = 200 if congress == 87 & id == 4165 replace partycode = 200 if congress == 87 & id == 10507 replace partycode = 200 if congress == 87 & id == 8288 replace partycode = 200 if congress == 87 & id == 10506 replace partycode = 200 if congress == 87 & id == 3853 replace partycode = 200 if congress == 87 & id == 5385 replace partycode = 100 if congress == 87 & id == 8672 replace partycode = 100 if congress == 87 & id == 1861 replace partycode = 200 if congress == 87 & id == 4928 replace partycode = 200 if congress == 87 & id == 4482 replace partycode = 200 if congress == 87 & id == 301 replace partycode = 200 if congress == 87 & id == 10516 replace partycode = 200 if congress == 87 & id == 10536 replace partycode = 200 if congress == 87 & id == 10559 replace partycode = 100 if congress == 87 & id == 997 replace partycode = 200 if congress == 87 & id == 10513 replace partycode = 100 if congress == 87 & id == 9056 replace partycode = 100 if congress == 87 & id == 6845 replace partycode = 100 if congress == 87 & id == 1264 replace partycode = 100 if congress == 87 & id == 1682 replace partycode = 100 if congress == 87 & id == 8778 replace partycode = 100 if congress == 87 & id == 9882 replace partycode = 100 if congress == 87 & id == 7343 replace partycode = 200 if congress == 87 & id == 8508 replace partycode = 100 if congress == 87 & id == 4275 replace partycode = 100 if congress == 87 & id == 824 replace partycode = 100 if congress == 87 & id == 10201 replace partycode = 100 if congress == 87 & id == 1081 replace partycode = 100 if congress == 87 & id == 10567 replace partycode = 100 if congress == 87 & id == 7228 replace partycode = 100 if congress == 87 & id == 6721 replace partycode = 100 if congress == 87 & id == 9339 replace partycode = 100 if congress == 87 & id == 6386 replace partycode = 200 if congress == 87 & id == 10519 replace partycode = 200 if congress == 87 & id == 10565 replace partycode = 200 if congress == 87 & id == 6276 replace partycode = 100 if congress == 87 & id == 4993 replace partycode = 100 if congress == 87 & id == 1018 replace partycode = 100 if congress == 87 & id == 3480 replace partycode = 100 if congress == 87 & id == 3054 replace partycode = 100 if congress == 87 & id == 5463 replace partycode = 200 if congress == 87 & id == 10535 replace partycode = 100 if congress == 87 & id == 3374 replace partycode = 200 if congress == 87 & id == 2009 replace partycode = 100 if congress == 87 & id == 830 replace partycode = 100 if congress == 87 & id == 7408 replace partycode = 100 if congress == 87 & id == 2660 replace partycode = 200 if congress == 87 & id == 10538 replace partycode = 200 if congress == 87 & id == 518 replace partycode = 100 if congress == 87 & id == 5447 replace partycode = 100 if congress == 87 & id == 5873 replace partycode = 200 if congress == 87 & id == 5131 replace partycode = 200 if congress == 87 & id == 2272 replace partycode = 100 if congress == 87 & id == 7081 replace partycode = 100 if congress == 87 & id == 6177 replace partycode = 100 if congress == 87 & id == 1265 replace partycode = 200 if congress == 87 & id == 6033 replace partycode = 100 if congress == 87 & id == 5880 replace partycode = 100 if congress == 87 & id == 10540 replace partycode = 200 if congress == 87 & id == 6399 replace partycode = 200 if congress == 87 & id == 4935 replace partycode = 200 if congress == 87 & id == 4487 replace partycode = 200 if congress == 87 & id == 3268 replace partycode = 200 if congress == 87 & id == 1620 replace partycode = 100 if congress == 87 & id == 7043 replace partycode = 200 if congress == 87 & id == 10526 replace partycode = 200 if congress == 87 & id == 3824 replace partycode = 200 if congress == 87 & id == 1610 replace partycode = 200 if congress == 87 & id == 5349 replace partycode = 200 if congress == 87 & id == 639 replace partycode = 100 if congress == 87 & id == 2594 replace partycode = 100 if congress == 87 & id == 7682 replace partycode = 100 if congress == 87 & id == 10554 replace partycode = 100 if congress == 87 & id == 2605 replace partycode = 100 if congress == 87 & id == 5617 replace partycode = 100 if congress == 87 & id == 3830 replace partycode = 200 if congress == 87 & id == 1087 replace partycode = 200 if congress == 87 & id == 7671 replace partycode = 200 if congress == 87 & id == 6860 replace partycode = 200 if congress == 87 & id == 10533 replace partycode = 100 if congress == 87 & id == 5098 replace partycode = 200 if congress == 87 & id == 5083 replace partycode = 100 if congress == 87 & id == 5998 replace partycode = 200 if congress == 87 & id == 158 replace partycode = 100 if congress == 87 & id == 789 replace partycode = 200 if congress == 87 & id == 5451 replace partycode = 100 if congress == 87 & id == 13 replace partycode = 100 if congress == 87 & id == 10075 replace partycode = 100 if congress == 87 & id == 8616 replace partycode = 100 if congress == 87 & id == 10162 replace partycode = 100 if congress == 87 & id == 10279 replace partycode = 100 if congress == 87 & id == 1952 replace partycode = 100 if congress == 87 & id == 5097 replace partycode = 200 if congress == 87 & id == 2275 replace partycode = 100 if congress == 87 & id == 9072 replace partycode = 100 if congress == 87 & id == 7717 replace partycode = 100 if congress == 87 & id == 835 replace partycode = 100 if congress == 87 & id == 4724 replace partycode = 200 if congress == 87 & id == 10523 replace partycode = 100 if congress == 87 & id == 10528 replace partycode = 100 if congress == 87 & id == 1479 replace partycode = 100 if congress == 87 & id == 5056 replace partycode = 100 if congress == 87 & id == 6765 replace partycode = 100 if congress == 87 & id == 10543 replace partycode = 200 if congress == 87 & id == 10503 replace partycode = 200 if congress == 87 & id == 9895 replace partycode = 200 if congress == 87 & id == 2255 replace partycode = 200 if congress == 87 & id == 10504 replace partycode = 200 if congress == 87 & id == 10534 replace partycode = 100 if congress == 87 & id == 433 replace partycode = 200 if congress == 87 & id == 6437 replace partycode = 200 if congress == 87 & id == 503 replace partycode = 200 if congress == 87 & id == 1393 replace partycode = 200 if congress == 87 & id == 3629 replace partycode = 200 if congress == 87 & id == 291 replace partycode = 100 if congress == 87 & id == 9322 replace partycode = 200 if congress == 87 & id == 3364 replace partycode = 200 if congress == 87 & id == 2804 replace partycode = 200 if congress == 87 & id == 10091 replace partycode = 100 if congress == 87 & id == 10529 replace partycode = 200 if congress == 87 & id == 7101 replace partycode = 100 if congress == 87 & id == 8010 replace partycode = 100 if congress == 87 & id == 46 replace partycode = 200 if congress == 87 & id == 9775 replace partycode = 100 if congress == 87 & id == 3433 replace partycode = 100 if congress == 87 & id == 2329 replace partycode = 100 if congress == 87 & id == 6611 replace partycode = 100 if congress == 87 & id == 6717 replace partycode = 100 if congress == 87 & id == 10545 replace partycode = 200 if congress == 87 & id == 2523 replace partycode = 200 if congress == 87 & id == 563 replace partycode = 200 if congress == 87 & id == 3967 replace partycode = 100 if congress == 87 & id == 10500 replace partycode = 100 if congress == 87 & id == 4548 replace partycode = 100 if congress == 87 & id == 10551 replace partycode = 100 if congress == 87 & id == 2476 replace partycode = 100 if congress == 87 & id == 205 replace partycode = 100 if congress == 87 & id == 5199 replace partycode = 100 if congress == 87 & id == 5148 replace partycode = 100 if congress == 87 & id == 1611 replace partycode = 100 if congress == 87 & id == 10508 replace partycode = 100 if congress == 87 & id == 6792 replace partycode = 100 if congress == 87 & id == 8049 replace partycode = 200 if congress == 87 & id == 7749 replace partycode = 100 if congress == 87 & id == 7568 replace partycode = 200 if congress == 87 & id == 5678 replace partycode = 100 if congress == 87 & id == 8214 replace partycode = 100 if congress == 87 & id == 3056 replace partycode = 100 if congress == 87 & id == 10555 replace partycode = 100 if congress == 87 & id == 10464 replace partycode = 100 if congress == 87 & id == 4262 replace partycode = 100 if congress == 87 & id == 3575 replace partycode = 100 if congress == 87 & id == 1205 replace partycode = 200 if congress == 87 & id == 3158 replace partycode = 200 if congress == 87 & id == 2665 replace partycode = 200 if congress == 87 & id == 476 replace partycode = 200 if congress == 87 & id == 8177 replace partycode = 200 if congress == 87 & id == 9978 replace partycode = 100 if congress == 87 & id == 7003 replace partycode = 200 if congress == 87 & id == 10530 replace partycode = 100 if congress == 87 & id == 9017 replace partycode = 200 if congress == 87 & id == 5235 replace partycode = 200 if congress == 87 & id == 7467 replace partycode = 200 if congress == 87 & id == 7901 replace partycode = 200 if congress == 87 & id == 9144 replace partycode = 200 if congress == 87 & id == 7995 replace partycode = 200 if congress == 87 & id == 9920 replace partycode = 200 if congress == 87 & id == 7102 replace partycode = 200 if congress == 87 & id == 6516 replace partycode = 100 if congress == 87 & id == 2752 replace partycode = 200 if congress == 87 & id == 7453 replace partycode = 200 if congress == 87 & id == 3670 replace partycode = 100 if congress == 87 & id == 846 replace partycode = 100 if congress == 87 & id == 3321 replace partycode = 100 if congress == 87 & id == 10527 replace partycode = 100 if congress == 87 & id == 2032 replace partycode = 100 if congress == 87 & id == 8311 replace partycode = 100 if congress == 87 & id == 10531 replace partycode = 100 if congress == 87 & id == 5606 replace partycode = 100 if congress == 87 & id == 5306 replace partycode = 100 if congress == 87 & id == 82 replace partycode = 200 if congress == 87 & id == 5019 replace partycode = 100 if congress == 87 & id == 10060 replace partycode = 100 if congress == 87 & id == 9230 replace partycode = 200 if congress == 87 & id == 8485 replace partycode = 200 if congress == 87 & id == 10542 replace partycode = 200 if congress == 87 & id == 8260 replace partycode = 200 if congress == 87 & id == 10510 replace partycode = 200 if congress == 87 & id == 8258 replace partycode = 200 if congress == 87 & id == 6204 replace partycode = 200 if congress == 87 & id == 5495 replace partycode = 200 if congress == 87 & id == 10525 replace partycode = 200 if congress == 87 & id == 1104 replace partycode = 200 if congress == 87 & id == 680 replace partycode = 100 if congress == 87 & id == 267 replace partycode = 100 if congress == 87 & id == 6579 replace partycode = 100 if congress == 87 & id == 2023 replace partycode = 200 if congress == 87 & id == 2533 replace partycode = 200 if congress == 87 & id == 10539 replace partycode = 200 if congress == 87 & id == 310 replace partycode = 200 if congress == 87 & id == 10537 replace partycode = 200 if congress == 87 & id == 891 replace partycode = 200 if congress == 87 & id == 10502 replace partycode = 100 if congress == 87 & id == 4247 replace partycode = 100 if congress == 87 & id == 5301 replace partycode = 100 if congress == 87 & id == 3092 replace partycode = 100 if congress == 87 & id == 9623 replace partycode = 200 if congress == 87 & id == 837 replace partycode = 200 if congress == 87 & id == 6548 replace partycode = 200 if congress == 87 & id == 590 replace partycode = 100 if congress == 87 & id == 2854 replace partycode = 100 if congress == 87 & id == 62 replace partycode = 100 if congress == 87 & id == 8866 replace partycode = 100 if congress == 87 & id == 4891 replace partycode = 100 if congress == 87 & id == 10085 replace partycode = 200 if congress == 87 & id == 6955 replace partycode = 100 if congress == 87 & id == 9551 replace partycode = 100 if congress == 87 & id == 3775 replace partycode = 200 if congress == 87 & id == 10515 replace partycode = 100 if congress == 87 & id == 465 replace partycode = 100 if congress == 87 & id == 3743 replace partycode = 100 if congress == 87 & id == 1368 replace partycode = 100 if congress == 87 & id == 6936 replace partycode = 100 if congress == 87 & id == 3785 replace partycode = 100 if congress == 87 & id == 9408 replace partycode = 200 if congress == 87 & id == 6524 replace partycode = 200 if congress == 87 & id == 2266 replace partycode = 200 if congress == 87 & id == 2298 replace partycode = 200 if congress == 87 & id == 10558 replace partycode = 100 if congress == 87 & id == 3224 replace partycode = 200 if congress == 87 & id == 3105 replace partycode = 200 if congress == 87 & id == 10557 replace partycode = 100 if congress == 87 & id == 7844 replace partycode = 100 if congress == 87 & id == 9791 replace partycode = 200 if congress == 87 & id == 6795 replace partycode = 200 if congress == 87 & id == 5377 replace partycode = 200 if congress == 87 & id == 8268 replace partycode = 200 if congress == 87 & id == 9975 replace partycode = 200 if congress == 87 & id == 10521 replace partycode = 200 if congress == 87 & id == 9645 replace partycode = 100 if congress == 87 & id == 2513 replace partycode = 200 if congress == 87 & id == 8247 replace partycode = 200 if congress == 87 & id == 3510 replace partycode = 200 if congress == 87 & id == 5112 replace partycode = 100 if congress == 87 & id == 1763 replace partycode = 100 if congress == 87 & id == 6685 replace partycode = 200 if congress == 87 & id == 3409 replace partycode = 100 if congress == 87 & id == 6661 replace partycode = 200 if congress == 87 & id == 2065 replace partycode = 100 if congress == 87 & id == 4518 replace partycode = 100 if congress == 87 & id == 10561 replace partycode = 100 if congress == 87 & id == 3246 replace partycode = 100 if congress == 87 & id == 7925 replace partycode = 100 if congress == 87 & id == 7908 replace partycode = 100 if congress == 87 & id == 10549 replace partycode = 100 if congress == 87 & id == 2672 replace partycode = 100 if congress == 87 & id == 270 replace partycode = 100 if congress == 87 & id == 4299 replace partycode = 100 if congress == 87 & id == 6353 replace partycode = 200 if congress == 87 & id == 10548 replace partycode = 200 if congress == 87 & id == 672 replace partycode = 200 if congress == 87 & id == 7777 replace partycode = 200 if congress == 87 & id == 10547 replace partycode = 200 if congress == 87 & id == 364 replace partycode = 100 if congress == 87 & id == 3346 replace partycode = 100 if congress == 87 & id == 3034 replace partycode = 100 if congress == 87 & id == 5783 replace partycode = 100 if congress == 87 & id == 504 replace partycode = 100 if congress == 87 & id == 6826 replace partycode = 100 if congress == 87 & id == 3028 replace partycode = 100 if congress == 87 & id == 2376 replace partycode = 100 if congress == 87 & id == 7232 replace partycode = 100 if congress == 87 & id == 1077 replace partycode = 100 if congress == 87 & id == 567 replace partycode = 100 if congress == 87 & id == 7753 replace partycode = 100 if congress == 87 & id == 10550 replace partycode = 200 if congress == 87 & id == 93 replace partycode = 100 if congress == 87 & id == 9241 replace partycode = 100 if congress == 87 & id == 2700 replace partycode = 100 if congress == 87 & id == 9284 replace partycode = 100 if congress == 87 & id == 9320 replace partycode = 100 if congress == 87 & id == 9356 replace partycode = 100 if congress == 87 & id == 7498 replace partycode = 100 if congress == 87 & id == 10391 replace partycode = 100 if congress == 87 & id == 4796 replace partycode = 100 if congress == 87 & id == 10546 replace partycode = 100 if congress == 87 & id == 10446 replace partycode = 100 if congress == 87 & id == 5241 replace partycode = 100 if congress == 87 & id == 8147 replace partycode = 100 if congress == 87 & id == 1282 replace partycode = 100 if congress == 87 & id == 8035 replace partycode = 100 if congress == 87 & id == 5924 replace partycode = 100 if congress == 87 & id == 5236 replace partycode = 100 if congress == 87 & id == 10520 replace partycode = 100 if congress == 87 & id == 3171 replace partycode = 100 if congress == 87 & id == 1577 replace partycode = 100 if congress == 87 & id == 10544 replace partycode = 100 if congress == 87 & id == 5258 replace partycode = 200 if congress == 87 & id == 10562 replace partycode = 100 if congress == 87 & id == 2706 replace partycode = 100 if congress == 87 & id == 4064 replace partycode = 100 if congress == 87 & id == 3499 replace partycode = 100 if congress == 87 & id == 2 replace partycode = 100 if congress == 87 & id == 9494 replace partycode = 200 if congress == 87 & id == 7500 replace partycode = 100 if congress == 87 & id == 4125 replace partycode = 100 if congress == 87 & id == 8636 replace partycode = 100 if congress == 87 & id == 4927 replace partycode = 200 if congress == 87 & id == 1154 replace partycode = 200 if congress == 87 & id == 7313 replace partycode = 200 if congress == 87 & id == 9968 replace partycode = 100 if congress == 87 & id == 4043 replace partycode = 200 if congress == 87 & id == 6101 replace partycode = 200 if congress == 87 & id == 4579 replace partycode = 200 if congress == 87 & id == 9409 replace partycode = 100 if congress == 87 & id == 5912 replace partycode = 200 if congress == 87 & id == 6626 replace partycode = 100 if congress == 87 & id == 8824 replace partycode = 100 if congress == 87 & id == 339 replace partycode = 100 if congress == 87 & id == 4276 replace partycode = 100 if congress == 87 & id == 5118 replace partycode = 100 if congress == 87 & id == 8564 replace partycode = 200 if congress == 87 & id == 10556 replace partycode = 100 if congress == 87 & id == 5101 replace partycode = 200 if congress == 87 & id == 10564 replace partycode = 100 if congress == 87 & id == 10463 replace partycode = 100 if congress == 87 & id == 7824 replace partycode = 200 if congress == 87 & id == 9627 replace partycode = 200 if congress == 87 & id == 5410 replace partycode = 200 if congress == 87 & id == 1371 replace partycode = 100 if congress == 87 & id == 4977 replace partycode = 200 if congress == 87 & id == 7046 replace partycode = 200 if congress == 87 & id == 4139 replace partycode = 100 if congress == 88 & id == 99902 replace partycode = 100 if congress == 88 & id == 99903 replace partycode = 100 if congress == 88 & id == 8353 replace partycode = 100 if congress == 88 & id == 3754 replace partycode = 100 if congress == 88 & id == 195 replace partycode = 100 if congress == 88 & id == 4686 replace partycode = 100 if congress == 88 & id == 7954 replace partycode = 100 if congress == 88 & id == 5058 replace partycode = 100 if congress == 88 & id == 2909 replace partycode = 100 if congress == 88 & id == 7695 replace partycode = 100 if congress == 88 & id == 7926 replace partycode = 200 if congress == 88 & id == 7845 replace partycode = 100 if congress == 88 & id == 10566 replace partycode = 100 if congress == 88 & id == 10623 replace partycode = 100 if congress == 88 & id == 3506 replace partycode = 100 if congress == 88 & id == 6532 replace partycode = 100 if congress == 88 & id == 9473 replace partycode = 100 if congress == 88 & id == 4110 replace partycode = 200 if congress == 88 & id == 10579 replace partycode = 100 if congress == 88 & id == 4957 replace partycode = 100 if congress == 88 & id == 6756 replace partycode = 100 if congress == 88 & id == 10599 replace partycode = 100 if congress == 88 & id == 8437 replace partycode = 100 if congress == 88 & id == 10577 replace partycode = 200 if congress == 88 & id == 5929 replace partycode = 100 if congress == 88 & id == 1911 replace partycode = 100 if congress == 88 & id == 6483 replace partycode = 100 if congress == 88 & id == 10583 replace partycode = 200 if congress == 88 & id == 3867 replace partycode = 200 if congress == 88 & id == 10461 replace partycode = 200 if congress == 88 & id == 10631 replace partycode = 200 if congress == 88 & id == 9240 replace partycode = 200 if congress == 88 & id == 387 replace partycode = 100 if congress == 88 & id == 6240 replace partycode = 100 if congress == 88 & id == 8549 replace partycode = 100 if congress == 88 & id == 5255 replace partycode = 100 if congress == 88 & id == 3901 replace partycode = 100 if congress == 88 & id == 4514 replace partycode = 200 if congress == 88 & id == 8628 replace partycode = 100 if congress == 88 & id == 10595 replace partycode = 100 if congress == 88 & id == 10511 replace partycode = 100 if congress == 88 & id == 2713 replace partycode = 200 if congress == 88 & id == 10580 replace partycode = 200 if congress == 88 & id == 5694 replace partycode = 100 if congress == 88 & id == 10578 replace partycode = 100 if congress == 88 & id == 8051 replace partycode = 100 if congress == 88 & id == 10575 replace partycode = 200 if congress == 88 & id == 10505 replace partycode = 100 if congress == 88 & id == 10573 replace partycode = 100 if congress == 88 & id == 10621 replace partycode = 100 if congress == 88 & id == 10640 replace partycode = 200 if congress == 88 & id == 4592 replace partycode = 100 if congress == 88 & id == 8444 replace partycode = 100 if congress == 88 & id == 10594 replace partycode = 200 if congress == 88 & id == 9578 replace partycode = 200 if congress == 88 & id == 10249 replace partycode = 100 if congress == 88 & id == 10633 replace partycode = 200 if congress == 88 & id == 10604 replace partycode = 100 if congress == 88 & id == 8021 replace partycode = 200 if congress == 88 & id == 10572 replace partycode = 200 if congress == 88 & id == 1684 replace partycode = 100 if congress == 88 & id == 275 replace partycode = 100 if congress == 88 & id == 2295 replace partycode = 100 if congress == 88 & id == 10627 replace partycode = 100 if congress == 88 & id == 3553 replace partycode = 200 if congress == 88 & id == 10560 replace partycode = 100 if congress == 88 & id == 6586 replace partycode = 100 if congress == 88 & id == 10590 replace partycode = 100 if congress == 88 & id == 6224 replace partycode = 100 if congress == 88 & id == 8507 replace partycode = 100 if congress == 88 & id == 633 replace partycode = 100 if congress == 88 & id == 7333 replace partycode = 100 if congress == 88 & id == 3078 replace partycode = 100 if congress == 88 & id == 4354 replace partycode = 100 if congress == 88 & id == 8032 replace partycode = 100 if congress == 88 & id == 3929 replace partycode = 100 if congress == 88 & id == 6084 replace partycode = 100 if congress == 88 & id == 10587 replace partycode = 100 if congress == 88 & id == 10588 replace partycode = 200 if congress == 88 & id == 10593 replace partycode = 200 if congress == 88 & id == 2143 replace partycode = 100 if congress == 88 & id == 10522 replace partycode = 100 if congress == 88 & id == 7450 replace partycode = 100 if congress == 88 & id == 3286 replace partycode = 100 if congress == 88 & id == 3242 replace partycode = 100 if congress == 88 & id == 10636 replace partycode = 100 if congress == 88 & id == 9677 replace partycode = 100 if congress == 88 & id == 10512 replace partycode = 100 if congress == 88 & id == 10632 replace partycode = 100 if congress == 88 & id == 5436 replace partycode = 100 if congress == 88 & id == 10563 replace partycode = 100 if congress == 88 & id == 10589 replace partycode = 100 if congress == 88 & id == 10605 replace partycode = 100 if congress == 88 & id == 10637 replace partycode = 100 if congress == 88 & id == 10524 replace partycode = 100 if congress == 88 & id == 2433 replace partycode = 100 if congress == 88 & id == 7041 replace partycode = 100 if congress == 88 & id == 6816 replace partycode = 200 if congress == 88 & id == 2525 replace partycode = 100 if congress == 88 & id == 5326 replace partycode = 100 if congress == 88 & id == 7004 replace partycode = 100 if congress == 88 & id == 5654 replace partycode = 100 if congress == 88 & id == 8080 replace partycode = 100 if congress == 88 & id == 10518 replace partycode = 200 if congress == 88 & id == 1941 replace partycode = 100 if congress == 88 & id == 7642 replace partycode = 200 if congress == 88 & id == 10606 replace partycode = 200 if congress == 88 & id == 10622 replace partycode = 200 if congress == 88 & id == 4488 replace partycode = 200 if congress == 88 & id == 10617 replace partycode = 200 if congress == 88 & id == 10501 replace partycode = 200 if congress == 88 & id == 226 replace partycode = 200 if congress == 88 & id == 6455 replace partycode = 200 if congress == 88 & id == 10608 replace partycode = 200 if congress == 88 & id == 10517 replace partycode = 100 if congress == 88 & id == 3769 replace partycode = 200 if congress == 88 & id == 8814 replace partycode = 100 if congress == 88 & id == 8474 replace partycode = 100 if congress == 88 & id == 7610 replace partycode = 100 if congress == 88 & id == 5900 replace partycode = 200 if congress == 88 & id == 3963 replace partycode = 100 if congress == 88 & id == 948 replace partycode = 200 if congress == 88 & id == 18 replace partycode = 100 if congress == 88 & id == 8084 replace partycode = 200 if congress == 88 & id == 10552 replace partycode = 200 if congress == 88 & id == 986 replace partycode = 100 if congress == 88 & id == 2517 replace partycode = 200 if congress == 88 & id == 10212 replace partycode = 200 if congress == 88 & id == 4165 replace partycode = 200 if congress == 88 & id == 10507 replace partycode = 200 if congress == 88 & id == 8288 replace partycode = 200 if congress == 88 & id == 10506 replace partycode = 200 if congress == 88 & id == 3853 replace partycode = 200 if congress == 88 & id == 5385 replace partycode = 100 if congress == 88 & id == 8672 replace partycode = 200 if congress == 88 & id == 4482 replace partycode = 200 if congress == 88 & id == 4928 replace partycode = 200 if congress == 88 & id == 10513 replace partycode = 200 if congress == 88 & id == 301 replace partycode = 200 if congress == 88 & id == 10516 replace partycode = 200 if congress == 88 & id == 10559 replace partycode = 200 if congress == 88 & id == 10625 replace partycode = 100 if congress == 88 & id == 9056 replace partycode = 100 if congress == 88 & id == 6845 replace partycode = 200 if congress == 88 & id == 10626 replace partycode = 100 if congress == 88 & id == 1682 replace partycode = 200 if congress == 88 & id == 8508 replace partycode = 100 if congress == 88 & id == 9882 replace partycode = 100 if congress == 88 & id == 7343 replace partycode = 100 if congress == 88 & id == 4275 replace partycode = 100 if congress == 88 & id == 824 replace partycode = 100 if congress == 88 & id == 10201 replace partycode = 100 if congress == 88 & id == 10567 replace partycode = 100 if congress == 88 & id == 7228 replace partycode = 100 if congress == 88 & id == 6721 replace partycode = 100 if congress == 88 & id == 9339 replace partycode = 100 if congress == 88 & id == 10602 replace partycode = 200 if congress == 88 & id == 10565 replace partycode = 200 if congress == 88 & id == 6276 replace partycode = 200 if congress == 88 & id == 10610 replace partycode = 100 if congress == 88 & id == 10601 replace partycode = 100 if congress == 88 & id == 3480 replace partycode = 100 if congress == 88 & id == 3054 replace partycode = 100 if congress == 88 & id == 5463 replace partycode = 200 if congress == 88 & id == 10535 replace partycode = 100 if congress == 88 & id == 3374 replace partycode = 100 if congress == 88 & id == 10624 replace partycode = 200 if congress == 88 & id == 2009 replace partycode = 100 if congress == 88 & id == 830 replace partycode = 100 if congress == 88 & id == 7408 replace partycode = 100 if congress == 88 & id == 2660 replace partycode = 200 if congress == 88 & id == 10538 replace partycode = 200 if congress == 88 & id == 518 replace partycode = 100 if congress == 88 & id == 5873 replace partycode = 100 if congress == 88 & id == 7081 replace partycode = 100 if congress == 88 & id == 6177 replace partycode = 200 if congress == 88 & id == 6033 replace partycode = 100 if congress == 88 & id == 1265 replace partycode = 200 if congress == 88 & id == 5131 replace partycode = 100 if congress == 88 & id == 10540 replace partycode = 200 if congress == 88 & id == 6399 replace partycode = 200 if congress == 88 & id == 4935 replace partycode = 200 if congress == 88 & id == 10597 replace partycode = 200 if congress == 88 & id == 3268 replace partycode = 200 if congress == 88 & id == 1620 replace partycode = 100 if congress == 88 & id == 7043 replace partycode = 200 if congress == 88 & id == 10526 replace partycode = 200 if congress == 88 & id == 3824 replace partycode = 200 if congress == 88 & id == 1610 replace partycode = 200 if congress == 88 & id == 5349 replace partycode = 200 if congress == 88 & id == 639 replace partycode = 100 if congress == 88 & id == 2594 replace partycode = 100 if congress == 88 & id == 10554 replace partycode = 100 if congress == 88 & id == 2605 replace partycode = 100 if congress == 88 & id == 5617 replace partycode = 100 if congress == 88 & id == 3830 replace partycode = 200 if congress == 88 & id == 1087 replace partycode = 100 if congress == 88 & id == 10628 replace partycode = 200 if congress == 88 & id == 7671 replace partycode = 200 if congress == 88 & id == 6860 replace partycode = 200 if congress == 88 & id == 10533 replace partycode = 100 if congress == 88 & id == 5098 replace partycode = 100 if congress == 88 & id == 10585 replace partycode = 100 if congress == 88 & id == 10612 replace partycode = 200 if congress == 88 & id == 5451 replace partycode = 100 if congress == 88 & id == 789 replace partycode = 100 if congress == 88 & id == 13 replace partycode = 100 if congress == 88 & id == 10075 replace partycode = 100 if congress == 88 & id == 10162 replace partycode = 100 if congress == 88 & id == 10279 replace partycode = 100 if congress == 88 & id == 1952 replace partycode = 100 if congress == 88 & id == 5097 replace partycode = 200 if congress == 88 & id == 2275 replace partycode = 100 if congress == 88 & id == 9072 replace partycode = 100 if congress == 88 & id == 7717 replace partycode = 100 if congress == 88 & id == 835 replace partycode = 100 if congress == 88 & id == 4724 replace partycode = 200 if congress == 88 & id == 10523 replace partycode = 100 if congress == 88 & id == 10528 replace partycode = 100 if congress == 88 & id == 1479 replace partycode = 100 if congress == 88 & id == 5056 replace partycode = 100 if congress == 88 & id == 10543 replace partycode = 200 if congress == 88 & id == 10503 replace partycode = 200 if congress == 88 & id == 10504 replace partycode = 200 if congress == 88 & id == 2255 replace partycode = 200 if congress == 88 & id == 10534 replace partycode = 100 if congress == 88 & id == 433 replace partycode = 200 if congress == 88 & id == 10639 replace partycode = 200 if congress == 88 & id == 10581 replace partycode = 200 if congress == 88 & id == 1393 replace partycode = 200 if congress == 88 & id == 3629 replace partycode = 200 if congress == 88 & id == 291 replace partycode = 100 if congress == 88 & id == 9322 replace partycode = 200 if congress == 88 & id == 3364 replace partycode = 200 if congress == 88 & id == 2804 replace partycode = 200 if congress == 88 & id == 10091 replace partycode = 100 if congress == 88 & id == 10529 replace partycode = 200 if congress == 88 & id == 7101 replace partycode = 100 if congress == 88 & id == 8010 replace partycode = 100 if congress == 88 & id == 10609 replace partycode = 200 if congress == 88 & id == 9775 replace partycode = 100 if congress == 88 & id == 3433 replace partycode = 100 if congress == 88 & id == 2329 replace partycode = 100 if congress == 88 & id == 10613 replace partycode = 100 if congress == 88 & id == 6611 replace partycode = 100 if congress == 88 & id == 6717 replace partycode = 100 if congress == 88 & id == 10545 replace partycode = 200 if congress == 88 & id == 10592 replace partycode = 200 if congress == 88 & id == 2523 replace partycode = 200 if congress == 88 & id == 10638 replace partycode = 200 if congress == 88 & id == 563 replace partycode = 200 if congress == 88 & id == 3967 replace partycode = 100 if congress == 88 & id == 10500 replace partycode = 100 if congress == 88 & id == 10551 replace partycode = 100 if congress == 88 & id == 2476 replace partycode = 100 if congress == 88 & id == 1611 replace partycode = 100 if congress == 88 & id == 5199 replace partycode = 100 if congress == 88 & id == 5148 replace partycode = 100 if congress == 88 & id == 6792 replace partycode = 100 if congress == 88 & id == 8049 replace partycode = 100 if congress == 88 & id == 10508 replace partycode = 100 if congress == 88 & id == 10611 replace partycode = 200 if congress == 88 & id == 5678 replace partycode = 100 if congress == 88 & id == 7568 replace partycode = 100 if congress == 88 & id == 3056 replace partycode = 100 if congress == 88 & id == 10555 replace partycode = 100 if congress == 88 & id == 4262 replace partycode = 100 if congress == 88 & id == 3575 replace partycode = 100 if congress == 88 & id == 1205 replace partycode = 200 if congress == 88 & id == 3158 replace partycode = 200 if congress == 88 & id == 476 replace partycode = 200 if congress == 88 & id == 10618 replace partycode = 200 if congress == 88 & id == 8177 replace partycode = 200 if congress == 88 & id == 9978 replace partycode = 100 if congress == 88 & id == 7003 replace partycode = 200 if congress == 88 & id == 10530 replace partycode = 200 if congress == 88 & id == 5235 replace partycode = 200 if congress == 88 & id == 7467 replace partycode = 200 if congress == 88 & id == 7995 replace partycode = 200 if congress == 88 & id == 7901 replace partycode = 100 if congress == 88 & id == 9017 replace partycode = 200 if congress == 88 & id == 10596 replace partycode = 200 if congress == 88 & id == 7102 replace partycode = 200 if congress == 88 & id == 3670 replace partycode = 200 if congress == 88 & id == 7453 replace partycode = 200 if congress == 88 & id == 6516 replace partycode = 100 if congress == 88 & id == 2752 replace partycode = 100 if congress == 88 & id == 846 replace partycode = 100 if congress == 88 & id == 3321 replace partycode = 100 if congress == 88 & id == 10527 replace partycode = 100 if congress == 88 & id == 2032 replace partycode = 100 if congress == 88 & id == 8311 replace partycode = 100 if congress == 88 & id == 10531 replace partycode = 100 if congress == 88 & id == 5606 replace partycode = 200 if congress == 88 & id == 5019 replace partycode = 200 if congress == 88 & id == 10574 replace partycode = 100 if congress == 88 & id == 10060 replace partycode = 100 if congress == 88 & id == 9230 replace partycode = 200 if congress == 88 & id == 10542 replace partycode = 200 if congress == 88 & id == 10569 replace partycode = 200 if congress == 88 & id == 8485 replace partycode = 200 if congress == 88 & id == 10619 replace partycode = 200 if congress == 88 & id == 10510 replace partycode = 200 if congress == 88 & id == 8258 replace partycode = 200 if congress == 88 & id == 6204 replace partycode = 200 if congress == 88 & id == 5495 replace partycode = 200 if congress == 88 & id == 10525 replace partycode = 200 if congress == 88 & id == 1104 replace partycode = 200 if congress == 88 & id == 680 replace partycode = 100 if congress == 88 & id == 267 replace partycode = 200 if congress == 88 & id == 10568 replace partycode = 200 if congress == 88 & id == 838 replace partycode = 200 if congress == 88 & id == 2533 replace partycode = 200 if congress == 88 & id == 10539 replace partycode = 200 if congress == 88 & id == 310 replace partycode = 100 if congress == 88 & id == 8341 replace partycode = 200 if congress == 88 & id == 891 replace partycode = 200 if congress == 88 & id == 10502 replace partycode = 100 if congress == 88 & id == 4247 replace partycode = 100 if congress == 88 & id == 5301 replace partycode = 100 if congress == 88 & id == 3092 replace partycode = 100 if congress == 88 & id == 9623 replace partycode = 200 if congress == 88 & id == 837 replace partycode = 200 if congress == 88 & id == 6548 replace partycode = 200 if congress == 88 & id == 10630 replace partycode = 200 if congress == 88 & id == 590 replace partycode = 100 if congress == 88 & id == 2854 replace partycode = 100 if congress == 88 & id == 62 replace partycode = 100 if congress == 88 & id == 8866 replace partycode = 100 if congress == 88 & id == 4891 replace partycode = 100 if congress == 88 & id == 10085 replace partycode = 200 if congress == 88 & id == 6955 replace partycode = 100 if congress == 88 & id == 9551 replace partycode = 100 if congress == 88 & id == 3775 replace partycode = 100 if congress == 88 & id == 10582 replace partycode = 100 if congress == 88 & id == 465 replace partycode = 100 if congress == 88 & id == 6936 replace partycode = 100 if congress == 88 & id == 1368 replace partycode = 100 if congress == 88 & id == 9408 replace partycode = 100 if congress == 88 & id == 3785 replace partycode = 100 if congress == 88 & id == 10591 replace partycode = 100 if congress == 88 & id == 7844 replace partycode = 200 if congress == 88 & id == 6524 replace partycode = 200 if congress == 88 & id == 2266 replace partycode = 200 if congress == 88 & id == 2298 replace partycode = 200 if congress == 88 & id == 10607 replace partycode = 100 if congress == 88 & id == 3224 replace partycode = 200 if congress == 88 & id == 9975 replace partycode = 200 if congress == 88 & id == 10557 replace partycode = 100 if congress == 88 & id == 6661 replace partycode = 100 if congress == 88 & id == 9791 replace partycode = 100 if congress == 88 & id == 10620 replace partycode = 200 if congress == 88 & id == 5377 replace partycode = 200 if congress == 88 & id == 8268 replace partycode = 200 if congress == 88 & id == 2065 replace partycode = 200 if congress == 88 & id == 10521 replace partycode = 100 if congress == 88 & id == 4518 replace partycode = 100 if congress == 88 & id == 2513 replace partycode = 200 if congress == 88 & id == 8247 replace partycode = 200 if congress == 88 & id == 3510 replace partycode = 200 if congress == 88 & id == 10598 replace partycode = 200 if congress == 88 & id == 10635 replace partycode = 100 if congress == 88 & id == 1763 replace partycode = 100 if congress == 88 & id == 6685 replace partycode = 200 if congress == 88 & id == 3409 replace partycode = 100 if congress == 88 & id == 10561 replace partycode = 100 if congress == 88 & id == 3246 replace partycode = 100 if congress == 88 & id == 7925 replace partycode = 100 if congress == 88 & id == 90634 replace partycode = 100 if congress == 88 & id == 2672 replace partycode = 100 if congress == 88 & id == 270 replace partycode = 100 if congress == 88 & id == 4299 replace partycode = 100 if congress == 88 & id == 6353 replace partycode = 200 if congress == 88 & id == 10548 replace partycode = 200 if congress == 88 & id == 672 replace partycode = 200 if congress == 88 & id == 10616 replace partycode = 200 if congress == 88 & id == 364 replace partycode = 200 if congress == 88 & id == 10570 replace partycode = 200 if congress == 88 & id == 10571 replace partycode = 100 if congress == 88 & id == 3034 replace partycode = 100 if congress == 88 & id == 10586 replace partycode = 100 if congress == 88 & id == 504 replace partycode = 100 if congress == 88 & id == 6826 replace partycode = 100 if congress == 88 & id == 3028 replace partycode = 100 if congress == 88 & id == 2376 replace partycode = 100 if congress == 88 & id == 7232 replace partycode = 100 if congress == 88 & id == 1077 replace partycode = 100 if congress == 88 & id == 567 replace partycode = 100 if congress == 88 & id == 10550 replace partycode = 200 if congress == 88 & id == 93 replace partycode = 100 if congress == 88 & id == 9241 replace partycode = 100 if congress == 88 & id == 2700 replace partycode = 100 if congress == 88 & id == 9284 replace partycode = 100 if congress == 88 & id == 9320 replace partycode = 100 if congress == 88 & id == 9356 replace partycode = 100 if congress == 88 & id == 10614 replace partycode = 100 if congress == 88 & id == 7498 replace partycode = 100 if congress == 88 & id == 10391 replace partycode = 100 if congress == 88 & id == 10546 replace partycode = 100 if congress == 88 & id == 10446 replace partycode = 100 if congress == 88 & id == 5241 replace partycode = 200 if congress == 88 & id == 10584 replace partycode = 100 if congress == 88 & id == 1282 replace partycode = 100 if congress == 88 & id == 8035 replace partycode = 100 if congress == 88 & id == 5924 replace partycode = 100 if congress == 88 & id == 10520 replace partycode = 100 if congress == 88 & id == 3171 replace partycode = 100 if congress == 88 & id == 1577 replace partycode = 100 if congress == 88 & id == 10615 replace partycode = 200 if congress == 88 & id == 10576 replace partycode = 200 if congress == 88 & id == 10600 replace partycode = 200 if congress == 88 & id == 10562 replace partycode = 100 if congress == 88 & id == 2706 replace partycode = 100 if congress == 88 & id == 4064 replace partycode = 100 if congress == 88 & id == 3499 replace partycode = 100 if congress == 88 & id == 2 replace partycode = 100 if congress == 88 & id == 9494 replace partycode = 200 if congress == 88 & id == 7500 replace partycode = 100 if congress == 88 & id == 10603 replace partycode = 100 if congress == 88 & id == 8636 replace partycode = 100 if congress == 88 & id == 4927 replace partycode = 200 if congress == 88 & id == 1154 replace partycode = 200 if congress == 88 & id == 7313 replace partycode = 200 if congress == 88 & id == 9968 replace partycode = 100 if congress == 88 & id == 4043 replace partycode = 200 if congress == 88 & id == 6101 replace partycode = 200 if congress == 88 & id == 4579 replace partycode = 200 if congress == 88 & id == 9409 replace partycode = 200 if congress == 88 & id == 10629 replace partycode = 200 if congress == 88 & id == 6626 replace partycode = 100 if congress == 88 & id == 8824 replace partycode = 100 if congress == 88 & id == 8564 replace partycode = 100 if congress == 88 & id == 4276 replace partycode = 100 if congress == 88 & id == 5118 replace partycode = 200 if congress == 88 & id == 10556 replace partycode = 100 if congress == 88 & id == 5101 replace partycode = 200 if congress == 88 & id == 10564 replace partycode = 100 if congress == 88 & id == 10463 replace partycode = 100 if congress == 88 & id == 7824 replace partycode = 200 if congress == 88 & id == 9627 replace partycode = 200 if congress == 88 & id == 5410 replace partycode = 200 if congress == 88 & id == 1371 replace partycode = 100 if congress == 88 & id == 4977 replace partycode = 200 if congress == 88 & id == 7046 replace partycode = 200 if congress == 88 & id == 4139 replace partycode = 100 if congress == 89 & id == 99903 replace partycode = 200 if congress == 89 & id == 10721 replace partycode = 200 if congress == 89 & id == 10717 replace partycode = 100 if congress == 89 & id == 195 replace partycode = 200 if congress == 89 & id == 10702 replace partycode = 100 if congress == 89 & id == 8353 replace partycode = 200 if congress == 89 & id == 10706 replace partycode = 200 if congress == 89 & id == 10755 replace partycode = 100 if congress == 89 & id == 5058 replace partycode = 100 if congress == 89 & id == 7926 replace partycode = 200 if congress == 89 & id == 7845 replace partycode = 100 if congress == 89 & id == 10566 replace partycode = 100 if congress == 89 & id == 10623 replace partycode = 100 if congress == 89 & id == 3506 replace partycode = 100 if congress == 89 & id == 6532 replace partycode = 100 if congress == 89 & id == 9473 replace partycode = 100 if congress == 89 & id == 4110 replace partycode = 100 if congress == 89 & id == 10791 replace partycode = 200 if congress == 89 & id == 10579 replace partycode = 100 if congress == 89 & id == 4957 replace partycode = 100 if congress == 89 & id == 6756 replace partycode = 100 if congress == 89 & id == 10599 replace partycode = 100 if congress == 89 & id == 10577 replace partycode = 200 if congress == 89 & id == 5929 replace partycode = 100 if congress == 89 & id == 1911 replace partycode = 100 if congress == 89 & id == 6483 replace partycode = 100 if congress == 89 & id == 10583 replace partycode = 200 if congress == 89 & id == 3867 replace partycode = 200 if congress == 89 & id == 10461 replace partycode = 200 if congress == 89 & id == 10631 replace partycode = 200 if congress == 89 & id == 9240 replace partycode = 200 if congress == 89 & id == 387 replace partycode = 100 if congress == 89 & id == 10793 replace partycode = 100 if congress == 89 & id == 6240 replace partycode = 100 if congress == 89 & id == 8549 replace partycode = 100 if congress == 89 & id == 5255 replace partycode = 100 if congress == 89 & id == 3901 replace partycode = 100 if congress == 89 & id == 4514 replace partycode = 200 if congress == 89 & id == 8628 replace partycode = 100 if congress == 89 & id == 10595 replace partycode = 100 if congress == 89 & id == 10511 replace partycode = 200 if congress == 89 & id == 10580 replace partycode = 200 if congress == 89 & id == 5694 replace partycode = 100 if congress == 89 & id == 10578 replace partycode = 100 if congress == 89 & id == 8051 replace partycode = 100 if congress == 89 & id == 10790 replace partycode = 200 if congress == 89 & id == 10763 replace partycode = 200 if congress == 89 & id == 10505 replace partycode = 100 if congress == 89 & id == 10573 replace partycode = 100 if congress == 89 & id == 10621 replace partycode = 100 if congress == 89 & id == 10640 replace partycode = 200 if congress == 89 & id == 4592 replace partycode = 100 if congress == 89 & id == 10720 replace partycode = 100 if congress == 89 & id == 10594 replace partycode = 200 if congress == 89 & id == 9578 replace partycode = 200 if congress == 89 & id == 10249 replace partycode = 100 if congress == 89 & id == 10633 replace partycode = 100 if congress == 89 & id == 10777 replace partycode = 100 if congress == 89 & id == 8021 replace partycode = 100 if congress == 89 & id == 10751 replace partycode = 100 if congress == 89 & id == 10723 replace partycode = 100 if congress == 89 & id == 275 replace partycode = 100 if congress == 89 & id == 2295 replace partycode = 100 if congress == 89 & id == 10627 replace partycode = 100 if congress == 89 & id == 3553 replace partycode = 100 if congress == 89 & id == 4824 replace partycode = 100 if congress == 89 & id == 6586 replace partycode = 100 if congress == 89 & id == 10590 replace partycode = 100 if congress == 89 & id == 6224 replace partycode = 100 if congress == 89 & id == 8507 replace partycode = 100 if congress == 89 & id == 633 replace partycode = 100 if congress == 89 & id == 7333 replace partycode = 100 if congress == 89 & id == 3078 replace partycode = 100 if congress == 89 & id == 4354 replace partycode = 100 if congress == 89 & id == 8032 replace partycode = 100 if congress == 89 & id == 3929 replace partycode = 100 if congress == 89 & id == 6084 replace partycode = 100 if congress == 89 & id == 10587 replace partycode = 100 if congress == 89 & id == 10588 replace partycode = 200 if congress == 89 & id == 10593 replace partycode = 200 if congress == 89 & id == 2143 replace partycode = 100 if congress == 89 & id == 10522 replace partycode = 100 if congress == 89 & id == 10759 replace partycode = 200 if congress == 89 & id == 10709 replace partycode = 100 if congress == 89 & id == 10753 replace partycode = 100 if congress == 89 & id == 10636 replace partycode = 100 if congress == 89 & id == 3242 replace partycode = 100 if congress == 89 & id == 10512 replace partycode = 100 if congress == 89 & id == 10632 replace partycode = 100 if congress == 89 & id == 5436 replace partycode = 100 if congress == 89 & id == 10563 replace partycode = 100 if congress == 89 & id == 10757 replace partycode = 100 if congress == 89 & id == 10605 replace partycode = 100 if congress == 89 & id == 10637 replace partycode = 200 if congress == 89 & id == 10734 replace partycode = 100 if congress == 89 & id == 2433 replace partycode = 100 if congress == 89 & id == 7041 replace partycode = 100 if congress == 89 & id == 6816 replace partycode = 200 if congress == 89 & id == 2525 replace partycode = 100 if congress == 89 & id == 5326 replace partycode = 100 if congress == 89 & id == 10765 replace partycode = 100 if congress == 89 & id == 10703 replace partycode = 100 if congress == 89 & id == 8080 replace partycode = 100 if congress == 89 & id == 10421 replace partycode = 200 if congress == 89 & id == 1941 replace partycode = 100 if congress == 89 & id == 7642 replace partycode = 200 if congress == 89 & id == 10606 replace partycode = 200 if congress == 89 & id == 10622 replace partycode = 200 if congress == 89 & id == 10722 replace partycode = 200 if congress == 89 & id == 10617 replace partycode = 200 if congress == 89 & id == 10501 replace partycode = 200 if congress == 89 & id == 226 replace partycode = 200 if congress == 89 & id == 6455 replace partycode = 100 if congress == 89 & id == 10769 replace partycode = 200 if congress == 89 & id == 10517 replace partycode = 100 if congress == 89 & id == 3769 replace partycode = 200 if congress == 89 & id == 8814 replace partycode = 100 if congress == 89 & id == 8474 replace partycode = 100 if congress == 89 & id == 7610 replace partycode = 100 if congress == 89 & id == 5900 replace partycode = 200 if congress == 89 & id == 3963 replace partycode = 100 if congress == 89 & id == 948 replace partycode = 200 if congress == 89 & id == 18 replace partycode = 100 if congress == 89 & id == 8084 replace partycode = 200 if congress == 89 & id == 10552 replace partycode = 200 if congress == 89 & id == 986 replace partycode = 100 if congress == 89 & id == 2517 replace partycode = 100 if congress == 89 & id == 10732 replace partycode = 200 if congress == 89 & id == 4165 replace partycode = 100 if congress == 89 & id == 10742 replace partycode = 100 if congress == 89 & id == 10770 replace partycode = 100 if congress == 89 & id == 10715 replace partycode = 200 if congress == 89 & id == 3853 replace partycode = 100 if congress == 89 & id == 10704 replace partycode = 100 if congress == 89 & id == 8672 replace partycode = 100 if congress == 89 & id == 10730 replace partycode = 100 if congress == 89 & id == 10735 replace partycode = 200 if congress == 89 & id == 10513 replace partycode = 200 if congress == 89 & id == 10758 replace partycode = 200 if congress == 89 & id == 10516 replace partycode = 200 if congress == 89 & id == 10559 replace partycode = 200 if congress == 89 & id == 10625 replace partycode = 100 if congress == 89 & id == 9056 replace partycode = 100 if congress == 89 & id == 6845 replace partycode = 100 if congress == 89 & id == 10724 replace partycode = 100 if congress == 89 & id == 1682 replace partycode = 200 if congress == 89 & id == 10710 replace partycode = 100 if congress == 89 & id == 9882 replace partycode = 100 if congress == 89 & id == 7343 replace partycode = 100 if congress == 89 & id == 4275 replace partycode = 100 if congress == 89 & id == 824 replace partycode = 100 if congress == 89 & id == 10201 replace partycode = 100 if congress == 89 & id == 10567 replace partycode = 100 if congress == 89 & id == 7228 replace partycode = 100 if congress == 89 & id == 6721 replace partycode = 100 if congress == 89 & id == 9339 replace partycode = 100 if congress == 89 & id == 10787 replace partycode = 100 if congress == 89 & id == 10746 replace partycode = 200 if congress == 89 & id == 10565 replace partycode = 100 if congress == 89 & id == 10736 replace partycode = 200 if congress == 89 & id == 10610 replace partycode = 100 if congress == 89 & id == 10601 replace partycode = 100 if congress == 89 & id == 3480 replace partycode = 100 if congress == 89 & id == 3054 replace partycode = 100 if congress == 89 & id == 10752 replace partycode = 200 if congress == 89 & id == 10535 replace partycode = 100 if congress == 89 & id == 3374 replace partycode = 100 if congress == 89 & id == 10624 replace partycode = 200 if congress == 89 & id == 2009 replace partycode = 100 if congress == 89 & id == 830 replace partycode = 100 if congress == 89 & id == 7408 replace partycode = 100 if congress == 89 & id == 2660 replace partycode = 200 if congress == 89 & id == 10538 replace partycode = 200 if congress == 89 & id == 518 replace partycode = 100 if congress == 89 & id == 5873 replace partycode = 100 if congress == 89 & id == 7081 replace partycode = 100 if congress == 89 & id == 6177 replace partycode = 200 if congress == 89 & id == 6033 replace partycode = 100 if congress == 89 & id == 1265 replace partycode = 200 if congress == 89 & id == 5131 replace partycode = 100 if congress == 89 & id == 10713 replace partycode = 100 if congress == 89 & id == 10779 replace partycode = 100 if congress == 89 & id == 10776 replace partycode = 200 if congress == 89 & id == 10597 replace partycode = 200 if congress == 89 & id == 3268 replace partycode = 200 if congress == 89 & id == 1620 replace partycode = 100 if congress == 89 & id == 10754 replace partycode = 200 if congress == 89 & id == 10526 replace partycode = 200 if congress == 89 & id == 3824 replace partycode = 200 if congress == 89 & id == 10794 replace partycode = 200 if congress == 89 & id == 1610 replace partycode = 100 if congress == 89 & id == 10711 replace partycode = 100 if congress == 89 & id == 7043 replace partycode = 100 if congress == 89 & id == 2594 replace partycode = 100 if congress == 89 & id == 10540 replace partycode = 100 if congress == 89 & id == 10727 replace partycode = 100 if congress == 89 & id == 2605 replace partycode = 100 if congress == 89 & id == 3830 replace partycode = 200 if congress == 89 & id == 1087 replace partycode = 100 if congress == 89 & id == 10725 replace partycode = 200 if congress == 89 & id == 7671 replace partycode = 200 if congress == 89 & id == 6860 replace partycode = 200 if congress == 89 & id == 10533 replace partycode = 100 if congress == 89 & id == 5098 replace partycode = 100 if congress == 89 & id == 10585 replace partycode = 100 if congress == 89 & id == 10612 replace partycode = 200 if congress == 89 & id == 5451 replace partycode = 100 if congress == 89 & id == 789 replace partycode = 100 if congress == 89 & id == 13 replace partycode = 100 if congress == 89 & id == 10075 replace partycode = 100 if congress == 89 & id == 10162 replace partycode = 200 if congress == 89 & id == 10781 replace partycode = 100 if congress == 89 & id == 1952 replace partycode = 100 if congress == 89 & id == 5097 replace partycode = 200 if congress == 89 & id == 2275 replace partycode = 100 if congress == 89 & id == 9072 replace partycode = 100 if congress == 89 & id == 7717 replace partycode = 100 if congress == 89 & id == 835 replace partycode = 100 if congress == 89 & id == 4724 replace partycode = 200 if congress == 89 & id == 10523 replace partycode = 100 if congress == 89 & id == 10528 replace partycode = 100 if congress == 89 & id == 10740 replace partycode = 100 if congress == 89 & id == 5056 replace partycode = 100 if congress == 89 & id == 10543 replace partycode = 200 if congress == 89 & id == 10503 replace partycode = 100 if congress == 89 & id == 10708 replace partycode = 200 if congress == 89 & id == 2255 replace partycode = 200 if congress == 89 & id == 10534 replace partycode = 100 if congress == 89 & id == 433 replace partycode = 100 if congress == 89 & id == 10741 replace partycode = 200 if congress == 89 & id == 10581 replace partycode = 200 if congress == 89 & id == 1393 replace partycode = 100 if congress == 89 & id == 10750 replace partycode = 100 if congress == 89 & id == 10739 replace partycode = 100 if congress == 89 & id == 9322 replace partycode = 200 if congress == 89 & id == 3364 replace partycode = 200 if congress == 89 & id == 2804 replace partycode = 200 if congress == 89 & id == 10091 replace partycode = 100 if congress == 89 & id == 10529 replace partycode = 100 if congress == 89 & id == 10737 replace partycode = 100 if congress == 89 & id == 8010 replace partycode = 100 if congress == 89 & id == 10609 replace partycode = 100 if congress == 89 & id == 10745 replace partycode = 100 if congress == 89 & id == 3433 replace partycode = 100 if congress == 89 & id == 2329 replace partycode = 100 if congress == 89 & id == 10613 replace partycode = 100 if congress == 89 & id == 10780 replace partycode = 100 if congress == 89 & id == 6717 replace partycode = 100 if congress == 89 & id == 10545 replace partycode = 200 if congress == 89 & id == 10592 replace partycode = 100 if congress == 89 & id == 10784 replace partycode = 200 if congress == 89 & id == 10638 replace partycode = 100 if congress == 89 & id == 10775 replace partycode = 200 if congress == 89 & id == 3967 replace partycode = 100 if congress == 89 & id == 10500 replace partycode = 100 if congress == 89 & id == 10551 replace partycode = 100 if congress == 89 & id == 2476 replace partycode = 100 if congress == 89 & id == 1611 replace partycode = 100 if congress == 89 & id == 5199 replace partycode = 100 if congress == 89 & id == 5148 replace partycode = 100 if congress == 89 & id == 6792 replace partycode = 100 if congress == 89 & id == 8049 replace partycode = 100 if congress == 89 & id == 10508 replace partycode = 100 if congress == 89 & id == 10611 replace partycode = 200 if congress == 89 & id == 5678 replace partycode = 200 if congress == 89 & id == 10789 replace partycode = 100 if congress == 89 & id == 7568 replace partycode = 100 if congress == 89 & id == 3056 replace partycode = 100 if congress == 89 & id == 10555 replace partycode = 100 if congress == 89 & id == 10768 replace partycode = 100 if congress == 89 & id == 3575 replace partycode = 100 if congress == 89 & id == 10705 replace partycode = 200 if congress == 89 & id == 3158 replace partycode = 100 if congress == 89 & id == 10760 replace partycode = 200 if congress == 89 & id == 10618 replace partycode = 100 if congress == 89 & id == 10718 replace partycode = 100 if congress == 89 & id == 10764 replace partycode = 100 if congress == 89 & id == 7003 replace partycode = 200 if congress == 89 & id == 10530 replace partycode = 200 if congress == 89 & id == 10749 replace partycode = 200 if congress == 89 & id == 7467 replace partycode = 200 if congress == 89 & id == 7995 replace partycode = 100 if congress == 89 & id == 10733 replace partycode = 100 if congress == 89 & id == 9017 replace partycode = 200 if congress == 89 & id == 10596 replace partycode = 200 if congress == 89 & id == 10712 replace partycode = 200 if congress == 89 & id == 3670 replace partycode = 100 if congress == 89 & id == 10748 replace partycode = 200 if congress == 89 & id == 10771 replace partycode = 100 if congress == 89 & id == 2752 replace partycode = 100 if congress == 89 & id == 846 replace partycode = 100 if congress == 89 & id == 10788 replace partycode = 100 if congress == 89 & id == 3321 replace partycode = 100 if congress == 89 & id == 10527 replace partycode = 100 if congress == 89 & id == 2032 replace partycode = 100 if congress == 89 & id == 8311 replace partycode = 100 if congress == 89 & id == 10531 replace partycode = 100 if congress == 89 & id == 5606 replace partycode = 200 if congress == 89 & id == 5019 replace partycode = 200 if congress == 89 & id == 10574 replace partycode = 100 if congress == 89 & id == 10060 replace partycode = 100 if congress == 89 & id == 9230 replace partycode = 200 if congress == 89 & id == 10569 replace partycode = 100 if congress == 89 & id == 10762 replace partycode = 100 if congress == 89 & id == 10729 replace partycode = 200 if congress == 89 & id == 10510 replace partycode = 100 if congress == 89 & id == 10747 replace partycode = 200 if congress == 89 & id == 6204 replace partycode = 200 if congress == 89 & id == 5495 replace partycode = 200 if congress == 89 & id == 10525 replace partycode = 200 if congress == 89 & id == 1104 replace partycode = 200 if congress == 89 & id == 10786 replace partycode = 200 if congress == 89 & id == 680 replace partycode = 100 if congress == 89 & id == 267 replace partycode = 100 if congress == 89 & id == 6579 replace partycode = 200 if congress == 89 & id == 10773 replace partycode = 200 if congress == 89 & id == 2533 replace partycode = 200 if congress == 89 & id == 10539 replace partycode = 200 if congress == 89 & id == 310 replace partycode = 100 if congress == 89 & id == 8341 replace partycode = 200 if congress == 89 & id == 891 replace partycode = 200 if congress == 89 & id == 10502 replace partycode = 100 if congress == 89 & id == 4247 replace partycode = 100 if congress == 89 & id == 5301 replace partycode = 100 if congress == 89 & id == 3092 replace partycode = 100 if congress == 89 & id == 9623 replace partycode = 200 if congress == 89 & id == 837 replace partycode = 200 if congress == 89 & id == 6548 replace partycode = 100 if congress == 89 & id == 10774 replace partycode = 200 if congress == 89 & id == 590 replace partycode = 100 if congress == 89 & id == 2854 replace partycode = 100 if congress == 89 & id == 62 replace partycode = 100 if congress == 89 & id == 8866 replace partycode = 100 if congress == 89 & id == 4891 replace partycode = 100 if congress == 89 & id == 10743 replace partycode = 200 if congress == 89 & id == 10785 replace partycode = 100 if congress == 89 & id == 9551 replace partycode = 100 if congress == 89 & id == 3775 replace partycode = 100 if congress == 89 & id == 10582 replace partycode = 100 if congress == 89 & id == 465 replace partycode = 100 if congress == 89 & id == 6936 replace partycode = 100 if congress == 89 & id == 1368 replace partycode = 100 if congress == 89 & id == 9408 replace partycode = 100 if congress == 89 & id == 10591 replace partycode = 100 if congress == 89 & id == 7844 replace partycode = 200 if congress == 89 & id == 10782 replace partycode = 200 if congress == 89 & id == 2266 replace partycode = 200 if congress == 89 & id == 2298 replace partycode = 200 if congress == 89 & id == 10607 replace partycode = 100 if congress == 89 & id == 3224 replace partycode = 200 if congress == 89 & id == 9975 replace partycode = 200 if congress == 89 & id == 10557 replace partycode = 100 if congress == 89 & id == 6661 replace partycode = 100 if congress == 89 & id == 10620 replace partycode = 200 if congress == 89 & id == 5377 replace partycode = 200 if congress == 89 & id == 8268 replace partycode = 200 if congress == 89 & id == 2065 replace partycode = 100 if congress == 89 & id == 10714 replace partycode = 100 if congress == 89 & id == 4518 replace partycode = 100 if congress == 89 & id == 2513 replace partycode = 200 if congress == 89 & id == 8247 replace partycode = 200 if congress == 89 & id == 10598 replace partycode = 100 if congress == 89 & id == 10778 replace partycode = 100 if congress == 89 & id == 1763 replace partycode = 100 if congress == 89 & id == 6685 replace partycode = 200 if congress == 89 & id == 3409 replace partycode = 100 if congress == 89 & id == 10561 replace partycode = 100 if congress == 89 & id == 3246 replace partycode = 100 if congress == 89 & id == 7925 replace partycode = 100 if congress == 89 & id == 90634 replace partycode = 100 if congress == 89 & id == 2672 replace partycode = 100 if congress == 89 & id == 270 replace partycode = 100 if congress == 89 & id == 10728 replace partycode = 100 if congress == 89 & id == 6353 replace partycode = 200 if congress == 89 & id == 10548 replace partycode = 200 if congress == 89 & id == 672 replace partycode = 200 if congress == 89 & id == 10616 replace partycode = 200 if congress == 89 & id == 10719 replace partycode = 200 if congress == 89 & id == 10571 replace partycode = 100 if congress == 89 & id == 3034 replace partycode = 100 if congress == 89 & id == 10586 replace partycode = 100 if congress == 89 & id == 10701 replace partycode = 100 if congress == 89 & id == 6826 replace partycode = 100 if congress == 89 & id == 3028 replace partycode = 100 if congress == 89 & id == 10731 replace partycode = 100 if congress == 89 & id == 7232 replace partycode = 100 if congress == 89 & id == 1077 replace partycode = 100 if congress == 89 & id == 567 replace partycode = 100 if congress == 89 & id == 10550 replace partycode = 100 if congress == 89 & id == 10707 replace partycode = 100 if congress == 89 & id == 9241 replace partycode = 100 if congress == 89 & id == 2700 replace partycode = 100 if congress == 89 & id == 9284 replace partycode = 100 if congress == 89 & id == 10792 replace partycode = 100 if congress == 89 & id == 9320 replace partycode = 100 if congress == 89 & id == 10614 replace partycode = 100 if congress == 89 & id == 7498 replace partycode = 100 if congress == 89 & id == 10391 replace partycode = 100 if congress == 89 & id == 10546 replace partycode = 100 if congress == 89 & id == 10446 replace partycode = 100 if congress == 89 & id == 10716 replace partycode = 100 if congress == 89 & id == 10783 replace partycode = 100 if congress == 89 & id == 1282 replace partycode = 100 if congress == 89 & id == 8035 replace partycode = 100 if congress == 89 & id == 5924 replace partycode = 100 if congress == 89 & id == 10520 replace partycode = 100 if congress == 89 & id == 3171 replace partycode = 100 if congress == 89 & id == 1577 replace partycode = 100 if congress == 89 & id == 10615 replace partycode = 200 if congress == 89 & id == 10576 replace partycode = 100 if congress == 89 & id == 5258 replace partycode = 200 if congress == 89 & id == 10562 replace partycode = 100 if congress == 89 & id == 2706 replace partycode = 100 if congress == 89 & id == 4064 replace partycode = 100 if congress == 89 & id == 10767 replace partycode = 100 if congress == 89 & id == 2 replace partycode = 100 if congress == 89 & id == 9494 replace partycode = 200 if congress == 89 & id == 7500 replace partycode = 100 if congress == 89 & id == 10603 replace partycode = 100 if congress == 89 & id == 8636 replace partycode = 100 if congress == 89 & id == 4927 replace partycode = 200 if congress == 89 & id == 1154 replace partycode = 200 if congress == 89 & id == 7313 replace partycode = 100 if congress == 89 & id == 10756 replace partycode = 100 if congress == 89 & id == 4043 replace partycode = 200 if congress == 89 & id == 6101 replace partycode = 100 if congress == 89 & id == 10726 replace partycode = 100 if congress == 89 & id == 10738 replace partycode = 100 if congress == 89 & id == 10700 replace partycode = 200 if congress == 89 & id == 6626 replace partycode = 100 if congress == 89 & id == 8824 replace partycode = 100 if congress == 89 & id == 8564 replace partycode = 100 if congress == 89 & id == 4276 replace partycode = 100 if congress == 89 & id == 10744 replace partycode = 100 if congress == 89 & id == 10772 replace partycode = 100 if congress == 89 & id == 5101 replace partycode = 200 if congress == 89 & id == 10564 replace partycode = 100 if congress == 89 & id == 10463 replace partycode = 100 if congress == 89 & id == 7824 replace partycode = 100 if congress == 89 & id == 10761 replace partycode = 200 if congress == 89 & id == 5410 replace partycode = 200 if congress == 89 & id == 1371 replace partycode = 200 if congress == 89 & id == 2383 replace partycode = 200 if congress == 89 & id == 7046 replace partycode = 100 if congress == 89 & id == 10766 replace partycode = 100 if congress == 90 & id == 99903 replace partycode = 200 if congress == 90 & id == 10721 replace partycode = 200 if congress == 90 & id == 10717 replace partycode = 100 if congress == 90 & id == 195 replace partycode = 100 if congress == 90 & id == 11037 replace partycode = 100 if congress == 90 & id == 8353 replace partycode = 200 if congress == 90 & id == 10706 replace partycode = 100 if congress == 90 & id == 11000 replace partycode = 100 if congress == 90 & id == 5058 replace partycode = 200 if congress == 90 & id == 11039 replace partycode = 200 if congress == 90 & id == 7845 replace partycode = 100 if congress == 90 & id == 10566 replace partycode = 200 if congress == 90 & id == 11050 replace partycode = 100 if congress == 90 & id == 3506 replace partycode = 100 if congress == 90 & id == 6532 replace partycode = 200 if congress == 90 & id == 11020 replace partycode = 100 if congress == 90 & id == 10791 replace partycode = 200 if congress == 90 & id == 10579 replace partycode = 100 if congress == 90 & id == 4957 replace partycode = 100 if congress == 90 & id == 6756 replace partycode = 100 if congress == 90 & id == 10599 replace partycode = 100 if congress == 90 & id == 10577 replace partycode = 200 if congress == 90 & id == 5929 replace partycode = 100 if congress == 90 & id == 1911 replace partycode = 100 if congress == 90 & id == 6483 replace partycode = 100 if congress == 90 & id == 10583 replace partycode = 200 if congress == 90 & id == 3867 replace partycode = 200 if congress == 90 & id == 10461 replace partycode = 200 if congress == 90 & id == 11063 replace partycode = 200 if congress == 90 & id == 10631 replace partycode = 200 if congress == 90 & id == 9240 replace partycode = 100 if congress == 90 & id == 10793 replace partycode = 100 if congress == 90 & id == 6240 replace partycode = 100 if congress == 90 & id == 8549 replace partycode = 100 if congress == 90 & id == 5255 replace partycode = 200 if congress == 90 & id == 11031 replace partycode = 100 if congress == 90 & id == 4514 replace partycode = 200 if congress == 90 & id == 8628 replace partycode = 100 if congress == 90 & id == 10595 replace partycode = 100 if congress == 90 & id == 10511 replace partycode = 200 if congress == 90 & id == 10580 replace partycode = 200 if congress == 90 & id == 5694 replace partycode = 200 if congress == 90 & id == 11055 replace partycode = 100 if congress == 90 & id == 10790 replace partycode = 200 if congress == 90 & id == 10763 replace partycode = 200 if congress == 90 & id == 10505 replace partycode = 100 if congress == 90 & id == 10573 replace partycode = 100 if congress == 90 & id == 10621 replace partycode = 100 if congress == 90 & id == 10640 replace partycode = 200 if congress == 90 & id == 4592 replace partycode = 200 if congress == 90 & id == 11038 replace partycode = 100 if congress == 90 & id == 10594 replace partycode = 200 if congress == 90 & id == 9578 replace partycode = 200 if congress == 90 & id == 10249 replace partycode = 100 if congress == 90 & id == 10633 replace partycode = 100 if congress == 90 & id == 10777 replace partycode = 100 if congress == 90 & id == 8021 replace partycode = 200 if congress == 90 & id == 10572 replace partycode = 100 if congress == 90 & id == 10723 replace partycode = 100 if congress == 90 & id == 275 replace partycode = 100 if congress == 90 & id == 2295 replace partycode = 100 if congress == 90 & id == 10627 replace partycode = 100 if congress == 90 & id == 3553 replace partycode = 100 if congress == 90 & id == 4824 replace partycode = 100 if congress == 90 & id == 6586 replace partycode = 200 if congress == 90 & id == 11033 replace partycode = 200 if congress == 90 & id == 11044 replace partycode = 100 if congress == 90 & id == 8507 replace partycode = 100 if congress == 90 & id == 10587 replace partycode = 100 if congress == 90 & id == 633 replace partycode = 100 if congress == 90 & id == 4354 replace partycode = 200 if congress == 90 & id == 10593 replace partycode = 100 if congress == 90 & id == 10588 replace partycode = 100 if congress == 90 & id == 3929 replace partycode = 200 if congress == 90 & id == 2143 replace partycode = 100 if congress == 90 & id == 8032 replace partycode = 200 if congress == 90 & id == 11007 replace partycode = 100 if congress == 90 & id == 7333 replace partycode = 100 if congress == 90 & id == 3078 replace partycode = 100 if congress == 90 & id == 10522 replace partycode = 100 if congress == 90 & id == 10759 replace partycode = 100 if congress == 90 & id == 11005 replace partycode = 200 if congress == 90 & id == 11002 replace partycode = 200 if congress == 90 & id == 11053 replace partycode = 100 if congress == 90 & id == 3242 replace partycode = 100 if congress == 90 & id == 10512 replace partycode = 100 if congress == 90 & id == 11052 replace partycode = 100 if congress == 90 & id == 5436 replace partycode = 100 if congress == 90 & id == 10563 replace partycode = 100 if congress == 90 & id == 10757 replace partycode = 100 if congress == 90 & id == 10605 replace partycode = 200 if congress == 90 & id == 11029 replace partycode = 200 if congress == 90 & id == 10734 replace partycode = 100 if congress == 90 & id == 2433 replace partycode = 100 if congress == 90 & id == 7041 replace partycode = 100 if congress == 90 & id == 6816 replace partycode = 200 if congress == 90 & id == 2525 replace partycode = 100 if congress == 90 & id == 5326 replace partycode = 100 if congress == 90 & id == 10765 replace partycode = 100 if congress == 90 & id == 10703 replace partycode = 100 if congress == 90 & id == 8080 replace partycode = 100 if congress == 90 & id == 10421 replace partycode = 200 if congress == 90 & id == 1941 replace partycode = 100 if congress == 90 & id == 7642 replace partycode = 200 if congress == 90 & id == 10606 replace partycode = 200 if congress == 90 & id == 10622 replace partycode = 200 if congress == 90 & id == 10722 replace partycode = 200 if congress == 90 & id == 10617 replace partycode = 200 if congress == 90 & id == 10501 replace partycode = 200 if congress == 90 & id == 226 replace partycode = 200 if congress == 90 & id == 6455 replace partycode = 200 if congress == 90 & id == 11041 replace partycode = 200 if congress == 90 & id == 10517 replace partycode = 100 if congress == 90 & id == 3769 replace partycode = 200 if congress == 90 & id == 8814 replace partycode = 100 if congress == 90 & id == 8474 replace partycode = 100 if congress == 90 & id == 7610 replace partycode = 100 if congress == 90 & id == 5900 replace partycode = 200 if congress == 90 & id == 3963 replace partycode = 100 if congress == 90 & id == 948 replace partycode = 200 if congress == 90 & id == 18 replace partycode = 100 if congress == 90 & id == 8084 replace partycode = 200 if congress == 90 & id == 986 replace partycode = 200 if congress == 90 & id == 11036 replace partycode = 200 if congress == 90 & id == 11059 replace partycode = 100 if congress == 90 & id == 10732 replace partycode = 200 if congress == 90 & id == 10552 replace partycode = 100 if congress == 90 & id == 10742 replace partycode = 200 if congress == 90 & id == 8288 replace partycode = 100 if congress == 90 & id == 10715 replace partycode = 200 if congress == 90 & id == 3853 replace partycode = 200 if congress == 90 & id == 5385 replace partycode = 100 if congress == 90 & id == 8672 replace partycode = 200 if congress == 90 & id == 11032 replace partycode = 200 if congress == 90 & id == 11047 replace partycode = 200 if congress == 90 & id == 10513 replace partycode = 200 if congress == 90 & id == 10758 replace partycode = 200 if congress == 90 & id == 11057 replace partycode = 200 if congress == 90 & id == 10559 replace partycode = 200 if congress == 90 & id == 10625 replace partycode = 100 if congress == 90 & id == 9056 replace partycode = 100 if congress == 90 & id == 6845 replace partycode = 200 if congress == 90 & id == 11010 replace partycode = 200 if congress == 90 & id == 10626 replace partycode = 200 if congress == 90 & id == 10710 replace partycode = 100 if congress == 90 & id == 9882 replace partycode = 100 if congress == 90 & id == 7343 replace partycode = 100 if congress == 90 & id == 4275 replace partycode = 100 if congress == 90 & id == 824 replace partycode = 100 if congress == 90 & id == 10201 replace partycode = 100 if congress == 90 & id == 10567 replace partycode = 100 if congress == 90 & id == 7228 replace partycode = 100 if congress == 90 & id == 11042 replace partycode = 100 if congress == 90 & id == 10787 replace partycode = 100 if congress == 90 & id == 10746 replace partycode = 100 if congress == 90 & id == 11027 replace partycode = 100 if congress == 90 & id == 10736 replace partycode = 200 if congress == 90 & id == 10610 replace partycode = 100 if congress == 90 & id == 10601 replace partycode = 100 if congress == 90 & id == 3480 replace partycode = 100 if congress == 90 & id == 3054 replace partycode = 100 if congress == 90 & id == 10752 replace partycode = 200 if congress == 90 & id == 10535 replace partycode = 100 if congress == 90 & id == 3374 replace partycode = 200 if congress == 90 & id == 11019 replace partycode = 200 if congress == 90 & id == 2009 replace partycode = 100 if congress == 90 & id == 830 replace partycode = 100 if congress == 90 & id == 7408 replace partycode = 100 if congress == 90 & id == 2660 replace partycode = 200 if congress == 90 & id == 10538 replace partycode = 200 if congress == 90 & id == 518 replace partycode = 100 if congress == 90 & id == 5873 replace partycode = 100 if congress == 90 & id == 7081 replace partycode = 100 if congress == 90 & id == 6177 replace partycode = 200 if congress == 90 & id == 11021 replace partycode = 100 if congress == 90 & id == 1265 replace partycode = 200 if congress == 90 & id == 5131 replace partycode = 100 if congress == 90 & id == 10713 replace partycode = 200 if congress == 90 & id == 11015 replace partycode = 200 if congress == 90 & id == 11006 replace partycode = 200 if congress == 90 & id == 10597 replace partycode = 200 if congress == 90 & id == 3268 replace partycode = 200 if congress == 90 & id == 1620 replace partycode = 200 if congress == 90 & id == 91043 replace partycode = 200 if congress == 90 & id == 10526 replace partycode = 200 if congress == 90 & id == 10794 replace partycode = 200 if congress == 90 & id == 1610 replace partycode = 200 if congress == 90 & id == 11045 replace partycode = 100 if congress == 90 & id == 7043 replace partycode = 100 if congress == 90 & id == 2594 replace partycode = 100 if congress == 90 & id == 10540 replace partycode = 100 if congress == 90 & id == 10727 replace partycode = 100 if congress == 90 & id == 2605 replace partycode = 100 if congress == 90 & id == 3830 replace partycode = 200 if congress == 90 & id == 1087 replace partycode = 200 if congress == 90 & id == 11030 replace partycode = 200 if congress == 90 & id == 7671 replace partycode = 200 if congress == 90 & id == 6860 replace partycode = 200 if congress == 90 & id == 10533 replace partycode = 100 if congress == 90 & id == 5098 replace partycode = 100 if congress == 90 & id == 10585 replace partycode = 200 if congress == 90 & id == 11060 replace partycode = 200 if congress == 90 & id == 5451 replace partycode = 100 if congress == 90 & id == 789 replace partycode = 100 if congress == 90 & id == 13 replace partycode = 100 if congress == 90 & id == 10075 replace partycode = 100 if congress == 90 & id == 10162 replace partycode = 100 if congress == 90 & id == 11065 replace partycode = 100 if congress == 90 & id == 11035 replace partycode = 100 if congress == 90 & id == 1952 replace partycode = 100 if congress == 90 & id == 5097 replace partycode = 200 if congress == 90 & id == 2275 replace partycode = 100 if congress == 90 & id == 9072 replace partycode = 100 if congress == 90 & id == 7717 replace partycode = 100 if congress == 90 & id == 835 replace partycode = 100 if congress == 90 & id == 4724 replace partycode = 200 if congress == 90 & id == 10523 replace partycode = 100 if congress == 90 & id == 10528 replace partycode = 100 if congress == 90 & id == 10740 replace partycode = 100 if congress == 90 & id == 5056 replace partycode = 100 if congress == 90 & id == 10543 replace partycode = 200 if congress == 90 & id == 10503 replace partycode = 200 if congress == 90 & id == 11012 replace partycode = 200 if congress == 90 & id == 2255 replace partycode = 200 if congress == 90 & id == 10534 replace partycode = 100 if congress == 90 & id == 433 replace partycode = 200 if congress == 90 & id == 10639 replace partycode = 200 if congress == 90 & id == 10581 replace partycode = 200 if congress == 90 & id == 11022 replace partycode = 200 if congress == 90 & id == 11046 replace partycode = 100 if congress == 90 & id == 10739 replace partycode = 100 if congress == 90 & id == 9322 replace partycode = 200 if congress == 90 & id == 3364 replace partycode = 200 if congress == 90 & id == 1393 replace partycode = 200 if congress == 90 & id == 10091 replace partycode = 100 if congress == 90 & id == 10529 replace partycode = 100 if congress == 90 & id == 10737 replace partycode = 100 if congress == 90 & id == 8010 replace partycode = 100 if congress == 90 & id == 10609 replace partycode = 200 if congress == 90 & id == 2804 replace partycode = 100 if congress == 90 & id == 3433 replace partycode = 100 if congress == 90 & id == 2329 replace partycode = 100 if congress == 90 & id == 10613 replace partycode = 100 if congress == 90 & id == 6717 replace partycode = 100 if congress == 90 & id == 10780 replace partycode = 100 if congress == 90 & id == 10545 replace partycode = 200 if congress == 90 & id == 10592 replace partycode = 100 if congress == 90 & id == 10784 replace partycode = 200 if congress == 90 & id == 10638 replace partycode = 100 if congress == 90 & id == 10775 replace partycode = 200 if congress == 90 & id == 3967 replace partycode = 100 if congress == 90 & id == 10500 replace partycode = 100 if congress == 90 & id == 10551 replace partycode = 100 if congress == 90 & id == 2476 replace partycode = 100 if congress == 90 & id == 1611 replace partycode = 100 if congress == 90 & id == 11004 replace partycode = 100 if congress == 90 & id == 5148 replace partycode = 100 if congress == 90 & id == 6792 replace partycode = 100 if congress == 90 & id == 11064 replace partycode = 100 if congress == 90 & id == 8049 replace partycode = 100 if congress == 90 & id == 10508 replace partycode = 100 if congress == 90 & id == 10611 replace partycode = 200 if congress == 90 & id == 10789 replace partycode = 100 if congress == 90 & id == 3056 replace partycode = 100 if congress == 90 & id == 10555 replace partycode = 100 if congress == 90 & id == 10768 replace partycode = 100 if congress == 90 & id == 3575 replace partycode = 100 if congress == 90 & id == 10705 replace partycode = 200 if congress == 90 & id == 3158 replace partycode = 100 if congress == 90 & id == 10760 replace partycode = 200 if congress == 90 & id == 10618 replace partycode = 100 if congress == 90 & id == 10718 replace partycode = 100 if congress == 90 & id == 10764 replace partycode = 200 if congress == 90 & id == 11009 replace partycode = 200 if congress == 90 & id == 10530 replace partycode = 200 if congress == 90 & id == 10749 replace partycode = 200 if congress == 90 & id == 7467 replace partycode = 200 if congress == 90 & id == 7995 replace partycode = 100 if congress == 90 & id == 10733 replace partycode = 100 if congress == 90 & id == 9017 replace partycode = 200 if congress == 90 & id == 10596 replace partycode = 200 if congress == 90 & id == 10712 replace partycode = 200 if congress == 90 & id == 3670 replace partycode = 100 if congress == 90 & id == 10748 replace partycode = 200 if congress == 90 & id == 10771 replace partycode = 100 if congress == 90 & id == 2752 replace partycode = 100 if congress == 90 & id == 10788 replace partycode = 100 if congress == 90 & id == 3321 replace partycode = 100 if congress == 90 & id == 10527 replace partycode = 200 if congress == 90 & id == 11018 replace partycode = 100 if congress == 90 & id == 11017 replace partycode = 100 if congress == 90 & id == 10531 replace partycode = 100 if congress == 90 & id == 5606 replace partycode = 200 if congress == 90 & id == 5019 replace partycode = 200 if congress == 90 & id == 10574 replace partycode = 100 if congress == 90 & id == 10060 replace partycode = 100 if congress == 90 & id == 9230 replace partycode = 200 if congress == 90 & id == 10569 replace partycode = 200 if congress == 90 & id == 11024 replace partycode = 200 if congress == 90 & id == 10630 replace partycode = 200 if congress == 90 & id == 10510 replace partycode = 200 if congress == 90 & id == 11054 replace partycode = 200 if congress == 90 & id == 6204 replace partycode = 200 if congress == 90 & id == 5495 replace partycode = 200 if congress == 90 & id == 10525 replace partycode = 200 if congress == 90 & id == 10786 replace partycode = 200 if congress == 90 & id == 680 replace partycode = 100 if congress == 90 & id == 267 replace partycode = 200 if congress == 90 & id == 11034 replace partycode = 200 if congress == 90 & id == 10773 replace partycode = 200 if congress == 90 & id == 2533 replace partycode = 200 if congress == 90 & id == 10539 replace partycode = 200 if congress == 90 & id == 310 replace partycode = 200 if congress == 90 & id == 11058 replace partycode = 200 if congress == 90 & id == 891 replace partycode = 200 if congress == 90 & id == 10502 replace partycode = 100 if congress == 90 & id == 4247 replace partycode = 100 if congress == 90 & id == 5301 replace partycode = 100 if congress == 90 & id == 3092 replace partycode = 100 if congress == 90 & id == 9623 replace partycode = 200 if congress == 90 & id == 837 replace partycode = 200 if congress == 90 & id == 6548 replace partycode = 200 if congress == 90 & id == 11028 replace partycode = 200 if congress == 90 & id == 590 replace partycode = 100 if congress == 90 & id == 2854 replace partycode = 100 if congress == 90 & id == 62 replace partycode = 100 if congress == 90 & id == 8866 replace partycode = 100 if congress == 90 & id == 4891 replace partycode = 200 if congress == 90 & id == 11049 replace partycode = 200 if congress == 90 & id == 10785 replace partycode = 100 if congress == 90 & id == 9551 replace partycode = 100 if congress == 90 & id == 3775 replace partycode = 200 if congress == 90 & id == 11011 replace partycode = 100 if congress == 90 & id == 465 replace partycode = 100 if congress == 90 & id == 6936 replace partycode = 100 if congress == 90 & id == 1368 replace partycode = 100 if congress == 90 & id == 11014 replace partycode = 100 if congress == 90 & id == 10591 replace partycode = 100 if congress == 90 & id == 7844 replace partycode = 200 if congress == 90 & id == 11056 replace partycode = 200 if congress == 90 & id == 11001 replace partycode = 200 if congress == 90 & id == 10782 replace partycode = 200 if congress == 90 & id == 10607 replace partycode = 100 if congress == 90 & id == 3224 replace partycode = 200 if congress == 90 & id == 9975 replace partycode = 200 if congress == 90 & id == 10557 replace partycode = 100 if congress == 90 & id == 6661 replace partycode = 100 if congress == 90 & id == 10620 replace partycode = 200 if congress == 90 & id == 11016 replace partycode = 200 if congress == 90 & id == 8268 replace partycode = 200 if congress == 90 & id == 2065 replace partycode = 200 if congress == 90 & id == 10521 replace partycode = 100 if congress == 90 & id == 4518 replace partycode = 100 if congress == 90 & id == 2513 replace partycode = 200 if congress == 90 & id == 8247 replace partycode = 200 if congress == 90 & id == 10598 replace partycode = 100 if congress == 90 & id == 10778 replace partycode = 100 if congress == 90 & id == 1763 replace partycode = 100 if congress == 90 & id == 6685 replace partycode = 200 if congress == 90 & id == 3409 replace partycode = 100 if congress == 90 & id == 10561 replace partycode = 100 if congress == 90 & id == 11061 replace partycode = 100 if congress == 90 & id == 3246 replace partycode = 100 if congress == 90 & id == 7925 replace partycode = 200 if congress == 90 & id == 10634 replace partycode = 100 if congress == 90 & id == 2672 replace partycode = 100 if congress == 90 & id == 270 replace partycode = 100 if congress == 90 & id == 10728 replace partycode = 100 if congress == 90 & id == 6353 replace partycode = 200 if congress == 90 & id == 10548 replace partycode = 200 if congress == 90 & id == 672 replace partycode = 200 if congress == 90 & id == 10616 replace partycode = 200 if congress == 90 & id == 10719 replace partycode = 200 if congress == 90 & id == 10571 replace partycode = 100 if congress == 90 & id == 3034 replace partycode = 100 if congress == 90 & id == 10586 replace partycode = 100 if congress == 90 & id == 10701 replace partycode = 100 if congress == 90 & id == 11003 replace partycode = 100 if congress == 90 & id == 3028 replace partycode = 200 if congress == 90 & id == 11025 replace partycode = 100 if congress == 90 & id == 7232 replace partycode = 100 if congress == 90 & id == 2700 replace partycode = 100 if congress == 90 & id == 10615 replace partycode = 200 if congress == 90 & id == 11066 replace partycode = 100 if congress == 90 & id == 10550 replace partycode = 100 if congress == 90 & id == 10707 replace partycode = 100 if congress == 90 & id == 9241 replace partycode = 200 if congress == 90 & id == 11008 replace partycode = 100 if congress == 90 & id == 11013 replace partycode = 100 if congress == 90 & id == 1077 replace partycode = 100 if congress == 90 & id == 10614 replace partycode = 100 if congress == 90 & id == 7498 replace partycode = 100 if congress == 90 & id == 10391 replace partycode = 100 if congress == 90 & id == 10546 replace partycode = 100 if congress == 90 & id == 10446 replace partycode = 100 if congress == 90 & id == 10716 replace partycode = 100 if congress == 90 & id == 10783 replace partycode = 100 if congress == 90 & id == 1282 replace partycode = 200 if congress == 90 & id == 11062 replace partycode = 100 if congress == 90 & id == 5924 replace partycode = 100 if congress == 90 & id == 10520 replace partycode = 100 if congress == 90 & id == 3171 replace partycode = 100 if congress == 90 & id == 1577 replace partycode = 100 if congress == 90 & id == 11023 replace partycode = 200 if congress == 90 & id == 10576 replace partycode = 200 if congress == 90 & id == 10600 replace partycode = 200 if congress == 90 & id == 10562 replace partycode = 100 if congress == 90 & id == 2706 replace partycode = 100 if congress == 90 & id == 4064 replace partycode = 100 if congress == 90 & id == 10767 replace partycode = 100 if congress == 90 & id == 2 replace partycode = 100 if congress == 90 & id == 9494 replace partycode = 200 if congress == 90 & id == 7500 replace partycode = 100 if congress == 90 & id == 10603 replace partycode = 200 if congress == 90 & id == 11048 replace partycode = 200 if congress == 90 & id == 9802 replace partycode = 200 if congress == 90 & id == 1154 replace partycode = 200 if congress == 90 & id == 7313 replace partycode = 100 if congress == 90 & id == 10756 replace partycode = 100 if congress == 90 & id == 4043 replace partycode = 200 if congress == 90 & id == 6101 replace partycode = 100 if congress == 90 & id == 10726 replace partycode = 100 if congress == 90 & id == 10738 replace partycode = 100 if congress == 90 & id == 10700 replace partycode = 200 if congress == 90 & id == 6626 replace partycode = 100 if congress == 90 & id == 8824 replace partycode = 100 if congress == 90 & id == 8564 replace partycode = 100 if congress == 90 & id == 4276 replace partycode = 100 if congress == 90 & id == 10744 replace partycode = 200 if congress == 90 & id == 10556 replace partycode = 100 if congress == 90 & id == 5101 replace partycode = 200 if congress == 90 & id == 10564 replace partycode = 100 if congress == 90 & id == 10463 replace partycode = 100 if congress == 90 & id == 7824 replace partycode = 200 if congress == 90 & id == 11051 replace partycode = 200 if congress == 90 & id == 5410 replace partycode = 200 if congress == 90 & id == 1371 replace partycode = 200 if congress == 90 & id == 2383 replace partycode = 200 if congress == 90 & id == 7046 replace partycode = 200 if congress == 90 & id == 4139 replace partycode = 200 if congress == 91 & id == 99904 replace partycode = 200 if congress == 91 & id == 10721 replace partycode = 200 if congress == 91 & id == 10717 replace partycode = 100 if congress == 91 & id == 195 replace partycode = 100 if congress == 91 & id == 11037 replace partycode = 100 if congress == 91 & id == 12014 replace partycode = 200 if congress == 91 & id == 10706 replace partycode = 100 if congress == 91 & id == 11000 replace partycode = 100 if congress == 91 & id == 5058 replace partycode = 200 if congress == 91 & id == 11039 replace partycode = 200 if congress == 91 & id == 7845 replace partycode = 100 if congress == 91 & id == 10566 replace partycode = 200 if congress == 91 & id == 11050 replace partycode = 100 if congress == 91 & id == 12000 replace partycode = 100 if congress == 91 & id == 6532 replace partycode = 200 if congress == 91 & id == 11020 replace partycode = 100 if congress == 91 & id == 10791 replace partycode = 200 if congress == 91 & id == 10579 replace partycode = 100 if congress == 91 & id == 4957 replace partycode = 100 if congress == 91 & id == 6756 replace partycode = 100 if congress == 91 & id == 10599 replace partycode = 100 if congress == 91 & id == 10577 replace partycode = 200 if congress == 91 & id == 5929 replace partycode = 100 if congress == 91 & id == 1911 replace partycode = 100 if congress == 91 & id == 6483 replace partycode = 100 if congress == 91 & id == 10583 replace partycode = 200 if congress == 91 & id == 3867 replace partycode = 200 if congress == 91 & id == 11063 replace partycode = 200 if congress == 91 & id == 10631 replace partycode = 200 if congress == 91 & id == 9240 replace partycode = 100 if congress == 91 & id == 10793 replace partycode = 100 if congress == 91 & id == 6240 replace partycode = 100 if congress == 91 & id == 8549 replace partycode = 100 if congress == 91 & id == 12001 replace partycode = 200 if congress == 91 & id == 11031 replace partycode = 100 if congress == 91 & id == 4514 replace partycode = 200 if congress == 91 & id == 8628 replace partycode = 100 if congress == 91 & id == 10595 replace partycode = 100 if congress == 91 & id == 10511 replace partycode = 200 if congress == 91 & id == 10580 replace partycode = 200 if congress == 91 & id == 5694 replace partycode = 200 if congress == 91 & id == 10553 replace partycode = 200 if congress == 91 & id == 11055 replace partycode = 100 if congress == 91 & id == 10790 replace partycode = 200 if congress == 91 & id == 10763 replace partycode = 200 if congress == 91 & id == 12037 replace partycode = 200 if congress == 91 & id == 10505 replace partycode = 100 if congress == 91 & id == 10573 replace partycode = 100 if congress == 91 & id == 10621 replace partycode = 100 if congress == 91 & id == 10640 replace partycode = 200 if congress == 91 & id == 4592 replace partycode = 200 if congress == 91 & id == 11038 replace partycode = 100 if congress == 91 & id == 10594 replace partycode = 200 if congress == 91 & id == 9578 replace partycode = 200 if congress == 91 & id == 12043 replace partycode = 200 if congress == 91 & id == 10249 replace partycode = 100 if congress == 91 & id == 10633 replace partycode = 100 if congress == 91 & id == 10777 replace partycode = 100 if congress == 91 & id == 8021 replace partycode = 200 if congress == 91 & id == 10572 replace partycode = 100 if congress == 91 & id == 10723 replace partycode = 100 if congress == 91 & id == 275 replace partycode = 100 if congress == 91 & id == 2295 replace partycode = 100 if congress == 91 & id == 10627 replace partycode = 200 if congress == 91 & id == 12047 replace partycode = 100 if congress == 91 & id == 3553 replace partycode = 200 if congress == 91 & id == 12032 replace partycode = 100 if congress == 91 & id == 6586 replace partycode = 200 if congress == 91 & id == 11033 replace partycode = 200 if congress == 91 & id == 11044 replace partycode = 100 if congress == 91 & id == 8507 replace partycode = 100 if congress == 91 & id == 10587 replace partycode = 100 if congress == 91 & id == 633 replace partycode = 100 if congress == 91 & id == 12007 replace partycode = 200 if congress == 91 & id == 12015 replace partycode = 100 if congress == 91 & id == 10588 replace partycode = 100 if congress == 91 & id == 3929 replace partycode = 200 if congress == 91 & id == 2143 replace partycode = 100 if congress == 91 & id == 8032 replace partycode = 200 if congress == 91 & id == 11007 replace partycode = 100 if congress == 91 & id == 7333 replace partycode = 100 if congress == 91 & id == 3078 replace partycode = 100 if congress == 91 & id == 10522 replace partycode = 100 if congress == 91 & id == 10759 replace partycode = 100 if congress == 91 & id == 11005 replace partycode = 200 if congress == 91 & id == 11002 replace partycode = 200 if congress == 91 & id == 11053 replace partycode = 100 if congress == 91 & id == 3242 replace partycode = 100 if congress == 91 & id == 10512 replace partycode = 100 if congress == 91 & id == 11052 replace partycode = 100 if congress == 91 & id == 5436 replace partycode = 100 if congress == 91 & id == 10563 replace partycode = 100 if congress == 91 & id == 10605 replace partycode = 100 if congress == 91 & id == 10757 replace partycode = 200 if congress == 91 & id == 11029 replace partycode = 200 if congress == 91 & id == 12016 replace partycode = 100 if congress == 91 & id == 2433 replace partycode = 100 if congress == 91 & id == 12025 replace partycode = 100 if congress == 91 & id == 6816 replace partycode = 200 if congress == 91 & id == 2525 replace partycode = 100 if congress == 91 & id == 5326 replace partycode = 100 if congress == 91 & id == 10765 replace partycode = 100 if congress == 91 & id == 12045 replace partycode = 100 if congress == 91 & id == 10703 replace partycode = 100 if congress == 91 & id == 8080 replace partycode = 100 if congress == 91 & id == 10421 replace partycode = 200 if congress == 91 & id == 1941 replace partycode = 100 if congress == 91 & id == 7642 replace partycode = 200 if congress == 91 & id == 10606 replace partycode = 200 if congress == 91 & id == 10622 replace partycode = 200 if congress == 91 & id == 12041 replace partycode = 200 if congress == 91 & id == 10722 replace partycode = 200 if congress == 91 & id == 10617 replace partycode = 200 if congress == 91 & id == 10501 replace partycode = 200 if congress == 91 & id == 226 replace partycode = 200 if congress == 91 & id == 6455 replace partycode = 200 if congress == 91 & id == 11041 replace partycode = 200 if congress == 91 & id == 10517 replace partycode = 100 if congress == 91 & id == 3769 replace partycode = 200 if congress == 91 & id == 8814 replace partycode = 100 if congress == 91 & id == 8474 replace partycode = 100 if congress == 91 & id == 7610 replace partycode = 100 if congress == 91 & id == 5900 replace partycode = 200 if congress == 91 & id == 12020 replace partycode = 100 if congress == 91 & id == 948 replace partycode = 200 if congress == 91 & id == 18 replace partycode = 200 if congress == 91 & id == 10552 replace partycode = 200 if congress == 91 & id == 986 replace partycode = 200 if congress == 91 & id == 11036 replace partycode = 200 if congress == 91 & id == 11059 replace partycode = 100 if congress == 91 & id == 10732 replace partycode = 200 if congress == 91 & id == 12012 replace partycode = 100 if congress == 91 & id == 10742 replace partycode = 200 if congress == 91 & id == 8288 replace partycode = 100 if congress == 91 & id == 10715 replace partycode = 200 if congress == 91 & id == 3853 replace partycode = 200 if congress == 91 & id == 5385 replace partycode = 100 if congress == 91 & id == 8672 replace partycode = 200 if congress == 91 & id == 11032 replace partycode = 200 if congress == 91 & id == 11047 replace partycode = 200 if congress == 91 & id == 12029 replace partycode = 200 if congress == 91 & id == 10758 replace partycode = 200 if congress == 91 & id == 11057 replace partycode = 200 if congress == 91 & id == 10559 replace partycode = 200 if congress == 91 & id == 10625 replace partycode = 100 if congress == 91 & id == 9056 replace partycode = 100 if congress == 91 & id == 6845 replace partycode = 200 if congress == 91 & id == 11010 replace partycode = 200 if congress == 91 & id == 10626 replace partycode = 200 if congress == 91 & id == 10710 replace partycode = 100 if congress == 91 & id == 9882 replace partycode = 100 if congress == 91 & id == 7343 replace partycode = 100 if congress == 91 & id == 4275 replace partycode = 100 if congress == 91 & id == 824 replace partycode = 100 if congress == 91 & id == 12005 replace partycode = 100 if congress == 91 & id == 10567 replace partycode = 100 if congress == 91 & id == 7228 replace partycode = 100 if congress == 91 & id == 11042 replace partycode = 100 if congress == 91 & id == 10787 replace partycode = 100 if congress == 91 & id == 10746 replace partycode = 100 if congress == 91 & id == 11027 replace partycode = 100 if congress == 91 & id == 10736 replace partycode = 200 if congress == 91 & id == 10610 replace partycode = 100 if congress == 91 & id == 10601 replace partycode = 100 if congress == 91 & id == 3480 replace partycode = 100 if congress == 91 & id == 3054 replace partycode = 200 if congress == 91 & id == 12018 replace partycode = 200 if congress == 91 & id == 12002 replace partycode = 100 if congress == 91 & id == 3374 replace partycode = 200 if congress == 91 & id == 11019 replace partycode = 200 if congress == 91 & id == 2009 replace partycode = 100 if congress == 91 & id == 830 replace partycode = 100 if congress == 91 & id == 7408 replace partycode = 100 if congress == 91 & id == 2660 replace partycode = 200 if congress == 91 & id == 10538 replace partycode = 200 if congress == 91 & id == 518 replace partycode = 100 if congress == 91 & id == 12040 replace partycode = 100 if congress == 91 & id == 5873 replace partycode = 100 if congress == 91 & id == 7081 replace partycode = 100 if congress == 91 & id == 6177 replace partycode = 200 if congress == 91 & id == 11021 replace partycode = 100 if congress == 91 & id == 1265 replace partycode = 200 if congress == 91 & id == 5131 replace partycode = 100 if congress == 91 & id == 10713 replace partycode = 200 if congress == 91 & id == 11015 replace partycode = 200 if congress == 91 & id == 11006 replace partycode = 200 if congress == 91 & id == 10597 replace partycode = 200 if congress == 91 & id == 3268 replace partycode = 200 if congress == 91 & id == 1620 replace partycode = 200 if congress == 91 & id == 91043 replace partycode = 200 if congress == 91 & id == 10526 replace partycode = 200 if congress == 91 & id == 10794 replace partycode = 200 if congress == 91 & id == 1610 replace partycode = 200 if congress == 91 & id == 11045 replace partycode = 100 if congress == 91 & id == 7043 replace partycode = 100 if congress == 91 & id == 2594 replace partycode = 100 if congress == 91 & id == 10540 replace partycode = 100 if congress == 91 & id == 10727 replace partycode = 100 if congress == 91 & id == 2605 replace partycode = 100 if congress == 91 & id == 3830 replace partycode = 200 if congress == 91 & id == 1087 replace partycode = 200 if congress == 91 & id == 11030 replace partycode = 200 if congress == 91 & id == 7671 replace partycode = 200 if congress == 91 & id == 6860 replace partycode = 200 if congress == 91 & id == 10533 replace partycode = 100 if congress == 91 & id == 5098 replace partycode = 100 if congress == 91 & id == 10585 replace partycode = 200 if congress == 91 & id == 11060 replace partycode = 200 if congress == 91 & id == 5451 replace partycode = 100 if congress == 91 & id == 789 replace partycode = 100 if congress == 91 & id == 13 replace partycode = 100 if congress == 91 & id == 10075 replace partycode = 100 if congress == 91 & id == 11065 replace partycode = 100 if congress == 91 & id == 11035 replace partycode = 100 if congress == 91 & id == 1952 replace partycode = 100 if congress == 91 & id == 12009 replace partycode = 100 if congress == 91 & id == 12031 replace partycode = 100 if congress == 91 & id == 9072 replace partycode = 100 if congress == 91 & id == 7717 replace partycode = 100 if congress == 91 & id == 835 replace partycode = 100 if congress == 91 & id == 4724 replace partycode = 200 if congress == 91 & id == 10523 replace partycode = 100 if congress == 91 & id == 10528 replace partycode = 100 if congress == 91 & id == 10740 replace partycode = 100 if congress == 91 & id == 12004 replace partycode = 100 if congress == 91 & id == 10543 replace partycode = 200 if congress == 91 & id == 10503 replace partycode = 100 if congress == 91 & id == 12039 replace partycode = 200 if congress == 91 & id == 11012 replace partycode = 200 if congress == 91 & id == 2255 replace partycode = 200 if congress == 91 & id == 10534 replace partycode = 100 if congress == 91 & id == 433 replace partycode = 200 if congress == 91 & id == 10639 replace partycode = 200 if congress == 91 & id == 10581 replace partycode = 200 if congress == 91 & id == 11022 replace partycode = 200 if congress == 91 & id == 11046 replace partycode = 100 if congress == 91 & id == 10739 replace partycode = 100 if congress == 91 & id == 9322 replace partycode = 200 if congress == 91 & id == 3364 replace partycode = 200 if congress == 91 & id == 1393 replace partycode = 200 if congress == 91 & id == 12046 replace partycode = 200 if congress == 91 & id == 10091 replace partycode = 100 if congress == 91 & id == 10529 replace partycode = 100 if congress == 91 & id == 12042 replace partycode = 100 if congress == 91 & id == 10737 replace partycode = 100 if congress == 91 & id == 8010 replace partycode = 100 if congress == 91 & id == 10609 replace partycode = 200 if congress == 91 & id == 2804 replace partycode = 100 if congress == 91 & id == 3433 replace partycode = 100 if congress == 91 & id == 2329 replace partycode = 100 if congress == 91 & id == 10613 replace partycode = 200 if congress == 91 & id == 12022 replace partycode = 200 if congress == 91 & id == 10584 replace partycode = 100 if congress == 91 & id == 10545 replace partycode = 200 if congress == 91 & id == 10592 replace partycode = 100 if congress == 91 & id == 10784 replace partycode = 200 if congress == 91 & id == 10638 replace partycode = 100 if congress == 91 & id == 12021 replace partycode = 200 if congress == 91 & id == 3967 replace partycode = 100 if congress == 91 & id == 10500 replace partycode = 100 if congress == 91 & id == 10551 replace partycode = 100 if congress == 91 & id == 2476 replace partycode = 100 if congress == 91 & id == 1611 replace partycode = 100 if congress == 91 & id == 11004 replace partycode = 100 if congress == 91 & id == 12008 replace partycode = 100 if congress == 91 & id == 11064 replace partycode = 100 if congress == 91 & id == 8049 replace partycode = 100 if congress == 91 & id == 10508 replace partycode = 100 if congress == 91 & id == 10611 replace partycode = 100 if congress == 91 & id == 12019 replace partycode = 100 if congress == 91 & id == 7568 replace partycode = 100 if congress == 91 & id == 3056 replace partycode = 100 if congress == 91 & id == 10555 replace partycode = 100 if congress == 91 & id == 10768 replace partycode = 100 if congress == 91 & id == 3575 replace partycode = 100 if congress == 91 & id == 10705 replace partycode = 100 if congress == 91 & id == 12003 replace partycode = 100 if congress == 91 & id == 10760 replace partycode = 200 if congress == 91 & id == 10618 replace partycode = 200 if congress == 91 & id == 12024 replace partycode = 200 if congress == 91 & id == 12013 replace partycode = 200 if congress == 91 & id == 11009 replace partycode = 200 if congress == 91 & id == 10530 replace partycode = 200 if congress == 91 & id == 10749 replace partycode = 200 if congress == 91 & id == 7467 replace partycode = 200 if congress == 91 & id == 7995 replace partycode = 100 if congress == 91 & id == 10733 replace partycode = 100 if congress == 91 & id == 9017 replace partycode = 200 if congress == 91 & id == 10596 replace partycode = 200 if congress == 91 & id == 10712 replace partycode = 200 if congress == 91 & id == 12017 replace partycode = 100 if congress == 91 & id == 10748 replace partycode = 200 if congress == 91 & id == 10771 replace partycode = 100 if congress == 91 & id == 2752 replace partycode = 100 if congress == 91 & id == 10788 replace partycode = 100 if congress == 91 & id == 3321 replace partycode = 100 if congress == 91 & id == 10527 replace partycode = 100 if congress == 91 & id == 11017 replace partycode = 200 if congress == 91 & id == 12026 replace partycode = 100 if congress == 91 & id == 12027 replace partycode = 100 if congress == 91 & id == 5606 replace partycode = 200 if congress == 91 & id == 12028 replace partycode = 200 if congress == 91 & id == 5019 replace partycode = 200 if congress == 91 & id == 10574 replace partycode = 100 if congress == 91 & id == 9230 replace partycode = 200 if congress == 91 & id == 10569 replace partycode = 200 if congress == 91 & id == 11024 replace partycode = 200 if congress == 91 & id == 10630 replace partycode = 200 if congress == 91 & id == 10510 replace partycode = 200 if congress == 91 & id == 11054 replace partycode = 200 if congress == 91 & id == 6204 replace partycode = 200 if congress == 91 & id == 5495 replace partycode = 200 if congress == 91 & id == 10525 replace partycode = 200 if congress == 91 & id == 10786 replace partycode = 200 if congress == 91 & id == 680 replace partycode = 100 if congress == 91 & id == 267 replace partycode = 200 if congress == 91 & id == 11034 replace partycode = 200 if congress == 91 & id == 10773 replace partycode = 200 if congress == 91 & id == 2533 replace partycode = 200 if congress == 91 & id == 10539 replace partycode = 200 if congress == 91 & id == 310 replace partycode = 200 if congress == 91 & id == 11058 replace partycode = 200 if congress == 91 & id == 891 replace partycode = 200 if congress == 91 & id == 10502 replace partycode = 100 if congress == 91 & id == 4247 replace partycode = 100 if congress == 91 & id == 5301 replace partycode = 100 if congress == 91 & id == 12044 replace partycode = 100 if congress == 91 & id == 3092 replace partycode = 100 if congress == 91 & id == 12030 replace partycode = 100 if congress == 91 & id == 9623 replace partycode = 200 if congress == 91 & id == 6548 replace partycode = 200 if congress == 91 & id == 11028 replace partycode = 200 if congress == 91 & id == 590 replace partycode = 100 if congress == 91 & id == 2854 replace partycode = 100 if congress == 91 & id == 62 replace partycode = 100 if congress == 91 & id == 8866 replace partycode = 100 if congress == 91 & id == 4891 replace partycode = 200 if congress == 91 & id == 12006 replace partycode = 200 if congress == 91 & id == 10785 replace partycode = 100 if congress == 91 & id == 9551 replace partycode = 100 if congress == 91 & id == 3775 replace partycode = 200 if congress == 91 & id == 11011 replace partycode = 100 if congress == 91 & id == 465 replace partycode = 100 if congress == 91 & id == 6936 replace partycode = 100 if congress == 91 & id == 1368 replace partycode = 100 if congress == 91 & id == 11014 replace partycode = 100 if congress == 91 & id == 10591 replace partycode = 100 if congress == 91 & id == 12035 replace partycode = 200 if congress == 91 & id == 11056 replace partycode = 200 if congress == 91 & id == 11001 replace partycode = 200 if congress == 91 & id == 10782 replace partycode = 200 if congress == 91 & id == 12048 replace partycode = 200 if congress == 91 & id == 10607 replace partycode = 100 if congress == 91 & id == 3224 replace partycode = 200 if congress == 91 & id == 9975 replace partycode = 200 if congress == 91 & id == 12010 replace partycode = 100 if congress == 91 & id == 6661 replace partycode = 100 if congress == 91 & id == 10620 replace partycode = 200 if congress == 91 & id == 11016 replace partycode = 200 if congress == 91 & id == 8268 replace partycode = 200 if congress == 91 & id == 2065 replace partycode = 200 if congress == 91 & id == 10521 replace partycode = 100 if congress == 91 & id == 11067 replace partycode = 100 if congress == 91 & id == 2513 replace partycode = 200 if congress == 91 & id == 8247 replace partycode = 200 if congress == 91 & id == 10598 replace partycode = 100 if congress == 91 & id == 10778 replace partycode = 100 if congress == 91 & id == 1763 replace partycode = 100 if congress == 91 & id == 6685 replace partycode = 200 if congress == 91 & id == 3409 replace partycode = 100 if congress == 91 & id == 10561 replace partycode = 100 if congress == 91 & id == 11061 replace partycode = 100 if congress == 91 & id == 7925 replace partycode = 200 if congress == 91 & id == 10634 replace partycode = 100 if congress == 91 & id == 2672 replace partycode = 100 if congress == 91 & id == 12023 replace partycode = 100 if congress == 91 & id == 10728 replace partycode = 100 if congress == 91 & id == 6353 replace partycode = 200 if congress == 91 & id == 10548 replace partycode = 200 if congress == 91 & id == 672 replace partycode = 200 if congress == 91 & id == 10616 replace partycode = 200 if congress == 91 & id == 10719 replace partycode = 200 if congress == 91 & id == 10571 replace partycode = 100 if congress == 91 & id == 3034 replace partycode = 100 if congress == 91 & id == 10586 replace partycode = 100 if congress == 91 & id == 10701 replace partycode = 100 if congress == 91 & id == 11003 replace partycode = 100 if congress == 91 & id == 3028 replace partycode = 100 if congress == 91 & id == 12038 replace partycode = 200 if congress == 91 & id == 11025 replace partycode = 100 if congress == 91 & id == 7232 replace partycode = 100 if congress == 91 & id == 2700 replace partycode = 200 if congress == 91 & id == 11066 replace partycode = 100 if congress == 91 & id == 10550 replace partycode = 100 if congress == 91 & id == 10707 replace partycode = 100 if congress == 91 & id == 9241 replace partycode = 200 if congress == 91 & id == 11008 replace partycode = 100 if congress == 91 & id == 11013 replace partycode = 100 if congress == 91 & id == 1077 replace partycode = 100 if congress == 91 & id == 10614 replace partycode = 100 if congress == 91 & id == 7498 replace partycode = 100 if congress == 91 & id == 10391 replace partycode = 100 if congress == 91 & id == 10546 replace partycode = 100 if congress == 91 & id == 10446 replace partycode = 100 if congress == 91 & id == 10716 replace partycode = 100 if congress == 91 & id == 10783 replace partycode = 100 if congress == 91 & id == 1282 replace partycode = 200 if congress == 91 & id == 11062 replace partycode = 100 if congress == 91 & id == 5924 replace partycode = 100 if congress == 91 & id == 10520 replace partycode = 100 if congress == 91 & id == 3171 replace partycode = 100 if congress == 91 & id == 1577 replace partycode = 100 if congress == 91 & id == 11023 replace partycode = 200 if congress == 91 & id == 10576 replace partycode = 200 if congress == 91 & id == 10600 replace partycode = 200 if congress == 91 & id == 10562 replace partycode = 100 if congress == 91 & id == 2706 replace partycode = 200 if congress == 91 & id == 12033 replace partycode = 100 if congress == 91 & id == 10767 replace partycode = 100 if congress == 91 & id == 2 replace partycode = 100 if congress == 91 & id == 12011 replace partycode = 200 if congress == 91 & id == 7500 replace partycode = 100 if congress == 91 & id == 10603 replace partycode = 200 if congress == 91 & id == 11048 replace partycode = 200 if congress == 91 & id == 9802 replace partycode = 200 if congress == 91 & id == 1154 replace partycode = 200 if congress == 91 & id == 7313 replace partycode = 100 if congress == 91 & id == 10756 replace partycode = 100 if congress == 91 & id == 4043 replace partycode = 200 if congress == 91 & id == 6101 replace partycode = 100 if congress == 91 & id == 10726 replace partycode = 100 if congress == 91 & id == 10738 replace partycode = 100 if congress == 91 & id == 10700 replace partycode = 100 if congress == 91 & id == 6584 replace partycode = 100 if congress == 91 & id == 8824 replace partycode = 100 if congress == 91 & id == 8564 replace partycode = 100 if congress == 91 & id == 4276 replace partycode = 100 if congress == 91 & id == 10744 replace partycode = 200 if congress == 91 & id == 10556 replace partycode = 100 if congress == 91 & id == 5101 replace partycode = 200 if congress == 91 & id == 10564 replace partycode = 100 if congress == 91 & id == 10463 replace partycode = 100 if congress == 91 & id == 7824 replace partycode = 200 if congress == 91 & id == 11051 replace partycode = 200 if congress == 91 & id == 5410 replace partycode = 100 if congress == 91 & id == 12036 replace partycode = 200 if congress == 91 & id == 1371 replace partycode = 200 if congress == 91 & id == 2383 replace partycode = 200 if congress == 91 & id == 7046 replace partycode = 200 if congress == 91 & id == 12034 replace partycode = 200 if congress == 92 & id == 99904 replace partycode = 200 if congress == 92 & id == 10721 replace partycode = 200 if congress == 92 & id == 10717 replace partycode = 100 if congress == 92 & id == 195 replace partycode = 100 if congress == 92 & id == 13053 replace partycode = 100 if congress == 92 & id == 11037 replace partycode = 100 if congress == 92 & id == 12014 replace partycode = 200 if congress == 92 & id == 10706 replace partycode = 100 if congress == 92 & id == 11000 replace partycode = 100 if congress == 92 & id == 5058 replace partycode = 100 if congress == 92 & id == 13006 replace partycode = 200 if congress == 92 & id == 7845 replace partycode = 100 if congress == 92 & id == 10566 replace partycode = 200 if congress == 92 & id == 11050 replace partycode = 100 if congress == 92 & id == 12000 replace partycode = 100 if congress == 92 & id == 6532 replace partycode = 200 if congress == 92 & id == 11020 replace partycode = 100 if congress == 92 & id == 10791 replace partycode = 200 if congress == 92 & id == 10579 replace partycode = 100 if congress == 92 & id == 4957 replace partycode = 100 if congress == 92 & id == 6756 replace partycode = 100 if congress == 92 & id == 10599 replace partycode = 100 if congress == 92 & id == 10577 replace partycode = 200 if congress == 92 & id == 5929 replace partycode = 100 if congress == 92 & id == 13011 replace partycode = 100 if congress == 92 & id == 6483 replace partycode = 100 if congress == 92 & id == 10583 replace partycode = 200 if congress == 92 & id == 3867 replace partycode = 200 if congress == 92 & id == 11063 replace partycode = 200 if congress == 92 & id == 10631 replace partycode = 200 if congress == 92 & id == 9240 replace partycode = 100 if congress == 92 & id == 10793 replace partycode = 100 if congress == 92 & id == 6240 replace partycode = 100 if congress == 92 & id == 8549 replace partycode = 100 if congress == 92 & id == 12001 replace partycode = 200 if congress == 92 & id == 11031 replace partycode = 100 if congress == 92 & id == 4514 replace partycode = 200 if congress == 92 & id == 8628 replace partycode = 100 if congress == 92 & id == 10595 replace partycode = 100 if congress == 92 & id == 10511 replace partycode = 200 if congress == 92 & id == 10580 replace partycode = 200 if congress == 92 & id == 10553 replace partycode = 200 if congress == 92 & id == 11055 replace partycode = 100 if congress == 92 & id == 10790 replace partycode = 200 if congress == 92 & id == 12037 replace partycode = 200 if congress == 92 & id == 10505 replace partycode = 100 if congress == 92 & id == 13010 replace partycode = 100 if congress == 92 & id == 10621 replace partycode = 100 if congress == 92 & id == 10640 replace partycode = 200 if congress == 92 & id == 4592 replace partycode = 200 if congress == 92 & id == 11038 replace partycode = 100 if congress == 92 & id == 10594 replace partycode = 200 if congress == 92 & id == 12043 replace partycode = 200 if congress == 92 & id == 10249 replace partycode = 100 if congress == 92 & id == 10633 replace partycode = 200 if congress == 92 & id == 13046 replace partycode = 200 if congress == 92 & id == 13028 replace partycode = 200 if congress == 92 & id == 10572 replace partycode = 100 if congress == 92 & id == 10723 replace partycode = 100 if congress == 92 & id == 275 replace partycode = 100 if congress == 92 & id == 13009 replace partycode = 200 if congress == 92 & id == 12047 replace partycode = 100 if congress == 92 & id == 3553 replace partycode = 200 if congress == 92 & id == 13029 replace partycode = 100 if congress == 92 & id == 6586 replace partycode = 100 if congress == 92 & id == 13016 replace partycode = 200 if congress == 92 & id == 13014 replace partycode = 100 if congress == 92 & id == 8507 replace partycode = 100 if congress == 92 & id == 10587 replace partycode = 100 if congress == 92 & id == 633 replace partycode = 100 if congress == 92 & id == 12007 replace partycode = 200 if congress == 92 & id == 12015 replace partycode = 100 if congress == 92 & id == 10588 replace partycode = 100 if congress == 92 & id == 3929 replace partycode = 200 if congress == 92 & id == 13047 replace partycode = 100 if congress == 92 & id == 8032 replace partycode = 200 if congress == 92 & id == 11007 replace partycode = 100 if congress == 92 & id == 7333 replace partycode = 100 if congress == 92 & id == 3078 replace partycode = 100 if congress == 92 & id == 10522 replace partycode = 100 if congress == 92 & id == 13023 replace partycode = 100 if congress == 92 & id == 11005 replace partycode = 200 if congress == 92 & id == 11002 replace partycode = 200 if congress == 92 & id == 11053 replace partycode = 100 if congress == 92 & id == 3242 replace partycode = 100 if congress == 92 & id == 10512 replace partycode = 100 if congress == 92 & id == 11052 replace partycode = 100 if congress == 92 & id == 5436 replace partycode = 100 if congress == 92 & id == 10563 replace partycode = 100 if congress == 92 & id == 10605 replace partycode = 100 if congress == 92 & id == 10757 replace partycode = 200 if congress == 92 & id == 11029 replace partycode = 200 if congress == 92 & id == 12016 replace partycode = 100 if congress == 92 & id == 13030 replace partycode = 100 if congress == 92 & id == 12025 replace partycode = 100 if congress == 92 & id == 13032 replace partycode = 200 if congress == 92 & id == 2525 replace partycode = 100 if congress == 92 & id == 5326 replace partycode = 100 if congress == 92 & id == 12045 replace partycode = 100 if congress == 92 & id == 10703 replace partycode = 100 if congress == 92 & id == 8080 replace partycode = 100 if congress == 92 & id == 10421 replace partycode = 200 if congress == 92 & id == 1941 replace partycode = 100 if congress == 92 & id == 7642 replace partycode = 200 if congress == 92 & id == 10606 replace partycode = 200 if congress == 92 & id == 12041 replace partycode = 200 if congress == 92 & id == 10722 replace partycode = 200 if congress == 92 & id == 10617 replace partycode = 200 if congress == 92 & id == 13054 replace partycode = 200 if congress == 92 & id == 10501 replace partycode = 200 if congress == 92 & id == 226 replace partycode = 200 if congress == 92 & id == 6455 replace partycode = 200 if congress == 92 & id == 11041 replace partycode = 200 if congress == 92 & id == 10517 replace partycode = 100 if congress == 92 & id == 3769 replace partycode = 200 if congress == 92 & id == 8814 replace partycode = 100 if congress == 92 & id == 8474 replace partycode = 100 if congress == 92 & id == 7610 replace partycode = 100 if congress == 92 & id == 5900 replace partycode = 200 if congress == 92 & id == 12020 replace partycode = 100 if congress == 92 & id == 948 replace partycode = 100 if congress == 92 & id == 8084 replace partycode = 200 if congress == 92 & id == 13018 replace partycode = 200 if congress == 92 & id == 986 replace partycode = 200 if congress == 92 & id == 11036 replace partycode = 200 if congress == 92 & id == 11059 replace partycode = 100 if congress == 92 & id == 10732 replace partycode = 200 if congress == 92 & id == 12012 replace partycode = 100 if congress == 92 & id == 10742 replace partycode = 200 if congress == 92 & id == 8288 replace partycode = 100 if congress == 92 & id == 10715 replace partycode = 200 if congress == 92 & id == 3853 replace partycode = 200 if congress == 92 & id == 5385 replace partycode = 100 if congress == 92 & id == 8672 replace partycode = 200 if congress == 92 & id == 11032 replace partycode = 200 if congress == 92 & id == 11047 replace partycode = 200 if congress == 92 & id == 12029 replace partycode = 100 if congress == 92 & id == 13037 replace partycode = 200 if congress == 92 & id == 11057 replace partycode = 200 if congress == 92 & id == 10559 replace partycode = 200 if congress == 92 & id == 10625 replace partycode = 100 if congress == 92 & id == 9056 replace partycode = 100 if congress == 92 & id == 6845 replace partycode = 100 if congress == 92 & id == 13024 replace partycode = 200 if congress == 92 & id == 10626 replace partycode = 200 if congress == 92 & id == 10710 replace partycode = 100 if congress == 92 & id == 9882 replace partycode = 100 if congress == 92 & id == 13051 replace partycode = 100 if congress == 92 & id == 7343 replace partycode = 100 if congress == 92 & id == 4275 replace partycode = 100 if congress == 92 & id == 824 replace partycode = 100 if congress == 92 & id == 12005 replace partycode = 100 if congress == 92 & id == 10567 replace partycode = 100 if congress == 92 & id == 7228 replace partycode = 100 if congress == 92 & id == 11042 replace partycode = 100 if congress == 92 & id == 10787 replace partycode = 100 if congress == 92 & id == 13056 replace partycode = 100 if congress == 92 & id == 10746 replace partycode = 100 if congress == 92 & id == 11027 replace partycode = 100 if congress == 92 & id == 10736 replace partycode = 200 if congress == 92 & id == 10610 replace partycode = 200 if congress == 92 & id == 13049 replace partycode = 100 if congress == 92 & id == 10601 replace partycode = 100 if congress == 92 & id == 3480 replace partycode = 100 if congress == 92 & id == 13039 replace partycode = 200 if congress == 92 & id == 12018 replace partycode = 100 if congress == 92 & id == 13008 replace partycode = 100 if congress == 92 & id == 13031 replace partycode = 200 if congress == 92 & id == 11019 replace partycode = 200 if congress == 92 & id == 2009 replace partycode = 100 if congress == 92 & id == 830 replace partycode = 100 if congress == 92 & id == 13013 replace partycode = 100 if congress == 92 & id == 2660 replace partycode = 200 if congress == 92 & id == 10538 replace partycode = 100 if congress == 92 & id == 12040 replace partycode = 100 if congress == 92 & id == 5873 replace partycode = 100 if congress == 92 & id == 7081 replace partycode = 100 if congress == 92 & id == 13017 replace partycode = 200 if congress == 92 & id == 11021 replace partycode = 100 if congress == 92 & id == 1265 replace partycode = 200 if congress == 92 & id == 5131 replace partycode = 100 if congress == 92 & id == 10713 replace partycode = 200 if congress == 92 & id == 11015 replace partycode = 200 if congress == 92 & id == 11006 replace partycode = 200 if congress == 92 & id == 10597 replace partycode = 200 if congress == 92 & id == 3268 replace partycode = 200 if congress == 92 & id == 1620 replace partycode = 200 if congress == 92 & id == 91043 replace partycode = 200 if congress == 92 & id == 10526 replace partycode = 200 if congress == 92 & id == 10794 replace partycode = 200 if congress == 92 & id == 1610 replace partycode = 200 if congress == 92 & id == 11045 replace partycode = 100 if congress == 92 & id == 7043 replace partycode = 100 if congress == 92 & id == 2594 replace partycode = 100 if congress == 92 & id == 10540 replace partycode = 100 if congress == 92 & id == 10727 replace partycode = 100 if congress == 92 & id == 2605 replace partycode = 100 if congress == 92 & id == 3830 replace partycode = 200 if congress == 92 & id == 1087 replace partycode = 200 if congress == 92 & id == 11030 replace partycode = 200 if congress == 92 & id == 7671 replace partycode = 200 if congress == 92 & id == 6860 replace partycode = 200 if congress == 92 & id == 13015 replace partycode = 100 if congress == 92 & id == 5098 replace partycode = 100 if congress == 92 & id == 10585 replace partycode = 200 if congress == 92 & id == 11060 replace partycode = 100 if congress == 92 & id == 13007 replace partycode = 100 if congress == 92 & id == 789 replace partycode = 100 if congress == 92 & id == 13 replace partycode = 100 if congress == 92 & id == 10075 replace partycode = 100 if congress == 92 & id == 11065 replace partycode = 100 if congress == 92 & id == 11035 replace partycode = 100 if congress == 92 & id == 1952 replace partycode = 100 if congress == 92 & id == 12009 replace partycode = 100 if congress == 92 & id == 12031 replace partycode = 100 if congress == 92 & id == 9072 replace partycode = 100 if congress == 92 & id == 7717 replace partycode = 100 if congress == 92 & id == 835 replace partycode = 100 if congress == 92 & id == 4724 replace partycode = 200 if congress == 92 & id == 10523 replace partycode = 100 if congress == 92 & id == 10528 replace partycode = 100 if congress == 92 & id == 10740 replace partycode = 100 if congress == 92 & id == 12004 replace partycode = 200 if congress == 92 & id == 13041 replace partycode = 100 if congress == 92 & id == 12039 replace partycode = 200 if congress == 92 & id == 13045 replace partycode = 200 if congress == 92 & id == 13025 replace partycode = 200 if congress == 92 & id == 10534 replace partycode = 100 if congress == 92 & id == 433 replace partycode = 200 if congress == 92 & id == 10639 replace partycode = 200 if congress == 92 & id == 10581 replace partycode = 200 if congress == 92 & id == 11022 replace partycode = 200 if congress == 92 & id == 11046 replace partycode = 100 if congress == 92 & id == 10739 replace partycode = 100 if congress == 92 & id == 9322 replace partycode = 200 if congress == 92 & id == 3364 replace partycode = 200 if congress == 92 & id == 12046 replace partycode = 200 if congress == 92 & id == 10091 replace partycode = 100 if congress == 92 & id == 12042 replace partycode = 100 if congress == 92 & id == 10737 replace partycode = 100 if congress == 92 & id == 8010 replace partycode = 100 if congress == 92 & id == 10609 replace partycode = 200 if congress == 92 & id == 2804 replace partycode = 100 if congress == 92 & id == 3433 replace partycode = 100 if congress == 92 & id == 2329 replace partycode = 100 if congress == 92 & id == 10613 replace partycode = 200 if congress == 92 & id == 12022 replace partycode = 100 if congress == 92 & id == 13038 replace partycode = 100 if congress == 92 & id == 10545 replace partycode = 200 if congress == 92 & id == 10592 replace partycode = 100 if congress == 92 & id == 10784 replace partycode = 200 if congress == 92 & id == 10638 replace partycode = 200 if congress == 92 & id == 13021 replace partycode = 200 if congress == 92 & id == 3967 replace partycode = 100 if congress == 92 & id == 10500 replace partycode = 100 if congress == 92 & id == 10551 replace partycode = 100 if congress == 92 & id == 2476 replace partycode = 100 if congress == 92 & id == 1611 replace partycode = 100 if congress == 92 & id == 11004 replace partycode = 100 if congress == 92 & id == 12008 replace partycode = 100 if congress == 92 & id == 11064 replace partycode = 100 if congress == 92 & id == 8049 replace partycode = 100 if congress == 92 & id == 10508 replace partycode = 100 if congress == 92 & id == 10611 replace partycode = 100 if congress == 92 & id == 12019 replace partycode = 100 if congress == 92 & id == 13035 replace partycode = 100 if congress == 92 & id == 13001 replace partycode = 100 if congress == 92 & id == 10555 replace partycode = 100 if congress == 92 & id == 13004 replace partycode = 100 if congress == 92 & id == 10768 replace partycode = 100 if congress == 92 & id == 10705 replace partycode = 100 if congress == 92 & id == 12003 replace partycode = 200 if congress == 92 & id == 93033 replace partycode = 200 if congress == 92 & id == 10618 replace partycode = 100 if congress == 92 & id == 10718 replace partycode = 200 if congress == 92 & id == 12013 replace partycode = 100 if congress == 92 & id == 9017 replace partycode = 200 if congress == 92 & id == 10530 replace partycode = 200 if congress == 92 & id == 10749 replace partycode = 200 if congress == 92 & id == 7467 replace partycode = 200 if congress == 92 & id == 7995 replace partycode = 200 if congress == 92 & id == 13044 replace partycode = 100 if congress == 92 & id == 10733 replace partycode = 200 if congress == 92 & id == 10596 replace partycode = 200 if congress == 92 & id == 10712 replace partycode = 200 if congress == 92 & id == 12017 replace partycode = 200 if congress == 92 & id == 13020 replace partycode = 200 if congress == 92 & id == 10771 replace partycode = 100 if congress == 92 & id == 2752 replace partycode = 100 if congress == 92 & id == 10788 replace partycode = 100 if congress == 92 & id == 3321 replace partycode = 100 if congress == 92 & id == 10527 replace partycode = 100 if congress == 92 & id == 11017 replace partycode = 200 if congress == 92 & id == 12026 replace partycode = 100 if congress == 92 & id == 12027 replace partycode = 100 if congress == 92 & id == 5606 replace partycode = 200 if congress == 92 & id == 12028 replace partycode = 200 if congress == 92 & id == 5019 replace partycode = 200 if congress == 92 & id == 10574 replace partycode = 100 if congress == 92 & id == 9230 replace partycode = 200 if congress == 92 & id == 10569 replace partycode = 100 if congress == 92 & id == 13022 replace partycode = 200 if congress == 92 & id == 13019 replace partycode = 200 if congress == 92 & id == 10510 replace partycode = 200 if congress == 92 & id == 11054 replace partycode = 200 if congress == 92 & id == 6204 replace partycode = 200 if congress == 92 & id == 5495 replace partycode = 200 if congress == 92 & id == 10525 replace partycode = 200 if congress == 92 & id == 10786 replace partycode = 200 if congress == 92 & id == 680 replace partycode = 100 if congress == 92 & id == 267 replace partycode = 200 if congress == 92 & id == 11034 replace partycode = 200 if congress == 92 & id == 10773 replace partycode = 200 if congress == 92 & id == 2533 replace partycode = 200 if congress == 92 & id == 10539 replace partycode = 100 if congress == 92 & id == 13040 replace partycode = 200 if congress == 92 & id == 11058 replace partycode = 200 if congress == 92 & id == 891 replace partycode = 200 if congress == 92 & id == 10502 replace partycode = 100 if congress == 92 & id == 4247 replace partycode = 100 if congress == 92 & id == 12044 replace partycode = 100 if congress == 92 & id == 13043 replace partycode = 100 if congress == 92 & id == 12030 replace partycode = 100 if congress == 92 & id == 9623 replace partycode = 200 if congress == 92 & id == 6548 replace partycode = 200 if congress == 92 & id == 13034 replace partycode = 200 if congress == 92 & id == 590 replace partycode = 100 if congress == 92 & id == 2854 replace partycode = 100 if congress == 92 & id == 62 replace partycode = 100 if congress == 92 & id == 8866 replace partycode = 100 if congress == 92 & id == 4891 replace partycode = 200 if congress == 92 & id == 12006 replace partycode = 200 if congress == 92 & id == 10785 replace partycode = 100 if congress == 92 & id == 9551 replace partycode = 100 if congress == 92 & id == 3775 replace partycode = 200 if congress == 92 & id == 11011 replace partycode = 100 if congress == 92 & id == 465 replace partycode = 100 if congress == 92 & id == 6936 replace partycode = 100 if congress == 92 & id == 1368 replace partycode = 100 if congress == 92 & id == 11014 replace partycode = 100 if congress == 92 & id == 10591 replace partycode = 100 if congress == 92 & id == 12035 replace partycode = 200 if congress == 92 & id == 11056 replace partycode = 200 if congress == 92 & id == 11001 replace partycode = 200 if congress == 92 & id == 12048 replace partycode = 200 if congress == 92 & id == 10607 replace partycode = 100 if congress == 92 & id == 3224 replace partycode = 200 if congress == 92 & id == 9975 replace partycode = 200 if congress == 92 & id == 12010 replace partycode = 100 if congress == 92 & id == 6661 replace partycode = 100 if congress == 92 & id == 10620 replace partycode = 200 if congress == 92 & id == 11016 replace partycode = 200 if congress == 92 & id == 8268 replace partycode = 200 if congress == 92 & id == 2065 replace partycode = 200 if congress == 92 & id == 13050 replace partycode = 200 if congress == 92 & id == 10521 replace partycode = 100 if congress == 92 & id == 11067 replace partycode = 100 if congress == 92 & id == 2513 replace partycode = 200 if congress == 92 & id == 8247 replace partycode = 200 if congress == 92 & id == 10598 replace partycode = 100 if congress == 92 & id == 10778 replace partycode = 100 if congress == 92 & id == 1763 replace partycode = 100 if congress == 92 & id == 6685 replace partycode = 200 if congress == 92 & id == 3409 replace partycode = 200 if congress == 92 & id == 13057 replace partycode = 100 if congress == 92 & id == 10561 replace partycode = 100 if congress == 92 & id == 11061 replace partycode = 100 if congress == 92 & id == 13048 replace partycode = 100 if congress == 92 & id == 7925 replace partycode = 200 if congress == 92 & id == 13042 replace partycode = 100 if congress == 92 & id == 2672 replace partycode = 100 if congress == 92 & id == 12023 replace partycode = 100 if congress == 92 & id == 10728 replace partycode = 100 if congress == 92 & id == 6353 replace partycode = 100 if congress == 92 & id == 13012 replace partycode = 100 if congress == 92 & id == 13000 replace partycode = 200 if congress == 92 & id == 10616 replace partycode = 200 if congress == 92 & id == 10719 replace partycode = 200 if congress == 92 & id == 13005 replace partycode = 100 if congress == 92 & id == 3034 replace partycode = 100 if congress == 92 & id == 10586 replace partycode = 100 if congress == 92 & id == 10701 replace partycode = 100 if congress == 92 & id == 11003 replace partycode = 100 if congress == 92 & id == 12038 replace partycode = 200 if congress == 92 & id == 11025 replace partycode = 100 if congress == 92 & id == 7232 replace partycode = 100 if congress == 92 & id == 2700 replace partycode = 200 if congress == 92 & id == 11066 replace partycode = 100 if congress == 92 & id == 10550 replace partycode = 100 if congress == 92 & id == 10707 replace partycode = 100 if congress == 92 & id == 9241 replace partycode = 200 if congress == 92 & id == 13002 replace partycode = 100 if congress == 92 & id == 11013 replace partycode = 100 if congress == 92 & id == 1077 replace partycode = 100 if congress == 92 & id == 10614 replace partycode = 100 if congress == 92 & id == 7498 replace partycode = 100 if congress == 92 & id == 10391 replace partycode = 100 if congress == 92 & id == 10546 replace partycode = 100 if congress == 92 & id == 10446 replace partycode = 100 if congress == 92 & id == 10716 replace partycode = 100 if congress == 92 & id == 10783 replace partycode = 100 if congress == 92 & id == 1282 replace partycode = 200 if congress == 92 & id == 11062 replace partycode = 100 if congress == 92 & id == 5924 replace partycode = 100 if congress == 92 & id == 10520 replace partycode = 100 if congress == 92 & id == 3171 replace partycode = 100 if congress == 92 & id == 1577 replace partycode = 100 if congress == 92 & id == 11023 replace partycode = 100 if congress == 92 & id == 13027 replace partycode = 200 if congress == 92 & id == 10600 replace partycode = 200 if congress == 92 & id == 10562 replace partycode = 200 if congress == 92 & id == 13052 replace partycode = 100 if congress == 92 & id == 2706 replace partycode = 200 if congress == 92 & id == 12033 replace partycode = 100 if congress == 92 & id == 10767 replace partycode = 100 if congress == 92 & id == 2 replace partycode = 100 if congress == 92 & id == 12011 replace partycode = 200 if congress == 92 & id == 7500 replace partycode = 200 if congress == 92 & id == 13036 replace partycode = 200 if congress == 92 & id == 11048 replace partycode = 200 if congress == 92 & id == 9802 replace partycode = 200 if congress == 92 & id == 1154 replace partycode = 200 if congress == 92 & id == 7313 replace partycode = 100 if congress == 92 & id == 10756 replace partycode = 100 if congress == 92 & id == 4043 replace partycode = 100 if congress == 92 & id == 13026 replace partycode = 100 if congress == 92 & id == 10726 replace partycode = 100 if congress == 92 & id == 10738 replace partycode = 100 if congress == 92 & id == 10700 replace partycode = 100 if congress == 92 & id == 6584 replace partycode = 100 if congress == 92 & id == 8824 replace partycode = 100 if congress == 92 & id == 8564 replace partycode = 100 if congress == 92 & id == 4276 replace partycode = 100 if congress == 92 & id == 10744 replace partycode = 100 if congress == 92 & id == 13003 replace partycode = 100 if congress == 92 & id == 5101 replace partycode = 200 if congress == 92 & id == 10564 replace partycode = 100 if congress == 92 & id == 10463 replace partycode = 100 if congress == 92 & id == 7824 replace partycode = 200 if congress == 92 & id == 11051 replace partycode = 100 if congress == 92 & id == 12036 replace partycode = 200 if congress == 92 & id == 1371 replace partycode = 200 if congress == 92 & id == 2383 replace partycode = 200 if congress == 92 & id == 7046 replace partycode = 100 if congress == 92 & id == 10766 replace partycode = 200 if congress == 93 & id == 99904 replace partycode = 200 if congress == 93 & id == 99905 replace partycode = 200 if congress == 93 & id == 10721 replace partycode = 200 if congress == 93 & id == 10717 replace partycode = 100 if congress == 93 & id == 11037 replace partycode = 100 if congress == 93 & id == 11000 replace partycode = 100 if congress == 93 & id == 5058 replace partycode = 200 if congress == 93 & id == 10706 replace partycode = 100 if congress == 93 & id == 12014 replace partycode = 200 if congress == 93 & id == 14066 replace partycode = 200 if congress == 93 & id == 7845 replace partycode = 100 if congress == 93 & id == 10566 replace partycode = 200 if congress == 93 & id == 11050 replace partycode = 200 if congress == 93 & id == 14011 replace partycode = 100 if congress == 93 & id == 12000 replace partycode = 100 if congress == 93 & id == 6532 replace partycode = 200 if congress == 93 & id == 11020 replace partycode = 100 if congress == 93 & id == 14058 replace partycode = 200 if congress == 93 & id == 10579 replace partycode = 100 if congress == 93 & id == 4957 replace partycode = 100 if congress == 93 & id == 6756 replace partycode = 100 if congress == 93 & id == 10599 replace partycode = 100 if congress == 93 & id == 10577 replace partycode = 200 if congress == 93 & id == 5929 replace partycode = 100 if congress == 93 & id == 14076 replace partycode = 100 if congress == 93 & id == 13011 replace partycode = 100 if congress == 93 & id == 14053 replace partycode = 100 if congress == 93 & id == 10583 replace partycode = 200 if congress == 93 & id == 3867 replace partycode = 100 if congress == 93 & id == 14049 replace partycode = 200 if congress == 93 & id == 10631 replace partycode = 200 if congress == 93 & id == 9240 replace partycode = 200 if congress == 93 & id == 14071 replace partycode = 100 if congress == 93 & id == 10793 replace partycode = 100 if congress == 93 & id == 6240 replace partycode = 100 if congress == 93 & id == 8549 replace partycode = 200 if congress == 93 & id == 11063 replace partycode = 200 if congress == 93 & id == 11031 replace partycode = 100 if congress == 93 & id == 4514 replace partycode = 200 if congress == 93 & id == 14040 replace partycode = 100 if congress == 93 & id == 10595 replace partycode = 100 if congress == 93 & id == 10511 replace partycode = 200 if congress == 93 & id == 10580 replace partycode = 200 if congress == 93 & id == 10553 replace partycode = 200 if congress == 93 & id == 11055 replace partycode = 100 if congress == 93 & id == 10790 replace partycode = 200 if congress == 93 & id == 12037 replace partycode = 200 if congress == 93 & id == 10505 replace partycode = 100 if congress == 93 & id == 13010 replace partycode = 100 if congress == 93 & id == 10621 replace partycode = 100 if congress == 93 & id == 10640 replace partycode = 200 if congress == 93 & id == 4592 replace partycode = 200 if congress == 93 & id == 11038 replace partycode = 100 if congress == 93 & id == 10594 replace partycode = 100 if congress == 93 & id == 12001 replace partycode = 200 if congress == 93 & id == 14028 replace partycode = 100 if congress == 93 & id == 14008 replace partycode = 100 if congress == 93 & id == 10573 replace partycode = 200 if congress == 93 & id == 14020 replace partycode = 200 if congress == 93 & id == 10249 replace partycode = 100 if congress == 93 & id == 10633 replace partycode = 200 if congress == 93 & id == 14007 replace partycode = 200 if congress == 93 & id == 13046 replace partycode = 100 if congress == 93 & id == 14051 replace partycode = 200 if congress == 93 & id == 10572 replace partycode = 100 if congress == 93 & id == 10723 replace partycode = 200 if congress == 93 & id == 14025 replace partycode = 200 if congress == 93 & id == 14002 replace partycode = 100 if congress == 93 & id == 13009 replace partycode = 200 if congress == 93 & id == 12047 replace partycode = 100 if congress == 93 & id == 3553 replace partycode = 200 if congress == 93 & id == 13029 replace partycode = 200 if congress == 93 & id == 14050 replace partycode = 100 if congress == 93 & id == 13016 replace partycode = 200 if congress == 93 & id == 13014 replace partycode = 100 if congress == 93 & id == 8507 replace partycode = 100 if congress == 93 & id == 10587 replace partycode = 100 if congress == 93 & id == 633 replace partycode = 100 if congress == 93 & id == 12007 replace partycode = 100 if congress == 93 & id == 14017 replace partycode = 200 if congress == 93 & id == 13047 replace partycode = 100 if congress == 93 & id == 10588 replace partycode = 100 if congress == 93 & id == 3929 replace partycode = 200 if congress == 93 & id == 12015 replace partycode = 200 if congress == 93 & id == 14003 replace partycode = 100 if congress == 93 & id == 8032 replace partycode = 200 if congress == 93 & id == 11007 replace partycode = 100 if congress == 93 & id == 14029 replace partycode = 100 if congress == 93 & id == 7333 replace partycode = 100 if congress == 93 & id == 3078 replace partycode = 100 if congress == 93 & id == 14016 replace partycode = 100 if congress == 93 & id == 13023 replace partycode = 100 if congress == 93 & id == 11005 replace partycode = 200 if congress == 93 & id == 11002 replace partycode = 100 if congress == 93 & id == 14063 replace partycode = 100 if congress == 93 & id == 3242 replace partycode = 100 if congress == 93 & id == 10512 replace partycode = 100 if congress == 93 & id == 11052 replace partycode = 100 if congress == 93 & id == 5436 replace partycode = 100 if congress == 93 & id == 10563 replace partycode = 100 if congress == 93 & id == 10605 replace partycode = 100 if congress == 93 & id == 10757 replace partycode = 200 if congress == 93 & id == 14056 replace partycode = 200 if congress == 93 & id == 12016 replace partycode = 100 if congress == 93 & id == 13030 replace partycode = 100 if congress == 93 & id == 13032 replace partycode = 200 if congress == 93 & id == 14019 replace partycode = 200 if congress == 93 & id == 2525 replace partycode = 100 if congress == 93 & id == 5326 replace partycode = 200 if congress == 93 & id == 1941 replace partycode = 100 if congress == 93 & id == 14068 replace partycode = 100 if congress == 93 & id == 8080 replace partycode = 100 if congress == 93 & id == 10421 replace partycode = 200 if congress == 93 & id == 14064 replace partycode = 100 if congress == 93 & id == 10703 replace partycode = 200 if congress == 93 & id == 12041 replace partycode = 200 if congress == 93 & id == 10606 replace partycode = 200 if congress == 93 & id == 10722 replace partycode = 200 if congress == 93 & id == 226 replace partycode = 200 if congress == 93 & id == 10501 replace partycode = 200 if congress == 93 & id == 14041 replace partycode = 200 if congress == 93 & id == 6455 replace partycode = 200 if congress == 93 & id == 11041 replace partycode = 200 if congress == 93 & id == 10517 replace partycode = 200 if congress == 93 & id == 14033 replace partycode = 100 if congress == 93 & id == 8474 replace partycode = 100 if congress == 93 & id == 7610 replace partycode = 100 if congress == 93 & id == 3769 replace partycode = 100 if congress == 93 & id == 5900 replace partycode = 200 if congress == 93 & id == 12020 replace partycode = 100 if congress == 93 & id == 948 replace partycode = 100 if congress == 93 & id == 8084 replace partycode = 200 if congress == 93 & id == 13018 replace partycode = 200 if congress == 93 & id == 986 replace partycode = 200 if congress == 93 & id == 11036 replace partycode = 200 if congress == 93 & id == 11059 replace partycode = 100 if congress == 93 & id == 10732 replace partycode = 200 if congress == 93 & id == 12012 replace partycode = 200 if congress == 93 & id == 14024 replace partycode = 100 if congress == 93 & id == 14036 replace partycode = 100 if congress == 93 & id == 10715 replace partycode = 200 if congress == 93 & id == 3853 replace partycode = 100 if congress == 93 & id == 8672 replace partycode = 200 if congress == 93 & id == 11047 replace partycode = 200 if congress == 93 & id == 11032 replace partycode = 200 if congress == 93 & id == 12029 replace partycode = 100 if congress == 93 & id == 13037 replace partycode = 200 if congress == 93 & id == 11057 replace partycode = 200 if congress == 93 & id == 10559 replace partycode = 200 if congress == 93 & id == 10625 replace partycode = 100 if congress == 93 & id == 9056 replace partycode = 100 if congress == 93 & id == 6845 replace partycode = 100 if congress == 93 & id == 13024 replace partycode = 200 if congress == 93 & id == 10626 replace partycode = 200 if congress == 93 & id == 10710 replace partycode = 100 if congress == 93 & id == 14006 replace partycode = 100 if congress == 93 & id == 7343 replace partycode = 100 if congress == 93 & id == 4275 replace partycode = 100 if congress == 93 & id == 14067 replace partycode = 200 if congress == 93 & id == 14060 replace partycode = 100 if congress == 93 & id == 10567 replace partycode = 100 if congress == 93 & id == 7228 replace partycode = 100 if congress == 93 & id == 11042 replace partycode = 100 if congress == 93 & id == 13056 replace partycode = 100 if congress == 93 & id == 10602 replace partycode = 100 if congress == 93 & id == 11027 replace partycode = 200 if congress == 93 & id == 14010 replace partycode = 200 if congress == 93 & id == 13049 replace partycode = 200 if congress == 93 & id == 14069 replace partycode = 100 if congress == 93 & id == 10601 replace partycode = 100 if congress == 93 & id == 13039 replace partycode = 200 if congress == 93 & id == 14021 replace partycode = 200 if congress == 93 & id == 12018 replace partycode = 100 if congress == 93 & id == 13008 replace partycode = 100 if congress == 93 & id == 13031 replace partycode = 200 if congress == 93 & id == 11019 replace partycode = 200 if congress == 93 & id == 2009 replace partycode = 100 if congress == 93 & id == 830 replace partycode = 100 if congress == 93 & id == 2660 replace partycode = 100 if congress == 93 & id == 13013 replace partycode = 200 if congress == 93 & id == 14012 replace partycode = 100 if congress == 93 & id == 12040 replace partycode = 100 if congress == 93 & id == 5873 replace partycode = 100 if congress == 93 & id == 7081 replace partycode = 329 if congress == 93 & id == 14039 replace partycode = 200 if congress == 93 & id == 11021 replace partycode = 100 if congress == 93 & id == 1265 replace partycode = 100 if congress == 93 & id == 14055 replace partycode = 100 if congress == 93 & id == 10713 replace partycode = 200 if congress == 93 & id == 11015 replace partycode = 200 if congress == 93 & id == 11006 replace partycode = 200 if congress == 93 & id == 10597 replace partycode = 200 if congress == 93 & id == 3268 replace partycode = 100 if congress == 93 & id == 14074 replace partycode = 200 if congress == 93 & id == 1620 replace partycode = 200 if congress == 93 & id == 91043 replace partycode = 200 if congress == 93 & id == 10526 replace partycode = 100 if congress == 93 & id == 14075 replace partycode = 200 if congress == 93 & id == 10794 replace partycode = 200 if congress == 93 & id == 1610 replace partycode = 200 if congress == 93 & id == 11045 replace partycode = 100 if congress == 93 & id == 7043 replace partycode = 100 if congress == 93 & id == 2594 replace partycode = 100 if congress == 93 & id == 10540 replace partycode = 100 if congress == 93 & id == 10727 replace partycode = 100 if congress == 93 & id == 2605 replace partycode = 100 if congress == 93 & id == 3830 replace partycode = 200 if congress == 93 & id == 14023 replace partycode = 200 if congress == 93 & id == 1087 replace partycode = 200 if congress == 93 & id == 7671 replace partycode = 200 if congress == 93 & id == 6860 replace partycode = 200 if congress == 93 & id == 13015 replace partycode = 100 if congress == 93 & id == 5098 replace partycode = 100 if congress == 93 & id == 10585 replace partycode = 200 if congress == 93 & id == 11060 replace partycode = 100 if congress == 93 & id == 13007 replace partycode = 100 if congress == 93 & id == 789 replace partycode = 100 if congress == 93 & id == 10075 replace partycode = 100 if congress == 93 & id == 14005 replace partycode = 100 if congress == 93 & id == 11035 replace partycode = 200 if congress == 93 & id == 14009 replace partycode = 200 if congress == 93 & id == 14031 replace partycode = 100 if congress == 93 & id == 12009 replace partycode = 100 if congress == 93 & id == 12031 replace partycode = 100 if congress == 93 & id == 9072 replace partycode = 100 if congress == 93 & id == 7717 replace partycode = 100 if congress == 93 & id == 835 replace partycode = 100 if congress == 93 & id == 14030 replace partycode = 200 if congress == 93 & id == 14057 replace partycode = 100 if congress == 93 & id == 10528 replace partycode = 100 if congress == 93 & id == 10740 replace partycode = 100 if congress == 93 & id == 12004 replace partycode = 200 if congress == 93 & id == 13041 replace partycode = 100 if congress == 93 & id == 12039 replace partycode = 200 if congress == 93 & id == 13045 replace partycode = 200 if congress == 93 & id == 13025 replace partycode = 200 if congress == 93 & id == 10534 replace partycode = 200 if congress == 93 & id == 14059 replace partycode = 200 if congress == 93 & id == 10639 replace partycode = 200 if congress == 93 & id == 10581 replace partycode = 200 if congress == 93 & id == 11022 replace partycode = 200 if congress == 93 & id == 11046 replace partycode = 100 if congress == 93 & id == 10739 replace partycode = 100 if congress == 93 & id == 9322 replace partycode = 200 if congress == 93 & id == 3364 replace partycode = 200 if congress == 93 & id == 12046 replace partycode = 200 if congress == 93 & id == 10091 replace partycode = 100 if congress == 93 & id == 12042 replace partycode = 100 if congress == 93 & id == 10737 replace partycode = 100 if congress == 93 & id == 8010 replace partycode = 100 if congress == 93 & id == 10609 replace partycode = 200 if congress == 93 & id == 14046 replace partycode = 200 if congress == 93 & id == 14034 replace partycode = 100 if congress == 93 & id == 2329 replace partycode = 100 if congress == 93 & id == 10613 replace partycode = 200 if congress == 93 & id == 12022 replace partycode = 100 if congress == 93 & id == 13038 replace partycode = 100 if congress == 93 & id == 10545 replace partycode = 200 if congress == 93 & id == 10592 replace partycode = 200 if congress == 93 & id == 14047 replace partycode = 200 if congress == 93 & id == 13021 replace partycode = 200 if congress == 93 & id == 10638 replace partycode = 100 if congress == 93 & id == 10784 replace partycode = 100 if congress == 93 & id == 10500 replace partycode = 100 if congress == 93 & id == 10551 replace partycode = 100 if congress == 93 & id == 2476 replace partycode = 100 if congress == 93 & id == 12003 replace partycode = 100 if congress == 93 & id == 11004 replace partycode = 100 if congress == 93 & id == 12008 replace partycode = 100 if congress == 93 & id == 11064 replace partycode = 100 if congress == 93 & id == 8049 replace partycode = 100 if congress == 93 & id == 10508 replace partycode = 100 if congress == 93 & id == 14022 replace partycode = 100 if congress == 93 & id == 10611 replace partycode = 100 if congress == 93 & id == 12019 replace partycode = 100 if congress == 93 & id == 13035 replace partycode = 100 if congress == 93 & id == 13001 replace partycode = 100 if congress == 93 & id == 13004 replace partycode = 100 if congress == 93 & id == 10705 replace partycode = 200 if congress == 93 & id == 93033 replace partycode = 100 if congress == 93 & id == 90618 replace partycode = 200 if congress == 93 & id == 12013 replace partycode = 200 if congress == 93 & id == 14015 replace partycode = 200 if congress == 93 & id == 7995 replace partycode = 100 if congress == 93 & id == 9017 replace partycode = 200 if congress == 93 & id == 10530 replace partycode = 200 if congress == 93 & id == 10749 replace partycode = 200 if congress == 93 & id == 14038 replace partycode = 100 if congress == 93 & id == 10733 replace partycode = 200 if congress == 93 & id == 14061 replace partycode = 200 if congress == 93 & id == 10596 replace partycode = 200 if congress == 93 & id == 10712 replace partycode = 200 if congress == 93 & id == 10771 replace partycode = 100 if congress == 93 & id == 2752 replace partycode = 200 if congress == 93 & id == 13020 replace partycode = 200 if congress == 93 & id == 12017 replace partycode = 100 if congress == 93 & id == 10788 replace partycode = 100 if congress == 93 & id == 3321 replace partycode = 100 if congress == 93 & id == 10527 replace partycode = 100 if congress == 93 & id == 14001 replace partycode = 200 if congress == 93 & id == 12026 replace partycode = 100 if congress == 93 & id == 12027 replace partycode = 100 if congress == 93 & id == 14048 replace partycode = 200 if congress == 93 & id == 12028 replace partycode = 200 if congress == 93 & id == 14035 replace partycode = 200 if congress == 93 & id == 10574 replace partycode = 100 if congress == 93 & id == 9230 replace partycode = 200 if congress == 93 & id == 10569 replace partycode = 200 if congress == 93 & id == 13019 replace partycode = 100 if congress == 93 & id == 14070 replace partycode = 200 if congress == 93 & id == 10510 replace partycode = 200 if congress == 93 & id == 11054 replace partycode = 200 if congress == 93 & id == 14018 replace partycode = 200 if congress == 93 & id == 5495 replace partycode = 200 if congress == 93 & id == 10525 replace partycode = 200 if congress == 93 & id == 10786 replace partycode = 200 if congress == 93 & id == 13034 replace partycode = 100 if congress == 93 & id == 267 replace partycode = 200 if congress == 93 & id == 11034 replace partycode = 200 if congress == 93 & id == 10773 replace partycode = 200 if congress == 93 & id == 2533 replace partycode = 200 if congress == 93 & id == 10539 replace partycode = 100 if congress == 93 & id == 13040 replace partycode = 200 if congress == 93 & id == 11058 replace partycode = 200 if congress == 93 & id == 14045 replace partycode = 200 if congress == 93 & id == 10502 replace partycode = 100 if congress == 93 & id == 4247 replace partycode = 100 if congress == 93 & id == 12044 replace partycode = 100 if congress == 93 & id == 13043 replace partycode = 100 if congress == 93 & id == 12030 replace partycode = 100 if congress == 93 & id == 9623 replace partycode = 200 if congress == 93 & id == 6548 replace partycode = 100 if congress == 93 & id == 14026 replace partycode = 100 if congress == 93 & id == 14032 replace partycode = 100 if congress == 93 & id == 62 replace partycode = 100 if congress == 93 & id == 8866 replace partycode = 100 if congress == 93 & id == 4891 replace partycode = 200 if congress == 93 & id == 12006 replace partycode = 200 if congress == 93 & id == 10785 replace partycode = 100 if congress == 93 & id == 9551 replace partycode = 100 if congress == 93 & id == 3775 replace partycode = 200 if congress == 93 & id == 11011 replace partycode = 100 if congress == 93 & id == 465 replace partycode = 100 if congress == 93 & id == 6936 replace partycode = 100 if congress == 93 & id == 10591 replace partycode = 100 if congress == 93 & id == 11014 replace partycode = 200 if congress == 93 & id == 12048 replace partycode = 100 if congress == 93 & id == 12035 replace partycode = 200 if congress == 93 & id == 11056 replace partycode = 200 if congress == 93 & id == 11001 replace partycode = 200 if congress == 93 & id == 14052 replace partycode = 200 if congress == 93 & id == 10607 replace partycode = 100 if congress == 93 & id == 3224 replace partycode = 200 if congress == 93 & id == 8247 replace partycode = 100 if congress == 93 & id == 14072 replace partycode = 200 if congress == 93 & id == 12010 replace partycode = 100 if congress == 93 & id == 6661 replace partycode = 100 if congress == 93 & id == 10620 replace partycode = 200 if congress == 93 & id == 11016 replace partycode = 200 if congress == 93 & id == 8268 replace partycode = 200 if congress == 93 & id == 13050 replace partycode = 200 if congress == 93 & id == 10521 replace partycode = 100 if congress == 93 & id == 11067 replace partycode = 100 if congress == 93 & id == 2513 replace partycode = 100 if congress == 93 & id == 6685 replace partycode = 200 if congress == 93 & id == 10598 replace partycode = 100 if congress == 93 & id == 10778 replace partycode = 100 if congress == 93 & id == 1763 replace partycode = 100 if congress == 93 & id == 10561 replace partycode = 100 if congress == 93 & id == 11061 replace partycode = 100 if congress == 93 & id == 13048 replace partycode = 200 if congress == 93 & id == 13042 replace partycode = 100 if congress == 93 & id == 2672 replace partycode = 100 if congress == 93 & id == 12023 replace partycode = 100 if congress == 93 & id == 10728 replace partycode = 200 if congress == 93 & id == 14065 replace partycode = 100 if congress == 93 & id == 13012 replace partycode = 200 if congress == 93 & id == 14000 replace partycode = 200 if congress == 93 & id == 10616 replace partycode = 200 if congress == 93 & id == 10719 replace partycode = 200 if congress == 93 & id == 13005 replace partycode = 100 if congress == 93 & id == 3034 replace partycode = 100 if congress == 93 & id == 10586 replace partycode = 200 if congress == 93 & id == 14004 replace partycode = 100 if congress == 93 & id == 12038 replace partycode = 200 if congress == 93 & id == 11025 replace partycode = 100 if congress == 93 & id == 7232 replace partycode = 100 if congress == 93 & id == 14062 replace partycode = 200 if congress == 93 & id == 11066 replace partycode = 100 if congress == 93 & id == 10550 replace partycode = 200 if congress == 93 & id == 14054 replace partycode = 100 if congress == 93 & id == 9241 replace partycode = 200 if congress == 93 & id == 13002 replace partycode = 100 if congress == 93 & id == 11013 replace partycode = 100 if congress == 93 & id == 1077 replace partycode = 100 if congress == 93 & id == 10614 replace partycode = 100 if congress == 93 & id == 7498 replace partycode = 100 if congress == 93 & id == 10391 replace partycode = 200 if congress == 93 & id == 11062 replace partycode = 100 if congress == 93 & id == 10446 replace partycode = 100 if congress == 93 & id == 10716 replace partycode = 100 if congress == 93 & id == 10783 replace partycode = 100 if congress == 93 & id == 1282 replace partycode = 100 if congress == 93 & id == 14027 replace partycode = 100 if congress == 93 & id == 5924 replace partycode = 100 if congress == 93 & id == 10520 replace partycode = 100 if congress == 93 & id == 3171 replace partycode = 100 if congress == 93 & id == 1577 replace partycode = 100 if congress == 93 & id == 11023 replace partycode = 100 if congress == 93 & id == 14037 replace partycode = 100 if congress == 93 & id == 13027 replace partycode = 100 if congress == 93 & id == 14042 replace partycode = 200 if congress == 93 & id == 13052 replace partycode = 100 if congress == 93 & id == 2706 replace partycode = 200 if congress == 93 & id == 12033 replace partycode = 100 if congress == 93 & id == 10767 replace partycode = 200 if congress == 93 & id == 14013 replace partycode = 100 if congress == 93 & id == 12011 replace partycode = 200 if congress == 93 & id == 13055 replace partycode = 200 if congress == 93 & id == 13036 replace partycode = 200 if congress == 93 & id == 14043 replace partycode = 200 if congress == 93 & id == 9802 replace partycode = 200 if congress == 93 & id == 1154 replace partycode = 200 if congress == 93 & id == 14044 replace partycode = 100 if congress == 93 & id == 10756 replace partycode = 100 if congress == 93 & id == 4043 replace partycode = 100 if congress == 93 & id == 13026 replace partycode = 100 if congress == 93 & id == 10726 replace partycode = 100 if congress == 93 & id == 10738 replace partycode = 100 if congress == 93 & id == 10700 replace partycode = 100 if congress == 93 & id == 6584 replace partycode = 100 if congress == 93 & id == 8824 replace partycode = 100 if congress == 93 & id == 8564 replace partycode = 100 if congress == 93 & id == 4276 replace partycode = 100 if congress == 93 & id == 13003 replace partycode = 100 if congress == 93 & id == 5101 replace partycode = 200 if congress == 93 & id == 10564 replace partycode = 100 if congress == 93 & id == 10463 replace partycode = 100 if congress == 93 & id == 7824 replace partycode = 200 if congress == 93 & id == 11051 replace partycode = 100 if congress == 93 & id == 12036 replace partycode = 200 if congress == 93 & id == 14014 replace partycode = 200 if congress == 93 & id == 2383 replace partycode = 100 if congress == 93 & id == 10766 replace partycode = 200 if congress == 94 & id == 99905 replace partycode = 200 if congress == 94 & id == 10721 replace partycode = 200 if congress == 94 & id == 10717 replace partycode = 100 if congress == 94 & id == 11037 replace partycode = 100 if congress == 94 & id == 11000 replace partycode = 100 if congress == 94 & id == 5058 replace partycode = 200 if congress == 94 & id == 10706 replace partycode = 100 if congress == 94 & id == 12014 replace partycode = 200 if congress == 94 & id == 14066 replace partycode = 200 if congress == 94 & id == 7845 replace partycode = 100 if congress == 94 & id == 10566 replace partycode = 200 if congress == 94 & id == 11050 replace partycode = 200 if congress == 94 & id == 14011 replace partycode = 100 if congress == 94 & id == 12000 replace partycode = 100 if congress == 94 & id == 6532 replace partycode = 200 if congress == 94 & id == 11020 replace partycode = 100 if congress == 94 & id == 14058 replace partycode = 100 if congress == 94 & id == 4957 replace partycode = 200 if congress == 94 & id == 10579 replace partycode = 100 if congress == 94 & id == 6756 replace partycode = 100 if congress == 94 & id == 10599 replace partycode = 100 if congress == 94 & id == 14076 replace partycode = 100 if congress == 94 & id == 10577 replace partycode = 100 if congress == 94 & id == 14256 replace partycode = 100 if congress == 94 & id == 13011 replace partycode = 100 if congress == 94 & id == 14053 replace partycode = 100 if congress == 94 & id == 10583 replace partycode = 100 if congress == 94 & id == 14049 replace partycode = 200 if congress == 94 & id == 11063 replace partycode = 100 if congress == 94 & id == 14257 replace partycode = 100 if congress == 94 & id == 6240 replace partycode = 100 if congress == 94 & id == 8549 replace partycode = 200 if congress == 94 & id == 10631 replace partycode = 100 if congress == 94 & id == 14246 replace partycode = 200 if congress == 94 & id == 14028 replace partycode = 200 if congress == 94 & id == 14071 replace partycode = 200 if congress == 94 & id == 12037 replace partycode = 100 if congress == 94 & id == 10511 replace partycode = 200 if congress == 94 & id == 14040 replace partycode = 100 if congress == 94 & id == 10790 replace partycode = 100 if congress == 94 & id == 14280 replace partycode = 100 if congress == 94 & id == 10621 replace partycode = 200 if congress == 94 & id == 10553 replace partycode = 200 if congress == 94 & id == 10505 replace partycode = 100 if congress == 94 & id == 14008 replace partycode = 100 if congress == 94 & id == 10595 replace partycode = 100 if congress == 94 & id == 13010 replace partycode = 100 if congress == 94 & id == 10640 replace partycode = 100 if congress == 94 & id == 12001 replace partycode = 200 if congress == 94 & id == 10580 replace partycode = 100 if congress == 94 & id == 14229 replace partycode = 100 if congress == 94 & id == 14250 replace partycode = 100 if congress == 94 & id == 10573 replace partycode = 200 if congress == 94 & id == 11038 replace partycode = 200 if congress == 94 & id == 14287 replace partycode = 100 if congress == 94 & id == 14266 replace partycode = 200 if congress == 94 & id == 11055 replace partycode = 200 if congress == 94 & id == 14020 replace partycode = 200 if congress == 94 & id == 10249 replace partycode = 100 if congress == 94 & id == 10633 replace partycode = 200 if congress == 94 & id == 14007 replace partycode = 100 if congress == 94 & id == 14051 replace partycode = 100 if congress == 94 & id == 14282 replace partycode = 100 if congress == 94 & id == 10723 replace partycode = 200 if congress == 94 & id == 14025 replace partycode = 200 if congress == 94 & id == 14002 replace partycode = 100 if congress == 94 & id == 13009 replace partycode = 100 if congress == 94 & id == 14213 replace partycode = 100 if congress == 94 & id == 3553 replace partycode = 200 if congress == 94 & id == 13029 replace partycode = 200 if congress == 94 & id == 14050 replace partycode = 100 if congress == 94 & id == 14258 replace partycode = 200 if congress == 94 & id == 13014 replace partycode = 100 if congress == 94 & id == 8507 replace partycode = 100 if congress == 94 & id == 10587 replace partycode = 100 if congress == 94 & id == 633 replace partycode = 100 if congress == 94 & id == 12007 replace partycode = 200 if congress == 94 & id == 14243 replace partycode = 200 if congress == 94 & id == 13047 replace partycode = 100 if congress == 94 & id == 10588 replace partycode = 100 if congress == 94 & id == 3929 replace partycode = 200 if congress == 94 & id == 12015 replace partycode = 200 if congress == 94 & id == 14003 replace partycode = 100 if congress == 94 & id == 8032 replace partycode = 200 if congress == 94 & id == 11007 replace partycode = 100 if congress == 94 & id == 14029 replace partycode = 100 if congress == 94 & id == 7333 replace partycode = 100 if congress == 94 & id == 3078 replace partycode = 100 if congress == 94 & id == 14016 replace partycode = 100 if congress == 94 & id == 13023 replace partycode = 100 if congress == 94 & id == 11005 replace partycode = 100 if congress == 94 & id == 14249 replace partycode = 100 if congress == 94 & id == 14063 replace partycode = 100 if congress == 94 & id == 3242 replace partycode = 100 if congress == 94 & id == 14252 replace partycode = 100 if congress == 94 & id == 11052 replace partycode = 100 if congress == 94 & id == 5436 replace partycode = 100 if congress == 94 & id == 10563 replace partycode = 100 if congress == 94 & id == 10605 replace partycode = 100 if congress == 94 & id == 10757 replace partycode = 200 if congress == 94 & id == 14056 replace partycode = 200 if congress == 94 & id == 10734 replace partycode = 100 if congress == 94 & id == 13030 replace partycode = 100 if congress == 94 & id == 13032 replace partycode = 100 if congress == 94 & id == 14271 replace partycode = 200 if congress == 94 & id == 2525 replace partycode = 100 if congress == 94 & id == 5326 replace partycode = 100 if congress == 94 & id == 14285 replace partycode = 200 if congress == 94 & id == 14239 replace partycode = 100 if congress == 94 & id == 14068 replace partycode = 100 if congress == 94 & id == 8080 replace partycode = 100 if congress == 94 & id == 10421 replace partycode = 100 if congress == 94 & id == 12025 replace partycode = 100 if congress == 94 & id == 10703 replace partycode = 200 if congress == 94 & id == 12041 replace partycode = 200 if congress == 94 & id == 10606 replace partycode = 200 if congress == 94 & id == 10722 replace partycode = 100 if congress == 94 & id == 14228 replace partycode = 200 if congress == 94 & id == 10501 replace partycode = 200 if congress == 94 & id == 14041 replace partycode = 200 if congress == 94 & id == 6455 replace partycode = 200 if congress == 94 & id == 11041 replace partycode = 200 if congress == 94 & id == 10517 replace partycode = 200 if congress == 94 & id == 14033 replace partycode = 100 if congress == 94 & id == 8474 replace partycode = 100 if congress == 94 & id == 7610 replace partycode = 100 if congress == 94 & id == 14275 replace partycode = 100 if congress == 94 & id == 5900 replace partycode = 100 if congress == 94 & id == 14222 replace partycode = 100 if congress == 94 & id == 948 replace partycode = 100 if congress == 94 & id == 8084 replace partycode = 200 if congress == 94 & id == 13018 replace partycode = 100 if congress == 94 & id == 14220 replace partycode = 200 if congress == 94 & id == 11036 replace partycode = 100 if congress == 94 & id == 14232 replace partycode = 100 if congress == 94 & id == 10732 replace partycode = 100 if congress == 94 & id == 14274 replace partycode = 100 if congress == 94 & id == 10742 replace partycode = 100 if congress == 94 & id == 14036 replace partycode = 100 if congress == 94 & id == 14207 replace partycode = 200 if congress == 94 & id == 14226 replace partycode = 100 if congress == 94 & id == 8672 replace partycode = 100 if congress == 94 & id == 14230 replace partycode = 100 if congress == 94 & id == 14205 replace partycode = 200 if congress == 94 & id == 12029 replace partycode = 100 if congress == 94 & id == 14244 replace partycode = 200 if congress == 94 & id == 11057 replace partycode = 200 if congress == 94 & id == 10559 replace partycode = 200 if congress == 94 & id == 10625 replace partycode = 100 if congress == 94 & id == 14237 replace partycode = 100 if congress == 94 & id == 6845 replace partycode = 100 if congress == 94 & id == 13024 replace partycode = 200 if congress == 94 & id == 10626 replace partycode = 200 if congress == 94 & id == 10710 replace partycode = 100 if congress == 94 & id == 14006 replace partycode = 100 if congress == 94 & id == 7343 replace partycode = 100 if congress == 94 & id == 4275 replace partycode = 100 if congress == 94 & id == 14067 replace partycode = 200 if congress == 94 & id == 14060 replace partycode = 100 if congress == 94 & id == 10567 replace partycode = 100 if congress == 94 & id == 7228 replace partycode = 200 if congress == 94 & id == 14259 replace partycode = 100 if congress == 94 & id == 13056 replace partycode = 100 if congress == 94 & id == 10602 replace partycode = 200 if congress == 94 & id == 14218 replace partycode = 200 if congress == 94 & id == 14010 replace partycode = 200 if congress == 94 & id == 14069 replace partycode = 100 if congress == 94 & id == 10601 replace partycode = 100 if congress == 94 & id == 13039 replace partycode = 200 if congress == 94 & id == 14021 replace partycode = 100 if congress == 94 & id == 14278 replace partycode = 100 if congress == 94 & id == 13008 replace partycode = 100 if congress == 94 & id == 13031 replace partycode = 200 if congress == 94 & id == 11019 replace partycode = 200 if congress == 94 & id == 2009 replace partycode = 100 if congress == 94 & id == 830 replace partycode = 100 if congress == 94 & id == 14216 replace partycode = 100 if congress == 94 & id == 13013 replace partycode = 100 if congress == 94 & id == 14279 replace partycode = 100 if congress == 94 & id == 12040 replace partycode = 100 if congress == 94 & id == 5873 replace partycode = 100 if congress == 94 & id == 7081 replace partycode = 100 if congress == 94 & id == 14039 replace partycode = 200 if congress == 94 & id == 11021 replace partycode = 100 if congress == 94 & id == 1265 replace partycode = 100 if congress == 94 & id == 14055 replace partycode = 100 if congress == 94 & id == 10713 replace partycode = 200 if congress == 94 & id == 11015 replace partycode = 200 if congress == 94 & id == 11006 replace partycode = 200 if congress == 94 & id == 10597 replace partycode = 100 if congress == 94 & id == 14074 replace partycode = 100 if congress == 94 & id == 14210 replace partycode = 100 if congress == 94 & id == 11043 replace partycode = 100 if congress == 94 & id == 14075 replace partycode = 200 if congress == 94 & id == 10794 replace partycode = 200 if congress == 94 & id == 1610 replace partycode = 200 if congress == 94 & id == 11045 replace partycode = 100 if congress == 94 & id == 7043 replace partycode = 100 if congress == 94 & id == 2594 replace partycode = 100 if congress == 94 & id == 10540 replace partycode = 100 if congress == 94 & id == 10727 replace partycode = 100 if congress == 94 & id == 2605 replace partycode = 100 if congress == 94 & id == 14209 replace partycode = 100 if congress == 94 & id == 14206 replace partycode = 200 if congress == 94 & id == 1087 replace partycode = 200 if congress == 94 & id == 7671 replace partycode = 200 if congress == 94 & id == 14227 replace partycode = 200 if congress == 94 & id == 13015 replace partycode = 100 if congress == 94 & id == 5098 replace partycode = 100 if congress == 94 & id == 10585 replace partycode = 100 if congress == 94 & id == 14263 replace partycode = 100 if congress == 94 & id == 13007 replace partycode = 100 if congress == 94 & id == 14265 replace partycode = 100 if congress == 94 & id == 10075 replace partycode = 100 if congress == 94 & id == 14005 replace partycode = 100 if congress == 94 & id == 11035 replace partycode = 200 if congress == 94 & id == 14009 replace partycode = 200 if congress == 94 & id == 14031 replace partycode = 100 if congress == 94 & id == 12009 replace partycode = 100 if congress == 94 & id == 12031 replace partycode = 100 if congress == 94 & id == 9072 replace partycode = 100 if congress == 94 & id == 7717 replace partycode = 100 if congress == 94 & id == 835 replace partycode = 100 if congress == 94 & id == 14030 replace partycode = 200 if congress == 94 & id == 14057 replace partycode = 100 if congress == 94 & id == 10528 replace partycode = 100 if congress == 94 & id == 10740 replace partycode = 100 if congress == 94 & id == 12004 replace partycode = 100 if congress == 94 & id == 14203 replace partycode = 100 if congress == 94 & id == 12039 replace partycode = 200 if congress == 94 & id == 13045 replace partycode = 200 if congress == 94 & id == 13025 replace partycode = 200 if congress == 94 & id == 14276 replace partycode = 100 if congress == 94 & id == 14272 replace partycode = 100 if congress == 94 & id == 14284 replace partycode = 200 if congress == 94 & id == 10581 replace partycode = 100 if congress == 94 & id == 14223 replace partycode = 100 if congress == 94 & id == 14238 replace partycode = 100 if congress == 94 & id == 10739 replace partycode = 100 if congress == 94 & id == 9322 replace partycode = 200 if congress == 94 & id == 14221 replace partycode = 200 if congress == 94 & id == 12046 replace partycode = 100 if congress == 94 & id == 14254 replace partycode = 100 if congress == 94 & id == 12042 replace partycode = 100 if congress == 94 & id == 10737 replace partycode = 100 if congress == 94 & id == 8010 replace partycode = 100 if congress == 94 & id == 10609 replace partycode = 200 if congress == 94 & id == 14046 replace partycode = 100 if congress == 94 & id == 14255 replace partycode = 100 if congress == 94 & id == 2329 replace partycode = 100 if congress == 94 & id == 10613 replace partycode = 200 if congress == 94 & id == 12022 replace partycode = 100 if congress == 94 & id == 13038 replace partycode = 100 if congress == 94 & id == 10545 replace partycode = 100 if congress == 94 & id == 14214 replace partycode = 100 if congress == 94 & id == 14200 replace partycode = 200 if congress == 94 & id == 13021 replace partycode = 200 if congress == 94 & id == 10638 replace partycode = 100 if congress == 94 & id == 10784 replace partycode = 100 if congress == 94 & id == 10500 replace partycode = 100 if congress == 94 & id == 10551 replace partycode = 100 if congress == 94 & id == 2476 replace partycode = 100 if congress == 94 & id == 12003 replace partycode = 100 if congress == 94 & id == 10768 replace partycode = 100 if congress == 94 & id == 12008 replace partycode = 100 if congress == 94 & id == 14277 replace partycode = 100 if congress == 94 & id == 14269 replace partycode = 100 if congress == 94 & id == 14283 replace partycode = 100 if congress == 94 & id == 14022 replace partycode = 100 if congress == 94 & id == 10611 replace partycode = 100 if congress == 94 & id == 12019 replace partycode = 100 if congress == 94 & id == 13035 replace partycode = 100 if congress == 94 & id == 13001 replace partycode = 100 if congress == 94 & id == 13004 replace partycode = 100 if congress == 94 & id == 10705 replace partycode = 200 if congress == 94 & id == 93033 replace partycode = 100 if congress == 94 & id == 10760 replace partycode = 200 if congress == 94 & id == 12013 replace partycode = 200 if congress == 94 & id == 14015 replace partycode = 100 if congress == 94 & id == 14253 replace partycode = 100 if congress == 94 & id == 9017 replace partycode = 100 if congress == 94 & id == 14267 replace partycode = 200 if congress == 94 & id == 10749 replace partycode = 200 if congress == 94 & id == 14038 replace partycode = 100 if congress == 94 & id == 10733 replace partycode = 200 if congress == 94 & id == 14061 replace partycode = 200 if congress == 94 & id == 10596 replace partycode = 200 if congress == 94 & id == 10712 replace partycode = 100 if congress == 94 & id == 14248 replace partycode = 100 if congress == 94 & id == 14264 replace partycode = 200 if congress == 94 & id == 13020 replace partycode = 200 if congress == 94 & id == 12017 replace partycode = 100 if congress == 94 & id == 14289 replace partycode = 100 if congress == 94 & id == 10788 replace partycode = 100 if congress == 94 & id == 3321 replace partycode = 100 if congress == 94 & id == 10527 replace partycode = 100 if congress == 94 & id == 14001 replace partycode = 100 if congress == 94 & id == 14262 replace partycode = 100 if congress == 94 & id == 12027 replace partycode = 100 if congress == 94 & id == 14048 replace partycode = 100 if congress == 94 & id == 14233 replace partycode = 200 if congress == 94 & id == 14035 replace partycode = 200 if congress == 94 & id == 10574 replace partycode = 100 if congress == 94 & id == 9230 replace partycode = 200 if congress == 94 & id == 10569 replace partycode = 200 if congress == 94 & id == 14225 replace partycode = 200 if congress == 94 & id == 10510 replace partycode = 200 if congress == 94 & id == 11054 replace partycode = 200 if congress == 94 & id == 14018 replace partycode = 200 if congress == 94 & id == 5495 replace partycode = 200 if congress == 94 & id == 10525 replace partycode = 200 if congress == 94 & id == 10786 replace partycode = 200 if congress == 94 & id == 14245 replace partycode = 100 if congress == 94 & id == 267 replace partycode = 200 if congress == 94 & id == 11034 replace partycode = 200 if congress == 94 & id == 10773 replace partycode = 200 if congress == 94 & id == 2533 replace partycode = 200 if congress == 94 & id == 10539 replace partycode = 100 if congress == 94 & id == 13040 replace partycode = 200 if congress == 94 & id == 11058 replace partycode = 200 if congress == 94 & id == 14045 replace partycode = 200 if congress == 94 & id == 10502 replace partycode = 100 if congress == 94 & id == 4247 replace partycode = 100 if congress == 94 & id == 12044 replace partycode = 100 if congress == 94 & id == 13043 replace partycode = 100 if congress == 94 & id == 12030 replace partycode = 100 if congress == 94 & id == 9623 replace partycode = 100 if congress == 94 & id == 14260 replace partycode = 100 if congress == 94 & id == 14026 replace partycode = 100 if congress == 94 & id == 14270 replace partycode = 100 if congress == 94 & id == 62 replace partycode = 100 if congress == 94 & id == 8866 replace partycode = 200 if congress == 94 & id == 94891 replace partycode = 100 if congress == 94 & id == 14219 replace partycode = 100 if congress == 94 & id == 14201 replace partycode = 100 if congress == 94 & id == 9551 replace partycode = 100 if congress == 94 & id == 10582 replace partycode = 100 if congress == 94 & id == 14281 replace partycode = 100 if congress == 94 & id == 465 replace partycode = 100 if congress == 94 & id == 6936 replace partycode = 100 if congress == 94 & id == 10591 replace partycode = 100 if congress == 94 & id == 11014 replace partycode = 200 if congress == 94 & id == 14273 replace partycode = 100 if congress == 94 & id == 12035 replace partycode = 100 if congress == 94 & id == 14217 replace partycode = 200 if congress == 94 & id == 11001 replace partycode = 200 if congress == 94 & id == 14052 replace partycode = 200 if congress == 94 & id == 10607 replace partycode = 100 if congress == 94 & id == 3224 replace partycode = 100 if congress == 94 & id == 14072 replace partycode = 200 if congress == 94 & id == 12010 replace partycode = 100 if congress == 94 & id == 6661 replace partycode = 100 if congress == 94 & id == 10620 replace partycode = 200 if congress == 94 & id == 11016 replace partycode = 200 if congress == 94 & id == 8268 replace partycode = 200 if congress == 94 & id == 13050 replace partycode = 200 if congress == 94 & id == 14288 replace partycode = 100 if congress == 94 & id == 11067 replace partycode = 100 if congress == 94 & id == 2513 replace partycode = 100 if congress == 94 & id == 6685 replace partycode = 200 if congress == 94 & id == 10598 replace partycode = 100 if congress == 94 & id == 10778 replace partycode = 200 if congress == 94 & id == 14261 replace partycode = 100 if congress == 94 & id == 10561 replace partycode = 100 if congress == 94 & id == 14204 replace partycode = 100 if congress == 94 & id == 13048 replace partycode = 200 if congress == 94 & id == 13042 replace partycode = 100 if congress == 94 & id == 14212 replace partycode = 100 if congress == 94 & id == 12023 replace partycode = 100 if congress == 94 & id == 14235 replace partycode = 100 if congress == 94 & id == 14241 replace partycode = 200 if congress == 94 & id == 14268 replace partycode = 200 if congress == 94 & id == 14000 replace partycode = 200 if congress == 94 & id == 10616 replace partycode = 200 if congress == 94 & id == 10719 replace partycode = 100 if congress == 94 & id == 14251 replace partycode = 100 if congress == 94 & id == 3034 replace partycode = 100 if congress == 94 & id == 10586 replace partycode = 100 if congress == 94 & id == 14286 replace partycode = 200 if congress == 94 & id == 14004 replace partycode = 100 if congress == 94 & id == 12038 replace partycode = 100 if congress == 94 & id == 14224 replace partycode = 100 if congress == 94 & id == 7232 replace partycode = 100 if congress == 94 & id == 14291 replace partycode = 100 if congress == 94 & id == 14062 replace partycode = 200 if congress == 94 & id == 11066 replace partycode = 100 if congress == 94 & id == 10550 replace partycode = 200 if congress == 94 & id == 14054 replace partycode = 100 if congress == 94 & id == 9241 replace partycode = 200 if congress == 94 & id == 13002 replace partycode = 100 if congress == 94 & id == 11013 replace partycode = 100 if congress == 94 & id == 1077 replace partycode = 100 if congress == 94 & id == 10614 replace partycode = 100 if congress == 94 & id == 7498 replace partycode = 100 if congress == 94 & id == 10391 replace partycode = 100 if congress == 94 & id == 14234 replace partycode = 100 if congress == 94 & id == 10446 replace partycode = 100 if congress == 94 & id == 10716 replace partycode = 100 if congress == 94 & id == 10783 replace partycode = 100 if congress == 94 & id == 1282 replace partycode = 100 if congress == 94 & id == 14027 replace partycode = 100 if congress == 94 & id == 5924 replace partycode = 100 if congress == 94 & id == 10520 replace partycode = 100 if congress == 94 & id == 14247 replace partycode = 100 if congress == 94 & id == 1577 replace partycode = 200 if congress == 94 & id == 14290 replace partycode = 100 if congress == 94 & id == 11023 replace partycode = 100 if congress == 94 & id == 14037 replace partycode = 100 if congress == 94 & id == 13027 replace partycode = 100 if congress == 94 & id == 14236 replace partycode = 200 if congress == 94 & id == 14240 replace partycode = 100 if congress == 94 & id == 2706 replace partycode = 200 if congress == 94 & id == 12033 replace partycode = 100 if congress == 94 & id == 10767 replace partycode = 200 if congress == 94 & id == 14013 replace partycode = 100 if congress == 94 & id == 12011 replace partycode = 200 if congress == 94 & id == 13055 replace partycode = 200 if congress == 94 & id == 13036 replace partycode = 100 if congress == 94 & id == 14231 replace partycode = 200 if congress == 94 & id == 9802 replace partycode = 100 if congress == 94 & id == 14215 replace partycode = 200 if congress == 94 & id == 14044 replace partycode = 100 if congress == 94 & id == 10756 replace partycode = 100 if congress == 94 & id == 14208 replace partycode = 100 if congress == 94 & id == 13026 replace partycode = 100 if congress == 94 & id == 10726 replace partycode = 100 if congress == 94 & id == 10738 replace partycode = 100 if congress == 94 & id == 10700 replace partycode = 100 if congress == 94 & id == 6584 replace partycode = 100 if congress == 94 & id == 8824 replace partycode = 100 if congress == 94 & id == 8564 replace partycode = 100 if congress == 94 & id == 4276 replace partycode = 100 if congress == 94 & id == 13003 replace partycode = 100 if congress == 94 & id == 5101 replace partycode = 100 if congress == 94 & id == 14202 replace partycode = 100 if congress == 94 & id == 10463 replace partycode = 100 if congress == 94 & id == 7824 replace partycode = 200 if congress == 94 & id == 11051 replace partycode = 100 if congress == 94 & id == 12036 replace partycode = 100 if congress == 94 & id == 14211 replace partycode = 200 if congress == 94 & id == 14242 replace partycode = 100 if congress == 94 & id == 10766 replace partycode = 100 if congress == 95 & id == 99906 replace partycode = 200 if congress == 95 & id == 10721 replace partycode = 200 if congress == 95 & id == 10717 replace partycode = 100 if congress == 95 & id == 11037 replace partycode = 100 if congress == 95 & id == 11000 replace partycode = 100 if congress == 95 & id == 14419 replace partycode = 200 if congress == 95 & id == 10706 replace partycode = 100 if congress == 95 & id == 12014 replace partycode = 200 if congress == 95 & id == 14066 replace partycode = 200 if congress == 95 & id == 7845 replace partycode = 100 if congress == 95 & id == 10566 replace partycode = 100 if congress == 95 & id == 94454 replace partycode = 200 if congress == 95 & id == 14449 replace partycode = 100 if congress == 95 & id == 12000 replace partycode = 100 if congress == 95 & id == 14457 replace partycode = 200 if congress == 95 & id == 11020 replace partycode = 100 if congress == 95 & id == 14058 replace partycode = 100 if congress == 95 & id == 4957 replace partycode = 200 if congress == 95 & id == 10579 replace partycode = 100 if congress == 95 & id == 6756 replace partycode = 100 if congress == 95 & id == 10599 replace partycode = 100 if congress == 95 & id == 14076 replace partycode = 100 if congress == 95 & id == 10577 replace partycode = 100 if congress == 95 & id == 14256 replace partycode = 100 if congress == 95 & id == 13011 replace partycode = 100 if congress == 95 & id == 14053 replace partycode = 100 if congress == 95 & id == 10583 replace partycode = 100 if congress == 95 & id == 14049 replace partycode = 200 if congress == 95 & id == 11063 replace partycode = 100 if congress == 95 & id == 14257 replace partycode = 100 if congress == 95 & id == 6240 replace partycode = 100 if congress == 95 & id == 8549 replace partycode = 100 if congress == 95 & id == 14444 replace partycode = 100 if congress == 95 & id == 14246 replace partycode = 200 if congress == 95 & id == 14028 replace partycode = 200 if congress == 95 & id == 14071 replace partycode = 200 if congress == 95 & id == 12037 replace partycode = 100 if congress == 95 & id == 10511 replace partycode = 200 if congress == 95 & id == 14040 replace partycode = 100 if congress == 95 & id == 14405 replace partycode = 100 if congress == 95 & id == 14280 replace partycode = 100 if congress == 95 & id == 10621 replace partycode = 200 if congress == 95 & id == 10553 replace partycode = 200 if congress == 95 & id == 14414 replace partycode = 100 if congress == 95 & id == 14008 replace partycode = 100 if congress == 95 & id == 10595 replace partycode = 100 if congress == 95 & id == 13010 replace partycode = 100 if congress == 95 & id == 10640 replace partycode = 100 if congress == 95 & id == 12001 replace partycode = 200 if congress == 95 & id == 10580 replace partycode = 100 if congress == 95 & id == 14229 replace partycode = 100 if congress == 95 & id == 14250 replace partycode = 100 if congress == 95 & id == 10573 replace partycode = 200 if congress == 95 & id == 14287 replace partycode = 100 if congress == 95 & id == 14266 replace partycode = 200 if congress == 95 & id == 11055 replace partycode = 200 if congress == 95 & id == 14403 replace partycode = 200 if congress == 95 & id == 10249 replace partycode = 100 if congress == 95 & id == 10633 replace partycode = 200 if congress == 95 & id == 14007 replace partycode = 100 if congress == 95 & id == 14051 replace partycode = 100 if congress == 95 & id == 14282 replace partycode = 100 if congress == 95 & id == 10723 replace partycode = 200 if congress == 95 & id == 14025 replace partycode = 200 if congress == 95 & id == 14002 replace partycode = 100 if congress == 95 & id == 13009 replace partycode = 100 if congress == 95 & id == 14213 replace partycode = 100 if congress == 95 & id == 3553 replace partycode = 200 if congress == 95 & id == 13029 replace partycode = 200 if congress == 95 & id == 14050 replace partycode = 100 if congress == 95 & id == 14258 replace partycode = 200 if congress == 95 & id == 14417 replace partycode = 100 if congress == 95 & id == 8507 replace partycode = 100 if congress == 95 & id == 10587 replace partycode = 100 if congress == 95 & id == 633 replace partycode = 100 if congress == 95 & id == 12007 replace partycode = 200 if congress == 95 & id == 14243 replace partycode = 200 if congress == 95 & id == 13047 replace partycode = 100 if congress == 95 & id == 10588 replace partycode = 100 if congress == 95 & id == 94428 replace partycode = 200 if congress == 95 & id == 12015 replace partycode = 200 if congress == 95 & id == 14003 replace partycode = 100 if congress == 95 & id == 8032 replace partycode = 200 if congress == 95 & id == 11007 replace partycode = 100 if congress == 95 & id == 14029 replace partycode = 100 if congress == 95 & id == 7333 replace partycode = 100 if congress == 95 & id == 3078 replace partycode = 100 if congress == 95 & id == 14016 replace partycode = 100 if congress == 95 & id == 13023 replace partycode = 100 if congress == 95 & id == 11005 replace partycode = 100 if congress == 95 & id == 14249 replace partycode = 100 if congress == 95 & id == 14063 replace partycode = 100 if congress == 95 & id == 14467 replace partycode = 100 if congress == 95 & id == 3242 replace partycode = 100 if congress == 95 & id == 14252 replace partycode = 100 if congress == 95 & id == 14418 replace partycode = 100 if congress == 95 & id == 14429 replace partycode = 100 if congress == 95 & id == 14404 replace partycode = 100 if congress == 95 & id == 14425 replace partycode = 100 if congress == 95 & id == 14400 replace partycode = 200 if congress == 95 & id == 14056 replace partycode = 200 if congress == 95 & id == 10734 replace partycode = 100 if congress == 95 & id == 13030 replace partycode = 100 if congress == 95 & id == 13032 replace partycode = 100 if congress == 95 & id == 14271 replace partycode = 200 if congress == 95 & id == 2525 replace partycode = 100 if congress == 95 & id == 14285 replace partycode = 200 if congress == 95 & id == 14239 replace partycode = 100 if congress == 95 & id == 14068 replace partycode = 100 if congress == 95 & id == 8080 replace partycode = 100 if congress == 95 & id == 10421 replace partycode = 100 if congress == 95 & id == 12025 replace partycode = 100 if congress == 95 & id == 10703 replace partycode = 200 if congress == 95 & id == 12041 replace partycode = 200 if congress == 95 & id == 10606 replace partycode = 200 if congress == 95 & id == 10722 replace partycode = 200 if congress == 95 & id == 14411 replace partycode = 200 if congress == 95 & id == 10501 replace partycode = 200 if congress == 95 & id == 14041 replace partycode = 200 if congress == 95 & id == 6455 replace partycode = 200 if congress == 95 & id == 11041 replace partycode = 200 if congress == 95 & id == 10517 replace partycode = 200 if congress == 95 & id == 14033 replace partycode = 100 if congress == 95 & id == 8474 replace partycode = 100 if congress == 95 & id == 7610 replace partycode = 100 if congress == 95 & id == 14275 replace partycode = 100 if congress == 95 & id == 14406 replace partycode = 100 if congress == 95 & id == 14222 replace partycode = 100 if congress == 95 & id == 948 replace partycode = 200 if congress == 95 & id == 14447 replace partycode = 200 if congress == 95 & id == 13018 replace partycode = 100 if congress == 95 & id == 14220 replace partycode = 200 if congress == 95 & id == 11036 replace partycode = 100 if congress == 95 & id == 14412 replace partycode = 100 if congress == 95 & id == 10732 replace partycode = 100 if congress == 95 & id == 14274 replace partycode = 100 if congress == 95 & id == 10742 replace partycode = 200 if congress == 95 & id == 14432 replace partycode = 100 if congress == 95 & id == 14207 replace partycode = 200 if congress == 95 & id == 14226 replace partycode = 100 if congress == 95 & id == 8672 replace partycode = 100 if congress == 95 & id == 14230 replace partycode = 100 if congress == 95 & id == 14205 replace partycode = 200 if congress == 95 & id == 12029 replace partycode = 100 if congress == 95 & id == 14244 replace partycode = 200 if congress == 95 & id == 11057 replace partycode = 100 if congress == 95 & id == 14422 replace partycode = 200 if congress == 95 & id == 10625 replace partycode = 100 if congress == 95 & id == 14237 replace partycode = 100 if congress == 95 & id == 6845 replace partycode = 100 if congress == 95 & id == 13024 replace partycode = 200 if congress == 95 & id == 10626 replace partycode = 200 if congress == 95 & id == 10710 replace partycode = 100 if congress == 95 & id == 14006 replace partycode = 100 if congress == 95 & id == 7343 replace partycode = 100 if congress == 95 & id == 14455 replace partycode = 200 if congress == 95 & id == 14469 replace partycode = 100 if congress == 95 & id == 14067 replace partycode = 200 if congress == 95 & id == 14060 replace partycode = 100 if congress == 95 & id == 10567 replace partycode = 100 if congress == 95 & id == 14427 replace partycode = 200 if congress == 95 & id == 14259 replace partycode = 100 if congress == 95 & id == 13056 replace partycode = 100 if congress == 95 & id == 10602 replace partycode = 200 if congress == 95 & id == 14218 replace partycode = 200 if congress == 95 & id == 14010 replace partycode = 200 if congress == 95 & id == 14069 replace partycode = 100 if congress == 95 & id == 10601 replace partycode = 100 if congress == 95 & id == 14440 replace partycode = 200 if congress == 95 & id == 14021 replace partycode = 100 if congress == 95 & id == 14278 replace partycode = 100 if congress == 95 & id == 13008 replace partycode = 100 if congress == 95 & id == 13031 replace partycode = 200 if congress == 95 & id == 14452 replace partycode = 200 if congress == 95 & id == 2009 replace partycode = 100 if congress == 95 & id == 830 replace partycode = 100 if congress == 95 & id == 14216 replace partycode = 100 if congress == 95 & id == 13013 replace partycode = 100 if congress == 95 & id == 14279 replace partycode = 100 if congress == 95 & id == 12040 replace partycode = 100 if congress == 95 & id == 14435 replace partycode = 100 if congress == 95 & id == 7081 replace partycode = 100 if congress == 95 & id == 14039 replace partycode = 200 if congress == 95 & id == 11021 replace partycode = 100 if congress == 95 & id == 1265 replace partycode = 100 if congress == 95 & id == 14055 replace partycode = 100 if congress == 95 & id == 10713 replace partycode = 200 if congress == 95 & id == 14446 replace partycode = 200 if congress == 95 & id == 11006 replace partycode = 200 if congress == 95 & id == 14453 replace partycode = 200 if congress == 95 & id == 14450 replace partycode = 100 if congress == 95 & id == 14210 replace partycode = 100 if congress == 95 & id == 14430 replace partycode = 100 if congress == 95 & id == 14075 replace partycode = 200 if congress == 95 & id == 10794 replace partycode = 200 if congress == 95 & id == 1610 replace partycode = 200 if congress == 95 & id == 11045 replace partycode = 100 if congress == 95 & id == 14407 replace partycode = 100 if congress == 95 & id == 2594 replace partycode = 100 if congress == 95 & id == 10540 replace partycode = 100 if congress == 95 & id == 10727 replace partycode = 100 if congress == 95 & id == 2605 replace partycode = 100 if congress == 95 & id == 14209 replace partycode = 100 if congress == 95 & id == 14206 replace partycode = 200 if congress == 95 & id == 1087 replace partycode = 200 if congress == 95 & id == 7671 replace partycode = 200 if congress == 95 & id == 14227 replace partycode = 200 if congress == 95 & id == 13015 replace partycode = 100 if congress == 95 & id == 14458 replace partycode = 100 if congress == 95 & id == 10585 replace partycode = 100 if congress == 95 & id == 14263 replace partycode = 100 if congress == 95 & id == 13007 replace partycode = 200 if congress == 95 & id == 14466 replace partycode = 100 if congress == 95 & id == 14265 replace partycode = 100 if congress == 95 & id == 10075 replace partycode = 100 if congress == 95 & id == 14005 replace partycode = 100 if congress == 95 & id == 11035 replace partycode = 200 if congress == 95 & id == 14009 replace partycode = 200 if congress == 95 & id == 14031 replace partycode = 100 if congress == 95 & id == 12009 replace partycode = 100 if congress == 95 & id == 14465 replace partycode = 100 if congress == 95 & id == 14421 replace partycode = 100 if congress == 95 & id == 14451 replace partycode = 100 if congress == 95 & id == 835 replace partycode = 200 if congress == 95 & id == 14410 replace partycode = 200 if congress == 95 & id == 14057 replace partycode = 100 if congress == 95 & id == 10528 replace partycode = 100 if congress == 95 & id == 14459 replace partycode = 100 if congress == 95 & id == 12004 replace partycode = 100 if congress == 95 & id == 14203 replace partycode = 200 if congress == 95 & id == 14437 replace partycode = 200 if congress == 95 & id == 13045 replace partycode = 100 if congress == 95 & id == 14409 replace partycode = 200 if congress == 95 & id == 14276 replace partycode = 100 if congress == 95 & id == 14272 replace partycode = 100 if congress == 95 & id == 14284 replace partycode = 200 if congress == 95 & id == 10581 replace partycode = 100 if congress == 95 & id == 14223 replace partycode = 100 if congress == 95 & id == 14238 replace partycode = 100 if congress == 95 & id == 10739 replace partycode = 100 if congress == 95 & id == 9322 replace partycode = 200 if congress == 95 & id == 14221 replace partycode = 200 if congress == 95 & id == 12046 replace partycode = 100 if congress == 95 & id == 14254 replace partycode = 100 if congress == 95 & id == 12042 replace partycode = 200 if congress == 95 & id == 14426 replace partycode = 100 if congress == 95 & id == 8010 replace partycode = 100 if congress == 95 & id == 10609 replace partycode = 200 if congress == 95 & id == 14046 replace partycode = 100 if congress == 95 & id == 14255 replace partycode = 100 if congress == 95 & id == 14433 replace partycode = 100 if congress == 95 & id == 10613 replace partycode = 200 if congress == 95 & id == 12022 replace partycode = 100 if congress == 95 & id == 13038 replace partycode = 100 if congress == 95 & id == 10545 replace partycode = 100 if congress == 95 & id == 14214 replace partycode = 100 if congress == 95 & id == 14200 replace partycode = 200 if congress == 95 & id == 13021 replace partycode = 200 if congress == 95 & id == 10638 replace partycode = 100 if congress == 95 & id == 10784 replace partycode = 100 if congress == 95 & id == 10500 replace partycode = 100 if congress == 95 & id == 10551 replace partycode = 100 if congress == 95 & id == 2476 replace partycode = 100 if congress == 95 & id == 12003 replace partycode = 100 if congress == 95 & id == 10768 replace partycode = 100 if congress == 95 & id == 12008 replace partycode = 100 if congress == 95 & id == 14277 replace partycode = 100 if congress == 95 & id == 14269 replace partycode = 100 if congress == 95 & id == 14283 replace partycode = 100 if congress == 95 & id == 14022 replace partycode = 100 if congress == 95 & id == 10611 replace partycode = 100 if congress == 95 & id == 12019 replace partycode = 200 if congress == 95 & id == 14471 replace partycode = 100 if congress == 95 & id == 13035 replace partycode = 100 if congress == 95 & id == 14463 replace partycode = 100 if congress == 95 & id == 13004 replace partycode = 100 if congress == 95 & id == 14470 replace partycode = 100 if congress == 95 & id == 10705 replace partycode = 200 if congress == 95 & id == 14408 replace partycode = 100 if congress == 95 & id == 10760 replace partycode = 200 if congress == 95 & id == 12013 replace partycode = 200 if congress == 95 & id == 14015 replace partycode = 100 if congress == 95 & id == 14253 replace partycode = 100 if congress == 95 & id == 9017 replace partycode = 100 if congress == 95 & id == 14267 replace partycode = 200 if congress == 95 & id == 10749 replace partycode = 200 if congress == 95 & id == 14038 replace partycode = 100 if congress == 95 & id == 10733 replace partycode = 200 if congress == 95 & id == 14061 replace partycode = 200 if congress == 95 & id == 10596 replace partycode = 200 if congress == 95 & id == 10712 replace partycode = 100 if congress == 95 & id == 14248 replace partycode = 100 if congress == 95 & id == 14264 replace partycode = 200 if congress == 95 & id == 13020 replace partycode = 100 if congress == 95 & id == 14289 replace partycode = 100 if congress == 95 & id == 10788 replace partycode = 100 if congress == 95 & id == 3321 replace partycode = 100 if congress == 95 & id == 14464 replace partycode = 100 if congress == 95 & id == 14001 replace partycode = 100 if congress == 95 & id == 14262 replace partycode = 100 if congress == 95 & id == 12027 replace partycode = 100 if congress == 95 & id == 14048 replace partycode = 100 if congress == 95 & id == 14233 replace partycode = 200 if congress == 95 & id == 14035 replace partycode = 200 if congress == 95 & id == 10574 replace partycode = 100 if congress == 95 & id == 14424 replace partycode = 200 if congress == 95 & id == 10569 replace partycode = 200 if congress == 95 & id == 14225 replace partycode = 100 if congress == 95 & id == 14070 replace partycode = 200 if congress == 95 & id == 11054 replace partycode = 200 if congress == 95 & id == 14018 replace partycode = 200 if congress == 95 & id == 5495 replace partycode = 200 if congress == 95 & id == 10525 replace partycode = 200 if congress == 95 & id == 10786 replace partycode = 200 if congress == 95 & id == 14245 replace partycode = 100 if congress == 95 & id == 267 replace partycode = 200 if congress == 95 & id == 11034 replace partycode = 200 if congress == 95 & id == 10773 replace partycode = 200 if congress == 95 & id == 2533 replace partycode = 100 if congress == 95 & id == 14445 replace partycode = 100 if congress == 95 & id == 13040 replace partycode = 200 if congress == 95 & id == 11058 replace partycode = 200 if congress == 95 & id == 14045 replace partycode = 200 if congress == 95 & id == 10502 replace partycode = 100 if congress == 95 & id == 14402 replace partycode = 100 if congress == 95 & id == 12044 replace partycode = 100 if congress == 95 & id == 14443 replace partycode = 100 if congress == 95 & id == 12030 replace partycode = 100 if congress == 95 & id == 9623 replace partycode = 100 if congress == 95 & id == 14260 replace partycode = 100 if congress == 95 & id == 14026 replace partycode = 100 if congress == 95 & id == 14270 replace partycode = 100 if congress == 95 & id == 14462 replace partycode = 100 if congress == 95 & id == 8866 replace partycode = 200 if congress == 95 & id == 14415 replace partycode = 100 if congress == 95 & id == 14219 replace partycode = 100 if congress == 95 & id == 14201 replace partycode = 100 if congress == 95 & id == 9551 replace partycode = 100 if congress == 95 & id == 10582 replace partycode = 100 if congress == 95 & id == 14281 replace partycode = 100 if congress == 95 & id == 14442 replace partycode = 100 if congress == 95 & id == 6936 replace partycode = 100 if congress == 95 & id == 14434 replace partycode = 100 if congress == 95 & id == 11014 replace partycode = 200 if congress == 95 & id == 14273 replace partycode = 100 if congress == 95 & id == 12035 replace partycode = 100 if congress == 95 & id == 14217 replace partycode = 100 if congress == 95 & id == 14431 replace partycode = 200 if congress == 95 & id == 14052 replace partycode = 200 if congress == 95 & id == 10607 replace partycode = 100 if congress == 95 & id == 3224 replace partycode = 100 if congress == 95 & id == 14072 replace partycode = 200 if congress == 95 & id == 12010 replace partycode = 100 if congress == 95 & id == 6661 replace partycode = 100 if congress == 95 & id == 10620 replace partycode = 200 if congress == 95 & id == 14461 replace partycode = 100 if congress == 95 & id == 14416 replace partycode = 100 if congress == 95 & id == 14460 replace partycode = 200 if congress == 95 & id == 14288 replace partycode = 100 if congress == 95 & id == 11067 replace partycode = 100 if congress == 95 & id == 2513 replace partycode = 100 if congress == 95 & id == 14441 replace partycode = 100 if congress == 95 & id == 14401 replace partycode = 200 if congress == 95 & id == 14436 replace partycode = 200 if congress == 95 & id == 14261 replace partycode = 100 if congress == 95 & id == 10561 replace partycode = 100 if congress == 95 & id == 14204 replace partycode = 100 if congress == 95 & id == 13048 replace partycode = 200 if congress == 95 & id == 13042 replace partycode = 100 if congress == 95 & id == 14212 replace partycode = 100 if congress == 95 & id == 12023 replace partycode = 100 if congress == 95 & id == 14235 replace partycode = 100 if congress == 95 & id == 14241 replace partycode = 200 if congress == 95 & id == 14268 replace partycode = 200 if congress == 95 & id == 14000 replace partycode = 200 if congress == 95 & id == 10616 replace partycode = 200 if congress == 95 & id == 10719 replace partycode = 100 if congress == 95 & id == 14251 replace partycode = 100 if congress == 95 & id == 14423 replace partycode = 100 if congress == 95 & id == 14286 replace partycode = 200 if congress == 95 & id == 14004 replace partycode = 100 if congress == 95 & id == 12038 replace partycode = 100 if congress == 95 & id == 14224 replace partycode = 100 if congress == 95 & id == 14291 replace partycode = 100 if congress == 95 & id == 14062 replace partycode = 200 if congress == 95 & id == 11066 replace partycode = 100 if congress == 95 & id == 10550 replace partycode = 100 if congress == 95 & id == 14439 replace partycode = 100 if congress == 95 & id == 9241 replace partycode = 200 if congress == 95 & id == 13002 replace partycode = 100 if congress == 95 & id == 11013 replace partycode = 100 if congress == 95 & id == 1077 replace partycode = 100 if congress == 95 & id == 10614 replace partycode = 100 if congress == 95 & id == 7498 replace partycode = 100 if congress == 95 & id == 10391 replace partycode = 100 if congress == 95 & id == 14234 replace partycode = 100 if congress == 95 & id == 10446 replace partycode = 100 if congress == 95 & id == 10716 replace partycode = 100 if congress == 95 & id == 10783 replace partycode = 100 if congress == 95 & id == 1282 replace partycode = 100 if congress == 95 & id == 14027 replace partycode = 100 if congress == 95 & id == 5924 replace partycode = 100 if congress == 95 & id == 10520 replace partycode = 100 if congress == 95 & id == 14247 replace partycode = 100 if congress == 95 & id == 14420 replace partycode = 100 if congress == 95 & id == 11023 replace partycode = 100 if congress == 95 & id == 14037 replace partycode = 100 if congress == 95 & id == 13027 replace partycode = 200 if congress == 95 & id == 14438 replace partycode = 200 if congress == 95 & id == 14240 replace partycode = 200 if congress == 95 & id == 14456 replace partycode = 200 if congress == 95 & id == 12033 replace partycode = 100 if congress == 95 & id == 10767 replace partycode = 200 if congress == 95 & id == 14013 replace partycode = 100 if congress == 95 & id == 12011 replace partycode = 200 if congress == 95 & id == 13055 replace partycode = 200 if congress == 95 & id == 13036 replace partycode = 100 if congress == 95 & id == 14231 replace partycode = 200 if congress == 95 & id == 9802 replace partycode = 100 if congress == 95 & id == 14215 replace partycode = 200 if congress == 95 & id == 14044 replace partycode = 100 if congress == 95 & id == 10756 replace partycode = 100 if congress == 95 & id == 14208 replace partycode = 100 if congress == 95 & id == 13026 replace partycode = 100 if congress == 95 & id == 10726 replace partycode = 100 if congress == 95 & id == 14413 replace partycode = 100 if congress == 95 & id == 10700 replace partycode = 200 if congress == 95 & id == 14468 replace partycode = 100 if congress == 95 & id == 6584 replace partycode = 100 if congress == 95 & id == 8824 replace partycode = 100 if congress == 95 & id == 8564 replace partycode = 100 if congress == 95 & id == 14448 replace partycode = 100 if congress == 95 & id == 13003 replace partycode = 100 if congress == 95 & id == 5101 replace partycode = 100 if congress == 95 & id == 14202 replace partycode = 100 if congress == 95 & id == 10463 replace partycode = 100 if congress == 95 & id == 7824 replace partycode = 200 if congress == 95 & id == 11051 replace partycode = 100 if congress == 95 & id == 12036 replace partycode = 100 if congress == 95 & id == 14211 replace partycode = 200 if congress == 95 & id == 14242 replace partycode = 100 if congress == 95 & id == 10766 replace partycode = 100 if congress == 96 & id == 99906 replace partycode = 200 if congress == 96 & id == 10721 replace partycode = 200 if congress == 96 & id == 10717 replace partycode = 100 if congress == 96 & id == 11037 replace partycode = 100 if congress == 96 & id == 11000 replace partycode = 100 if congress == 96 & id == 14419 replace partycode = 200 if congress == 96 & id == 10706 replace partycode = 100 if congress == 96 & id == 14659 replace partycode = 200 if congress == 96 & id == 14066 replace partycode = 200 if congress == 96 & id == 7845 replace partycode = 100 if congress == 96 & id == 10566 replace partycode = 100 if congress == 96 & id == 94454 replace partycode = 200 if congress == 96 & id == 14449 replace partycode = 100 if congress == 96 & id == 12000 replace partycode = 200 if congress == 96 & id == 14606 replace partycode = 200 if congress == 96 & id == 11020 replace partycode = 100 if congress == 96 & id == 14601 replace partycode = 100 if congress == 96 & id == 4957 replace partycode = 200 if congress == 96 & id == 10579 replace partycode = 100 if congress == 96 & id == 14649 replace partycode = 100 if congress == 96 & id == 14624 replace partycode = 100 if congress == 96 & id == 14076 replace partycode = 100 if congress == 96 & id == 10577 replace partycode = 100 if congress == 96 & id == 14256 replace partycode = 100 if congress == 96 & id == 13011 replace partycode = 100 if congress == 96 & id == 14053 replace partycode = 100 if congress == 96 & id == 10583 replace partycode = 200 if congress == 96 & id == 14676 replace partycode = 100 if congress == 96 & id == 14049 replace partycode = 200 if congress == 96 & id == 11063 replace partycode = 100 if congress == 96 & id == 14257 replace partycode = 200 if congress == 96 & id == 14660 replace partycode = 100 if congress == 96 & id == 14613 replace partycode = 100 if congress == 96 & id == 14444 replace partycode = 200 if congress == 96 & id == 14652 replace partycode = 200 if congress == 96 & id == 14669 replace partycode = 200 if congress == 96 & id == 14071 replace partycode = 200 if congress == 96 & id == 12037 replace partycode = 100 if congress == 96 & id == 10511 replace partycode = 200 if congress == 96 & id == 14040 replace partycode = 100 if congress == 96 & id == 14405 replace partycode = 100 if congress == 96 & id == 14280 replace partycode = 100 if congress == 96 & id == 10621 replace partycode = 200 if congress == 96 & id == 10553 replace partycode = 200 if congress == 96 & id == 14414 replace partycode = 100 if congress == 96 & id == 14620 replace partycode = 100 if congress == 96 & id == 10595 replace partycode = 100 if congress == 96 & id == 13010 replace partycode = 100 if congress == 96 & id == 10640 replace partycode = 100 if congress == 96 & id == 12001 replace partycode = 200 if congress == 96 & id == 14630 replace partycode = 200 if congress == 96 & id == 14647 replace partycode = 100 if congress == 96 & id == 14250 replace partycode = 100 if congress == 96 & id == 10573 replace partycode = 200 if congress == 96 & id == 14644 replace partycode = 100 if congress == 96 & id == 14266 replace partycode = 200 if congress == 96 & id == 14616 replace partycode = 200 if congress == 96 & id == 14403 replace partycode = 200 if congress == 96 & id == 10249 replace partycode = 100 if congress == 96 & id == 10633 replace partycode = 200 if congress == 96 & id == 14007 replace partycode = 100 if congress == 96 & id == 14051 replace partycode = 100 if congress == 96 & id == 14282 replace partycode = 100 if congress == 96 & id == 14638 replace partycode = 200 if congress == 96 & id == 14025 replace partycode = 200 if congress == 96 & id == 14639 replace partycode = 100 if congress == 96 & id == 13009 replace partycode = 100 if congress == 96 & id == 14213 replace partycode = 100 if congress == 96 & id == 3553 replace partycode = 200 if congress == 96 & id == 13029 replace partycode = 100 if congress == 96 & id == 14653 replace partycode = 100 if congress == 96 & id == 14258 replace partycode = 200 if congress == 96 & id == 14417 replace partycode = 100 if congress == 96 & id == 14636 replace partycode = 100 if congress == 96 & id == 10587 replace partycode = 100 if congress == 96 & id == 633 replace partycode = 100 if congress == 96 & id == 12007 replace partycode = 200 if congress == 96 & id == 14243 replace partycode = 200 if congress == 96 & id == 13047 replace partycode = 100 if congress == 96 & id == 10588 replace partycode = 100 if congress == 96 & id == 94428 replace partycode = 100 if congress == 96 & id == 14651 replace partycode = 200 if congress == 96 & id == 14003 replace partycode = 100 if congress == 96 & id == 14648 replace partycode = 100 if congress == 96 & id == 14663 replace partycode = 100 if congress == 96 & id == 14029 replace partycode = 100 if congress == 96 & id == 7333 replace partycode = 100 if congress == 96 & id == 3078 replace partycode = 100 if congress == 96 & id == 14016 replace partycode = 100 if congress == 96 & id == 13023 replace partycode = 100 if congress == 96 & id == 11005 replace partycode = 100 if congress == 96 & id == 14249 replace partycode = 100 if congress == 96 & id == 14467 replace partycode = 200 if congress == 96 & id == 14627 replace partycode = 100 if congress == 96 & id == 14252 replace partycode = 100 if congress == 96 & id == 14418 replace partycode = 100 if congress == 96 & id == 14429 replace partycode = 100 if congress == 96 & id == 14404 replace partycode = 100 if congress == 96 & id == 14425 replace partycode = 100 if congress == 96 & id == 14400 replace partycode = 200 if congress == 96 & id == 14056 replace partycode = 200 if congress == 96 & id == 10734 replace partycode = 100 if congress == 96 & id == 14665 replace partycode = 100 if congress == 96 & id == 13032 replace partycode = 100 if congress == 96 & id == 14271 replace partycode = 200 if congress == 96 & id == 2525 replace partycode = 100 if congress == 96 & id == 14285 replace partycode = 200 if congress == 96 & id == 14239 replace partycode = 100 if congress == 96 & id == 14068 replace partycode = 100 if congress == 96 & id == 8080 replace partycode = 100 if congress == 96 & id == 10421 replace partycode = 100 if congress == 96 & id == 12025 replace partycode = 200 if congress == 96 & id == 14677 replace partycode = 100 if congress == 96 & id == 10703 replace partycode = 200 if congress == 96 & id == 12041 replace partycode = 200 if congress == 96 & id == 10606 replace partycode = 200 if congress == 96 & id == 10722 replace partycode = 200 if congress == 96 & id == 14411 replace partycode = 200 if congress == 96 & id == 10501 replace partycode = 200 if congress == 96 & id == 14041 replace partycode = 200 if congress == 96 & id == 6455 replace partycode = 200 if congress == 96 & id == 11041 replace partycode = 200 if congress == 96 & id == 10517 replace partycode = 200 if congress == 96 & id == 14033 replace partycode = 200 if congress == 96 & id == 14615 replace partycode = 100 if congress == 96 & id == 7610 replace partycode = 100 if congress == 96 & id == 14275 replace partycode = 100 if congress == 96 & id == 14406 replace partycode = 100 if congress == 96 & id == 14222 replace partycode = 100 if congress == 96 & id == 948 replace partycode = 200 if congress == 96 & id == 14447 replace partycode = 200 if congress == 96 & id == 13018 replace partycode = 100 if congress == 96 & id == 14220 replace partycode = 200 if congress == 96 & id == 11036 replace partycode = 200 if congress == 96 & id == 14619 replace partycode = 100 if congress == 96 & id == 10732 replace partycode = 100 if congress == 96 & id == 14274 replace partycode = 100 if congress == 96 & id == 10742 replace partycode = 200 if congress == 96 & id == 14432 replace partycode = 200 if congress == 96 & id == 14668 replace partycode = 200 if congress == 96 & id == 14226 replace partycode = 100 if congress == 96 & id == 8672 replace partycode = 100 if congress == 96 & id == 14230 replace partycode = 100 if congress == 96 & id == 14205 replace partycode = 200 if congress == 96 & id == 12029 replace partycode = 200 if congress == 96 & id == 14637 replace partycode = 200 if congress == 96 & id == 11057 replace partycode = 100 if congress == 96 & id == 14422 replace partycode = 200 if congress == 96 & id == 14670 replace partycode = 100 if congress == 96 & id == 14237 replace partycode = 100 if congress == 96 & id == 6845 replace partycode = 100 if congress == 96 & id == 13024 replace partycode = 200 if congress == 96 & id == 10626 replace partycode = 200 if congress == 96 & id == 10710 replace partycode = 200 if congress == 96 & id == 14635 replace partycode = 100 if congress == 96 & id == 7343 replace partycode = 200 if congress == 96 & id == 14469 replace partycode = 100 if congress == 96 & id == 14067 replace partycode = 200 if congress == 96 & id == 14060 replace partycode = 100 if congress == 96 & id == 14679 replace partycode = 100 if congress == 96 & id == 14640 replace partycode = 100 if congress == 96 & id == 14427 replace partycode = 200 if congress == 96 & id == 14259 replace partycode = 100 if congress == 96 & id == 13056 replace partycode = 100 if congress == 96 & id == 10602 replace partycode = 200 if congress == 96 & id == 14218 replace partycode = 200 if congress == 96 & id == 14661 replace partycode = 200 if congress == 96 & id == 14069 replace partycode = 100 if congress == 96 & id == 10601 replace partycode = 100 if congress == 96 & id == 14440 replace partycode = 200 if congress == 96 & id == 14021 replace partycode = 100 if congress == 96 & id == 14278 replace partycode = 100 if congress == 96 & id == 14608 replace partycode = 100 if congress == 96 & id == 13031 replace partycode = 100 if congress == 96 & id == 14604 replace partycode = 200 if congress == 96 & id == 2009 replace partycode = 100 if congress == 96 & id == 830 replace partycode = 100 if congress == 96 & id == 14216 replace partycode = 100 if congress == 96 & id == 13013 replace partycode = 100 if congress == 96 & id == 14658 replace partycode = 100 if congress == 96 & id == 14650 replace partycode = 100 if congress == 96 & id == 14435 replace partycode = 100 if congress == 96 & id == 7081 replace partycode = 100 if congress == 96 & id == 14039 replace partycode = 200 if congress == 96 & id == 11021 replace partycode = 100 if congress == 96 & id == 14621 replace partycode = 100 if congress == 96 & id == 14055 replace partycode = 100 if congress == 96 & id == 10713 replace partycode = 200 if congress == 96 & id == 14446 replace partycode = 100 if congress == 96 & id == 14673 replace partycode = 200 if congress == 96 & id == 14453 replace partycode = 200 if congress == 96 & id == 14450 replace partycode = 100 if congress == 96 & id == 14210 replace partycode = 100 if congress == 96 & id == 14430 replace partycode = 100 if congress == 96 & id == 14075 replace partycode = 200 if congress == 96 & id == 10794 replace partycode = 100 if congress == 96 & id == 14600 replace partycode = 200 if congress == 96 & id == 14618 replace partycode = 100 if congress == 96 & id == 14407 replace partycode = 100 if congress == 96 & id == 2594 replace partycode = 100 if congress == 96 & id == 14681 replace partycode = 100 if congress == 96 & id == 10540 replace partycode = 100 if congress == 96 & id == 10727 replace partycode = 100 if congress == 96 & id == 2605 replace partycode = 100 if congress == 96 & id == 14209 replace partycode = 100 if congress == 96 & id == 14206 replace partycode = 200 if congress == 96 & id == 1087 replace partycode = 200 if congress == 96 & id == 14623 replace partycode = 200 if congress == 96 & id == 14227 replace partycode = 200 if congress == 96 & id == 13015 replace partycode = 100 if congress == 96 & id == 14458 replace partycode = 100 if congress == 96 & id == 14656 replace partycode = 100 if congress == 96 & id == 14263 replace partycode = 200 if congress == 96 & id == 14466 replace partycode = 100 if congress == 96 & id == 14265 replace partycode = 100 if congress == 96 & id == 10075 replace partycode = 100 if congress == 96 & id == 14005 replace partycode = 100 if congress == 96 & id == 11035 replace partycode = 200 if congress == 96 & id == 14634 replace partycode = 200 if congress == 96 & id == 14031 replace partycode = 100 if congress == 96 & id == 12009 replace partycode = 100 if congress == 96 & id == 14465 replace partycode = 100 if congress == 96 & id == 14421 replace partycode = 100 if congress == 96 & id == 14451 replace partycode = 100 if congress == 96 & id == 835 replace partycode = 200 if congress == 96 & id == 14410 replace partycode = 200 if congress == 96 & id == 14057 replace partycode = 100 if congress == 96 & id == 10528 replace partycode = 100 if congress == 96 & id == 14459 replace partycode = 100 if congress == 96 & id == 12004 replace partycode = 100 if congress == 96 & id == 14672 replace partycode = 200 if congress == 96 & id == 14437 replace partycode = 200 if congress == 96 & id == 14605 replace partycode = 100 if congress == 96 & id == 14409 replace partycode = 200 if congress == 96 & id == 14276 replace partycode = 100 if congress == 96 & id == 14272 replace partycode = 100 if congress == 96 & id == 14284 replace partycode = 200 if congress == 96 & id == 10581 replace partycode = 100 if congress == 96 & id == 14223 replace partycode = 100 if congress == 96 & id == 14238 replace partycode = 100 if congress == 96 & id == 10739 replace partycode = 100 if congress == 96 & id == 9322 replace partycode = 200 if congress == 96 & id == 14221 replace partycode = 200 if congress == 96 & id == 12046 replace partycode = 100 if congress == 96 & id == 14254 replace partycode = 100 if congress == 96 & id == 12042 replace partycode = 200 if congress == 96 & id == 14426 replace partycode = 100 if congress == 96 & id == 8010 replace partycode = 100 if congress == 96 & id == 10609 replace partycode = 200 if congress == 96 & id == 14046 replace partycode = 200 if congress == 96 & id == 14614 replace partycode = 100 if congress == 96 & id == 14631 replace partycode = 100 if congress == 96 & id == 10613 replace partycode = 200 if congress == 96 & id == 12022 replace partycode = 100 if congress == 96 & id == 13038 replace partycode = 200 if congress == 96 & id == 14610 replace partycode = 100 if congress == 96 & id == 14214 replace partycode = 100 if congress == 96 & id == 14200 replace partycode = 200 if congress == 96 & id == 13021 replace partycode = 200 if congress == 96 & id == 10638 replace partycode = 100 if congress == 96 & id == 10784 replace partycode = 100 if congress == 96 & id == 10500 replace partycode = 100 if congress == 96 & id == 10551 replace partycode = 100 if congress == 96 & id == 14625 replace partycode = 100 if congress == 96 & id == 12003 replace partycode = 100 if congress == 96 & id == 10768 replace partycode = 100 if congress == 96 & id == 12008 replace partycode = 100 if congress == 96 & id == 14277 replace partycode = 100 if congress == 96 & id == 14269 replace partycode = 100 if congress == 96 & id == 14283 replace partycode = 100 if congress == 96 & id == 14022 replace partycode = 100 if congress == 96 & id == 10611 replace partycode = 200 if congress == 96 & id == 14471 replace partycode = 100 if congress == 96 & id == 13035 replace partycode = 100 if congress == 96 & id == 14463 replace partycode = 100 if congress == 96 & id == 14470 replace partycode = 100 if congress == 96 & id == 10705 replace partycode = 100 if congress == 96 & id == 13033 replace partycode = 100 if congress == 96 & id == 10760 replace partycode = 200 if congress == 96 & id == 12013 replace partycode = 200 if congress == 96 & id == 14015 replace partycode = 100 if congress == 96 & id == 14253 replace partycode = 100 if congress == 96 & id == 9017 replace partycode = 200 if congress == 96 & id == 14662 replace partycode = 200 if congress == 96 & id == 10749 replace partycode = 200 if congress == 96 & id == 14038 replace partycode = 100 if congress == 96 & id == 10733 replace partycode = 200 if congress == 96 & id == 14642 replace partycode = 200 if congress == 96 & id == 10596 replace partycode = 200 if congress == 96 & id == 10712 replace partycode = 100 if congress == 96 & id == 14248 replace partycode = 100 if congress == 96 & id == 14264 replace partycode = 200 if congress == 96 & id == 13020 replace partycode = 100 if congress == 96 & id == 14289 replace partycode = 100 if congress == 96 & id == 10788 replace partycode = 100 if congress == 96 & id == 3321 replace partycode = 100 if congress == 96 & id == 14464 replace partycode = 100 if congress == 96 & id == 14001 replace partycode = 100 if congress == 96 & id == 14262 replace partycode = 100 if congress == 96 & id == 12027 replace partycode = 100 if congress == 96 & id == 14048 replace partycode = 100 if congress == 96 & id == 14233 replace partycode = 200 if congress == 96 & id == 14035 replace partycode = 200 if congress == 96 & id == 10574 replace partycode = 100 if congress == 96 & id == 14424 replace partycode = 200 if congress == 96 & id == 10569 replace partycode = 200 if congress == 96 & id == 14225 replace partycode = 100 if congress == 96 & id == 14070 replace partycode = 100 if congress == 96 & id == 14632 replace partycode = 200 if congress == 96 & id == 14018 replace partycode = 200 if congress == 96 & id == 5495 replace partycode = 200 if congress == 96 & id == 10525 replace partycode = 200 if congress == 96 & id == 10786 replace partycode = 200 if congress == 96 & id == 14245 replace partycode = 100 if congress == 96 & id == 267 replace partycode = 200 if congress == 96 & id == 11034 replace partycode = 200 if congress == 96 & id == 10773 replace partycode = 200 if congress == 96 & id == 2533 replace partycode = 100 if congress == 96 & id == 14445 replace partycode = 100 if congress == 96 & id == 13040 replace partycode = 200 if congress == 96 & id == 11058 replace partycode = 200 if congress == 96 & id == 14045 replace partycode = 200 if congress == 96 & id == 10502 replace partycode = 100 if congress == 96 & id == 14402 replace partycode = 200 if congress == 96 & id == 14671 replace partycode = 100 if congress == 96 & id == 14443 replace partycode = 100 if congress == 96 & id == 12030 replace partycode = 100 if congress == 96 & id == 9623 replace partycode = 100 if congress == 96 & id == 14260 replace partycode = 100 if congress == 96 & id == 14026 replace partycode = 100 if congress == 96 & id == 14667 replace partycode = 100 if congress == 96 & id == 14462 replace partycode = 100 if congress == 96 & id == 8866 replace partycode = 200 if congress == 96 & id == 14415 replace partycode = 100 if congress == 96 & id == 14219 replace partycode = 100 if congress == 96 & id == 14201 replace partycode = 100 if congress == 96 & id == 9551 replace partycode = 100 if congress == 96 & id == 10582 replace partycode = 100 if congress == 96 & id == 14281 replace partycode = 100 if congress == 96 & id == 14442 replace partycode = 100 if congress == 96 & id == 14629 replace partycode = 100 if congress == 96 & id == 14434 replace partycode = 200 if congress == 96 & id == 14622 replace partycode = 200 if congress == 96 & id == 14273 replace partycode = 100 if congress == 96 & id == 12035 replace partycode = 100 if congress == 96 & id == 14217 replace partycode = 100 if congress == 96 & id == 14431 replace partycode = 200 if congress == 96 & id == 14052 replace partycode = 200 if congress == 96 & id == 10607 replace partycode = 100 if congress == 96 & id == 3224 replace partycode = 100 if congress == 96 & id == 14678 replace partycode = 100 if congress == 96 & id == 14072 replace partycode = 200 if congress == 96 & id == 12010 replace partycode = 100 if congress == 96 & id == 6661 replace partycode = 200 if congress == 96 & id == 14654 replace partycode = 200 if congress == 96 & id == 14461 replace partycode = 100 if congress == 96 & id == 14416 replace partycode = 100 if congress == 96 & id == 14460 replace partycode = 200 if congress == 96 & id == 14288 replace partycode = 100 if congress == 96 & id == 11067 replace partycode = 100 if congress == 96 & id == 14603 replace partycode = 100 if congress == 96 & id == 14441 replace partycode = 200 if congress == 96 & id == 14612 replace partycode = 200 if congress == 96 & id == 14436 replace partycode = 100 if congress == 96 & id == 14602 replace partycode = 100 if congress == 96 & id == 10561 replace partycode = 100 if congress == 96 & id == 14204 replace partycode = 100 if congress == 96 & id == 13048 replace partycode = 200 if congress == 96 & id == 13042 replace partycode = 100 if congress == 96 & id == 14212 replace partycode = 200 if congress == 96 & id == 14609 replace partycode = 100 if congress == 96 & id == 14235 replace partycode = 100 if congress == 96 & id == 14241 replace partycode = 100 if congress == 96 & id == 14617 replace partycode = 200 if congress == 96 & id == 14000 replace partycode = 200 if congress == 96 & id == 10616 replace partycode = 200 if congress == 96 & id == 10719 replace partycode = 100 if congress == 96 & id == 14251 replace partycode = 100 if congress == 96 & id == 14423 replace partycode = 100 if congress == 96 & id == 14607 replace partycode = 200 if congress == 96 & id == 14004 replace partycode = 100 if congress == 96 & id == 12038 replace partycode = 100 if congress == 96 & id == 14224 replace partycode = 100 if congress == 96 & id == 14291 replace partycode = 100 if congress == 96 & id == 14062 replace partycode = 200 if congress == 96 & id == 11066 replace partycode = 100 if congress == 96 & id == 10550 replace partycode = 100 if congress == 96 & id == 14439 replace partycode = 100 if congress == 96 & id == 94628 replace partycode = 200 if congress == 96 & id == 13002 replace partycode = 100 if congress == 96 & id == 11013 replace partycode = 100 if congress == 96 & id == 1077 replace partycode = 100 if congress == 96 & id == 10614 replace partycode = 100 if congress == 96 & id == 14641 replace partycode = 100 if congress == 96 & id == 10391 replace partycode = 100 if congress == 96 & id == 14234 replace partycode = 100 if congress == 96 & id == 14674 replace partycode = 100 if congress == 96 & id == 10716 replace partycode = 100 if congress == 96 & id == 10783 replace partycode = 100 if congress == 96 & id == 14664 replace partycode = 100 if congress == 96 & id == 14643 replace partycode = 100 if congress == 96 & id == 14633 replace partycode = 100 if congress == 96 & id == 10520 replace partycode = 200 if congress == 96 & id == 14645 replace partycode = 200 if congress == 96 & id == 14290 replace partycode = 100 if congress == 96 & id == 11023 replace partycode = 100 if congress == 96 & id == 14626 replace partycode = 100 if congress == 96 & id == 13027 replace partycode = 200 if congress == 96 & id == 14438 replace partycode = 200 if congress == 96 & id == 14240 replace partycode = 200 if congress == 96 & id == 14456 replace partycode = 200 if congress == 96 & id == 12033 replace partycode = 100 if congress == 96 & id == 10767 replace partycode = 200 if congress == 96 & id == 14013 replace partycode = 100 if congress == 96 & id == 12011 replace partycode = 200 if congress == 96 & id == 13055 replace partycode = 200 if congress == 96 & id == 13036 replace partycode = 100 if congress == 96 & id == 14231 replace partycode = 200 if congress == 96 & id == 9802 replace partycode = 100 if congress == 96 & id == 14215 replace partycode = 200 if congress == 96 & id == 14044 replace partycode = 100 if congress == 96 & id == 14666 replace partycode = 100 if congress == 96 & id == 14208 replace partycode = 100 if congress == 96 & id == 13026 replace partycode = 100 if congress == 96 & id == 10726 replace partycode = 100 if congress == 96 & id == 14413 replace partycode = 100 if congress == 96 & id == 14646 replace partycode = 100 if congress == 96 & id == 6584 replace partycode = 100 if congress == 96 & id == 8824 replace partycode = 100 if congress == 96 & id == 8564 replace partycode = 100 if congress == 96 & id == 14680 replace partycode = 100 if congress == 96 & id == 14448 replace partycode = 100 if congress == 96 & id == 13003 replace partycode = 100 if congress == 96 & id == 5101 replace partycode = 100 if congress == 96 & id == 14202 replace partycode = 100 if congress == 96 & id == 10463 replace partycode = 100 if congress == 96 & id == 7824 replace partycode = 200 if congress == 96 & id == 14675 replace partycode = 200 if congress == 96 & id == 11051 replace partycode = 100 if congress == 96 & id == 12036 replace partycode = 200 if congress == 96 & id == 14655 replace partycode = 200 if congress == 96 & id == 14657 replace partycode = 200 if congress == 96 & id == 14611 replace partycode = 200 if congress == 97 & id == 99907 replace partycode = 200 if congress == 97 & id == 10721 replace partycode = 200 if congress == 97 & id == 10717 replace partycode = 100 if congress == 97 & id == 11037 replace partycode = 100 if congress == 97 & id == 11000 replace partycode = 100 if congress == 97 & id == 14419 replace partycode = 200 if congress == 97 & id == 14862 replace partycode = 100 if congress == 97 & id == 14659 replace partycode = 200 if congress == 97 & id == 14066 replace partycode = 200 if congress == 97 & id == 7845 replace partycode = 100 if congress == 97 & id == 10566 replace partycode = 100 if congress == 97 & id == 94454 replace partycode = 200 if congress == 97 & id == 14449 replace partycode = 100 if congress == 97 & id == 12000 replace partycode = 200 if congress == 97 & id == 14606 replace partycode = 200 if congress == 97 & id == 11020 replace partycode = 100 if congress == 97 & id == 14601 replace partycode = 200 if congress == 97 & id == 14805 replace partycode = 200 if congress == 97 & id == 10579 replace partycode = 100 if congress == 97 & id == 14649 replace partycode = 100 if congress == 97 & id == 14624 replace partycode = 100 if congress == 97 & id == 14076 replace partycode = 100 if congress == 97 & id == 10577 replace partycode = 100 if congress == 97 & id == 14256 replace partycode = 100 if congress == 97 & id == 13011 replace partycode = 100 if congress == 97 & id == 14053 replace partycode = 100 if congress == 97 & id == 10583 replace partycode = 100 if congress == 97 & id == 14837 replace partycode = 200 if congress == 97 & id == 11063 replace partycode = 100 if congress == 97 & id == 14257 replace partycode = 200 if congress == 97 & id == 14660 replace partycode = 100 if congress == 97 & id == 14613 replace partycode = 100 if congress == 97 & id == 14444 replace partycode = 200 if congress == 97 & id == 14652 replace partycode = 200 if congress == 97 & id == 14669 replace partycode = 200 if congress == 97 & id == 14071 replace partycode = 200 if congress == 97 & id == 12037 replace partycode = 200 if congress == 97 & id == 14821 replace partycode = 200 if congress == 97 & id == 14040 replace partycode = 100 if congress == 97 & id == 14405 replace partycode = 100 if congress == 97 & id == 14280 replace partycode = 100 if congress == 97 & id == 10621 replace partycode = 200 if congress == 97 & id == 10553 replace partycode = 200 if congress == 97 & id == 14414 replace partycode = 100 if congress == 97 & id == 14620 replace partycode = 100 if congress == 97 & id == 10595 replace partycode = 100 if congress == 97 & id == 13010 replace partycode = 100 if congress == 97 & id == 14879 replace partycode = 100 if congress == 97 & id == 14816 replace partycode = 100 if congress == 97 & id == 12001 replace partycode = 200 if congress == 97 & id == 14630 replace partycode = 200 if congress == 97 & id == 14647 replace partycode = 200 if congress == 97 & id == 14813 replace partycode = 100 if congress == 97 & id == 10573 replace partycode = 200 if congress == 97 & id == 14644 replace partycode = 100 if congress == 97 & id == 14266 replace partycode = 200 if congress == 97 & id == 14616 replace partycode = 200 if congress == 97 & id == 14403 replace partycode = 200 if congress == 97 & id == 14839 replace partycode = 200 if congress == 97 & id == 14835 replace partycode = 200 if congress == 97 & id == 14007 replace partycode = 100 if congress == 97 & id == 14051 replace partycode = 100 if congress == 97 & id == 14282 replace partycode = 100 if congress == 97 & id == 14638 replace partycode = 200 if congress == 97 & id == 14803 replace partycode = 200 if congress == 97 & id == 14639 replace partycode = 100 if congress == 97 & id == 13009 replace partycode = 100 if congress == 97 & id == 14877 replace partycode = 100 if congress == 97 & id == 14825 replace partycode = 200 if congress == 97 & id == 14811 replace partycode = 200 if congress == 97 & id == 13029 replace partycode = 100 if congress == 97 & id == 14653 replace partycode = 100 if congress == 97 & id == 14258 replace partycode = 200 if congress == 97 & id == 14417 replace partycode = 100 if congress == 97 & id == 14636 replace partycode = 100 if congress == 97 & id == 10587 replace partycode = 100 if congress == 97 & id == 633 replace partycode = 100 if congress == 97 & id == 12007 replace partycode = 200 if congress == 97 & id == 14842 replace partycode = 200 if congress == 97 & id == 13047 replace partycode = 100 if congress == 97 & id == 10588 replace partycode = 100 if congress == 97 & id == 94428 replace partycode = 100 if congress == 97 & id == 14651 replace partycode = 200 if congress == 97 & id == 14003 replace partycode = 100 if congress == 97 & id == 14648 replace partycode = 200 if congress == 97 & id == 14860 replace partycode = 100 if congress == 97 & id == 14029 replace partycode = 100 if congress == 97 & id == 7333 replace partycode = 100 if congress == 97 & id == 3078 replace partycode = 100 if congress == 97 & id == 14016 replace partycode = 100 if congress == 97 & id == 14831 replace partycode = 100 if congress == 97 & id == 11005 replace partycode = 100 if congress == 97 & id == 14249 replace partycode = 100 if congress == 97 & id == 14467 replace partycode = 200 if congress == 97 & id == 14627 replace partycode = 100 if congress == 97 & id == 14252 replace partycode = 100 if congress == 97 & id == 14418 replace partycode = 100 if congress == 97 & id == 14429 replace partycode = 100 if congress == 97 & id == 14404 replace partycode = 100 if congress == 97 & id == 14425 replace partycode = 100 if congress == 97 & id == 14400 replace partycode = 200 if congress == 97 & id == 14809 replace partycode = 200 if congress == 97 & id == 10734 replace partycode = 100 if congress == 97 & id == 14866 replace partycode = 100 if congress == 97 & id == 14856 replace partycode = 100 if congress == 97 & id == 14271 replace partycode = 200 if congress == 97 & id == 2525 replace partycode = 100 if congress == 97 & id == 14285 replace partycode = 200 if congress == 97 & id == 14239 replace partycode = 100 if congress == 97 & id == 14068 replace partycode = 100 if congress == 97 & id == 8080 replace partycode = 100 if congress == 97 & id == 10421 replace partycode = 200 if congress == 97 & id == 14677 replace partycode = 100 if congress == 97 & id == 10703 replace partycode = 200 if congress == 97 & id == 12041 replace partycode = 200 if congress == 97 & id == 10606 replace partycode = 200 if congress == 97 & id == 10722 replace partycode = 200 if congress == 97 & id == 14411 replace partycode = 200 if congress == 97 & id == 14841 replace partycode = 200 if congress == 97 & id == 14041 replace partycode = 200 if congress == 97 & id == 6455 replace partycode = 200 if congress == 97 & id == 11041 replace partycode = 200 if congress == 97 & id == 10517 replace partycode = 200 if congress == 97 & id == 14033 replace partycode = 200 if congress == 97 & id == 14615 replace partycode = 100 if congress == 97 & id == 7610 replace partycode = 100 if congress == 97 & id == 14275 replace partycode = 100 if congress == 97 & id == 14406 replace partycode = 100 if congress == 97 & id == 14880 replace partycode = 100 if congress == 97 & id == 14222 replace partycode = 200 if congress == 97 & id == 14834 replace partycode = 200 if congress == 97 & id == 14806 replace partycode = 200 if congress == 97 & id == 13018 replace partycode = 100 if congress == 97 & id == 14220 replace partycode = 200 if congress == 97 & id == 11036 replace partycode = 200 if congress == 97 & id == 14619 replace partycode = 100 if congress == 97 & id == 10732 replace partycode = 100 if congress == 97 & id == 14274 replace partycode = 100 if congress == 97 & id == 10742 replace partycode = 200 if congress == 97 & id == 14432 replace partycode = 200 if congress == 97 & id == 14668 replace partycode = 200 if congress == 97 & id == 14820 replace partycode = 100 if congress == 97 & id == 8672 replace partycode = 100 if congress == 97 & id == 14230 replace partycode = 100 if congress == 97 & id == 14205 replace partycode = 200 if congress == 97 & id == 14852 replace partycode = 200 if congress == 97 & id == 14637 replace partycode = 200 if congress == 97 & id == 11057 replace partycode = 100 if congress == 97 & id == 14422 replace partycode = 200 if congress == 97 & id == 14670 replace partycode = 100 if congress == 97 & id == 14237 replace partycode = 100 if congress == 97 & id == 6845 replace partycode = 100 if congress == 97 & id == 13024 replace partycode = 200 if congress == 97 & id == 10626 replace partycode = 200 if congress == 97 & id == 14854 replace partycode = 200 if congress == 97 & id == 14635 replace partycode = 100 if congress == 97 & id == 7343 replace partycode = 200 if congress == 97 & id == 14469 replace partycode = 100 if congress == 97 & id == 14067 replace partycode = 100 if congress == 97 & id == 14679 replace partycode = 100 if congress == 97 & id == 14853 replace partycode = 100 if congress == 97 & id == 14427 replace partycode = 200 if congress == 97 & id == 14259 replace partycode = 100 if congress == 97 & id == 13056 replace partycode = 100 if congress == 97 & id == 10602 replace partycode = 200 if congress == 97 & id == 14218 replace partycode = 200 if congress == 97 & id == 14661 replace partycode = 100 if congress == 97 & id == 14817 replace partycode = 100 if congress == 97 & id == 10601 replace partycode = 100 if congress == 97 & id == 14440 replace partycode = 200 if congress == 97 & id == 14021 replace partycode = 100 if congress == 97 & id == 14873 replace partycode = 100 if congress == 97 & id == 14278 replace partycode = 100 if congress == 97 & id == 14608 replace partycode = 100 if congress == 97 & id == 13031 replace partycode = 100 if congress == 97 & id == 14604 replace partycode = 200 if congress == 97 & id == 2009 replace partycode = 100 if congress == 97 & id == 830 replace partycode = 100 if congress == 97 & id == 14216 replace partycode = 100 if congress == 97 & id == 14824 replace partycode = 100 if congress == 97 & id == 14658 replace partycode = 100 if congress == 97 & id == 14650 replace partycode = 100 if congress == 97 & id == 14435 replace partycode = 100 if congress == 97 & id == 7081 replace partycode = 100 if congress == 97 & id == 14039 replace partycode = 200 if congress == 97 & id == 11021 replace partycode = 100 if congress == 97 & id == 14621 replace partycode = 100 if congress == 97 & id == 14055 replace partycode = 100 if congress == 97 & id == 10713 replace partycode = 200 if congress == 97 & id == 14446 replace partycode = 100 if congress == 97 & id == 14673 replace partycode = 200 if congress == 97 & id == 14453 replace partycode = 200 if congress == 97 & id == 14872 replace partycode = 200 if congress == 97 & id == 14450 replace partycode = 200 if congress == 97 & id == 14814 replace partycode = 100 if congress == 97 & id == 14430 replace partycode = 100 if congress == 97 & id == 14075 replace partycode = 200 if congress == 97 & id == 10794 replace partycode = 100 if congress == 97 & id == 14600 replace partycode = 200 if congress == 97 & id == 14618 replace partycode = 100 if congress == 97 & id == 14407 replace partycode = 100 if congress == 97 & id == 14681 replace partycode = 100 if congress == 97 & id == 14833 replace partycode = 100 if congress == 97 & id == 10727 replace partycode = 100 if congress == 97 & id == 2605 replace partycode = 100 if congress == 97 & id == 14209 replace partycode = 100 if congress == 97 & id == 14206 replace partycode = 200 if congress == 97 & id == 1087 replace partycode = 200 if congress == 97 & id == 14623 replace partycode = 200 if congress == 97 & id == 14227 replace partycode = 200 if congress == 97 & id == 13015 replace partycode = 100 if congress == 97 & id == 14458 replace partycode = 100 if congress == 97 & id == 14656 replace partycode = 200 if congress == 97 & id == 14868 replace partycode = 200 if congress == 97 & id == 14466 replace partycode = 100 if congress == 97 & id == 14265 replace partycode = 100 if congress == 97 & id == 10075 replace partycode = 100 if congress == 97 & id == 14005 replace partycode = 100 if congress == 97 & id == 11035 replace partycode = 200 if congress == 97 & id == 14634 replace partycode = 100 if congress == 97 & id == 14874 replace partycode = 200 if congress == 97 & id == 14031 replace partycode = 100 if congress == 97 & id == 12009 replace partycode = 100 if congress == 97 & id == 14465 replace partycode = 100 if congress == 97 & id == 14421 replace partycode = 100 if congress == 97 & id == 14451 replace partycode = 100 if congress == 97 & id == 835 replace partycode = 200 if congress == 97 & id == 14410 replace partycode = 200 if congress == 97 & id == 14057 replace partycode = 200 if congress == 97 & id == 14800 replace partycode = 100 if congress == 97 & id == 14459 replace partycode = 200 if congress == 97 & id == 14819 replace partycode = 100 if congress == 97 & id == 14672 replace partycode = 200 if congress == 97 & id == 14437 replace partycode = 200 if congress == 97 & id == 14605 replace partycode = 200 if congress == 97 & id == 14810 replace partycode = 200 if congress == 97 & id == 14276 replace partycode = 100 if congress == 97 & id == 14272 replace partycode = 100 if congress == 97 & id == 14284 replace partycode = 200 if congress == 97 & id == 14826 replace partycode = 100 if congress == 97 & id == 14223 replace partycode = 100 if congress == 97 & id == 14238 replace partycode = 100 if congress == 97 & id == 10739 replace partycode = 200 if congress == 97 & id == 14863 replace partycode = 200 if congress == 97 & id == 14221 replace partycode = 200 if congress == 97 & id == 12046 replace partycode = 200 if congress == 97 & id == 14855 replace partycode = 100 if congress == 97 & id == 12042 replace partycode = 200 if congress == 97 & id == 14426 replace partycode = 100 if congress == 97 & id == 8010 replace partycode = 100 if congress == 97 & id == 10609 replace partycode = 200 if congress == 97 & id == 14046 replace partycode = 200 if congress == 97 & id == 14614 replace partycode = 100 if congress == 97 & id == 14631 replace partycode = 100 if congress == 97 & id == 14815 replace partycode = 200 if congress == 97 & id == 12022 replace partycode = 200 if congress == 97 & id == 14861 replace partycode = 200 if congress == 97 & id == 14610 replace partycode = 100 if congress == 97 & id == 14214 replace partycode = 200 if congress == 97 & id == 14804 replace partycode = 200 if congress == 97 & id == 13021 replace partycode = 200 if congress == 97 & id == 14845 replace partycode = 200 if congress == 97 & id == 14838 replace partycode = 100 if congress == 97 & id == 10500 replace partycode = 100 if congress == 97 & id == 10551 replace partycode = 100 if congress == 97 & id == 14625 replace partycode = 100 if congress == 97 & id == 12003 replace partycode = 100 if congress == 97 & id == 10768 replace partycode = 100 if congress == 97 & id == 12008 replace partycode = 100 if congress == 97 & id == 14277 replace partycode = 100 if congress == 97 & id == 14269 replace partycode = 100 if congress == 97 & id == 14283 replace partycode = 100 if congress == 97 & id == 14858 replace partycode = 200 if congress == 97 & id == 14846 replace partycode = 200 if congress == 97 & id == 14471 replace partycode = 100 if congress == 97 & id == 13035 replace partycode = 100 if congress == 97 & id == 14463 replace partycode = 100 if congress == 97 & id == 14470 replace partycode = 100 if congress == 97 & id == 10705 replace partycode = 100 if congress == 97 & id == 13033 replace partycode = 100 if congress == 97 & id == 10760 replace partycode = 200 if congress == 97 & id == 12013 replace partycode = 200 if congress == 97 & id == 14015 replace partycode = 100 if congress == 97 & id == 14253 replace partycode = 100 if congress == 97 & id == 9017 replace partycode = 200 if congress == 97 & id == 14662 replace partycode = 200 if congress == 97 & id == 14840 replace partycode = 200 if congress == 97 & id == 14038 replace partycode = 200 if congress == 97 & id == 14870 replace partycode = 200 if congress == 97 & id == 14642 replace partycode = 200 if congress == 97 & id == 10596 replace partycode = 200 if congress == 97 & id == 10712 replace partycode = 100 if congress == 97 & id == 14248 replace partycode = 100 if congress == 97 & id == 14264 replace partycode = 200 if congress == 97 & id == 13020 replace partycode = 100 if congress == 97 & id == 14289 replace partycode = 100 if congress == 97 & id == 10788 replace partycode = 100 if congress == 97 & id == 3321 replace partycode = 100 if congress == 97 & id == 14464 replace partycode = 100 if congress == 97 & id == 14001 replace partycode = 100 if congress == 97 & id == 14262 replace partycode = 200 if congress == 97 & id == 14836 replace partycode = 100 if congress == 97 & id == 14048 replace partycode = 100 if congress == 97 & id == 14233 replace partycode = 200 if congress == 97 & id == 14035 replace partycode = 200 if congress == 97 & id == 10574 replace partycode = 200 if congress == 97 & id == 14832 replace partycode = 100 if congress == 97 & id == 14812 replace partycode = 200 if congress == 97 & id == 14225 replace partycode = 100 if congress == 97 & id == 14070 replace partycode = 100 if congress == 97 & id == 14632 replace partycode = 200 if congress == 97 & id == 14018 replace partycode = 200 if congress == 97 & id == 14875 replace partycode = 200 if congress == 97 & id == 5495 replace partycode = 200 if congress == 97 & id == 14844 replace partycode = 200 if congress == 97 & id == 10786 replace partycode = 200 if congress == 97 & id == 14245 replace partycode = 200 if congress == 97 & id == 14867 replace partycode = 200 if congress == 97 & id == 11034 replace partycode = 200 if congress == 97 & id == 10773 replace partycode = 100 if congress == 97 & id == 14859 replace partycode = 100 if congress == 97 & id == 14445 replace partycode = 100 if congress == 97 & id == 13040 replace partycode = 200 if congress == 97 & id == 11058 replace partycode = 200 if congress == 97 & id == 14045 replace partycode = 200 if congress == 97 & id == 10502 replace partycode = 200 if congress == 97 & id == 14878 replace partycode = 100 if congress == 97 & id == 14402 replace partycode = 200 if congress == 97 & id == 14671 replace partycode = 100 if congress == 97 & id == 14443 replace partycode = 100 if congress == 97 & id == 12030 replace partycode = 100 if congress == 97 & id == 14818 replace partycode = 100 if congress == 97 & id == 14260 replace partycode = 100 if congress == 97 & id == 14026 replace partycode = 100 if congress == 97 & id == 14667 replace partycode = 100 if congress == 97 & id == 14462 replace partycode = 100 if congress == 97 & id == 14843 replace partycode = 200 if congress == 97 & id == 14415 replace partycode = 100 if congress == 97 & id == 14219 replace partycode = 100 if congress == 97 & id == 14201 replace partycode = 200 if congress == 97 & id == 14864 replace partycode = 100 if congress == 97 & id == 14871 replace partycode = 100 if congress == 97 & id == 14281 replace partycode = 328 if congress == 97 & id == 14823 replace partycode = 100 if congress == 97 & id == 14629 replace partycode = 100 if congress == 97 & id == 14434 replace partycode = 100 if congress == 97 & id == 14876 replace partycode = 200 if congress == 97 & id == 14622 replace partycode = 200 if congress == 97 & id == 14273 replace partycode = 100 if congress == 97 & id == 12035 replace partycode = 100 if congress == 97 & id == 14217 replace partycode = 200 if congress == 97 & id == 14807 replace partycode = 200 if congress == 97 & id == 14052 replace partycode = 200 if congress == 97 & id == 10607 replace partycode = 200 if congress == 97 & id == 14849 replace partycode = 100 if congress == 97 & id == 14072 replace partycode = 200 if congress == 97 & id == 12010 replace partycode = 100 if congress == 97 & id == 14808 replace partycode = 200 if congress == 97 & id == 14654 replace partycode = 200 if congress == 97 & id == 14461 replace partycode = 100 if congress == 97 & id == 14416 replace partycode = 100 if congress == 97 & id == 14460 replace partycode = 200 if congress == 97 & id == 14288 replace partycode = 100 if congress == 97 & id == 11067 replace partycode = 100 if congress == 97 & id == 14603 replace partycode = 100 if congress == 97 & id == 14441 replace partycode = 200 if congress == 97 & id == 14612 replace partycode = 200 if congress == 97 & id == 14436 replace partycode = 200 if congress == 97 & id == 94602 replace partycode = 100 if congress == 97 & id == 10561 replace partycode = 200 if congress == 97 & id == 14857 replace partycode = 200 if congress == 97 & id == 14830 replace partycode = 200 if congress == 97 & id == 13042 replace partycode = 100 if congress == 97 & id == 14212 replace partycode = 200 if congress == 97 & id == 14609 replace partycode = 100 if congress == 97 & id == 14235 replace partycode = 200 if congress == 97 & id == 14848 replace partycode = 100 if congress == 97 & id == 14617 replace partycode = 200 if congress == 97 & id == 14851 replace partycode = 200 if congress == 97 & id == 10616 replace partycode = 200 if congress == 97 & id == 10719 replace partycode = 100 if congress == 97 & id == 14251 replace partycode = 100 if congress == 97 & id == 14423 replace partycode = 100 if congress == 97 & id == 14607 replace partycode = 200 if congress == 97 & id == 14004 replace partycode = 100 if congress == 97 & id == 12038 replace partycode = 100 if congress == 97 & id == 14224 replace partycode = 100 if congress == 97 & id == 14291 replace partycode = 100 if congress == 97 & id == 14062 replace partycode = 200 if congress == 97 & id == 11066 replace partycode = 100 if congress == 97 & id == 14828 replace partycode = 100 if congress == 97 & id == 14439 replace partycode = 100 if congress == 97 & id == 94628 replace partycode = 200 if congress == 97 & id == 13002 replace partycode = 200 if congress == 97 & id == 14822 replace partycode = 100 if congress == 97 & id == 1077 replace partycode = 100 if congress == 97 & id == 10614 replace partycode = 100 if congress == 97 & id == 14641 replace partycode = 100 if congress == 97 & id == 10391 replace partycode = 100 if congress == 97 & id == 14234 replace partycode = 100 if congress == 97 & id == 14850 replace partycode = 100 if congress == 97 & id == 10716 replace partycode = 100 if congress == 97 & id == 10783 replace partycode = 100 if congress == 97 & id == 14664 replace partycode = 100 if congress == 97 & id == 14643 replace partycode = 100 if congress == 97 & id == 14633 replace partycode = 100 if congress == 97 & id == 10520 replace partycode = 200 if congress == 97 & id == 14645 replace partycode = 200 if congress == 97 & id == 14290 replace partycode = 100 if congress == 97 & id == 11023 replace partycode = 100 if congress == 97 & id == 14626 replace partycode = 200 if congress == 97 & id == 14829 replace partycode = 200 if congress == 97 & id == 14438 replace partycode = 200 if congress == 97 & id == 14240 replace partycode = 200 if congress == 97 & id == 14456 replace partycode = 200 if congress == 97 & id == 12033 replace partycode = 200 if congress == 97 & id == 14802 replace partycode = 200 if congress == 97 & id == 14013 replace partycode = 100 if congress == 97 & id == 12011 replace partycode = 200 if congress == 97 & id == 13055 replace partycode = 200 if congress == 97 & id == 13036 replace partycode = 200 if congress == 97 & id == 14043 replace partycode = 200 if congress == 97 & id == 9802 replace partycode = 200 if congress == 97 & id == 14869 replace partycode = 200 if congress == 97 & id == 14044 replace partycode = 100 if congress == 97 & id == 14666 replace partycode = 100 if congress == 97 & id == 14208 replace partycode = 200 if congress == 97 & id == 14847 replace partycode = 100 if congress == 97 & id == 10726 replace partycode = 100 if congress == 97 & id == 14413 replace partycode = 100 if congress == 97 & id == 14646 replace partycode = 100 if congress == 97 & id == 6584 replace partycode = 200 if congress == 97 & id == 14801 replace partycode = 200 if congress == 97 & id == 14865 replace partycode = 100 if congress == 97 & id == 14448 replace partycode = 100 if congress == 97 & id == 13003 replace partycode = 100 if congress == 97 & id == 5101 replace partycode = 200 if congress == 97 & id == 14827 replace partycode = 100 if congress == 97 & id == 10463 replace partycode = 100 if congress == 97 & id == 7824 replace partycode = 200 if congress == 97 & id == 14675 replace partycode = 100 if congress == 97 & id == 12036 replace partycode = 200 if congress == 97 & id == 14655 replace partycode = 200 if congress == 97 & id == 14657 replace partycode = 200 if congress == 97 & id == 14611 replace partycode = 200 if congress == 98 & id == 99907 replace partycode = 200 if congress == 98 & id == 10721 replace partycode = 200 if congress == 98 & id == 10717 replace partycode = 100 if congress == 98 & id == 11037 replace partycode = 100 if congress == 98 & id == 11000 replace partycode = 100 if congress == 98 & id == 14419 replace partycode = 100 if congress == 98 & id == 15022 replace partycode = 100 if congress == 98 & id == 14659 replace partycode = 200 if congress == 98 & id == 14066 replace partycode = 200 if congress == 98 & id == 15039 replace partycode = 100 if congress == 98 & id == 10566 replace partycode = 200 if congress == 98 & id == 14454 replace partycode = 200 if congress == 98 & id == 14449 replace partycode = 100 if congress == 98 & id == 15043 replace partycode = 100 if congress == 98 & id == 12000 replace partycode = 200 if congress == 98 & id == 14606 replace partycode = 200 if congress == 98 & id == 11020 replace partycode = 100 if congress == 98 & id == 14601 replace partycode = 100 if congress == 98 & id == 15009 replace partycode = 200 if congress == 98 & id == 14805 replace partycode = 100 if congress == 98 & id == 14649 replace partycode = 100 if congress == 98 & id == 14624 replace partycode = 100 if congress == 98 & id == 10577 replace partycode = 100 if congress == 98 & id == 15080 replace partycode = 100 if congress == 98 & id == 15011 replace partycode = 100 if congress == 98 & id == 14256 replace partycode = 100 if congress == 98 & id == 13011 replace partycode = 100 if congress == 98 & id == 14053 replace partycode = 100 if congress == 98 & id == 10583 replace partycode = 100 if congress == 98 & id == 14837 replace partycode = 200 if congress == 98 & id == 15078 replace partycode = 100 if congress == 98 & id == 14257 replace partycode = 200 if congress == 98 & id == 14660 replace partycode = 100 if congress == 98 & id == 14613 replace partycode = 100 if congress == 98 & id == 14444 replace partycode = 200 if congress == 98 & id == 14652 replace partycode = 100 if congress == 98 & id == 15032 replace partycode = 200 if congress == 98 & id == 14071 replace partycode = 200 if congress == 98 & id == 14669 replace partycode = 200 if congress == 98 & id == 14821 replace partycode = 200 if congress == 98 & id == 14040 replace partycode = 100 if congress == 98 & id == 14405 replace partycode = 100 if congress == 98 & id == 14280 replace partycode = 100 if congress == 98 & id == 10621 replace partycode = 100 if congress == 98 & id == 15005 replace partycode = 100 if congress == 98 & id == 15034 replace partycode = 100 if congress == 98 & id == 14620 replace partycode = 100 if congress == 98 & id == 10595 replace partycode = 100 if congress == 98 & id == 14879 replace partycode = 100 if congress == 98 & id == 14816 replace partycode = 100 if congress == 98 & id == 12001 replace partycode = 200 if congress == 98 & id == 14813 replace partycode = 100 if congress == 98 & id == 15070 replace partycode = 200 if congress == 98 & id == 14644 replace partycode = 100 if congress == 98 & id == 10573 replace partycode = 200 if congress == 98 & id == 15040 replace partycode = 100 if congress == 98 & id == 14266 replace partycode = 200 if congress == 98 & id == 14616 replace partycode = 200 if congress == 98 & id == 14403 replace partycode = 200 if congress == 98 & id == 14839 replace partycode = 200 if congress == 98 & id == 14647 replace partycode = 200 if congress == 98 & id == 15051 replace partycode = 100 if congress == 98 & id == 15004 replace partycode = 200 if congress == 98 & id == 14835 replace partycode = 100 if congress == 98 & id == 14051 replace partycode = 100 if congress == 98 & id == 14282 replace partycode = 100 if congress == 98 & id == 14638 replace partycode = 200 if congress == 98 & id == 14803 replace partycode = 200 if congress == 98 & id == 14639 replace partycode = 200 if congress == 98 & id == 15058 replace partycode = 200 if congress == 98 & id == 15067 replace partycode = 100 if congress == 98 & id == 14877 replace partycode = 100 if congress == 98 & id == 14825 replace partycode = 100 if congress == 98 & id == 15045 replace partycode = 200 if congress == 98 & id == 13029 replace partycode = 100 if congress == 98 & id == 14653 replace partycode = 200 if congress == 98 & id == 15028 replace partycode = 100 if congress == 98 & id == 15015 replace partycode = 100 if congress == 98 & id == 14636 replace partycode = 100 if congress == 98 & id == 10587 replace partycode = 100 if congress == 98 & id == 633 replace partycode = 100 if congress == 98 & id == 12007 replace partycode = 200 if congress == 98 & id == 14842 replace partycode = 100 if congress == 98 & id == 15038 replace partycode = 100 if congress == 98 & id == 10588 replace partycode = 200 if congress == 98 & id == 13047 replace partycode = 200 if congress == 98 & id == 15006 replace partycode = 100 if congress == 98 & id == 94428 replace partycode = 100 if congress == 98 & id == 14651 replace partycode = 200 if congress == 98 & id == 15035 replace partycode = 200 if congress == 98 & id == 15037 replace partycode = 100 if congress == 98 & id == 14648 replace partycode = 200 if congress == 98 & id == 14860 replace partycode = 100 if congress == 98 & id == 15062 replace partycode = 100 if congress == 98 & id == 14029 replace partycode = 100 if congress == 98 & id == 7333 replace partycode = 100 if congress == 98 & id == 3078 replace partycode = 100 if congress == 98 & id == 15069 replace partycode = 100 if congress == 98 & id == 14831 replace partycode = 100 if congress == 98 & id == 15053 replace partycode = 100 if congress == 98 & id == 14249 replace partycode = 100 if congress == 98 & id == 14467 replace partycode = 200 if congress == 98 & id == 14627 replace partycode = 100 if congress == 98 & id == 14252 replace partycode = 100 if congress == 98 & id == 15081 replace partycode = 100 if congress == 98 & id == 15057 replace partycode = 100 if congress == 98 & id == 14429 replace partycode = 100 if congress == 98 & id == 14404 replace partycode = 100 if congress == 98 & id == 14425 replace partycode = 100 if congress == 98 & id == 14400 replace partycode = 200 if congress == 98 & id == 14809 replace partycode = 200 if congress == 98 & id == 10734 replace partycode = 100 if congress == 98 & id == 14866 replace partycode = 100 if congress == 98 & id == 15079 replace partycode = 100 if congress == 98 & id == 14856 replace partycode = 100 if congress == 98 & id == 14271 replace partycode = 200 if congress == 98 & id == 14041 replace partycode = 100 if congress == 98 & id == 15036 replace partycode = 200 if congress == 98 & id == 14239 replace partycode = 100 if congress == 98 & id == 14068 replace partycode = 100 if congress == 98 & id == 8080 replace partycode = 100 if congress == 98 & id == 10421 replace partycode = 200 if congress == 98 & id == 14677 replace partycode = 100 if congress == 98 & id == 10703 replace partycode = 200 if congress == 98 & id == 12041 replace partycode = 200 if congress == 98 & id == 10722 replace partycode = 200 if congress == 98 & id == 14411 replace partycode = 200 if congress == 98 & id == 14033 replace partycode = 200 if congress == 98 & id == 14841 replace partycode = 100 if congress == 98 & id == 15023 replace partycode = 200 if congress == 98 & id == 6455 replace partycode = 200 if congress == 98 & id == 14615 replace partycode = 100 if congress == 98 & id == 15021 replace partycode = 100 if congress == 98 & id == 7610 replace partycode = 100 if congress == 98 & id == 14275 replace partycode = 100 if congress == 98 & id == 14880 replace partycode = 100 if congress == 98 & id == 14274 replace partycode = 200 if congress == 98 & id == 14834 replace partycode = 200 if congress == 98 & id == 14806 replace partycode = 200 if congress == 98 & id == 13018 replace partycode = 200 if congress == 98 & id == 15014 replace partycode = 200 if congress == 98 & id == 11036 replace partycode = 100 if congress == 98 & id == 15041 replace partycode = 100 if congress == 98 & id == 10732 replace partycode = 100 if congress == 98 & id == 10742 replace partycode = 200 if congress == 98 & id == 14432 replace partycode = 200 if congress == 98 & id == 14668 replace partycode = 200 if congress == 98 & id == 14820 replace partycode = 100 if congress == 98 & id == 8672 replace partycode = 100 if congress == 98 & id == 14230 replace partycode = 100 if congress == 98 & id == 14205 replace partycode = 200 if congress == 98 & id == 14852 replace partycode = 100 if congress == 98 & id == 15061 replace partycode = 200 if congress == 98 & id == 11057 replace partycode = 100 if congress == 98 & id == 14422 replace partycode = 200 if congress == 98 & id == 14670 replace partycode = 100 if congress == 98 & id == 14237 replace partycode = 100 if congress == 98 & id == 6845 replace partycode = 100 if congress == 98 & id == 13024 replace partycode = 200 if congress == 98 & id == 10626 replace partycode = 200 if congress == 98 & id == 14854 replace partycode = 200 if congress == 98 & id == 14635 replace partycode = 100 if congress == 98 & id == 7343 replace partycode = 200 if congress == 98 & id == 14469 replace partycode = 100 if congress == 98 & id == 14067 replace partycode = 100 if congress == 98 & id == 14679 replace partycode = 100 if congress == 98 & id == 14853 replace partycode = 100 if congress == 98 & id == 14427 replace partycode = 200 if congress == 98 & id == 14259 replace partycode = 100 if congress == 98 & id == 13056 replace partycode = 100 if congress == 98 & id == 10602 replace partycode = 200 if congress == 98 & id == 15042 replace partycode = 200 if congress == 98 & id == 14661 replace partycode = 100 if congress == 98 & id == 14817 replace partycode = 100 if congress == 98 & id == 10601 replace partycode = 100 if congress == 98 & id == 14440 replace partycode = 200 if congress == 98 & id == 14021 replace partycode = 100 if congress == 98 & id == 14873 replace partycode = 100 if congress == 98 & id == 14608 replace partycode = 100 if congress == 98 & id == 13031 replace partycode = 100 if congress == 98 & id == 14604 replace partycode = 200 if congress == 98 & id == 2009 replace partycode = 100 if congress == 98 & id == 830 replace partycode = 100 if congress == 98 & id == 14216 replace partycode = 100 if congress == 98 & id == 14824 replace partycode = 100 if congress == 98 & id == 14658 replace partycode = 100 if congress == 98 & id == 14650 replace partycode = 100 if congress == 98 & id == 14435 replace partycode = 100 if congress == 98 & id == 7081 replace partycode = 100 if congress == 98 & id == 14039 replace partycode = 100 if congress == 98 & id == 14055 replace partycode = 100 if congress == 98 & id == 14621 replace partycode = 100 if congress == 98 & id == 10713 replace partycode = 200 if congress == 98 & id == 14446 replace partycode = 100 if congress == 98 & id == 14673 replace partycode = 200 if congress == 98 & id == 14872 replace partycode = 200 if congress == 98 & id == 14450 replace partycode = 100 if congress == 98 & id == 14210 replace partycode = 100 if congress == 98 & id == 14430 replace partycode = 100 if congress == 98 & id == 14075 replace partycode = 200 if congress == 98 & id == 10794 replace partycode = 100 if congress == 98 & id == 14600 replace partycode = 200 if congress == 98 & id == 14618 replace partycode = 100 if congress == 98 & id == 14407 replace partycode = 100 if congress == 98 & id == 14681 replace partycode = 100 if congress == 98 & id == 14833 replace partycode = 100 if congress == 98 & id == 10727 replace partycode = 100 if congress == 98 & id == 2605 replace partycode = 100 if congress == 98 & id == 15033 replace partycode = 200 if congress == 98 & id == 1087 replace partycode = 100 if congress == 98 & id == 15052 replace partycode = 200 if congress == 98 & id == 14868 replace partycode = 200 if congress == 98 & id == 13015 replace partycode = 100 if congress == 98 & id == 14458 replace partycode = 100 if congress == 98 & id == 14656 replace partycode = 100 if congress == 98 & id == 15059 replace partycode = 200 if congress == 98 & id == 14466 replace partycode = 100 if congress == 98 & id == 14265 replace partycode = 100 if congress == 98 & id == 10075 replace partycode = 200 if congress == 98 & id == 15025 replace partycode = 100 if congress == 98 & id == 11035 replace partycode = 100 if congress == 98 & id == 14874 replace partycode = 200 if congress == 98 & id == 14031 replace partycode = 100 if congress == 98 & id == 12009 replace partycode = 100 if congress == 98 & id == 14465 replace partycode = 100 if congress == 98 & id == 14421 replace partycode = 100 if congress == 98 & id == 14451 replace partycode = 100 if congress == 98 & id == 15076 replace partycode = 200 if congress == 98 & id == 14410 replace partycode = 200 if congress == 98 & id == 14057 replace partycode = 200 if congress == 98 & id == 14819 replace partycode = 100 if congress == 98 & id == 14459 replace partycode = 100 if congress == 98 & id == 14672 replace partycode = 200 if congress == 98 & id == 14437 replace partycode = 200 if congress == 98 & id == 14605 replace partycode = 200 if congress == 98 & id == 14810 replace partycode = 200 if congress == 98 & id == 14276 replace partycode = 100 if congress == 98 & id == 15054 replace partycode = 200 if congress == 98 & id == 15075 replace partycode = 100 if congress == 98 & id == 14284 replace partycode = 200 if congress == 98 & id == 14826 replace partycode = 100 if congress == 98 & id == 14223 replace partycode = 100 if congress == 98 & id == 14238 replace partycode = 100 if congress == 98 & id == 10739 replace partycode = 200 if congress == 98 & id == 14863 replace partycode = 200 if congress == 98 & id == 14855 replace partycode = 100 if congress == 98 & id == 14815 replace partycode = 200 if congress == 98 & id == 14046 replace partycode = 100 if congress == 98 & id == 12042 replace partycode = 100 if congress == 98 & id == 15071 replace partycode = 100 if congress == 98 & id == 8010 replace partycode = 100 if congress == 98 & id == 10609 replace partycode = 200 if congress == 98 & id == 14614 replace partycode = 200 if congress == 98 & id == 12046 replace partycode = 100 if congress == 98 & id == 14631 replace partycode = 200 if congress == 98 & id == 12022 replace partycode = 200 if congress == 98 & id == 14861 replace partycode = 100 if congress == 98 & id == 15055 replace partycode = 200 if congress == 98 & id == 14610 replace partycode = 100 if congress == 98 & id == 14214 replace partycode = 100 if congress == 98 & id == 15046 replace partycode = 200 if congress == 98 & id == 13021 replace partycode = 200 if congress == 98 & id == 14845 replace partycode = 100 if congress == 98 & id == 10500 replace partycode = 100 if congress == 98 & id == 15000 replace partycode = 100 if congress == 98 & id == 10768 replace partycode = 100 if congress == 98 & id == 14625 replace partycode = 100 if congress == 98 & id == 14858 replace partycode = 100 if congress == 98 & id == 15072 replace partycode = 100 if congress == 98 & id == 15050 replace partycode = 100 if congress == 98 & id == 14277 replace partycode = 200 if congress == 98 & id == 14846 replace partycode = 200 if congress == 98 & id == 14471 replace partycode = 100 if congress == 98 & id == 13035 replace partycode = 100 if congress == 98 & id == 14463 replace partycode = 100 if congress == 98 & id == 14470 replace partycode = 100 if congress == 98 & id == 12003 replace partycode = 100 if congress == 98 & id == 10760 replace partycode = 200 if congress == 98 & id == 12013 replace partycode = 200 if congress == 98 & id == 14015 replace partycode = 100 if congress == 98 & id == 9017 replace partycode = 200 if congress == 98 & id == 14662 replace partycode = 200 if congress == 98 & id == 15007 replace partycode = 200 if congress == 98 & id == 14840 replace partycode = 200 if congress == 98 & id == 14870 replace partycode = 100 if congress == 98 & id == 14253 replace partycode = 200 if congress == 98 & id == 10596 replace partycode = 200 if congress == 98 & id == 10712 replace partycode = 200 if congress == 98 & id == 13020 replace partycode = 100 if congress == 98 & id == 14248 replace partycode = 100 if congress == 98 & id == 14264 replace partycode = 100 if congress == 98 & id == 14289 replace partycode = 100 if congress == 98 & id == 10788 replace partycode = 100 if congress == 98 & id == 15073 replace partycode = 100 if congress == 98 & id == 14464 replace partycode = 100 if congress == 98 & id == 14001 replace partycode = 100 if congress == 98 & id == 14262 replace partycode = 100 if congress == 98 & id == 15012 replace partycode = 100 if congress == 98 & id == 14048 replace partycode = 100 if congress == 98 & id == 14233 replace partycode = 200 if congress == 98 & id == 14035 replace partycode = 200 if congress == 98 & id == 10574 replace partycode = 100 if congress == 98 & id == 15017 replace partycode = 100 if congress == 98 & id == 14812 replace partycode = 100 if congress == 98 & id == 14070 replace partycode = 200 if congress == 98 & id == 14225 replace partycode = 100 if congress == 98 & id == 14632 replace partycode = 200 if congress == 98 & id == 14875 replace partycode = 200 if congress == 98 & id == 5495 replace partycode = 200 if congress == 98 & id == 14844 replace partycode = 200 if congress == 98 & id == 15020 replace partycode = 200 if congress == 98 & id == 14245 replace partycode = 100 if congress == 98 & id == 15029 replace partycode = 200 if congress == 98 & id == 11034 replace partycode = 100 if congress == 98 & id == 14818 replace partycode = 200 if congress == 98 & id == 15030 replace partycode = 100 if congress == 98 & id == 14445 replace partycode = 100 if congress == 98 & id == 13040 replace partycode = 200 if congress == 98 & id == 11058 replace partycode = 200 if congress == 98 & id == 14045 replace partycode = 200 if congress == 98 & id == 14671 replace partycode = 100 if congress == 98 & id == 14402 replace partycode = 100 if congress == 98 & id == 15024 replace partycode = 100 if congress == 98 & id == 14443 replace partycode = 100 if congress == 98 & id == 12030 replace partycode = 100 if congress == 98 & id == 14026 replace partycode = 100 if congress == 98 & id == 14667 replace partycode = 100 if congress == 98 & id == 14462 replace partycode = 100 if congress == 98 & id == 14843 replace partycode = 200 if congress == 98 & id == 14415 replace partycode = 100 if congress == 98 & id == 14219 replace partycode = 100 if congress == 98 & id == 14201 replace partycode = 200 if congress == 98 & id == 15063 replace partycode = 100 if congress == 98 & id == 14871 replace partycode = 100 if congress == 98 & id == 14281 replace partycode = 200 if congress == 98 & id == 14864 replace partycode = 100 if congress == 98 & id == 14823 replace partycode = 100 if congress == 98 & id == 14629 replace partycode = 100 if congress == 98 & id == 15008 replace partycode = 100 if congress == 98 & id == 15031 replace partycode = 200 if congress == 98 & id == 14273 replace partycode = 100 if congress == 98 & id == 12035 replace partycode = 100 if congress == 98 & id == 14217 replace partycode = 100 if congress == 98 & id == 14431 replace partycode = 200 if congress == 98 & id == 14052 replace partycode = 200 if congress == 98 & id == 10607 replace partycode = 100 if congress == 98 & id == 15027 replace partycode = 100 if congress == 98 & id == 14072 replace partycode = 200 if congress == 98 & id == 12010 replace partycode = 100 if congress == 98 & id == 14808 replace partycode = 200 if congress == 98 & id == 14654 replace partycode = 200 if congress == 98 & id == 14461 replace partycode = 200 if congress == 98 & id == 15026 replace partycode = 100 if congress == 98 & id == 14460 replace partycode = 200 if congress == 98 & id == 14288 replace partycode = 100 if congress == 98 & id == 11067 replace partycode = 200 if congress == 98 & id == 15056 replace partycode = 100 if congress == 98 & id == 14441 replace partycode = 200 if congress == 98 & id == 14612 replace partycode = 100 if congress == 98 & id == 10561 replace partycode = 200 if congress == 98 & id == 14857 replace partycode = 200 if congress == 98 & id == 14830 replace partycode = 200 if congress == 98 & id == 13042 replace partycode = 100 if congress == 98 & id == 14212 replace partycode = 200 if congress == 98 & id == 14609 replace partycode = 100 if congress == 98 & id == 15064 replace partycode = 100 if congress == 98 & id == 15068 replace partycode = 100 if congress == 98 & id == 14617 replace partycode = 200 if congress == 98 & id == 10616 replace partycode = 200 if congress == 98 & id == 10719 replace partycode = 100 if congress == 98 & id == 14251 replace partycode = 100 if congress == 98 & id == 15019 replace partycode = 100 if congress == 98 & id == 14607 replace partycode = 100 if congress == 98 & id == 14423 replace partycode = 200 if congress == 98 & id == 15066 replace partycode = 100 if congress == 98 & id == 12038 replace partycode = 100 if congress == 98 & id == 14224 replace partycode = 100 if congress == 98 & id == 14291 replace partycode = 100 if congress == 98 & id == 14062 replace partycode = 200 if congress == 98 & id == 15002 replace partycode = 100 if congress == 98 & id == 14828 replace partycode = 100 if congress == 98 & id == 15013 replace partycode = 200 if congress == 98 & id == 14628 replace partycode = 200 if congress == 98 & id == 13002 replace partycode = 200 if congress == 98 & id == 14822 replace partycode = 100 if congress == 98 & id == 1077 replace partycode = 100 if congress == 98 & id == 10614 replace partycode = 100 if congress == 98 & id == 14641 replace partycode = 100 if congress == 98 & id == 10391 replace partycode = 100 if congress == 98 & id == 14234 replace partycode = 100 if congress == 98 & id == 14850 replace partycode = 100 if congress == 98 & id == 10716 replace partycode = 100 if congress == 98 & id == 15018 replace partycode = 100 if congress == 98 & id == 14664 replace partycode = 100 if congress == 98 & id == 14643 replace partycode = 100 if congress == 98 & id == 14633 replace partycode = 100 if congress == 98 & id == 10520 replace partycode = 200 if congress == 98 & id == 14645 replace partycode = 200 if congress == 98 & id == 14290 replace partycode = 100 if congress == 98 & id == 11023 replace partycode = 100 if congress == 98 & id == 14626 replace partycode = 100 if congress == 98 & id == 15001 replace partycode = 100 if congress == 98 & id == 15074 replace partycode = 100 if congress == 98 & id == 15049 replace partycode = 200 if congress == 98 & id == 14829 replace partycode = 200 if congress == 98 & id == 14438 replace partycode = 200 if congress == 98 & id == 15047 replace partycode = 200 if congress == 98 & id == 14240 replace partycode = 200 if congress == 98 & id == 15003 replace partycode = 200 if congress == 98 & id == 12033 replace partycode = 200 if congress == 98 & id == 14802 replace partycode = 100 if congress == 98 & id == 15060 replace partycode = 100 if congress == 98 & id == 12011 replace partycode = 100 if congress == 98 & id == 15048 replace partycode = 200 if congress == 98 & id == 13036 replace partycode = 200 if congress == 98 & id == 14043 replace partycode = 100 if congress == 98 & id == 15010 replace partycode = 200 if congress == 98 & id == 14869 replace partycode = 200 if congress == 98 & id == 14044 replace partycode = 100 if congress == 98 & id == 14666 replace partycode = 100 if congress == 98 & id == 14208 replace partycode = 200 if congress == 98 & id == 14847 replace partycode = 100 if congress == 98 & id == 10726 replace partycode = 100 if congress == 98 & id == 14413 replace partycode = 100 if congress == 98 & id == 14646 replace partycode = 200 if congress == 98 & id == 15016 replace partycode = 100 if congress == 98 & id == 15083 replace partycode = 100 if congress == 98 & id == 15065 replace partycode = 100 if congress == 98 & id == 15077 replace partycode = 100 if congress == 98 & id == 14448 replace partycode = 100 if congress == 98 & id == 13003 replace partycode = 100 if congress == 98 & id == 5101 replace partycode = 200 if congress == 98 & id == 14827 replace partycode = 100 if congress == 98 & id == 10463 replace partycode = 100 if congress == 98 & id == 15082 replace partycode = 100 if congress == 98 & id == 15044 replace partycode = 200 if congress == 98 & id == 14675 replace partycode = 100 if congress == 98 & id == 12036 replace partycode = 200 if congress == 98 & id == 14655 replace partycode = 200 if congress == 98 & id == 14657 replace partycode = 200 if congress == 98 & id == 14611 replace partycode = 200 if congress == 99 & id == 99907 replace partycode = 200 if congress == 99 & id == 15090 replace partycode = 200 if congress == 99 & id == 10717 replace partycode = 100 if congress == 99 & id == 11037 replace partycode = 100 if congress == 99 & id == 11000 replace partycode = 100 if congress == 99 & id == 14419 replace partycode = 100 if congress == 99 & id == 15022 replace partycode = 100 if congress == 99 & id == 14659 replace partycode = 200 if congress == 99 & id == 14066 replace partycode = 200 if congress == 99 & id == 15039 replace partycode = 100 if congress == 99 & id == 10566 replace partycode = 200 if congress == 99 & id == 14454 replace partycode = 200 if congress == 99 & id == 14449 replace partycode = 200 if congress == 99 & id == 15105 replace partycode = 100 if congress == 99 & id == 12000 replace partycode = 100 if congress == 99 & id == 15122 replace partycode = 200 if congress == 99 & id == 11020 replace partycode = 100 if congress == 99 & id == 14601 replace partycode = 100 if congress == 99 & id == 15009 replace partycode = 200 if congress == 99 & id == 14805 replace partycode = 100 if congress == 99 & id == 14649 replace partycode = 100 if congress == 99 & id == 14624 replace partycode = 100 if congress == 99 & id == 15080 replace partycode = 100 if congress == 99 & id == 15011 replace partycode = 100 if congress == 99 & id == 14256 replace partycode = 100 if congress == 99 & id == 13011 replace partycode = 100 if congress == 99 & id == 14053 replace partycode = 100 if congress == 99 & id == 10583 replace partycode = 100 if congress == 99 & id == 14837 replace partycode = 200 if congress == 99 & id == 15078 replace partycode = 100 if congress == 99 & id == 14257 replace partycode = 200 if congress == 99 & id == 14660 replace partycode = 100 if congress == 99 & id == 14613 replace partycode = 100 if congress == 99 & id == 14444 replace partycode = 200 if congress == 99 & id == 14652 replace partycode = 100 if congress == 99 & id == 15032 replace partycode = 200 if congress == 99 & id == 14071 replace partycode = 200 if congress == 99 & id == 14669 replace partycode = 200 if congress == 99 & id == 14821 replace partycode = 200 if congress == 99 & id == 14040 replace partycode = 100 if congress == 99 & id == 14405 replace partycode = 100 if congress == 99 & id == 14280 replace partycode = 100 if congress == 99 & id == 10621 replace partycode = 100 if congress == 99 & id == 15005 replace partycode = 100 if congress == 99 & id == 15034 replace partycode = 100 if congress == 99 & id == 14620 replace partycode = 100 if congress == 99 & id == 10595 replace partycode = 100 if congress == 99 & id == 14879 replace partycode = 100 if congress == 99 & id == 14816 replace partycode = 100 if congress == 99 & id == 12001 replace partycode = 200 if congress == 99 & id == 14813 replace partycode = 100 if congress == 99 & id == 15070 replace partycode = 200 if congress == 99 & id == 14644 replace partycode = 100 if congress == 99 & id == 10573 replace partycode = 200 if congress == 99 & id == 15040 replace partycode = 200 if congress == 99 & id == 14414 replace partycode = 200 if congress == 99 & id == 14616 replace partycode = 200 if congress == 99 & id == 14403 replace partycode = 200 if congress == 99 & id == 14839 replace partycode = 200 if congress == 99 & id == 14647 replace partycode = 200 if congress == 99 & id == 15051 replace partycode = 100 if congress == 99 & id == 15004 replace partycode = 200 if congress == 99 & id == 14835 replace partycode = 100 if congress == 99 & id == 14051 replace partycode = 100 if congress == 99 & id == 14282 replace partycode = 200 if congress == 99 & id == 15118 replace partycode = 200 if congress == 99 & id == 14803 replace partycode = 200 if congress == 99 & id == 14639 replace partycode = 200 if congress == 99 & id == 15058 replace partycode = 100 if congress == 99 & id == 14877 replace partycode = 100 if congress == 99 & id == 14825 replace partycode = 100 if congress == 99 & id == 15045 replace partycode = 200 if congress == 99 & id == 13029 replace partycode = 200 if congress == 99 & id == 15123 replace partycode = 200 if congress == 99 & id == 15028 replace partycode = 100 if congress == 99 & id == 15015 replace partycode = 100 if congress == 99 & id == 14636 replace partycode = 100 if congress == 99 & id == 10587 replace partycode = 100 if congress == 99 & id == 633 replace partycode = 100 if congress == 99 & id == 12007 replace partycode = 200 if congress == 99 & id == 14842 replace partycode = 100 if congress == 99 & id == 15038 replace partycode = 100 if congress == 99 & id == 10588 replace partycode = 200 if congress == 99 & id == 13047 replace partycode = 200 if congress == 99 & id == 15006 replace partycode = 200 if congress == 99 & id == 14428 replace partycode = 100 if congress == 99 & id == 14651 replace partycode = 200 if congress == 99 & id == 15035 replace partycode = 200 if congress == 99 & id == 15037 replace partycode = 100 if congress == 99 & id == 14648 replace partycode = 200 if congress == 99 & id == 14860 replace partycode = 100 if congress == 99 & id == 15062 replace partycode = 100 if congress == 99 & id == 14029 replace partycode = 100 if congress == 99 & id == 7333 replace partycode = 100 if congress == 99 & id == 3078 replace partycode = 100 if congress == 99 & id == 15069 replace partycode = 100 if congress == 99 & id == 14831 replace partycode = 100 if congress == 99 & id == 15053 replace partycode = 200 if congress == 99 & id == 15120 replace partycode = 100 if congress == 99 & id == 14467 replace partycode = 200 if congress == 99 & id == 14627 replace partycode = 100 if congress == 99 & id == 15081 replace partycode = 100 if congress == 99 & id == 15057 replace partycode = 100 if congress == 99 & id == 14429 replace partycode = 100 if congress == 99 & id == 14404 replace partycode = 100 if congress == 99 & id == 14425 replace partycode = 100 if congress == 99 & id == 15245 replace partycode = 100 if congress == 99 & id == 14400 replace partycode = 200 if congress == 99 & id == 14809 replace partycode = 100 if congress == 99 & id == 15117 replace partycode = 100 if congress == 99 & id == 15079 replace partycode = 100 if congress == 99 & id == 14856 replace partycode = 100 if congress == 99 & id == 14271 replace partycode = 200 if congress == 99 & id == 14041 replace partycode = 100 if congress == 99 & id == 15036 replace partycode = 200 if congress == 99 & id == 14239 replace partycode = 100 if congress == 99 & id == 14068 replace partycode = 100 if congress == 99 & id == 8080 replace partycode = 100 if congress == 99 & id == 10421 replace partycode = 200 if congress == 99 & id == 14677 replace partycode = 100 if congress == 99 & id == 10703 replace partycode = 200 if congress == 99 & id == 12041 replace partycode = 200 if congress == 99 & id == 15098 replace partycode = 200 if congress == 99 & id == 15102 replace partycode = 200 if congress == 99 & id == 14033 replace partycode = 200 if congress == 99 & id == 14841 replace partycode = 100 if congress == 99 & id == 15023 replace partycode = 200 if congress == 99 & id == 6455 replace partycode = 100 if congress == 99 & id == 15088 replace partycode = 100 if congress == 99 & id == 15021 replace partycode = 100 if congress == 99 & id == 7610 replace partycode = 100 if congress == 99 & id == 15101 replace partycode = 100 if congress == 99 & id == 15124 replace partycode = 100 if congress == 99 & id == 14274 replace partycode = 200 if congress == 99 & id == 14834 replace partycode = 200 if congress == 99 & id == 14806 replace partycode = 200 if congress == 99 & id == 13018 replace partycode = 200 if congress == 99 & id == 15014 replace partycode = 200 if congress == 99 & id == 11036 replace partycode = 100 if congress == 99 & id == 15041 replace partycode = 100 if congress == 99 & id == 10732 replace partycode = 100 if congress == 99 & id == 10742 replace partycode = 200 if congress == 99 & id == 14432 replace partycode = 200 if congress == 99 & id == 14668 replace partycode = 200 if congress == 99 & id == 14820 replace partycode = 100 if congress == 99 & id == 8672 replace partycode = 200 if congress == 99 & id == 15106 replace partycode = 100 if congress == 99 & id == 14205 replace partycode = 200 if congress == 99 & id == 14852 replace partycode = 100 if congress == 99 & id == 15061 replace partycode = 200 if congress == 99 & id == 15109 replace partycode = 100 if congress == 99 & id == 14422 replace partycode = 200 if congress == 99 & id == 14670 replace partycode = 100 if congress == 99 & id == 14237 replace partycode = 100 if congress == 99 & id == 6845 replace partycode = 100 if congress == 99 & id == 13024 replace partycode = 200 if congress == 99 & id == 10626 replace partycode = 200 if congress == 99 & id == 14854 replace partycode = 200 if congress == 99 & id == 14635 replace partycode = 100 if congress == 99 & id == 15228 replace partycode = 200 if congress == 99 & id == 14469 replace partycode = 100 if congress == 99 & id == 14067 replace partycode = 100 if congress == 99 & id == 14679 replace partycode = 100 if congress == 99 & id == 14853 replace partycode = 100 if congress == 99 & id == 14427 replace partycode = 200 if congress == 99 & id == 14259 replace partycode = 100 if congress == 99 & id == 13056 replace partycode = 100 if congress == 99 & id == 10602 replace partycode = 100 if congress == 99 & id == 15128 replace partycode = 200 if congress == 99 & id == 15042 replace partycode = 200 if congress == 99 & id == 14661 replace partycode = 100 if congress == 99 & id == 14817 replace partycode = 200 if congress == 99 & id == 15086 replace partycode = 100 if congress == 99 & id == 14440 replace partycode = 200 if congress == 99 & id == 14021 replace partycode = 100 if congress == 99 & id == 14873 replace partycode = 100 if congress == 99 & id == 14608 replace partycode = 100 if congress == 99 & id == 13031 replace partycode = 100 if congress == 99 & id == 14604 replace partycode = 200 if congress == 99 & id == 2009 replace partycode = 100 if congress == 99 & id == 830 replace partycode = 100 if congress == 99 & id == 14216 replace partycode = 100 if congress == 99 & id == 14824 replace partycode = 100 if congress == 99 & id == 15084 replace partycode = 100 if congress == 99 & id == 14650 replace partycode = 100 if congress == 99 & id == 14435 replace partycode = 100 if congress == 99 & id == 7081 replace partycode = 100 if congress == 99 & id == 14039 replace partycode = 100 if congress == 99 & id == 14055 replace partycode = 100 if congress == 99 & id == 14621 replace partycode = 100 if congress == 99 & id == 10713 replace partycode = 200 if congress == 99 & id == 14446 replace partycode = 100 if congress == 99 & id == 14673 replace partycode = 200 if congress == 99 & id == 14872 replace partycode = 200 if congress == 99 & id == 15103 replace partycode = 100 if congress == 99 & id == 14210 replace partycode = 100 if congress == 99 & id == 14430 replace partycode = 100 if congress == 99 & id == 14075 replace partycode = 200 if congress == 99 & id == 10794 replace partycode = 200 if congress == 99 & id == 15114 replace partycode = 200 if congress == 99 & id == 14618 replace partycode = 100 if congress == 99 & id == 14407 replace partycode = 100 if congress == 99 & id == 14681 replace partycode = 100 if congress == 99 & id == 14833 replace partycode = 100 if congress == 99 & id == 10727 replace partycode = 100 if congress == 99 & id == 2605 replace partycode = 100 if congress == 99 & id == 15033 replace partycode = 200 if congress == 99 & id == 1087 replace partycode = 100 if congress == 99 & id == 15052 replace partycode = 200 if congress == 99 & id == 14868 replace partycode = 200 if congress == 99 & id == 13015 replace partycode = 100 if congress == 99 & id == 14458 replace partycode = 100 if congress == 99 & id == 14656 replace partycode = 100 if congress == 99 & id == 15059 replace partycode = 200 if congress == 99 & id == 14466 replace partycode = 100 if congress == 99 & id == 14265 replace partycode = 100 if congress == 99 & id == 10075 replace partycode = 200 if congress == 99 & id == 15025 replace partycode = 100 if congress == 99 & id == 11035 replace partycode = 100 if congress == 99 & id == 14874 replace partycode = 200 if congress == 99 & id == 14031 replace partycode = 100 if congress == 99 & id == 12009 replace partycode = 100 if congress == 99 & id == 14465 replace partycode = 100 if congress == 99 & id == 14421 replace partycode = 100 if congress == 99 & id == 14451 replace partycode = 100 if congress == 99 & id == 15076 replace partycode = 200 if congress == 99 & id == 14410 replace partycode = 200 if congress == 99 & id == 14057 replace partycode = 200 if congress == 99 & id == 14819 replace partycode = 100 if congress == 99 & id == 14459 replace partycode = 100 if congress == 99 & id == 14672 replace partycode = 200 if congress == 99 & id == 14437 replace partycode = 200 if congress == 99 & id == 14605 replace partycode = 200 if congress == 99 & id == 14810 replace partycode = 200 if congress == 99 & id == 14276 replace partycode = 100 if congress == 99 & id == 15054 replace partycode = 200 if congress == 99 & id == 15075 replace partycode = 200 if congress == 99 & id == 15116 replace partycode = 200 if congress == 99 & id == 14826 replace partycode = 100 if congress == 99 & id == 14223 replace partycode = 100 if congress == 99 & id == 14238 replace partycode = 100 if congress == 99 & id == 10739 replace partycode = 200 if congress == 99 & id == 14863 replace partycode = 200 if congress == 99 & id == 14855 replace partycode = 100 if congress == 99 & id == 14815 replace partycode = 200 if congress == 99 & id == 14046 replace partycode = 100 if congress == 99 & id == 12042 replace partycode = 100 if congress == 99 & id == 15071 replace partycode = 100 if congress == 99 & id == 8010 replace partycode = 200 if congress == 99 & id == 15099 replace partycode = 200 if congress == 99 & id == 14614 replace partycode = 200 if congress == 99 & id == 15112 replace partycode = 100 if congress == 99 & id == 14631 replace partycode = 200 if congress == 99 & id == 12022 replace partycode = 200 if congress == 99 & id == 14861 replace partycode = 100 if congress == 99 & id == 15055 replace partycode = 200 if congress == 99 & id == 14610 replace partycode = 100 if congress == 99 & id == 14214 replace partycode = 100 if congress == 99 & id == 15046 replace partycode = 200 if congress == 99 & id == 13021 replace partycode = 200 if congress == 99 & id == 14845 replace partycode = 100 if congress == 99 & id == 10500 replace partycode = 100 if congress == 99 & id == 15244 replace partycode = 100 if congress == 99 & id == 15000 replace partycode = 100 if congress == 99 & id == 10768 replace partycode = 100 if congress == 99 & id == 15107 replace partycode = 100 if congress == 99 & id == 14858 replace partycode = 100 if congress == 99 & id == 15072 replace partycode = 100 if congress == 99 & id == 15050 replace partycode = 100 if congress == 99 & id == 14277 replace partycode = 200 if congress == 99 & id == 14846 replace partycode = 200 if congress == 99 & id == 14471 replace partycode = 100 if congress == 99 & id == 13035 replace partycode = 100 if congress == 99 & id == 14463 replace partycode = 100 if congress == 99 & id == 14470 replace partycode = 100 if congress == 99 & id == 12003 replace partycode = 200 if congress == 99 & id == 15095 replace partycode = 200 if congress == 99 & id == 12013 replace partycode = 200 if congress == 99 & id == 14015 replace partycode = 100 if congress == 99 & id == 9017 replace partycode = 200 if congress == 99 & id == 14662 replace partycode = 200 if congress == 99 & id == 15007 replace partycode = 200 if congress == 99 & id == 14840 replace partycode = 200 if congress == 99 & id == 14870 replace partycode = 100 if congress == 99 & id == 14253 replace partycode = 200 if congress == 99 & id == 10596 replace partycode = 200 if congress == 99 & id == 15097 replace partycode = 200 if congress == 99 & id == 13020 replace partycode = 100 if congress == 99 & id == 14248 replace partycode = 100 if congress == 99 & id == 14264 replace partycode = 100 if congress == 99 & id == 14289 replace partycode = 100 if congress == 99 & id == 10788 replace partycode = 100 if congress == 99 & id == 15073 replace partycode = 100 if congress == 99 & id == 14464 replace partycode = 200 if congress == 99 & id == 15091 replace partycode = 100 if congress == 99 & id == 14262 replace partycode = 200 if congress == 99 & id == 15092 replace partycode = 100 if congress == 99 & id == 14048 replace partycode = 100 if congress == 99 & id == 14233 replace partycode = 200 if congress == 99 & id == 15108 replace partycode = 200 if congress == 99 & id == 10574 replace partycode = 200 if congress == 99 & id == 14832 replace partycode = 100 if congress == 99 & id == 14812 replace partycode = 100 if congress == 99 & id == 14070 replace partycode = 200 if congress == 99 & id == 14225 replace partycode = 100 if congress == 99 & id == 14632 replace partycode = 200 if congress == 99 & id == 14875 replace partycode = 200 if congress == 99 & id == 5495 replace partycode = 200 if congress == 99 & id == 14844 replace partycode = 200 if congress == 99 & id == 15020 replace partycode = 200 if congress == 99 & id == 14245 replace partycode = 100 if congress == 99 & id == 15029 replace partycode = 200 if congress == 99 & id == 11034 replace partycode = 100 if congress == 99 & id == 14818 replace partycode = 200 if congress == 99 & id == 15030 replace partycode = 100 if congress == 99 & id == 14445 replace partycode = 100 if congress == 99 & id == 13040 replace partycode = 200 if congress == 99 & id == 11058 replace partycode = 200 if congress == 99 & id == 14045 replace partycode = 100 if congress == 99 & id == 15121 replace partycode = 100 if congress == 99 & id == 14402 replace partycode = 100 if congress == 99 & id == 15024 replace partycode = 100 if congress == 99 & id == 14443 replace partycode = 100 if congress == 99 & id == 12030 replace partycode = 100 if congress == 99 & id == 14026 replace partycode = 100 if congress == 99 & id == 14667 replace partycode = 100 if congress == 99 & id == 14462 replace partycode = 100 if congress == 99 & id == 14843 replace partycode = 200 if congress == 99 & id == 14415 replace partycode = 100 if congress == 99 & id == 14219 replace partycode = 100 if congress == 99 & id == 14201 replace partycode = 200 if congress == 99 & id == 15063 replace partycode = 100 if congress == 99 & id == 14871 replace partycode = 100 if congress == 99 & id == 14281 replace partycode = 200 if congress == 99 & id == 14864 replace partycode = 100 if congress == 99 & id == 14823 replace partycode = 100 if congress == 99 & id == 14629 replace partycode = 100 if congress == 99 & id == 15008 replace partycode = 100 if congress == 99 & id == 15031 replace partycode = 200 if congress == 99 & id == 14273 replace partycode = 100 if congress == 99 & id == 12035 replace partycode = 100 if congress == 99 & id == 14217 replace partycode = 100 if congress == 99 & id == 14431 replace partycode = 200 if congress == 99 & id == 14052 replace partycode = 200 if congress == 99 & id == 10607 replace partycode = 100 if congress == 99 & id == 15104 replace partycode = 100 if congress == 99 & id == 14072 replace partycode = 200 if congress == 99 & id == 12010 replace partycode = 100 if congress == 99 & id == 14808 replace partycode = 200 if congress == 99 & id == 14654 replace partycode = 200 if congress == 99 & id == 14461 replace partycode = 200 if congress == 99 & id == 15026 replace partycode = 100 if congress == 99 & id == 14460 replace partycode = 200 if congress == 99 & id == 14288 replace partycode = 100 if congress == 99 & id == 11067 replace partycode = 200 if congress == 99 & id == 15056 replace partycode = 100 if congress == 99 & id == 14441 replace partycode = 200 if congress == 99 & id == 14612 replace partycode = 100 if congress == 99 & id == 10561 replace partycode = 200 if congress == 99 & id == 14857 replace partycode = 200 if congress == 99 & id == 14830 replace partycode = 200 if congress == 99 & id == 13042 replace partycode = 100 if congress == 99 & id == 14212 replace partycode = 200 if congress == 99 & id == 14609 replace partycode = 100 if congress == 99 & id == 15064 replace partycode = 100 if congress == 99 & id == 15068 replace partycode = 100 if congress == 99 & id == 14617 replace partycode = 200 if congress == 99 & id == 10616 replace partycode = 200 if congress == 99 & id == 10719 replace partycode = 100 if congress == 99 & id == 14251 replace partycode = 100 if congress == 99 & id == 15019 replace partycode = 100 if congress == 99 & id == 14607 replace partycode = 100 if congress == 99 & id == 15100 replace partycode = 200 if congress == 99 & id == 15066 replace partycode = 100 if congress == 99 & id == 12038 replace partycode = 100 if congress == 99 & id == 14224 replace partycode = 100 if congress == 99 & id == 14291 replace partycode = 100 if congress == 99 & id == 15129 replace partycode = 100 if congress == 99 & id == 14062 replace partycode = 200 if congress == 99 & id == 15002 replace partycode = 100 if congress == 99 & id == 14828 replace partycode = 100 if congress == 99 & id == 15013 replace partycode = 200 if congress == 99 & id == 15085 replace partycode = 200 if congress == 99 & id == 13002 replace partycode = 200 if congress == 99 & id == 14822 replace partycode = 100 if congress == 99 & id == 1077 replace partycode = 100 if congress == 99 & id == 10614 replace partycode = 100 if congress == 99 & id == 14641 replace partycode = 100 if congress == 99 & id == 10391 replace partycode = 200 if congress == 99 & id == 15087 replace partycode = 200 if congress == 99 & id == 15119 replace partycode = 100 if congress == 99 & id == 10716 replace partycode = 100 if congress == 99 & id == 15018 replace partycode = 100 if congress == 99 & id == 14664 replace partycode = 100 if congress == 99 & id == 14643 replace partycode = 200 if congress == 99 & id == 15093 replace partycode = 100 if congress == 99 & id == 10520 replace partycode = 200 if congress == 99 & id == 14645 replace partycode = 200 if congress == 99 & id == 15094 replace partycode = 100 if congress == 99 & id == 15089 replace partycode = 100 if congress == 99 & id == 14626 replace partycode = 100 if congress == 99 & id == 15001 replace partycode = 200 if congress == 99 & id == 15125 replace partycode = 100 if congress == 99 & id == 15049 replace partycode = 200 if congress == 99 & id == 14829 replace partycode = 200 if congress == 99 & id == 15111 replace partycode = 200 if congress == 99 & id == 15047 replace partycode = 200 if congress == 99 & id == 14240 replace partycode = 200 if congress == 99 & id == 15003 replace partycode = 200 if congress == 99 & id == 12033 replace partycode = 200 if congress == 99 & id == 14802 replace partycode = 100 if congress == 99 & id == 15060 replace partycode = 100 if congress == 99 & id == 12011 replace partycode = 100 if congress == 99 & id == 15048 replace partycode = 200 if congress == 99 & id == 15115 replace partycode = 200 if congress == 99 & id == 14043 replace partycode = 100 if congress == 99 & id == 15010 replace partycode = 200 if congress == 99 & id == 14869 replace partycode = 200 if congress == 99 & id == 15110 replace partycode = 100 if congress == 99 & id == 14666 replace partycode = 100 if congress == 99 & id == 14208 replace partycode = 200 if congress == 99 & id == 14847 replace partycode = 100 if congress == 99 & id == 10726 replace partycode = 100 if congress == 99 & id == 14413 replace partycode = 100 if congress == 99 & id == 14646 replace partycode = 200 if congress == 99 & id == 15016 replace partycode = 100 if congress == 99 & id == 15083 replace partycode = 100 if congress == 99 & id == 15065 replace partycode = 100 if congress == 99 & id == 15077 replace partycode = 100 if congress == 99 & id == 14448 replace partycode = 100 if congress == 99 & id == 13003 replace partycode = 100 if congress == 99 & id == 5101 replace partycode = 200 if congress == 99 & id == 14827 replace partycode = 100 if congress == 99 & id == 15082 replace partycode = 100 if congress == 99 & id == 15044 replace partycode = 200 if congress == 99 & id == 14675 replace partycode = 100 if congress == 99 & id == 12036 replace partycode = 200 if congress == 99 & id == 14655 replace partycode = 200 if congress == 99 & id == 14657 replace partycode = 200 if congress == 99 & id == 14611 replace partycode = 200 if congress == 100 & id == 99907 replace partycode = 200 if congress == 100 & id == 15090 replace partycode = 200 if congress == 100 & id == 10717 replace partycode = 100 if congress == 100 & id == 11037 replace partycode = 100 if congress == 100 & id == 11000 replace partycode = 100 if congress == 100 & id == 14419 replace partycode = 100 if congress == 100 & id == 15022 replace partycode = 100 if congress == 100 & id == 15416 replace partycode = 200 if congress == 100 & id == 14066 replace partycode = 200 if congress == 100 & id == 15440 replace partycode = 100 if congress == 100 & id == 10566 replace partycode = 200 if congress == 100 & id == 14454 replace partycode = 200 if congress == 100 & id == 15429 replace partycode = 200 if congress == 100 & id == 15105 replace partycode = 100 if congress == 100 & id == 12000 replace partycode = 100 if congress == 100 & id == 15122 replace partycode = 200 if congress == 100 & id == 11020 replace partycode = 100 if congress == 100 & id == 14601 replace partycode = 100 if congress == 100 & id == 15009 replace partycode = 200 if congress == 100 & id == 15420 replace partycode = 100 if congress == 100 & id == 14649 replace partycode = 100 if congress == 100 & id == 14624 replace partycode = 100 if congress == 100 & id == 15080 replace partycode = 100 if congress == 100 & id == 15448 replace partycode = 100 if congress == 100 & id == 15011 replace partycode = 100 if congress == 100 & id == 14256 replace partycode = 100 if congress == 100 & id == 13011 replace partycode = 100 if congress == 100 & id == 14053 replace partycode = 100 if congress == 100 & id == 10583 replace partycode = 100 if congress == 100 & id == 14837 replace partycode = 200 if congress == 100 & id == 15428 replace partycode = 100 if congress == 100 & id == 14257 replace partycode = 200 if congress == 100 & id == 14660 replace partycode = 100 if congress == 100 & id == 14613 replace partycode = 100 if congress == 100 & id == 14444 replace partycode = 200 if congress == 100 & id == 14652 replace partycode = 100 if congress == 100 & id == 15032 replace partycode = 200 if congress == 100 & id == 14071 replace partycode = 200 if congress == 100 & id == 14669 replace partycode = 200 if congress == 100 & id == 15413 replace partycode = 200 if congress == 100 & id == 14040 replace partycode = 100 if congress == 100 & id == 14405 replace partycode = 100 if congress == 100 & id == 14280 replace partycode = 100 if congress == 100 & id == 10621 replace partycode = 100 if congress == 100 & id == 15005 replace partycode = 100 if congress == 100 & id == 15034 replace partycode = 100 if congress == 100 & id == 14620 replace partycode = 100 if congress == 100 & id == 10595 replace partycode = 100 if congress == 100 & id == 14879 replace partycode = 100 if congress == 100 & id == 14816 replace partycode = 100 if congress == 100 & id == 12001 replace partycode = 200 if congress == 100 & id == 14813 replace partycode = 100 if congress == 100 & id == 15070 replace partycode = 200 if congress == 100 & id == 14644 replace partycode = 100 if congress == 100 & id == 10573 replace partycode = 200 if congress == 100 & id == 15040 replace partycode = 200 if congress == 100 & id == 14414 replace partycode = 200 if congress == 100 & id == 14616 replace partycode = 200 if congress == 100 & id == 14403 replace partycode = 200 if congress == 100 & id == 14839 replace partycode = 200 if congress == 100 & id == 14647 replace partycode = 200 if congress == 100 & id == 15051 replace partycode = 100 if congress == 100 & id == 15004 replace partycode = 200 if congress == 100 & id == 14835 replace partycode = 100 if congress == 100 & id == 14051 replace partycode = 100 if congress == 100 & id == 15443 replace partycode = 100 if congress == 100 & id == 15407 replace partycode = 200 if congress == 100 & id == 14803 replace partycode = 200 if congress == 100 & id == 15419 replace partycode = 200 if congress == 100 & id == 15058 replace partycode = 100 if congress == 100 & id == 14877 replace partycode = 100 if congress == 100 & id == 14825 replace partycode = 100 if congress == 100 & id == 15045 replace partycode = 200 if congress == 100 & id == 13029 replace partycode = 200 if congress == 100 & id == 15449 replace partycode = 200 if congress == 100 & id == 15123 replace partycode = 200 if congress == 100 & id == 15028 replace partycode = 100 if congress == 100 & id == 15015 replace partycode = 100 if congress == 100 & id == 14636 replace partycode = 100 if congress == 100 & id == 95415 replace partycode = 100 if congress == 100 & id == 633 replace partycode = 100 if congress == 100 & id == 12007 replace partycode = 200 if congress == 100 & id == 14842 replace partycode = 100 if congress == 100 & id == 15038 replace partycode = 100 if congress == 100 & id == 10588 replace partycode = 200 if congress == 100 & id == 13047 replace partycode = 200 if congress == 100 & id == 15006 replace partycode = 200 if congress == 100 & id == 14428 replace partycode = 100 if congress == 100 & id == 14651 replace partycode = 200 if congress == 100 & id == 15035 replace partycode = 200 if congress == 100 & id == 15037 replace partycode = 100 if congress == 100 & id == 14648 replace partycode = 200 if congress == 100 & id == 14860 replace partycode = 100 if congress == 100 & id == 15062 replace partycode = 100 if congress == 100 & id == 14029 replace partycode = 100 if congress == 100 & id == 7333 replace partycode = 100 if congress == 100 & id == 3078 replace partycode = 100 if congress == 100 & id == 15069 replace partycode = 100 if congress == 100 & id == 14831 replace partycode = 100 if congress == 100 & id == 15053 replace partycode = 200 if congress == 100 & id == 15120 replace partycode = 100 if congress == 100 & id == 15431 replace partycode = 200 if congress == 100 & id == 14627 replace partycode = 100 if congress == 100 & id == 15081 replace partycode = 100 if congress == 100 & id == 15057 replace partycode = 100 if congress == 100 & id == 14429 replace partycode = 100 if congress == 100 & id == 14404 replace partycode = 200 if congress == 100 & id == 15441 replace partycode = 100 if congress == 100 & id == 14400 replace partycode = 200 if congress == 100 & id == 14809 replace partycode = 100 if congress == 100 & id == 15117 replace partycode = 100 if congress == 100 & id == 15079 replace partycode = 100 if congress == 100 & id == 14856 replace partycode = 100 if congress == 100 & id == 14271 replace partycode = 200 if congress == 100 & id == 15409 replace partycode = 100 if congress == 100 & id == 15036 replace partycode = 200 if congress == 100 & id == 14239 replace partycode = 100 if congress == 100 & id == 14068 replace partycode = 100 if congress == 100 & id == 8080 replace partycode = 100 if congress == 100 & id == 10421 replace partycode = 200 if congress == 100 & id == 14677 replace partycode = 100 if congress == 100 & id == 10703 replace partycode = 200 if congress == 100 & id == 12041 replace partycode = 200 if congress == 100 & id == 15098 replace partycode = 200 if congress == 100 & id == 15417 replace partycode = 200 if congress == 100 & id == 14033 replace partycode = 200 if congress == 100 & id == 14841 replace partycode = 100 if congress == 100 & id == 15023 replace partycode = 200 if congress == 100 & id == 6455 replace partycode = 100 if congress == 100 & id == 15088 replace partycode = 100 if congress == 100 & id == 15021 replace partycode = 100 if congress == 100 & id == 7610 replace partycode = 100 if congress == 100 & id == 15453 replace partycode = 100 if congress == 100 & id == 15101 replace partycode = 100 if congress == 100 & id == 15124 replace partycode = 100 if congress == 100 & id == 14274 replace partycode = 200 if congress == 100 & id == 14834 replace partycode = 200 if congress == 100 & id == 14806 replace partycode = 100 if congress == 100 & id == 15426 replace partycode = 200 if congress == 100 & id == 15014 replace partycode = 200 if congress == 100 & id == 11036 replace partycode = 100 if congress == 100 & id == 15041 replace partycode = 100 if congress == 100 & id == 10732 replace partycode = 100 if congress == 100 & id == 10742 replace partycode = 200 if congress == 100 & id == 14432 replace partycode = 200 if congress == 100 & id == 14668 replace partycode = 100 if congress == 100 & id == 15435 replace partycode = 100 if congress == 100 & id == 8672 replace partycode = 200 if congress == 100 & id == 15106 replace partycode = 200 if congress == 100 & id == 15414 replace partycode = 200 if congress == 100 & id == 14852 replace partycode = 100 if congress == 100 & id == 15061 replace partycode = 200 if congress == 100 & id == 15109 replace partycode = 100 if congress == 100 & id == 14422 replace partycode = 200 if congress == 100 & id == 14670 replace partycode = 100 if congress == 100 & id == 14237 replace partycode = 100 if congress == 100 & id == 6845 replace partycode = 100 if congress == 100 & id == 13024 replace partycode = 200 if congress == 100 & id == 15406 replace partycode = 200 if congress == 100 & id == 14854 replace partycode = 200 if congress == 100 & id == 14635 replace partycode = 100 if congress == 100 & id == 15228 replace partycode = 200 if congress == 100 & id == 14469 replace partycode = 100 if congress == 100 & id == 14067 replace partycode = 100 if congress == 100 & id == 14679 replace partycode = 100 if congress == 100 & id == 14853 replace partycode = 200 if congress == 100 & id == 15451 replace partycode = 100 if congress == 100 & id == 14427 replace partycode = 200 if congress == 100 & id == 15401 replace partycode = 100 if congress == 100 & id == 15418 replace partycode = 200 if congress == 100 & id == 15422 replace partycode = 100 if congress == 100 & id == 15404 replace partycode = 200 if congress == 100 & id == 14661 replace partycode = 100 if congress == 100 & id == 14817 replace partycode = 200 if congress == 100 & id == 15086 replace partycode = 100 if congress == 100 & id == 15408 replace partycode = 100 if congress == 100 & id == 15432 replace partycode = 100 if congress == 100 & id == 14873 replace partycode = 100 if congress == 100 & id == 14608 replace partycode = 100 if congress == 100 & id == 15433 replace partycode = 200 if congress == 100 & id == 15434 replace partycode = 200 if congress == 100 & id == 2009 replace partycode = 100 if congress == 100 & id == 830 replace partycode = 100 if congress == 100 & id == 14216 replace partycode = 100 if congress == 100 & id == 14824 replace partycode = 100 if congress == 100 & id == 15084 replace partycode = 100 if congress == 100 & id == 14650 replace partycode = 100 if congress == 100 & id == 14435 replace partycode = 100 if congress == 100 & id == 15427 replace partycode = 100 if congress == 100 & id == 14039 replace partycode = 100 if congress == 100 & id == 14055 replace partycode = 100 if congress == 100 & id == 14621 replace partycode = 100 if congress == 100 & id == 10713 replace partycode = 200 if congress == 100 & id == 14446 replace partycode = 100 if congress == 100 & id == 14673 replace partycode = 200 if congress == 100 & id == 15446 replace partycode = 200 if congress == 100 & id == 15103 replace partycode = 100 if congress == 100 & id == 14210 replace partycode = 100 if congress == 100 & id == 14430 replace partycode = 100 if congress == 100 & id == 14075 replace partycode = 200 if congress == 100 & id == 10794 replace partycode = 200 if congress == 100 & id == 15114 replace partycode = 200 if congress == 100 & id == 14618 replace partycode = 100 if congress == 100 & id == 14407 replace partycode = 100 if congress == 100 & id == 14681 replace partycode = 100 if congress == 100 & id == 14833 replace partycode = 100 if congress == 100 & id == 10727 replace partycode = 100 if congress == 100 & id == 2605 replace partycode = 100 if congress == 100 & id == 15033 replace partycode = 200 if congress == 100 & id == 1087 replace partycode = 100 if congress == 100 & id == 15052 replace partycode = 200 if congress == 100 & id == 14868 replace partycode = 200 if congress == 100 & id == 13015 replace partycode = 100 if congress == 100 & id == 14458 replace partycode = 100 if congress == 100 & id == 14656 replace partycode = 100 if congress == 100 & id == 15059 replace partycode = 200 if congress == 100 & id == 14466 replace partycode = 100 if congress == 100 & id == 14265 replace partycode = 100 if congress == 100 & id == 10075 replace partycode = 100 if congress == 100 & id == 15411 replace partycode = 100 if congress == 100 & id == 11035 replace partycode = 100 if congress == 100 & id == 14874 replace partycode = 200 if congress == 100 & id == 14031 replace partycode = 100 if congress == 100 & id == 12009 replace partycode = 200 if congress == 100 & id == 15405 replace partycode = 100 if congress == 100 & id == 14421 replace partycode = 100 if congress == 100 & id == 14451 replace partycode = 100 if congress == 100 & id == 15076 replace partycode = 200 if congress == 100 & id == 14410 replace partycode = 200 if congress == 100 & id == 14057 replace partycode = 200 if congress == 100 & id == 14819 replace partycode = 100 if congress == 100 & id == 14459 replace partycode = 100 if congress == 100 & id == 14672 replace partycode = 200 if congress == 100 & id == 14437 replace partycode = 200 if congress == 100 & id == 14605 replace partycode = 200 if congress == 100 & id == 14810 replace partycode = 200 if congress == 100 & id == 14276 replace partycode = 100 if congress == 100 & id == 15403 replace partycode = 200 if congress == 100 & id == 15075 replace partycode = 200 if congress == 100 & id == 15116 replace partycode = 200 if congress == 100 & id == 14826 replace partycode = 100 if congress == 100 & id == 14223 replace partycode = 100 if congress == 100 & id == 14238 replace partycode = 100 if congress == 100 & id == 10739 replace partycode = 200 if congress == 100 & id == 14863 replace partycode = 200 if congress == 100 & id == 14855 replace partycode = 100 if congress == 100 & id == 14815 replace partycode = 200 if congress == 100 & id == 14046 replace partycode = 100 if congress == 100 & id == 12042 replace partycode = 100 if congress == 100 & id == 15071 replace partycode = 100 if congress == 100 & id == 8010 replace partycode = 200 if congress == 100 & id == 15099 replace partycode = 200 if congress == 100 & id == 14614 replace partycode = 200 if congress == 100 & id == 15112 replace partycode = 100 if congress == 100 & id == 14631 replace partycode = 200 if congress == 100 & id == 12022 replace partycode = 200 if congress == 100 & id == 14861 replace partycode = 100 if congress == 100 & id == 15055 replace partycode = 100 if congress == 100 & id == 15421 replace partycode = 100 if congress == 100 & id == 14214 replace partycode = 100 if congress == 100 & id == 15046 replace partycode = 200 if congress == 100 & id == 13021 replace partycode = 200 if congress == 100 & id == 14845 replace partycode = 100 if congress == 100 & id == 15412 replace partycode = 100 if congress == 100 & id == 15000 replace partycode = 100 if congress == 100 & id == 10768 replace partycode = 100 if congress == 100 & id == 15107 replace partycode = 100 if congress == 100 & id == 14858 replace partycode = 100 if congress == 100 & id == 15072 replace partycode = 100 if congress == 100 & id == 15050 replace partycode = 100 if congress == 100 & id == 14277 replace partycode = 200 if congress == 100 & id == 14846 replace partycode = 200 if congress == 100 & id == 14471 replace partycode = 100 if congress == 100 & id == 13035 replace partycode = 100 if congress == 100 & id == 14463 replace partycode = 100 if congress == 100 & id == 14470 replace partycode = 100 if congress == 100 & id == 12003 replace partycode = 200 if congress == 100 & id == 15095 replace partycode = 200 if congress == 100 & id == 12013 replace partycode = 200 if congress == 100 & id == 14015 replace partycode = 100 if congress == 100 & id == 9017 replace partycode = 200 if congress == 100 & id == 14662 replace partycode = 200 if congress == 100 & id == 15007 replace partycode = 200 if congress == 100 & id == 14840 replace partycode = 200 if congress == 100 & id == 14870 replace partycode = 100 if congress == 100 & id == 14253 replace partycode = 200 if congress == 100 & id == 10596 replace partycode = 100 if congress == 100 & id == 15444 replace partycode = 200 if congress == 100 & id == 13020 replace partycode = 100 if congress == 100 & id == 14248 replace partycode = 100 if congress == 100 & id == 14264 replace partycode = 200 if congress == 100 & id == 15423 replace partycode = 100 if congress == 100 & id == 10788 replace partycode = 100 if congress == 100 & id == 15073 replace partycode = 100 if congress == 100 & id == 15430 replace partycode = 100 if congress == 100 & id == 15438 replace partycode = 100 if congress == 100 & id == 14262 replace partycode = 200 if congress == 100 & id == 15092 replace partycode = 100 if congress == 100 & id == 14048 replace partycode = 100 if congress == 100 & id == 14233 replace partycode = 200 if congress == 100 & id == 15108 replace partycode = 200 if congress == 100 & id == 15402 replace partycode = 100 if congress == 100 & id == 15017 replace partycode = 100 if congress == 100 & id == 14812 replace partycode = 100 if congress == 100 & id == 14070 replace partycode = 200 if congress == 100 & id == 14225 replace partycode = 100 if congress == 100 & id == 14632 replace partycode = 200 if congress == 100 & id == 14875 replace partycode = 200 if congress == 100 & id == 5495 replace partycode = 200 if congress == 100 & id == 14844 replace partycode = 200 if congress == 100 & id == 15020 replace partycode = 200 if congress == 100 & id == 11028 replace partycode = 100 if congress == 100 & id == 15029 replace partycode = 200 if congress == 100 & id == 11034 replace partycode = 100 if congress == 100 & id == 14818 replace partycode = 200 if congress == 100 & id == 15030 replace partycode = 100 if congress == 100 & id == 14445 replace partycode = 100 if congress == 100 & id == 15442 replace partycode = 200 if congress == 100 & id == 11058 replace partycode = 200 if congress == 100 & id == 14045 replace partycode = 100 if congress == 100 & id == 15121 replace partycode = 100 if congress == 100 & id == 14402 replace partycode = 100 if congress == 100 & id == 15024 replace partycode = 100 if congress == 100 & id == 14443 replace partycode = 100 if congress == 100 & id == 12030 replace partycode = 200 if congress == 100 & id == 15424 replace partycode = 100 if congress == 100 & id == 14667 replace partycode = 100 if congress == 100 & id == 14462 replace partycode = 100 if congress == 100 & id == 14843 replace partycode = 200 if congress == 100 & id == 14415 replace partycode = 100 if congress == 100 & id == 14219 replace partycode = 100 if congress == 100 & id == 14201 replace partycode = 200 if congress == 100 & id == 15063 replace partycode = 100 if congress == 100 & id == 14871 replace partycode = 100 if congress == 100 & id == 15410 replace partycode = 200 if congress == 100 & id == 14864 replace partycode = 100 if congress == 100 & id == 14823 replace partycode = 100 if congress == 100 & id == 14629 replace partycode = 100 if congress == 100 & id == 15008 replace partycode = 100 if congress == 100 & id == 15031 replace partycode = 200 if congress == 100 & id == 14273 replace partycode = 100 if congress == 100 & id == 12035 replace partycode = 200 if congress == 100 & id == 15447 replace partycode = 100 if congress == 100 & id == 14431 replace partycode = 200 if congress == 100 & id == 14052 replace partycode = 200 if congress == 100 & id == 10607 replace partycode = 100 if congress == 100 & id == 15104 replace partycode = 100 if congress == 100 & id == 14072 replace partycode = 200 if congress == 100 & id == 12010 replace partycode = 100 if congress == 100 & id == 14808 replace partycode = 200 if congress == 100 & id == 14654 replace partycode = 200 if congress == 100 & id == 14461 replace partycode = 200 if congress == 100 & id == 15026 replace partycode = 100 if congress == 100 & id == 14460 replace partycode = 200 if congress == 100 & id == 14288 replace partycode = 100 if congress == 100 & id == 11067 replace partycode = 200 if congress == 100 & id == 15056 replace partycode = 100 if congress == 100 & id == 14441 replace partycode = 200 if congress == 100 & id == 14612 replace partycode = 100 if congress == 100 & id == 10561 replace partycode = 200 if congress == 100 & id == 14857 replace partycode = 200 if congress == 100 & id == 15439 replace partycode = 200 if congress == 100 & id == 13042 replace partycode = 100 if congress == 100 & id == 14212 replace partycode = 100 if congress == 100 & id == 15171 replace partycode = 100 if congress == 100 & id == 15064 replace partycode = 100 if congress == 100 & id == 15068 replace partycode = 100 if congress == 100 & id == 15425 replace partycode = 200 if congress == 100 & id == 10616 replace partycode = 200 if congress == 100 & id == 10719 replace partycode = 100 if congress == 100 & id == 14251 replace partycode = 100 if congress == 100 & id == 15019 replace partycode = 100 if congress == 100 & id == 14607 replace partycode = 100 if congress == 100 & id == 15450 replace partycode = 100 if congress == 100 & id == 15100 replace partycode = 200 if congress == 100 & id == 15066 replace partycode = 100 if congress == 100 & id == 12038 replace partycode = 100 if congress == 100 & id == 14224 replace partycode = 100 if congress == 100 & id == 15129 replace partycode = 100 if congress == 100 & id == 14062 replace partycode = 200 if congress == 100 & id == 15002 replace partycode = 100 if congress == 100 & id == 14828 replace partycode = 100 if congress == 100 & id == 15013 replace partycode = 200 if congress == 100 & id == 15085 replace partycode = 200 if congress == 100 & id == 13002 replace partycode = 200 if congress == 100 & id == 14822 replace partycode = 100 if congress == 100 & id == 1077 replace partycode = 100 if congress == 100 & id == 10614 replace partycode = 100 if congress == 100 & id == 14641 replace partycode = 100 if congress == 100 & id == 10391 replace partycode = 200 if congress == 100 & id == 15087 replace partycode = 200 if congress == 100 & id == 15119 replace partycode = 100 if congress == 100 & id == 10716 replace partycode = 100 if congress == 100 & id == 15018 replace partycode = 100 if congress == 100 & id == 14664 replace partycode = 100 if congress == 100 & id == 14643 replace partycode = 200 if congress == 100 & id == 15093 replace partycode = 100 if congress == 100 & id == 10520 replace partycode = 200 if congress == 100 & id == 15445 replace partycode = 200 if congress == 100 & id == 15094 replace partycode = 100 if congress == 100 & id == 15089 replace partycode = 100 if congress == 100 & id == 14626 replace partycode = 100 if congress == 100 & id == 15001 replace partycode = 200 if congress == 100 & id == 15125 replace partycode = 100 if congress == 100 & id == 15049 replace partycode = 200 if congress == 100 & id == 14829 replace partycode = 100 if congress == 100 & id == 14042 replace partycode = 200 if congress == 100 & id == 15047 replace partycode = 200 if congress == 100 & id == 14240 replace partycode = 200 if congress == 100 & id == 15003 replace partycode = 100 if congress == 100 & id == 15437 replace partycode = 200 if congress == 100 & id == 14802 replace partycode = 100 if congress == 100 & id == 15060 replace partycode = 100 if congress == 100 & id == 12011 replace partycode = 100 if congress == 100 & id == 15452 replace partycode = 100 if congress == 100 & id == 15048 replace partycode = 200 if congress == 100 & id == 15115 replace partycode = 200 if congress == 100 & id == 14043 replace partycode = 100 if congress == 100 & id == 15010 replace partycode = 200 if congress == 100 & id == 14869 replace partycode = 200 if congress == 100 & id == 15110 replace partycode = 100 if congress == 100 & id == 14666 replace partycode = 100 if congress == 100 & id == 14208 replace partycode = 200 if congress == 100 & id == 14847 replace partycode = 100 if congress == 100 & id == 10726 replace partycode = 100 if congress == 100 & id == 14413 replace partycode = 100 if congress == 100 & id == 14646 replace partycode = 200 if congress == 100 & id == 15016 replace partycode = 100 if congress == 100 & id == 15083 replace partycode = 100 if congress == 100 & id == 15065 replace partycode = 100 if congress == 100 & id == 15077 replace partycode = 100 if congress == 100 & id == 14448 replace partycode = 100 if congress == 100 & id == 13003 replace partycode = 100 if congress == 100 & id == 5101 replace partycode = 200 if congress == 100 & id == 14827 replace partycode = 100 if congress == 100 & id == 15082 replace partycode = 100 if congress == 100 & id == 15044 replace partycode = 200 if congress == 100 & id == 14675 replace partycode = 100 if congress == 100 & id == 12036 replace partycode = 200 if congress == 100 & id == 14655 replace partycode = 200 if congress == 100 & id == 14657 replace partycode = 200 if congress == 100 & id == 14611 replace partycode = 200 if congress == 101 & id == 99908 replace partycode = 200 if congress == 101 & id == 15090 replace partycode = 200 if congress == 101 & id == 10717 replace partycode = 100 if congress == 101 & id == 15632 replace partycode = 100 if congress == 101 & id == 11037 replace partycode = 100 if congress == 101 & id == 11000 replace partycode = 100 if congress == 101 & id == 14419 replace partycode = 100 if congress == 101 & id == 15022 replace partycode = 100 if congress == 101 & id == 15416 replace partycode = 200 if congress == 101 & id == 14066 replace partycode = 200 if congress == 101 & id == 15440 replace partycode = 100 if congress == 101 & id == 10566 replace partycode = 200 if congress == 101 & id == 14454 replace partycode = 200 if congress == 101 & id == 15429 replace partycode = 200 if congress == 101 & id == 15105 replace partycode = 100 if congress == 101 & id == 12000 replace partycode = 200 if congress == 101 & id == 95122 replace partycode = 200 if congress == 101 & id == 11020 replace partycode = 100 if congress == 101 & id == 14601 replace partycode = 100 if congress == 101 & id == 15009 replace partycode = 200 if congress == 101 & id == 15420 replace partycode = 100 if congress == 101 & id == 14649 replace partycode = 100 if congress == 101 & id == 14624 replace partycode = 100 if congress == 101 & id == 15448 replace partycode = 100 if congress == 101 & id == 15011 replace partycode = 100 if congress == 101 & id == 14256 replace partycode = 100 if congress == 101 & id == 13011 replace partycode = 100 if congress == 101 & id == 14053 replace partycode = 100 if congress == 101 & id == 10583 replace partycode = 100 if congress == 101 & id == 14837 replace partycode = 200 if congress == 101 & id == 15600 replace partycode = 100 if congress == 101 & id == 14257 replace partycode = 200 if congress == 101 & id == 14660 replace partycode = 100 if congress == 101 & id == 14613 replace partycode = 100 if congress == 101 & id == 15635 replace partycode = 100 if congress == 101 & id == 14444 replace partycode = 200 if congress == 101 & id == 14652 replace partycode = 100 if congress == 101 & id == 15032 replace partycode = 200 if congress == 101 & id == 14071 replace partycode = 200 if congress == 101 & id == 14669 replace partycode = 200 if congress == 101 & id == 15413 replace partycode = 200 if congress == 101 & id == 14040 replace partycode = 100 if congress == 101 & id == 14405 replace partycode = 100 if congress == 101 & id == 14280 replace partycode = 100 if congress == 101 & id == 10621 replace partycode = 100 if congress == 101 & id == 15005 replace partycode = 100 if congress == 101 & id == 15034 replace partycode = 100 if congress == 101 & id == 14620 replace partycode = 100 if congress == 101 & id == 10595 replace partycode = 100 if congress == 101 & id == 14879 replace partycode = 100 if congress == 101 & id == 14816 replace partycode = 100 if congress == 101 & id == 12001 replace partycode = 200 if congress == 101 & id == 14813 replace partycode = 100 if congress == 101 & id == 15070 replace partycode = 200 if congress == 101 & id == 14644 replace partycode = 100 if congress == 101 & id == 10573 replace partycode = 200 if congress == 101 & id == 15040 replace partycode = 200 if congress == 101 & id == 14414 replace partycode = 200 if congress == 101 & id == 14616 replace partycode = 200 if congress == 101 & id == 15601 replace partycode = 200 if congress == 101 & id == 14839 replace partycode = 200 if congress == 101 & id == 15621 replace partycode = 200 if congress == 101 & id == 15051 replace partycode = 100 if congress == 101 & id == 15004 replace partycode = 200 if congress == 101 & id == 14835 replace partycode = 100 if congress == 101 & id == 14051 replace partycode = 100 if congress == 101 & id == 15443 replace partycode = 100 if congress == 101 & id == 15407 replace partycode = 200 if congress == 101 & id == 14803 replace partycode = 200 if congress == 101 & id == 15419 replace partycode = 200 if congress == 101 & id == 15058 replace partycode = 100 if congress == 101 & id == 14877 replace partycode = 100 if congress == 101 & id == 14825 replace partycode = 100 if congress == 101 & id == 15045 replace partycode = 200 if congress == 101 & id == 15449 replace partycode = 200 if congress == 101 & id == 15123 replace partycode = 200 if congress == 101 & id == 15028 replace partycode = 100 if congress == 101 & id == 15015 replace partycode = 100 if congress == 101 & id == 14636 replace partycode = 200 if congress == 101 & id == 15415 replace partycode = 100 if congress == 101 & id == 633 replace partycode = 200 if congress == 101 & id == 15608 replace partycode = 200 if congress == 101 & id == 14842 replace partycode = 200 if congress == 101 & id == 15627 replace partycode = 100 if congress == 101 & id == 10588 replace partycode = 200 if congress == 101 & id == 13047 replace partycode = 200 if congress == 101 & id == 15006 replace partycode = 200 if congress == 101 & id == 14428 replace partycode = 100 if congress == 101 & id == 14651 replace partycode = 200 if congress == 101 & id == 15035 replace partycode = 200 if congress == 101 & id == 15605 replace partycode = 100 if congress == 101 & id == 15609 replace partycode = 200 if congress == 101 & id == 14860 replace partycode = 100 if congress == 101 & id == 15062 replace partycode = 100 if congress == 101 & id == 14029 replace partycode = 100 if congress == 101 & id == 7333 replace partycode = 200 if congress == 101 & id == 15634 replace partycode = 100 if congress == 101 & id == 3078 replace partycode = 100 if congress == 101 & id == 15069 replace partycode = 100 if congress == 101 & id == 14831 replace partycode = 100 if congress == 101 & id == 15053 replace partycode = 100 if congress == 101 & id == 95120 replace partycode = 100 if congress == 101 & id == 15431 replace partycode = 200 if congress == 101 & id == 14627 replace partycode = 100 if congress == 101 & id == 15081 replace partycode = 100 if congress == 101 & id == 15057 replace partycode = 100 if congress == 101 & id == 14429 replace partycode = 100 if congress == 101 & id == 14404 replace partycode = 200 if congress == 101 & id == 15441 replace partycode = 100 if congress == 101 & id == 14400 replace partycode = 200 if congress == 101 & id == 14809 replace partycode = 100 if congress == 101 & id == 15117 replace partycode = 100 if congress == 101 & id == 15079 replace partycode = 100 if congress == 101 & id == 14856 replace partycode = 100 if congress == 101 & id == 14271 replace partycode = 100 if congress == 101 & id == 15622 replace partycode = 100 if congress == 101 & id == 15036 replace partycode = 200 if congress == 101 & id == 14239 replace partycode = 100 if congress == 101 & id == 14068 replace partycode = 100 if congress == 101 & id == 8080 replace partycode = 100 if congress == 101 & id == 10421 replace partycode = 200 if congress == 101 & id == 14677 replace partycode = 100 if congress == 101 & id == 10703 replace partycode = 200 if congress == 101 & id == 12041 replace partycode = 200 if congress == 101 & id == 15098 replace partycode = 200 if congress == 101 & id == 15417 replace partycode = 200 if congress == 101 & id == 14033 replace partycode = 200 if congress == 101 & id == 14841 replace partycode = 100 if congress == 101 & id == 15023 replace partycode = 200 if congress == 101 & id == 6455 replace partycode = 100 if congress == 101 & id == 15088 replace partycode = 100 if congress == 101 & id == 15021 replace partycode = 100 if congress == 101 & id == 15453 replace partycode = 100 if congress == 101 & id == 15620 replace partycode = 100 if congress == 101 & id == 15124 replace partycode = 100 if congress == 101 & id == 14274 replace partycode = 200 if congress == 101 & id == 14834 replace partycode = 100 if congress == 101 & id == 15631 replace partycode = 200 if congress == 101 & id == 14806 replace partycode = 100 if congress == 101 & id == 15426 replace partycode = 200 if congress == 101 & id == 15014 replace partycode = 200 if congress == 101 & id == 11036 replace partycode = 100 if congress == 101 & id == 15041 replace partycode = 100 if congress == 101 & id == 10732 replace partycode = 100 if congress == 101 & id == 10742 replace partycode = 200 if congress == 101 & id == 14432 replace partycode = 200 if congress == 101 & id == 14668 replace partycode = 100 if congress == 101 & id == 15435 replace partycode = 100 if congress == 101 & id == 8672 replace partycode = 200 if congress == 101 & id == 15106 replace partycode = 200 if congress == 101 & id == 15414 replace partycode = 200 if congress == 101 & id == 14852 replace partycode = 100 if congress == 101 & id == 15061 replace partycode = 200 if congress == 101 & id == 15109 replace partycode = 100 if congress == 101 & id == 14422 replace partycode = 200 if congress == 101 & id == 14670 replace partycode = 100 if congress == 101 & id == 14237 replace partycode = 100 if congress == 101 & id == 6845 replace partycode = 100 if congress == 101 & id == 13024 replace partycode = 200 if congress == 101 & id == 15406 replace partycode = 200 if congress == 101 & id == 14854 replace partycode = 200 if congress == 101 & id == 14635 replace partycode = 100 if congress == 101 & id == 15228 replace partycode = 200 if congress == 101 & id == 14469 replace partycode = 100 if congress == 101 & id == 14067 replace partycode = 100 if congress == 101 & id == 14679 replace partycode = 200 if congress == 101 & id == 15451 replace partycode = 100 if congress == 101 & id == 14427 replace partycode = 200 if congress == 101 & id == 15401 replace partycode = 100 if congress == 101 & id == 15418 replace partycode = 200 if congress == 101 & id == 15422 replace partycode = 100 if congress == 101 & id == 15404 replace partycode = 200 if congress == 101 & id == 14661 replace partycode = 100 if congress == 101 & id == 14817 replace partycode = 200 if congress == 101 & id == 15086 replace partycode = 100 if congress == 101 & id == 15408 replace partycode = 100 if congress == 101 & id == 15432 replace partycode = 100 if congress == 101 & id == 14873 replace partycode = 100 if congress == 101 & id == 14608 replace partycode = 100 if congress == 101 & id == 15433 replace partycode = 200 if congress == 101 & id == 15434 replace partycode = 200 if congress == 101 & id == 2009 replace partycode = 100 if congress == 101 & id == 15616 replace partycode = 100 if congress == 101 & id == 14216 replace partycode = 100 if congress == 101 & id == 14824 replace partycode = 100 if congress == 101 & id == 15084 replace partycode = 100 if congress == 101 & id == 14650 replace partycode = 100 if congress == 101 & id == 14435 replace partycode = 100 if congress == 101 & id == 15427 replace partycode = 100 if congress == 101 & id == 14039 replace partycode = 100 if congress == 101 & id == 14055 replace partycode = 100 if congress == 101 & id == 14621 replace partycode = 100 if congress == 101 & id == 10713 replace partycode = 200 if congress == 101 & id == 14446 replace partycode = 100 if congress == 101 & id == 14673 replace partycode = 200 if congress == 101 & id == 15446 replace partycode = 200 if congress == 101 & id == 15103 replace partycode = 100 if congress == 101 & id == 14210 replace partycode = 100 if congress == 101 & id == 14430 replace partycode = 100 if congress == 101 & id == 14075 replace partycode = 200 if congress == 101 & id == 10794 replace partycode = 200 if congress == 101 & id == 15114 replace partycode = 200 if congress == 101 & id == 14618 replace partycode = 100 if congress == 101 & id == 14407 replace partycode = 100 if congress == 101 & id == 14681 replace partycode = 100 if congress == 101 & id == 14833 replace partycode = 100 if congress == 101 & id == 10727 replace partycode = 100 if congress == 101 & id == 2605 replace partycode = 100 if congress == 101 & id == 15033 replace partycode = 200 if congress == 101 & id == 1087 replace partycode = 100 if congress == 101 & id == 15052 replace partycode = 200 if congress == 101 & id == 14868 replace partycode = 200 if congress == 101 & id == 13015 replace partycode = 100 if congress == 101 & id == 14458 replace partycode = 100 if congress == 101 & id == 14656 replace partycode = 100 if congress == 101 & id == 15059 replace partycode = 200 if congress == 101 & id == 14466 replace partycode = 100 if congress == 101 & id == 14265 replace partycode = 100 if congress == 101 & id == 10075 replace partycode = 100 if congress == 101 & id == 15411 replace partycode = 100 if congress == 101 & id == 11035 replace partycode = 100 if congress == 101 & id == 15617 replace partycode = 200 if congress == 101 & id == 15625 replace partycode = 100 if congress == 101 & id == 15637 replace partycode = 100 if congress == 101 & id == 12009 replace partycode = 200 if congress == 101 & id == 15405 replace partycode = 100 if congress == 101 & id == 14421 replace partycode = 100 if congress == 101 & id == 14451 replace partycode = 100 if congress == 101 & id == 15076 replace partycode = 200 if congress == 101 & id == 14410 replace partycode = 200 if congress == 101 & id == 15606 replace partycode = 200 if congress == 101 & id == 14819 replace partycode = 100 if congress == 101 & id == 14459 replace partycode = 100 if congress == 101 & id == 14672 replace partycode = 200 if congress == 101 & id == 14437 replace partycode = 200 if congress == 101 & id == 14605 replace partycode = 100 if congress == 101 & id == 15607 replace partycode = 200 if congress == 101 & id == 14276 replace partycode = 100 if congress == 101 & id == 15403 replace partycode = 200 if congress == 101 & id == 15075 replace partycode = 200 if congress == 101 & id == 15116 replace partycode = 200 if congress == 101 & id == 15602 replace partycode = 100 if congress == 101 & id == 14223 replace partycode = 100 if congress == 101 & id == 14238 replace partycode = 100 if congress == 101 & id == 15454 replace partycode = 200 if congress == 101 & id == 14863 replace partycode = 200 if congress == 101 & id == 14855 replace partycode = 100 if congress == 101 & id == 14815 replace partycode = 200 if congress == 101 & id == 14046 replace partycode = 100 if congress == 101 & id == 12042 replace partycode = 100 if congress == 101 & id == 15071 replace partycode = 100 if congress == 101 & id == 15619 replace partycode = 200 if congress == 101 & id == 15099 replace partycode = 200 if congress == 101 & id == 14614 replace partycode = 200 if congress == 101 & id == 15112 replace partycode = 100 if congress == 101 & id == 14631 replace partycode = 200 if congress == 101 & id == 15624 replace partycode = 200 if congress == 101 & id == 14861 replace partycode = 100 if congress == 101 & id == 15055 replace partycode = 100 if congress == 101 & id == 15421 replace partycode = 100 if congress == 101 & id == 14214 replace partycode = 100 if congress == 101 & id == 15046 replace partycode = 200 if congress == 101 & id == 13021 replace partycode = 200 if congress == 101 & id == 14845 replace partycode = 100 if congress == 101 & id == 15412 replace partycode = 100 if congress == 101 & id == 15000 replace partycode = 100 if congress == 101 & id == 10768 replace partycode = 100 if congress == 101 & id == 15107 replace partycode = 100 if congress == 101 & id == 14858 replace partycode = 100 if congress == 101 & id == 15072 replace partycode = 100 if congress == 101 & id == 15050 replace partycode = 100 if congress == 101 & id == 14277 replace partycode = 200 if congress == 101 & id == 14846 replace partycode = 200 if congress == 101 & id == 15639 replace partycode = 200 if congress == 101 & id == 14471 replace partycode = 100 if congress == 101 & id == 13035 replace partycode = 100 if congress == 101 & id == 14463 replace partycode = 100 if congress == 101 & id == 14470 replace partycode = 100 if congress == 101 & id == 29134 replace partycode = 100 if congress == 101 & id == 15603 replace partycode = 100 if congress == 101 & id == 15612 replace partycode = 200 if congress == 101 & id == 12013 replace partycode = 200 if congress == 101 & id == 14015 replace partycode = 100 if congress == 101 & id == 15614 replace partycode = 200 if congress == 101 & id == 14662 replace partycode = 200 if congress == 101 & id == 15007 replace partycode = 200 if congress == 101 & id == 14840 replace partycode = 200 if congress == 101 & id == 15630 replace partycode = 100 if congress == 101 & id == 14253 replace partycode = 200 if congress == 101 & id == 10596 replace partycode = 100 if congress == 101 & id == 15444 replace partycode = 200 if congress == 101 & id == 15618 replace partycode = 100 if congress == 101 & id == 14248 replace partycode = 100 if congress == 101 & id == 14264 replace partycode = 200 if congress == 101 & id == 15423 replace partycode = 100 if congress == 101 & id == 10788 replace partycode = 100 if congress == 101 & id == 15073 replace partycode = 100 if congress == 101 & id == 15430 replace partycode = 100 if congress == 101 & id == 15438 replace partycode = 100 if congress == 101 & id == 14262 replace partycode = 200 if congress == 101 & id == 15092 replace partycode = 100 if congress == 101 & id == 14048 replace partycode = 100 if congress == 101 & id == 14233 replace partycode = 200 if congress == 101 & id == 15108 replace partycode = 200 if congress == 101 & id == 15402 replace partycode = 100 if congress == 101 & id == 15017 replace partycode = 100 if congress == 101 & id == 14812 replace partycode = 100 if congress == 101 & id == 14070 replace partycode = 200 if congress == 101 & id == 14225 replace partycode = 100 if congress == 101 & id == 14632 replace partycode = 200 if congress == 101 & id == 14875 replace partycode = 200 if congress == 101 & id == 15604 replace partycode = 200 if congress == 101 & id == 14844 replace partycode = 200 if congress == 101 & id == 15020 replace partycode = 200 if congress == 101 & id == 11028 replace partycode = 100 if congress == 101 & id == 15029 replace partycode = 200 if congress == 101 & id == 11034 replace partycode = 100 if congress == 101 & id == 14818 replace partycode = 200 if congress == 101 & id == 15030 replace partycode = 100 if congress == 101 & id == 14445 replace partycode = 100 if congress == 101 & id == 15442 replace partycode = 200 if congress == 101 & id == 11058 replace partycode = 200 if congress == 101 & id == 14045 replace partycode = 100 if congress == 101 & id == 15121 replace partycode = 100 if congress == 101 & id == 14402 replace partycode = 100 if congress == 101 & id == 15024 replace partycode = 100 if congress == 101 & id == 14443 replace partycode = 100 if congress == 101 & id == 12030 replace partycode = 200 if congress == 101 & id == 15424 replace partycode = 100 if congress == 101 & id == 14667 replace partycode = 100 if congress == 101 & id == 14462 replace partycode = 100 if congress == 101 & id == 14843 replace partycode = 200 if congress == 101 & id == 14415 replace partycode = 100 if congress == 101 & id == 14219 replace partycode = 100 if congress == 101 & id == 14201 replace partycode = 200 if congress == 101 & id == 15063 replace partycode = 100 if congress == 101 & id == 14871 replace partycode = 100 if congress == 101 & id == 15410 replace partycode = 200 if congress == 101 & id == 14864 replace partycode = 100 if congress == 101 & id == 14823 replace partycode = 100 if congress == 101 & id == 14629 replace partycode = 100 if congress == 101 & id == 15008 replace partycode = 100 if congress == 101 & id == 15031 replace partycode = 200 if congress == 101 & id == 14273 replace partycode = 100 if congress == 101 & id == 12035 replace partycode = 200 if congress == 101 & id == 15447 replace partycode = 100 if congress == 101 & id == 14431 replace partycode = 200 if congress == 101 & id == 14052 replace partycode = 200 if congress == 101 & id == 10607 replace partycode = 100 if congress == 101 & id == 15104 replace partycode = 100 if congress == 101 & id == 14072 replace partycode = 200 if congress == 101 & id == 12010 replace partycode = 100 if congress == 101 & id == 14808 replace partycode = 200 if congress == 101 & id == 14654 replace partycode = 200 if congress == 101 & id == 14461 replace partycode = 200 if congress == 101 & id == 15026 replace partycode = 100 if congress == 101 & id == 14460 replace partycode = 200 if congress == 101 & id == 14288 replace partycode = 100 if congress == 101 & id == 11067 replace partycode = 200 if congress == 101 & id == 15056 replace partycode = 100 if congress == 101 & id == 14441 replace partycode = 200 if congress == 101 & id == 14612 replace partycode = 200 if congress == 101 & id == 15615 replace partycode = 200 if congress == 101 & id == 14857 replace partycode = 200 if congress == 101 & id == 15439 replace partycode = 200 if congress == 101 & id == 13042 replace partycode = 100 if congress == 101 & id == 14212 replace partycode = 100 if congress == 101 & id == 15171 replace partycode = 100 if congress == 101 & id == 15064 replace partycode = 100 if congress == 101 & id == 15068 replace partycode = 100 if congress == 101 & id == 15425 replace partycode = 200 if congress == 101 & id == 10616 replace partycode = 200 if congress == 101 & id == 15455 replace partycode = 100 if congress == 101 & id == 14251 replace partycode = 100 if congress == 101 & id == 15019 replace partycode = 100 if congress == 101 & id == 15450 replace partycode = 100 if congress == 101 & id == 15100 replace partycode = 200 if congress == 101 & id == 15066 replace partycode = 100 if congress == 101 & id == 15628 replace partycode = 100 if congress == 101 & id == 14224 replace partycode = 100 if congress == 101 & id == 15129 replace partycode = 100 if congress == 101 & id == 14062 replace partycode = 200 if congress == 101 & id == 15002 replace partycode = 100 if congress == 101 & id == 14828 replace partycode = 100 if congress == 101 & id == 15013 replace partycode = 200 if congress == 101 & id == 15085 replace partycode = 200 if congress == 101 & id == 13002 replace partycode = 200 if congress == 101 & id == 14822 replace partycode = 100 if congress == 101 & id == 1077 replace partycode = 100 if congress == 101 & id == 10614 replace partycode = 100 if congress == 101 & id == 14641 replace partycode = 100 if congress == 101 & id == 10391 replace partycode = 100 if congress == 101 & id == 15636 replace partycode = 100 if congress == 101 & id == 15623 replace partycode = 100 if congress == 101 & id == 15611 replace partycode = 100 if congress == 101 & id == 10716 replace partycode = 100 if congress == 101 & id == 15018 replace partycode = 100 if congress == 101 & id == 14664 replace partycode = 100 if congress == 101 & id == 14643 replace partycode = 100 if congress == 101 & id == 29145 replace partycode = 200 if congress == 101 & id == 15093 replace partycode = 100 if congress == 101 & id == 10520 replace partycode = 200 if congress == 101 & id == 15445 replace partycode = 200 if congress == 101 & id == 15094 replace partycode = 100 if congress == 101 & id == 15089 replace partycode = 100 if congress == 101 & id == 14626 replace partycode = 100 if congress == 101 & id == 15001 replace partycode = 200 if congress == 101 & id == 15125 replace partycode = 100 if congress == 101 & id == 15049 replace partycode = 200 if congress == 101 & id == 14829 replace partycode = 100 if congress == 101 & id == 14042 replace partycode = 200 if congress == 101 & id == 15047 replace partycode = 200 if congress == 101 & id == 15626 replace partycode = 200 if congress == 101 & id == 15003 replace partycode = 100 if congress == 101 & id == 15437 replace partycode = 200 if congress == 101 & id == 14802 replace partycode = 100 if congress == 101 & id == 15060 replace partycode = 100 if congress == 101 & id == 15452 replace partycode = 100 if congress == 101 & id == 15048 replace partycode = 200 if congress == 101 & id == 15115 replace partycode = 200 if congress == 101 & id == 14043 replace partycode = 100 if congress == 101 & id == 15010 replace partycode = 200 if congress == 101 & id == 14869 replace partycode = 200 if congress == 101 & id == 15110 replace partycode = 100 if congress == 101 & id == 14666 replace partycode = 100 if congress == 101 & id == 15629 replace partycode = 200 if congress == 101 & id == 14847 replace partycode = 100 if congress == 101 & id == 10726 replace partycode = 100 if congress == 101 & id == 14413 replace partycode = 100 if congress == 101 & id == 15613 replace partycode = 200 if congress == 101 & id == 15016 replace partycode = 100 if congress == 101 & id == 15083 replace partycode = 100 if congress == 101 & id == 15065 replace partycode = 100 if congress == 101 & id == 15077 replace partycode = 100 if congress == 101 & id == 14448 replace partycode = 100 if congress == 101 & id == 13003 replace partycode = 100 if congress == 101 & id == 5101 replace partycode = 200 if congress == 101 & id == 14827 replace partycode = 100 if congress == 101 & id == 15082 replace partycode = 100 if congress == 101 & id == 15044 replace partycode = 200 if congress == 101 & id == 14675 replace partycode = 100 if congress == 101 & id == 12036 replace partycode = 200 if congress == 101 & id == 14655 replace partycode = 200 if congress == 101 & id == 14657 replace partycode = 200 if congress == 101 & id == 14611 replace partycode = 200 if congress == 101 & id == 15633 replace partycode = 200 if congress == 102 & id == 99908 replace partycode = 200 if congress == 102 & id == 15090 replace partycode = 200 if congress == 102 & id == 10717 replace partycode = 100 if congress == 102 & id == 15632 replace partycode = 100 if congress == 102 & id == 11000 replace partycode = 100 if congress == 102 & id == 29100 replace partycode = 100 if congress == 102 & id == 15022 replace partycode = 100 if congress == 102 & id == 15416 replace partycode = 200 if congress == 102 & id == 14066 replace partycode = 200 if congress == 102 & id == 15440 replace partycode = 100 if congress == 102 & id == 29101 replace partycode = 100 if congress == 102 & id == 10566 replace partycode = 200 if congress == 102 & id == 14454 replace partycode = 200 if congress == 102 & id == 15429 replace partycode = 200 if congress == 102 & id == 15105 replace partycode = 100 if congress == 102 & id == 12000 replace partycode = 100 if congress == 102 & id == 14058 replace partycode = 200 if congress == 102 & id == 11020 replace partycode = 100 if congress == 102 & id == 14601 replace partycode = 200 if congress == 102 & id == 29103 replace partycode = 200 if congress == 102 & id == 15420 replace partycode = 100 if congress == 102 & id == 14649 replace partycode = 100 if congress == 102 & id == 14624 replace partycode = 100 if congress == 102 & id == 15448 replace partycode = 100 if congress == 102 & id == 15011 replace partycode = 100 if congress == 102 & id == 14256 replace partycode = 100 if congress == 102 & id == 13011 replace partycode = 100 if congress == 102 & id == 14053 replace partycode = 100 if congress == 102 & id == 10583 replace partycode = 100 if congress == 102 & id == 14837 replace partycode = 200 if congress == 102 & id == 15600 replace partycode = 100 if congress == 102 & id == 14257 replace partycode = 200 if congress == 102 & id == 29104 replace partycode = 100 if congress == 102 & id == 15635 replace partycode = 100 if congress == 102 & id == 14444 replace partycode = 100 if congress == 102 & id == 29105 replace partycode = 100 if congress == 102 & id == 15032 replace partycode = 200 if congress == 102 & id == 14071 replace partycode = 200 if congress == 102 & id == 14669 replace partycode = 200 if congress == 102 & id == 15413 replace partycode = 200 if congress == 102 & id == 14040 replace partycode = 100 if congress == 102 & id == 14405 replace partycode = 100 if congress == 102 & id == 14280 replace partycode = 100 if congress == 102 & id == 10621 replace partycode = 100 if congress == 102 & id == 15005 replace partycode = 100 if congress == 102 & id == 15034 replace partycode = 100 if congress == 102 & id == 14620 replace partycode = 100 if congress == 102 & id == 29106 replace partycode = 100 if congress == 102 & id == 14879 replace partycode = 100 if congress == 102 & id == 14816 replace partycode = 100 if congress == 102 & id == 12001 replace partycode = 200 if congress == 102 & id == 14813 replace partycode = 100 if congress == 102 & id == 15070 replace partycode = 200 if congress == 102 & id == 14644 replace partycode = 100 if congress == 102 & id == 10573 replace partycode = 200 if congress == 102 & id == 15040 replace partycode = 200 if congress == 102 & id == 14414 replace partycode = 200 if congress == 102 & id == 14616 replace partycode = 200 if congress == 102 & id == 15601 replace partycode = 200 if congress == 102 & id == 14839 replace partycode = 200 if congress == 102 & id == 15621 replace partycode = 200 if congress == 102 & id == 15051 replace partycode = 200 if congress == 102 & id == 29107 replace partycode = 200 if congress == 102 & id == 14835 replace partycode = 100 if congress == 102 & id == 14051 replace partycode = 100 if congress == 102 & id == 15443 replace partycode = 100 if congress == 102 & id == 15407 replace partycode = 200 if congress == 102 & id == 29108 replace partycode = 200 if congress == 102 & id == 15419 replace partycode = 200 if congress == 102 & id == 15058 replace partycode = 100 if congress == 102 & id == 14877 replace partycode = 100 if congress == 102 & id == 14825 replace partycode = 100 if congress == 102 & id == 29109 replace partycode = 200 if congress == 102 & id == 15449 replace partycode = 200 if congress == 102 & id == 29110 replace partycode = 200 if congress == 102 & id == 15028 replace partycode = 100 if congress == 102 & id == 15015 replace partycode = 100 if congress == 102 & id == 14636 replace partycode = 100 if congress == 102 & id == 29111 replace partycode = 100 if congress == 102 & id == 633 replace partycode = 200 if congress == 102 & id == 15608 replace partycode = 200 if congress == 102 & id == 14842 replace partycode = 200 if congress == 102 & id == 15627 replace partycode = 100 if congress == 102 & id == 10588 replace partycode = 200 if congress == 102 & id == 13047 replace partycode = 200 if congress == 102 & id == 15006 replace partycode = 200 if congress == 102 & id == 14428 replace partycode = 100 if congress == 102 & id == 29112 replace partycode = 200 if congress == 102 & id == 15035 replace partycode = 200 if congress == 102 & id == 15605 replace partycode = 100 if congress == 102 & id == 15609 replace partycode = 200 if congress == 102 & id == 14860 replace partycode = 100 if congress == 102 & id == 15062 replace partycode = 100 if congress == 102 & id == 14029 replace partycode = 200 if congress == 102 & id == 15634 replace partycode = 100 if congress == 102 & id == 3078 replace partycode = 100 if congress == 102 & id == 15069 replace partycode = 100 if congress == 102 & id == 14831 replace partycode = 100 if congress == 102 & id == 15053 replace partycode = 100 if congress == 102 & id == 95120 replace partycode = 100 if congress == 102 & id == 15431 replace partycode = 200 if congress == 102 & id == 14627 replace partycode = 100 if congress == 102 & id == 15081 replace partycode = 100 if congress == 102 & id == 15057 replace partycode = 100 if congress == 102 & id == 14429 replace partycode = 100 if congress == 102 & id == 14404 replace partycode = 100 if congress == 102 & id == 15245 replace partycode = 100 if congress == 102 & id == 10757 replace partycode = 100 if congress == 102 & id == 29114 replace partycode = 100 if congress == 102 & id == 15117 replace partycode = 100 if congress == 102 & id == 15079 replace partycode = 100 if congress == 102 & id == 14856 replace partycode = 100 if congress == 102 & id == 14271 replace partycode = 100 if congress == 102 & id == 15622 replace partycode = 100 if congress == 102 & id == 15036 replace partycode = 200 if congress == 102 & id == 14239 replace partycode = 100 if congress == 102 & id == 14068 replace partycode = 100 if congress == 102 & id == 8080 replace partycode = 100 if congress == 102 & id == 10421 replace partycode = 200 if congress == 102 & id == 14677 replace partycode = 100 if congress == 102 & id == 10703 replace partycode = 200 if congress == 102 & id == 12041 replace partycode = 200 if congress == 102 & id == 15098 replace partycode = 200 if congress == 102 & id == 15417 replace partycode = 200 if congress == 102 & id == 14033 replace partycode = 200 if congress == 102 & id == 29115 replace partycode = 100 if congress == 102 & id == 29116 replace partycode = 100 if congress == 102 & id == 15023 replace partycode = 200 if congress == 102 & id == 6455 replace partycode = 100 if congress == 102 & id == 15088 replace partycode = 100 if congress == 102 & id == 15021 replace partycode = 100 if congress == 102 & id == 15453 replace partycode = 100 if congress == 102 & id == 15620 replace partycode = 100 if congress == 102 & id == 15124 replace partycode = 100 if congress == 102 & id == 14274 replace partycode = 100 if congress == 102 & id == 29117 replace partycode = 100 if congress == 102 & id == 15631 replace partycode = 100 if congress == 102 & id == 15426 replace partycode = 200 if congress == 102 & id == 15014 replace partycode = 200 if congress == 102 & id == 11036 replace partycode = 100 if congress == 102 & id == 15041 replace partycode = 100 if congress == 102 & id == 10732 replace partycode = 100 if congress == 102 & id == 10742 replace partycode = 200 if congress == 102 & id == 14432 replace partycode = 200 if congress == 102 & id == 29118 replace partycode = 100 if congress == 102 & id == 15435 replace partycode = 100 if congress == 102 & id == 8672 replace partycode = 200 if congress == 102 & id == 15106 replace partycode = 200 if congress == 102 & id == 15414 replace partycode = 200 if congress == 102 & id == 14852 replace partycode = 100 if congress == 102 & id == 15061 replace partycode = 200 if congress == 102 & id == 15109 replace partycode = 100 if congress == 102 & id == 14422 replace partycode = 200 if congress == 102 & id == 29119 replace partycode = 100 if congress == 102 & id == 14237 replace partycode = 100 if congress == 102 & id == 6845 replace partycode = 100 if congress == 102 & id == 13024 replace partycode = 200 if congress == 102 & id == 15406 replace partycode = 200 if congress == 102 & id == 14854 replace partycode = 200 if congress == 102 & id == 14635 replace partycode = 100 if congress == 102 & id == 15228 replace partycode = 200 if congress == 102 & id == 14469 replace partycode = 100 if congress == 102 & id == 29120 replace partycode = 100 if congress == 102 & id == 14679 replace partycode = 200 if congress == 102 & id == 15451 replace partycode = 100 if congress == 102 & id == 14427 replace partycode = 200 if congress == 102 & id == 15401 replace partycode = 100 if congress == 102 & id == 15418 replace partycode = 200 if congress == 102 & id == 15422 replace partycode = 100 if congress == 102 & id == 29121 replace partycode = 200 if congress == 102 & id == 14661 replace partycode = 200 if congress == 102 & id == 29122 replace partycode = 200 if congress == 102 & id == 15086 replace partycode = 100 if congress == 102 & id == 15408 replace partycode = 100 if congress == 102 & id == 15432 replace partycode = 100 if congress == 102 & id == 14873 replace partycode = 100 if congress == 102 & id == 14608 replace partycode = 100 if congress == 102 & id == 15433 replace partycode = 200 if congress == 102 & id == 15434 replace partycode = 200 if congress == 102 & id == 2009 replace partycode = 100 if congress == 102 & id == 29123 replace partycode = 100 if congress == 102 & id == 15616 replace partycode = 100 if congress == 102 & id == 14216 replace partycode = 100 if congress == 102 & id == 14824 replace partycode = 100 if congress == 102 & id == 15084 replace partycode = 100 if congress == 102 & id == 14650 replace partycode = 100 if congress == 102 & id == 14435 replace partycode = 100 if congress == 102 & id == 15427 replace partycode = 100 if congress == 102 & id == 14039 replace partycode = 100 if congress == 102 & id == 14055 replace partycode = 100 if congress == 102 & id == 14621 replace partycode = 100 if congress == 102 & id == 10713 replace partycode = 200 if congress == 102 & id == 14446 replace partycode = 100 if congress == 102 & id == 14673 replace partycode = 200 if congress == 102 & id == 15446 replace partycode = 200 if congress == 102 & id == 15103 replace partycode = 100 if congress == 102 & id == 14210 replace partycode = 100 if congress == 102 & id == 14430 replace partycode = 100 if congress == 102 & id == 14075 replace partycode = 200 if congress == 102 & id == 10794 replace partycode = 200 if congress == 102 & id == 29124 replace partycode = 200 if congress == 102 & id == 14618 replace partycode = 100 if congress == 102 & id == 14407 replace partycode = 100 if congress == 102 & id == 29125 replace partycode = 100 if congress == 102 & id == 14833 replace partycode = 100 if congress == 102 & id == 10727 replace partycode = 100 if congress == 102 & id == 2605 replace partycode = 100 if congress == 102 & id == 15033 replace partycode = 200 if congress == 102 & id == 1087 replace partycode = 100 if congress == 102 & id == 15052 replace partycode = 200 if congress == 102 & id == 14868 replace partycode = 200 if congress == 102 & id == 29126 replace partycode = 100 if congress == 102 & id == 14458 replace partycode = 100 if congress == 102 & id == 14656 replace partycode = 100 if congress == 102 & id == 15059 replace partycode = 100 if congress == 102 & id == 29127 replace partycode = 100 if congress == 102 & id == 14265 replace partycode = 100 if congress == 102 & id == 10075 replace partycode = 100 if congress == 102 & id == 15411 replace partycode = 100 if congress == 102 & id == 11035 replace partycode = 100 if congress == 102 & id == 15617 replace partycode = 100 if congress == 102 & id == 15637 replace partycode = 100 if congress == 102 & id == 12009 replace partycode = 100 if congress == 102 & id == 29128 replace partycode = 100 if congress == 102 & id == 14421 replace partycode = 100 if congress == 102 & id == 14451 replace partycode = 100 if congress == 102 & id == 15076 replace partycode = 200 if congress == 102 & id == 14410 replace partycode = 200 if congress == 102 & id == 15606 replace partycode = 200 if congress == 102 & id == 14819 replace partycode = 100 if congress == 102 & id == 14459 replace partycode = 100 if congress == 102 & id == 14672 replace partycode = 200 if congress == 102 & id == 14437 replace partycode = 200 if congress == 102 & id == 14605 replace partycode = 100 if congress == 102 & id == 15607 replace partycode = 200 if congress == 102 & id == 29129 replace partycode = 100 if congress == 102 & id == 15403 replace partycode = 200 if congress == 102 & id == 15075 replace partycode = 200 if congress == 102 & id == 29130 replace partycode = 100 if congress == 102 & id == 29131 replace partycode = 100 if congress == 102 & id == 29132 replace partycode = 100 if congress == 102 & id == 14238 replace partycode = 100 if congress == 102 & id == 15454 replace partycode = 200 if congress == 102 & id == 14863 replace partycode = 200 if congress == 102 & id == 14855 replace partycode = 100 if congress == 102 & id == 14815 replace partycode = 200 if congress == 102 & id == 14046 replace partycode = 100 if congress == 102 & id == 12042 replace partycode = 100 if congress == 102 & id == 15071 replace partycode = 100 if congress == 102 & id == 15619 replace partycode = 200 if congress == 102 & id == 15099 replace partycode = 200 if congress == 102 & id == 29133 replace partycode = 200 if congress == 102 & id == 15112 replace partycode = 100 if congress == 102 & id == 14631 replace partycode = 200 if congress == 102 & id == 15624 replace partycode = 200 if congress == 102 & id == 14861 replace partycode = 100 if congress == 102 & id == 15055 replace partycode = 100 if congress == 102 & id == 15421 replace partycode = 100 if congress == 102 & id == 14214 replace partycode = 100 if congress == 102 & id == 15046 replace partycode = 200 if congress == 102 & id == 13021 replace partycode = 200 if congress == 102 & id == 14845 replace partycode = 100 if congress == 102 & id == 15412 replace partycode = 100 if congress == 102 & id == 15000 replace partycode = 100 if congress == 102 & id == 10768 replace partycode = 100 if congress == 102 & id == 15107 replace partycode = 100 if congress == 102 & id == 14858 replace partycode = 100 if congress == 102 & id == 15072 replace partycode = 100 if congress == 102 & id == 15050 replace partycode = 100 if congress == 102 & id == 14277 replace partycode = 200 if congress == 102 & id == 15639 replace partycode = 200 if congress == 102 & id == 14471 replace partycode = 100 if congress == 102 & id == 13035 replace partycode = 100 if congress == 102 & id == 14463 replace partycode = 100 if congress == 102 & id == 29134 replace partycode = 100 if congress == 102 & id == 15603 replace partycode = 100 if congress == 102 & id == 15612 replace partycode = 200 if congress == 102 & id == 12013 replace partycode = 200 if congress == 102 & id == 14015 replace partycode = 100 if congress == 102 & id == 15614 replace partycode = 200 if congress == 102 & id == 14662 replace partycode = 200 if congress == 102 & id == 15007 replace partycode = 200 if congress == 102 & id == 14840 replace partycode = 200 if congress == 102 & id == 15630 replace partycode = 100 if congress == 102 & id == 14253 replace partycode = 200 if congress == 102 & id == 10596 replace partycode = 100 if congress == 102 & id == 15444 replace partycode = 200 if congress == 102 & id == 15618 replace partycode = 100 if congress == 102 & id == 14248 replace partycode = 100 if congress == 102 & id == 14264 replace partycode = 200 if congress == 102 & id == 15423 replace partycode = 100 if congress == 102 & id == 10788 replace partycode = 100 if congress == 102 & id == 15073 replace partycode = 100 if congress == 102 & id == 15430 replace partycode = 100 if congress == 102 & id == 15438 replace partycode = 100 if congress == 102 & id == 14262 replace partycode = 200 if congress == 102 & id == 15092 replace partycode = 100 if congress == 102 & id == 14048 replace partycode = 100 if congress == 102 & id == 14233 replace partycode = 200 if congress == 102 & id == 15108 replace partycode = 200 if congress == 102 & id == 15402 replace partycode = 200 if congress == 102 & id == 29135 replace partycode = 100 if congress == 102 & id == 14812 replace partycode = 100 if congress == 102 & id == 15823 replace partycode = 200 if congress == 102 & id == 14225 replace partycode = 100 if congress == 102 & id == 14632 replace partycode = 200 if congress == 102 & id == 14875 replace partycode = 200 if congress == 102 & id == 15604 replace partycode = 200 if congress == 102 & id == 14844 replace partycode = 200 if congress == 102 & id == 29136 replace partycode = 200 if congress == 102 & id == 29137 replace partycode = 100 if congress == 102 & id == 15029 replace partycode = 200 if congress == 102 & id == 11034 replace partycode = 100 if congress == 102 & id == 14818 replace partycode = 200 if congress == 102 & id == 15030 replace partycode = 100 if congress == 102 & id == 14445 replace partycode = 100 if congress == 102 & id == 15442 replace partycode = 200 if congress == 102 & id == 11058 replace partycode = 200 if congress == 102 & id == 14045 replace partycode = 100 if congress == 102 & id == 15121 replace partycode = 100 if congress == 102 & id == 14402 replace partycode = 100 if congress == 102 & id == 15024 replace partycode = 100 if congress == 102 & id == 14443 replace partycode = 100 if congress == 102 & id == 12030 replace partycode = 200 if congress == 102 & id == 15424 replace partycode = 100 if congress == 102 & id == 14667 replace partycode = 100 if congress == 102 & id == 29138 replace partycode = 100 if congress == 102 & id == 14843 replace partycode = 200 if congress == 102 & id == 14415 replace partycode = 100 if congress == 102 & id == 14219 replace partycode = 100 if congress == 102 & id == 14201 replace partycode = 200 if congress == 102 & id == 15063 replace partycode = 100 if congress == 102 & id == 14871 replace partycode = 100 if congress == 102 & id == 15410 replace partycode = 100 if congress == 102 & id == 29139 replace partycode = 100 if congress == 102 & id == 14823 replace partycode = 100 if congress == 102 & id == 14629 replace partycode = 100 if congress == 102 & id == 29140 replace partycode = 100 if congress == 102 & id == 15008 replace partycode = 100 if congress == 102 & id == 15031 replace partycode = 200 if congress == 102 & id == 14273 replace partycode = 100 if congress == 102 & id == 12035 replace partycode = 200 if congress == 102 & id == 15447 replace partycode = 100 if congress == 102 & id == 14431 replace partycode = 200 if congress == 102 & id == 14052 replace partycode = 200 if congress == 102 & id == 10607 replace partycode = 100 if congress == 102 & id == 15104 replace partycode = 100 if congress == 102 & id == 14072 replace partycode = 200 if congress == 102 & id == 12010 replace partycode = 100 if congress == 102 & id == 14808 replace partycode = 200 if congress == 102 & id == 14654 replace partycode = 200 if congress == 102 & id == 14461 replace partycode = 200 if congress == 102 & id == 15026 replace partycode = 200 if congress == 102 & id == 29141 replace partycode = 200 if congress == 102 & id == 14288 replace partycode = 100 if congress == 102 & id == 11067 replace partycode = 200 if congress == 102 & id == 15056 replace partycode = 100 if congress == 102 & id == 14441 replace partycode = 200 if congress == 102 & id == 14612 replace partycode = 200 if congress == 102 & id == 15615 replace partycode = 100 if congress == 102 & id == 29142 replace partycode = 200 if congress == 102 & id == 15439 replace partycode = 200 if congress == 102 & id == 13042 replace partycode = 100 if congress == 102 & id == 14212 replace partycode = 100 if congress == 102 & id == 15171 replace partycode = 100 if congress == 102 & id == 15064 replace partycode = 100 if congress == 102 & id == 15068 replace partycode = 100 if congress == 102 & id == 15425 replace partycode = 200 if congress == 102 & id == 10616 replace partycode = 200 if congress == 102 & id == 15455 replace partycode = 100 if congress == 102 & id == 14251 replace partycode = 100 if congress == 102 & id == 15019 replace partycode = 100 if congress == 102 & id == 15450 replace partycode = 100 if congress == 102 & id == 15100 replace partycode = 200 if congress == 102 & id == 15066 replace partycode = 100 if congress == 102 & id == 15628 replace partycode = 100 if congress == 102 & id == 14224 replace partycode = 100 if congress == 102 & id == 15129 replace partycode = 100 if congress == 102 & id == 14062 replace partycode = 200 if congress == 102 & id == 15002 replace partycode = 200 if congress == 102 & id == 29143 replace partycode = 100 if congress == 102 & id == 14828 replace partycode = 100 if congress == 102 & id == 15013 replace partycode = 200 if congress == 102 & id == 15085 replace partycode = 200 if congress == 102 & id == 13002 replace partycode = 200 if congress == 102 & id == 14822 replace partycode = 100 if congress == 102 & id == 1077 replace partycode = 100 if congress == 102 & id == 10614 replace partycode = 100 if congress == 102 & id == 29144 replace partycode = 100 if congress == 102 & id == 15636 replace partycode = 100 if congress == 102 & id == 15623 replace partycode = 100 if congress == 102 & id == 15611 replace partycode = 100 if congress == 102 & id == 10716 replace partycode = 100 if congress == 102 & id == 15018 replace partycode = 100 if congress == 102 & id == 14664 replace partycode = 100 if congress == 102 & id == 29145 replace partycode = 200 if congress == 102 & id == 15093 replace partycode = 100 if congress == 102 & id == 10520 replace partycode = 200 if congress == 102 & id == 15445 replace partycode = 200 if congress == 102 & id == 15094 replace partycode = 100 if congress == 102 & id == 15089 replace partycode = 100 if congress == 102 & id == 14626 replace partycode = 100 if congress == 102 & id == 15001 replace partycode = 200 if congress == 102 & id == 15125 replace partycode = 100 if congress == 102 & id == 15049 replace partycode = 200 if congress == 102 & id == 14829 replace partycode = 100 if congress == 102 & id == 14042 replace partycode = 100 if congress == 102 & id == 29146 replace partycode = 328 if congress == 102 & id == 29147 replace partycode = 200 if congress == 102 & id == 15003 replace partycode = 100 if congress == 102 & id == 15437 replace partycode = 200 if congress == 102 & id == 14802 replace partycode = 100 if congress == 102 & id == 15060 replace partycode = 100 if congress == 102 & id == 15452 replace partycode = 100 if congress == 102 & id == 15048 replace partycode = 200 if congress == 102 & id == 15115 replace partycode = 200 if congress == 102 & id == 29148 replace partycode = 100 if congress == 102 & id == 29149 replace partycode = 100 if congress == 102 & id == 15010 replace partycode = 200 if congress == 102 & id == 14869 replace partycode = 200 if congress == 102 & id == 15110 replace partycode = 100 if congress == 102 & id == 14666 replace partycode = 100 if congress == 102 & id == 15629 replace partycode = 200 if congress == 102 & id == 14847 replace partycode = 100 if congress == 102 & id == 10726 replace partycode = 100 if congress == 102 & id == 14413 replace partycode = 100 if congress == 102 & id == 15613 replace partycode = 200 if congress == 102 & id == 15016 replace partycode = 100 if congress == 102 & id == 15083 replace partycode = 100 if congress == 102 & id == 15065 replace partycode = 100 if congress == 102 & id == 15077 replace partycode = 100 if congress == 102 & id == 14448 replace partycode = 100 if congress == 102 & id == 13003 replace partycode = 200 if congress == 102 & id == 29150 replace partycode = 200 if congress == 102 & id == 14827 replace partycode = 100 if congress == 102 & id == 15082 replace partycode = 100 if congress == 102 & id == 15044 replace partycode = 200 if congress == 102 & id == 14675 replace partycode = 100 if congress == 102 & id == 12036 replace partycode = 200 if congress == 102 & id == 14655 replace partycode = 200 if congress == 102 & id == 14657 replace partycode = 200 if congress == 102 & id == 15633 replace partycode = 100 if congress == 103 & id == 99909 replace partycode = 200 if congress == 103 & id == 15090 replace partycode = 200 if congress == 103 & id == 29300 replace partycode = 100 if congress == 103 & id == 15632 replace partycode = 100 if congress == 103 & id == 11000 replace partycode = 100 if congress == 103 & id == 29100 replace partycode = 200 if congress == 103 & id == 29301 replace partycode = 100 if congress == 103 & id == 29302 replace partycode = 200 if congress == 103 & id == 14066 replace partycode = 100 if congress == 103 & id == 29303 replace partycode = 100 if congress == 103 & id == 29101 replace partycode = 200 if congress == 103 & id == 14454 replace partycode = 200 if congress == 103 & id == 15429 replace partycode = 200 if congress == 103 & id == 15105 replace partycode = 100 if congress == 103 & id == 29304 replace partycode = 100 if congress == 103 & id == 29305 replace partycode = 100 if congress == 103 & id == 14058 replace partycode = 200 if congress == 103 & id == 29306 replace partycode = 200 if congress == 103 & id == 29307 replace partycode = 100 if congress == 103 & id == 29308 replace partycode = 200 if congress == 103 & id == 15420 replace partycode = 100 if congress == 103 & id == 14624 replace partycode = 200 if congress == 103 & id == 29104 replace partycode = 100 if congress == 103 & id == 14649 replace partycode = 100 if congress == 103 & id == 29309 replace partycode = 100 if congress == 103 & id == 14256 replace partycode = 100 if congress == 103 & id == 15448 replace partycode = 100 if congress == 103 & id == 13011 replace partycode = 200 if congress == 103 & id == 29310 replace partycode = 200 if congress == 103 & id == 29311 replace partycode = 100 if congress == 103 & id == 14837 replace partycode = 100 if congress == 103 & id == 14053 replace partycode = 100 if congress == 103 & id == 29312 replace partycode = 100 if congress == 103 & id == 14257 replace partycode = 100 if congress == 103 & id == 10583 replace partycode = 100 if congress == 103 & id == 14444 replace partycode = 100 if congress == 103 & id == 29313 replace partycode = 100 if congress == 103 & id == 15635 replace partycode = 100 if congress == 103 & id == 15032 replace partycode = 100 if congress == 103 & id == 29105 replace partycode = 200 if congress == 103 & id == 14669 replace partycode = 200 if congress == 103 & id == 29314 replace partycode = 200 if congress == 103 & id == 15413 replace partycode = 100 if congress == 103 & id == 14405 replace partycode = 200 if congress == 103 & id == 29315 replace partycode = 100 if congress == 103 & id == 15005 replace partycode = 200 if congress == 103 & id == 14040 replace partycode = 200 if congress == 103 & id == 14813 replace partycode = 100 if congress == 103 & id == 14280 replace partycode = 100 if congress == 103 & id == 29316 replace partycode = 100 if congress == 103 & id == 14879 replace partycode = 100 if congress == 103 & id == 14620 replace partycode = 100 if congress == 103 & id == 29317 replace partycode = 100 if congress == 103 & id == 15070 replace partycode = 100 if congress == 103 & id == 29106 replace partycode = 100 if congress == 103 & id == 29318 replace partycode = 100 if congress == 103 & id == 29319 replace partycode = 200 if congress == 103 & id == 29320 replace partycode = 200 if congress == 103 & id == 29321 replace partycode = 200 if congress == 103 & id == 14644 replace partycode = 200 if congress == 103 & id == 29322 replace partycode = 100 if congress == 103 & id == 10573 replace partycode = 200 if congress == 103 & id == 29323 replace partycode = 200 if congress == 103 & id == 15040 replace partycode = 200 if congress == 103 & id == 15621 replace partycode = 200 if congress == 103 & id == 14414 replace partycode = 200 if congress == 103 & id == 15601 replace partycode = 200 if congress == 103 & id == 15051 replace partycode = 100 if congress == 103 & id == 29324 replace partycode = 100 if congress == 103 & id == 29325 replace partycode = 200 if congress == 103 & id == 29107 replace partycode = 200 if congress == 103 & id == 14835 replace partycode = 100 if congress == 103 & id == 14051 replace partycode = 100 if congress == 103 & id == 15443 replace partycode = 200 if congress == 103 & id == 29326 replace partycode = 200 if congress == 103 & id == 29108 replace partycode = 200 if congress == 103 & id == 15419 replace partycode = 200 if congress == 103 & id == 15058 replace partycode = 100 if congress == 103 & id == 14877 replace partycode = 100 if congress == 103 & id == 14825 replace partycode = 100 if congress == 103 & id == 29109 replace partycode = 200 if congress == 103 & id == 15449 replace partycode = 200 if congress == 103 & id == 29110 replace partycode = 200 if congress == 103 & id == 15028 replace partycode = 200 if congress == 103 & id == 29327 replace partycode = 100 if congress == 103 & id == 14636 replace partycode = 100 if congress == 103 & id == 29111 replace partycode = 100 if congress == 103 & id == 29328 replace partycode = 200 if congress == 103 & id == 29329 replace partycode = 100 if congress == 103 & id == 29330 replace partycode = 200 if congress == 103 & id == 15627 replace partycode = 200 if congress == 103 & id == 29331 replace partycode = 200 if congress == 103 & id == 14842 replace partycode = 200 if congress == 103 & id == 15006 replace partycode = 200 if congress == 103 & id == 13047 replace partycode = 100 if congress == 103 & id == 10588 replace partycode = 200 if congress == 103 & id == 29332 replace partycode = 200 if congress == 103 & id == 29333 replace partycode = 200 if congress == 103 & id == 15605 replace partycode = 100 if congress == 103 & id == 29112 replace partycode = 200 if congress == 103 & id == 15035 replace partycode = 100 if congress == 103 & id == 29334 replace partycode = 200 if congress == 103 & id == 15634 replace partycode = 100 if congress == 103 & id == 15609 replace partycode = 100 if congress == 103 & id == 29335 replace partycode = 200 if congress == 103 & id == 29336 replace partycode = 200 if congress == 103 & id == 14860 replace partycode = 100 if congress == 103 & id == 29337 replace partycode = 200 if congress == 103 & id == 29338 replace partycode = 100 if congress == 103 & id == 29339 replace partycode = 200 if congress == 103 & id == 29340 replace partycode = 200 if congress == 103 & id == 29341 replace partycode = 100 if congress == 103 & id == 15431 replace partycode = 200 if congress == 103 & id == 14627 replace partycode = 100 if congress == 103 & id == 15081 replace partycode = 100 if congress == 103 & id == 15057 replace partycode = 100 if congress == 103 & id == 29342 replace partycode = 100 if congress == 103 & id == 29343 replace partycode = 100 if congress == 103 & id == 29344 replace partycode = 100 if congress == 103 & id == 15245 replace partycode = 100 if congress == 103 & id == 10757 replace partycode = 100 if congress == 103 & id == 29114 replace partycode = 200 if congress == 103 & id == 29345 replace partycode = 100 if congress == 103 & id == 29346 replace partycode = 100 if congress == 103 & id == 29347 replace partycode = 100 if congress == 103 & id == 15036 replace partycode = 100 if congress == 103 & id == 29348 replace partycode = 100 if congress == 103 & id == 8080 replace partycode = 200 if congress == 103 & id == 14239 replace partycode = 100 if congress == 103 & id == 14068 replace partycode = 200 if congress == 103 & id == 12041 replace partycode = 100 if congress == 103 & id == 10421 replace partycode = 200 if congress == 103 & id == 14677 replace partycode = 100 if congress == 103 & id == 15622 replace partycode = 100 if congress == 103 & id == 15453 replace partycode = 200 if congress == 103 & id == 15098 replace partycode = 200 if congress == 103 & id == 15417 replace partycode = 200 if congress == 103 & id == 29115 replace partycode = 200 if congress == 103 & id == 29349 replace partycode = 100 if congress == 103 & id == 15023 replace partycode = 200 if congress == 103 & id == 6455 replace partycode = 100 if congress == 103 & id == 15620 replace partycode = 100 if congress == 103 & id == 15021 replace partycode = 100 if congress == 103 & id == 15124 replace partycode = 100 if congress == 103 & id == 14274 replace partycode = 100 if congress == 103 & id == 29117 replace partycode = 100 if congress == 103 & id == 15631 replace partycode = 200 if congress == 103 & id == 29350 replace partycode = 200 if congress == 103 & id == 15014 replace partycode = 200 if congress == 103 & id == 11036 replace partycode = 100 if congress == 103 & id == 15041 replace partycode = 100 if congress == 103 & id == 10732 replace partycode = 100 if congress == 103 & id == 10742 replace partycode = 200 if congress == 103 & id == 14432 replace partycode = 200 if congress == 103 & id == 29118 replace partycode = 200 if congress == 103 & id == 15106 replace partycode = 100 if congress == 103 & id == 8672 replace partycode = 200 if congress == 103 & id == 15414 replace partycode = 200 if congress == 103 & id == 14852 replace partycode = 100 if congress == 103 & id == 15061 replace partycode = 200 if congress == 103 & id == 15109 replace partycode = 100 if congress == 103 & id == 14422 replace partycode = 100 if congress == 103 & id == 29351 replace partycode = 100 if congress == 103 & id == 6845 replace partycode = 200 if congress == 103 & id == 29352 replace partycode = 100 if congress == 103 & id == 13024 replace partycode = 200 if congress == 103 & id == 15406 replace partycode = 200 if congress == 103 & id == 14854 replace partycode = 100 if congress == 103 & id == 29353 replace partycode = 200 if congress == 103 & id == 14469 replace partycode = 100 if congress == 103 & id == 29120 replace partycode = 100 if congress == 103 & id == 14679 replace partycode = 100 if congress == 103 & id == 29354 replace partycode = 200 if congress == 103 & id == 15451 replace partycode = 200 if congress == 103 & id == 15401 replace partycode = 100 if congress == 103 & id == 15418 replace partycode = 100 if congress == 103 & id == 29121 replace partycode = 200 if congress == 103 & id == 14661 replace partycode = 200 if congress == 103 & id == 29122 replace partycode = 200 if congress == 103 & id == 15086 replace partycode = 100 if congress == 103 & id == 15408 replace partycode = 100 if congress == 103 & id == 29355 replace partycode = 100 if congress == 103 & id == 14873 replace partycode = 200 if congress == 103 & id == 29356 replace partycode = 100 if congress == 103 & id == 15433 replace partycode = 200 if congress == 103 & id == 15434 replace partycode = 100 if congress == 103 & id == 29123 replace partycode = 100 if congress == 103 & id == 15616 replace partycode = 200 if congress == 103 & id == 29357 replace partycode = 100 if congress == 103 & id == 14824 replace partycode = 100 if congress == 103 & id == 29358 replace partycode = 200 if congress == 103 & id == 29359 replace partycode = 100 if congress == 103 & id == 14435 replace partycode = 100 if congress == 103 & id == 15427 replace partycode = 100 if congress == 103 & id == 14039 replace partycode = 100 if congress == 103 & id == 14055 replace partycode = 100 if congress == 103 & id == 29360 replace partycode = 200 if congress == 103 & id == 29361 replace partycode = 200 if congress == 103 & id == 15103 replace partycode = 200 if congress == 103 & id == 29362 replace partycode = 200 if congress == 103 & id == 29124 replace partycode = 100 if congress == 103 & id == 29363 replace partycode = 200 if congress == 103 & id == 15446 replace partycode = 200 if congress == 103 & id == 29364 replace partycode = 100 if congress == 103 & id == 14210 replace partycode = 100 if congress == 103 & id == 14430 replace partycode = 100 if congress == 103 & id == 14407 replace partycode = 200 if congress == 103 & id == 29365 replace partycode = 100 if congress == 103 & id == 15033 replace partycode = 100 if congress == 103 & id == 10727 replace partycode = 100 if congress == 103 & id == 10713 replace partycode = 100 if congress == 103 & id == 29125 replace partycode = 100 if congress == 103 & id == 2605 replace partycode = 100 if congress == 103 & id == 15052 replace partycode = 100 if congress == 103 & id == 29366 replace partycode = 200 if congress == 103 & id == 29126 replace partycode = 100 if congress == 103 & id == 14458 replace partycode = 100 if congress == 103 & id == 14656 replace partycode = 200 if congress == 103 & id == 29367 replace partycode = 100 if congress == 103 & id == 29127 replace partycode = 100 if congress == 103 & id == 14265 replace partycode = 100 if congress == 103 & id == 10075 replace partycode = 100 if congress == 103 & id == 15411 replace partycode = 100 if congress == 103 & id == 29368 replace partycode = 100 if congress == 103 & id == 11035 replace partycode = 100 if congress == 103 & id == 15617 replace partycode = 100 if congress == 103 & id == 15637 replace partycode = 100 if congress == 103 & id == 12009 replace partycode = 200 if congress == 103 & id == 29369 replace partycode = 100 if congress == 103 & id == 14421 replace partycode = 100 if congress == 103 & id == 14451 replace partycode = 100 if congress == 103 & id == 15076 replace partycode = 100 if congress == 103 & id == 29370 replace partycode = 200 if congress == 103 & id == 15606 replace partycode = 200 if congress == 103 & id == 14819 replace partycode = 100 if congress == 103 & id == 14459 replace partycode = 100 if congress == 103 & id == 14672 replace partycode = 200 if congress == 103 & id == 14605 replace partycode = 100 if congress == 103 & id == 15607 replace partycode = 200 if congress == 103 & id == 29129 replace partycode = 100 if congress == 103 & id == 15403 replace partycode = 200 if congress == 103 & id == 15075 replace partycode = 200 if congress == 103 & id == 29130 replace partycode = 100 if congress == 103 & id == 29131 replace partycode = 100 if congress == 103 & id == 29132 replace partycode = 100 if congress == 103 & id == 14238 replace partycode = 200 if congress == 103 & id == 15112 replace partycode = 200 if congress == 103 & id == 14863 replace partycode = 200 if congress == 103 & id == 14855 replace partycode = 100 if congress == 103 & id == 15454 replace partycode = 200 if congress == 103 & id == 29371 replace partycode = 100 if congress == 103 & id == 29372 replace partycode = 100 if congress == 103 & id == 15071 replace partycode = 100 if congress == 103 & id == 15619 replace partycode = 200 if congress == 103 & id == 15099 replace partycode = 200 if congress == 103 & id == 29133 replace partycode = 100 if congress == 103 & id == 29373 replace partycode = 200 if congress == 103 & id == 15624 replace partycode = 200 if congress == 103 & id == 14861 replace partycode = 100 if congress == 103 & id == 15055 replace partycode = 100 if congress == 103 & id == 15421 replace partycode = 200 if congress == 103 & id == 29374 replace partycode = 200 if congress == 103 & id == 29375 replace partycode = 200 if congress == 103 & id == 29376 replace partycode = 100 if congress == 103 & id == 15000 replace partycode = 100 if congress == 103 & id == 15412 replace partycode = 100 if congress == 103 & id == 15107 replace partycode = 100 if congress == 103 & id == 29377 replace partycode = 100 if congress == 103 & id == 14858 replace partycode = 100 if congress == 103 & id == 15072 replace partycode = 100 if congress == 103 & id == 15050 replace partycode = 100 if congress == 103 & id == 29378 replace partycode = 200 if congress == 103 & id == 15639 replace partycode = 100 if congress == 103 & id == 29379 replace partycode = 100 if congress == 103 & id == 13035 replace partycode = 100 if congress == 103 & id == 29134 replace partycode = 100 if congress == 103 & id == 15603 replace partycode = 100 if congress == 103 & id == 15612 replace partycode = 200 if congress == 103 & id == 12013 replace partycode = 200 if congress == 103 & id == 14015 replace partycode = 100 if congress == 103 & id == 15614 replace partycode = 200 if congress == 103 & id == 14662 replace partycode = 200 if congress == 103 & id == 15007 replace partycode = 200 if congress == 103 & id == 39316 replace partycode = 200 if congress == 103 & id == 15630 replace partycode = 100 if congress == 103 & id == 29380 replace partycode = 200 if congress == 103 & id == 15618 replace partycode = 100 if congress == 103 & id == 15444 replace partycode = 100 if congress == 103 & id == 14248 replace partycode = 200 if congress == 103 & id == 29381 replace partycode = 200 if congress == 103 & id == 15423 replace partycode = 100 if congress == 103 & id == 29382 replace partycode = 100 if congress == 103 & id == 15073 replace partycode = 100 if congress == 103 & id == 15430 replace partycode = 100 if congress == 103 & id == 15438 replace partycode = 100 if congress == 103 & id == 14262 replace partycode = 200 if congress == 103 & id == 15092 replace partycode = 100 if congress == 103 & id == 14048 replace partycode = 100 if congress == 103 & id == 14233 replace partycode = 200 if congress == 103 & id == 15108 replace partycode = 200 if congress == 103 & id == 15402 replace partycode = 200 if congress == 103 & id == 29135 replace partycode = 100 if congress == 103 & id == 29383 replace partycode = 100 if congress == 103 & id == 29384 replace partycode = 100 if congress == 103 & id == 29385 replace partycode = 200 if congress == 103 & id == 14225 replace partycode = 200 if congress == 103 & id == 29386 replace partycode = 100 if congress == 103 & id == 14632 replace partycode = 200 if congress == 103 & id == 14875 replace partycode = 200 if congress == 103 & id == 15604 replace partycode = 100 if congress == 103 & id == 29747 replace partycode = 200 if congress == 103 & id == 29136 replace partycode = 200 if congress == 103 & id == 29137 replace partycode = 100 if congress == 103 & id == 15029 replace partycode = 200 if congress == 103 & id == 29388 replace partycode = 100 if congress == 103 & id == 12030 replace partycode = 200 if congress == 103 & id == 15030 replace partycode = 100 if congress == 103 & id == 29389 replace partycode = 100 if congress == 103 & id == 15442 replace partycode = 200 if congress == 103 & id == 29390 replace partycode = 200 if congress == 103 & id == 14045 replace partycode = 100 if congress == 103 & id == 15121 replace partycode = 100 if congress == 103 & id == 14402 replace partycode = 100 if congress == 103 & id == 29391 replace partycode = 200 if congress == 103 & id == 15424 replace partycode = 100 if congress == 103 & id == 14667 replace partycode = 100 if congress == 103 & id == 29138 replace partycode = 100 if congress == 103 & id == 14843 replace partycode = 200 if congress == 103 & id == 29392 replace partycode = 100 if congress == 103 & id == 14219 replace partycode = 200 if congress == 103 & id == 29393 replace partycode = 100 if congress == 103 & id == 29394 replace partycode = 200 if congress == 103 & id == 15063 replace partycode = 100 if congress == 103 & id == 14871 replace partycode = 100 if congress == 103 & id == 15410 replace partycode = 100 if congress == 103 & id == 29139 replace partycode = 100 if congress == 103 & id == 14823 replace partycode = 100 if congress == 103 & id == 29140 replace partycode = 100 if congress == 103 & id == 15008 replace partycode = 100 if congress == 103 & id == 29395 replace partycode = 200 if congress == 103 & id == 14612 replace partycode = 100 if congress == 103 & id == 29396 replace partycode = 200 if congress == 103 & id == 15447 replace partycode = 200 if congress == 103 & id == 29397 replace partycode = 200 if congress == 103 & id == 14052 replace partycode = 200 if congress == 103 & id == 10607 replace partycode = 100 if congress == 103 & id == 15104 replace partycode = 100 if congress == 103 & id == 14072 replace partycode = 100 if congress == 103 & id == 29398 replace partycode = 100 if congress == 103 & id == 14808 replace partycode = 100 if congress == 103 & id == 29399 replace partycode = 200 if congress == 103 & id == 14461 replace partycode = 200 if congress == 103 & id == 15026 replace partycode = 200 if congress == 103 & id == 29141 replace partycode = 200 if congress == 103 & id == 14288 replace partycode = 100 if congress == 103 & id == 14441 replace partycode = 200 if congress == 103 & id == 15056 replace partycode = 200 if congress == 103 & id == 15615 replace partycode = 100 if congress == 103 & id == 29142 replace partycode = 200 if congress == 103 & id == 15439 replace partycode = 200 if congress == 103 & id == 13042 replace partycode = 100 if congress == 103 & id == 14212 replace partycode = 200 if congress == 103 & id == 39300 replace partycode = 100 if congress == 103 & id == 15064 replace partycode = 100 if congress == 103 & id == 39301 replace partycode = 100 if congress == 103 & id == 15425 replace partycode = 200 if congress == 103 & id == 10616 replace partycode = 200 if congress == 103 & id == 15455 replace partycode = 100 if congress == 103 & id == 14251 replace partycode = 100 if congress == 103 & id == 15019 replace partycode = 100 if congress == 103 & id == 15450 replace partycode = 100 if congress == 103 & id == 15100 replace partycode = 200 if congress == 103 & id == 15066 replace partycode = 100 if congress == 103 & id == 15628 replace partycode = 100 if congress == 103 & id == 14224 replace partycode = 100 if congress == 103 & id == 15129 replace partycode = 100 if congress == 103 & id == 14062 replace partycode = 200 if congress == 103 & id == 29143 replace partycode = 100 if congress == 103 & id == 14828 replace partycode = 100 if congress == 103 & id == 15013 replace partycode = 200 if congress == 103 & id == 15085 replace partycode = 200 if congress == 103 & id == 13002 replace partycode = 200 if congress == 103 & id == 14822 replace partycode = 100 if congress == 103 & id == 1077 replace partycode = 100 if congress == 103 & id == 10614 replace partycode = 100 if congress == 103 & id == 29144 replace partycode = 100 if congress == 103 & id == 15636 replace partycode = 100 if congress == 103 & id == 15623 replace partycode = 100 if congress == 103 & id == 15611 replace partycode = 100 if congress == 103 & id == 10716 replace partycode = 100 if congress == 103 & id == 15018 replace partycode = 100 if congress == 103 & id == 14664 replace partycode = 100 if congress == 103 & id == 29145 replace partycode = 200 if congress == 103 & id == 15093 replace partycode = 100 if congress == 103 & id == 10520 replace partycode = 200 if congress == 103 & id == 15445 replace partycode = 200 if congress == 103 & id == 15094 replace partycode = 200 if congress == 103 & id == 39302 replace partycode = 100 if congress == 103 & id == 14626 replace partycode = 100 if congress == 103 & id == 15001 replace partycode = 200 if congress == 103 & id == 15125 replace partycode = 100 if congress == 103 & id == 15049 replace partycode = 100 if congress == 103 & id == 39303 replace partycode = 100 if congress == 103 & id == 39304 replace partycode = 100 if congress == 103 & id == 39305 replace partycode = 200 if congress == 103 & id == 14829 replace partycode = 100 if congress == 103 & id == 39306 replace partycode = 100 if congress == 103 & id == 29146 replace partycode = 328 if congress == 103 & id == 29147 replace partycode = 200 if congress == 103 & id == 15003 replace partycode = 100 if congress == 103 & id == 15437 replace partycode = 100 if congress == 103 & id == 39307 replace partycode = 100 if congress == 103 & id == 15060 replace partycode = 100 if congress == 103 & id == 15452 replace partycode = 200 if congress == 103 & id == 39308 replace partycode = 200 if congress == 103 & id == 14802 replace partycode = 100 if congress == 103 & id == 29149 replace partycode = 100 if congress == 103 & id == 15010 replace partycode = 200 if congress == 103 & id == 14869 replace partycode = 100 if congress == 103 & id == 39309 replace partycode = 100 if congress == 103 & id == 39310 replace partycode = 100 if congress == 103 & id == 14666 replace partycode = 100 if congress == 103 & id == 15629 replace partycode = 100 if congress == 103 & id == 29937 replace partycode = 100 if congress == 103 & id == 10726 replace partycode = 100 if congress == 103 & id == 14413 replace partycode = 100 if congress == 103 & id == 15613 replace partycode = 200 if congress == 103 & id == 39312 replace partycode = 100 if congress == 103 & id == 39313 replace partycode = 100 if congress == 103 & id == 15083 replace partycode = 100 if congress == 103 & id == 15077 replace partycode = 100 if congress == 103 & id == 14448 replace partycode = 100 if congress == 103 & id == 13003 replace partycode = 100 if congress == 103 & id == 39314 replace partycode = 200 if congress == 103 & id == 29150 replace partycode = 200 if congress == 103 & id == 14827 replace partycode = 100 if congress == 103 & id == 15082 replace partycode = 100 if congress == 103 & id == 39315 replace partycode = 200 if congress == 103 & id == 14675 replace partycode = 100 if congress == 103 & id == 12036 replace partycode = 200 if congress == 103 & id == 14655 replace partycode = 200 if congress == 103 & id == 14657 replace partycode = 200 if congress == 103 & id == 15633 replace partycode = 100 if congress == 104 & id == 99909 replace partycode = 200 if congress == 104 & id == 15090 replace partycode = 200 if congress == 104 & id == 29300 replace partycode = 100 if congress == 104 & id == 15632 replace partycode = 100 if congress == 104 & id == 11000 replace partycode = 100 if congress == 104 & id == 29100 replace partycode = 200 if congress == 104 & id == 29301 replace partycode = 100 if congress == 104 & id == 29302 replace partycode = 200 if congress == 104 & id == 14066 replace partycode = 200 if congress == 104 & id == 29500 replace partycode = 100 if congress == 104 & id == 29101 replace partycode = 200 if congress == 104 & id == 14454 replace partycode = 200 if congress == 104 & id == 29501 replace partycode = 200 if congress == 104 & id == 15105 replace partycode = 200 if congress == 104 & id == 29502 replace partycode = 100 if congress == 104 & id == 29305 replace partycode = 100 if congress == 104 & id == 14058 replace partycode = 200 if congress == 104 & id == 29306 replace partycode = 200 if congress == 104 & id == 29307 replace partycode = 200 if congress == 104 & id == 29103 replace partycode = 200 if congress == 104 & id == 15420 replace partycode = 100 if congress == 104 & id == 14624 replace partycode = 200 if congress == 104 & id == 29104 replace partycode = 100 if congress == 104 & id == 14649 replace partycode = 100 if congress == 104 & id == 29309 replace partycode = 100 if congress == 104 & id == 14256 replace partycode = 100 if congress == 104 & id == 15448 replace partycode = 100 if congress == 104 & id == 13011 replace partycode = 200 if congress == 104 & id == 29310 replace partycode = 200 if congress == 104 & id == 29311 replace partycode = 100 if congress == 104 & id == 14837 replace partycode = 100 if congress == 104 & id == 14053 replace partycode = 100 if congress == 104 & id == 29312 replace partycode = 100 if congress == 104 & id == 14257 replace partycode = 200 if congress == 104 & id == 15600 replace partycode = 100 if congress == 104 & id == 29504 replace partycode = 100 if congress == 104 & id == 29313 replace partycode = 100 if congress == 104 & id == 15635 replace partycode = 200 if congress == 104 & id == 29505 replace partycode = 100 if congress == 104 & id == 29105 replace partycode = 200 if congress == 104 & id == 14669 replace partycode = 200 if congress == 104 & id == 29506 replace partycode = 200 if congress == 104 & id == 15413 replace partycode = 100 if congress == 104 & id == 14405 replace partycode = 200 if congress == 104 & id == 29315 replace partycode = 100 if congress == 104 & id == 15005 replace partycode = 200 if congress == 104 & id == 14040 replace partycode = 200 if congress == 104 & id == 14813 replace partycode = 100 if congress == 104 & id == 14280 replace partycode = 100 if congress == 104 & id == 29316 replace partycode = 100 if congress == 104 & id == 14879 replace partycode = 100 if congress == 104 & id == 14620 replace partycode = 100 if congress == 104 & id == 29317 replace partycode = 100 if congress == 104 & id == 15070 replace partycode = 100 if congress == 104 & id == 29106 replace partycode = 100 if congress == 104 & id == 29318 replace partycode = 100 if congress == 104 & id == 29319 replace partycode = 100 if congress == 104 & id == 29586 replace partycode = 200 if congress == 104 & id == 29320 replace partycode = 200 if congress == 104 & id == 29321 replace partycode = 200 if congress == 104 & id == 14644 replace partycode = 200 if congress == 104 & id == 29322 replace partycode = 100 if congress == 104 & id == 10573 replace partycode = 200 if congress == 104 & id == 29323 replace partycode = 200 if congress == 104 & id == 29507 replace partycode = 200 if congress == 104 & id == 15621 replace partycode = 200 if congress == 104 & id == 14414 replace partycode = 200 if congress == 104 & id == 15601 replace partycode = 200 if congress == 104 & id == 15051 replace partycode = 200 if congress == 104 & id == 29508 replace partycode = 100 if congress == 104 & id == 29325 replace partycode = 200 if congress == 104 & id == 29107 replace partycode = 200 if congress == 104 & id == 14835 replace partycode = 100 if congress == 104 & id == 14051 replace partycode = 100 if congress == 104 & id == 15443 replace partycode = 200 if congress == 104 & id == 29326 replace partycode = 200 if congress == 104 & id == 29108 replace partycode = 200 if congress == 104 & id == 15419 replace partycode = 200 if congress == 104 & id == 15058 replace partycode = 100 if congress == 104 & id == 14877 replace partycode = 100 if congress == 104 & id == 14825 replace partycode = 100 if congress == 104 & id == 29109 replace partycode = 200 if congress == 104 & id == 15449 replace partycode = 200 if congress == 104 & id == 29110 replace partycode = 200 if congress == 104 & id == 15028 replace partycode = 200 if congress == 104 & id == 29327 replace partycode = 200 if congress == 104 & id == 39508 replace partycode = 100 if congress == 104 & id == 29111 replace partycode = 100 if congress == 104 & id == 29328 replace partycode = 200 if congress == 104 & id == 29329 replace partycode = 100 if congress == 104 & id == 29330 replace partycode = 200 if congress == 104 & id == 15627 replace partycode = 200 if congress == 104 & id == 29331 replace partycode = 200 if congress == 104 & id == 14842 replace partycode = 200 if congress == 104 & id == 15006 replace partycode = 200 if congress == 104 & id == 13047 replace partycode = 100 if congress == 104 & id == 10588 replace partycode = 200 if congress == 104 & id == 29332 replace partycode = 200 if congress == 104 & id == 29333 replace partycode = 200 if congress == 104 & id == 15605 replace partycode = 200 if congress == 104 & id == 29509 replace partycode = 200 if congress == 104 & id == 29510 replace partycode = 100 if congress == 104 & id == 29334 replace partycode = 200 if congress == 104 & id == 15634 replace partycode = 100 if congress == 104 & id == 15609 replace partycode = 100 if congress == 104 & id == 29335 replace partycode = 200 if congress == 104 & id == 29336 replace partycode = 200 if congress == 104 & id == 14860 replace partycode = 100 if congress == 104 & id == 29337 replace partycode = 200 if congress == 104 & id == 29338 replace partycode = 100 if congress == 104 & id == 29339 replace partycode = 200 if congress == 104 & id == 29340 replace partycode = 200 if congress == 104 & id == 29341 replace partycode = 100 if congress == 104 & id == 15431 replace partycode = 200 if congress == 104 & id == 14627 replace partycode = 200 if congress == 104 & id == 29511 replace partycode = 200 if congress == 104 & id == 29512 replace partycode = 100 if congress == 104 & id == 29342 replace partycode = 200 if congress == 104 & id == 99342 replace partycode = 200 if congress == 104 & id == 29513 replace partycode = 100 if congress == 104 & id == 29344 replace partycode = 100 if congress == 104 & id == 15245 replace partycode = 100 if congress == 104 & id == 10757 replace partycode = 200 if congress == 104 & id == 29514 replace partycode = 200 if congress == 104 & id == 29345 replace partycode = 100 if congress == 104 & id == 29346 replace partycode = 100 if congress == 104 & id == 29347 replace partycode = 100 if congress == 104 & id == 29585 replace partycode = 100 if congress == 104 & id == 15036 replace partycode = 100 if congress == 104 & id == 29348 replace partycode = 200 if congress == 104 & id == 29515 replace partycode = 200 if congress == 104 & id == 14239 replace partycode = 100 if congress == 104 & id == 14068 replace partycode = 200 if congress == 104 & id == 12041 replace partycode = 100 if congress == 104 & id == 10421 replace partycode = 200 if congress == 104 & id == 14677 replace partycode = 200 if congress == 104 & id == 29516 replace partycode = 100 if congress == 104 & id == 15453 replace partycode = 200 if congress == 104 & id == 15098 replace partycode = 200 if congress == 104 & id == 15417 replace partycode = 200 if congress == 104 & id == 29115 replace partycode = 200 if congress == 104 & id == 29349 replace partycode = 100 if congress == 104 & id == 15023 replace partycode = 200 if congress == 104 & id == 29517 replace partycode = 100 if congress == 104 & id == 15620 replace partycode = 100 if congress == 104 & id == 15021 replace partycode = 100 if congress == 104 & id == 15124 replace partycode = 200 if congress == 104 & id == 29518 replace partycode = 100 if congress == 104 & id == 29117 replace partycode = 200 if congress == 104 & id == 29519 replace partycode = 200 if congress == 104 & id == 29350 replace partycode = 200 if congress == 104 & id == 15014 replace partycode = 200 if congress == 104 & id == 11036 replace partycode = 200 if congress == 104 & id == 29520 replace partycode = 100 if congress == 104 & id == 10732 replace partycode = 100 if congress == 104 & id == 10742 replace partycode = 200 if congress == 104 & id == 14432 replace partycode = 200 if congress == 104 & id == 29118 replace partycode = 200 if congress == 104 & id == 15106 replace partycode = 200 if congress == 104 & id == 29521 replace partycode = 200 if congress == 104 & id == 29522 replace partycode = 200 if congress == 104 & id == 14852 replace partycode = 200 if congress == 104 & id == 29523 replace partycode = 200 if congress == 104 & id == 15109 replace partycode = 200 if congress == 104 & id == 29524 replace partycode = 200 if congress == 104 & id == 29525 replace partycode = 200 if congress == 104 & id == 29352 replace partycode = 100 if congress == 104 & id == 29526 replace partycode = 200 if congress == 104 & id == 15406 replace partycode = 200 if congress == 104 & id == 14854 replace partycode = 100 if congress == 104 & id == 29353 replace partycode = 200 if congress == 104 & id == 14469 replace partycode = 100 if congress == 104 & id == 29120 replace partycode = 100 if congress == 104 & id == 14679 replace partycode = 200 if congress == 104 & id == 94679 replace partycode = 100 if congress == 104 & id == 29354 replace partycode = 200 if congress == 104 & id == 15451 replace partycode = 200 if congress == 104 & id == 15401 replace partycode = 100 if congress == 104 & id == 15418 replace partycode = 200 if congress == 104 & id == 95418 replace partycode = 200 if congress == 104 & id == 29527 replace partycode = 100 if congress == 104 & id == 29528 replace partycode = 200 if congress == 104 & id == 29122 replace partycode = 200 if congress == 104 & id == 29529 replace partycode = 100 if congress == 104 & id == 15408 replace partycode = 100 if congress == 104 & id == 29355 replace partycode = 100 if congress == 104 & id == 14873 replace partycode = 200 if congress == 104 & id == 29356 replace partycode = 100 if congress == 104 & id == 15433 replace partycode = 100 if congress == 104 & id == 29587 replace partycode = 200 if congress == 104 & id == 15434 replace partycode = 100 if congress == 104 & id == 29123 replace partycode = 100 if congress == 104 & id == 15616 replace partycode = 200 if congress == 104 & id == 29357 replace partycode = 100 if congress == 104 & id == 14824 replace partycode = 100 if congress == 104 & id == 29358 replace partycode = 200 if congress == 104 & id == 29359 replace partycode = 100 if congress == 104 & id == 14435 replace partycode = 100 if congress == 104 & id == 15427 replace partycode = 100 if congress == 104 & id == 14039 replace partycode = 100 if congress == 104 & id == 14055 replace partycode = 100 if congress == 104 & id == 29360 replace partycode = 200 if congress == 104 & id == 29361 replace partycode = 200 if congress == 104 & id == 29362 replace partycode = 200 if congress == 104 & id == 29124 replace partycode = 100 if congress == 104 & id == 29363 replace partycode = 200 if congress == 104 & id == 15446 replace partycode = 200 if congress == 104 & id == 29364 replace partycode = 200 if congress == 104 & id == 29530 replace partycode = 100 if congress == 104 & id == 14430 replace partycode = 100 if congress == 104 & id == 14407 replace partycode = 200 if congress == 104 & id == 29365 replace partycode = 100 if congress == 104 & id == 15033 replace partycode = 100 if congress == 104 & id == 29531 replace partycode = 100 if congress == 104 & id == 10713 replace partycode = 100 if congress == 104 & id == 29125 replace partycode = 100 if congress == 104 & id == 2605 replace partycode = 200 if congress == 104 & id == 29532 replace partycode = 100 if congress == 104 & id == 29366 replace partycode = 200 if congress == 104 & id == 29126 replace partycode = 100 if congress == 104 & id == 14458 replace partycode = 100 if congress == 104 & id == 14656 replace partycode = 100 if congress == 104 & id == 29533 replace partycode = 100 if congress == 104 & id == 29127 replace partycode = 100 if congress == 104 & id == 14265 replace partycode = 200 if congress == 104 & id == 29534 replace partycode = 100 if congress == 104 & id == 29368 replace partycode = 100 if congress == 104 & id == 11035 replace partycode = 100 if congress == 104 & id == 15617 replace partycode = 200 if congress == 104 & id == 95617 replace partycode = 100 if congress == 104 & id == 15637 replace partycode = 100 if congress == 104 & id == 12009 replace partycode = 200 if congress == 104 & id == 29369 replace partycode = 100 if congress == 104 & id == 14421 replace partycode = 100 if congress == 104 & id == 14451 replace partycode = 100 if congress == 104 & id == 29535 replace partycode = 100 if congress == 104 & id == 29370 replace partycode = 200 if congress == 104 & id == 15606 replace partycode = 200 if congress == 104 & id == 14819 replace partycode = 100 if congress == 104 & id == 14459 replace partycode = 100 if congress == 104 & id == 14672 replace partycode = 200 if congress == 104 & id == 14605 replace partycode = 200 if congress == 104 & id == 29536 replace partycode = 200 if congress == 104 & id == 29129 replace partycode = 200 if congress == 104 & id == 29537 replace partycode = 200 if congress == 104 & id == 15075 replace partycode = 200 if congress == 104 & id == 29130 replace partycode = 200 if congress == 104 & id == 29538 replace partycode = 100 if congress == 104 & id == 29132 replace partycode = 200 if congress == 104 & id == 29539 replace partycode = 200 if congress == 104 & id == 15112 replace partycode = 200 if congress == 104 & id == 14863 replace partycode = 200 if congress == 104 & id == 14855 replace partycode = 100 if congress == 104 & id == 15454 replace partycode = 200 if congress == 104 & id == 29371 replace partycode = 200 if congress == 104 & id == 29540 replace partycode = 100 if congress == 104 & id == 15071 replace partycode = 100 if congress == 104 & id == 15619 replace partycode = 200 if congress == 104 & id == 29541 replace partycode = 200 if congress == 104 & id == 29133 replace partycode = 100 if congress == 104 & id == 29373 replace partycode = 200 if congress == 104 & id == 15624 replace partycode = 200 if congress == 104 & id == 14861 replace partycode = 100 if congress == 104 & id == 15055 replace partycode = 200 if congress == 104 & id == 29542 replace partycode = 200 if congress == 104 & id == 29374 replace partycode = 200 if congress == 104 & id == 29375 replace partycode = 200 if congress == 104 & id == 29543 replace partycode = 100 if congress == 104 & id == 15000 replace partycode = 100 if congress == 104 & id == 15412 replace partycode = 100 if congress == 104 & id == 15107 replace partycode = 100 if congress == 104 & id == 29377 replace partycode = 100 if congress == 104 & id == 14858 replace partycode = 100 if congress == 104 & id == 15072 replace partycode = 100 if congress == 104 & id == 15050 replace partycode = 100 if congress == 104 & id == 29378 replace partycode = 200 if congress == 104 & id == 15639 replace partycode = 100 if congress == 104 & id == 29379 replace partycode = 100 if congress == 104 & id == 13035 replace partycode = 100 if congress == 104 & id == 29134 replace partycode = 100 if congress == 104 & id == 15603 replace partycode = 100 if congress == 104 & id == 15612 replace partycode = 200 if congress == 104 & id == 29544 replace partycode = 200 if congress == 104 & id == 14015 replace partycode = 100 if congress == 104 & id == 15614 replace partycode = 200 if congress == 104 & id == 14662 replace partycode = 200 if congress == 104 & id == 15007 replace partycode = 200 if congress == 104 & id == 39316 replace partycode = 200 if congress == 104 & id == 15630 replace partycode = 100 if congress == 104 & id == 29380 replace partycode = 200 if congress == 104 & id == 15618 replace partycode = 100 if congress == 104 & id == 15444 replace partycode = 100 if congress == 104 & id == 14248 replace partycode = 200 if congress == 104 & id == 29381 replace partycode = 200 if congress == 104 & id == 15423 replace partycode = 100 if congress == 104 & id == 29382 replace partycode = 200 if congress == 104 & id == 29545 replace partycode = 200 if congress == 104 & id == 29546 replace partycode = 200 if congress == 104 & id == 29547 replace partycode = 200 if congress == 104 & id == 29548 replace partycode = 200 if congress == 104 & id == 15092 replace partycode = 100 if congress == 104 & id == 14048 replace partycode = 100 if congress == 104 & id == 14233 replace partycode = 200 if congress == 104 & id == 29549 replace partycode = 200 if congress == 104 & id == 15402 replace partycode = 200 if congress == 104 & id == 29135 replace partycode = 100 if congress == 104 & id == 29383 replace partycode = 100 if congress == 104 & id == 29384 replace partycode = 200 if congress == 104 & id == 29550 replace partycode = 200 if congress == 104 & id == 29386 replace partycode = 100 if congress == 104 & id == 14632 replace partycode = 200 if congress == 104 & id == 14875 replace partycode = 200 if congress == 104 & id == 15604 replace partycode = 200 if congress == 104 & id == 29551 replace partycode = 200 if congress == 104 & id == 29136 replace partycode = 200 if congress == 104 & id == 29137 replace partycode = 100 if congress == 104 & id == 15029 replace partycode = 200 if congress == 104 & id == 29388 replace partycode = 100 if congress == 104 & id == 12030 replace partycode = 200 if congress == 104 & id == 15030 replace partycode = 100 if congress == 104 & id == 29389 replace partycode = 100 if congress == 104 & id == 15442 replace partycode = 200 if congress == 104 & id == 29390 replace partycode = 200 if congress == 104 & id == 14045 replace partycode = 100 if congress == 104 & id == 15121 replace partycode = 200 if congress == 104 & id == 29552 replace partycode = 200 if congress == 104 & id == 29553 replace partycode = 200 if congress == 104 & id == 29554 replace partycode = 200 if congress == 104 & id == 29555 replace partycode = 100 if congress == 104 & id == 29138 replace partycode = 200 if congress == 104 & id == 29556 replace partycode = 200 if congress == 104 & id == 29392 replace partycode = 200 if congress == 104 & id == 29393 replace partycode = 100 if congress == 104 & id == 29394 replace partycode = 200 if congress == 104 & id == 29557 replace partycode = 100 if congress == 104 & id == 14871 replace partycode = 100 if congress == 104 & id == 29588 replace partycode = 100 if congress == 104 & id == 15410 replace partycode = 200 if congress == 104 & id == 29558 replace partycode = 100 if congress == 104 & id == 14823 replace partycode = 100 if congress == 104 & id == 29559 replace partycode = 100 if congress == 104 & id == 15008 replace partycode = 100 if congress == 104 & id == 29395 replace partycode = 200 if congress == 104 & id == 14612 replace partycode = 100 if congress == 104 & id == 29396 replace partycode = 200 if congress == 104 & id == 15447 replace partycode = 200 if congress == 104 & id == 29397 replace partycode = 200 if congress == 104 & id == 14052 replace partycode = 200 if congress == 104 & id == 10607 replace partycode = 100 if congress == 104 & id == 15104 replace partycode = 100 if congress == 104 & id == 14072 replace partycode = 200 if congress == 104 & id == 29560 replace partycode = 100 if congress == 104 & id == 14808 replace partycode = 100 if congress == 104 & id == 29399 replace partycode = 200 if congress == 104 & id == 14461 replace partycode = 200 if congress == 104 & id == 15026 replace partycode = 100 if congress == 104 & id == 29561 replace partycode = 200 if congress == 104 & id == 14288 replace partycode = 100 if congress == 104 & id == 29562 replace partycode = 200 if congress == 104 & id == 29563 replace partycode = 100 if congress == 104 & id == 29564 replace partycode = 100 if congress == 104 & id == 29142 replace partycode = 200 if congress == 104 & id == 29565 replace partycode = 200 if congress == 104 & id == 13042 replace partycode = 200 if congress == 104 & id == 29566 replace partycode = 200 if congress == 104 & id == 39300 replace partycode = 100 if congress == 104 & id == 15064 replace partycode = 100 if congress == 104 & id == 39301 replace partycode = 100 if congress == 104 & id == 15425 replace partycode = 200 if congress == 104 & id == 10616 replace partycode = 200 if congress == 104 & id == 15455 replace partycode = 200 if congress == 104 & id == 29567 replace partycode = 200 if congress == 104 & id == 29568 replace partycode = 100 if congress == 104 & id == 15450 replace partycode = 100 if congress == 104 & id == 15100 replace partycode = 200 if congress == 104 & id == 29569 replace partycode = 100 if congress == 104 & id == 15628 replace partycode = 100 if congress == 104 & id == 14224 replace partycode = 100 if congress == 104 & id == 15129 replace partycode = 100 if congress == 104 & id == 14062 replace partycode = 200 if congress == 104 & id == 29143 replace partycode = 100 if congress == 104 & id == 14828 replace partycode = 100 if congress == 104 & id == 15013 replace partycode = 200 if congress == 104 & id == 15085 replace partycode = 200 if congress == 104 & id == 13002 replace partycode = 200 if congress == 104 & id == 14822 replace partycode = 200 if congress == 104 & id == 29570 replace partycode = 100 if congress == 104 & id == 29571 replace partycode = 100 if congress == 104 & id == 29144 replace partycode = 100 if congress == 104 & id == 15636 replace partycode = 200 if congress == 104 & id == 29572 replace partycode = 100 if congress == 104 & id == 15611 replace partycode = 200 if congress == 104 & id == 95611 replace partycode = 100 if congress == 104 & id == 10716 replace partycode = 100 if congress == 104 & id == 15018 replace partycode = 100 if congress == 104 & id == 14664 replace partycode = 100 if congress == 104 & id == 29573 replace partycode = 200 if congress == 104 & id == 15093 replace partycode = 100 if congress == 104 & id == 10520 replace partycode = 200 if congress == 104 & id == 15445 replace partycode = 200 if congress == 104 & id == 15094 replace partycode = 200 if congress == 104 & id == 39302 replace partycode = 100 if congress == 104 & id == 14626 replace partycode = 100 if congress == 104 & id == 29574 replace partycode = 200 if congress == 104 & id == 15125 replace partycode = 100 if congress == 104 & id == 15049 replace partycode = 100 if congress == 104 & id == 39303 replace partycode = 100 if congress == 104 & id == 39304 replace partycode = 100 if congress == 104 & id == 39305 replace partycode = 200 if congress == 104 & id == 14829 replace partycode = 200 if congress == 104 & id == 29575 replace partycode = 100 if congress == 104 & id == 29146 replace partycode = 328 if congress == 104 & id == 29147 replace partycode = 200 if congress == 104 & id == 15003 replace partycode = 100 if congress == 104 & id == 15437 replace partycode = 100 if congress == 104 & id == 39307 replace partycode = 100 if congress == 104 & id == 15060 replace partycode = 100 if congress == 104 & id == 15452 replace partycode = 200 if congress == 104 & id == 39308 replace partycode = 200 if congress == 104 & id == 14802 replace partycode = 100 if congress == 104 & id == 29149 replace partycode = 100 if congress == 104 & id == 15010 replace partycode = 200 if congress == 104 & id == 14869 replace partycode = 200 if congress == 104 & id == 29576 replace partycode = 200 if congress == 104 & id == 29577 replace partycode = 200 if congress == 104 & id == 29578 replace partycode = 200 if congress == 104 & id == 29579 replace partycode = 200 if congress == 104 & id == 29580 replace partycode = 200 if congress == 104 & id == 29581 replace partycode = 100 if congress == 104 & id == 14413 replace partycode = 100 if congress == 104 & id == 15613 replace partycode = 200 if congress == 104 & id == 39312 replace partycode = 200 if congress == 104 & id == 29582 replace partycode = 100 if congress == 104 & id == 15083 replace partycode = 100 if congress == 104 & id == 15077 replace partycode = 100 if congress == 104 & id == 14448 replace partycode = 200 if congress == 104 & id == 29583 replace partycode = 200 if congress == 104 & id == 29150 replace partycode = 200 if congress == 104 & id == 14827 replace partycode = 100 if congress == 104 & id == 15082 replace partycode = 100 if congress == 104 & id == 39315 replace partycode = 200 if congress == 104 & id == 14675 replace partycode = 100 if congress == 104 & id == 12036 replace partycode = 200 if congress == 104 & id == 14655 replace partycode = 200 if congress == 104 & id == 14657 replace partycode = 200 if congress == 104 & id == 29584 replace partycode = 100 if congress == 105 & id == 99909 replace partycode = 200 if congress == 105 & id == 15090 replace partycode = 200 if congress == 105 & id == 29300 replace partycode = 200 if congress == 105 & id == 29700 replace partycode = 200 if congress == 105 & id == 29701 replace partycode = 100 if congress == 105 & id == 29100 replace partycode = 200 if congress == 105 & id == 29301 replace partycode = 100 if congress == 105 & id == 29302 replace partycode = 200 if congress == 105 & id == 14066 replace partycode = 200 if congress == 105 & id == 29500 replace partycode = 100 if congress == 105 & id == 29101 replace partycode = 200 if congress == 105 & id == 14454 replace partycode = 200 if congress == 105 & id == 29501 replace partycode = 200 if congress == 105 & id == 15105 replace partycode = 200 if congress == 105 & id == 29502 replace partycode = 100 if congress == 105 & id == 29702 replace partycode = 100 if congress == 105 & id == 29703 replace partycode = 200 if congress == 105 & id == 29704 replace partycode = 200 if congress == 105 & id == 29307 replace partycode = 200 if congress == 105 & id == 29103 replace partycode = 200 if congress == 105 & id == 15420 replace partycode = 100 if congress == 105 & id == 14624 replace partycode = 200 if congress == 105 & id == 29104 replace partycode = 100 if congress == 105 & id == 14649 replace partycode = 100 if congress == 105 & id == 29309 replace partycode = 100 if congress == 105 & id == 14256 replace partycode = 100 if congress == 105 & id == 15448 replace partycode = 100 if congress == 105 & id == 13011 replace partycode = 100 if congress == 105 & id == 29778 replace partycode = 100 if congress == 105 & id == 29705 replace partycode = 200 if congress == 105 & id == 29311 replace partycode = 100 if congress == 105 & id == 14837 replace partycode = 100 if congress == 105 & id == 14053 replace partycode = 100 if congress == 105 & id == 29312 replace partycode = 200 if congress == 105 & id == 15600 replace partycode = 100 if congress == 105 & id == 29504 replace partycode = 100 if congress == 105 & id == 29313 replace partycode = 100 if congress == 105 & id == 15635 replace partycode = 200 if congress == 105 & id == 29505 replace partycode = 100 if congress == 105 & id == 29105 replace partycode = 200 if congress == 105 & id == 14669 replace partycode = 100 if congress == 105 & id == 29706 replace partycode = 100 if congress == 105 & id == 29774 replace partycode = 200 if congress == 105 & id == 15413 replace partycode = 100 if congress == 105 & id == 29707 replace partycode = 200 if congress == 105 & id == 29315 replace partycode = 100 if congress == 105 & id == 15005 replace partycode = 200 if congress == 105 & id == 29708 replace partycode = 200 if congress == 105 & id == 14813 replace partycode = 100 if congress == 105 & id == 14280 replace partycode = 100 if congress == 105 & id == 29316 replace partycode = 100 if congress == 105 & id == 14879 replace partycode = 100 if congress == 105 & id == 14620 replace partycode = 100 if congress == 105 & id == 29317 replace partycode = 100 if congress == 105 & id == 15070 replace partycode = 100 if congress == 105 & id == 29106 replace partycode = 100 if congress == 105 & id == 29318 replace partycode = 100 if congress == 105 & id == 29586 replace partycode = 200 if congress == 105 & id == 29320 replace partycode = 200 if congress == 105 & id == 29321 replace partycode = 200 if congress == 105 & id == 14644 replace partycode = 200 if congress == 105 & id == 29322 replace partycode = 100 if congress == 105 & id == 10573 replace partycode = 200 if congress == 105 & id == 29323 replace partycode = 200 if congress == 105 & id == 29507 replace partycode = 200 if congress == 105 & id == 29775 replace partycode = 200 if congress == 105 & id == 15621 replace partycode = 100 if congress == 105 & id == 29709 replace partycode = 200 if congress == 105 & id == 15601 replace partycode = 200 if congress == 105 & id == 15051 replace partycode = 200 if congress == 105 & id == 29508 replace partycode = 100 if congress == 105 & id == 29325 replace partycode = 200 if congress == 105 & id == 29107 replace partycode = 200 if congress == 105 & id == 14835 replace partycode = 100 if congress == 105 & id == 29710 replace partycode = 100 if congress == 105 & id == 15443 replace partycode = 200 if congress == 105 & id == 29326 replace partycode = 200 if congress == 105 & id == 29711 replace partycode = 200 if congress == 105 & id == 15419 replace partycode = 200 if congress == 105 & id == 15058 replace partycode = 100 if congress == 105 & id == 14877 replace partycode = 100 if congress == 105 & id == 14825 replace partycode = 100 if congress == 105 & id == 29109 replace partycode = 200 if congress == 105 & id == 15449 replace partycode = 100 if congress == 105 & id == 29712 replace partycode = 200 if congress == 105 & id == 15028 replace partycode = 200 if congress == 105 & id == 29327 replace partycode = 200 if congress == 105 & id == 39508 replace partycode = 100 if congress == 105 & id == 29713 replace partycode = 100 if congress == 105 & id == 29328 replace partycode = 200 if congress == 105 & id == 29329 replace partycode = 100 if congress == 105 & id == 29330 replace partycode = 200 if congress == 105 & id == 15627 replace partycode = 200 if congress == 105 & id == 29331 replace partycode = 200 if congress == 105 & id == 14842 replace partycode = 200 if congress == 105 & id == 15006 replace partycode = 200 if congress == 105 & id == 13047 replace partycode = 100 if congress == 105 & id == 29714 replace partycode = 200 if congress == 105 & id == 29332 replace partycode = 200 if congress == 105 & id == 29333 replace partycode = 200 if congress == 105 & id == 15605 replace partycode = 200 if congress == 105 & id == 29509 replace partycode = 200 if congress == 105 & id == 29510 replace partycode = 100 if congress == 105 & id == 29334 replace partycode = 200 if congress == 105 & id == 15634 replace partycode = 100 if congress == 105 & id == 29715 replace partycode = 100 if congress == 105 & id == 29335 replace partycode = 200 if congress == 105 & id == 29336 replace partycode = 200 if congress == 105 & id == 14860 replace partycode = 100 if congress == 105 & id == 29337 replace partycode = 200 if congress == 105 & id == 29338 replace partycode = 100 if congress == 105 & id == 29339 replace partycode = 200 if congress == 105 & id == 29340 replace partycode = 100 if congress == 105 & id == 29344 replace partycode = 100 if congress == 105 & id == 15431 replace partycode = 200 if congress == 105 & id == 14627 replace partycode = 200 if congress == 105 & id == 29511 replace partycode = 200 if congress == 105 & id == 29512 replace partycode = 200 if congress == 105 & id == 99342 replace partycode = 200 if congress == 105 & id == 29513 replace partycode = 200 if congress == 105 & id == 29341 replace partycode = 100 if congress == 105 & id == 15245 replace partycode = 100 if congress == 105 & id == 10757 replace partycode = 200 if congress == 105 & id == 29514 replace partycode = 200 if congress == 105 & id == 29345 replace partycode = 100 if congress == 105 & id == 29346 replace partycode = 100 if congress == 105 & id == 29585 replace partycode = 100 if congress == 105 & id == 15036 replace partycode = 100 if congress == 105 & id == 29348 replace partycode = 100 if congress == 105 & id == 29716 replace partycode = 200 if congress == 105 & id == 14239 replace partycode = 100 if congress == 105 & id == 29717 replace partycode = 200 if congress == 105 & id == 12041 replace partycode = 100 if congress == 105 & id == 10421 replace partycode = 200 if congress == 105 & id == 14677 replace partycode = 200 if congress == 105 & id == 29516 replace partycode = 100 if congress == 105 & id == 15453 replace partycode = 200 if congress == 105 & id == 15098 replace partycode = 200 if congress == 105 & id == 15417 replace partycode = 200 if congress == 105 & id == 29115 replace partycode = 200 if congress == 105 & id == 29349 replace partycode = 100 if congress == 105 & id == 15023 replace partycode = 200 if congress == 105 & id == 29517 replace partycode = 100 if congress == 105 & id == 15620 replace partycode = 200 if congress == 105 & id == 29718 replace partycode = 100 if congress == 105 & id == 15124 replace partycode = 200 if congress == 105 & id == 29518 replace partycode = 100 if congress == 105 & id == 29117 replace partycode = 200 if congress == 105 & id == 29519 replace partycode = 200 if congress == 105 & id == 29350 replace partycode = 200 if congress == 105 & id == 15014 replace partycode = 200 if congress == 105 & id == 29719 replace partycode = 200 if congress == 105 & id == 29520 replace partycode = 100 if congress == 105 & id == 10732 replace partycode = 100 if congress == 105 & id == 29720 replace partycode = 200 if congress == 105 & id == 14432 replace partycode = 200 if congress == 105 & id == 29118 replace partycode = 100 if congress == 105 & id == 29721 replace partycode = 200 if congress == 105 & id == 29521 replace partycode = 200 if congress == 105 & id == 29522 replace partycode = 200 if congress == 105 & id == 29722 replace partycode = 200 if congress == 105 & id == 29723 replace partycode = 200 if congress == 105 & id == 29724 replace partycode = 200 if congress == 105 & id == 29524 replace partycode = 200 if congress == 105 & id == 29525 replace partycode = 200 if congress == 105 & id == 29352 replace partycode = 200 if congress == 105 & id == 29725 replace partycode = 200 if congress == 105 & id == 15406 replace partycode = 200 if congress == 105 & id == 14854 replace partycode = 100 if congress == 105 & id == 29353 replace partycode = 200 if congress == 105 & id == 14469 replace partycode = 100 if congress == 105 & id == 29120 replace partycode = 200 if congress == 105 & id == 94679 replace partycode = 200 if congress == 105 & id == 15451 replace partycode = 200 if congress == 105 & id == 29726 replace partycode = 200 if congress == 105 & id == 15401 replace partycode = 100 if congress == 105 & id == 29727 replace partycode = 100 if congress == 105 & id == 29728 replace partycode = 100 if congress == 105 & id == 29528 replace partycode = 200 if congress == 105 & id == 29122 replace partycode = 200 if congress == 105 & id == 29529 replace partycode = 100 if congress == 105 & id == 15408 replace partycode = 100 if congress == 105 & id == 29355 replace partycode = 100 if congress == 105 & id == 14873 replace partycode = 200 if congress == 105 & id == 29356 replace partycode = 100 if congress == 105 & id == 29587 replace partycode = 200 if congress == 105 & id == 15434 replace partycode = 100 if congress == 105 & id == 29123 replace partycode = 100 if congress == 105 & id == 15616 replace partycode = 100 if congress == 105 & id == 29729 replace partycode = 100 if congress == 105 & id == 14824 replace partycode = 100 if congress == 105 & id == 29358 replace partycode = 100 if congress == 105 & id == 29730 replace partycode = 100 if congress == 105 & id == 14435 replace partycode = 100 if congress == 105 & id == 15427 replace partycode = 100 if congress == 105 & id == 14039 replace partycode = 100 if congress == 105 & id == 29731 replace partycode = 100 if congress == 105 & id == 29360 replace partycode = 200 if congress == 105 & id == 29361 replace partycode = 200 if congress == 105 & id == 29362 replace partycode = 200 if congress == 105 & id == 29124 replace partycode = 100 if congress == 105 & id == 29363 replace partycode = 200 if congress == 105 & id == 15446 replace partycode = 200 if congress == 105 & id == 29364 replace partycode = 100 if congress == 105 & id == 29732 replace partycode = 100 if congress == 105 & id == 14430 replace partycode = 100 if congress == 105 & id == 14407 replace partycode = 200 if congress == 105 & id == 29365 replace partycode = 100 if congress == 105 & id == 15033 replace partycode = 100 if congress == 105 & id == 29531 replace partycode = 100 if congress == 105 & id == 10713 replace partycode = 100 if congress == 105 & id == 29733 replace partycode = 100 if congress == 105 & id == 2605 replace partycode = 200 if congress == 105 & id == 29532 replace partycode = 100 if congress == 105 & id == 29366 replace partycode = 200 if congress == 105 & id == 29126 replace partycode = 100 if congress == 105 & id == 14458 replace partycode = 100 if congress == 105 & id == 14656 replace partycode = 100 if congress == 105 & id == 29533 replace partycode = 100 if congress == 105 & id == 29127 replace partycode = 100 if congress == 105 & id == 14265 replace partycode = 200 if congress == 105 & id == 29534 replace partycode = 100 if congress == 105 & id == 29368 replace partycode = 200 if congress == 105 & id == 29734 replace partycode = 200 if congress == 105 & id == 95617 replace partycode = 100 if congress == 105 & id == 15637 replace partycode = 100 if congress == 105 & id == 12009 replace partycode = 200 if congress == 105 & id == 29369 replace partycode = 100 if congress == 105 & id == 14421 replace partycode = 100 if congress == 105 & id == 14451 replace partycode = 100 if congress == 105 & id == 29535 replace partycode = 100 if congress == 105 & id == 29370 replace partycode = 200 if congress == 105 & id == 29735 replace partycode = 200 if congress == 105 & id == 29736 replace partycode = 200 if congress == 105 & id == 29737 replace partycode = 200 if congress == 105 & id == 29738 replace partycode = 200 if congress == 105 & id == 14605 replace partycode = 200 if congress == 105 & id == 29536 replace partycode = 200 if congress == 105 & id == 29129 replace partycode = 200 if congress == 105 & id == 29537 replace partycode = 200 if congress == 105 & id == 29739 replace partycode = 200 if congress == 105 & id == 29740 replace partycode = 200 if congress == 105 & id == 29538 replace partycode = 100 if congress == 105 & id == 29132 replace partycode = 200 if congress == 105 & id == 29539 replace partycode = 200 if congress == 105 & id == 15112 replace partycode = 200 if congress == 105 & id == 14863 replace partycode = 200 if congress == 105 & id == 14855 replace partycode = 100 if congress == 105 & id == 15454 replace partycode = 200 if congress == 105 & id == 29371 replace partycode = 100 if congress == 105 & id == 29741 replace partycode = 100 if congress == 105 & id == 29742 replace partycode = 100 if congress == 105 & id == 15619 replace partycode = 200 if congress == 105 & id == 29541 replace partycode = 200 if congress == 105 & id == 29743 replace partycode = 100 if congress == 105 & id == 29373 replace partycode = 200 if congress == 105 & id == 15624 replace partycode = 200 if congress == 105 & id == 29779 replace partycode = 200 if congress == 105 & id == 14861 replace partycode = 100 if congress == 105 & id == 15055 replace partycode = 200 if congress == 105 & id == 29772 replace partycode = 200 if congress == 105 & id == 29542 replace partycode = 200 if congress == 105 & id == 29374 replace partycode = 200 if congress == 105 & id == 29375 replace partycode = 100 if congress == 105 & id == 29744 replace partycode = 100 if congress == 105 & id == 15000 replace partycode = 100 if congress == 105 & id == 15412 replace partycode = 100 if congress == 105 & id == 29776 replace partycode = 100 if congress == 105 & id == 15107 replace partycode = 100 if congress == 105 & id == 29377 replace partycode = 100 if congress == 105 & id == 14858 replace partycode = 100 if congress == 105 & id == 15072 replace partycode = 100 if congress == 105 & id == 15050 replace partycode = 100 if congress == 105 & id == 29378 replace partycode = 200 if congress == 105 & id == 15639 replace partycode = 200 if congress == 105 & id == 29773 replace partycode = 100 if congress == 105 & id == 29379 replace partycode = 100 if congress == 105 & id == 13035 replace partycode = 100 if congress == 105 & id == 29134 replace partycode = 100 if congress == 105 & id == 15603 replace partycode = 100 if congress == 105 & id == 15612 replace partycode = 200 if congress == 105 & id == 29544 replace partycode = 200 if congress == 105 & id == 14015 replace partycode = 100 if congress == 105 & id == 15614 replace partycode = 200 if congress == 105 & id == 14662 replace partycode = 200 if congress == 105 & id == 15007 replace partycode = 200 if congress == 105 & id == 39316 replace partycode = 200 if congress == 105 & id == 15630 replace partycode = 100 if congress == 105 & id == 29380 replace partycode = 200 if congress == 105 & id == 15618 replace partycode = 100 if congress == 105 & id == 15444 replace partycode = 100 if congress == 105 & id == 14248 replace partycode = 200 if congress == 105 & id == 29381 replace partycode = 200 if congress == 105 & id == 15423 replace partycode = 100 if congress == 105 & id == 29382 replace partycode = 100 if congress == 105 & id == 29745 replace partycode = 200 if congress == 105 & id == 29546 replace partycode = 100 if congress == 105 & id == 15438 replace partycode = 200 if congress == 105 & id == 29548 replace partycode = 200 if congress == 105 & id == 15092 replace partycode = 100 if congress == 105 & id == 29746 replace partycode = 100 if congress == 105 & id == 14233 replace partycode = 200 if congress == 105 & id == 29549 replace partycode = 200 if congress == 105 & id == 15402 replace partycode = 200 if congress == 105 & id == 29135 replace partycode = 100 if congress == 105 & id == 29383 replace partycode = 100 if congress == 105 & id == 29384 replace partycode = 200 if congress == 105 & id == 29550 replace partycode = 200 if congress == 105 & id == 29386 replace partycode = 100 if congress == 105 & id == 14632 replace partycode = 200 if congress == 105 & id == 14875 replace partycode = 200 if congress == 105 & id == 15604 replace partycode = 100 if congress == 105 & id == 29747 replace partycode = 200 if congress == 105 & id == 29136 replace partycode = 200 if congress == 105 & id == 29137 replace partycode = 100 if congress == 105 & id == 15029 replace partycode = 100 if congress == 105 & id == 29748 replace partycode = 100 if congress == 105 & id == 12030 replace partycode = 200 if congress == 105 & id == 15030 replace partycode = 100 if congress == 105 & id == 29389 replace partycode = 100 if congress == 105 & id == 15442 replace partycode = 200 if congress == 105 & id == 29390 replace partycode = 200 if congress == 105 & id == 14045 replace partycode = 100 if congress == 105 & id == 15121 replace partycode = 200 if congress == 105 & id == 29552 replace partycode = 200 if congress == 105 & id == 29553 replace partycode = 200 if congress == 105 & id == 29554 replace partycode = 200 if congress == 105 & id == 29555 replace partycode = 200 if congress == 105 & id == 29749 replace partycode = 200 if congress == 105 & id == 29556 replace partycode = 200 if congress == 105 & id == 29392 replace partycode = 200 if congress == 105 & id == 29393 replace partycode = 100 if congress == 105 & id == 29394 replace partycode = 200 if congress == 105 & id == 15063 replace partycode = 100 if congress == 105 & id == 29588 replace partycode = 100 if congress == 105 & id == 15410 replace partycode = 100 if congress == 105 & id == 29750 replace partycode = 100 if congress == 105 & id == 14823 replace partycode = 100 if congress == 105 & id == 29777 replace partycode = 100 if congress == 105 & id == 29559 replace partycode = 100 if congress == 105 & id == 15008 replace partycode = 100 if congress == 105 & id == 29395 replace partycode = 200 if congress == 105 & id == 29751 replace partycode = 100 if congress == 105 & id == 29396 replace partycode = 200 if congress == 105 & id == 15447 replace partycode = 200 if congress == 105 & id == 29397 replace partycode = 200 if congress == 105 & id == 14052 replace partycode = 200 if congress == 105 & id == 10607 replace partycode = 100 if congress == 105 & id == 15104 replace partycode = 100 if congress == 105 & id == 14072 replace partycode = 200 if congress == 105 & id == 29560 replace partycode = 100 if congress == 105 & id == 14808 replace partycode = 100 if congress == 105 & id == 29399 replace partycode = 200 if congress == 105 & id == 29752 replace partycode = 200 if congress == 105 & id == 15026 replace partycode = 100 if congress == 105 & id == 29561 replace partycode = 200 if congress == 105 & id == 14288 replace partycode = 100 if congress == 105 & id == 29562 replace partycode = 200 if congress == 105 & id == 29563 replace partycode = 100 if congress == 105 & id == 29564 replace partycode = 100 if congress == 105 & id == 29753 replace partycode = 200 if congress == 105 & id == 29565 replace partycode = 200 if congress == 105 & id == 13042 replace partycode = 200 if congress == 105 & id == 29566 replace partycode = 200 if congress == 105 & id == 39300 replace partycode = 100 if congress == 105 & id == 15064 replace partycode = 100 if congress == 105 & id == 39301 replace partycode = 200 if congress == 105 & id == 29754 replace partycode = 200 if congress == 105 & id == 29755 replace partycode = 200 if congress == 105 & id == 15455 replace partycode = 200 if congress == 105 & id == 29567 replace partycode = 200 if congress == 105 & id == 29568 replace partycode = 100 if congress == 105 & id == 15450 replace partycode = 100 if congress == 105 & id == 15100 replace partycode = 200 if congress == 105 & id == 29569 replace partycode = 100 if congress == 105 & id == 15628 replace partycode = 100 if congress == 105 & id == 29756 replace partycode = 100 if congress == 105 & id == 29757 replace partycode = 100 if congress == 105 & id == 29758 replace partycode = 200 if congress == 105 & id == 29143 replace partycode = 100 if congress == 105 & id == 14828 replace partycode = 200 if congress == 105 & id == 29759 replace partycode = 200 if congress == 105 & id == 15085 replace partycode = 200 if congress == 105 & id == 13002 replace partycode = 200 if congress == 105 & id == 29760 replace partycode = 100 if congress == 105 & id == 29761 replace partycode = 100 if congress == 105 & id == 29571 replace partycode = 100 if congress == 105 & id == 29144 replace partycode = 200 if congress == 105 & id == 29762 replace partycode = 200 if congress == 105 & id == 29572 replace partycode = 200 if congress == 105 & id == 14290 replace partycode = 100 if congress == 105 & id == 29763 replace partycode = 100 if congress == 105 & id == 29764 replace partycode = 100 if congress == 105 & id == 14664 replace partycode = 100 if congress == 105 & id == 29573 replace partycode = 200 if congress == 105 & id == 15093 replace partycode = 100 if congress == 105 & id == 10520 replace partycode = 200 if congress == 105 & id == 15445 replace partycode = 200 if congress == 105 & id == 15094 replace partycode = 200 if congress == 105 & id == 39302 replace partycode = 100 if congress == 105 & id == 14626 replace partycode = 100 if congress == 105 & id == 29574 replace partycode = 200 if congress == 105 & id == 15125 replace partycode = 100 if congress == 105 & id == 15049 replace partycode = 100 if congress == 105 & id == 39303 replace partycode = 100 if congress == 105 & id == 29771 replace partycode = 100 if congress == 105 & id == 39304 replace partycode = 100 if congress == 105 & id == 39305 replace partycode = 200 if congress == 105 & id == 14829 replace partycode = 200 if congress == 105 & id == 29765 replace partycode = 200 if congress == 105 & id == 29766 replace partycode = 328 if congress == 105 & id == 29147 replace partycode = 200 if congress == 105 & id == 15003 replace partycode = 100 if congress == 105 & id == 15437 replace partycode = 100 if congress == 105 & id == 39307 replace partycode = 100 if congress == 105 & id == 15060 replace partycode = 100 if congress == 105 & id == 29767 replace partycode = 200 if congress == 105 & id == 39308 replace partycode = 200 if congress == 105 & id == 14802 replace partycode = 100 if congress == 105 & id == 29149 replace partycode = 100 if congress == 105 & id == 15010 replace partycode = 200 if congress == 105 & id == 14869 replace partycode = 200 if congress == 105 & id == 29576 replace partycode = 200 if congress == 105 & id == 29577 replace partycode = 200 if congress == 105 & id == 29578 replace partycode = 200 if congress == 105 & id == 29579 replace partycode = 200 if congress == 105 & id == 29580 replace partycode = 200 if congress == 105 & id == 29581 replace partycode = 100 if congress == 105 & id == 14413 replace partycode = 100 if congress == 105 & id == 15613 replace partycode = 200 if congress == 105 & id == 39312 replace partycode = 100 if congress == 105 & id == 29768 replace partycode = 100 if congress == 105 & id == 15083 replace partycode = 100 if congress == 105 & id == 15077 replace partycode = 100 if congress == 105 & id == 14448 replace partycode = 200 if congress == 105 & id == 29583 replace partycode = 200 if congress == 105 & id == 29150 replace partycode = 100 if congress == 105 & id == 29769 replace partycode = 100 if congress == 105 & id == 15082 replace partycode = 100 if congress == 105 & id == 39315 replace partycode = 200 if congress == 105 & id == 14675 replace partycode = 100 if congress == 105 & id == 12036 replace partycode = 100 if congress == 105 & id == 29770 replace partycode = 200 if congress == 105 & id == 14657 replace partycode = 200 if congress == 105 & id == 29584 replace partycode = 100 if congress == 106 & id == 99909 replace partycode = 200 if congress == 106 & id == 15090 replace partycode = 200 if congress == 106 & id == 29300 replace partycode = 200 if congress == 106 & id == 29700 replace partycode = 200 if congress == 106 & id == 29701 replace partycode = 100 if congress == 106 & id == 29100 replace partycode = 200 if congress == 106 & id == 29301 replace partycode = 100 if congress == 106 & id == 29302 replace partycode = 200 if congress == 106 & id == 14066 replace partycode = 200 if congress == 106 & id == 29500 replace partycode = 100 if congress == 106 & id == 29101 replace partycode = 200 if congress == 106 & id == 14454 replace partycode = 200 if congress == 106 & id == 29501 replace partycode = 200 if congress == 106 & id == 15105 replace partycode = 200 if congress == 106 & id == 29502 replace partycode = 100 if congress == 106 & id == 29702 replace partycode = 100 if congress == 106 & id == 29703 replace partycode = 200 if congress == 106 & id == 29704 replace partycode = 200 if congress == 106 & id == 29307 replace partycode = 100 if congress == 106 & id == 29901 replace partycode = 200 if congress == 106 & id == 15420 replace partycode = 200 if congress == 106 & id == 29902 replace partycode = 200 if congress == 106 & id == 29104 replace partycode = 100 if congress == 106 & id == 14649 replace partycode = 100 if congress == 106 & id == 29309 replace partycode = 100 if congress == 106 & id == 14256 replace partycode = 100 if congress == 106 & id == 15448 replace partycode = 100 if congress == 106 & id == 29778 replace partycode = 100 if congress == 106 & id == 29705 replace partycode = 200 if congress == 106 & id == 29311 replace partycode = 100 if congress == 106 & id == 14837 replace partycode = 100 if congress == 106 & id == 14053 replace partycode = 100 if congress == 106 & id == 29312 replace partycode = 200 if congress == 106 & id == 15600 replace partycode = 100 if congress == 106 & id == 29504 replace partycode = 100 if congress == 106 & id == 29313 replace partycode = 100 if congress == 106 & id == 15635 replace partycode = 200 if congress == 106 & id == 29505 replace partycode = 100 if congress == 106 & id == 29105 replace partycode = 200 if congress == 106 & id == 14669 replace partycode = 100 if congress == 106 & id == 29774 replace partycode = 200 if congress == 106 & id == 15413 replace partycode = 100 if congress == 106 & id == 29707 replace partycode = 200 if congress == 106 & id == 29315 replace partycode = 100 if congress == 106 & id == 15005 replace partycode = 200 if congress == 106 & id == 29708 replace partycode = 200 if congress == 106 & id == 14813 replace partycode = 100 if congress == 106 & id == 14280 replace partycode = 100 if congress == 106 & id == 29316 replace partycode = 100 if congress == 106 & id == 14879 replace partycode = 200 if congress == 106 & id == 94879 replace partycode = 100 if congress == 106 & id == 14620 replace partycode = 100 if congress == 106 & id == 29317 replace partycode = 100 if congress == 106 & id == 29903 replace partycode = 100 if congress == 106 & id == 29106 replace partycode = 200 if congress == 106 & id == 29904 replace partycode = 100 if congress == 106 & id == 29586 replace partycode = 200 if congress == 106 & id == 29320 replace partycode = 200 if congress == 106 & id == 29321 replace partycode = 200 if congress == 106 & id == 14644 replace partycode = 200 if congress == 106 & id == 29905 replace partycode = 100 if congress == 106 & id == 10573 replace partycode = 100 if congress == 106 & id == 29942 replace partycode = 200 if congress == 106 & id == 29323 replace partycode = 200 if congress == 106 & id == 29775 replace partycode = 200 if congress == 106 & id == 15621 replace partycode = 100 if congress == 106 & id == 29709 replace partycode = 200 if congress == 106 & id == 15601 replace partycode = 200 if congress == 106 & id == 15051 replace partycode = 200 if congress == 106 & id == 29508 replace partycode = 100 if congress == 106 & id == 29325 replace partycode = 200 if congress == 106 & id == 29107 replace partycode = 200 if congress == 106 & id == 14835 replace partycode = 100 if congress == 106 & id == 29710 replace partycode = 100 if congress == 106 & id == 29906 replace partycode = 200 if congress == 106 & id == 29326 replace partycode = 200 if congress == 106 & id == 29711 replace partycode = 200 if congress == 106 & id == 15419 replace partycode = 200 if congress == 106 & id == 29907 replace partycode = 100 if congress == 106 & id == 29908 replace partycode = 100 if congress == 106 & id == 14825 replace partycode = 100 if congress == 106 & id == 29109 replace partycode = 200 if congress == 106 & id == 15449 replace partycode = 100 if congress == 106 & id == 29712 replace partycode = 200 if congress == 106 & id == 15028 replace partycode = 200 if congress == 106 & id == 29327 replace partycode = 200 if congress == 106 & id == 39508 replace partycode = 100 if congress == 106 & id == 29713 replace partycode = 100 if congress == 106 & id == 29328 replace partycode = 200 if congress == 106 & id == 29329 replace partycode = 100 if congress == 106 & id == 29330 replace partycode = 200 if congress == 106 & id == 15627 replace partycode = 200 if congress == 106 & id == 29331 replace partycode = 200 if congress == 106 & id == 14842 replace partycode = 200 if congress == 106 & id == 15006 replace partycode = 200 if congress == 106 & id == 13047 replace partycode = 100 if congress == 106 & id == 29714 replace partycode = 200 if congress == 106 & id == 29332 replace partycode = 200 if congress == 106 & id == 29333 replace partycode = 200 if congress == 106 & id == 15605 replace partycode = 200 if congress == 106 & id == 29509 replace partycode = 200 if congress == 106 & id == 29510 replace partycode = 100 if congress == 106 & id == 29334 replace partycode = 200 if congress == 106 & id == 15634 replace partycode = 100 if congress == 106 & id == 29715 replace partycode = 100 if congress == 106 & id == 29335 replace partycode = 200 if congress == 106 & id == 29336 replace partycode = 200 if congress == 106 & id == 14860 replace partycode = 100 if congress == 106 & id == 29337 replace partycode = 200 if congress == 106 & id == 29338 replace partycode = 100 if congress == 106 & id == 29339 replace partycode = 200 if congress == 106 & id == 29340 replace partycode = 100 if congress == 106 & id == 29344 replace partycode = 100 if congress == 106 & id == 15431 replace partycode = 200 if congress == 106 & id == 29909 replace partycode = 200 if congress == 106 & id == 29511 replace partycode = 200 if congress == 106 & id == 29512 replace partycode = 200 if congress == 106 & id == 99342 replace partycode = 200 if congress == 106 & id == 29513 replace partycode = 200 if congress == 106 & id == 29341 replace partycode = 100 if congress == 106 & id == 15245 replace partycode = 100 if congress == 106 & id == 10757 replace partycode = 200 if congress == 106 & id == 29514 replace partycode = 200 if congress == 106 & id == 29910 replace partycode = 100 if congress == 106 & id == 29346 replace partycode = 100 if congress == 106 & id == 29585 replace partycode = 100 if congress == 106 & id == 15036 replace partycode = 100 if congress == 106 & id == 29348 replace partycode = 100 if congress == 106 & id == 29716 replace partycode = 200 if congress == 106 & id == 14239 replace partycode = 100 if congress == 106 & id == 29717 replace partycode = 200 if congress == 106 & id == 12041 replace partycode = 100 if congress == 106 & id == 29911 replace partycode = 200 if congress == 106 & id == 14677 replace partycode = 200 if congress == 106 & id == 29516 replace partycode = 100 if congress == 106 & id == 15453 replace partycode = 200 if congress == 106 & id == 29912 replace partycode = 200 if congress == 106 & id == 15417 replace partycode = 200 if congress == 106 & id == 29115 replace partycode = 200 if congress == 106 & id == 29349 replace partycode = 100 if congress == 106 & id == 15023 replace partycode = 200 if congress == 106 & id == 29517 replace partycode = 100 if congress == 106 & id == 29913 replace partycode = 200 if congress == 106 & id == 29718 replace partycode = 100 if congress == 106 & id == 15124 replace partycode = 200 if congress == 106 & id == 29518 replace partycode = 100 if congress == 106 & id == 29117 replace partycode = 200 if congress == 106 & id == 29519 replace partycode = 200 if congress == 106 & id == 29350 replace partycode = 200 if congress == 106 & id == 15014 replace partycode = 200 if congress == 106 & id == 29719 replace partycode = 200 if congress == 106 & id == 29520 replace partycode = 100 if congress == 106 & id == 29914 replace partycode = 100 if congress == 106 & id == 29720 replace partycode = 200 if congress == 106 & id == 14432 replace partycode = 200 if congress == 106 & id == 29118 replace partycode = 100 if congress == 106 & id == 29721 replace partycode = 200 if congress == 106 & id == 29521 replace partycode = 200 if congress == 106 & id == 29522 replace partycode = 200 if congress == 106 & id == 29722 replace partycode = 200 if congress == 106 & id == 29723 replace partycode = 100 if congress == 106 & id == 29915 replace partycode = 200 if congress == 106 & id == 29524 replace partycode = 200 if congress == 106 & id == 29525 replace partycode = 200 if congress == 106 & id == 29352 replace partycode = 200 if congress == 106 & id == 29725 replace partycode = 100 if congress == 106 & id == 29916 replace partycode = 200 if congress == 106 & id == 14854 replace partycode = 200 if congress == 106 & id == 29917 replace partycode = 200 if congress == 106 & id == 14469 replace partycode = 200 if congress == 106 & id == 29918 replace partycode = 100 if congress == 106 & id == 29120 replace partycode = 200 if congress == 106 & id == 94679 replace partycode = 200 if congress == 106 & id == 15451 replace partycode = 200 if congress == 106 & id == 29726 replace partycode = 200 if congress == 106 & id == 15401 replace partycode = 100 if congress == 106 & id == 29727 replace partycode = 100 if congress == 106 & id == 29728 replace partycode = 100 if congress == 106 & id == 29528 replace partycode = 200 if congress == 106 & id == 29122 replace partycode = 200 if congress == 106 & id == 29529 replace partycode = 100 if congress == 106 & id == 15408 replace partycode = 100 if congress == 106 & id == 29355 replace partycode = 100 if congress == 106 & id == 14873 replace partycode = 200 if congress == 106 & id == 29356 replace partycode = 100 if congress == 106 & id == 29587 replace partycode = 200 if congress == 106 & id == 15434 replace partycode = 100 if congress == 106 & id == 29123 replace partycode = 100 if congress == 106 & id == 15616 replace partycode = 100 if congress == 106 & id == 29729 replace partycode = 100 if congress == 106 & id == 14824 replace partycode = 100 if congress == 106 & id == 29358 replace partycode = 100 if congress == 106 & id == 29730 replace partycode = 100 if congress == 106 & id == 14435 replace partycode = 100 if congress == 106 & id == 29919 replace partycode = 100 if congress == 106 & id == 14039 replace partycode = 100 if congress == 106 & id == 29731 replace partycode = 100 if congress == 106 & id == 29360 replace partycode = 200 if congress == 106 & id == 29361 replace partycode = 200 if congress == 106 & id == 29362 replace partycode = 200 if congress == 106 & id == 29124 replace partycode = 100 if congress == 106 & id == 29363 replace partycode = 200 if congress == 106 & id == 15446 replace partycode = 200 if congress == 106 & id == 29364 replace partycode = 100 if congress == 106 & id == 29732 replace partycode = 100 if congress == 106 & id == 14430 replace partycode = 100 if congress == 106 & id == 14407 replace partycode = 200 if congress == 106 & id == 29365 replace partycode = 100 if congress == 106 & id == 15033 replace partycode = 100 if congress == 106 & id == 29531 replace partycode = 100 if congress == 106 & id == 10713 replace partycode = 100 if congress == 106 & id == 29733 replace partycode = 100 if congress == 106 & id == 2605 replace partycode = 200 if congress == 106 & id == 29532 replace partycode = 100 if congress == 106 & id == 29366 replace partycode = 200 if congress == 106 & id == 29126 replace partycode = 100 if congress == 106 & id == 14458 replace partycode = 100 if congress == 106 & id == 14656 replace partycode = 100 if congress == 106 & id == 29533 replace partycode = 100 if congress == 106 & id == 29127 replace partycode = 100 if congress == 106 & id == 14265 replace partycode = 200 if congress == 106 & id == 29534 replace partycode = 100 if congress == 106 & id == 29368 replace partycode = 200 if congress == 106 & id == 29734 replace partycode = 100 if congress == 106 & id == 29920 replace partycode = 100 if congress == 106 & id == 15637 replace partycode = 100 if congress == 106 & id == 12009 replace partycode = 200 if congress == 106 & id == 29369 replace partycode = 100 if congress == 106 & id == 14421 replace partycode = 100 if congress == 106 & id == 14451 replace partycode = 100 if congress == 106 & id == 29535 replace partycode = 100 if congress == 106 & id == 29370 replace partycode = 200 if congress == 106 & id == 29735 replace partycode = 200 if congress == 106 & id == 29736 replace partycode = 200 if congress == 106 & id == 29737 replace partycode = 200 if congress == 106 & id == 29738 replace partycode = 200 if congress == 106 & id == 14605 replace partycode = 200 if congress == 106 & id == 29921 replace partycode = 200 if congress == 106 & id == 29129 replace partycode = 100 if congress == 106 & id == 29922 replace partycode = 200 if congress == 106 & id == 29739 replace partycode = 200 if congress == 106 & id == 29740 replace partycode = 200 if congress == 106 & id == 29538 replace partycode = 100 if congress == 106 & id == 29132 replace partycode = 200 if congress == 106 & id == 29539 replace partycode = 200 if congress == 106 & id == 15112 replace partycode = 200 if congress == 106 & id == 14863 replace partycode = 200 if congress == 106 & id == 14855 replace partycode = 100 if congress == 106 & id == 15454 replace partycode = 200 if congress == 106 & id == 29371 replace partycode = 100 if congress == 106 & id == 29741 replace partycode = 100 if congress == 106 & id == 29742 replace partycode = 100 if congress == 106 & id == 15619 replace partycode = 200 if congress == 106 & id == 29541 replace partycode = 100 if congress == 106 & id == 29923 replace partycode = 100 if congress == 106 & id == 29373 replace partycode = 200 if congress == 106 & id == 29779 replace partycode = 200 if congress == 106 & id == 14861 replace partycode = 100 if congress == 106 & id == 29924 replace partycode = 200 if congress == 106 & id == 29542 replace partycode = 100 if congress == 106 & id == 99542 replace partycode = 200 if congress == 106 & id == 29374 replace partycode = 200 if congress == 106 & id == 29375 replace partycode = 100 if congress == 106 & id == 29744 replace partycode = 100 if congress == 106 & id == 15000 replace partycode = 100 if congress == 106 & id == 29776 replace partycode = 100 if congress == 106 & id == 29925 replace partycode = 100 if congress == 106 & id == 29377 replace partycode = 100 if congress == 106 & id == 29926 replace partycode = 100 if congress == 106 & id == 15072 replace partycode = 100 if congress == 106 & id == 15050 replace partycode = 100 if congress == 106 & id == 29378 replace partycode = 200 if congress == 106 & id == 29773 replace partycode = 100 if congress == 106 & id == 29379 replace partycode = 100 if congress == 106 & id == 13035 replace partycode = 100 if congress == 106 & id == 29134 replace partycode = 100 if congress == 106 & id == 15603 replace partycode = 100 if congress == 106 & id == 15612 replace partycode = 200 if congress == 106 & id == 29544 replace partycode = 200 if congress == 106 & id == 14015 replace partycode = 100 if congress == 106 & id == 15614 replace partycode = 200 if congress == 106 & id == 29927 replace partycode = 200 if congress == 106 & id == 15007 replace partycode = 200 if congress == 106 & id == 39316 replace partycode = 200 if congress == 106 & id == 15630 replace partycode = 100 if congress == 106 & id == 29380 replace partycode = 200 if congress == 106 & id == 29928 replace partycode = 100 if congress == 106 & id == 15444 replace partycode = 100 if congress == 106 & id == 14248 replace partycode = 200 if congress == 106 & id == 29381 replace partycode = 200 if congress == 106 & id == 15423 replace partycode = 100 if congress == 106 & id == 29382 replace partycode = 100 if congress == 106 & id == 29745 replace partycode = 200 if congress == 106 & id == 29546 replace partycode = 100 if congress == 106 & id == 15438 replace partycode = 200 if congress == 106 & id == 29548 replace partycode = 200 if congress == 106 & id == 15092 replace partycode = 100 if congress == 106 & id == 29746 replace partycode = 200 if congress == 106 & id == 29929 replace partycode = 200 if congress == 106 & id == 29549 replace partycode = 200 if congress == 106 & id == 15402 replace partycode = 200 if congress == 106 & id == 29135 replace partycode = 100 if congress == 106 & id == 29383 replace partycode = 100 if congress == 106 & id == 29384 replace partycode = 200 if congress == 106 & id == 29550 replace partycode = 200 if congress == 106 & id == 29386 replace partycode = 100 if congress == 106 & id == 14632 replace partycode = 200 if congress == 106 & id == 14875 replace partycode = 200 if congress == 106 & id == 15604 replace partycode = 100 if congress == 106 & id == 29747 replace partycode = 200 if congress == 106 & id == 29136 replace partycode = 200 if congress == 106 & id == 29137 replace partycode = 100 if congress == 106 & id == 15029 replace partycode = 100 if congress == 106 & id == 29748 replace partycode = 100 if congress == 106 & id == 29930 replace partycode = 200 if congress == 106 & id == 15030 replace partycode = 100 if congress == 106 & id == 29389 replace partycode = 100 if congress == 106 & id == 15442 replace partycode = 200 if congress == 106 & id == 29390 replace partycode = 200 if congress == 106 & id == 14045 replace partycode = 100 if congress == 106 & id == 15121 replace partycode = 200 if congress == 106 & id == 29552 replace partycode = 200 if congress == 106 & id == 29553 replace partycode = 200 if congress == 106 & id == 29554 replace partycode = 200 if congress == 106 & id == 29555 replace partycode = 200 if congress == 106 & id == 29749 replace partycode = 200 if congress == 106 & id == 29556 replace partycode = 200 if congress == 106 & id == 29392 replace partycode = 200 if congress == 106 & id == 29393 replace partycode = 100 if congress == 106 & id == 29931 replace partycode = 200 if congress == 106 & id == 29932 replace partycode = 100 if congress == 106 & id == 29588 replace partycode = 100 if congress == 106 & id == 15410 replace partycode = 100 if congress == 106 & id == 29750 replace partycode = 100 if congress == 106 & id == 29777 replace partycode = 100 if congress == 106 & id == 29559 replace partycode = 100 if congress == 106 & id == 15008 replace partycode = 100 if congress == 106 & id == 29395 replace partycode = 200 if congress == 106 & id == 29751 replace partycode = 100 if congress == 106 & id == 29396 replace partycode = 200 if congress == 106 & id == 15447 replace partycode = 200 if congress == 106 & id == 29397 replace partycode = 200 if congress == 106 & id == 14052 replace partycode = 200 if congress == 106 & id == 29933 replace partycode = 100 if congress == 106 & id == 15104 replace partycode = 100 if congress == 106 & id == 14072 replace partycode = 100 if congress == 106 & id == 29934 replace partycode = 100 if congress == 106 & id == 14808 replace partycode = 200 if congress == 106 & id == 29935 replace partycode = 200 if congress == 106 & id == 29752 replace partycode = 200 if congress == 106 & id == 15026 replace partycode = 100 if congress == 106 & id == 29561 replace partycode = 200 if congress == 106 & id == 14288 replace partycode = 100 if congress == 106 & id == 29562 replace partycode = 200 if congress == 106 & id == 29563 replace partycode = 100 if congress == 106 & id == 29564 replace partycode = 100 if congress == 106 & id == 29753 replace partycode = 200 if congress == 106 & id == 29565 replace partycode = 200 if congress == 106 & id == 13042 replace partycode = 200 if congress == 106 & id == 29566 replace partycode = 200 if congress == 106 & id == 29936 replace partycode = 100 if congress == 106 & id == 15064 replace partycode = 100 if congress == 106 & id == 39301 replace partycode = 200 if congress == 106 & id == 29754 replace partycode = 200 if congress == 106 & id == 29755 replace partycode = 200 if congress == 106 & id == 15455 replace partycode = 200 if congress == 106 & id == 29567 replace partycode = 200 if congress == 106 & id == 29568 replace partycode = 100 if congress == 106 & id == 15450 replace partycode = 100 if congress == 106 & id == 15100 replace partycode = 200 if congress == 106 & id == 29569 replace partycode = 100 if congress == 106 & id == 15628 replace partycode = 100 if congress == 106 & id == 29756 replace partycode = 100 if congress == 106 & id == 29757 replace partycode = 100 if congress == 106 & id == 29758 replace partycode = 200 if congress == 106 & id == 29143 replace partycode = 100 if congress == 106 & id == 14828 replace partycode = 200 if congress == 106 & id == 29759 replace partycode = 200 if congress == 106 & id == 15085 replace partycode = 200 if congress == 106 & id == 13002 replace partycode = 200 if congress == 106 & id == 29760 replace partycode = 100 if congress == 106 & id == 29761 replace partycode = 100 if congress == 106 & id == 29571 replace partycode = 100 if congress == 106 & id == 29144 replace partycode = 200 if congress == 106 & id == 29762 replace partycode = 200 if congress == 106 & id == 29572 replace partycode = 200 if congress == 106 & id == 14290 replace partycode = 100 if congress == 106 & id == 29763 replace partycode = 100 if congress == 106 & id == 29764 replace partycode = 100 if congress == 106 & id == 14664 replace partycode = 100 if congress == 106 & id == 29573 replace partycode = 200 if congress == 106 & id == 15093 replace partycode = 100 if congress == 106 & id == 29943 replace partycode = 200 if congress == 106 & id == 15445 replace partycode = 200 if congress == 106 & id == 15094 replace partycode = 200 if congress == 106 & id == 39302 replace partycode = 100 if congress == 106 & id == 14626 replace partycode = 100 if congress == 106 & id == 29574 replace partycode = 200 if congress == 106 & id == 15125 replace partycode = 100 if congress == 106 & id == 15049 replace partycode = 100 if congress == 106 & id == 29771 replace partycode = 100 if congress == 106 & id == 39304 replace partycode = 100 if congress == 106 & id == 39305 replace partycode = 200 if congress == 106 & id == 14829 replace partycode = 200 if congress == 106 & id == 29765 replace partycode = 200 if congress == 106 & id == 29766 replace partycode = 328 if congress == 106 & id == 29147 replace partycode = 200 if congress == 106 & id == 15003 replace partycode = 100 if congress == 106 & id == 15437 replace partycode = 100 if congress == 106 & id == 39307 replace partycode = 100 if congress == 106 & id == 15060 replace partycode = 100 if congress == 106 & id == 29767 replace partycode = 328 if congress == 106 & id == 99767 replace partycode = 200 if congress == 106 & id == 39308 replace partycode = 200 if congress == 106 & id == 14802 replace partycode = 100 if congress == 106 & id == 29149 replace partycode = 100 if congress == 106 & id == 15010 replace partycode = 200 if congress == 106 & id == 14869 replace partycode = 200 if congress == 106 & id == 29576 replace partycode = 100 if congress == 106 & id == 29937 replace partycode = 200 if congress == 106 & id == 29578 replace partycode = 100 if congress == 106 & id == 29938 replace partycode = 200 if congress == 106 & id == 29580 replace partycode = 200 if congress == 106 & id == 29581 replace partycode = 100 if congress == 106 & id == 14413 replace partycode = 100 if congress == 106 & id == 15613 replace partycode = 200 if congress == 106 & id == 39312 replace partycode = 100 if congress == 106 & id == 29768 replace partycode = 100 if congress == 106 & id == 15083 replace partycode = 100 if congress == 106 & id == 15077 replace partycode = 100 if congress == 106 & id == 14448 replace partycode = 200 if congress == 106 & id == 29939 replace partycode = 100 if congress == 106 & id == 29940 replace partycode = 100 if congress == 106 & id == 29769 replace partycode = 100 if congress == 106 & id == 15082 replace partycode = 100 if congress == 106 & id == 39315 replace partycode = 200 if congress == 106 & id == 14675 replace partycode = 100 if congress == 106 & id == 12036 replace partycode = 200 if congress == 106 & id == 29941 replace partycode = 200 if congress == 106 & id == 14657 replace partycode = 200 if congress == 106 & id == 29584 replace partycode = 200 if congress == 107 & id == 99910 replace partycode = 200 if congress == 107 & id == 15090 replace partycode = 200 if congress == 107 & id == 29300 replace partycode = 200 if congress == 107 & id == 29700 replace partycode = 200 if congress == 107 & id == 29701 replace partycode = 100 if congress == 107 & id == 29100 replace partycode = 200 if congress == 107 & id == 29301 replace partycode = 100 if congress == 107 & id == 29302 replace partycode = 200 if congress == 107 & id == 14066 replace partycode = 200 if congress == 107 & id == 20100 replace partycode = 100 if congress == 107 & id == 29101 replace partycode = 200 if congress == 107 & id == 14454 replace partycode = 200 if congress == 107 & id == 29501 replace partycode = 200 if congress == 107 & id == 15105 replace partycode = 200 if congress == 107 & id == 29502 replace partycode = 100 if congress == 107 & id == 29702 replace partycode = 100 if congress == 107 & id == 29703 replace partycode = 200 if congress == 107 & id == 29704 replace partycode = 200 if congress == 107 & id == 20101 replace partycode = 100 if congress == 107 & id == 20102 replace partycode = 100 if congress == 107 & id == 29901 replace partycode = 200 if congress == 107 & id == 15420 replace partycode = 200 if congress == 107 & id == 29902 replace partycode = 200 if congress == 107 & id == 29104 replace partycode = 100 if congress == 107 & id == 14649 replace partycode = 100 if congress == 107 & id == 29309 replace partycode = 100 if congress == 107 & id == 14256 replace partycode = 100 if congress == 107 & id == 15448 replace partycode = 100 if congress == 107 & id == 29778 replace partycode = 100 if congress == 107 & id == 29705 replace partycode = 200 if congress == 107 & id == 29311 replace partycode = 100 if congress == 107 & id == 14837 replace partycode = 100 if congress == 107 & id == 14053 replace partycode = 100 if congress == 107 & id == 29312 replace partycode = 100 if congress == 107 & id == 20103 replace partycode = 100 if congress == 107 & id == 29504 replace partycode = 100 if congress == 107 & id == 29313 replace partycode = 100 if congress == 107 & id == 15635 replace partycode = 200 if congress == 107 & id == 29505 replace partycode = 100 if congress == 107 & id == 29105 replace partycode = 200 if congress == 107 & id == 14669 replace partycode = 100 if congress == 107 & id == 29774 replace partycode = 200 if congress == 107 & id == 15413 replace partycode = 100 if congress == 107 & id == 29707 replace partycode = 200 if congress == 107 & id == 29315 replace partycode = 100 if congress == 107 & id == 15005 replace partycode = 100 if congress == 107 & id == 20104 replace partycode = 200 if congress == 107 & id == 14813 replace partycode = 100 if congress == 107 & id == 14280 replace partycode = 100 if congress == 107 & id == 29316 replace partycode = 100 if congress == 107 & id == 20105 replace partycode = 100 if congress == 107 & id == 14620 replace partycode = 100 if congress == 107 & id == 20106 replace partycode = 100 if congress == 107 & id == 29317 replace partycode = 100 if congress == 107 & id == 29903 replace partycode = 100 if congress == 107 & id == 29106 replace partycode = 100 if congress == 107 & id == 29318 replace partycode = 100 if congress == 107 & id == 29586 replace partycode = 200 if congress == 107 & id == 29320 replace partycode = 200 if congress == 107 & id == 29321 replace partycode = 200 if congress == 107 & id == 14644 replace partycode = 200 if congress == 107 & id == 29905 replace partycode = 100 if congress == 107 & id == 29942 replace partycode = 200 if congress == 107 & id == 29323 replace partycode = 200 if congress == 107 & id == 29775 replace partycode = 200 if congress == 107 & id == 15621 replace partycode = 100 if congress == 107 & id == 29709 replace partycode = 200 if congress == 107 & id == 15601 replace partycode = 200 if congress == 107 & id == 20107 replace partycode = 100 if congress == 107 & id == 20108 replace partycode = 100 if congress == 107 & id == 29325 replace partycode = 200 if congress == 107 & id == 29107 replace partycode = 200 if congress == 107 & id == 14835 replace partycode = 100 if congress == 107 & id == 29710 replace partycode = 100 if congress == 107 & id == 29906 replace partycode = 200 if congress == 107 & id == 29326 replace partycode = 200 if congress == 107 & id == 29711 replace partycode = 200 if congress == 107 & id == 15419 replace partycode = 200 if congress == 107 & id == 29907 replace partycode = 100 if congress == 107 & id == 29908 replace partycode = 200 if congress == 107 & id == 20109 replace partycode = 100 if congress == 107 & id == 29109 replace partycode = 200 if congress == 107 & id == 15449 replace partycode = 100 if congress == 107 & id == 29712 replace partycode = 200 if congress == 107 & id == 15028 replace partycode = 200 if congress == 107 & id == 29327 replace partycode = 200 if congress == 107 & id == 39508 replace partycode = 200 if congress == 107 & id == 20110 replace partycode = 100 if congress == 107 & id == 29713 replace partycode = 100 if congress == 107 & id == 29328 replace partycode = 200 if congress == 107 & id == 20111 replace partycode = 100 if congress == 107 & id == 29330 replace partycode = 200 if congress == 107 & id == 15627 replace partycode = 200 if congress == 107 & id == 29331 replace partycode = 200 if congress == 107 & id == 20112 replace partycode = 200 if congress == 107 & id == 15006 replace partycode = 200 if congress == 107 & id == 13047 replace partycode = 100 if congress == 107 & id == 29714 replace partycode = 200 if congress == 107 & id == 20113 replace partycode = 200 if congress == 107 & id == 29333 replace partycode = 200 if congress == 107 & id == 15605 replace partycode = 200 if congress == 107 & id == 29509 replace partycode = 200 if congress == 107 & id == 29510 replace partycode = 100 if congress == 107 & id == 29334 replace partycode = 200 if congress == 107 & id == 15634 replace partycode = 100 if congress == 107 & id == 29715 replace partycode = 100 if congress == 107 & id == 29335 replace partycode = 200 if congress == 107 & id == 29336 replace partycode = 200 if congress == 107 & id == 14860 replace partycode = 100 if congress == 107 & id == 29337 replace partycode = 200 if congress == 107 & id == 29338 replace partycode = 100 if congress == 107 & id == 29339 replace partycode = 200 if congress == 107 & id == 29340 replace partycode = 100 if congress == 107 & id == 29344 replace partycode = 100 if congress == 107 & id == 15431 replace partycode = 200 if congress == 107 & id == 29909 replace partycode = 200 if congress == 107 & id == 29511 replace partycode = 200 if congress == 107 & id == 29512 replace partycode = 200 if congress == 107 & id == 99342 replace partycode = 200 if congress == 107 & id == 29513 replace partycode = 200 if congress == 107 & id == 29341 replace partycode = 100 if congress == 107 & id == 15245 replace partycode = 100 if congress == 107 & id == 10757 replace partycode = 200 if congress == 107 & id == 20114 replace partycode = 200 if congress == 107 & id == 29910 replace partycode = 100 if congress == 107 & id == 29346 replace partycode = 100 if congress == 107 & id == 29585 replace partycode = 100 if congress == 107 & id == 15036 replace partycode = 100 if congress == 107 & id == 29348 replace partycode = 100 if congress == 107 & id == 29716 replace partycode = 200 if congress == 107 & id == 14239 replace partycode = 100 if congress == 107 & id == 29717 replace partycode = 200 if congress == 107 & id == 12041 replace partycode = 100 if congress == 107 & id == 29911 replace partycode = 200 if congress == 107 & id == 20115 replace partycode = 200 if congress == 107 & id == 29516 replace partycode = 100 if congress == 107 & id == 15453 replace partycode = 200 if congress == 107 & id == 29912 replace partycode = 200 if congress == 107 & id == 15417 replace partycode = 200 if congress == 107 & id == 20116 replace partycode = 200 if congress == 107 & id == 29349 replace partycode = 100 if congress == 107 & id == 15023 replace partycode = 200 if congress == 107 & id == 29517 replace partycode = 100 if congress == 107 & id == 29913 replace partycode = 200 if congress == 107 & id == 29718 replace partycode = 100 if congress == 107 & id == 15124 replace partycode = 200 if congress == 107 & id == 20117 replace partycode = 100 if congress == 107 & id == 29117 replace partycode = 200 if congress == 107 & id == 29519 replace partycode = 200 if congress == 107 & id == 29350 replace partycode = 200 if congress == 107 & id == 15014 replace partycode = 200 if congress == 107 & id == 20118 replace partycode = 200 if congress == 107 & id == 29520 replace partycode = 100 if congress == 107 & id == 29914 replace partycode = 100 if congress == 107 & id == 29720 replace partycode = 200 if congress == 107 & id == 14432 replace partycode = 200 if congress == 107 & id == 29118 replace partycode = 100 if congress == 107 & id == 29721 replace partycode = 200 if congress == 107 & id == 29521 replace partycode = 200 if congress == 107 & id == 29522 replace partycode = 200 if congress == 107 & id == 29722 replace partycode = 200 if congress == 107 & id == 29723 replace partycode = 100 if congress == 107 & id == 29915 replace partycode = 200 if congress == 107 & id == 29524 replace partycode = 200 if congress == 107 & id == 29525 replace partycode = 200 if congress == 107 & id == 29352 replace partycode = 200 if congress == 107 & id == 29725 replace partycode = 100 if congress == 107 & id == 29916 replace partycode = 200 if congress == 107 & id == 14854 replace partycode = 200 if congress == 107 & id == 29917 replace partycode = 200 if congress == 107 & id == 29918 replace partycode = 100 if congress == 107 & id == 29120 replace partycode = 200 if congress == 107 & id == 94679 replace partycode = 200 if congress == 107 & id == 15451 replace partycode = 200 if congress == 107 & id == 29726 replace partycode = 200 if congress == 107 & id == 15401 replace partycode = 100 if congress == 107 & id == 29727 replace partycode = 100 if congress == 107 & id == 29728 replace partycode = 100 if congress == 107 & id == 29528 replace partycode = 200 if congress == 107 & id == 29122 replace partycode = 200 if congress == 107 & id == 29529 replace partycode = 100 if congress == 107 & id == 15408 replace partycode = 100 if congress == 107 & id == 29355 replace partycode = 100 if congress == 107 & id == 14873 replace partycode = 200 if congress == 107 & id == 29356 replace partycode = 100 if congress == 107 & id == 29587 replace partycode = 200 if congress == 107 & id == 15434 replace partycode = 100 if congress == 107 & id == 29123 replace partycode = 100 if congress == 107 & id == 15616 replace partycode = 100 if congress == 107 & id == 29729 replace partycode = 100 if congress == 107 & id == 14824 replace partycode = 100 if congress == 107 & id == 29358 replace partycode = 100 if congress == 107 & id == 29730 replace partycode = 100 if congress == 107 & id == 14435 replace partycode = 100 if congress == 107 & id == 29919 replace partycode = 100 if congress == 107 & id == 14039 replace partycode = 100 if congress == 107 & id == 20119 replace partycode = 100 if congress == 107 & id == 29731 replace partycode = 100 if congress == 107 & id == 29360 replace partycode = 200 if congress == 107 & id == 29361 replace partycode = 200 if congress == 107 & id == 29362 replace partycode = 200 if congress == 107 & id == 29124 replace partycode = 100 if congress == 107 & id == 29363 replace partycode = 200 if congress == 107 & id == 15446 replace partycode = 200 if congress == 107 & id == 29364 replace partycode = 200 if congress == 107 & id == 20120 replace partycode = 100 if congress == 107 & id == 14430 replace partycode = 100 if congress == 107 & id == 14407 replace partycode = 200 if congress == 107 & id == 29365 replace partycode = 100 if congress == 107 & id == 15033 replace partycode = 100 if congress == 107 & id == 29531 replace partycode = 100 if congress == 107 & id == 10713 replace partycode = 100 if congress == 107 & id == 29733 replace partycode = 100 if congress == 107 & id == 2605 replace partycode = 200 if congress == 107 & id == 29532 replace partycode = 200 if congress == 107 & id == 20121 replace partycode = 200 if congress == 107 & id == 29126 replace partycode = 100 if congress == 107 & id == 20122 replace partycode = 100 if congress == 107 & id == 14656 replace partycode = 100 if congress == 107 & id == 29533 replace partycode = 100 if congress == 107 & id == 29127 replace partycode = 100 if congress == 107 & id == 14265 replace partycode = 200 if congress == 107 & id == 29534 replace partycode = 100 if congress == 107 & id == 29368 replace partycode = 200 if congress == 107 & id == 29734 replace partycode = 100 if congress == 107 & id == 29920 replace partycode = 100 if congress == 107 & id == 15637 replace partycode = 100 if congress == 107 & id == 20147 replace partycode = 200 if congress == 107 & id == 20123 replace partycode = 100 if congress == 107 & id == 14421 replace partycode = 100 if congress == 107 & id == 14451 replace partycode = 100 if congress == 107 & id == 29535 replace partycode = 200 if congress == 107 & id == 20124 replace partycode = 200 if congress == 107 & id == 29735 replace partycode = 200 if congress == 107 & id == 29736 replace partycode = 200 if congress == 107 & id == 29737 replace partycode = 200 if congress == 107 & id == 20125 replace partycode = 200 if congress == 107 & id == 14605 replace partycode = 200 if congress == 107 & id == 29921 replace partycode = 200 if congress == 107 & id == 20126 replace partycode = 100 if congress == 107 & id == 29922 replace partycode = 200 if congress == 107 & id == 29739 replace partycode = 200 if congress == 107 & id == 29740 replace partycode = 200 if congress == 107 & id == 29538 replace partycode = 100 if congress == 107 & id == 29132 replace partycode = 200 if congress == 107 & id == 29539 replace partycode = 200 if congress == 107 & id == 15112 replace partycode = 200 if congress == 107 & id == 14863 replace partycode = 200 if congress == 107 & id == 14855 replace partycode = 100 if congress == 107 & id == 15454 replace partycode = 200 if congress == 107 & id == 20127 replace partycode = 100 if congress == 107 & id == 29741 replace partycode = 100 if congress == 107 & id == 29742 replace partycode = 100 if congress == 107 & id == 15619 replace partycode = 200 if congress == 107 & id == 29541 replace partycode = 100 if congress == 107 & id == 29923 replace partycode = 100 if congress == 107 & id == 29373 replace partycode = 200 if congress == 107 & id == 29779 replace partycode = 200 if congress == 107 & id == 14861 replace partycode = 100 if congress == 107 & id == 29924 replace partycode = 200 if congress == 107 & id == 20128 replace partycode = 100 if congress == 107 & id == 20129 replace partycode = 200 if congress == 107 & id == 29375 replace partycode = 100 if congress == 107 & id == 29744 replace partycode = 100 if congress == 107 & id == 15000 replace partycode = 100 if congress == 107 & id == 29776 replace partycode = 100 if congress == 107 & id == 29925 replace partycode = 100 if congress == 107 & id == 29377 replace partycode = 100 if congress == 107 & id == 29926 replace partycode = 100 if congress == 107 & id == 15072 replace partycode = 100 if congress == 107 & id == 15050 replace partycode = 100 if congress == 107 & id == 29378 replace partycode = 200 if congress == 107 & id == 29773 replace partycode = 100 if congress == 107 & id == 29379 replace partycode = 100 if congress == 107 & id == 13035 replace partycode = 100 if congress == 107 & id == 29134 replace partycode = 100 if congress == 107 & id == 15603 replace partycode = 100 if congress == 107 & id == 15612 replace partycode = 200 if congress == 107 & id == 29544 replace partycode = 200 if congress == 107 & id == 14015 replace partycode = 100 if congress == 107 & id == 15614 replace partycode = 200 if congress == 107 & id == 29927 replace partycode = 200 if congress == 107 & id == 15007 replace partycode = 200 if congress == 107 & id == 39316 replace partycode = 200 if congress == 107 & id == 15630 replace partycode = 100 if congress == 107 & id == 29380 replace partycode = 200 if congress == 107 & id == 29928 replace partycode = 100 if congress == 107 & id == 15444 replace partycode = 100 if congress == 107 & id == 14248 replace partycode = 200 if congress == 107 & id == 29381 replace partycode = 200 if congress == 107 & id == 15423 replace partycode = 100 if congress == 107 & id == 29382 replace partycode = 100 if congress == 107 & id == 29745 replace partycode = 200 if congress == 107 & id == 29546 replace partycode = 100 if congress == 107 & id == 15438 replace partycode = 200 if congress == 107 & id == 29548 replace partycode = 200 if congress == 107 & id == 15092 replace partycode = 100 if congress == 107 & id == 29746 replace partycode = 200 if congress == 107 & id == 29929 replace partycode = 200 if congress == 107 & id == 29549 replace partycode = 200 if congress == 107 & id == 15402 replace partycode = 200 if congress == 107 & id == 29135 replace partycode = 100 if congress == 107 & id == 29383 replace partycode = 100 if congress == 107 & id == 29384 replace partycode = 200 if congress == 107 & id == 29550 replace partycode = 200 if congress == 107 & id == 29386 replace partycode = 100 if congress == 107 & id == 14632 replace partycode = 200 if congress == 107 & id == 14875 replace partycode = 200 if congress == 107 & id == 15604 replace partycode = 100 if congress == 107 & id == 29747 replace partycode = 200 if congress == 107 & id == 29136 replace partycode = 200 if congress == 107 & id == 29137 replace partycode = 100 if congress == 107 & id == 15029 replace partycode = 100 if congress == 107 & id == 29748 replace partycode = 100 if congress == 107 & id == 29930 replace partycode = 200 if congress == 107 & id == 20130 replace partycode = 100 if congress == 107 & id == 29389 replace partycode = 100 if congress == 107 & id == 15442 replace partycode = 200 if congress == 107 & id == 29390 replace partycode = 200 if congress == 107 & id == 14045 replace partycode = 100 if congress == 107 & id == 15121 replace partycode = 200 if congress == 107 & id == 29552 replace partycode = 200 if congress == 107 & id == 29553 replace partycode = 200 if congress == 107 & id == 29554 replace partycode = 200 if congress == 107 & id == 20131 replace partycode = 100 if congress == 107 & id == 20132 replace partycode = 200 if congress == 107 & id == 29749 replace partycode = 200 if congress == 107 & id == 29556 replace partycode = 200 if congress == 107 & id == 29392 replace partycode = 200 if congress == 107 & id == 29393 replace partycode = 100 if congress == 107 & id == 29931 replace partycode = 200 if congress == 107 & id == 29932 replace partycode = 100 if congress == 107 & id == 29588 replace partycode = 100 if congress == 107 & id == 15410 replace partycode = 100 if congress == 107 & id == 29750 replace partycode = 100 if congress == 107 & id == 29777 replace partycode = 100 if congress == 107 & id == 29559 replace partycode = 100 if congress == 107 & id == 15008 replace partycode = 200 if congress == 107 & id == 20133 replace partycode = 200 if congress == 107 & id == 29751 replace partycode = 100 if congress == 107 & id == 29396 replace partycode = 200 if congress == 107 & id == 15447 replace partycode = 200 if congress == 107 & id == 29397 replace partycode = 200 if congress == 107 & id == 14052 replace partycode = 200 if congress == 107 & id == 20134 replace partycode = 200 if congress == 107 & id == 29933 replace partycode = 100 if congress == 107 & id == 15104 replace partycode = 100 if congress == 107 & id == 14072 replace partycode = 100 if congress == 107 & id == 29934 replace partycode = 100 if congress == 107 & id == 14808 replace partycode = 200 if congress == 107 & id == 29935 replace partycode = 200 if congress == 107 & id == 29752 replace partycode = 200 if congress == 107 & id == 15026 replace partycode = 100 if congress == 107 & id == 29561 replace partycode = 200 if congress == 107 & id == 20135 replace partycode = 100 if congress == 107 & id == 29562 replace partycode = 200 if congress == 107 & id == 29563 replace partycode = 100 if congress == 107 & id == 29564 replace partycode = 100 if congress == 107 & id == 20136 replace partycode = 200 if congress == 107 & id == 20137 replace partycode = 200 if congress == 107 & id == 13042 replace partycode = 200 if congress == 107 & id == 20138 replace partycode = 200 if congress == 107 & id == 29566 replace partycode = 200 if congress == 107 & id == 29936 replace partycode = 100 if congress == 107 & id == 15064 replace partycode = 100 if congress == 107 & id == 39301 replace partycode = 200 if congress == 107 & id == 29754 replace partycode = 200 if congress == 107 & id == 29755 replace partycode = 200 if congress == 107 & id == 15455 replace partycode = 200 if congress == 107 & id == 29567 replace partycode = 200 if congress == 107 & id == 29568 replace partycode = 100 if congress == 107 & id == 15450 replace partycode = 100 if congress == 107 & id == 15100 replace partycode = 200 if congress == 107 & id == 29569 replace partycode = 100 if congress == 107 & id == 15628 replace partycode = 100 if congress == 107 & id == 29756 replace partycode = 100 if congress == 107 & id == 29757 replace partycode = 100 if congress == 107 & id == 29758 replace partycode = 200 if congress == 107 & id == 29143 replace partycode = 100 if congress == 107 & id == 14828 replace partycode = 200 if congress == 107 & id == 29759 replace partycode = 200 if congress == 107 & id == 15085 replace partycode = 200 if congress == 107 & id == 20139 replace partycode = 200 if congress == 107 & id == 29760 replace partycode = 100 if congress == 107 & id == 29761 replace partycode = 100 if congress == 107 & id == 29571 replace partycode = 100 if congress == 107 & id == 29144 replace partycode = 200 if congress == 107 & id == 29762 replace partycode = 200 if congress == 107 & id == 29572 replace partycode = 200 if congress == 107 & id == 14290 replace partycode = 100 if congress == 107 & id == 29763 replace partycode = 100 if congress == 107 & id == 29764 replace partycode = 100 if congress == 107 & id == 14664 replace partycode = 100 if congress == 107 & id == 29573 replace partycode = 200 if congress == 107 & id == 15093 replace partycode = 100 if congress == 107 & id == 29943 replace partycode = 200 if congress == 107 & id == 15445 replace partycode = 200 if congress == 107 & id == 15094 replace partycode = 200 if congress == 107 & id == 39302 replace partycode = 100 if congress == 107 & id == 14626 replace partycode = 100 if congress == 107 & id == 29574 replace partycode = 200 if congress == 107 & id == 15125 replace partycode = 100 if congress == 107 & id == 15049 replace partycode = 100 if congress == 107 & id == 29771 replace partycode = 100 if congress == 107 & id == 39304 replace partycode = 100 if congress == 107 & id == 39305 replace partycode = 200 if congress == 107 & id == 14829 replace partycode = 100 if congress == 107 & id == 20140 replace partycode = 200 if congress == 107 & id == 29766 replace partycode = 328 if congress == 107 & id == 29147 replace partycode = 200 if congress == 107 & id == 20141 replace partycode = 200 if congress == 107 & id == 20142 replace partycode = 100 if congress == 107 & id == 39307 replace partycode = 100 if congress == 107 & id == 15060 replace partycode = 200 if congress == 107 & id == 20143 replace partycode = 328 if congress == 107 & id == 99767 replace partycode = 200 if congress == 107 & id == 89767 replace partycode = 200 if congress == 107 & id == 39308 replace partycode = 200 if congress == 107 & id == 20144 replace partycode = 100 if congress == 107 & id == 29149 replace partycode = 100 if congress == 107 & id == 15010 replace partycode = 200 if congress == 107 & id == 14869 replace partycode = 200 if congress == 107 & id == 29576 replace partycode = 100 if congress == 107 & id == 29937 replace partycode = 100 if congress == 107 & id == 20145 replace partycode = 100 if congress == 107 & id == 29938 replace partycode = 200 if congress == 107 & id == 29580 replace partycode = 200 if congress == 107 & id == 29581 replace partycode = 100 if congress == 107 & id == 14413 replace partycode = 100 if congress == 107 & id == 15613 replace partycode = 200 if congress == 107 & id == 39312 replace partycode = 100 if congress == 107 & id == 29768 replace partycode = 100 if congress == 107 & id == 15083 replace partycode = 200 if congress == 107 & id == 20146 replace partycode = 100 if congress == 107 & id == 14448 replace partycode = 200 if congress == 107 & id == 29939 replace partycode = 100 if congress == 107 & id == 29940 replace partycode = 100 if congress == 107 & id == 29769 replace partycode = 100 if congress == 107 & id == 15082 replace partycode = 100 if congress == 107 & id == 39315 replace partycode = 200 if congress == 107 & id == 14675 replace partycode = 100 if congress == 107 & id == 12036 replace partycode = 200 if congress == 107 & id == 29941 replace partycode = 200 if congress == 107 & id == 14657 replace partycode = 200 if congress == 107 & id == 29584 replace partycode = 200 if congress == 108 & id == 99910 replace partycode = 200 if congress == 108 & id == 20300 replace partycode = 200 if congress == 108 & id == 29300 replace partycode = 200 if congress == 108 & id == 20301 replace partycode = 200 if congress == 108 & id == 29701 replace partycode = 100 if congress == 108 & id == 29100 replace partycode = 200 if congress == 108 & id == 29301 replace partycode = 100 if congress == 108 & id == 20302 replace partycode = 200 if congress == 108 & id == 14066 replace partycode = 200 if congress == 108 & id == 20303 replace partycode = 200 if congress == 108 & id == 20304 replace partycode = 200 if congress == 108 & id == 29501 replace partycode = 100 if congress == 108 & id == 29101 replace partycode = 200 if congress == 108 & id == 29502 replace partycode = 200 if congress == 108 & id == 20100 replace partycode = 100 if congress == 108 & id == 20305 replace partycode = 200 if congress == 108 & id == 15105 replace partycode = 100 if congress == 108 & id == 29702 replace partycode = 100 if congress == 108 & id == 29703 replace partycode = 200 if congress == 108 & id == 20101 replace partycode = 100 if congress == 108 & id == 20102 replace partycode = 100 if congress == 108 & id == 29901 replace partycode = 200 if congress == 108 & id == 15420 replace partycode = 200 if congress == 108 & id == 29902 replace partycode = 200 if congress == 108 & id == 29104 replace partycode = 100 if congress == 108 & id == 14649 replace partycode = 100 if congress == 108 & id == 29309 replace partycode = 100 if congress == 108 & id == 14256 replace partycode = 100 if congress == 108 & id == 15448 replace partycode = 100 if congress == 108 & id == 29778 replace partycode = 100 if congress == 108 & id == 29705 replace partycode = 200 if congress == 108 & id == 29311 replace partycode = 100 if congress == 108 & id == 14837 replace partycode = 100 if congress == 108 & id == 14053 replace partycode = 100 if congress == 108 & id == 29312 replace partycode = 100 if congress == 108 & id == 20103 replace partycode = 100 if congress == 108 & id == 29504 replace partycode = 100 if congress == 108 & id == 29313 replace partycode = 100 if congress == 108 & id == 20306 replace partycode = 200 if congress == 108 & id == 29505 replace partycode = 100 if congress == 108 & id == 29105 replace partycode = 200 if congress == 108 & id == 20307 replace partycode = 200 if congress == 108 & id == 14669 replace partycode = 100 if congress == 108 & id == 29774 replace partycode = 200 if congress == 108 & id == 15413 replace partycode = 200 if congress == 108 & id == 29315 replace partycode = 200 if congress == 108 & id == 14813 replace partycode = 100 if congress == 108 & id == 29707 replace partycode = 100 if congress == 108 & id == 15005 replace partycode = 100 if congress == 108 & id == 20104 replace partycode = 100 if congress == 108 & id == 14280 replace partycode = 100 if congress == 108 & id == 29316 replace partycode = 100 if congress == 108 & id == 20105 replace partycode = 100 if congress == 108 & id == 20106 replace partycode = 100 if congress == 108 & id == 29317 replace partycode = 100 if congress == 108 & id == 29106 replace partycode = 100 if congress == 108 & id == 29318 replace partycode = 100 if congress == 108 & id == 29586 replace partycode = 100 if congress == 108 & id == 29903 replace partycode = 100 if congress == 108 & id == 20310 replace partycode = 200 if congress == 108 & id == 29321 replace partycode = 200 if congress == 108 & id == 14644 replace partycode = 200 if congress == 108 & id == 29905 replace partycode = 100 if congress == 108 & id == 29942 replace partycode = 200 if congress == 108 & id == 29323 replace partycode = 200 if congress == 108 & id == 29775 replace partycode = 200 if congress == 108 & id == 15621 replace partycode = 100 if congress == 108 & id == 29709 replace partycode = 200 if congress == 108 & id == 15601 replace partycode = 200 if congress == 108 & id == 20107 replace partycode = 200 if congress == 108 & id == 29107 replace partycode = 100 if congress == 108 & id == 29325 replace partycode = 200 if congress == 108 & id == 14835 replace partycode = 100 if congress == 108 & id == 20108 replace partycode = 100 if congress == 108 & id == 29710 replace partycode = 100 if congress == 108 & id == 29906 replace partycode = 200 if congress == 108 & id == 29326 replace partycode = 200 if congress == 108 & id == 20311 replace partycode = 200 if congress == 108 & id == 15419 replace partycode = 200 if congress == 108 & id == 29907 replace partycode = 200 if congress == 108 & id == 20312 replace partycode = 100 if congress == 108 & id == 29908 replace partycode = 200 if congress == 108 & id == 20109 replace partycode = 100 if congress == 108 & id == 29109 replace partycode = 200 if congress == 108 & id == 15449 replace partycode = 200 if congress == 108 & id == 15028 replace partycode = 200 if congress == 108 & id == 29327 replace partycode = 200 if congress == 108 & id == 20110 replace partycode = 100 if congress == 108 & id == 29713 replace partycode = 100 if congress == 108 & id == 29328 replace partycode = 200 if congress == 108 & id == 20111 replace partycode = 200 if congress == 108 & id == 20313 replace partycode = 200 if congress == 108 & id == 15627 replace partycode = 200 if congress == 108 & id == 29331 replace partycode = 200 if congress == 108 & id == 20112 replace partycode = 200 if congress == 108 & id == 15006 replace partycode = 200 if congress == 108 & id == 13047 replace partycode = 100 if congress == 108 & id == 29714 replace partycode = 200 if congress == 108 & id == 20113 replace partycode = 200 if congress == 108 & id == 20314 replace partycode = 200 if congress == 108 & id == 15605 replace partycode = 200 if congress == 108 & id == 29509 replace partycode = 200 if congress == 108 & id == 29510 replace partycode = 100 if congress == 108 & id == 20358 replace partycode = 200 if congress == 108 & id == 15634 replace partycode = 100 if congress == 108 & id == 29715 replace partycode = 100 if congress == 108 & id == 29335 replace partycode = 200 if congress == 108 & id == 29336 replace partycode = 200 if congress == 108 & id == 14860 replace partycode = 100 if congress == 108 & id == 29337 replace partycode = 200 if congress == 108 & id == 20315 replace partycode = 200 if congress == 108 & id == 20316 replace partycode = 200 if congress == 108 & id == 29338 replace partycode = 100 if congress == 108 & id == 29339 replace partycode = 100 if congress == 108 & id == 20317 replace partycode = 100 if congress == 108 & id == 20318 replace partycode = 100 if congress == 108 & id == 15431 replace partycode = 200 if congress == 108 & id == 29909 replace partycode = 200 if congress == 108 & id == 29341 replace partycode = 200 if congress == 108 & id == 29340 replace partycode = 200 if congress == 108 & id == 29513 replace partycode = 200 if congress == 108 & id == 99342 replace partycode = 200 if congress == 108 & id == 20319 replace partycode = 200 if congress == 108 & id == 20320 replace partycode = 100 if congress == 108 & id == 20321 replace partycode = 100 if congress == 108 & id == 15245 replace partycode = 100 if congress == 108 & id == 20322 replace partycode = 200 if congress == 108 & id == 20114 replace partycode = 200 if congress == 108 & id == 29910 replace partycode = 100 if congress == 108 & id == 29346 replace partycode = 100 if congress == 108 & id == 29585 replace partycode = 100 if congress == 108 & id == 15036 replace partycode = 100 if congress == 108 & id == 29348 replace partycode = 100 if congress == 108 & id == 20323 replace partycode = 200 if congress == 108 & id == 14239 replace partycode = 100 if congress == 108 & id == 29717 replace partycode = 200 if congress == 108 & id == 12041 replace partycode = 100 if congress == 108 & id == 29911 replace partycode = 200 if congress == 108 & id == 20115 replace partycode = 200 if congress == 108 & id == 29516 replace partycode = 100 if congress == 108 & id == 15453 replace partycode = 200 if congress == 108 & id == 29912 replace partycode = 200 if congress == 108 & id == 15417 replace partycode = 200 if congress == 108 & id == 20116 replace partycode = 200 if congress == 108 & id == 29349 replace partycode = 100 if congress == 108 & id == 15023 replace partycode = 200 if congress == 108 & id == 29517 replace partycode = 200 if congress == 108 & id == 29718 replace partycode = 100 if congress == 108 & id == 15124 replace partycode = 200 if congress == 108 & id == 20324 replace partycode = 200 if congress == 108 & id == 29519 replace partycode = 200 if congress == 108 & id == 29350 replace partycode = 200 if congress == 108 & id == 15014 replace partycode = 200 if congress == 108 & id == 20117 replace partycode = 100 if congress == 108 & id == 29720 replace partycode = 200 if congress == 108 & id == 29520 replace partycode = 100 if congress == 108 & id == 29914 replace partycode = 200 if congress == 108 & id == 29118 replace partycode = 200 if congress == 108 & id == 14432 replace partycode = 100 if congress == 108 & id == 29721 replace partycode = 200 if congress == 108 & id == 29522 replace partycode = 200 if congress == 108 & id == 20325 replace partycode = 200 if congress == 108 & id == 29722 replace partycode = 200 if congress == 108 & id == 29723 replace partycode = 100 if congress == 108 & id == 29915 replace partycode = 200 if congress == 108 & id == 29524 replace partycode = 200 if congress == 108 & id == 29525 replace partycode = 200 if congress == 108 & id == 29352 replace partycode = 200 if congress == 108 & id == 29725 replace partycode = 100 if congress == 108 & id == 29916 replace partycode = 200 if congress == 108 & id == 14854 replace partycode = 200 if congress == 108 & id == 29917 replace partycode = 100 if congress == 108 & id == 20326 replace partycode = 200 if congress == 108 & id == 29918 replace partycode = 100 if congress == 108 & id == 29120 replace partycode = 200 if congress == 108 & id == 94679 replace partycode = 200 if congress == 108 & id == 15451 replace partycode = 100 if congress == 108 & id == 20327 replace partycode = 200 if congress == 108 & id == 15401 replace partycode = 100 if congress == 108 & id == 29727 replace partycode = 100 if congress == 108 & id == 29728 replace partycode = 100 if congress == 108 & id == 20328 replace partycode = 200 if congress == 108 & id == 29122 replace partycode = 100 if congress == 108 & id == 20329 replace partycode = 100 if congress == 108 & id == 15408 replace partycode = 100 if congress == 108 & id == 29355 replace partycode = 100 if congress == 108 & id == 14873 replace partycode = 200 if congress == 108 & id == 29356 replace partycode = 100 if congress == 108 & id == 29587 replace partycode = 100 if congress == 108 & id == 20330 replace partycode = 100 if congress == 108 & id == 29123 replace partycode = 100 if congress == 108 & id == 15616 replace partycode = 100 if congress == 108 & id == 29729 replace partycode = 100 if congress == 108 & id == 14824 replace partycode = 100 if congress == 108 & id == 29358 replace partycode = 100 if congress == 108 & id == 29730 replace partycode = 100 if congress == 108 & id == 14435 replace partycode = 100 if congress == 108 & id == 29919 replace partycode = 100 if congress == 108 & id == 20119 replace partycode = 100 if congress == 108 & id == 29731 replace partycode = 100 if congress == 108 & id == 29360 replace partycode = 200 if congress == 108 & id == 29361 replace partycode = 200 if congress == 108 & id == 29362 replace partycode = 200 if congress == 108 & id == 29124 replace partycode = 100 if congress == 108 & id == 14430 replace partycode = 200 if congress == 108 & id == 15446 replace partycode = 200 if congress == 108 & id == 29364 replace partycode = 200 if congress == 108 & id == 20120 replace partycode = 200 if congress == 108 & id == 29365 replace partycode = 200 if congress == 108 & id == 20331 replace partycode = 200 if congress == 108 & id == 20332 replace partycode = 100 if congress == 108 & id == 15033 replace partycode = 100 if congress == 108 & id == 29733 replace partycode = 100 if congress == 108 & id == 10713 replace partycode = 100 if congress == 108 & id == 2605 replace partycode = 200 if congress == 108 & id == 29532 replace partycode = 200 if congress == 108 & id == 20333 replace partycode = 200 if congress == 108 & id == 29126 replace partycode = 100 if congress == 108 & id == 20122 replace partycode = 100 if congress == 108 & id == 14656 replace partycode = 200 if congress == 108 & id == 20121 replace partycode = 100 if congress == 108 & id == 29127 replace partycode = 100 if congress == 108 & id == 14265 replace partycode = 200 if congress == 108 & id == 29534 replace partycode = 100 if congress == 108 & id == 29368 replace partycode = 200 if congress == 108 & id == 29734 replace partycode = 100 if congress == 108 & id == 15637 replace partycode = 100 if congress == 108 & id == 20147 replace partycode = 200 if congress == 108 & id == 20123 replace partycode = 100 if congress == 108 & id == 14421 replace partycode = 100 if congress == 108 & id == 14451 replace partycode = 100 if congress == 108 & id == 29535 replace partycode = 200 if congress == 108 & id == 20124 replace partycode = 200 if congress == 108 & id == 29735 replace partycode = 200 if congress == 108 & id == 29736 replace partycode = 200 if congress == 108 & id == 29737 replace partycode = 200 if congress == 108 & id == 20125 replace partycode = 200 if congress == 108 & id == 14605 replace partycode = 200 if congress == 108 & id == 29921 replace partycode = 200 if congress == 108 & id == 20126 replace partycode = 100 if congress == 108 & id == 29922 replace partycode = 200 if congress == 108 & id == 29739 replace partycode = 200 if congress == 108 & id == 20334 replace partycode = 200 if congress == 108 & id == 20335 replace partycode = 200 if congress == 108 & id == 29538 replace partycode = 100 if congress == 108 & id == 29132 replace partycode = 200 if congress == 108 & id == 29539 replace partycode = 200 if congress == 108 & id == 15112 replace partycode = 200 if congress == 108 & id == 14863 replace partycode = 200 if congress == 108 & id == 20336 replace partycode = 100 if congress == 108 & id == 15454 replace partycode = 200 if congress == 108 & id == 20127 replace partycode = 100 if congress == 108 & id == 29741 replace partycode = 100 if congress == 108 & id == 29742 replace partycode = 100 if congress == 108 & id == 15619 replace partycode = 200 if congress == 108 & id == 29541 replace partycode = 100 if congress == 108 & id == 29923 replace partycode = 100 if congress == 108 & id == 29373 replace partycode = 200 if congress == 108 & id == 29779 replace partycode = 200 if congress == 108 & id == 20337 replace partycode = 100 if congress == 108 & id == 29924 replace partycode = 100 if congress == 108 & id == 20338 replace partycode = 100 if congress == 108 & id == 20129 replace partycode = 200 if congress == 108 & id == 29375 replace partycode = 100 if congress == 108 & id == 29744 replace partycode = 100 if congress == 108 & id == 15000 replace partycode = 100 if congress == 108 & id == 29776 replace partycode = 100 if congress == 108 & id == 29925 replace partycode = 100 if congress == 108 & id == 29377 replace partycode = 100 if congress == 108 & id == 29926 replace partycode = 100 if congress == 108 & id == 15072 replace partycode = 100 if congress == 108 & id == 15050 replace partycode = 100 if congress == 108 & id == 29378 replace partycode = 200 if congress == 108 & id == 29773 replace partycode = 100 if congress == 108 & id == 29379 replace partycode = 100 if congress == 108 & id == 13035 replace partycode = 100 if congress == 108 & id == 29134 replace partycode = 100 if congress == 108 & id == 15603 replace partycode = 100 if congress == 108 & id == 15612 replace partycode = 200 if congress == 108 & id == 29544 replace partycode = 200 if congress == 108 & id == 29927 replace partycode = 100 if congress == 108 & id == 15614 replace partycode = 100 if congress == 108 & id == 29380 replace partycode = 200 if congress == 108 & id == 39316 replace partycode = 200 if congress == 108 & id == 15007 replace partycode = 200 if congress == 108 & id == 15630 replace partycode = 200 if congress == 108 & id == 29928 replace partycode = 200 if congress == 108 & id == 29381 replace partycode = 100 if congress == 108 & id == 15444 replace partycode = 200 if congress == 108 & id == 15423 replace partycode = 100 if congress == 108 & id == 20339 replace partycode = 100 if congress == 108 & id == 20340 replace partycode = 100 if congress == 108 & id == 29745 replace partycode = 200 if congress == 108 & id == 29546 replace partycode = 100 if congress == 108 & id == 15438 replace partycode = 200 if congress == 108 & id == 29548 replace partycode = 200 if congress == 108 & id == 15092 replace partycode = 100 if congress == 108 & id == 29746 replace partycode = 200 if congress == 108 & id == 29929 replace partycode = 200 if congress == 108 & id == 29549 replace partycode = 200 if congress == 108 & id == 15402 replace partycode = 200 if congress == 108 & id == 29135 replace partycode = 100 if congress == 108 & id == 29383 replace partycode = 100 if congress == 108 & id == 20341 replace partycode = 100 if congress == 108 & id == 29384 replace partycode = 200 if congress == 108 & id == 29550 replace partycode = 200 if congress == 108 & id == 29386 replace partycode = 200 if congress == 108 & id == 20342 replace partycode = 200 if congress == 108 & id == 14875 replace partycode = 200 if congress == 108 & id == 15604 replace partycode = 100 if congress == 108 & id == 29747 replace partycode = 200 if congress == 108 & id == 29136 replace partycode = 200 if congress == 108 & id == 29137 replace partycode = 100 if congress == 108 & id == 15029 replace partycode = 100 if congress == 108 & id == 29748 replace partycode = 100 if congress == 108 & id == 29930 replace partycode = 200 if congress == 108 & id == 20130 replace partycode = 100 if congress == 108 & id == 29389 replace partycode = 200 if congress == 108 & id == 29553 replace partycode = 200 if congress == 108 & id == 29390 replace partycode = 200 if congress == 108 & id == 14045 replace partycode = 100 if congress == 108 & id == 20343 replace partycode = 200 if congress == 108 & id == 29552 replace partycode = 200 if congress == 108 & id == 20131 replace partycode = 100 if congress == 108 & id == 20132 replace partycode = 200 if congress == 108 & id == 29393 replace partycode = 200 if congress == 108 & id == 20344 replace partycode = 200 if congress == 108 & id == 29392 replace partycode = 100 if congress == 108 & id == 29931 replace partycode = 200 if congress == 108 & id == 29932 replace partycode = 100 if congress == 108 & id == 29588 replace partycode = 100 if congress == 108 & id == 15410 replace partycode = 100 if congress == 108 & id == 29750 replace partycode = 100 if congress == 108 & id == 29777 replace partycode = 100 if congress == 108 & id == 29559 replace partycode = 200 if congress == 108 & id == 29563 replace partycode = 200 if congress == 108 & id == 20133 replace partycode = 200 if congress == 108 & id == 29751 replace partycode = 200 if congress == 108 & id == 20345 replace partycode = 200 if congress == 108 & id == 15447 replace partycode = 200 if congress == 108 & id == 29397 replace partycode = 200 if congress == 108 & id == 20134 replace partycode = 200 if congress == 108 & id == 29933 replace partycode = 100 if congress == 108 & id == 15104 replace partycode = 100 if congress == 108 & id == 14072 replace partycode = 100 if congress == 108 & id == 29934 replace partycode = 100 if congress == 108 & id == 29561 replace partycode = 200 if congress == 108 & id == 29935 replace partycode = 200 if congress == 108 & id == 29752 replace partycode = 100 if congress == 108 & id == 29396 replace partycode = 200 if congress == 108 & id == 20346 replace partycode = 200 if congress == 108 & id == 20135 replace partycode = 100 if congress == 108 & id == 29564 replace partycode = 100 if congress == 108 & id == 20136 replace partycode = 200 if congress == 108 & id == 20137 replace partycode = 200 if congress == 108 & id == 20138 replace partycode = 200 if congress == 108 & id == 20347 replace partycode = 200 if congress == 108 & id == 29936 replace partycode = 100 if congress == 108 & id == 15064 replace partycode = 100 if congress == 108 & id == 39301 replace partycode = 200 if congress == 108 & id == 20348 replace partycode = 100 if congress == 108 & id == 20349 replace partycode = 200 if congress == 108 & id == 29755 replace partycode = 200 if congress == 108 & id == 15455 replace partycode = 200 if congress == 108 & id == 29567 replace partycode = 100 if congress == 108 & id == 20350 replace partycode = 100 if congress == 108 & id == 15019 replace partycode = 100 if congress == 108 & id == 15100 replace partycode = 200 if congress == 108 & id == 20351 replace partycode = 100 if congress == 108 & id == 15628 replace partycode = 100 if congress == 108 & id == 29756 replace partycode = 100 if congress == 108 & id == 29757 replace partycode = 100 if congress == 108 & id == 29758 replace partycode = 200 if congress == 108 & id == 29143 replace partycode = 100 if congress == 108 & id == 14828 replace partycode = 200 if congress == 108 & id == 94828 replace partycode = 200 if congress == 108 & id == 20352 replace partycode = 200 if congress == 108 & id == 15085 replace partycode = 200 if congress == 108 & id == 20139 replace partycode = 200 if congress == 108 & id == 29760 replace partycode = 100 if congress == 108 & id == 29761 replace partycode = 100 if congress == 108 & id == 29571 replace partycode = 100 if congress == 108 & id == 29144 replace partycode = 200 if congress == 108 & id == 29762 replace partycode = 200 if congress == 108 & id == 29572 replace partycode = 200 if congress == 108 & id == 14290 replace partycode = 100 if congress == 108 & id == 29763 replace partycode = 100 if congress == 108 & id == 29764 replace partycode = 100 if congress == 108 & id == 14664 replace partycode = 100 if congress == 108 & id == 29573 replace partycode = 200 if congress == 108 & id == 15093 replace partycode = 200 if congress == 108 & id == 20353 replace partycode = 100 if congress == 108 & id == 29943 replace partycode = 200 if congress == 108 & id == 15445 replace partycode = 200 if congress == 108 & id == 15094 replace partycode = 200 if congress == 108 & id == 39302 replace partycode = 100 if congress == 108 & id == 14626 replace partycode = 100 if congress == 108 & id == 20354 replace partycode = 200 if congress == 108 & id == 20355 replace partycode = 100 if congress == 108 & id == 15049 replace partycode = 100 if congress == 108 & id == 29771 replace partycode = 100 if congress == 108 & id == 39304 replace partycode = 100 if congress == 108 & id == 39305 replace partycode = 200 if congress == 108 & id == 20356 replace partycode = 200 if congress == 108 & id == 29759 replace partycode = 200 if congress == 108 & id == 20357 replace partycode = 100 if congress == 108 & id == 20140 replace partycode = 200 if congress == 108 & id == 29766 replace partycode = 328 if congress == 108 & id == 29147 replace partycode = 200 if congress == 108 & id == 20141 replace partycode = 200 if congress == 108 & id == 20142 replace partycode = 100 if congress == 108 & id == 39307 replace partycode = 200 if congress == 108 & id == 20143 replace partycode = 200 if congress == 108 & id == 89767 replace partycode = 200 if congress == 108 & id == 39308 replace partycode = 200 if congress == 108 & id == 20144 replace partycode = 100 if congress == 108 & id == 29149 replace partycode = 100 if congress == 108 & id == 15010 replace partycode = 200 if congress == 108 & id == 14869 replace partycode = 200 if congress == 108 & id == 29576 replace partycode = 100 if congress == 108 & id == 29937 replace partycode = 100 if congress == 108 & id == 20145 replace partycode = 100 if congress == 108 & id == 29938 replace partycode = 200 if congress == 108 & id == 29580 replace partycode = 200 if congress == 108 & id == 29581 replace partycode = 100 if congress == 108 & id == 14413 replace partycode = 100 if congress == 108 & id == 15613 replace partycode = 200 if congress == 108 & id == 39312 replace partycode = 100 if congress == 108 & id == 29768 replace partycode = 100 if congress == 108 & id == 15083 replace partycode = 200 if congress == 108 & id == 20146 replace partycode = 100 if congress == 108 & id == 14448 replace partycode = 200 if congress == 108 & id == 29939 replace partycode = 100 if congress == 108 & id == 29940 replace partycode = 100 if congress == 108 & id == 29769 replace partycode = 100 if congress == 108 & id == 15082 replace partycode = 200 if congress == 108 & id == 14657 replace partycode = 200 if congress == 108 & id == 14675 replace partycode = 100 if congress == 108 & id == 12036 replace partycode = 200 if congress == 108 & id == 29941 replace partycode = 200 if congress == 108 & id == 29584 replace partycode = 200 if congress == 109 & id == 99910 replace partycode = 200 if congress == 109 & id == 20300 replace partycode = 200 if congress == 109 & id == 29300 replace partycode = 200 if congress == 109 & id == 20301 replace partycode = 200 if congress == 109 & id == 29701 replace partycode = 100 if congress == 109 & id == 29100 replace partycode = 200 if congress == 109 & id == 29301 replace partycode = 100 if congress == 109 & id == 20302 replace partycode = 200 if congress == 109 & id == 14066 replace partycode = 200 if congress == 109 & id == 20303 replace partycode = 200 if congress == 109 & id == 20304 replace partycode = 200 if congress == 109 & id == 29501 replace partycode = 100 if congress == 109 & id == 29101 replace partycode = 200 if congress == 109 & id == 29502 replace partycode = 200 if congress == 109 & id == 20100 replace partycode = 100 if congress == 109 & id == 20305 replace partycode = 200 if congress == 109 & id == 15105 replace partycode = 100 if congress == 109 & id == 29702 replace partycode = 100 if congress == 109 & id == 29703 replace partycode = 200 if congress == 109 & id == 20101 replace partycode = 100 if congress == 109 & id == 20102 replace partycode = 100 if congress == 109 & id == 29901 replace partycode = 200 if congress == 109 & id == 15420 replace partycode = 200 if congress == 109 & id == 14647 replace partycode = 200 if congress == 109 & id == 29104 replace partycode = 100 if congress == 109 & id == 20538 replace partycode = 100 if congress == 109 & id == 29309 replace partycode = 100 if congress == 109 & id == 14256 replace partycode = 100 if congress == 109 & id == 15448 replace partycode = 100 if congress == 109 & id == 29778 replace partycode = 100 if congress == 109 & id == 29705 replace partycode = 200 if congress == 109 & id == 29311 replace partycode = 100 if congress == 109 & id == 14837 replace partycode = 100 if congress == 109 & id == 14053 replace partycode = 100 if congress == 109 & id == 29312 replace partycode = 100 if congress == 109 & id == 20103 replace partycode = 100 if congress == 109 & id == 29504 replace partycode = 100 if congress == 109 & id == 29313 replace partycode = 100 if congress == 109 & id == 20306 replace partycode = 200 if congress == 109 & id == 29505 replace partycode = 100 if congress == 109 & id == 20501 replace partycode = 200 if congress == 109 & id == 20307 replace partycode = 200 if congress == 109 & id == 14669 replace partycode = 100 if congress == 109 & id == 29774 replace partycode = 200 if congress == 109 & id == 15413 replace partycode = 200 if congress == 109 & id == 29315 replace partycode = 200 if congress == 109 & id == 14813 replace partycode = 100 if congress == 109 & id == 29707 replace partycode = 100 if congress == 109 & id == 15005 replace partycode = 100 if congress == 109 & id == 20104 replace partycode = 100 if congress == 109 & id == 14280 replace partycode = 100 if congress == 109 & id == 29316 replace partycode = 100 if congress == 109 & id == 20105 replace partycode = 100 if congress == 109 & id == 20106 replace partycode = 100 if congress == 109 & id == 29317 replace partycode = 100 if congress == 109 & id == 29106 replace partycode = 100 if congress == 109 & id == 29318 replace partycode = 100 if congress == 109 & id == 29586 replace partycode = 100 if congress == 109 & id == 29903 replace partycode = 100 if congress == 109 & id == 20310 replace partycode = 200 if congress == 109 & id == 29321 replace partycode = 200 if congress == 109 & id == 14644 replace partycode = 200 if congress == 109 & id == 29905 replace partycode = 100 if congress == 109 & id == 29942 replace partycode = 200 if congress == 109 & id == 29323 replace partycode = 200 if congress == 109 & id == 29775 replace partycode = 200 if congress == 109 & id == 15621 replace partycode = 100 if congress == 109 & id == 29709 replace partycode = 200 if congress == 109 & id == 15601 replace partycode = 200 if congress == 109 & id == 20539 replace partycode = 200 if congress == 109 & id == 20107 replace partycode = 200 if congress == 109 & id == 29107 replace partycode = 200 if congress == 109 & id == 29508 replace partycode = 100 if congress == 109 & id == 29325 replace partycode = 200 if congress == 109 & id == 14835 replace partycode = 100 if congress == 109 & id == 20108 replace partycode = 100 if congress == 109 & id == 29710 replace partycode = 100 if congress == 109 & id == 29906 replace partycode = 100 if congress == 109 & id == 20502 replace partycode = 200 if congress == 109 & id == 20311 replace partycode = 200 if congress == 109 & id == 15419 replace partycode = 200 if congress == 109 & id == 29907 replace partycode = 200 if congress == 109 & id == 20312 replace partycode = 100 if congress == 109 & id == 29908 replace partycode = 200 if congress == 109 & id == 20109 replace partycode = 100 if congress == 109 & id == 29109 replace partycode = 200 if congress == 109 & id == 15449 replace partycode = 200 if congress == 109 & id == 15028 replace partycode = 200 if congress == 109 & id == 29327 replace partycode = 200 if congress == 109 & id == 20110 replace partycode = 100 if congress == 109 & id == 29713 replace partycode = 100 if congress == 109 & id == 29328 replace partycode = 200 if congress == 109 & id == 20111 replace partycode = 200 if congress == 109 & id == 20313 replace partycode = 200 if congress == 109 & id == 15627 replace partycode = 200 if congress == 109 & id == 29331 replace partycode = 200 if congress == 109 & id == 20112 replace partycode = 200 if congress == 109 & id == 15006 replace partycode = 200 if congress == 109 & id == 13047 replace partycode = 100 if congress == 109 & id == 29714 replace partycode = 200 if congress == 109 & id == 20113 replace partycode = 200 if congress == 109 & id == 20314 replace partycode = 200 if congress == 109 & id == 20503 replace partycode = 200 if congress == 109 & id == 29509 replace partycode = 200 if congress == 109 & id == 29510 replace partycode = 100 if congress == 109 & id == 20358 replace partycode = 200 if congress == 109 & id == 15634 replace partycode = 100 if congress == 109 & id == 29715 replace partycode = 100 if congress == 109 & id == 20504 replace partycode = 200 if congress == 109 & id == 29336 replace partycode = 200 if congress == 109 & id == 14860 replace partycode = 100 if congress == 109 & id == 29337 replace partycode = 200 if congress == 109 & id == 20315 replace partycode = 200 if congress == 109 & id == 20316 replace partycode = 200 if congress == 109 & id == 29338 replace partycode = 100 if congress == 109 & id == 29339 replace partycode = 100 if congress == 109 & id == 20317 replace partycode = 100 if congress == 109 & id == 29344 replace partycode = 100 if congress == 109 & id == 15431 replace partycode = 200 if congress == 109 & id == 20505 replace partycode = 200 if congress == 109 & id == 29341 replace partycode = 200 if congress == 109 & id == 20506 replace partycode = 200 if congress == 109 & id == 29513 replace partycode = 200 if congress == 109 & id == 99342 replace partycode = 200 if congress == 109 & id == 20319 replace partycode = 100 if congress == 109 & id == 20507 replace partycode = 100 if congress == 109 & id == 20321 replace partycode = 100 if congress == 109 & id == 15245 replace partycode = 100 if congress == 109 & id == 20322 replace partycode = 200 if congress == 109 & id == 20114 replace partycode = 200 if congress == 109 & id == 29910 replace partycode = 100 if congress == 109 & id == 29346 replace partycode = 100 if congress == 109 & id == 29585 replace partycode = 100 if congress == 109 & id == 20508 replace partycode = 100 if congress == 109 & id == 29348 replace partycode = 100 if congress == 109 & id == 20323 replace partycode = 200 if congress == 109 & id == 14239 replace partycode = 100 if congress == 109 & id == 29717 replace partycode = 100 if congress == 109 & id == 20509 replace partycode = 100 if congress == 109 & id == 29911 replace partycode = 200 if congress == 109 & id == 20115 replace partycode = 200 if congress == 109 & id == 29516 replace partycode = 100 if congress == 109 & id == 15453 replace partycode = 200 if congress == 109 & id == 29912 replace partycode = 200 if congress == 109 & id == 15417 replace partycode = 200 if congress == 109 & id == 20116 replace partycode = 200 if congress == 109 & id == 29349 replace partycode = 100 if congress == 109 & id == 15023 replace partycode = 200 if congress == 109 & id == 29517 replace partycode = 200 if congress == 109 & id == 29718 replace partycode = 100 if congress == 109 & id == 15124 replace partycode = 200 if congress == 109 & id == 20324 replace partycode = 200 if congress == 109 & id == 29519 replace partycode = 200 if congress == 109 & id == 29350 replace partycode = 200 if congress == 109 & id == 15014 replace partycode = 200 if congress == 109 & id == 20117 replace partycode = 100 if congress == 109 & id == 29720 replace partycode = 200 if congress == 109 & id == 29520 replace partycode = 200 if congress == 109 & id == 20510 replace partycode = 200 if congress == 109 & id == 29118 replace partycode = 200 if congress == 109 & id == 14432 replace partycode = 100 if congress == 109 & id == 29721 replace partycode = 200 if congress == 109 & id == 29522 replace partycode = 200 if congress == 109 & id == 20325 replace partycode = 200 if congress == 109 & id == 29722 replace partycode = 200 if congress == 109 & id == 29723 replace partycode = 100 if congress == 109 & id == 29915 replace partycode = 200 if congress == 109 & id == 29524 replace partycode = 200 if congress == 109 & id == 29525 replace partycode = 200 if congress == 109 & id == 29352 replace partycode = 200 if congress == 109 & id == 29725 replace partycode = 200 if congress == 109 & id == 20511 replace partycode = 200 if congress == 109 & id == 14854 replace partycode = 100 if congress == 109 & id == 20326 replace partycode = 200 if congress == 109 & id == 20512 replace partycode = 100 if congress == 109 & id == 29120 replace partycode = 100 if congress == 109 & id == 20513 replace partycode = 200 if congress == 109 & id == 15451 replace partycode = 200 if congress == 109 & id == 90327 replace partycode = 200 if congress == 109 & id == 15401 replace partycode = 200 if congress == 109 & id == 20514 replace partycode = 100 if congress == 109 & id == 29728 replace partycode = 100 if congress == 109 & id == 20328 replace partycode = 200 if congress == 109 & id == 29122 replace partycode = 100 if congress == 109 & id == 20329 replace partycode = 100 if congress == 109 & id == 15408 replace partycode = 100 if congress == 109 & id == 29355 replace partycode = 100 if congress == 109 & id == 14873 replace partycode = 200 if congress == 109 & id == 29356 replace partycode = 100 if congress == 109 & id == 29587 replace partycode = 100 if congress == 109 & id == 20330 replace partycode = 100 if congress == 109 & id == 29123 replace partycode = 100 if congress == 109 & id == 15616 replace partycode = 100 if congress == 109 & id == 29729 replace partycode = 100 if congress == 109 & id == 14824 replace partycode = 100 if congress == 109 & id == 29358 replace partycode = 100 if congress == 109 & id == 29730 replace partycode = 100 if congress == 109 & id == 14435 replace partycode = 100 if congress == 109 & id == 29919 replace partycode = 100 if congress == 109 & id == 20119 replace partycode = 100 if congress == 109 & id == 29731 replace partycode = 100 if congress == 109 & id == 29360 replace partycode = 200 if congress == 109 & id == 29361 replace partycode = 200 if congress == 109 & id == 29362 replace partycode = 200 if congress == 109 & id == 29124 replace partycode = 100 if congress == 109 & id == 14430 replace partycode = 200 if congress == 109 & id == 15446 replace partycode = 200 if congress == 109 & id == 20515 replace partycode = 200 if congress == 109 & id == 20120 replace partycode = 200 if congress == 109 & id == 29365 replace partycode = 200 if congress == 109 & id == 20331 replace partycode = 200 if congress == 109 & id == 20332 replace partycode = 100 if congress == 109 & id == 15033 replace partycode = 100 if congress == 109 & id == 29733 replace partycode = 100 if congress == 109 & id == 10713 replace partycode = 100 if congress == 109 & id == 2605 replace partycode = 200 if congress == 109 & id == 29532 replace partycode = 200 if congress == 109 & id == 20333 replace partycode = 200 if congress == 109 & id == 29126 replace partycode = 100 if congress == 109 & id == 20122 replace partycode = 100 if congress == 109 & id == 14656 replace partycode = 200 if congress == 109 & id == 20121 replace partycode = 100 if congress == 109 & id == 29127 replace partycode = 100 if congress == 109 & id == 14265 replace partycode = 200 if congress == 109 & id == 29534 replace partycode = 100 if congress == 109 & id == 29368 replace partycode = 200 if congress == 109 & id == 29734 replace partycode = 100 if congress == 109 & id == 15637 replace partycode = 100 if congress == 109 & id == 20147 replace partycode = 200 if congress == 109 & id == 20123 replace partycode = 100 if congress == 109 & id == 20516 replace partycode = 100 if congress == 109 & id == 14451 replace partycode = 100 if congress == 109 & id == 20517 replace partycode = 200 if congress == 109 & id == 20124 replace partycode = 200 if congress == 109 & id == 29735 replace partycode = 200 if congress == 109 & id == 29736 replace partycode = 200 if congress == 109 & id == 29737 replace partycode = 200 if congress == 109 & id == 20125 replace partycode = 200 if congress == 109 & id == 20518 replace partycode = 200 if congress == 109 & id == 29921 replace partycode = 200 if congress == 109 & id == 20126 replace partycode = 100 if congress == 109 & id == 29922 replace partycode = 200 if congress == 109 & id == 29739 replace partycode = 200 if congress == 109 & id == 20334 replace partycode = 200 if congress == 109 & id == 20335 replace partycode = 200 if congress == 109 & id == 29538 replace partycode = 100 if congress == 109 & id == 29132 replace partycode = 200 if congress == 109 & id == 29539 replace partycode = 200 if congress == 109 & id == 15112 replace partycode = 200 if congress == 109 & id == 14863 replace partycode = 200 if congress == 109 & id == 20336 replace partycode = 100 if congress == 109 & id == 15454 replace partycode = 200 if congress == 109 & id == 20127 replace partycode = 100 if congress == 109 & id == 29741 replace partycode = 100 if congress == 109 & id == 29742 replace partycode = 100 if congress == 109 & id == 15619 replace partycode = 200 if congress == 109 & id == 29541 replace partycode = 100 if congress == 109 & id == 29923 replace partycode = 100 if congress == 109 & id == 29373 replace partycode = 100 if congress == 109 & id == 20542 replace partycode = 200 if congress == 109 & id == 29779 replace partycode = 200 if congress == 109 & id == 20337 replace partycode = 100 if congress == 109 & id == 29924 replace partycode = 100 if congress == 109 & id == 20338 replace partycode = 100 if congress == 109 & id == 20129 replace partycode = 200 if congress == 109 & id == 29375 replace partycode = 100 if congress == 109 & id == 29744 replace partycode = 100 if congress == 109 & id == 15000 replace partycode = 100 if congress == 109 & id == 29776 replace partycode = 100 if congress == 109 & id == 29925 replace partycode = 100 if congress == 109 & id == 29377 replace partycode = 100 if congress == 109 & id == 29926 replace partycode = 100 if congress == 109 & id == 15072 replace partycode = 100 if congress == 109 & id == 15050 replace partycode = 100 if congress == 109 & id == 29378 replace partycode = 200 if congress == 109 & id == 29773 replace partycode = 100 if congress == 109 & id == 29379 replace partycode = 100 if congress == 109 & id == 13035 replace partycode = 100 if congress == 109 & id == 29134 replace partycode = 100 if congress == 109 & id == 15603 replace partycode = 100 if congress == 109 & id == 15612 replace partycode = 200 if congress == 109 & id == 29544 replace partycode = 200 if congress == 109 & id == 29927 replace partycode = 100 if congress == 109 & id == 15614 replace partycode = 100 if congress == 109 & id == 29380 replace partycode = 200 if congress == 109 & id == 39316 replace partycode = 200 if congress == 109 & id == 15007 replace partycode = 200 if congress == 109 & id == 15630 replace partycode = 200 if congress == 109 & id == 29928 replace partycode = 100 if congress == 109 & id == 20519 replace partycode = 100 if congress == 109 & id == 15444 replace partycode = 200 if congress == 109 & id == 20520 replace partycode = 100 if congress == 109 & id == 20340 replace partycode = 100 if congress == 109 & id == 29745 replace partycode = 200 if congress == 109 & id == 29546 replace partycode = 100 if congress == 109 & id == 15438 replace partycode = 200 if congress == 109 & id == 20521 replace partycode = 200 if congress == 109 & id == 15092 replace partycode = 100 if congress == 109 & id == 29746 replace partycode = 200 if congress == 109 & id == 29929 replace partycode = 200 if congress == 109 & id == 29549 replace partycode = 200 if congress == 109 & id == 20522 replace partycode = 200 if congress == 109 & id == 29135 replace partycode = 100 if congress == 109 & id == 29383 replace partycode = 100 if congress == 109 & id == 20341 replace partycode = 100 if congress == 109 & id == 29384 replace partycode = 200 if congress == 109 & id == 29550 replace partycode = 200 if congress == 109 & id == 29386 replace partycode = 200 if congress == 109 & id == 20540 replace partycode = 200 if congress == 109 & id == 20342 replace partycode = 200 if congress == 109 & id == 14875 replace partycode = 200 if congress == 109 & id == 15604 replace partycode = 100 if congress == 109 & id == 29747 replace partycode = 200 if congress == 109 & id == 29136 replace partycode = 200 if congress == 109 & id == 29137 replace partycode = 100 if congress == 109 & id == 15029 replace partycode = 100 if congress == 109 & id == 29748 replace partycode = 100 if congress == 109 & id == 29930 replace partycode = 200 if congress == 109 & id == 20130 replace partycode = 100 if congress == 109 & id == 29389 replace partycode = 200 if congress == 109 & id == 29553 replace partycode = 200 if congress == 109 & id == 29390 replace partycode = 200 if congress == 109 & id == 14045 replace partycode = 100 if congress == 109 & id == 20343 replace partycode = 200 if congress == 109 & id == 29552 replace partycode = 200 if congress == 109 & id == 20131 replace partycode = 100 if congress == 109 & id == 20523 replace partycode = 200 if congress == 109 & id == 29393 replace partycode = 200 if congress == 109 & id == 20344 replace partycode = 200 if congress == 109 & id == 29392 replace partycode = 100 if congress == 109 & id == 29931 replace partycode = 200 if congress == 109 & id == 29932 replace partycode = 100 if congress == 109 & id == 29588 replace partycode = 100 if congress == 109 & id == 15410 replace partycode = 100 if congress == 109 & id == 29750 replace partycode = 100 if congress == 109 & id == 29777 replace partycode = 100 if congress == 109 & id == 29559 replace partycode = 200 if congress == 109 & id == 29563 replace partycode = 200 if congress == 109 & id == 20133 replace partycode = 200 if congress == 109 & id == 29751 replace partycode = 200 if congress == 109 & id == 20345 replace partycode = 200 if congress == 109 & id == 15447 replace partycode = 200 if congress == 109 & id == 20524 replace partycode = 200 if congress == 109 & id == 20134 replace partycode = 200 if congress == 109 & id == 29933 replace partycode = 100 if congress == 109 & id == 15104 replace partycode = 100 if congress == 109 & id == 14072 replace partycode = 100 if congress == 109 & id == 20525 replace partycode = 100 if congress == 109 & id == 29561 replace partycode = 200 if congress == 109 & id == 20526 replace partycode = 200 if congress == 109 & id == 29752 replace partycode = 100 if congress == 109 & id == 29396 replace partycode = 200 if congress == 109 & id == 20346 replace partycode = 200 if congress == 109 & id == 20135 replace partycode = 100 if congress == 109 & id == 29564 replace partycode = 100 if congress == 109 & id == 20136 replace partycode = 200 if congress == 109 & id == 20137 replace partycode = 200 if congress == 109 & id == 20138 replace partycode = 200 if congress == 109 & id == 20347 replace partycode = 200 if congress == 109 & id == 39300 replace partycode = 100 if congress == 109 & id == 15064 replace partycode = 100 if congress == 109 & id == 39301 replace partycode = 100 if congress == 109 & id == 20349 replace partycode = 200 if congress == 109 & id == 29755 replace partycode = 200 if congress == 109 & id == 15455 replace partycode = 200 if congress == 109 & id == 29567 replace partycode = 100 if congress == 109 & id == 20350 replace partycode = 100 if congress == 109 & id == 15019 replace partycode = 100 if congress == 109 & id == 15100 replace partycode = 200 if congress == 109 & id == 20351 replace partycode = 100 if congress == 109 & id == 15628 replace partycode = 100 if congress == 109 & id == 29756 replace partycode = 200 if congress == 109 & id == 20527 replace partycode = 200 if congress == 109 & id == 20528 replace partycode = 200 if congress == 109 & id == 29143 replace partycode = 200 if congress == 109 & id == 94828 replace partycode = 200 if congress == 109 & id == 20352 replace partycode = 200 if congress == 109 & id == 15085 replace partycode = 200 if congress == 109 & id == 20139 replace partycode = 200 if congress == 109 & id == 29760 replace partycode = 100 if congress == 109 & id == 20529 replace partycode = 200 if congress == 109 & id == 20530 replace partycode = 200 if congress == 109 & id == 20531 replace partycode = 200 if congress == 109 & id == 29762 replace partycode = 200 if congress == 109 & id == 29572 replace partycode = 200 if congress == 109 & id == 14290 replace partycode = 100 if congress == 109 & id == 29763 replace partycode = 100 if congress == 109 & id == 29764 replace partycode = 100 if congress == 109 & id == 29144 replace partycode = 100 if congress == 109 & id == 29573 replace partycode = 200 if congress == 109 & id == 20353 replace partycode = 100 if congress == 109 & id == 29943 replace partycode = 200 if congress == 109 & id == 15445 replace partycode = 200 if congress == 109 & id == 15094 replace partycode = 200 if congress == 109 & id == 20541 replace partycode = 200 if congress == 109 & id == 39302 replace partycode = 200 if congress == 109 & id == 20532 replace partycode = 100 if congress == 109 & id == 29571 replace partycode = 200 if congress == 109 & id == 20355 replace partycode = 100 if congress == 109 & id == 15049 replace partycode = 100 if congress == 109 & id == 20533 replace partycode = 100 if congress == 109 & id == 39304 replace partycode = 100 if congress == 109 & id == 39305 replace partycode = 200 if congress == 109 & id == 20356 replace partycode = 200 if congress == 109 & id == 29759 replace partycode = 200 if congress == 109 & id == 20357 replace partycode = 100 if congress == 109 & id == 20140 replace partycode = 200 if congress == 109 & id == 29766 replace partycode = 328 if congress == 109 & id == 29147 replace partycode = 200 if congress == 109 & id == 20141 replace partycode = 200 if congress == 109 & id == 20534 replace partycode = 100 if congress == 109 & id == 39307 replace partycode = 200 if congress == 109 & id == 20143 replace partycode = 200 if congress == 109 & id == 89767 replace partycode = 200 if congress == 109 & id == 39308 replace partycode = 200 if congress == 109 & id == 20144 replace partycode = 100 if congress == 109 & id == 29149 replace partycode = 100 if congress == 109 & id == 15010 replace partycode = 200 if congress == 109 & id == 14869 replace partycode = 200 if congress == 109 & id == 29576 replace partycode = 100 if congress == 109 & id == 29937 replace partycode = 100 if congress == 109 & id == 20145 replace partycode = 100 if congress == 109 & id == 29938 replace partycode = 200 if congress == 109 & id == 29580 replace partycode = 200 if congress == 109 & id == 20535 replace partycode = 100 if congress == 109 & id == 14413 replace partycode = 100 if congress == 109 & id == 15613 replace partycode = 200 if congress == 109 & id == 20536 replace partycode = 100 if congress == 109 & id == 29768 replace partycode = 100 if congress == 109 & id == 15083 replace partycode = 200 if congress == 109 & id == 20146 replace partycode = 100 if congress == 109 & id == 14448 replace partycode = 200 if congress == 109 & id == 29939 replace partycode = 100 if congress == 109 & id == 29940 replace partycode = 100 if congress == 109 & id == 29769 replace partycode = 100 if congress == 109 & id == 20537 replace partycode = 200 if congress == 109 & id == 14657 replace partycode = 200 if congress == 109 & id == 14675 replace partycode = 100 if congress == 109 & id == 12036 replace partycode = 200 if congress == 109 & id == 29941 replace partycode = 200 if congress == 109 & id == 29584 replace partycode = 200 if congress == 110 & id == 99910 replace partycode = 200 if congress == 110 & id == 20300 replace partycode = 200 if congress == 110 & id == 29300 replace partycode = 200 if congress == 110 & id == 20301 replace partycode = 200 if congress == 110 & id == 29701 replace partycode = 100 if congress == 110 & id == 29100 replace partycode = 200 if congress == 110 & id == 29301 replace partycode = 100 if congress == 110 & id == 20302 replace partycode = 200 if congress == 110 & id == 14066 replace partycode = 200 if congress == 110 & id == 20303 replace partycode = 200 if congress == 110 & id == 20304 replace partycode = 200 if congress == 110 & id == 29501 replace partycode = 100 if congress == 110 & id == 29101 replace partycode = 100 if congress == 110 & id == 20700 replace partycode = 200 if congress == 110 & id == 20100 replace partycode = 100 if congress == 110 & id == 20305 replace partycode = 100 if congress == 110 & id == 20701 replace partycode = 100 if congress == 110 & id == 29702 replace partycode = 100 if congress == 110 & id == 29703 replace partycode = 200 if congress == 110 & id == 20101 replace partycode = 100 if congress == 110 & id == 20102 replace partycode = 100 if congress == 110 & id == 29901 replace partycode = 200 if congress == 110 & id == 15420 replace partycode = 200 if congress == 110 & id == 14647 replace partycode = 200 if congress == 110 & id == 29104 replace partycode = 100 if congress == 110 & id == 20538 replace partycode = 100 if congress == 110 & id == 29309 replace partycode = 100 if congress == 110 & id == 14256 replace partycode = 100 if congress == 110 & id == 15448 replace partycode = 100 if congress == 110 & id == 29778 replace partycode = 100 if congress == 110 & id == 29705 replace partycode = 100 if congress == 110 & id == 20702 replace partycode = 100 if congress == 110 & id == 14837 replace partycode = 100 if congress == 110 & id == 20762 replace partycode = 100 if congress == 110 & id == 14053 replace partycode = 100 if congress == 110 & id == 29312 replace partycode = 100 if congress == 110 & id == 20103 replace partycode = 100 if congress == 110 & id == 29504 replace partycode = 100 if congress == 110 & id == 29313 replace partycode = 100 if congress == 110 & id == 20306 replace partycode = 200 if congress == 110 & id == 29505 replace partycode = 100 if congress == 110 & id == 20501 replace partycode = 200 if congress == 110 & id == 20307 replace partycode = 200 if congress == 110 & id == 20703 replace partycode = 100 if congress == 110 & id == 29774 replace partycode = 200 if congress == 110 & id == 15413 replace partycode = 200 if congress == 110 & id == 29315 replace partycode = 200 if congress == 110 & id == 14813 replace partycode = 100 if congress == 110 & id == 29707 replace partycode = 100 if congress == 110 & id == 15005 replace partycode = 100 if congress == 110 & id == 20104 replace partycode = 100 if congress == 110 & id == 14280 replace partycode = 100 if congress == 110 & id == 29316 replace partycode = 100 if congress == 110 & id == 20105 replace partycode = 100 if congress == 110 & id == 20106 replace partycode = 100 if congress == 110 & id == 29317 replace partycode = 100 if congress == 110 & id == 29106 replace partycode = 100 if congress == 110 & id == 29318 replace partycode = 100 if congress == 110 & id == 29586 replace partycode = 100 if congress == 110 & id == 20752 replace partycode = 100 if congress == 110 & id == 29903 replace partycode = 100 if congress == 110 & id == 20310 replace partycode = 200 if congress == 110 & id == 29321 replace partycode = 200 if congress == 110 & id == 14644 replace partycode = 200 if congress == 110 & id == 29905 replace partycode = 100 if congress == 110 & id == 29942 replace partycode = 200 if congress == 110 & id == 29323 replace partycode = 200 if congress == 110 & id == 29775 replace partycode = 200 if congress == 110 & id == 15621 replace partycode = 100 if congress == 110 & id == 29709 replace partycode = 200 if congress == 110 & id == 20539 replace partycode = 200 if congress == 110 & id == 20107 replace partycode = 200 if congress == 110 & id == 29508 replace partycode = 100 if congress == 110 & id == 29325 replace partycode = 200 if congress == 110 & id == 14835 replace partycode = 100 if congress == 110 & id == 20108 replace partycode = 100 if congress == 110 & id == 29710 replace partycode = 100 if congress == 110 & id == 29906 replace partycode = 100 if congress == 110 & id == 20502 replace partycode = 200 if congress == 110 & id == 20311 replace partycode = 200 if congress == 110 & id == 20704 replace partycode = 200 if congress == 110 & id == 29907 replace partycode = 100 if congress == 110 & id == 20705 replace partycode = 100 if congress == 110 & id == 29908 replace partycode = 100 if congress == 110 & id == 20706 replace partycode = 100 if congress == 110 & id == 29109 replace partycode = 200 if congress == 110 & id == 15449 replace partycode = 100 if congress == 110 & id == 20707 replace partycode = 200 if congress == 110 & id == 29327 replace partycode = 200 if congress == 110 & id == 20110 replace partycode = 100 if congress == 110 & id == 29713 replace partycode = 100 if congress == 110 & id == 29328 replace partycode = 200 if congress == 110 & id == 20111 replace partycode = 200 if congress == 110 & id == 20313 replace partycode = 200 if congress == 110 & id == 15627 replace partycode = 200 if congress == 110 & id == 29331 replace partycode = 200 if congress == 110 & id == 20112 replace partycode = 200 if congress == 110 & id == 20758 replace partycode = 200 if congress == 110 & id == 13047 replace partycode = 100 if congress == 110 & id == 20708 replace partycode = 200 if congress == 110 & id == 20113 replace partycode = 200 if congress == 110 & id == 20709 replace partycode = 200 if congress == 110 & id == 20503 replace partycode = 200 if congress == 110 & id == 29509 replace partycode = 100 if congress == 110 & id == 20710 replace partycode = 100 if congress == 110 & id == 20358 replace partycode = 200 if congress == 110 & id == 15634 replace partycode = 100 if congress == 110 & id == 29715 replace partycode = 100 if congress == 110 & id == 20504 replace partycode = 200 if congress == 110 & id == 29336 replace partycode = 100 if congress == 110 & id == 20711 replace partycode = 100 if congress == 110 & id == 29337 replace partycode = 200 if congress == 110 & id == 20315 replace partycode = 200 if congress == 110 & id == 20316 replace partycode = 200 if congress == 110 & id == 29338 replace partycode = 100 if congress == 110 & id == 29339 replace partycode = 200 if congress == 110 & id == 20506 replace partycode = 100 if congress == 110 & id == 20712 replace partycode = 100 if congress == 110 & id == 15431 replace partycode = 200 if congress == 110 & id == 20505 replace partycode = 200 if congress == 110 & id == 29341 replace partycode = 100 if congress == 110 & id == 20317 replace partycode = 200 if congress == 110 & id == 99342 replace partycode = 200 if congress == 110 & id == 29513 replace partycode = 200 if congress == 110 & id == 20753 replace partycode = 200 if congress == 110 & id == 20319 replace partycode = 100 if congress == 110 & id == 20507 replace partycode = 100 if congress == 110 & id == 20321 replace partycode = 100 if congress == 110 & id == 15245 replace partycode = 100 if congress == 110 & id == 20713 replace partycode = 200 if congress == 110 & id == 20714 replace partycode = 200 if congress == 110 & id == 29910 replace partycode = 100 if congress == 110 & id == 29346 replace partycode = 100 if congress == 110 & id == 29585 replace partycode = 100 if congress == 110 & id == 20508 replace partycode = 100 if congress == 110 & id == 29348 replace partycode = 100 if congress == 110 & id == 20323 replace partycode = 200 if congress == 110 & id == 20715 replace partycode = 100 if congress == 110 & id == 29717 replace partycode = 100 if congress == 110 & id == 20509 replace partycode = 100 if congress == 110 & id == 29911 replace partycode = 200 if congress == 110 & id == 20115 replace partycode = 200 if congress == 110 & id == 29516 replace partycode = 100 if congress == 110 & id == 15453 replace partycode = 200 if congress == 110 & id == 29912 replace partycode = 200 if congress == 110 & id == 15417 replace partycode = 100 if congress == 110 & id == 20749 replace partycode = 200 if congress == 110 & id == 20116 replace partycode = 200 if congress == 110 & id == 29349 replace partycode = 100 if congress == 110 & id == 20716 replace partycode = 200 if congress == 110 & id == 29517 replace partycode = 200 if congress == 110 & id == 29718 replace partycode = 100 if congress == 110 & id == 15124 replace partycode = 100 if congress == 110 & id == 20717 replace partycode = 200 if congress == 110 & id == 29519 replace partycode = 200 if congress == 110 & id == 29350 replace partycode = 200 if congress == 110 & id == 15014 replace partycode = 200 if congress == 110 & id == 20117 replace partycode = 100 if congress == 110 & id == 29720 replace partycode = 100 if congress == 110 & id == 20757 replace partycode = 100 if congress == 110 & id == 20718 replace partycode = 100 if congress == 110 & id == 29914 replace partycode = 100 if congress == 110 & id == 20719 replace partycode = 100 if congress == 110 & id == 20720 replace partycode = 100 if congress == 110 & id == 29721 replace partycode = 200 if congress == 110 & id == 29522 replace partycode = 200 if congress == 110 & id == 20325 replace partycode = 200 if congress == 110 & id == 29722 replace partycode = 100 if congress == 110 & id == 20721 replace partycode = 100 if congress == 110 & id == 29915 replace partycode = 200 if congress == 110 & id == 29524 replace partycode = 200 if congress == 110 & id == 29525 replace partycode = 200 if congress == 110 & id == 29352 replace partycode = 100 if congress == 110 & id == 20723 replace partycode = 200 if congress == 110 & id == 20511 replace partycode = 200 if congress == 110 & id == 14854 replace partycode = 100 if congress == 110 & id == 20326 replace partycode = 200 if congress == 110 & id == 20512 replace partycode = 200 if congress == 110 & id == 20759 replace partycode = 100 if congress == 110 & id == 29120 replace partycode = 100 if congress == 110 & id == 20513 replace partycode = 200 if congress == 110 & id == 15451 replace partycode = 200 if congress == 110 & id == 90327 replace partycode = 200 if congress == 110 & id == 15401 replace partycode = 100 if congress == 110 & id == 20760 replace partycode = 200 if congress == 110 & id == 20514 replace partycode = 100 if congress == 110 & id == 29728 replace partycode = 100 if congress == 110 & id == 20328 replace partycode = 200 if congress == 110 & id == 29122 replace partycode = 100 if congress == 110 & id == 20329 replace partycode = 100 if congress == 110 & id == 20724 replace partycode = 100 if congress == 110 & id == 29355 replace partycode = 100 if congress == 110 & id == 20763 replace partycode = 100 if congress == 110 & id == 14873 replace partycode = 200 if congress == 110 & id == 29356 replace partycode = 100 if congress == 110 & id == 29587 replace partycode = 100 if congress == 110 & id == 20330 replace partycode = 100 if congress == 110 & id == 29123 replace partycode = 100 if congress == 110 & id == 15616 replace partycode = 100 if congress == 110 & id == 29729 replace partycode = 100 if congress == 110 & id == 14824 replace partycode = 100 if congress == 110 & id == 29358 replace partycode = 100 if congress == 110 & id == 20754 replace partycode = 100 if congress == 110 & id == 29730 replace partycode = 100 if congress == 110 & id == 14435 replace partycode = 100 if congress == 110 & id == 29919 replace partycode = 100 if congress == 110 & id == 20119 replace partycode = 100 if congress == 110 & id == 29731 replace partycode = 100 if congress == 110 & id == 29360 replace partycode = 200 if congress == 110 & id == 29361 replace partycode = 200 if congress == 110 & id == 29362 replace partycode = 200 if congress == 110 & id == 29124 replace partycode = 100 if congress == 110 & id == 14430 replace partycode = 200 if congress == 110 & id == 15446 replace partycode = 200 if congress == 110 & id == 20725 replace partycode = 200 if congress == 110 & id == 20120 replace partycode = 200 if congress == 110 & id == 29365 replace partycode = 200 if congress == 110 & id == 20331 replace partycode = 200 if congress == 110 & id == 20332 replace partycode = 100 if congress == 110 & id == 15033 replace partycode = 100 if congress == 110 & id == 29733 replace partycode = 100 if congress == 110 & id == 10713 replace partycode = 100 if congress == 110 & id == 2605 replace partycode = 100 if congress == 110 & id == 20726 replace partycode = 200 if congress == 110 & id == 20333 replace partycode = 200 if congress == 110 & id == 29126 replace partycode = 100 if congress == 110 & id == 20122 replace partycode = 100 if congress == 110 & id == 20727 replace partycode = 200 if congress == 110 & id == 20728 replace partycode = 100 if congress == 110 & id == 29127 replace partycode = 100 if congress == 110 & id == 14265 replace partycode = 200 if congress == 110 & id == 29534 replace partycode = 100 if congress == 110 & id == 20761 replace partycode = 100 if congress == 110 & id == 29368 replace partycode = 200 if congress == 110 & id == 29734 replace partycode = 100 if congress == 110 & id == 15637 replace partycode = 100 if congress == 110 & id == 20147 replace partycode = 200 if congress == 110 & id == 20123 replace partycode = 100 if congress == 110 & id == 20516 replace partycode = 100 if congress == 110 & id == 14451 replace partycode = 100 if congress == 110 & id == 20517 replace partycode = 200 if congress == 110 & id == 20124 replace partycode = 200 if congress == 110 & id == 29735 replace partycode = 200 if congress == 110 & id == 29736 replace partycode = 200 if congress == 110 & id == 29737 replace partycode = 200 if congress == 110 & id == 20125 replace partycode = 200 if congress == 110 & id == 20518 replace partycode = 200 if congress == 110 & id == 29921 replace partycode = 200 if congress == 110 & id == 20729 replace partycode = 100 if congress == 110 & id == 29922 replace partycode = 200 if congress == 110 & id == 20730 replace partycode = 200 if congress == 110 & id == 20334 replace partycode = 100 if congress == 110 & id == 20731 replace partycode = 100 if congress == 110 & id == 20732 replace partycode = 100 if congress == 110 & id == 29132 replace partycode = 200 if congress == 110 & id == 29539 replace partycode = 200 if congress == 110 & id == 15112 replace partycode = 200 if congress == 110 & id == 14863 replace partycode = 200 if congress == 110 & id == 20336 replace partycode = 100 if congress == 110 & id == 15454 replace partycode = 200 if congress == 110 & id == 20127 replace partycode = 100 if congress == 110 & id == 29741 replace partycode = 100 if congress == 110 & id == 29742 replace partycode = 100 if congress == 110 & id == 15619 replace partycode = 200 if congress == 110 & id == 29541 replace partycode = 100 if congress == 110 & id == 29923 replace partycode = 100 if congress == 110 & id == 20542 replace partycode = 200 if congress == 110 & id == 29779 replace partycode = 200 if congress == 110 & id == 20337 replace partycode = 100 if congress == 110 & id == 29924 replace partycode = 100 if congress == 110 & id == 20338 replace partycode = 100 if congress == 110 & id == 20129 replace partycode = 200 if congress == 110 & id == 29375 replace partycode = 100 if congress == 110 & id == 29744 replace partycode = 100 if congress == 110 & id == 15000 replace partycode = 100 if congress == 110 & id == 29776 replace partycode = 100 if congress == 110 & id == 29925 replace partycode = 100 if congress == 110 & id == 29377 replace partycode = 100 if congress == 110 & id == 29926 replace partycode = 100 if congress == 110 & id == 15072 replace partycode = 100 if congress == 110 & id == 20733 replace partycode = 100 if congress == 110 & id == 29378 replace partycode = 200 if congress == 110 & id == 29773 replace partycode = 100 if congress == 110 & id == 29379 replace partycode = 100 if congress == 110 & id == 13035 replace partycode = 100 if congress == 110 & id == 29134 replace partycode = 100 if congress == 110 & id == 15603 replace partycode = 100 if congress == 110 & id == 15612 replace partycode = 100 if congress == 110 & id == 20734 replace partycode = 100 if congress == 110 & id == 20735 replace partycode = 100 if congress == 110 & id == 15614 replace partycode = 100 if congress == 110 & id == 29380 replace partycode = 200 if congress == 110 & id == 39316 replace partycode = 100 if congress == 110 & id == 20736 replace partycode = 200 if congress == 110 & id == 15630 replace partycode = 200 if congress == 110 & id == 29928 replace partycode = 100 if congress == 110 & id == 20519 replace partycode = 100 if congress == 110 & id == 15444 replace partycode = 200 if congress == 110 & id == 20520 replace partycode = 100 if congress == 110 & id == 20340 replace partycode = 100 if congress == 110 & id == 29745 replace partycode = 200 if congress == 110 & id == 29546 replace partycode = 100 if congress == 110 & id == 15438 replace partycode = 200 if congress == 110 & id == 20521 replace partycode = 200 if congress == 110 & id == 15092 replace partycode = 100 if congress == 110 & id == 29746 replace partycode = 200 if congress == 110 & id == 29929 replace partycode = 200 if congress == 110 & id == 29549 replace partycode = 200 if congress == 110 & id == 20522 replace partycode = 100 if congress == 110 & id == 20737 replace partycode = 100 if congress == 110 & id == 29383 replace partycode = 100 if congress == 110 & id == 20341 replace partycode = 100 if congress == 110 & id == 29384 replace partycode = 200 if congress == 110 & id == 29550 replace partycode = 200 if congress == 110 & id == 20540 replace partycode = 200 if congress == 110 & id == 20342 replace partycode = 200 if congress == 110 & id == 20738 replace partycode = 200 if congress == 110 & id == 15604 replace partycode = 200 if congress == 110 & id == 20755 replace partycode = 100 if congress == 110 & id == 20739 replace partycode = 200 if congress == 110 & id == 29136 replace partycode = 200 if congress == 110 & id == 29137 replace partycode = 100 if congress == 110 & id == 15029 replace partycode = 100 if congress == 110 & id == 29748 replace partycode = 100 if congress == 110 & id == 29930 replace partycode = 200 if congress == 110 & id == 20130 replace partycode = 100 if congress == 110 & id == 20740 replace partycode = 200 if congress == 110 & id == 29553 replace partycode = 200 if congress == 110 & id == 29390 replace partycode = 200 if congress == 110 & id == 14045 replace partycode = 100 if congress == 110 & id == 20343 replace partycode = 100 if congress == 110 & id == 20741 replace partycode = 200 if congress == 110 & id == 20131 replace partycode = 100 if congress == 110 & id == 20523 replace partycode = 200 if congress == 110 & id == 29393 replace partycode = 200 if congress == 110 & id == 20344 replace partycode = 200 if congress == 110 & id == 20742 replace partycode = 100 if congress == 110 & id == 29931 replace partycode = 200 if congress == 110 & id == 29932 replace partycode = 100 if congress == 110 & id == 29588 replace partycode = 100 if congress == 110 & id == 15410 replace partycode = 100 if congress == 110 & id == 29750 replace partycode = 100 if congress == 110 & id == 29777 replace partycode = 100 if congress == 110 & id == 29559 replace partycode = 200 if congress == 110 & id == 29563 replace partycode = 100 if congress == 110 & id == 20743 replace partycode = 200 if congress == 110 & id == 29751 replace partycode = 200 if congress == 110 & id == 20345 replace partycode = 100 if congress == 110 & id == 20744 replace partycode = 100 if congress == 110 & id == 20745 replace partycode = 200 if congress == 110 & id == 20134 replace partycode = 100 if congress == 110 & id == 20746 replace partycode = 100 if congress == 110 & id == 15104 replace partycode = 100 if congress == 110 & id == 14072 replace partycode = 100 if congress == 110 & id == 20525 replace partycode = 100 if congress == 110 & id == 29561 replace partycode = 200 if congress == 110 & id == 20526 replace partycode = 200 if congress == 110 & id == 29752 replace partycode = 100 if congress == 110 & id == 29396 replace partycode = 200 if congress == 110 & id == 20346 replace partycode = 200 if congress == 110 & id == 20135 replace partycode = 100 if congress == 110 & id == 29564 replace partycode = 100 if congress == 110 & id == 20136 replace partycode = 200 if congress == 110 & id == 20137 replace partycode = 200 if congress == 110 & id == 20138 replace partycode = 200 if congress == 110 & id == 20347 replace partycode = 200 if congress == 110 & id == 39300 replace partycode = 100 if congress == 110 & id == 15064 replace partycode = 100 if congress == 110 & id == 39301 replace partycode = 100 if congress == 110 & id == 20349 replace partycode = 200 if congress == 110 & id == 20747 replace partycode = 200 if congress == 110 & id == 15455 replace partycode = 200 if congress == 110 & id == 29567 replace partycode = 100 if congress == 110 & id == 20350 replace partycode = 100 if congress == 110 & id == 15019 replace partycode = 100 if congress == 110 & id == 15100 replace partycode = 200 if congress == 110 & id == 20351 replace partycode = 100 if congress == 110 & id == 15628 replace partycode = 100 if congress == 110 & id == 20748 replace partycode = 200 if congress == 110 & id == 20527 replace partycode = 200 if congress == 110 & id == 20528 replace partycode = 200 if congress == 110 & id == 29143 replace partycode = 200 if congress == 110 & id == 94828 replace partycode = 200 if congress == 110 & id == 20352 replace partycode = 200 if congress == 110 & id == 15085 replace partycode = 200 if congress == 110 & id == 20139 replace partycode = 200 if congress == 110 & id == 29760 replace partycode = 100 if congress == 110 & id == 20529 replace partycode = 200 if congress == 110 & id == 20530 replace partycode = 200 if congress == 110 & id == 20531 replace partycode = 200 if congress == 110 & id == 29762 replace partycode = 200 if congress == 110 & id == 29572 replace partycode = 200 if congress == 110 & id == 14290 replace partycode = 100 if congress == 110 & id == 29763 replace partycode = 100 if congress == 110 & id == 29764 replace partycode = 100 if congress == 110 & id == 29144 replace partycode = 100 if congress == 110 & id == 29573 replace partycode = 200 if congress == 110 & id == 20353 replace partycode = 100 if congress == 110 & id == 29943 replace partycode = 200 if congress == 110 & id == 15445 replace partycode = 100 if congress == 110 & id == 29761 replace partycode = 100 if congress == 110 & id == 29771 replace partycode = 200 if congress == 110 & id == 20532 replace partycode = 100 if congress == 110 & id == 29571 replace partycode = 200 if congress == 110 & id == 20355 replace partycode = 100 if congress == 110 & id == 15049 replace partycode = 100 if congress == 110 & id == 20533 replace partycode = 100 if congress == 110 & id == 39304 replace partycode = 100 if congress == 110 & id == 39305 replace partycode = 200 if congress == 110 & id == 20356 replace partycode = 200 if congress == 110 & id == 29759 replace partycode = 200 if congress == 110 & id == 20357 replace partycode = 100 if congress == 110 & id == 20140 replace partycode = 200 if congress == 110 & id == 29766 replace partycode = 100 if congress == 110 & id == 20750 replace partycode = 200 if congress == 110 & id == 20141 replace partycode = 200 if congress == 110 & id == 20756 replace partycode = 200 if congress == 110 & id == 20534 replace partycode = 100 if congress == 110 & id == 39307 replace partycode = 200 if congress == 110 & id == 20143 replace partycode = 200 if congress == 110 & id == 89767 replace partycode = 200 if congress == 110 & id == 39308 replace partycode = 200 if congress == 110 & id == 20144 replace partycode = 100 if congress == 110 & id == 29149 replace partycode = 100 if congress == 110 & id == 15010 replace partycode = 200 if congress == 110 & id == 14869 replace partycode = 200 if congress == 110 & id == 29576 replace partycode = 100 if congress == 110 & id == 29937 replace partycode = 100 if congress == 110 & id == 20145 replace partycode = 100 if congress == 110 & id == 29938 replace partycode = 200 if congress == 110 & id == 29580 replace partycode = 200 if congress == 110 & id == 20535 replace partycode = 100 if congress == 110 & id == 14413 replace partycode = 100 if congress == 110 & id == 15613 replace partycode = 200 if congress == 110 & id == 20536 replace partycode = 100 if congress == 110 & id == 29768 replace partycode = 100 if congress == 110 & id == 15083 replace partycode = 200 if congress == 110 & id == 20146 replace partycode = 100 if congress == 110 & id == 14448 replace partycode = 200 if congress == 110 & id == 29939 replace partycode = 100 if congress == 110 & id == 29940 replace partycode = 100 if congress == 110 & id == 29769 replace partycode = 100 if congress == 110 & id == 20537 replace partycode = 200 if congress == 110 & id == 14657 replace partycode = 200 if congress == 110 & id == 14675 replace partycode = 100 if congress == 110 & id == 12036 replace partycode = 100 if congress == 110 & id == 20751 replace partycode = 200 if congress == 110 & id == 29584 replace partycode = 100 if congress == 111 & id == 99911 replace partycode = 200 if congress == 111 & id == 20300 replace partycode = 100 if congress == 111 & id == 20900 replace partycode = 200 if congress == 111 & id == 20301 replace partycode = 200 if congress == 111 & id == 29701 replace partycode = 100 if congress == 111 & id == 20901 replace partycode = 200 if congress == 111 & id == 90901 replace partycode = 200 if congress == 111 & id == 29301 replace partycode = 100 if congress == 111 & id == 20302 replace partycode = 200 if congress == 111 & id == 14066 replace partycode = 100 if congress == 111 & id == 20902 replace partycode = 200 if congress == 111 & id == 20304 replace partycode = 200 if congress == 111 & id == 29501 replace partycode = 100 if congress == 111 & id == 29101 replace partycode = 100 if congress == 111 & id == 20700 replace partycode = 200 if congress == 111 & id == 20100 replace partycode = 100 if congress == 111 & id == 20305 replace partycode = 100 if congress == 111 & id == 20701 replace partycode = 100 if congress == 111 & id == 29702 replace partycode = 100 if congress == 111 & id == 29703 replace partycode = 200 if congress == 111 & id == 20101 replace partycode = 100 if congress == 111 & id == 20102 replace partycode = 100 if congress == 111 & id == 29901 replace partycode = 200 if congress == 111 & id == 15420 replace partycode = 200 if congress == 111 & id == 14647 replace partycode = 200 if congress == 111 & id == 20903 replace partycode = 100 if congress == 111 & id == 20538 replace partycode = 100 if congress == 111 & id == 29309 replace partycode = 100 if congress == 111 & id == 14256 replace partycode = 100 if congress == 111 & id == 15448 replace partycode = 100 if congress == 111 & id == 29778 replace partycode = 100 if congress == 111 & id == 29705 replace partycode = 100 if congress == 111 & id == 20958 replace partycode = 100 if congress == 111 & id == 20702 replace partycode = 100 if congress == 111 & id == 20762 replace partycode = 100 if congress == 111 & id == 14053 replace partycode = 100 if congress == 111 & id == 29312 replace partycode = 100 if congress == 111 & id == 20103 replace partycode = 100 if congress == 111 & id == 29504 replace partycode = 100 if congress == 111 & id == 29313 replace partycode = 100 if congress == 111 & id == 20306 replace partycode = 200 if congress == 111 & id == 29505 replace partycode = 100 if congress == 111 & id == 20501 replace partycode = 200 if congress == 111 & id == 20307 replace partycode = 200 if congress == 111 & id == 20703 replace partycode = 100 if congress == 111 & id == 29774 replace partycode = 200 if congress == 111 & id == 15413 replace partycode = 200 if congress == 111 & id == 29315 replace partycode = 200 if congress == 111 & id == 14813 replace partycode = 100 if congress == 111 & id == 29707 replace partycode = 100 if congress == 111 & id == 15005 replace partycode = 100 if congress == 111 & id == 20104 replace partycode = 100 if congress == 111 & id == 14280 replace partycode = 100 if congress == 111 & id == 29316 replace partycode = 100 if congress == 111 & id == 20105 replace partycode = 100 if congress == 111 & id == 20955 replace partycode = 100 if congress == 111 & id == 20106 replace partycode = 100 if congress == 111 & id == 29317 replace partycode = 100 if congress == 111 & id == 29106 replace partycode = 100 if congress == 111 & id == 29318 replace partycode = 100 if congress == 111 & id == 20752 replace partycode = 100 if congress == 111 & id == 29903 replace partycode = 100 if congress == 111 & id == 20310 replace partycode = 200 if congress == 111 & id == 29321 replace partycode = 200 if congress == 111 & id == 14644 replace partycode = 200 if congress == 111 & id == 29905 replace partycode = 100 if congress == 111 & id == 29942 replace partycode = 200 if congress == 111 & id == 29323 replace partycode = 200 if congress == 111 & id == 29775 replace partycode = 200 if congress == 111 & id == 15621 replace partycode = 100 if congress == 111 & id == 29709 replace partycode = 200 if congress == 111 & id == 20539 replace partycode = 200 if congress == 111 & id == 20107 replace partycode = 200 if congress == 111 & id == 29508 replace partycode = 100 if congress == 111 & id == 29325 replace partycode = 200 if congress == 111 & id == 20963 replace partycode = 100 if congress == 111 & id == 20108 replace partycode = 100 if congress == 111 & id == 29710 replace partycode = 100 if congress == 111 & id == 20904 replace partycode = 100 if congress == 111 & id == 20502 replace partycode = 100 if congress == 111 & id == 20905 replace partycode = 200 if congress == 111 & id == 20704 replace partycode = 200 if congress == 111 & id == 20906 replace partycode = 100 if congress == 111 & id == 20705 replace partycode = 100 if congress == 111 & id == 29908 replace partycode = 100 if congress == 111 & id == 20706 replace partycode = 100 if congress == 111 & id == 29109 replace partycode = 100 if congress == 111 & id == 20907 replace partycode = 100 if congress == 111 & id == 20707 replace partycode = 200 if congress == 111 & id == 29327 replace partycode = 200 if congress == 111 & id == 20110 replace partycode = 100 if congress == 111 & id == 29713 replace partycode = 100 if congress == 111 & id == 29328 replace partycode = 200 if congress == 111 & id == 20111 replace partycode = 200 if congress == 111 & id == 20313 replace partycode = 200 if congress == 111 & id == 15627 replace partycode = 200 if congress == 111 & id == 29331 replace partycode = 100 if congress == 111 & id == 20908 replace partycode = 200 if congress == 111 & id == 20758 replace partycode = 200 if congress == 111 & id == 13047 replace partycode = 100 if congress == 111 & id == 20708 replace partycode = 200 if congress == 111 & id == 20113 replace partycode = 200 if congress == 111 & id == 20709 replace partycode = 200 if congress == 111 & id == 20503 replace partycode = 200 if congress == 111 & id == 20909 replace partycode = 200 if congress == 111 & id == 20910 replace partycode = 100 if congress == 111 & id == 20358 replace partycode = 200 if congress == 111 & id == 15634 replace partycode = 100 if congress == 111 & id == 29715 replace partycode = 100 if congress == 111 & id == 20959 replace partycode = 100 if congress == 111 & id == 20504 replace partycode = 200 if congress == 111 & id == 29336 replace partycode = 100 if congress == 111 & id == 20711 replace partycode = 100 if congress == 111 & id == 29337 replace partycode = 100 if congress == 111 & id == 20911 replace partycode = 200 if congress == 111 & id == 20316 replace partycode = 200 if congress == 111 & id == 29338 replace partycode = 100 if congress == 111 & id == 29339 replace partycode = 200 if congress == 111 & id == 20506 replace partycode = 100 if congress == 111 & id == 20712 replace partycode = 100 if congress == 111 & id == 15431 replace partycode = 200 if congress == 111 & id == 20505 replace partycode = 200 if congress == 111 & id == 29341 replace partycode = 100 if congress == 111 & id == 20317 replace partycode = 200 if congress == 111 & id == 99342 replace partycode = 200 if congress == 111 & id == 20962 replace partycode = 200 if congress == 111 & id == 20753 replace partycode = 200 if congress == 111 & id == 20319 replace partycode = 100 if congress == 111 & id == 20507 replace partycode = 100 if congress == 111 & id == 20321 replace partycode = 100 if congress == 111 & id == 15245 replace partycode = 200 if congress == 111 & id == 20961 replace partycode = 100 if congress == 111 & id == 20713 replace partycode = 100 if congress == 111 & id == 20912 replace partycode = 200 if congress == 111 & id == 29910 replace partycode = 100 if congress == 111 & id == 29346 replace partycode = 100 if congress == 111 & id == 29585 replace partycode = 100 if congress == 111 & id == 20508 replace partycode = 100 if congress == 111 & id == 29348 replace partycode = 100 if congress == 111 & id == 20954 replace partycode = 200 if congress == 111 & id == 20715 replace partycode = 100 if congress == 111 & id == 29717 replace partycode = 100 if congress == 111 & id == 20509 replace partycode = 100 if congress == 111 & id == 29911 replace partycode = 200 if congress == 111 & id == 20115 replace partycode = 100 if congress == 111 & id == 20913 replace partycode = 100 if congress == 111 & id == 15453 replace partycode = 200 if congress == 111 & id == 29912 replace partycode = 100 if congress == 111 & id == 20749 replace partycode = 200 if congress == 111 & id == 20116 replace partycode = 200 if congress == 111 & id == 29349 replace partycode = 100 if congress == 111 & id == 20716 replace partycode = 200 if congress == 111 & id == 20914 replace partycode = 200 if congress == 111 & id == 29718 replace partycode = 100 if congress == 111 & id == 15124 replace partycode = 100 if congress == 111 & id == 20717 replace partycode = 200 if congress == 111 & id == 29519 replace partycode = 200 if congress == 111 & id == 21100 replace partycode = 200 if congress == 111 & id == 29350 replace partycode = 200 if congress == 111 & id == 15014 replace partycode = 200 if congress == 111 & id == 20117 replace partycode = 100 if congress == 111 & id == 20757 replace partycode = 100 if congress == 111 & id == 20718 replace partycode = 100 if congress == 111 & id == 29914 replace partycode = 100 if congress == 111 & id == 20719 replace partycode = 100 if congress == 111 & id == 20720 replace partycode = 100 if congress == 111 & id == 29721 replace partycode = 200 if congress == 111 & id == 29522 replace partycode = 200 if congress == 111 & id == 20325 replace partycode = 200 if congress == 111 & id == 29722 replace partycode = 200 if congress == 111 & id == 20915 replace partycode = 100 if congress == 111 & id == 29915 replace partycode = 200 if congress == 111 & id == 29524 replace partycode = 200 if congress == 111 & id == 29525 replace partycode = 200 if congress == 111 & id == 20916 replace partycode = 100 if congress == 111 & id == 20723 replace partycode = 200 if congress == 111 & id == 20511 replace partycode = 200 if congress == 111 & id == 14854 replace partycode = 100 if congress == 111 & id == 20326 replace partycode = 200 if congress == 111 & id == 20759 replace partycode = 200 if congress == 111 & id == 20917 replace partycode = 100 if congress == 111 & id == 20513 replace partycode = 200 if congress == 111 & id == 20918 replace partycode = 200 if congress == 111 & id == 90327 replace partycode = 200 if congress == 111 & id == 20919 replace partycode = 200 if congress == 111 & id == 20514 replace partycode = 100 if congress == 111 & id == 20920 replace partycode = 100 if congress == 111 & id == 20328 replace partycode = 100 if congress == 111 & id == 20921 replace partycode = 100 if congress == 111 & id == 20329 replace partycode = 100 if congress == 111 & id == 20724 replace partycode = 100 if congress == 111 & id == 20763 replace partycode = 100 if congress == 111 & id == 14873 replace partycode = 200 if congress == 111 & id == 29356 replace partycode = 100 if congress == 111 & id == 29587 replace partycode = 100 if congress == 111 & id == 20330 replace partycode = 100 if congress == 111 & id == 29123 replace partycode = 100 if congress == 111 & id == 15616 replace partycode = 100 if congress == 111 & id == 29729 replace partycode = 100 if congress == 111 & id == 14824 replace partycode = 100 if congress == 111 & id == 20754 replace partycode = 100 if congress == 111 & id == 29730 replace partycode = 100 if congress == 111 & id == 14435 replace partycode = 100 if congress == 111 & id == 29919 replace partycode = 100 if congress == 111 & id == 20119 replace partycode = 100 if congress == 111 & id == 29731 replace partycode = 100 if congress == 111 & id == 29360 replace partycode = 200 if congress == 111 & id == 29361 replace partycode = 200 if congress == 111 & id == 29362 replace partycode = 200 if congress == 111 & id == 29124 replace partycode = 100 if congress == 111 & id == 14430 replace partycode = 200 if congress == 111 & id == 15446 replace partycode = 100 if congress == 111 & id == 20922 replace partycode = 200 if congress == 111 & id == 20120 replace partycode = 100 if congress == 111 & id == 20923 replace partycode = 200 if congress == 111 & id == 20331 replace partycode = 200 if congress == 111 & id == 20332 replace partycode = 100 if congress == 111 & id == 15033 replace partycode = 100 if congress == 111 & id == 29733 replace partycode = 100 if congress == 111 & id == 10713 replace partycode = 100 if congress == 111 & id == 2605 replace partycode = 100 if congress == 111 & id == 20726 replace partycode = 200 if congress == 111 & id == 20333 replace partycode = 200 if congress == 111 & id == 20924 replace partycode = 100 if congress == 111 & id == 20122 replace partycode = 100 if congress == 111 & id == 20727 replace partycode = 200 if congress == 111 & id == 20728 replace partycode = 100 if congress == 111 & id == 29127 replace partycode = 100 if congress == 111 & id == 14265 replace partycode = 100 if congress == 111 & id == 20761 replace partycode = 100 if congress == 111 & id == 29368 replace partycode = 200 if congress == 111 & id == 20925 replace partycode = 100 if congress == 111 & id == 15637 replace partycode = 100 if congress == 111 & id == 20147 replace partycode = 200 if congress == 111 & id == 20123 replace partycode = 100 if congress == 111 & id == 20516 replace partycode = 100 if congress == 111 & id == 14451 replace partycode = 100 if congress == 111 & id == 20517 replace partycode = 200 if congress == 111 & id == 20124 replace partycode = 200 if congress == 111 & id == 29735 replace partycode = 200 if congress == 111 & id == 29736 replace partycode = 200 if congress == 111 & id == 20926 replace partycode = 200 if congress == 111 & id == 20125 replace partycode = 200 if congress == 111 & id == 20518 replace partycode = 200 if congress == 111 & id == 29921 replace partycode = 200 if congress == 111 & id == 20729 replace partycode = 100 if congress == 111 & id == 29922 replace partycode = 200 if congress == 111 & id == 20730 replace partycode = 100 if congress == 111 & id == 20927 replace partycode = 100 if congress == 111 & id == 20731 replace partycode = 100 if congress == 111 & id == 20732 replace partycode = 100 if congress == 111 & id == 29132 replace partycode = 200 if congress == 111 & id == 29539 replace partycode = 100 if congress == 111 & id == 20928 replace partycode = 200 if congress == 111 & id == 14863 replace partycode = 200 if congress == 111 & id == 20336 replace partycode = 100 if congress == 111 & id == 15454 replace partycode = 200 if congress == 111 & id == 20929 replace partycode = 100 if congress == 111 & id == 29741 replace partycode = 100 if congress == 111 & id == 29742 replace partycode = 100 if congress == 111 & id == 15619 replace partycode = 200 if congress == 111 & id == 29541 replace partycode = 100 if congress == 111 & id == 29923 replace partycode = 100 if congress == 111 & id == 20542 replace partycode = 100 if congress == 111 & id == 20930 replace partycode = 100 if congress == 111 & id == 20931 replace partycode = 100 if congress == 111 & id == 20932 replace partycode = 100 if congress == 111 & id == 20338 replace partycode = 100 if congress == 111 & id == 20129 replace partycode = 200 if congress == 111 & id == 29375 replace partycode = 100 if congress == 111 & id == 29744 replace partycode = 100 if congress == 111 & id == 15000 replace partycode = 100 if congress == 111 & id == 29776 replace partycode = 100 if congress == 111 & id == 29925 replace partycode = 100 if congress == 111 & id == 29377 replace partycode = 100 if congress == 111 & id == 29926 replace partycode = 100 if congress == 111 & id == 15072 replace partycode = 100 if congress == 111 & id == 20733 replace partycode = 100 if congress == 111 & id == 29378 replace partycode = 100 if congress == 111 & id == 20933 replace partycode = 100 if congress == 111 & id == 29379 replace partycode = 100 if congress == 111 & id == 13035 replace partycode = 100 if congress == 111 & id == 29134 replace partycode = 100 if congress == 111 & id == 15603 replace partycode = 100 if congress == 111 & id == 15612 replace partycode = 100 if congress == 111 & id == 20734 replace partycode = 100 if congress == 111 & id == 20735 replace partycode = 100 if congress == 111 & id == 20956 replace partycode = 100 if congress == 111 & id == 20934 replace partycode = 100 if congress == 111 & id == 29380 replace partycode = 200 if congress == 111 & id == 39316 replace partycode = 100 if congress == 111 & id == 20957 replace partycode = 100 if congress == 111 & id == 20736 replace partycode = 100 if congress == 111 & id == 20935 replace partycode = 200 if congress == 111 & id == 20936 replace partycode = 100 if congress == 111 & id == 20519 replace partycode = 100 if congress == 111 & id == 15444 replace partycode = 100 if congress == 111 & id == 20937 replace partycode = 200 if congress == 111 & id == 21101 replace partycode = 100 if congress == 111 & id == 20340 replace partycode = 100 if congress == 111 & id == 29745 replace partycode = 200 if congress == 111 & id == 29546 replace partycode = 100 if congress == 111 & id == 15438 replace partycode = 200 if congress == 111 & id == 20521 replace partycode = 200 if congress == 111 & id == 15092 replace partycode = 100 if congress == 111 & id == 29746 replace partycode = 100 if congress == 111 & id == 20938 replace partycode = 200 if congress == 111 & id == 29549 replace partycode = 200 if congress == 111 & id == 20522 replace partycode = 100 if congress == 111 & id == 20737 replace partycode = 100 if congress == 111 & id == 29383 replace partycode = 100 if congress == 111 & id == 20341 replace partycode = 100 if congress == 111 & id == 29384 replace partycode = 100 if congress == 111 & id == 20939 replace partycode = 200 if congress == 111 & id == 20540 replace partycode = 200 if congress == 111 & id == 20342 replace partycode = 200 if congress == 111 & id == 20738 replace partycode = 200 if congress == 111 & id == 20755 replace partycode = 100 if congress == 111 & id == 20739 replace partycode = 200 if congress == 111 & id == 20940 replace partycode = 200 if congress == 111 & id == 29137 replace partycode = 100 if congress == 111 & id == 15029 replace partycode = 100 if congress == 111 & id == 29748 replace partycode = 100 if congress == 111 & id == 20941 replace partycode = 200 if congress == 111 & id == 20130 replace partycode = 100 if congress == 111 & id == 20740 replace partycode = 200 if congress == 111 & id == 29553 replace partycode = 100 if congress == 111 & id == 20942 replace partycode = 100 if congress == 111 & id == 20943 replace partycode = 100 if congress == 111 & id == 20343 replace partycode = 100 if congress == 111 & id == 20741 replace partycode = 200 if congress == 111 & id == 20131 replace partycode = 100 if congress == 111 & id == 20523 replace partycode = 200 if congress == 111 & id == 29393 replace partycode = 200 if congress == 111 & id == 20344 replace partycode = 200 if congress == 111 & id == 20742 replace partycode = 100 if congress == 111 & id == 29931 replace partycode = 200 if congress == 111 & id == 29932 replace partycode = 100 if congress == 111 & id == 29588 replace partycode = 100 if congress == 111 & id == 15410 replace partycode = 100 if congress == 111 & id == 20944 replace partycode = 100 if congress == 111 & id == 29777 replace partycode = 100 if congress == 111 & id == 29559 replace partycode = 100 if congress == 111 & id == 20945 replace partycode = 100 if congress == 111 & id == 20743 replace partycode = 200 if congress == 111 & id == 20946 replace partycode = 200 if congress == 111 & id == 20345 replace partycode = 100 if congress == 111 & id == 20744 replace partycode = 100 if congress == 111 & id == 20745 replace partycode = 200 if congress == 111 & id == 20134 replace partycode = 100 if congress == 111 & id == 20746 replace partycode = 100 if congress == 111 & id == 15104 replace partycode = 100 if congress == 111 & id == 14072 replace partycode = 100 if congress == 111 & id == 20960 replace partycode = 100 if congress == 111 & id == 20525 replace partycode = 100 if congress == 111 & id == 29561 replace partycode = 200 if congress == 111 & id == 20526 replace partycode = 200 if congress == 111 & id == 29752 replace partycode = 100 if congress == 111 & id == 29396 replace partycode = 200 if congress == 111 & id == 20346 replace partycode = 200 if congress == 111 & id == 20135 replace partycode = 100 if congress == 111 & id == 29564 replace partycode = 100 if congress == 111 & id == 20136 replace partycode = 200 if congress == 111 & id == 20137 replace partycode = 200 if congress == 111 & id == 20138 replace partycode = 200 if congress == 111 & id == 20347 replace partycode = 200 if congress == 111 & id == 39300 replace partycode = 100 if congress == 111 & id == 15064 replace partycode = 100 if congress == 111 & id == 39301 replace partycode = 100 if congress == 111 & id == 20349 replace partycode = 200 if congress == 111 & id == 20947 replace partycode = 200 if congress == 111 & id == 15455 replace partycode = 200 if congress == 111 & id == 29567 replace partycode = 100 if congress == 111 & id == 20350 replace partycode = 100 if congress == 111 & id == 15019 replace partycode = 100 if congress == 111 & id == 15100 replace partycode = 200 if congress == 111 & id == 20351 replace partycode = 100 if congress == 111 & id == 15628 replace partycode = 100 if congress == 111 & id == 20748 replace partycode = 200 if congress == 111 & id == 20527 replace partycode = 200 if congress == 111 & id == 20528 replace partycode = 200 if congress == 111 & id == 29143 replace partycode = 200 if congress == 111 & id == 94828 replace partycode = 200 if congress == 111 & id == 20352 replace partycode = 200 if congress == 111 & id == 15085 replace partycode = 200 if congress == 111 & id == 20139 replace partycode = 200 if congress == 111 & id == 29760 replace partycode = 100 if congress == 111 & id == 20529 replace partycode = 200 if congress == 111 & id == 20530 replace partycode = 200 if congress == 111 & id == 20531 replace partycode = 200 if congress == 111 & id == 29762 replace partycode = 200 if congress == 111 & id == 29572 replace partycode = 200 if congress == 111 & id == 14290 replace partycode = 100 if congress == 111 & id == 29763 replace partycode = 100 if congress == 111 & id == 29764 replace partycode = 100 if congress == 111 & id == 29144 replace partycode = 100 if congress == 111 & id == 29573 replace partycode = 200 if congress == 111 & id == 20353 replace partycode = 100 if congress == 111 & id == 29943 replace partycode = 200 if congress == 111 & id == 15445 replace partycode = 200 if congress == 111 & id == 20948 replace partycode = 100 if congress == 111 & id == 29771 replace partycode = 200 if congress == 111 & id == 20532 replace partycode = 100 if congress == 111 & id == 29571 replace partycode = 200 if congress == 111 & id == 20355 replace partycode = 100 if congress == 111 & id == 15049 replace partycode = 100 if congress == 111 & id == 20533 replace partycode = 100 if congress == 111 & id == 39304 replace partycode = 100 if congress == 111 & id == 39305 replace partycode = 200 if congress == 111 & id == 20356 replace partycode = 200 if congress == 111 & id == 29759 replace partycode = 200 if congress == 111 & id == 20357 replace partycode = 100 if congress == 111 & id == 20140 replace partycode = 200 if congress == 111 & id == 20949 replace partycode = 100 if congress == 111 & id == 20750 replace partycode = 200 if congress == 111 & id == 20756 replace partycode = 100 if congress == 111 & id == 20950 replace partycode = 100 if congress == 111 & id == 39307 replace partycode = 200 if congress == 111 & id == 20143 replace partycode = 100 if congress == 111 & id == 20951 replace partycode = 200 if congress == 111 & id == 39308 replace partycode = 200 if congress == 111 & id == 20144 replace partycode = 100 if congress == 111 & id == 29149 replace partycode = 100 if congress == 111 & id == 15010 replace partycode = 200 if congress == 111 & id == 14869 replace partycode = 100 if congress == 111 & id == 20952 replace partycode = 100 if congress == 111 & id == 29937 replace partycode = 100 if congress == 111 & id == 20145 replace partycode = 100 if congress == 111 & id == 29938 replace partycode = 200 if congress == 111 & id == 29580 replace partycode = 200 if congress == 111 & id == 20535 replace partycode = 100 if congress == 111 & id == 14413 replace partycode = 100 if congress == 111 & id == 15613 replace partycode = 200 if congress == 111 & id == 20536 replace partycode = 100 if congress == 111 & id == 29768 replace partycode = 100 if congress == 111 & id == 15083 replace partycode = 200 if congress == 111 & id == 20146 replace partycode = 100 if congress == 111 & id == 14448 replace partycode = 200 if congress == 111 & id == 29939 replace partycode = 100 if congress == 111 & id == 29940 replace partycode = 100 if congress == 111 & id == 29769 replace partycode = 100 if congress == 111 & id == 20537 replace partycode = 200 if congress == 111 & id == 14657 replace partycode = 200 if congress == 111 & id == 14675 replace partycode = 100 if congress == 111 & id == 12036 replace partycode = 100 if congress == 111 & id == 20751 replace partycode = 200 if congress == 111 & id == 20953 replace partycode = 100 if congress == 112 & id == 99911 replace partycode = 200 if congress == 112 & id == 20300 replace partycode = 200 if congress == 112 & id == 21192 replace partycode = 200 if congress == 112 & id == 20301 replace partycode = 200 if congress == 112 & id == 29701 replace partycode = 200 if congress == 112 & id == 21193 replace partycode = 200 if congress == 112 & id == 29301 replace partycode = 100 if congress == 112 & id == 21102 replace partycode = 200 if congress == 112 & id == 14066 replace partycode = 200 if congress == 112 & id == 21103 replace partycode = 200 if congress == 112 & id == 20304 replace partycode = 200 if congress == 112 & id == 21104 replace partycode = 100 if congress == 112 & id == 29101 replace partycode = 200 if congress == 112 & id == 21105 replace partycode = 200 if congress == 112 & id == 20100 replace partycode = 100 if congress == 112 & id == 20305 replace partycode = 100 if congress == 112 & id == 20701 replace partycode = 100 if congress == 112 & id == 21199 replace partycode = 200 if congress == 112 & id == 21106 replace partycode = 200 if congress == 112 & id == 21107 replace partycode = 200 if congress == 112 & id == 21108 replace partycode = 100 if congress == 112 & id == 20102 replace partycode = 100 if congress == 112 & id == 29901 replace partycode = 200 if congress == 112 & id == 15420 replace partycode = 200 if congress == 112 & id == 14647 replace partycode = 200 if congress == 112 & id == 20903 replace partycode = 100 if congress == 112 & id == 20538 replace partycode = 100 if congress == 112 & id == 29309 replace partycode = 100 if congress == 112 & id == 14256 replace partycode = 100 if congress == 112 & id == 15448 replace partycode = 100 if congress == 112 & id == 29778 replace partycode = 100 if congress == 112 & id == 20958 replace partycode = 100 if congress == 112 & id == 20702 replace partycode = 100 if congress == 112 & id == 20762 replace partycode = 100 if congress == 112 & id == 14053 replace partycode = 100 if congress == 112 & id == 29312 replace partycode = 100 if congress == 112 & id == 20103 replace partycode = 100 if congress == 112 & id == 29504 replace partycode = 100 if congress == 112 & id == 29313 replace partycode = 100 if congress == 112 & id == 20306 replace partycode = 200 if congress == 112 & id == 21109 replace partycode = 100 if congress == 112 & id == 20501 replace partycode = 200 if congress == 112 & id == 20307 replace partycode = 200 if congress == 112 & id == 20703 replace partycode = 100 if congress == 112 & id == 29774 replace partycode = 200 if congress == 112 & id == 15413 replace partycode = 200 if congress == 112 & id == 29315 replace partycode = 200 if congress == 112 & id == 14813 replace partycode = 100 if congress == 112 & id == 29707 replace partycode = 100 if congress == 112 & id == 15005 replace partycode = 100 if congress == 112 & id == 20104 replace partycode = 100 if congress == 112 & id == 14280 replace partycode = 100 if congress == 112 & id == 29316 replace partycode = 100 if congress == 112 & id == 20955 replace partycode = 100 if congress == 112 & id == 21110 replace partycode = 100 if congress == 112 & id == 29317 replace partycode = 100 if congress == 112 & id == 29106 replace partycode = 100 if congress == 112 & id == 29318 replace partycode = 100 if congress == 112 & id == 21195 replace partycode = 100 if congress == 112 & id == 20752 replace partycode = 100 if congress == 112 & id == 29903 replace partycode = 100 if congress == 112 & id == 20310 replace partycode = 200 if congress == 112 & id == 29321 replace partycode = 200 if congress == 112 & id == 14644 replace partycode = 200 if congress == 112 & id == 29905 replace partycode = 100 if congress == 112 & id == 29942 replace partycode = 200 if congress == 112 & id == 29323 replace partycode = 200 if congress == 112 & id == 29775 replace partycode = 200 if congress == 112 & id == 15621 replace partycode = 100 if congress == 112 & id == 29709 replace partycode = 200 if congress == 112 & id == 20539 replace partycode = 200 if congress == 112 & id == 20107 replace partycode = 200 if congress == 112 & id == 29508 replace partycode = 100 if congress == 112 & id == 29325 replace partycode = 200 if congress == 112 & id == 20963 replace partycode = 100 if congress == 112 & id == 20108 replace partycode = 100 if congress == 112 & id == 29710 replace partycode = 100 if congress == 112 & id == 20904 replace partycode = 200 if congress == 112 & id == 21111 replace partycode = 200 if congress == 112 & id == 21112 replace partycode = 200 if congress == 112 & id == 20704 replace partycode = 200 if congress == 112 & id == 20906 replace partycode = 100 if congress == 112 & id == 20705 replace partycode = 100 if congress == 112 & id == 29908 replace partycode = 100 if congress == 112 & id == 20706 replace partycode = 100 if congress == 112 & id == 29109 replace partycode = 100 if congress == 112 & id == 20907 replace partycode = 100 if congress == 112 & id == 20707 replace partycode = 100 if congress == 112 & id == 21113 replace partycode = 200 if congress == 112 & id == 20110 replace partycode = 200 if congress == 112 & id == 21114 replace partycode = 100 if congress == 112 & id == 29328 replace partycode = 200 if congress == 112 & id == 20111 replace partycode = 200 if congress == 112 & id == 21115 replace partycode = 200 if congress == 112 & id == 15627 replace partycode = 200 if congress == 112 & id == 29331 replace partycode = 200 if congress == 112 & id == 21116 replace partycode = 200 if congress == 112 & id == 20758 replace partycode = 200 if congress == 112 & id == 13047 replace partycode = 100 if congress == 112 & id == 20708 replace partycode = 200 if congress == 112 & id == 21117 replace partycode = 200 if congress == 112 & id == 20709 replace partycode = 200 if congress == 112 & id == 20503 replace partycode = 200 if congress == 112 & id == 20909 replace partycode = 200 if congress == 112 & id == 20910 replace partycode = 100 if congress == 112 & id == 21118 replace partycode = 200 if congress == 112 & id == 15634 replace partycode = 100 if congress == 112 & id == 20959 replace partycode = 100 if congress == 112 & id == 20504 replace partycode = 200 if congress == 112 & id == 20316 replace partycode = 200 if congress == 112 & id == 21119 replace partycode = 100 if congress == 112 & id == 29337 replace partycode = 200 if congress == 112 & id == 21120 replace partycode = 200 if congress == 112 & id == 21121 replace partycode = 200 if congress == 112 & id == 29338 replace partycode = 100 if congress == 112 & id == 29339 replace partycode = 200 if congress == 112 & id == 20506 replace partycode = 100 if congress == 112 & id == 20712 replace partycode = 100 if congress == 112 & id == 15431 replace partycode = 200 if congress == 112 & id == 20505 replace partycode = 200 if congress == 112 & id == 21122 replace partycode = 200 if congress == 112 & id == 21123 replace partycode = 200 if congress == 112 & id == 20962 replace partycode = 200 if congress == 112 & id == 20753 replace partycode = 200 if congress == 112 & id == 20319 replace partycode = 100 if congress == 112 & id == 20507 replace partycode = 100 if congress == 112 & id == 20321 replace partycode = 100 if congress == 112 & id == 21124 replace partycode = 100 if congress == 112 & id == 20713 replace partycode = 200 if congress == 112 & id == 21125 replace partycode = 200 if congress == 112 & id == 29910 replace partycode = 100 if congress == 112 & id == 29346 replace partycode = 100 if congress == 112 & id == 29585 replace partycode = 100 if congress == 112 & id == 20508 replace partycode = 100 if congress == 112 & id == 29348 replace partycode = 100 if congress == 112 & id == 20954 replace partycode = 200 if congress == 112 & id == 20715 replace partycode = 100 if congress == 112 & id == 29717 replace partycode = 200 if congress == 112 & id == 21126 replace partycode = 100 if congress == 112 & id == 29911 replace partycode = 200 if congress == 112 & id == 21127 replace partycode = 200 if congress == 112 & id == 21128 replace partycode = 100 if congress == 112 & id == 15453 replace partycode = 200 if congress == 112 & id == 29912 replace partycode = 200 if congress == 112 & id == 21129 replace partycode = 200 if congress == 112 & id == 20116 replace partycode = 200 if congress == 112 & id == 29349 replace partycode = 200 if congress == 112 & id == 21130 replace partycode = 200 if congress == 112 & id == 20914 replace partycode = 200 if congress == 112 & id == 29718 replace partycode = 100 if congress == 112 & id == 15124 replace partycode = 100 if congress == 112 & id == 20717 replace partycode = 200 if congress == 112 & id == 21100 replace partycode = 200 if congress == 112 & id == 21131 replace partycode = 200 if congress == 112 & id == 15014 replace partycode = 200 if congress == 112 & id == 20117 replace partycode = 100 if congress == 112 & id == 20757 replace partycode = 200 if congress == 112 & id == 21132 replace partycode = 200 if congress == 112 & id == 21133 replace partycode = 100 if congress == 112 & id == 20719 replace partycode = 100 if congress == 112 & id == 20720 replace partycode = 100 if congress == 112 & id == 29721 replace partycode = 200 if congress == 112 & id == 29522 replace partycode = 200 if congress == 112 & id == 20325 replace partycode = 200 if congress == 112 & id == 21134 replace partycode = 200 if congress == 112 & id == 20915 replace partycode = 200 if congress == 112 & id == 21135 replace partycode = 200 if congress == 112 & id == 21136 replace partycode = 200 if congress == 112 & id == 29525 replace partycode = 200 if congress == 112 & id == 20916 replace partycode = 100 if congress == 112 & id == 20723 replace partycode = 200 if congress == 112 & id == 20511 replace partycode = 200 if congress == 112 & id == 31102 replace partycode = 200 if congress == 112 & id == 14854 replace partycode = 100 if congress == 112 & id == 20326 replace partycode = 200 if congress == 112 & id == 20759 replace partycode = 100 if congress == 112 & id == 21137 replace partycode = 200 if congress == 112 & id == 21138 replace partycode = 200 if congress == 112 & id == 20918 replace partycode = 200 if congress == 112 & id == 90327 replace partycode = 200 if congress == 112 & id == 20919 replace partycode = 200 if congress == 112 & id == 20514 replace partycode = 100 if congress == 112 & id == 20920 replace partycode = 100 if congress == 112 & id == 20328 replace partycode = 200 if congress == 112 & id == 21139 replace partycode = 100 if congress == 112 & id == 20329 replace partycode = 100 if congress == 112 & id == 20724 replace partycode = 100 if congress == 112 & id == 20763 replace partycode = 100 if congress == 112 & id == 14873 replace partycode = 200 if congress == 112 & id == 29356 replace partycode = 100 if congress == 112 & id == 29587 replace partycode = 100 if congress == 112 & id == 20330 replace partycode = 100 if congress == 112 & id == 29123 replace partycode = 100 if congress == 112 & id == 15616 replace partycode = 100 if congress == 112 & id == 29729 replace partycode = 100 if congress == 112 & id == 14824 replace partycode = 100 if congress == 112 & id == 20754 replace partycode = 100 if congress == 112 & id == 29730 replace partycode = 100 if congress == 112 & id == 14435 replace partycode = 100 if congress == 112 & id == 29919 replace partycode = 100 if congress == 112 & id == 20119 replace partycode = 100 if congress == 112 & id == 21140 replace partycode = 200 if congress == 112 & id == 21141 replace partycode = 200 if congress == 112 & id == 21142 replace partycode = 200 if congress == 112 & id == 21143 replace partycode = 200 if congress == 112 & id == 29124 replace partycode = 100 if congress == 112 & id == 14430 replace partycode = 200 if congress == 112 & id == 15446 replace partycode = 200 if congress == 112 & id == 20725 replace partycode = 200 if congress == 112 & id == 20120 replace partycode = 100 if congress == 112 & id == 20923 replace partycode = 200 if congress == 112 & id == 20331 replace partycode = 200 if congress == 112 & id == 20332 replace partycode = 100 if congress == 112 & id == 31100 replace partycode = 100 if congress == 112 & id == 15033 replace partycode = 100 if congress == 112 & id == 21145 replace partycode = 100 if congress == 112 & id == 10713 replace partycode = 100 if congress == 112 & id == 2605 replace partycode = 100 if congress == 112 & id == 20726 replace partycode = 200 if congress == 112 & id == 20333 replace partycode = 200 if congress == 112 & id == 20924 replace partycode = 100 if congress == 112 & id == 20122 replace partycode = 100 if congress == 112 & id == 20727 replace partycode = 200 if congress == 112 & id == 20728 replace partycode = 100 if congress == 112 & id == 29127 replace partycode = 200 if congress == 112 & id == 21146 replace partycode = 200 if congress == 112 & id == 21147 replace partycode = 100 if congress == 112 & id == 29368 replace partycode = 200 if congress == 112 & id == 20925 replace partycode = 200 if congress == 112 & id == 21148 replace partycode = 100 if congress == 112 & id == 20147 replace partycode = 200 if congress == 112 & id == 20123 replace partycode = 100 if congress == 112 & id == 20516 replace partycode = 200 if congress == 112 & id == 21149 replace partycode = 100 if congress == 112 & id == 20517 replace partycode = 200 if congress == 112 & id == 20124 replace partycode = 200 if congress == 112 & id == 21150 replace partycode = 200 if congress == 112 & id == 29736 replace partycode = 200 if congress == 112 & id == 20926 replace partycode = 200 if congress == 112 & id == 20125 replace partycode = 200 if congress == 112 & id == 20518 replace partycode = 200 if congress == 112 & id == 29921 replace partycode = 200 if congress == 112 & id == 20729 replace partycode = 100 if congress == 112 & id == 29922 replace partycode = 200 if congress == 112 & id == 20730 replace partycode = 200 if congress == 112 & id == 21196 replace partycode = 200 if congress == 112 & id == 21151 replace partycode = 200 if congress == 112 & id == 21152 replace partycode = 200 if congress == 112 & id == 29538 replace partycode = 100 if congress == 112 & id == 29132 replace partycode = 200 if congress == 112 & id == 29539 replace partycode = 200 if congress == 112 & id == 21153 replace partycode = 200 if congress == 112 & id == 14863 replace partycode = 200 if congress == 112 & id == 20336 replace partycode = 100 if congress == 112 & id == 15454 replace partycode = 200 if congress == 112 & id == 20929 replace partycode = 100 if congress == 112 & id == 29741 replace partycode = 100 if congress == 112 & id == 29742 replace partycode = 100 if congress == 112 & id == 15619 replace partycode = 100 if congress == 112 & id == 31103 replace partycode = 200 if congress == 112 & id == 29541 replace partycode = 100 if congress == 112 & id == 29923 replace partycode = 100 if congress == 112 & id == 20542 replace partycode = 100 if congress == 112 & id == 20930 replace partycode = 200 if congress == 112 & id == 20337 replace partycode = 100 if congress == 112 & id == 20932 replace partycode = 100 if congress == 112 & id == 20338 replace partycode = 100 if congress == 112 & id == 20129 replace partycode = 200 if congress == 112 & id == 29375 replace partycode = 100 if congress == 112 & id == 29744 replace partycode = 100 if congress == 112 & id == 15000 replace partycode = 100 if congress == 112 & id == 29776 replace partycode = 100 if congress == 112 & id == 29925 replace partycode = 100 if congress == 112 & id == 29377 replace partycode = 100 if congress == 112 & id == 29926 replace partycode = 200 if congress == 112 & id == 21197 replace partycode = 100 if congress == 112 & id == 15072 replace partycode = 100 if congress == 112 & id == 20733 replace partycode = 100 if congress == 112 & id == 29378 replace partycode = 200 if congress == 112 & id == 21154 replace partycode = 100 if congress == 112 & id == 29379 replace partycode = 100 if congress == 112 & id == 13035 replace partycode = 100 if congress == 112 & id == 29134 replace partycode = 100 if congress == 112 & id == 15603 replace partycode = 100 if congress == 112 & id == 15612 replace partycode = 200 if congress == 112 & id == 21155 replace partycode = 200 if congress == 112 & id == 21156 replace partycode = 100 if congress == 112 & id == 20934 replace partycode = 100 if congress == 112 & id == 29380 replace partycode = 100 if congress == 112 & id == 20957 replace partycode = 200 if congress == 112 & id == 21157 replace partycode = 200 if congress == 112 & id == 21158 replace partycode = 200 if congress == 112 & id == 20936 replace partycode = 100 if congress == 112 & id == 21194 replace partycode = 100 if congress == 112 & id == 20519 replace partycode = 100 if congress == 112 & id == 15444 replace partycode = 200 if congress == 112 & id == 21101 replace partycode = 100 if congress == 112 & id == 20340 replace partycode = 200 if congress == 112 & id == 21159 replace partycode = 200 if congress == 112 & id == 29546 replace partycode = 100 if congress == 112 & id == 15438 replace partycode = 200 if congress == 112 & id == 20521 replace partycode = 200 if congress == 112 & id == 15092 replace partycode = 100 if congress == 112 & id == 29746 replace partycode = 100 if congress == 112 & id == 20938 replace partycode = 200 if congress == 112 & id == 29549 replace partycode = 200 if congress == 112 & id == 20522 replace partycode = 100 if congress == 112 & id == 20737 replace partycode = 100 if congress == 112 & id == 29383 replace partycode = 100 if congress == 112 & id == 20341 replace partycode = 200 if congress == 112 & id == 21160 replace partycode = 200 if congress == 112 & id == 29550 replace partycode = 200 if congress == 112 & id == 20540 replace partycode = 200 if congress == 112 & id == 20342 replace partycode = 200 if congress == 112 & id == 20738 replace partycode = 200 if congress == 112 & id == 20755 replace partycode = 200 if congress == 112 & id == 21162 replace partycode = 200 if congress == 112 & id == 20940 replace partycode = 200 if congress == 112 & id == 29137 replace partycode = 100 if congress == 112 & id == 15029 replace partycode = 100 if congress == 112 & id == 29748 replace partycode = 100 if congress == 112 & id == 20941 replace partycode = 200 if congress == 112 & id == 20130 replace partycode = 100 if congress == 112 & id == 20740 replace partycode = 200 if congress == 112 & id == 29553 replace partycode = 200 if congress == 112 & id == 21163 replace partycode = 200 if congress == 112 & id == 21164 replace partycode = 100 if congress == 112 & id == 20343 replace partycode = 200 if congress == 112 & id == 21165 replace partycode = 200 if congress == 112 & id == 20131 replace partycode = 100 if congress == 112 & id == 20523 replace partycode = 200 if congress == 112 & id == 29393 replace partycode = 200 if congress == 112 & id == 20344 replace partycode = 200 if congress == 112 & id == 21166 replace partycode = 100 if congress == 112 & id == 29931 replace partycode = 100 if congress == 112 & id == 21198 replace partycode = 200 if congress == 112 & id == 29932 replace partycode = 100 if congress == 112 & id == 29588 replace partycode = 100 if congress == 112 & id == 15410 replace partycode = 100 if congress == 112 & id == 20944 replace partycode = 100 if congress == 112 & id == 29777 replace partycode = 100 if congress == 112 & id == 29559 replace partycode = 200 if congress == 112 & id == 21167 replace partycode = 100 if congress == 112 & id == 20743 replace partycode = 200 if congress == 112 & id == 20946 replace partycode = 200 if congress == 112 & id == 20345 replace partycode = 200 if congress == 112 & id == 21168 replace partycode = 200 if congress == 112 & id == 20524 replace partycode = 200 if congress == 112 & id == 20134 replace partycode = 200 if congress == 112 & id == 21170 replace partycode = 200 if congress == 112 & id == 21171 replace partycode = 100 if congress == 112 & id == 20960 replace partycode = 100 if congress == 112 & id == 20525 replace partycode = 100 if congress == 112 & id == 29561 replace partycode = 200 if congress == 112 & id == 20526 replace partycode = 200 if congress == 112 & id == 29752 replace partycode = 100 if congress == 112 & id == 29396 replace partycode = 200 if congress == 112 & id == 20346 replace partycode = 200 if congress == 112 & id == 20135 replace partycode = 100 if congress == 112 & id == 21172 replace partycode = 100 if congress == 112 & id == 20136 replace partycode = 200 if congress == 112 & id == 21173 replace partycode = 200 if congress == 112 & id == 20138 replace partycode = 200 if congress == 112 & id == 21174 replace partycode = 200 if congress == 112 & id == 21175 replace partycode = 200 if congress == 112 & id == 21176 replace partycode = 100 if congress == 112 & id == 39301 replace partycode = 200 if congress == 112 & id == 21177 replace partycode = 200 if congress == 112 & id == 20947 replace partycode = 200 if congress == 112 & id == 15455 replace partycode = 200 if congress == 112 & id == 21178 replace partycode = 200 if congress == 112 & id == 21179 replace partycode = 100 if congress == 112 & id == 15019 replace partycode = 200 if congress == 112 & id == 21180 replace partycode = 200 if congress == 112 & id == 20351 replace partycode = 200 if congress == 112 & id == 21181 replace partycode = 100 if congress == 112 & id == 20748 replace partycode = 200 if congress == 112 & id == 20527 replace partycode = 200 if congress == 112 & id == 20528 replace partycode = 200 if congress == 112 & id == 29143 replace partycode = 200 if congress == 112 & id == 94828 replace partycode = 200 if congress == 112 & id == 20352 replace partycode = 200 if congress == 112 & id == 15085 replace partycode = 200 if congress == 112 & id == 20139 replace partycode = 200 if congress == 112 & id == 29760 replace partycode = 100 if congress == 112 & id == 20529 replace partycode = 200 if congress == 112 & id == 20530 replace partycode = 200 if congress == 112 & id == 20531 replace partycode = 200 if congress == 112 & id == 29762 replace partycode = 200 if congress == 112 & id == 29572 replace partycode = 200 if congress == 112 & id == 14290 replace partycode = 100 if congress == 112 & id == 29763 replace partycode = 100 if congress == 112 & id == 29764 replace partycode = 200 if congress == 112 & id == 21182 replace partycode = 100 if congress == 112 & id == 29573 replace partycode = 200 if congress == 112 & id == 20353 replace partycode = 100 if congress == 112 & id == 29943 replace partycode = 200 if congress == 112 & id == 15445 replace partycode = 200 if congress == 112 & id == 20948 replace partycode = 200 if congress == 112 & id == 21183 replace partycode = 200 if congress == 112 & id == 20532 replace partycode = 100 if congress == 112 & id == 29571 replace partycode = 200 if congress == 112 & id == 20355 replace partycode = 200 if congress == 112 & id == 21184 replace partycode = 100 if congress == 112 & id == 20533 replace partycode = 100 if congress == 112 & id == 39304 replace partycode = 100 if congress == 112 & id == 39305 replace partycode = 200 if congress == 112 & id == 20356 replace partycode = 200 if congress == 112 & id == 29759 replace partycode = 200 if congress == 112 & id == 20357 replace partycode = 100 if congress == 112 & id == 20140 replace partycode = 200 if congress == 112 & id == 20949 replace partycode = 100 if congress == 112 & id == 20750 replace partycode = 200 if congress == 112 & id == 20756 replace partycode = 200 if congress == 112 & id == 21185 replace partycode = 100 if congress == 112 & id == 39307 replace partycode = 200 if congress == 112 & id == 20143 replace partycode = 200 if congress == 112 & id == 21186 replace partycode = 200 if congress == 112 & id == 39308 replace partycode = 200 if congress == 112 & id == 20144 replace partycode = 100 if congress == 112 & id == 29149 replace partycode = 200 if congress == 112 & id == 21191 replace partycode = 200 if congress == 112 & id == 14869 replace partycode = 100 if congress == 112 & id == 20952 replace partycode = 100 if congress == 112 & id == 29937 replace partycode = 100 if congress == 112 & id == 31101 replace partycode = 100 if congress == 112 & id == 20145 replace partycode = 200 if congress == 112 & id == 21187 replace partycode = 200 if congress == 112 & id == 29580 replace partycode = 200 if congress == 112 & id == 20535 replace partycode = 100 if congress == 112 & id == 14413 replace partycode = 100 if congress == 112 & id == 15613 replace partycode = 200 if congress == 112 & id == 20536 replace partycode = 100 if congress == 112 & id == 29768 replace partycode = 200 if congress == 112 & id == 21188 replace partycode = 200 if congress == 112 & id == 20146 replace partycode = 100 if congress == 112 & id == 14448 replace partycode = 200 if congress == 112 & id == 29939 replace partycode = 100 if congress == 112 & id == 29940 replace partycode = 100 if congress == 112 & id == 29769 replace partycode = 100 if congress == 112 & id == 20537 replace partycode = 200 if congress == 112 & id == 14657 replace partycode = 200 if congress == 112 & id == 14675 replace partycode = 200 if congress == 112 & id == 21189 replace partycode = 200 if congress == 112 & id == 21190 replace partycode = 200 if congress == 112 & id == 20953 replace nameshort = "TRUMAN" if congress == 82 & id == 99900 replace nameshort = "BOYKIN," if congress == 82 & id == 937 replace nameshort = "GRANT," if congress == 82 & id == 3754 replace nameshort = "ANDREWS, G." if congress == 82 & id == 195 replace nameshort = "ROBERTS," if congress == 82 & id == 7954 replace nameshort = "RAINS," if congress == 82 & id == 7695 replace nameshort = "DEGRAFFENRI" if congress == 82 & id == 2468 replace nameshort = "ELLIOTT," if congress == 82 & id == 2909 replace nameshort = "JONES, R." if congress == 82 & id == 5058 replace nameshort = "BATTLE," if congress == 82 & id == 520 replace nameshort = "MURDOCK," if congress == 82 & id == 6799 replace nameshort = "PATTEN," if congress == 82 & id == 7234 replace nameshort = "GATHINGS," if congress == 82 & id == 3506 replace nameshort = "MILLS," if congress == 82 & id == 6532 replace nameshort = "TRIMBLE," if congress == 82 & id == 9473 replace nameshort = "TACKETT," if congress == 82 & id == 9148 replace nameshort = "HAYS, B." if congress == 82 & id == 4244 replace nameshort = "NORRELL," if congress == 82 & id == 6958 replace nameshort = "HARRIS, O." if congress == 82 & id == 4110 replace nameshort = "SCUDDER," if congress == 82 & id == 8322 replace nameshort = "ENGLE," if congress == 82 & id == 2965 replace nameshort = "JOHNSON, L." if congress == 82 & id == 4976 replace nameshort = "HAVENNER," if congress == 82 & id == 4201 replace nameshort = "SHELLEY," if congress == 82 & id == 8437 replace nameshort = "MILLER, G." if congress == 82 & id == 6483 replace nameshort = "ALLEN, J." if congress == 82 & id == 116 replace nameshort = "ANDERSON," if congress == 82 & id == 173 replace nameshort = "HUNTER, A." if congress == 82 & id == 4751 replace nameshort = "WERDEL," if congress == 82 & id == 9956 replace nameshort = "BRAMBLETT," if congress == 82 & id == 971 replace nameshort = "HILLINGS," if congress == 82 & id == 4437 replace nameshort = "POULSON," if congress == 82 & id == 7566 replace nameshort = "YORTY," if congress == 82 & id == 10431 replace nameshort = "MCDONOUGH," if congress == 82 & id == 6220 replace nameshort = "JACKSON," if congress == 82 & id == 4846 replace nameshort = "KING," if congress == 82 & id == 5255 replace nameshort = "DOYLE," if congress == 82 & id == 2713 replace nameshort = "HOLIFIELD," if congress == 82 & id == 4514 replace nameshort = "HINSHAW," if congress == 82 & id == 4450 replace nameshort = "SHEPPARD," if congress == 82 & id == 8444 replace nameshort = "PHILLIPS," if congress == 82 & id == 7415 replace nameshort = "MCKINNON," if congress == 82 & id == 6317 replace nameshort = "ROGERS, B." if congress == 82 & id == 8021 replace nameshort = "HILL, W." if congress == 82 & id == 4429 replace nameshort = "CHENOWETH," if congress == 82 & id == 1684 replace nameshort = "ASPINALL," if congress == 82 & id == 275 replace nameshort = "RIBICOFF," if congress == 82 & id == 7847 replace nameshort = "SEELY-BROWN" if congress == 82 & id == 8346 replace nameshort = "MCGUIRE," if congress == 82 & id == 6267 replace nameshort = "MORANO," if congress == 82 & id == 6664 replace nameshort = "PATTERSON," if congress == 82 & id == 7245 replace nameshort = "SADLAK," if congress == 82 & id == 8170 replace nameshort = "BOGGS," if congress == 82 & id == 823 replace nameshort = "MCMULLEN," if congress == 82 & id == 6361 replace nameshort = "BENNETT, C." if congress == 82 & id == 633 replace nameshort = "SIKES," if congress == 82 & id == 8507 replace nameshort = "LANTAFF," if congress == 82 & id == 5471 replace nameshort = "HERLONG," if congress == 82 & id == 4354 replace nameshort = "ROGERS, D." if congress == 82 & id == 8023 replace nameshort = "PRESTON," if congress == 82 & id == 7605 replace nameshort = "COX," if congress == 82 & id == 2111 replace nameshort = "FORRESTER," if congress == 82 & id == 3286 replace nameshort = "CAMP," if congress == 82 & id == 1439 replace nameshort = "DAVIS, J." if congress == 82 & id == 2389 replace nameshort = "VINSON," if congress == 82 & id == 9677 replace nameshort = "LANHAM," if congress == 82 & id == 5459 replace nameshort = "WHEELER," if congress == 82 & id == 9996 replace nameshort = "WOOD," if congress == 82 & id == 10329 replace nameshort = "BROWN, P." if congress == 82 & id == 1130 replace nameshort = "WOOD, J." if congress == 82 & id == 10330 replace nameshort = "BUDGE," if congress == 82 & id == 1215 replace nameshort = "DAWSON," if congress == 82 & id == 2433 replace nameshort = "VAIL," if congress == 82 & id == 9584 replace nameshort = "BUSBEY," if congress == 82 & id == 1324 replace nameshort = "MCVEY," if congress == 82 & id == 6389 replace nameshort = "KLUCZYNSKI," if congress == 82 & id == 5326 replace nameshort = "O'BRIEN," if congress == 82 & id == 7004 replace nameshort = "SABATH," if congress == 82 & id == 8163 replace nameshort = "GORDON," if congress == 82 & id == 3700 replace nameshort = "YATES," if congress == 82 & id == 10421 replace nameshort = "HOFFMAN," if congress == 82 & id == 4493 replace nameshort = "SHEEHAN," if congress == 82 & id == 8426 replace nameshort = "JONAS," if congress == 82 & id == 5020 replace nameshort = "CHURCH," if congress == 82 & id == 1722 replace nameshort = "REED, C." if congress == 82 & id == 7779 replace nameshort = "MASON," if congress == 82 & id == 6061 replace nameshort = "ALLEN," if congress == 82 & id == 121 replace nameshort = "ARENDS," if congress == 82 & id == 226 replace nameshort = "VELDE," if congress == 82 & id == 9657 replace nameshort = "CHIPERFIELD" if congress == 82 & id == 1702 replace nameshort = "SIMPSON," if congress == 82 & id == 8533 replace nameshort = "MACK, P." if congress == 82 & id == 5884 replace nameshort = "SPRINGER," if congress == 82 & id == 8814 replace nameshort = "JENISON," if congress == 82 & id == 4911 replace nameshort = "VURSELL," if congress == 82 & id == 9693 replace nameshort = "PRICE," if congress == 82 & id == 7610 replace nameshort = "BISHOP," if congress == 82 & id == 731 replace nameshort = "MADDEN," if congress == 82 & id == 5900 replace nameshort = "HALLECK," if congress == 82 & id == 3963 replace nameshort = "CRUMPACKER," if congress == 82 & id == 2227 replace nameshort = "ADAIR," if congress == 82 & id == 18 replace nameshort = "BEAMER," if congress == 82 & id == 550 replace nameshort = "HARDEN," if congress == 82 & id == 4050 replace nameshort = "BRAY," if congress == 82 & id == 986 replace nameshort = "DENTON," if congress == 82 & id == 2517 replace nameshort = "WILSON," if congress == 82 & id == 10212 replace nameshort = "HARVEY," if congress == 82 & id == 4165 replace nameshort = "BROWNSON," if congress == 82 & id == 1152 replace nameshort = "MARTIN, T." if congress == 82 & id == 6039 replace nameshort = "TALLE," if congress == 82 & id == 9168 replace nameshort = "GROSS," if congress == 82 & id == 3853 replace nameshort = "LECOMPTE," if congress == 82 & id == 5552 replace nameshort = "CUNNINGHAM," if congress == 82 & id == 2256 replace nameshort = "DOLLIVER," if congress == 82 & id == 2647 replace nameshort = "JENSEN," if congress == 82 & id == 4928 replace nameshort = "HOEVEN," if congress == 82 & id == 4482 replace nameshort = "COLE, A." if congress == 82 & id == 1920 replace nameshort = "SCRIVNER," if congress == 82 & id == 8318 replace nameshort = "GEORGE," if congress == 82 & id == 3534 replace nameshort = "REES," if congress == 82 & id == 7799 replace nameshort = "HOPE," if congress == 82 & id == 4562 replace nameshort = "SMITH, W." if congress == 82 & id == 8709 replace nameshort = "GREGORY," if congress == 82 & id == 3809 replace nameshort = "WHITAKER," if congress == 82 & id == 10002 replace nameshort = "MORTON," if congress == 82 & id == 6745 replace nameshort = "CHELF," if congress == 82 & id == 1682 replace nameshort = "SPENCE," if congress == 82 & id == 8778 replace nameshort = "UNDERWOOD," if congress == 82 & id == 9561 replace nameshort = "WATTS," if congress == 82 & id == 9882 replace nameshort = "PERKINS," if congress == 82 & id == 7343 replace nameshort = "BATES, J." if congress == 82 & id == 516 replace nameshort = "GOLDEN," if congress == 82 & id == 3649 replace nameshort = "HEBERT," if congress == 82 & id == 4275 replace nameshort = "BOGGS," if congress == 82 & id == 824 replace nameshort = "WILLIS," if congress == 82 & id == 10201 replace nameshort = "BROOKS," if congress == 82 & id == 1081 replace nameshort = "PASSMAN," if congress == 82 & id == 7228 replace nameshort = "MORRISON," if congress == 82 & id == 6721 replace nameshort = "LARCADE," if congress == 82 & id == 5476 replace nameshort = "ALLEN," if congress == 82 & id == 100 replace nameshort = "HALE," if congress == 82 & id == 3924 replace nameshort = "NELSON," if congress == 82 & id == 6863 replace nameshort = "FELLOWS," if congress == 82 & id == 3096 replace nameshort = "MCINTIRE," if congress == 82 & id == 6276 replace nameshort = "MILLER, E." if congress == 82 & id == 6481 replace nameshort = "DEVEREUX," if congress == 82 & id == 2531 replace nameshort = "GARMATZ," if congress == 82 & id == 3480 replace nameshort = "FALLON," if congress == 82 & id == 3054 replace nameshort = "SASSCER," if congress == 82 & id == 8219 replace nameshort = "BEALL," if congress == 82 & id == 546 replace nameshort = "HESELTON," if congress == 82 & id == 4372 replace nameshort = "FURCOLO," if congress == 82 & id == 3415 replace nameshort = "PHILBIN," if congress == 82 & id == 7408 replace nameshort = "DONOHUE," if congress == 82 & id == 2660 replace nameshort = "ROGERS, E." if congress == 82 & id == 8024 replace nameshort = "BATES," if congress == 82 & id == 518 replace nameshort = "LANE," if congress == 82 & id == 5447 replace nameshort = "GOODWIN," if congress == 82 & id == 3682 replace nameshort = "NICHOLSON," if congress == 82 & id == 6922 replace nameshort = "HERTER," if congress == 82 & id == 4371 replace nameshort = "KENNEDY," if congress == 82 & id == 5180 replace nameshort = "MCCORMACK," if congress == 82 & id == 6177 replace nameshort = "WIGGLEWORTH" if congress == 82 & id == 10095 replace nameshort = "MARTIN, J." if congress == 82 & id == 6033 replace nameshort = "MACHROWICZ," if congress == 82 & id == 5880 replace nameshort = "MEADER," if congress == 82 & id == 6399 replace nameshort = "SHAFER," if congress == 82 & id == 8392 replace nameshort = "HOFFMAN," if congress == 82 & id == 4487 replace nameshort = "FORD, G." if congress == 82 & id == 3268 replace nameshort = "BLACKNEY," if congress == 82 & id == 758 replace nameshort = "WOLCOTT," if congress == 82 & id == 10303 replace nameshort = "CRAWFORD," if congress == 82 & id == 2159 replace nameshort = "THOMPSON," if congress == 82 & id == 9338 replace nameshort = "WOODRUFF," if congress == 82 & id == 10348 replace nameshort = "POTTER," if congress == 82 & id == 7551 replace nameshort = "BENNETT, J." if congress == 82 & id == 639 replace nameshort = "O'BRIEN, G." if congress == 82 & id == 6998 replace nameshort = "RABAUT," if congress == 82 & id == 7682 replace nameshort = "DINGELL," if congress == 82 & id == 2604 replace nameshort = "LESINSKI," if congress == 82 & id == 5617 replace nameshort = "DONDERO," if congress == 82 & id == 2653 replace nameshort = "ANDRESEN" if congress == 82 & id == 188 replace nameshort = "O'HARA, J." if congress == 82 & id == 7044 replace nameshort = "WIER," if congress == 82 & id == 10092 replace nameshort = "MCCARTHY," if congress == 82 & id == 6134 replace nameshort = "JUDD," if congress == 82 & id == 5083 replace nameshort = "MARSHALL," if congress == 82 & id == 5998 replace nameshort = "ANDERSEN," if congress == 82 & id == 158 replace nameshort = "BLATNIK," if congress == 82 & id == 789 replace nameshort = "HAGEN," if congress == 82 & id == 3902 replace nameshort = "RANKIN," if congress == 82 & id == 7731 replace nameshort = "WHITTEN," if congress == 82 & id == 10075 replace nameshort = "SMITH, F." if congress == 82 & id == 8616 replace nameshort = "ABERNETHY," if congress == 82 & id == 13 replace nameshort = "WINSTEAD," if congress == 82 & id == 10279 replace nameshort = "COLMER," if congress == 82 & id == 1952 replace nameshort = "WILLIAMS," if congress == 82 & id == 10162 replace nameshort = "MAGEE," if congress == 82 & id == 5905 replace nameshort = "MOULDER," if congress == 82 & id == 6765 replace nameshort = "WELCH, P." if congress == 82 & id == 9927 replace nameshort = "IRVING," if congress == 82 & id == 4822 replace nameshort = "BOLLING," if congress == 82 & id == 835 replace nameshort = "ARMSTRONG," if congress == 82 & id == 235 replace nameshort = "SHORT," if congress == 82 & id == 8484 replace nameshort = "CARNAHAN," if congress == 82 & id == 1517 replace nameshort = "CANNON," if congress == 82 & id == 1479 replace nameshort = "JONES, P." if congress == 82 & id == 5056 replace nameshort = "SULLIVAN," if congress == 82 & id == 9071 replace nameshort = "BAKEWELL," if congress == 82 & id == 377 replace nameshort = "CURTIS," if congress == 82 & id == 2275 replace nameshort = "KARSTEN," if congress == 82 & id == 5097 replace nameshort = "MANSFIELD," if congress == 82 & id == 5967 replace nameshort = "D'EWART," if congress == 82 & id == 2538 replace nameshort = "CURTIS," if congress == 82 & id == 2267 replace nameshort = "BUFFETT," if congress == 82 & id == 1218 replace nameshort = "STEFAN," if congress == 82 & id == 8879 replace nameshort = "HARRISON," if congress == 82 & id == 4134 replace nameshort = "MILLER," if congress == 82 & id == 6474 replace nameshort = "BARING," if congress == 82 & id == 433 replace nameshort = "MERROW," if congress == 82 & id == 6437 replace nameshort = "COTTON," if congress == 82 & id == 2087 replace nameshort = "WOLVERTON," if congress == 82 & id == 10314 replace nameshort = "HAND," if congress == 82 & id == 4031 replace nameshort = "AUCHINCLOSS" if congress == 82 & id == 291 replace nameshort = "HOWELL," if congress == 82 & id == 4644 replace nameshort = "EATON," if congress == 82 & id == 2827 replace nameshort = "CASE," if congress == 82 & id == 1569 replace nameshort = "WIDNALL," if congress == 82 & id == 10091 replace nameshort = "CANFIELD," if congress == 82 & id == 1476 replace nameshort = "TOWE," if congress == 82 & id == 9427 replace nameshort = "OSMERS," if congress == 82 & id == 7101 replace nameshort = "RODINO," if congress == 82 & id == 8010 replace nameshort = "ADDONIZIO," if congress == 82 & id == 46 replace nameshort = "KEAN," if congress == 82 & id == 5109 replace nameshort = "SIEMINSKI," if congress == 82 & id == 8506 replace nameshort = "HART," if congress == 82 & id == 4142 replace nameshort = "FERNANDEZ," if congress == 82 & id == 3114 replace nameshort = "DEMPSEY," if congress == 82 & id == 2490 replace nameshort = "GREENWOOD," if congress == 82 & id == 3802 replace nameshort = "HALL, L.W." if congress == 82 & id == 3946 replace nameshort = "LATHAM," if congress == 82 & id == 5488 replace nameshort = "CLEMENTE," if congress == 82 & id == 1829 replace nameshort = "QUINN," if congress == 82 & id == 7680 replace nameshort = "ROSS," if congress == 82 & id == 8075 replace nameshort = "DELANEY," if congress == 82 & id == 2476 replace nameshort = "HELLER," if congress == 82 & id == 4290 replace nameshort = "ANFUSO," if congress == 82 & id == 205 replace nameshort = "KEOGH," if congress == 82 & id == 5199 replace nameshort = "KELLY," if congress == 82 & id == 5148 replace nameshort = "HEFFERNAN," if congress == 82 & id == 4279 replace nameshort = "ROONEY," if congress == 82 & id == 8049 replace nameshort = "O'TOOLE," if congress == 82 & id == 7114 replace nameshort = "MULTER," if congress == 82 & id == 6792 replace nameshort = "CELLER," if congress == 82 & id == 1611 replace nameshort = "MURPHY," if congress == 82 & id == 6809 replace nameshort = "COUDERT," if congress == 82 & id == 2089 replace nameshort = "DONOVAN," if congress == 82 & id == 2662 replace nameshort = "KLEIN," if congress == 82 & id == 5317 replace nameshort = "ROOSEVELT," if congress == 82 & id == 8050 replace nameshort = "JAVITS," if congress == 82 & id == 4898 replace nameshort = "POWELL," if congress == 82 & id == 7568 replace nameshort = "FINE" if congress == 82 & id == 3149 replace nameshort = "DOLLINGER," if congress == 82 & id == 2646 replace nameshort = "BUCKLEY," if congress == 82 & id == 1205 replace nameshort = "MCGRATH," if congress == 82 & id == 6259 replace nameshort = "GWINN," if congress == 82 & id == 3888 replace nameshort = "GAMBLE," if congress == 82 & id == 3446 replace nameshort = "ST.GEORGE," if congress == 82 & id == 8177 replace nameshort = "WHARTON" if congress == 82 & id == 9978 replace nameshort = "KEARNEY," if congress == 82 & id == 5110 replace nameshort = "BYRNE," if congress == 82 & id == 1369 replace nameshort = "O'BRIEN," if congress == 82 & id == 7003 replace nameshort = "TAYLOR," if congress == 82 & id == 9203 replace nameshort = "KILBURN," if congress == 82 & id == 5235 replace nameshort = "WILLIAMS," if congress == 82 & id == 10191 replace nameshort = "RIEHLMAN," if congress == 82 & id == 7901 replace nameshort = "HALL, E.A." if congress == 82 & id == 3937 replace nameshort = "TABER," if congress == 82 & id == 9144 replace nameshort = "COLE," if congress == 82 & id == 1931 replace nameshort = "KEATING," if congress == 82 & id == 5116 replace nameshort = "OSTERTAG," if congress == 82 & id == 7102 replace nameshort = "MILLER, W." if congress == 82 & id == 6516 replace nameshort = "RADWAN," if congress == 82 & id == 7687 replace nameshort = "BUTLER, J." if congress == 82 & id == 1340 replace nameshort = "REED, D." if congress == 82 & id == 7781 replace nameshort = "BONNER," if congress == 82 & id == 846 replace nameshort = "KERR," if congress == 82 & id == 5208 replace nameshort = "BARDEN," if congress == 82 & id == 431 replace nameshort = "COOLEY," if congress == 82 & id == 2032 replace nameshort = "CHATHAM," if congress == 82 & id == 1676 replace nameshort = "DURHAM," if congress == 82 & id == 2791 replace nameshort = "CARLYLE," if congress == 82 & id == 1512 replace nameshort = "DEANE" if congress == 82 & id == 2448 replace nameshort = "DOUGHTON," if congress == 82 & id == 2684 replace nameshort = "JONES, H.C." if congress == 82 & id == 5035 replace nameshort = "JONES, W.W." if congress == 82 & id == 5071 replace nameshort = "REDDEN," if congress == 82 & id == 7774 replace nameshort = "AANDAHL," if congress == 82 & id == 1 replace nameshort = "BURDICK," if congress == 82 & id == 1254 replace nameshort = "ELSTON," if congress == 82 & id == 2948 replace nameshort = "HESS," if congress == 82 & id == 4373 replace nameshort = "BREEN," if congress == 82 & id == 998 replace nameshort = "SCHENCK," if congress == 82 & id == 8258 replace nameshort = "MCCULLOCH," if congress == 82 & id == 6204 replace nameshort = "CLEVENGER," if congress == 82 & id == 1839 replace nameshort = "POLK," if congress == 82 & id == 7506 replace nameshort = "BROWN," if congress == 82 & id == 1104 replace nameshort = "BETTS," if congress == 82 & id == 680 replace nameshort = "REAMS," if congress == 82 & id == 7771 replace nameshort = "JENKINS," if congress == 82 & id == 4917 replace nameshort = "BREHM," if congress == 82 & id == 1000 replace nameshort = "VORYS," if congress == 82 & id == 9688 replace nameshort = "WEICHEL," if congress == 82 & id == 9917 replace nameshort = "AYRES," if congress == 82 & id == 310 replace nameshort = "SECREST," if congress == 82 & id == 8341 replace nameshort = "BOW," if congress == 82 & id == 891 replace nameshort = "MCGREGOR," if congress == 82 & id == 6262 replace nameshort = "HAYS," if congress == 82 & id == 4247 replace nameshort = "KIRWAN," if congress == 82 & id == 5301 replace nameshort = "FEIGHAN," if congress == 82 & id == 3092 replace nameshort = "CROSSER," if congress == 82 & id == 2199 replace nameshort = "BOLTON," if congress == 82 & id == 837 replace nameshort = "BENDER," if congress == 82 & id == 621 replace nameshort = "SCHWABE," if congress == 82 & id == 8283 replace nameshort = "STIGLER," if congress == 82 & id == 8949 replace nameshort = "ALBERT," if congress == 82 & id == 62 replace nameshort = "STEED," if congress == 82 & id == 8866 replace nameshort = "JARMAN," if congress == 82 & id == 4891 replace nameshort = "MORRIS," if congress == 82 & id == 6718 replace nameshort = "WICKERSHAM," if congress == 82 & id == 10085 replace nameshort = "BELCHER," if congress == 82 & id == 590 replace nameshort = "NORBLAD," if congress == 82 & id == 6955 replace nameshort = "STOCKMAN," if congress == 82 & id == 8960 replace nameshort = "ANGELL," if congress == 82 & id == 207 replace nameshort = "ELLSWORTH," if congress == 82 & id == 2935 replace nameshort = "BARRETT," if congress == 82 & id == 465 replace nameshort = "GRANAHAN," if congress == 82 & id == 3744 replace nameshort = "SCOTT, HARD" if congress == 82 & id == 8299 replace nameshort = "CHUDOFF," if congress == 82 & id == 1719 replace nameshort = "GREEN," if congress == 82 & id == 3785 replace nameshort = "SCOTT, HUGH" if congress == 82 & id == 8301 replace nameshort = "JAMES," if congress == 82 & id == 4880 replace nameshort = "VAUGHN," if congress == 82 & id == 9653 replace nameshort = "KING, K." if congress == 82 & id == 5267 replace nameshort = "DAGUE," if congress == 82 & id == 2298 replace nameshort = "O'NEILL," if congress == 82 & id == 7078 replace nameshort = "FLOOD," if congress == 82 & id == 3224 replace nameshort = "FENTON," if congress == 82 & id == 3105 replace nameshort = "RHODES," if congress == 82 & id == 7844 replace nameshort = "GILLETTE," if congress == 82 & id == 3604 replace nameshort = "CARRIGG," if congress == 82 & id == 1533 replace nameshort = "BUSH," if congress == 82 & id == 1328 replace nameshort = "MCCONNELL," if congress == 82 & id == 6169 replace nameshort = "SIMPSON," if congress == 82 & id == 8532 replace nameshort = "MUMMA," if congress == 82 & id == 6795 replace nameshort = "GAVIN," if congress == 82 & id == 3510 replace nameshort = "WALTER," if congress == 82 & id == 9791 replace nameshort = "LIND," if congress == 82 & id == 5671 replace nameshort = "VAN ZANDT," if congress == 82 & id == 9645 replace nameshort = "SITTLER," if congress == 82 & id == 8556 replace nameshort = "MORGAN," if congress == 82 & id == 6685 replace nameshort = "GRAHAM," if congress == 82 & id == 3737 replace nameshort = "SAYLOR," if congress == 82 & id == 8247 replace nameshort = "KELLEY," if congress == 82 & id == 5136 replace nameshort = "KEARNS," if congress == 82 & id == 5112 replace nameshort = "DENNY," if congress == 82 & id == 2507 replace nameshort = "CORBETT," if congress == 82 & id == 2065 replace nameshort = "FULTON," if congress == 82 & id == 3409 replace nameshort = "EBERHARTER," if congress == 82 & id == 2833 replace nameshort = "BUCHANAN, F" if congress == 82 & id == 1184 replace nameshort = "BUCHANAN, V" if congress == 82 & id == 1190 replace nameshort = "FORAND," if congress == 82 & id == 3264 replace nameshort = "FOGARTY," if congress == 82 & id == 3246 replace nameshort = "RIVERS, L." if congress == 82 & id == 7925 replace nameshort = "RILEY," if congress == 82 & id == 7908 replace nameshort = "DORN," if congress == 82 & id == 2672 replace nameshort = "BRYSON," if congress == 82 & id == 1181 replace nameshort = "RICHARDS," if congress == 82 & id == 7869 replace nameshort = "MCMILLAN," if congress == 82 & id == 6353 replace nameshort = "LOVRE," if congress == 82 & id == 5803 replace nameshort = "BERRY," if congress == 82 & id == 672 replace nameshort = "REECE," if congress == 82 & id == 7777 replace nameshort = "BAKER, H." if congress == 82 & id == 364 replace nameshort = "FRAZIER," if congress == 82 & id == 3346 replace nameshort = "GORE," if congress == 82 & id == 3704 replace nameshort = "EVINS," if congress == 82 & id == 3034 replace nameshort = "PRIEST," if congress == 82 & id == 7622 replace nameshort = "SUTTON," if congress == 82 & id == 9099 replace nameshort = "MURRAY, T." if congress == 82 & id == 6826 replace nameshort = "COOPER," if congress == 82 & id == 2049 replace nameshort = "DAVIS, C." if congress == 82 & id == 2376 replace nameshort = "PATMAN," if congress == 82 & id == 7232 replace nameshort = "COMBS," if congress == 82 & id == 1960 replace nameshort = "BECKWORTH," if congress == 82 & id == 567 replace nameshort = "RAYBURN," if congress == 82 & id == 7753 replace nameshort = "WILSON, J." if congress == 82 & id == 10244 replace nameshort = "TEAGUE," if congress == 82 & id == 9241 replace nameshort = "PICKETT," if congress == 82 & id == 7430 replace nameshort = "THOMAS," if congress == 82 & id == 9284 replace nameshort = "THOMPSON," if congress == 82 & id == 9320 replace nameshort = "THORNBERRY," if congress == 82 & id == 9356 replace nameshort = "POAGE," if congress == 82 & id == 7498 replace nameshort = "LUCAS," if congress == 82 & id == 5826 replace nameshort = "GOSSETT," if congress == 82 & id == 3719 replace nameshort = "IKARD," if congress == 82 & id == 4796 replace nameshort = "LYLE," if congress == 82 & id == 5847 replace nameshort = "BENTSEN," if congress == 82 & id == 660 replace nameshort = "REGAN," if congress == 82 & id == 7806 replace nameshort = "BURLESON," if congress == 82 & id == 1282 replace nameshort = "ROGERS, W." if congress == 82 & id == 8035 replace nameshort = "MAHON," if congress == 82 & id == 5924 replace nameshort = "KILDAY," if congress == 82 & id == 5236 replace nameshort = "FISHER," if congress == 82 & id == 3171 replace nameshort = "GRANGER," if congress == 82 & id == 3752 replace nameshort = "BOSONE," if congress == 82 & id == 869 replace nameshort = "PROUTY," if congress == 82 & id == 7637 replace nameshort = "ROBESON, E." if congress == 82 & id == 7969 replace nameshort = "HARDY," if congress == 82 & id == 4064 replace nameshort = "GARY," if congress == 82 & id == 3499 replace nameshort = "ABBITT," if congress == 82 & id == 2 replace nameshort = "STANLEY," if congress == 82 & id == 8839 replace nameshort = "BURTON," if congress == 82 & id == 1316 replace nameshort = "HARRISON," if congress == 82 & id == 4125 replace nameshort = "SMITH, H." if congress == 82 & id == 8636 replace nameshort = "FUGATE," if congress == 82 & id == 3386 replace nameshort = "MITCHELL," if congress == 82 & id == 6561 replace nameshort = "JACKSON, H." if congress == 82 & id == 4851 replace nameshort = "MACK, R." if congress == 82 & id == 5885 replace nameshort = "HOLMES," if congress == 82 & id == 4537 replace nameshort = "HORAN," if congress == 82 & id == 4579 replace nameshort = "TOLLEFSON," if congress == 82 & id == 9409 replace nameshort = "RAMSAY," if congress == 82 & id == 7702 replace nameshort = "STAGGERS," if congress == 82 & id == 8824 replace nameshort = "BAILEY," if congress == 82 & id == 339 replace nameshort = "BURNSIDE," if congress == 82 & id == 1300 replace nameshort = "KEE, JOHN." if congress == 82 & id == 5117 replace nameshort = "KEE, M.E." if congress == 82 & id == 5118 replace nameshort = "HEDRICK," if congress == 82 & id == 4278 replace nameshort = "SMITH, L." if congress == 82 & id == 8663 replace nameshort = "DAVIS, G." if congress == 82 & id == 2383 replace nameshort = "WITHROW," if congress == 82 & id == 10299 replace nameshort = "ZABLOCKI," if congress == 82 & id == 10463 replace nameshort = "KERSTEN," if congress == 82 & id == 5217 replace nameshort = "VAN PELT," if congress == 82 & id == 9627 replace nameshort = "MURRAY," if congress == 82 & id == 6823 replace nameshort = "BYRNES," if congress == 82 & id == 1371 replace nameshort = "HULL, M." if congress == 82 & id == 4720 replace nameshort = "O'KONSKI," if congress == 82 & id == 7046 replace nameshort = "HARRISON, W" if congress == 82 & id == 4139 replace nameshort = "EISENHOWER" if congress == 83 & id == 99901 replace nameshort = "BOYKIN," if congress == 83 & id == 937 replace nameshort = "GRANT," if congress == 83 & id == 3754 replace nameshort = "ANDREWS," if congress == 83 & id == 195 replace nameshort = "ROBERTS," if congress == 83 & id == 7954 replace nameshort = "RAINS," if congress == 83 & id == 7695 replace nameshort = "SELDEN," if congress == 83 & id == 8353 replace nameshort = "ELLIOTT," if congress == 83 & id == 2909 replace nameshort = "JONES, R." if congress == 83 & id == 5058 replace nameshort = "BATTLE," if congress == 83 & id == 520 replace nameshort = "RHODES, J." if congress == 83 & id == 7845 replace nameshort = "PATTEN," if congress == 83 & id == 7234 replace nameshort = "GATHINGS," if congress == 83 & id == 3506 replace nameshort = "MILLS," if congress == 83 & id == 6532 replace nameshort = "TRIMBLE," if congress == 83 & id == 9473 replace nameshort = "HARRIS," if congress == 83 & id == 4110 replace nameshort = "HAYS, B." if congress == 83 & id == 4244 replace nameshort = "NORRELL," if congress == 83 & id == 6958 replace nameshort = "SCUDDER," if congress == 83 & id == 8322 replace nameshort = "ENGLE," if congress == 83 & id == 2965 replace nameshort = "MOSS, J." if congress == 83 & id == 6756 replace nameshort = "MAILLIARD," if congress == 83 & id == 5929 replace nameshort = "SHELLEY," if congress == 83 & id == 8437 replace nameshort = "CONDON," if congress == 83 & id == 1977 replace nameshort = "ALLEN, J." if congress == 83 & id == 116 replace nameshort = "MILLER, G." if congress == 83 & id == 6483 replace nameshort = "YOUNGER," if congress == 83 & id == 10461 replace nameshort = "GUBSER," if congress == 83 & id == 3867 replace nameshort = "JOHNSON,LER" if congress == 83 & id == 4976 replace nameshort = "HUNTER," if congress == 83 & id == 4751 replace nameshort = "BRAMBLETT," if congress == 83 & id == 971 replace nameshort = "HAGEN, HARL" if congress == 83 & id == 3901 replace nameshort = "MCDONOUGH," if congress == 83 & id == 6220 replace nameshort = "JACKSON," if congress == 83 & id == 4846 replace nameshort = "KING, C." if congress == 83 & id == 5255 replace nameshort = "HOSMER," if congress == 83 & id == 4592 replace nameshort = "HOLIFIELD," if congress == 83 & id == 4514 replace nameshort = "HINSHAW," if congress == 83 & id == 4450 replace nameshort = "HIESTAND," if congress == 83 & id == 4388 replace nameshort = "HOLT," if congress == 83 & id == 4543 replace nameshort = "DOYLE," if congress == 83 & id == 2713 replace nameshort = "POULSON," if congress == 83 & id == 7566 replace nameshort = "LIPSCOMB," if congress == 83 & id == 5694 replace nameshort = "HILLINGS," if congress == 83 & id == 4437 replace nameshort = "YORTY," if congress == 83 & id == 10431 replace nameshort = "SHEPPARD," if congress == 83 & id == 8444 replace nameshort = "UTT," if congress == 83 & id == 9578 replace nameshort = "PHILLIPS," if congress == 83 & id == 7415 replace nameshort = "WILSON, R." if congress == 83 & id == 10249 replace nameshort = "ROGERS, B." if congress == 83 & id == 8021 replace nameshort = "HILL," if congress == 83 & id == 4429 replace nameshort = "CHENOWETH," if congress == 83 & id == 1684 replace nameshort = "ASPINALL," if congress == 83 & id == 275 replace nameshort = "DODD," if congress == 83 & id == 2636 replace nameshort = "SEELY-BROWN" if congress == 83 & id == 8346 replace nameshort = "CRETELLA," if congress == 83 & id == 2174 replace nameshort = "MORANO," if congress == 83 & id == 6664 replace nameshort = "PATTERSON," if congress == 83 & id == 7245 replace nameshort = "SADLAK" if congress == 83 & id == 8170 replace nameshort = "WARBURTON," if congress == 83 & id == 9804 replace nameshort = "CAMPBELL," if congress == 83 & id == 1445 replace nameshort = "BENNETT, C." if congress == 83 & id == 633 replace nameshort = "SIKES," if congress == 83 & id == 8507 replace nameshort = "LANTAFF," if congress == 83 & id == 5471 replace nameshort = "HERLONG," if congress == 83 & id == 4354 replace nameshort = "ROGERS, D." if congress == 83 & id == 8023 replace nameshort = "HALEY," if congress == 83 & id == 3929 replace nameshort = "MATTHEWS," if congress == 83 & id == 6084 replace nameshort = "PRESTON," if congress == 83 & id == 7605 replace nameshort = "PILCHER," if congress == 83 & id == 7450 replace nameshort = "FORRESTER," if congress == 83 & id == 3286 replace nameshort = "CAMP," if congress == 83 & id == 1439 replace nameshort = "DAVIS, J." if congress == 83 & id == 2389 replace nameshort = "VINSON," if congress == 83 & id == 9677 replace nameshort = "LANHAM," if congress == 83 & id == 5459 replace nameshort = "WHEELER," if congress == 83 & id == 9996 replace nameshort = "LANDRUM," if congress == 83 & id == 5436 replace nameshort = "BROWN, P." if congress == 83 & id == 1130 replace nameshort = "PFOST," if congress == 83 & id == 7392 replace nameshort = "BUDGE," if congress == 83 & id == 1215 replace nameshort = "DAWSON, W.L" if congress == 83 & id == 2433 replace nameshort = "O'HARA, B." if congress == 83 & id == 7041 replace nameshort = "BUSBEY," if congress == 83 & id == 1324 replace nameshort = "MCVEY," if congress == 83 & id == 6389 replace nameshort = "KLUCZYNSKI," if congress == 83 & id == 5326 replace nameshort = "O'BRIEN, T." if congress == 83 & id == 7004 replace nameshort = "BOWLER," if congress == 83 & id == 912 replace nameshort = "GORDON," if congress == 83 & id == 3700 replace nameshort = "YATES," if congress == 83 & id == 10421 replace nameshort = "HOFFMAN, R." if congress == 83 & id == 4493 replace nameshort = "SHEEHAN," if congress == 83 & id == 8426 replace nameshort = "JONAS, E." if congress == 83 & id == 5020 replace nameshort = "CHURCH," if congress == 83 & id == 1722 replace nameshort = "REED, C." if congress == 83 & id == 7779 replace nameshort = "MASON," if congress == 83 & id == 6061 replace nameshort = "ALLEN, L." if congress == 83 & id == 121 replace nameshort = "ARENDS," if congress == 83 & id == 226 replace nameshort = "VELDE," if congress == 83 & id == 9657 replace nameshort = "CHIPERFIELD" if congress == 83 & id == 1702 replace nameshort = "SIMPSON, S." if congress == 83 & id == 8533 replace nameshort = "MACK, P." if congress == 83 & id == 5884 replace nameshort = "SPRINGER," if congress == 83 & id == 8814 replace nameshort = "VURSELL," if congress == 83 & id == 9693 replace nameshort = "PRICE," if congress == 83 & id == 7610 replace nameshort = "BISHOP," if congress == 83 & id == 731 replace nameshort = "MADDEN," if congress == 83 & id == 5900 replace nameshort = "HALLECK," if congress == 83 & id == 3963 replace nameshort = "CRUMPACKER," if congress == 83 & id == 2227 replace nameshort = "ADAIR," if congress == 83 & id == 18 replace nameshort = "BEAMER," if congress == 83 & id == 550 replace nameshort = "HARDEN," if congress == 83 & id == 4050 replace nameshort = "BRAY," if congress == 83 & id == 986 replace nameshort = "MERRILL," if congress == 83 & id == 6429 replace nameshort = "WILSON, E." if congress == 83 & id == 10212 replace nameshort = "HARVEY," if congress == 83 & id == 4165 replace nameshort = "BROWNSON," if congress == 83 & id == 1152 replace nameshort = "MARTIN, T." if congress == 83 & id == 6039 replace nameshort = "TALLE," if congress == 83 & id == 9168 replace nameshort = "GROSS," if congress == 83 & id == 3853 replace nameshort = "LE COMPTE," if congress == 83 & id == 5552 replace nameshort = "CUNNINGHAM," if congress == 83 & id == 2256 replace nameshort = "DOLLIVER," if congress == 83 & id == 2647 replace nameshort = "JENSEN," if congress == 83 & id == 4928 replace nameshort = "HOEVEN," if congress == 83 & id == 4482 replace nameshort = "MILLER, H." if congress == 83 & id == 6485 replace nameshort = "SCRIVNER," if congress == 83 & id == 8318 replace nameshort = "GEORGE," if congress == 83 & id == 3534 replace nameshort = "REES," if congress == 83 & id == 7799 replace nameshort = "HOPE," if congress == 83 & id == 4562 replace nameshort = "SMITH, W." if congress == 83 & id == 8709 replace nameshort = "GREGORY," if congress == 83 & id == 3809 replace nameshort = "WITHERS," if congress == 83 & id == 10294 replace nameshort = "NATCHER," if congress == 83 & id == 6845 replace nameshort = "ROBSION," if congress == 83 & id == 7997 replace nameshort = "CHELF," if congress == 83 & id == 1682 replace nameshort = "SPENCE," if congress == 83 & id == 8778 replace nameshort = "WATTS," if congress == 83 & id == 9882 replace nameshort = "PERKINS," if congress == 83 & id == 7343 replace nameshort = "GOLDEN," if congress == 83 & id == 3649 replace nameshort = "HEBERT," if congress == 83 & id == 4275 replace nameshort = "BOGGS," if congress == 83 & id == 824 replace nameshort = "WILLIS," if congress == 83 & id == 10201 replace nameshort = "BROOKS, O." if congress == 83 & id == 1081 replace nameshort = "PASSMAN," if congress == 83 & id == 7228 replace nameshort = "MORRISON," if congress == 83 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 83 & id == 9339 replace nameshort = "LONG," if congress == 83 & id == 5757 replace nameshort = "HALE," if congress == 83 & id == 3924 replace nameshort = "NELSON," if congress == 83 & id == 6863 replace nameshort = "MCINTIRE," if congress == 83 & id == 6276 replace nameshort = "MILLER, E." if congress == 83 & id == 6481 replace nameshort = "DEVEREUX," if congress == 83 & id == 2531 replace nameshort = "GARMATZ," if congress == 83 & id == 3480 replace nameshort = "FALLON," if congress == 83 & id == 3054 replace nameshort = "SMALL," if congress == 83 & id == 8587 replace nameshort = "HYDE," if congress == 83 & id == 4785 replace nameshort = "FRIEDEL," if congress == 83 & id == 3374 replace nameshort = "HESELTON," if congress == 83 & id == 4372 replace nameshort = "BOLAND," if congress == 83 & id == 830 replace nameshort = "PHILBIN," if congress == 83 & id == 7408 replace nameshort = "DONOHUE," if congress == 83 & id == 2660 replace nameshort = "ROGERS, E." if congress == 83 & id == 8024 replace nameshort = "BATES," if congress == 83 & id == 518 replace nameshort = "LANE," if congress == 83 & id == 5447 replace nameshort = "GOODWIN," if congress == 83 & id == 3682 replace nameshort = "NICHOLSON," if congress == 83 & id == 6922 replace nameshort = "CURTIS, L." if congress == 83 & id == 2272 replace nameshort = "O'NEILL," if congress == 83 & id == 7081 replace nameshort = "MCCORMACK," if congress == 83 & id == 6177 replace nameshort = "WIGGLESWORT" if congress == 83 & id == 10095 replace nameshort = "MARTIN, J." if congress == 83 & id == 6033 replace nameshort = "MACHROWICZ," if congress == 83 & id == 5880 replace nameshort = "MEADER," if congress == 83 & id == 6399 replace nameshort = "SHAFER," if congress == 83 & id == 8392 replace nameshort = "HOFFMAN, C." if congress == 83 & id == 4487 replace nameshort = "FORD," if congress == 83 & id == 3268 replace nameshort = "CLARDY," if congress == 83 & id == 1748 replace nameshort = "WOLCOTT," if congress == 83 & id == 10303 replace nameshort = "BENTLEY," if congress == 83 & id == 652 replace nameshort = "THOMPSON, R" if congress == 83 & id == 9338 replace nameshort = "CEDERBERG," if congress == 83 & id == 1610 replace nameshort = "KNOX," if congress == 83 & id == 5349 replace nameshort = "BENNETT, J." if congress == 83 & id == 639 replace nameshort = "O'BRIEN, G." if congress == 83 & id == 6998 replace nameshort = "RABAUT," if congress == 83 & id == 7682 replace nameshort = "DINGELL" if congress == 83 & id == 2604 replace nameshort = "LESINSKI," if congress == 83 & id == 5617 replace nameshort = "OAKMAN" if congress == 83 & id == 6995 replace nameshort = "DONDERO," if congress == 83 & id == 2653 replace nameshort = "ANDRESEN, A" if congress == 83 & id == 188 replace nameshort = "O'HARA, J." if congress == 83 & id == 7044 replace nameshort = "WIER," if congress == 83 & id == 10092 replace nameshort = "MCCARTHY," if congress == 83 & id == 6134 replace nameshort = "JUDD," if congress == 83 & id == 5083 replace nameshort = "MARSHALL," if congress == 83 & id == 5998 replace nameshort = "ANDERSEN, H" if congress == 83 & id == 158 replace nameshort = "BLATNIK," if congress == 83 & id == 789 replace nameshort = "HAGEN, HARO" if congress == 83 & id == 3902 replace nameshort = "ABERNETHY," if congress == 83 & id == 13 replace nameshort = "WHITTEN," if congress == 83 & id == 10075 replace nameshort = "SMITH, F." if congress == 83 & id == 8616 replace nameshort = "WILLIAMS, J" if congress == 83 & id == 10162 replace nameshort = "WINSTEAD," if congress == 83 & id == 10279 replace nameshort = "COLMER," if congress == 83 & id == 1952 replace nameshort = "KARSTEN," if congress == 83 & id == 5097 replace nameshort = "CURTIS, T." if congress == 83 & id == 2275 replace nameshort = "SULLIVAN," if congress == 83 & id == 9072 replace nameshort = "HILLELSON," if congress == 83 & id == 4431 replace nameshort = "BOLLING," if congress == 83 & id == 835 replace nameshort = "COLE, WILLI" if congress == 83 & id == 1928 replace nameshort = "SHORT," if congress == 83 & id == 8484 replace nameshort = "CARNAHAN," if congress == 83 & id == 1517 replace nameshort = "CANNON," if congress == 83 & id == 1479 replace nameshort = "JONES, P." if congress == 83 & id == 5056 replace nameshort = "MOULDER," if congress == 83 & id == 6765 replace nameshort = "METCALF," if congress == 83 & id == 6442 replace nameshort = "D'EWART" if congress == 83 & id == 2538 replace nameshort = "CURTIS, C." if congress == 83 & id == 2267 replace nameshort = "HRUSKA," if congress == 83 & id == 4660 replace nameshort = "HARRISON, R" if congress == 83 & id == 4134 replace nameshort = "MILLER, A." if congress == 83 & id == 6474 replace nameshort = "YOUNG," if congress == 83 & id == 10437 replace nameshort = "MERROW," if congress == 83 & id == 6437 replace nameshort = "COTTON," if congress == 83 & id == 2087 replace nameshort = "WOLVERTON," if congress == 83 & id == 10314 replace nameshort = "HAND," if congress == 83 & id == 4031 replace nameshort = "AUCHINCLOSS" if congress == 83 & id == 291 replace nameshort = "HOWELL," if congress == 83 & id == 4644 replace nameshort = "FRELINGHUYS" if congress == 83 & id == 3364 replace nameshort = "CASE," if congress == 83 & id == 1569 replace nameshort = "WILLIAMS, H" if congress == 83 & id == 10147 replace nameshort = "WIDNALL," if congress == 83 & id == 10091 replace nameshort = "CANFIELD," if congress == 83 & id == 1476 replace nameshort = "OSMERS," if congress == 83 & id == 7101 replace nameshort = "RODINO" if congress == 83 & id == 8010 replace nameshort = "ADDONIZIO," if congress == 83 & id == 46 replace nameshort = "KEAN," if congress == 83 & id == 5109 replace nameshort = "SIEMINSKI," if congress == 83 & id == 8506 replace nameshort = "HART," if congress == 83 & id == 4142 replace nameshort = "DEMPSEY," if congress == 83 & id == 2490 replace nameshort = "FERNANDEZ," if congress == 83 & id == 3114 replace nameshort = "WAINWRIGHT," if congress == 83 & id == 9716 replace nameshort = "DEROUNIAN," if congress == 83 & id == 2523 replace nameshort = "BECKER," if congress == 83 & id == 563 replace nameshort = "LATHAM," if congress == 83 & id == 5488 replace nameshort = "BOSCH," if congress == 83 & id == 868 replace nameshort = "HOLTZMAN," if congress == 83 & id == 4548 replace nameshort = "DELANEY," if congress == 83 & id == 2476 replace nameshort = "HELLER," if congress == 83 & id == 4290 replace nameshort = "KEOGH," if congress == 83 & id == 5199 replace nameshort = "KELLY," if congress == 83 & id == 5148 replace nameshort = "CELLER," if congress == 83 & id == 1611 replace nameshort = "DORN, F." if congress == 83 & id == 2671 replace nameshort = "MULTER," if congress == 83 & id == 6792 replace nameshort = "ROONEY," if congress == 83 & id == 8049 replace nameshort = "RAY," if congress == 83 & id == 7749 replace nameshort = "POWELL," if congress == 83 & id == 7568 replace nameshort = "COUDERT," if congress == 83 & id == 2089 replace nameshort = "DONOVAN," if congress == 83 & id == 2662 replace nameshort = "KLEIN," if congress == 83 & id == 5317 replace nameshort = "ROOSEVELT," if congress == 83 & id == 8050 replace nameshort = "JAVITS," if congress == 83 & id == 4898 replace nameshort = "FINE," if congress == 83 & id == 3149 replace nameshort = "DOLLINGER," if congress == 83 & id == 2646 replace nameshort = "BUCKLEY," if congress == 83 & id == 1205 replace nameshort = "FINO," if congress == 83 & id == 3158 replace nameshort = "GAMBLE," if congress == 83 & id == 3446 replace nameshort = "GWINN," if congress == 83 & id == 3888 replace nameshort = "ST.GEORGE," if congress == 83 & id == 8177 replace nameshort = "WHARTON," if congress == 83 & id == 9978 replace nameshort = "O'BRIEN, L." if congress == 83 & id == 7003 replace nameshort = "TAYLOR," if congress == 83 & id == 9203 replace nameshort = "KEARNEY," if congress == 83 & id == 5110 replace nameshort = "KILBURN," if congress == 83 & id == 5235 replace nameshort = "WILLIAMS, W" if congress == 83 & id == 10191 replace nameshort = "RIEHLMAN," if congress == 83 & id == 7901 replace nameshort = "TABER," if congress == 83 & id == 9144 replace nameshort = "COLE, W.S." if congress == 83 & id == 1931 replace nameshort = "KEATING," if congress == 83 & id == 5116 replace nameshort = "OSTERTAG," if congress == 83 & id == 7102 replace nameshort = "MILLER, W." if congress == 83 & id == 6516 replace nameshort = "RADWAN," if congress == 83 & id == 7687 replace nameshort = "PILLION," if congress == 83 & id == 7453 replace nameshort = "REED, D." if congress == 83 & id == 7781 replace nameshort = "BONNER," if congress == 83 & id == 846 replace nameshort = "FOUNTAIN," if congress == 83 & id == 3321 replace nameshort = "BARDEN," if congress == 83 & id == 431 replace nameshort = "COOLEY," if congress == 83 & id == 2032 replace nameshort = "CHATHAM," if congress == 83 & id == 1676 replace nameshort = "DURHAM," if congress == 83 & id == 2791 replace nameshort = "CARLYLE," if congress == 83 & id == 1512 replace nameshort = "DEANE," if congress == 83 & id == 2448 replace nameshort = "ALEXANDER," if congress == 83 & id == 82 replace nameshort = "JONAS, C." if congress == 83 & id == 5019 replace nameshort = "JONES, W." if congress == 83 & id == 5071 replace nameshort = "SHUFORD," if congress == 83 & id == 8495 replace nameshort = "BURDICK," if congress == 83 & id == 1254 replace nameshort = "KRUEGER," if congress == 83 & id == 5370 replace nameshort = "SCHERER," if congress == 83 & id == 8260 replace nameshort = "HESS," if congress == 83 & id == 4373 replace nameshort = "SCHENCK," if congress == 83 & id == 8258 replace nameshort = "MCCULLOCH," if congress == 83 & id == 6204 replace nameshort = "CLEVENGER," if congress == 83 & id == 1839 replace nameshort = "POLK," if congress == 83 & id == 7506 replace nameshort = "BROWN, C." if congress == 83 & id == 1104 replace nameshort = "BETTS," if congress == 83 & id == 680 replace nameshort = "REAMS," if congress == 83 & id == 7771 replace nameshort = "JENKINS," if congress == 83 & id == 4917 replace nameshort = "BOLTON, O." if congress == 83 & id == 838 replace nameshort = "VORYS," if congress == 83 & id == 9688 replace nameshort = "WEICHEL," if congress == 83 & id == 9917 replace nameshort = "AYRES," if congress == 83 & id == 310 replace nameshort = "SECREST," if congress == 83 & id == 8341 replace nameshort = "BOW," if congress == 83 & id == 891 replace nameshort = "MCGREGOR," if congress == 83 & id == 6262 replace nameshort = "HAYS, W." if congress == 83 & id == 4247 replace nameshort = "KIRWAN," if congress == 83 & id == 5301 replace nameshort = "FEIGHAN" if congress == 83 & id == 3092 replace nameshort = "CROSSER," if congress == 83 & id == 2199 replace nameshort = "BOLTON, F." if congress == 83 & id == 837 replace nameshort = "BENDER," if congress == 83 & id == 621 replace nameshort = "BELCHER," if congress == 83 & id == 590 replace nameshort = "EDMONDSON," if congress == 83 & id == 2854 replace nameshort = "ALBERT," if congress == 83 & id == 62 replace nameshort = "STEED," if congress == 83 & id == 8866 replace nameshort = "JARMAN," if congress == 83 & id == 4891 replace nameshort = "WICKERSHAM," if congress == 83 & id == 10085 replace nameshort = "NORBLAD," if congress == 83 & id == 6955 replace nameshort = "COON," if congress == 83 & id == 2038 replace nameshort = "ANGELL," if congress == 83 & id == 207 replace nameshort = "ELLSWORTH," if congress == 83 & id == 2935 replace nameshort = "BARRETT," if congress == 83 & id == 465 replace nameshort = "GRANAHAN," if congress == 83 & id == 3744 replace nameshort = "BYRNE," if congress == 83 & id == 1368 replace nameshort = "CHUDOFF," if congress == 83 & id == 1719 replace nameshort = "GREEN," if congress == 83 & id == 3785 replace nameshort = "SCOTT," if congress == 83 & id == 8301 replace nameshort = "JAMES," if congress == 83 & id == 4880 replace nameshort = "KING, K." if congress == 83 & id == 5267 replace nameshort = "DAGUE," if congress == 83 & id == 2298 replace nameshort = "CARRIGG," if congress == 83 & id == 1533 replace nameshort = "BONIN," if congress == 83 & id == 845 replace nameshort = "FENTON," if congress == 83 & id == 3105 replace nameshort = "MCCONNELL," if congress == 83 & id == 6169 replace nameshort = "RHODES, G." if congress == 83 & id == 7844 replace nameshort = "WALTER," if congress == 83 & id == 9791 replace nameshort = "MUMMA," if congress == 83 & id == 6795 replace nameshort = "BUSH," if congress == 83 & id == 1328 replace nameshort = "SIMPSON, R." if congress == 83 & id == 8532 replace nameshort = "STAUFFER," if congress == 83 & id == 8857 replace nameshort = "VAN ZANDT," if congress == 83 & id == 9645 replace nameshort = "KELLEY," if congress == 83 & id == 5136 replace nameshort = "SAYLOR," if congress == 83 & id == 8247 replace nameshort = "GAVIN," if congress == 83 & id == 3510 replace nameshort = "KEARNS," if congress == 83 & id == 5112 replace nameshort = "GRAHAM," if congress == 83 & id == 3737 replace nameshort = "MORGAN," if congress == 83 & id == 6685 replace nameshort = "FULTON," if congress == 83 & id == 3409 replace nameshort = "EBERHARTER," if congress == 83 & id == 2833 replace nameshort = "CORBETT," if congress == 83 & id == 2065 replace nameshort = "BUCHANAN," if congress == 83 & id == 1190 replace nameshort = "FORAND," if congress == 83 & id == 3264 replace nameshort = "FOGARTY," if congress == 83 & id == 3246 replace nameshort = "RIVERS," if congress == 83 & id == 7925 replace nameshort = "RILEY," if congress == 83 & id == 7908 replace nameshort = "DORN, W." if congress == 83 & id == 2672 replace nameshort = "BRYSON," if congress == 83 & id == 1181 replace nameshort = "ASHMORE," if congress == 83 & id == 270 replace nameshort = "RICHARDS," if congress == 83 & id == 7869 replace nameshort = "MCMILLAN," if congress == 83 & id == 6353 replace nameshort = "LOVRE," if congress == 83 & id == 5803 replace nameshort = "BERRY," if congress == 83 & id == 672 replace nameshort = "REECE," if congress == 83 & id == 7777 replace nameshort = "BAKER," if congress == 83 & id == 364 replace nameshort = "FRAZIER," if congress == 83 & id == 3346 replace nameshort = "EVINS," if congress == 83 & id == 3034 replace nameshort = "PRIEST," if congress == 83 & id == 7622 replace nameshort = "SUTTON," if congress == 83 & id == 9099 replace nameshort = "MURRAY," if congress == 83 & id == 6826 replace nameshort = "COOPER," if congress == 83 & id == 2049 replace nameshort = "DAVIS, C." if congress == 83 & id == 2376 replace nameshort = "PATMAN," if congress == 83 & id == 7232 replace nameshort = "BROOKS, J." if congress == 83 & id == 1077 replace nameshort = "GENTRY," if congress == 83 & id == 3529 replace nameshort = "RAYBURN," if congress == 83 & id == 7753 replace nameshort = "WILSON, J." if congress == 83 & id == 10244 replace nameshort = "TEAGUE," if congress == 83 & id == 9241 replace nameshort = "DOWDY," if congress == 83 & id == 2700 replace nameshort = "THOMAS," if congress == 83 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 83 & id == 9320 replace nameshort = "THORNBERRY," if congress == 83 & id == 9356 replace nameshort = "POAGE," if congress == 83 & id == 7498 replace nameshort = "LUCAS," if congress == 83 & id == 5826 replace nameshort = "IKARD," if congress == 83 & id == 4796 replace nameshort = "LYLE," if congress == 83 & id == 5847 replace nameshort = "BENTSEN," if congress == 83 & id == 660 replace nameshort = "REGAN," if congress == 83 & id == 7806 replace nameshort = "BURLESON," if congress == 83 & id == 1282 replace nameshort = "ROGERS, W." if congress == 83 & id == 8035 replace nameshort = "MAHON," if congress == 83 & id == 5924 replace nameshort = "KILDAY," if congress == 83 & id == 5236 replace nameshort = "FISHER," if congress == 83 & id == 3171 replace nameshort = "DIES," if congress == 83 & id == 2588 replace nameshort = "STRINGFELLO" if congress == 83 & id == 9025 replace nameshort = "DAWSON, W.A" if congress == 83 & id == 2430 replace nameshort = "PROUTY," if congress == 83 & id == 7637 replace nameshort = "ROBESON," if congress == 83 & id == 7969 replace nameshort = "HARDY," if congress == 83 & id == 4064 replace nameshort = "GARY" if congress == 83 & id == 3499 replace nameshort = "ABBITT," if congress == 83 & id == 2 replace nameshort = "STANLEY," if congress == 83 & id == 8839 replace nameshort = "TUCK," if congress == 83 & id == 9494 replace nameshort = "POFF," if congress == 83 & id == 7500 replace nameshort = "HARRISON, B" if congress == 83 & id == 4125 replace nameshort = "SMITH, H." if congress == 83 & id == 8636 replace nameshort = "WAMPLER," if congress == 83 & id == 9802 replace nameshort = "BROYHILL," if congress == 83 & id == 1154 replace nameshort = "PELLY," if congress == 83 & id == 7313 replace nameshort = "WESTLAND," if congress == 83 & id == 9968 replace nameshort = "MACK, R." if congress == 83 & id == 5885 replace nameshort = "HOLMES," if congress == 83 & id == 4537 replace nameshort = "HORAN," if congress == 83 & id == 4579 replace nameshort = "TOLLEFSON," if congress == 83 & id == 9409 replace nameshort = "MAGNUSON," if congress == 83 & id == 5912 replace nameshort = "MOLLOHAN," if congress == 83 & id == 6584 replace nameshort = "STAGGERS," if congress == 83 & id == 8824 replace nameshort = "BAILEY," if congress == 83 & id == 339 replace nameshort = "NEAL," if congress == 83 & id == 6851 replace nameshort = "KEE, E." if congress == 83 & id == 5118 replace nameshort = "BYRD," if congress == 83 & id == 1366 replace nameshort = "SMITH, L." if congress == 83 & id == 8663 replace nameshort = "DAVIS, G." if congress == 83 & id == 2383 replace nameshort = "WITHROW," if congress == 83 & id == 10299 replace nameshort = "ZABLOCKI," if congress == 83 & id == 10463 replace nameshort = "KERSTEN," if congress == 83 & id == 5217 replace nameshort = "VAN PELT," if congress == 83 & id == 9627 replace nameshort = "LAIRD," if congress == 83 & id == 5410 replace nameshort = "BYRNES," if congress == 83 & id == 1371 replace nameshort = "HULL," if congress == 83 & id == 4720 replace nameshort = "JOHNSON,LES" if congress == 83 & id == 4977 replace nameshort = "O'KONSKI," if congress == 83 & id == 7046 replace nameshort = "HARRISON, W" if congress == 83 & id == 4139 replace nameshort = "EISENHOWER" if congress == 84 & id == 99901 replace nameshort = "BOYKIN" if congress == 84 & id == 937 replace nameshort = "GRANT" if congress == 84 & id == 3754 replace nameshort = "ANDREWS" if congress == 84 & id == 195 replace nameshort = "ROBERTS" if congress == 84 & id == 7954 replace nameshort = "RAINS" if congress == 84 & id == 7695 replace nameshort = "SELDEN" if congress == 84 & id == 8353 replace nameshort = "ELLIOTT" if congress == 84 & id == 2909 replace nameshort = "JONES, R." if congress == 84 & id == 5058 replace nameshort = "HUDDLESTON" if congress == 84 & id == 4686 replace nameshort = "RHODES, J." if congress == 84 & id == 7845 replace nameshort = "UDALL" if congress == 84 & id == 9549 replace nameshort = "GATHINGS" if congress == 84 & id == 3506 replace nameshort = "MILLS" if congress == 84 & id == 6532 replace nameshort = "TRIMBLE" if congress == 84 & id == 9473 replace nameshort = "HARRIS" if congress == 84 & id == 4110 replace nameshort = "HAYS, B." if congress == 84 & id == 4244 replace nameshort = "NORRELL" if congress == 84 & id == 6958 replace nameshort = "SCUDDER" if congress == 84 & id == 8322 replace nameshort = "ENGLE" if congress == 84 & id == 2965 replace nameshort = "MOSS" if congress == 84 & id == 6756 replace nameshort = "MAILLIARD" if congress == 84 & id == 5929 replace nameshort = "SHELLEY" if congress == 84 & id == 8437 replace nameshort = "BALDWIN" if congress == 84 & id == 387 replace nameshort = "ALLEN, J." if congress == 84 & id == 116 replace nameshort = "MILLER, G." if congress == 84 & id == 6483 replace nameshort = "YOUNGER" if congress == 84 & id == 10461 replace nameshort = "GUBSER" if congress == 84 & id == 3867 replace nameshort = "JOHNSON, L." if congress == 84 & id == 4976 replace nameshort = "SISK" if congress == 84 & id == 8549 replace nameshort = "TEAGUE, C." if congress == 84 & id == 9240 replace nameshort = "HAGEN" if congress == 84 & id == 3901 replace nameshort = "MCDONOUGH" if congress == 84 & id == 6220 replace nameshort = "JACKSON" if congress == 84 & id == 4846 replace nameshort = "KING, C." if congress == 84 & id == 5255 replace nameshort = "HOSMER" if congress == 84 & id == 4592 replace nameshort = "HOLIFIELD" if congress == 84 & id == 4514 replace nameshort = "HINSHAW" if congress == 84 & id == 4450 replace nameshort = "HIESTAND" if congress == 84 & id == 4388 replace nameshort = "HOLT" if congress == 84 & id == 4543 replace nameshort = "DOYLE" if congress == 84 & id == 2713 replace nameshort = "LIPSCOMB" if congress == 84 & id == 5694 replace nameshort = "HILLINGS" if congress == 84 & id == 4437 replace nameshort = "ROOSEVELT" if congress == 84 & id == 8051 replace nameshort = "SHEPPARD" if congress == 84 & id == 8444 replace nameshort = "UTT" if congress == 84 & id == 9578 replace nameshort = "PHILLIPS" if congress == 84 & id == 7415 replace nameshort = "WILSON, R." if congress == 84 & id == 10249 replace nameshort = "ROGERS, B." if congress == 84 & id == 8021 replace nameshort = "HILL" if congress == 84 & id == 4429 replace nameshort = "CHENOWETH" if congress == 84 & id == 1684 replace nameshort = "ASPINALL" if congress == 84 & id == 275 replace nameshort = "DODD" if congress == 84 & id == 2636 replace nameshort = "SEELY-BROWN" if congress == 84 & id == 8346 replace nameshort = "CRETELLA" if congress == 84 & id == 2174 replace nameshort = "MORANO" if congress == 84 & id == 6664 replace nameshort = "PATTERSON" if congress == 84 & id == 7245 replace nameshort = "SADLAK" if congress == 84 & id == 8170 replace nameshort = "MCDOWELL" if congress == 84 & id == 6224 replace nameshort = "CRAMER" if congress == 84 & id == 2143 replace nameshort = "BENNETT, C." if congress == 84 & id == 633 replace nameshort = "SIKES" if congress == 84 & id == 8507 replace nameshort = "FASCELL" if congress == 84 & id == 3078 replace nameshort = "HERLONG" if congress == 84 & id == 4354 replace nameshort = "ROGERS, P." if congress == 84 & id == 8032 replace nameshort = "HALEY" if congress == 84 & id == 3929 replace nameshort = "MATTHEWS" if congress == 84 & id == 6084 replace nameshort = "PRESTON" if congress == 84 & id == 7605 replace nameshort = "PILCHER" if congress == 84 & id == 7450 replace nameshort = "FORRESTER" if congress == 84 & id == 3286 replace nameshort = "FLYNT" if congress == 84 & id == 3242 replace nameshort = "DAVIS, J." if congress == 84 & id == 2389 replace nameshort = "VINSON" if congress == 84 & id == 9677 replace nameshort = "LANHAM" if congress == 84 & id == 5459 replace nameshort = "BLITCH" if congress == 84 & id == 798 replace nameshort = "LANDRUM" if congress == 84 & id == 5436 replace nameshort = "BROWN, P." if congress == 84 & id == 1130 replace nameshort = "PFOST" if congress == 84 & id == 7392 replace nameshort = "BUDGE" if congress == 84 & id == 1215 replace nameshort = "DAWSON, W.L" if congress == 84 & id == 2433 replace nameshort = "O'HARA, B." if congress == 84 & id == 7041 replace nameshort = "MURRAY, J." if congress == 84 & id == 6819 replace nameshort = "MCVEY" if congress == 84 & id == 6389 replace nameshort = "KLUCZYNSKI" if congress == 84 & id == 5326 replace nameshort = "O'BRIEN, T." if congress == 84 & id == 7004 replace nameshort = "BOWLER" if congress == 84 & id == 912 replace nameshort = "GORDON" if congress == 84 & id == 3700 replace nameshort = "YATES" if congress == 84 & id == 10421 replace nameshort = "HOFFMAN, R." if congress == 84 & id == 4493 replace nameshort = "SHEEHAN" if congress == 84 & id == 8426 replace nameshort = "BOYLE" if congress == 84 & id == 939 replace nameshort = "CHURCH" if congress == 84 & id == 1722 replace nameshort = "REED, C." if congress == 84 & id == 7779 replace nameshort = "MASON" if congress == 84 & id == 6061 replace nameshort = "ALLEN, L." if congress == 84 & id == 121 replace nameshort = "ARENDS" if congress == 84 & id == 226 replace nameshort = "VELDE" if congress == 84 & id == 9657 replace nameshort = "CHIPERFIELD" if congress == 84 & id == 1702 replace nameshort = "SIMPSON, S." if congress == 84 & id == 8533 replace nameshort = "MACK, P." if congress == 84 & id == 5884 replace nameshort = "SPRINGER" if congress == 84 & id == 8814 replace nameshort = "VURSELL" if congress == 84 & id == 9693 replace nameshort = "PRICE" if congress == 84 & id == 7610 replace nameshort = "GRAY" if congress == 84 & id == 3769 replace nameshort = "MADDEN" if congress == 84 & id == 5900 replace nameshort = "HALLECK" if congress == 84 & id == 3963 replace nameshort = "CRUMPACKER" if congress == 84 & id == 2227 replace nameshort = "ADAIR" if congress == 84 & id == 18 replace nameshort = "BEAMER" if congress == 84 & id == 550 replace nameshort = "HARDEN" if congress == 84 & id == 4050 replace nameshort = "BRAY" if congress == 84 & id == 986 replace nameshort = "DENTON" if congress == 84 & id == 2517 replace nameshort = "WILSON, E." if congress == 84 & id == 10212 replace nameshort = "HARVEY" if congress == 84 & id == 4165 replace nameshort = "BROWNSON" if congress == 84 & id == 1152 replace nameshort = "SCHWENGEL" if congress == 84 & id == 8288 replace nameshort = "TALLE" if congress == 84 & id == 9168 replace nameshort = "GROSS" if congress == 84 & id == 3853 replace nameshort = "LE COMPTE" if congress == 84 & id == 5552 replace nameshort = "CUNNINGHAM" if congress == 84 & id == 2256 replace nameshort = "DOLLIVER" if congress == 84 & id == 2647 replace nameshort = "JENSEN" if congress == 84 & id == 4928 replace nameshort = "HOEVEN" if congress == 84 & id == 4482 replace nameshort = "AVERY" if congress == 84 & id == 301 replace nameshort = "SCRIVNER" if congress == 84 & id == 8318 replace nameshort = "GEORGE" if congress == 84 & id == 3534 replace nameshort = "REES" if congress == 84 & id == 7799 replace nameshort = "HOPE" if congress == 84 & id == 4562 replace nameshort = "SMITH, W." if congress == 84 & id == 8709 replace nameshort = "GREGORY" if congress == 84 & id == 3809 replace nameshort = "NATCHER" if congress == 84 & id == 6845 replace nameshort = "ROBSION" if congress == 84 & id == 7997 replace nameshort = "CHELF" if congress == 84 & id == 1682 replace nameshort = "SPENCE" if congress == 84 & id == 8778 replace nameshort = "WATTS" if congress == 84 & id == 9882 replace nameshort = "PERKINS" if congress == 84 & id == 7343 replace nameshort = "SILER" if congress == 84 & id == 8508 replace nameshort = "HEBERT" if congress == 84 & id == 4275 replace nameshort = "BOGGS" if congress == 84 & id == 824 replace nameshort = "WILLIS" if congress == 84 & id == 10201 replace nameshort = "BROOKS, O." if congress == 84 & id == 1081 replace nameshort = "PASSMAN" if congress == 84 & id == 7228 replace nameshort = "MORRISON" if congress == 84 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 84 & id == 9339 replace nameshort = "LONG" if congress == 84 & id == 5757 replace nameshort = "HALE" if congress == 84 & id == 3924 replace nameshort = "NELSON" if congress == 84 & id == 6863 replace nameshort = "MCINTIRE" if congress == 84 & id == 6276 replace nameshort = "MILLER, E." if congress == 84 & id == 6481 replace nameshort = "DEVEREUX" if congress == 84 & id == 2531 replace nameshort = "GARMATZ" if congress == 84 & id == 3480 replace nameshort = "FALLON" if congress == 84 & id == 3054 replace nameshort = "LANKFORD" if congress == 84 & id == 5463 replace nameshort = "HYDE" if congress == 84 & id == 4785 replace nameshort = "FRIEDEL" if congress == 84 & id == 3374 replace nameshort = "HESELTON" if congress == 84 & id == 4372 replace nameshort = "BOLAND" if congress == 84 & id == 830 replace nameshort = "PHILBIN" if congress == 84 & id == 7408 replace nameshort = "DONOHUE" if congress == 84 & id == 2660 replace nameshort = "ROGERS, E." if congress == 84 & id == 8024 replace nameshort = "BATES" if congress == 84 & id == 518 replace nameshort = "LANE" if congress == 84 & id == 5447 replace nameshort = "MACDONALD" if congress == 84 & id == 5873 replace nameshort = "NICHOLSON" if congress == 84 & id == 6922 replace nameshort = "CURTIS, L." if congress == 84 & id == 2272 replace nameshort = "O'NEILL" if congress == 84 & id == 7081 replace nameshort = "MCCORMACK" if congress == 84 & id == 6177 replace nameshort = "WIGGLESWORT" if congress == 84 & id == 10095 replace nameshort = "MARTIN" if congress == 84 & id == 6033 replace nameshort = "MACHORWICZ" if congress == 84 & id == 5880 replace nameshort = "MEADER" if congress == 84 & id == 6399 replace nameshort = "JOHANSEN" if congress == 84 & id == 4935 replace nameshort = "HOFFMAN, C." if congress == 84 & id == 4487 replace nameshort = "FORD" if congress == 84 & id == 3268 replace nameshort = "HAYWORTH" if congress == 84 & id == 4251 replace nameshort = "WOLCOTT" if congress == 84 & id == 10303 replace nameshort = "BENTLEY" if congress == 84 & id == 652 replace nameshort = "THOMPSON, R" if congress == 84 & id == 9338 replace nameshort = "CEDERBERG" if congress == 84 & id == 1610 replace nameshort = "KNOX" if congress == 84 & id == 5349 replace nameshort = "BENNETT, J." if congress == 84 & id == 639 replace nameshort = "DIGGS" if congress == 84 & id == 2594 replace nameshort = "RABAUT" if congress == 84 & id == 7682 replace nameshort = "DINGELL" if congress == 84 & id == 2604 replace nameshort = "DINGELL,JR." if congress == 84 & id == 2605 replace nameshort = "LESINSKI" if congress == 84 & id == 5617 replace nameshort = "GRIFFITHS" if congress == 84 & id == 3830 replace nameshort = "DONDERO" if congress == 84 & id == 2653 replace nameshort = "ANDERSEN, A" if congress == 84 & id == 188 replace nameshort = "O'HARA, J." if congress == 84 & id == 7044 replace nameshort = "WIER" if congress == 84 & id == 10092 replace nameshort = "MCCARTHY" if congress == 84 & id == 6134 replace nameshort = "JUDD" if congress == 84 & id == 5083 replace nameshort = "MARSHALL" if congress == 84 & id == 5998 replace nameshort = "ANDERSEN, H" if congress == 84 & id == 158 replace nameshort = "BLATNIK" if congress == 84 & id == 789 replace nameshort = "KNUTSON" if congress == 84 & id == 5351 replace nameshort = "ABERNETHY" if congress == 84 & id == 13 replace nameshort = "WHITTEN" if congress == 84 & id == 10075 replace nameshort = "SMITH, F." if congress == 84 & id == 8616 replace nameshort = "WILLIAMS, J" if congress == 84 & id == 10162 replace nameshort = "WINSTEAD" if congress == 84 & id == 10279 replace nameshort = "COLMER" if congress == 84 & id == 1952 replace nameshort = "KARSTEN" if congress == 84 & id == 5097 replace nameshort = "CURTIS, T." if congress == 84 & id == 2275 replace nameshort = "SULLIVAN" if congress == 84 & id == 9072 replace nameshort = "CHRISTOPHER" if congress == 84 & id == 1717 replace nameshort = "BOLLING" if congress == 84 & id == 835 replace nameshort = "HULL" if congress == 84 & id == 4724 replace nameshort = "SHORT" if congress == 84 & id == 8484 replace nameshort = "CARNAHAN" if congress == 84 & id == 1517 replace nameshort = "CANNON" if congress == 84 & id == 1479 replace nameshort = "JONES, P." if congress == 84 & id == 5056 replace nameshort = "MOULDER" if congress == 84 & id == 6765 replace nameshort = "METCALF" if congress == 84 & id == 6442 replace nameshort = "FJARE" if congress == 84 & id == 3197 replace nameshort = "WEAVER" if congress == 84 & id == 9895 replace nameshort = "CHASE" if congress == 84 & id == 1667 replace nameshort = "HARRISON, R" if congress == 84 & id == 4134 replace nameshort = "MILLER, A." if congress == 84 & id == 6474 replace nameshort = "YOUNG" if congress == 84 & id == 10437 replace nameshort = "MERROW" if congress == 84 & id == 6437 replace nameshort = "BASS, P." if congress == 84 & id == 503 replace nameshort = "WOLVERTON" if congress == 84 & id == 10314 replace nameshort = "HAND" if congress == 84 & id == 4031 replace nameshort = "AUCHINCLOSS" if congress == 84 & id == 291 replace nameshort = "THOMPSON, F" if congress == 84 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 84 & id == 3364 replace nameshort = "WILLIAMS, H" if congress == 84 & id == 10147 replace nameshort = "WIDNALL" if congress == 84 & id == 10091 replace nameshort = "CANFIELD" if congress == 84 & id == 1476 replace nameshort = "OSMERS" if congress == 84 & id == 7101 replace nameshort = "RODINO" if congress == 84 & id == 8010 replace nameshort = "ADDONIZIO" if congress == 84 & id == 46 replace nameshort = "KEAN" if congress == 84 & id == 5109 replace nameshort = "SIEMINSKI" if congress == 84 & id == 8506 replace nameshort = "TUMULTY" if congress == 84 & id == 9505 replace nameshort = "DEMPSEY" if congress == 84 & id == 2490 replace nameshort = "FERNANDEZ" if congress == 84 & id == 3114 replace nameshort = "WAINWRIGHT" if congress == 84 & id == 9716 replace nameshort = "DEROUNIAN" if congress == 84 & id == 2523 replace nameshort = "BECKER" if congress == 84 & id == 563 replace nameshort = "LATHAM" if congress == 84 & id == 5488 replace nameshort = "BOSCH" if congress == 84 & id == 868 replace nameshort = "HOLTZMAN" if congress == 84 & id == 4548 replace nameshort = "DELANEY" if congress == 84 & id == 2476 replace nameshort = "ANFUSO" if congress == 84 & id == 205 replace nameshort = "KEOGH" if congress == 84 & id == 5199 replace nameshort = "KELLY" if congress == 84 & id == 5148 replace nameshort = "CELLER" if congress == 84 & id == 1611 replace nameshort = "DORN, F." if congress == 84 & id == 2671 replace nameshort = "MULTER" if congress == 84 & id == 6792 replace nameshort = "ROONEY" if congress == 84 & id == 8049 replace nameshort = "RAY" if congress == 84 & id == 7749 replace nameshort = "POWELL" if congress == 84 & id == 7568 replace nameshort = "COUDERT" if congress == 84 & id == 2089 replace nameshort = "DONOVAN" if congress == 84 & id == 2662 replace nameshort = "KLEIN" if congress == 84 & id == 5317 replace nameshort = "DAVIDSON" if congress == 84 & id == 2365 replace nameshort = "ZELENKO" if congress == 84 & id == 10464 replace nameshort = "FINE" if congress == 84 & id == 3149 replace nameshort = "HEALEY" if congress == 84 & id == 4262 replace nameshort = "DOLLINGER" if congress == 84 & id == 2646 replace nameshort = "BUCKLEY" if congress == 84 & id == 1205 replace nameshort = "FINO" if congress == 84 & id == 3158 replace nameshort = "GAMBLE" if congress == 84 & id == 3446 replace nameshort = "GWINN" if congress == 84 & id == 3888 replace nameshort = "ST.GEORGE" if congress == 84 & id == 8177 replace nameshort = "WHARTON" if congress == 84 & id == 9978 replace nameshort = "O'BRIEN, L." if congress == 84 & id == 7003 replace nameshort = "TAYLOR" if congress == 84 & id == 9203 replace nameshort = "KEARNEY" if congress == 84 & id == 5110 replace nameshort = "KILBURN" if congress == 84 & id == 5235 replace nameshort = "WILLIAMS, W" if congress == 84 & id == 10191 replace nameshort = "RIEHLMAN" if congress == 84 & id == 7901 replace nameshort = "TABER" if congress == 84 & id == 9144 replace nameshort = "COLE" if congress == 84 & id == 1931 replace nameshort = "KEATING" if congress == 84 & id == 5116 replace nameshort = "OSTERTAG" if congress == 84 & id == 7102 replace nameshort = "MILLER, W." if congress == 84 & id == 6516 replace nameshort = "RADWAN" if congress == 84 & id == 7687 replace nameshort = "PILLION" if congress == 84 & id == 7453 replace nameshort = "REED, D." if congress == 84 & id == 7781 replace nameshort = "BONNER" if congress == 84 & id == 846 replace nameshort = "FOUNTAIN" if congress == 84 & id == 3321 replace nameshort = "BARDEN" if congress == 84 & id == 431 replace nameshort = "COOLEY" if congress == 84 & id == 2032 replace nameshort = "CHATHAM" if congress == 84 & id == 1676 replace nameshort = "DURHAM" if congress == 84 & id == 2791 replace nameshort = "CARLYLE" if congress == 84 & id == 1512 replace nameshort = "DEANE" if congress == 84 & id == 2448 replace nameshort = "ALEXANDER" if congress == 84 & id == 82 replace nameshort = "JONAS" if congress == 84 & id == 5019 replace nameshort = "JONES, W." if congress == 84 & id == 5071 replace nameshort = "SHUFORD" if congress == 84 & id == 8495 replace nameshort = "BURDICK" if congress == 84 & id == 1254 replace nameshort = "KRUEGER" if congress == 84 & id == 5370 replace nameshort = "SCHERER" if congress == 84 & id == 8260 replace nameshort = "HESS" if congress == 84 & id == 4373 replace nameshort = "SCHENCK" if congress == 84 & id == 8258 replace nameshort = "MCCULLOCH" if congress == 84 & id == 6204 replace nameshort = "CLEVENGER" if congress == 84 & id == 1839 replace nameshort = "POLK" if congress == 84 & id == 7506 replace nameshort = "BROWN, C." if congress == 84 & id == 1104 replace nameshort = "BETTS" if congress == 84 & id == 680 replace nameshort = "ASHLEY" if congress == 84 & id == 267 replace nameshort = "JENKINS" if congress == 84 & id == 4917 replace nameshort = "BOLTON, O." if congress == 84 & id == 838 replace nameshort = "VORYS" if congress == 84 & id == 9688 replace nameshort = "BAUMHART" if congress == 84 & id == 521 replace nameshort = "AYRES" if congress == 84 & id == 310 replace nameshort = "HENDERSON" if congress == 84 & id == 4311 replace nameshort = "BOW" if congress == 84 & id == 891 replace nameshort = "MCGREGOR" if congress == 84 & id == 6262 replace nameshort = "HAYS, W." if congress == 84 & id == 4247 replace nameshort = "KIRWAN" if congress == 84 & id == 5301 replace nameshort = "FEIGHAN" if congress == 84 & id == 3092 replace nameshort = "VANIK" if congress == 84 & id == 9623 replace nameshort = "BOLTON, F." if congress == 84 & id == 837 replace nameshort = "MINSHALL" if congress == 84 & id == 6548 replace nameshort = "BELCHER" if congress == 84 & id == 590 replace nameshort = "EDMONDSON" if congress == 84 & id == 2854 replace nameshort = "ALBERT" if congress == 84 & id == 62 replace nameshort = "STEED" if congress == 84 & id == 8866 replace nameshort = "JARMAN" if congress == 84 & id == 4891 replace nameshort = "WICKERSHAM" if congress == 84 & id == 10085 replace nameshort = "NORBLAD" if congress == 84 & id == 6955 replace nameshort = "COON" if congress == 84 & id == 2038 replace nameshort = "GREEN, E." if congress == 84 & id == 3775 replace nameshort = "ELLSWORTH" if congress == 84 & id == 2935 replace nameshort = "BARRETT" if congress == 84 & id == 465 replace nameshort = "GRANAHAN" if congress == 84 & id == 3744 replace nameshort = "BYRNE" if congress == 84 & id == 1368 replace nameshort = "CHUDOFF" if congress == 84 & id == 1719 replace nameshort = "GREEN, W." if congress == 84 & id == 3785 replace nameshort = "SCOTT" if congress == 84 & id == 8301 replace nameshort = "JAMES" if congress == 84 & id == 4880 replace nameshort = "KING, K." if congress == 84 & id == 5267 replace nameshort = "DAGUE" if congress == 84 & id == 2298 replace nameshort = "CARRIGG" if congress == 84 & id == 1533 replace nameshort = "FLOOD" if congress == 84 & id == 3224 replace nameshort = "FENTON" if congress == 84 & id == 3105 replace nameshort = "MCCONNELL" if congress == 84 & id == 6169 replace nameshort = "RHODES, G." if congress == 84 & id == 7844 replace nameshort = "WALTER" if congress == 84 & id == 9791 replace nameshort = "MUMMA" if congress == 84 & id == 6795 replace nameshort = "BUSH" if congress == 84 & id == 1328 replace nameshort = "SIMPSON, R." if congress == 84 & id == 8532 replace nameshort = "QUIGLEY" if congress == 84 & id == 7673 replace nameshort = "VAN ZANDT" if congress == 84 & id == 9645 replace nameshort = "KELLEY" if congress == 84 & id == 5136 replace nameshort = "SAYLOR" if congress == 84 & id == 8247 replace nameshort = "GAVIN" if congress == 84 & id == 3510 replace nameshort = "KEARNS" if congress == 84 & id == 5112 replace nameshort = "CLARK" if congress == 84 & id == 1763 replace nameshort = "MORGAN" if congress == 84 & id == 6685 replace nameshort = "FULTON" if congress == 84 & id == 3409 replace nameshort = "EBERHARTER" if congress == 84 & id == 2833 replace nameshort = "CORBETT" if congress == 84 & id == 2065 replace nameshort = "BUCHANAN" if congress == 84 & id == 1190 replace nameshort = "HOLLAND" if congress == 84 & id == 4518 replace nameshort = "FORAND" if congress == 84 & id == 3264 replace nameshort = "FOGARTY" if congress == 84 & id == 3246 replace nameshort = "RIVERS" if congress == 84 & id == 7925 replace nameshort = "RILEY" if congress == 84 & id == 7908 replace nameshort = "DORN, W." if congress == 84 & id == 2672 replace nameshort = "ASHMORE" if congress == 84 & id == 270 replace nameshort = "RICHARDS" if congress == 84 & id == 7869 replace nameshort = "MCMILLAN" if congress == 84 & id == 6353 replace nameshort = "LOVRE" if congress == 84 & id == 5803 replace nameshort = "BERRY" if congress == 84 & id == 672 replace nameshort = "REECE" if congress == 84 & id == 7777 replace nameshort = "BAKER" if congress == 84 & id == 364 replace nameshort = "FRAZIER" if congress == 84 & id == 3346 replace nameshort = "EVINS" if congress == 84 & id == 3034 replace nameshort = "PRIEST" if congress == 84 & id == 7622 replace nameshort = "BASS, R." if congress == 84 & id == 504 replace nameshort = "MURRAY, T." if congress == 84 & id == 6826 replace nameshort = "COOPER" if congress == 84 & id == 2049 replace nameshort = "DAVIS, C." if congress == 84 & id == 2376 replace nameshort = "PATMAN" if congress == 84 & id == 7232 replace nameshort = "BROOKS, J." if congress == 84 & id == 1077 replace nameshort = "GENTRY" if congress == 84 & id == 3529 replace nameshort = "RAYBURN" if congress == 84 & id == 7753 replace nameshort = "ALGER" if congress == 84 & id == 93 replace nameshort = "TEAGUE, O." if congress == 84 & id == 9241 replace nameshort = "DOWDY" if congress == 84 & id == 2700 replace nameshort = "THOMAS" if congress == 84 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 84 & id == 9320 replace nameshort = "THORNBERRY" if congress == 84 & id == 9356 replace nameshort = "POAGE" if congress == 84 & id == 7498 replace nameshort = "WRIGHT" if congress == 84 & id == 10391 replace nameshort = "IKARD" if congress == 84 & id == 4796 replace nameshort = "BELL" if congress == 84 & id == 608 replace nameshort = "KILGORE" if congress == 84 & id == 5241 replace nameshort = "RUTHERFORD" if congress == 84 & id == 8147 replace nameshort = "BURLESON" if congress == 84 & id == 1282 replace nameshort = "ROGERS, W." if congress == 84 & id == 8035 replace nameshort = "MAHON" if congress == 84 & id == 5924 replace nameshort = "KILDAY" if congress == 84 & id == 5236 replace nameshort = "FISHER" if congress == 84 & id == 3171 replace nameshort = "DIES" if congress == 84 & id == 2588 replace nameshort = "DIXON" if congress == 84 & id == 2616 replace nameshort = "DAWSON, W.A" if congress == 84 & id == 2430 replace nameshort = "PROUTY" if congress == 84 & id == 7637 replace nameshort = "ROBESON" if congress == 84 & id == 7969 replace nameshort = "HARDY" if congress == 84 & id == 4064 replace nameshort = "GARY" if congress == 84 & id == 3499 replace nameshort = "ABBITT" if congress == 84 & id == 2 replace nameshort = "TUCK" if congress == 84 & id == 9494 replace nameshort = "POFF" if congress == 84 & id == 7500 replace nameshort = "HARRISON, B" if congress == 84 & id == 4125 replace nameshort = "SMITH, H." if congress == 84 & id == 8636 replace nameshort = "JENNINGS" if congress == 84 & id == 4927 replace nameshort = "BROYHILL" if congress == 84 & id == 1154 replace nameshort = "PELLY" if congress == 84 & id == 7313 replace nameshort = "WESTLAND" if congress == 84 & id == 9968 replace nameshort = "MACK, R." if congress == 84 & id == 5885 replace nameshort = "HOLMES" if congress == 84 & id == 4537 replace nameshort = "HORAN" if congress == 84 & id == 4579 replace nameshort = "TOLLEFSON" if congress == 84 & id == 9409 replace nameshort = "MAGNUSON" if congress == 84 & id == 5912 replace nameshort = "MOLLOHAN" if congress == 84 & id == 6584 replace nameshort = "STAGGERS" if congress == 84 & id == 8824 replace nameshort = "BAILEY" if congress == 84 & id == 339 replace nameshort = "BURNSIDE" if congress == 84 & id == 1300 replace nameshort = "KEE" if congress == 84 & id == 5118 replace nameshort = "BYRD" if congress == 84 & id == 1366 replace nameshort = "SMITH, L." if congress == 84 & id == 8663 replace nameshort = "DAVIS, G." if congress == 84 & id == 2383 replace nameshort = "WITHROW" if congress == 84 & id == 10299 replace nameshort = "ZABLOCKI" if congress == 84 & id == 10463 replace nameshort = "REUSS" if congress == 84 & id == 7824 replace nameshort = "VAN PELT" if congress == 84 & id == 9627 replace nameshort = "LAIRD" if congress == 84 & id == 5410 replace nameshort = "BYRNES" if congress == 84 & id == 1371 replace nameshort = "JOHNSON, L." if congress == 84 & id == 4977 replace nameshort = "O'KONSKI" if congress == 84 & id == 7046 replace nameshort = "THOMSON, E." if congress == 84 & id == 9350 replace nameshort = "EISENHOWER" if congress == 85 & id == 99901 replace nameshort = "BOYKIN" if congress == 85 & id == 937 replace nameshort = "GRANT" if congress == 85 & id == 3754 replace nameshort = "ANDREWS" if congress == 85 & id == 195 replace nameshort = "ROBERTS" if congress == 85 & id == 7954 replace nameshort = "RAINS" if congress == 85 & id == 7695 replace nameshort = "SELDEN" if congress == 85 & id == 8353 replace nameshort = "ELLIOTT" if congress == 85 & id == 2909 replace nameshort = "JONES, R." if congress == 85 & id == 5058 replace nameshort = "HUDDLESTON" if congress == 85 & id == 4686 replace nameshort = "RHODES, J." if congress == 85 & id == 7845 replace nameshort = "UDALL" if congress == 85 & id == 9549 replace nameshort = "GATHINGS" if congress == 85 & id == 3506 replace nameshort = "MILLS" if congress == 85 & id == 6532 replace nameshort = "TRIMBLE" if congress == 85 & id == 9473 replace nameshort = "HARRIS" if congress == 85 & id == 4110 replace nameshort = "HAYS, B." if congress == 85 & id == 4244 replace nameshort = "NORRELL" if congress == 85 & id == 6958 replace nameshort = "SCUDDER" if congress == 85 & id == 8322 replace nameshort = "ENGLE" if congress == 85 & id == 2965 replace nameshort = "MOSS" if congress == 85 & id == 6756 replace nameshort = "MAILLIARD" if congress == 85 & id == 5929 replace nameshort = "SHELLEY" if congress == 85 & id == 8437 replace nameshort = "BALDWIN" if congress == 85 & id == 387 replace nameshort = "ALLEN, J." if congress == 85 & id == 116 replace nameshort = "MILLER, G." if congress == 85 & id == 6483 replace nameshort = "YOUNGER" if congress == 85 & id == 10461 replace nameshort = "GUBSER" if congress == 85 & id == 3867 replace nameshort = "MCFALL" if congress == 85 & id == 6240 replace nameshort = "SISK" if congress == 85 & id == 8549 replace nameshort = "TEAGUE, C." if congress == 85 & id == 9240 replace nameshort = "HAGEN" if congress == 85 & id == 3901 replace nameshort = "MCDONOUGH" if congress == 85 & id == 6220 replace nameshort = "JACKSON" if congress == 85 & id == 4846 replace nameshort = "KING, CECIL" if congress == 85 & id == 5255 replace nameshort = "HOSMER" if congress == 85 & id == 4592 replace nameshort = "HOLIFIELD" if congress == 85 & id == 4514 replace nameshort = "SMITH, H.A." if congress == 85 & id == 8628 replace nameshort = "HIESTAND" if congress == 85 & id == 4388 replace nameshort = "HOLT" if congress == 85 & id == 4543 replace nameshort = "DOYLE" if congress == 85 & id == 2713 replace nameshort = "LIPSCOMB" if congress == 85 & id == 5694 replace nameshort = "HILLINGS" if congress == 85 & id == 4437 replace nameshort = "ROOSEVELT" if congress == 85 & id == 8051 replace nameshort = "SHEPPARD" if congress == 85 & id == 8444 replace nameshort = "UTT" if congress == 85 & id == 9578 replace nameshort = "SAUND" if congress == 85 & id == 8225 replace nameshort = "WILSON, R." if congress == 85 & id == 10249 replace nameshort = "ROGERS, B." if congress == 85 & id == 8021 replace nameshort = "HILL" if congress == 85 & id == 4429 replace nameshort = "CHENOWETH" if congress == 85 & id == 1684 replace nameshort = "ASPINALL" if congress == 85 & id == 275 replace nameshort = "MAY" if congress == 85 & id == 6102 replace nameshort = "SEELY-BROWN" if congress == 85 & id == 8346 replace nameshort = "CRETELLA" if congress == 85 & id == 2174 replace nameshort = "MORANO" if congress == 85 & id == 6664 replace nameshort = "PATTERSON" if congress == 85 & id == 7245 replace nameshort = "SADLAK" if congress == 85 & id == 8170 replace nameshort = "HASKELL" if congress == 85 & id == 4172 replace nameshort = "CRAMER" if congress == 85 & id == 2143 replace nameshort = "BENNETT, C." if congress == 85 & id == 633 replace nameshort = "SIKES" if congress == 85 & id == 8507 replace nameshort = "FASCELL" if congress == 85 & id == 3078 replace nameshort = "HERLONG" if congress == 85 & id == 4354 replace nameshort = "ROGERS, P." if congress == 85 & id == 8032 replace nameshort = "HALEY" if congress == 85 & id == 3929 replace nameshort = "MATTHEWS" if congress == 85 & id == 6084 replace nameshort = "PRESTON" if congress == 85 & id == 7605 replace nameshort = "PILCHER" if congress == 85 & id == 7450 replace nameshort = "FORRESTER" if congress == 85 & id == 3286 replace nameshort = "FLYNT" if congress == 85 & id == 3242 replace nameshort = "DAVIS, J." if congress == 85 & id == 2389 replace nameshort = "VINSON" if congress == 85 & id == 9677 replace nameshort = "LANHAM" if congress == 85 & id == 5459 replace nameshort = "MITCHELL" if congress == 85 & id == 6559 replace nameshort = "BLITCH" if congress == 85 & id == 798 replace nameshort = "LANDRUM" if congress == 85 & id == 5436 replace nameshort = "BROWN, PAUL" if congress == 85 & id == 1130 replace nameshort = "PFOST" if congress == 85 & id == 7392 replace nameshort = "BUDGE" if congress == 85 & id == 1215 replace nameshort = "DAWSON, W.L" if congress == 85 & id == 2433 replace nameshort = "O'HARA, B." if congress == 85 & id == 7041 replace nameshort = "BYRNE, E." if congress == 85 & id == 1367 replace nameshort = "MCVEY" if congress == 85 & id == 6389 replace nameshort = "KLUCZYNSKI" if congress == 85 & id == 5326 replace nameshort = "O'BRIEN" if congress == 85 & id == 7004 replace nameshort = "BOWLER" if congress == 85 & id == 912 replace nameshort = "LIBONATI" if congress == 85 & id == 5654 replace nameshort = "GORDON" if congress == 85 & id == 3700 replace nameshort = "YATES" if congress == 85 & id == 10421 replace nameshort = "COLLIER" if congress == 85 & id == 1941 replace nameshort = "SHEEHAN" if congress == 85 & id == 8426 replace nameshort = "BOYLE" if congress == 85 & id == 939 replace nameshort = "CHURCH" if congress == 85 & id == 1722 replace nameshort = "KEENEY" if congress == 85 & id == 5120 replace nameshort = "MASON" if congress == 85 & id == 6061 replace nameshort = "ALLEN, L." if congress == 85 & id == 121 replace nameshort = "ARENDS" if congress == 85 & id == 226 replace nameshort = "MICHEL" if congress == 85 & id == 6455 replace nameshort = "CHIPERFIELD" if congress == 85 & id == 1702 replace nameshort = "SIMPSON, S." if congress == 85 & id == 8533 replace nameshort = "MACK, P." if congress == 85 & id == 5884 replace nameshort = "SPRINGER" if congress == 85 & id == 8814 replace nameshort = "VURSELL" if congress == 85 & id == 9693 replace nameshort = "PRICE" if congress == 85 & id == 7610 replace nameshort = "GRAY" if congress == 85 & id == 3769 replace nameshort = "MADDEN" if congress == 85 & id == 5900 replace nameshort = "HALLECK" if congress == 85 & id == 3963 replace nameshort = "NIMTZ" if congress == 85 & id == 6933 replace nameshort = "ADAIR" if congress == 85 & id == 18 replace nameshort = "BEAMER" if congress == 85 & id == 550 replace nameshort = "HARDEN" if congress == 85 & id == 4050 replace nameshort = "BRAY" if congress == 85 & id == 986 replace nameshort = "DENTON" if congress == 85 & id == 2517 replace nameshort = "WILSON, E." if congress == 85 & id == 10212 replace nameshort = "HARVEY" if congress == 85 & id == 4165 replace nameshort = "BROWNSON" if congress == 85 & id == 1152 replace nameshort = "SCHWENGEL" if congress == 85 & id == 8288 replace nameshort = "TALLE" if congress == 85 & id == 9168 replace nameshort = "GROSS" if congress == 85 & id == 3853 replace nameshort = "LE COMPTE" if congress == 85 & id == 5552 replace nameshort = "CUNNINGHAM" if congress == 85 & id == 2256 replace nameshort = "COAD" if congress == 85 & id == 1861 replace nameshort = "JENSEN" if congress == 85 & id == 4928 replace nameshort = "HOEVEN" if congress == 85 & id == 4482 replace nameshort = "AVERY" if congress == 85 & id == 301 replace nameshort = "SCRIVNER" if congress == 85 & id == 8318 replace nameshort = "GEORGE" if congress == 85 & id == 3534 replace nameshort = "REES" if congress == 85 & id == 7799 replace nameshort = "BREEDING" if congress == 85 & id == 997 replace nameshort = "SMITH, W." if congress == 85 & id == 8709 replace nameshort = "GREGORY" if congress == 85 & id == 3809 replace nameshort = "NATCHER" if congress == 85 & id == 6845 replace nameshort = "ROBSION" if congress == 85 & id == 7997 replace nameshort = "CHELF" if congress == 85 & id == 1682 replace nameshort = "SPENCE" if congress == 85 & id == 8778 replace nameshort = "WATTS" if congress == 85 & id == 9882 replace nameshort = "PERKINS" if congress == 85 & id == 7343 replace nameshort = "SILER" if congress == 85 & id == 8508 replace nameshort = "HEBERT" if congress == 85 & id == 4275 replace nameshort = "BOGGS" if congress == 85 & id == 824 replace nameshort = "WILLIS" if congress == 85 & id == 10201 replace nameshort = "BROOKS, O." if congress == 85 & id == 1081 replace nameshort = "PASSMAN" if congress == 85 & id == 7228 replace nameshort = "MORRISON" if congress == 85 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 85 & id == 9339 replace nameshort = "LONG" if congress == 85 & id == 5757 replace nameshort = "HALE" if congress == 85 & id == 3924 replace nameshort = "COFFIN" if congress == 85 & id == 1904 replace nameshort = "MCINTIRE" if congress == 85 & id == 6276 replace nameshort = "MILLER, E." if congress == 85 & id == 6481 replace nameshort = "DEVEREUX" if congress == 85 & id == 2531 replace nameshort = "GARMATZ" if congress == 85 & id == 3480 replace nameshort = "FALLON" if congress == 85 & id == 3054 replace nameshort = "LANKFORD" if congress == 85 & id == 5463 replace nameshort = "HYDE" if congress == 85 & id == 4785 replace nameshort = "FRIEDEL" if congress == 85 & id == 3374 replace nameshort = "HESELTON" if congress == 85 & id == 4372 replace nameshort = "BOLAND" if congress == 85 & id == 830 replace nameshort = "PHILBIN" if congress == 85 & id == 7408 replace nameshort = "DONOHUE" if congress == 85 & id == 2660 replace nameshort = "ROGERS, E." if congress == 85 & id == 8024 replace nameshort = "BATES" if congress == 85 & id == 518 replace nameshort = "LANE" if congress == 85 & id == 5447 replace nameshort = "MACDONALD" if congress == 85 & id == 5873 replace nameshort = "NICHOLSON" if congress == 85 & id == 6922 replace nameshort = "CURTIS, L." if congress == 85 & id == 2272 replace nameshort = "O'NEILL" if congress == 85 & id == 7081 replace nameshort = "MCCORMACK" if congress == 85 & id == 6177 replace nameshort = "WIGGLESWORT" if congress == 85 & id == 10095 replace nameshort = "MARTIN" if congress == 85 & id == 6033 replace nameshort = "MACHROWICZ" if congress == 85 & id == 5880 replace nameshort = "MEADER" if congress == 85 & id == 6399 replace nameshort = "JOHANSEN" if congress == 85 & id == 4935 replace nameshort = "HOFFMAN" if congress == 85 & id == 4487 replace nameshort = "FORD" if congress == 85 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 85 & id == 1620 replace nameshort = "MCINTOSH" if congress == 85 & id == 6280 replace nameshort = "BENTLEY" if congress == 85 & id == 652 replace nameshort = "GRIFFIN" if congress == 85 & id == 3824 replace nameshort = "CEDERBERG" if congress == 85 & id == 1610 replace nameshort = "KNOX" if congress == 85 & id == 5349 replace nameshort = "BENNETT, J." if congress == 85 & id == 639 replace nameshort = "DIGGS" if congress == 85 & id == 2594 replace nameshort = "RABAUT" if congress == 85 & id == 7682 replace nameshort = "DINGELL" if congress == 85 & id == 2605 replace nameshort = "LESINSKI" if congress == 85 & id == 5617 replace nameshort = "GRIFFITHS" if congress == 85 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 85 & id == 1087 replace nameshort = "ANDRESEN, A" if congress == 85 & id == 188 replace nameshort = "QUIE" if congress == 85 & id == 7671 replace nameshort = "O'HARA, J." if congress == 85 & id == 7044 replace nameshort = "WIER" if congress == 85 & id == 10092 replace nameshort = "MCCARTHY" if congress == 85 & id == 6134 replace nameshort = "JUDD" if congress == 85 & id == 5083 replace nameshort = "MARSHALL" if congress == 85 & id == 5998 replace nameshort = "ANDERSEN, H" if congress == 85 & id == 158 replace nameshort = "BLATNIK" if congress == 85 & id == 789 replace nameshort = "KNUTSON" if congress == 85 & id == 5351 replace nameshort = "ABERNETHY" if congress == 85 & id == 13 replace nameshort = "WHITTEN" if congress == 85 & id == 10075 replace nameshort = "SMITH, F." if congress == 85 & id == 8616 replace nameshort = "WILLIAMS, J" if congress == 85 & id == 10162 replace nameshort = "WINSTEAD" if congress == 85 & id == 10279 replace nameshort = "COLMER" if congress == 85 & id == 1952 replace nameshort = "KARSTEN" if congress == 85 & id == 5097 replace nameshort = "CURTIS, T." if congress == 85 & id == 2275 replace nameshort = "SULLIVAN" if congress == 85 & id == 9072 replace nameshort = "CHRISTOPHER" if congress == 85 & id == 1717 replace nameshort = "BOLLING" if congress == 85 & id == 835 replace nameshort = "HULL" if congress == 85 & id == 4724 replace nameshort = "BROWN, CHAR" if congress == 85 & id == 1103 replace nameshort = "CARNAHAN" if congress == 85 & id == 1517 replace nameshort = "CANNON" if congress == 85 & id == 1479 replace nameshort = "JONES, P." if congress == 85 & id == 5056 replace nameshort = "MOULDER" if congress == 85 & id == 6765 replace nameshort = "METCALF" if congress == 85 & id == 6442 replace nameshort = "ANDERSON, L" if congress == 85 & id == 177 replace nameshort = "WEAVER" if congress == 85 & id == 9895 replace nameshort = "CUNNINGHAM" if congress == 85 & id == 2255 replace nameshort = "HARRISON, R" if congress == 85 & id == 4134 replace nameshort = "MILLER, A." if congress == 85 & id == 6474 replace nameshort = "BARING" if congress == 85 & id == 433 replace nameshort = "MERROW" if congress == 85 & id == 6437 replace nameshort = "BASS, P." if congress == 85 & id == 503 replace nameshort = "WOLVERTON" if congress == 85 & id == 10314 replace nameshort = "GLENN" if congress == 85 & id == 3629 replace nameshort = "AUCHINCLOSS" if congress == 85 & id == 291 replace nameshort = "THOMPSON, F" if congress == 85 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 85 & id == 3364 replace nameshort = "DWYER" if congress == 85 & id == 2804 replace nameshort = "WIDNALL" if congress == 85 & id == 10091 replace nameshort = "CANFIELD" if congress == 85 & id == 1476 replace nameshort = "OSMERS" if congress == 85 & id == 7101 replace nameshort = "RODINO" if congress == 85 & id == 8010 replace nameshort = "ADDONIZIO" if congress == 85 & id == 46 replace nameshort = "KEAN" if congress == 85 & id == 5109 replace nameshort = "SIEMINSKI" if congress == 85 & id == 8506 replace nameshort = "DELLAY" if congress == 85 & id == 2484 replace nameshort = "DELLAY" if congress == 85 & id == 92484 replace nameshort = "MONTOYA" if congress == 85 & id == 6611 replace nameshort = "DEMPSEY" if congress == 85 & id == 2490 replace nameshort = "WAINWRIGHT" if congress == 85 & id == 9716 replace nameshort = "DEROUNIAN" if congress == 85 & id == 2523 replace nameshort = "BECKER" if congress == 85 & id == 563 replace nameshort = "LATHAM" if congress == 85 & id == 5488 replace nameshort = "BOSCH" if congress == 85 & id == 868 replace nameshort = "HOLTZMAN" if congress == 85 & id == 4548 replace nameshort = "DELANEY" if congress == 85 & id == 2476 replace nameshort = "ANFUSO" if congress == 85 & id == 205 replace nameshort = "KEOGH" if congress == 85 & id == 5199 replace nameshort = "KELLY" if congress == 85 & id == 5148 replace nameshort = "CELLER" if congress == 85 & id == 1611 replace nameshort = "DORN, F." if congress == 85 & id == 2671 replace nameshort = "MULTER" if congress == 85 & id == 6792 replace nameshort = "ROONEY" if congress == 85 & id == 8049 replace nameshort = "RAY" if congress == 85 & id == 7749 replace nameshort = "POWELL" if congress == 85 & id == 7568 replace nameshort = "COUDERT" if congress == 85 & id == 2089 replace nameshort = "SANTANGELO" if congress == 85 & id == 8214 replace nameshort = "FARBSTEIN" if congress == 85 & id == 3056 replace nameshort = "TELLER" if congress == 85 & id == 9248 replace nameshort = "ZELENKO" if congress == 85 & id == 10464 replace nameshort = "HEALEY" if congress == 85 & id == 4262 replace nameshort = "DOLLINGER" if congress == 85 & id == 2646 replace nameshort = "BUCKLEY" if congress == 85 & id == 1205 replace nameshort = "FINO" if congress == 85 & id == 3158 replace nameshort = "DOOLEY" if congress == 85 & id == 2665 replace nameshort = "GWINN" if congress == 85 & id == 3888 replace nameshort = "ST.GEORGE" if congress == 85 & id == 8177 replace nameshort = "WHARTON" if congress == 85 & id == 9978 replace nameshort = "O'BRIEN" if congress == 85 & id == 7003 replace nameshort = "TAYLOR" if congress == 85 & id == 9203 replace nameshort = "KEARNEY" if congress == 85 & id == 5110 replace nameshort = "KILBURN" if congress == 85 & id == 5235 replace nameshort = "WILLIAMS, W" if congress == 85 & id == 10191 replace nameshort = "RIEHLMAN" if congress == 85 & id == 7901 replace nameshort = "TABER" if congress == 85 & id == 9144 replace nameshort = "COLE" if congress == 85 & id == 1931 replace nameshort = "ROBISON" if congress == 85 & id == 7995 replace nameshort = "KEATING" if congress == 85 & id == 5116 replace nameshort = "OSTERTAG" if congress == 85 & id == 7102 replace nameshort = "MILLER, W." if congress == 85 & id == 6516 replace nameshort = "RADWAN" if congress == 85 & id == 7687 replace nameshort = "PILLION" if congress == 85 & id == 7453 replace nameshort = "REED, D." if congress == 85 & id == 7781 replace nameshort = "BONNER" if congress == 85 & id == 846 replace nameshort = "FOUNTAIN" if congress == 85 & id == 3321 replace nameshort = "BARDEN" if congress == 85 & id == 431 replace nameshort = "COOLEY" if congress == 85 & id == 2032 replace nameshort = "SCOTT, R." if congress == 85 & id == 8311 replace nameshort = "DURHAM" if congress == 85 & id == 2791 replace nameshort = "LENNON" if congress == 85 & id == 5606 replace nameshort = "KITCHIN" if congress == 85 & id == 5306 replace nameshort = "ALEXANDER" if congress == 85 & id == 82 replace nameshort = "JONAS" if congress == 85 & id == 5019 replace nameshort = "WHITENER" if congress == 85 & id == 10060 replace nameshort = "SHUFORD" if congress == 85 & id == 8495 replace nameshort = "KRUEGER" if congress == 85 & id == 5370 replace nameshort = "BURDICK" if congress == 85 & id == 1254 replace nameshort = "SCHERER" if congress == 85 & id == 8260 replace nameshort = "HESS" if congress == 85 & id == 4373 replace nameshort = "SCHENCK" if congress == 85 & id == 8258 replace nameshort = "MCCULLOCH" if congress == 85 & id == 6204 replace nameshort = "CLEVENGER" if congress == 85 & id == 1839 replace nameshort = "POLK" if congress == 85 & id == 7506 replace nameshort = "BROWN, CLAR" if congress == 85 & id == 1104 replace nameshort = "BETTS" if congress == 85 & id == 680 replace nameshort = "ASHLEY" if congress == 85 & id == 267 replace nameshort = "JENKINS" if congress == 85 & id == 4917 replace nameshort = "DENNISON" if congress == 85 & id == 2504 replace nameshort = "VORYS" if congress == 85 & id == 9688 replace nameshort = "BAUMHART" if congress == 85 & id == 521 replace nameshort = "AYRES" if congress == 85 & id == 310 replace nameshort = "HENDERSON" if congress == 85 & id == 4311 replace nameshort = "BOW" if congress == 85 & id == 891 replace nameshort = "MCGREGOR" if congress == 85 & id == 6262 replace nameshort = "HAYS, W." if congress == 85 & id == 4247 replace nameshort = "KIRWIN" if congress == 85 & id == 5301 replace nameshort = "FEIGHAN" if congress == 85 & id == 3092 replace nameshort = "VANIK" if congress == 85 & id == 9623 replace nameshort = "BOLTON" if congress == 85 & id == 837 replace nameshort = "MINSHALL" if congress == 85 & id == 6548 replace nameshort = "BELCHER" if congress == 85 & id == 590 replace nameshort = "EDMONDSON" if congress == 85 & id == 2854 replace nameshort = "ALBERT" if congress == 85 & id == 62 replace nameshort = "STEED" if congress == 85 & id == 8866 replace nameshort = "JARMAN" if congress == 85 & id == 4891 replace nameshort = "MORRIS" if congress == 85 & id == 6718 replace nameshort = "NORBLAD" if congress == 85 & id == 6955 replace nameshort = "ULLMAN" if congress == 85 & id == 9551 replace nameshort = "GREEN, E." if congress == 85 & id == 3775 replace nameshort = "PORTER" if congress == 85 & id == 7533 replace nameshort = "BARRETT" if congress == 85 & id == 465 replace nameshort = "GRANAHAN" if congress == 85 & id == 3743 replace nameshort = "BYRNE, J." if congress == 85 & id == 1368 replace nameshort = "CHUDOFF" if congress == 85 & id == 1719 replace nameshort = "NIX" if congress == 85 & id == 6936 replace nameshort = "GREEN, W." if congress == 85 & id == 3785 replace nameshort = "SCOTT, H." if congress == 85 & id == 8301 replace nameshort = "JAMES" if congress == 85 & id == 4880 replace nameshort = "CURTIN" if congress == 85 & id == 2266 replace nameshort = "DAGUE" if congress == 85 & id == 2298 replace nameshort = "CARRIGG" if congress == 85 & id == 1533 replace nameshort = "FLOOD" if congress == 85 & id == 3224 replace nameshort = "FENTON" if congress == 85 & id == 3105 replace nameshort = "MCCONNELL" if congress == 85 & id == 6169 replace nameshort = "LAFORE" if congress == 85 & id == 5404 replace nameshort = "RHODES, G." if congress == 85 & id == 7844 replace nameshort = "WALTER" if congress == 85 & id == 9791 replace nameshort = "MUMMA" if congress == 85 & id == 6795 replace nameshort = "BUSH" if congress == 85 & id == 1328 replace nameshort = "SIMPSON, R." if congress == 85 & id == 8532 replace nameshort = "STAUFFER" if congress == 85 & id == 8857 replace nameshort = "VAN ZANDT" if congress == 85 & id == 9645 replace nameshort = "KELLEY" if congress == 85 & id == 5136 replace nameshort = "DENT" if congress == 85 & id == 2513 replace nameshort = "SAYLOR" if congress == 85 & id == 8247 replace nameshort = "GAVIN" if congress == 85 & id == 3510 replace nameshort = "KEARNS" if congress == 85 & id == 5112 replace nameshort = "CLARK" if congress == 85 & id == 1763 replace nameshort = "MORGAN" if congress == 85 & id == 6685 replace nameshort = "FULTON" if congress == 85 & id == 3409 replace nameshort = "EBERHARTER" if congress == 85 & id == 2833 replace nameshort = "CORBETT" if congress == 85 & id == 2065 replace nameshort = "HOLLAND" if congress == 85 & id == 4518 replace nameshort = "FORAND" if congress == 85 & id == 3264 replace nameshort = "FOGARTY" if congress == 85 & id == 3246 replace nameshort = "RIVERS" if congress == 85 & id == 7925 replace nameshort = "RILEY" if congress == 85 & id == 7908 replace nameshort = "DORN, W." if congress == 85 & id == 2672 replace nameshort = "ASHMORE" if congress == 85 & id == 270 replace nameshort = "HEMPHILL" if congress == 85 & id == 4299 replace nameshort = "MCMILLAN" if congress == 85 & id == 6353 replace nameshort = "MCGOVERN" if congress == 85 & id == 6256 replace nameshort = "BERRY" if congress == 85 & id == 672 replace nameshort = "REECE" if congress == 85 & id == 7777 replace nameshort = "BAKER" if congress == 85 & id == 364 replace nameshort = "FRAZIER" if congress == 85 & id == 3346 replace nameshort = "EVINS" if congress == 85 & id == 3034 replace nameshort = "LOSER" if congress == 85 & id == 5783 replace nameshort = "BASS, R." if congress == 85 & id == 504 replace nameshort = "MURRAY" if congress == 85 & id == 6826 replace nameshort = "COOPER" if congress == 85 & id == 2049 replace nameshort = "EVERETT" if congress == 85 & id == 3028 replace nameshort = "DAVIS, C." if congress == 85 & id == 2376 replace nameshort = "PATMAN" if congress == 85 & id == 7232 replace nameshort = "BROOKS, J." if congress == 85 & id == 1077 replace nameshort = "BECKWORTH" if congress == 85 & id == 567 replace nameshort = "RAYBURN" if congress == 85 & id == 7753 replace nameshort = "ALGER" if congress == 85 & id == 93 replace nameshort = "TEAGUE, O." if congress == 85 & id == 9241 replace nameshort = "DOWDY" if congress == 85 & id == 2700 replace nameshort = "THOMAS" if congress == 85 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 85 & id == 9320 replace nameshort = "THORNBERRY" if congress == 85 & id == 9356 replace nameshort = "POAGE" if congress == 85 & id == 7498 replace nameshort = "WRIGHT" if congress == 85 & id == 10391 replace nameshort = "IKARD" if congress == 85 & id == 4796 replace nameshort = "YOUNG" if congress == 85 & id == 10446 replace nameshort = "KILGORE" if congress == 85 & id == 5241 replace nameshort = "RUTHERFORD" if congress == 85 & id == 8147 replace nameshort = "BURLESON" if congress == 85 & id == 1282 replace nameshort = "ROGERS, W." if congress == 85 & id == 8035 replace nameshort = "MAHON" if congress == 85 & id == 5924 replace nameshort = "KILDAY" if congress == 85 & id == 5236 replace nameshort = "FISHER" if congress == 85 & id == 3171 replace nameshort = "DIES" if congress == 85 & id == 2588 replace nameshort = "DIXON" if congress == 85 & id == 2616 replace nameshort = "DAWSON, W.A" if congress == 85 & id == 2430 replace nameshort = "PROUTY" if congress == 85 & id == 7637 replace nameshort = "ROBESON" if congress == 85 & id == 7969 replace nameshort = "HARDY" if congress == 85 & id == 4064 replace nameshort = "GARY" if congress == 85 & id == 3499 replace nameshort = "ABBITT" if congress == 85 & id == 2 replace nameshort = "TUCK" if congress == 85 & id == 9494 replace nameshort = "POFF" if congress == 85 & id == 7500 replace nameshort = "HARRISON, B" if congress == 85 & id == 4125 replace nameshort = "SMITH, HOWA" if congress == 85 & id == 8636 replace nameshort = "JENNINGS" if congress == 85 & id == 4927 replace nameshort = "BROYHILL" if congress == 85 & id == 1154 replace nameshort = "PELLY" if congress == 85 & id == 7313 replace nameshort = "WESTLAND" if congress == 85 & id == 9968 replace nameshort = "MACK, R." if congress == 85 & id == 5885 replace nameshort = "HOLMES" if congress == 85 & id == 4537 replace nameshort = "HORAN" if congress == 85 & id == 4579 replace nameshort = "TOLLEFSON" if congress == 85 & id == 9409 replace nameshort = "MAGNUSON" if congress == 85 & id == 5912 replace nameshort = "MOORE" if congress == 85 & id == 6626 replace nameshort = "STAGGERS" if congress == 85 & id == 8824 replace nameshort = "BAILEY" if congress == 85 & id == 339 replace nameshort = "NEAL" if congress == 85 & id == 6851 replace nameshort = "KEE" if congress == 85 & id == 5118 replace nameshort = "BYRD" if congress == 85 & id == 1366 replace nameshort = "SMITH, L." if congress == 85 & id == 8663 replace nameshort = "TEWES" if congress == 85 & id == 9267 replace nameshort = "WITHROW" if congress == 85 & id == 10299 replace nameshort = "ZABLOCKI" if congress == 85 & id == 10463 replace nameshort = "REUSS" if congress == 85 & id == 7824 replace nameshort = "VAN PELT" if congress == 85 & id == 9627 replace nameshort = "LAIRD" if congress == 85 & id == 5410 replace nameshort = "BYRNES" if congress == 85 & id == 1371 replace nameshort = "JOHNSON" if congress == 85 & id == 4977 replace nameshort = "O'KONSKI" if congress == 85 & id == 7046 replace nameshort = "THOMSON" if congress == 85 & id == 9350 replace nameshort = "EISENHOWER" if congress == 86 & id == 99901 replace nameshort = "BOYKIN" if congress == 86 & id == 937 replace nameshort = "GRANT" if congress == 86 & id == 3754 replace nameshort = "ANDREWS" if congress == 86 & id == 195 replace nameshort = "ROBERTS" if congress == 86 & id == 7954 replace nameshort = "RAINS" if congress == 86 & id == 7695 replace nameshort = "SELDEN" if congress == 86 & id == 8353 replace nameshort = "ELLIOTT, C." if congress == 86 & id == 2909 replace nameshort = "JONES, R." if congress == 86 & id == 5058 replace nameshort = "HUDDLESTON" if congress == 86 & id == 4686 replace nameshort = "RIVERS, R." if congress == 86 & id == 7926 replace nameshort = "RHODES, J." if congress == 86 & id == 7845 replace nameshort = "UDALL" if congress == 86 & id == 9549 replace nameshort = "GATHINGS" if congress == 86 & id == 3506 replace nameshort = "MILLS" if congress == 86 & id == 6532 replace nameshort = "TRIMBLE" if congress == 86 & id == 9473 replace nameshort = "HARRIS" if congress == 86 & id == 4110 replace nameshort = "ALFORD" if congress == 86 & id == 92 replace nameshort = "NORRELL" if congress == 86 & id == 6958 replace nameshort = "MILLER, C." if congress == 86 & id == 6477 replace nameshort = "JOHNSON, H." if congress == 86 & id == 4957 replace nameshort = "MOSS" if congress == 86 & id == 6756 replace nameshort = "MAILLIARD" if congress == 86 & id == 5929 replace nameshort = "SHELLEY" if congress == 86 & id == 8437 replace nameshort = "BALDWIN" if congress == 86 & id == 387 replace nameshort = "COHELAN" if congress == 86 & id == 1911 replace nameshort = "MILLER, G." if congress == 86 & id == 6483 replace nameshort = "YOUNGER" if congress == 86 & id == 10461 replace nameshort = "GUBSER" if congress == 86 & id == 3867 replace nameshort = "MCFALL" if congress == 86 & id == 6240 replace nameshort = "SISK" if congress == 86 & id == 8549 replace nameshort = "TEAGUE, C." if congress == 86 & id == 9240 replace nameshort = "HAGEN" if congress == 86 & id == 3901 replace nameshort = "MCDONOUGH" if congress == 86 & id == 6220 replace nameshort = "JACKSON" if congress == 86 & id == 4846 replace nameshort = "KING, C." if congress == 86 & id == 5255 replace nameshort = "HOSMER" if congress == 86 & id == 4592 replace nameshort = "HOLIFIELD" if congress == 86 & id == 4514 replace nameshort = "SMITH, H.A." if congress == 86 & id == 8628 replace nameshort = "HIESTAND" if congress == 86 & id == 4388 replace nameshort = "HOLT" if congress == 86 & id == 4543 replace nameshort = "DOYLE" if congress == 86 & id == 2713 replace nameshort = "LIPSCOMB" if congress == 86 & id == 5694 replace nameshort = "KASEM" if congress == 86 & id == 5099 replace nameshort = "ROOSEVELT" if congress == 86 & id == 8051 replace nameshort = "SHEPPARD" if congress == 86 & id == 8444 replace nameshort = "UTT" if congress == 86 & id == 9578 replace nameshort = "SAUND" if congress == 86 & id == 8225 replace nameshort = "WILSON, R." if congress == 86 & id == 10249 replace nameshort = "ROGERS, B." if congress == 86 & id == 8021 replace nameshort = "JOHNSON, B." if congress == 86 & id == 4943 replace nameshort = "CHENOWETH" if congress == 86 & id == 1684 replace nameshort = "ASPINALL" if congress == 86 & id == 275 replace nameshort = "DADDARIO" if congress == 86 & id == 2295 replace nameshort = "BOWLES" if congress == 86 & id == 913 replace nameshort = "GIAIMO" if congress == 86 & id == 3553 replace nameshort = "IRWIN" if congress == 86 & id == 4824 replace nameshort = "MONAGAN" if congress == 86 & id == 6586 replace nameshort = "KOWALSKI" if congress == 86 & id == 5362 replace nameshort = "MCDOWELL" if congress == 86 & id == 6224 replace nameshort = "CRAMER" if congress == 86 & id == 2143 replace nameshort = "BENNETT, C." if congress == 86 & id == 633 replace nameshort = "SIKES" if congress == 86 & id == 8507 replace nameshort = "FASCELL" if congress == 86 & id == 3078 replace nameshort = "HERLONG" if congress == 86 & id == 4354 replace nameshort = "ROGERS, P." if congress == 86 & id == 8032 replace nameshort = "HALEY" if congress == 86 & id == 3929 replace nameshort = "MATTHEWS" if congress == 86 & id == 6084 replace nameshort = "PRESTON" if congress == 86 & id == 7605 replace nameshort = "PILCHER" if congress == 86 & id == 7450 replace nameshort = "FORRESTER" if congress == 86 & id == 3286 replace nameshort = "FLYNT" if congress == 86 & id == 3242 replace nameshort = "DAVIS, J." if congress == 86 & id == 2389 replace nameshort = "VINSON" if congress == 86 & id == 9677 replace nameshort = "MITCHELL" if congress == 86 & id == 6559 replace nameshort = "BLITCH" if congress == 86 & id == 798 replace nameshort = "LANDRUM" if congress == 86 & id == 5436 replace nameshort = "BROWN, PAUL" if congress == 86 & id == 1130 replace nameshort = "INOUYE" if congress == 86 & id == 4812 replace nameshort = "PFOST" if congress == 86 & id == 7392 replace nameshort = "BUDGE" if congress == 86 & id == 1215 replace nameshort = "DAWSON" if congress == 86 & id == 2433 replace nameshort = "O'HARA, B." if congress == 86 & id == 7041 replace nameshort = "MURPHY" if congress == 86 & id == 6816 replace nameshort = "DERWINSKI" if congress == 86 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 86 & id == 5326 replace nameshort = "O'BRIEN, T." if congress == 86 & id == 7004 replace nameshort = "LIBONATI" if congress == 86 & id == 5654 replace nameshort = "ROSTENKOWSK" if congress == 86 & id == 8080 replace nameshort = "YATES" if congress == 86 & id == 10421 replace nameshort = "COLLIER" if congress == 86 & id == 1941 replace nameshort = "PUCINSKI" if congress == 86 & id == 7642 replace nameshort = "BOYLE" if congress == 86 & id == 939 replace nameshort = "CHURCH" if congress == 86 & id == 1722 replace nameshort = "HOFFMAN, E." if congress == 86 & id == 4488 replace nameshort = "MASON" if congress == 86 & id == 6061 replace nameshort = "ALLEN" if congress == 86 & id == 121 replace nameshort = "ARENDS" if congress == 86 & id == 226 replace nameshort = "MICHEL" if congress == 86 & id == 6455 replace nameshort = "CHIPERFIELD" if congress == 86 & id == 1702 replace nameshort = "SIMPSON, E." if congress == 86 & id == 8527 replace nameshort = "MACK, P." if congress == 86 & id == 5884 replace nameshort = "SPRINGER" if congress == 86 & id == 8814 replace nameshort = "SHIPLEY" if congress == 86 & id == 8474 replace nameshort = "PRICE" if congress == 86 & id == 7610 replace nameshort = "GRAY" if congress == 86 & id == 3769 replace nameshort = "MADDEN" if congress == 86 & id == 5900 replace nameshort = "HALLECK" if congress == 86 & id == 3963 replace nameshort = "BRADEMAS" if congress == 86 & id == 948 replace nameshort = "ADAIR" if congress == 86 & id == 18 replace nameshort = "ROUSH" if congress == 86 & id == 8084 replace nameshort = "WAMPLER" if congress == 86 & id == 9801 replace nameshort = "BRAY" if congress == 86 & id == 986 replace nameshort = "DENTON" if congress == 86 & id == 2517 replace nameshort = "HOGAN" if congress == 86 & id == 4494 replace nameshort = "HARMON" if congress == 86 & id == 4081 replace nameshort = "BARR" if congress == 86 & id == 458 replace nameshort = "SCHWENGEL" if congress == 86 & id == 8288 replace nameshort = "WOLF" if congress == 86 & id == 10308 replace nameshort = "GROSS" if congress == 86 & id == 3853 replace nameshort = "CARTER" if congress == 86 & id == 1549 replace nameshort = "KYL" if congress == 86 & id == 5385 replace nameshort = "SMITH, N." if congress == 86 & id == 8672 replace nameshort = "COAD" if congress == 86 & id == 1861 replace nameshort = "JENSEN" if congress == 86 & id == 4928 replace nameshort = "HOEVEN" if congress == 86 & id == 4482 replace nameshort = "AVERY" if congress == 86 & id == 301 replace nameshort = "GEORGE" if congress == 86 & id == 3535 replace nameshort = "HARGIS" if congress == 86 & id == 4071 replace nameshort = "REES" if congress == 86 & id == 7799 replace nameshort = "BREEDING" if congress == 86 & id == 997 replace nameshort = "SMITH, W." if congress == 86 & id == 8709 replace nameshort = "STUBBLEFIEL" if congress == 86 & id == 9056 replace nameshort = "NATCHER" if congress == 86 & id == 6845 replace nameshort = "BURKE, F." if congress == 86 & id == 1264 replace nameshort = "CHELF" if congress == 86 & id == 1682 replace nameshort = "SPENCE" if congress == 86 & id == 8778 replace nameshort = "WATTS" if congress == 86 & id == 9882 replace nameshort = "PERKINS" if congress == 86 & id == 7343 replace nameshort = "SILER" if congress == 86 & id == 8508 replace nameshort = "HEBERT" if congress == 86 & id == 4275 replace nameshort = "BOGGS" if congress == 86 & id == 824 replace nameshort = "WILLIS" if congress == 86 & id == 10201 replace nameshort = "BROOKS, O." if congress == 86 & id == 1081 replace nameshort = "PASSMAN" if congress == 86 & id == 7228 replace nameshort = "MORRISON" if congress == 86 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 86 & id == 9339 replace nameshort = "MCSWEEN" if congress == 86 & id == 6386 replace nameshort = "OLIVER" if congress == 86 & id == 7061 replace nameshort = "COFFIN" if congress == 86 & id == 1904 replace nameshort = "MCINTIRE" if congress == 86 & id == 6276 replace nameshort = "JOHNSON, T." if congress == 86 & id == 4993 replace nameshort = "BREWSTER" if congress == 86 & id == 1018 replace nameshort = "GARMATZ" if congress == 86 & id == 3480 replace nameshort = "FALLON" if congress == 86 & id == 3054 replace nameshort = "LANKFORD" if congress == 86 & id == 5463 replace nameshort = "FOLEY" if congress == 86 & id == 3249 replace nameshort = "FRIEDEL" if congress == 86 & id == 3374 replace nameshort = "CONTE" if congress == 86 & id == 2009 replace nameshort = "BOLAND" if congress == 86 & id == 830 replace nameshort = "PHILBIN" if congress == 86 & id == 7408 replace nameshort = "DONOHUE" if congress == 86 & id == 2660 replace nameshort = "ROGERS, E." if congress == 86 & id == 8024 replace nameshort = "BATES" if congress == 86 & id == 518 replace nameshort = "LANE" if congress == 86 & id == 5447 replace nameshort = "MACDONALD" if congress == 86 & id == 5873 replace nameshort = "KEITH" if congress == 86 & id == 5131 replace nameshort = "CURTIS, L." if congress == 86 & id == 2272 replace nameshort = "O'NEILL" if congress == 86 & id == 7081 replace nameshort = "MCCORMACK" if congress == 86 & id == 6177 replace nameshort = "BURKE, J." if congress == 86 & id == 1265 replace nameshort = "MARTIN" if congress == 86 & id == 6033 replace nameshort = "MACHROWICZ" if congress == 86 & id == 5880 replace nameshort = "MEADER" if congress == 86 & id == 6399 replace nameshort = "JOHANSEN" if congress == 86 & id == 4935 replace nameshort = "HOFFMAN, C." if congress == 86 & id == 4487 replace nameshort = "FORD" if congress == 86 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 86 & id == 1620 replace nameshort = "O'HARA, J." if congress == 86 & id == 7043 replace nameshort = "BENTLEY" if congress == 86 & id == 652 replace nameshort = "GRIFFIN" if congress == 86 & id == 3824 replace nameshort = "CEDERBERG" if congress == 86 & id == 1610 replace nameshort = "KNOX" if congress == 86 & id == 5349 replace nameshort = "BENNETT, J." if congress == 86 & id == 639 replace nameshort = "DIGGS" if congress == 86 & id == 2594 replace nameshort = "RABAUT" if congress == 86 & id == 7682 replace nameshort = "DINGELL" if congress == 86 & id == 2605 replace nameshort = "LESINSKI" if congress == 86 & id == 5617 replace nameshort = "GRIFFITHS" if congress == 86 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 86 & id == 1087 replace nameshort = "QUIE" if congress == 86 & id == 7671 replace nameshort = "NELSEN" if congress == 86 & id == 6860 replace nameshort = "WIER" if congress == 86 & id == 10092 replace nameshort = "KARTH" if congress == 86 & id == 5098 replace nameshort = "JUDD" if congress == 86 & id == 5083 replace nameshort = "MARSHALL" if congress == 86 & id == 5998 replace nameshort = "ANDERSEN" if congress == 86 & id == 158 replace nameshort = "BLATNIK" if congress == 86 & id == 789 replace nameshort = "LANGEN" if congress == 86 & id == 5451 replace nameshort = "ABERNETHY" if congress == 86 & id == 13 replace nameshort = "WHITTEN" if congress == 86 & id == 10075 replace nameshort = "SMITH, F." if congress == 86 & id == 8616 replace nameshort = "WILLIAMS" if congress == 86 & id == 10162 replace nameshort = "WINSTEAD" if congress == 86 & id == 10279 replace nameshort = "COLMER" if congress == 86 & id == 1952 replace nameshort = "KARSTEN" if congress == 86 & id == 5097 replace nameshort = "CURTIS, T." if congress == 86 & id == 2275 replace nameshort = "SULLIVAN" if congress == 86 & id == 9072 replace nameshort = "CHRISTOPHER" if congress == 86 & id == 1717 replace nameshort = "RANDALL" if congress == 86 & id == 7717 replace nameshort = "BOLLING" if congress == 86 & id == 835 replace nameshort = "HULL" if congress == 86 & id == 4724 replace nameshort = "BROWN, CHAR" if congress == 86 & id == 1103 replace nameshort = "CARNAHAN" if congress == 86 & id == 1517 replace nameshort = "CANNON" if congress == 86 & id == 1479 replace nameshort = "JONES, P." if congress == 86 & id == 5056 replace nameshort = "MOULDER" if congress == 86 & id == 6765 replace nameshort = "METCALF" if congress == 86 & id == 6442 replace nameshort = "ANDERSON" if congress == 86 & id == 177 replace nameshort = "WEAVER" if congress == 86 & id == 9895 replace nameshort = "CUNNINGHAM" if congress == 86 & id == 2255 replace nameshort = "BROCK" if congress == 86 & id == 1050 replace nameshort = "MCGINLEY" if congress == 86 & id == 6253 replace nameshort = "BARING" if congress == 86 & id == 433 replace nameshort = "MERROW" if congress == 86 & id == 6437 replace nameshort = "BASS, P." if congress == 86 & id == 503 replace nameshort = "CAHILL" if congress == 86 & id == 1393 replace nameshort = "GLENN" if congress == 86 & id == 3629 replace nameshort = "AUCHINCLOSS" if congress == 86 & id == 291 replace nameshort = "THOMPSON, F" if congress == 86 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 86 & id == 3364 replace nameshort = "DWYER" if congress == 86 & id == 2804 replace nameshort = "WIDNALL" if congress == 86 & id == 10091 replace nameshort = "CANFIELD" if congress == 86 & id == 1476 replace nameshort = "OSMERS" if congress == 86 & id == 7101 replace nameshort = "RODINO" if congress == 86 & id == 8010 replace nameshort = "ADDONIZIO" if congress == 86 & id == 46 replace nameshort = "WALLHAUSER" if congress == 86 & id == 9775 replace nameshort = "GALLAGHER" if congress == 86 & id == 3433 replace nameshort = "DANIELS" if congress == 86 & id == 2329 replace nameshort = "MORRIS, THO" if congress == 86 & id == 6717 replace nameshort = "MONTOYA" if congress == 86 & id == 6611 replace nameshort = "WAINWRIGHT" if congress == 86 & id == 9716 replace nameshort = "DEROUNIAN" if congress == 86 & id == 2523 replace nameshort = "BECKER" if congress == 86 & id == 563 replace nameshort = "HALPERN" if congress == 86 & id == 3967 replace nameshort = "BOSCH" if congress == 86 & id == 868 replace nameshort = "HOLTZMAN" if congress == 86 & id == 4548 replace nameshort = "DELANEY" if congress == 86 & id == 2476 replace nameshort = "ANFUSO" if congress == 86 & id == 205 replace nameshort = "KEOGH" if congress == 86 & id == 5199 replace nameshort = "KELLY" if congress == 86 & id == 5148 replace nameshort = "CELLER" if congress == 86 & id == 1611 replace nameshort = "DORN, F." if congress == 86 & id == 2671 replace nameshort = "MULTER" if congress == 86 & id == 6792 replace nameshort = "ROONEY" if congress == 86 & id == 8049 replace nameshort = "RAY" if congress == 86 & id == 7749 replace nameshort = "POWELL" if congress == 86 & id == 7568 replace nameshort = "LINDSAY" if congress == 86 & id == 5678 replace nameshort = "SANTANGELO" if congress == 86 & id == 8214 replace nameshort = "FARBSTEIN" if congress == 86 & id == 3056 replace nameshort = "TELLER" if congress == 86 & id == 9248 replace nameshort = "ZELENKO" if congress == 86 & id == 10464 replace nameshort = "HEALEY" if congress == 86 & id == 4262 replace nameshort = "DOLLINGER" if congress == 86 & id == 2646 replace nameshort = "GILBERT" if congress == 86 & id == 3575 replace nameshort = "BUCKLEY" if congress == 86 & id == 1205 replace nameshort = "FINO" if congress == 86 & id == 3158 replace nameshort = "DOOLEY" if congress == 86 & id == 2665 replace nameshort = "BARRY" if congress == 86 & id == 476 replace nameshort = "ST.GEORGE" if congress == 86 & id == 8177 replace nameshort = "WHARTON" if congress == 86 & id == 9978 replace nameshort = "O'BRIEN, L." if congress == 86 & id == 7003 replace nameshort = "TAYLOR, D." if congress == 86 & id == 9203 replace nameshort = "STRATTON" if congress == 86 & id == 9017 replace nameshort = "KILBURN" if congress == 86 & id == 5235 replace nameshort = "PIRNIE" if congress == 86 & id == 7467 replace nameshort = "RIEHLMAN" if congress == 86 & id == 7901 replace nameshort = "TABER" if congress == 86 & id == 9144 replace nameshort = "ROBISON" if congress == 86 & id == 7995 replace nameshort = "WEIS" if congress == 86 & id == 9920 replace nameshort = "OSTERTAG" if congress == 86 & id == 7102 replace nameshort = "MILLER, W." if congress == 86 & id == 6516 replace nameshort = "DULSKI" if congress == 86 & id == 2752 replace nameshort = "PILLION" if congress == 86 & id == 7453 replace nameshort = "REED" if congress == 86 & id == 7781 replace nameshort = "GOODELL" if congress == 86 & id == 3670 replace nameshort = "BONNER" if congress == 86 & id == 846 replace nameshort = "FOUNTAIN" if congress == 86 & id == 3321 replace nameshort = "BARDEN" if congress == 86 & id == 431 replace nameshort = "COOLEY" if congress == 86 & id == 2032 replace nameshort = "SCOTT" if congress == 86 & id == 8311 replace nameshort = "DURHAM" if congress == 86 & id == 2791 replace nameshort = "LENNON" if congress == 86 & id == 5606 replace nameshort = "KITCHIN" if congress == 86 & id == 5306 replace nameshort = "ALEXANDER" if congress == 86 & id == 82 replace nameshort = "JONAS" if congress == 86 & id == 5019 replace nameshort = "WHITENER" if congress == 86 & id == 10060 replace nameshort = "HALL" if congress == 86 & id == 3936 replace nameshort = "TAYLOR, R." if congress == 86 & id == 9230 replace nameshort = "SHORT" if congress == 86 & id == 8485 replace nameshort = "BURDICK" if congress == 86 & id == 1252 replace nameshort = "SCHERER" if congress == 86 & id == 8260 replace nameshort = "HESS" if congress == 86 & id == 4373 replace nameshort = "SCHENCK" if congress == 86 & id == 8258 replace nameshort = "MCCULLOCH" if congress == 86 & id == 6204 replace nameshort = "LATTA" if congress == 86 & id == 5495 replace nameshort = "POLK" if congress == 86 & id == 7506 replace nameshort = "BROWN, CLAR" if congress == 86 & id == 1104 replace nameshort = "BETTS" if congress == 86 & id == 680 replace nameshort = "ASHLEY" if congress == 86 & id == 267 replace nameshort = "MOELLER" if congress == 86 & id == 6579 replace nameshort = "COOK" if congress == 86 & id == 2023 replace nameshort = "DEVINE" if congress == 86 & id == 2533 replace nameshort = "BAUMHART" if congress == 86 & id == 521 replace nameshort = "AYRES" if congress == 86 & id == 310 replace nameshort = "HENDERSON" if congress == 86 & id == 4311 replace nameshort = "BOW" if congress == 86 & id == 891 replace nameshort = "LEVERING" if congress == 86 & id == 5625 replace nameshort = "HAYS" if congress == 86 & id == 4247 replace nameshort = "KIRWAN" if congress == 86 & id == 5301 replace nameshort = "FEIGHAN" if congress == 86 & id == 3092 replace nameshort = "VANIK" if congress == 86 & id == 9623 replace nameshort = "BOLTON" if congress == 86 & id == 837 replace nameshort = "MINSHALL" if congress == 86 & id == 6548 replace nameshort = "BELCHER" if congress == 86 & id == 590 replace nameshort = "EDMONDSON" if congress == 86 & id == 2854 replace nameshort = "ALBERT" if congress == 86 & id == 62 replace nameshort = "STEED" if congress == 86 & id == 8866 replace nameshort = "JARMAN" if congress == 86 & id == 4891 replace nameshort = "MORRIS, TOB" if congress == 86 & id == 6718 replace nameshort = "NORBLAD" if congress == 86 & id == 6955 replace nameshort = "ULLMAN" if congress == 86 & id == 9551 replace nameshort = "GREEN, E." if congress == 86 & id == 3775 replace nameshort = "PORTER" if congress == 86 & id == 7533 replace nameshort = "BARRETT" if congress == 86 & id == 465 replace nameshort = "GRANAHAN" if congress == 86 & id == 3743 replace nameshort = "BYRNE" if congress == 86 & id == 1368 replace nameshort = "NIX" if congress == 86 & id == 6936 replace nameshort = "GREEN, W." if congress == 86 & id == 3785 replace nameshort = "TOLL" if congress == 86 & id == 9408 replace nameshort = "MILLIKEN" if congress == 86 & id == 6524 replace nameshort = "CURTIN" if congress == 86 & id == 2266 replace nameshort = "DAGUE" if congress == 86 & id == 2298 replace nameshort = "PROKOP" if congress == 86 & id == 7634 replace nameshort = "FLOOD" if congress == 86 & id == 3224 replace nameshort = "FENTON" if congress == 86 & id == 3105 replace nameshort = "LAFORE" if congress == 86 & id == 5404 replace nameshort = "RHODES, G." if congress == 86 & id == 7844 replace nameshort = "WALTER" if congress == 86 & id == 9791 replace nameshort = "MUMMA" if congress == 86 & id == 6795 replace nameshort = "BUSH" if congress == 86 & id == 1328 replace nameshort = "SCHNEEBELI" if congress == 86 & id == 8268 replace nameshort = "SIMPSON, R." if congress == 86 & id == 8532 replace nameshort = "ELLIOTT, D." if congress == 86 & id == 2910 replace nameshort = "QUIGLEY" if congress == 86 & id == 7673 replace nameshort = "VAN ZANDT" if congress == 86 & id == 9645 replace nameshort = "DENT" if congress == 86 & id == 2513 replace nameshort = "SAYLOR" if congress == 86 & id == 8247 replace nameshort = "GAVIN" if congress == 86 & id == 3510 replace nameshort = "KEARNS" if congress == 86 & id == 5112 replace nameshort = "CLARK" if congress == 86 & id == 1763 replace nameshort = "MORGAN" if congress == 86 & id == 6685 replace nameshort = "FULTON" if congress == 86 & id == 3409 replace nameshort = "MOORHEAD" if congress == 86 & id == 6661 replace nameshort = "CORBETT" if congress == 86 & id == 2065 replace nameshort = "HOLLAND" if congress == 86 & id == 4518 replace nameshort = "FORAND" if congress == 86 & id == 3264 replace nameshort = "FOGARTY" if congress == 86 & id == 3246 replace nameshort = "RIVERS, L." if congress == 86 & id == 7925 replace nameshort = "RILEY" if congress == 86 & id == 7908 replace nameshort = "DORN, W." if congress == 86 & id == 2672 replace nameshort = "ASHMORE" if congress == 86 & id == 270 replace nameshort = "HEMPHILL" if congress == 86 & id == 4299 replace nameshort = "MCMILLAN" if congress == 86 & id == 6353 replace nameshort = "MCGOVERN" if congress == 86 & id == 6256 replace nameshort = "BERRY" if congress == 86 & id == 672 replace nameshort = "REECE" if congress == 86 & id == 7777 replace nameshort = "BAKER" if congress == 86 & id == 364 replace nameshort = "FRAZIER" if congress == 86 & id == 3346 replace nameshort = "EVINS" if congress == 86 & id == 3034 replace nameshort = "LOSER" if congress == 86 & id == 5783 replace nameshort = "BASS, R." if congress == 86 & id == 504 replace nameshort = "MURRAY" if congress == 86 & id == 6826 replace nameshort = "EVERETT" if congress == 86 & id == 3028 replace nameshort = "DAVIS, C." if congress == 86 & id == 2376 replace nameshort = "PATMAN" if congress == 86 & id == 7232 replace nameshort = "BROOKS, J." if congress == 86 & id == 1077 replace nameshort = "BECKWORTH" if congress == 86 & id == 567 replace nameshort = "RAYBURN" if congress == 86 & id == 7753 replace nameshort = "ALGER" if congress == 86 & id == 93 replace nameshort = "TEAGUE, O." if congress == 86 & id == 9241 replace nameshort = "DOWDY" if congress == 86 & id == 2700 replace nameshort = "THOMAS" if congress == 86 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 86 & id == 9320 replace nameshort = "THORNBERRY" if congress == 86 & id == 9356 replace nameshort = "POAGE" if congress == 86 & id == 7498 replace nameshort = "WRIGHT" if congress == 86 & id == 10391 replace nameshort = "IKARD" if congress == 86 & id == 4796 replace nameshort = "YOUNG" if congress == 86 & id == 10446 replace nameshort = "KILGORE" if congress == 86 & id == 5241 replace nameshort = "RUTHERFORD" if congress == 86 & id == 8147 replace nameshort = "BURLESON" if congress == 86 & id == 1282 replace nameshort = "ROGERS, W." if congress == 86 & id == 8035 replace nameshort = "MAHON" if congress == 86 & id == 5924 replace nameshort = "KILDAY" if congress == 86 & id == 5236 replace nameshort = "FISHER" if congress == 86 & id == 3171 replace nameshort = "CASEY" if congress == 86 & id == 1577 replace nameshort = "DIXON" if congress == 86 & id == 2616 replace nameshort = "KING, D." if congress == 86 & id == 5258 replace nameshort = "MEYER" if congress == 86 & id == 6451 replace nameshort = "DOWNING" if congress == 86 & id == 2706 replace nameshort = "HARDY" if congress == 86 & id == 4064 replace nameshort = "GARY" if congress == 86 & id == 3499 replace nameshort = "ABBITT" if congress == 86 & id == 2 replace nameshort = "TUCK" if congress == 86 & id == 9494 replace nameshort = "POFF" if congress == 86 & id == 7500 replace nameshort = "HARRISON" if congress == 86 & id == 4125 replace nameshort = "SMITH, H." if congress == 86 & id == 8636 replace nameshort = "JENNINGS" if congress == 86 & id == 4927 replace nameshort = "BROYHILL" if congress == 86 & id == 1154 replace nameshort = "PELLY" if congress == 86 & id == 7313 replace nameshort = "WESTLAND" if congress == 86 & id == 9968 replace nameshort = "MACK, R." if congress == 86 & id == 5885 replace nameshort = "MAY" if congress == 86 & id == 6101 replace nameshort = "HORAN" if congress == 86 & id == 4579 replace nameshort = "TOLLEFSON" if congress == 86 & id == 9409 replace nameshort = "MAGNUSON" if congress == 86 & id == 5912 replace nameshort = "MOORE" if congress == 86 & id == 6626 replace nameshort = "STAGGERS" if congress == 86 & id == 8824 replace nameshort = "BAILEY" if congress == 86 & id == 339 replace nameshort = "HECHLER" if congress == 86 & id == 4276 replace nameshort = "KEE" if congress == 86 & id == 5118 replace nameshort = "SLACK" if congress == 86 & id == 8564 replace nameshort = "FLYNN" if congress == 86 & id == 3240 replace nameshort = "KASTENMEIER" if congress == 86 & id == 5101 replace nameshort = "WITHROW" if congress == 86 & id == 10299 replace nameshort = "ZABLOCKI" if congress == 86 & id == 10463 replace nameshort = "REUSS" if congress == 86 & id == 7824 replace nameshort = "VAN PELT" if congress == 86 & id == 9627 replace nameshort = "LAIRD" if congress == 86 & id == 5410 replace nameshort = "BYRNES" if congress == 86 & id == 1371 replace nameshort = "JOHNSON, L." if congress == 86 & id == 4977 replace nameshort = "O'KONSKI" if congress == 86 & id == 7046 replace nameshort = "THOMSON" if congress == 86 & id == 9350 replace nameshort = "KENNEDY" if congress == 87 & id == 99902 replace nameshort = "BOYKIN" if congress == 87 & id == 937 replace nameshort = "GRANT" if congress == 87 & id == 3754 replace nameshort = "ANDREWS" if congress == 87 & id == 195 replace nameshort = "ROBERTS" if congress == 87 & id == 7954 replace nameshort = "RAINS" if congress == 87 & id == 7695 replace nameshort = "SELDEN" if congress == 87 & id == 8353 replace nameshort = "ELLIOTT" if congress == 87 & id == 2909 replace nameshort = "JONES, R." if congress == 87 & id == 5058 replace nameshort = "HUDDLESTON" if congress == 87 & id == 4686 replace nameshort = "RIVERS, R." if congress == 87 & id == 7926 replace nameshort = "RHODES, J." if congress == 87 & id == 7845 replace nameshort = "UDALL, S." if congress == 87 & id == 9549 replace nameshort = "UDALL, M." if congress == 87 & id == 10566 replace nameshort = "GATHINGS" if congress == 87 & id == 3506 replace nameshort = "MILLS" if congress == 87 & id == 6532 replace nameshort = "TRIMBLE" if congress == 87 & id == 9473 replace nameshort = "HARRIS" if congress == 87 & id == 4110 replace nameshort = "ALFORD" if congress == 87 & id == 92 replace nameshort = "NORRELL, C." if congress == 87 & id == 10541 replace nameshort = "NORRELL, W." if congress == 87 & id == 6958 replace nameshort = "MILLER, C." if congress == 87 & id == 6477 replace nameshort = "JOHNSON, H." if congress == 87 & id == 4957 replace nameshort = "MOSS" if congress == 87 & id == 6756 replace nameshort = "MAILLIARD" if congress == 87 & id == 5929 replace nameshort = "SHELLEY" if congress == 87 & id == 8437 replace nameshort = "BALDWIN" if congress == 87 & id == 387 replace nameshort = "COHELAN" if congress == 87 & id == 1911 replace nameshort = "MILLER, G." if congress == 87 & id == 6483 replace nameshort = "YOUNGER" if congress == 87 & id == 10461 replace nameshort = "GUBSER" if congress == 87 & id == 3867 replace nameshort = "MCFALL" if congress == 87 & id == 6240 replace nameshort = "SISK" if congress == 87 & id == 8549 replace nameshort = "TEAGUE, C." if congress == 87 & id == 9240 replace nameshort = "HAGEN" if congress == 87 & id == 3901 replace nameshort = "MCDONOUGH" if congress == 87 & id == 6220 replace nameshort = "BELL" if congress == 87 & id == 10505 replace nameshort = "KING, C." if congress == 87 & id == 5255 replace nameshort = "HOSMER" if congress == 87 & id == 4592 replace nameshort = "HOLIFIELD" if congress == 87 & id == 4514 replace nameshort = "SMITH" if congress == 87 & id == 8628 replace nameshort = "HIESTAND" if congress == 87 & id == 4388 replace nameshort = "CORMAN" if congress == 87 & id == 10511 replace nameshort = "DOYLE" if congress == 87 & id == 2713 replace nameshort = "LIPSCOMB" if congress == 87 & id == 5694 replace nameshort = "ROUSSELOT" if congress == 87 & id == 10553 replace nameshort = "ROOSEVELT" if congress == 87 & id == 8051 replace nameshort = "SHEPPARD" if congress == 87 & id == 8444 replace nameshort = "UTT" if congress == 87 & id == 9578 replace nameshort = "SAUND" if congress == 87 & id == 8225 replace nameshort = "WILSON, R." if congress == 87 & id == 10249 replace nameshort = "ROGERS, B." if congress == 87 & id == 8021 replace nameshort = "DOMINICK" if congress == 87 & id == 10514 replace nameshort = "CHENOWETH" if congress == 87 & id == 1684 replace nameshort = "ASPINALL" if congress == 87 & id == 275 replace nameshort = "DADDARIO" if congress == 87 & id == 2295 replace nameshort = "SEELY-BROWN" if congress == 87 & id == 8346 replace nameshort = "GIAIMO" if congress == 87 & id == 3553 replace nameshort = "SIBAL" if congress == 87 & id == 10560 replace nameshort = "MONAGAN" if congress == 87 & id == 6586 replace nameshort = "KOWALSKI" if congress == 87 & id == 5362 replace nameshort = "MCDOWELL" if congress == 87 & id == 6224 replace nameshort = "CRAMER" if congress == 87 & id == 2143 replace nameshort = "BENNETT, C." if congress == 87 & id == 633 replace nameshort = "SIKES" if congress == 87 & id == 8507 replace nameshort = "FASCELL" if congress == 87 & id == 3078 replace nameshort = "HERLONG" if congress == 87 & id == 4354 replace nameshort = "ROGERS, P." if congress == 87 & id == 8032 replace nameshort = "HALEY" if congress == 87 & id == 3929 replace nameshort = "MATTHEWS" if congress == 87 & id == 6084 replace nameshort = "HAGAN" if congress == 87 & id == 10522 replace nameshort = "PILCHER" if congress == 87 & id == 7450 replace nameshort = "FORRESTER" if congress == 87 & id == 3286 replace nameshort = "FLYNT" if congress == 87 & id == 3242 replace nameshort = "DAVIS, J." if congress == 87 & id == 2389 replace nameshort = "VINSON" if congress == 87 & id == 9677 replace nameshort = "DAVIS, J." if congress == 87 & id == 10512 replace nameshort = "BLITCH" if congress == 87 & id == 798 replace nameshort = "LANDRUM" if congress == 87 & id == 5436 replace nameshort = "STEPHENS" if congress == 87 & id == 10563 replace nameshort = "INOUYE" if congress == 87 & id == 4812 replace nameshort = "PFOST" if congress == 87 & id == 7392 replace nameshort = "HARDING" if congress == 87 & id == 10524 replace nameshort = "DAWSON" if congress == 87 & id == 2433 replace nameshort = "O'HARA, B." if congress == 87 & id == 7041 replace nameshort = "MURPHY, W." if congress == 87 & id == 6816 replace nameshort = "DERWINSKI" if congress == 87 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 87 & id == 5326 replace nameshort = "O'BRIEN, T." if congress == 87 & id == 7004 replace nameshort = "LIBONATI" if congress == 87 & id == 5654 replace nameshort = "ROSTENKOWSK" if congress == 87 & id == 8080 replace nameshort = "YATES" if congress == 87 & id == 10421 replace nameshort = "COLLIER" if congress == 87 & id == 1941 replace nameshort = "PUCINSKI" if congress == 87 & id == 7642 replace nameshort = "FINNEGAN" if congress == 87 & id == 10518 replace nameshort = "CHURCH" if congress == 87 & id == 1722 replace nameshort = "HOFFMAN, E." if congress == 87 & id == 4488 replace nameshort = "MASON" if congress == 87 & id == 6061 replace nameshort = "ANDERSON, J" if congress == 87 & id == 10501 replace nameshort = "ARENDS" if congress == 87 & id == 226 replace nameshort = "MICHEL" if congress == 87 & id == 6455 replace nameshort = "CHIPERFIELD" if congress == 87 & id == 1702 replace nameshort = "FINDLEY" if congress == 87 & id == 10517 replace nameshort = "MACK, P." if congress == 87 & id == 5884 replace nameshort = "SPRINGER" if congress == 87 & id == 8814 replace nameshort = "SHIPLEY" if congress == 87 & id == 8474 replace nameshort = "PRICE" if congress == 87 & id == 7610 replace nameshort = "GRAY" if congress == 87 & id == 3769 replace nameshort = "MADDEN" if congress == 87 & id == 5900 replace nameshort = "HALLECK" if congress == 87 & id == 3963 replace nameshort = "BRADEMAS" if congress == 87 & id == 948 replace nameshort = "ADAIR" if congress == 87 & id == 18 replace nameshort = "ROUSH" if congress == 87 & id == 8084 replace nameshort = "CHAMBERS" if congress == 87 & id == 10509 replace nameshort = "ROUDEBUSH" if congress == 87 & id == 10552 replace nameshort = "BRAY" if congress == 87 & id == 986 replace nameshort = "DENTON" if congress == 87 & id == 2517 replace nameshort = "WILSON, E." if congress == 87 & id == 10212 replace nameshort = "HARVEY" if congress == 87 & id == 4165 replace nameshort = "BRUCE" if congress == 87 & id == 10507 replace nameshort = "SCHWENGEL" if congress == 87 & id == 8288 replace nameshort = "BROMWELL" if congress == 87 & id == 10506 replace nameshort = "GROSS" if congress == 87 & id == 3853 replace nameshort = "KYL" if congress == 87 & id == 5385 replace nameshort = "SMITH, N." if congress == 87 & id == 8672 replace nameshort = "COAD" if congress == 87 & id == 1861 replace nameshort = "JENSEN" if congress == 87 & id == 4928 replace nameshort = "HOEVEN" if congress == 87 & id == 4482 replace nameshort = "AVERY" if congress == 87 & id == 301 replace nameshort = "ELLSWORTH" if congress == 87 & id == 10516 replace nameshort = "MCVEY" if congress == 87 & id == 10536 replace nameshort = "SHRIVER" if congress == 87 & id == 10559 replace nameshort = "BREEDING" if congress == 87 & id == 997 replace nameshort = "DOLE" if congress == 87 & id == 10513 replace nameshort = "STUBBLEFIEL" if congress == 87 & id == 9056 replace nameshort = "NATCHER" if congress == 87 & id == 6845 replace nameshort = "BURKE, F." if congress == 87 & id == 1264 replace nameshort = "CHELF" if congress == 87 & id == 1682 replace nameshort = "SPENCE" if congress == 87 & id == 8778 replace nameshort = "WATTS" if congress == 87 & id == 9882 replace nameshort = "PERKINS" if congress == 87 & id == 7343 replace nameshort = "SILER" if congress == 87 & id == 8508 replace nameshort = "HEBERT" if congress == 87 & id == 4275 replace nameshort = "BOGGS" if congress == 87 & id == 824 replace nameshort = "WILLIS" if congress == 87 & id == 10201 replace nameshort = "BROOKS, O." if congress == 87 & id == 1081 replace nameshort = "WAGGONNER" if congress == 87 & id == 10567 replace nameshort = "PASSMAN" if congress == 87 & id == 7228 replace nameshort = "MORRISON" if congress == 87 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 87 & id == 9339 replace nameshort = "MCSWEEN" if congress == 87 & id == 6386 replace nameshort = "GARLAND" if congress == 87 & id == 10519 replace nameshort = "TUPPER" if congress == 87 & id == 10565 replace nameshort = "MCINTIRE" if congress == 87 & id == 6276 replace nameshort = "JOHNSON, T." if congress == 87 & id == 4993 replace nameshort = "BREWSTER" if congress == 87 & id == 1018 replace nameshort = "GARMATZ" if congress == 87 & id == 3480 replace nameshort = "FALLON" if congress == 87 & id == 3054 replace nameshort = "LANKFORD" if congress == 87 & id == 5463 replace nameshort = "MATHIAS" if congress == 87 & id == 10535 replace nameshort = "FRIEDEL" if congress == 87 & id == 3374 replace nameshort = "CONTE" if congress == 87 & id == 2009 replace nameshort = "BOLAND" if congress == 87 & id == 830 replace nameshort = "PHILBIN" if congress == 87 & id == 7408 replace nameshort = "DONOHUE" if congress == 87 & id == 2660 replace nameshort = "MORSE, F." if congress == 87 & id == 10538 replace nameshort = "BATES" if congress == 87 & id == 518 replace nameshort = "LANE" if congress == 87 & id == 5447 replace nameshort = "MACDONALD" if congress == 87 & id == 5873 replace nameshort = "KEITH" if congress == 87 & id == 5131 replace nameshort = "CURTIS, L." if congress == 87 & id == 2272 replace nameshort = "O'NEILL" if congress == 87 & id == 7081 replace nameshort = "MCCORMACK" if congress == 87 & id == 6177 replace nameshort = "BURKE, J." if congress == 87 & id == 1265 replace nameshort = "MARTIN" if congress == 87 & id == 6033 replace nameshort = "MACHROWICZ" if congress == 87 & id == 5880 replace nameshort = "NEDZI" if congress == 87 & id == 10540 replace nameshort = "MEADER" if congress == 87 & id == 6399 replace nameshort = "JOHANSEN" if congress == 87 & id == 4935 replace nameshort = "HOFFMAN, C." if congress == 87 & id == 4487 replace nameshort = "FORD" if congress == 87 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 87 & id == 1620 replace nameshort = "O'HARA, J." if congress == 87 & id == 7043 replace nameshort = "HARVEY" if congress == 87 & id == 10526 replace nameshort = "GRIFFIN" if congress == 87 & id == 3824 replace nameshort = "CEDERBERG" if congress == 87 & id == 1610 replace nameshort = "KNOX" if congress == 87 & id == 5349 replace nameshort = "BENNETT, J." if congress == 87 & id == 639 replace nameshort = "DIGGS" if congress == 87 & id == 2594 replace nameshort = "RABAUT" if congress == 87 & id == 7682 replace nameshort = "RYAN, H." if congress == 87 & id == 10554 replace nameshort = "DINGELL" if congress == 87 & id == 2605 replace nameshort = "LESINSKI" if congress == 87 & id == 5617 replace nameshort = "GRIFFITHS" if congress == 87 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 87 & id == 1087 replace nameshort = "QUIE" if congress == 87 & id == 7671 replace nameshort = "NELSEN" if congress == 87 & id == 6860 replace nameshort = "MACGREGOR" if congress == 87 & id == 10533 replace nameshort = "KARTH" if congress == 87 & id == 5098 replace nameshort = "JUDD" if congress == 87 & id == 5083 replace nameshort = "MARSHALL" if congress == 87 & id == 5998 replace nameshort = "ANDERSEN" if congress == 87 & id == 158 replace nameshort = "BLATNIK" if congress == 87 & id == 789 replace nameshort = "LANGEN" if congress == 87 & id == 5451 replace nameshort = "ABERNETHY" if congress == 87 & id == 13 replace nameshort = "WHITTEN" if congress == 87 & id == 10075 replace nameshort = "SMITH, F." if congress == 87 & id == 8616 replace nameshort = "WILLIAMS, J" if congress == 87 & id == 10162 replace nameshort = "WINSTEAD" if congress == 87 & id == 10279 replace nameshort = "COLMER" if congress == 87 & id == 1952 replace nameshort = "KARSTEN" if congress == 87 & id == 5097 replace nameshort = "CURTIS, T." if congress == 87 & id == 2275 replace nameshort = "SULLIVAN" if congress == 87 & id == 9072 replace nameshort = "RANDALL" if congress == 87 & id == 7717 replace nameshort = "BOLLING" if congress == 87 & id == 835 replace nameshort = "HULL" if congress == 87 & id == 4724 replace nameshort = "HALL, D." if congress == 87 & id == 10523 replace nameshort = "ICHORD" if congress == 87 & id == 10528 replace nameshort = "CANNON" if congress == 87 & id == 1479 replace nameshort = "JONES, P." if congress == 87 & id == 5056 replace nameshort = "MOULDER" if congress == 87 & id == 6765 replace nameshort = "OLSEN" if congress == 87 & id == 10543 replace nameshort = "BATTIN" if congress == 87 & id == 10503 replace nameshort = "WEAVER" if congress == 87 & id == 9895 replace nameshort = "CUNNINGHAM" if congress == 87 & id == 2255 replace nameshort = "BEERMANN" if congress == 87 & id == 10504 replace nameshort = "MARTIN, D." if congress == 87 & id == 10534 replace nameshort = "BARING" if congress == 87 & id == 433 replace nameshort = "MERROW" if congress == 87 & id == 6437 replace nameshort = "BASS, P." if congress == 87 & id == 503 replace nameshort = "CAHILL" if congress == 87 & id == 1393 replace nameshort = "GLENN" if congress == 87 & id == 3629 replace nameshort = "AUCHINCLOSS" if congress == 87 & id == 291 replace nameshort = "THOMPSON, F" if congress == 87 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 87 & id == 3364 replace nameshort = "DWYER" if congress == 87 & id == 2804 replace nameshort = "WIDNALL" if congress == 87 & id == 10091 replace nameshort = "JOELSON" if congress == 87 & id == 10529 replace nameshort = "OSMERS" if congress == 87 & id == 7101 replace nameshort = "RODINO" if congress == 87 & id == 8010 replace nameshort = "ADDONIZIO" if congress == 87 & id == 46 replace nameshort = "WALLHAUSER" if congress == 87 & id == 9775 replace nameshort = "GALLAGHER" if congress == 87 & id == 3433 replace nameshort = "DANIELS" if congress == 87 & id == 2329 replace nameshort = "MONTOYA" if congress == 87 & id == 6611 replace nameshort = "MORRIS" if congress == 87 & id == 6717 replace nameshort = "PIKE" if congress == 87 & id == 10545 replace nameshort = "DEROUNIAN" if congress == 87 & id == 2523 replace nameshort = "BECKER" if congress == 87 & id == 563 replace nameshort = "HALPERN" if congress == 87 & id == 3967 replace nameshort = "ADDABBO" if congress == 87 & id == 10500 replace nameshort = "HOLTZMAN" if congress == 87 & id == 4548 replace nameshort = "ROSENTHAL" if congress == 87 & id == 10551 replace nameshort = "DELANEY" if congress == 87 & id == 2476 replace nameshort = "ANFUSO" if congress == 87 & id == 205 replace nameshort = "KEOGH" if congress == 87 & id == 5199 replace nameshort = "KELLY" if congress == 87 & id == 5148 replace nameshort = "CELLER" if congress == 87 & id == 1611 replace nameshort = "CAREY" if congress == 87 & id == 10508 replace nameshort = "MULTER" if congress == 87 & id == 6792 replace nameshort = "ROONEY" if congress == 87 & id == 8049 replace nameshort = "RAY" if congress == 87 & id == 7749 replace nameshort = "POWELL" if congress == 87 & id == 7568 replace nameshort = "LINDSAY" if congress == 87 & id == 5678 replace nameshort = "SANTANGELO" if congress == 87 & id == 8214 replace nameshort = "FARBSTEIN" if congress == 87 & id == 3056 replace nameshort = "RYAN, W." if congress == 87 & id == 10555 replace nameshort = "ZELENKO" if congress == 87 & id == 10464 replace nameshort = "HEALEY" if congress == 87 & id == 4262 replace nameshort = "GILBERT" if congress == 87 & id == 3575 replace nameshort = "BUCKLEY" if congress == 87 & id == 1205 replace nameshort = "FINO" if congress == 87 & id == 3158 replace nameshort = "DOOLEY" if congress == 87 & id == 2665 replace nameshort = "BARRY" if congress == 87 & id == 476 replace nameshort = "ST.GEORGE" if congress == 87 & id == 8177 replace nameshort = "WHARTON" if congress == 87 & id == 9978 replace nameshort = "O'BRIEN, L." if congress == 87 & id == 7003 replace nameshort = "KING, C." if congress == 87 & id == 10530 replace nameshort = "STRATTON" if congress == 87 & id == 9017 replace nameshort = "KILBURN" if congress == 87 & id == 5235 replace nameshort = "PIRNIE" if congress == 87 & id == 7467 replace nameshort = "RIEHLMAN" if congress == 87 & id == 7901 replace nameshort = "TABER" if congress == 87 & id == 9144 replace nameshort = "ROBISON" if congress == 87 & id == 7995 replace nameshort = "WEIS" if congress == 87 & id == 9920 replace nameshort = "OSTERTAG" if congress == 87 & id == 7102 replace nameshort = "MILLER, W." if congress == 87 & id == 6516 replace nameshort = "DULSKI" if congress == 87 & id == 2752 replace nameshort = "PILLION" if congress == 87 & id == 7453 replace nameshort = "GOODELL" if congress == 87 & id == 3670 replace nameshort = "BONNER" if congress == 87 & id == 846 replace nameshort = "FOUNTAIN" if congress == 87 & id == 3321 replace nameshort = "HENDERSON" if congress == 87 & id == 10527 replace nameshort = "COOLEY" if congress == 87 & id == 2032 replace nameshort = "SCOTT" if congress == 87 & id == 8311 replace nameshort = "KORNEGAY" if congress == 87 & id == 10531 replace nameshort = "LENNON" if congress == 87 & id == 5606 replace nameshort = "KITCHIN" if congress == 87 & id == 5306 replace nameshort = "ALEXANDER" if congress == 87 & id == 82 replace nameshort = "JONAS" if congress == 87 & id == 5019 replace nameshort = "WHITENER" if congress == 87 & id == 10060 replace nameshort = "TAYLOR" if congress == 87 & id == 9230 replace nameshort = "SHORT" if congress == 87 & id == 8485 replace nameshort = "NYGAARD" if congress == 87 & id == 10542 replace nameshort = "SCHERER" if congress == 87 & id == 8260 replace nameshort = "CLANCY" if congress == 87 & id == 10510 replace nameshort = "SCHENCK" if congress == 87 & id == 8258 replace nameshort = "MCCULLOCH" if congress == 87 & id == 6204 replace nameshort = "LATTA" if congress == 87 & id == 5495 replace nameshort = "HARSHA" if congress == 87 & id == 10525 replace nameshort = "BROWN, C." if congress == 87 & id == 1104 replace nameshort = "BETTS" if congress == 87 & id == 680 replace nameshort = "ASHLEY" if congress == 87 & id == 267 replace nameshort = "MOELLER" if congress == 87 & id == 6579 replace nameshort = "COOK" if congress == 87 & id == 2023 replace nameshort = "DEVINE" if congress == 87 & id == 2533 replace nameshort = "MOSHER" if congress == 87 & id == 10539 replace nameshort = "AYRES" if congress == 87 & id == 310 replace nameshort = "MOORHEAD" if congress == 87 & id == 10537 replace nameshort = "BOW" if congress == 87 & id == 891 replace nameshort = "ASHBROOK" if congress == 87 & id == 10502 replace nameshort = "HAYS, W." if congress == 87 & id == 4247 replace nameshort = "KIRWAN" if congress == 87 & id == 5301 replace nameshort = "FEIGHAN" if congress == 87 & id == 3092 replace nameshort = "VANIK" if congress == 87 & id == 9623 replace nameshort = "BOLTON" if congress == 87 & id == 837 replace nameshort = "MINSHALL" if congress == 87 & id == 6548 replace nameshort = "BELCHER" if congress == 87 & id == 590 replace nameshort = "EDMONDSON" if congress == 87 & id == 2854 replace nameshort = "ALBERT" if congress == 87 & id == 62 replace nameshort = "STEED" if congress == 87 & id == 8866 replace nameshort = "JARMAN" if congress == 87 & id == 4891 replace nameshort = "WICKERSHAM" if congress == 87 & id == 10085 replace nameshort = "NORBLAD" if congress == 87 & id == 6955 replace nameshort = "ULLMAN" if congress == 87 & id == 9551 replace nameshort = "GREEN, E." if congress == 87 & id == 3775 replace nameshort = "DURNO" if congress == 87 & id == 10515 replace nameshort = "BARRETT" if congress == 87 & id == 465 replace nameshort = "GRANAHAN" if congress == 87 & id == 3743 replace nameshort = "BYRNE" if congress == 87 & id == 1368 replace nameshort = "NIX" if congress == 87 & id == 6936 replace nameshort = "GREEN, W." if congress == 87 & id == 3785 replace nameshort = "TOLL" if congress == 87 & id == 9408 replace nameshort = "MILLIKEN" if congress == 87 & id == 6524 replace nameshort = "CURTIN" if congress == 87 & id == 2266 replace nameshort = "DAGUE" if congress == 87 & id == 2298 replace nameshort = "SCRANTON" if congress == 87 & id == 10558 replace nameshort = "FLOOD" if congress == 87 & id == 3224 replace nameshort = "FENTON" if congress == 87 & id == 3105 replace nameshort = "SCHWEIKER" if congress == 87 & id == 10557 replace nameshort = "RHODES, G." if congress == 87 & id == 7844 replace nameshort = "WALTER" if congress == 87 & id == 9791 replace nameshort = "MUMMA" if congress == 87 & id == 6795 replace nameshort = "KUNKEL" if congress == 87 & id == 5377 replace nameshort = "SCHNEEBELI" if congress == 87 & id == 8268 replace nameshort = "WHALLEY" if congress == 87 & id == 9975 replace nameshort = "GOODLING" if congress == 87 & id == 10521 replace nameshort = "VAN ZANDT" if congress == 87 & id == 9645 replace nameshort = "DENT" if congress == 87 & id == 2513 replace nameshort = "SAYLOR" if congress == 87 & id == 8247 replace nameshort = "GAVIN" if congress == 87 & id == 3510 replace nameshort = "KEARNS" if congress == 87 & id == 5112 replace nameshort = "CLARK, F." if congress == 87 & id == 1763 replace nameshort = "MORGAN" if congress == 87 & id == 6685 replace nameshort = "FULTON, J." if congress == 87 & id == 3409 replace nameshort = "MOORHEAD" if congress == 87 & id == 6661 replace nameshort = "CORBETT" if congress == 87 & id == 2065 replace nameshort = "HOLLAND" if congress == 87 & id == 4518 replace nameshort = "ST.GERMAIN" if congress == 87 & id == 10561 replace nameshort = "FOGARTY" if congress == 87 & id == 3246 replace nameshort = "RIVERS, L." if congress == 87 & id == 7925 replace nameshort = "RILEY" if congress == 87 & id == 7908 replace nameshort = "RILEY" if congress == 87 & id == 10549 replace nameshort = "DORN" if congress == 87 & id == 2672 replace nameshort = "ASHMORE" if congress == 87 & id == 270 replace nameshort = "HEMPHILL" if congress == 87 & id == 4299 replace nameshort = "MCMILLAN" if congress == 87 & id == 6353 replace nameshort = "REIFEL" if congress == 87 & id == 10548 replace nameshort = "BERRY" if congress == 87 & id == 672 replace nameshort = "REECE, B.C." if congress == 87 & id == 7777 replace nameshort = "REECE, L.G." if congress == 87 & id == 10547 replace nameshort = "BAKER" if congress == 87 & id == 364 replace nameshort = "FRAZIER" if congress == 87 & id == 3346 replace nameshort = "EVINS, J." if congress == 87 & id == 3034 replace nameshort = "LOSER" if congress == 87 & id == 5783 replace nameshort = "BASS, R." if congress == 87 & id == 504 replace nameshort = "MURRAY" if congress == 87 & id == 6826 replace nameshort = "EVERETT" if congress == 87 & id == 3028 replace nameshort = "DAVIS, C." if congress == 87 & id == 2376 replace nameshort = "PATMAN" if congress == 87 & id == 7232 replace nameshort = "BROOKS, J." if congress == 87 & id == 1077 replace nameshort = "BECKWORTH" if congress == 87 & id == 567 replace nameshort = "RAYBURN" if congress == 87 & id == 7753 replace nameshort = "ROBERTS" if congress == 87 & id == 10550 replace nameshort = "ALGER" if congress == 87 & id == 93 replace nameshort = "TEAGUE, O." if congress == 87 & id == 9241 replace nameshort = "DOWDY" if congress == 87 & id == 2700 replace nameshort = "THOMAS" if congress == 87 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 87 & id == 9320 replace nameshort = "THORNBERRY" if congress == 87 & id == 9356 replace nameshort = "POAGE" if congress == 87 & id == 7498 replace nameshort = "WRIGHT" if congress == 87 & id == 10391 replace nameshort = "IKARD" if congress == 87 & id == 4796 replace nameshort = "PURCELL" if congress == 87 & id == 10546 replace nameshort = "YOUNG" if congress == 87 & id == 10446 replace nameshort = "KILGORE" if congress == 87 & id == 5241 replace nameshort = "RUTHERFORD" if congress == 87 & id == 8147 replace nameshort = "BURLESON" if congress == 87 & id == 1282 replace nameshort = "ROGERS, W." if congress == 87 & id == 8035 replace nameshort = "MAHON" if congress == 87 & id == 5924 replace nameshort = "KILDAY" if congress == 87 & id == 5236 replace nameshort = "GONZALEZ" if congress == 87 & id == 10520 replace nameshort = "FISHER" if congress == 87 & id == 3171 replace nameshort = "CASEY" if congress == 87 & id == 1577 replace nameshort = "PETERSON" if congress == 87 & id == 10544 replace nameshort = "KING, D." if congress == 87 & id == 5258 replace nameshort = "STAFFORD" if congress == 87 & id == 10562 replace nameshort = "DOWNING" if congress == 87 & id == 2706 replace nameshort = "HARDY" if congress == 87 & id == 4064 replace nameshort = "GARY" if congress == 87 & id == 3499 replace nameshort = "ABBITT" if congress == 87 & id == 2 replace nameshort = "TUCK" if congress == 87 & id == 9494 replace nameshort = "POFF" if congress == 87 & id == 7500 replace nameshort = "HARRISON, B" if congress == 87 & id == 4125 replace nameshort = "SMITH, H." if congress == 87 & id == 8636 replace nameshort = "JENNINGS" if congress == 87 & id == 4927 replace nameshort = "BROYHILL" if congress == 87 & id == 1154 replace nameshort = "PELLY" if congress == 87 & id == 7313 replace nameshort = "WESTLAND" if congress == 87 & id == 9968 replace nameshort = "HANSEN" if congress == 87 & id == 4043 replace nameshort = "MAY" if congress == 87 & id == 6101 replace nameshort = "HORAN" if congress == 87 & id == 4579 replace nameshort = "TOLLEFSON" if congress == 87 & id == 9409 replace nameshort = "MAGNUSON" if congress == 87 & id == 5912 replace nameshort = "MOORE, A." if congress == 87 & id == 6626 replace nameshort = "STAGGERS" if congress == 87 & id == 8824 replace nameshort = "BAILEY" if congress == 87 & id == 339 replace nameshort = "HECHLER" if congress == 87 & id == 4276 replace nameshort = "KEE" if congress == 87 & id == 5118 replace nameshort = "SLACK" if congress == 87 & id == 8564 replace nameshort = "SCHADEBERG" if congress == 87 & id == 10556 replace nameshort = "KASTENMEIER" if congress == 87 & id == 5101 replace nameshort = "THOMSON, V." if congress == 87 & id == 10564 replace nameshort = "ZABLOCKI" if congress == 87 & id == 10463 replace nameshort = "REUSS" if congress == 87 & id == 7824 replace nameshort = "VAN PELT" if congress == 87 & id == 9627 replace nameshort = "LAIRD" if congress == 87 & id == 5410 replace nameshort = "BYRNES" if congress == 87 & id == 1371 replace nameshort = "JOHNSON, L." if congress == 87 & id == 4977 replace nameshort = "O'KONSKI" if congress == 87 & id == 7046 replace nameshort = "HARRISON, W" if congress == 87 & id == 4139 replace nameshort = "KENNEDY" if congress == 88 & id == 99902 replace nameshort = "JOHNSON" if congress == 88 & id == 99903 replace nameshort = "SELDEN" if congress == 88 & id == 8353 replace nameshort = "GRANT" if congress == 88 & id == 3754 replace nameshort = "ANDREWS" if congress == 88 & id == 195 replace nameshort = "HUDDLESTON" if congress == 88 & id == 4686 replace nameshort = "ROBERTS" if congress == 88 & id == 7954 replace nameshort = "JONES, R." if congress == 88 & id == 5058 replace nameshort = "ELLIOTT" if congress == 88 & id == 2909 replace nameshort = "RAINS" if congress == 88 & id == 7695 replace nameshort = "RIVERS, R." if congress == 88 & id == 7926 replace nameshort = "RHODES, J." if congress == 88 & id == 7845 replace nameshort = "UDALL, M." if congress == 88 & id == 10566 replace nameshort = "SENNER" if congress == 88 & id == 10623 replace nameshort = "GATHINGS" if congress == 88 & id == 3506 replace nameshort = "MILLS" if congress == 88 & id == 6532 replace nameshort = "TRIMBLE" if congress == 88 & id == 9473 replace nameshort = "HARRIS" if congress == 88 & id == 4110 replace nameshort = "CLAUSEN" if congress == 88 & id == 10579 replace nameshort = "JOHNSON, H." if congress == 88 & id == 4957 replace nameshort = "MOSS" if congress == 88 & id == 6756 replace nameshort = "LEGGETT" if congress == 88 & id == 10599 replace nameshort = "SHELLEY" if congress == 88 & id == 8437 replace nameshort = "BURTON, P." if congress == 88 & id == 10577 replace nameshort = "MAILLIARD" if congress == 88 & id == 5929 replace nameshort = "COHELAN" if congress == 88 & id == 1911 replace nameshort = "MILLER, G." if congress == 88 & id == 6483 replace nameshort = "EDWARDS" if congress == 88 & id == 10583 replace nameshort = "GUBSER" if congress == 88 & id == 3867 replace nameshort = "YOUNGER" if congress == 88 & id == 10461 replace nameshort = "TALCOTT" if congress == 88 & id == 10631 replace nameshort = "TEAGUE, C." if congress == 88 & id == 9240 replace nameshort = "BALDWIN" if congress == 88 & id == 387 replace nameshort = "MCFALL" if congress == 88 & id == 6240 replace nameshort = "SISK" if congress == 88 & id == 8549 replace nameshort = "KING, CECIL" if congress == 88 & id == 5255 replace nameshort = "HAGEN" if congress == 88 & id == 3901 replace nameshort = "HOLIFIELD" if congress == 88 & id == 4514 replace nameshort = "SMITH, H.A." if congress == 88 & id == 8628 replace nameshort = "HAWKINS" if congress == 88 & id == 10595 replace nameshort = "CORMAN" if congress == 88 & id == 10511 replace nameshort = "DOYLE" if congress == 88 & id == 2713 replace nameshort = "CLAWSON" if congress == 88 & id == 10580 replace nameshort = "LIPSCOMB" if congress == 88 & id == 5694 replace nameshort = "CAMERON" if congress == 88 & id == 10578 replace nameshort = "ROOSEVELT" if congress == 88 & id == 8051 replace nameshort = "BURKHALTER" if congress == 88 & id == 10575 replace nameshort = "BELL" if congress == 88 & id == 10505 replace nameshort = "BROWN, G." if congress == 88 & id == 10573 replace nameshort = "ROYBAL" if congress == 88 & id == 10621 replace nameshort = "WILSON, C." if congress == 88 & id == 10640 replace nameshort = "HOSMER" if congress == 88 & id == 4592 replace nameshort = "SHEPPARD" if congress == 88 & id == 8444 replace nameshort = "HANNA" if congress == 88 & id == 10594 replace nameshort = "UTT" if congress == 88 & id == 9578 replace nameshort = "WILSON, R." if congress == 88 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 88 & id == 10633 replace nameshort = "MARTIN, P." if congress == 88 & id == 10604 replace nameshort = "ROGERS, B." if congress == 88 & id == 8021 replace nameshort = "BROTZMAN" if congress == 88 & id == 10572 replace nameshort = "CHENOWETH" if congress == 88 & id == 1684 replace nameshort = "ASPINALL" if congress == 88 & id == 275 replace nameshort = "DADDARIO" if congress == 88 & id == 2295 replace nameshort = "ST.ONGE" if congress == 88 & id == 10627 replace nameshort = "GIAIMO" if congress == 88 & id == 3553 replace nameshort = "SIBAL" if congress == 88 & id == 10560 replace nameshort = "MONAGAN" if congress == 88 & id == 6586 replace nameshort = "GRABOWSKI" if congress == 88 & id == 10590 replace nameshort = "MCDOWELL" if congress == 88 & id == 6224 replace nameshort = "SIKES" if congress == 88 & id == 8507 replace nameshort = "BENNETT, C." if congress == 88 & id == 633 replace nameshort = "PEPPER" if congress == 88 & id == 7333 replace nameshort = "FASCELL" if congress == 88 & id == 3078 replace nameshort = "HERLONG" if congress == 88 & id == 4354 replace nameshort = "ROGERS, P." if congress == 88 & id == 8032 replace nameshort = "HALEY" if congress == 88 & id == 3929 replace nameshort = "MATTHEWS" if congress == 88 & id == 6084 replace nameshort = "FUQUA" if congress == 88 & id == 10587 replace nameshort = "GIBBONS" if congress == 88 & id == 10588 replace nameshort = "GURNEY" if congress == 88 & id == 10593 replace nameshort = "CRAMER" if congress == 88 & id == 2143 replace nameshort = "HAGAN" if congress == 88 & id == 10522 replace nameshort = "PILCHER" if congress == 88 & id == 7450 replace nameshort = "FORRESTER" if congress == 88 & id == 3286 replace nameshort = "FLYNT" if congress == 88 & id == 3242 replace nameshort = "WELTNER" if congress == 88 & id == 10636 replace nameshort = "VINSON" if congress == 88 & id == 9677 replace nameshort = "DAVIS, J." if congress == 88 & id == 10512 replace nameshort = "TUTEN" if congress == 88 & id == 10632 replace nameshort = "LANDRUM" if congress == 88 & id == 5436 replace nameshort = "STEPHENS" if congress == 88 & id == 10563 replace nameshort = "GILL" if congress == 88 & id == 10589 replace nameshort = "MATSUNAGA" if congress == 88 & id == 10605 replace nameshort = "WHITE, C." if congress == 88 & id == 10637 replace nameshort = "HARDING" if congress == 88 & id == 10524 replace nameshort = "DAWSON" if congress == 88 & id == 2433 replace nameshort = "O'HARA, B." if congress == 88 & id == 7041 replace nameshort = "MURPHY, W." if congress == 88 & id == 6816 replace nameshort = "DERWINSKI" if congress == 88 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 88 & id == 5326 replace nameshort = "O'BRIEN, T." if congress == 88 & id == 7004 replace nameshort = "LIBONATI" if congress == 88 & id == 5654 replace nameshort = "ROSTENKOWSK" if congress == 88 & id == 8080 replace nameshort = "FINNEGAN" if congress == 88 & id == 10518 replace nameshort = "COLLIER" if congress == 88 & id == 1941 replace nameshort = "PUCINSKI" if congress == 88 & id == 7642 replace nameshort = "MCCLORY" if congress == 88 & id == 10606 replace nameshort = "RUMSFELD" if congress == 88 & id == 10622 replace nameshort = "HOFFMAN" if congress == 88 & id == 4488 replace nameshort = "REID, C." if congress == 88 & id == 10617 replace nameshort = "ANDERSON, J" if congress == 88 & id == 10501 replace nameshort = "ARENDS" if congress == 88 & id == 226 replace nameshort = "MICHEL" if congress == 88 & id == 6455 replace nameshort = "MCLOSKEY" if congress == 88 & id == 10608 replace nameshort = "FINDLEY" if congress == 88 & id == 10517 replace nameshort = "GRAY" if congress == 88 & id == 3769 replace nameshort = "SPRINGER" if congress == 88 & id == 8814 replace nameshort = "SHIPLEY" if congress == 88 & id == 8474 replace nameshort = "PRICE" if congress == 88 & id == 7610 replace nameshort = "MADDEN" if congress == 88 & id == 5900 replace nameshort = "HALLECK" if congress == 88 & id == 3963 replace nameshort = "BRADEMAS" if congress == 88 & id == 948 replace nameshort = "ADAIR" if congress == 88 & id == 18 replace nameshort = "ROUSH" if congress == 88 & id == 8084 replace nameshort = "ROUDEBUSH" if congress == 88 & id == 10552 replace nameshort = "BRAY" if congress == 88 & id == 986 replace nameshort = "DENTON" if congress == 88 & id == 2517 replace nameshort = "WILSON, E." if congress == 88 & id == 10212 replace nameshort = "HARVEY" if congress == 88 & id == 4165 replace nameshort = "BRUCE" if congress == 88 & id == 10507 replace nameshort = "SCHWENGEL" if congress == 88 & id == 8288 replace nameshort = "BROMWELL" if congress == 88 & id == 10506 replace nameshort = "GROSS" if congress == 88 & id == 3853 replace nameshort = "KYL" if congress == 88 & id == 5385 replace nameshort = "SMITH, NEAL" if congress == 88 & id == 8672 replace nameshort = "HOEVEN" if congress == 88 & id == 4482 replace nameshort = "JENSEN" if congress == 88 & id == 4928 replace nameshort = "DOLE" if congress == 88 & id == 10513 replace nameshort = "AVERY" if congress == 88 & id == 301 replace nameshort = "ELLSWORTH" if congress == 88 & id == 10516 replace nameshort = "SHRIVER" if congress == 88 & id == 10559 replace nameshort = "SKUBITZ" if congress == 88 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 88 & id == 9056 replace nameshort = "NATCHER" if congress == 88 & id == 6845 replace nameshort = "SNYDER" if congress == 88 & id == 10626 replace nameshort = "CHELF" if congress == 88 & id == 1682 replace nameshort = "SILER" if congress == 88 & id == 8508 replace nameshort = "WATTS" if congress == 88 & id == 9882 replace nameshort = "PERKINS" if congress == 88 & id == 7343 replace nameshort = "HEBERT" if congress == 88 & id == 4275 replace nameshort = "BOGGS" if congress == 88 & id == 824 replace nameshort = "WILLIS" if congress == 88 & id == 10201 replace nameshort = "WAGGONNER" if congress == 88 & id == 10567 replace nameshort = "PASSMAN" if congress == 88 & id == 7228 replace nameshort = "MORRISON" if congress == 88 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 88 & id == 9339 replace nameshort = "LONG, G." if congress == 88 & id == 10602 replace nameshort = "TUPPER" if congress == 88 & id == 10565 replace nameshort = "MCINTIRE" if congress == 88 & id == 6276 replace nameshort = "MORTON, R." if congress == 88 & id == 10610 replace nameshort = "LONG, C." if congress == 88 & id == 10601 replace nameshort = "GARMATZ" if congress == 88 & id == 3480 replace nameshort = "FALLON" if congress == 88 & id == 3054 replace nameshort = "LANKFORD" if congress == 88 & id == 5463 replace nameshort = "MATHIAS" if congress == 88 & id == 10535 replace nameshort = "FRIEDEL" if congress == 88 & id == 3374 replace nameshort = "SICKLES" if congress == 88 & id == 10624 replace nameshort = "CONTE" if congress == 88 & id == 2009 replace nameshort = "BOLAND" if congress == 88 & id == 830 replace nameshort = "PHILBIN" if congress == 88 & id == 7408 replace nameshort = "DONOHUE" if congress == 88 & id == 2660 replace nameshort = "MORSE" if congress == 88 & id == 10538 replace nameshort = "BATES" if congress == 88 & id == 518 replace nameshort = "MACDONALD" if congress == 88 & id == 5873 replace nameshort = "O'NEILL" if congress == 88 & id == 7081 replace nameshort = "MCCORMACK" if congress == 88 & id == 6177 replace nameshort = "MARTIN, J." if congress == 88 & id == 6033 replace nameshort = "BURKE" if congress == 88 & id == 1265 replace nameshort = "KEITH" if congress == 88 & id == 5131 replace nameshort = "NEDZI" if congress == 88 & id == 10540 replace nameshort = "MEADER" if congress == 88 & id == 6399 replace nameshort = "JOHANSEN" if congress == 88 & id == 4935 replace nameshort = "HUTCHINSON" if congress == 88 & id == 10597 replace nameshort = "FORD, G." if congress == 88 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 88 & id == 1620 replace nameshort = "O'HARA, J." if congress == 88 & id == 7043 replace nameshort = "HARVEY" if congress == 88 & id == 10526 replace nameshort = "GRIFFIN" if congress == 88 & id == 3824 replace nameshort = "CEDERBERG" if congress == 88 & id == 1610 replace nameshort = "KNOX" if congress == 88 & id == 5349 replace nameshort = "BENNETT, J." if congress == 88 & id == 639 replace nameshort = "DIGGS" if congress == 88 & id == 2594 replace nameshort = "RYAN, H." if congress == 88 & id == 10554 replace nameshort = "DINGELL" if congress == 88 & id == 2605 replace nameshort = "LESINSKI" if congress == 88 & id == 5617 replace nameshort = "GRIFFITHS" if congress == 88 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 88 & id == 1087 replace nameshort = "STAEBLER" if congress == 88 & id == 10628 replace nameshort = "QUIE" if congress == 88 & id == 7671 replace nameshort = "NELSEN" if congress == 88 & id == 6860 replace nameshort = "MACGREGOR" if congress == 88 & id == 10533 replace nameshort = "KARTH" if congress == 88 & id == 5098 replace nameshort = "FRASER" if congress == 88 & id == 10585 replace nameshort = "OLSON, A." if congress == 88 & id == 10612 replace nameshort = "LANGEN" if congress == 88 & id == 5451 replace nameshort = "BLATNIK" if congress == 88 & id == 789 replace nameshort = "ABERNETHY" if congress == 88 & id == 13 replace nameshort = "WHITTEN" if congress == 88 & id == 10075 replace nameshort = "WILLIAMS, J" if congress == 88 & id == 10162 replace nameshort = "WINSTEAD" if congress == 88 & id == 10279 replace nameshort = "COLMER" if congress == 88 & id == 1952 replace nameshort = "KARSTEN" if congress == 88 & id == 5097 replace nameshort = "CURTIS, T." if congress == 88 & id == 2275 replace nameshort = "SULLIVAN" if congress == 88 & id == 9072 replace nameshort = "RANDALL" if congress == 88 & id == 7717 replace nameshort = "BOLLING" if congress == 88 & id == 835 replace nameshort = "HULL" if congress == 88 & id == 4724 replace nameshort = "HALL, D." if congress == 88 & id == 10523 replace nameshort = "ICHORD" if congress == 88 & id == 10528 replace nameshort = "CANNON" if congress == 88 & id == 1479 replace nameshort = "JONES, P." if congress == 88 & id == 5056 replace nameshort = "OLSEN, A." if congress == 88 & id == 10543 replace nameshort = "BATTIN" if congress == 88 & id == 10503 replace nameshort = "BEERMANN" if congress == 88 & id == 10504 replace nameshort = "CUNNINGHAM" if congress == 88 & id == 2255 replace nameshort = "MARTIN, D." if congress == 88 & id == 10534 replace nameshort = "BARING" if congress == 88 & id == 433 replace nameshort = "WYMAN" if congress == 88 & id == 10639 replace nameshort = "CLEVELAND" if congress == 88 & id == 10581 replace nameshort = "CAHILL" if congress == 88 & id == 1393 replace nameshort = "GLENN" if congress == 88 & id == 3629 replace nameshort = "AUCHINCLOSS" if congress == 88 & id == 291 replace nameshort = "THOMPSON, F" if congress == 88 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 88 & id == 3364 replace nameshort = "DWYER" if congress == 88 & id == 2804 replace nameshort = "WIDNALL" if congress == 88 & id == 10091 replace nameshort = "JOELSON" if congress == 88 & id == 10529 replace nameshort = "OSMERS" if congress == 88 & id == 7101 replace nameshort = "RODINO" if congress == 88 & id == 8010 replace nameshort = "MINISH" if congress == 88 & id == 10609 replace nameshort = "WALLHAUSER" if congress == 88 & id == 9775 replace nameshort = "GALLAGHER" if congress == 88 & id == 3433 replace nameshort = "DANIELS" if congress == 88 & id == 2329 replace nameshort = "PATTEN" if congress == 88 & id == 10613 replace nameshort = "MONTOYA" if congress == 88 & id == 6611 replace nameshort = "MORRIS" if congress == 88 & id == 6717 replace nameshort = "PIKE" if congress == 88 & id == 10545 replace nameshort = "GROVER" if congress == 88 & id == 10592 replace nameshort = "DEROUNIAN" if congress == 88 & id == 2523 replace nameshort = "WYDLER" if congress == 88 & id == 10638 replace nameshort = "BECKER" if congress == 88 & id == 563 replace nameshort = "HALPERN" if congress == 88 & id == 3967 replace nameshort = "ADDABBO" if congress == 88 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 88 & id == 10551 replace nameshort = "DELANEY" if congress == 88 & id == 2476 replace nameshort = "CELLER" if congress == 88 & id == 1611 replace nameshort = "KEOGH" if congress == 88 & id == 5199 replace nameshort = "KELLY" if congress == 88 & id == 5148 replace nameshort = "MULTER" if congress == 88 & id == 6792 replace nameshort = "ROONEY" if congress == 88 & id == 8049 replace nameshort = "CAREY" if congress == 88 & id == 10508 replace nameshort = "MURPHY, J." if congress == 88 & id == 10611 replace nameshort = "LINDSAY" if congress == 88 & id == 5678 replace nameshort = "POWELL" if congress == 88 & id == 7568 replace nameshort = "FARBSTEIN" if congress == 88 & id == 3056 replace nameshort = "RYAN, W." if congress == 88 & id == 10555 replace nameshort = "HEALEY" if congress == 88 & id == 4262 replace nameshort = "GILBERT" if congress == 88 & id == 3575 replace nameshort = "BUCKLEY" if congress == 88 & id == 1205 replace nameshort = "FINO" if congress == 88 & id == 3158 replace nameshort = "BARRY" if congress == 88 & id == 476 replace nameshort = "REID, O." if congress == 88 & id == 10618 replace nameshort = "ST.GEORGE" if congress == 88 & id == 8177 replace nameshort = "WHARTON" if congress == 88 & id == 9978 replace nameshort = "O'BRIEN, L." if congress == 88 & id == 7003 replace nameshort = "KING, CARLE" if congress == 88 & id == 10530 replace nameshort = "KILBURN" if congress == 88 & id == 5235 replace nameshort = "PIRNIE" if congress == 88 & id == 7467 replace nameshort = "ROBISON" if congress == 88 & id == 7995 replace nameshort = "RIEHLMAN" if congress == 88 & id == 7901 replace nameshort = "STRATTON" if congress == 88 & id == 9017 replace nameshort = "HORTON" if congress == 88 & id == 10596 replace nameshort = "OSTERTAG" if congress == 88 & id == 7102 replace nameshort = "GOODELL" if congress == 88 & id == 3670 replace nameshort = "PILLION" if congress == 88 & id == 7453 replace nameshort = "MILLER, W." if congress == 88 & id == 6516 replace nameshort = "DULSKI" if congress == 88 & id == 2752 replace nameshort = "BONNER" if congress == 88 & id == 846 replace nameshort = "FOUNTAIN" if congress == 88 & id == 3321 replace nameshort = "HENDERSON" if congress == 88 & id == 10527 replace nameshort = "COOLEY" if congress == 88 & id == 2032 replace nameshort = "SCOTT" if congress == 88 & id == 8311 replace nameshort = "KORNEGAY" if congress == 88 & id == 10531 replace nameshort = "LENNON" if congress == 88 & id == 5606 replace nameshort = "JONAS" if congress == 88 & id == 5019 replace nameshort = "BROYHILL" if congress == 88 & id == 10574 replace nameshort = "WHITENER" if congress == 88 & id == 10060 replace nameshort = "TAYLOR" if congress == 88 & id == 9230 replace nameshort = "NYGAARD" if congress == 88 & id == 10542 replace nameshort = "ANDREWS, M." if congress == 88 & id == 10569 replace nameshort = "SHORT" if congress == 88 & id == 8485 replace nameshort = "RICH" if congress == 88 & id == 10619 replace nameshort = "CLANCY" if congress == 88 & id == 10510 replace nameshort = "SCHENCK" if congress == 88 & id == 8258 replace nameshort = "MCCULLOCH" if congress == 88 & id == 6204 replace nameshort = "LATTA" if congress == 88 & id == 5495 replace nameshort = "HARSHA" if congress == 88 & id == 10525 replace nameshort = "BROWN, C." if congress == 88 & id == 1104 replace nameshort = "BETTS" if congress == 88 & id == 680 replace nameshort = "ASHLEY" if congress == 88 & id == 267 replace nameshort = "ABELE" if congress == 88 & id == 10568 replace nameshort = "BOLTON, O." if congress == 88 & id == 838 replace nameshort = "DEVINE" if congress == 88 & id == 2533 replace nameshort = "MOSHER" if congress == 88 & id == 10539 replace nameshort = "AYRES" if congress == 88 & id == 310 replace nameshort = "SECREST" if congress == 88 & id == 8341 replace nameshort = "BOW" if congress == 88 & id == 891 replace nameshort = "ASHBROOK" if congress == 88 & id == 10502 replace nameshort = "HAYS" if congress == 88 & id == 4247 replace nameshort = "KIRWAN" if congress == 88 & id == 5301 replace nameshort = "FEIGHAN" if congress == 88 & id == 3092 replace nameshort = "VANIK" if congress == 88 & id == 9623 replace nameshort = "BOLTON, F." if congress == 88 & id == 837 replace nameshort = "MINSHALL" if congress == 88 & id == 6548 replace nameshort = "TAFT" if congress == 88 & id == 10630 replace nameshort = "BELCHER" if congress == 88 & id == 590 replace nameshort = "EDMONDSON" if congress == 88 & id == 2854 replace nameshort = "ALBERT" if congress == 88 & id == 62 replace nameshort = "STEED" if congress == 88 & id == 8866 replace nameshort = "JARMAN" if congress == 88 & id == 4891 replace nameshort = "WICKERSHAM" if congress == 88 & id == 10085 replace nameshort = "NORBLAD" if congress == 88 & id == 6955 replace nameshort = "ULLMAN" if congress == 88 & id == 9551 replace nameshort = "GREEN, E." if congress == 88 & id == 3775 replace nameshort = "DUNCAN" if congress == 88 & id == 10582 replace nameshort = "BARRETT" if congress == 88 & id == 465 replace nameshort = "NIX" if congress == 88 & id == 6936 replace nameshort = "BYRNE" if congress == 88 & id == 1368 replace nameshort = "TOLL" if congress == 88 & id == 9408 replace nameshort = "GREEN, W.JR" if congress == 88 & id == 3785 replace nameshort = "GREEN, W." if congress == 88 & id == 10591 replace nameshort = "RHODES, G." if congress == 88 & id == 7844 replace nameshort = "MILLIKEN" if congress == 88 & id == 6524 replace nameshort = "CURTIN" if congress == 88 & id == 2266 replace nameshort = "DAGUE" if congress == 88 & id == 2298 replace nameshort = "MCDADE" if congress == 88 & id == 10607 replace nameshort = "FLOOD" if congress == 88 & id == 3224 replace nameshort = "WHALLEY" if congress == 88 & id == 9975 replace nameshort = "SCHWEIKER" if congress == 88 & id == 10557 replace nameshort = "MOORHEAD" if congress == 88 & id == 6661 replace nameshort = "WALTER" if congress == 88 & id == 9791 replace nameshort = "ROONEY, F." if congress == 88 & id == 10620 replace nameshort = "KUNKEL" if congress == 88 & id == 5377 replace nameshort = "SCHNEEBELI" if congress == 88 & id == 8268 replace nameshort = "CORBETT" if congress == 88 & id == 2065 replace nameshort = "GOODLING" if congress == 88 & id == 10521 replace nameshort = "HOLLAND" if congress == 88 & id == 4518 replace nameshort = "DENT" if congress == 88 & id == 2513 replace nameshort = "SAYLOR" if congress == 88 & id == 8247 replace nameshort = "GAVIN" if congress == 88 & id == 3510 replace nameshort = "JOHNSON, A." if congress == 88 & id == 10598 replace nameshort = "WEAVER" if congress == 88 & id == 10635 replace nameshort = "CLARK, F." if congress == 88 & id == 1763 replace nameshort = "MORGAN" if congress == 88 & id == 6685 replace nameshort = "FULTON, J." if congress == 88 & id == 3409 replace nameshort = "ST.GERMAIN" if congress == 88 & id == 10561 replace nameshort = "FOGARTY" if congress == 88 & id == 3246 replace nameshort = "RIVERS, L." if congress == 88 & id == 7925 replace nameshort = "WATSON, A." if congress == 88 & id == 90634 replace nameshort = "DORN" if congress == 88 & id == 2672 replace nameshort = "ASHMORE" if congress == 88 & id == 270 replace nameshort = "HEMPHILL" if congress == 88 & id == 4299 replace nameshort = "MCMILLAN" if congress == 88 & id == 6353 replace nameshort = "REIFEL" if congress == 88 & id == 10548 replace nameshort = "BERRY" if congress == 88 & id == 672 replace nameshort = "QUILLEN" if congress == 88 & id == 10616 replace nameshort = "BAKER, H.H." if congress == 88 & id == 364 replace nameshort = "BAKER, I." if congress == 88 & id == 10570 replace nameshort = "BROCK, W." if congress == 88 & id == 10571 replace nameshort = "EVINS" if congress == 88 & id == 3034 replace nameshort = "FULTON" if congress == 88 & id == 10586 replace nameshort = "BASS" if congress == 88 & id == 504 replace nameshort = "MURRAY" if congress == 88 & id == 6826 replace nameshort = "EVERETT" if congress == 88 & id == 3028 replace nameshort = "DAVIS, C." if congress == 88 & id == 2376 replace nameshort = "PATMAN" if congress == 88 & id == 7232 replace nameshort = "BROOKS" if congress == 88 & id == 1077 replace nameshort = "BECKWORTH" if congress == 88 & id == 567 replace nameshort = "ROBERTS, R." if congress == 88 & id == 10550 replace nameshort = "ALGER" if congress == 88 & id == 93 replace nameshort = "TEAGUE, O." if congress == 88 & id == 9241 replace nameshort = "DOWDY" if congress == 88 & id == 2700 replace nameshort = "THOMAS" if congress == 88 & id == 9284 replace nameshort = "THOMPSON, C" if congress == 88 & id == 9320 replace nameshort = "THORNBERRY" if congress == 88 & id == 9356 replace nameshort = "PICKLE" if congress == 88 & id == 10614 replace nameshort = "POAGE" if congress == 88 & id == 7498 replace nameshort = "WRIGHT" if congress == 88 & id == 10391 replace nameshort = "PURCELL" if congress == 88 & id == 10546 replace nameshort = "YOUNG" if congress == 88 & id == 10446 replace nameshort = "KILGORE" if congress == 88 & id == 5241 replace nameshort = "FOREMAN" if congress == 88 & id == 10584 replace nameshort = "BURLESON" if congress == 88 & id == 1282 replace nameshort = "ROGERS, W." if congress == 88 & id == 8035 replace nameshort = "MAHON" if congress == 88 & id == 5924 replace nameshort = "GONZALEZ" if congress == 88 & id == 10520 replace nameshort = "FISHER" if congress == 88 & id == 3171 replace nameshort = "CASEY" if congress == 88 & id == 1577 replace nameshort = "POOL" if congress == 88 & id == 10615 replace nameshort = "BURTON, L." if congress == 88 & id == 10576 replace nameshort = "LLOYD" if congress == 88 & id == 10600 replace nameshort = "STAFFORD" if congress == 88 & id == 10562 replace nameshort = "DOWNING" if congress == 88 & id == 2706 replace nameshort = "HARDY" if congress == 88 & id == 4064 replace nameshort = "GARY" if congress == 88 & id == 3499 replace nameshort = "ABBITT" if congress == 88 & id == 2 replace nameshort = "TUCK" if congress == 88 & id == 9494 replace nameshort = "POFF" if congress == 88 & id == 7500 replace nameshort = "MARSH" if congress == 88 & id == 10603 replace nameshort = "SMITH, HOWA" if congress == 88 & id == 8636 replace nameshort = "JENNINGS" if congress == 88 & id == 4927 replace nameshort = "BROYHILL" if congress == 88 & id == 1154 replace nameshort = "PELLY" if congress == 88 & id == 7313 replace nameshort = "WESTLAND" if congress == 88 & id == 9968 replace nameshort = "HANSEN" if congress == 88 & id == 4043 replace nameshort = "MAY" if congress == 88 & id == 6101 replace nameshort = "HORAN" if congress == 88 & id == 4579 replace nameshort = "TOLLEFSON" if congress == 88 & id == 9409 replace nameshort = "STINSON" if congress == 88 & id == 10629 replace nameshort = "MOORE, A." if congress == 88 & id == 6626 replace nameshort = "STAGGERS" if congress == 88 & id == 8824 replace nameshort = "SLACK" if congress == 88 & id == 8564 replace nameshort = "HECHLER" if congress == 88 & id == 4276 replace nameshort = "KEE" if congress == 88 & id == 5118 replace nameshort = "SCHADEBERG" if congress == 88 & id == 10556 replace nameshort = "KASTENMEIER" if congress == 88 & id == 5101 replace nameshort = "THOMSON, V." if congress == 88 & id == 10564 replace nameshort = "ZABLOCKI" if congress == 88 & id == 10463 replace nameshort = "REUSS" if congress == 88 & id == 7824 replace nameshort = "VAN PELT" if congress == 88 & id == 9627 replace nameshort = "LAIRD" if congress == 88 & id == 5410 replace nameshort = "BYRNES" if congress == 88 & id == 1371 replace nameshort = "JOHNSON, L." if congress == 88 & id == 4977 replace nameshort = "O'KONSKI" if congress == 88 & id == 7046 replace nameshort = "HARRISON" if congress == 88 & id == 4139 replace nameshort = "JOHNSON" if congress == 89 & id == 99903 replace nameshort = "EDWARDS, J." if congress == 89 & id == 10721 replace nameshort = "DICKINSON" if congress == 89 & id == 10717 replace nameshort = "ANDREWS, G." if congress == 89 & id == 195 replace nameshort = "ANDREWS, G." if congress == 89 & id == 10702 replace nameshort = "SELDEN" if congress == 89 & id == 8353 replace nameshort = "BUCHANAN" if congress == 89 & id == 10706 replace nameshort = "MARTIN, J." if congress == 89 & id == 10755 replace nameshort = "JONES, R." if congress == 89 & id == 5058 replace nameshort = "RIVERS, R." if congress == 89 & id == 7926 replace nameshort = "RHODES, J." if congress == 89 & id == 7845 replace nameshort = "UDALL" if congress == 89 & id == 10566 replace nameshort = "SENNER" if congress == 89 & id == 10623 replace nameshort = "GATHINGS" if congress == 89 & id == 3506 replace nameshort = "MILLS" if congress == 89 & id == 6532 replace nameshort = "TRIMBLE" if congress == 89 & id == 9473 replace nameshort = "HARRIS" if congress == 89 & id == 4110 replace nameshort = "PRYOR" if congress == 89 & id == 10791 replace nameshort = "CLAUSEN" if congress == 89 & id == 10579 replace nameshort = "JOHNSON, H." if congress == 89 & id == 4957 replace nameshort = "MOSS" if congress == 89 & id == 6756 replace nameshort = "LEGGETT" if congress == 89 & id == 10599 replace nameshort = "BURTON, P." if congress == 89 & id == 10577 replace nameshort = "MAILLIARD" if congress == 89 & id == 5929 replace nameshort = "COHELAN" if congress == 89 & id == 1911 replace nameshort = "MILLER" if congress == 89 & id == 6483 replace nameshort = "EDWARDS, D." if congress == 89 & id == 10583 replace nameshort = "GUBSER" if congress == 89 & id == 3867 replace nameshort = "YOUNGER" if congress == 89 & id == 10461 replace nameshort = "TALCOTT" if congress == 89 & id == 10631 replace nameshort = "TEAGUE, C." if congress == 89 & id == 9240 replace nameshort = "BALDWIN" if congress == 89 & id == 387 replace nameshort = "WALDIE" if congress == 89 & id == 10793 replace nameshort = "MCFALL" if congress == 89 & id == 6240 replace nameshort = "SISK" if congress == 89 & id == 8549 replace nameshort = "KING, C.R." if congress == 89 & id == 5255 replace nameshort = "HAGEN" if congress == 89 & id == 3901 replace nameshort = "HOLIFIELD" if congress == 89 & id == 4514 replace nameshort = "SMITH, H." if congress == 89 & id == 8628 replace nameshort = "HAWKINS" if congress == 89 & id == 10595 replace nameshort = "CORMAN" if congress == 89 & id == 10511 replace nameshort = "CLAWSON" if congress == 89 & id == 10580 replace nameshort = "LIPSCOMB" if congress == 89 & id == 5694 replace nameshort = "CAMERON" if congress == 89 & id == 10578 replace nameshort = "ROOSEVELT" if congress == 89 & id == 8051 replace nameshort = "REES" if congress == 89 & id == 10790 replace nameshort = "REINECKE" if congress == 89 & id == 10763 replace nameshort = "BELL" if congress == 89 & id == 10505 replace nameshort = "BROWN, G." if congress == 89 & id == 10573 replace nameshort = "ROYBAL" if congress == 89 & id == 10621 replace nameshort = "WILSON, C." if congress == 89 & id == 10640 replace nameshort = "HOSMER" if congress == 89 & id == 4592 replace nameshort = "DYAL" if congress == 89 & id == 10720 replace nameshort = "HANNA" if congress == 89 & id == 10594 replace nameshort = "UTT" if congress == 89 & id == 9578 replace nameshort = "WILSON, B." if congress == 89 & id == 10249 replace nameshort = "VANDEERLIN" if congress == 89 & id == 10633 replace nameshort = "TUNNEY" if congress == 89 & id == 10777 replace nameshort = "ROGERS, B." if congress == 89 & id == 8021 replace nameshort = "MCVICKER" if congress == 89 & id == 10751 replace nameshort = "EVANS" if congress == 89 & id == 10723 replace nameshort = "ASPINALL" if congress == 89 & id == 275 replace nameshort = "DADDARIO" if congress == 89 & id == 2295 replace nameshort = "ST. ONGE" if congress == 89 & id == 10627 replace nameshort = "GIAIMO" if congress == 89 & id == 3553 replace nameshort = "IRWIN" if congress == 89 & id == 4824 replace nameshort = "MONAGAN" if congress == 89 & id == 6586 replace nameshort = "GRABOWSKI" if congress == 89 & id == 10590 replace nameshort = "MCDOWELL" if congress == 89 & id == 6224 replace nameshort = "SIKES" if congress == 89 & id == 8507 replace nameshort = "BENNETT" if congress == 89 & id == 633 replace nameshort = "PEPPER" if congress == 89 & id == 7333 replace nameshort = "FASCELL" if congress == 89 & id == 3078 replace nameshort = "HERLONG" if congress == 89 & id == 4354 replace nameshort = "ROGERS, P." if congress == 89 & id == 8032 replace nameshort = "HALEY" if congress == 89 & id == 3929 replace nameshort = "MATTHEWS" if congress == 89 & id == 6084 replace nameshort = "FUQUA" if congress == 89 & id == 10587 replace nameshort = "GIBBONS" if congress == 89 & id == 10588 replace nameshort = "GURNEY" if congress == 89 & id == 10593 replace nameshort = "CRAMER" if congress == 89 & id == 2143 replace nameshort = "HAGAN" if congress == 89 & id == 10522 replace nameshort = "O'NEAL" if congress == 89 & id == 10759 replace nameshort = "CALLAWAY" if congress == 89 & id == 10709 replace nameshort = "MACKAY" if congress == 89 & id == 10753 replace nameshort = "WELTNER" if congress == 89 & id == 10636 replace nameshort = "FLYNT" if congress == 89 & id == 3242 replace nameshort = "DAVIS, J." if congress == 89 & id == 10512 replace nameshort = "TUTEN" if congress == 89 & id == 10632 replace nameshort = "LANDRUM" if congress == 89 & id == 5436 replace nameshort = "STEPHENS" if congress == 89 & id == 10563 replace nameshort = "MINK" if congress == 89 & id == 10757 replace nameshort = "MATSUNAGA" if congress == 89 & id == 10605 replace nameshort = "WHITE, C.I." if congress == 89 & id == 10637 replace nameshort = "HANSEN, G." if congress == 89 & id == 10734 replace nameshort = "DAWSON" if congress == 89 & id == 2433 replace nameshort = "O'HARA, B." if congress == 89 & id == 7041 replace nameshort = "MURPHY, W." if congress == 89 & id == 6816 replace nameshort = "DERWINSKI" if congress == 89 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 89 & id == 5326 replace nameshort = "RONAN" if congress == 89 & id == 10765 replace nameshort = "ANNUNZIO" if congress == 89 & id == 10703 replace nameshort = "ROSTENKOWSK" if congress == 89 & id == 8080 replace nameshort = "YATES" if congress == 89 & id == 10421 replace nameshort = "COLLIER" if congress == 89 & id == 1941 replace nameshort = "PUCINSKI" if congress == 89 & id == 7642 replace nameshort = "MCCLORY" if congress == 89 & id == 10606 replace nameshort = "RUMSFELD" if congress == 89 & id == 10622 replace nameshort = "ERLENBORN" if congress == 89 & id == 10722 replace nameshort = "REID, C." if congress == 89 & id == 10617 replace nameshort = "ANDERSON, J" if congress == 89 & id == 10501 replace nameshort = "ARENDS" if congress == 89 & id == 226 replace nameshort = "MICHEL" if congress == 89 & id == 6455 replace nameshort = "SCHISLER" if congress == 89 & id == 10769 replace nameshort = "FINDLEY" if congress == 89 & id == 10517 replace nameshort = "GRAY" if congress == 89 & id == 3769 replace nameshort = "SPRINGER" if congress == 89 & id == 8814 replace nameshort = "SHIPLEY" if congress == 89 & id == 8474 replace nameshort = "PRICE" if congress == 89 & id == 7610 replace nameshort = "MADDEN" if congress == 89 & id == 5900 replace nameshort = "HALLECK" if congress == 89 & id == 3963 replace nameshort = "BRADEMAS" if congress == 89 & id == 948 replace nameshort = "ADAIR" if congress == 89 & id == 18 replace nameshort = "ROUSH" if congress == 89 & id == 8084 replace nameshort = "ROUDEBUSH" if congress == 89 & id == 10552 replace nameshort = "BRAY" if congress == 89 & id == 986 replace nameshort = "DENTON" if congress == 89 & id == 2517 replace nameshort = "HAMILTON" if congress == 89 & id == 10732 replace nameshort = "HARVEY, R." if congress == 89 & id == 4165 replace nameshort = "JACOBS" if congress == 89 & id == 10742 replace nameshort = "SCHMIDHAUSE" if congress == 89 & id == 10770 replace nameshort = "CULVER" if congress == 89 & id == 10715 replace nameshort = "GROSS" if congress == 89 & id == 3853 replace nameshort = "BANDSTRA" if congress == 89 & id == 10704 replace nameshort = "SMITH, N." if congress == 89 & id == 8672 replace nameshort = "GREIGG" if congress == 89 & id == 10730 replace nameshort = "HANSEN, J." if congress == 89 & id == 10735 replace nameshort = "DOLE" if congress == 89 & id == 10513 replace nameshort = "MIZE" if congress == 89 & id == 10758 replace nameshort = "ELLSWORTH" if congress == 89 & id == 10516 replace nameshort = "SHRIVER" if congress == 89 & id == 10559 replace nameshort = "SKUBITZ" if congress == 89 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 89 & id == 9056 replace nameshort = "NATCHER" if congress == 89 & id == 6845 replace nameshort = "FARNSLEY" if congress == 89 & id == 10724 replace nameshort = "CHELF" if congress == 89 & id == 1682 replace nameshort = "CARTER" if congress == 89 & id == 10710 replace nameshort = "WATTS" if congress == 89 & id == 9882 replace nameshort = "PERKINS" if congress == 89 & id == 7343 replace nameshort = "HEBERT" if congress == 89 & id == 4275 replace nameshort = "BOGGS" if congress == 89 & id == 824 replace nameshort = "WILLIS" if congress == 89 & id == 10201 replace nameshort = "WAGGONNER" if congress == 89 & id == 10567 replace nameshort = "PASSMAN" if congress == 89 & id == 7228 replace nameshort = "MORRISON" if congress == 89 & id == 6721 replace nameshort = "THOMPSON, T" if congress == 89 & id == 9339 replace nameshort = "EDWARDS" if congress == 89 & id == 10787 replace nameshort = "LONG, S." if congress == 89 & id == 10746 replace nameshort = "TUPPER" if congress == 89 & id == 10565 replace nameshort = "HATHAWAY" if congress == 89 & id == 10736 replace nameshort = "MORTON" if congress == 89 & id == 10610 replace nameshort = "LONG, C." if congress == 89 & id == 10601 replace nameshort = "GARMATZ" if congress == 89 & id == 3480 replace nameshort = "FALLON" if congress == 89 & id == 3054 replace nameshort = "MACHEN" if congress == 89 & id == 10752 replace nameshort = "MATHIAS" if congress == 89 & id == 10535 replace nameshort = "FRIEDEL" if congress == 89 & id == 3374 replace nameshort = "SICKLES" if congress == 89 & id == 10624 replace nameshort = "CONTE" if congress == 89 & id == 2009 replace nameshort = "BOLAND" if congress == 89 & id == 830 replace nameshort = "PHILBIN" if congress == 89 & id == 7408 replace nameshort = "DONOHUE" if congress == 89 & id == 2660 replace nameshort = "MORSE" if congress == 89 & id == 10538 replace nameshort = "BATES" if congress == 89 & id == 518 replace nameshort = "MACDONALD" if congress == 89 & id == 5873 replace nameshort = "O'NEILL" if congress == 89 & id == 7081 replace nameshort = "MCCORMACK" if congress == 89 & id == 6177 replace nameshort = "MARTIN, J.W" if congress == 89 & id == 6033 replace nameshort = "BURKE" if congress == 89 & id == 1265 replace nameshort = "KEITH" if congress == 89 & id == 5131 replace nameshort = "CONYERS" if congress == 89 & id == 10713 replace nameshort = "VIVIAN" if congress == 89 & id == 10779 replace nameshort = "TODD" if congress == 89 & id == 10776 replace nameshort = "HUTCHINSON" if congress == 89 & id == 10597 replace nameshort = "FORD, G." if congress == 89 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 89 & id == 1620 replace nameshort = "MACKIE" if congress == 89 & id == 10754 replace nameshort = "HARVEY, J." if congress == 89 & id == 10526 replace nameshort = "GRIFFIN" if congress == 89 & id == 3824 replace nameshort = "VANDER" if congress == 89 & id == 10794 replace nameshort = "CEDERBERG" if congress == 89 & id == 1610 replace nameshort = "CLEVENGER" if congress == 89 & id == 10711 replace nameshort = "O'HARA, J." if congress == 89 & id == 7043 replace nameshort = "DIGGS" if congress == 89 & id == 2594 replace nameshort = "NEDZI" if congress == 89 & id == 10540 replace nameshort = "FORD, W." if congress == 89 & id == 10727 replace nameshort = "DINGELL" if congress == 89 & id == 2605 replace nameshort = "GRIFFITHS" if congress == 89 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 89 & id == 1087 replace nameshort = "FARNUM" if congress == 89 & id == 10725 replace nameshort = "QUIE" if congress == 89 & id == 7671 replace nameshort = "NELSEN" if congress == 89 & id == 6860 replace nameshort = "MACGREGOR" if congress == 89 & id == 10533 replace nameshort = "KARTH" if congress == 89 & id == 5098 replace nameshort = "FRASER" if congress == 89 & id == 10585 replace nameshort = "OLSON" if congress == 89 & id == 10612 replace nameshort = "LANGEN" if congress == 89 & id == 5451 replace nameshort = "BLATNIK" if congress == 89 & id == 789 replace nameshort = "ABERNETHY" if congress == 89 & id == 13 replace nameshort = "WHITTEN" if congress == 89 & id == 10075 replace nameshort = "WILLIAMS" if congress == 89 & id == 10162 replace nameshort = "WALKER, P." if congress == 89 & id == 10781 replace nameshort = "COLMER" if congress == 89 & id == 1952 replace nameshort = "KARSTEN" if congress == 89 & id == 5097 replace nameshort = "CURTIS" if congress == 89 & id == 2275 replace nameshort = "SULLIVAN" if congress == 89 & id == 9072 replace nameshort = "RANDALL" if congress == 89 & id == 7717 replace nameshort = "BOLLING" if congress == 89 & id == 835 replace nameshort = "HULL" if congress == 89 & id == 4724 replace nameshort = "HALL" if congress == 89 & id == 10523 replace nameshort = "ICHORD" if congress == 89 & id == 10528 replace nameshort = "HUNGATE" if congress == 89 & id == 10740 replace nameshort = "JONES, P." if congress == 89 & id == 5056 replace nameshort = "OLSEN" if congress == 89 & id == 10543 replace nameshort = "BATTIN" if congress == 89 & id == 10503 replace nameshort = "CALLON" if congress == 89 & id == 10708 replace nameshort = "CUNNINGHAM" if congress == 89 & id == 2255 replace nameshort = "MARTIN, D." if congress == 89 & id == 10534 replace nameshort = "BARING" if congress == 89 & id == 433 replace nameshort = "HUOT" if congress == 89 & id == 10741 replace nameshort = "CLEVELAND" if congress == 89 & id == 10581 replace nameshort = "CAHILL" if congress == 89 & id == 1393 replace nameshort = "MCGRATH" if congress == 89 & id == 10750 replace nameshort = "HOWARD" if congress == 89 & id == 10739 replace nameshort = "THOMPSON, F" if congress == 89 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 89 & id == 3364 replace nameshort = "DWYER" if congress == 89 & id == 2804 replace nameshort = "WIDNALL" if congress == 89 & id == 10091 replace nameshort = "JOELSON" if congress == 89 & id == 10529 replace nameshort = "HELSTOSKI" if congress == 89 & id == 10737 replace nameshort = "RODINO" if congress == 89 & id == 8010 replace nameshort = "MINISH" if congress == 89 & id == 10609 replace nameshort = "KREBS" if congress == 89 & id == 10745 replace nameshort = "GALLAGHER" if congress == 89 & id == 3433 replace nameshort = "DANIELS" if congress == 89 & id == 2329 replace nameshort = "PATTEN" if congress == 89 & id == 10613 replace nameshort = "WALKER, E." if congress == 89 & id == 10780 replace nameshort = "MORRIS" if congress == 89 & id == 6717 replace nameshort = "PIKE" if congress == 89 & id == 10545 replace nameshort = "GROVER" if congress == 89 & id == 10592 replace nameshort = "WOLFF" if congress == 89 & id == 10784 replace nameshort = "WYDLER" if congress == 89 & id == 10638 replace nameshort = "TENZER" if congress == 89 & id == 10775 replace nameshort = "HALPERN" if congress == 89 & id == 3967 replace nameshort = "ADDABBO" if congress == 89 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 89 & id == 10551 replace nameshort = "DELANEY" if congress == 89 & id == 2476 replace nameshort = "CELLER" if congress == 89 & id == 1611 replace nameshort = "KEOGH" if congress == 89 & id == 5199 replace nameshort = "KELLY" if congress == 89 & id == 5148 replace nameshort = "MULTER" if congress == 89 & id == 6792 replace nameshort = "ROONEY, J." if congress == 89 & id == 8049 replace nameshort = "CAREY" if congress == 89 & id == 10508 replace nameshort = "MURPHY, J." if congress == 89 & id == 10611 replace nameshort = "LINDSAY" if congress == 89 & id == 5678 replace nameshort = "KUPFERMAN" if congress == 89 & id == 10789 replace nameshort = "POWELL" if congress == 89 & id == 7568 replace nameshort = "FARBSTEIN" if congress == 89 & id == 3056 replace nameshort = "RYAN" if congress == 89 & id == 10555 replace nameshort = "SCHEUER" if congress == 89 & id == 10768 replace nameshort = "GILBERT" if congress == 89 & id == 3575 replace nameshort = "BINGHAM" if congress == 89 & id == 10705 replace nameshort = "FINO" if congress == 89 & id == 3158 replace nameshort = "OTTINGER" if congress == 89 & id == 10760 replace nameshort = "REID, O." if congress == 89 & id == 10618 replace nameshort = "DOW" if congress == 89 & id == 10718 replace nameshort = "RESNICK" if congress == 89 & id == 10764 replace nameshort = "O'BRIEN" if congress == 89 & id == 7003 replace nameshort = "KING, C.J." if congress == 89 & id == 10530 replace nameshort = "MCEWEN" if congress == 89 & id == 10749 replace nameshort = "PIRNIE" if congress == 89 & id == 7467 replace nameshort = "ROBISON" if congress == 89 & id == 7995 replace nameshort = "HANLEY" if congress == 89 & id == 10733 replace nameshort = "STRATTON" if congress == 89 & id == 9017 replace nameshort = "HORTON" if congress == 89 & id == 10596 replace nameshort = "CONABLE" if congress == 89 & id == 10712 replace nameshort = "GOODELL" if congress == 89 & id == 3670 replace nameshort = "MCCARTHY" if congress == 89 & id == 10748 replace nameshort = "SMITH, H.P." if congress == 89 & id == 10771 replace nameshort = "DULSKI" if congress == 89 & id == 2752 replace nameshort = "BONNER" if congress == 89 & id == 846 replace nameshort = "JONES" if congress == 89 & id == 10788 replace nameshort = "FOUNTAIN" if congress == 89 & id == 3321 replace nameshort = "HENDERSON" if congress == 89 & id == 10527 replace nameshort = "COOLEY" if congress == 89 & id == 2032 replace nameshort = "SCOTT" if congress == 89 & id == 8311 replace nameshort = "KORNEGAY" if congress == 89 & id == 10531 replace nameshort = "LENNON" if congress == 89 & id == 5606 replace nameshort = "JONAS" if congress == 89 & id == 5019 replace nameshort = "BROYHILL, J" if congress == 89 & id == 10574 replace nameshort = "WHITENER" if congress == 89 & id == 10060 replace nameshort = "TAYLOR" if congress == 89 & id == 9230 replace nameshort = "ANDREWS, M." if congress == 89 & id == 10569 replace nameshort = "REDLIN" if congress == 89 & id == 10762 replace nameshort = "GILLIGAN" if congress == 89 & id == 10729 replace nameshort = "CLANCY" if congress == 89 & id == 10510 replace nameshort = "LOVE" if congress == 89 & id == 10747 replace nameshort = "MCCULLOCH" if congress == 89 & id == 6204 replace nameshort = "LATTA" if congress == 89 & id == 5495 replace nameshort = "HARSHA" if congress == 89 & id == 10525 replace nameshort = "BROWN, C." if congress == 89 & id == 1104 replace nameshort = "BROWN" if congress == 89 & id == 10786 replace nameshort = "BETTS" if congress == 89 & id == 680 replace nameshort = "ASHLEY" if congress == 89 & id == 267 replace nameshort = "MOELLER" if congress == 89 & id == 6579 replace nameshort = "STANTON" if congress == 89 & id == 10773 replace nameshort = "DEVINE" if congress == 89 & id == 2533 replace nameshort = "MOSHER" if congress == 89 & id == 10539 replace nameshort = "AYRES" if congress == 89 & id == 310 replace nameshort = "SECREST" if congress == 89 & id == 8341 replace nameshort = "BOW" if congress == 89 & id == 891 replace nameshort = "ASHBROOK" if congress == 89 & id == 10502 replace nameshort = "HAYS" if congress == 89 & id == 4247 replace nameshort = "KIRWAN" if congress == 89 & id == 5301 replace nameshort = "FEIGHAN" if congress == 89 & id == 3092 replace nameshort = "VANIK" if congress == 89 & id == 9623 replace nameshort = "BOLTON" if congress == 89 & id == 837 replace nameshort = "MINSHALL" if congress == 89 & id == 6548 replace nameshort = "SWEENEY" if congress == 89 & id == 10774 replace nameshort = "BELCHER" if congress == 89 & id == 590 replace nameshort = "EDMONDSON" if congress == 89 & id == 2854 replace nameshort = "ALBERT" if congress == 89 & id == 62 replace nameshort = "STEED" if congress == 89 & id == 8866 replace nameshort = "JARMAN" if congress == 89 & id == 4891 replace nameshort = "JOHNSON, J." if congress == 89 & id == 10743 replace nameshort = "WYATT" if congress == 89 & id == 10785 replace nameshort = "ULLMAN" if congress == 89 & id == 9551 replace nameshort = "GREEN, E." if congress == 89 & id == 3775 replace nameshort = "DUNCAN, R." if congress == 89 & id == 10582 replace nameshort = "BARRETT" if congress == 89 & id == 465 replace nameshort = "NIX" if congress == 89 & id == 6936 replace nameshort = "BYRNE" if congress == 89 & id == 1368 replace nameshort = "TOLL" if congress == 89 & id == 9408 replace nameshort = "GREEN, W." if congress == 89 & id == 10591 replace nameshort = "RHODES, G." if congress == 89 & id == 7844 replace nameshort = "WATKINS" if congress == 89 & id == 10782 replace nameshort = "CURTIN" if congress == 89 & id == 2266 replace nameshort = "DAGUE" if congress == 89 & id == 2298 replace nameshort = "MCDADE" if congress == 89 & id == 10607 replace nameshort = "FLOOD" if congress == 89 & id == 3224 replace nameshort = "WHALLEY" if congress == 89 & id == 9975 replace nameshort = "SCHWEIKER" if congress == 89 & id == 10557 replace nameshort = "MOORHEAD" if congress == 89 & id == 6661 replace nameshort = "ROONEY, F." if congress == 89 & id == 10620 replace nameshort = "KUNKEL" if congress == 89 & id == 5377 replace nameshort = "SCHNEEBELI" if congress == 89 & id == 8268 replace nameshort = "CORBETT" if congress == 89 & id == 2065 replace nameshort = "CRALEY" if congress == 89 & id == 10714 replace nameshort = "HOLLAND" if congress == 89 & id == 4518 replace nameshort = "DENT" if congress == 89 & id == 2513 replace nameshort = "SAYLOR" if congress == 89 & id == 8247 replace nameshort = "JOHNSON, A." if congress == 89 & id == 10598 replace nameshort = "VIGORITO" if congress == 89 & id == 10778 replace nameshort = "CLARK" if congress == 89 & id == 1763 replace nameshort = "MORGAN" if congress == 89 & id == 6685 replace nameshort = "FULTON, J." if congress == 89 & id == 3409 replace nameshort = "ST. GERMAIN" if congress == 89 & id == 10561 replace nameshort = "FOGARTY" if congress == 89 & id == 3246 replace nameshort = "RIVERS, L." if congress == 89 & id == 7925 replace nameshort = "WATSON" if congress == 89 & id == 90634 replace nameshort = "DORN" if congress == 89 & id == 2672 replace nameshort = "ASHMORE" if congress == 89 & id == 270 replace nameshort = "GETTYS" if congress == 89 & id == 10728 replace nameshort = "MCMILLAN" if congress == 89 & id == 6353 replace nameshort = "REIFEL" if congress == 89 & id == 10548 replace nameshort = "BERRY" if congress == 89 & id == 672 replace nameshort = "QUILLEN" if congress == 89 & id == 10616 replace nameshort = "DUNCAN, J." if congress == 89 & id == 10719 replace nameshort = "BROCK" if congress == 89 & id == 10571 replace nameshort = "EVINS" if congress == 89 & id == 3034 replace nameshort = "FULTON, R." if congress == 89 & id == 10586 replace nameshort = "ANDERSON, W" if congress == 89 & id == 10701 replace nameshort = "MURRAY" if congress == 89 & id == 6826 replace nameshort = "EVERETT" if congress == 89 & id == 3028 replace nameshort = "GRIDER" if congress == 89 & id == 10731 replace nameshort = "PATMAN" if congress == 89 & id == 7232 replace nameshort = "BROOKS" if congress == 89 & id == 1077 replace nameshort = "BECKWORTH" if congress == 89 & id == 567 replace nameshort = "ROBERTS" if congress == 89 & id == 10550 replace nameshort = "CABELL" if congress == 89 & id == 10707 replace nameshort = "TEAGUE, O." if congress == 89 & id == 9241 replace nameshort = "DOWDY" if congress == 89 & id == 2700 replace nameshort = "THOMAS" if congress == 89 & id == 9284 replace nameshort = "THOMAS" if congress == 89 & id == 10792 replace nameshort = "THOMPSON, C" if congress == 89 & id == 9320 replace nameshort = "PICKLE" if congress == 89 & id == 10614 replace nameshort = "POAGE" if congress == 89 & id == 7498 replace nameshort = "WRIGHT" if congress == 89 & id == 10391 replace nameshort = "PURCELL" if congress == 89 & id == 10546 replace nameshort = "YOUNG" if congress == 89 & id == 10446 replace nameshort = "DE LA GARZA" if congress == 89 & id == 10716 replace nameshort = "WHITE, R." if congress == 89 & id == 10783 replace nameshort = "BURLESON" if congress == 89 & id == 1282 replace nameshort = "ROGERS, W." if congress == 89 & id == 8035 replace nameshort = "MAHON" if congress == 89 & id == 5924 replace nameshort = "GONZALEZ" if congress == 89 & id == 10520 replace nameshort = "FISHER" if congress == 89 & id == 3171 replace nameshort = "CASEY" if congress == 89 & id == 1577 replace nameshort = "POOL" if congress == 89 & id == 10615 replace nameshort = "BURTON, L." if congress == 89 & id == 10576 replace nameshort = "KING, D." if congress == 89 & id == 5258 replace nameshort = "STAFFORD" if congress == 89 & id == 10562 replace nameshort = "DOWNING" if congress == 89 & id == 2706 replace nameshort = "HARDY" if congress == 89 & id == 4064 replace nameshort = "SATTERFIELD" if congress == 89 & id == 10767 replace nameshort = "ABBITT" if congress == 89 & id == 2 replace nameshort = "TUCK" if congress == 89 & id == 9494 replace nameshort = "POFF" if congress == 89 & id == 7500 replace nameshort = "MARSH" if congress == 89 & id == 10603 replace nameshort = "SMITH, H.W." if congress == 89 & id == 8636 replace nameshort = "JENNINGS" if congress == 89 & id == 4927 replace nameshort = "BROYHILL, J" if congress == 89 & id == 1154 replace nameshort = "PELLY" if congress == 89 & id == 7313 replace nameshort = "MEEDS" if congress == 89 & id == 10756 replace nameshort = "HANSEN, J.B" if congress == 89 & id == 4043 replace nameshort = "MAY" if congress == 89 & id == 6101 replace nameshort = "FOLEY" if congress == 89 & id == 10726 replace nameshort = "HICKS" if congress == 89 & id == 10738 replace nameshort = "ADAMS" if congress == 89 & id == 10700 replace nameshort = "MOORE" if congress == 89 & id == 6626 replace nameshort = "STAGGERS" if congress == 89 & id == 8824 replace nameshort = "SLACK" if congress == 89 & id == 8564 replace nameshort = "HECHLER" if congress == 89 & id == 4276 replace nameshort = "KEE" if congress == 89 & id == 10744 replace nameshort = "STALBAUM" if congress == 89 & id == 10772 replace nameshort = "KASTENMEIER" if congress == 89 & id == 5101 replace nameshort = "THOMSON, V" if congress == 89 & id == 10564 replace nameshort = "ZABLOCKI" if congress == 89 & id == 10463 replace nameshort = "REUSS" if congress == 89 & id == 7824 replace nameshort = "RACE" if congress == 89 & id == 10761 replace nameshort = "LAIRD" if congress == 89 & id == 5410 replace nameshort = "BYRNES" if congress == 89 & id == 1371 replace nameshort = "DAVIS, G." if congress == 89 & id == 2383 replace nameshort = "O'KONSKI" if congress == 89 & id == 7046 replace nameshort = "RONCALIO" if congress == 89 & id == 10766 replace nameshort = "JOHNSON" if congress == 90 & id == 99903 replace nameshort = "EDWARDS, J." if congress == 90 & id == 10721 replace nameshort = "DICKINSON" if congress == 90 & id == 10717 replace nameshort = "ANDREWS, G." if congress == 90 & id == 195 replace nameshort = "NICHOLS" if congress == 90 & id == 11037 replace nameshort = "SELDEN" if congress == 90 & id == 8353 replace nameshort = "BUCHANAN" if congress == 90 & id == 10706 replace nameshort = "BEVILL" if congress == 90 & id == 11000 replace nameshort = "JONES, R." if congress == 90 & id == 5058 replace nameshort = "POLLOCK" if congress == 90 & id == 11039 replace nameshort = "RHODES, J." if congress == 90 & id == 7845 replace nameshort = "UDALL" if congress == 90 & id == 10566 replace nameshort = "STEIGER, S." if congress == 90 & id == 11050 replace nameshort = "GATHINGS" if congress == 90 & id == 3506 replace nameshort = "MILLS" if congress == 90 & id == 6532 replace nameshort = "HAMMERSCHMI" if congress == 90 & id == 11020 replace nameshort = "PRYOR" if congress == 90 & id == 10791 replace nameshort = "CLAUSEN" if congress == 90 & id == 10579 replace nameshort = "JOHNSON, H." if congress == 90 & id == 4957 replace nameshort = "MOSS" if congress == 90 & id == 6756 replace nameshort = "LEGGETT" if congress == 90 & id == 10599 replace nameshort = "BURTON, P." if congress == 90 & id == 10577 replace nameshort = "MAILLIARD" if congress == 90 & id == 5929 replace nameshort = "COHELAN" if congress == 90 & id == 1911 replace nameshort = "MILLER, G." if congress == 90 & id == 6483 replace nameshort = "EDWARDS, D." if congress == 90 & id == 10583 replace nameshort = "GUBSER" if congress == 90 & id == 3867 replace nameshort = "YOUNGER" if congress == 90 & id == 10461 replace nameshort = "MCCLOSKEY" if congress == 90 & id == 11063 replace nameshort = "TALCOTT" if congress == 90 & id == 10631 replace nameshort = "TEAGUE, C." if congress == 90 & id == 9240 replace nameshort = "WALDIE" if congress == 90 & id == 10793 replace nameshort = "MCFALL" if congress == 90 & id == 6240 replace nameshort = "SISK" if congress == 90 & id == 8549 replace nameshort = "KING, C.R." if congress == 90 & id == 5255 replace nameshort = "MATHIAS, R." if congress == 90 & id == 11031 replace nameshort = "HOLIFIELD" if congress == 90 & id == 4514 replace nameshort = "SMITH, H." if congress == 90 & id == 8628 replace nameshort = "HAWKINS" if congress == 90 & id == 10595 replace nameshort = "CORMAN" if congress == 90 & id == 10511 replace nameshort = "CLAWSON" if congress == 90 & id == 10580 replace nameshort = "LIPSCOMB" if congress == 90 & id == 5694 replace nameshort = "WIGGINS" if congress == 90 & id == 11055 replace nameshort = "REES" if congress == 90 & id == 10790 replace nameshort = "REINECKE" if congress == 90 & id == 10763 replace nameshort = "BELL" if congress == 90 & id == 10505 replace nameshort = "BROWN, G." if congress == 90 & id == 10573 replace nameshort = "ROYBAL" if congress == 90 & id == 10621 replace nameshort = "WILSON, C." if congress == 90 & id == 10640 replace nameshort = "HOSMER" if congress == 90 & id == 4592 replace nameshort = "PETTIS" if congress == 90 & id == 11038 replace nameshort = "HANNA" if congress == 90 & id == 10594 replace nameshort = "UTT" if congress == 90 & id == 9578 replace nameshort = "WILSON, B." if congress == 90 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 90 & id == 10633 replace nameshort = "TUNNEY" if congress == 90 & id == 10777 replace nameshort = "ROGERS, B." if congress == 90 & id == 8021 replace nameshort = "BROTZMAN" if congress == 90 & id == 10572 replace nameshort = "EVANS" if congress == 90 & id == 10723 replace nameshort = "ASPINALL" if congress == 90 & id == 275 replace nameshort = "DADDARIO" if congress == 90 & id == 2295 replace nameshort = "ST. ONGE" if congress == 90 & id == 10627 replace nameshort = "GIAIMO" if congress == 90 & id == 3553 replace nameshort = "IRWIN" if congress == 90 & id == 4824 replace nameshort = "MONAGAN" if congress == 90 & id == 6586 replace nameshort = "MESKILL" if congress == 90 & id == 11033 replace nameshort = "ROTH" if congress == 90 & id == 11044 replace nameshort = "SIKES" if congress == 90 & id == 8507 replace nameshort = "FUQUA" if congress == 90 & id == 10587 replace nameshort = "BENNETT" if congress == 90 & id == 633 replace nameshort = "HERLONG" if congress == 90 & id == 4354 replace nameshort = "GURNEY" if congress == 90 & id == 10593 replace nameshort = "GIBBONS" if congress == 90 & id == 10588 replace nameshort = "HALEY" if congress == 90 & id == 3929 replace nameshort = "CRAMER" if congress == 90 & id == 2143 replace nameshort = "ROGERS, P." if congress == 90 & id == 8032 replace nameshort = "BURKE, J.H." if congress == 90 & id == 11007 replace nameshort = "PEPPER" if congress == 90 & id == 7333 replace nameshort = "FASCELL" if congress == 90 & id == 3078 replace nameshort = "HAGAN" if congress == 90 & id == 10522 replace nameshort = "O'NEAL" if congress == 90 & id == 10759 replace nameshort = "BRINKLEY" if congress == 90 & id == 11005 replace nameshort = "BLACKBURN" if congress == 90 & id == 11002 replace nameshort = "THOMPSON" if congress == 90 & id == 11053 replace nameshort = "FLYNT" if congress == 90 & id == 3242 replace nameshort = "DAVIS, J." if congress == 90 & id == 10512 replace nameshort = "STUCKEY" if congress == 90 & id == 11052 replace nameshort = "LANDRUM" if congress == 90 & id == 5436 replace nameshort = "STEPHENS" if congress == 90 & id == 10563 replace nameshort = "MINK" if congress == 90 & id == 10757 replace nameshort = "MATSUNAGA" if congress == 90 & id == 10605 replace nameshort = "MCCLURE" if congress == 90 & id == 11029 replace nameshort = "HANSEN, G." if congress == 90 & id == 10734 replace nameshort = "DAWSON" if congress == 90 & id == 2433 replace nameshort = "O'HARA, B." if congress == 90 & id == 7041 replace nameshort = "MURPHY, W." if congress == 90 & id == 6816 replace nameshort = "DERWINSKI" if congress == 90 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 90 & id == 5326 replace nameshort = "RONAN" if congress == 90 & id == 10765 replace nameshort = "ANNUNZIO" if congress == 90 & id == 10703 replace nameshort = "ROSTENKOWSK" if congress == 90 & id == 8080 replace nameshort = "YATES" if congress == 90 & id == 10421 replace nameshort = "COLLIER" if congress == 90 & id == 1941 replace nameshort = "PUCINSKI" if congress == 90 & id == 7642 replace nameshort = "MCCLORY" if congress == 90 & id == 10606 replace nameshort = "RUMSFELD" if congress == 90 & id == 10622 replace nameshort = "ERLENBORN" if congress == 90 & id == 10722 replace nameshort = "REID, C." if congress == 90 & id == 10617 replace nameshort = "ANDERSON, J" if congress == 90 & id == 10501 replace nameshort = "ARENDS" if congress == 90 & id == 226 replace nameshort = "MICHEL" if congress == 90 & id == 6455 replace nameshort = "RAILSBACK" if congress == 90 & id == 11041 replace nameshort = "FINDLEY" if congress == 90 & id == 10517 replace nameshort = "GRAY" if congress == 90 & id == 3769 replace nameshort = "SPRINGER" if congress == 90 & id == 8814 replace nameshort = "SHIPLEY" if congress == 90 & id == 8474 replace nameshort = "PRICE, M." if congress == 90 & id == 7610 replace nameshort = "MADDEN" if congress == 90 & id == 5900 replace nameshort = "HALLECK" if congress == 90 & id == 3963 replace nameshort = "BRADEMAS" if congress == 90 & id == 948 replace nameshort = "ADAIR" if congress == 90 & id == 18 replace nameshort = "ROUSH" if congress == 90 & id == 8084 replace nameshort = "BRAY" if congress == 90 & id == 986 replace nameshort = "MYERS" if congress == 90 & id == 11036 replace nameshort = "ZION" if congress == 90 & id == 11059 replace nameshort = "HAMILTON" if congress == 90 & id == 10732 replace nameshort = "ROUDEBUSH" if congress == 90 & id == 10552 replace nameshort = "JACOBS" if congress == 90 & id == 10742 replace nameshort = "SCHWENGEL" if congress == 90 & id == 8288 replace nameshort = "CULVER" if congress == 90 & id == 10715 replace nameshort = "GROSS" if congress == 90 & id == 3853 replace nameshort = "KYL" if congress == 90 & id == 5385 replace nameshort = "SMITH, N." if congress == 90 & id == 8672 replace nameshort = "MAYNE" if congress == 90 & id == 11032 replace nameshort = "SCHERLE" if congress == 90 & id == 11047 replace nameshort = "DOLE" if congress == 90 & id == 10513 replace nameshort = "MIZE" if congress == 90 & id == 10758 replace nameshort = "WINN" if congress == 90 & id == 11057 replace nameshort = "SHRIVER" if congress == 90 & id == 10559 replace nameshort = "SKUBITZ" if congress == 90 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 90 & id == 9056 replace nameshort = "NATCHER" if congress == 90 & id == 6845 replace nameshort = "COWGER" if congress == 90 & id == 11010 replace nameshort = "SNYDER" if congress == 90 & id == 10626 replace nameshort = "CARTER" if congress == 90 & id == 10710 replace nameshort = "WATTS" if congress == 90 & id == 9882 replace nameshort = "PERKINS" if congress == 90 & id == 7343 replace nameshort = "HEBERT" if congress == 90 & id == 4275 replace nameshort = "BOGGS" if congress == 90 & id == 824 replace nameshort = "WILLIS" if congress == 90 & id == 10201 replace nameshort = "WAGGONNER" if congress == 90 & id == 10567 replace nameshort = "PASSMAN" if congress == 90 & id == 7228 replace nameshort = "RARICK" if congress == 90 & id == 11042 replace nameshort = "EDWARDS" if congress == 90 & id == 10787 replace nameshort = "LONG, S." if congress == 90 & id == 10746 replace nameshort = "KYROS" if congress == 90 & id == 11027 replace nameshort = "HATHAWAY" if congress == 90 & id == 10736 replace nameshort = "MORTON" if congress == 90 & id == 10610 replace nameshort = "LONG, C." if congress == 90 & id == 10601 replace nameshort = "GARMATZ" if congress == 90 & id == 3480 replace nameshort = "FALLON" if congress == 90 & id == 3054 replace nameshort = "MACHEN" if congress == 90 & id == 10752 replace nameshort = "MATHIAS, C." if congress == 90 & id == 10535 replace nameshort = "FRIEDEL" if congress == 90 & id == 3374 replace nameshort = "GUDE" if congress == 90 & id == 11019 replace nameshort = "CONTE" if congress == 90 & id == 2009 replace nameshort = "BOLAND" if congress == 90 & id == 830 replace nameshort = "PHILBIN" if congress == 90 & id == 7408 replace nameshort = "DONOHUE" if congress == 90 & id == 2660 replace nameshort = "MORSE" if congress == 90 & id == 10538 replace nameshort = "BATES" if congress == 90 & id == 518 replace nameshort = "MACDONALD" if congress == 90 & id == 5873 replace nameshort = "O'NEILL" if congress == 90 & id == 7081 replace nameshort = "MCCORMACK" if congress == 90 & id == 6177 replace nameshort = "HECKLER" if congress == 90 & id == 11021 replace nameshort = "BURKE, J." if congress == 90 & id == 1265 replace nameshort = "KEITH" if congress == 90 & id == 5131 replace nameshort = "CONYERS" if congress == 90 & id == 10713 replace nameshort = "ESCH" if congress == 90 & id == 11015 replace nameshort = "BROWN, G.E." if congress == 90 & id == 11006 replace nameshort = "HUTCHINSON" if congress == 90 & id == 10597 replace nameshort = "FORD, G." if congress == 90 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 90 & id == 1620 replace nameshort = "RIEGLE" if congress == 90 & id == 91043 replace nameshort = "HARVEY" if congress == 90 & id == 10526 replace nameshort = "VANDER JAGT" if congress == 90 & id == 10794 replace nameshort = "CEDERBERG" if congress == 90 & id == 1610 replace nameshort = "RUPPE" if congress == 90 & id == 11045 replace nameshort = "O'HARA, J." if congress == 90 & id == 7043 replace nameshort = "DIGGS" if congress == 90 & id == 2594 replace nameshort = "NEDZI" if congress == 90 & id == 10540 replace nameshort = "FORD, W." if congress == 90 & id == 10727 replace nameshort = "DINGELL" if congress == 90 & id == 2605 replace nameshort = "GRIFFITHS" if congress == 90 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 90 & id == 1087 replace nameshort = "MCDONALD" if congress == 90 & id == 11030 replace nameshort = "QUIE" if congress == 90 & id == 7671 replace nameshort = "NELSEN" if congress == 90 & id == 6860 replace nameshort = "MACGREGOR" if congress == 90 & id == 10533 replace nameshort = "KARTH" if congress == 90 & id == 5098 replace nameshort = "FRASER" if congress == 90 & id == 10585 replace nameshort = "ZWACH" if congress == 90 & id == 11060 replace nameshort = "LANGEN" if congress == 90 & id == 5451 replace nameshort = "BLATNIK" if congress == 90 & id == 789 replace nameshort = "ABERNETHY" if congress == 90 & id == 13 replace nameshort = "WHITTEN" if congress == 90 & id == 10075 replace nameshort = "WILLIAMS, J" if congress == 90 & id == 10162 replace nameshort = "GRIFFIN" if congress == 90 & id == 11065 replace nameshort = "MONTGOMERY" if congress == 90 & id == 11035 replace nameshort = "COLMER" if congress == 90 & id == 1952 replace nameshort = "KARSTEN" if congress == 90 & id == 5097 replace nameshort = "CURTIS" if congress == 90 & id == 2275 replace nameshort = "SULLIVAN" if congress == 90 & id == 9072 replace nameshort = "RANDALL" if congress == 90 & id == 7717 replace nameshort = "BOLLING" if congress == 90 & id == 835 replace nameshort = "HULL" if congress == 90 & id == 4724 replace nameshort = "HALL" if congress == 90 & id == 10523 replace nameshort = "ICHORD" if congress == 90 & id == 10528 replace nameshort = "HUNGATE" if congress == 90 & id == 10740 replace nameshort = "JONES, P." if congress == 90 & id == 5056 replace nameshort = "OLSEN" if congress == 90 & id == 10543 replace nameshort = "BATTIN" if congress == 90 & id == 10503 replace nameshort = "DENNEY" if congress == 90 & id == 11012 replace nameshort = "CUNNINGHAM" if congress == 90 & id == 2255 replace nameshort = "MARTIN" if congress == 90 & id == 10534 replace nameshort = "BARING" if congress == 90 & id == 433 replace nameshort = "WYMAN" if congress == 90 & id == 10639 replace nameshort = "CLEVELAND" if congress == 90 & id == 10581 replace nameshort = "HUNT" if congress == 90 & id == 11022 replace nameshort = "SANDMAN" if congress == 90 & id == 11046 replace nameshort = "HOWARD" if congress == 90 & id == 10739 replace nameshort = "THOMPSON, F" if congress == 90 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 90 & id == 3364 replace nameshort = "CAHILL" if congress == 90 & id == 1393 replace nameshort = "WIDNALL" if congress == 90 & id == 10091 replace nameshort = "JOELSON" if congress == 90 & id == 10529 replace nameshort = "HELSTOSKI" if congress == 90 & id == 10737 replace nameshort = "RODINO" if congress == 90 & id == 8010 replace nameshort = "MINISH" if congress == 90 & id == 10609 replace nameshort = "DWYER" if congress == 90 & id == 2804 replace nameshort = "GALLAGHER" if congress == 90 & id == 3433 replace nameshort = "DANIELS" if congress == 90 & id == 2329 replace nameshort = "PATTEN" if congress == 90 & id == 10613 replace nameshort = "MORRIS" if congress == 90 & id == 6717 replace nameshort = "WALKER" if congress == 90 & id == 10780 replace nameshort = "PIKE" if congress == 90 & id == 10545 replace nameshort = "GROVER" if congress == 90 & id == 10592 replace nameshort = "WOLFF" if congress == 90 & id == 10784 replace nameshort = "WYDLER" if congress == 90 & id == 10638 replace nameshort = "TENZER" if congress == 90 & id == 10775 replace nameshort = "HALPERN" if congress == 90 & id == 3967 replace nameshort = "ADDABBO" if congress == 90 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 90 & id == 10551 replace nameshort = "DELANEY" if congress == 90 & id == 2476 replace nameshort = "CELLER" if congress == 90 & id == 1611 replace nameshort = "BRASCO" if congress == 90 & id == 11004 replace nameshort = "KELLY" if congress == 90 & id == 5148 replace nameshort = "MULTER" if congress == 90 & id == 6792 replace nameshort = "PODELL" if congress == 90 & id == 11064 replace nameshort = "ROONEY, J." if congress == 90 & id == 8049 replace nameshort = "CAREY" if congress == 90 & id == 10508 replace nameshort = "MURPHY, J." if congress == 90 & id == 10611 replace nameshort = "KUPFERMAN" if congress == 90 & id == 10789 replace nameshort = "FARBSTEIN" if congress == 90 & id == 3056 replace nameshort = "RYAN" if congress == 90 & id == 10555 replace nameshort = "SCHEUER" if congress == 90 & id == 10768 replace nameshort = "GILBERT" if congress == 90 & id == 3575 replace nameshort = "BINGHAM" if congress == 90 & id == 10705 replace nameshort = "FINO" if congress == 90 & id == 3158 replace nameshort = "OTTINGER" if congress == 90 & id == 10760 replace nameshort = "REID, O." if congress == 90 & id == 10618 replace nameshort = "DOW" if congress == 90 & id == 10718 replace nameshort = "RESNICK" if congress == 90 & id == 10764 replace nameshort = "BUTTON" if congress == 90 & id == 11009 replace nameshort = "KING, C.J." if congress == 90 & id == 10530 replace nameshort = "MCEWEN" if congress == 90 & id == 10749 replace nameshort = "PIRNIE" if congress == 90 & id == 7467 replace nameshort = "ROBISON" if congress == 90 & id == 7995 replace nameshort = "HANLEY" if congress == 90 & id == 10733 replace nameshort = "STRATTON" if congress == 90 & id == 9017 replace nameshort = "HORTON" if congress == 90 & id == 10596 replace nameshort = "CONABLE" if congress == 90 & id == 10712 replace nameshort = "GOODELL" if congress == 90 & id == 3670 replace nameshort = "MCCARTHY" if congress == 90 & id == 10748 replace nameshort = "SMITH, H.P." if congress == 90 & id == 10771 replace nameshort = "DULSKI" if congress == 90 & id == 2752 replace nameshort = "JONES, W." if congress == 90 & id == 10788 replace nameshort = "FOUNTAIN" if congress == 90 & id == 3321 replace nameshort = "HENDERSON" if congress == 90 & id == 10527 replace nameshort = "GARDNER" if congress == 90 & id == 11018 replace nameshort = "GALIFIANAKI" if congress == 90 & id == 11017 replace nameshort = "KORNEGAY" if congress == 90 & id == 10531 replace nameshort = "LENNON" if congress == 90 & id == 5606 replace nameshort = "JONAS" if congress == 90 & id == 5019 replace nameshort = "BROYHILL, J" if congress == 90 & id == 10574 replace nameshort = "WHITENER" if congress == 90 & id == 10060 replace nameshort = "TAYLOR" if congress == 90 & id == 9230 replace nameshort = "ANDREWS, M." if congress == 90 & id == 10569 replace nameshort = "KLEPPE" if congress == 90 & id == 11024 replace nameshort = "TAFT" if congress == 90 & id == 10630 replace nameshort = "CLANCY" if congress == 90 & id == 10510 replace nameshort = "WHALEN" if congress == 90 & id == 11054 replace nameshort = "MCCULLOCH" if congress == 90 & id == 6204 replace nameshort = "LATTA" if congress == 90 & id == 5495 replace nameshort = "HARSHA" if congress == 90 & id == 10525 replace nameshort = "BROWN, C." if congress == 90 & id == 10786 replace nameshort = "BETTS" if congress == 90 & id == 680 replace nameshort = "ASHLEY" if congress == 90 & id == 267 replace nameshort = "MILLER, C." if congress == 90 & id == 11034 replace nameshort = "STANTON" if congress == 90 & id == 10773 replace nameshort = "DEVINE" if congress == 90 & id == 2533 replace nameshort = "MOSHER" if congress == 90 & id == 10539 replace nameshort = "AYRES" if congress == 90 & id == 310 replace nameshort = "WYLIE" if congress == 90 & id == 11058 replace nameshort = "BOW" if congress == 90 & id == 891 replace nameshort = "ASHBROOK" if congress == 90 & id == 10502 replace nameshort = "HAYS" if congress == 90 & id == 4247 replace nameshort = "KIRWAN" if congress == 90 & id == 5301 replace nameshort = "FEIGHAN" if congress == 90 & id == 3092 replace nameshort = "VANIK" if congress == 90 & id == 9623 replace nameshort = "BOLTON" if congress == 90 & id == 837 replace nameshort = "MINSHALL" if congress == 90 & id == 6548 replace nameshort = "LUKENS" if congress == 90 & id == 11028 replace nameshort = "BELCHER" if congress == 90 & id == 590 replace nameshort = "EDMONDSON" if congress == 90 & id == 2854 replace nameshort = "ALBERT" if congress == 90 & id == 62 replace nameshort = "STEED" if congress == 90 & id == 8866 replace nameshort = "JARMAN" if congress == 90 & id == 4891 replace nameshort = "SMITH, J." if congress == 90 & id == 11049 replace nameshort = "WYATT" if congress == 90 & id == 10785 replace nameshort = "ULLMAN" if congress == 90 & id == 9551 replace nameshort = "GREEN, E." if congress == 90 & id == 3775 replace nameshort = "DELLENBACK" if congress == 90 & id == 11011 replace nameshort = "BARRETT" if congress == 90 & id == 465 replace nameshort = "NIX" if congress == 90 & id == 6936 replace nameshort = "BYRNE" if congress == 90 & id == 1368 replace nameshort = "EILBERG" if congress == 90 & id == 11014 replace nameshort = "GREEN, W." if congress == 90 & id == 10591 replace nameshort = "RHODES, G." if congress == 90 & id == 7844 replace nameshort = "WILLIAMS, L" if congress == 90 & id == 11056 replace nameshort = "BIESTER" if congress == 90 & id == 11001 replace nameshort = "WATKINS" if congress == 90 & id == 10782 replace nameshort = "MCDADE" if congress == 90 & id == 10607 replace nameshort = "FLOOD" if congress == 90 & id == 3224 replace nameshort = "WHALLEY" if congress == 90 & id == 9975 replace nameshort = "SCHWEIKER" if congress == 90 & id == 10557 replace nameshort = "MOORHEAD" if congress == 90 & id == 6661 replace nameshort = "ROONEY, F." if congress == 90 & id == 10620 replace nameshort = "ESHLEMAN" if congress == 90 & id == 11016 replace nameshort = "SCHNEEBELI" if congress == 90 & id == 8268 replace nameshort = "CORBETT" if congress == 90 & id == 2065 replace nameshort = "GOODLING" if congress == 90 & id == 10521 replace nameshort = "HOLLAND" if congress == 90 & id == 4518 replace nameshort = "DENT" if congress == 90 & id == 2513 replace nameshort = "SAYLOR" if congress == 90 & id == 8247 replace nameshort = "JOHNSON, A." if congress == 90 & id == 10598 replace nameshort = "VIGORITO" if congress == 90 & id == 10778 replace nameshort = "CLARK" if congress == 90 & id == 1763 replace nameshort = "MORGAN" if congress == 90 & id == 6685 replace nameshort = "FULTON, J." if congress == 90 & id == 3409 replace nameshort = "ST. GERMAIN" if congress == 90 & id == 10561 replace nameshort = "TIERNAN" if congress == 90 & id == 11061 replace nameshort = "FOGARTY" if congress == 90 & id == 3246 replace nameshort = "RIVERS" if congress == 90 & id == 7925 replace nameshort = "WATSON" if congress == 90 & id == 10634 replace nameshort = "DORN" if congress == 90 & id == 2672 replace nameshort = "ASHMORE" if congress == 90 & id == 270 replace nameshort = "GETTYS" if congress == 90 & id == 10728 replace nameshort = "MCMILLAN" if congress == 90 & id == 6353 replace nameshort = "REIFEL" if congress == 90 & id == 10548 replace nameshort = "BERRY" if congress == 90 & id == 672 replace nameshort = "QUILLEN" if congress == 90 & id == 10616 replace nameshort = "DUNCAN" if congress == 90 & id == 10719 replace nameshort = "BROCK" if congress == 90 & id == 10571 replace nameshort = "EVINS" if congress == 90 & id == 3034 replace nameshort = "FULTON, R." if congress == 90 & id == 10586 replace nameshort = "ANDERSON, W" if congress == 90 & id == 10701 replace nameshort = "BLANTON" if congress == 90 & id == 11003 replace nameshort = "EVERETT" if congress == 90 & id == 3028 replace nameshort = "KUYKENDALL" if congress == 90 & id == 11025 replace nameshort = "PATMAN" if congress == 90 & id == 7232 replace nameshort = "DOWDY" if congress == 90 & id == 2700 replace nameshort = "POOL" if congress == 90 & id == 10615 replace nameshort = "COLLINS" if congress == 90 & id == 11066 replace nameshort = "ROBERTS" if congress == 90 & id == 10550 replace nameshort = "CABELL" if congress == 90 & id == 10707 replace nameshort = "TEAGUE, O." if congress == 90 & id == 9241 replace nameshort = "BUSH" if congress == 90 & id == 11008 replace nameshort = "ECKHARDT" if congress == 90 & id == 11013 replace nameshort = "BROOKS" if congress == 90 & id == 1077 replace nameshort = "PICKLE" if congress == 90 & id == 10614 replace nameshort = "POAGE" if congress == 90 & id == 7498 replace nameshort = "WRIGHT" if congress == 90 & id == 10391 replace nameshort = "PURCELL" if congress == 90 & id == 10546 replace nameshort = "YOUNG" if congress == 90 & id == 10446 replace nameshort = "DE LA GARZA" if congress == 90 & id == 10716 replace nameshort = "WHITE" if congress == 90 & id == 10783 replace nameshort = "BURLESON" if congress == 90 & id == 1282 replace nameshort = "PRICE, R." if congress == 90 & id == 11062 replace nameshort = "MAHON" if congress == 90 & id == 5924 replace nameshort = "GONZALEZ" if congress == 90 & id == 10520 replace nameshort = "FISHER" if congress == 90 & id == 3171 replace nameshort = "CASEY" if congress == 90 & id == 1577 replace nameshort = "KAZEN" if congress == 90 & id == 11023 replace nameshort = "BURTON, L." if congress == 90 & id == 10576 replace nameshort = "LLOYD" if congress == 90 & id == 10600 replace nameshort = "STAFFORD" if congress == 90 & id == 10562 replace nameshort = "DOWNING" if congress == 90 & id == 2706 replace nameshort = "HARDY" if congress == 90 & id == 4064 replace nameshort = "SATTERFIELD" if congress == 90 & id == 10767 replace nameshort = "ABBITT" if congress == 90 & id == 2 replace nameshort = "TUCK" if congress == 90 & id == 9494 replace nameshort = "POFF" if congress == 90 & id == 7500 replace nameshort = "MARSH" if congress == 90 & id == 10603 replace nameshort = "SCOTT" if congress == 90 & id == 11048 replace nameshort = "WAMPLER" if congress == 90 & id == 9802 replace nameshort = "BROYHILL, J" if congress == 90 & id == 1154 replace nameshort = "PELLY" if congress == 90 & id == 7313 replace nameshort = "MEEDS" if congress == 90 & id == 10756 replace nameshort = "HANSEN, J." if congress == 90 & id == 4043 replace nameshort = "MAY" if congress == 90 & id == 6101 replace nameshort = "FOLEY" if congress == 90 & id == 10726 replace nameshort = "HICKS" if congress == 90 & id == 10738 replace nameshort = "ADAMS" if congress == 90 & id == 10700 replace nameshort = "MOORE" if congress == 90 & id == 6626 replace nameshort = "STAGGERS" if congress == 90 & id == 8824 replace nameshort = "SLACK" if congress == 90 & id == 8564 replace nameshort = "HECHLER" if congress == 90 & id == 4276 replace nameshort = "KEE" if congress == 90 & id == 10744 replace nameshort = "SCHADEBERG" if congress == 90 & id == 10556 replace nameshort = "KASTENMEIER" if congress == 90 & id == 5101 replace nameshort = "THOMSON" if congress == 90 & id == 10564 replace nameshort = "ZABLOCKI" if congress == 90 & id == 10463 replace nameshort = "REUSS" if congress == 90 & id == 7824 replace nameshort = "STEIGER, W." if congress == 90 & id == 11051 replace nameshort = "LAIRD" if congress == 90 & id == 5410 replace nameshort = "BYRNES" if congress == 90 & id == 1371 replace nameshort = "DAVIS, G." if congress == 90 & id == 2383 replace nameshort = "O'KONSKI" if congress == 90 & id == 7046 replace nameshort = "HARRISON" if congress == 90 & id == 4139 replace nameshort = "NIXON" if congress == 91 & id == 99904 replace nameshort = "EDWARDS" if congress == 91 & id == 10721 replace nameshort = "DICKINSON" if congress == 91 & id == 10717 replace nameshort = "ANDREWS" if congress == 91 & id == 195 replace nameshort = "NICHOLS" if congress == 91 & id == 11037 replace nameshort = "FLOWERS" if congress == 91 & id == 12014 replace nameshort = "BUCHANAN" if congress == 91 & id == 10706 replace nameshort = "BEVILL" if congress == 91 & id == 11000 replace nameshort = "JONES" if congress == 91 & id == 5058 replace nameshort = "POLLOCK" if congress == 91 & id == 11039 replace nameshort = "RHODES" if congress == 91 & id == 7845 replace nameshort = "UDALL" if congress == 91 & id == 10566 replace nameshort = "STEIGER" if congress == 91 & id == 11050 replace nameshort = "ALEXANDER" if congress == 91 & id == 12000 replace nameshort = "MILLS" if congress == 91 & id == 6532 replace nameshort = "HAMMERSCHMI" if congress == 91 & id == 11020 replace nameshort = "PRYOR" if congress == 91 & id == 10791 replace nameshort = "CLAUSEN" if congress == 91 & id == 10579 replace nameshort = "JOHNSON" if congress == 91 & id == 4957 replace nameshort = "MOSS" if congress == 91 & id == 6756 replace nameshort = "LEGGETT" if congress == 91 & id == 10599 replace nameshort = "BURTON" if congress == 91 & id == 10577 replace nameshort = "MAILLIARD" if congress == 91 & id == 5929 replace nameshort = "COHELAN" if congress == 91 & id == 1911 replace nameshort = "MILLER" if congress == 91 & id == 6483 replace nameshort = "EDWARDS" if congress == 91 & id == 10583 replace nameshort = "GUBSER" if congress == 91 & id == 3867 replace nameshort = "MCCLOSKEY" if congress == 91 & id == 11063 replace nameshort = "TALCOTT" if congress == 91 & id == 10631 replace nameshort = "TEAGUE" if congress == 91 & id == 9240 replace nameshort = "WALDIE" if congress == 91 & id == 10793 replace nameshort = "MCFALL" if congress == 91 & id == 6240 replace nameshort = "SISK" if congress == 91 & id == 8549 replace nameshort = "ANDERSON" if congress == 91 & id == 12001 replace nameshort = "MATHIAS" if congress == 91 & id == 11031 replace nameshort = "HOLIFIELD" if congress == 91 & id == 4514 replace nameshort = "SMITH" if congress == 91 & id == 8628 replace nameshort = "HAWKINS" if congress == 91 & id == 10595 replace nameshort = "CORMAN" if congress == 91 & id == 10511 replace nameshort = "CLAWSON" if congress == 91 & id == 10580 replace nameshort = "LIPSCOMB" if congress == 91 & id == 5694 replace nameshort = "ROUSSELOT" if congress == 91 & id == 10553 replace nameshort = "WIGGINS" if congress == 91 & id == 11055 replace nameshort = "REES" if congress == 91 & id == 10790 replace nameshort = "REINECKE" if congress == 91 & id == 10763 replace nameshort = "GOLDWATER" if congress == 91 & id == 12037 replace nameshort = "BELL" if congress == 91 & id == 10505 replace nameshort = "BROWN" if congress == 91 & id == 10573 replace nameshort = "ROYBAL" if congress == 91 & id == 10621 replace nameshort = "WILSON, C." if congress == 91 & id == 10640 replace nameshort = "HOSMER" if congress == 91 & id == 4592 replace nameshort = "PETTIS" if congress == 91 & id == 11038 replace nameshort = "HANNA" if congress == 91 & id == 10594 replace nameshort = "UTT" if congress == 91 & id == 9578 replace nameshort = "SCHMITZ" if congress == 91 & id == 12043 replace nameshort = "WILSON, B." if congress == 91 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 91 & id == 10633 replace nameshort = "TUNNEY" if congress == 91 & id == 10777 replace nameshort = "ROGERS" if congress == 91 & id == 8021 replace nameshort = "BROTZMAN" if congress == 91 & id == 10572 replace nameshort = "EVANS" if congress == 91 & id == 10723 replace nameshort = "ASPINALL" if congress == 91 & id == 275 replace nameshort = "DADDARIO" if congress == 91 & id == 2295 replace nameshort = "ST. ONGE" if congress == 91 & id == 10627 replace nameshort = "STEELE" if congress == 91 & id == 12047 replace nameshort = "GIAIMO" if congress == 91 & id == 3553 replace nameshort = "WEICKER" if congress == 91 & id == 12032 replace nameshort = "MONAGAN" if congress == 91 & id == 6586 replace nameshort = "MESKILL" if congress == 91 & id == 11033 replace nameshort = "ROTH" if congress == 91 & id == 11044 replace nameshort = "SIKES" if congress == 91 & id == 8507 replace nameshort = "FUQUA" if congress == 91 & id == 10587 replace nameshort = "BENNETT" if congress == 91 & id == 633 replace nameshort = "CHAPPELL" if congress == 91 & id == 12007 replace nameshort = "FREY" if congress == 91 & id == 12015 replace nameshort = "GIBBONS" if congress == 91 & id == 10588 replace nameshort = "HALEY" if congress == 91 & id == 3929 replace nameshort = "CRAMER" if congress == 91 & id == 2143 replace nameshort = "ROGERS" if congress == 91 & id == 8032 replace nameshort = "BURKE" if congress == 91 & id == 11007 replace nameshort = "PEPPER" if congress == 91 & id == 7333 replace nameshort = "FASCELL" if congress == 91 & id == 3078 replace nameshort = "HAGAN" if congress == 91 & id == 10522 replace nameshort = "O'NEAL" if congress == 91 & id == 10759 replace nameshort = "BRINKLEY" if congress == 91 & id == 11005 replace nameshort = "BLACKBURN" if congress == 91 & id == 11002 replace nameshort = "THOMPSON" if congress == 91 & id == 11053 replace nameshort = "FLYNT" if congress == 91 & id == 3242 replace nameshort = "DAVIS" if congress == 91 & id == 10512 replace nameshort = "STUCKEY" if congress == 91 & id == 11052 replace nameshort = "LANDRUM" if congress == 91 & id == 5436 replace nameshort = "STEPHENS" if congress == 91 & id == 10563 replace nameshort = "MATSUNAGA" if congress == 91 & id == 10605 replace nameshort = "MINK" if congress == 91 & id == 10757 replace nameshort = "MCCLURE" if congress == 91 & id == 11029 replace nameshort = "HANSEN" if congress == 91 & id == 12016 replace nameshort = "DAWSON" if congress == 91 & id == 2433 replace nameshort = "MIKVA" if congress == 91 & id == 12025 replace nameshort = "MURPHY" if congress == 91 & id == 6816 replace nameshort = "DERWINSKI" if congress == 91 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 91 & id == 5326 replace nameshort = "RONAN" if congress == 91 & id == 10765 replace nameshort = "COLLINS" if congress == 91 & id == 12045 replace nameshort = "ANNUNZIO" if congress == 91 & id == 10703 replace nameshort = "ROSTENKOWSK" if congress == 91 & id == 8080 replace nameshort = "YATES" if congress == 91 & id == 10421 replace nameshort = "COLLIER" if congress == 91 & id == 1941 replace nameshort = "PUCINSKI" if congress == 91 & id == 7642 replace nameshort = "MCCLORY" if congress == 91 & id == 10606 replace nameshort = "RUMSFELD" if congress == 91 & id == 10622 replace nameshort = "CRANE" if congress == 91 & id == 12041 replace nameshort = "ERLENBORN" if congress == 91 & id == 10722 replace nameshort = "REID" if congress == 91 & id == 10617 replace nameshort = "ANDERSON" if congress == 91 & id == 10501 replace nameshort = "ARENDS" if congress == 91 & id == 226 replace nameshort = "MICHEL" if congress == 91 & id == 6455 replace nameshort = "RAILSBACK" if congress == 91 & id == 11041 replace nameshort = "FINDLEY" if congress == 91 & id == 10517 replace nameshort = "GRAY" if congress == 91 & id == 3769 replace nameshort = "SPRINGER" if congress == 91 & id == 8814 replace nameshort = "SHIPLEY" if congress == 91 & id == 8474 replace nameshort = "PRICE" if congress == 91 & id == 7610 replace nameshort = "MADDEN" if congress == 91 & id == 5900 replace nameshort = "LANDGREBE" if congress == 91 & id == 12020 replace nameshort = "BRADEMAS" if congress == 91 & id == 948 replace nameshort = "ADAIR" if congress == 91 & id == 18 replace nameshort = "ROUDEBUSH" if congress == 91 & id == 10552 replace nameshort = "BRAY" if congress == 91 & id == 986 replace nameshort = "MYERS" if congress == 91 & id == 11036 replace nameshort = "ZION" if congress == 91 & id == 11059 replace nameshort = "HAMILTON" if congress == 91 & id == 10732 replace nameshort = "DENNIS" if congress == 91 & id == 12012 replace nameshort = "JACOBS" if congress == 91 & id == 10742 replace nameshort = "SCHWENGEL" if congress == 91 & id == 8288 replace nameshort = "CULVER" if congress == 91 & id == 10715 replace nameshort = "GROSS" if congress == 91 & id == 3853 replace nameshort = "KYL" if congress == 91 & id == 5385 replace nameshort = "SMITH" if congress == 91 & id == 8672 replace nameshort = "MAYNE" if congress == 91 & id == 11032 replace nameshort = "SCHERLE" if congress == 91 & id == 11047 replace nameshort = "SEBELIUS" if congress == 91 & id == 12029 replace nameshort = "MIZE" if congress == 91 & id == 10758 replace nameshort = "WINN" if congress == 91 & id == 11057 replace nameshort = "SHRIVER" if congress == 91 & id == 10559 replace nameshort = "SKUBITZ" if congress == 91 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 91 & id == 9056 replace nameshort = "NATCHER" if congress == 91 & id == 6845 replace nameshort = "COWGER" if congress == 91 & id == 11010 replace nameshort = "SNYDER" if congress == 91 & id == 10626 replace nameshort = "CARTER" if congress == 91 & id == 10710 replace nameshort = "WATTS" if congress == 91 & id == 9882 replace nameshort = "PERKINS" if congress == 91 & id == 7343 replace nameshort = "HEBERT" if congress == 91 & id == 4275 replace nameshort = "BOGGS" if congress == 91 & id == 824 replace nameshort = "CAFFERY" if congress == 91 & id == 12005 replace nameshort = "WAGGONNER" if congress == 91 & id == 10567 replace nameshort = "PASSMAN" if congress == 91 & id == 7228 replace nameshort = "RARICK" if congress == 91 & id == 11042 replace nameshort = "EDWARDS" if congress == 91 & id == 10787 replace nameshort = "LONG" if congress == 91 & id == 10746 replace nameshort = "KYROS" if congress == 91 & id == 11027 replace nameshort = "HATHAWAY" if congress == 91 & id == 10736 replace nameshort = "MORTON" if congress == 91 & id == 10610 replace nameshort = "LONG" if congress == 91 & id == 10601 replace nameshort = "GARMATZ" if congress == 91 & id == 3480 replace nameshort = "FALLON" if congress == 91 & id == 3054 replace nameshort = "HOGAN" if congress == 91 & id == 12018 replace nameshort = "BEALL" if congress == 91 & id == 12002 replace nameshort = "FRIEDEL" if congress == 91 & id == 3374 replace nameshort = "GUDE" if congress == 91 & id == 11019 replace nameshort = "CONTE" if congress == 91 & id == 2009 replace nameshort = "BOLAND" if congress == 91 & id == 830 replace nameshort = "PHILBIN" if congress == 91 & id == 7408 replace nameshort = "DONOHUE" if congress == 91 & id == 2660 replace nameshort = "MORSE" if congress == 91 & id == 10538 replace nameshort = "BATES" if congress == 91 & id == 518 replace nameshort = "HARRINGTON" if congress == 91 & id == 12040 replace nameshort = "MACDONALD" if congress == 91 & id == 5873 replace nameshort = "O'NEILL" if congress == 91 & id == 7081 replace nameshort = "MCCORMACK" if congress == 91 & id == 6177 replace nameshort = "HECKLER" if congress == 91 & id == 11021 replace nameshort = "BURKE" if congress == 91 & id == 1265 replace nameshort = "KEITH" if congress == 91 & id == 5131 replace nameshort = "CONYERS" if congress == 91 & id == 10713 replace nameshort = "ESCH" if congress == 91 & id == 11015 replace nameshort = "BROWN" if congress == 91 & id == 11006 replace nameshort = "HUTCHINSON" if congress == 91 & id == 10597 replace nameshort = "FORD, G." if congress == 91 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 91 & id == 1620 replace nameshort = "RIEGLE" if congress == 91 & id == 91043 replace nameshort = "HARVEY" if congress == 91 & id == 10526 replace nameshort = "VANDER JAGT" if congress == 91 & id == 10794 replace nameshort = "CEDERBERG" if congress == 91 & id == 1610 replace nameshort = "RUPPE" if congress == 91 & id == 11045 replace nameshort = "O'HARA" if congress == 91 & id == 7043 replace nameshort = "DIGGS" if congress == 91 & id == 2594 replace nameshort = "NEDZI" if congress == 91 & id == 10540 replace nameshort = "FORD, W." if congress == 91 & id == 10727 replace nameshort = "DINGELL" if congress == 91 & id == 2605 replace nameshort = "GRIFFITHS" if congress == 91 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 91 & id == 1087 replace nameshort = "MCDONALD" if congress == 91 & id == 11030 replace nameshort = "QUIE" if congress == 91 & id == 7671 replace nameshort = "NELSEN" if congress == 91 & id == 6860 replace nameshort = "MACGREGOR" if congress == 91 & id == 10533 replace nameshort = "KARTH" if congress == 91 & id == 5098 replace nameshort = "FRASER" if congress == 91 & id == 10585 replace nameshort = "ZWACH" if congress == 91 & id == 11060 replace nameshort = "LANGEN" if congress == 91 & id == 5451 replace nameshort = "BLATNIK" if congress == 91 & id == 789 replace nameshort = "ABERNETHY" if congress == 91 & id == 13 replace nameshort = "WHITTEN" if congress == 91 & id == 10075 replace nameshort = "GRIFFIN" if congress == 91 & id == 11065 replace nameshort = "MONTGOMERY" if congress == 91 & id == 11035 replace nameshort = "COLMER" if congress == 91 & id == 1952 replace nameshort = "CLAY" if congress == 91 & id == 12009 replace nameshort = "SYMINGTON" if congress == 91 & id == 12031 replace nameshort = "SULLIVAN" if congress == 91 & id == 9072 replace nameshort = "RANDALL" if congress == 91 & id == 7717 replace nameshort = "BOLLING" if congress == 91 & id == 835 replace nameshort = "HULL" if congress == 91 & id == 4724 replace nameshort = "HALL" if congress == 91 & id == 10523 replace nameshort = "ICHORD" if congress == 91 & id == 10528 replace nameshort = "HUNGATE" if congress == 91 & id == 10740 replace nameshort = "BURLISON" if congress == 91 & id == 12004 replace nameshort = "OLSEN" if congress == 91 & id == 10543 replace nameshort = "BATTIN" if congress == 91 & id == 10503 replace nameshort = "MELCHER" if congress == 91 & id == 12039 replace nameshort = "DENNEY" if congress == 91 & id == 11012 replace nameshort = "CUNNINGHAM" if congress == 91 & id == 2255 replace nameshort = "MARTIN" if congress == 91 & id == 10534 replace nameshort = "BARING" if congress == 91 & id == 433 replace nameshort = "WYMAN" if congress == 91 & id == 10639 replace nameshort = "CLEVELAND" if congress == 91 & id == 10581 replace nameshort = "HUNT" if congress == 91 & id == 11022 replace nameshort = "SANDMAN" if congress == 91 & id == 11046 replace nameshort = "HOWARD" if congress == 91 & id == 10739 replace nameshort = "THOMPSON" if congress == 91 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 91 & id == 3364 replace nameshort = "CAHILL" if congress == 91 & id == 1393 replace nameshort = "FORSYTHE" if congress == 91 & id == 12046 replace nameshort = "WIDNALL" if congress == 91 & id == 10091 replace nameshort = "JOELSON" if congress == 91 & id == 10529 replace nameshort = "ROE" if congress == 91 & id == 12042 replace nameshort = "HELSTOSKI" if congress == 91 & id == 10737 replace nameshort = "RODINO" if congress == 91 & id == 8010 replace nameshort = "MINISH" if congress == 91 & id == 10609 replace nameshort = "DWYER" if congress == 91 & id == 2804 replace nameshort = "GALLAGHER" if congress == 91 & id == 3433 replace nameshort = "DANIELS" if congress == 91 & id == 2329 replace nameshort = "PATTEN" if congress == 91 & id == 10613 replace nameshort = "LUJAN" if congress == 91 & id == 12022 replace nameshort = "FOREMAN" if congress == 91 & id == 10584 replace nameshort = "PIKE" if congress == 91 & id == 10545 replace nameshort = "GROVER" if congress == 91 & id == 10592 replace nameshort = "WOLFF" if congress == 91 & id == 10784 replace nameshort = "WYDLER" if congress == 91 & id == 10638 replace nameshort = "LOWENSTEIN" if congress == 91 & id == 12021 replace nameshort = "HALPERN" if congress == 91 & id == 3967 replace nameshort = "ADDABBO" if congress == 91 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 91 & id == 10551 replace nameshort = "DELANEY" if congress == 91 & id == 2476 replace nameshort = "CELLER" if congress == 91 & id == 1611 replace nameshort = "BRASCO" if congress == 91 & id == 11004 replace nameshort = "CHISHOLM" if congress == 91 & id == 12008 replace nameshort = "PODELL" if congress == 91 & id == 11064 replace nameshort = "ROONEY" if congress == 91 & id == 8049 replace nameshort = "CAREY" if congress == 91 & id == 10508 replace nameshort = "MURPHY" if congress == 91 & id == 10611 replace nameshort = "KOCH" if congress == 91 & id == 12019 replace nameshort = "POWELL" if congress == 91 & id == 7568 replace nameshort = "FARBSTEIN" if congress == 91 & id == 3056 replace nameshort = "RYAN" if congress == 91 & id == 10555 replace nameshort = "SCHEUER" if congress == 91 & id == 10768 replace nameshort = "GILBERT" if congress == 91 & id == 3575 replace nameshort = "BINGHAM" if congress == 91 & id == 10705 replace nameshort = "BIAGGI" if congress == 91 & id == 12003 replace nameshort = "OTTINGER" if congress == 91 & id == 10760 replace nameshort = "REID" if congress == 91 & id == 10618 replace nameshort = "MCKNEALLY" if congress == 91 & id == 12024 replace nameshort = "FISH" if congress == 91 & id == 12013 replace nameshort = "BUTTON" if congress == 91 & id == 11009 replace nameshort = "KING" if congress == 91 & id == 10530 replace nameshort = "MCEWEN" if congress == 91 & id == 10749 replace nameshort = "PIRNIE" if congress == 91 & id == 7467 replace nameshort = "ROBISON" if congress == 91 & id == 7995 replace nameshort = "HANLEY" if congress == 91 & id == 10733 replace nameshort = "STRATTON" if congress == 91 & id == 9017 replace nameshort = "HORTON" if congress == 91 & id == 10596 replace nameshort = "CONABLE" if congress == 91 & id == 10712 replace nameshort = "HASTINGS" if congress == 91 & id == 12017 replace nameshort = "MCCARTHY" if congress == 91 & id == 10748 replace nameshort = "SMITH" if congress == 91 & id == 10771 replace nameshort = "DULSKI" if congress == 91 & id == 2752 replace nameshort = "JONES" if congress == 91 & id == 10788 replace nameshort = "FOUNTAIN" if congress == 91 & id == 3321 replace nameshort = "HENDERSON" if congress == 91 & id == 10527 replace nameshort = "GALIFIANAKI" if congress == 91 & id == 11017 replace nameshort = "MIZELL" if congress == 91 & id == 12026 replace nameshort = "PREYER" if congress == 91 & id == 12027 replace nameshort = "LENNON" if congress == 91 & id == 5606 replace nameshort = "RUTH" if congress == 91 & id == 12028 replace nameshort = "JONAS" if congress == 91 & id == 5019 replace nameshort = "BROYHILL" if congress == 91 & id == 10574 replace nameshort = "TAYLOR" if congress == 91 & id == 9230 replace nameshort = "ANDREWS" if congress == 91 & id == 10569 replace nameshort = "KLEPPE" if congress == 91 & id == 11024 replace nameshort = "TAFT" if congress == 91 & id == 10630 replace nameshort = "CLANCY" if congress == 91 & id == 10510 replace nameshort = "WHALEN" if congress == 91 & id == 11054 replace nameshort = "MCCULLOCH" if congress == 91 & id == 6204 replace nameshort = "LATTA" if congress == 91 & id == 5495 replace nameshort = "HARSHA" if congress == 91 & id == 10525 replace nameshort = "BROWN" if congress == 91 & id == 10786 replace nameshort = "BETTS" if congress == 91 & id == 680 replace nameshort = "ASHLEY" if congress == 91 & id == 267 replace nameshort = "MILLER" if congress == 91 & id == 11034 replace nameshort = "STANTON" if congress == 91 & id == 10773 replace nameshort = "DEVINE" if congress == 91 & id == 2533 replace nameshort = "MOSHER" if congress == 91 & id == 10539 replace nameshort = "AYRES" if congress == 91 & id == 310 replace nameshort = "WYLIE" if congress == 91 & id == 11058 replace nameshort = "BOW" if congress == 91 & id == 891 replace nameshort = "ASHBROOK" if congress == 91 & id == 10502 replace nameshort = "HAYS" if congress == 91 & id == 4247 replace nameshort = "KIRWAN" if congress == 91 & id == 5301 replace nameshort = "CARNEY" if congress == 91 & id == 12044 replace nameshort = "FEIGHAN" if congress == 91 & id == 3092 replace nameshort = "STOKES" if congress == 91 & id == 12030 replace nameshort = "VANIK" if congress == 91 & id == 9623 replace nameshort = "MINSHALL" if congress == 91 & id == 6548 replace nameshort = "LUKENS" if congress == 91 & id == 11028 replace nameshort = "BELCHER" if congress == 91 & id == 590 replace nameshort = "EDMONDSON" if congress == 91 & id == 2854 replace nameshort = "ALBERT" if congress == 91 & id == 62 replace nameshort = "STEED" if congress == 91 & id == 8866 replace nameshort = "JARMAN" if congress == 91 & id == 4891 replace nameshort = "CAMP" if congress == 91 & id == 12006 replace nameshort = "WYATT" if congress == 91 & id == 10785 replace nameshort = "ULLMAN" if congress == 91 & id == 9551 replace nameshort = "GREEN" if congress == 91 & id == 3775 replace nameshort = "DELLENBACK" if congress == 91 & id == 11011 replace nameshort = "BARRETT" if congress == 91 & id == 465 replace nameshort = "NIX" if congress == 91 & id == 6936 replace nameshort = "BYRNE" if congress == 91 & id == 1368 replace nameshort = "EILBERG" if congress == 91 & id == 11014 replace nameshort = "GREEN" if congress == 91 & id == 10591 replace nameshort = "YATRON" if congress == 91 & id == 12035 replace nameshort = "WILLIAMS" if congress == 91 & id == 11056 replace nameshort = "BIESTER" if congress == 91 & id == 11001 replace nameshort = "WATKINS" if congress == 91 & id == 10782 replace nameshort = "WARE" if congress == 91 & id == 12048 replace nameshort = "MCDADE" if congress == 91 & id == 10607 replace nameshort = "FLOOD" if congress == 91 & id == 3224 replace nameshort = "WHALLEY" if congress == 91 & id == 9975 replace nameshort = "COUGHLIN" if congress == 91 & id == 12010 replace nameshort = "MOORHEAD" if congress == 91 & id == 6661 replace nameshort = "ROONEY" if congress == 91 & id == 10620 replace nameshort = "ESHLEMAN" if congress == 91 & id == 11016 replace nameshort = "SCHNEEBELI" if congress == 91 & id == 8268 replace nameshort = "CORBETT" if congress == 91 & id == 2065 replace nameshort = "GOODLING" if congress == 91 & id == 10521 replace nameshort = "GAYDOS" if congress == 91 & id == 11067 replace nameshort = "DENT" if congress == 91 & id == 2513 replace nameshort = "SAYLOR" if congress == 91 & id == 8247 replace nameshort = "JOHNSON" if congress == 91 & id == 10598 replace nameshort = "VIGORITO" if congress == 91 & id == 10778 replace nameshort = "CLARK" if congress == 91 & id == 1763 replace nameshort = "MORGAN" if congress == 91 & id == 6685 replace nameshort = "FULTON" if congress == 91 & id == 3409 replace nameshort = "ST. GERMAIN" if congress == 91 & id == 10561 replace nameshort = "TIERNAN" if congress == 91 & id == 11061 replace nameshort = "RIVERS" if congress == 91 & id == 7925 replace nameshort = "WATSON" if congress == 91 & id == 10634 replace nameshort = "DORN" if congress == 91 & id == 2672 replace nameshort = "MANN" if congress == 91 & id == 12023 replace nameshort = "GETTYS" if congress == 91 & id == 10728 replace nameshort = "MCMILLAN" if congress == 91 & id == 6353 replace nameshort = "REIFEL" if congress == 91 & id == 10548 replace nameshort = "BERRY" if congress == 91 & id == 672 replace nameshort = "QUILLEN" if congress == 91 & id == 10616 replace nameshort = "DUNCAN" if congress == 91 & id == 10719 replace nameshort = "BROCK" if congress == 91 & id == 10571 replace nameshort = "EVINS" if congress == 91 & id == 3034 replace nameshort = "FULTON" if congress == 91 & id == 10586 replace nameshort = "ANDERSON" if congress == 91 & id == 10701 replace nameshort = "BLANTON" if congress == 91 & id == 11003 replace nameshort = "EVERETT" if congress == 91 & id == 3028 replace nameshort = "JONES" if congress == 91 & id == 12038 replace nameshort = "KUYKENDALL" if congress == 91 & id == 11025 replace nameshort = "PATMAN" if congress == 91 & id == 7232 replace nameshort = "DOWDY" if congress == 91 & id == 2700 replace nameshort = "COLLINS" if congress == 91 & id == 11066 replace nameshort = "ROBERTS" if congress == 91 & id == 10550 replace nameshort = "CABELL" if congress == 91 & id == 10707 replace nameshort = "TEAGUE" if congress == 91 & id == 9241 replace nameshort = "BUSH" if congress == 91 & id == 11008 replace nameshort = "ECKHARDT" if congress == 91 & id == 11013 replace nameshort = "BROOKS" if congress == 91 & id == 1077 replace nameshort = "PICKLE" if congress == 91 & id == 10614 replace nameshort = "POAGE" if congress == 91 & id == 7498 replace nameshort = "WRIGHT" if congress == 91 & id == 10391 replace nameshort = "PURCELL" if congress == 91 & id == 10546 replace nameshort = "YOUNG" if congress == 91 & id == 10446 replace nameshort = "DE LA GARZA" if congress == 91 & id == 10716 replace nameshort = "WHITE" if congress == 91 & id == 10783 replace nameshort = "BURLESON" if congress == 91 & id == 1282 replace nameshort = "PRICE" if congress == 91 & id == 11062 replace nameshort = "MAHON" if congress == 91 & id == 5924 replace nameshort = "GONZALEZ" if congress == 91 & id == 10520 replace nameshort = "FISHER" if congress == 91 & id == 3171 replace nameshort = "CASEY" if congress == 91 & id == 1577 replace nameshort = "KAZEN" if congress == 91 & id == 11023 replace nameshort = "BURTON" if congress == 91 & id == 10576 replace nameshort = "LLOYD" if congress == 91 & id == 10600 replace nameshort = "STAFFORD" if congress == 91 & id == 10562 replace nameshort = "DOWNING" if congress == 91 & id == 2706 replace nameshort = "WHITEHURST" if congress == 91 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 91 & id == 10767 replace nameshort = "ABBITT" if congress == 91 & id == 2 replace nameshort = "DANIEL" if congress == 91 & id == 12011 replace nameshort = "POFF" if congress == 91 & id == 7500 replace nameshort = "MARSH" if congress == 91 & id == 10603 replace nameshort = "SCOTT" if congress == 91 & id == 11048 replace nameshort = "WAMPLER" if congress == 91 & id == 9802 replace nameshort = "BROYHILL" if congress == 91 & id == 1154 replace nameshort = "PELLY" if congress == 91 & id == 7313 replace nameshort = "MEEDS" if congress == 91 & id == 10756 replace nameshort = "HANSEN" if congress == 91 & id == 4043 replace nameshort = "MAY" if congress == 91 & id == 6101 replace nameshort = "FOLEY" if congress == 91 & id == 10726 replace nameshort = "HICKS" if congress == 91 & id == 10738 replace nameshort = "ADAMS" if congress == 91 & id == 10700 replace nameshort = "MOLLOHAN" if congress == 91 & id == 6584 replace nameshort = "STAGGERS" if congress == 91 & id == 8824 replace nameshort = "SLACK" if congress == 91 & id == 8564 replace nameshort = "HECHLER" if congress == 91 & id == 4276 replace nameshort = "KEE" if congress == 91 & id == 10744 replace nameshort = "SCHADEBERG" if congress == 91 & id == 10556 replace nameshort = "KASTENMEIER" if congress == 91 & id == 5101 replace nameshort = "THOMSON" if congress == 91 & id == 10564 replace nameshort = "ZABLOCKI" if congress == 91 & id == 10463 replace nameshort = "REUSS" if congress == 91 & id == 7824 replace nameshort = "STEIGER" if congress == 91 & id == 11051 replace nameshort = "LAIRD" if congress == 91 & id == 5410 replace nameshort = "OBEY" if congress == 91 & id == 12036 replace nameshort = "BYRNES" if congress == 91 & id == 1371 replace nameshort = "DAVIS" if congress == 91 & id == 2383 replace nameshort = "O'KONSKI" if congress == 91 & id == 7046 replace nameshort = "WOLD" if congress == 91 & id == 12034 replace nameshort = "NIXON" if congress == 92 & id == 99904 replace nameshort = "EDWARDS J" if congress == 92 & id == 10721 replace nameshort = "DICKINSON W" if congress == 92 & id == 10717 replace nameshort = "ANDREWS G" if congress == 92 & id == 195 replace nameshort = "ANDREWS E" if congress == 92 & id == 13053 replace nameshort = "NICHOLS B" if congress == 92 & id == 11037 replace nameshort = "FLOWERS W" if congress == 92 & id == 12014 replace nameshort = "BUCHANAN J" if congress == 92 & id == 10706 replace nameshort = "BEVILL T" if congress == 92 & id == 11000 replace nameshort = "JONES R" if congress == 92 & id == 5058 replace nameshort = "BEGICH N" if congress == 92 & id == 13006 replace nameshort = "RHODES J" if congress == 92 & id == 7845 replace nameshort = "UDALL M" if congress == 92 & id == 10566 replace nameshort = "STEIGER S" if congress == 92 & id == 11050 replace nameshort = "ALEXANDER B" if congress == 92 & id == 12000 replace nameshort = "MILLS W" if congress == 92 & id == 6532 replace nameshort = "HAMMERSCHMI" if congress == 92 & id == 11020 replace nameshort = "PRYOR D" if congress == 92 & id == 10791 replace nameshort = "CLAUSEN D" if congress == 92 & id == 10579 replace nameshort = "JOHNSON H" if congress == 92 & id == 4957 replace nameshort = "MOSS J" if congress == 92 & id == 6756 replace nameshort = "LEGGETT R" if congress == 92 & id == 10599 replace nameshort = "BURTON P" if congress == 92 & id == 10577 replace nameshort = "MAILLIARD W" if congress == 92 & id == 5929 replace nameshort = "DELLUMS R" if congress == 92 & id == 13011 replace nameshort = "MILLER G" if congress == 92 & id == 6483 replace nameshort = "EDWARDS D" if congress == 92 & id == 10583 replace nameshort = "GUBSER C" if congress == 92 & id == 3867 replace nameshort = "MCCLOSKEY P" if congress == 92 & id == 11063 replace nameshort = "TALCOTT B" if congress == 92 & id == 10631 replace nameshort = "TEAGUE C" if congress == 92 & id == 9240 replace nameshort = "WALDIE J" if congress == 92 & id == 10793 replace nameshort = "MCFALL J" if congress == 92 & id == 6240 replace nameshort = "SISK B" if congress == 92 & id == 8549 replace nameshort = "ANDERSON G" if congress == 92 & id == 12001 replace nameshort = "MATHIAS R" if congress == 92 & id == 11031 replace nameshort = "HOLIFIELD C" if congress == 92 & id == 4514 replace nameshort = "SMITH A" if congress == 92 & id == 8628 replace nameshort = "HAWKINS A" if congress == 92 & id == 10595 replace nameshort = "CORMAN J" if congress == 92 & id == 10511 replace nameshort = "CLAWSON D" if congress == 92 & id == 10580 replace nameshort = "ROUSSELOT J" if congress == 92 & id == 10553 replace nameshort = "WIGGINS C" if congress == 92 & id == 11055 replace nameshort = "REES T" if congress == 92 & id == 10790 replace nameshort = "GOLDWATER B" if congress == 92 & id == 12037 replace nameshort = "BELL A" if congress == 92 & id == 10505 replace nameshort = "DANIELSON G" if congress == 92 & id == 13010 replace nameshort = "ROYBAL E" if congress == 92 & id == 10621 replace nameshort = "WILSON C" if congress == 92 & id == 10640 replace nameshort = "HOSMER C" if congress == 92 & id == 4592 replace nameshort = "PETTIS J" if congress == 92 & id == 11038 replace nameshort = "HANNA R" if congress == 92 & id == 10594 replace nameshort = "SCHMITZ J" if congress == 92 & id == 12043 replace nameshort = "WILSON R" if congress == 92 & id == 10249 replace nameshort = "VANDEERLIN" if congress == 92 & id == 10633 replace nameshort = "VEYSEY Y" if congress == 92 & id == 13046 replace nameshort = "MCKEVITT J" if congress == 92 & id == 13028 replace nameshort = "BROTZMAN D" if congress == 92 & id == 10572 replace nameshort = "EVANS F" if congress == 92 & id == 10723 replace nameshort = "ASPINALL W" if congress == 92 & id == 275 replace nameshort = "COTTER W" if congress == 92 & id == 13009 replace nameshort = "STEELE R" if congress == 92 & id == 12047 replace nameshort = "GIAIMO R" if congress == 92 & id == 3553 replace nameshort = "MCKINNEY S" if congress == 92 & id == 13029 replace nameshort = "MONAGAN J" if congress == 92 & id == 6586 replace nameshort = "GRASSO E" if congress == 92 & id == 13016 replace nameshort = "DUPONT P" if congress == 92 & id == 13014 replace nameshort = "SIKES R" if congress == 92 & id == 8507 replace nameshort = "FUQUA D" if congress == 92 & id == 10587 replace nameshort = "BENNETT C" if congress == 92 & id == 633 replace nameshort = "CHAPPELL B" if congress == 92 & id == 12007 replace nameshort = "FREY L" if congress == 92 & id == 12015 replace nameshort = "GIBBONS S" if congress == 92 & id == 10588 replace nameshort = "HALEY J" if congress == 92 & id == 3929 replace nameshort = "YOUNG C" if congress == 92 & id == 13047 replace nameshort = "ROGERS P" if congress == 92 & id == 8032 replace nameshort = "BURKE J" if congress == 92 & id == 11007 replace nameshort = "PEPPER C" if congress == 92 & id == 7333 replace nameshort = "FASCELL D" if congress == 92 & id == 3078 replace nameshort = "HAGAN G" if congress == 92 & id == 10522 replace nameshort = "MATHIS D" if congress == 92 & id == 13023 replace nameshort = "BRINKLEY J" if congress == 92 & id == 11005 replace nameshort = "BLACKBURN B" if congress == 92 & id == 11002 replace nameshort = "THOMPSON F" if congress == 92 & id == 11053 replace nameshort = "FLYNT J" if congress == 92 & id == 3242 replace nameshort = "DAVIS J" if congress == 92 & id == 10512 replace nameshort = "STUCKEY W" if congress == 92 & id == 11052 replace nameshort = "LANDRUM P" if congress == 92 & id == 5436 replace nameshort = "STEPHENS R" if congress == 92 & id == 10563 replace nameshort = "MATSUNAGA S" if congress == 92 & id == 10605 replace nameshort = "MINK P" if congress == 92 & id == 10757 replace nameshort = "MCCLURE J" if congress == 92 & id == 11029 replace nameshort = "HANSEN O" if congress == 92 & id == 12016 replace nameshort = "METCALFE R" if congress == 92 & id == 13030 replace nameshort = "MIKVA A" if congress == 92 & id == 12025 replace nameshort = "MURPHY M" if congress == 92 & id == 13032 replace nameshort = "DERWINSKI E" if congress == 92 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 92 & id == 5326 replace nameshort = "COLLINS G" if congress == 92 & id == 12045 replace nameshort = "ANNUNZIO F" if congress == 92 & id == 10703 replace nameshort = "ROSTENKOWSK" if congress == 92 & id == 8080 replace nameshort = "YATES S" if congress == 92 & id == 10421 replace nameshort = "COLLIER H" if congress == 92 & id == 1941 replace nameshort = "PUCINSKI R" if congress == 92 & id == 7642 replace nameshort = "MCCLORY R" if congress == 92 & id == 10606 replace nameshort = "CRANE P" if congress == 92 & id == 12041 replace nameshort = "ERLENBORN J" if congress == 92 & id == 10722 replace nameshort = "REID C" if congress == 92 & id == 10617 replace nameshort = "CARLSON C" if congress == 92 & id == 13054 replace nameshort = "ANDERSON J" if congress == 92 & id == 10501 replace nameshort = "ARENDS L" if congress == 92 & id == 226 replace nameshort = "MICHEL R" if congress == 92 & id == 6455 replace nameshort = "RAILSBACK T" if congress == 92 & id == 11041 replace nameshort = "FINDLEY P" if congress == 92 & id == 10517 replace nameshort = "GRAY K" if congress == 92 & id == 3769 replace nameshort = "SPRINGER W" if congress == 92 & id == 8814 replace nameshort = "SHIPLEY G" if congress == 92 & id == 8474 replace nameshort = "PRICE M" if congress == 92 & id == 7610 replace nameshort = "MADDEN R" if congress == 92 & id == 5900 replace nameshort = "LANDGREBE E" if congress == 92 & id == 12020 replace nameshort = "BRADEMAS J" if congress == 92 & id == 948 replace nameshort = "ROUSH J" if congress == 92 & id == 8084 replace nameshort = "HILLIS E" if congress == 92 & id == 13018 replace nameshort = "BRAY W" if congress == 92 & id == 986 replace nameshort = "MYERS J" if congress == 92 & id == 11036 replace nameshort = "ZION R" if congress == 92 & id == 11059 replace nameshort = "HAMILTON L" if congress == 92 & id == 10732 replace nameshort = "DENNIS D" if congress == 92 & id == 12012 replace nameshort = "JACOBS A" if congress == 92 & id == 10742 replace nameshort = "SCHWENGEL F" if congress == 92 & id == 8288 replace nameshort = "CULVER J" if congress == 92 & id == 10715 replace nameshort = "GROSS H" if congress == 92 & id == 3853 replace nameshort = "KYL J" if congress == 92 & id == 5385 replace nameshort = "SMITH N" if congress == 92 & id == 8672 replace nameshort = "MAYNE W" if congress == 92 & id == 11032 replace nameshort = "SCHERLE W" if congress == 92 & id == 11047 replace nameshort = "SEBELIUS K" if congress == 92 & id == 12029 replace nameshort = "ROY W" if congress == 92 & id == 13037 replace nameshort = "WINN L" if congress == 92 & id == 11057 replace nameshort = "SHRIVER G" if congress == 92 & id == 10559 replace nameshort = "SKUBITZ J" if congress == 92 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 92 & id == 9056 replace nameshort = "NATCHER W" if congress == 92 & id == 6845 replace nameshort = "MAZZOLI R" if congress == 92 & id == 13024 replace nameshort = "SNYDER M" if congress == 92 & id == 10626 replace nameshort = "CARTER T" if congress == 92 & id == 10710 replace nameshort = "WATTS J" if congress == 92 & id == 9882 replace nameshort = "CURLIN W" if congress == 92 & id == 13051 replace nameshort = "PERKINS C" if congress == 92 & id == 7343 replace nameshort = "HEBERT F" if congress == 92 & id == 4275 replace nameshort = "BOGGS H" if congress == 92 & id == 824 replace nameshort = "CAFFERY P" if congress == 92 & id == 12005 replace nameshort = "WAGGONNER J" if congress == 92 & id == 10567 replace nameshort = "PASSMAN O" if congress == 92 & id == 7228 replace nameshort = "RARICK J" if congress == 92 & id == 11042 replace nameshort = "EDWARDS J" if congress == 92 & id == 10787 replace nameshort = "BREAUX J" if congress == 92 & id == 13056 replace nameshort = "LONG S" if congress == 92 & id == 10746 replace nameshort = "KYROS P" if congress == 92 & id == 11027 replace nameshort = "HATHAWAY W" if congress == 92 & id == 10736 replace nameshort = "MORTON R" if congress == 92 & id == 10610 replace nameshort = "MILLS W" if congress == 92 & id == 13049 replace nameshort = "LONG C" if congress == 92 & id == 10601 replace nameshort = "GARMATZ E" if congress == 92 & id == 3480 replace nameshort = "SARBANES P" if congress == 92 & id == 13039 replace nameshort = "HOGAN L" if congress == 92 & id == 12018 replace nameshort = "BYRON G" if congress == 92 & id == 13008 replace nameshort = "MITCHELL P" if congress == 92 & id == 13031 replace nameshort = "GUDE G" if congress == 92 & id == 11019 replace nameshort = "CONTE S" if congress == 92 & id == 2009 replace nameshort = "BOLAND E" if congress == 92 & id == 830 replace nameshort = "DRINAN R" if congress == 92 & id == 13013 replace nameshort = "DONOHUE H" if congress == 92 & id == 2660 replace nameshort = "MORSE B" if congress == 92 & id == 10538 replace nameshort = "HARRINGTON" if congress == 92 & id == 12040 replace nameshort = "MACDONALD T" if congress == 92 & id == 5873 replace nameshort = "ONEILL T" if congress == 92 & id == 7081 replace nameshort = "HICKS L" if congress == 92 & id == 13017 replace nameshort = "HECKLER M" if congress == 92 & id == 11021 replace nameshort = "BURKE J" if congress == 92 & id == 1265 replace nameshort = "KEITH H" if congress == 92 & id == 5131 replace nameshort = "CONYERS J" if congress == 92 & id == 10713 replace nameshort = "ESCH M" if congress == 92 & id == 11015 replace nameshort = "BROWN G" if congress == 92 & id == 11006 replace nameshort = "HUTCHINSON" if congress == 92 & id == 10597 replace nameshort = "FORD G" if congress == 92 & id == 3268 replace nameshort = "CHAMBERLAIN" if congress == 92 & id == 1620 replace nameshort = "RIEGLE D" if congress == 92 & id == 91043 replace nameshort = "HARVEY J" if congress == 92 & id == 10526 replace nameshort = "VANDERJAGT" if congress == 92 & id == 10794 replace nameshort = "CEDERBERG E" if congress == 92 & id == 1610 replace nameshort = "RUPPE P" if congress == 92 & id == 11045 replace nameshort = "OHARA J" if congress == 92 & id == 7043 replace nameshort = "DIGGS C" if congress == 92 & id == 2594 replace nameshort = "NEDZI L" if congress == 92 & id == 10540 replace nameshort = "FORD W" if congress == 92 & id == 10727 replace nameshort = "DINGELL J" if congress == 92 & id == 2605 replace nameshort = "GRIFFITHS M" if congress == 92 & id == 3830 replace nameshort = "BROOMFIELD" if congress == 92 & id == 1087 replace nameshort = "MCDONALD J" if congress == 92 & id == 11030 replace nameshort = "QUIE A" if congress == 92 & id == 7671 replace nameshort = "NELSEN A" if congress == 92 & id == 6860 replace nameshort = "FRENZEL B" if congress == 92 & id == 13015 replace nameshort = "KARTH J" if congress == 92 & id == 5098 replace nameshort = "FRASER D" if congress == 92 & id == 10585 replace nameshort = "ZWACH J" if congress == 92 & id == 11060 replace nameshort = "BERGLAND B" if congress == 92 & id == 13007 replace nameshort = "BLATNIK J" if congress == 92 & id == 789 replace nameshort = "ABERNETHY T" if congress == 92 & id == 13 replace nameshort = "WHITTEN J" if congress == 92 & id == 10075 replace nameshort = "GRIFFIN C" if congress == 92 & id == 11065 replace nameshort = "MONTGOMERY" if congress == 92 & id == 11035 replace nameshort = "COLMER W" if congress == 92 & id == 1952 replace nameshort = "CLAY W" if congress == 92 & id == 12009 replace nameshort = "SYMINGTON J" if congress == 92 & id == 12031 replace nameshort = "SULLIVAN L" if congress == 92 & id == 9072 replace nameshort = "RANDALL W" if congress == 92 & id == 7717 replace nameshort = "BOLLING R" if congress == 92 & id == 835 replace nameshort = "HULL W R" if congress == 92 & id == 4724 replace nameshort = "HALL D" if congress == 92 & id == 10523 replace nameshort = "ICHORD R" if congress == 92 & id == 10528 replace nameshort = "HUNGATE W" if congress == 92 & id == 10740 replace nameshort = "BURLISON B" if congress == 92 & id == 12004 replace nameshort = "SHOUP R" if congress == 92 & id == 13041 replace nameshort = "MELCHER J" if congress == 92 & id == 12039 replace nameshort = "THONE C" if congress == 92 & id == 13045 replace nameshort = "MCCOLLISTER" if congress == 92 & id == 13025 replace nameshort = "MARTIN D" if congress == 92 & id == 10534 replace nameshort = "BARING W" if congress == 92 & id == 433 replace nameshort = "WYMAN L" if congress == 92 & id == 10639 replace nameshort = "CLEVELAND J" if congress == 92 & id == 10581 replace nameshort = "HUNT J E" if congress == 92 & id == 11022 replace nameshort = "SANDMAN C" if congress == 92 & id == 11046 replace nameshort = "HOWARD J" if congress == 92 & id == 10739 replace nameshort = "THOMPSON F" if congress == 92 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 92 & id == 3364 replace nameshort = "FORSYTHE E" if congress == 92 & id == 12046 replace nameshort = "WIDNALL W" if congress == 92 & id == 10091 replace nameshort = "ROE R" if congress == 92 & id == 12042 replace nameshort = "HELSTOSKI H" if congress == 92 & id == 10737 replace nameshort = "RODINO P" if congress == 92 & id == 8010 replace nameshort = "MINISH J" if congress == 92 & id == 10609 replace nameshort = "DWYER F" if congress == 92 & id == 2804 replace nameshort = "GALLAGHER C" if congress == 92 & id == 3433 replace nameshort = "DANIELS D" if congress == 92 & id == 2329 replace nameshort = "PATTEN E" if congress == 92 & id == 10613 replace nameshort = "LUJAN M" if congress == 92 & id == 12022 replace nameshort = "RUNNELS H" if congress == 92 & id == 13038 replace nameshort = "PIKE O" if congress == 92 & id == 10545 replace nameshort = "GROVER J" if congress == 92 & id == 10592 replace nameshort = "WOLFF L" if congress == 92 & id == 10784 replace nameshort = "WYDLER J" if congress == 92 & id == 10638 replace nameshort = "LENT N" if congress == 92 & id == 13021 replace nameshort = "HALPERN S" if congress == 92 & id == 3967 replace nameshort = "ADDABBO J" if congress == 92 & id == 10500 replace nameshort = "ROSENTHAL B" if congress == 92 & id == 10551 replace nameshort = "DELANEY J" if congress == 92 & id == 2476 replace nameshort = "CELLER E" if congress == 92 & id == 1611 replace nameshort = "BRASCO F" if congress == 92 & id == 11004 replace nameshort = "CHISHOLM S" if congress == 92 & id == 12008 replace nameshort = "PODELL B" if congress == 92 & id == 11064 replace nameshort = "ROONEY J" if congress == 92 & id == 8049 replace nameshort = "CAREY H" if congress == 92 & id == 10508 replace nameshort = "MURPHY J" if congress == 92 & id == 10611 replace nameshort = "KOCH E" if congress == 92 & id == 12019 replace nameshort = "RANGEL C" if congress == 92 & id == 13035 replace nameshort = "ABZUG B" if congress == 92 & id == 13001 replace nameshort = "RYAN W" if congress == 92 & id == 10555 replace nameshort = "BADILLO H" if congress == 92 & id == 13004 replace nameshort = "SCHEUER J" if congress == 92 & id == 10768 replace nameshort = "BINGHAM J" if congress == 92 & id == 10705 replace nameshort = "BIAGGI M" if congress == 92 & id == 12003 replace nameshort = "PEYSER P" if congress == 92 & id == 93033 replace nameshort = "REID O" if congress == 92 & id == 10618 replace nameshort = "DOW J" if congress == 92 & id == 10718 replace nameshort = "FISH H" if congress == 92 & id == 12013 replace nameshort = "STRATTON S" if congress == 92 & id == 9017 replace nameshort = "KING C" if congress == 92 & id == 10530 replace nameshort = "MCEWEN R" if congress == 92 & id == 10749 replace nameshort = "PIRNIE A" if congress == 92 & id == 7467 replace nameshort = "ROBISON H" if congress == 92 & id == 7995 replace nameshort = "TERRY J" if congress == 92 & id == 13044 replace nameshort = "HANLEY J" if congress == 92 & id == 10733 replace nameshort = "HORTON F" if congress == 92 & id == 10596 replace nameshort = "CONABLE B" if congress == 92 & id == 10712 replace nameshort = "HASTINGS J" if congress == 92 & id == 12017 replace nameshort = "KEMP J" if congress == 92 & id == 13020 replace nameshort = "SMITH H" if congress == 92 & id == 10771 replace nameshort = "DULSKI T" if congress == 92 & id == 2752 replace nameshort = "JONES W" if congress == 92 & id == 10788 replace nameshort = "FOUNTAIN L" if congress == 92 & id == 3321 replace nameshort = "HENDERSON D" if congress == 92 & id == 10527 replace nameshort = "GALIFIANAKI" if congress == 92 & id == 11017 replace nameshort = "MIZELL W" if congress == 92 & id == 12026 replace nameshort = "PREYER L" if congress == 92 & id == 12027 replace nameshort = "LENNON A" if congress == 92 & id == 5606 replace nameshort = "RUTH E" if congress == 92 & id == 12028 replace nameshort = "JONAS C" if congress == 92 & id == 5019 replace nameshort = "BROYHILL J" if congress == 92 & id == 10574 replace nameshort = "TAYLOR R" if congress == 92 & id == 9230 replace nameshort = "ANDREWS M" if congress == 92 & id == 10569 replace nameshort = "LINK A" if congress == 92 & id == 13022 replace nameshort = "KEATING W" if congress == 92 & id == 13019 replace nameshort = "CLANCY D" if congress == 92 & id == 10510 replace nameshort = "WHALEN C" if congress == 92 & id == 11054 replace nameshort = "MCCULLOCH W" if congress == 92 & id == 6204 replace nameshort = "LATTA D" if congress == 92 & id == 5495 replace nameshort = "HARSHA W" if congress == 92 & id == 10525 replace nameshort = "BROWN C" if congress == 92 & id == 10786 replace nameshort = "BETTS J" if congress == 92 & id == 680 replace nameshort = "ASHLEY T" if congress == 92 & id == 267 replace nameshort = "MILLER C" if congress == 92 & id == 11034 replace nameshort = "STANTON J" if congress == 92 & id == 10773 replace nameshort = "DEVINE S" if congress == 92 & id == 2533 replace nameshort = "MOSHER C" if congress == 92 & id == 10539 replace nameshort = "SEIBERLING" if congress == 92 & id == 13040 replace nameshort = "WYLIE C" if congress == 92 & id == 11058 replace nameshort = "BOW F" if congress == 92 & id == 891 replace nameshort = "ASHBROOK J" if congress == 92 & id == 10502 replace nameshort = "HAYS W" if congress == 92 & id == 4247 replace nameshort = "CARNEY C" if congress == 92 & id == 12044 replace nameshort = "STANTON J" if congress == 92 & id == 13043 replace nameshort = "STOKES L" if congress == 92 & id == 12030 replace nameshort = "VANIK C" if congress == 92 & id == 9623 replace nameshort = "MINSHALL W" if congress == 92 & id == 6548 replace nameshort = "POWELL W" if congress == 92 & id == 13034 replace nameshort = "BELCHER R" if congress == 92 & id == 590 replace nameshort = "EDMONDSON" if congress == 92 & id == 2854 replace nameshort = "ALBERT C" if congress == 92 & id == 62 replace nameshort = "STEED T" if congress == 92 & id == 8866 replace nameshort = "JARMAN J" if congress == 92 & id == 4891 replace nameshort = "CAMP J N" if congress == 92 & id == 12006 replace nameshort = "WYATT W" if congress == 92 & id == 10785 replace nameshort = "ULLMAN A" if congress == 92 & id == 9551 replace nameshort = "GREEN E" if congress == 92 & id == 3775 replace nameshort = "DELLENBACK" if congress == 92 & id == 11011 replace nameshort = "BARRETT W" if congress == 92 & id == 465 replace nameshort = "NIX R" if congress == 92 & id == 6936 replace nameshort = "BYRNE J" if congress == 92 & id == 1368 replace nameshort = "EILBERG J" if congress == 92 & id == 11014 replace nameshort = "GREEN W" if congress == 92 & id == 10591 replace nameshort = "YATRON G" if congress == 92 & id == 12035 replace nameshort = "WILLIAMS L" if congress == 92 & id == 11056 replace nameshort = "BIESTER E" if congress == 92 & id == 11001 replace nameshort = "WARE J" if congress == 92 & id == 12048 replace nameshort = "MCDADE J" if congress == 92 & id == 10607 replace nameshort = "FLOOD D" if congress == 92 & id == 3224 replace nameshort = "WHALLEY J" if congress == 92 & id == 9975 replace nameshort = "COUGHLIN L" if congress == 92 & id == 12010 replace nameshort = "MOORHEAD W" if congress == 92 & id == 6661 replace nameshort = "ROONEY F" if congress == 92 & id == 10620 replace nameshort = "ESHLEMAN E" if congress == 92 & id == 11016 replace nameshort = "SCHNEEBELI" if congress == 92 & id == 8268 replace nameshort = "CORBETT R" if congress == 92 & id == 2065 replace nameshort = "HEINZ H" if congress == 92 & id == 13050 replace nameshort = "GOODLING G" if congress == 92 & id == 10521 replace nameshort = "GAYDOS J" if congress == 92 & id == 11067 replace nameshort = "DENT J" if congress == 92 & id == 2513 replace nameshort = "SAYLOR J" if congress == 92 & id == 8247 replace nameshort = "JOHNSON A" if congress == 92 & id == 10598 replace nameshort = "VIGORITO J" if congress == 92 & id == 10778 replace nameshort = "CLARK F" if congress == 92 & id == 1763 replace nameshort = "MORGAN T" if congress == 92 & id == 6685 replace nameshort = "FULTON J" if congress == 92 & id == 3409 replace nameshort = "CONOVER W" if congress == 92 & id == 13057 replace nameshort = "STGERMAIN F" if congress == 92 & id == 10561 replace nameshort = "TIERNAN R" if congress == 92 & id == 11061 replace nameshort = "DAVIS M" if congress == 92 & id == 13048 replace nameshort = "RIVERS L" if congress == 92 & id == 7925 replace nameshort = "SPENCE F" if congress == 92 & id == 13042 replace nameshort = "DORN W" if congress == 92 & id == 2672 replace nameshort = "MANN J" if congress == 92 & id == 12023 replace nameshort = "GETTYS T" if congress == 92 & id == 10728 replace nameshort = "MCMILLAN J" if congress == 92 & id == 6353 replace nameshort = "DENHOLM F" if congress == 92 & id == 13012 replace nameshort = "ABOUREZK J" if congress == 92 & id == 13000 replace nameshort = "QUILLEN J" if congress == 92 & id == 10616 replace nameshort = "DUNCAN J" if congress == 92 & id == 10719 replace nameshort = "BAKER L" if congress == 92 & id == 13005 replace nameshort = "EVINS J" if congress == 92 & id == 3034 replace nameshort = "FULTON R" if congress == 92 & id == 10586 replace nameshort = "ANDERSON W" if congress == 92 & id == 10701 replace nameshort = "BLANTON R" if congress == 92 & id == 11003 replace nameshort = "JONES E" if congress == 92 & id == 12038 replace nameshort = "KUYKENDALL" if congress == 92 & id == 11025 replace nameshort = "PATMAN W" if congress == 92 & id == 7232 replace nameshort = "DOWDY J" if congress == 92 & id == 2700 replace nameshort = "COLLINS J" if congress == 92 & id == 11066 replace nameshort = "ROBERTS R" if congress == 92 & id == 10550 replace nameshort = "CABELL E" if congress == 92 & id == 10707 replace nameshort = "TEAGUE O" if congress == 92 & id == 9241 replace nameshort = "ARCHER W" if congress == 92 & id == 13002 replace nameshort = "ECKHARDT B" if congress == 92 & id == 11013 replace nameshort = "BROOKS J" if congress == 92 & id == 1077 replace nameshort = "PICKLE J" if congress == 92 & id == 10614 replace nameshort = "POAGE W" if congress == 92 & id == 7498 replace nameshort = "WRIGHT J" if congress == 92 & id == 10391 replace nameshort = "PURCELL G" if congress == 92 & id == 10546 replace nameshort = "YOUNG J" if congress == 92 & id == 10446 replace nameshort = "DELAGARZA E" if congress == 92 & id == 10716 replace nameshort = "WHITE R" if congress == 92 & id == 10783 replace nameshort = "BURLESON O" if congress == 92 & id == 1282 replace nameshort = "PRICE R" if congress == 92 & id == 11062 replace nameshort = "MAHON G" if congress == 92 & id == 5924 replace nameshort = "GONZALEZ H" if congress == 92 & id == 10520 replace nameshort = "FISHER O" if congress == 92 & id == 3171 replace nameshort = "CASEY R" if congress == 92 & id == 1577 replace nameshort = "KAZEN A" if congress == 92 & id == 11023 replace nameshort = "MCKAY K" if congress == 92 & id == 13027 replace nameshort = "LLOYD S" if congress == 92 & id == 10600 replace nameshort = "STAFFORD R" if congress == 92 & id == 10562 replace nameshort = "MALLARY R" if congress == 92 & id == 13052 replace nameshort = "DOWNING T" if congress == 92 & id == 2706 replace nameshort = "WHITEHURST" if congress == 92 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 92 & id == 10767 replace nameshort = "ABBITT W" if congress == 92 & id == 2 replace nameshort = "DANIEL W" if congress == 92 & id == 12011 replace nameshort = "POFF R" if congress == 92 & id == 7500 replace nameshort = "ROBINSON J" if congress == 92 & id == 13036 replace nameshort = "SCOTT W" if congress == 92 & id == 11048 replace nameshort = "WAMPLER W" if congress == 92 & id == 9802 replace nameshort = "BROYHILL J" if congress == 92 & id == 1154 replace nameshort = "PELLY T" if congress == 92 & id == 7313 replace nameshort = "MEEDS L" if congress == 92 & id == 10756 replace nameshort = "HANSEN J" if congress == 92 & id == 4043 replace nameshort = "MCCORMACK M" if congress == 92 & id == 13026 replace nameshort = "FOLEY T" if congress == 92 & id == 10726 replace nameshort = "HICKS F" if congress == 92 & id == 10738 replace nameshort = "ADAMS B" if congress == 92 & id == 10700 replace nameshort = "MOLLOHAN R" if congress == 92 & id == 6584 replace nameshort = "STAGGERS H" if congress == 92 & id == 8824 replace nameshort = "SLACK J" if congress == 92 & id == 8564 replace nameshort = "HECHLER K" if congress == 92 & id == 4276 replace nameshort = "KEE J" if congress == 92 & id == 10744 replace nameshort = "ASPIN L" if congress == 92 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 92 & id == 5101 replace nameshort = "THOMSON V" if congress == 92 & id == 10564 replace nameshort = "ZABLOCKI C" if congress == 92 & id == 10463 replace nameshort = "REUSS H" if congress == 92 & id == 7824 replace nameshort = "STEIGER W" if congress == 92 & id == 11051 replace nameshort = "OBEY D" if congress == 92 & id == 12036 replace nameshort = "BYRNES J" if congress == 92 & id == 1371 replace nameshort = "DAVIS G" if congress == 92 & id == 2383 replace nameshort = "OKONSKI A" if congress == 92 & id == 7046 replace nameshort = "RONCALIO T" if congress == 92 & id == 10766 replace nameshort = "NIXON" if congress == 93 & id == 99904 replace nameshort = "FORD" if congress == 93 & id == 99905 replace nameshort = "EDWARDS J" if congress == 93 & id == 10721 replace nameshort = "DICKINSON W" if congress == 93 & id == 10717 replace nameshort = "NICHOLS B" if congress == 93 & id == 11037 replace nameshort = "BEVILL T" if congress == 93 & id == 11000 replace nameshort = "JONES R" if congress == 93 & id == 5058 replace nameshort = "BUCHANAN J" if congress == 93 & id == 10706 replace nameshort = "FLOWERS W" if congress == 93 & id == 12014 replace nameshort = "YOUNG D" if congress == 93 & id == 14066 replace nameshort = "RHODES J" if congress == 93 & id == 7845 replace nameshort = "UDALL M" if congress == 93 & id == 10566 replace nameshort = "STEIGER S" if congress == 93 & id == 11050 replace nameshort = "CONLAN J" if congress == 93 & id == 14011 replace nameshort = "ALEXANDER B" if congress == 93 & id == 12000 replace nameshort = "MILLS W" if congress == 93 & id == 6532 replace nameshort = "HAMMERSCHMI" if congress == 93 & id == 11020 replace nameshort = "THORNTON R" if congress == 93 & id == 14058 replace nameshort = "CLAUSEN D" if congress == 93 & id == 10579 replace nameshort = "JOHNSON H" if congress == 93 & id == 4957 replace nameshort = "MOSS J" if congress == 93 & id == 6756 replace nameshort = "LEGGETT R" if congress == 93 & id == 10599 replace nameshort = "BURTON P" if congress == 93 & id == 10577 replace nameshort = "MAILLIARD W" if congress == 93 & id == 5929 replace nameshort = "BURTON, J L" if congress == 93 & id == 14076 replace nameshort = "DELLUMS R" if congress == 93 & id == 13011 replace nameshort = "STARK F" if congress == 93 & id == 14053 replace nameshort = "EDWARDS D" if congress == 93 & id == 10583 replace nameshort = "GUBSER C" if congress == 93 & id == 3867 replace nameshort = "RYAN L" if congress == 93 & id == 14049 replace nameshort = "TALCOTT B" if congress == 93 & id == 10631 replace nameshort = "TEAGUE C" if congress == 93 & id == 9240 replace nameshort = "LAGOMARSINO" if congress == 93 & id == 14071 replace nameshort = "WALDIE J" if congress == 93 & id == 10793 replace nameshort = "MCFALL J" if congress == 93 & id == 6240 replace nameshort = "SISK B" if congress == 93 & id == 8549 replace nameshort = "MCCLOSKEY P" if congress == 93 & id == 11063 replace nameshort = "MATHIAS R" if congress == 93 & id == 11031 replace nameshort = "HOLIFIELD C" if congress == 93 & id == 4514 replace nameshort = "MOORHEAD C" if congress == 93 & id == 14040 replace nameshort = "HAWKINS A" if congress == 93 & id == 10595 replace nameshort = "CORMAN J" if congress == 93 & id == 10511 replace nameshort = "CLAWSON D" if congress == 93 & id == 10580 replace nameshort = "ROUSSELOT J" if congress == 93 & id == 10553 replace nameshort = "WIGGINS C" if congress == 93 & id == 11055 replace nameshort = "REES T" if congress == 93 & id == 10790 replace nameshort = "GOLDWATER B" if congress == 93 & id == 12037 replace nameshort = "BELL A" if congress == 93 & id == 10505 replace nameshort = "DANIELSON G" if congress == 93 & id == 13010 replace nameshort = "ROYBAL E" if congress == 93 & id == 10621 replace nameshort = "WILSON C" if congress == 93 & id == 10640 replace nameshort = "HOSMER C" if congress == 93 & id == 4592 replace nameshort = "PETTIS J" if congress == 93 & id == 11038 replace nameshort = "HANNA R" if congress == 93 & id == 10594 replace nameshort = "ANDERSON G" if congress == 93 & id == 12001 replace nameshort = "KETCHUM W" if congress == 93 & id == 14028 replace nameshort = "BURKE Y" if congress == 93 & id == 14008 replace nameshort = "BROWN G" if congress == 93 & id == 10573 replace nameshort = "HINSHAW A" if congress == 93 & id == 14020 replace nameshort = "WILSON B" if congress == 93 & id == 10249 replace nameshort = "VANDEERLIN" if congress == 93 & id == 10633 replace nameshort = "BURGENER C" if congress == 93 & id == 14007 replace nameshort = "VEYSEY V" if congress == 93 & id == 13046 replace nameshort = "SCHROEDER P" if congress == 93 & id == 14051 replace nameshort = "BROTZMAN D" if congress == 93 & id == 10572 replace nameshort = "EVANS F" if congress == 93 & id == 10723 replace nameshort = "JOHNSON J" if congress == 93 & id == 14025 replace nameshort = "ARMSTRONG W" if congress == 93 & id == 14002 replace nameshort = "COTTER W" if congress == 93 & id == 13009 replace nameshort = "STEELE R" if congress == 93 & id == 12047 replace nameshort = "GIAIMO R" if congress == 93 & id == 3553 replace nameshort = "MCKINNEY S" if congress == 93 & id == 13029 replace nameshort = "SARASIN R" if congress == 93 & id == 14050 replace nameshort = "GRASSO E" if congress == 93 & id == 13016 replace nameshort = "DUPONT P" if congress == 93 & id == 13014 replace nameshort = "SIKES R" if congress == 93 & id == 8507 replace nameshort = "FUQUA D" if congress == 93 & id == 10587 replace nameshort = "BENNETT C" if congress == 93 & id == 633 replace nameshort = "CHAPPELL B" if congress == 93 & id == 12007 replace nameshort = "GUNTER B" if congress == 93 & id == 14017 replace nameshort = "YOUNG C" if congress == 93 & id == 13047 replace nameshort = "GIBBONS S" if congress == 93 & id == 10588 replace nameshort = "HALEY J" if congress == 93 & id == 3929 replace nameshort = "FREY L" if congress == 93 & id == 12015 replace nameshort = "BAFALIS L" if congress == 93 & id == 14003 replace nameshort = "ROGERS P" if congress == 93 & id == 8032 replace nameshort = "BURKE J" if congress == 93 & id == 11007 replace nameshort = "LEHMAN W" if congress == 93 & id == 14029 replace nameshort = "PEPPER C" if congress == 93 & id == 7333 replace nameshort = "FASCELL D" if congress == 93 & id == 3078 replace nameshort = "GINN B" if congress == 93 & id == 14016 replace nameshort = "MATHIS D" if congress == 93 & id == 13023 replace nameshort = "BRINKLEY J" if congress == 93 & id == 11005 replace nameshort = "BLACKBURN B" if congress == 93 & id == 11002 replace nameshort = "YOUNG A" if congress == 93 & id == 14063 replace nameshort = "FLYNT J" if congress == 93 & id == 3242 replace nameshort = "DAVIS J" if congress == 93 & id == 10512 replace nameshort = "STUCKEY W" if congress == 93 & id == 11052 replace nameshort = "LANDRUM P" if congress == 93 & id == 5436 replace nameshort = "STEPHENS R" if congress == 93 & id == 10563 replace nameshort = "MATSUNAGA S" if congress == 93 & id == 10605 replace nameshort = "MINK P" if congress == 93 & id == 10757 replace nameshort = "SYMMS S" if congress == 93 & id == 14056 replace nameshort = "HANSEN O" if congress == 93 & id == 12016 replace nameshort = "METCALFE J" if congress == 93 & id == 13030 replace nameshort = "MURPHY M" if congress == 93 & id == 13032 replace nameshort = "HANRAHAN R" if congress == 93 & id == 14019 replace nameshort = "DERWINSKI E" if congress == 93 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 93 & id == 5326 replace nameshort = "COLLIER H" if congress == 93 & id == 1941 replace nameshort = "COLLINS" if congress == 93 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 93 & id == 8080 replace nameshort = "YATES S" if congress == 93 & id == 10421 replace nameshort = "YOUNG S" if congress == 93 & id == 14064 replace nameshort = "ANNUNZIO F" if congress == 93 & id == 10703 replace nameshort = "CRANE P" if congress == 93 & id == 12041 replace nameshort = "MCCLORY R" if congress == 93 & id == 10606 replace nameshort = "ERLENBORN J" if congress == 93 & id == 10722 replace nameshort = "ARENDS L" if congress == 93 & id == 226 replace nameshort = "ANDERSON J" if congress == 93 & id == 10501 replace nameshort = "OBRIEN G" if congress == 93 & id == 14041 replace nameshort = "MICHEL R" if congress == 93 & id == 6455 replace nameshort = "RAILSBACK T" if congress == 93 & id == 11041 replace nameshort = "FINDLEY D" if congress == 93 & id == 10517 replace nameshort = "MADIGAN E" if congress == 93 & id == 14033 replace nameshort = "SHIPLEY G" if congress == 93 & id == 8474 replace nameshort = "PRICE M" if congress == 93 & id == 7610 replace nameshort = "GRAY K" if congress == 93 & id == 3769 replace nameshort = "MADDEN R" if congress == 93 & id == 5900 replace nameshort = "LANDGREBE E" if congress == 93 & id == 12020 replace nameshort = "BRADEMAS J" if congress == 93 & id == 948 replace nameshort = "ROUSH J" if congress == 93 & id == 8084 replace nameshort = "HILLIS E" if congress == 93 & id == 13018 replace nameshort = "BRAY W" if congress == 93 & id == 986 replace nameshort = "MYERS J" if congress == 93 & id == 11036 replace nameshort = "ZION R" if congress == 93 & id == 11059 replace nameshort = "HAMILTON L" if congress == 93 & id == 10732 replace nameshort = "DENNIS D" if congress == 93 & id == 12012 replace nameshort = "HUDNUT W" if congress == 93 & id == 14024 replace nameshort = "MEZVINSKY R" if congress == 93 & id == 14036 replace nameshort = "CULVER J" if congress == 93 & id == 10715 replace nameshort = "GROSS H" if congress == 93 & id == 3853 replace nameshort = "SMITH N" if congress == 93 & id == 8672 replace nameshort = "SCHERLE W" if congress == 93 & id == 11047 replace nameshort = "MAYNE W" if congress == 93 & id == 11032 replace nameshort = "SEBELIUS K" if congress == 93 & id == 12029 replace nameshort = "ROY W" if congress == 93 & id == 13037 replace nameshort = "WINN L" if congress == 93 & id == 11057 replace nameshort = "SHRIVER G" if congress == 93 & id == 10559 replace nameshort = "SKUBITZ J" if congress == 93 & id == 10625 replace nameshort = "STUBBLEFIEL" if congress == 93 & id == 9056 replace nameshort = "NATCHER W" if congress == 93 & id == 6845 replace nameshort = "MAZZOLI" if congress == 93 & id == 13024 replace nameshort = "SNYDER G" if congress == 93 & id == 10626 replace nameshort = "CARTER T" if congress == 93 & id == 10710 replace nameshort = "BRECKINRIDG" if congress == 93 & id == 14006 replace nameshort = "PERKINS C" if congress == 93 & id == 7343 replace nameshort = "HEBERT F" if congress == 93 & id == 4275 replace nameshort = "BOGGS L" if congress == 93 & id == 14067 replace nameshort = "TREEN D" if congress == 93 & id == 14060 replace nameshort = "WAGGONNER J" if congress == 93 & id == 10567 replace nameshort = "PASSMAN O" if congress == 93 & id == 7228 replace nameshort = "RARICK J" if congress == 93 & id == 11042 replace nameshort = "BREAUX J" if congress == 93 & id == 13056 replace nameshort = "LONG G" if congress == 93 & id == 10602 replace nameshort = "KYROS P" if congress == 93 & id == 11027 replace nameshort = "COHEN W" if congress == 93 & id == 14010 replace nameshort = "MILLS W" if congress == 93 & id == 13049 replace nameshort = "BAUMANN" if congress == 93 & id == 14069 replace nameshort = "LONG C" if congress == 93 & id == 10601 replace nameshort = "SARBANES P" if congress == 93 & id == 13039 replace nameshort = "HOLT M" if congress == 93 & id == 14021 replace nameshort = "HOGAN L" if congress == 93 & id == 12018 replace nameshort = "BYRON G" if congress == 93 & id == 13008 replace nameshort = "MITCHELL P" if congress == 93 & id == 13031 replace nameshort = "GUDE G" if congress == 93 & id == 11019 replace nameshort = "CONTE S" if congress == 93 & id == 2009 replace nameshort = "BOLAND E" if congress == 93 & id == 830 replace nameshort = "DONOHUE H" if congress == 93 & id == 2660 replace nameshort = "DRINAN R" if congress == 93 & id == 13013 replace nameshort = "CRONIN P" if congress == 93 & id == 14012 replace nameshort = "HARRINGTON" if congress == 93 & id == 12040 replace nameshort = "MACDONALD T" if congress == 93 & id == 5873 replace nameshort = "ONEILL T" if congress == 93 & id == 7081 replace nameshort = "MOAKLEY J" if congress == 93 & id == 14039 replace nameshort = "HECKLER M" if congress == 93 & id == 11021 replace nameshort = "BURKE J" if congress == 93 & id == 1265 replace nameshort = "STUDDS G" if congress == 93 & id == 14055 replace nameshort = "CONYERS J" if congress == 93 & id == 10713 replace nameshort = "ESCH M" if congress == 93 & id == 11015 replace nameshort = "BROWN C" if congress == 93 & id == 11006 replace nameshort = "HUTCHINSON" if congress == 93 & id == 10597 replace nameshort = "FORD G" if congress == 93 & id == 3268 replace nameshort = "VANDERVEEN" if congress == 93 & id == 14074 replace nameshort = "CHAMBERLAIN" if congress == 93 & id == 1620 replace nameshort = "RIEGLE D" if congress == 93 & id == 91043 replace nameshort = "HARVEY J" if congress == 93 & id == 10526 replace nameshort = "TRAXLER, B" if congress == 93 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 93 & id == 10794 replace nameshort = "CEDERBERG E" if congress == 93 & id == 1610 replace nameshort = "RUPPE P" if congress == 93 & id == 11045 replace nameshort = "OHARA J" if congress == 93 & id == 7043 replace nameshort = "DIGGS C" if congress == 93 & id == 2594 replace nameshort = "NEDZI L" if congress == 93 & id == 10540 replace nameshort = "FORD W" if congress == 93 & id == 10727 replace nameshort = "DINGELL J" if congress == 93 & id == 2605 replace nameshort = "GRIFFITHS M" if congress == 93 & id == 3830 replace nameshort = "HUBER R" if congress == 93 & id == 14023 replace nameshort = "BROOMFIELD" if congress == 93 & id == 1087 replace nameshort = "QUIE A" if congress == 93 & id == 7671 replace nameshort = "NELSEN A" if congress == 93 & id == 6860 replace nameshort = "FRENZEL B" if congress == 93 & id == 13015 replace nameshort = "KARTH J" if congress == 93 & id == 5098 replace nameshort = "FRASER D" if congress == 93 & id == 10585 replace nameshort = "ZWACH J" if congress == 93 & id == 11060 replace nameshort = "BERGLAND B" if congress == 93 & id == 13007 replace nameshort = "BLATNIK J" if congress == 93 & id == 789 replace nameshort = "WHITTEN J" if congress == 93 & id == 10075 replace nameshort = "BOWEN D" if congress == 93 & id == 14005 replace nameshort = "MONTGOMERY" if congress == 93 & id == 11035 replace nameshort = "COCHRAN T" if congress == 93 & id == 14009 replace nameshort = "LOTT T" if congress == 93 & id == 14031 replace nameshort = "CLAY W" if congress == 93 & id == 12009 replace nameshort = "SYMINGTON J" if congress == 93 & id == 12031 replace nameshort = "SULLIVAN L" if congress == 93 & id == 9072 replace nameshort = "RANDALL W" if congress == 93 & id == 7717 replace nameshort = "BOLLING R" if congress == 93 & id == 835 replace nameshort = "LITTON J" if congress == 93 & id == 14030 replace nameshort = "TAYLOR G" if congress == 93 & id == 14057 replace nameshort = "ICHORD R" if congress == 93 & id == 10528 replace nameshort = "HUNGATE W" if congress == 93 & id == 10740 replace nameshort = "BURLISON B" if congress == 93 & id == 12004 replace nameshort = "SHOUP D" if congress == 93 & id == 13041 replace nameshort = "MELCHER L" if congress == 93 & id == 12039 replace nameshort = "THONE C" if congress == 93 & id == 13045 replace nameshort = "MCCOLLISTER" if congress == 93 & id == 13025 replace nameshort = "MARTIN D" if congress == 93 & id == 10534 replace nameshort = "TOWELL D" if congress == 93 & id == 14059 replace nameshort = "WYMAN L" if congress == 93 & id == 10639 replace nameshort = "CLEVELAND J" if congress == 93 & id == 10581 replace nameshort = "HUNT J" if congress == 93 & id == 11022 replace nameshort = "SANDMAN C" if congress == 93 & id == 11046 replace nameshort = "HOWARD J" if congress == 93 & id == 10739 replace nameshort = "THOMPSON F" if congress == 93 & id == 9322 replace nameshort = "FRELINGHUYS" if congress == 93 & id == 3364 replace nameshort = "FORSYTHE E" if congress == 93 & id == 12046 replace nameshort = "WIDNALL W" if congress == 93 & id == 10091 replace nameshort = "ROE R" if congress == 93 & id == 12042 replace nameshort = "HELSTOSKI H" if congress == 93 & id == 10737 replace nameshort = "RODINO P" if congress == 93 & id == 8010 replace nameshort = "MINISH J" if congress == 93 & id == 10609 replace nameshort = "RINALDO W" if congress == 93 & id == 14046 replace nameshort = "MARAZITI J" if congress == 93 & id == 14034 replace nameshort = "DANIELS D" if congress == 93 & id == 2329 replace nameshort = "PATTEN E" if congress == 93 & id == 10613 replace nameshort = "LUJAN M" if congress == 93 & id == 12022 replace nameshort = "RUNNELS H" if congress == 93 & id == 13038 replace nameshort = "PIKE O" if congress == 93 & id == 10545 replace nameshort = "GROVER J" if congress == 93 & id == 10592 replace nameshort = "RONCALLO A" if congress == 93 & id == 14047 replace nameshort = "LENT N" if congress == 93 & id == 13021 replace nameshort = "WYDLER J" if congress == 93 & id == 10638 replace nameshort = "WOLFF L" if congress == 93 & id == 10784 replace nameshort = "ADDABBO J" if congress == 93 & id == 10500 replace nameshort = "ROSENTHAL B" if congress == 93 & id == 10551 replace nameshort = "DELANEY J" if congress == 93 & id == 2476 replace nameshort = "BIAGGI M" if congress == 93 & id == 12003 replace nameshort = "BRASCO F" if congress == 93 & id == 11004 replace nameshort = "CHISHOLM S" if congress == 93 & id == 12008 replace nameshort = "PODELL B" if congress == 93 & id == 11064 replace nameshort = "ROONEY J" if congress == 93 & id == 8049 replace nameshort = "CAREY H" if congress == 93 & id == 10508 replace nameshort = "HOLTZMAN E" if congress == 93 & id == 14022 replace nameshort = "MURPHY J" if congress == 93 & id == 10611 replace nameshort = "KOCH E" if congress == 93 & id == 12019 replace nameshort = "RANGEL C" if congress == 93 & id == 13035 replace nameshort = "ABZUG B" if congress == 93 & id == 13001 replace nameshort = "BADILLO H" if congress == 93 & id == 13004 replace nameshort = "BINGHAM J" if congress == 93 & id == 10705 replace nameshort = "PEYSER P" if congress == 93 & id == 93033 replace nameshort = "REID O" if congress == 93 & id == 90618 replace nameshort = "FISH H" if congress == 93 & id == 12013 replace nameshort = "GILMAN B" if congress == 93 & id == 14015 replace nameshort = "ROBISON H" if congress == 93 & id == 7995 replace nameshort = "STRATTON S" if congress == 93 & id == 9017 replace nameshort = "KING C" if congress == 93 & id == 10530 replace nameshort = "MCEWEN R" if congress == 93 & id == 10749 replace nameshort = "MITCHELL D" if congress == 93 & id == 14038 replace nameshort = "HANLEY J" if congress == 93 & id == 10733 replace nameshort = "WALSH W" if congress == 93 & id == 14061 replace nameshort = "HORTON F" if congress == 93 & id == 10596 replace nameshort = "CONABLE B" if congress == 93 & id == 10712 replace nameshort = "SMITH H" if congress == 93 & id == 10771 replace nameshort = "DULSKI T" if congress == 93 & id == 2752 replace nameshort = "KEMP J" if congress == 93 & id == 13020 replace nameshort = "HASTINGS J" if congress == 93 & id == 12017 replace nameshort = "JONES W" if congress == 93 & id == 10788 replace nameshort = "FOUNTAIN L" if congress == 93 & id == 3321 replace nameshort = "HENDERSON D" if congress == 93 & id == 10527 replace nameshort = "ANDREWS I" if congress == 93 & id == 14001 replace nameshort = "MIZELL W" if congress == 93 & id == 12026 replace nameshort = "PREYER R" if congress == 93 & id == 12027 replace nameshort = "ROSE C" if congress == 93 & id == 14048 replace nameshort = "RUTH E" if congress == 93 & id == 12028 replace nameshort = "MARTIN J" if congress == 93 & id == 14035 replace nameshort = "BROYHILL J" if congress == 93 & id == 10574 replace nameshort = "TAYLOR R" if congress == 93 & id == 9230 replace nameshort = "ANDREWS M" if congress == 93 & id == 10569 replace nameshort = "KEATING W" if congress == 93 & id == 13019 replace nameshort = "LUKEN" if congress == 93 & id == 14070 replace nameshort = "CLANCY D" if congress == 93 & id == 10510 replace nameshort = "WHALEN C" if congress == 93 & id == 11054 replace nameshort = "GUYER T" if congress == 93 & id == 14018 replace nameshort = "LATTA D" if congress == 93 & id == 5495 replace nameshort = "HARSHA W" if congress == 93 & id == 10525 replace nameshort = "BROWN G" if congress == 93 & id == 10786 replace nameshort = "POWELL W" if congress == 93 & id == 13034 replace nameshort = "ASHLEY T" if congress == 93 & id == 267 replace nameshort = "MILLER C" if congress == 93 & id == 11034 replace nameshort = "STANTON J" if congress == 93 & id == 10773 replace nameshort = "DEVINE S" if congress == 93 & id == 2533 replace nameshort = "MOSHER C" if congress == 93 & id == 10539 replace nameshort = "SEIBERLING" if congress == 93 & id == 13040 replace nameshort = "WYLIE C" if congress == 93 & id == 11058 replace nameshort = "REGULA R" if congress == 93 & id == 14045 replace nameshort = "ASHBROOK J" if congress == 93 & id == 10502 replace nameshort = "HAYS W" if congress == 93 & id == 4247 replace nameshort = "CARNEY C" if congress == 93 & id == 12044 replace nameshort = "STANTON J" if congress == 93 & id == 13043 replace nameshort = "STOKES L" if congress == 93 & id == 12030 replace nameshort = "VANIK C" if congress == 93 & id == 9623 replace nameshort = "MINSHALL W" if congress == 93 & id == 6548 replace nameshort = "JONES J" if congress == 93 & id == 14026 replace nameshort = "MCSPADDEN C" if congress == 93 & id == 14032 replace nameshort = "ALBERT C" if congress == 93 & id == 62 replace nameshort = "STEED T" if congress == 93 & id == 8866 replace nameshort = "JARMAN J" if congress == 93 & id == 4891 replace nameshort = "CAMP J" if congress == 93 & id == 12006 replace nameshort = "WYATT W" if congress == 93 & id == 10785 replace nameshort = "ULLMAN A" if congress == 93 & id == 9551 replace nameshort = "GREEN E" if congress == 93 & id == 3775 replace nameshort = "DELLENBACK" if congress == 93 & id == 11011 replace nameshort = "BARRETT W" if congress == 93 & id == 465 replace nameshort = "NIX R" if congress == 93 & id == 6936 replace nameshort = "GREEN W" if congress == 93 & id == 10591 replace nameshort = "EILBERG J" if congress == 93 & id == 11014 replace nameshort = "WARE J" if congress == 93 & id == 12048 replace nameshort = "YATRON G" if congress == 93 & id == 12035 replace nameshort = "WILLIAMS L" if congress == 93 & id == 11056 replace nameshort = "BIESTER E" if congress == 93 & id == 11001 replace nameshort = "SHUSTER E" if congress == 93 & id == 14052 replace nameshort = "MCDADE J" if congress == 93 & id == 10607 replace nameshort = "FLOOD D" if congress == 93 & id == 3224 replace nameshort = "SAYLOR J" if congress == 93 & id == 8247 replace nameshort = "MURTHA" if congress == 93 & id == 14072 replace nameshort = "COUGHLIN L" if congress == 93 & id == 12010 replace nameshort = "MOORHEAD W" if congress == 93 & id == 6661 replace nameshort = "ROONEY F" if congress == 93 & id == 10620 replace nameshort = "ESHLEMAN E" if congress == 93 & id == 11016 replace nameshort = "SCHNEEBELI" if congress == 93 & id == 8268 replace nameshort = "HEINZ J" if congress == 93 & id == 13050 replace nameshort = "GOODLING G" if congress == 93 & id == 10521 replace nameshort = "GAYDOS J" if congress == 93 & id == 11067 replace nameshort = "DENT J" if congress == 93 & id == 2513 replace nameshort = "MORGAN T" if congress == 93 & id == 6685 replace nameshort = "JOHNSON A" if congress == 93 & id == 10598 replace nameshort = "VIGORITO J" if congress == 93 & id == 10778 replace nameshort = "CLARK F" if congress == 93 & id == 1763 replace nameshort = "STGERMAIN F" if congress == 93 & id == 10561 replace nameshort = "TIERNAN R" if congress == 93 & id == 11061 replace nameshort = "DAVIS M" if congress == 93 & id == 13048 replace nameshort = "SPENCE F" if congress == 93 & id == 13042 replace nameshort = "DORN W" if congress == 93 & id == 2672 replace nameshort = "MANN J" if congress == 93 & id == 12023 replace nameshort = "GETTYS T" if congress == 93 & id == 10728 replace nameshort = "YOUNG E" if congress == 93 & id == 14065 replace nameshort = "DENHOLM F" if congress == 93 & id == 13012 replace nameshort = "ABDNOR J" if congress == 93 & id == 14000 replace nameshort = "QUILLEN J" if congress == 93 & id == 10616 replace nameshort = "DUNCAN J" if congress == 93 & id == 10719 replace nameshort = "BAKER L" if congress == 93 & id == 13005 replace nameshort = "EVINS J" if congress == 93 & id == 3034 replace nameshort = "FULTON R" if congress == 93 & id == 10586 replace nameshort = "BEARD R" if congress == 93 & id == 14004 replace nameshort = "JONES E" if congress == 93 & id == 12038 replace nameshort = "KUYKENDALL" if congress == 93 & id == 11025 replace nameshort = "PATMAN W" if congress == 93 & id == 7232 replace nameshort = "WILSON C" if congress == 93 & id == 14062 replace nameshort = "COLLINS J" if congress == 93 & id == 11066 replace nameshort = "ROBERTS R" if congress == 93 & id == 10550 replace nameshort = "STEELMAN A" if congress == 93 & id == 14054 replace nameshort = "TEAGUE O" if congress == 93 & id == 9241 replace nameshort = "ARCHER B" if congress == 93 & id == 13002 replace nameshort = "ECKHARDT B" if congress == 93 & id == 11013 replace nameshort = "BROOKS J" if congress == 93 & id == 1077 replace nameshort = "PICKLE J" if congress == 93 & id == 10614 replace nameshort = "POAGE W" if congress == 93 & id == 7498 replace nameshort = "WRIGHT J" if congress == 93 & id == 10391 replace nameshort = "PRICE R" if congress == 93 & id == 11062 replace nameshort = "YOUNG J" if congress == 93 & id == 10446 replace nameshort = "DELAGARZA E" if congress == 93 & id == 10716 replace nameshort = "WHITE R" if congress == 93 & id == 10783 replace nameshort = "BURLESON O" if congress == 93 & id == 1282 replace nameshort = "JORDAN B" if congress == 93 & id == 14027 replace nameshort = "MAHON G" if congress == 93 & id == 5924 replace nameshort = "GONZALEZ H" if congress == 93 & id == 10520 replace nameshort = "FISHER O" if congress == 93 & id == 3171 replace nameshort = "CASEY B" if congress == 93 & id == 1577 replace nameshort = "KAZEN A" if congress == 93 & id == 11023 replace nameshort = "MILFORD D" if congress == 93 & id == 14037 replace nameshort = "MCKAY G" if congress == 93 & id == 13027 replace nameshort = "OWENS W" if congress == 93 & id == 14042 replace nameshort = "MALLARY R" if congress == 93 & id == 13052 replace nameshort = "DOWNING T" if congress == 93 & id == 2706 replace nameshort = "WHITEHURST" if congress == 93 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 93 & id == 10767 replace nameshort = "DANIEL R" if congress == 93 & id == 14013 replace nameshort = "DANIEL W" if congress == 93 & id == 12011 replace nameshort = "BUTLER M" if congress == 93 & id == 13055 replace nameshort = "ROBINSON J" if congress == 93 & id == 13036 replace nameshort = "PARRIS S" if congress == 93 & id == 14043 replace nameshort = "WAMPLER W" if congress == 93 & id == 9802 replace nameshort = "BROYHILL J" if congress == 93 & id == 1154 replace nameshort = "PRITCHARD J" if congress == 93 & id == 14044 replace nameshort = "MEEDS R" if congress == 93 & id == 10756 replace nameshort = "HANSEN J" if congress == 93 & id == 4043 replace nameshort = "MCCORMACK M" if congress == 93 & id == 13026 replace nameshort = "FOLEY T" if congress == 93 & id == 10726 replace nameshort = "HICKS F" if congress == 93 & id == 10738 replace nameshort = "ADAMS B" if congress == 93 & id == 10700 replace nameshort = "MOLLOHAN R" if congress == 93 & id == 6584 replace nameshort = "STAGGERS H" if congress == 93 & id == 8824 replace nameshort = "SLACK J" if congress == 93 & id == 8564 replace nameshort = "HECHLER K" if congress == 93 & id == 4276 replace nameshort = "ASPIN L" if congress == 93 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 93 & id == 5101 replace nameshort = "THOMSON V" if congress == 93 & id == 10564 replace nameshort = "ZABLOCKI C" if congress == 93 & id == 10463 replace nameshort = "REUSS H" if congress == 93 & id == 7824 replace nameshort = "STEIGER W" if congress == 93 & id == 11051 replace nameshort = "OBEY D" if congress == 93 & id == 12036 replace nameshort = "FROELICH H" if congress == 93 & id == 14014 replace nameshort = "DAVIS G" if congress == 93 & id == 2383 replace nameshort = "RONCALIO T" if congress == 93 & id == 10766 replace nameshort = "FORD" if congress == 94 & id == 99905 replace nameshort = "EDWARDS,J" if congress == 94 & id == 10721 replace nameshort = "DICKINSON" if congress == 94 & id == 10717 replace nameshort = "NICHOLS" if congress == 94 & id == 11037 replace nameshort = "BEVILL" if congress == 94 & id == 11000 replace nameshort = "JONES,R E" if congress == 94 & id == 5058 replace nameshort = "BUCHANAN" if congress == 94 & id == 10706 replace nameshort = "FLOWERS" if congress == 94 & id == 12014 replace nameshort = "YOUNG,DON" if congress == 94 & id == 14066 replace nameshort = "RHODES" if congress == 94 & id == 7845 replace nameshort = "UDALL" if congress == 94 & id == 10566 replace nameshort = "STEIGER,S" if congress == 94 & id == 11050 replace nameshort = "CONLAN" if congress == 94 & id == 14011 replace nameshort = "ALEXANDER" if congress == 94 & id == 12000 replace nameshort = "MILLS" if congress == 94 & id == 6532 replace nameshort = "HAMMERSCHMI" if congress == 94 & id == 11020 replace nameshort = "THORNTON" if congress == 94 & id == 14058 replace nameshort = "JOHNSON,H T" if congress == 94 & id == 4957 replace nameshort = "CLAUSEN" if congress == 94 & id == 10579 replace nameshort = "MOSS" if congress == 94 & id == 6756 replace nameshort = "LEGGETT" if congress == 94 & id == 10599 replace nameshort = "BURTON,J L" if congress == 94 & id == 14076 replace nameshort = "BURTON,P" if congress == 94 & id == 10577 replace nameshort = "MILLER,G" if congress == 94 & id == 14256 replace nameshort = "DELLUMS" if congress == 94 & id == 13011 replace nameshort = "STARK" if congress == 94 & id == 14053 replace nameshort = "EDWARDS,D" if congress == 94 & id == 10583 replace nameshort = "RYAN" if congress == 94 & id == 14049 replace nameshort = "MCCLOSKEY" if congress == 94 & id == 11063 replace nameshort = "MINETA" if congress == 94 & id == 14257 replace nameshort = "MCFALL" if congress == 94 & id == 6240 replace nameshort = "SISK" if congress == 94 & id == 8549 replace nameshort = "TALCOTT" if congress == 94 & id == 10631 replace nameshort = "KREBS" if congress == 94 & id == 14246 replace nameshort = "KETCHUM" if congress == 94 & id == 14028 replace nameshort = "LAGOMARSINO" if congress == 94 & id == 14071 replace nameshort = "GOLDWATER" if congress == 94 & id == 12037 replace nameshort = "CORMAN" if congress == 94 & id == 10511 replace nameshort = "MOORHEAD,C" if congress == 94 & id == 14040 replace nameshort = "REES" if congress == 94 & id == 10790 replace nameshort = "WAXMAN" if congress == 94 & id == 14280 replace nameshort = "ROYBAL" if congress == 94 & id == 10621 replace nameshort = "ROUSSELOT" if congress == 94 & id == 10553 replace nameshort = "BELL" if congress == 94 & id == 10505 replace nameshort = "BURKE,Y" if congress == 94 & id == 14008 replace nameshort = "HAWKINS" if congress == 94 & id == 10595 replace nameshort = "DANIELSON" if congress == 94 & id == 13010 replace nameshort = "WILSON,C H" if congress == 94 & id == 10640 replace nameshort = "ANDERSON,G" if congress == 94 & id == 12001 replace nameshort = "CLAWSON" if congress == 94 & id == 10580 replace nameshort = "HANNAFORD" if congress == 94 & id == 14229 replace nameshort = "LLOYD,J" if congress == 94 & id == 14250 replace nameshort = "BROWN,G E" if congress == 94 & id == 10573 replace nameshort = "PETTIS" if congress == 94 & id == 11038 replace nameshort = "PETTIS, S." if congress == 94 & id == 14287 replace nameshort = "PATTERSON" if congress == 94 & id == 14266 replace nameshort = "WIGGINS" if congress == 94 & id == 11055 replace nameshort = "HINSHAW" if congress == 94 & id == 14020 replace nameshort = "WILSON,BOB" if congress == 94 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 94 & id == 10633 replace nameshort = "BURGENER" if congress == 94 & id == 14007 replace nameshort = "SCHROEDER" if congress == 94 & id == 14051 replace nameshort = "WIRTH" if congress == 94 & id == 14282 replace nameshort = "EVANS,F E" if congress == 94 & id == 10723 replace nameshort = "JOHNSON,J P" if congress == 94 & id == 14025 replace nameshort = "ARMSTRONG" if congress == 94 & id == 14002 replace nameshort = "COTTER" if congress == 94 & id == 13009 replace nameshort = "DODD" if congress == 94 & id == 14213 replace nameshort = "GIAIMO" if congress == 94 & id == 3553 replace nameshort = "MCKINNEY" if congress == 94 & id == 13029 replace nameshort = "SARASIN" if congress == 94 & id == 14050 replace nameshort = "MOFFETT" if congress == 94 & id == 14258 replace nameshort = "DU PONT" if congress == 94 & id == 13014 replace nameshort = "SIKES" if congress == 94 & id == 8507 replace nameshort = "FUQUA" if congress == 94 & id == 10587 replace nameshort = "BENNETT" if congress == 94 & id == 633 replace nameshort = "CHAPPELL" if congress == 94 & id == 12007 replace nameshort = "KELLY" if congress == 94 & id == 14243 replace nameshort = "YOUNG,C W" if congress == 94 & id == 13047 replace nameshort = "GIBBONS" if congress == 94 & id == 10588 replace nameshort = "HALEY" if congress == 94 & id == 3929 replace nameshort = "FREY" if congress == 94 & id == 12015 replace nameshort = "BAFALIS" if congress == 94 & id == 14003 replace nameshort = "ROGERS" if congress == 94 & id == 8032 replace nameshort = "BURKE,J H" if congress == 94 & id == 11007 replace nameshort = "LEHMAN" if congress == 94 & id == 14029 replace nameshort = "PEPPER" if congress == 94 & id == 7333 replace nameshort = "FASCELL" if congress == 94 & id == 3078 replace nameshort = "GINN" if congress == 94 & id == 14016 replace nameshort = "MATHIS" if congress == 94 & id == 13023 replace nameshort = "BRINKLEY" if congress == 94 & id == 11005 replace nameshort = "LEVITAS" if congress == 94 & id == 14249 replace nameshort = "YOUNG,A" if congress == 94 & id == 14063 replace nameshort = "FLYNT" if congress == 94 & id == 3242 replace nameshort = "MCDONALD" if congress == 94 & id == 14252 replace nameshort = "STUCKEY" if congress == 94 & id == 11052 replace nameshort = "LANDRUM" if congress == 94 & id == 5436 replace nameshort = "STEPHENS" if congress == 94 & id == 10563 replace nameshort = "MATSUNAGA" if congress == 94 & id == 10605 replace nameshort = "MINK" if congress == 94 & id == 10757 replace nameshort = "SYMMS" if congress == 94 & id == 14056 replace nameshort = "HANSEN" if congress == 94 & id == 10734 replace nameshort = "METCALFE" if congress == 94 & id == 13030 replace nameshort = "MURPHY,M F" if congress == 94 & id == 13032 replace nameshort = "RUSSO" if congress == 94 & id == 14271 replace nameshort = "DERWINSKI" if congress == 94 & id == 2525 replace nameshort = "KLUCZYNSKI" if congress == 94 & id == 5326 replace nameshort = "FARY" if congress == 94 & id == 14285 replace nameshort = "HYDE" if congress == 94 & id == 14239 replace nameshort = "COLLINS" if congress == 94 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 94 & id == 8080 replace nameshort = "YATES" if congress == 94 & id == 10421 replace nameshort = "MIKVA" if congress == 94 & id == 12025 replace nameshort = "ANNUNZIO" if congress == 94 & id == 10703 replace nameshort = "CRANE" if congress == 94 & id == 12041 replace nameshort = "MCCLORY" if congress == 94 & id == 10606 replace nameshort = "ERLENBORN" if congress == 94 & id == 10722 replace nameshort = "HALL" if congress == 94 & id == 14228 replace nameshort = "ANDERSON,J" if congress == 94 & id == 10501 replace nameshort = "O'BRIEN" if congress == 94 & id == 14041 replace nameshort = "MICHEL" if congress == 94 & id == 6455 replace nameshort = "RAILSBACK" if congress == 94 & id == 11041 replace nameshort = "FINDLEY" if congress == 94 & id == 10517 replace nameshort = "MADIGAN" if congress == 94 & id == 14033 replace nameshort = "SHIPLEY" if congress == 94 & id == 8474 replace nameshort = "PRICE" if congress == 94 & id == 7610 replace nameshort = "SIMON" if congress == 94 & id == 14275 replace nameshort = "MADDEN" if congress == 94 & id == 5900 replace nameshort = "FITHIAN" if congress == 94 & id == 14222 replace nameshort = "BRADEMAS" if congress == 94 & id == 948 replace nameshort = "ROUSH" if congress == 94 & id == 8084 replace nameshort = "HILLIS" if congress == 94 & id == 13018 replace nameshort = "EVANS (IN)" if congress == 94 & id == 14220 replace nameshort = "MYERS,J T" if congress == 94 & id == 11036 replace nameshort = "HAYES, P" if congress == 94 & id == 14232 replace nameshort = "HAMILTON" if congress == 94 & id == 10732 replace nameshort = "SHARP" if congress == 94 & id == 14274 replace nameshort = "JACOBS" if congress == 94 & id == 10742 replace nameshort = "MEZVINSKY" if congress == 94 & id == 14036 replace nameshort = "BLOUIN" if congress == 94 & id == 14207 replace nameshort = "GRASSLEY" if congress == 94 & id == 14226 replace nameshort = "SMITH,N" if congress == 94 & id == 8672 replace nameshort = "HARKIN" if congress == 94 & id == 14230 replace nameshort = "BEDELL" if congress == 94 & id == 14205 replace nameshort = "SEBELIUS" if congress == 94 & id == 12029 replace nameshort = "KEYS" if congress == 94 & id == 14244 replace nameshort = "WINN" if congress == 94 & id == 11057 replace nameshort = "SHRIVER" if congress == 94 & id == 10559 replace nameshort = "SKUBITZ" if congress == 94 & id == 10625 replace nameshort = "HUBBARD" if congress == 94 & id == 14237 replace nameshort = "NATCHER" if congress == 94 & id == 6845 replace nameshort = "MAZZOLI" if congress == 94 & id == 13024 replace nameshort = "SNYDER" if congress == 94 & id == 10626 replace nameshort = "CARTER" if congress == 94 & id == 10710 replace nameshort = "BRECKINRIDG" if congress == 94 & id == 14006 replace nameshort = "PERKINS" if congress == 94 & id == 7343 replace nameshort = "HEBERT" if congress == 94 & id == 4275 replace nameshort = "BOGGS" if congress == 94 & id == 14067 replace nameshort = "TREEN" if congress == 94 & id == 14060 replace nameshort = "WAGGONNER" if congress == 94 & id == 10567 replace nameshort = "PASSMAN" if congress == 94 & id == 7228 replace nameshort = "MOORE" if congress == 94 & id == 14259 replace nameshort = "BREAUX" if congress == 94 & id == 13056 replace nameshort = "LONG,G W" if congress == 94 & id == 10602 replace nameshort = "EMERY" if congress == 94 & id == 14218 replace nameshort = "COHEN" if congress == 94 & id == 14010 replace nameshort = "BAUMAN" if congress == 94 & id == 14069 replace nameshort = "LONG,C D" if congress == 94 & id == 10601 replace nameshort = "SARBANES" if congress == 94 & id == 13039 replace nameshort = "HOLT" if congress == 94 & id == 14021 replace nameshort = "SPELLMAN" if congress == 94 & id == 14278 replace nameshort = "BYRON" if congress == 94 & id == 13008 replace nameshort = "MITCHELL,P" if congress == 94 & id == 13031 replace nameshort = "GUDE" if congress == 94 & id == 11019 replace nameshort = "CONTE" if congress == 94 & id == 2009 replace nameshort = "BOLAND" if congress == 94 & id == 830 replace nameshort = "EARLY" if congress == 94 & id == 14216 replace nameshort = "DRINAN" if congress == 94 & id == 13013 replace nameshort = "TSONGAS" if congress == 94 & id == 14279 replace nameshort = "HARRINGTON" if congress == 94 & id == 12040 replace nameshort = "MACDONALD" if congress == 94 & id == 5873 replace nameshort = "O'NEILL" if congress == 94 & id == 7081 replace nameshort = "MOAKLEY" if congress == 94 & id == 14039 replace nameshort = "HECKLER,M M" if congress == 94 & id == 11021 replace nameshort = "BURKE,J A" if congress == 94 & id == 1265 replace nameshort = "STUDDS" if congress == 94 & id == 14055 replace nameshort = "CONYERS" if congress == 94 & id == 10713 replace nameshort = "ESCH" if congress == 94 & id == 11015 replace nameshort = "BROWN,GARRY" if congress == 94 & id == 11006 replace nameshort = "HUTCHINSON" if congress == 94 & id == 10597 replace nameshort = "VANDER VEEN" if congress == 94 & id == 14074 replace nameshort = "CARR" if congress == 94 & id == 14210 replace nameshort = "RIEGLE" if congress == 94 & id == 11043 replace nameshort = "TRAXLER" if congress == 94 & id == 14075 replace nameshort = "VANDER JAGT" if congress == 94 & id == 10794 replace nameshort = "CEDERBERG" if congress == 94 & id == 1610 replace nameshort = "RUPPE" if congress == 94 & id == 11045 replace nameshort = "O'HARA" if congress == 94 & id == 7043 replace nameshort = "DIGGS" if congress == 94 & id == 2594 replace nameshort = "NEDZI" if congress == 94 & id == 10540 replace nameshort = "FORD,W D" if congress == 94 & id == 10727 replace nameshort = "DINGELL" if congress == 94 & id == 2605 replace nameshort = "BRODHEAD" if congress == 94 & id == 14209 replace nameshort = "BLANCHARD" if congress == 94 & id == 14206 replace nameshort = "BROOMFIELD" if congress == 94 & id == 1087 replace nameshort = "QUIE" if congress == 94 & id == 7671 replace nameshort = "HAGEDORN" if congress == 94 & id == 14227 replace nameshort = "FRENZEL" if congress == 94 & id == 13015 replace nameshort = "KARTH" if congress == 94 & id == 5098 replace nameshort = "FRASER" if congress == 94 & id == 10585 replace nameshort = "NOLAN" if congress == 94 & id == 14263 replace nameshort = "BERGLAND" if congress == 94 & id == 13007 replace nameshort = "OBERSTAR" if congress == 94 & id == 14265 replace nameshort = "WHITTEN" if congress == 94 & id == 10075 replace nameshort = "BOWEN" if congress == 94 & id == 14005 replace nameshort = "MONTGOMERY" if congress == 94 & id == 11035 replace nameshort = "COCHRAN" if congress == 94 & id == 14009 replace nameshort = "LOTT" if congress == 94 & id == 14031 replace nameshort = "CLAY" if congress == 94 & id == 12009 replace nameshort = "SYMINGTON" if congress == 94 & id == 12031 replace nameshort = "SULLIVAN" if congress == 94 & id == 9072 replace nameshort = "RANDALL" if congress == 94 & id == 7717 replace nameshort = "BOLLING" if congress == 94 & id == 835 replace nameshort = "LITTON" if congress == 94 & id == 14030 replace nameshort = "TAYLOR,G" if congress == 94 & id == 14057 replace nameshort = "ICHORD" if congress == 94 & id == 10528 replace nameshort = "HUNGATE" if congress == 94 & id == 10740 replace nameshort = "BURLISON" if congress == 94 & id == 12004 replace nameshort = "BAUCUS" if congress == 94 & id == 14203 replace nameshort = "MELCHER" if congress == 94 & id == 12039 replace nameshort = "THONE" if congress == 94 & id == 13045 replace nameshort = "MCCOLLISTER" if congress == 94 & id == 13025 replace nameshort = "SMITH,V" if congress == 94 & id == 14276 replace nameshort = "SANTINI" if congress == 94 & id == 14272 replace nameshort = "D'AMOURS" if congress == 94 & id == 14284 replace nameshort = "CLEVELAND" if congress == 94 & id == 10581 replace nameshort = "FLORIO" if congress == 94 & id == 14223 replace nameshort = "HUGHES" if congress == 94 & id == 14238 replace nameshort = "HOWARD" if congress == 94 & id == 10739 replace nameshort = "THOMPSON" if congress == 94 & id == 9322 replace nameshort = "FENWICK" if congress == 94 & id == 14221 replace nameshort = "FORSYTHE" if congress == 94 & id == 12046 replace nameshort = "MAGUIRE" if congress == 94 & id == 14254 replace nameshort = "ROE" if congress == 94 & id == 12042 replace nameshort = "HELSTOSKI" if congress == 94 & id == 10737 replace nameshort = "RODINO" if congress == 94 & id == 8010 replace nameshort = "MINISH" if congress == 94 & id == 10609 replace nameshort = "RINALDO" if congress == 94 & id == 14046 replace nameshort = "MEYNER" if congress == 94 & id == 14255 replace nameshort = "DANIELS" if congress == 94 & id == 2329 replace nameshort = "PATTEN" if congress == 94 & id == 10613 replace nameshort = "LUJAN" if congress == 94 & id == 12022 replace nameshort = "RUNNELS" if congress == 94 & id == 13038 replace nameshort = "PIKE" if congress == 94 & id == 10545 replace nameshort = "DOWNEY" if congress == 94 & id == 14214 replace nameshort = "AMBRO" if congress == 94 & id == 14200 replace nameshort = "LENT" if congress == 94 & id == 13021 replace nameshort = "WYDLER" if congress == 94 & id == 10638 replace nameshort = "WOLFF" if congress == 94 & id == 10784 replace nameshort = "ADDABBO" if congress == 94 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 94 & id == 10551 replace nameshort = "DELANEY" if congress == 94 & id == 2476 replace nameshort = "BIAGGI" if congress == 94 & id == 12003 replace nameshort = "SCHEUER" if congress == 94 & id == 10768 replace nameshort = "CHISHOLM" if congress == 94 & id == 12008 replace nameshort = "SOLARZ" if congress == 94 & id == 14277 replace nameshort = "RICHMOND" if congress == 94 & id == 14269 replace nameshort = "ZEFERETTI" if congress == 94 & id == 14283 replace nameshort = "HOLTZMAN" if congress == 94 & id == 14022 replace nameshort = "MURPHY,J M" if congress == 94 & id == 10611 replace nameshort = "KOCH" if congress == 94 & id == 12019 replace nameshort = "RANGEL" if congress == 94 & id == 13035 replace nameshort = "ABZUG" if congress == 94 & id == 13001 replace nameshort = "BADILLO" if congress == 94 & id == 13004 replace nameshort = "BINGHAM" if congress == 94 & id == 10705 replace nameshort = "PEYSER" if congress == 94 & id == 93033 replace nameshort = "OTTINGER" if congress == 94 & id == 10760 replace nameshort = "FISH" if congress == 94 & id == 12013 replace nameshort = "GILMAN" if congress == 94 & id == 14015 replace nameshort = "MCHUGH" if congress == 94 & id == 14253 replace nameshort = "STRATTON" if congress == 94 & id == 9017 replace nameshort = "PATTISON" if congress == 94 & id == 14267 replace nameshort = "MCEWEN" if congress == 94 & id == 10749 replace nameshort = "MITCHELL,D" if congress == 94 & id == 14038 replace nameshort = "HANLEY" if congress == 94 & id == 10733 replace nameshort = "WALSH" if congress == 94 & id == 14061 replace nameshort = "HORTON" if congress == 94 & id == 10596 replace nameshort = "CONABLE" if congress == 94 & id == 10712 replace nameshort = "LAFALCE" if congress == 94 & id == 14248 replace nameshort = "NOWAK" if congress == 94 & id == 14264 replace nameshort = "KEMP" if congress == 94 & id == 13020 replace nameshort = "HASTINGS" if congress == 94 & id == 12017 replace nameshort = "LUNDINE" if congress == 94 & id == 14289 replace nameshort = "JONES,W B" if congress == 94 & id == 10788 replace nameshort = "FOUNTAIN" if congress == 94 & id == 3321 replace nameshort = "HENDERSON" if congress == 94 & id == 10527 replace nameshort = "ANDREWS,IKE" if congress == 94 & id == 14001 replace nameshort = "NEAL" if congress == 94 & id == 14262 replace nameshort = "PREYER" if congress == 94 & id == 12027 replace nameshort = "ROSE" if congress == 94 & id == 14048 replace nameshort = "HEFNER" if congress == 94 & id == 14233 replace nameshort = "MARTIN" if congress == 94 & id == 14035 replace nameshort = "BROYHILL" if congress == 94 & id == 10574 replace nameshort = "TAYLOR,R A" if congress == 94 & id == 9230 replace nameshort = "ANDREWS,M" if congress == 94 & id == 10569 replace nameshort = "GRADISON" if congress == 94 & id == 14225 replace nameshort = "CLANCY" if congress == 94 & id == 10510 replace nameshort = "WHALEN" if congress == 94 & id == 11054 replace nameshort = "GUYER" if congress == 94 & id == 14018 replace nameshort = "LATTA" if congress == 94 & id == 5495 replace nameshort = "HARSHA" if congress == 94 & id == 10525 replace nameshort = "BROWN,C J" if congress == 94 & id == 10786 replace nameshort = "KINDNESS" if congress == 94 & id == 14245 replace nameshort = "ASHLEY" if congress == 94 & id == 267 replace nameshort = "MILLER,C E" if congress == 94 & id == 11034 replace nameshort = "STANTON,J W" if congress == 94 & id == 10773 replace nameshort = "DEVINE" if congress == 94 & id == 2533 replace nameshort = "MOSHER" if congress == 94 & id == 10539 replace nameshort = "SEIBERLING" if congress == 94 & id == 13040 replace nameshort = "WYLIE" if congress == 94 & id == 11058 replace nameshort = "REGULA" if congress == 94 & id == 14045 replace nameshort = "ASHBROOK" if congress == 94 & id == 10502 replace nameshort = "HAYS,W" if congress == 94 & id == 4247 replace nameshort = "CARNEY" if congress == 94 & id == 12044 replace nameshort = "STANTON,J V" if congress == 94 & id == 13043 replace nameshort = "STOKES" if congress == 94 & id == 12030 replace nameshort = "VANIK" if congress == 94 & id == 9623 replace nameshort = "MOTTL" if congress == 94 & id == 14260 replace nameshort = "JONES,J R" if congress == 94 & id == 14026 replace nameshort = "RISENHOOVER" if congress == 94 & id == 14270 replace nameshort = "ALBERT" if congress == 94 & id == 62 replace nameshort = "STEED" if congress == 94 & id == 8866 replace nameshort = "JARMAN" if congress == 94 & id == 94891 replace nameshort = "ENGLISH" if congress == 94 & id == 14219 replace nameshort = "AUCOIN" if congress == 94 & id == 14201 replace nameshort = "ULLMAN" if congress == 94 & id == 9551 replace nameshort = "DUNCAN,R" if congress == 94 & id == 10582 replace nameshort = "WEAVER" if congress == 94 & id == 14281 replace nameshort = "BARRETT" if congress == 94 & id == 465 replace nameshort = "NIX" if congress == 94 & id == 6936 replace nameshort = "GREEN" if congress == 94 & id == 10591 replace nameshort = "EILBERG" if congress == 94 & id == 11014 replace nameshort = "SCHULZE" if congress == 94 & id == 14273 replace nameshort = "YATRON" if congress == 94 & id == 12035 replace nameshort = "EDGAR" if congress == 94 & id == 14217 replace nameshort = "BIESTER" if congress == 94 & id == 11001 replace nameshort = "SHUSTER" if congress == 94 & id == 14052 replace nameshort = "MCDADE" if congress == 94 & id == 10607 replace nameshort = "FLOOD" if congress == 94 & id == 3224 replace nameshort = "MURTHA" if congress == 94 & id == 14072 replace nameshort = "COUGHLIN" if congress == 94 & id == 12010 replace nameshort = "MOORHEAD,W" if congress == 94 & id == 6661 replace nameshort = "ROONEY" if congress == 94 & id == 10620 replace nameshort = "ESHLEMAN" if congress == 94 & id == 11016 replace nameshort = "SCHNEEBELI" if congress == 94 & id == 8268 replace nameshort = "HEINZ" if congress == 94 & id == 13050 replace nameshort = "GOODLING" if congress == 94 & id == 14288 replace nameshort = "GAYDOS" if congress == 94 & id == 11067 replace nameshort = "DENT" if congress == 94 & id == 2513 replace nameshort = "MORGAN" if congress == 94 & id == 6685 replace nameshort = "JOHNSON,A W" if congress == 94 & id == 10598 replace nameshort = "VIGORITO" if congress == 94 & id == 10778 replace nameshort = "MYERS,G A" if congress == 94 & id == 14261 replace nameshort = "ST GERMAIN" if congress == 94 & id == 10561 replace nameshort = "BEARD,E P" if congress == 94 & id == 14204 replace nameshort = "DAVIS" if congress == 94 & id == 13048 replace nameshort = "SPENCE" if congress == 94 & id == 13042 replace nameshort = "DERRICK" if congress == 94 & id == 14212 replace nameshort = "MANN" if congress == 94 & id == 12023 replace nameshort = "HOLLAND" if congress == 94 & id == 14235 replace nameshort = "JENRETTE" if congress == 94 & id == 14241 replace nameshort = "PRESSLER" if congress == 94 & id == 14268 replace nameshort = "ABDNOR" if congress == 94 & id == 14000 replace nameshort = "QUILLEN" if congress == 94 & id == 10616 replace nameshort = "DUNCAN,J J" if congress == 94 & id == 10719 replace nameshort = "LLOYD,M" if congress == 94 & id == 14251 replace nameshort = "EVINS" if congress == 94 & id == 3034 replace nameshort = "FULTON" if congress == 94 & id == 10586 replace nameshort = "ALLEN" if congress == 94 & id == 14286 replace nameshort = "BEARD,R L" if congress == 94 & id == 14004 replace nameshort = "JONES,E" if congress == 94 & id == 12038 replace nameshort = "FORD,H E" if congress == 94 & id == 14224 replace nameshort = "PATMAN" if congress == 94 & id == 7232 replace nameshort = "HALL, SAM B" if congress == 94 & id == 14291 replace nameshort = "WILSON,C" if congress == 94 & id == 14062 replace nameshort = "COLLINS" if congress == 94 & id == 11066 replace nameshort = "ROBERTS" if congress == 94 & id == 10550 replace nameshort = "STEELMAN" if congress == 94 & id == 14054 replace nameshort = "TEAGUE" if congress == 94 & id == 9241 replace nameshort = "ARCHER" if congress == 94 & id == 13002 replace nameshort = "ECKHARDT" if congress == 94 & id == 11013 replace nameshort = "BROOKS" if congress == 94 & id == 1077 replace nameshort = "PICKLE" if congress == 94 & id == 10614 replace nameshort = "POAGE" if congress == 94 & id == 7498 replace nameshort = "WRIGHT" if congress == 94 & id == 10391 replace nameshort = "HIGHTOWER" if congress == 94 & id == 14234 replace nameshort = "YOUNG,J" if congress == 94 & id == 10446 replace nameshort = "DE LA GARZA" if congress == 94 & id == 10716 replace nameshort = "WHITE" if congress == 94 & id == 10783 replace nameshort = "BURLESON" if congress == 94 & id == 1282 replace nameshort = "JORDAN" if congress == 94 & id == 14027 replace nameshort = "MAHON" if congress == 94 & id == 5924 replace nameshort = "GONZALEZ" if congress == 94 & id == 10520 replace nameshort = "KRUEGER" if congress == 94 & id == 14247 replace nameshort = "CASEY" if congress == 94 & id == 1577 replace nameshort = "PAUL, RON" if congress == 94 & id == 14290 replace nameshort = "KAZEN" if congress == 94 & id == 11023 replace nameshort = "MILFORD" if congress == 94 & id == 14037 replace nameshort = "MCKAY" if congress == 94 & id == 13027 replace nameshort = "HOWE" if congress == 94 & id == 14236 replace nameshort = "JEFFORDS" if congress == 94 & id == 14240 replace nameshort = "DOWNING" if congress == 94 & id == 2706 replace nameshort = "WHITEHURST" if congress == 94 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 94 & id == 10767 replace nameshort = "DANIEL,ROBT" if congress == 94 & id == 14013 replace nameshort = "DANIEL,DAN" if congress == 94 & id == 12011 replace nameshort = "BUTLER" if congress == 94 & id == 13055 replace nameshort = "ROBINSON" if congress == 94 & id == 13036 replace nameshort = "HARRIS" if congress == 94 & id == 14231 replace nameshort = "WAMPLER" if congress == 94 & id == 9802 replace nameshort = "FISHER" if congress == 94 & id == 14215 replace nameshort = "PRITCHARD" if congress == 94 & id == 14044 replace nameshort = "MEEDS" if congress == 94 & id == 10756 replace nameshort = "BONKER" if congress == 94 & id == 14208 replace nameshort = "MCCORMACK" if congress == 94 & id == 13026 replace nameshort = "FOLEY" if congress == 94 & id == 10726 replace nameshort = "HICKS" if congress == 94 & id == 10738 replace nameshort = "ADAMS" if congress == 94 & id == 10700 replace nameshort = "MOLLOHAN" if congress == 94 & id == 6584 replace nameshort = "STAGGERS" if congress == 94 & id == 8824 replace nameshort = "SLACK" if congress == 94 & id == 8564 replace nameshort = "HECHLER,K" if congress == 94 & id == 4276 replace nameshort = "ASPIN" if congress == 94 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 94 & id == 5101 replace nameshort = "BALDUS" if congress == 94 & id == 14202 replace nameshort = "ZABLOCKI" if congress == 94 & id == 10463 replace nameshort = "REUSS" if congress == 94 & id == 7824 replace nameshort = "STEIGER,W A" if congress == 94 & id == 11051 replace nameshort = "OBEY" if congress == 94 & id == 12036 replace nameshort = "CORNELL" if congress == 94 & id == 14211 replace nameshort = "KASTEN" if congress == 94 & id == 14242 replace nameshort = "RONCALIO" if congress == 94 & id == 10766 replace nameshort = "CARTER" if congress == 95 & id == 99906 replace nameshort = "EDWARDS, J" if congress == 95 & id == 10721 replace nameshort = "DICKINSON" if congress == 95 & id == 10717 replace nameshort = "NICHOLS" if congress == 95 & id == 11037 replace nameshort = "BEVILL" if congress == 95 & id == 11000 replace nameshort = "FLIPPO" if congress == 95 & id == 14419 replace nameshort = "BUCHANAN" if congress == 95 & id == 10706 replace nameshort = "FLOWERS" if congress == 95 & id == 12014 replace nameshort = "YOUNG, D" if congress == 95 & id == 14066 replace nameshort = "RHODES" if congress == 95 & id == 7845 replace nameshort = "UDALL" if congress == 95 & id == 10566 replace nameshort = "STUMP" if congress == 95 & id == 94454 replace nameshort = "RUDD" if congress == 95 & id == 14449 replace nameshort = "ALEXANDER" if congress == 95 & id == 12000 replace nameshort = "TUCKER" if congress == 95 & id == 14457 replace nameshort = "HAMMERSCHMI" if congress == 95 & id == 11020 replace nameshort = "THORNTON" if congress == 95 & id == 14058 replace nameshort = "JOHNSON, H" if congress == 95 & id == 4957 replace nameshort = "CLAUSEN" if congress == 95 & id == 10579 replace nameshort = "MOSS" if congress == 95 & id == 6756 replace nameshort = "LEGGETT" if congress == 95 & id == 10599 replace nameshort = "BURTON, J" if congress == 95 & id == 14076 replace nameshort = "BURTON, P" if congress == 95 & id == 10577 replace nameshort = "MILLER, G" if congress == 95 & id == 14256 replace nameshort = "DELLUMS" if congress == 95 & id == 13011 replace nameshort = "STARK" if congress == 95 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 95 & id == 10583 replace nameshort = "RYAN" if congress == 95 & id == 14049 replace nameshort = "MCCLOSKEY" if congress == 95 & id == 11063 replace nameshort = "MINETA" if congress == 95 & id == 14257 replace nameshort = "MCFALL" if congress == 95 & id == 6240 replace nameshort = "SISK" if congress == 95 & id == 8549 replace nameshort = "PANETTA" if congress == 95 & id == 14444 replace nameshort = "KREBS" if congress == 95 & id == 14246 replace nameshort = "KETCHUM" if congress == 95 & id == 14028 replace nameshort = "LAGOMARSINO" if congress == 95 & id == 14071 replace nameshort = "GOLDWATER" if congress == 95 & id == 12037 replace nameshort = "CORMAN" if congress == 95 & id == 10511 replace nameshort = "MOORHEAD, C" if congress == 95 & id == 14040 replace nameshort = "BEILENSON" if congress == 95 & id == 14405 replace nameshort = "WAXMAN" if congress == 95 & id == 14280 replace nameshort = "ROYBAL" if congress == 95 & id == 10621 replace nameshort = "ROUSSELOT" if congress == 95 & id == 10553 replace nameshort = "DORNAN" if congress == 95 & id == 14414 replace nameshort = "BURKE, Y" if congress == 95 & id == 14008 replace nameshort = "HAWKINS" if congress == 95 & id == 10595 replace nameshort = "DANIELSON" if congress == 95 & id == 13010 replace nameshort = "WILSON, C H" if congress == 95 & id == 10640 replace nameshort = "ANDERSON, G" if congress == 95 & id == 12001 replace nameshort = "CLAWSON" if congress == 95 & id == 10580 replace nameshort = "HANNAFORD" if congress == 95 & id == 14229 replace nameshort = "LLOYD, J" if congress == 95 & id == 14250 replace nameshort = "BROWN, GEO" if congress == 95 & id == 10573 replace nameshort = "PETTIS" if congress == 95 & id == 14287 replace nameshort = "PATTERSON" if congress == 95 & id == 14266 replace nameshort = "WIGGINS" if congress == 95 & id == 11055 replace nameshort = "BADHAM" if congress == 95 & id == 14403 replace nameshort = "WILSON, B" if congress == 95 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 95 & id == 10633 replace nameshort = "BURGENER" if congress == 95 & id == 14007 replace nameshort = "SCHROEDER" if congress == 95 & id == 14051 replace nameshort = "WIRTH" if congress == 95 & id == 14282 replace nameshort = "EVANS, F" if congress == 95 & id == 10723 replace nameshort = "JOHNSON, J" if congress == 95 & id == 14025 replace nameshort = "ARMSTRONG" if congress == 95 & id == 14002 replace nameshort = "COTTER" if congress == 95 & id == 13009 replace nameshort = "DODD" if congress == 95 & id == 14213 replace nameshort = "GIAIMO" if congress == 95 & id == 3553 replace nameshort = "MCKINNEY" if congress == 95 & id == 13029 replace nameshort = "SARASIN" if congress == 95 & id == 14050 replace nameshort = "MOFFETT" if congress == 95 & id == 14258 replace nameshort = "EVANS, T" if congress == 95 & id == 14417 replace nameshort = "SIKES" if congress == 95 & id == 8507 replace nameshort = "FUQUA" if congress == 95 & id == 10587 replace nameshort = "BENNETT" if congress == 95 & id == 633 replace nameshort = "CHAPPELL" if congress == 95 & id == 12007 replace nameshort = "KELLY" if congress == 95 & id == 14243 replace nameshort = "YOUNG, C W" if congress == 95 & id == 13047 replace nameshort = "GIBBONS" if congress == 95 & id == 10588 replace nameshort = "IRELAND" if congress == 95 & id == 94428 replace nameshort = "FREY" if congress == 95 & id == 12015 replace nameshort = "BAFALIS" if congress == 95 & id == 14003 replace nameshort = "ROGERS" if congress == 95 & id == 8032 replace nameshort = "BURKE, J H" if congress == 95 & id == 11007 replace nameshort = "LEHMAN" if congress == 95 & id == 14029 replace nameshort = "PEPPER" if congress == 95 & id == 7333 replace nameshort = "FASCELL" if congress == 95 & id == 3078 replace nameshort = "GINN" if congress == 95 & id == 14016 replace nameshort = "MATHIS" if congress == 95 & id == 13023 replace nameshort = "BRINKLEY" if congress == 95 & id == 11005 replace nameshort = "LEVITAS" if congress == 95 & id == 14249 replace nameshort = "YOUNG, A" if congress == 95 & id == 14063 replace nameshort = "FOWLER" if congress == 95 & id == 14467 replace nameshort = "FLYNT" if congress == 95 & id == 3242 replace nameshort = "MCDONALD" if congress == 95 & id == 14252 replace nameshort = "EVANS, B" if congress == 95 & id == 14418 replace nameshort = "JENKINS" if congress == 95 & id == 14429 replace nameshort = "BARNARD" if congress == 95 & id == 14404 replace nameshort = "HEFTEL" if congress == 95 & id == 14425 replace nameshort = "AKAKA" if congress == 95 & id == 14400 replace nameshort = "SYMMS" if congress == 95 & id == 14056 replace nameshort = "HANSEN" if congress == 95 & id == 10734 replace nameshort = "METCALFE" if congress == 95 & id == 13030 replace nameshort = "MURPHY, J" if congress == 95 & id == 13032 replace nameshort = "RUSSO" if congress == 95 & id == 14271 replace nameshort = "DERWINSKI" if congress == 95 & id == 2525 replace nameshort = "FARY" if congress == 95 & id == 14285 replace nameshort = "HYDE" if congress == 95 & id == 14239 replace nameshort = "COLLINS, C" if congress == 95 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 95 & id == 8080 replace nameshort = "YATES" if congress == 95 & id == 10421 replace nameshort = "MIKVA" if congress == 95 & id == 12025 replace nameshort = "ANNUNZIO" if congress == 95 & id == 10703 replace nameshort = "CRANE" if congress == 95 & id == 12041 replace nameshort = "MCCLORY" if congress == 95 & id == 10606 replace nameshort = "ERLENBORN" if congress == 95 & id == 10722 replace nameshort = "CORCORAN" if congress == 95 & id == 14411 replace nameshort = "ANDERSON, J" if congress == 95 & id == 10501 replace nameshort = "O'BRIEN" if congress == 95 & id == 14041 replace nameshort = "MICHEL" if congress == 95 & id == 6455 replace nameshort = "RAILSBACK" if congress == 95 & id == 11041 replace nameshort = "FINDLEY" if congress == 95 & id == 10517 replace nameshort = "MADIGAN" if congress == 95 & id == 14033 replace nameshort = "SHIPLEY" if congress == 95 & id == 8474 replace nameshort = "PRICE" if congress == 95 & id == 7610 replace nameshort = "SIMON" if congress == 95 & id == 14275 replace nameshort = "BENJAMIN" if congress == 95 & id == 14406 replace nameshort = "FITHIAN" if congress == 95 & id == 14222 replace nameshort = "BRADEMAS" if congress == 95 & id == 948 replace nameshort = "QUAYLE" if congress == 95 & id == 14447 replace nameshort = "HILLIS" if congress == 95 & id == 13018 replace nameshort = "EVANS, D" if congress == 95 & id == 14220 replace nameshort = "MYERS, J" if congress == 95 & id == 11036 replace nameshort = "CORNWELL" if congress == 95 & id == 14412 replace nameshort = "HAMILTON" if congress == 95 & id == 10732 replace nameshort = "SHARP" if congress == 95 & id == 14274 replace nameshort = "JACOBS" if congress == 95 & id == 10742 replace nameshort = "LEACH" if congress == 95 & id == 14432 replace nameshort = "BLOUIN" if congress == 95 & id == 14207 replace nameshort = "GRASSLEY" if congress == 95 & id == 14226 replace nameshort = "SMITH, N" if congress == 95 & id == 8672 replace nameshort = "HARKIN" if congress == 95 & id == 14230 replace nameshort = "BEDELL" if congress == 95 & id == 14205 replace nameshort = "SEBELIUS" if congress == 95 & id == 12029 replace nameshort = "KEYS" if congress == 95 & id == 14244 replace nameshort = "WINN" if congress == 95 & id == 11057 replace nameshort = "GLICKMAN" if congress == 95 & id == 14422 replace nameshort = "SKUBITZ" if congress == 95 & id == 10625 replace nameshort = "HUBBARD" if congress == 95 & id == 14237 replace nameshort = "NATCHER" if congress == 95 & id == 6845 replace nameshort = "MAZZOLI" if congress == 95 & id == 13024 replace nameshort = "SNYDER" if congress == 95 & id == 10626 replace nameshort = "CARTER" if congress == 95 & id == 10710 replace nameshort = "BRECKINRIDG" if congress == 95 & id == 14006 replace nameshort = "PERKINS" if congress == 95 & id == 7343 replace nameshort = "TONRY" if congress == 95 & id == 14455 replace nameshort = "LIVINGSTON" if congress == 95 & id == 14469 replace nameshort = "BOGGS" if congress == 95 & id == 14067 replace nameshort = "TREEN" if congress == 95 & id == 14060 replace nameshort = "WAGGONNER" if congress == 95 & id == 10567 replace nameshort = "HUCKABY" if congress == 95 & id == 14427 replace nameshort = "MOORE" if congress == 95 & id == 14259 replace nameshort = "BREAUX" if congress == 95 & id == 13056 replace nameshort = "LONG, G" if congress == 95 & id == 10602 replace nameshort = "EMERY" if congress == 95 & id == 14218 replace nameshort = "COHEN" if congress == 95 & id == 14010 replace nameshort = "BAUMAN" if congress == 95 & id == 14069 replace nameshort = "LONG, C" if congress == 95 & id == 10601 replace nameshort = "MIKULSKI" if congress == 95 & id == 14440 replace nameshort = "HOLT" if congress == 95 & id == 14021 replace nameshort = "SPELLMAN" if congress == 95 & id == 14278 replace nameshort = "BYRON" if congress == 95 & id == 13008 replace nameshort = "MITCHELL, P" if congress == 95 & id == 13031 replace nameshort = "STEERS" if congress == 95 & id == 14452 replace nameshort = "CONTE" if congress == 95 & id == 2009 replace nameshort = "BOLAND" if congress == 95 & id == 830 replace nameshort = "EARLY" if congress == 95 & id == 14216 replace nameshort = "DRINAN" if congress == 95 & id == 13013 replace nameshort = "TSONGAS" if congress == 95 & id == 14279 replace nameshort = "HARRINGTON" if congress == 95 & id == 12040 replace nameshort = "MARKEY" if congress == 95 & id == 14435 replace nameshort = "O'NEILL" if congress == 95 & id == 7081 replace nameshort = "MOAKLEY" if congress == 95 & id == 14039 replace nameshort = "HECKLER" if congress == 95 & id == 11021 replace nameshort = "BURKE, J A" if congress == 95 & id == 1265 replace nameshort = "STUDDS" if congress == 95 & id == 14055 replace nameshort = "CONYERS" if congress == 95 & id == 10713 replace nameshort = "PURSELL" if congress == 95 & id == 14446 replace nameshort = "BROWN, GA" if congress == 95 & id == 11006 replace nameshort = "STOCKMAN" if congress == 95 & id == 14453 replace nameshort = "SAWYER" if congress == 95 & id == 14450 replace nameshort = "CARR" if congress == 95 & id == 14210 replace nameshort = "KILDEE" if congress == 95 & id == 14430 replace nameshort = "TRAXLER" if congress == 95 & id == 14075 replace nameshort = "VANDER JAGT" if congress == 95 & id == 10794 replace nameshort = "CEDERBERG" if congress == 95 & id == 1610 replace nameshort = "RUPPE" if congress == 95 & id == 11045 replace nameshort = "BONIOR" if congress == 95 & id == 14407 replace nameshort = "DIGGS" if congress == 95 & id == 2594 replace nameshort = "NEDZI" if congress == 95 & id == 10540 replace nameshort = "FORD, W" if congress == 95 & id == 10727 replace nameshort = "DINGELL" if congress == 95 & id == 2605 replace nameshort = "BRODHEAD" if congress == 95 & id == 14209 replace nameshort = "BLANCHARD" if congress == 95 & id == 14206 replace nameshort = "BROOMFIELD" if congress == 95 & id == 1087 replace nameshort = "QUIE" if congress == 95 & id == 7671 replace nameshort = "HAGEDORN" if congress == 95 & id == 14227 replace nameshort = "FRENZEL" if congress == 95 & id == 13015 replace nameshort = "VENTO" if congress == 95 & id == 14458 replace nameshort = "FRASER" if congress == 95 & id == 10585 replace nameshort = "NOLAN" if congress == 95 & id == 14263 replace nameshort = "BERGLAND" if congress == 95 & id == 13007 replace nameshort = "STANGELAND" if congress == 95 & id == 14466 replace nameshort = "OBERSTAR" if congress == 95 & id == 14265 replace nameshort = "WHITTEN" if congress == 95 & id == 10075 replace nameshort = "BOWEN" if congress == 95 & id == 14005 replace nameshort = "MONTGOMERY" if congress == 95 & id == 11035 replace nameshort = "COCHRAN" if congress == 95 & id == 14009 replace nameshort = "LOTT" if congress == 95 & id == 14031 replace nameshort = "CLAY" if congress == 95 & id == 12009 replace nameshort = "YOUNG, R" if congress == 95 & id == 14465 replace nameshort = "GEPHARDT" if congress == 95 & id == 14421 replace nameshort = "SKELTON" if congress == 95 & id == 14451 replace nameshort = "BOLLING" if congress == 95 & id == 835 replace nameshort = "COLEMAN" if congress == 95 & id == 14410 replace nameshort = "TAYLOR" if congress == 95 & id == 14057 replace nameshort = "ICHORD" if congress == 95 & id == 10528 replace nameshort = "VOLKMER" if congress == 95 & id == 14459 replace nameshort = "BURLISON" if congress == 95 & id == 12004 replace nameshort = "BAUCUS" if congress == 95 & id == 14203 replace nameshort = "MARLENEE" if congress == 95 & id == 14437 replace nameshort = "THONE" if congress == 95 & id == 13045 replace nameshort = "CAVANAUGH" if congress == 95 & id == 14409 replace nameshort = "SMITH, V" if congress == 95 & id == 14276 replace nameshort = "SANTINI" if congress == 95 & id == 14272 replace nameshort = "D'AMOURS" if congress == 95 & id == 14284 replace nameshort = "CLEVELAND" if congress == 95 & id == 10581 replace nameshort = "FLORIO" if congress == 95 & id == 14223 replace nameshort = "HUGHES" if congress == 95 & id == 14238 replace nameshort = "HOWARD" if congress == 95 & id == 10739 replace nameshort = "THOMPSON" if congress == 95 & id == 9322 replace nameshort = "FENWICK" if congress == 95 & id == 14221 replace nameshort = "FORSYTHE" if congress == 95 & id == 12046 replace nameshort = "MAGUIRE" if congress == 95 & id == 14254 replace nameshort = "ROE" if congress == 95 & id == 12042 replace nameshort = "HOLLENBECK" if congress == 95 & id == 14426 replace nameshort = "RODINO" if congress == 95 & id == 8010 replace nameshort = "MINISH" if congress == 95 & id == 10609 replace nameshort = "RINALDO" if congress == 95 & id == 14046 replace nameshort = "MEYNER" if congress == 95 & id == 14255 replace nameshort = "LEFANTE" if congress == 95 & id == 14433 replace nameshort = "PATTEN" if congress == 95 & id == 10613 replace nameshort = "LUJAN" if congress == 95 & id == 12022 replace nameshort = "RUNNELS" if congress == 95 & id == 13038 replace nameshort = "PIKE" if congress == 95 & id == 10545 replace nameshort = "DOWNEY" if congress == 95 & id == 14214 replace nameshort = "AMBRO" if congress == 95 & id == 14200 replace nameshort = "LENT" if congress == 95 & id == 13021 replace nameshort = "WYDLER" if congress == 95 & id == 10638 replace nameshort = "WOLFF" if congress == 95 & id == 10784 replace nameshort = "ADDABBO" if congress == 95 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 95 & id == 10551 replace nameshort = "DELANEY" if congress == 95 & id == 2476 replace nameshort = "BIAGGI" if congress == 95 & id == 12003 replace nameshort = "SCHEUER" if congress == 95 & id == 10768 replace nameshort = "CHISHOLM" if congress == 95 & id == 12008 replace nameshort = "SOLARZ" if congress == 95 & id == 14277 replace nameshort = "RICHMOND" if congress == 95 & id == 14269 replace nameshort = "ZEFERETTI" if congress == 95 & id == 14283 replace nameshort = "HOLTZMAN" if congress == 95 & id == 14022 replace nameshort = "MURPHY, M" if congress == 95 & id == 10611 replace nameshort = "KOCH" if congress == 95 & id == 12019 replace nameshort = "GREEN" if congress == 95 & id == 14471 replace nameshort = "RANGEL" if congress == 95 & id == 13035 replace nameshort = "WEISS" if congress == 95 & id == 14463 replace nameshort = "BADILLO" if congress == 95 & id == 13004 replace nameshort = "GARCIA" if congress == 95 & id == 14470 replace nameshort = "BINGHAM" if congress == 95 & id == 10705 replace nameshort = "CAPUTO" if congress == 95 & id == 14408 replace nameshort = "OTTINGER" if congress == 95 & id == 10760 replace nameshort = "FISH" if congress == 95 & id == 12013 replace nameshort = "GILMAN" if congress == 95 & id == 14015 replace nameshort = "MCHUGH" if congress == 95 & id == 14253 replace nameshort = "STRATTON" if congress == 95 & id == 9017 replace nameshort = "PATTISON" if congress == 95 & id == 14267 replace nameshort = "MCEWEN" if congress == 95 & id == 10749 replace nameshort = "MITCHELL, D" if congress == 95 & id == 14038 replace nameshort = "HANLEY" if congress == 95 & id == 10733 replace nameshort = "WALSH" if congress == 95 & id == 14061 replace nameshort = "HORTON" if congress == 95 & id == 10596 replace nameshort = "CONABLE" if congress == 95 & id == 10712 replace nameshort = "LAFALCE" if congress == 95 & id == 14248 replace nameshort = "NOWAK" if congress == 95 & id == 14264 replace nameshort = "KEMP" if congress == 95 & id == 13020 replace nameshort = "LUNDINE" if congress == 95 & id == 14289 replace nameshort = "JONES, W" if congress == 95 & id == 10788 replace nameshort = "FOUNTAIN" if congress == 95 & id == 3321 replace nameshort = "WHITLEY" if congress == 95 & id == 14464 replace nameshort = "ANDREWS, I" if congress == 95 & id == 14001 replace nameshort = "NEAL" if congress == 95 & id == 14262 replace nameshort = "PREYER" if congress == 95 & id == 12027 replace nameshort = "ROSE" if congress == 95 & id == 14048 replace nameshort = "HEFNER" if congress == 95 & id == 14233 replace nameshort = "MARTIN" if congress == 95 & id == 14035 replace nameshort = "BROYHILL" if congress == 95 & id == 10574 replace nameshort = "GUDGER" if congress == 95 & id == 14424 replace nameshort = "ANDREWS, M" if congress == 95 & id == 10569 replace nameshort = "GRADISON" if congress == 95 & id == 14225 replace nameshort = "LUKEN" if congress == 95 & id == 14070 replace nameshort = "WHALEN" if congress == 95 & id == 11054 replace nameshort = "GUYER" if congress == 95 & id == 14018 replace nameshort = "LATTA" if congress == 95 & id == 5495 replace nameshort = "HARSHA" if congress == 95 & id == 10525 replace nameshort = "BROWN, C" if congress == 95 & id == 10786 replace nameshort = "KINDNESS" if congress == 95 & id == 14245 replace nameshort = "ASHLEY" if congress == 95 & id == 267 replace nameshort = "MILLER, C" if congress == 95 & id == 11034 replace nameshort = "STANTON" if congress == 95 & id == 10773 replace nameshort = "DEVINE" if congress == 95 & id == 2533 replace nameshort = "PEASE" if congress == 95 & id == 14445 replace nameshort = "SEIBERLING" if congress == 95 & id == 13040 replace nameshort = "WYLIE" if congress == 95 & id == 11058 replace nameshort = "REGULA" if congress == 95 & id == 14045 replace nameshort = "ASHBROOK" if congress == 95 & id == 10502 replace nameshort = "APPLEGATE" if congress == 95 & id == 14402 replace nameshort = "CARNEY" if congress == 95 & id == 12044 replace nameshort = "OAKAR" if congress == 95 & id == 14443 replace nameshort = "STOKES" if congress == 95 & id == 12030 replace nameshort = "VANIK" if congress == 95 & id == 9623 replace nameshort = "MOTTL" if congress == 95 & id == 14260 replace nameshort = "JONES, J" if congress == 95 & id == 14026 replace nameshort = "RISENHOOVER" if congress == 95 & id == 14270 replace nameshort = "WATKINS" if congress == 95 & id == 14462 replace nameshort = "STEED" if congress == 95 & id == 8866 replace nameshort = "EDWARDS, M" if congress == 95 & id == 14415 replace nameshort = "ENGLISH" if congress == 95 & id == 14219 replace nameshort = "AUCOIN" if congress == 95 & id == 14201 replace nameshort = "ULLMAN" if congress == 95 & id == 9551 replace nameshort = "DUNCAN, R" if congress == 95 & id == 10582 replace nameshort = "WEAVER" if congress == 95 & id == 14281 replace nameshort = "MYERS, M" if congress == 95 & id == 14442 replace nameshort = "NIX" if congress == 95 & id == 6936 replace nameshort = "LEDERER" if congress == 95 & id == 14434 replace nameshort = "EILBERG" if congress == 95 & id == 11014 replace nameshort = "SCHULZE" if congress == 95 & id == 14273 replace nameshort = "YATRON" if congress == 95 & id == 12035 replace nameshort = "EDGAR" if congress == 95 & id == 14217 replace nameshort = "KOSTMAYER" if congress == 95 & id == 14431 replace nameshort = "SHUSTER" if congress == 95 & id == 14052 replace nameshort = "MCDADE" if congress == 95 & id == 10607 replace nameshort = "FLOOD" if congress == 95 & id == 3224 replace nameshort = "MURTHA" if congress == 95 & id == 14072 replace nameshort = "COUGHLIN" if congress == 95 & id == 12010 replace nameshort = "MOORHEAD, W" if congress == 95 & id == 6661 replace nameshort = "ROONEY" if congress == 95 & id == 10620 replace nameshort = "WALKER" if congress == 95 & id == 14461 replace nameshort = "ERTEL" if congress == 95 & id == 14416 replace nameshort = "WALGREN" if congress == 95 & id == 14460 replace nameshort = "GOODLING" if congress == 95 & id == 14288 replace nameshort = "GAYDOS" if congress == 95 & id == 11067 replace nameshort = "DENT" if congress == 95 & id == 2513 replace nameshort = "MURPHY, A" if congress == 95 & id == 14441 replace nameshort = "AMMERMAN" if congress == 95 & id == 14401 replace nameshort = "MARKS" if congress == 95 & id == 14436 replace nameshort = "MYERS, G" if congress == 95 & id == 14261 replace nameshort = "ST GERMAIN" if congress == 95 & id == 10561 replace nameshort = "BEARD" if congress == 95 & id == 14204 replace nameshort = "DAVIS" if congress == 95 & id == 13048 replace nameshort = "SPENCE" if congress == 95 & id == 13042 replace nameshort = "DERRICK" if congress == 95 & id == 14212 replace nameshort = "MANN" if congress == 95 & id == 12023 replace nameshort = "HOLLAND" if congress == 95 & id == 14235 replace nameshort = "JENRETTE" if congress == 95 & id == 14241 replace nameshort = "PRESSLER" if congress == 95 & id == 14268 replace nameshort = "ABDNOR" if congress == 95 & id == 14000 replace nameshort = "QUILLEN" if congress == 95 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 95 & id == 10719 replace nameshort = "LLOYD, M" if congress == 95 & id == 14251 replace nameshort = "GORE" if congress == 95 & id == 14423 replace nameshort = "ALLEN" if congress == 95 & id == 14286 replace nameshort = "BEARD" if congress == 95 & id == 14004 replace nameshort = "JONES, E" if congress == 95 & id == 12038 replace nameshort = "FORD, H" if congress == 95 & id == 14224 replace nameshort = "HALL" if congress == 95 & id == 14291 replace nameshort = "WILSON, C" if congress == 95 & id == 14062 replace nameshort = "COLLINS, J" if congress == 95 & id == 11066 replace nameshort = "ROBERTS" if congress == 95 & id == 10550 replace nameshort = "MATTOX" if congress == 95 & id == 14439 replace nameshort = "TEAGUE" if congress == 95 & id == 9241 replace nameshort = "ARCHER" if congress == 95 & id == 13002 replace nameshort = "ECKHARDT" if congress == 95 & id == 11013 replace nameshort = "BROOKS" if congress == 95 & id == 1077 replace nameshort = "PICKLE" if congress == 95 & id == 10614 replace nameshort = "POAGE" if congress == 95 & id == 7498 replace nameshort = "WRIGHT" if congress == 95 & id == 10391 replace nameshort = "HIGHTOWER" if congress == 95 & id == 14234 replace nameshort = "YOUNG, J" if congress == 95 & id == 10446 replace nameshort = "DE LA GARZA" if congress == 95 & id == 10716 replace nameshort = "WHITE" if congress == 95 & id == 10783 replace nameshort = "BURLESON" if congress == 95 & id == 1282 replace nameshort = "JORDAN" if congress == 95 & id == 14027 replace nameshort = "MAHON" if congress == 95 & id == 5924 replace nameshort = "GONZALEZ" if congress == 95 & id == 10520 replace nameshort = "KRUEGER" if congress == 95 & id == 14247 replace nameshort = "GAMMAGE" if congress == 95 & id == 14420 replace nameshort = "KAZEN" if congress == 95 & id == 11023 replace nameshort = "MILFORD" if congress == 95 & id == 14037 replace nameshort = "MCKAY" if congress == 95 & id == 13027 replace nameshort = "MARRIOTT" if congress == 95 & id == 14438 replace nameshort = "JEFFORDS" if congress == 95 & id == 14240 replace nameshort = "TRIBLE" if congress == 95 & id == 14456 replace nameshort = "WHITEHURST" if congress == 95 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 95 & id == 10767 replace nameshort = "DANIEL, R" if congress == 95 & id == 14013 replace nameshort = "DANIEL, W C" if congress == 95 & id == 12011 replace nameshort = "BUTLER" if congress == 95 & id == 13055 replace nameshort = "ROBINSON" if congress == 95 & id == 13036 replace nameshort = "HARRIS" if congress == 95 & id == 14231 replace nameshort = "WAMPLER" if congress == 95 & id == 9802 replace nameshort = "FISHER" if congress == 95 & id == 14215 replace nameshort = "PRITCHARD" if congress == 95 & id == 14044 replace nameshort = "MEEDS" if congress == 95 & id == 10756 replace nameshort = "BONKER" if congress == 95 & id == 14208 replace nameshort = "MCCORMACK" if congress == 95 & id == 13026 replace nameshort = "FOLEY" if congress == 95 & id == 10726 replace nameshort = "DICKS" if congress == 95 & id == 14413 replace nameshort = "ADAMS" if congress == 95 & id == 10700 replace nameshort = "CUNNINGHAM" if congress == 95 & id == 14468 replace nameshort = "MOLLOHAN" if congress == 95 & id == 6584 replace nameshort = "STAGGERS" if congress == 95 & id == 8824 replace nameshort = "SLACK" if congress == 95 & id == 8564 replace nameshort = "RAHALL" if congress == 95 & id == 14448 replace nameshort = "ASPIN" if congress == 95 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 95 & id == 5101 replace nameshort = "BALDUS" if congress == 95 & id == 14202 replace nameshort = "ZABLOCKI" if congress == 95 & id == 10463 replace nameshort = "REUSS" if congress == 95 & id == 7824 replace nameshort = "STEIGER" if congress == 95 & id == 11051 replace nameshort = "OBEY" if congress == 95 & id == 12036 replace nameshort = "CORNELL" if congress == 95 & id == 14211 replace nameshort = "KASTEN" if congress == 95 & id == 14242 replace nameshort = "RONCALIO" if congress == 95 & id == 10766 replace nameshort = "CARTER" if congress == 96 & id == 99906 replace nameshort = "EDWARDS, J" if congress == 96 & id == 10721 replace nameshort = "DICKINSON" if congress == 96 & id == 10717 replace nameshort = "NICHOLS" if congress == 96 & id == 11037 replace nameshort = "BEVILL, T" if congress == 96 & id == 11000 replace nameshort = "FLIPPO, R" if congress == 96 & id == 14419 replace nameshort = "BUCHANAN, J" if congress == 96 & id == 10706 replace nameshort = "SHELBY, D" if congress == 96 & id == 14659 replace nameshort = "YOUNG, D" if congress == 96 & id == 14066 replace nameshort = "RHODES, J" if congress == 96 & id == 7845 replace nameshort = "UDALL, M" if congress == 96 & id == 10566 replace nameshort = "STUMP, B" if congress == 96 & id == 94454 replace nameshort = "RUDD, E" if congress == 96 & id == 14449 replace nameshort = "ALEXANDER" if congress == 96 & id == 12000 replace nameshort = "BETHUNE, E" if congress == 96 & id == 14606 replace nameshort = "HAMMERSCHMI" if congress == 96 & id == 11020 replace nameshort = "ANTHONY, B" if congress == 96 & id == 14601 replace nameshort = "JOHNSON, H" if congress == 96 & id == 4957 replace nameshort = "CLAUSEN, D" if congress == 96 & id == 10579 replace nameshort = "MATSUI, R" if congress == 96 & id == 14649 replace nameshort = "FAZIO, V" if congress == 96 & id == 14624 replace nameshort = "BURTON, J" if congress == 96 & id == 14076 replace nameshort = "BURTON, P" if congress == 96 & id == 10577 replace nameshort = "MILLER, G" if congress == 96 & id == 14256 replace nameshort = "DELLUMS, R" if congress == 96 & id == 13011 replace nameshort = "STARK, F" if congress == 96 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 96 & id == 10583 replace nameshort = "ROYER" if congress == 96 & id == 14676 replace nameshort = "RYAN, L" if congress == 96 & id == 14049 replace nameshort = "MCCLOSKEY P" if congress == 96 & id == 11063 replace nameshort = "MINETA, N" if congress == 96 & id == 14257 replace nameshort = "SHUMWAY, N" if congress == 96 & id == 14660 replace nameshort = "COELHO, A" if congress == 96 & id == 14613 replace nameshort = "PANETTA, L" if congress == 96 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 96 & id == 14652 replace nameshort = "THOMAS, W" if congress == 96 & id == 14669 replace nameshort = "LAGOMARSINO" if congress == 96 & id == 14071 replace nameshort = "GOLDWATER" if congress == 96 & id == 12037 replace nameshort = "CORMAN, J" if congress == 96 & id == 10511 replace nameshort = "MOORHEAD, C" if congress == 96 & id == 14040 replace nameshort = "BEILENSON" if congress == 96 & id == 14405 replace nameshort = "WAXMAN, H" if congress == 96 & id == 14280 replace nameshort = "ROYBAL, E" if congress == 96 & id == 10621 replace nameshort = "ROUSSELOT" if congress == 96 & id == 10553 replace nameshort = "DORNAN, R" if congress == 96 & id == 14414 replace nameshort = "DIXON, J" if congress == 96 & id == 14620 replace nameshort = "HAWKINS, A" if congress == 96 & id == 10595 replace nameshort = "DANIELSON" if congress == 96 & id == 13010 replace nameshort = "WILSON, C" if congress == 96 & id == 10640 replace nameshort = "ANDERSON, G" if congress == 96 & id == 12001 replace nameshort = "GRISHAM, W" if congress == 96 & id == 14630 replace nameshort = "LUNGREN, D" if congress == 96 & id == 14647 replace nameshort = "LLOYD, J" if congress == 96 & id == 14250 replace nameshort = "BROWN, G" if congress == 96 & id == 10573 replace nameshort = "LEWIS, J" if congress == 96 & id == 14644 replace nameshort = "PATTERSON" if congress == 96 & id == 14266 replace nameshort = "DANNEMEYER" if congress == 96 & id == 14616 replace nameshort = "BADHAM, R" if congress == 96 & id == 14403 replace nameshort = "WILSON, B" if congress == 96 & id == 10249 replace nameshort = "VAN DEERLIN" if congress == 96 & id == 10633 replace nameshort = "BURGENER, C" if congress == 96 & id == 14007 replace nameshort = "SCHROEDER" if congress == 96 & id == 14051 replace nameshort = "WIRTH, T" if congress == 96 & id == 14282 replace nameshort = "KOGOVSEK, R" if congress == 96 & id == 14638 replace nameshort = "JOHNSON, J" if congress == 96 & id == 14025 replace nameshort = "KRAMER, K" if congress == 96 & id == 14639 replace nameshort = "COTTER, W" if congress == 96 & id == 13009 replace nameshort = "DODD, C" if congress == 96 & id == 14213 replace nameshort = "GIAIMO, R" if congress == 96 & id == 3553 replace nameshort = "MCKINNEY, S" if congress == 96 & id == 13029 replace nameshort = "RATCHFORD" if congress == 96 & id == 14653 replace nameshort = "MOFFETT, T" if congress == 96 & id == 14258 replace nameshort = "EVANS, T" if congress == 96 & id == 14417 replace nameshort = "HUTTO, E" if congress == 96 & id == 14636 replace nameshort = "FUQUA, D" if congress == 96 & id == 10587 replace nameshort = "BENNETT, C" if congress == 96 & id == 633 replace nameshort = "CHAPPELL, B" if congress == 96 & id == 12007 replace nameshort = "KELLY, R" if congress == 96 & id == 14243 replace nameshort = "YOUNG, C" if congress == 96 & id == 13047 replace nameshort = "GIBBONS, S" if congress == 96 & id == 10588 replace nameshort = "IRELAND, A" if congress == 96 & id == 94428 replace nameshort = "NELSON, C" if congress == 96 & id == 14651 replace nameshort = "BAFALIS, L" if congress == 96 & id == 14003 replace nameshort = "MICA, D" if congress == 96 & id == 14648 replace nameshort = "STACK, E" if congress == 96 & id == 14663 replace nameshort = "LEHMAN, W" if congress == 96 & id == 14029 replace nameshort = "PEPPER, C" if congress == 96 & id == 7333 replace nameshort = "FASCELL, D" if congress == 96 & id == 3078 replace nameshort = "GINN, R" if congress == 96 & id == 14016 replace nameshort = "MATHIS, D" if congress == 96 & id == 13023 replace nameshort = "BRINKLEY, J" if congress == 96 & id == 11005 replace nameshort = "LEVITAS, E" if congress == 96 & id == 14249 replace nameshort = "FOWLER, W" if congress == 96 & id == 14467 replace nameshort = "GINGRICH, N" if congress == 96 & id == 14627 replace nameshort = "MCDONALD, L" if congress == 96 & id == 14252 replace nameshort = "EVANS, B" if congress == 96 & id == 14418 replace nameshort = "JENKINS, E" if congress == 96 & id == 14429 replace nameshort = "BARNARD, D" if congress == 96 & id == 14404 replace nameshort = "HEFTEL, C" if congress == 96 & id == 14425 replace nameshort = "AKAKA, D" if congress == 96 & id == 14400 replace nameshort = "SYMMS, S" if congress == 96 & id == 14056 replace nameshort = "HANSEN, G" if congress == 96 & id == 10734 replace nameshort = "STEWART, B" if congress == 96 & id == 14665 replace nameshort = "MURPHY, M" if congress == 96 & id == 13032 replace nameshort = "RUSSO, M" if congress == 96 & id == 14271 replace nameshort = "DERWINSKI" if congress == 96 & id == 2525 replace nameshort = "FARY, J" if congress == 96 & id == 14285 replace nameshort = "HYDE, H" if congress == 96 & id == 14239 replace nameshort = "COLLINS, C" if congress == 96 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 96 & id == 8080 replace nameshort = "YATES, S" if congress == 96 & id == 10421 replace nameshort = "MIKVA, A" if congress == 96 & id == 12025 replace nameshort = "PORTER" if congress == 96 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 96 & id == 10703 replace nameshort = "CRANE, P" if congress == 96 & id == 12041 replace nameshort = "MCCLORY, R" if congress == 96 & id == 10606 replace nameshort = "ERLENBORN" if congress == 96 & id == 10722 replace nameshort = "CORCORAN, T" if congress == 96 & id == 14411 replace nameshort = "ANDERSON, J" if congress == 96 & id == 10501 replace nameshort = "O'BRIEN, G" if congress == 96 & id == 14041 replace nameshort = "MICHEL, R" if congress == 96 & id == 6455 replace nameshort = "RAILSBACK" if congress == 96 & id == 11041 replace nameshort = "FINDLEY, P" if congress == 96 & id == 10517 replace nameshort = "MADIGAN, E" if congress == 96 & id == 14033 replace nameshort = "CRANE, D" if congress == 96 & id == 14615 replace nameshort = "PRICE, M" if congress == 96 & id == 7610 replace nameshort = "SIMON, P" if congress == 96 & id == 14275 replace nameshort = "BENJAMIN, A" if congress == 96 & id == 14406 replace nameshort = "FITHIAN, F" if congress == 96 & id == 14222 replace nameshort = "BRADEMAS, J" if congress == 96 & id == 948 replace nameshort = "QUAYLE, J" if congress == 96 & id == 14447 replace nameshort = "HILLIS, E" if congress == 96 & id == 13018 replace nameshort = "EVANS, D" if congress == 96 & id == 14220 replace nameshort = "MYERS, J" if congress == 96 & id == 11036 replace nameshort = "DECKARD, H" if congress == 96 & id == 14619 replace nameshort = "HAMILTON, L" if congress == 96 & id == 10732 replace nameshort = "SHARP, P" if congress == 96 & id == 14274 replace nameshort = "JACOBS, A" if congress == 96 & id == 10742 replace nameshort = "LEACH, J" if congress == 96 & id == 14432 replace nameshort = "TAUKE, T" if congress == 96 & id == 14668 replace nameshort = "GRASSLEY, C" if congress == 96 & id == 14226 replace nameshort = "SMITH, N" if congress == 96 & id == 8672 replace nameshort = "HARKIN, T" if congress == 96 & id == 14230 replace nameshort = "BEDELL, B" if congress == 96 & id == 14205 replace nameshort = "SEBELIUS, K" if congress == 96 & id == 12029 replace nameshort = "JEFFRIES, J" if congress == 96 & id == 14637 replace nameshort = "WINN, L" if congress == 96 & id == 11057 replace nameshort = "GLICKMAN, D" if congress == 96 & id == 14422 replace nameshort = "WHITTAKER" if congress == 96 & id == 14670 replace nameshort = "HUBBARD, C" if congress == 96 & id == 14237 replace nameshort = "NATCHER, W" if congress == 96 & id == 6845 replace nameshort = "MAZZOLI, R" if congress == 96 & id == 13024 replace nameshort = "SNYDER, M" if congress == 96 & id == 10626 replace nameshort = "CARTER, T" if congress == 96 & id == 10710 replace nameshort = "HOPKINS, L" if congress == 96 & id == 14635 replace nameshort = "PERKINS, C" if congress == 96 & id == 7343 replace nameshort = "LIVINGSTON" if congress == 96 & id == 14469 replace nameshort = "BOGGS, C" if congress == 96 & id == 14067 replace nameshort = "TREEN, D" if congress == 96 & id == 14060 replace nameshort = "TAUZIN, W" if congress == 96 & id == 14679 replace nameshort = "LEACH, C" if congress == 96 & id == 14640 replace nameshort = "HUCKABY, J" if congress == 96 & id == 14427 replace nameshort = "MOORE, W" if congress == 96 & id == 14259 replace nameshort = "BREAUX, J" if congress == 96 & id == 13056 replace nameshort = "LONG, G" if congress == 96 & id == 10602 replace nameshort = "EMERY, D" if congress == 96 & id == 14218 replace nameshort = "SNOWE, O" if congress == 96 & id == 14661 replace nameshort = "BAUMAN, R" if congress == 96 & id == 14069 replace nameshort = "LONG, C" if congress == 96 & id == 10601 replace nameshort = "MIKULSKI, B" if congress == 96 & id == 14440 replace nameshort = "HOLT, M" if congress == 96 & id == 14021 replace nameshort = "SPELLMAN, G" if congress == 96 & id == 14278 replace nameshort = "BYRON, B" if congress == 96 & id == 14608 replace nameshort = "MITCHELL, P" if congress == 96 & id == 13031 replace nameshort = "BARNES, M" if congress == 96 & id == 14604 replace nameshort = "CONTE, S" if congress == 96 & id == 2009 replace nameshort = "BOLAND, E" if congress == 96 & id == 830 replace nameshort = "EARLY, J" if congress == 96 & id == 14216 replace nameshort = "DRINAN, R" if congress == 96 & id == 13013 replace nameshort = "SHANNON, J" if congress == 96 & id == 14658 replace nameshort = "MAVROULES" if congress == 96 & id == 14650 replace nameshort = "MARKEY, E" if congress == 96 & id == 14435 replace nameshort = "O'NEILL, T" if congress == 96 & id == 7081 replace nameshort = "MOAKLEY, J" if congress == 96 & id == 14039 replace nameshort = "HECKLER, M" if congress == 96 & id == 11021 replace nameshort = "DONNELLY, B" if congress == 96 & id == 14621 replace nameshort = "STUDDS, G" if congress == 96 & id == 14055 replace nameshort = "CONYERS, J" if congress == 96 & id == 10713 replace nameshort = "PURSELL, C" if congress == 96 & id == 14446 replace nameshort = "WOLPE" if congress == 96 & id == 14673 replace nameshort = "STOCKMAN, D" if congress == 96 & id == 14453 replace nameshort = "SAWYER, H" if congress == 96 & id == 14450 replace nameshort = "CARR, B" if congress == 96 & id == 14210 replace nameshort = "KILDEE, D" if congress == 96 & id == 14430 replace nameshort = "TRAXLER, B" if congress == 96 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 96 & id == 10794 replace nameshort = "ALBOSTA, D" if congress == 96 & id == 14600 replace nameshort = "DAVIS, R" if congress == 96 & id == 14618 replace nameshort = "BONIOR, D" if congress == 96 & id == 14407 replace nameshort = "DIGGS, C" if congress == 96 & id == 2594 replace nameshort = "CROCKETT, G" if congress == 96 & id == 14681 replace nameshort = "NEDZI, L" if congress == 96 & id == 10540 replace nameshort = "FORD, W" if congress == 96 & id == 10727 replace nameshort = "DINGELL, J" if congress == 96 & id == 2605 replace nameshort = "BRODHEAD, W" if congress == 96 & id == 14209 replace nameshort = "BLANCHARD" if congress == 96 & id == 14206 replace nameshort = "BROOMFIELD" if congress == 96 & id == 1087 replace nameshort = "ERDAHL, A" if congress == 96 & id == 14623 replace nameshort = "HAGEDORN, T" if congress == 96 & id == 14227 replace nameshort = "FRENZEL, B" if congress == 96 & id == 13015 replace nameshort = "VENTO, B" if congress == 96 & id == 14458 replace nameshort = "SABO, M" if congress == 96 & id == 14656 replace nameshort = "NOLAN, R" if congress == 96 & id == 14263 replace nameshort = "STANGELAND" if congress == 96 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 96 & id == 14265 replace nameshort = "WHITTEN, J" if congress == 96 & id == 10075 replace nameshort = "BOWEN, D" if congress == 96 & id == 14005 replace nameshort = "MONTGOMERY" if congress == 96 & id == 11035 replace nameshort = "HINSON, J" if congress == 96 & id == 14634 replace nameshort = "LOTT, T" if congress == 96 & id == 14031 replace nameshort = "CLAY, W" if congress == 96 & id == 12009 replace nameshort = "YOUNG, R" if congress == 96 & id == 14465 replace nameshort = "GEPHARDT, R" if congress == 96 & id == 14421 replace nameshort = "SKELTON, I" if congress == 96 & id == 14451 replace nameshort = "BOLLING, R" if congress == 96 & id == 835 replace nameshort = "COLEMAN, E" if congress == 96 & id == 14410 replace nameshort = "TAYLOR, G" if congress == 96 & id == 14057 replace nameshort = "ICHORD, R" if congress == 96 & id == 10528 replace nameshort = "VOLKMER, H" if congress == 96 & id == 14459 replace nameshort = "BURLISON, B" if congress == 96 & id == 12004 replace nameshort = "WILLIAMS, P" if congress == 96 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 96 & id == 14437 replace nameshort = "BEREUTER, D" if congress == 96 & id == 14605 replace nameshort = "CAVANAUGH" if congress == 96 & id == 14409 replace nameshort = "SMITH, V" if congress == 96 & id == 14276 replace nameshort = "SANTINI, J" if congress == 96 & id == 14272 replace nameshort = "D'AMOURS, N" if congress == 96 & id == 14284 replace nameshort = "CLEVELAND" if congress == 96 & id == 10581 replace nameshort = "FLORIO, J" if congress == 96 & id == 14223 replace nameshort = "HUGHES, W" if congress == 96 & id == 14238 replace nameshort = "HOWARD, J" if congress == 96 & id == 10739 replace nameshort = "THOMPSON, F" if congress == 96 & id == 9322 replace nameshort = "FENWICK, M" if congress == 96 & id == 14221 replace nameshort = "FORSYTHE, E" if congress == 96 & id == 12046 replace nameshort = "MAGUIRE, A" if congress == 96 & id == 14254 replace nameshort = "ROE, R" if congress == 96 & id == 12042 replace nameshort = "HOLLENBECK" if congress == 96 & id == 14426 replace nameshort = "RODINO, P" if congress == 96 & id == 8010 replace nameshort = "MINISH, J" if congress == 96 & id == 10609 replace nameshort = "RINALDO, M" if congress == 96 & id == 14046 replace nameshort = "COURTER, J" if congress == 96 & id == 14614 replace nameshort = "GUARINI, F" if congress == 96 & id == 14631 replace nameshort = "PATTEN, E" if congress == 96 & id == 10613 replace nameshort = "LUJAN, M" if congress == 96 & id == 12022 replace nameshort = "RUNNELS, H" if congress == 96 & id == 13038 replace nameshort = "CARNEY, W" if congress == 96 & id == 14610 replace nameshort = "DOWNEY, T" if congress == 96 & id == 14214 replace nameshort = "AMBRO, J" if congress == 96 & id == 14200 replace nameshort = "LENT, N" if congress == 96 & id == 13021 replace nameshort = "WYDLER, J" if congress == 96 & id == 10638 replace nameshort = "WOLFF, L" if congress == 96 & id == 10784 replace nameshort = "ADDABBO, J" if congress == 96 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 96 & id == 10551 replace nameshort = "FERRARO, G" if congress == 96 & id == 14625 replace nameshort = "BIAGGI, M" if congress == 96 & id == 12003 replace nameshort = "SCHEUER, J" if congress == 96 & id == 10768 replace nameshort = "CHISHOLM, S" if congress == 96 & id == 12008 replace nameshort = "SOLARZ, S" if congress == 96 & id == 14277 replace nameshort = "RICHMOND, F" if congress == 96 & id == 14269 replace nameshort = "ZEFERETTI" if congress == 96 & id == 14283 replace nameshort = "HOLTZMAN, E" if congress == 96 & id == 14022 replace nameshort = "MURPHY, J" if congress == 96 & id == 10611 replace nameshort = "GREEN, S" if congress == 96 & id == 14471 replace nameshort = "RANGEL, C" if congress == 96 & id == 13035 replace nameshort = "WEISS, T" if congress == 96 & id == 14463 replace nameshort = "GARCIA, R" if congress == 96 & id == 14470 replace nameshort = "BINGHAM, J" if congress == 96 & id == 10705 replace nameshort = "PEYSER, P" if congress == 96 & id == 13033 replace nameshort = "OTTINGER, R" if congress == 96 & id == 10760 replace nameshort = "FISH, H" if congress == 96 & id == 12013 replace nameshort = "GILMAN, B" if congress == 96 & id == 14015 replace nameshort = "MCHUGH, M" if congress == 96 & id == 14253 replace nameshort = "STRATTON, S" if congress == 96 & id == 9017 replace nameshort = "SOLOMON, G" if congress == 96 & id == 14662 replace nameshort = "MCEWEN, R" if congress == 96 & id == 10749 replace nameshort = "MITCHELL, D" if congress == 96 & id == 14038 replace nameshort = "HANLEY, J" if congress == 96 & id == 10733 replace nameshort = "LEE, G" if congress == 96 & id == 14642 replace nameshort = "HORTON, F" if congress == 96 & id == 10596 replace nameshort = "CONABLE, B" if congress == 96 & id == 10712 replace nameshort = "LAFALCE, J" if congress == 96 & id == 14248 replace nameshort = "NOWAK, H" if congress == 96 & id == 14264 replace nameshort = "KEMP, J" if congress == 96 & id == 13020 replace nameshort = "LUNDINE, S" if congress == 96 & id == 14289 replace nameshort = "JONES, W" if congress == 96 & id == 10788 replace nameshort = "FOUNTAIN, L" if congress == 96 & id == 3321 replace nameshort = "WHITLEY, C" if congress == 96 & id == 14464 replace nameshort = "ANDREWS, I" if congress == 96 & id == 14001 replace nameshort = "NEAL, S" if congress == 96 & id == 14262 replace nameshort = "PREYER, R" if congress == 96 & id == 12027 replace nameshort = "ROSE, C" if congress == 96 & id == 14048 replace nameshort = "HEFNER, W" if congress == 96 & id == 14233 replace nameshort = "MARTIN, J" if congress == 96 & id == 14035 replace nameshort = "BROYHILL, J" if congress == 96 & id == 10574 replace nameshort = "GUDGER, L" if congress == 96 & id == 14424 replace nameshort = "ANDREWS, M" if congress == 96 & id == 10569 replace nameshort = "GRADISON, B" if congress == 96 & id == 14225 replace nameshort = "LUKEN, T" if congress == 96 & id == 14070 replace nameshort = "HALL, A" if congress == 96 & id == 14632 replace nameshort = "GUYER, T" if congress == 96 & id == 14018 replace nameshort = "LATTA, D" if congress == 96 & id == 5495 replace nameshort = "HARSHA, W" if congress == 96 & id == 10525 replace nameshort = "BROWN, C" if congress == 96 & id == 10786 replace nameshort = "KINDNESS, T" if congress == 96 & id == 14245 replace nameshort = "ASHLEY, T" if congress == 96 & id == 267 replace nameshort = "MILLER, C" if congress == 96 & id == 11034 replace nameshort = "STANTON, J" if congress == 96 & id == 10773 replace nameshort = "DEVINE, S" if congress == 96 & id == 2533 replace nameshort = "PEASE, D" if congress == 96 & id == 14445 replace nameshort = "SEIBERLING" if congress == 96 & id == 13040 replace nameshort = "WYLIE, C" if congress == 96 & id == 11058 replace nameshort = "REGULA, R" if congress == 96 & id == 14045 replace nameshort = "ASHBROOK, J" if congress == 96 & id == 10502 replace nameshort = "APPLEGATE" if congress == 96 & id == 14402 replace nameshort = "WILLIAMS, L" if congress == 96 & id == 14671 replace nameshort = "OAKAR, M" if congress == 96 & id == 14443 replace nameshort = "STOKES, L" if congress == 96 & id == 12030 replace nameshort = "VANIK, C" if congress == 96 & id == 9623 replace nameshort = "MOTTL, R" if congress == 96 & id == 14260 replace nameshort = "JONES, J" if congress == 96 & id == 14026 replace nameshort = "SYNAR, M" if congress == 96 & id == 14667 replace nameshort = "WATKINS, W" if congress == 96 & id == 14462 replace nameshort = "STEED, T" if congress == 96 & id == 8866 replace nameshort = "EDWARDS, M" if congress == 96 & id == 14415 replace nameshort = "ENGLISH, G" if congress == 96 & id == 14219 replace nameshort = "AUCOIN, L" if congress == 96 & id == 14201 replace nameshort = "ULLMAN, A" if congress == 96 & id == 9551 replace nameshort = "DUNCAN, R" if congress == 96 & id == 10582 replace nameshort = "WEAVER, J" if congress == 96 & id == 14281 replace nameshort = "MYERS, M" if congress == 96 & id == 14442 replace nameshort = "GRAY, W" if congress == 96 & id == 14629 replace nameshort = "LEDERER, R" if congress == 96 & id == 14434 replace nameshort = "DOUGHERTY" if congress == 96 & id == 14622 replace nameshort = "SCHULZE, R" if congress == 96 & id == 14273 replace nameshort = "YATRON, G" if congress == 96 & id == 12035 replace nameshort = "EDGAR, R" if congress == 96 & id == 14217 replace nameshort = "KOSTMAYER" if congress == 96 & id == 14431 replace nameshort = "SHUSTER, B" if congress == 96 & id == 14052 replace nameshort = "MCDADE, J" if congress == 96 & id == 10607 replace nameshort = "FLOOD, D" if congress == 96 & id == 3224 replace nameshort = "MUSTO, R" if congress == 96 & id == 14678 replace nameshort = "MURTHA, J" if congress == 96 & id == 14072 replace nameshort = "COUGHLIN, L" if congress == 96 & id == 12010 replace nameshort = "MOORHEAD, W" if congress == 96 & id == 6661 replace nameshort = "RITTER, D" if congress == 96 & id == 14654 replace nameshort = "WALKER, R" if congress == 96 & id == 14461 replace nameshort = "ERTEL, A" if congress == 96 & id == 14416 replace nameshort = "WALGREN, D" if congress == 96 & id == 14460 replace nameshort = "GOODLING, W" if congress == 96 & id == 14288 replace nameshort = "GAYDOS, J" if congress == 96 & id == 11067 replace nameshort = "BAILEY, D" if congress == 96 & id == 14603 replace nameshort = "MURPHY, A" if congress == 96 & id == 14441 replace nameshort = "CLINGER, W" if congress == 96 & id == 14612 replace nameshort = "MARKS, M" if congress == 96 & id == 14436 replace nameshort = "ATKINSON, E" if congress == 96 & id == 14602 replace nameshort = "ST GERMAIN" if congress == 96 & id == 10561 replace nameshort = "BEARD, E" if congress == 96 & id == 14204 replace nameshort = "DAVIS, M" if congress == 96 & id == 13048 replace nameshort = "SPENCE, F" if congress == 96 & id == 13042 replace nameshort = "DERRICK, B" if congress == 96 & id == 14212 replace nameshort = "CAMPBELL, C" if congress == 96 & id == 14609 replace nameshort = "HOLLAND, K" if congress == 96 & id == 14235 replace nameshort = "JENRETTE, J" if congress == 96 & id == 14241 replace nameshort = "DASCHLE" if congress == 96 & id == 14617 replace nameshort = "ABDNOR, J" if congress == 96 & id == 14000 replace nameshort = "QUILLEN, J" if congress == 96 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 96 & id == 10719 replace nameshort = "BOUQUARD, M" if congress == 96 & id == 14251 replace nameshort = "GORE, A" if congress == 96 & id == 14423 replace nameshort = "BONER, B" if congress == 96 & id == 14607 replace nameshort = "BEARD, R" if congress == 96 & id == 14004 replace nameshort = "JONES, E" if congress == 96 & id == 12038 replace nameshort = "FORD, H" if congress == 96 & id == 14224 replace nameshort = "HALL, S" if congress == 96 & id == 14291 replace nameshort = "WILSON, C" if congress == 96 & id == 14062 replace nameshort = "COLLINS, J" if congress == 96 & id == 11066 replace nameshort = "ROBERTS, R" if congress == 96 & id == 10550 replace nameshort = "MATTOX, J" if congress == 96 & id == 14439 replace nameshort = "GRAMM, P" if congress == 96 & id == 94628 replace nameshort = "ARCHER, B" if congress == 96 & id == 13002 replace nameshort = "ECKHARDT, B" if congress == 96 & id == 11013 replace nameshort = "BROOKS, J" if congress == 96 & id == 1077 replace nameshort = "PICKLE, J" if congress == 96 & id == 10614 replace nameshort = "LEATH, J" if congress == 96 & id == 14641 replace nameshort = "WRIGHT, J" if congress == 96 & id == 10391 replace nameshort = "HIGHTOWER" if congress == 96 & id == 14234 replace nameshort = "WYATT, J" if congress == 96 & id == 14674 replace nameshort = "DELAGARZA" if congress == 96 & id == 10716 replace nameshort = "WHITE, R" if congress == 96 & id == 10783 replace nameshort = "STENHOLM, C" if congress == 96 & id == 14664 replace nameshort = "LELAND, G" if congress == 96 & id == 14643 replace nameshort = "HANCE, K" if congress == 96 & id == 14633 replace nameshort = "GONZALEZ, H" if congress == 96 & id == 10520 replace nameshort = "LOEFFLER, T" if congress == 96 & id == 14645 replace nameshort = "PAUL, R" if congress == 96 & id == 14290 replace nameshort = "KAZEN, A" if congress == 96 & id == 11023 replace nameshort = "FROST, J" if congress == 96 & id == 14626 replace nameshort = "MCKAY, G" if congress == 96 & id == 13027 replace nameshort = "MARRIOTT, D" if congress == 96 & id == 14438 replace nameshort = "JEFFORDS, J" if congress == 96 & id == 14240 replace nameshort = "TRIBLE, P" if congress == 96 & id == 14456 replace nameshort = "WHITEHURST" if congress == 96 & id == 12033 replace nameshort = "SATTERFIELD" if congress == 96 & id == 10767 replace nameshort = "DANIEL, R" if congress == 96 & id == 14013 replace nameshort = "DANIEL, D C" if congress == 96 & id == 12011 replace nameshort = "BUTLER, M" if congress == 96 & id == 13055 replace nameshort = "ROBINSON, J" if congress == 96 & id == 13036 replace nameshort = "HARRIS, H" if congress == 96 & id == 14231 replace nameshort = "WAMPLER, W" if congress == 96 & id == 9802 replace nameshort = "FISHER, J" if congress == 96 & id == 14215 replace nameshort = "PRITCHARD" if congress == 96 & id == 14044 replace nameshort = "SWIFT, A" if congress == 96 & id == 14666 replace nameshort = "BONKER, D" if congress == 96 & id == 14208 replace nameshort = "MCCORMACK" if congress == 96 & id == 13026 replace nameshort = "FOLEY, T" if congress == 96 & id == 10726 replace nameshort = "DICKS, D" if congress == 96 & id == 14413 replace nameshort = "LOWRY, M" if congress == 96 & id == 14646 replace nameshort = "MOLLOHAN, R" if congress == 96 & id == 6584 replace nameshort = "STAGGERS, H" if congress == 96 & id == 8824 replace nameshort = "SLACK, J" if congress == 96 & id == 8564 replace nameshort = "HUTCHINSON" if congress == 96 & id == 14680 replace nameshort = "RAHALL, N" if congress == 96 & id == 14448 replace nameshort = "ASPIN, L" if congress == 96 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 96 & id == 5101 replace nameshort = "BALDUS, A" if congress == 96 & id == 14202 replace nameshort = "ZABLOCKI, C" if congress == 96 & id == 10463 replace nameshort = "REUSS, H" if congress == 96 & id == 7824 replace nameshort = "PETRI" if congress == 96 & id == 14675 replace nameshort = "STEIGER, W" if congress == 96 & id == 11051 replace nameshort = "OBEY, D" if congress == 96 & id == 12036 replace nameshort = "ROTH, T" if congress == 96 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 96 & id == 14657 replace nameshort = "CHENEY, R" if congress == 96 & id == 14611 replace nameshort = "REAGAN" if congress == 97 & id == 99907 replace nameshort = "EDWARDS, J" if congress == 97 & id == 10721 replace nameshort = "DICKINSON" if congress == 97 & id == 10717 replace nameshort = "NICHOLS, B" if congress == 97 & id == 11037 replace nameshort = "BEVILL, T" if congress == 97 & id == 11000 replace nameshort = "FLIPPO, R" if congress == 97 & id == 14419 replace nameshort = "SMITH, A" if congress == 97 & id == 14862 replace nameshort = "SHELBY, D" if congress == 97 & id == 14659 replace nameshort = "YOUNG, D" if congress == 97 & id == 14066 replace nameshort = "RHODES, J" if congress == 97 & id == 7845 replace nameshort = "UDALL, M" if congress == 97 & id == 10566 replace nameshort = "STUMP, B" if congress == 97 & id == 94454 replace nameshort = "RUDD, E" if congress == 97 & id == 14449 replace nameshort = "ALEXANDER" if congress == 97 & id == 12000 replace nameshort = "BETHUNE, E" if congress == 97 & id == 14606 replace nameshort = "HAMMERSCHMI" if congress == 97 & id == 11020 replace nameshort = "ANTHONY, B" if congress == 97 & id == 14601 replace nameshort = "CHAPPIE, E" if congress == 97 & id == 14805 replace nameshort = "CLAUSEN, D" if congress == 97 & id == 10579 replace nameshort = "MATSUI, R" if congress == 97 & id == 14649 replace nameshort = "FAZIO, V" if congress == 97 & id == 14624 replace nameshort = "BURTON, J" if congress == 97 & id == 14076 replace nameshort = "BURTON, P" if congress == 97 & id == 10577 replace nameshort = "MILLER, G" if congress == 97 & id == 14256 replace nameshort = "DELLUMS, R" if congress == 97 & id == 13011 replace nameshort = "STARK, F" if congress == 97 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 97 & id == 10583 replace nameshort = "LANTOS, T" if congress == 97 & id == 14837 replace nameshort = "MCCLOSKEY P" if congress == 97 & id == 11063 replace nameshort = "MINETA, N" if congress == 97 & id == 14257 replace nameshort = "SHUMWAY, N" if congress == 97 & id == 14660 replace nameshort = "COELHO, A" if congress == 97 & id == 14613 replace nameshort = "PANETTA, L" if congress == 97 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 97 & id == 14652 replace nameshort = "THOMAS, W" if congress == 97 & id == 14669 replace nameshort = "LAGOMARSINO" if congress == 97 & id == 14071 replace nameshort = "GOLDWATER" if congress == 97 & id == 12037 replace nameshort = "FIEDLER, B" if congress == 97 & id == 14821 replace nameshort = "MOORHEAD, C" if congress == 97 & id == 14040 replace nameshort = "BEILENSON" if congress == 97 & id == 14405 replace nameshort = "WAXMAN, H" if congress == 97 & id == 14280 replace nameshort = "ROYBAL, E" if congress == 97 & id == 10621 replace nameshort = "ROUSSELOT" if congress == 97 & id == 10553 replace nameshort = "DORNAN, R" if congress == 97 & id == 14414 replace nameshort = "DIXON, J" if congress == 97 & id == 14620 replace nameshort = "HAWKINS, A" if congress == 97 & id == 10595 replace nameshort = "DANIELSON" if congress == 97 & id == 13010 replace nameshort = "MARTINEZ, M" if congress == 97 & id == 14879 replace nameshort = "DYMALLY, M" if congress == 97 & id == 14816 replace nameshort = "ANDERSON, G" if congress == 97 & id == 12001 replace nameshort = "GRISHAM, W" if congress == 97 & id == 14630 replace nameshort = "LUNGREN, D" if congress == 97 & id == 14647 replace nameshort = "DREIER, D" if congress == 97 & id == 14813 replace nameshort = "BROWN, G" if congress == 97 & id == 10573 replace nameshort = "LEWIS, J" if congress == 97 & id == 14644 replace nameshort = "PATTERSON" if congress == 97 & id == 14266 replace nameshort = "DANNEMEYER" if congress == 97 & id == 14616 replace nameshort = "BADHAM, R" if congress == 97 & id == 14403 replace nameshort = "LOWERY, B" if congress == 97 & id == 14839 replace nameshort = "HUNTER, D" if congress == 97 & id == 14835 replace nameshort = "BURGENER, C" if congress == 97 & id == 14007 replace nameshort = "SCHROEDER" if congress == 97 & id == 14051 replace nameshort = "WIRTH, T" if congress == 97 & id == 14282 replace nameshort = "KOGOVSEK, R" if congress == 97 & id == 14638 replace nameshort = "BROWN, H" if congress == 97 & id == 14803 replace nameshort = "KRAMER, K" if congress == 97 & id == 14639 replace nameshort = "COTTER, W" if congress == 97 & id == 13009 replace nameshort = "KENNELLY,B" if congress == 97 & id == 14877 replace nameshort = "GEJDENSON" if congress == 97 & id == 14825 replace nameshort = "DENARDIS, L" if congress == 97 & id == 14811 replace nameshort = "MCKINNEY, S" if congress == 97 & id == 13029 replace nameshort = "RATCHFORD" if congress == 97 & id == 14653 replace nameshort = "MOFFETT, T" if congress == 97 & id == 14258 replace nameshort = "EVANS, T" if congress == 97 & id == 14417 replace nameshort = "HUTTO, E" if congress == 97 & id == 14636 replace nameshort = "FUQUA, D" if congress == 97 & id == 10587 replace nameshort = "BENNETT, C" if congress == 97 & id == 633 replace nameshort = "CHAPPELL, B" if congress == 97 & id == 12007 replace nameshort = "MCCOLLUM, B" if congress == 97 & id == 14842 replace nameshort = "YOUNG, C" if congress == 97 & id == 13047 replace nameshort = "GIBBONS, S" if congress == 97 & id == 10588 replace nameshort = "IRELAND, A" if congress == 97 & id == 94428 replace nameshort = "NELSON, C" if congress == 97 & id == 14651 replace nameshort = "BAFALIS, L" if congress == 97 & id == 14003 replace nameshort = "MICA, D" if congress == 97 & id == 14648 replace nameshort = "SHAW, C" if congress == 97 & id == 14860 replace nameshort = "LEHMAN, W" if congress == 97 & id == 14029 replace nameshort = "PEPPER, C" if congress == 97 & id == 7333 replace nameshort = "FASCELL, D" if congress == 97 & id == 3078 replace nameshort = "GINN, R" if congress == 97 & id == 14016 replace nameshort = "HATCHER, C" if congress == 97 & id == 14831 replace nameshort = "BRINKLEY, J" if congress == 97 & id == 11005 replace nameshort = "LEVITAS, E" if congress == 97 & id == 14249 replace nameshort = "FOWLER, W" if congress == 97 & id == 14467 replace nameshort = "GINGRICH, N" if congress == 97 & id == 14627 replace nameshort = "MCDONALD, L" if congress == 97 & id == 14252 replace nameshort = "EVANS, B" if congress == 97 & id == 14418 replace nameshort = "JENKINS, E" if congress == 97 & id == 14429 replace nameshort = "BARNARD, D" if congress == 97 & id == 14404 replace nameshort = "HEFTEL, C" if congress == 97 & id == 14425 replace nameshort = "AKAKA, D" if congress == 97 & id == 14400 replace nameshort = "CRAIG, L" if congress == 97 & id == 14809 replace nameshort = "HANSEN, G" if congress == 97 & id == 10734 replace nameshort = "WASHINGTON" if congress == 97 & id == 14866 replace nameshort = "SAVAGE, G" if congress == 97 & id == 14856 replace nameshort = "RUSSO, M" if congress == 97 & id == 14271 replace nameshort = "DERWINSKI" if congress == 97 & id == 2525 replace nameshort = "FARY, J" if congress == 97 & id == 14285 replace nameshort = "HYDE, H" if congress == 97 & id == 14239 replace nameshort = "COLLINS, C" if congress == 97 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 97 & id == 8080 replace nameshort = "YATES, S" if congress == 97 & id == 10421 replace nameshort = "PORTER, J" if congress == 97 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 97 & id == 10703 replace nameshort = "CRANE, P" if congress == 97 & id == 12041 replace nameshort = "MCCLORY, R" if congress == 97 & id == 10606 replace nameshort = "ERLENBORN" if congress == 97 & id == 10722 replace nameshort = "CORCORAN, T" if congress == 97 & id == 14411 replace nameshort = "MARTIN, L" if congress == 97 & id == 14841 replace nameshort = "OBRIEN, G" if congress == 97 & id == 14041 replace nameshort = "MICHEL, R" if congress == 97 & id == 6455 replace nameshort = "RAILSBACK" if congress == 97 & id == 11041 replace nameshort = "FINDLEY, P" if congress == 97 & id == 10517 replace nameshort = "MADIGAN, E" if congress == 97 & id == 14033 replace nameshort = "CRANE, D" if congress == 97 & id == 14615 replace nameshort = "PRICE, M" if congress == 97 & id == 7610 replace nameshort = "SIMON, P" if congress == 97 & id == 14275 replace nameshort = "BENJAMIN, A" if congress == 97 & id == 14406 replace nameshort = "HALL, KATIE" if congress == 97 & id == 14880 replace nameshort = "FITHIAN, F" if congress == 97 & id == 14222 replace nameshort = "HILER, J" if congress == 97 & id == 14834 replace nameshort = "COATS, D" if congress == 97 & id == 14806 replace nameshort = "HILLIS, E" if congress == 97 & id == 13018 replace nameshort = "EVANS, D" if congress == 97 & id == 14220 replace nameshort = "MYERS, J" if congress == 97 & id == 11036 replace nameshort = "DECKARD, H" if congress == 97 & id == 14619 replace nameshort = "HAMILTON, L" if congress == 97 & id == 10732 replace nameshort = "SHARP, P" if congress == 97 & id == 14274 replace nameshort = "JACOBS, A" if congress == 97 & id == 10742 replace nameshort = "LEACH, J" if congress == 97 & id == 14432 replace nameshort = "TAUKE, T" if congress == 97 & id == 14668 replace nameshort = "EVANS, C" if congress == 97 & id == 14820 replace nameshort = "SMITH, N" if congress == 97 & id == 8672 replace nameshort = "HARKIN, T" if congress == 97 & id == 14230 replace nameshort = "BEDELL, B" if congress == 97 & id == 14205 replace nameshort = "ROBERTS, P" if congress == 97 & id == 14852 replace nameshort = "JEFFRIES, J" if congress == 97 & id == 14637 replace nameshort = "WINN, L" if congress == 97 & id == 11057 replace nameshort = "GLICKMAN, D" if congress == 97 & id == 14422 replace nameshort = "WHITTAKER" if congress == 97 & id == 14670 replace nameshort = "HUBBARD, C" if congress == 97 & id == 14237 replace nameshort = "NATCHER, W" if congress == 97 & id == 6845 replace nameshort = "MAZZOLI, R" if congress == 97 & id == 13024 replace nameshort = "SNYDER, M" if congress == 97 & id == 10626 replace nameshort = "ROGERS, H" if congress == 97 & id == 14854 replace nameshort = "HOPKINS, L" if congress == 97 & id == 14635 replace nameshort = "PERKINS, C" if congress == 97 & id == 7343 replace nameshort = "LIVINGSTON" if congress == 97 & id == 14469 replace nameshort = "BOGGS, C" if congress == 97 & id == 14067 replace nameshort = "TAUZIN, W" if congress == 97 & id == 14679 replace nameshort = "ROEMER, C" if congress == 97 & id == 14853 replace nameshort = "HUCKABY, J" if congress == 97 & id == 14427 replace nameshort = "MOORE, W" if congress == 97 & id == 14259 replace nameshort = "BREAUX, J" if congress == 97 & id == 13056 replace nameshort = "LONG, G" if congress == 97 & id == 10602 replace nameshort = "EMERY, D" if congress == 97 & id == 14218 replace nameshort = "SNOWE, O" if congress == 97 & id == 14661 replace nameshort = "DYSON, R" if congress == 97 & id == 14817 replace nameshort = "LONG, C" if congress == 97 & id == 10601 replace nameshort = "MIKULSKI, B" if congress == 97 & id == 14440 replace nameshort = "HOLT, M" if congress == 97 & id == 14021 replace nameshort = "HOYER STENY" if congress == 97 & id == 14873 replace nameshort = "SPELLMAN, G" if congress == 97 & id == 14278 replace nameshort = "BYRON, B" if congress == 97 & id == 14608 replace nameshort = "MITCHELL, P" if congress == 97 & id == 13031 replace nameshort = "BARNES, M" if congress == 97 & id == 14604 replace nameshort = "CONTE, S" if congress == 97 & id == 2009 replace nameshort = "BOLAND, E" if congress == 97 & id == 830 replace nameshort = "EARLY, J" if congress == 97 & id == 14216 replace nameshort = "FRANK, B" if congress == 97 & id == 14824 replace nameshort = "SHANNON, J" if congress == 97 & id == 14658 replace nameshort = "MAVROULES" if congress == 97 & id == 14650 replace nameshort = "MARKEY, E" if congress == 97 & id == 14435 replace nameshort = "ONEILL, T" if congress == 97 & id == 7081 replace nameshort = "MOAKLEY, J" if congress == 97 & id == 14039 replace nameshort = "HECKLER, M" if congress == 97 & id == 11021 replace nameshort = "DONNELLY, B" if congress == 97 & id == 14621 replace nameshort = "STUDDS, G" if congress == 97 & id == 14055 replace nameshort = "CONYERS, J" if congress == 97 & id == 10713 replace nameshort = "PURSELL, C" if congress == 97 & id == 14446 replace nameshort = "WOLPE, H" if congress == 97 & id == 14673 replace nameshort = "STOCKMAN, D" if congress == 97 & id == 14453 replace nameshort = "SILJANDER,M" if congress == 97 & id == 14872 replace nameshort = "SAWYER, H" if congress == 97 & id == 14450 replace nameshort = "DUNN, J" if congress == 97 & id == 14814 replace nameshort = "KILDEE, D" if congress == 97 & id == 14430 replace nameshort = "TRAXLER, B" if congress == 97 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 97 & id == 10794 replace nameshort = "ALBOSTA, D" if congress == 97 & id == 14600 replace nameshort = "DAVIS, R" if congress == 97 & id == 14618 replace nameshort = "BONIOR, D" if congress == 97 & id == 14407 replace nameshort = "CROCKETT, G" if congress == 97 & id == 14681 replace nameshort = "HERTEL, D" if congress == 97 & id == 14833 replace nameshort = "FORD, W" if congress == 97 & id == 10727 replace nameshort = "DINGELL, J" if congress == 97 & id == 2605 replace nameshort = "BRODHEAD, W" if congress == 97 & id == 14209 replace nameshort = "BLANCHARD" if congress == 97 & id == 14206 replace nameshort = "BROOMFIELD" if congress == 97 & id == 1087 replace nameshort = "ERDAHL, A" if congress == 97 & id == 14623 replace nameshort = "HAGEDORN, T" if congress == 97 & id == 14227 replace nameshort = "FRENZEL, B" if congress == 97 & id == 13015 replace nameshort = "VENTO, B" if congress == 97 & id == 14458 replace nameshort = "SABO, M" if congress == 97 & id == 14656 replace nameshort = "WEBER, V" if congress == 97 & id == 14868 replace nameshort = "STANGELAND" if congress == 97 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 97 & id == 14265 replace nameshort = "WHITTEN, J" if congress == 97 & id == 10075 replace nameshort = "BOWEN, D" if congress == 97 & id == 14005 replace nameshort = "MONTGOMERY" if congress == 97 & id == 11035 replace nameshort = "HINSON, J" if congress == 97 & id == 14634 replace nameshort = "DOWDY WAYNE" if congress == 97 & id == 14874 replace nameshort = "LOTT, T" if congress == 97 & id == 14031 replace nameshort = "CLAY, W" if congress == 97 & id == 12009 replace nameshort = "YOUNG, R" if congress == 97 & id == 14465 replace nameshort = "GEPHARDT, R" if congress == 97 & id == 14421 replace nameshort = "SKELTON, I" if congress == 97 & id == 14451 replace nameshort = "BOLLING, R" if congress == 97 & id == 835 replace nameshort = "COLEMAN, E" if congress == 97 & id == 14410 replace nameshort = "TAYLOR, G" if congress == 97 & id == 14057 replace nameshort = "BAILEY, W" if congress == 97 & id == 14800 replace nameshort = "VOLKMER, H" if congress == 97 & id == 14459 replace nameshort = "EMERSON, B" if congress == 97 & id == 14819 replace nameshort = "WILLIAMS, P" if congress == 97 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 97 & id == 14437 replace nameshort = "BEREUTER, D" if congress == 97 & id == 14605 replace nameshort = "DAUB, H" if congress == 97 & id == 14810 replace nameshort = "SMITH, V" if congress == 97 & id == 14276 replace nameshort = "SANTINI, J" if congress == 97 & id == 14272 replace nameshort = "DAMOURS, N" if congress == 97 & id == 14284 replace nameshort = "GREGG, J" if congress == 97 & id == 14826 replace nameshort = "FLORIO, J" if congress == 97 & id == 14223 replace nameshort = "HUGHES, W" if congress == 97 & id == 14238 replace nameshort = "HOWARD, J" if congress == 97 & id == 10739 replace nameshort = "SMITH, C" if congress == 97 & id == 14863 replace nameshort = "FENWICK, M" if congress == 97 & id == 14221 replace nameshort = "FORSYTHE, E" if congress == 97 & id == 12046 replace nameshort = "ROUKEMA, M" if congress == 97 & id == 14855 replace nameshort = "ROE, R" if congress == 97 & id == 12042 replace nameshort = "HOLLENBECK" if congress == 97 & id == 14426 replace nameshort = "RODINO, P" if congress == 97 & id == 8010 replace nameshort = "MINISH, J" if congress == 97 & id == 10609 replace nameshort = "RINALDO, M" if congress == 97 & id == 14046 replace nameshort = "COURTER, J" if congress == 97 & id == 14614 replace nameshort = "GUARINI, F" if congress == 97 & id == 14631 replace nameshort = "DWYER, B" if congress == 97 & id == 14815 replace nameshort = "LUJAN, M" if congress == 97 & id == 12022 replace nameshort = "SKEEN, J" if congress == 97 & id == 14861 replace nameshort = "CARNEY, W" if congress == 97 & id == 14610 replace nameshort = "DOWNEY, T" if congress == 97 & id == 14214 replace nameshort = "CARMAN, G" if congress == 97 & id == 14804 replace nameshort = "LENT, N" if congress == 97 & id == 13021 replace nameshort = "MCGRATH, R" if congress == 97 & id == 14845 replace nameshort = "LEBOUTILLIE" if congress == 97 & id == 14838 replace nameshort = "ADDABBO, J" if congress == 97 & id == 10500 replace nameshort = "ROSENTHAL" if congress == 97 & id == 10551 replace nameshort = "FERRARO, G" if congress == 97 & id == 14625 replace nameshort = "BIAGGI, M" if congress == 97 & id == 12003 replace nameshort = "SCHEUER, J" if congress == 97 & id == 10768 replace nameshort = "CHISHOLM, S" if congress == 97 & id == 12008 replace nameshort = "SOLARZ, S" if congress == 97 & id == 14277 replace nameshort = "RICHMOND, F" if congress == 97 & id == 14269 replace nameshort = "ZEFERETTI" if congress == 97 & id == 14283 replace nameshort = "SCHUMER, C" if congress == 97 & id == 14858 replace nameshort = "MOLINARI, G" if congress == 97 & id == 14846 replace nameshort = "GREEN, S" if congress == 97 & id == 14471 replace nameshort = "RANGEL, C" if congress == 97 & id == 13035 replace nameshort = "WEISS, T" if congress == 97 & id == 14463 replace nameshort = "GARCIA, R" if congress == 97 & id == 14470 replace nameshort = "BINGHAM, J" if congress == 97 & id == 10705 replace nameshort = "PEYSER, P" if congress == 97 & id == 13033 replace nameshort = "OTTINGER, R" if congress == 97 & id == 10760 replace nameshort = "FISH, H" if congress == 97 & id == 12013 replace nameshort = "GILMAN, B" if congress == 97 & id == 14015 replace nameshort = "MCHUGH, M" if congress == 97 & id == 14253 replace nameshort = "STRATTON, S" if congress == 97 & id == 9017 replace nameshort = "SOLOMON, G" if congress == 97 & id == 14662 replace nameshort = "MARTIN, D" if congress == 97 & id == 14840 replace nameshort = "MITCHELL, D" if congress == 97 & id == 14038 replace nameshort = "WORTLEY, G" if congress == 97 & id == 14870 replace nameshort = "LEE, G" if congress == 97 & id == 14642 replace nameshort = "HORTON, F" if congress == 97 & id == 10596 replace nameshort = "CONABLE, B" if congress == 97 & id == 10712 replace nameshort = "LAFALCE, J" if congress == 97 & id == 14248 replace nameshort = "NOWAK, H" if congress == 97 & id == 14264 replace nameshort = "KEMP, J" if congress == 97 & id == 13020 replace nameshort = "LUNDINE, S" if congress == 97 & id == 14289 replace nameshort = "JONES, W" if congress == 97 & id == 10788 replace nameshort = "FOUNTAIN, L" if congress == 97 & id == 3321 replace nameshort = "WHITLEY, C" if congress == 97 & id == 14464 replace nameshort = "ANDREWS, I" if congress == 97 & id == 14001 replace nameshort = "NEAL, S" if congress == 97 & id == 14262 replace nameshort = "JOHNSTON, E" if congress == 97 & id == 14836 replace nameshort = "ROSE, C" if congress == 97 & id == 14048 replace nameshort = "HEFNER, W" if congress == 97 & id == 14233 replace nameshort = "MARTIN, J" if congress == 97 & id == 14035 replace nameshort = "BROYHILL, J" if congress == 97 & id == 10574 replace nameshort = "HENDON, W" if congress == 97 & id == 14832 replace nameshort = "DORGAN, B" if congress == 97 & id == 14812 replace nameshort = "GRADISON, B" if congress == 97 & id == 14225 replace nameshort = "LUKEN, T" if congress == 97 & id == 14070 replace nameshort = "HALL, A" if congress == 97 & id == 14632 replace nameshort = "GUYER, T" if congress == 97 & id == 14018 replace nameshort = "OXLEY M" if congress == 97 & id == 14875 replace nameshort = "LATTA, D" if congress == 97 & id == 5495 replace nameshort = "MCEWEN, B" if congress == 97 & id == 14844 replace nameshort = "BROWN, C" if congress == 97 & id == 10786 replace nameshort = "KINDNESS, T" if congress == 97 & id == 14245 replace nameshort = "WEBER, E" if congress == 97 & id == 14867 replace nameshort = "MILLER, C" if congress == 97 & id == 11034 replace nameshort = "STANTON, J" if congress == 97 & id == 10773 replace nameshort = "SHAMANSKY" if congress == 97 & id == 14859 replace nameshort = "PEASE, D" if congress == 97 & id == 14445 replace nameshort = "SEIBERLING" if congress == 97 & id == 13040 replace nameshort = "WYLIE, C" if congress == 97 & id == 11058 replace nameshort = "REGULA, R" if congress == 97 & id == 14045 replace nameshort = "ASHBROOK, J" if congress == 97 & id == 10502 replace nameshort = "ASHBROOK, J" if congress == 97 & id == 14878 replace nameshort = "APPLEGATE" if congress == 97 & id == 14402 replace nameshort = "WILLIAMS, L" if congress == 97 & id == 14671 replace nameshort = "OAKAR, M" if congress == 97 & id == 14443 replace nameshort = "STOKES, L" if congress == 97 & id == 12030 replace nameshort = "ECKART, D" if congress == 97 & id == 14818 replace nameshort = "MOTTL, R" if congress == 97 & id == 14260 replace nameshort = "JONES, J" if congress == 97 & id == 14026 replace nameshort = "SYNAR, M" if congress == 97 & id == 14667 replace nameshort = "WATKINS, W" if congress == 97 & id == 14462 replace nameshort = "MCCURDY, D" if congress == 97 & id == 14843 replace nameshort = "EDWARDS, M" if congress == 97 & id == 14415 replace nameshort = "ENGLISH, G" if congress == 97 & id == 14219 replace nameshort = "AUCOIN, L" if congress == 97 & id == 14201 replace nameshort = "SMITH, D" if congress == 97 & id == 14864 replace nameshort = "WYDEN, R" if congress == 97 & id == 14871 replace nameshort = "WEAVER, J" if congress == 97 & id == 14281 replace nameshort = "FOGLIETTA" if congress == 97 & id == 14823 replace nameshort = "GRAY, W" if congress == 97 & id == 14629 replace nameshort = "LEDERER, R" if congress == 97 & id == 14434 replace nameshort = "SMITH JOSEP" if congress == 97 & id == 14876 replace nameshort = "DOUGHERTY" if congress == 97 & id == 14622 replace nameshort = "SCHULZE, R" if congress == 97 & id == 14273 replace nameshort = "YATRON, G" if congress == 97 & id == 12035 replace nameshort = "EDGAR, R" if congress == 97 & id == 14217 replace nameshort = "COYNE, J" if congress == 97 & id == 14807 replace nameshort = "SHUSTER, B" if congress == 97 & id == 14052 replace nameshort = "MCDADE, J" if congress == 97 & id == 10607 replace nameshort = "NELLIGAN, J" if congress == 97 & id == 14849 replace nameshort = "MURTHA, J" if congress == 97 & id == 14072 replace nameshort = "COUGHLIN, L" if congress == 97 & id == 12010 replace nameshort = "COYNE, W" if congress == 97 & id == 14808 replace nameshort = "RITTER, D" if congress == 97 & id == 14654 replace nameshort = "WALKER, R" if congress == 97 & id == 14461 replace nameshort = "ERTEL, A" if congress == 97 & id == 14416 replace nameshort = "WALGREN, D" if congress == 97 & id == 14460 replace nameshort = "GOODLING, W" if congress == 97 & id == 14288 replace nameshort = "GAYDOS, J" if congress == 97 & id == 11067 replace nameshort = "BAILEY, D" if congress == 97 & id == 14603 replace nameshort = "MURPHY, A" if congress == 97 & id == 14441 replace nameshort = "CLINGER, W" if congress == 97 & id == 14612 replace nameshort = "MARKS, M" if congress == 97 & id == 14436 replace nameshort = "ATKINSON, E" if congress == 97 & id == 94602 replace nameshort = "ST GERMAIN" if congress == 97 & id == 10561 replace nameshort = "SCHNEIDER" if congress == 97 & id == 14857 replace nameshort = "HARTNETT, T" if congress == 97 & id == 14830 replace nameshort = "SPENCE, F" if congress == 97 & id == 13042 replace nameshort = "DERRICK, B" if congress == 97 & id == 14212 replace nameshort = "CAMPBELL, C" if congress == 97 & id == 14609 replace nameshort = "HOLLAND, K" if congress == 97 & id == 14235 replace nameshort = "NAPIER, J" if congress == 97 & id == 14848 replace nameshort = "DASCHLE" if congress == 97 & id == 14617 replace nameshort = "ROBERTS, C" if congress == 97 & id == 14851 replace nameshort = "QUILLEN, J" if congress == 97 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 97 & id == 10719 replace nameshort = "BOUQUARD, M" if congress == 97 & id == 14251 replace nameshort = "GORE, A" if congress == 97 & id == 14423 replace nameshort = "BONER, B" if congress == 97 & id == 14607 replace nameshort = "BEARD, R" if congress == 97 & id == 14004 replace nameshort = "JONES, E" if congress == 97 & id == 12038 replace nameshort = "FORD, H" if congress == 97 & id == 14224 replace nameshort = "HALL, S" if congress == 97 & id == 14291 replace nameshort = "WILSON, C" if congress == 97 & id == 14062 replace nameshort = "COLLINS, J" if congress == 97 & id == 11066 replace nameshort = "HALL, R" if congress == 97 & id == 14828 replace nameshort = "MATTOX, J" if congress == 97 & id == 14439 replace nameshort = "GRAMM, P" if congress == 97 & id == 94628 replace nameshort = "ARCHER, B" if congress == 97 & id == 13002 replace nameshort = "FIELDS, J" if congress == 97 & id == 14822 replace nameshort = "BROOKS, J" if congress == 97 & id == 1077 replace nameshort = "PICKLE, J" if congress == 97 & id == 10614 replace nameshort = "LEATH, J" if congress == 97 & id == 14641 replace nameshort = "WRIGHT, J" if congress == 97 & id == 10391 replace nameshort = "HIGHTOWER" if congress == 97 & id == 14234 replace nameshort = "PATMAN, W" if congress == 97 & id == 14850 replace nameshort = "DELAGARZA" if congress == 97 & id == 10716 replace nameshort = "WHITE, R" if congress == 97 & id == 10783 replace nameshort = "STENHOLM, C" if congress == 97 & id == 14664 replace nameshort = "LELAND, G" if congress == 97 & id == 14643 replace nameshort = "HANCE, K" if congress == 97 & id == 14633 replace nameshort = "GONZALEZ, H" if congress == 97 & id == 10520 replace nameshort = "LOEFFLER, T" if congress == 97 & id == 14645 replace nameshort = "PAUL, R" if congress == 97 & id == 14290 replace nameshort = "KAZEN, A" if congress == 97 & id == 11023 replace nameshort = "FROST, J" if congress == 97 & id == 14626 replace nameshort = "HANSEN, J" if congress == 97 & id == 14829 replace nameshort = "MARRIOTT, D" if congress == 97 & id == 14438 replace nameshort = "JEFFORDS, J" if congress == 97 & id == 14240 replace nameshort = "TRIBLE, P" if congress == 97 & id == 14456 replace nameshort = "WHITEHURST" if congress == 97 & id == 12033 replace nameshort = "BLILEY, T" if congress == 97 & id == 14802 replace nameshort = "DANIEL, R" if congress == 97 & id == 14013 replace nameshort = "DANIEL, D C" if congress == 97 & id == 12011 replace nameshort = "BUTLER, M" if congress == 97 & id == 13055 replace nameshort = "ROBINSON, J" if congress == 97 & id == 13036 replace nameshort = "PARRIS, S" if congress == 97 & id == 14043 replace nameshort = "WAMPLER, W" if congress == 97 & id == 9802 replace nameshort = "WOLF, F" if congress == 97 & id == 14869 replace nameshort = "PRITCHARD" if congress == 97 & id == 14044 replace nameshort = "SWIFT, A" if congress == 97 & id == 14666 replace nameshort = "BONKER, D" if congress == 97 & id == 14208 replace nameshort = "MORRISON, S" if congress == 97 & id == 14847 replace nameshort = "FOLEY, T" if congress == 97 & id == 10726 replace nameshort = "DICKS, D" if congress == 97 & id == 14413 replace nameshort = "LOWRY, M" if congress == 97 & id == 14646 replace nameshort = "MOLLOHAN, R" if congress == 97 & id == 6584 replace nameshort = "BENEDICT, C" if congress == 97 & id == 14801 replace nameshort = "STATON, M" if congress == 97 & id == 14865 replace nameshort = "RAHALL, N" if congress == 97 & id == 14448 replace nameshort = "ASPIN, L" if congress == 97 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 97 & id == 5101 replace nameshort = "GUNDERSON" if congress == 97 & id == 14827 replace nameshort = "ZABLOCKI, C" if congress == 97 & id == 10463 replace nameshort = "REUSS, H" if congress == 97 & id == 7824 replace nameshort = "PETRI, T" if congress == 97 & id == 14675 replace nameshort = "OBEY, D" if congress == 97 & id == 12036 replace nameshort = "ROTH, T" if congress == 97 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 97 & id == 14657 replace nameshort = "CHENEY, R" if congress == 97 & id == 14611 replace nameshort = "REAGAN" if congress == 98 & id == 99907 replace nameshort = "EDWARDS, J" if congress == 98 & id == 10721 replace nameshort = "DICKINSON" if congress == 98 & id == 10717 replace nameshort = "NICHOLS, B" if congress == 98 & id == 11037 replace nameshort = "BEVILL, T" if congress == 98 & id == 11000 replace nameshort = "FLIPPO, R" if congress == 98 & id == 14419 replace nameshort = "ERDREICH, B" if congress == 98 & id == 15022 replace nameshort = "SHELBY, D" if congress == 98 & id == 14659 replace nameshort = "YOUNG, D" if congress == 98 & id == 14066 replace nameshort = "MCCAIN, J" if congress == 98 & id == 15039 replace nameshort = "UDALL, M" if congress == 98 & id == 10566 replace nameshort = "STUMP, B" if congress == 98 & id == 14454 replace nameshort = "RUDD, E" if congress == 98 & id == 14449 replace nameshort = "MCNULTY, J" if congress == 98 & id == 15043 replace nameshort = "ALEXANDER" if congress == 98 & id == 12000 replace nameshort = "BETHUNE, E" if congress == 98 & id == 14606 replace nameshort = "HAMMERSCHMI" if congress == 98 & id == 11020 replace nameshort = "ANTHONY, B" if congress == 98 & id == 14601 replace nameshort = "BOSCO, D" if congress == 98 & id == 15009 replace nameshort = "CHAPPIE, E" if congress == 98 & id == 14805 replace nameshort = "MATSUI, R" if congress == 98 & id == 14649 replace nameshort = "FAZIO, V" if congress == 98 & id == 14624 replace nameshort = "BURTON, P" if congress == 98 & id == 10577 replace nameshort = "BURTON, S" if congress == 98 & id == 15080 replace nameshort = "BOXER, B" if congress == 98 & id == 15011 replace nameshort = "MILLER, G" if congress == 98 & id == 14256 replace nameshort = "DELLUMS, R" if congress == 98 & id == 13011 replace nameshort = "STARK, F" if congress == 98 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 98 & id == 10583 replace nameshort = "LANTOS, T" if congress == 98 & id == 14837 replace nameshort = "ZSCHAU, E" if congress == 98 & id == 15078 replace nameshort = "MINETA, N" if congress == 98 & id == 14257 replace nameshort = "SHUMWAY, N" if congress == 98 & id == 14660 replace nameshort = "COELHO, A" if congress == 98 & id == 14613 replace nameshort = "PANETTA, L" if congress == 98 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 98 & id == 14652 replace nameshort = "LEHMAN, R" if congress == 98 & id == 15032 replace nameshort = "LAGOMARSINO" if congress == 98 & id == 14071 replace nameshort = "THOMAS, W" if congress == 98 & id == 14669 replace nameshort = "FIEDLER, B" if congress == 98 & id == 14821 replace nameshort = "MOORHEAD, C" if congress == 98 & id == 14040 replace nameshort = "BEILENSON" if congress == 98 & id == 14405 replace nameshort = "WAXMAN, H" if congress == 98 & id == 14280 replace nameshort = "ROYBAL, E" if congress == 98 & id == 10621 replace nameshort = "BERMAN, H" if congress == 98 & id == 15005 replace nameshort = "LEVINE, M" if congress == 98 & id == 15034 replace nameshort = "DIXON, J" if congress == 98 & id == 14620 replace nameshort = "HAWKINS, A" if congress == 98 & id == 10595 replace nameshort = "MARTINEZ, M" if congress == 98 & id == 14879 replace nameshort = "DYMALLY, M" if congress == 98 & id == 14816 replace nameshort = "ANDERSON, G" if congress == 98 & id == 12001 replace nameshort = "DREIER, D" if congress == 98 & id == 14813 replace nameshort = "TORRES, E" if congress == 98 & id == 15070 replace nameshort = "LEWIS, J" if congress == 98 & id == 14644 replace nameshort = "BROWN, G" if congress == 98 & id == 10573 replace nameshort = "MCCANDLESS" if congress == 98 & id == 15040 replace nameshort = "PATTERSON" if congress == 98 & id == 14266 replace nameshort = "DANNEMEYER" if congress == 98 & id == 14616 replace nameshort = "BADHAM, R" if congress == 98 & id == 14403 replace nameshort = "LOWERY, B" if congress == 98 & id == 14839 replace nameshort = "LUNGREN, D" if congress == 98 & id == 14647 replace nameshort = "PACKARD, R" if congress == 98 & id == 15051 replace nameshort = "BATES, J" if congress == 98 & id == 15004 replace nameshort = "HUNTER, D" if congress == 98 & id == 14835 replace nameshort = "SCHROEDER" if congress == 98 & id == 14051 replace nameshort = "WIRTH, T" if congress == 98 & id == 14282 replace nameshort = "KOGOVSEK, R" if congress == 98 & id == 14638 replace nameshort = "BROWN, H" if congress == 98 & id == 14803 replace nameshort = "KRAMER, K" if congress == 98 & id == 14639 replace nameshort = "SCHAEFER, D" if congress == 98 & id == 15058 replace nameshort = "SWIGERT, J" if congress == 98 & id == 15067 replace nameshort = "KENNELLY, B" if congress == 98 & id == 14877 replace nameshort = "GEJDENSON" if congress == 98 & id == 14825 replace nameshort = "MORRISON, B" if congress == 98 & id == 15045 replace nameshort = "MCKINNEY, S" if congress == 98 & id == 13029 replace nameshort = "RATCHFORD" if congress == 98 & id == 14653 replace nameshort = "JOHNSON, N" if congress == 98 & id == 15028 replace nameshort = "CARPER, T" if congress == 98 & id == 15015 replace nameshort = "HUTTO, E" if congress == 98 & id == 14636 replace nameshort = "FUQUA, D" if congress == 98 & id == 10587 replace nameshort = "BENNETT, C" if congress == 98 & id == 633 replace nameshort = "CHAPPELL, B" if congress == 98 & id == 12007 replace nameshort = "MCCOLLUM, B" if congress == 98 & id == 14842 replace nameshort = "MACKAY, B" if congress == 98 & id == 15038 replace nameshort = "GIBBONS, S" if congress == 98 & id == 10588 replace nameshort = "YOUNG, C" if congress == 98 & id == 13047 replace nameshort = "BILIRAKIS" if congress == 98 & id == 15006 replace nameshort = "IRELAND, A" if congress == 98 & id == 94428 replace nameshort = "NELSON, C" if congress == 98 & id == 14651 replace nameshort = "LEWIS, T" if congress == 98 & id == 15035 replace nameshort = "MACK, C" if congress == 98 & id == 15037 replace nameshort = "MICA, D" if congress == 98 & id == 14648 replace nameshort = "SHAW, C" if congress == 98 & id == 14860 replace nameshort = "SMITH, L" if congress == 98 & id == 15062 replace nameshort = "LEHMAN, W" if congress == 98 & id == 14029 replace nameshort = "PEPPER, C" if congress == 98 & id == 7333 replace nameshort = "FASCELL, D" if congress == 98 & id == 3078 replace nameshort = "THOMAS, L" if congress == 98 & id == 15069 replace nameshort = "HATCHER, C" if congress == 98 & id == 14831 replace nameshort = "RAY, R" if congress == 98 & id == 15053 replace nameshort = "LEVITAS, E" if congress == 98 & id == 14249 replace nameshort = "FOWLER, W" if congress == 98 & id == 14467 replace nameshort = "GINGRICH, N" if congress == 98 & id == 14627 replace nameshort = "MCDONALD, L" if congress == 98 & id == 14252 replace nameshort = "DARDEN" if congress == 98 & id == 15081 replace nameshort = "ROWLAND, J" if congress == 98 & id == 15057 replace nameshort = "JENKINS, E" if congress == 98 & id == 14429 replace nameshort = "BARNARD, D" if congress == 98 & id == 14404 replace nameshort = "HEFTEL, C" if congress == 98 & id == 14425 replace nameshort = "AKAKA, D" if congress == 98 & id == 14400 replace nameshort = "CRAIG, L" if congress == 98 & id == 14809 replace nameshort = "HANSEN, G" if congress == 98 & id == 10734 replace nameshort = "WASHINGTON" if congress == 98 & id == 14866 replace nameshort = "HAYES, C" if congress == 98 & id == 15079 replace nameshort = "SAVAGE, G" if congress == 98 & id == 14856 replace nameshort = "RUSSO, M" if congress == 98 & id == 14271 replace nameshort = "OBRIEN, G" if congress == 98 & id == 14041 replace nameshort = "LIPINSKI, W" if congress == 98 & id == 15036 replace nameshort = "HYDE, H" if congress == 98 & id == 14239 replace nameshort = "COLLINS, C" if congress == 98 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 98 & id == 8080 replace nameshort = "YATES, S" if congress == 98 & id == 10421 replace nameshort = "PORTER, J" if congress == 98 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 98 & id == 10703 replace nameshort = "CRANE, P" if congress == 98 & id == 12041 replace nameshort = "ERLENBORN" if congress == 98 & id == 10722 replace nameshort = "CORCORAN, T" if congress == 98 & id == 14411 replace nameshort = "MADIGAN, E" if congress == 98 & id == 14033 replace nameshort = "MARTIN, L" if congress == 98 & id == 14841 replace nameshort = "EVANS, L" if congress == 98 & id == 15023 replace nameshort = "MICHEL, R" if congress == 98 & id == 6455 replace nameshort = "CRANE, D" if congress == 98 & id == 14615 replace nameshort = "DURBIN, D" if congress == 98 & id == 15021 replace nameshort = "PRICE, M" if congress == 98 & id == 7610 replace nameshort = "SIMON, P" if congress == 98 & id == 14275 replace nameshort = "HALL, K" if congress == 98 & id == 14880 replace nameshort = "SHARP, P" if congress == 98 & id == 14274 replace nameshort = "HILER, J" if congress == 98 & id == 14834 replace nameshort = "COATS, D" if congress == 98 & id == 14806 replace nameshort = "HILLIS, E" if congress == 98 & id == 13018 replace nameshort = "BURTON, D" if congress == 98 & id == 15014 replace nameshort = "MYERS, J" if congress == 98 & id == 11036 replace nameshort = "MCCLOSKEY" if congress == 98 & id == 15041 replace nameshort = "HAMILTON, L" if congress == 98 & id == 10732 replace nameshort = "JACOBS, A" if congress == 98 & id == 10742 replace nameshort = "LEACH, J" if congress == 98 & id == 14432 replace nameshort = "TAUKE, T" if congress == 98 & id == 14668 replace nameshort = "EVANS, C" if congress == 98 & id == 14820 replace nameshort = "SMITH, N" if congress == 98 & id == 8672 replace nameshort = "HARKIN, T" if congress == 98 & id == 14230 replace nameshort = "BEDELL, B" if congress == 98 & id == 14205 replace nameshort = "ROBERTS, P" if congress == 98 & id == 14852 replace nameshort = "SLATTERY, J" if congress == 98 & id == 15061 replace nameshort = "WINN, L" if congress == 98 & id == 11057 replace nameshort = "GLICKMAN, D" if congress == 98 & id == 14422 replace nameshort = "WHITTAKER" if congress == 98 & id == 14670 replace nameshort = "HUBBARD, C" if congress == 98 & id == 14237 replace nameshort = "NATCHER, W" if congress == 98 & id == 6845 replace nameshort = "MAZZOLI, R" if congress == 98 & id == 13024 replace nameshort = "SNYDER, M" if congress == 98 & id == 10626 replace nameshort = "ROGERS, H" if congress == 98 & id == 14854 replace nameshort = "HOPKINS, L" if congress == 98 & id == 14635 replace nameshort = "PERKINS, C" if congress == 98 & id == 7343 replace nameshort = "LIVINGSTON" if congress == 98 & id == 14469 replace nameshort = "BOGGS, C" if congress == 98 & id == 14067 replace nameshort = "TAUZIN, W" if congress == 98 & id == 14679 replace nameshort = "ROEMER, C" if congress == 98 & id == 14853 replace nameshort = "HUCKABY, J" if congress == 98 & id == 14427 replace nameshort = "MOORE, W" if congress == 98 & id == 14259 replace nameshort = "BREAUX, J" if congress == 98 & id == 13056 replace nameshort = "LONG, G" if congress == 98 & id == 10602 replace nameshort = "MCKERNAN, J" if congress == 98 & id == 15042 replace nameshort = "SNOWE, O" if congress == 98 & id == 14661 replace nameshort = "DYSON, R" if congress == 98 & id == 14817 replace nameshort = "LONG, C" if congress == 98 & id == 10601 replace nameshort = "MIKULSKI, B" if congress == 98 & id == 14440 replace nameshort = "HOLT, M" if congress == 98 & id == 14021 replace nameshort = "HOYER, S" if congress == 98 & id == 14873 replace nameshort = "BYRON, B" if congress == 98 & id == 14608 replace nameshort = "MITCHELL, P" if congress == 98 & id == 13031 replace nameshort = "BARNES, M" if congress == 98 & id == 14604 replace nameshort = "CONTE, S" if congress == 98 & id == 2009 replace nameshort = "BOLAND, E" if congress == 98 & id == 830 replace nameshort = "EARLY, J" if congress == 98 & id == 14216 replace nameshort = "FRANK, B" if congress == 98 & id == 14824 replace nameshort = "SHANNON, J" if congress == 98 & id == 14658 replace nameshort = "MAVROULES" if congress == 98 & id == 14650 replace nameshort = "MARKEY, E" if congress == 98 & id == 14435 replace nameshort = "ONEILL, T" if congress == 98 & id == 7081 replace nameshort = "MOAKLEY, J" if congress == 98 & id == 14039 replace nameshort = "STUDDS, G" if congress == 98 & id == 14055 replace nameshort = "DONNELLY, B" if congress == 98 & id == 14621 replace nameshort = "CONYERS, J" if congress == 98 & id == 10713 replace nameshort = "PURSELL, C" if congress == 98 & id == 14446 replace nameshort = "WOLPE, H" if congress == 98 & id == 14673 replace nameshort = "SILJANDER" if congress == 98 & id == 14872 replace nameshort = "SAWYER, H" if congress == 98 & id == 14450 replace nameshort = "CARR, B" if congress == 98 & id == 14210 replace nameshort = "KILDEE, D" if congress == 98 & id == 14430 replace nameshort = "TRAXLER, B" if congress == 98 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 98 & id == 10794 replace nameshort = "ALBOSTA, D" if congress == 98 & id == 14600 replace nameshort = "DAVIS, R" if congress == 98 & id == 14618 replace nameshort = "BONIOR, D" if congress == 98 & id == 14407 replace nameshort = "CROCKETT, G" if congress == 98 & id == 14681 replace nameshort = "HERTEL, D" if congress == 98 & id == 14833 replace nameshort = "FORD, W" if congress == 98 & id == 10727 replace nameshort = "DINGELL, J" if congress == 98 & id == 2605 replace nameshort = "LEVIN, S" if congress == 98 & id == 15033 replace nameshort = "BROOMFIELD" if congress == 98 & id == 1087 replace nameshort = "PENNY, T" if congress == 98 & id == 15052 replace nameshort = "WEBER, V" if congress == 98 & id == 14868 replace nameshort = "FRENZEL, B" if congress == 98 & id == 13015 replace nameshort = "VENTO, B" if congress == 98 & id == 14458 replace nameshort = "SABO, M" if congress == 98 & id == 14656 replace nameshort = "SIKORSKI, G" if congress == 98 & id == 15059 replace nameshort = "STANGELAND" if congress == 98 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 98 & id == 14265 replace nameshort = "WHITTEN, J" if congress == 98 & id == 10075 replace nameshort = "FRANKLIN, W" if congress == 98 & id == 15025 replace nameshort = "MONTGOMERY" if congress == 98 & id == 11035 replace nameshort = "DOWDY, W" if congress == 98 & id == 14874 replace nameshort = "LOTT, T" if congress == 98 & id == 14031 replace nameshort = "CLAY, W" if congress == 98 & id == 12009 replace nameshort = "YOUNG, R" if congress == 98 & id == 14465 replace nameshort = "GEPHARDT, R" if congress == 98 & id == 14421 replace nameshort = "SKELTON, I" if congress == 98 & id == 14451 replace nameshort = "WHEAT, A" if congress == 98 & id == 15076 replace nameshort = "COLEMAN, E" if congress == 98 & id == 14410 replace nameshort = "TAYLOR, G" if congress == 98 & id == 14057 replace nameshort = "EMERSON, B" if congress == 98 & id == 14819 replace nameshort = "VOLKMER, H" if congress == 98 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 98 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 98 & id == 14437 replace nameshort = "BEREUTER, D" if congress == 98 & id == 14605 replace nameshort = "DAUB, H" if congress == 98 & id == 14810 replace nameshort = "SMITH, V" if congress == 98 & id == 14276 replace nameshort = "REID, H" if congress == 98 & id == 15054 replace nameshort = "VUCANOVICH" if congress == 98 & id == 15075 replace nameshort = "DAMOURS, N" if congress == 98 & id == 14284 replace nameshort = "GREGG, J" if congress == 98 & id == 14826 replace nameshort = "FLORIO, J" if congress == 98 & id == 14223 replace nameshort = "HUGHES, W" if congress == 98 & id == 14238 replace nameshort = "HOWARD, J" if congress == 98 & id == 10739 replace nameshort = "SMITH, C" if congress == 98 & id == 14863 replace nameshort = "ROUKEMA, M" if congress == 98 & id == 14855 replace nameshort = "DWYER, B" if congress == 98 & id == 14815 replace nameshort = "RINALDO, M" if congress == 98 & id == 14046 replace nameshort = "ROE, R" if congress == 98 & id == 12042 replace nameshort = "TORRICELLI" if congress == 98 & id == 15071 replace nameshort = "RODINO, P" if congress == 98 & id == 8010 replace nameshort = "MINISH, J" if congress == 98 & id == 10609 replace nameshort = "COURTER, J" if congress == 98 & id == 14614 replace nameshort = "FORSYTHE, E" if congress == 98 & id == 12046 replace nameshort = "GUARINI, F" if congress == 98 & id == 14631 replace nameshort = "LUJAN, M" if congress == 98 & id == 12022 replace nameshort = "SKEEN, J" if congress == 98 & id == 14861 replace nameshort = "RICHARDSON" if congress == 98 & id == 15055 replace nameshort = "CARNEY, W" if congress == 98 & id == 14610 replace nameshort = "DOWNEY, T" if congress == 98 & id == 14214 replace nameshort = "MRAZEK, R" if congress == 98 & id == 15046 replace nameshort = "LENT, N" if congress == 98 & id == 13021 replace nameshort = "MCGRATH, R" if congress == 98 & id == 14845 replace nameshort = "ADDABBO, J" if congress == 98 & id == 10500 replace nameshort = "ACKERMAN, G" if congress == 98 & id == 15000 replace nameshort = "SCHEUER, J" if congress == 98 & id == 10768 replace nameshort = "FERRARO, G" if congress == 98 & id == 14625 replace nameshort = "SCHUMER, C" if congress == 98 & id == 14858 replace nameshort = "TOWNS, E" if congress == 98 & id == 15072 replace nameshort = "OWENS, M" if congress == 98 & id == 15050 replace nameshort = "SOLARZ, S" if congress == 98 & id == 14277 replace nameshort = "MOLINARI, G" if congress == 98 & id == 14846 replace nameshort = "GREEN, S" if congress == 98 & id == 14471 replace nameshort = "RANGEL, C" if congress == 98 & id == 13035 replace nameshort = "WEISS, T" if congress == 98 & id == 14463 replace nameshort = "GARCIA, R" if congress == 98 & id == 14470 replace nameshort = "BIAGGI, M" if congress == 98 & id == 12003 replace nameshort = "OTTINGER, R" if congress == 98 & id == 10760 replace nameshort = "FISH, H" if congress == 98 & id == 12013 replace nameshort = "GILMAN, B" if congress == 98 & id == 14015 replace nameshort = "STRATTON, S" if congress == 98 & id == 9017 replace nameshort = "SOLOMON, G" if congress == 98 & id == 14662 replace nameshort = "BOEHLERT, S" if congress == 98 & id == 15007 replace nameshort = "MARTIN, D" if congress == 98 & id == 14840 replace nameshort = "WORTLEY, G" if congress == 98 & id == 14870 replace nameshort = "MCHUGH, M" if congress == 98 & id == 14253 replace nameshort = "HORTON, F" if congress == 98 & id == 10596 replace nameshort = "CONABLE, B" if congress == 98 & id == 10712 replace nameshort = "KEMP, J" if congress == 98 & id == 13020 replace nameshort = "LAFALCE, J" if congress == 98 & id == 14248 replace nameshort = "NOWAK, H" if congress == 98 & id == 14264 replace nameshort = "LUNDINE, S" if congress == 98 & id == 14289 replace nameshort = "JONES, W" if congress == 98 & id == 10788 replace nameshort = "VALENTINE" if congress == 98 & id == 15073 replace nameshort = "WHITLEY, C" if congress == 98 & id == 14464 replace nameshort = "ANDREWS, I" if congress == 98 & id == 14001 replace nameshort = "NEAL, S" if congress == 98 & id == 14262 replace nameshort = "BRITT, R" if congress == 98 & id == 15012 replace nameshort = "ROSE, C" if congress == 98 & id == 14048 replace nameshort = "HEFNER, W" if congress == 98 & id == 14233 replace nameshort = "MARTIN, J" if congress == 98 & id == 14035 replace nameshort = "BROYHILL, J" if congress == 98 & id == 10574 replace nameshort = "CLARKE, J" if congress == 98 & id == 15017 replace nameshort = "DORGAN, B" if congress == 98 & id == 14812 replace nameshort = "LUKEN, T" if congress == 98 & id == 14070 replace nameshort = "GRADISON, B" if congress == 98 & id == 14225 replace nameshort = "HALL, A" if congress == 98 & id == 14632 replace nameshort = "OXLEY, M" if congress == 98 & id == 14875 replace nameshort = "LATTA, D" if congress == 98 & id == 5495 replace nameshort = "MCEWEN, B" if congress == 98 & id == 14844 replace nameshort = "DEWINE, M" if congress == 98 & id == 15020 replace nameshort = "KINDNESS, T" if congress == 98 & id == 14245 replace nameshort = "KAPTUR, M" if congress == 98 & id == 15029 replace nameshort = "MILLER, C" if congress == 98 & id == 11034 replace nameshort = "ECKART, D" if congress == 98 & id == 14818 replace nameshort = "KASICH, J" if congress == 98 & id == 15030 replace nameshort = "PEASE, D" if congress == 98 & id == 14445 replace nameshort = "SEIBERLING" if congress == 98 & id == 13040 replace nameshort = "WYLIE, C" if congress == 98 & id == 11058 replace nameshort = "REGULA, R" if congress == 98 & id == 14045 replace nameshort = "WILLIAMS, L" if congress == 98 & id == 14671 replace nameshort = "APPLEGATE" if congress == 98 & id == 14402 replace nameshort = "FEIGHAN, E" if congress == 98 & id == 15024 replace nameshort = "OAKAR, M" if congress == 98 & id == 14443 replace nameshort = "STOKES, L" if congress == 98 & id == 12030 replace nameshort = "JONES, J" if congress == 98 & id == 14026 replace nameshort = "SYNAR, M" if congress == 98 & id == 14667 replace nameshort = "WATKINS, W" if congress == 98 & id == 14462 replace nameshort = "MCCURDY, D" if congress == 98 & id == 14843 replace nameshort = "EDWARDS, M" if congress == 98 & id == 14415 replace nameshort = "ENGLISH, G" if congress == 98 & id == 14219 replace nameshort = "AUCOIN, L" if congress == 98 & id == 14201 replace nameshort = "SMITH, R" if congress == 98 & id == 15063 replace nameshort = "WYDEN, R" if congress == 98 & id == 14871 replace nameshort = "WEAVER, J" if congress == 98 & id == 14281 replace nameshort = "SMITH, D" if congress == 98 & id == 14864 replace nameshort = "FOGLIETTA" if congress == 98 & id == 14823 replace nameshort = "GRAY, W" if congress == 98 & id == 14629 replace nameshort = "BORSKI, R" if congress == 98 & id == 15008 replace nameshort = "KOLTER, J" if congress == 98 & id == 15031 replace nameshort = "SCHULZE, R" if congress == 98 & id == 14273 replace nameshort = "YATRON, G" if congress == 98 & id == 12035 replace nameshort = "EDGAR, R" if congress == 98 & id == 14217 replace nameshort = "KOSTMAYER" if congress == 98 & id == 14431 replace nameshort = "SHUSTER, B" if congress == 98 & id == 14052 replace nameshort = "MCDADE, J" if congress == 98 & id == 10607 replace nameshort = "HARRISON" if congress == 98 & id == 15027 replace nameshort = "MURTHA, J" if congress == 98 & id == 14072 replace nameshort = "COUGHLIN, L" if congress == 98 & id == 12010 replace nameshort = "COYNE, W" if congress == 98 & id == 14808 replace nameshort = "RITTER, D" if congress == 98 & id == 14654 replace nameshort = "WALKER, R" if congress == 98 & id == 14461 replace nameshort = "GEKAS, G" if congress == 98 & id == 15026 replace nameshort = "WALGREN, D" if congress == 98 & id == 14460 replace nameshort = "GOODLING, W" if congress == 98 & id == 14288 replace nameshort = "GAYDOS, J" if congress == 98 & id == 11067 replace nameshort = "RIDGE, T" if congress == 98 & id == 15056 replace nameshort = "MURPHY, A" if congress == 98 & id == 14441 replace nameshort = "CLINGER, W" if congress == 98 & id == 14612 replace nameshort = "ST GERMAIN" if congress == 98 & id == 10561 replace nameshort = "SCHNEIDER" if congress == 98 & id == 14857 replace nameshort = "HARTNETT, T" if congress == 98 & id == 14830 replace nameshort = "SPENCE, F" if congress == 98 & id == 13042 replace nameshort = "DERRICK, B" if congress == 98 & id == 14212 replace nameshort = "CAMPBELL, C" if congress == 98 & id == 14609 replace nameshort = "SPRATT, J" if congress == 98 & id == 15064 replace nameshort = "TALLON, R" if congress == 98 & id == 15068 replace nameshort = "DASCHLE" if congress == 98 & id == 14617 replace nameshort = "QUILLEN, J" if congress == 98 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 98 & id == 10719 replace nameshort = "BOUQUARD, M" if congress == 98 & id == 14251 replace nameshort = "COOPER, J" if congress == 98 & id == 15019 replace nameshort = "BONER, B" if congress == 98 & id == 14607 replace nameshort = "GORE, A" if congress == 98 & id == 14423 replace nameshort = "SUNDQUIST" if congress == 98 & id == 15066 replace nameshort = "JONES, E" if congress == 98 & id == 12038 replace nameshort = "FORD, H" if congress == 98 & id == 14224 replace nameshort = "HALL, S" if congress == 98 & id == 14291 replace nameshort = "WILSON, C" if congress == 98 & id == 14062 replace nameshort = "BARTLETT, S" if congress == 98 & id == 15002 replace nameshort = "HALL, R" if congress == 98 & id == 14828 replace nameshort = "BRYANT, J" if congress == 98 & id == 15013 replace nameshort = "GRAMM, P" if congress == 98 & id == 14628 replace nameshort = "ARCHER, B" if congress == 98 & id == 13002 replace nameshort = "FIELDS, J" if congress == 98 & id == 14822 replace nameshort = "BROOKS, J" if congress == 98 & id == 1077 replace nameshort = "PICKLE, J" if congress == 98 & id == 10614 replace nameshort = "LEATH, M" if congress == 98 & id == 14641 replace nameshort = "WRIGHT, J" if congress == 98 & id == 10391 replace nameshort = "HIGHTOWER" if congress == 98 & id == 14234 replace nameshort = "PATMAN, W" if congress == 98 & id == 14850 replace nameshort = "DELAGARZA" if congress == 98 & id == 10716 replace nameshort = "COLEMAN, R" if congress == 98 & id == 15018 replace nameshort = "STENHOLM, C" if congress == 98 & id == 14664 replace nameshort = "LELAND, G" if congress == 98 & id == 14643 replace nameshort = "HANCE, K" if congress == 98 & id == 14633 replace nameshort = "GONZALEZ, H" if congress == 98 & id == 10520 replace nameshort = "LOEFFLER, T" if congress == 98 & id == 14645 replace nameshort = "PAUL, R" if congress == 98 & id == 14290 replace nameshort = "KAZEN, A" if congress == 98 & id == 11023 replace nameshort = "FROST, J" if congress == 98 & id == 14626 replace nameshort = "ANDREWS, M" if congress == 98 & id == 15001 replace nameshort = "VANDERGRIFF" if congress == 98 & id == 15074 replace nameshort = "ORTIZ, S" if congress == 98 & id == 15049 replace nameshort = "HANSEN, J" if congress == 98 & id == 14829 replace nameshort = "MARRIOTT, D" if congress == 98 & id == 14438 replace nameshort = "NIELSON, H" if congress == 98 & id == 15047 replace nameshort = "JEFFORDS, J" if congress == 98 & id == 14240 replace nameshort = "BATEMAN, H" if congress == 98 & id == 15003 replace nameshort = "WHITEHURST" if congress == 98 & id == 12033 replace nameshort = "BLILEY, T" if congress == 98 & id == 14802 replace nameshort = "SISISKY, N" if congress == 98 & id == 15060 replace nameshort = "DANIEL, D C" if congress == 98 & id == 12011 replace nameshort = "OLIN, J" if congress == 98 & id == 15048 replace nameshort = "ROBINSON, J" if congress == 98 & id == 13036 replace nameshort = "PARRIS, S" if congress == 98 & id == 14043 replace nameshort = "BOUCHER, F" if congress == 98 & id == 15010 replace nameshort = "WOLF, F" if congress == 98 & id == 14869 replace nameshort = "PRITCHARD" if congress == 98 & id == 14044 replace nameshort = "SWIFT, A" if congress == 98 & id == 14666 replace nameshort = "BONKER, D" if congress == 98 & id == 14208 replace nameshort = "MORRISON, S" if congress == 98 & id == 14847 replace nameshort = "FOLEY, T" if congress == 98 & id == 10726 replace nameshort = "DICKS, D" if congress == 98 & id == 14413 replace nameshort = "LOWRY, M" if congress == 98 & id == 14646 replace nameshort = "CHANDLER, R" if congress == 98 & id == 15016 replace nameshort = "MOLLOHAN, A" if congress == 98 & id == 15083 replace nameshort = "STAGGERS, H" if congress == 98 & id == 15065 replace nameshort = "WISE, B" if congress == 98 & id == 15077 replace nameshort = "RAHALL, N" if congress == 98 & id == 14448 replace nameshort = "ASPIN, L" if congress == 98 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 98 & id == 5101 replace nameshort = "GUNDERSON" if congress == 98 & id == 14827 replace nameshort = "ZABLOCKI, C" if congress == 98 & id == 10463 replace nameshort = "KLECZKA, G." if congress == 98 & id == 15082 replace nameshort = "MOODY, J" if congress == 98 & id == 15044 replace nameshort = "PETRI, T" if congress == 98 & id == 14675 replace nameshort = "OBEY, D" if congress == 98 & id == 12036 replace nameshort = "ROTH, T" if congress == 98 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 98 & id == 14657 replace nameshort = "CHENEY, R" if congress == 98 & id == 14611 replace nameshort = "REAGAN" if congress == 99 & id == 99907 replace nameshort = "CALLAHAN" if congress == 99 & id == 15090 replace nameshort = "DICKINSON" if congress == 99 & id == 10717 replace nameshort = "NICHOLS, B" if congress == 99 & id == 11037 replace nameshort = "BEVILL, T" if congress == 99 & id == 11000 replace nameshort = "FLIPPO, R" if congress == 99 & id == 14419 replace nameshort = "ERDREICH, B" if congress == 99 & id == 15022 replace nameshort = "SHELBY, D" if congress == 99 & id == 14659 replace nameshort = "YOUNG, D" if congress == 99 & id == 14066 replace nameshort = "MCCAIN, J" if congress == 99 & id == 15039 replace nameshort = "UDALL, M" if congress == 99 & id == 10566 replace nameshort = "STUMP, B" if congress == 99 & id == 14454 replace nameshort = "RUDD, E" if congress == 99 & id == 14449 replace nameshort = "KOLBE" if congress == 99 & id == 15105 replace nameshort = "ALEXANDER" if congress == 99 & id == 12000 replace nameshort = "ROBINSON, T" if congress == 99 & id == 15122 replace nameshort = "HAMMERSCHMI" if congress == 99 & id == 11020 replace nameshort = "ANTHONY, B" if congress == 99 & id == 14601 replace nameshort = "BOSCO, D" if congress == 99 & id == 15009 replace nameshort = "CHAPPIE, E" if congress == 99 & id == 14805 replace nameshort = "MATSUI, R" if congress == 99 & id == 14649 replace nameshort = "FAZIO, V" if congress == 99 & id == 14624 replace nameshort = "BURTON, S" if congress == 99 & id == 15080 replace nameshort = "BOXER, B" if congress == 99 & id == 15011 replace nameshort = "MILLER, G" if congress == 99 & id == 14256 replace nameshort = "DELLUMS, R" if congress == 99 & id == 13011 replace nameshort = "STARK, F" if congress == 99 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 99 & id == 10583 replace nameshort = "LANTOS, T" if congress == 99 & id == 14837 replace nameshort = "ZSCHAU, E" if congress == 99 & id == 15078 replace nameshort = "MINETA, N" if congress == 99 & id == 14257 replace nameshort = "SHUMWAY, N" if congress == 99 & id == 14660 replace nameshort = "COELHO, A" if congress == 99 & id == 14613 replace nameshort = "PANETTA, L" if congress == 99 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 99 & id == 14652 replace nameshort = "LEHMAN, R" if congress == 99 & id == 15032 replace nameshort = "LAGOMARSINO" if congress == 99 & id == 14071 replace nameshort = "THOMAS, W" if congress == 99 & id == 14669 replace nameshort = "FIEDLER, B" if congress == 99 & id == 14821 replace nameshort = "MOORHEAD, C" if congress == 99 & id == 14040 replace nameshort = "BEILENSON" if congress == 99 & id == 14405 replace nameshort = "WAXMAN, H" if congress == 99 & id == 14280 replace nameshort = "ROYBAL, E" if congress == 99 & id == 10621 replace nameshort = "BERMAN, H" if congress == 99 & id == 15005 replace nameshort = "LEVINE, M" if congress == 99 & id == 15034 replace nameshort = "DIXON, J" if congress == 99 & id == 14620 replace nameshort = "HAWKINS, A" if congress == 99 & id == 10595 replace nameshort = "MARTINEZ, M" if congress == 99 & id == 14879 replace nameshort = "DYMALLY, M" if congress == 99 & id == 14816 replace nameshort = "ANDERSON, G" if congress == 99 & id == 12001 replace nameshort = "DREIER, D" if congress == 99 & id == 14813 replace nameshort = "TORRES, E" if congress == 99 & id == 15070 replace nameshort = "LEWIS, J" if congress == 99 & id == 14644 replace nameshort = "BROWN, G" if congress == 99 & id == 10573 replace nameshort = "MCCANDLESS" if congress == 99 & id == 15040 replace nameshort = "DORNAN" if congress == 99 & id == 14414 replace nameshort = "DANNEMEYER" if congress == 99 & id == 14616 replace nameshort = "BADHAM, R" if congress == 99 & id == 14403 replace nameshort = "LOWERY, B" if congress == 99 & id == 14839 replace nameshort = "LUNGREN, D" if congress == 99 & id == 14647 replace nameshort = "PACKARD, R" if congress == 99 & id == 15051 replace nameshort = "BATES, J" if congress == 99 & id == 15004 replace nameshort = "HUNTER, D" if congress == 99 & id == 14835 replace nameshort = "SCHROEDER" if congress == 99 & id == 14051 replace nameshort = "WIRTH, T" if congress == 99 & id == 14282 replace nameshort = "STRANG" if congress == 99 & id == 15118 replace nameshort = "BROWN, H" if congress == 99 & id == 14803 replace nameshort = "KRAMER, K" if congress == 99 & id == 14639 replace nameshort = "SCHAEFER, D" if congress == 99 & id == 15058 replace nameshort = "KENNELLY, B" if congress == 99 & id == 14877 replace nameshort = "GEJDENSON" if congress == 99 & id == 14825 replace nameshort = "MORRISON, B" if congress == 99 & id == 15045 replace nameshort = "MCKINNEY, S" if congress == 99 & id == 13029 replace nameshort = "ROWLAND, G" if congress == 99 & id == 15123 replace nameshort = "JOHNSON, N" if congress == 99 & id == 15028 replace nameshort = "CARPER, T" if congress == 99 & id == 15015 replace nameshort = "HUTTO, E" if congress == 99 & id == 14636 replace nameshort = "FUQUA, D" if congress == 99 & id == 10587 replace nameshort = "BENNETT, C" if congress == 99 & id == 633 replace nameshort = "CHAPPELL, B" if congress == 99 & id == 12007 replace nameshort = "MCCOLLUM, B" if congress == 99 & id == 14842 replace nameshort = "MACKAY, B" if congress == 99 & id == 15038 replace nameshort = "GIBBONS, S" if congress == 99 & id == 10588 replace nameshort = "YOUNG, C" if congress == 99 & id == 13047 replace nameshort = "BILIRAKIS" if congress == 99 & id == 15006 replace nameshort = "IRELAND, A" if congress == 99 & id == 14428 replace nameshort = "NELSON, C" if congress == 99 & id == 14651 replace nameshort = "LEWIS, T" if congress == 99 & id == 15035 replace nameshort = "MACK, C" if congress == 99 & id == 15037 replace nameshort = "MICA, D" if congress == 99 & id == 14648 replace nameshort = "SHAW, C" if congress == 99 & id == 14860 replace nameshort = "SMITH, L" if congress == 99 & id == 15062 replace nameshort = "LEHMAN, W" if congress == 99 & id == 14029 replace nameshort = "PEPPER, C" if congress == 99 & id == 7333 replace nameshort = "FASCELL, D" if congress == 99 & id == 3078 replace nameshort = "THOMAS, L" if congress == 99 & id == 15069 replace nameshort = "HATCHER, C" if congress == 99 & id == 14831 replace nameshort = "RAY, R" if congress == 99 & id == 15053 replace nameshort = "SWINDALL" if congress == 99 & id == 15120 replace nameshort = "FOWLER, W" if congress == 99 & id == 14467 replace nameshort = "GINGRICH, N" if congress == 99 & id == 14627 replace nameshort = "DARDEN" if congress == 99 & id == 15081 replace nameshort = "ROWLAND, J" if congress == 99 & id == 15057 replace nameshort = "JENKINS, E" if congress == 99 & id == 14429 replace nameshort = "BARNARD, D" if congress == 99 & id == 14404 replace nameshort = "HEFTEL, C" if congress == 99 & id == 14425 replace nameshort = "ABERCROMBIE" if congress == 99 & id == 15245 replace nameshort = "AKAKA, D" if congress == 99 & id == 14400 replace nameshort = "CRAIG, L" if congress == 99 & id == 14809 replace nameshort = "STALLINGS" if congress == 99 & id == 15117 replace nameshort = "HAYES, C" if congress == 99 & id == 15079 replace nameshort = "SAVAGE, G" if congress == 99 & id == 14856 replace nameshort = "RUSSO, M" if congress == 99 & id == 14271 replace nameshort = "OBRIEN, G" if congress == 99 & id == 14041 replace nameshort = "LIPINSKI, W" if congress == 99 & id == 15036 replace nameshort = "HYDE, H" if congress == 99 & id == 14239 replace nameshort = "COLLINS, C" if congress == 99 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 99 & id == 8080 replace nameshort = "YATES, S" if congress == 99 & id == 10421 replace nameshort = "PORTER, J" if congress == 99 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 99 & id == 10703 replace nameshort = "CRANE, P" if congress == 99 & id == 12041 replace nameshort = "FAWELL" if congress == 99 & id == 15098 replace nameshort = "GROTBERG" if congress == 99 & id == 15102 replace nameshort = "MADIGAN, E" if congress == 99 & id == 14033 replace nameshort = "MARTIN, L" if congress == 99 & id == 14841 replace nameshort = "EVANS, L" if congress == 99 & id == 15023 replace nameshort = "MICHEL, R" if congress == 99 & id == 6455 replace nameshort = "BRUCE" if congress == 99 & id == 15088 replace nameshort = "DURBIN, D" if congress == 99 & id == 15021 replace nameshort = "PRICE, M" if congress == 99 & id == 7610 replace nameshort = "GRAY, K" if congress == 99 & id == 15101 replace nameshort = "VISCLOSKY" if congress == 99 & id == 15124 replace nameshort = "SHARP, P" if congress == 99 & id == 14274 replace nameshort = "HILER, J" if congress == 99 & id == 14834 replace nameshort = "COATS, D" if congress == 99 & id == 14806 replace nameshort = "HILLIS, E" if congress == 99 & id == 13018 replace nameshort = "BURTON, D" if congress == 99 & id == 15014 replace nameshort = "MYERS, J" if congress == 99 & id == 11036 replace nameshort = "MCCLOSKEY" if congress == 99 & id == 15041 replace nameshort = "HAMILTON, L" if congress == 99 & id == 10732 replace nameshort = "JACOBS, A" if congress == 99 & id == 10742 replace nameshort = "LEACH, J" if congress == 99 & id == 14432 replace nameshort = "TAUKE, T" if congress == 99 & id == 14668 replace nameshort = "EVANS, C" if congress == 99 & id == 14820 replace nameshort = "SMITH, N" if congress == 99 & id == 8672 replace nameshort = "LIGHTFOOT" if congress == 99 & id == 15106 replace nameshort = "BEDELL, B" if congress == 99 & id == 14205 replace nameshort = "ROBERTS, P" if congress == 99 & id == 14852 replace nameshort = "SLATTERY, J" if congress == 99 & id == 15061 replace nameshort = "MEYERS" if congress == 99 & id == 15109 replace nameshort = "GLICKMAN, D" if congress == 99 & id == 14422 replace nameshort = "WHITTAKER" if congress == 99 & id == 14670 replace nameshort = "HUBBARD, C" if congress == 99 & id == 14237 replace nameshort = "NATCHER, W" if congress == 99 & id == 6845 replace nameshort = "MAZZOLI, R" if congress == 99 & id == 13024 replace nameshort = "SNYDER, M" if congress == 99 & id == 10626 replace nameshort = "ROGERS, H" if congress == 99 & id == 14854 replace nameshort = "HOPKINS, L" if congress == 99 & id == 14635 replace nameshort = "PERKINS" if congress == 99 & id == 15228 replace nameshort = "LIVINGSTON" if congress == 99 & id == 14469 replace nameshort = "BOGGS, C" if congress == 99 & id == 14067 replace nameshort = "TAUZIN, W" if congress == 99 & id == 14679 replace nameshort = "ROEMER, C" if congress == 99 & id == 14853 replace nameshort = "HUCKABY, J" if congress == 99 & id == 14427 replace nameshort = "MOORE, W" if congress == 99 & id == 14259 replace nameshort = "BREAUX, J" if congress == 99 & id == 13056 replace nameshort = "LONG, G" if congress == 99 & id == 10602 replace nameshort = "LONG, C" if congress == 99 & id == 15128 replace nameshort = "MCKERNAN, J" if congress == 99 & id == 15042 replace nameshort = "SNOWE, O" if congress == 99 & id == 14661 replace nameshort = "DYSON, R" if congress == 99 & id == 14817 replace nameshort = "BENTLEY" if congress == 99 & id == 15086 replace nameshort = "MIKULSKI, B" if congress == 99 & id == 14440 replace nameshort = "HOLT, M" if congress == 99 & id == 14021 replace nameshort = "HOYER, S" if congress == 99 & id == 14873 replace nameshort = "BYRON, B" if congress == 99 & id == 14608 replace nameshort = "MITCHELL, P" if congress == 99 & id == 13031 replace nameshort = "BARNES, M" if congress == 99 & id == 14604 replace nameshort = "CONTE, S" if congress == 99 & id == 2009 replace nameshort = "BOLAND, E" if congress == 99 & id == 830 replace nameshort = "EARLY, J" if congress == 99 & id == 14216 replace nameshort = "FRANK, B" if congress == 99 & id == 14824 replace nameshort = "ATKINS" if congress == 99 & id == 15084 replace nameshort = "MAVROULES" if congress == 99 & id == 14650 replace nameshort = "MARKEY, E" if congress == 99 & id == 14435 replace nameshort = "ONEILL, T" if congress == 99 & id == 7081 replace nameshort = "MOAKLEY, J" if congress == 99 & id == 14039 replace nameshort = "STUDDS, G" if congress == 99 & id == 14055 replace nameshort = "DONNELLY, B" if congress == 99 & id == 14621 replace nameshort = "CONYERS, J" if congress == 99 & id == 10713 replace nameshort = "PURSELL, C" if congress == 99 & id == 14446 replace nameshort = "WOLPE, H" if congress == 99 & id == 14673 replace nameshort = "SILJANDER" if congress == 99 & id == 14872 replace nameshort = "HENRY" if congress == 99 & id == 15103 replace nameshort = "CARR, B" if congress == 99 & id == 14210 replace nameshort = "KILDEE, D" if congress == 99 & id == 14430 replace nameshort = "TRAXLER, B" if congress == 99 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 99 & id == 10794 replace nameshort = "SCHUETTE" if congress == 99 & id == 15114 replace nameshort = "DAVIS, R" if congress == 99 & id == 14618 replace nameshort = "BONIOR, D" if congress == 99 & id == 14407 replace nameshort = "CROCKETT, G" if congress == 99 & id == 14681 replace nameshort = "HERTEL, D" if congress == 99 & id == 14833 replace nameshort = "FORD, W" if congress == 99 & id == 10727 replace nameshort = "DINGELL, J" if congress == 99 & id == 2605 replace nameshort = "LEVIN, S" if congress == 99 & id == 15033 replace nameshort = "BROOMFIELD" if congress == 99 & id == 1087 replace nameshort = "PENNY, T" if congress == 99 & id == 15052 replace nameshort = "WEBER, V" if congress == 99 & id == 14868 replace nameshort = "FRENZEL, B" if congress == 99 & id == 13015 replace nameshort = "VENTO, B" if congress == 99 & id == 14458 replace nameshort = "SABO, M" if congress == 99 & id == 14656 replace nameshort = "SIKORSKI, G" if congress == 99 & id == 15059 replace nameshort = "STANGELAND" if congress == 99 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 99 & id == 14265 replace nameshort = "WHITTEN, J" if congress == 99 & id == 10075 replace nameshort = "FRANKLIN, W" if congress == 99 & id == 15025 replace nameshort = "MONTGOMERY" if congress == 99 & id == 11035 replace nameshort = "DOWDY, W" if congress == 99 & id == 14874 replace nameshort = "LOTT, T" if congress == 99 & id == 14031 replace nameshort = "CLAY, W" if congress == 99 & id == 12009 replace nameshort = "YOUNG, R" if congress == 99 & id == 14465 replace nameshort = "GEPHARDT, R" if congress == 99 & id == 14421 replace nameshort = "SKELTON, I" if congress == 99 & id == 14451 replace nameshort = "WHEAT, A" if congress == 99 & id == 15076 replace nameshort = "COLEMAN, E" if congress == 99 & id == 14410 replace nameshort = "TAYLOR, G" if congress == 99 & id == 14057 replace nameshort = "EMERSON, B" if congress == 99 & id == 14819 replace nameshort = "VOLKMER, H" if congress == 99 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 99 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 99 & id == 14437 replace nameshort = "BEREUTER, D" if congress == 99 & id == 14605 replace nameshort = "DAUB, H" if congress == 99 & id == 14810 replace nameshort = "SMITH, V" if congress == 99 & id == 14276 replace nameshort = "REID, H" if congress == 99 & id == 15054 replace nameshort = "VUCANOVICH" if congress == 99 & id == 15075 replace nameshort = "SMITH, RC" if congress == 99 & id == 15116 replace nameshort = "GREGG, J" if congress == 99 & id == 14826 replace nameshort = "FLORIO, J" if congress == 99 & id == 14223 replace nameshort = "HUGHES, W" if congress == 99 & id == 14238 replace nameshort = "HOWARD, J" if congress == 99 & id == 10739 replace nameshort = "SMITH, C" if congress == 99 & id == 14863 replace nameshort = "ROUKEMA, M" if congress == 99 & id == 14855 replace nameshort = "DWYER, B" if congress == 99 & id == 14815 replace nameshort = "RINALDO, M" if congress == 99 & id == 14046 replace nameshort = "ROE, R" if congress == 99 & id == 12042 replace nameshort = "TORRICELLI" if congress == 99 & id == 15071 replace nameshort = "RODINO, P" if congress == 99 & id == 8010 replace nameshort = "GALLO" if congress == 99 & id == 15099 replace nameshort = "COURTER, J" if congress == 99 & id == 14614 replace nameshort = "SAXTON" if congress == 99 & id == 15112 replace nameshort = "GUARINI, F" if congress == 99 & id == 14631 replace nameshort = "LUJAN, M" if congress == 99 & id == 12022 replace nameshort = "SKEEN, J" if congress == 99 & id == 14861 replace nameshort = "RICHARDSON" if congress == 99 & id == 15055 replace nameshort = "CARNEY, W" if congress == 99 & id == 14610 replace nameshort = "DOWNEY, T" if congress == 99 & id == 14214 replace nameshort = "MRAZEK, R" if congress == 99 & id == 15046 replace nameshort = "LENT, N" if congress == 99 & id == 13021 replace nameshort = "MCGRATH, R" if congress == 99 & id == 14845 replace nameshort = "ADDABBO, J" if congress == 99 & id == 10500 replace nameshort = "WALDON, A" if congress == 99 & id == 15244 replace nameshort = "ACKERMAN, G" if congress == 99 & id == 15000 replace nameshort = "SCHEUER, J" if congress == 99 & id == 10768 replace nameshort = "MANTON" if congress == 99 & id == 15107 replace nameshort = "SCHUMER, C" if congress == 99 & id == 14858 replace nameshort = "TOWNS, E" if congress == 99 & id == 15072 replace nameshort = "OWENS, M" if congress == 99 & id == 15050 replace nameshort = "SOLARZ, S" if congress == 99 & id == 14277 replace nameshort = "MOLINARI, G" if congress == 99 & id == 14846 replace nameshort = "GREEN, S" if congress == 99 & id == 14471 replace nameshort = "RANGEL, C" if congress == 99 & id == 13035 replace nameshort = "WEISS, T" if congress == 99 & id == 14463 replace nameshort = "GARCIA, R" if congress == 99 & id == 14470 replace nameshort = "BIAGGI, M" if congress == 99 & id == 12003 replace nameshort = "DIOGUARDI" if congress == 99 & id == 15095 replace nameshort = "FISH, H" if congress == 99 & id == 12013 replace nameshort = "GILMAN, B" if congress == 99 & id == 14015 replace nameshort = "STRATTON, S" if congress == 99 & id == 9017 replace nameshort = "SOLOMON, G" if congress == 99 & id == 14662 replace nameshort = "BOEHLERT, S" if congress == 99 & id == 15007 replace nameshort = "MARTIN, D" if congress == 99 & id == 14840 replace nameshort = "WORTLEY, G" if congress == 99 & id == 14870 replace nameshort = "MCHUGH, M" if congress == 99 & id == 14253 replace nameshort = "HORTON, F" if congress == 99 & id == 10596 replace nameshort = "ECKERT, F" if congress == 99 & id == 15097 replace nameshort = "KEMP, J" if congress == 99 & id == 13020 replace nameshort = "LAFALCE, J" if congress == 99 & id == 14248 replace nameshort = "NOWAK, H" if congress == 99 & id == 14264 replace nameshort = "LUNDINE, S" if congress == 99 & id == 14289 replace nameshort = "JONES, W" if congress == 99 & id == 10788 replace nameshort = "VALENTINE" if congress == 99 & id == 15073 replace nameshort = "WHITLEY, C" if congress == 99 & id == 14464 replace nameshort = "COBEY" if congress == 99 & id == 15091 replace nameshort = "NEAL, S" if congress == 99 & id == 14262 replace nameshort = "COBLE" if congress == 99 & id == 15092 replace nameshort = "ROSE, C" if congress == 99 & id == 14048 replace nameshort = "HEFNER, W" if congress == 99 & id == 14233 replace nameshort = "MCMILLAN" if congress == 99 & id == 15108 replace nameshort = "BROYHILL, J" if congress == 99 & id == 10574 replace nameshort = "HENDON, B" if congress == 99 & id == 14832 replace nameshort = "DORGAN, B" if congress == 99 & id == 14812 replace nameshort = "LUKEN, T" if congress == 99 & id == 14070 replace nameshort = "GRADISON, B" if congress == 99 & id == 14225 replace nameshort = "HALL, T" if congress == 99 & id == 14632 replace nameshort = "OXLEY, M" if congress == 99 & id == 14875 replace nameshort = "LATTA, D" if congress == 99 & id == 5495 replace nameshort = "MCEWEN, B" if congress == 99 & id == 14844 replace nameshort = "DEWINE, M" if congress == 99 & id == 15020 replace nameshort = "KINDNESS, T" if congress == 99 & id == 14245 replace nameshort = "KAPTUR, M" if congress == 99 & id == 15029 replace nameshort = "MILLER, C" if congress == 99 & id == 11034 replace nameshort = "ECKART, D" if congress == 99 & id == 14818 replace nameshort = "KASICH, J" if congress == 99 & id == 15030 replace nameshort = "PEASE, D" if congress == 99 & id == 14445 replace nameshort = "SEIBERLING" if congress == 99 & id == 13040 replace nameshort = "WYLIE, C" if congress == 99 & id == 11058 replace nameshort = "REGULA, R" if congress == 99 & id == 14045 replace nameshort = "TRAFICANT" if congress == 99 & id == 15121 replace nameshort = "APPLEGATE" if congress == 99 & id == 14402 replace nameshort = "FEIGHAN, E" if congress == 99 & id == 15024 replace nameshort = "OAKAR, M" if congress == 99 & id == 14443 replace nameshort = "STOKES, L" if congress == 99 & id == 12030 replace nameshort = "JONES, J" if congress == 99 & id == 14026 replace nameshort = "SYNAR, M" if congress == 99 & id == 14667 replace nameshort = "WATKINS, W" if congress == 99 & id == 14462 replace nameshort = "MCCURDY, D" if congress == 99 & id == 14843 replace nameshort = "EDWARDS, M" if congress == 99 & id == 14415 replace nameshort = "ENGLISH, G" if congress == 99 & id == 14219 replace nameshort = "AUCOIN, L" if congress == 99 & id == 14201 replace nameshort = "SMITH, R" if congress == 99 & id == 15063 replace nameshort = "WYDEN, R" if congress == 99 & id == 14871 replace nameshort = "WEAVER, J" if congress == 99 & id == 14281 replace nameshort = "SMITH, D" if congress == 99 & id == 14864 replace nameshort = "FOGLIETTA" if congress == 99 & id == 14823 replace nameshort = "GRAY, W" if congress == 99 & id == 14629 replace nameshort = "BORSKI, R" if congress == 99 & id == 15008 replace nameshort = "KOLTER, J" if congress == 99 & id == 15031 replace nameshort = "SCHULZE, R" if congress == 99 & id == 14273 replace nameshort = "YATRON, G" if congress == 99 & id == 12035 replace nameshort = "EDGAR, R" if congress == 99 & id == 14217 replace nameshort = "KOSTMAYER" if congress == 99 & id == 14431 replace nameshort = "SHUSTER, B" if congress == 99 & id == 14052 replace nameshort = "MCDADE, J" if congress == 99 & id == 10607 replace nameshort = "KANJORSKI" if congress == 99 & id == 15104 replace nameshort = "MURTHA, J" if congress == 99 & id == 14072 replace nameshort = "COUGHLIN, L" if congress == 99 & id == 12010 replace nameshort = "COYNE, W" if congress == 99 & id == 14808 replace nameshort = "RITTER, D" if congress == 99 & id == 14654 replace nameshort = "WALKER, R" if congress == 99 & id == 14461 replace nameshort = "GEKAS, G" if congress == 99 & id == 15026 replace nameshort = "WALGREN, D" if congress == 99 & id == 14460 replace nameshort = "GOODLING, W" if congress == 99 & id == 14288 replace nameshort = "GAYDOS, J" if congress == 99 & id == 11067 replace nameshort = "RIDGE, T" if congress == 99 & id == 15056 replace nameshort = "MURPHY, A" if congress == 99 & id == 14441 replace nameshort = "CLINGER, W" if congress == 99 & id == 14612 replace nameshort = "ST GERMAIN" if congress == 99 & id == 10561 replace nameshort = "SCHNEIDER" if congress == 99 & id == 14857 replace nameshort = "HARTNETT, T" if congress == 99 & id == 14830 replace nameshort = "SPENCE, F" if congress == 99 & id == 13042 replace nameshort = "DERRICK, B" if congress == 99 & id == 14212 replace nameshort = "CAMPBELL, C" if congress == 99 & id == 14609 replace nameshort = "SPRATT, J" if congress == 99 & id == 15064 replace nameshort = "TALLON, R" if congress == 99 & id == 15068 replace nameshort = "DASCHLE" if congress == 99 & id == 14617 replace nameshort = "QUILLEN, J" if congress == 99 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 99 & id == 10719 replace nameshort = "LLOYD, M" if congress == 99 & id == 14251 replace nameshort = "COOPER, J" if congress == 99 & id == 15019 replace nameshort = "BONER, B" if congress == 99 & id == 14607 replace nameshort = "GORDON" if congress == 99 & id == 15100 replace nameshort = "SUNDQUIST" if congress == 99 & id == 15066 replace nameshort = "JONES, E" if congress == 99 & id == 12038 replace nameshort = "FORD, H" if congress == 99 & id == 14224 replace nameshort = "HALL, S" if congress == 99 & id == 14291 replace nameshort = "CHAPMAN, J" if congress == 99 & id == 15129 replace nameshort = "WILSON, C" if congress == 99 & id == 14062 replace nameshort = "BARTLETT, S" if congress == 99 & id == 15002 replace nameshort = "HALL, R" if congress == 99 & id == 14828 replace nameshort = "BRYANT, J" if congress == 99 & id == 15013 replace nameshort = "BARTON" if congress == 99 & id == 15085 replace nameshort = "ARCHER, B" if congress == 99 & id == 13002 replace nameshort = "FIELDS, J" if congress == 99 & id == 14822 replace nameshort = "BROOKS, J" if congress == 99 & id == 1077 replace nameshort = "PICKLE, J" if congress == 99 & id == 10614 replace nameshort = "LEATH, M" if congress == 99 & id == 14641 replace nameshort = "WRIGHT, J" if congress == 99 & id == 10391 replace nameshort = "BOULTER" if congress == 99 & id == 15087 replace nameshort = "SWEENEY" if congress == 99 & id == 15119 replace nameshort = "DELAGARZA" if congress == 99 & id == 10716 replace nameshort = "COLEMAN, R" if congress == 99 & id == 15018 replace nameshort = "STENHOLM, C" if congress == 99 & id == 14664 replace nameshort = "LELAND, G" if congress == 99 & id == 14643 replace nameshort = "COMBEST" if congress == 99 & id == 15093 replace nameshort = "GONZALEZ, H" if congress == 99 & id == 10520 replace nameshort = "LOEFFLER, T" if congress == 99 & id == 14645 replace nameshort = "DELAY" if congress == 99 & id == 15094 replace nameshort = "BUSTAMANTE" if congress == 99 & id == 15089 replace nameshort = "FROST, J" if congress == 99 & id == 14626 replace nameshort = "ANDREWS, M" if congress == 99 & id == 15001 replace nameshort = "ARMEY" if congress == 99 & id == 15125 replace nameshort = "ORTIZ, S" if congress == 99 & id == 15049 replace nameshort = "HANSEN, J" if congress == 99 & id == 14829 replace nameshort = "MONSON" if congress == 99 & id == 15111 replace nameshort = "NIELSON, H" if congress == 99 & id == 15047 replace nameshort = "JEFFORDS, J" if congress == 99 & id == 14240 replace nameshort = "BATEMAN, H" if congress == 99 & id == 15003 replace nameshort = "WHITEHURST" if congress == 99 & id == 12033 replace nameshort = "BLILEY, T" if congress == 99 & id == 14802 replace nameshort = "SISISKY, N" if congress == 99 & id == 15060 replace nameshort = "DANIEL, D C" if congress == 99 & id == 12011 replace nameshort = "OLIN, J" if congress == 99 & id == 15048 replace nameshort = "SLAUGHTER" if congress == 99 & id == 15115 replace nameshort = "PARRIS, S" if congress == 99 & id == 14043 replace nameshort = "BOUCHER, F" if congress == 99 & id == 15010 replace nameshort = "WOLF, F" if congress == 99 & id == 14869 replace nameshort = "MILLER, J" if congress == 99 & id == 15110 replace nameshort = "SWIFT, A" if congress == 99 & id == 14666 replace nameshort = "BONKER, D" if congress == 99 & id == 14208 replace nameshort = "MORRISON, S" if congress == 99 & id == 14847 replace nameshort = "FOLEY, T" if congress == 99 & id == 10726 replace nameshort = "DICKS, D" if congress == 99 & id == 14413 replace nameshort = "LOWRY, M" if congress == 99 & id == 14646 replace nameshort = "CHANDLER, R" if congress == 99 & id == 15016 replace nameshort = "MOLLOHAN A," if congress == 99 & id == 15083 replace nameshort = "STAGGERS, H" if congress == 99 & id == 15065 replace nameshort = "WISE, B" if congress == 99 & id == 15077 replace nameshort = "RAHALL, N" if congress == 99 & id == 14448 replace nameshort = "ASPIN, L" if congress == 99 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 99 & id == 5101 replace nameshort = "GUNDERSON" if congress == 99 & id == 14827 replace nameshort = "KLECZKA, G" if congress == 99 & id == 15082 replace nameshort = "MOODY, J" if congress == 99 & id == 15044 replace nameshort = "PETRI, T" if congress == 99 & id == 14675 replace nameshort = "OBEY, D" if congress == 99 & id == 12036 replace nameshort = "ROTH, T" if congress == 99 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 99 & id == 14657 replace nameshort = "CHENEY, R" if congress == 99 & id == 14611 replace nameshort = "REAGAN" if congress == 100 & id == 99907 replace nameshort = "CALLAHAN" if congress == 100 & id == 15090 replace nameshort = "DICKINSON" if congress == 100 & id == 10717 replace nameshort = "NICHOLS, B" if congress == 100 & id == 11037 replace nameshort = "BEVILL, T" if congress == 100 & id == 11000 replace nameshort = "FLIPPO, R" if congress == 100 & id == 14419 replace nameshort = "ERDREICH, B" if congress == 100 & id == 15022 replace nameshort = "HARRIS, C" if congress == 100 & id == 15416 replace nameshort = "YOUNG, D" if congress == 100 & id == 14066 replace nameshort = "RHODES, J" if congress == 100 & id == 15440 replace nameshort = "UDALL, M" if congress == 100 & id == 10566 replace nameshort = "STUMP, B" if congress == 100 & id == 14454 replace nameshort = "KYL, J" if congress == 100 & id == 15429 replace nameshort = "KOLBE, J" if congress == 100 & id == 15105 replace nameshort = "ALEXANDER" if congress == 100 & id == 12000 replace nameshort = "ROBINSON, T" if congress == 100 & id == 15122 replace nameshort = "HAMMERSCHMI" if congress == 100 & id == 11020 replace nameshort = "ANTHONY, B" if congress == 100 & id == 14601 replace nameshort = "BOSCO, D" if congress == 100 & id == 15009 replace nameshort = "HERGER, W" if congress == 100 & id == 15420 replace nameshort = "MATSUI, R" if congress == 100 & id == 14649 replace nameshort = "FAZIO, V" if congress == 100 & id == 14624 replace nameshort = "BURTON, S" if congress == 100 & id == 15080 replace nameshort = "PELOSI,N" if congress == 100 & id == 15448 replace nameshort = "BOXER, B" if congress == 100 & id == 15011 replace nameshort = "MILLER, G" if congress == 100 & id == 14256 replace nameshort = "DELLUMS, R" if congress == 100 & id == 13011 replace nameshort = "STARK, F" if congress == 100 & id == 14053 replace nameshort = "EDWARDS, D" if congress == 100 & id == 10583 replace nameshort = "LANTOS, T" if congress == 100 & id == 14837 replace nameshort = "KONNYU, E" if congress == 100 & id == 15428 replace nameshort = "MINETA, N" if congress == 100 & id == 14257 replace nameshort = "SHUMWAY, N" if congress == 100 & id == 14660 replace nameshort = "COELHO, A" if congress == 100 & id == 14613 replace nameshort = "PANETTA, L" if congress == 100 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 100 & id == 14652 replace nameshort = "LEHMAN, R" if congress == 100 & id == 15032 replace nameshort = "LAGOMARSINO" if congress == 100 & id == 14071 replace nameshort = "THOMAS, W" if congress == 100 & id == 14669 replace nameshort = "GALLEGLY, E" if congress == 100 & id == 15413 replace nameshort = "MOORHEAD, C" if congress == 100 & id == 14040 replace nameshort = "BEILENSON" if congress == 100 & id == 14405 replace nameshort = "WAXMAN, H" if congress == 100 & id == 14280 replace nameshort = "ROYBAL, E" if congress == 100 & id == 10621 replace nameshort = "BERMAN, H" if congress == 100 & id == 15005 replace nameshort = "LEVINE, M" if congress == 100 & id == 15034 replace nameshort = "DIXON, J" if congress == 100 & id == 14620 replace nameshort = "HAWKINS, A" if congress == 100 & id == 10595 replace nameshort = "MARTINEZ, M" if congress == 100 & id == 14879 replace nameshort = "DYMALLY, M" if congress == 100 & id == 14816 replace nameshort = "ANDERSON, G" if congress == 100 & id == 12001 replace nameshort = "DREIER, D" if congress == 100 & id == 14813 replace nameshort = "TORRES, E" if congress == 100 & id == 15070 replace nameshort = "LEWIS, J" if congress == 100 & id == 14644 replace nameshort = "BROWN, G" if congress == 100 & id == 10573 replace nameshort = "MCCANDLESS" if congress == 100 & id == 15040 replace nameshort = "DORNAN, R" if congress == 100 & id == 14414 replace nameshort = "DANNEMEYER" if congress == 100 & id == 14616 replace nameshort = "BADHAM, R" if congress == 100 & id == 14403 replace nameshort = "LOWERY, B" if congress == 100 & id == 14839 replace nameshort = "LUNGREN, D" if congress == 100 & id == 14647 replace nameshort = "PACKARD, R" if congress == 100 & id == 15051 replace nameshort = "BATES, J" if congress == 100 & id == 15004 replace nameshort = "HUNTER, D" if congress == 100 & id == 14835 replace nameshort = "SCHROEDER" if congress == 100 & id == 14051 replace nameshort = "SKAGGS, D" if congress == 100 & id == 15443 replace nameshort = "CAMPBELL, B" if congress == 100 & id == 15407 replace nameshort = "BROWN, H" if congress == 100 & id == 14803 replace nameshort = "HEFLEY, J" if congress == 100 & id == 15419 replace nameshort = "SCHAEFER, D" if congress == 100 & id == 15058 replace nameshort = "KENNELLY, B" if congress == 100 & id == 14877 replace nameshort = "GEJDENSON" if congress == 100 & id == 14825 replace nameshort = "MORRISON, B" if congress == 100 & id == 15045 replace nameshort = "MCKINNEY, S" if congress == 100 & id == 13029 replace nameshort = "SHAYS, C" if congress == 100 & id == 15449 replace nameshort = "ROWLAND, G" if congress == 100 & id == 15123 replace nameshort = "JOHNSON, N" if congress == 100 & id == 15028 replace nameshort = "CARPER, T" if congress == 100 & id == 15015 replace nameshort = "HUTTO, E" if congress == 100 & id == 14636 replace nameshort = "GRANT, B" if congress == 100 & id == 95415 replace nameshort = "BENNETT, C" if congress == 100 & id == 633 replace nameshort = "CHAPPELL, B" if congress == 100 & id == 12007 replace nameshort = "MCCOLLUM, B" if congress == 100 & id == 14842 replace nameshort = "MACKAY, B" if congress == 100 & id == 15038 replace nameshort = "GIBBONS, S" if congress == 100 & id == 10588 replace nameshort = "YOUNG, C" if congress == 100 & id == 13047 replace nameshort = "BILIRAKIS" if congress == 100 & id == 15006 replace nameshort = "IRELAND, A" if congress == 100 & id == 14428 replace nameshort = "NELSON, C" if congress == 100 & id == 14651 replace nameshort = "LEWIS, T" if congress == 100 & id == 15035 replace nameshort = "MACK, C" if congress == 100 & id == 15037 replace nameshort = "MICA, D" if congress == 100 & id == 14648 replace nameshort = "SHAW, C" if congress == 100 & id == 14860 replace nameshort = "SMITH, L" if congress == 100 & id == 15062 replace nameshort = "LEHMAN, W" if congress == 100 & id == 14029 replace nameshort = "PEPPER, C" if congress == 100 & id == 7333 replace nameshort = "FASCELL, D" if congress == 100 & id == 3078 replace nameshort = "THOMAS, L" if congress == 100 & id == 15069 replace nameshort = "HATCHER, C" if congress == 100 & id == 14831 replace nameshort = "RAY, R" if congress == 100 & id == 15053 replace nameshort = "SWINDALL, P" if congress == 100 & id == 15120 replace nameshort = "LEWIS, J" if congress == 100 & id == 15431 replace nameshort = "GINGRICH, N" if congress == 100 & id == 14627 replace nameshort = "DARDEN, G" if congress == 100 & id == 15081 replace nameshort = "ROWLAND, J" if congress == 100 & id == 15057 replace nameshort = "JENKINS, E" if congress == 100 & id == 14429 replace nameshort = "BARNARD, D" if congress == 100 & id == 14404 replace nameshort = "SAIKI, P" if congress == 100 & id == 15441 replace nameshort = "AKAKA, D" if congress == 100 & id == 14400 replace nameshort = "CRAIG, L" if congress == 100 & id == 14809 replace nameshort = "STALLINGS" if congress == 100 & id == 15117 replace nameshort = "HAYES, C" if congress == 100 & id == 15079 replace nameshort = "SAVAGE, G" if congress == 100 & id == 14856 replace nameshort = "RUSSO, M" if congress == 100 & id == 14271 replace nameshort = "DAVIS, J" if congress == 100 & id == 15409 replace nameshort = "LIPINSKI, W" if congress == 100 & id == 15036 replace nameshort = "HYDE, H" if congress == 100 & id == 14239 replace nameshort = "COLLINS, C" if congress == 100 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 100 & id == 8080 replace nameshort = "YATES, S" if congress == 100 & id == 10421 replace nameshort = "PORTER, J" if congress == 100 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 100 & id == 10703 replace nameshort = "CRANE, P" if congress == 100 & id == 12041 replace nameshort = "FAWELL, H" if congress == 100 & id == 15098 replace nameshort = "HASTERT, JD" if congress == 100 & id == 15417 replace nameshort = "MADIGAN, E" if congress == 100 & id == 14033 replace nameshort = "MARTIN, L" if congress == 100 & id == 14841 replace nameshort = "EVANS, L" if congress == 100 & id == 15023 replace nameshort = "MICHEL, R" if congress == 100 & id == 6455 replace nameshort = "BRUCE, T" if congress == 100 & id == 15088 replace nameshort = "DURBIN, D" if congress == 100 & id == 15021 replace nameshort = "PRICE, M" if congress == 100 & id == 7610 replace nameshort = "COSTELLO, J" if congress == 100 & id == 15453 replace nameshort = "GRAY, K" if congress == 100 & id == 15101 replace nameshort = "VISCLOSKY" if congress == 100 & id == 15124 replace nameshort = "SHARP, P" if congress == 100 & id == 14274 replace nameshort = "HILER, J" if congress == 100 & id == 14834 replace nameshort = "COATS, D" if congress == 100 & id == 14806 replace nameshort = "JONTZ, J" if congress == 100 & id == 15426 replace nameshort = "BURTON, D" if congress == 100 & id == 15014 replace nameshort = "MYERS, J" if congress == 100 & id == 11036 replace nameshort = "MCCLOSKEY" if congress == 100 & id == 15041 replace nameshort = "HAMILTON, L" if congress == 100 & id == 10732 replace nameshort = "JACOBS, A" if congress == 100 & id == 10742 replace nameshort = "LEACH, J" if congress == 100 & id == 14432 replace nameshort = "TAUKE, T" if congress == 100 & id == 14668 replace nameshort = "NAGLE, D" if congress == 100 & id == 15435 replace nameshort = "SMITH, N" if congress == 100 & id == 8672 replace nameshort = "LIGHTFOOT" if congress == 100 & id == 15106 replace nameshort = "GRANDY, F" if congress == 100 & id == 15414 replace nameshort = "ROBERTS, P" if congress == 100 & id == 14852 replace nameshort = "SLATTERY, J" if congress == 100 & id == 15061 replace nameshort = "MEYERS, J" if congress == 100 & id == 15109 replace nameshort = "GLICKMAN, D" if congress == 100 & id == 14422 replace nameshort = "WHITTAKER" if congress == 100 & id == 14670 replace nameshort = "HUBBARD, C" if congress == 100 & id == 14237 replace nameshort = "NATCHER, W" if congress == 100 & id == 6845 replace nameshort = "MAZZOLI, R" if congress == 100 & id == 13024 replace nameshort = "BUNNING, J" if congress == 100 & id == 15406 replace nameshort = "ROGERS, H" if congress == 100 & id == 14854 replace nameshort = "HOPKINS, L" if congress == 100 & id == 14635 replace nameshort = "PERKINS, C" if congress == 100 & id == 15228 replace nameshort = "LIVINGSTON" if congress == 100 & id == 14469 replace nameshort = "BOGGS, C" if congress == 100 & id == 14067 replace nameshort = "TAUZIN, W" if congress == 100 & id == 14679 replace nameshort = "ROEMER, C" if congress == 100 & id == 14853 replace nameshort = "MCCRERY, J" if congress == 100 & id == 15451 replace nameshort = "HUCKABY, J" if congress == 100 & id == 14427 replace nameshort = "BAKER, R" if congress == 100 & id == 15401 replace nameshort = "HAYES, J" if congress == 100 & id == 15418 replace nameshort = "HOLLOWAY, C" if congress == 100 & id == 15422 replace nameshort = "BRENNAN, J" if congress == 100 & id == 15404 replace nameshort = "SNOWE, O" if congress == 100 & id == 14661 replace nameshort = "DYSON, R" if congress == 100 & id == 14817 replace nameshort = "BENTLEY, H" if congress == 100 & id == 15086 replace nameshort = "CARDIN, B" if congress == 100 & id == 15408 replace nameshort = "MCMILLEN, T" if congress == 100 & id == 15432 replace nameshort = "HOYER, S" if congress == 100 & id == 14873 replace nameshort = "BYRON, B" if congress == 100 & id == 14608 replace nameshort = "MFUME, K" if congress == 100 & id == 15433 replace nameshort = "MORELLA, C" if congress == 100 & id == 15434 replace nameshort = "CONTE, S" if congress == 100 & id == 2009 replace nameshort = "BOLAND, E" if congress == 100 & id == 830 replace nameshort = "EARLY, J" if congress == 100 & id == 14216 replace nameshort = "FRANK, B" if congress == 100 & id == 14824 replace nameshort = "ATKINS, C" if congress == 100 & id == 15084 replace nameshort = "MAVROULES" if congress == 100 & id == 14650 replace nameshort = "MARKEY, E" if congress == 100 & id == 14435 replace nameshort = "KENNEDY, J" if congress == 100 & id == 15427 replace nameshort = "MOAKLEY, J" if congress == 100 & id == 14039 replace nameshort = "STUDDS, G" if congress == 100 & id == 14055 replace nameshort = "DONNELLY, B" if congress == 100 & id == 14621 replace nameshort = "CONYERS, J" if congress == 100 & id == 10713 replace nameshort = "PURSELL, C" if congress == 100 & id == 14446 replace nameshort = "WOLPE, H" if congress == 100 & id == 14673 replace nameshort = "UPTON, F" if congress == 100 & id == 15446 replace nameshort = "HENRY, P" if congress == 100 & id == 15103 replace nameshort = "CARR, B" if congress == 100 & id == 14210 replace nameshort = "KILDEE, D" if congress == 100 & id == 14430 replace nameshort = "TRAXLER, B" if congress == 100 & id == 14075 replace nameshort = "VANDERJAGT" if congress == 100 & id == 10794 replace nameshort = "SCHUETTE, B" if congress == 100 & id == 15114 replace nameshort = "DAVIS, R" if congress == 100 & id == 14618 replace nameshort = "BONIOR, D" if congress == 100 & id == 14407 replace nameshort = "CROCKETT, G" if congress == 100 & id == 14681 replace nameshort = "HERTEL, D" if congress == 100 & id == 14833 replace nameshort = "FORD, W" if congress == 100 & id == 10727 replace nameshort = "DINGELL, J" if congress == 100 & id == 2605 replace nameshort = "LEVIN, S" if congress == 100 & id == 15033 replace nameshort = "BROOMFIELD" if congress == 100 & id == 1087 replace nameshort = "PENNY, T" if congress == 100 & id == 15052 replace nameshort = "WEBER, V" if congress == 100 & id == 14868 replace nameshort = "FRENZEL, B" if congress == 100 & id == 13015 replace nameshort = "VENTO, B" if congress == 100 & id == 14458 replace nameshort = "SABO, M" if congress == 100 & id == 14656 replace nameshort = "SIKORSKI, G" if congress == 100 & id == 15059 replace nameshort = "STANGELAND" if congress == 100 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 100 & id == 14265 replace nameshort = "WHITTEN, J" if congress == 100 & id == 10075 replace nameshort = "ESPY, M" if congress == 100 & id == 15411 replace nameshort = "MONTGOMERY" if congress == 100 & id == 11035 replace nameshort = "DOWDY, W" if congress == 100 & id == 14874 replace nameshort = "LOTT, T" if congress == 100 & id == 14031 replace nameshort = "CLAY, W" if congress == 100 & id == 12009 replace nameshort = "BUECHNER,J" if congress == 100 & id == 15405 replace nameshort = "GEPHARDT, R" if congress == 100 & id == 14421 replace nameshort = "SKELTON, I" if congress == 100 & id == 14451 replace nameshort = "WHEAT, A" if congress == 100 & id == 15076 replace nameshort = "COLEMAN, E" if congress == 100 & id == 14410 replace nameshort = "TAYLOR, G" if congress == 100 & id == 14057 replace nameshort = "EMERSON, B" if congress == 100 & id == 14819 replace nameshort = "VOLKMER, H" if congress == 100 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 100 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 100 & id == 14437 replace nameshort = "BEREUTER, D" if congress == 100 & id == 14605 replace nameshort = "DAUB, H" if congress == 100 & id == 14810 replace nameshort = "SMITH, V" if congress == 100 & id == 14276 replace nameshort = "BILBRAY, J" if congress == 100 & id == 15403 replace nameshort = "VUCANOVICH" if congress == 100 & id == 15075 replace nameshort = "SMITH, RC" if congress == 100 & id == 15116 replace nameshort = "GREGG, J" if congress == 100 & id == 14826 replace nameshort = "FLORIO, J" if congress == 100 & id == 14223 replace nameshort = "HUGHES, W" if congress == 100 & id == 14238 replace nameshort = "HOWARD, J" if congress == 100 & id == 10739 replace nameshort = "SMITH, C" if congress == 100 & id == 14863 replace nameshort = "ROUKEMA, M" if congress == 100 & id == 14855 replace nameshort = "DWYER, B" if congress == 100 & id == 14815 replace nameshort = "RINALDO, M" if congress == 100 & id == 14046 replace nameshort = "ROE, R" if congress == 100 & id == 12042 replace nameshort = "TORRICELLI" if congress == 100 & id == 15071 replace nameshort = "RODINO, P" if congress == 100 & id == 8010 replace nameshort = "GALLO, D" if congress == 100 & id == 15099 replace nameshort = "COURTER, J" if congress == 100 & id == 14614 replace nameshort = "SAXTON, H" if congress == 100 & id == 15112 replace nameshort = "GUARINI, F" if congress == 100 & id == 14631 replace nameshort = "LUJAN, M" if congress == 100 & id == 12022 replace nameshort = "SKEEN, J" if congress == 100 & id == 14861 replace nameshort = "RICHARDSON" if congress == 100 & id == 15055 replace nameshort = "HOCHBRUECKN" if congress == 100 & id == 15421 replace nameshort = "DOWNEY, T" if congress == 100 & id == 14214 replace nameshort = "MRAZEK, R" if congress == 100 & id == 15046 replace nameshort = "LENT, N" if congress == 100 & id == 13021 replace nameshort = "MCGRATH, R" if congress == 100 & id == 14845 replace nameshort = "FLAKE, F" if congress == 100 & id == 15412 replace nameshort = "ACKERMAN, G" if congress == 100 & id == 15000 replace nameshort = "SCHEUER, J" if congress == 100 & id == 10768 replace nameshort = "MANTON, T" if congress == 100 & id == 15107 replace nameshort = "SCHUMER, C" if congress == 100 & id == 14858 replace nameshort = "TOWNS, E" if congress == 100 & id == 15072 replace nameshort = "OWENS, M" if congress == 100 & id == 15050 replace nameshort = "SOLARZ, S" if congress == 100 & id == 14277 replace nameshort = "MOLINARI, G" if congress == 100 & id == 14846 replace nameshort = "GREEN, S" if congress == 100 & id == 14471 replace nameshort = "RANGEL, C" if congress == 100 & id == 13035 replace nameshort = "WEISS, T" if congress == 100 & id == 14463 replace nameshort = "GARCIA, R" if congress == 100 & id == 14470 replace nameshort = "BIAGGI, M" if congress == 100 & id == 12003 replace nameshort = "DIOGUARDI" if congress == 100 & id == 15095 replace nameshort = "FISH, H" if congress == 100 & id == 12013 replace nameshort = "GILMAN, B" if congress == 100 & id == 14015 replace nameshort = "STRATTON, S" if congress == 100 & id == 9017 replace nameshort = "SOLOMON, G" if congress == 100 & id == 14662 replace nameshort = "BOEHLERT, S" if congress == 100 & id == 15007 replace nameshort = "MARTIN, D" if congress == 100 & id == 14840 replace nameshort = "WORTLEY, G" if congress == 100 & id == 14870 replace nameshort = "MCHUGH, M" if congress == 100 & id == 14253 replace nameshort = "HORTON, F" if congress == 100 & id == 10596 replace nameshort = "SLAUGHTER" if congress == 100 & id == 15444 replace nameshort = "KEMP, J" if congress == 100 & id == 13020 replace nameshort = "LAFALCE, J" if congress == 100 & id == 14248 replace nameshort = "NOWAK, H" if congress == 100 & id == 14264 replace nameshort = "HOUGHTON, A" if congress == 100 & id == 15423 replace nameshort = "JONES, W" if congress == 100 & id == 10788 replace nameshort = "VALENTINE" if congress == 100 & id == 15073 replace nameshort = "LANCASTER" if congress == 100 & id == 15430 replace nameshort = "PRICE, D" if congress == 100 & id == 15438 replace nameshort = "NEAL, S" if congress == 100 & id == 14262 replace nameshort = "COBLE, H" if congress == 100 & id == 15092 replace nameshort = "ROSE, C" if congress == 100 & id == 14048 replace nameshort = "HEFNER, W" if congress == 100 & id == 14233 replace nameshort = "MCMILLAN, J" if congress == 100 & id == 15108 replace nameshort = "BALLENGER" if congress == 100 & id == 15402 replace nameshort = "CLARKE, J" if congress == 100 & id == 15017 replace nameshort = "DORGAN, B" if congress == 100 & id == 14812 replace nameshort = "LUKEN, T" if congress == 100 & id == 14070 replace nameshort = "GRADISON, B" if congress == 100 & id == 14225 replace nameshort = "HALL, T" if congress == 100 & id == 14632 replace nameshort = "OXLEY, M" if congress == 100 & id == 14875 replace nameshort = "LATTA, D" if congress == 100 & id == 5495 replace nameshort = "MCEWEN, B" if congress == 100 & id == 14844 replace nameshort = "DEWINE, M" if congress == 100 & id == 15020 replace nameshort = "LUKENS, D" if congress == 100 & id == 11028 replace nameshort = "KAPTUR, M" if congress == 100 & id == 15029 replace nameshort = "MILLER, C" if congress == 100 & id == 11034 replace nameshort = "ECKART, D" if congress == 100 & id == 14818 replace nameshort = "KASICH, J" if congress == 100 & id == 15030 replace nameshort = "PEASE, D" if congress == 100 & id == 14445 replace nameshort = "SAWYER, T" if congress == 100 & id == 15442 replace nameshort = "WYLIE, C" if congress == 100 & id == 11058 replace nameshort = "REGULA, R" if congress == 100 & id == 14045 replace nameshort = "TRAFICANT" if congress == 100 & id == 15121 replace nameshort = "APPLEGATE" if congress == 100 & id == 14402 replace nameshort = "FEIGHAN, E" if congress == 100 & id == 15024 replace nameshort = "OAKAR, M" if congress == 100 & id == 14443 replace nameshort = "STOKES, L" if congress == 100 & id == 12030 replace nameshort = "INHOFE, J" if congress == 100 & id == 15424 replace nameshort = "SYNAR, M" if congress == 100 & id == 14667 replace nameshort = "WATKINS, W" if congress == 100 & id == 14462 replace nameshort = "MCCURDY, D" if congress == 100 & id == 14843 replace nameshort = "EDWARDS, M" if congress == 100 & id == 14415 replace nameshort = "ENGLISH, G" if congress == 100 & id == 14219 replace nameshort = "AUCOIN, L" if congress == 100 & id == 14201 replace nameshort = "SMITH, R" if congress == 100 & id == 15063 replace nameshort = "WYDEN, R" if congress == 100 & id == 14871 replace nameshort = "DEFAZIO, P" if congress == 100 & id == 15410 replace nameshort = "SMITH, D" if congress == 100 & id == 14864 replace nameshort = "FOGLIETTA" if congress == 100 & id == 14823 replace nameshort = "GRAY, W" if congress == 100 & id == 14629 replace nameshort = "BORSKI, R" if congress == 100 & id == 15008 replace nameshort = "KOLTER, J" if congress == 100 & id == 15031 replace nameshort = "SCHULZE, R" if congress == 100 & id == 14273 replace nameshort = "YATRON, G" if congress == 100 & id == 12035 replace nameshort = "WELDON, C" if congress == 100 & id == 15447 replace nameshort = "KOSTMAYER" if congress == 100 & id == 14431 replace nameshort = "SHUSTER, B" if congress == 100 & id == 14052 replace nameshort = "MCDADE, J" if congress == 100 & id == 10607 replace nameshort = "KANJORSKI" if congress == 100 & id == 15104 replace nameshort = "MURTHA, J" if congress == 100 & id == 14072 replace nameshort = "COUGHLIN, L" if congress == 100 & id == 12010 replace nameshort = "COYNE, W" if congress == 100 & id == 14808 replace nameshort = "RITTER, D" if congress == 100 & id == 14654 replace nameshort = "WALKER, R" if congress == 100 & id == 14461 replace nameshort = "GEKAS, G" if congress == 100 & id == 15026 replace nameshort = "WALGREN, D" if congress == 100 & id == 14460 replace nameshort = "GOODLING, W" if congress == 100 & id == 14288 replace nameshort = "GAYDOS, J" if congress == 100 & id == 11067 replace nameshort = "RIDGE, T" if congress == 100 & id == 15056 replace nameshort = "MURPHY, A" if congress == 100 & id == 14441 replace nameshort = "CLINGER, W" if congress == 100 & id == 14612 replace nameshort = "ST GERMAIN" if congress == 100 & id == 10561 replace nameshort = "SCHNEIDER" if congress == 100 & id == 14857 replace nameshort = "RAVENEL, A" if congress == 100 & id == 15439 replace nameshort = "SPENCE, F" if congress == 100 & id == 13042 replace nameshort = "DERRICK, B" if congress == 100 & id == 14212 replace nameshort = "PATTERSON" if congress == 100 & id == 15171 replace nameshort = "SPRATT, J" if congress == 100 & id == 15064 replace nameshort = "TALLON, R" if congress == 100 & id == 15068 replace nameshort = "JOHNSON, T" if congress == 100 & id == 15425 replace nameshort = "QUILLEN, J" if congress == 100 & id == 10616 replace nameshort = "DUNCAN, J" if congress == 100 & id == 10719 replace nameshort = "LLOYD, M" if congress == 100 & id == 14251 replace nameshort = "COOPER, J" if congress == 100 & id == 15019 replace nameshort = "BONER, B" if congress == 100 & id == 14607 replace nameshort = "CLEMENT, B" if congress == 100 & id == 15450 replace nameshort = "GORDON, B" if congress == 100 & id == 15100 replace nameshort = "SUNDQUIST" if congress == 100 & id == 15066 replace nameshort = "JONES, E" if congress == 100 & id == 12038 replace nameshort = "FORD, H" if congress == 100 & id == 14224 replace nameshort = "CHAPMAN, J" if congress == 100 & id == 15129 replace nameshort = "WILSON, C" if congress == 100 & id == 14062 replace nameshort = "BARTLETT, S" if congress == 100 & id == 15002 replace nameshort = "HALL, R" if congress == 100 & id == 14828 replace nameshort = "BRYANT, J" if congress == 100 & id == 15013 replace nameshort = "BARTON, J" if congress == 100 & id == 15085 replace nameshort = "ARCHER, B" if congress == 100 & id == 13002 replace nameshort = "FIELDS, J" if congress == 100 & id == 14822 replace nameshort = "BROOKS, J" if congress == 100 & id == 1077 replace nameshort = "PICKLE, J" if congress == 100 & id == 10614 replace nameshort = "LEATH, J" if congress == 100 & id == 14641 replace nameshort = "WRIGHT, J" if congress == 100 & id == 10391 replace nameshort = "BOULTER, B" if congress == 100 & id == 15087 replace nameshort = "SWEENEY, M" if congress == 100 & id == 15119 replace nameshort = "DELAGARZA" if congress == 100 & id == 10716 replace nameshort = "COLEMAN, R" if congress == 100 & id == 15018 replace nameshort = "STENHOLM, C" if congress == 100 & id == 14664 replace nameshort = "LELAND, G" if congress == 100 & id == 14643 replace nameshort = "COMBEST, L" if congress == 100 & id == 15093 replace nameshort = "GONZALEZ, H" if congress == 100 & id == 10520 replace nameshort = "SMITH, L" if congress == 100 & id == 15445 replace nameshort = "DELAY, T" if congress == 100 & id == 15094 replace nameshort = "BUSTAMANTE" if congress == 100 & id == 15089 replace nameshort = "FROST, J" if congress == 100 & id == 14626 replace nameshort = "ANDREWS, M" if congress == 100 & id == 15001 replace nameshort = "ARMEY, D" if congress == 100 & id == 15125 replace nameshort = "ORTIZ, S" if congress == 100 & id == 15049 replace nameshort = "HANSEN, J" if congress == 100 & id == 14829 replace nameshort = "OWENS, W" if congress == 100 & id == 14042 replace nameshort = "NIELSON, H" if congress == 100 & id == 15047 replace nameshort = "JEFFORDS, J" if congress == 100 & id == 14240 replace nameshort = "BATEMAN, H" if congress == 100 & id == 15003 replace nameshort = "PICKETT, O" if congress == 100 & id == 15437 replace nameshort = "BLILEY, T" if congress == 100 & id == 14802 replace nameshort = "SISISKY, N" if congress == 100 & id == 15060 replace nameshort = "DANIEL, D C" if congress == 100 & id == 12011 replace nameshort = "PAYNE, L F" if congress == 100 & id == 15452 replace nameshort = "OLIN, J" if congress == 100 & id == 15048 replace nameshort = "SLAUGHTER" if congress == 100 & id == 15115 replace nameshort = "PARRIS, S" if congress == 100 & id == 14043 replace nameshort = "BOUCHER, F" if congress == 100 & id == 15010 replace nameshort = "WOLF, F" if congress == 100 & id == 14869 replace nameshort = "MILLER, J" if congress == 100 & id == 15110 replace nameshort = "SWIFT, A" if congress == 100 & id == 14666 replace nameshort = "BONKER, D" if congress == 100 & id == 14208 replace nameshort = "MORRISON, S" if congress == 100 & id == 14847 replace nameshort = "FOLEY, T" if congress == 100 & id == 10726 replace nameshort = "DICKS, D" if congress == 100 & id == 14413 replace nameshort = "LOWRY, M" if congress == 100 & id == 14646 replace nameshort = "CHANDLER, R" if congress == 100 & id == 15016 replace nameshort = "MOLLOHAN, A" if congress == 100 & id == 15083 replace nameshort = "STAGGERS, H" if congress == 100 & id == 15065 replace nameshort = "WISE, B" if congress == 100 & id == 15077 replace nameshort = "RAHALL, N" if congress == 100 & id == 14448 replace nameshort = "ASPIN, L" if congress == 100 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 100 & id == 5101 replace nameshort = "GUNDERSON" if congress == 100 & id == 14827 replace nameshort = "KLECZKA, G" if congress == 100 & id == 15082 replace nameshort = "MOODY, J" if congress == 100 & id == 15044 replace nameshort = "PETRI, T" if congress == 100 & id == 14675 replace nameshort = "OBEY, D" if congress == 100 & id == 12036 replace nameshort = "ROTH, T" if congress == 100 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 100 & id == 14657 replace nameshort = "CHENEY, R" if congress == 100 & id == 14611 replace nameshort = "BUSH" if congress == 101 & id == 99908 replace nameshort = "CALLAHAN, H" if congress == 101 & id == 15090 replace nameshort = "DICKINSON," if congress == 101 & id == 10717 replace nameshort = "BROWDER, GL" if congress == 101 & id == 15632 replace nameshort = "NICHOLS, BI" if congress == 101 & id == 11037 replace nameshort = "BEVILL, TOM" if congress == 101 & id == 11000 replace nameshort = "FLIPPO, RON" if congress == 101 & id == 14419 replace nameshort = "ERDREICH, B" if congress == 101 & id == 15022 replace nameshort = "HARRIS, CLA" if congress == 101 & id == 15416 replace nameshort = "YOUNG, DONA" if congress == 101 & id == 14066 replace nameshort = "RHODES, JOH" if congress == 101 & id == 15440 replace nameshort = "UDALL, MORR" if congress == 101 & id == 10566 replace nameshort = "STUMP, BOB" if congress == 101 & id == 14454 replace nameshort = "KYL, JON" if congress == 101 & id == 15429 replace nameshort = "KOLBE, JIM" if congress == 101 & id == 15105 replace nameshort = "ALEXANDER," if congress == 101 & id == 12000 replace nameshort = "ROBINSON, T" if congress == 101 & id == 95122 replace nameshort = "HAMMERSCHMI" if congress == 101 & id == 11020 replace nameshort = "ANTHONY, BE" if congress == 101 & id == 14601 replace nameshort = "BOSCO, DOUG" if congress == 101 & id == 15009 replace nameshort = "HERGER, WAL" if congress == 101 & id == 15420 replace nameshort = "MATSUI, ROB" if congress == 101 & id == 14649 replace nameshort = "FAZIO, VICT" if congress == 101 & id == 14624 replace nameshort = "PELOSI, NAN" if congress == 101 & id == 15448 replace nameshort = "BOXER, BARB" if congress == 101 & id == 15011 replace nameshort = "MILLER, GEO" if congress == 101 & id == 14256 replace nameshort = "DELLUMS, RO" if congress == 101 & id == 13011 replace nameshort = "STARK, FORT" if congress == 101 & id == 14053 replace nameshort = "EDWARDS, DO" if congress == 101 & id == 10583 replace nameshort = "LANTOS, TOM" if congress == 101 & id == 14837 replace nameshort = "CAMPBELL, T" if congress == 101 & id == 15600 replace nameshort = "MINETA, NOR" if congress == 101 & id == 14257 replace nameshort = "SHUMWAY, NO" if congress == 101 & id == 14660 replace nameshort = "COELHO, ANT" if congress == 101 & id == 14613 replace nameshort = "CONDIT, GAR" if congress == 101 & id == 15635 replace nameshort = "PANETTA, LE" if congress == 101 & id == 14444 replace nameshort = "PASHAYAN, C" if congress == 101 & id == 14652 replace nameshort = "LEHMAN, RIC" if congress == 101 & id == 15032 replace nameshort = "LAGOMARSINO" if congress == 101 & id == 14071 replace nameshort = "THOMAS, WIL" if congress == 101 & id == 14669 replace nameshort = "GALLEGLY, E" if congress == 101 & id == 15413 replace nameshort = "MOORHEAD, C" if congress == 101 & id == 14040 replace nameshort = "BEILENSON," if congress == 101 & id == 14405 replace nameshort = "WAXMAN, HEN" if congress == 101 & id == 14280 replace nameshort = "ROYBAL, EDW" if congress == 101 & id == 10621 replace nameshort = "BERMAN, HOW" if congress == 101 & id == 15005 replace nameshort = "LEVINE, MEL" if congress == 101 & id == 15034 replace nameshort = "DIXON, JULI" if congress == 101 & id == 14620 replace nameshort = "HAWKINS, AU" if congress == 101 & id == 10595 replace nameshort = "MARTINEZ, M" if congress == 101 & id == 14879 replace nameshort = "DYMALLY, ME" if congress == 101 & id == 14816 replace nameshort = "ANDERSON, G" if congress == 101 & id == 12001 replace nameshort = "DREIER, DAV" if congress == 101 & id == 14813 replace nameshort = "TORRES, EST" if congress == 101 & id == 15070 replace nameshort = "LEWIS, JERR" if congress == 101 & id == 14644 replace nameshort = "BROWN, GEOR" if congress == 101 & id == 10573 replace nameshort = "MCCANDLESS," if congress == 101 & id == 15040 replace nameshort = "DORNAN, ROB" if congress == 101 & id == 14414 replace nameshort = "DANNEMEYER," if congress == 101 & id == 14616 replace nameshort = "COX, C. CHR" if congress == 101 & id == 15601 replace nameshort = "LOWERY, BIL" if congress == 101 & id == 14839 replace nameshort = "ROHRABACHER" if congress == 101 & id == 15621 replace nameshort = "PACKARD, RO" if congress == 101 & id == 15051 replace nameshort = "BATES, JIM" if congress == 101 & id == 15004 replace nameshort = "HUNTER, DUN" if congress == 101 & id == 14835 replace nameshort = "SCHROEDER" if congress == 101 & id == 14051 replace nameshort = "SKAGGS, DAV" if congress == 101 & id == 15443 replace nameshort = "CAMPBELL, B" if congress == 101 & id == 15407 replace nameshort = "BROWN, HANK" if congress == 101 & id == 14803 replace nameshort = "HEFLEY, JOE" if congress == 101 & id == 15419 replace nameshort = "SCHAEFER, D" if congress == 101 & id == 15058 replace nameshort = "KENNELLY, B" if congress == 101 & id == 14877 replace nameshort = "GEJDENSON," if congress == 101 & id == 14825 replace nameshort = "MORRISON, B" if congress == 101 & id == 15045 replace nameshort = "SHAYS, CHRI" if congress == 101 & id == 15449 replace nameshort = "ROWLAND, JO" if congress == 101 & id == 15123 replace nameshort = "JOHNSON, NA" if congress == 101 & id == 15028 replace nameshort = "CARPER, THO" if congress == 101 & id == 15015 replace nameshort = "HUTTO, EARL" if congress == 101 & id == 14636 replace nameshort = "GRANT, BILL" if congress == 101 & id == 15415 replace nameshort = "BENNETT, CH" if congress == 101 & id == 633 replace nameshort = "JAMES, CRAI" if congress == 101 & id == 15608 replace nameshort = "MCCOLLUM, B" if congress == 101 & id == 14842 replace nameshort = "STEARNS, CL" if congress == 101 & id == 15627 replace nameshort = "GIBBONS, SA" if congress == 101 & id == 10588 replace nameshort = "YOUNG, C.W." if congress == 101 & id == 13047 replace nameshort = "BILIRAKIS," if congress == 101 & id == 15006 replace nameshort = "IRELAND, AN" if congress == 101 & id == 14428 replace nameshort = "NELSON, CLA" if congress == 101 & id == 14651 replace nameshort = "LEWIS, THOM" if congress == 101 & id == 15035 replace nameshort = "GOSS, PORTE" if congress == 101 & id == 15605 replace nameshort = "JOHNSTON, H" if congress == 101 & id == 15609 replace nameshort = "SHAW, CLAY" if congress == 101 & id == 14860 replace nameshort = "SMITH, LAWR" if congress == 101 & id == 15062 replace nameshort = "LEHMAN, WIL" if congress == 101 & id == 14029 replace nameshort = "PEPPER, CLA" if congress == 101 & id == 7333 replace nameshort = "ROS-LEHTINE" if congress == 101 & id == 15634 replace nameshort = "FASCELL, DA" if congress == 101 & id == 3078 replace nameshort = "THOMAS, LIN" if congress == 101 & id == 15069 replace nameshort = "HATCHER, CH" if congress == 101 & id == 14831 replace nameshort = "RAY, RICHAR" if congress == 101 & id == 15053 replace nameshort = "JONES, BEN" if congress == 101 & id == 95120 replace nameshort = "LEWIS, JOHN" if congress == 101 & id == 15431 replace nameshort = "GINGRICH, N" if congress == 101 & id == 14627 replace nameshort = "DARDEN, GEO" if congress == 101 & id == 15081 replace nameshort = "ROWLAND, J." if congress == 101 & id == 15057 replace nameshort = "JENKINS, ED" if congress == 101 & id == 14429 replace nameshort = "BARNARD, DO" if congress == 101 & id == 14404 replace nameshort = "SAIKI, PATR" if congress == 101 & id == 15441 replace nameshort = "AKAKA, DANI" if congress == 101 & id == 14400 replace nameshort = "CRAIG, LARR" if congress == 101 & id == 14809 replace nameshort = "STALLINGS," if congress == 101 & id == 15117 replace nameshort = "HAYES, CHAR" if congress == 101 & id == 15079 replace nameshort = "SAVAGE, GUS" if congress == 101 & id == 14856 replace nameshort = "RUSSO, MART" if congress == 101 & id == 14271 replace nameshort = "SANGMEISTER" if congress == 101 & id == 15622 replace nameshort = "LIPINSKI, W" if congress == 101 & id == 15036 replace nameshort = "HYDE, HENRY" if congress == 101 & id == 14239 replace nameshort = "COLLINS, CA" if congress == 101 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 101 & id == 8080 replace nameshort = "YATES, SIDN" if congress == 101 & id == 10421 replace nameshort = "PORTER, JOH" if congress == 101 & id == 14677 replace nameshort = "ANNUNZIO, F" if congress == 101 & id == 10703 replace nameshort = "CRANE, PHIL" if congress == 101 & id == 12041 replace nameshort = "FAWELL, HAR" if congress == 101 & id == 15098 replace nameshort = "HASTERT, DE" if congress == 101 & id == 15417 replace nameshort = "MADIGAN, ED" if congress == 101 & id == 14033 replace nameshort = "MARTIN, LYN" if congress == 101 & id == 14841 replace nameshort = "EVANS, LANE" if congress == 101 & id == 15023 replace nameshort = "MICHEL, ROB" if congress == 101 & id == 6455 replace nameshort = "BRUCE, TERR" if congress == 101 & id == 15088 replace nameshort = "DURBIN, RIC" if congress == 101 & id == 15021 replace nameshort = "COSTELLO, J" if congress == 101 & id == 15453 replace nameshort = "POSHARD, GL" if congress == 101 & id == 15620 replace nameshort = "VISCLOSKY" if congress == 101 & id == 15124 replace nameshort = "SHARP, PHIL" if congress == 101 & id == 14274 replace nameshort = "HILER, JOHN" if congress == 101 & id == 14834 replace nameshort = "LONG, JILL" if congress == 101 & id == 15631 replace nameshort = "COATS, DANI" if congress == 101 & id == 14806 replace nameshort = "JONTZ, JIM" if congress == 101 & id == 15426 replace nameshort = "BURTON, DAN" if congress == 101 & id == 15014 replace nameshort = "MYERS, JOHN" if congress == 101 & id == 11036 replace nameshort = "MCCLOSKEY," if congress == 101 & id == 15041 replace nameshort = "HAMILTON, L" if congress == 101 & id == 10732 replace nameshort = "JACOBS, AND" if congress == 101 & id == 10742 replace nameshort = "LEACH, JAME" if congress == 101 & id == 14432 replace nameshort = "TAUKE, THOM" if congress == 101 & id == 14668 replace nameshort = "NAGLE, DAVE" if congress == 101 & id == 15435 replace nameshort = "SMITH, NEAL" if congress == 101 & id == 8672 replace nameshort = "LIGHTFOOT," if congress == 101 & id == 15106 replace nameshort = "GRANDY, FRE" if congress == 101 & id == 15414 replace nameshort = "ROBERTS, PA" if congress == 101 & id == 14852 replace nameshort = "SLATTERY, J" if congress == 101 & id == 15061 replace nameshort = "MEYERS, JAN" if congress == 101 & id == 15109 replace nameshort = "GLICKMAN, D" if congress == 101 & id == 14422 replace nameshort = "WHITTAKER," if congress == 101 & id == 14670 replace nameshort = "HUBBARD, CA" if congress == 101 & id == 14237 replace nameshort = "NATCHER, WI" if congress == 101 & id == 6845 replace nameshort = "MAZZOLI, RO" if congress == 101 & id == 13024 replace nameshort = "BUNNING, JI" if congress == 101 & id == 15406 replace nameshort = "ROGERS, HAR" if congress == 101 & id == 14854 replace nameshort = "HOPKINS, LA" if congress == 101 & id == 14635 replace nameshort = "PERKINS, CA" if congress == 101 & id == 15228 replace nameshort = "LIVINGSTON," if congress == 101 & id == 14469 replace nameshort = "BOGGS, CORI" if congress == 101 & id == 14067 replace nameshort = "TAUZIN, WIL" if congress == 101 & id == 14679 replace nameshort = "MCCRERY, JI" if congress == 101 & id == 15451 replace nameshort = "HUCKABY, JE" if congress == 101 & id == 14427 replace nameshort = "BAKER, RICH" if congress == 101 & id == 15401 replace nameshort = "HAYES, JIMM" if congress == 101 & id == 15418 replace nameshort = "HOLLOWAY, C" if congress == 101 & id == 15422 replace nameshort = "BRENNAN, JO" if congress == 101 & id == 15404 replace nameshort = "SNOWE,OLYMP" if congress == 101 & id == 14661 replace nameshort = "DYSON, ROYD" if congress == 101 & id == 14817 replace nameshort = "BENTLEY, H" if congress == 101 & id == 15086 replace nameshort = "CARDIN, BEN" if congress == 101 & id == 15408 replace nameshort = "MCMILLEN, T" if congress == 101 & id == 15432 replace nameshort = "HOYER, STEN" if congress == 101 & id == 14873 replace nameshort = "BYRON, BEVE" if congress == 101 & id == 14608 replace nameshort = "MFUME, KWEI" if congress == 101 & id == 15433 replace nameshort = "MORELLA, CO" if congress == 101 & id == 15434 replace nameshort = "CONTE, SILV" if congress == 101 & id == 2009 replace nameshort = "NEAL, RICHA" if congress == 101 & id == 15616 replace nameshort = "EARLY, JOSE" if congress == 101 & id == 14216 replace nameshort = "FRANK, BARN" if congress == 101 & id == 14824 replace nameshort = "ATKINS, CHE" if congress == 101 & id == 15084 replace nameshort = "MAVROULES," if congress == 101 & id == 14650 replace nameshort = "MARKEY, EDW" if congress == 101 & id == 14435 replace nameshort = "KENNEDY, JO" if congress == 101 & id == 15427 replace nameshort = "MOAKLEY, JO" if congress == 101 & id == 14039 replace nameshort = "STUDDS, GER" if congress == 101 & id == 14055 replace nameshort = "DONNELLY, B" if congress == 101 & id == 14621 replace nameshort = "CONYERS, JO" if congress == 101 & id == 10713 replace nameshort = "PURSELL, CA" if congress == 101 & id == 14446 replace nameshort = "WOLPE, HOWA" if congress == 101 & id == 14673 replace nameshort = "UPTON, FRED" if congress == 101 & id == 15446 replace nameshort = "HENRY, PAUL" if congress == 101 & id == 15103 replace nameshort = "CARR, BOB" if congress == 101 & id == 14210 replace nameshort = "KILDEE, DAL" if congress == 101 & id == 14430 replace nameshort = "TRAXLER, BO" if congress == 101 & id == 14075 replace nameshort = "VAN DER JAG" if congress == 101 & id == 10794 replace nameshort = "SCHUETTE, B" if congress == 101 & id == 15114 replace nameshort = "DAVIS, ROBE" if congress == 101 & id == 14618 replace nameshort = "BONIOR, DAV" if congress == 101 & id == 14407 replace nameshort = "CROCKETT, G" if congress == 101 & id == 14681 replace nameshort = "HERTEL, DEN" if congress == 101 & id == 14833 replace nameshort = "FORD, WILLI" if congress == 101 & id == 10727 replace nameshort = "DINGELL, JO" if congress == 101 & id == 2605 replace nameshort = "LEVIN, SAND" if congress == 101 & id == 15033 replace nameshort = "BROOMFIELD," if congress == 101 & id == 1087 replace nameshort = "PENNY, TIMO" if congress == 101 & id == 15052 replace nameshort = "WEBER, VIN" if congress == 101 & id == 14868 replace nameshort = "FRENZEL, WI" if congress == 101 & id == 13015 replace nameshort = "VENTO, BRUC" if congress == 101 & id == 14458 replace nameshort = "SABO, MARTI" if congress == 101 & id == 14656 replace nameshort = "SIKORSKI, G" if congress == 101 & id == 15059 replace nameshort = "STANGELAND," if congress == 101 & id == 14466 replace nameshort = "OBERSTAR, J" if congress == 101 & id == 14265 replace nameshort = "WHITTEN, JA" if congress == 101 & id == 10075 replace nameshort = "ESPY, MIKE" if congress == 101 & id == 15411 replace nameshort = "MONTGOMERY," if congress == 101 & id == 11035 replace nameshort = "PARKER, MIK" if congress == 101 & id == 15617 replace nameshort = "SMITH, LARK" if congress == 101 & id == 15625 replace nameshort = "TAYLOR, GEN" if congress == 101 & id == 15637 replace nameshort = "CLAY, WILLI" if congress == 101 & id == 12009 replace nameshort = "BUECHNER, J" if congress == 101 & id == 15405 replace nameshort = "GEPHARDT, R" if congress == 101 & id == 14421 replace nameshort = "SKELTON, IK" if congress == 101 & id == 14451 replace nameshort = "WHEAT, ALAN" if congress == 101 & id == 15076 replace nameshort = "COLEMAN, E." if congress == 101 & id == 14410 replace nameshort = "HANCOCK, ME" if congress == 101 & id == 15606 replace nameshort = "EMERSON, BI" if congress == 101 & id == 14819 replace nameshort = "VOLKMER, HA" if congress == 101 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 101 & id == 14672 replace nameshort = "MARLENEE, R" if congress == 101 & id == 14437 replace nameshort = "BEREUTER" if congress == 101 & id == 14605 replace nameshort = "HOAGLAND, P" if congress == 101 & id == 15607 replace nameshort = "SMITH, VIRG" if congress == 101 & id == 14276 replace nameshort = "BILBRAY, JA" if congress == 101 & id == 15403 replace nameshort = "VUCANOVICH," if congress == 101 & id == 15075 replace nameshort = "SMITH, ROBE" if congress == 101 & id == 15116 replace nameshort = "DOUGLAS, CH" if congress == 101 & id == 15602 replace nameshort = "FLORIO, JAM" if congress == 101 & id == 14223 replace nameshort = "HUGHES, WIL" if congress == 101 & id == 14238 replace nameshort = "PALLONE, FR" if congress == 101 & id == 15454 replace nameshort = "SMITH, CHRI" if congress == 101 & id == 14863 replace nameshort = "ROUKEMA, MA" if congress == 101 & id == 14855 replace nameshort = "DWYER, BERN" if congress == 101 & id == 14815 replace nameshort = "RINALDO, MA" if congress == 101 & id == 14046 replace nameshort = "ROE, ROBERT" if congress == 101 & id == 12042 replace nameshort = "TORRICELLI," if congress == 101 & id == 15071 replace nameshort = "PAYNE, DONA" if congress == 101 & id == 15619 replace nameshort = "GALLO, DEAN" if congress == 101 & id == 15099 replace nameshort = "COURTER, JA" if congress == 101 & id == 14614 replace nameshort = "SAXTON, H." if congress == 101 & id == 15112 replace nameshort = "GUARINI, FR" if congress == 101 & id == 14631 replace nameshort = "SCHIFF, STE" if congress == 101 & id == 15624 replace nameshort = "SKEEN, JOSE" if congress == 101 & id == 14861 replace nameshort = "RICHARDSON," if congress == 101 & id == 15055 replace nameshort = "HOCHBRUECKN" if congress == 101 & id == 15421 replace nameshort = "DOWNEY, THO" if congress == 101 & id == 14214 replace nameshort = "MRAZEK, ROB" if congress == 101 & id == 15046 replace nameshort = "LENT, NORMA" if congress == 101 & id == 13021 replace nameshort = "MCGRATH, RA" if congress == 101 & id == 14845 replace nameshort = "FLAKE, FLOY" if congress == 101 & id == 15412 replace nameshort = "ACKERMAN, G" if congress == 101 & id == 15000 replace nameshort = "SCHEUER, JA" if congress == 101 & id == 10768 replace nameshort = "MANTON, THO" if congress == 101 & id == 15107 replace nameshort = "SCHUMER, CH" if congress == 101 & id == 14858 replace nameshort = "TOWNS, EDOL" if congress == 101 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 101 & id == 15050 replace nameshort = "SOLARZ, STE" if congress == 101 & id == 14277 replace nameshort = "MOLINARI, G" if congress == 101 & id == 14846 replace nameshort = "MOLINARI, S" if congress == 101 & id == 15639 replace nameshort = "GREEN, S. W" if congress == 101 & id == 14471 replace nameshort = "RANGEL, CHA" if congress == 101 & id == 13035 replace nameshort = "WEISS, THEO" if congress == 101 & id == 14463 replace nameshort = "GARCIA, ROB" if congress == 101 & id == 14470 replace nameshort = "SERRANO" if congress == 101 & id == 29134 replace nameshort = "ENGEL, ELIO" if congress == 101 & id == 15603 replace nameshort = "LOWEY, NITA" if congress == 101 & id == 15612 replace nameshort = "FISH, HAMIL" if congress == 101 & id == 12013 replace nameshort = "GILMAN, BEN" if congress == 101 & id == 14015 replace nameshort = "MCNULTY, MI" if congress == 101 & id == 15614 replace nameshort = "SOLOMON, GE" if congress == 101 & id == 14662 replace nameshort = "BOEHLERT, S" if congress == 101 & id == 15007 replace nameshort = "MARTIN, DAV" if congress == 101 & id == 14840 replace nameshort = "WALSH, JAME" if congress == 101 & id == 15630 replace nameshort = "MCHUGH, MAT" if congress == 101 & id == 14253 replace nameshort = "HORTON, FRA" if congress == 101 & id == 10596 replace nameshort = "SLAUGHTER," if congress == 101 & id == 15444 replace nameshort = "PAXON, L. W" if congress == 101 & id == 15618 replace nameshort = "LAFALCE, JO" if congress == 101 & id == 14248 replace nameshort = "NOWAK, HENR" if congress == 101 & id == 14264 replace nameshort = "HOUGHTON, A" if congress == 101 & id == 15423 replace nameshort = "JONES, WALT" if congress == 101 & id == 10788 replace nameshort = "VALENTINE," if congress == 101 & id == 15073 replace nameshort = "LANCASTER," if congress == 101 & id == 15430 replace nameshort = "PRICE, DAVI" if congress == 101 & id == 15438 replace nameshort = "NEAL, STEPH" if congress == 101 & id == 14262 replace nameshort = "COBLE, HOWA" if congress == 101 & id == 15092 replace nameshort = "ROSE, CHARL" if congress == 101 & id == 14048 replace nameshort = "HEFNER, W." if congress == 101 & id == 14233 replace nameshort = "MCMILLAN, J" if congress == 101 & id == 15108 replace nameshort = "BALLENGER," if congress == 101 & id == 15402 replace nameshort = "CLARKE, JAM" if congress == 101 & id == 15017 replace nameshort = "DORGAN, BYR" if congress == 101 & id == 14812 replace nameshort = "LUKEN, THOM" if congress == 101 & id == 14070 replace nameshort = "GRADISON, W" if congress == 101 & id == 14225 replace nameshort = "HALL, TONY" if congress == 101 & id == 14632 replace nameshort = "OXLEY, MICH" if congress == 101 & id == 14875 replace nameshort = "GILLMOR, PA" if congress == 101 & id == 15604 replace nameshort = "MCEWEN, BOB" if congress == 101 & id == 14844 replace nameshort = "DEWINE, MIC" if congress == 101 & id == 15020 replace nameshort = "LUKENS, DON" if congress == 101 & id == 11028 replace nameshort = "KAPTUR, MAR" if congress == 101 & id == 15029 replace nameshort = "MILLER, CLA" if congress == 101 & id == 11034 replace nameshort = "ECKART, DEN" if congress == 101 & id == 14818 replace nameshort = "KASICH, JOH" if congress == 101 & id == 15030 replace nameshort = "PEASE, DONA" if congress == 101 & id == 14445 replace nameshort = "SAWYER, TOM" if congress == 101 & id == 15442 replace nameshort = "WYLIE, CHAL" if congress == 101 & id == 11058 replace nameshort = "REGULA, RAL" if congress == 101 & id == 14045 replace nameshort = "TRAFICANT," if congress == 101 & id == 15121 replace nameshort = "APPLEGATE," if congress == 101 & id == 14402 replace nameshort = "FEIGHAN, ED" if congress == 101 & id == 15024 replace nameshort = "OAKAR, MARY" if congress == 101 & id == 14443 replace nameshort = "STOKES, LOU" if congress == 101 & id == 12030 replace nameshort = "INHOFE, JAM" if congress == 101 & id == 15424 replace nameshort = "SYNAR, MICH" if congress == 101 & id == 14667 replace nameshort = "WATKINS, WE" if congress == 101 & id == 14462 replace nameshort = "MCCURDY, DA" if congress == 101 & id == 14843 replace nameshort = "EDWARDS, MI" if congress == 101 & id == 14415 replace nameshort = "ENGLISH, GL" if congress == 101 & id == 14219 replace nameshort = "AUCOIN, LES" if congress == 101 & id == 14201 replace nameshort = "SMITH, ROBE" if congress == 101 & id == 15063 replace nameshort = "WYDEN, RON" if congress == 101 & id == 14871 replace nameshort = "DEFAZIO, PE" if congress == 101 & id == 15410 replace nameshort = "SMITH, DENN" if congress == 101 & id == 14864 replace nameshort = "FOGLIETTA," if congress == 101 & id == 14823 replace nameshort = "GRAY, WILLI" if congress == 101 & id == 14629 replace nameshort = "BORSKI, ROB" if congress == 101 & id == 15008 replace nameshort = "KOLTER, JOS" if congress == 101 & id == 15031 replace nameshort = "SCHULZE, RI" if congress == 101 & id == 14273 replace nameshort = "YATRON, GUS" if congress == 101 & id == 12035 replace nameshort = "WELDON, CUR" if congress == 101 & id == 15447 replace nameshort = "KOSTMAYER," if congress == 101 & id == 14431 replace nameshort = "SHUSTER, E." if congress == 101 & id == 14052 replace nameshort = "MCDADE, JOS" if congress == 101 & id == 10607 replace nameshort = "KANJORSKI," if congress == 101 & id == 15104 replace nameshort = "MURTHA, JOH" if congress == 101 & id == 14072 replace nameshort = "COUGHLIN, R" if congress == 101 & id == 12010 replace nameshort = "COYNE, WILL" if congress == 101 & id == 14808 replace nameshort = "RITTER, DON" if congress == 101 & id == 14654 replace nameshort = "WALKER, ROB" if congress == 101 & id == 14461 replace nameshort = "GEKAS, GEOR" if congress == 101 & id == 15026 replace nameshort = "WALGREN, DO" if congress == 101 & id == 14460 replace nameshort = "GOODLING, W" if congress == 101 & id == 14288 replace nameshort = "GAYDOS, JOS" if congress == 101 & id == 11067 replace nameshort = "RIDGE, THOM" if congress == 101 & id == 15056 replace nameshort = "MURPHY, AUS" if congress == 101 & id == 14441 replace nameshort = "CLINGER, WI" if congress == 101 & id == 14612 replace nameshort = "MACHTLEY, R" if congress == 101 & id == 15615 replace nameshort = "SCHNEIDER," if congress == 101 & id == 14857 replace nameshort = "RAVENEL, AR" if congress == 101 & id == 15439 replace nameshort = "SPENCE, FLO" if congress == 101 & id == 13042 replace nameshort = "DERRICK, BU" if congress == 101 & id == 14212 replace nameshort = "PATTERSON," if congress == 101 & id == 15171 replace nameshort = "SPRATT, JOH" if congress == 101 & id == 15064 replace nameshort = "TALLON, ROB" if congress == 101 & id == 15068 replace nameshort = "JOHNSON, TI" if congress == 101 & id == 15425 replace nameshort = "QUILLEN, JA" if congress == 101 & id == 10616 replace nameshort = "DUNCAN, JOH" if congress == 101 & id == 15455 replace nameshort = "LLOYD, MARI" if congress == 101 & id == 14251 replace nameshort = "COOPER, JAM" if congress == 101 & id == 15019 replace nameshort = "CLEMENT, BO" if congress == 101 & id == 15450 replace nameshort = "GORDON, BAR" if congress == 101 & id == 15100 replace nameshort = "SUNDQUIST," if congress == 101 & id == 15066 replace nameshort = "TANNER, JOH" if congress == 101 & id == 15628 replace nameshort = "FORD, HAROL" if congress == 101 & id == 14224 replace nameshort = "CHAPMAN, JI" if congress == 101 & id == 15129 replace nameshort = "WILSON, CHA" if congress == 101 & id == 14062 replace nameshort = "BARTLETT, S" if congress == 101 & id == 15002 replace nameshort = "HALL, RALPH" if congress == 101 & id == 14828 replace nameshort = "BRYANT, JOH" if congress == 101 & id == 15013 replace nameshort = "BARTON, JOE" if congress == 101 & id == 15085 replace nameshort = "ARCHER, W.R" if congress == 101 & id == 13002 replace nameshort = "FIELDS, JAC" if congress == 101 & id == 14822 replace nameshort = "BROOKS, JAC" if congress == 101 & id == 1077 replace nameshort = "PICKLE, J." if congress == 101 & id == 10614 replace nameshort = "LEATH, JAME" if congress == 101 & id == 14641 replace nameshort = "WRIGHT, JAM" if congress == 101 & id == 10391 replace nameshort = "GEREN, PRES" if congress == 101 & id == 15636 replace nameshort = "SARPALIUS," if congress == 101 & id == 15623 replace nameshort = "LAUGHLIN, G" if congress == 101 & id == 15611 replace nameshort = "DE LA GARZA" if congress == 101 & id == 10716 replace nameshort = "COLEMAN, RO" if congress == 101 & id == 15018 replace nameshort = "STENHOLM, C" if congress == 101 & id == 14664 replace nameshort = "LELAND, GEO" if congress == 101 & id == 14643 replace nameshort = "WASHINGTON" if congress == 101 & id == 29145 replace nameshort = "COMBEST, LA" if congress == 101 & id == 15093 replace nameshort = "GONZALEZ, H" if congress == 101 & id == 10520 replace nameshort = "SMITH, LAMA" if congress == 101 & id == 15445 replace nameshort = "DELAY, THOM" if congress == 101 & id == 15094 replace nameshort = "BUSTAMANTE," if congress == 101 & id == 15089 replace nameshort = "FROST, JONA" if congress == 101 & id == 14626 replace nameshort = "ANDREWS,MIC" if congress == 101 & id == 15001 replace nameshort = "ARMEY, RICH" if congress == 101 & id == 15125 replace nameshort = "ORTIZ, SOLO" if congress == 101 & id == 15049 replace nameshort = "HANSEN, JAM" if congress == 101 & id == 14829 replace nameshort = "OWENS, WAYN" if congress == 101 & id == 14042 replace nameshort = "NIELSON, HO" if congress == 101 & id == 15047 replace nameshort = "SMITH, PETE" if congress == 101 & id == 15626 replace nameshort = "BATEMAN, HE" if congress == 101 & id == 15003 replace nameshort = "PICKETT, OW" if congress == 101 & id == 15437 replace nameshort = "BLILEY, THO" if congress == 101 & id == 14802 replace nameshort = "SISISKY, NO" if congress == 101 & id == 15060 replace nameshort = "PAYNE, L.F." if congress == 101 & id == 15452 replace nameshort = "OLIN, JAMES" if congress == 101 & id == 15048 replace nameshort = "SLAUGHTER," if congress == 101 & id == 15115 replace nameshort = "PARRIS, STA" if congress == 101 & id == 14043 replace nameshort = "BOUCHER, FR" if congress == 101 & id == 15010 replace nameshort = "WOLF, FRANK" if congress == 101 & id == 14869 replace nameshort = "MILLER, JOH" if congress == 101 & id == 15110 replace nameshort = "SWIFT, ALLE" if congress == 101 & id == 14666 replace nameshort = "UNSOELD, JO" if congress == 101 & id == 15629 replace nameshort = "MORRISON, S" if congress == 101 & id == 14847 replace nameshort = "FOLEY, THOM" if congress == 101 & id == 10726 replace nameshort = "DICKS, NORM" if congress == 101 & id == 14413 replace nameshort = "MCDERMOTT," if congress == 101 & id == 15613 replace nameshort = "CHANDLER, R" if congress == 101 & id == 15016 replace nameshort = "MOLLOHAN, A" if congress == 101 & id == 15083 replace nameshort = "STAGGERS, H" if congress == 101 & id == 15065 replace nameshort = "WISE, ROBER" if congress == 101 & id == 15077 replace nameshort = "RAHALL, NIC" if congress == 101 & id == 14448 replace nameshort = "ASPIN, LES" if congress == 101 & id == 13003 replace nameshort = "KASTENMEIER" if congress == 101 & id == 5101 replace nameshort = "GUNDERSON," if congress == 101 & id == 14827 replace nameshort = "KLECZKA, GE" if congress == 101 & id == 15082 replace nameshort = "MOODY, JIM" if congress == 101 & id == 15044 replace nameshort = "PETRI, THOM" if congress == 101 & id == 14675 replace nameshort = "OBEY, DAVID" if congress == 101 & id == 12036 replace nameshort = "ROTH, TOBIA" if congress == 101 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 101 & id == 14657 replace nameshort = "CHENEY, RIC" if congress == 101 & id == 14611 replace nameshort = "THOMAS, CRA" if congress == 101 & id == 15633 replace nameshort = "BUSH" if congress == 102 & id == 99908 replace nameshort = "CALLAHAN" if congress == 102 & id == 15090 replace nameshort = "DICKINSON" if congress == 102 & id == 10717 replace nameshort = "BROWDER" if congress == 102 & id == 15632 replace nameshort = "BEVILL" if congress == 102 & id == 11000 replace nameshort = "CRAMER" if congress == 102 & id == 29100 replace nameshort = "ERDREICH" if congress == 102 & id == 15022 replace nameshort = "HARRIS" if congress == 102 & id == 15416 replace nameshort = "YOUNG, DON" if congress == 102 & id == 14066 replace nameshort = "RHODES, III" if congress == 102 & id == 15440 replace nameshort = "PASTOR" if congress == 102 & id == 29101 replace nameshort = "UDALL" if congress == 102 & id == 10566 replace nameshort = "STUMP" if congress == 102 & id == 14454 replace nameshort = "KYL" if congress == 102 & id == 15429 replace nameshort = "KOLBE" if congress == 102 & id == 15105 replace nameshort = "ALEXANDER" if congress == 102 & id == 12000 replace nameshort = "THORNTON" if congress == 102 & id == 14058 replace nameshort = "HAMMERSCHMI" if congress == 102 & id == 11020 replace nameshort = "ANTHONY" if congress == 102 & id == 14601 replace nameshort = "RIGGS" if congress == 102 & id == 29103 replace nameshort = "HERGER" if congress == 102 & id == 15420 replace nameshort = "MATSUI" if congress == 102 & id == 14649 replace nameshort = "FAZIO" if congress == 102 & id == 14624 replace nameshort = "PELOSI" if congress == 102 & id == 15448 replace nameshort = "BOXER" if congress == 102 & id == 15011 replace nameshort = "MILLER, GEO" if congress == 102 & id == 14256 replace nameshort = "DELLUMS" if congress == 102 & id == 13011 replace nameshort = "STARK" if congress == 102 & id == 14053 replace nameshort = "EDWARDS, DO" if congress == 102 & id == 10583 replace nameshort = "LANTOS" if congress == 102 & id == 14837 replace nameshort = "CAMPBELL, T" if congress == 102 & id == 15600 replace nameshort = "MINETA" if congress == 102 & id == 14257 replace nameshort = "DOOLITTLE" if congress == 102 & id == 29104 replace nameshort = "CONDIT" if congress == 102 & id == 15635 replace nameshort = "PANETTA" if congress == 102 & id == 14444 replace nameshort = "DOOLEY" if congress == 102 & id == 29105 replace nameshort = "LEHMAN, RIC" if congress == 102 & id == 15032 replace nameshort = "LAGOMARSINO" if congress == 102 & id == 14071 replace nameshort = "THOMAS, WIL" if congress == 102 & id == 14669 replace nameshort = "GALLEGLY" if congress == 102 & id == 15413 replace nameshort = "MOORHEAD" if congress == 102 & id == 14040 replace nameshort = "BEILENSON" if congress == 102 & id == 14405 replace nameshort = "WAXMAN" if congress == 102 & id == 14280 replace nameshort = "ROYBAL" if congress == 102 & id == 10621 replace nameshort = "BERMAN" if congress == 102 & id == 15005 replace nameshort = "LEVINE, MEL" if congress == 102 & id == 15034 replace nameshort = "DIXON, JULI" if congress == 102 & id == 14620 replace nameshort = "WATERS" if congress == 102 & id == 29106 replace nameshort = "MARTINEZ" if congress == 102 & id == 14879 replace nameshort = "DYMALLY, ME" if congress == 102 & id == 14816 replace nameshort = "ANDERSON" if congress == 102 & id == 12001 replace nameshort = "DREIER, DAV" if congress == 102 & id == 14813 replace nameshort = "TORRES" if congress == 102 & id == 15070 replace nameshort = "LEWIS, JERR" if congress == 102 & id == 14644 replace nameshort = "BROWN, GEOR" if congress == 102 & id == 10573 replace nameshort = "MCCANDLESS" if congress == 102 & id == 15040 replace nameshort = "DORNAN, ROB" if congress == 102 & id == 14414 replace nameshort = "DANNEMEYER" if congress == 102 & id == 14616 replace nameshort = "COX, CHRIST" if congress == 102 & id == 15601 replace nameshort = "LOWERY, BIL" if congress == 102 & id == 14839 replace nameshort = "ROHRABACHER" if congress == 102 & id == 15621 replace nameshort = "PACKARD" if congress == 102 & id == 15051 replace nameshort = "CUNNINGHAM" if congress == 102 & id == 29107 replace nameshort = "HUNTER" if congress == 102 & id == 14835 replace nameshort = "SCHROEDER" if congress == 102 & id == 14051 replace nameshort = "SKAGGS" if congress == 102 & id == 15443 replace nameshort = "CAMPBELL, B" if congress == 102 & id == 15407 replace nameshort = "ALLARD" if congress == 102 & id == 29108 replace nameshort = "HEFLEY" if congress == 102 & id == 15419 replace nameshort = "SCHAEFER" if congress == 102 & id == 15058 replace nameshort = "KENNELLY" if congress == 102 & id == 14877 replace nameshort = "GEJDENSON" if congress == 102 & id == 14825 replace nameshort = "DELAURO" if congress == 102 & id == 29109 replace nameshort = "SHAYS" if congress == 102 & id == 15449 replace nameshort = "FRANKS, GAR" if congress == 102 & id == 29110 replace nameshort = "JOHNSON, NA" if congress == 102 & id == 15028 replace nameshort = "CARPER" if congress == 102 & id == 15015 replace nameshort = "HUTTO" if congress == 102 & id == 14636 replace nameshort = "PETERSON, P" if congress == 102 & id == 29111 replace nameshort = "BENNETT" if congress == 102 & id == 633 replace nameshort = "JAMES" if congress == 102 & id == 15608 replace nameshort = "MCCOLLUM" if congress == 102 & id == 14842 replace nameshort = "STEARNS" if congress == 102 & id == 15627 replace nameshort = "GIBBONS" if congress == 102 & id == 10588 replace nameshort = "YOUNG, BILL" if congress == 102 & id == 13047 replace nameshort = "BILIRAKIS" if congress == 102 & id == 15006 replace nameshort = "IRELAND" if congress == 102 & id == 14428 replace nameshort = "BACCHUS" if congress == 102 & id == 29112 replace nameshort = "LEWIS, TOM" if congress == 102 & id == 15035 replace nameshort = "GOSS" if congress == 102 & id == 15605 replace nameshort = "JOHNSTON, H" if congress == 102 & id == 15609 replace nameshort = "SHAW" if congress == 102 & id == 14860 replace nameshort = "SMITH, LAWR" if congress == 102 & id == 15062 replace nameshort = "LEHMAN, WIL" if congress == 102 & id == 14029 replace nameshort = "ROS-LEHTINE" if congress == 102 & id == 15634 replace nameshort = "FASCELL" if congress == 102 & id == 3078 replace nameshort = "THOMAS, LIN" if congress == 102 & id == 15069 replace nameshort = "HATCHER" if congress == 102 & id == 14831 replace nameshort = "RAY" if congress == 102 & id == 15053 replace nameshort = "JONES, BEN" if congress == 102 & id == 95120 replace nameshort = "LEWIS, JOHN" if congress == 102 & id == 15431 replace nameshort = "GINGRICH" if congress == 102 & id == 14627 replace nameshort = "DARDEN" if congress == 102 & id == 15081 replace nameshort = "ROWLAND, RO" if congress == 102 & id == 15057 replace nameshort = "JENKINS" if congress == 102 & id == 14429 replace nameshort = "BARNARD" if congress == 102 & id == 14404 replace nameshort = "ABERCROMBIE" if congress == 102 & id == 15245 replace nameshort = "MINK" if congress == 102 & id == 10757 replace nameshort = "LAROCCO" if congress == 102 & id == 29114 replace nameshort = "STALLINGS" if congress == 102 & id == 15117 replace nameshort = "HAYES, CHAR" if congress == 102 & id == 15079 replace nameshort = "SAVAGE" if congress == 102 & id == 14856 replace nameshort = "RUSSO" if congress == 102 & id == 14271 replace nameshort = "SANGMEISTER" if congress == 102 & id == 15622 replace nameshort = "LIPINSKI" if congress == 102 & id == 15036 replace nameshort = "HYDE" if congress == 102 & id == 14239 replace nameshort = "COLLINS, CA" if congress == 102 & id == 14068 replace nameshort = "ROSTENKOWSK" if congress == 102 & id == 8080 replace nameshort = "YATES" if congress == 102 & id == 10421 replace nameshort = "PORTER" if congress == 102 & id == 14677 replace nameshort = "ANNUNZIO" if congress == 102 & id == 10703 replace nameshort = "CRANE" if congress == 102 & id == 12041 replace nameshort = "FAWELL" if congress == 102 & id == 15098 replace nameshort = "HASTERT" if congress == 102 & id == 15417 replace nameshort = "MADIGAN" if congress == 102 & id == 14033 replace nameshort = "EWING" if congress == 102 & id == 29115 replace nameshort = "COX, JOHN" if congress == 102 & id == 29116 replace nameshort = "EVANS, LANE" if congress == 102 & id == 15023 replace nameshort = "MICHEL" if congress == 102 & id == 6455 replace nameshort = "BRUCE" if congress == 102 & id == 15088 replace nameshort = "DURBIN" if congress == 102 & id == 15021 replace nameshort = "COSTELLO" if congress == 102 & id == 15453 replace nameshort = "POSHARD" if congress == 102 & id == 15620 replace nameshort = "VISCLOSKY" if congress == 102 & id == 15124 replace nameshort = "SHARP" if congress == 102 & id == 14274 replace nameshort = "ROEMER" if congress == 102 & id == 29117 replace nameshort = "LONG" if congress == 102 & id == 15631 replace nameshort = "JONTZ" if congress == 102 & id == 15426 replace nameshort = "BURTON" if congress == 102 & id == 15014 replace nameshort = "MYERS" if congress == 102 & id == 11036 replace nameshort = "MCCLOSKEY" if congress == 102 & id == 15041 replace nameshort = "HAMILTON" if congress == 102 & id == 10732 replace nameshort = "JACOBS" if congress == 102 & id == 10742 replace nameshort = "LEACH, JAME" if congress == 102 & id == 14432 replace nameshort = "NUSSLE" if congress == 102 & id == 29118 replace nameshort = "NAGLE" if congress == 102 & id == 15435 replace nameshort = "SMITH, NEAL" if congress == 102 & id == 8672 replace nameshort = "LIGHTFOOT" if congress == 102 & id == 15106 replace nameshort = "GRANDY" if congress == 102 & id == 15414 replace nameshort = "ROBERTS, PA" if congress == 102 & id == 14852 replace nameshort = "SLATTERY" if congress == 102 & id == 15061 replace nameshort = "MEYERS" if congress == 102 & id == 15109 replace nameshort = "GLICKMAN" if congress == 102 & id == 14422 replace nameshort = "NICHOLS" if congress == 102 & id == 29119 replace nameshort = "HUBBARD" if congress == 102 & id == 14237 replace nameshort = "NATCHER" if congress == 102 & id == 6845 replace nameshort = "MAZZOLI" if congress == 102 & id == 13024 replace nameshort = "BUNNING" if congress == 102 & id == 15406 replace nameshort = "ROGERS" if congress == 102 & id == 14854 replace nameshort = "HOPKINS" if congress == 102 & id == 14635 replace nameshort = "PERKINS" if congress == 102 & id == 15228 replace nameshort = "LIVINGSTON" if congress == 102 & id == 14469 replace nameshort = "JEFFERSON" if congress == 102 & id == 29120 replace nameshort = "TAUZIN" if congress == 102 & id == 14679 replace nameshort = "MCCRERY" if congress == 102 & id == 15451 replace nameshort = "HUCKABY" if congress == 102 & id == 14427 replace nameshort = "BAKER" if congress == 102 & id == 15401 replace nameshort = "HAYES, JAME" if congress == 102 & id == 15418 replace nameshort = "HOLLOWAY" if congress == 102 & id == 15422 replace nameshort = "ANDREWS, TH" if congress == 102 & id == 29121 replace nameshort = "SNOWE" if congress == 102 & id == 14661 replace nameshort = "GILCHREST" if congress == 102 & id == 29122 replace nameshort = "BENTLEY" if congress == 102 & id == 15086 replace nameshort = "CARDIN" if congress == 102 & id == 15408 replace nameshort = "MCMILLEN, T" if congress == 102 & id == 15432 replace nameshort = "HOYER" if congress == 102 & id == 14873 replace nameshort = "BYRON" if congress == 102 & id == 14608 replace nameshort = "MFUME" if congress == 102 & id == 15433 replace nameshort = "MORELLA" if congress == 102 & id == 15434 replace nameshort = "CONTE" if congress == 102 & id == 2009 replace nameshort = "OLVER" if congress == 102 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 102 & id == 15616 replace nameshort = "EARLY" if congress == 102 & id == 14216 replace nameshort = "FRANK, BARN" if congress == 102 & id == 14824 replace nameshort = "ATKINS" if congress == 102 & id == 15084 replace nameshort = "MAVROULES" if congress == 102 & id == 14650 replace nameshort = "MARKEY" if congress == 102 & id == 14435 replace nameshort = "KENNEDY, JO" if congress == 102 & id == 15427 replace nameshort = "MOAKLEY" if congress == 102 & id == 14039 replace nameshort = "STUDDS" if congress == 102 & id == 14055 replace nameshort = "DONNELLY" if congress == 102 & id == 14621 replace nameshort = "CONYERS" if congress == 102 & id == 10713 replace nameshort = "PURSELL" if congress == 102 & id == 14446 replace nameshort = "WOLPE" if congress == 102 & id == 14673 replace nameshort = "UPTON" if congress == 102 & id == 15446 replace nameshort = "HENRY" if congress == 102 & id == 15103 replace nameshort = "CARR" if congress == 102 & id == 14210 replace nameshort = "KILDEE" if congress == 102 & id == 14430 replace nameshort = "TRAXLER" if congress == 102 & id == 14075 replace nameshort = "VANDER JAGT" if congress == 102 & id == 10794 replace nameshort = "CAMP" if congress == 102 & id == 29124 replace nameshort = "DAVIS, ROBE" if congress == 102 & id == 14618 replace nameshort = "BONIOR" if congress == 102 & id == 14407 replace nameshort = "COLLINS, BA" if congress == 102 & id == 29125 replace nameshort = "HERTEL" if congress == 102 & id == 14833 replace nameshort = "FORD, WILLI" if congress == 102 & id == 10727 replace nameshort = "DINGELL" if congress == 102 & id == 2605 replace nameshort = "LEVIN, SAND" if congress == 102 & id == 15033 replace nameshort = "BROOMFIELD" if congress == 102 & id == 1087 replace nameshort = "PENNY" if congress == 102 & id == 15052 replace nameshort = "WEBER" if congress == 102 & id == 14868 replace nameshort = "RAMSTAD" if congress == 102 & id == 29126 replace nameshort = "VENTO" if congress == 102 & id == 14458 replace nameshort = "SABO" if congress == 102 & id == 14656 replace nameshort = "SIKORSKI" if congress == 102 & id == 15059 replace nameshort = "PETERSON, C" if congress == 102 & id == 29127 replace nameshort = "OBERSTAR" if congress == 102 & id == 14265 replace nameshort = "WHITTEN" if congress == 102 & id == 10075 replace nameshort = "ESPY" if congress == 102 & id == 15411 replace nameshort = "MONTGOMERY" if congress == 102 & id == 11035 replace nameshort = "PARKER" if congress == 102 & id == 15617 replace nameshort = "TAYLOR, GEN" if congress == 102 & id == 15637 replace nameshort = "CLAY" if congress == 102 & id == 12009 replace nameshort = "HORN" if congress == 102 & id == 29128 replace nameshort = "GEPHARDT" if congress == 102 & id == 14421 replace nameshort = "SKELTON" if congress == 102 & id == 14451 replace nameshort = "WHEAT" if congress == 102 & id == 15076 replace nameshort = "COLEMAN, TH" if congress == 102 & id == 14410 replace nameshort = "HANCOCK" if congress == 102 & id == 15606 replace nameshort = "EMERSON" if congress == 102 & id == 14819 replace nameshort = "VOLKMER" if congress == 102 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 102 & id == 14672 replace nameshort = "MARLENEE" if congress == 102 & id == 14437 replace nameshort = "BEREUTER" if congress == 102 & id == 14605 replace nameshort = "HOAGLAND" if congress == 102 & id == 15607 replace nameshort = "BARRETT" if congress == 102 & id == 29129 replace nameshort = "BILBRAY" if congress == 102 & id == 15403 replace nameshort = "VUCANOVICH" if congress == 102 & id == 15075 replace nameshort = "ZELIFF" if congress == 102 & id == 29130 replace nameshort = "SWETT" if congress == 102 & id == 29131 replace nameshort = "ANDREWS, RO" if congress == 102 & id == 29132 replace nameshort = "HUGHES" if congress == 102 & id == 14238 replace nameshort = "PALLONE" if congress == 102 & id == 15454 replace nameshort = "SMITH, CHRI" if congress == 102 & id == 14863 replace nameshort = "ROUKEMA" if congress == 102 & id == 14855 replace nameshort = "DWYER" if congress == 102 & id == 14815 replace nameshort = "RINALDO" if congress == 102 & id == 14046 replace nameshort = "ROE" if congress == 102 & id == 12042 replace nameshort = "TORRICELLI" if congress == 102 & id == 15071 replace nameshort = "PAYNE, DONA" if congress == 102 & id == 15619 replace nameshort = "GALLO" if congress == 102 & id == 15099 replace nameshort = "ZIMMER" if congress == 102 & id == 29133 replace nameshort = "SAXTON" if congress == 102 & id == 15112 replace nameshort = "GUARINI" if congress == 102 & id == 14631 replace nameshort = "SCHIFF" if congress == 102 & id == 15624 replace nameshort = "SKEEN" if congress == 102 & id == 14861 replace nameshort = "RICHARDSON" if congress == 102 & id == 15055 replace nameshort = "HOCHBRUECKN" if congress == 102 & id == 15421 replace nameshort = "DOWNEY, THO" if congress == 102 & id == 14214 replace nameshort = "MRAZEK" if congress == 102 & id == 15046 replace nameshort = "LENT" if congress == 102 & id == 13021 replace nameshort = "MCGRATH" if congress == 102 & id == 14845 replace nameshort = "FLAKE" if congress == 102 & id == 15412 replace nameshort = "ACKERMAN" if congress == 102 & id == 15000 replace nameshort = "SCHEUER" if congress == 102 & id == 10768 replace nameshort = "MANTON" if congress == 102 & id == 15107 replace nameshort = "SCHUMER" if congress == 102 & id == 14858 replace nameshort = "TOWNS" if congress == 102 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 102 & id == 15050 replace nameshort = "SOLARZ" if congress == 102 & id == 14277 replace nameshort = "MOLINARI, S" if congress == 102 & id == 15639 replace nameshort = "GREEN" if congress == 102 & id == 14471 replace nameshort = "RANGEL, CHA" if congress == 102 & id == 13035 replace nameshort = "WEISS" if congress == 102 & id == 14463 replace nameshort = "SERRANO" if congress == 102 & id == 29134 replace nameshort = "ENGEL" if congress == 102 & id == 15603 replace nameshort = "LOWEY" if congress == 102 & id == 15612 replace nameshort = "FISH" if congress == 102 & id == 12013 replace nameshort = "GILMAN" if congress == 102 & id == 14015 replace nameshort = "MCNULTY" if congress == 102 & id == 15614 replace nameshort = "SOLOMON" if congress == 102 & id == 14662 replace nameshort = "BOEHLERT" if congress == 102 & id == 15007 replace nameshort = "MARTIN, DAV" if congress == 102 & id == 14840 replace nameshort = "WALSH" if congress == 102 & id == 15630 replace nameshort = "MCHUGH" if congress == 102 & id == 14253 replace nameshort = "HORTON" if congress == 102 & id == 10596 replace nameshort = "SLAUGHTER" if congress == 102 & id == 15444 replace nameshort = "PAXON" if congress == 102 & id == 15618 replace nameshort = "LAFALCE" if congress == 102 & id == 14248 replace nameshort = "NOWAK" if congress == 102 & id == 14264 replace nameshort = "HOUGHTON" if congress == 102 & id == 15423 replace nameshort = "JONES, WALT" if congress == 102 & id == 10788 replace nameshort = "VALENTINE" if congress == 102 & id == 15073 replace nameshort = "LANCASTER" if congress == 102 & id == 15430 replace nameshort = "PRICE, DAVI" if congress == 102 & id == 15438 replace nameshort = "NEAL, STEPH" if congress == 102 & id == 14262 replace nameshort = "COBLE" if congress == 102 & id == 15092 replace nameshort = "ROSE" if congress == 102 & id == 14048 replace nameshort = "HEFNER" if congress == 102 & id == 14233 replace nameshort = "MCMILLAN, A" if congress == 102 & id == 15108 replace nameshort = "BALLENGER" if congress == 102 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 102 & id == 29135 replace nameshort = "DORGAN, BYR" if congress == 102 & id == 14812 replace nameshort = "LUKEN, CHAR" if congress == 102 & id == 15823 replace nameshort = "GRADISON" if congress == 102 & id == 14225 replace nameshort = "HALL, TONY" if congress == 102 & id == 14632 replace nameshort = "OXLEY" if congress == 102 & id == 14875 replace nameshort = "GILLMOR" if congress == 102 & id == 15604 replace nameshort = "MCEWEN" if congress == 102 & id == 14844 replace nameshort = "HOBSON" if congress == 102 & id == 29136 replace nameshort = "BOEHNER" if congress == 102 & id == 29137 replace nameshort = "KAPTUR" if congress == 102 & id == 15029 replace nameshort = "MILLER, CLA" if congress == 102 & id == 11034 replace nameshort = "ECKART" if congress == 102 & id == 14818 replace nameshort = "KASICH" if congress == 102 & id == 15030 replace nameshort = "PEASE" if congress == 102 & id == 14445 replace nameshort = "SAWYER" if congress == 102 & id == 15442 replace nameshort = "WYLIE" if congress == 102 & id == 11058 replace nameshort = "REGULA" if congress == 102 & id == 14045 replace nameshort = "TRAFICANT" if congress == 102 & id == 15121 replace nameshort = "APPLEGATE" if congress == 102 & id == 14402 replace nameshort = "FEIGHAN" if congress == 102 & id == 15024 replace nameshort = "OAKAR" if congress == 102 & id == 14443 replace nameshort = "STOKES" if congress == 102 & id == 12030 replace nameshort = "INHOFE" if congress == 102 & id == 15424 replace nameshort = "SYNAR" if congress == 102 & id == 14667 replace nameshort = "BREWSTER" if congress == 102 & id == 29138 replace nameshort = "MCCURDY" if congress == 102 & id == 14843 replace nameshort = "EDWARDS, MI" if congress == 102 & id == 14415 replace nameshort = "ENGLISH" if congress == 102 & id == 14219 replace nameshort = "AUCOIN" if congress == 102 & id == 14201 replace nameshort = "SMITH, ROBE" if congress == 102 & id == 15063 replace nameshort = "WYDEN" if congress == 102 & id == 14871 replace nameshort = "DEFAZIO" if congress == 102 & id == 15410 replace nameshort = "KOPETSKI" if congress == 102 & id == 29139 replace nameshort = "FOGLIETTA" if congress == 102 & id == 14823 replace nameshort = "GRAY, WILLI" if congress == 102 & id == 14629 replace nameshort = "BLACKWELL" if congress == 102 & id == 29140 replace nameshort = "BORSKI" if congress == 102 & id == 15008 replace nameshort = "KOLTER" if congress == 102 & id == 15031 replace nameshort = "SCHULZE" if congress == 102 & id == 14273 replace nameshort = "YATRON" if congress == 102 & id == 12035 replace nameshort = "WELDON" if congress == 102 & id == 15447 replace nameshort = "KOSTMAYER" if congress == 102 & id == 14431 replace nameshort = "SHUSTER" if congress == 102 & id == 14052 replace nameshort = "MCDADE" if congress == 102 & id == 10607 replace nameshort = "KANJORSKI" if congress == 102 & id == 15104 replace nameshort = "MURTHA" if congress == 102 & id == 14072 replace nameshort = "COUGHLIN" if congress == 102 & id == 12010 replace nameshort = "COYNE, WILL" if congress == 102 & id == 14808 replace nameshort = "RITTER" if congress == 102 & id == 14654 replace nameshort = "WALKER" if congress == 102 & id == 14461 replace nameshort = "GEKAS" if congress == 102 & id == 15026 replace nameshort = "SANTORUM" if congress == 102 & id == 29141 replace nameshort = "GOODLING" if congress == 102 & id == 14288 replace nameshort = "GAYDOS" if congress == 102 & id == 11067 replace nameshort = "RIDGE" if congress == 102 & id == 15056 replace nameshort = "MURPHY" if congress == 102 & id == 14441 replace nameshort = "CLINGER" if congress == 102 & id == 14612 replace nameshort = "MACHTLEY" if congress == 102 & id == 15615 replace nameshort = "REED" if congress == 102 & id == 29142 replace nameshort = "RAVENEL" if congress == 102 & id == 15439 replace nameshort = "SPENCE" if congress == 102 & id == 13042 replace nameshort = "DERRICK" if congress == 102 & id == 14212 replace nameshort = "PATTERSON" if congress == 102 & id == 15171 replace nameshort = "SPRATT" if congress == 102 & id == 15064 replace nameshort = "TALLON" if congress == 102 & id == 15068 replace nameshort = "JOHNSON, TI" if congress == 102 & id == 15425 replace nameshort = "QUILLEN" if congress == 102 & id == 10616 replace nameshort = "DUNCAN, JR." if congress == 102 & id == 15455 replace nameshort = "LLOYD" if congress == 102 & id == 14251 replace nameshort = "COOPER" if congress == 102 & id == 15019 replace nameshort = "CLEMENT" if congress == 102 & id == 15450 replace nameshort = "GORDON" if congress == 102 & id == 15100 replace nameshort = "SUNDQUIST" if congress == 102 & id == 15066 replace nameshort = "TANNER" if congress == 102 & id == 15628 replace nameshort = "FORD, HAROL" if congress == 102 & id == 14224 replace nameshort = "CHAPMAN" if congress == 102 & id == 15129 replace nameshort = "WILSON, CHA" if congress == 102 & id == 14062 replace nameshort = "BARTLETT" if congress == 102 & id == 15002 replace nameshort = "JOHNSON, SA" if congress == 102 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 102 & id == 14828 replace nameshort = "BRYANT, JOH" if congress == 102 & id == 15013 replace nameshort = "BARTON" if congress == 102 & id == 15085 replace nameshort = "ARCHER" if congress == 102 & id == 13002 replace nameshort = "FIELDS, JAC" if congress == 102 & id == 14822 replace nameshort = "BROOKS" if congress == 102 & id == 1077 replace nameshort = "PICKLE" if congress == 102 & id == 10614 replace nameshort = "EDWARDS, CH" if congress == 102 & id == 29144 replace nameshort = "GEREN" if congress == 102 & id == 15636 replace nameshort = "SARPALIUS" if congress == 102 & id == 15623 replace nameshort = "LAUGHLIN" if congress == 102 & id == 15611 replace nameshort = "DE LA GARZA" if congress == 102 & id == 10716 replace nameshort = "COLEMAN, RO" if congress == 102 & id == 15018 replace nameshort = "STENHOLM" if congress == 102 & id == 14664 replace nameshort = "WASHINGTON" if congress == 102 & id == 29145 replace nameshort = "COMBEST" if congress == 102 & id == 15093 replace nameshort = "GONZALEZ" if congress == 102 & id == 10520 replace nameshort = "SMITH, LAMA" if congress == 102 & id == 15445 replace nameshort = "DELAY" if congress == 102 & id == 15094 replace nameshort = "BUSTAMANTE" if congress == 102 & id == 15089 replace nameshort = "FROST" if congress == 102 & id == 14626 replace nameshort = "ANDREWS, MI" if congress == 102 & id == 15001 replace nameshort = "ARMEY" if congress == 102 & id == 15125 replace nameshort = "ORTIZ" if congress == 102 & id == 15049 replace nameshort = "HANSEN" if congress == 102 & id == 14829 replace nameshort = "OWENS, WAYN" if congress == 102 & id == 14042 replace nameshort = "ORTON" if congress == 102 & id == 29146 replace nameshort = "SANDERS" if congress == 102 & id == 29147 replace nameshort = "BATEMAN" if congress == 102 & id == 15003 replace nameshort = "PICKETT" if congress == 102 & id == 15437 replace nameshort = "BLILEY" if congress == 102 & id == 14802 replace nameshort = "SISISKY" if congress == 102 & id == 15060 replace nameshort = "PAYNE, LEWI" if congress == 102 & id == 15452 replace nameshort = "OLIN" if congress == 102 & id == 15048 replace nameshort = "SLAUGHTER," if congress == 102 & id == 15115 replace nameshort = "ALLEN" if congress == 102 & id == 29148 replace nameshort = "MORAN" if congress == 102 & id == 29149 replace nameshort = "BOUCHER" if congress == 102 & id == 15010 replace nameshort = "WOLF" if congress == 102 & id == 14869 replace nameshort = "MILLER, JOH" if congress == 102 & id == 15110 replace nameshort = "SWIFT" if congress == 102 & id == 14666 replace nameshort = "UNSOELD" if congress == 102 & id == 15629 replace nameshort = "MORRISON, S" if congress == 102 & id == 14847 replace nameshort = "FOLEY" if congress == 102 & id == 10726 replace nameshort = "DICKS" if congress == 102 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 102 & id == 15613 replace nameshort = "CHANDLER" if congress == 102 & id == 15016 replace nameshort = "MOLLOHAN" if congress == 102 & id == 15083 replace nameshort = "STAGGERS" if congress == 102 & id == 15065 replace nameshort = "WISE" if congress == 102 & id == 15077 replace nameshort = "RAHALL" if congress == 102 & id == 14448 replace nameshort = "ASPIN" if congress == 102 & id == 13003 replace nameshort = "KLUG" if congress == 102 & id == 29150 replace nameshort = "GUNDERSON" if congress == 102 & id == 14827 replace nameshort = "KLECZKA" if congress == 102 & id == 15082 replace nameshort = "MOODY" if congress == 102 & id == 15044 replace nameshort = "PETRI" if congress == 102 & id == 14675 replace nameshort = "OBEY" if congress == 102 & id == 12036 replace nameshort = "ROTH, TOBY" if congress == 102 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 102 & id == 14657 replace nameshort = "THOMAS, CRA" if congress == 102 & id == 15633 replace nameshort = "CLINTON" if congress == 103 & id == 99909 replace nameshort = "CALLAHAN" if congress == 103 & id == 15090 replace nameshort = "EVERETT" if congress == 103 & id == 29300 replace nameshort = "BROWDER" if congress == 103 & id == 15632 replace nameshort = "BEVILL" if congress == 103 & id == 11000 replace nameshort = "CRAMER" if congress == 103 & id == 29100 replace nameshort = "BACHUS" if congress == 103 & id == 29301 replace nameshort = "HILLIARD" if congress == 103 & id == 29302 replace nameshort = "YOUNG, DON" if congress == 103 & id == 14066 replace nameshort = "COPPERSMITH" if congress == 103 & id == 29303 replace nameshort = "PASTOR" if congress == 103 & id == 29101 replace nameshort = "STUMP" if congress == 103 & id == 14454 replace nameshort = "KYL" if congress == 103 & id == 15429 replace nameshort = "KOLBE" if congress == 103 & id == 15105 replace nameshort = "ENGLISH, KA" if congress == 103 & id == 29304 replace nameshort = "LINCOLN" if congress == 103 & id == 29305 replace nameshort = "THORNTON" if congress == 103 & id == 14058 replace nameshort = "HUTCHINSON" if congress == 103 & id == 29306 replace nameshort = "DICKEY" if congress == 103 & id == 29307 replace nameshort = "HAMBURG" if congress == 103 & id == 29308 replace nameshort = "HERGER" if congress == 103 & id == 15420 replace nameshort = "FAZIO" if congress == 103 & id == 14624 replace nameshort = "DOOLITTLE" if congress == 103 & id == 29104 replace nameshort = "MATSUI" if congress == 103 & id == 14649 replace nameshort = "WOOLSEY" if congress == 103 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 103 & id == 14256 replace nameshort = "PELOSI" if congress == 103 & id == 15448 replace nameshort = "DELLUMS" if congress == 103 & id == 13011 replace nameshort = "BAKER, BILL" if congress == 103 & id == 29310 replace nameshort = "POMBO" if congress == 103 & id == 29311 replace nameshort = "LANTOS" if congress == 103 & id == 14837 replace nameshort = "STARK" if congress == 103 & id == 14053 replace nameshort = "ESHOO" if congress == 103 & id == 29312 replace nameshort = "MINETA" if congress == 103 & id == 14257 replace nameshort = "EDWARDS, DO" if congress == 103 & id == 10583 replace nameshort = "PANETTA" if congress == 103 & id == 14444 replace nameshort = "FARR" if congress == 103 & id == 29313 replace nameshort = "CONDIT" if congress == 103 & id == 15635 replace nameshort = "LEHMAN, RIC" if congress == 103 & id == 15032 replace nameshort = "DOOLEY" if congress == 103 & id == 29105 replace nameshort = "THOMAS, WIL" if congress == 103 & id == 14669 replace nameshort = "HUFFINGTON" if congress == 103 & id == 29314 replace nameshort = "GALLEGLY" if congress == 103 & id == 15413 replace nameshort = "BEILENSON" if congress == 103 & id == 14405 replace nameshort = "MCKEON" if congress == 103 & id == 29315 replace nameshort = "BERMAN" if congress == 103 & id == 15005 replace nameshort = "MOORHEAD" if congress == 103 & id == 14040 replace nameshort = "DREIER, DAV" if congress == 103 & id == 14813 replace nameshort = "WAXMAN" if congress == 103 & id == 14280 replace nameshort = "BECERRA" if congress == 103 & id == 29316 replace nameshort = "MARTINEZ" if congress == 103 & id == 14879 replace nameshort = "DIXON, JULI" if congress == 103 & id == 14620 replace nameshort = "ROYBAL-ALLA" if congress == 103 & id == 29317 replace nameshort = "TORRES" if congress == 103 & id == 15070 replace nameshort = "WATERS" if congress == 103 & id == 29106 replace nameshort = "HARMAN" if congress == 103 & id == 29318 replace nameshort = "TUCKER" if congress == 103 & id == 29319 replace nameshort = "HORN" if congress == 103 & id == 29320 replace nameshort = "ROYCE" if congress == 103 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 103 & id == 14644 replace nameshort = "KIM" if congress == 103 & id == 29322 replace nameshort = "BROWN, GEOR" if congress == 103 & id == 10573 replace nameshort = "CALVERT" if congress == 103 & id == 29323 replace nameshort = "MCCANDLESS" if congress == 103 & id == 15040 replace nameshort = "ROHRABACHER" if congress == 103 & id == 15621 replace nameshort = "DORNAN, ROB" if congress == 103 & id == 14414 replace nameshort = "COX, CHRIST" if congress == 103 & id == 15601 replace nameshort = "PACKARD" if congress == 103 & id == 15051 replace nameshort = "SCHENK" if congress == 103 & id == 29324 replace nameshort = "FILNER" if congress == 103 & id == 29325 replace nameshort = "CUNNINGHAM" if congress == 103 & id == 29107 replace nameshort = "HUNTER" if congress == 103 & id == 14835 replace nameshort = "SCHROEDER" if congress == 103 & id == 14051 replace nameshort = "SKAGGS" if congress == 103 & id == 15443 replace nameshort = "MCINNIS" if congress == 103 & id == 29326 replace nameshort = "ALLARD" if congress == 103 & id == 29108 replace nameshort = "HEFLEY" if congress == 103 & id == 15419 replace nameshort = "SCHAEFER" if congress == 103 & id == 15058 replace nameshort = "KENNELLY" if congress == 103 & id == 14877 replace nameshort = "GEJDENSON" if congress == 103 & id == 14825 replace nameshort = "DELAURO" if congress == 103 & id == 29109 replace nameshort = "SHAYS" if congress == 103 & id == 15449 replace nameshort = "FRANKS, GAR" if congress == 103 & id == 29110 replace nameshort = "JOHNSON, NA" if congress == 103 & id == 15028 replace nameshort = "CASTLE" if congress == 103 & id == 29327 replace nameshort = "HUTTO" if congress == 103 & id == 14636 replace nameshort = "PETERSON, P" if congress == 103 & id == 29111 replace nameshort = "BROWN, CORR" if congress == 103 & id == 29328 replace nameshort = "FOWLER" if congress == 103 & id == 29329 replace nameshort = "THURMAN" if congress == 103 & id == 29330 replace nameshort = "STEARNS" if congress == 103 & id == 15627 replace nameshort = "MICA" if congress == 103 & id == 29331 replace nameshort = "MCCOLLUM" if congress == 103 & id == 14842 replace nameshort = "BILIRAKIS" if congress == 103 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 103 & id == 13047 replace nameshort = "GIBBONS" if congress == 103 & id == 10588 replace nameshort = "CANADY" if congress == 103 & id == 29332 replace nameshort = "MILLER" if congress == 103 & id == 29333 replace nameshort = "GOSS" if congress == 103 & id == 15605 replace nameshort = "BACCHUS" if congress == 103 & id == 29112 replace nameshort = "LEWIS, TOM" if congress == 103 & id == 15035 replace nameshort = "MEEK" if congress == 103 & id == 29334 replace nameshort = "ROS-LEHTINE" if congress == 103 & id == 15634 replace nameshort = "JOHNSTON, H" if congress == 103 & id == 15609 replace nameshort = "DEUTSCH" if congress == 103 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 103 & id == 29336 replace nameshort = "SHAW" if congress == 103 & id == 14860 replace nameshort = "HASTINGS" if congress == 103 & id == 29337 replace nameshort = "KINGSTON" if congress == 103 & id == 29338 replace nameshort = "BISHOP" if congress == 103 & id == 29339 replace nameshort = "COLLINS" if congress == 103 & id == 29340 replace nameshort = "LINDER" if congress == 103 & id == 29341 replace nameshort = "LEWIS, JOHN" if congress == 103 & id == 15431 replace nameshort = "GINGRICH" if congress == 103 & id == 14627 replace nameshort = "DARDEN" if congress == 103 & id == 15081 replace nameshort = "ROWLAND, RO" if congress == 103 & id == 15057 replace nameshort = "DEAL" if congress == 103 & id == 29342 replace nameshort = "JOHNSON, DO" if congress == 103 & id == 29343 replace nameshort = "MCKINNEY" if congress == 103 & id == 29344 replace nameshort = "ABERCROMBIE" if congress == 103 & id == 15245 replace nameshort = "MINK" if congress == 103 & id == 10757 replace nameshort = "LAROCCO" if congress == 103 & id == 29114 replace nameshort = "CRAPO" if congress == 103 & id == 29345 replace nameshort = "RUSH" if congress == 103 & id == 29346 replace nameshort = "REYNOLDS" if congress == 103 & id == 29347 replace nameshort = "LIPINSKI" if congress == 103 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 103 & id == 29348 replace nameshort = "ROSTENKOWSK" if congress == 103 & id == 8080 replace nameshort = "HYDE" if congress == 103 & id == 14239 replace nameshort = "COLLINS, CA" if congress == 103 & id == 14068 replace nameshort = "CRANE" if congress == 103 & id == 12041 replace nameshort = "YATES" if congress == 103 & id == 10421 replace nameshort = "PORTER" if congress == 103 & id == 14677 replace nameshort = "SANGMEISTER" if congress == 103 & id == 15622 replace nameshort = "COSTELLO" if congress == 103 & id == 15453 replace nameshort = "FAWELL" if congress == 103 & id == 15098 replace nameshort = "HASTERT" if congress == 103 & id == 15417 replace nameshort = "EWING" if congress == 103 & id == 29115 replace nameshort = "MANZULLO" if congress == 103 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 103 & id == 15023 replace nameshort = "MICHEL" if congress == 103 & id == 6455 replace nameshort = "POSHARD" if congress == 103 & id == 15620 replace nameshort = "DURBIN" if congress == 103 & id == 15021 replace nameshort = "VISCLOSKY" if congress == 103 & id == 15124 replace nameshort = "SHARP" if congress == 103 & id == 14274 replace nameshort = "ROEMER" if congress == 103 & id == 29117 replace nameshort = "LONG" if congress == 103 & id == 15631 replace nameshort = "BUYER" if congress == 103 & id == 29350 replace nameshort = "BURTON" if congress == 103 & id == 15014 replace nameshort = "MYERS" if congress == 103 & id == 11036 replace nameshort = "MCCLOSKEY" if congress == 103 & id == 15041 replace nameshort = "HAMILTON" if congress == 103 & id == 10732 replace nameshort = "JACOBS" if congress == 103 & id == 10742 replace nameshort = "LEACH, JAME" if congress == 103 & id == 14432 replace nameshort = "NUSSLE" if congress == 103 & id == 29118 replace nameshort = "LIGHTFOOT" if congress == 103 & id == 15106 replace nameshort = "SMITH, NEAL" if congress == 103 & id == 8672 replace nameshort = "GRANDY" if congress == 103 & id == 15414 replace nameshort = "ROBERTS, PA" if congress == 103 & id == 14852 replace nameshort = "SLATTERY" if congress == 103 & id == 15061 replace nameshort = "MEYERS" if congress == 103 & id == 15109 replace nameshort = "GLICKMAN" if congress == 103 & id == 14422 replace nameshort = "BARLOW" if congress == 103 & id == 29351 replace nameshort = "NATCHER" if congress == 103 & id == 6845 replace nameshort = "LEWIS" if congress == 103 & id == 29352 replace nameshort = "MAZZOLI" if congress == 103 & id == 13024 replace nameshort = "BUNNING" if congress == 103 & id == 15406 replace nameshort = "ROGERS" if congress == 103 & id == 14854 replace nameshort = "BAESLER" if congress == 103 & id == 29353 replace nameshort = "LIVINGSTON" if congress == 103 & id == 14469 replace nameshort = "JEFFERSON" if congress == 103 & id == 29120 replace nameshort = "TAUZIN" if congress == 103 & id == 14679 replace nameshort = "FIELDS, CLE" if congress == 103 & id == 29354 replace nameshort = "MCCRERY" if congress == 103 & id == 15451 replace nameshort = "BAKER" if congress == 103 & id == 15401 replace nameshort = "HAYES, JAME" if congress == 103 & id == 15418 replace nameshort = "ANDREWS, TH" if congress == 103 & id == 29121 replace nameshort = "SNOWE" if congress == 103 & id == 14661 replace nameshort = "GILCHREST" if congress == 103 & id == 29122 replace nameshort = "BENTLEY" if congress == 103 & id == 15086 replace nameshort = "CARDIN" if congress == 103 & id == 15408 replace nameshort = "WYNN" if congress == 103 & id == 29355 replace nameshort = "HOYER" if congress == 103 & id == 14873 replace nameshort = "BARTLETT" if congress == 103 & id == 29356 replace nameshort = "MFUME" if congress == 103 & id == 15433 replace nameshort = "MORELLA" if congress == 103 & id == 15434 replace nameshort = "OLVER" if congress == 103 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 103 & id == 15616 replace nameshort = "BLUTE" if congress == 103 & id == 29357 replace nameshort = "FRANK, BARN" if congress == 103 & id == 14824 replace nameshort = "MEEHAN" if congress == 103 & id == 29358 replace nameshort = "TORKILDSEN" if congress == 103 & id == 29359 replace nameshort = "MARKEY" if congress == 103 & id == 14435 replace nameshort = "KENNEDY, JO" if congress == 103 & id == 15427 replace nameshort = "MOAKLEY" if congress == 103 & id == 14039 replace nameshort = "STUDDS" if congress == 103 & id == 14055 replace nameshort = "STUPAK" if congress == 103 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 103 & id == 29361 replace nameshort = "HENRY" if congress == 103 & id == 15103 replace nameshort = "EHLERS" if congress == 103 & id == 29362 replace nameshort = "CAMP" if congress == 103 & id == 29124 replace nameshort = "BARCIA" if congress == 103 & id == 29363 replace nameshort = "UPTON" if congress == 103 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 103 & id == 29364 replace nameshort = "CARR" if congress == 103 & id == 14210 replace nameshort = "KILDEE" if congress == 103 & id == 14430 replace nameshort = "BONIOR" if congress == 103 & id == 14407 replace nameshort = "KNOLLENBERG" if congress == 103 & id == 29365 replace nameshort = "LEVIN, SAND" if congress == 103 & id == 15033 replace nameshort = "FORD, WILLI" if congress == 103 & id == 10727 replace nameshort = "CONYERS" if congress == 103 & id == 10713 replace nameshort = "COLLINS, BA" if congress == 103 & id == 29125 replace nameshort = "DINGELL" if congress == 103 & id == 2605 replace nameshort = "PENNY" if congress == 103 & id == 15052 replace nameshort = "MINGE" if congress == 103 & id == 29366 replace nameshort = "RAMSTAD" if congress == 103 & id == 29126 replace nameshort = "VENTO" if congress == 103 & id == 14458 replace nameshort = "SABO" if congress == 103 & id == 14656 replace nameshort = "GRAMS" if congress == 103 & id == 29367 replace nameshort = "PETERSON, C" if congress == 103 & id == 29127 replace nameshort = "OBERSTAR" if congress == 103 & id == 14265 replace nameshort = "WHITTEN" if congress == 103 & id == 10075 replace nameshort = "ESPY" if congress == 103 & id == 15411 replace nameshort = "THOMPSON" if congress == 103 & id == 29368 replace nameshort = "MONTGOMERY" if congress == 103 & id == 11035 replace nameshort = "PARKER" if congress == 103 & id == 15617 replace nameshort = "TAYLOR, GEN" if congress == 103 & id == 15637 replace nameshort = "CLAY" if congress == 103 & id == 12009 replace nameshort = "TALENT" if congress == 103 & id == 29369 replace nameshort = "GEPHARDT" if congress == 103 & id == 14421 replace nameshort = "SKELTON" if congress == 103 & id == 14451 replace nameshort = "WHEAT" if congress == 103 & id == 15076 replace nameshort = "DANNER" if congress == 103 & id == 29370 replace nameshort = "HANCOCK" if congress == 103 & id == 15606 replace nameshort = "EMERSON" if congress == 103 & id == 14819 replace nameshort = "VOLKMER" if congress == 103 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 103 & id == 14672 replace nameshort = "BEREUTER" if congress == 103 & id == 14605 replace nameshort = "HOAGLAND" if congress == 103 & id == 15607 replace nameshort = "BARRETT" if congress == 103 & id == 29129 replace nameshort = "BILBRAY" if congress == 103 & id == 15403 replace nameshort = "VUCANOVICH" if congress == 103 & id == 15075 replace nameshort = "ZELIFF" if congress == 103 & id == 29130 replace nameshort = "SWETT" if congress == 103 & id == 29131 replace nameshort = "ANDREWS, RO" if congress == 103 & id == 29132 replace nameshort = "HUGHES" if congress == 103 & id == 14238 replace nameshort = "SAXTON" if congress == 103 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 103 & id == 14863 replace nameshort = "ROUKEMA" if congress == 103 & id == 14855 replace nameshort = "PALLONE" if congress == 103 & id == 15454 replace nameshort = "FRANKS" if congress == 103 & id == 29371 replace nameshort = "KLEIN" if congress == 103 & id == 29372 replace nameshort = "TORRICELLI" if congress == 103 & id == 15071 replace nameshort = "PAYNE, DONA" if congress == 103 & id == 15619 replace nameshort = "GALLO" if congress == 103 & id == 15099 replace nameshort = "ZIMMER" if congress == 103 & id == 29133 replace nameshort = "MENENDEZ" if congress == 103 & id == 29373 replace nameshort = "SCHIFF" if congress == 103 & id == 15624 replace nameshort = "SKEEN" if congress == 103 & id == 14861 replace nameshort = "RICHARDSON" if congress == 103 & id == 15055 replace nameshort = "HOCHBRUECKN" if congress == 103 & id == 15421 replace nameshort = "LAZIO" if congress == 103 & id == 29374 replace nameshort = "KING" if congress == 103 & id == 29375 replace nameshort = "LEVY" if congress == 103 & id == 29376 replace nameshort = "ACKERMAN" if congress == 103 & id == 15000 replace nameshort = "FLAKE" if congress == 103 & id == 15412 replace nameshort = "MANTON" if congress == 103 & id == 15107 replace nameshort = "NADLER" if congress == 103 & id == 29377 replace nameshort = "SCHUMER" if congress == 103 & id == 14858 replace nameshort = "TOWNS" if congress == 103 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 103 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 103 & id == 29378 replace nameshort = "MOLINARI, S" if congress == 103 & id == 15639 replace nameshort = "MALONEY" if congress == 103 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 103 & id == 13035 replace nameshort = "SERRANO" if congress == 103 & id == 29134 replace nameshort = "ENGEL" if congress == 103 & id == 15603 replace nameshort = "LOWEY" if congress == 103 & id == 15612 replace nameshort = "FISH" if congress == 103 & id == 12013 replace nameshort = "GILMAN" if congress == 103 & id == 14015 replace nameshort = "MCNULTY" if congress == 103 & id == 15614 replace nameshort = "SOLOMON" if congress == 103 & id == 14662 replace nameshort = "BOEHLERT" if congress == 103 & id == 15007 replace nameshort = "MCHUGH, JOH" if congress == 103 & id == 39316 replace nameshort = "WALSH" if congress == 103 & id == 15630 replace nameshort = "HINCHEY" if congress == 103 & id == 29380 replace nameshort = "PAXON" if congress == 103 & id == 15618 replace nameshort = "SLAUGHTER," if congress == 103 & id == 15444 replace nameshort = "LAFALCE" if congress == 103 & id == 14248 replace nameshort = "QUINN" if congress == 103 & id == 29381 replace nameshort = "HOUGHTON" if congress == 103 & id == 15423 replace nameshort = "CLAYTON" if congress == 103 & id == 29382 replace nameshort = "VALENTINE" if congress == 103 & id == 15073 replace nameshort = "LANCASTER" if congress == 103 & id == 15430 replace nameshort = "PRICE, DAVI" if congress == 103 & id == 15438 replace nameshort = "NEAL, STEPH" if congress == 103 & id == 14262 replace nameshort = "COBLE" if congress == 103 & id == 15092 replace nameshort = "ROSE" if congress == 103 & id == 14048 replace nameshort = "HEFNER" if congress == 103 & id == 14233 replace nameshort = "MCMILLAN, A" if congress == 103 & id == 15108 replace nameshort = "BALLENGER" if congress == 103 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 103 & id == 29135 replace nameshort = "WATT" if congress == 103 & id == 29383 replace nameshort = "POMEROY" if congress == 103 & id == 29384 replace nameshort = "MANN" if congress == 103 & id == 29385 replace nameshort = "GRADISON" if congress == 103 & id == 14225 replace nameshort = "PORTMAN" if congress == 103 & id == 29386 replace nameshort = "HALL, TONY" if congress == 103 & id == 14632 replace nameshort = "OXLEY" if congress == 103 & id == 14875 replace nameshort = "GILLMOR" if congress == 103 & id == 15604 replace nameshort = "STRICKLAND" if congress == 103 & id == 29747 replace nameshort = "HOBSON" if congress == 103 & id == 29136 replace nameshort = "BOEHNER" if congress == 103 & id == 29137 replace nameshort = "KAPTUR" if congress == 103 & id == 15029 replace nameshort = "HOKE" if congress == 103 & id == 29388 replace nameshort = "STOKES" if congress == 103 & id == 12030 replace nameshort = "KASICH" if congress == 103 & id == 15030 replace nameshort = "BROWN, SHER" if congress == 103 & id == 29389 replace nameshort = "SAWYER" if congress == 103 & id == 15442 replace nameshort = "PRYCE" if congress == 103 & id == 29390 replace nameshort = "REGULA" if congress == 103 & id == 14045 replace nameshort = "TRAFICANT" if congress == 103 & id == 15121 replace nameshort = "APPLEGATE" if congress == 103 & id == 14402 replace nameshort = "FINGERHUT" if congress == 103 & id == 29391 replace nameshort = "INHOFE" if congress == 103 & id == 15424 replace nameshort = "SYNAR" if congress == 103 & id == 14667 replace nameshort = "BREWSTER" if congress == 103 & id == 29138 replace nameshort = "MCCURDY" if congress == 103 & id == 14843 replace nameshort = "ISTOOK" if congress == 103 & id == 29392 replace nameshort = "ENGLISH" if congress == 103 & id == 14219 replace nameshort = "LUCAS" if congress == 103 & id == 29393 replace nameshort = "FURSE" if congress == 103 & id == 29394 replace nameshort = "SMITH, ROBE" if congress == 103 & id == 15063 replace nameshort = "WYDEN" if congress == 103 & id == 14871 replace nameshort = "DEFAZIO" if congress == 103 & id == 15410 replace nameshort = "KOPETSKI" if congress == 103 & id == 29139 replace nameshort = "FOGLIETTA" if congress == 103 & id == 14823 replace nameshort = "BLACKWELL" if congress == 103 & id == 29140 replace nameshort = "BORSKI" if congress == 103 & id == 15008 replace nameshort = "KLINK" if congress == 103 & id == 29395 replace nameshort = "CLINGER" if congress == 103 & id == 14612 replace nameshort = "HOLDEN" if congress == 103 & id == 29396 replace nameshort = "WELDON" if congress == 103 & id == 15447 replace nameshort = "GREENWOOD" if congress == 103 & id == 29397 replace nameshort = "SHUSTER" if congress == 103 & id == 14052 replace nameshort = "MCDADE" if congress == 103 & id == 10607 replace nameshort = "KANJORSKI" if congress == 103 & id == 15104 replace nameshort = "MURTHA" if congress == 103 & id == 14072 replace nameshort = "MARGOLIES-M" if congress == 103 & id == 29398 replace nameshort = "COYNE, WILL" if congress == 103 & id == 14808 replace nameshort = "MCHALE" if congress == 103 & id == 29399 replace nameshort = "WALKER" if congress == 103 & id == 14461 replace nameshort = "GEKAS" if congress == 103 & id == 15026 replace nameshort = "SANTORUM" if congress == 103 & id == 29141 replace nameshort = "GOODLING" if congress == 103 & id == 14288 replace nameshort = "MURPHY" if congress == 103 & id == 14441 replace nameshort = "RIDGE" if congress == 103 & id == 15056 replace nameshort = "MACHTLEY" if congress == 103 & id == 15615 replace nameshort = "REED" if congress == 103 & id == 29142 replace nameshort = "RAVENEL" if congress == 103 & id == 15439 replace nameshort = "SPENCE" if congress == 103 & id == 13042 replace nameshort = "DERRICK" if congress == 103 & id == 14212 replace nameshort = "INGLIS" if congress == 103 & id == 39300 replace nameshort = "SPRATT" if congress == 103 & id == 15064 replace nameshort = "CLYBURN" if congress == 103 & id == 39301 replace nameshort = "JOHNSON, TI" if congress == 103 & id == 15425 replace nameshort = "QUILLEN" if congress == 103 & id == 10616 replace nameshort = "DUNCAN, JR." if congress == 103 & id == 15455 replace nameshort = "LLOYD" if congress == 103 & id == 14251 replace nameshort = "COOPER" if congress == 103 & id == 15019 replace nameshort = "CLEMENT" if congress == 103 & id == 15450 replace nameshort = "GORDON" if congress == 103 & id == 15100 replace nameshort = "SUNDQUIST" if congress == 103 & id == 15066 replace nameshort = "TANNER" if congress == 103 & id == 15628 replace nameshort = "FORD, HAROL" if congress == 103 & id == 14224 replace nameshort = "CHAPMAN" if congress == 103 & id == 15129 replace nameshort = "WILSON, CHA" if congress == 103 & id == 14062 replace nameshort = "JOHNSON, SA" if congress == 103 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 103 & id == 14828 replace nameshort = "BRYANT, JOH" if congress == 103 & id == 15013 replace nameshort = "BARTON" if congress == 103 & id == 15085 replace nameshort = "ARCHER" if congress == 103 & id == 13002 replace nameshort = "FIELDS, JAC" if congress == 103 & id == 14822 replace nameshort = "BROOKS" if congress == 103 & id == 1077 replace nameshort = "PICKLE" if congress == 103 & id == 10614 replace nameshort = "EDWARDS, CH" if congress == 103 & id == 29144 replace nameshort = "GEREN" if congress == 103 & id == 15636 replace nameshort = "SARPALIUS" if congress == 103 & id == 15623 replace nameshort = "LAUGHLIN" if congress == 103 & id == 15611 replace nameshort = "DE LA GARZA" if congress == 103 & id == 10716 replace nameshort = "COLEMAN, RO" if congress == 103 & id == 15018 replace nameshort = "STENHOLM" if congress == 103 & id == 14664 replace nameshort = "WASHINGTON" if congress == 103 & id == 29145 replace nameshort = "COMBEST" if congress == 103 & id == 15093 replace nameshort = "GONZALEZ" if congress == 103 & id == 10520 replace nameshort = "SMITH, LAMA" if congress == 103 & id == 15445 replace nameshort = "DELAY" if congress == 103 & id == 15094 replace nameshort = "BONILLA" if congress == 103 & id == 39302 replace nameshort = "FROST" if congress == 103 & id == 14626 replace nameshort = "ANDREWS, MI" if congress == 103 & id == 15001 replace nameshort = "ARMEY" if congress == 103 & id == 15125 replace nameshort = "ORTIZ" if congress == 103 & id == 15049 replace nameshort = "TEJEDA" if congress == 103 & id == 39303 replace nameshort = "GREEN, GENE" if congress == 103 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 103 & id == 39305 replace nameshort = "HANSEN" if congress == 103 & id == 14829 replace nameshort = "SHEPHERD" if congress == 103 & id == 39306 replace nameshort = "ORTON" if congress == 103 & id == 29146 replace nameshort = "SANDERS" if congress == 103 & id == 29147 replace nameshort = "BATEMAN" if congress == 103 & id == 15003 replace nameshort = "PICKETT" if congress == 103 & id == 15437 replace nameshort = "SCOTT" if congress == 103 & id == 39307 replace nameshort = "SISISKY" if congress == 103 & id == 15060 replace nameshort = "PAYNE, LEWI" if congress == 103 & id == 15452 replace nameshort = "GOODLATTE" if congress == 103 & id == 39308 replace nameshort = "BLILEY" if congress == 103 & id == 14802 replace nameshort = "MORAN" if congress == 103 & id == 29149 replace nameshort = "BOUCHER" if congress == 103 & id == 15010 replace nameshort = "WOLF" if congress == 103 & id == 14869 replace nameshort = "BYRNE" if congress == 103 & id == 39309 replace nameshort = "CANTWELL" if congress == 103 & id == 39310 replace nameshort = "SWIFT" if congress == 103 & id == 14666 replace nameshort = "UNSOELD" if congress == 103 & id == 15629 replace nameshort = "INSLEE" if congress == 103 & id == 29937 replace nameshort = "FOLEY" if congress == 103 & id == 10726 replace nameshort = "DICKS" if congress == 103 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 103 & id == 15613 replace nameshort = "DUNN" if congress == 103 & id == 39312 replace nameshort = "KREIDLER" if congress == 103 & id == 39313 replace nameshort = "MOLLOHAN" if congress == 103 & id == 15083 replace nameshort = "WISE" if congress == 103 & id == 15077 replace nameshort = "RAHALL" if congress == 103 & id == 14448 replace nameshort = "ASPIN" if congress == 103 & id == 13003 replace nameshort = "BARCA" if congress == 103 & id == 39314 replace nameshort = "KLUG" if congress == 103 & id == 29150 replace nameshort = "GUNDERSON" if congress == 103 & id == 14827 replace nameshort = "KLECZKA" if congress == 103 & id == 15082 replace nameshort = "BARRETT, TH" if congress == 103 & id == 39315 replace nameshort = "PETRI" if congress == 103 & id == 14675 replace nameshort = "OBEY" if congress == 103 & id == 12036 replace nameshort = "ROTH, TOBY" if congress == 103 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 103 & id == 14657 replace nameshort = "THOMAS, CRA" if congress == 103 & id == 15633 replace nameshort = "CLINTON" if congress == 104 & id == 99909 replace nameshort = "CALLAHAN" if congress == 104 & id == 15090 replace nameshort = "EVERETT" if congress == 104 & id == 29300 replace nameshort = "BROWDER" if congress == 104 & id == 15632 replace nameshort = "BEVILL" if congress == 104 & id == 11000 replace nameshort = "CRAMER" if congress == 104 & id == 29100 replace nameshort = "BACHUS" if congress == 104 & id == 29301 replace nameshort = "HILLIARD" if congress == 104 & id == 29302 replace nameshort = "YOUNG, DON" if congress == 104 & id == 14066 replace nameshort = "SALMON" if congress == 104 & id == 29500 replace nameshort = "PASTOR" if congress == 104 & id == 29101 replace nameshort = "STUMP" if congress == 104 & id == 14454 replace nameshort = "SHADEGG" if congress == 104 & id == 29501 replace nameshort = "KOLBE" if congress == 104 & id == 15105 replace nameshort = "HAYWORTH" if congress == 104 & id == 29502 replace nameshort = "LINCOLN" if congress == 104 & id == 29305 replace nameshort = "THORNTON" if congress == 104 & id == 14058 replace nameshort = "HUTCHINSON" if congress == 104 & id == 29306 replace nameshort = "DICKEY" if congress == 104 & id == 29307 replace nameshort = "RIGGS" if congress == 104 & id == 29103 replace nameshort = "HERGER" if congress == 104 & id == 15420 replace nameshort = "FAZIO" if congress == 104 & id == 14624 replace nameshort = "DOOLITTLE" if congress == 104 & id == 29104 replace nameshort = "MATSUI" if congress == 104 & id == 14649 replace nameshort = "WOOLSEY" if congress == 104 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 104 & id == 14256 replace nameshort = "PELOSI" if congress == 104 & id == 15448 replace nameshort = "DELLUMS" if congress == 104 & id == 13011 replace nameshort = "BAKER, BILL" if congress == 104 & id == 29310 replace nameshort = "POMBO" if congress == 104 & id == 29311 replace nameshort = "LANTOS" if congress == 104 & id == 14837 replace nameshort = "STARK" if congress == 104 & id == 14053 replace nameshort = "ESHOO" if congress == 104 & id == 29312 replace nameshort = "MINETA" if congress == 104 & id == 14257 replace nameshort = "CAMPBELL" if congress == 104 & id == 15600 replace nameshort = "LOFGREN" if congress == 104 & id == 29504 replace nameshort = "FARR" if congress == 104 & id == 29313 replace nameshort = "CONDIT" if congress == 104 & id == 15635 replace nameshort = "RADANOVICH" if congress == 104 & id == 29505 replace nameshort = "DOOLEY" if congress == 104 & id == 29105 replace nameshort = "THOMAS, WIL" if congress == 104 & id == 14669 replace nameshort = "SEASTRAND" if congress == 104 & id == 29506 replace nameshort = "GALLEGLY" if congress == 104 & id == 15413 replace nameshort = "BEILENSON" if congress == 104 & id == 14405 replace nameshort = "MCKEON" if congress == 104 & id == 29315 replace nameshort = "BERMAN" if congress == 104 & id == 15005 replace nameshort = "MOORHEAD" if congress == 104 & id == 14040 replace nameshort = "DREIER, DAV" if congress == 104 & id == 14813 replace nameshort = "WAXMAN" if congress == 104 & id == 14280 replace nameshort = "BECERRA" if congress == 104 & id == 29316 replace nameshort = "MARTINEZ" if congress == 104 & id == 14879 replace nameshort = "DIXON, JULI" if congress == 104 & id == 14620 replace nameshort = "ROYBAL-ALLA" if congress == 104 & id == 29317 replace nameshort = "TORRES" if congress == 104 & id == 15070 replace nameshort = "WATERS" if congress == 104 & id == 29106 replace nameshort = "HARMAN" if congress == 104 & id == 29318 replace nameshort = "TUCKER" if congress == 104 & id == 29319 replace nameshort = "MILLENDER-M" if congress == 104 & id == 29586 replace nameshort = "HORN" if congress == 104 & id == 29320 replace nameshort = "ROYCE" if congress == 104 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 104 & id == 14644 replace nameshort = "KIM" if congress == 104 & id == 29322 replace nameshort = "BROWN, GEOR" if congress == 104 & id == 10573 replace nameshort = "CALVERT" if congress == 104 & id == 29323 replace nameshort = "BONO" if congress == 104 & id == 29507 replace nameshort = "ROHRABACHER" if congress == 104 & id == 15621 replace nameshort = "DORNAN, ROB" if congress == 104 & id == 14414 replace nameshort = "COX, CHRIST" if congress == 104 & id == 15601 replace nameshort = "PACKARD" if congress == 104 & id == 15051 replace nameshort = "BILBRAY" if congress == 104 & id == 29508 replace nameshort = "FILNER" if congress == 104 & id == 29325 replace nameshort = "CUNNINGHAM" if congress == 104 & id == 29107 replace nameshort = "HUNTER" if congress == 104 & id == 14835 replace nameshort = "SCHROEDER" if congress == 104 & id == 14051 replace nameshort = "SKAGGS" if congress == 104 & id == 15443 replace nameshort = "MCINNIS" if congress == 104 & id == 29326 replace nameshort = "ALLARD" if congress == 104 & id == 29108 replace nameshort = "HEFLEY" if congress == 104 & id == 15419 replace nameshort = "SCHAEFER" if congress == 104 & id == 15058 replace nameshort = "KENNELLY" if congress == 104 & id == 14877 replace nameshort = "GEJDENSON" if congress == 104 & id == 14825 replace nameshort = "DELAURO" if congress == 104 & id == 29109 replace nameshort = "SHAYS" if congress == 104 & id == 15449 replace nameshort = "FRANKS, GAR" if congress == 104 & id == 29110 replace nameshort = "JOHNSON, NA" if congress == 104 & id == 15028 replace nameshort = "CASTLE" if congress == 104 & id == 29327 replace nameshort = "SCARBOROUGH" if congress == 104 & id == 39508 replace nameshort = "PETERSON, P" if congress == 104 & id == 29111 replace nameshort = "BROWN, CORR" if congress == 104 & id == 29328 replace nameshort = "FOWLER" if congress == 104 & id == 29329 replace nameshort = "THURMAN" if congress == 104 & id == 29330 replace nameshort = "STEARNS" if congress == 104 & id == 15627 replace nameshort = "MICA" if congress == 104 & id == 29331 replace nameshort = "MCCOLLUM" if congress == 104 & id == 14842 replace nameshort = "BILIRAKIS" if congress == 104 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 104 & id == 13047 replace nameshort = "GIBBONS" if congress == 104 & id == 10588 replace nameshort = "CANADY" if congress == 104 & id == 29332 replace nameshort = "MILLER" if congress == 104 & id == 29333 replace nameshort = "GOSS" if congress == 104 & id == 15605 replace nameshort = "WELDON" if congress == 104 & id == 29509 replace nameshort = "FOLEY" if congress == 104 & id == 29510 replace nameshort = "MEEK" if congress == 104 & id == 29334 replace nameshort = "ROS-LEHTINE" if congress == 104 & id == 15634 replace nameshort = "JOHNSTON, H" if congress == 104 & id == 15609 replace nameshort = "DEUTSCH" if congress == 104 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 104 & id == 29336 replace nameshort = "SHAW" if congress == 104 & id == 14860 replace nameshort = "HASTINGS" if congress == 104 & id == 29337 replace nameshort = "KINGSTON" if congress == 104 & id == 29338 replace nameshort = "BISHOP" if congress == 104 & id == 29339 replace nameshort = "COLLINS" if congress == 104 & id == 29340 replace nameshort = "LINDER" if congress == 104 & id == 29341 replace nameshort = "LEWIS, JOHN" if congress == 104 & id == 15431 replace nameshort = "GINGRICH" if congress == 104 & id == 14627 replace nameshort = "BARR" if congress == 104 & id == 29511 replace nameshort = "CHAMBLISS" if congress == 104 & id == 29512 replace nameshort = "DEAL" if congress == 104 & id == 29342 replace nameshort = "DEAL" if congress == 104 & id == 99342 replace nameshort = "NORWOOD" if congress == 104 & id == 29513 replace nameshort = "MCKINNEY" if congress == 104 & id == 29344 replace nameshort = "ABERCROMBIE" if congress == 104 & id == 15245 replace nameshort = "MINK" if congress == 104 & id == 10757 replace nameshort = "CHENOWETH" if congress == 104 & id == 29514 replace nameshort = "CRAPO" if congress == 104 & id == 29345 replace nameshort = "RUSH" if congress == 104 & id == 29346 replace nameshort = "REYNOLDS" if congress == 104 & id == 29347 replace nameshort = "JACKSON" if congress == 104 & id == 29585 replace nameshort = "LIPINSKI" if congress == 104 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 104 & id == 29348 replace nameshort = "FLANAGAN" if congress == 104 & id == 29515 replace nameshort = "HYDE" if congress == 104 & id == 14239 replace nameshort = "COLLINS, CA" if congress == 104 & id == 14068 replace nameshort = "CRANE" if congress == 104 & id == 12041 replace nameshort = "YATES" if congress == 104 & id == 10421 replace nameshort = "PORTER" if congress == 104 & id == 14677 replace nameshort = "WELLER" if congress == 104 & id == 29516 replace nameshort = "COSTELLO" if congress == 104 & id == 15453 replace nameshort = "FAWELL" if congress == 104 & id == 15098 replace nameshort = "HASTERT" if congress == 104 & id == 15417 replace nameshort = "EWING" if congress == 104 & id == 29115 replace nameshort = "MANZULLO" if congress == 104 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 104 & id == 15023 replace nameshort = "LAHOOD" if congress == 104 & id == 29517 replace nameshort = "POSHARD" if congress == 104 & id == 15620 replace nameshort = "DURBIN" if congress == 104 & id == 15021 replace nameshort = "VISCLOSKY" if congress == 104 & id == 15124 replace nameshort = "MCINTOSH" if congress == 104 & id == 29518 replace nameshort = "ROEMER" if congress == 104 & id == 29117 replace nameshort = "SOUDER" if congress == 104 & id == 29519 replace nameshort = "BUYER" if congress == 104 & id == 29350 replace nameshort = "BURTON" if congress == 104 & id == 15014 replace nameshort = "MYERS" if congress == 104 & id == 11036 replace nameshort = "HOSTETTLER" if congress == 104 & id == 29520 replace nameshort = "HAMILTON" if congress == 104 & id == 10732 replace nameshort = "JACOBS" if congress == 104 & id == 10742 replace nameshort = "LEACH, JAME" if congress == 104 & id == 14432 replace nameshort = "NUSSLE" if congress == 104 & id == 29118 replace nameshort = "LIGHTFOOT" if congress == 104 & id == 15106 replace nameshort = "GANSKE" if congress == 104 & id == 29521 replace nameshort = "LATHAM" if congress == 104 & id == 29522 replace nameshort = "ROBERTS, PA" if congress == 104 & id == 14852 replace nameshort = "BROWNBACK" if congress == 104 & id == 29523 replace nameshort = "MEYERS" if congress == 104 & id == 15109 replace nameshort = "TIAHRT" if congress == 104 & id == 29524 replace nameshort = "WHITFIELD" if congress == 104 & id == 29525 replace nameshort = "LEWIS" if congress == 104 & id == 29352 replace nameshort = "WARD" if congress == 104 & id == 29526 replace nameshort = "BUNNING" if congress == 104 & id == 15406 replace nameshort = "ROGERS" if congress == 104 & id == 14854 replace nameshort = "BAESLER" if congress == 104 & id == 29353 replace nameshort = "LIVINGSTON" if congress == 104 & id == 14469 replace nameshort = "JEFFERSON" if congress == 104 & id == 29120 replace nameshort = "TAUZIN" if congress == 104 & id == 14679 replace nameshort = "TAUZIN" if congress == 104 & id == 94679 replace nameshort = "FIELDS, CLE" if congress == 104 & id == 29354 replace nameshort = "MCCRERY" if congress == 104 & id == 15451 replace nameshort = "BAKER" if congress == 104 & id == 15401 replace nameshort = "HAYES, JAME" if congress == 104 & id == 15418 replace nameshort = "HAYES, JAME" if congress == 104 & id == 95418 replace nameshort = "LONGLEY" if congress == 104 & id == 29527 replace nameshort = "BALDACCI" if congress == 104 & id == 29528 replace nameshort = "GILCHREST" if congress == 104 & id == 29122 replace nameshort = "EHRLICH" if congress == 104 & id == 29529 replace nameshort = "CARDIN" if congress == 104 & id == 15408 replace nameshort = "WYNN" if congress == 104 & id == 29355 replace nameshort = "HOYER" if congress == 104 & id == 14873 replace nameshort = "BARTLETT" if congress == 104 & id == 29356 replace nameshort = "MFUME" if congress == 104 & id == 15433 replace nameshort = "CUMMINGS" if congress == 104 & id == 29587 replace nameshort = "MORELLA" if congress == 104 & id == 15434 replace nameshort = "OLVER" if congress == 104 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 104 & id == 15616 replace nameshort = "BLUTE" if congress == 104 & id == 29357 replace nameshort = "FRANK, BARN" if congress == 104 & id == 14824 replace nameshort = "MEEHAN" if congress == 104 & id == 29358 replace nameshort = "TORKILDSEN" if congress == 104 & id == 29359 replace nameshort = "MARKEY" if congress == 104 & id == 14435 replace nameshort = "KENNEDY, JO" if congress == 104 & id == 15427 replace nameshort = "MOAKLEY" if congress == 104 & id == 14039 replace nameshort = "STUDDS" if congress == 104 & id == 14055 replace nameshort = "STUPAK" if congress == 104 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 104 & id == 29361 replace nameshort = "EHLERS" if congress == 104 & id == 29362 replace nameshort = "CAMP" if congress == 104 & id == 29124 replace nameshort = "BARCIA" if congress == 104 & id == 29363 replace nameshort = "UPTON" if congress == 104 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 104 & id == 29364 replace nameshort = "CHRYSLER" if congress == 104 & id == 29530 replace nameshort = "KILDEE" if congress == 104 & id == 14430 replace nameshort = "BONIOR" if congress == 104 & id == 14407 replace nameshort = "KNOLLENBERG" if congress == 104 & id == 29365 replace nameshort = "LEVIN, SAND" if congress == 104 & id == 15033 replace nameshort = "RIVERS" if congress == 104 & id == 29531 replace nameshort = "CONYERS" if congress == 104 & id == 10713 replace nameshort = "COLLINS, BA" if congress == 104 & id == 29125 replace nameshort = "DINGELL" if congress == 104 & id == 2605 replace nameshort = "GUTKNECHT" if congress == 104 & id == 29532 replace nameshort = "MINGE" if congress == 104 & id == 29366 replace nameshort = "RAMSTAD" if congress == 104 & id == 29126 replace nameshort = "VENTO" if congress == 104 & id == 14458 replace nameshort = "SABO" if congress == 104 & id == 14656 replace nameshort = "LUTHER" if congress == 104 & id == 29533 replace nameshort = "PETERSON, C" if congress == 104 & id == 29127 replace nameshort = "OBERSTAR" if congress == 104 & id == 14265 replace nameshort = "WICKER" if congress == 104 & id == 29534 replace nameshort = "THOMPSON" if congress == 104 & id == 29368 replace nameshort = "MONTGOMERY" if congress == 104 & id == 11035 replace nameshort = "PARKER" if congress == 104 & id == 15617 replace nameshort = "PARKER" if congress == 104 & id == 95617 replace nameshort = "TAYLOR, GEN" if congress == 104 & id == 15637 replace nameshort = "CLAY" if congress == 104 & id == 12009 replace nameshort = "TALENT" if congress == 104 & id == 29369 replace nameshort = "GEPHARDT" if congress == 104 & id == 14421 replace nameshort = "SKELTON" if congress == 104 & id == 14451 replace nameshort = "MCCARTHY" if congress == 104 & id == 29535 replace nameshort = "DANNER" if congress == 104 & id == 29370 replace nameshort = "HANCOCK" if congress == 104 & id == 15606 replace nameshort = "EMERSON" if congress == 104 & id == 14819 replace nameshort = "VOLKMER" if congress == 104 & id == 14459 replace nameshort = "WILLIAMS, P" if congress == 104 & id == 14672 replace nameshort = "BEREUTER" if congress == 104 & id == 14605 replace nameshort = "CHRISTENSEN" if congress == 104 & id == 29536 replace nameshort = "BARRETT" if congress == 104 & id == 29129 replace nameshort = "ENSIGN" if congress == 104 & id == 29537 replace nameshort = "VUCANOVICH" if congress == 104 & id == 15075 replace nameshort = "ZELIFF" if congress == 104 & id == 29130 replace nameshort = "BASS" if congress == 104 & id == 29538 replace nameshort = "ANDREWS, RO" if congress == 104 & id == 29132 replace nameshort = "LOBIONDO" if congress == 104 & id == 29539 replace nameshort = "SAXTON" if congress == 104 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 104 & id == 14863 replace nameshort = "ROUKEMA" if congress == 104 & id == 14855 replace nameshort = "PALLONE" if congress == 104 & id == 15454 replace nameshort = "FRANKS" if congress == 104 & id == 29371 replace nameshort = "MARTINI" if congress == 104 & id == 29540 replace nameshort = "TORRICELLI" if congress == 104 & id == 15071 replace nameshort = "PAYNE, DONA" if congress == 104 & id == 15619 replace nameshort = "FRELINGHUYS" if congress == 104 & id == 29541 replace nameshort = "ZIMMER" if congress == 104 & id == 29133 replace nameshort = "MENENDEZ" if congress == 104 & id == 29373 replace nameshort = "SCHIFF" if congress == 104 & id == 15624 replace nameshort = "SKEEN" if congress == 104 & id == 14861 replace nameshort = "RICHARDSON" if congress == 104 & id == 15055 replace nameshort = "FORBES" if congress == 104 & id == 29542 replace nameshort = "LAZIO" if congress == 104 & id == 29374 replace nameshort = "KING" if congress == 104 & id == 29375 replace nameshort = "FRISA" if congress == 104 & id == 29543 replace nameshort = "ACKERMAN" if congress == 104 & id == 15000 replace nameshort = "FLAKE" if congress == 104 & id == 15412 replace nameshort = "MANTON" if congress == 104 & id == 15107 replace nameshort = "NADLER" if congress == 104 & id == 29377 replace nameshort = "SCHUMER" if congress == 104 & id == 14858 replace nameshort = "TOWNS" if congress == 104 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 104 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 104 & id == 29378 replace nameshort = "MOLINARI, S" if congress == 104 & id == 15639 replace nameshort = "MALONEY" if congress == 104 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 104 & id == 13035 replace nameshort = "SERRANO" if congress == 104 & id == 29134 replace nameshort = "ENGEL" if congress == 104 & id == 15603 replace nameshort = "LOWEY" if congress == 104 & id == 15612 replace nameshort = "KELLY" if congress == 104 & id == 29544 replace nameshort = "GILMAN" if congress == 104 & id == 14015 replace nameshort = "MCNULTY" if congress == 104 & id == 15614 replace nameshort = "SOLOMON" if congress == 104 & id == 14662 replace nameshort = "BOEHLERT" if congress == 104 & id == 15007 replace nameshort = "MCHUGH, JOH" if congress == 104 & id == 39316 replace nameshort = "WALSH" if congress == 104 & id == 15630 replace nameshort = "HINCHEY" if congress == 104 & id == 29380 replace nameshort = "PAXON" if congress == 104 & id == 15618 replace nameshort = "SLAUGHTER," if congress == 104 & id == 15444 replace nameshort = "LAFALCE" if congress == 104 & id == 14248 replace nameshort = "QUINN" if congress == 104 & id == 29381 replace nameshort = "HOUGHTON" if congress == 104 & id == 15423 replace nameshort = "CLAYTON" if congress == 104 & id == 29382 replace nameshort = "FUNDERBURK" if congress == 104 & id == 29545 replace nameshort = "JONES" if congress == 104 & id == 29546 replace nameshort = "HEINEMAN" if congress == 104 & id == 29547 replace nameshort = "BURR" if congress == 104 & id == 29548 replace nameshort = "COBLE" if congress == 104 & id == 15092 replace nameshort = "ROSE" if congress == 104 & id == 14048 replace nameshort = "HEFNER" if congress == 104 & id == 14233 replace nameshort = "MYRICK" if congress == 104 & id == 29549 replace nameshort = "BALLENGER" if congress == 104 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 104 & id == 29135 replace nameshort = "WATT" if congress == 104 & id == 29383 replace nameshort = "POMEROY" if congress == 104 & id == 29384 replace nameshort = "CHABOT" if congress == 104 & id == 29550 replace nameshort = "PORTMAN" if congress == 104 & id == 29386 replace nameshort = "HALL, TONY" if congress == 104 & id == 14632 replace nameshort = "OXLEY" if congress == 104 & id == 14875 replace nameshort = "GILLMOR" if congress == 104 & id == 15604 replace nameshort = "CREMEANS" if congress == 104 & id == 29551 replace nameshort = "HOBSON" if congress == 104 & id == 29136 replace nameshort = "BOEHNER" if congress == 104 & id == 29137 replace nameshort = "KAPTUR" if congress == 104 & id == 15029 replace nameshort = "HOKE" if congress == 104 & id == 29388 replace nameshort = "STOKES" if congress == 104 & id == 12030 replace nameshort = "KASICH" if congress == 104 & id == 15030 replace nameshort = "BROWN, SHER" if congress == 104 & id == 29389 replace nameshort = "SAWYER" if congress == 104 & id == 15442 replace nameshort = "PRYCE" if congress == 104 & id == 29390 replace nameshort = "REGULA" if congress == 104 & id == 14045 replace nameshort = "TRAFICANT" if congress == 104 & id == 15121 replace nameshort = "NEY" if congress == 104 & id == 29552 replace nameshort = "LATOURETTE" if congress == 104 & id == 29553 replace nameshort = "LARGENT" if congress == 104 & id == 29554 replace nameshort = "COBURN" if congress == 104 & id == 29555 replace nameshort = "BREWSTER" if congress == 104 & id == 29138 replace nameshort = "WATTS" if congress == 104 & id == 29556 replace nameshort = "ISTOOK" if congress == 104 & id == 29392 replace nameshort = "LUCAS" if congress == 104 & id == 29393 replace nameshort = "FURSE" if congress == 104 & id == 29394 replace nameshort = "COOLEY" if congress == 104 & id == 29557 replace nameshort = "WYDEN" if congress == 104 & id == 14871 replace nameshort = "BLUMENAUER" if congress == 104 & id == 29588 replace nameshort = "DEFAZIO" if congress == 104 & id == 15410 replace nameshort = "BUNN" if congress == 104 & id == 29558 replace nameshort = "FOGLIETTA" if congress == 104 & id == 14823 replace nameshort = "FATTAH" if congress == 104 & id == 29559 replace nameshort = "BORSKI" if congress == 104 & id == 15008 replace nameshort = "KLINK" if congress == 104 & id == 29395 replace nameshort = "CLINGER" if congress == 104 & id == 14612 replace nameshort = "HOLDEN" if congress == 104 & id == 29396 replace nameshort = "WELDON" if congress == 104 & id == 15447 replace nameshort = "GREENWOOD" if congress == 104 & id == 29397 replace nameshort = "SHUSTER" if congress == 104 & id == 14052 replace nameshort = "MCDADE" if congress == 104 & id == 10607 replace nameshort = "KANJORSKI" if congress == 104 & id == 15104 replace nameshort = "MURTHA" if congress == 104 & id == 14072 replace nameshort = "FOX" if congress == 104 & id == 29560 replace nameshort = "COYNE, WILL" if congress == 104 & id == 14808 replace nameshort = "MCHALE" if congress == 104 & id == 29399 replace nameshort = "WALKER" if congress == 104 & id == 14461 replace nameshort = "GEKAS" if congress == 104 & id == 15026 replace nameshort = "DOYLE" if congress == 104 & id == 29561 replace nameshort = "GOODLING" if congress == 104 & id == 14288 replace nameshort = "MASCARA" if congress == 104 & id == 29562 replace nameshort = "ENGLISH" if congress == 104 & id == 29563 replace nameshort = "KENNEDY" if congress == 104 & id == 29564 replace nameshort = "REED" if congress == 104 & id == 29142 replace nameshort = "SANFORD" if congress == 104 & id == 29565 replace nameshort = "SPENCE" if congress == 104 & id == 13042 replace nameshort = "GRAHAM" if congress == 104 & id == 29566 replace nameshort = "INGLIS" if congress == 104 & id == 39300 replace nameshort = "SPRATT" if congress == 104 & id == 15064 replace nameshort = "CLYBURN" if congress == 104 & id == 39301 replace nameshort = "JOHNSON, TI" if congress == 104 & id == 15425 replace nameshort = "QUILLEN" if congress == 104 & id == 10616 replace nameshort = "DUNCAN, JR." if congress == 104 & id == 15455 replace nameshort = "WAMP" if congress == 104 & id == 29567 replace nameshort = "HILLEARY" if congress == 104 & id == 29568 replace nameshort = "CLEMENT" if congress == 104 & id == 15450 replace nameshort = "GORDON" if congress == 104 & id == 15100 replace nameshort = "BRYANT" if congress == 104 & id == 29569 replace nameshort = "TANNER" if congress == 104 & id == 15628 replace nameshort = "FORD, HAROL" if congress == 104 & id == 14224 replace nameshort = "CHAPMAN" if congress == 104 & id == 15129 replace nameshort = "WILSON, CHA" if congress == 104 & id == 14062 replace nameshort = "JOHNSON, SA" if congress == 104 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 104 & id == 14828 replace nameshort = "BRYANT, JOH" if congress == 104 & id == 15013 replace nameshort = "BARTON" if congress == 104 & id == 15085 replace nameshort = "ARCHER" if congress == 104 & id == 13002 replace nameshort = "FIELDS, JAC" if congress == 104 & id == 14822 replace nameshort = "STOCKMAN" if congress == 104 & id == 29570 replace nameshort = "DOGGETT" if congress == 104 & id == 29571 replace nameshort = "EDWARDS, CH" if congress == 104 & id == 29144 replace nameshort = "GEREN" if congress == 104 & id == 15636 replace nameshort = "THORNBERRY" if congress == 104 & id == 29572 replace nameshort = "LAUGHLIN" if congress == 104 & id == 15611 replace nameshort = "LAUGHLIN" if congress == 104 & id == 95611 replace nameshort = "DE LA GARZA" if congress == 104 & id == 10716 replace nameshort = "COLEMAN, RO" if congress == 104 & id == 15018 replace nameshort = "STENHOLM" if congress == 104 & id == 14664 replace nameshort = "JACKSON-LEE" if congress == 104 & id == 29573 replace nameshort = "COMBEST" if congress == 104 & id == 15093 replace nameshort = "GONZALEZ" if congress == 104 & id == 10520 replace nameshort = "SMITH, LAMA" if congress == 104 & id == 15445 replace nameshort = "DELAY" if congress == 104 & id == 15094 replace nameshort = "BONILLA" if congress == 104 & id == 39302 replace nameshort = "FROST" if congress == 104 & id == 14626 replace nameshort = "BENTSEN" if congress == 104 & id == 29574 replace nameshort = "ARMEY" if congress == 104 & id == 15125 replace nameshort = "ORTIZ" if congress == 104 & id == 15049 replace nameshort = "TEJEDA" if congress == 104 & id == 39303 replace nameshort = "GREEN, GENE" if congress == 104 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 104 & id == 39305 replace nameshort = "HANSEN" if congress == 104 & id == 14829 replace nameshort = "WAL./GREENE" if congress == 104 & id == 29575 replace nameshort = "ORTON" if congress == 104 & id == 29146 replace nameshort = "SANDERS" if congress == 104 & id == 29147 replace nameshort = "BATEMAN" if congress == 104 & id == 15003 replace nameshort = "PICKETT" if congress == 104 & id == 15437 replace nameshort = "SCOTT" if congress == 104 & id == 39307 replace nameshort = "SISISKY" if congress == 104 & id == 15060 replace nameshort = "PAYNE, LEWI" if congress == 104 & id == 15452 replace nameshort = "GOODLATTE" if congress == 104 & id == 39308 replace nameshort = "BLILEY" if congress == 104 & id == 14802 replace nameshort = "MORAN" if congress == 104 & id == 29149 replace nameshort = "BOUCHER" if congress == 104 & id == 15010 replace nameshort = "WOLF" if congress == 104 & id == 14869 replace nameshort = "DAVIS" if congress == 104 & id == 29576 replace nameshort = "WHITE" if congress == 104 & id == 29577 replace nameshort = "METCALF" if congress == 104 & id == 29578 replace nameshort = "SMITH" if congress == 104 & id == 29579 replace nameshort = "HASTINGS" if congress == 104 & id == 29580 replace nameshort = "NETHERCUTT" if congress == 104 & id == 29581 replace nameshort = "DICKS" if congress == 104 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 104 & id == 15613 replace nameshort = "DUNN" if congress == 104 & id == 39312 replace nameshort = "TATE" if congress == 104 & id == 29582 replace nameshort = "MOLLOHAN" if congress == 104 & id == 15083 replace nameshort = "WISE" if congress == 104 & id == 15077 replace nameshort = "RAHALL" if congress == 104 & id == 14448 replace nameshort = "NEUMANN" if congress == 104 & id == 29583 replace nameshort = "KLUG" if congress == 104 & id == 29150 replace nameshort = "GUNDERSON" if congress == 104 & id == 14827 replace nameshort = "KLECZKA" if congress == 104 & id == 15082 replace nameshort = "BARRETT, TH" if congress == 104 & id == 39315 replace nameshort = "PETRI" if congress == 104 & id == 14675 replace nameshort = "OBEY" if congress == 104 & id == 12036 replace nameshort = "ROTH, TOBY" if congress == 104 & id == 14655 replace nameshort = "SENSENBRENN" if congress == 104 & id == 14657 replace nameshort = "CUBIN" if congress == 104 & id == 29584 replace nameshort = "CLINTON" if congress == 105 & id == 99909 replace nameshort = "CALLAHAN" if congress == 105 & id == 15090 replace nameshort = "EVERETT" if congress == 105 & id == 29300 replace nameshort = "RILEY" if congress == 105 & id == 29700 replace nameshort = "ADERHOLT" if congress == 105 & id == 29701 replace nameshort = "CRAMER" if congress == 105 & id == 29100 replace nameshort = "BACHUS" if congress == 105 & id == 29301 replace nameshort = "HILLIARD" if congress == 105 & id == 29302 replace nameshort = "YOUNG, DON" if congress == 105 & id == 14066 replace nameshort = "SALMON" if congress == 105 & id == 29500 replace nameshort = "PASTOR" if congress == 105 & id == 29101 replace nameshort = "STUMP" if congress == 105 & id == 14454 replace nameshort = "SHADEGG" if congress == 105 & id == 29501 replace nameshort = "KOLBE" if congress == 105 & id == 15105 replace nameshort = "HAYWORTH" if congress == 105 & id == 29502 replace nameshort = "BERRY" if congress == 105 & id == 29702 replace nameshort = "SNYDER" if congress == 105 & id == 29703 replace nameshort = "HUTCHINSON" if congress == 105 & id == 29704 replace nameshort = "DICKEY" if congress == 105 & id == 29307 replace nameshort = "RIGGS" if congress == 105 & id == 29103 replace nameshort = "HERGER" if congress == 105 & id == 15420 replace nameshort = "FAZIO" if congress == 105 & id == 14624 replace nameshort = "DOOLITTLE" if congress == 105 & id == 29104 replace nameshort = "MATSUI" if congress == 105 & id == 14649 replace nameshort = "WOOLSEY" if congress == 105 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 105 & id == 14256 replace nameshort = "PELOSI" if congress == 105 & id == 15448 replace nameshort = "DELLUMS" if congress == 105 & id == 13011 replace nameshort = "LEE" if congress == 105 & id == 29778 replace nameshort = "TAUSCHER" if congress == 105 & id == 29705 replace nameshort = "POMBO" if congress == 105 & id == 29311 replace nameshort = "LANTOS" if congress == 105 & id == 14837 replace nameshort = "STARK" if congress == 105 & id == 14053 replace nameshort = "ESHOO" if congress == 105 & id == 29312 replace nameshort = "CAMPBELL" if congress == 105 & id == 15600 replace nameshort = "LOFGREN" if congress == 105 & id == 29504 replace nameshort = "FARR" if congress == 105 & id == 29313 replace nameshort = "CONDIT" if congress == 105 & id == 15635 replace nameshort = "RADANOVICH" if congress == 105 & id == 29505 replace nameshort = "DOOLEY" if congress == 105 & id == 29105 replace nameshort = "THOMAS, WIL" if congress == 105 & id == 14669 replace nameshort = "CAPPS" if congress == 105 & id == 29706 replace nameshort = "CAPPS, LOIS" if congress == 105 & id == 29774 replace nameshort = "GALLEGLY" if congress == 105 & id == 15413 replace nameshort = "SHERMAN" if congress == 105 & id == 29707 replace nameshort = "MCKEON" if congress == 105 & id == 29315 replace nameshort = "BERMAN" if congress == 105 & id == 15005 replace nameshort = "ROGAN" if congress == 105 & id == 29708 replace nameshort = "DREIER, DAV" if congress == 105 & id == 14813 replace nameshort = "WAXMAN" if congress == 105 & id == 14280 replace nameshort = "BECERRA" if congress == 105 & id == 29316 replace nameshort = "MARTINEZ" if congress == 105 & id == 14879 replace nameshort = "DIXON, JULI" if congress == 105 & id == 14620 replace nameshort = "ROYBAL-ALLA" if congress == 105 & id == 29317 replace nameshort = "TORRES" if congress == 105 & id == 15070 replace nameshort = "WATERS" if congress == 105 & id == 29106 replace nameshort = "HARMAN" if congress == 105 & id == 29318 replace nameshort = "MILLENDER-M" if congress == 105 & id == 29586 replace nameshort = "HORN" if congress == 105 & id == 29320 replace nameshort = "ROYCE" if congress == 105 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 105 & id == 14644 replace nameshort = "KIM" if congress == 105 & id == 29322 replace nameshort = "BROWN, GEOR" if congress == 105 & id == 10573 replace nameshort = "CALVERT" if congress == 105 & id == 29323 replace nameshort = "BONO" if congress == 105 & id == 29507 replace nameshort = "BONO, MARY" if congress == 105 & id == 29775 replace nameshort = "ROHRABACHER" if congress == 105 & id == 15621 replace nameshort = "SANCHEZ" if congress == 105 & id == 29709 replace nameshort = "COX, CHRIST" if congress == 105 & id == 15601 replace nameshort = "PACKARD" if congress == 105 & id == 15051 replace nameshort = "BILBRAY" if congress == 105 & id == 29508 replace nameshort = "FILNER" if congress == 105 & id == 29325 replace nameshort = "CUNNINGHAM" if congress == 105 & id == 29107 replace nameshort = "HUNTER" if congress == 105 & id == 14835 replace nameshort = "DEGETTE" if congress == 105 & id == 29710 replace nameshort = "SKAGGS" if congress == 105 & id == 15443 replace nameshort = "MCINNIS" if congress == 105 & id == 29326 replace nameshort = "SCHAFFER, B" if congress == 105 & id == 29711 replace nameshort = "HEFLEY" if congress == 105 & id == 15419 replace nameshort = "SCHAEFER, D" if congress == 105 & id == 15058 replace nameshort = "KENNELLY" if congress == 105 & id == 14877 replace nameshort = "GEJDENSON" if congress == 105 & id == 14825 replace nameshort = "DELAURO" if congress == 105 & id == 29109 replace nameshort = "SHAYS" if congress == 105 & id == 15449 replace nameshort = "MALONEY" if congress == 105 & id == 29712 replace nameshort = "JOHNSON, NA" if congress == 105 & id == 15028 replace nameshort = "CASTLE" if congress == 105 & id == 29327 replace nameshort = "SCARBOROUGH" if congress == 105 & id == 39508 replace nameshort = "BOYD" if congress == 105 & id == 29713 replace nameshort = "BROWN, CORR" if congress == 105 & id == 29328 replace nameshort = "FOWLER" if congress == 105 & id == 29329 replace nameshort = "THURMAN" if congress == 105 & id == 29330 replace nameshort = "STEARNS" if congress == 105 & id == 15627 replace nameshort = "MICA" if congress == 105 & id == 29331 replace nameshort = "MCCOLLUM" if congress == 105 & id == 14842 replace nameshort = "BILIRAKIS" if congress == 105 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 105 & id == 13047 replace nameshort = "DAVIS" if congress == 105 & id == 29714 replace nameshort = "CANADY" if congress == 105 & id == 29332 replace nameshort = "MILLER" if congress == 105 & id == 29333 replace nameshort = "GOSS" if congress == 105 & id == 15605 replace nameshort = "WELDON" if congress == 105 & id == 29509 replace nameshort = "FOLEY" if congress == 105 & id == 29510 replace nameshort = "MEEK" if congress == 105 & id == 29334 replace nameshort = "ROS-LEHTINE" if congress == 105 & id == 15634 replace nameshort = "WEXLER" if congress == 105 & id == 29715 replace nameshort = "DEUTSCH" if congress == 105 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 105 & id == 29336 replace nameshort = "SHAW" if congress == 105 & id == 14860 replace nameshort = "HASTINGS" if congress == 105 & id == 29337 replace nameshort = "KINGSTON" if congress == 105 & id == 29338 replace nameshort = "BISHOP" if congress == 105 & id == 29339 replace nameshort = "COLLINS" if congress == 105 & id == 29340 replace nameshort = "MCKINNEY" if congress == 105 & id == 29344 replace nameshort = "LEWIS, JOHN" if congress == 105 & id == 15431 replace nameshort = "GINGRICH" if congress == 105 & id == 14627 replace nameshort = "BARR" if congress == 105 & id == 29511 replace nameshort = "CHAMBLISS" if congress == 105 & id == 29512 replace nameshort = "DEAL" if congress == 105 & id == 99342 replace nameshort = "NORWOOD" if congress == 105 & id == 29513 replace nameshort = "LINDER" if congress == 105 & id == 29341 replace nameshort = "ABERCROMBIE" if congress == 105 & id == 15245 replace nameshort = "MINK" if congress == 105 & id == 10757 replace nameshort = "CHENOWETH" if congress == 105 & id == 29514 replace nameshort = "CRAPO" if congress == 105 & id == 29345 replace nameshort = "RUSH" if congress == 105 & id == 29346 replace nameshort = "JACKSON" if congress == 105 & id == 29585 replace nameshort = "LIPINSKI" if congress == 105 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 105 & id == 29348 replace nameshort = "BLAGOJEVICH" if congress == 105 & id == 29716 replace nameshort = "HYDE" if congress == 105 & id == 14239 replace nameshort = "DAVIS" if congress == 105 & id == 29717 replace nameshort = "CRANE" if congress == 105 & id == 12041 replace nameshort = "YATES" if congress == 105 & id == 10421 replace nameshort = "PORTER" if congress == 105 & id == 14677 replace nameshort = "WELLER" if congress == 105 & id == 29516 replace nameshort = "COSTELLO" if congress == 105 & id == 15453 replace nameshort = "FAWELL" if congress == 105 & id == 15098 replace nameshort = "HASTERT" if congress == 105 & id == 15417 replace nameshort = "EWING" if congress == 105 & id == 29115 replace nameshort = "MANZULLO" if congress == 105 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 105 & id == 15023 replace nameshort = "LAHOOD" if congress == 105 & id == 29517 replace nameshort = "POSHARD" if congress == 105 & id == 15620 replace nameshort = "SHIMKUS" if congress == 105 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 105 & id == 15124 replace nameshort = "MCINTOSH" if congress == 105 & id == 29518 replace nameshort = "ROEMER" if congress == 105 & id == 29117 replace nameshort = "SOUDER" if congress == 105 & id == 29519 replace nameshort = "BUYER" if congress == 105 & id == 29350 replace nameshort = "BURTON" if congress == 105 & id == 15014 replace nameshort = "PEASE" if congress == 105 & id == 29719 replace nameshort = "HOSTETTLER" if congress == 105 & id == 29520 replace nameshort = "HAMILTON" if congress == 105 & id == 10732 replace nameshort = "CARSON" if congress == 105 & id == 29720 replace nameshort = "LEACH, JAME" if congress == 105 & id == 14432 replace nameshort = "NUSSLE" if congress == 105 & id == 29118 replace nameshort = "BOSWELL" if congress == 105 & id == 29721 replace nameshort = "GANSKE" if congress == 105 & id == 29521 replace nameshort = "LATHAM" if congress == 105 & id == 29522 replace nameshort = "MORAN" if congress == 105 & id == 29722 replace nameshort = "RYUN" if congress == 105 & id == 29723 replace nameshort = "SNOWBARGER" if congress == 105 & id == 29724 replace nameshort = "TIAHRT" if congress == 105 & id == 29524 replace nameshort = "WHITFIELD" if congress == 105 & id == 29525 replace nameshort = "LEWIS" if congress == 105 & id == 29352 replace nameshort = "NORTHUP" if congress == 105 & id == 29725 replace nameshort = "BUNNING" if congress == 105 & id == 15406 replace nameshort = "ROGERS" if congress == 105 & id == 14854 replace nameshort = "BAESLER" if congress == 105 & id == 29353 replace nameshort = "LIVINGSTON" if congress == 105 & id == 14469 replace nameshort = "JEFFERSON" if congress == 105 & id == 29120 replace nameshort = "TAUZIN" if congress == 105 & id == 94679 replace nameshort = "MCCRERY" if congress == 105 & id == 15451 replace nameshort = "COOKSEY" if congress == 105 & id == 29726 replace nameshort = "BAKER" if congress == 105 & id == 15401 replace nameshort = "JOHN" if congress == 105 & id == 29727 replace nameshort = "ALLEN" if congress == 105 & id == 29728 replace nameshort = "BALDACCI" if congress == 105 & id == 29528 replace nameshort = "GILCHREST" if congress == 105 & id == 29122 replace nameshort = "EHRLICH" if congress == 105 & id == 29529 replace nameshort = "CARDIN" if congress == 105 & id == 15408 replace nameshort = "WYNN" if congress == 105 & id == 29355 replace nameshort = "HOYER" if congress == 105 & id == 14873 replace nameshort = "BARTLETT" if congress == 105 & id == 29356 replace nameshort = "CUMMINGS" if congress == 105 & id == 29587 replace nameshort = "MORELLA" if congress == 105 & id == 15434 replace nameshort = "OLVER" if congress == 105 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 105 & id == 15616 replace nameshort = "MCGOVERN" if congress == 105 & id == 29729 replace nameshort = "FRANK, BARN" if congress == 105 & id == 14824 replace nameshort = "MEEHAN" if congress == 105 & id == 29358 replace nameshort = "TIERNEY" if congress == 105 & id == 29730 replace nameshort = "MARKEY" if congress == 105 & id == 14435 replace nameshort = "KENNEDY, JO" if congress == 105 & id == 15427 replace nameshort = "MOAKLEY" if congress == 105 & id == 14039 replace nameshort = "DELAHUNT" if congress == 105 & id == 29731 replace nameshort = "STUPAK" if congress == 105 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 105 & id == 29361 replace nameshort = "EHLERS" if congress == 105 & id == 29362 replace nameshort = "CAMP" if congress == 105 & id == 29124 replace nameshort = "BARCIA" if congress == 105 & id == 29363 replace nameshort = "UPTON" if congress == 105 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 105 & id == 29364 replace nameshort = "STABENOW" if congress == 105 & id == 29732 replace nameshort = "KILDEE" if congress == 105 & id == 14430 replace nameshort = "BONIOR" if congress == 105 & id == 14407 replace nameshort = "KNOLLENBERG" if congress == 105 & id == 29365 replace nameshort = "LEVIN, SAND" if congress == 105 & id == 15033 replace nameshort = "RIVERS" if congress == 105 & id == 29531 replace nameshort = "CONYERS" if congress == 105 & id == 10713 replace nameshort = "KILPATRICK" if congress == 105 & id == 29733 replace nameshort = "DINGELL" if congress == 105 & id == 2605 replace nameshort = "GUTKNECHT" if congress == 105 & id == 29532 replace nameshort = "MINGE" if congress == 105 & id == 29366 replace nameshort = "RAMSTAD" if congress == 105 & id == 29126 replace nameshort = "VENTO" if congress == 105 & id == 14458 replace nameshort = "SABO" if congress == 105 & id == 14656 replace nameshort = "LUTHER" if congress == 105 & id == 29533 replace nameshort = "PETERSON, C" if congress == 105 & id == 29127 replace nameshort = "OBERSTAR" if congress == 105 & id == 14265 replace nameshort = "WICKER" if congress == 105 & id == 29534 replace nameshort = "THOMPSON" if congress == 105 & id == 29368 replace nameshort = "PICKERING" if congress == 105 & id == 29734 replace nameshort = "PARKER" if congress == 105 & id == 95617 replace nameshort = "TAYLOR, GEN" if congress == 105 & id == 15637 replace nameshort = "CLAY" if congress == 105 & id == 12009 replace nameshort = "TALENT" if congress == 105 & id == 29369 replace nameshort = "GEPHARDT" if congress == 105 & id == 14421 replace nameshort = "SKELTON" if congress == 105 & id == 14451 replace nameshort = "MCCARTHY" if congress == 105 & id == 29535 replace nameshort = "DANNER" if congress == 105 & id == 29370 replace nameshort = "BLUNT" if congress == 105 & id == 29735 replace nameshort = "EMERSON" if congress == 105 & id == 29736 replace nameshort = "HULSHOF" if congress == 105 & id == 29737 replace nameshort = "HILL" if congress == 105 & id == 29738 replace nameshort = "BEREUTER" if congress == 105 & id == 14605 replace nameshort = "CHRISTENSEN" if congress == 105 & id == 29536 replace nameshort = "BARRETT" if congress == 105 & id == 29129 replace nameshort = "ENSIGN" if congress == 105 & id == 29537 replace nameshort = "GIBBONS" if congress == 105 & id == 29739 replace nameshort = "SUNUNU" if congress == 105 & id == 29740 replace nameshort = "BASS" if congress == 105 & id == 29538 replace nameshort = "ANDREWS, RO" if congress == 105 & id == 29132 replace nameshort = "LOBIONDO" if congress == 105 & id == 29539 replace nameshort = "SAXTON" if congress == 105 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 105 & id == 14863 replace nameshort = "ROUKEMA" if congress == 105 & id == 14855 replace nameshort = "PALLONE" if congress == 105 & id == 15454 replace nameshort = "FRANKS" if congress == 105 & id == 29371 replace nameshort = "PASCRELL" if congress == 105 & id == 29741 replace nameshort = "ROTHMAN" if congress == 105 & id == 29742 replace nameshort = "PAYNE, DONA" if congress == 105 & id == 15619 replace nameshort = "FRELINGHUYS" if congress == 105 & id == 29541 replace nameshort = "PAPPAS" if congress == 105 & id == 29743 replace nameshort = "MENENDEZ" if congress == 105 & id == 29373 replace nameshort = "SCHIFF" if congress == 105 & id == 15624 replace nameshort = "WILSON" if congress == 105 & id == 29779 replace nameshort = "SKEEN" if congress == 105 & id == 14861 replace nameshort = "RICHARDSON" if congress == 105 & id == 15055 replace nameshort = "REDMOND" if congress == 105 & id == 29772 replace nameshort = "FORBES" if congress == 105 & id == 29542 replace nameshort = "LAZIO" if congress == 105 & id == 29374 replace nameshort = "KING" if congress == 105 & id == 29375 replace nameshort = "MCCARTHY" if congress == 105 & id == 29744 replace nameshort = "ACKERMAN" if congress == 105 & id == 15000 replace nameshort = "FLAKE" if congress == 105 & id == 15412 replace nameshort = "MEEKS, GREG" if congress == 105 & id == 29776 replace nameshort = "MANTON" if congress == 105 & id == 15107 replace nameshort = "NADLER" if congress == 105 & id == 29377 replace nameshort = "SCHUMER" if congress == 105 & id == 14858 replace nameshort = "TOWNS" if congress == 105 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 105 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 105 & id == 29378 replace nameshort = "MOLINARI, S" if congress == 105 & id == 15639 replace nameshort = "FOSSELLA" if congress == 105 & id == 29773 replace nameshort = "MALONEY" if congress == 105 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 105 & id == 13035 replace nameshort = "SERRANO" if congress == 105 & id == 29134 replace nameshort = "ENGEL" if congress == 105 & id == 15603 replace nameshort = "LOWEY" if congress == 105 & id == 15612 replace nameshort = "KELLY" if congress == 105 & id == 29544 replace nameshort = "GILMAN" if congress == 105 & id == 14015 replace nameshort = "MCNULTY" if congress == 105 & id == 15614 replace nameshort = "SOLOMON" if congress == 105 & id == 14662 replace nameshort = "BOEHLERT" if congress == 105 & id == 15007 replace nameshort = "MCHUGH, JOH" if congress == 105 & id == 39316 replace nameshort = "WALSH" if congress == 105 & id == 15630 replace nameshort = "HINCHEY" if congress == 105 & id == 29380 replace nameshort = "PAXON" if congress == 105 & id == 15618 replace nameshort = "SLAUGHTER," if congress == 105 & id == 15444 replace nameshort = "LAFALCE" if congress == 105 & id == 14248 replace nameshort = "QUINN" if congress == 105 & id == 29381 replace nameshort = "HOUGHTON" if congress == 105 & id == 15423 replace nameshort = "CLAYTON" if congress == 105 & id == 29382 replace nameshort = "ETHERIDGE" if congress == 105 & id == 29745 replace nameshort = "JONES" if congress == 105 & id == 29546 replace nameshort = "PRICE, DAVI" if congress == 105 & id == 15438 replace nameshort = "BURR" if congress == 105 & id == 29548 replace nameshort = "COBLE" if congress == 105 & id == 15092 replace nameshort = "MCINTYRE" if congress == 105 & id == 29746 replace nameshort = "HEFNER" if congress == 105 & id == 14233 replace nameshort = "MYRICK" if congress == 105 & id == 29549 replace nameshort = "BALLENGER" if congress == 105 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 105 & id == 29135 replace nameshort = "WATT" if congress == 105 & id == 29383 replace nameshort = "POMEROY" if congress == 105 & id == 29384 replace nameshort = "CHABOT" if congress == 105 & id == 29550 replace nameshort = "PORTMAN" if congress == 105 & id == 29386 replace nameshort = "HALL, TONY" if congress == 105 & id == 14632 replace nameshort = "OXLEY" if congress == 105 & id == 14875 replace nameshort = "GILLMOR" if congress == 105 & id == 15604 replace nameshort = "STRICKLAND" if congress == 105 & id == 29747 replace nameshort = "HOBSON" if congress == 105 & id == 29136 replace nameshort = "BOEHNER" if congress == 105 & id == 29137 replace nameshort = "KAPTUR" if congress == 105 & id == 15029 replace nameshort = "KUCINICH" if congress == 105 & id == 29748 replace nameshort = "STOKES" if congress == 105 & id == 12030 replace nameshort = "KASICH" if congress == 105 & id == 15030 replace nameshort = "BROWN, SHER" if congress == 105 & id == 29389 replace nameshort = "SAWYER" if congress == 105 & id == 15442 replace nameshort = "PRYCE" if congress == 105 & id == 29390 replace nameshort = "REGULA" if congress == 105 & id == 14045 replace nameshort = "TRAFICANT" if congress == 105 & id == 15121 replace nameshort = "NEY" if congress == 105 & id == 29552 replace nameshort = "LATOURETTE" if congress == 105 & id == 29553 replace nameshort = "LARGENT" if congress == 105 & id == 29554 replace nameshort = "COBURN" if congress == 105 & id == 29555 replace nameshort = "WATKINS" if congress == 105 & id == 29749 replace nameshort = "WATTS" if congress == 105 & id == 29556 replace nameshort = "ISTOOK" if congress == 105 & id == 29392 replace nameshort = "LUCAS" if congress == 105 & id == 29393 replace nameshort = "FURSE" if congress == 105 & id == 29394 replace nameshort = "SMITH, ROBE" if congress == 105 & id == 15063 replace nameshort = "BLUMENAUER" if congress == 105 & id == 29588 replace nameshort = "DEFAZIO" if congress == 105 & id == 15410 replace nameshort = "HOOLEY" if congress == 105 & id == 29750 replace nameshort = "FOGLIETTA" if congress == 105 & id == 14823 replace nameshort = "BRADY, ROBE" if congress == 105 & id == 29777 replace nameshort = "FATTAH" if congress == 105 & id == 29559 replace nameshort = "BORSKI" if congress == 105 & id == 15008 replace nameshort = "KLINK" if congress == 105 & id == 29395 replace nameshort = "PETERSON" if congress == 105 & id == 29751 replace nameshort = "HOLDEN" if congress == 105 & id == 29396 replace nameshort = "WELDON" if congress == 105 & id == 15447 replace nameshort = "GREENWOOD" if congress == 105 & id == 29397 replace nameshort = "SHUSTER" if congress == 105 & id == 14052 replace nameshort = "MCDADE" if congress == 105 & id == 10607 replace nameshort = "KANJORSKI" if congress == 105 & id == 15104 replace nameshort = "MURTHA" if congress == 105 & id == 14072 replace nameshort = "FOX" if congress == 105 & id == 29560 replace nameshort = "COYNE, WILL" if congress == 105 & id == 14808 replace nameshort = "MCHALE" if congress == 105 & id == 29399 replace nameshort = "PITTS" if congress == 105 & id == 29752 replace nameshort = "GEKAS" if congress == 105 & id == 15026 replace nameshort = "DOYLE" if congress == 105 & id == 29561 replace nameshort = "GOODLING" if congress == 105 & id == 14288 replace nameshort = "MASCARA" if congress == 105 & id == 29562 replace nameshort = "ENGLISH" if congress == 105 & id == 29563 replace nameshort = "KENNEDY" if congress == 105 & id == 29564 replace nameshort = "WEYGAND" if congress == 105 & id == 29753 replace nameshort = "SANFORD" if congress == 105 & id == 29565 replace nameshort = "SPENCE" if congress == 105 & id == 13042 replace nameshort = "GRAHAM" if congress == 105 & id == 29566 replace nameshort = "INGLIS" if congress == 105 & id == 39300 replace nameshort = "SPRATT" if congress == 105 & id == 15064 replace nameshort = "CLYBURN" if congress == 105 & id == 39301 replace nameshort = "THUNE" if congress == 105 & id == 29754 replace nameshort = "JENKINS" if congress == 105 & id == 29755 replace nameshort = "DUNCAN, JR." if congress == 105 & id == 15455 replace nameshort = "WAMP" if congress == 105 & id == 29567 replace nameshort = "HILLEARY" if congress == 105 & id == 29568 replace nameshort = "CLEMENT" if congress == 105 & id == 15450 replace nameshort = "GORDON" if congress == 105 & id == 15100 replace nameshort = "BRYANT" if congress == 105 & id == 29569 replace nameshort = "TANNER" if congress == 105 & id == 15628 replace nameshort = "FORD" if congress == 105 & id == 29756 replace nameshort = "SANDLIN" if congress == 105 & id == 29757 replace nameshort = "TURNER" if congress == 105 & id == 29758 replace nameshort = "JOHNSON, SA" if congress == 105 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 105 & id == 14828 replace nameshort = "SESSIONS" if congress == 105 & id == 29759 replace nameshort = "BARTON" if congress == 105 & id == 15085 replace nameshort = "ARCHER" if congress == 105 & id == 13002 replace nameshort = "BRADY" if congress == 105 & id == 29760 replace nameshort = "LAMPSON" if congress == 105 & id == 29761 replace nameshort = "DOGGETT" if congress == 105 & id == 29571 replace nameshort = "EDWARDS, CH" if congress == 105 & id == 29144 replace nameshort = "GRANGER" if congress == 105 & id == 29762 replace nameshort = "THORNBERRY" if congress == 105 & id == 29572 replace nameshort = "PAUL" if congress == 105 & id == 14290 replace nameshort = "HINOJOSA" if congress == 105 & id == 29763 replace nameshort = "REYES" if congress == 105 & id == 29764 replace nameshort = "STENHOLM" if congress == 105 & id == 14664 replace nameshort = "JACKSON-LEE" if congress == 105 & id == 29573 replace nameshort = "COMBEST" if congress == 105 & id == 15093 replace nameshort = "GONZALEZ" if congress == 105 & id == 10520 replace nameshort = "SMITH, LAMA" if congress == 105 & id == 15445 replace nameshort = "DELAY" if congress == 105 & id == 15094 replace nameshort = "BONILLA" if congress == 105 & id == 39302 replace nameshort = "FROST" if congress == 105 & id == 14626 replace nameshort = "BENTSEN" if congress == 105 & id == 29574 replace nameshort = "ARMEY" if congress == 105 & id == 15125 replace nameshort = "ORTIZ" if congress == 105 & id == 15049 replace nameshort = "TEJEDA" if congress == 105 & id == 39303 replace nameshort = "RODRIGUEZ" if congress == 105 & id == 29771 replace nameshort = "GREEN, GENE" if congress == 105 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 105 & id == 39305 replace nameshort = "HANSEN" if congress == 105 & id == 14829 replace nameshort = "COOK" if congress == 105 & id == 29765 replace nameshort = "CANNON" if congress == 105 & id == 29766 replace nameshort = "SANDERS" if congress == 105 & id == 29147 replace nameshort = "BATEMAN" if congress == 105 & id == 15003 replace nameshort = "PICKETT" if congress == 105 & id == 15437 replace nameshort = "SCOTT" if congress == 105 & id == 39307 replace nameshort = "SISISKY" if congress == 105 & id == 15060 replace nameshort = "GOODE" if congress == 105 & id == 29767 replace nameshort = "GOODLATTE" if congress == 105 & id == 39308 replace nameshort = "BLILEY" if congress == 105 & id == 14802 replace nameshort = "MORAN" if congress == 105 & id == 29149 replace nameshort = "BOUCHER" if congress == 105 & id == 15010 replace nameshort = "WOLF" if congress == 105 & id == 14869 replace nameshort = "DAVIS" if congress == 105 & id == 29576 replace nameshort = "WHITE" if congress == 105 & id == 29577 replace nameshort = "METCALF" if congress == 105 & id == 29578 replace nameshort = "SMITH, LIND" if congress == 105 & id == 29579 replace nameshort = "HASTINGS" if congress == 105 & id == 29580 replace nameshort = "NETHERCUTT" if congress == 105 & id == 29581 replace nameshort = "DICKS" if congress == 105 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 105 & id == 15613 replace nameshort = "DUNN" if congress == 105 & id == 39312 replace nameshort = "SMITH, ADAM" if congress == 105 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 105 & id == 15083 replace nameshort = "WISE" if congress == 105 & id == 15077 replace nameshort = "RAHALL" if congress == 105 & id == 14448 replace nameshort = "NEUMANN" if congress == 105 & id == 29583 replace nameshort = "KLUG" if congress == 105 & id == 29150 replace nameshort = "KIND" if congress == 105 & id == 29769 replace nameshort = "KLECZKA" if congress == 105 & id == 15082 replace nameshort = "BARRETT, TH" if congress == 105 & id == 39315 replace nameshort = "PETRI" if congress == 105 & id == 14675 replace nameshort = "OBEY" if congress == 105 & id == 12036 replace nameshort = "JOHNSON" if congress == 105 & id == 29770 replace nameshort = "SENSENBRENN" if congress == 105 & id == 14657 replace nameshort = "CUBIN" if congress == 105 & id == 29584 replace nameshort = "CLINTON" if congress == 106 & id == 99909 replace nameshort = "CALLAHAN" if congress == 106 & id == 15090 replace nameshort = "EVERETT" if congress == 106 & id == 29300 replace nameshort = "RILEY" if congress == 106 & id == 29700 replace nameshort = "ADERHOLT" if congress == 106 & id == 29701 replace nameshort = "CRAMER" if congress == 106 & id == 29100 replace nameshort = "BACHUS" if congress == 106 & id == 29301 replace nameshort = "HILLIARD" if congress == 106 & id == 29302 replace nameshort = "YOUNG, DON" if congress == 106 & id == 14066 replace nameshort = "SALMON" if congress == 106 & id == 29500 replace nameshort = "PASTOR" if congress == 106 & id == 29101 replace nameshort = "STUMP" if congress == 106 & id == 14454 replace nameshort = "SHADEGG" if congress == 106 & id == 29501 replace nameshort = "KOLBE" if congress == 106 & id == 15105 replace nameshort = "HAYWORTH" if congress == 106 & id == 29502 replace nameshort = "BERRY" if congress == 106 & id == 29702 replace nameshort = "SNYDER" if congress == 106 & id == 29703 replace nameshort = "HUTCHINSON" if congress == 106 & id == 29704 replace nameshort = "DICKEY" if congress == 106 & id == 29307 replace nameshort = "THOMPSON M" if congress == 106 & id == 29901 replace nameshort = "HERGER" if congress == 106 & id == 15420 replace nameshort = "OSE DOUG" if congress == 106 & id == 29902 replace nameshort = "DOOLITTLE" if congress == 106 & id == 29104 replace nameshort = "MATSUI" if congress == 106 & id == 14649 replace nameshort = "WOOLSEY" if congress == 106 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 106 & id == 14256 replace nameshort = "PELOSI" if congress == 106 & id == 15448 replace nameshort = "LEE" if congress == 106 & id == 29778 replace nameshort = "TAUSCHER" if congress == 106 & id == 29705 replace nameshort = "POMBO" if congress == 106 & id == 29311 replace nameshort = "LANTOS" if congress == 106 & id == 14837 replace nameshort = "STARK" if congress == 106 & id == 14053 replace nameshort = "ESHOO" if congress == 106 & id == 29312 replace nameshort = "CAMPBELL" if congress == 106 & id == 15600 replace nameshort = "LOFGREN" if congress == 106 & id == 29504 replace nameshort = "FARR" if congress == 106 & id == 29313 replace nameshort = "CONDIT" if congress == 106 & id == 15635 replace nameshort = "RADANOVICH" if congress == 106 & id == 29505 replace nameshort = "DOOLEY" if congress == 106 & id == 29105 replace nameshort = "THOMAS, WIL" if congress == 106 & id == 14669 replace nameshort = "CAPPS, LOIS" if congress == 106 & id == 29774 replace nameshort = "GALLEGLY" if congress == 106 & id == 15413 replace nameshort = "SHERMAN" if congress == 106 & id == 29707 replace nameshort = "MCKEON" if congress == 106 & id == 29315 replace nameshort = "BERMAN" if congress == 106 & id == 15005 replace nameshort = "ROGAN" if congress == 106 & id == 29708 replace nameshort = "DREIER, DAV" if congress == 106 & id == 14813 replace nameshort = "WAXMAN" if congress == 106 & id == 14280 replace nameshort = "BECERRA" if congress == 106 & id == 29316 replace nameshort = "MARTINEZ" if congress == 106 & id == 14879 replace nameshort = "MARTINEZ" if congress == 106 & id == 94879 replace nameshort = "DIXON, JULI" if congress == 106 & id == 14620 replace nameshort = "ROYBAL-ALLA" if congress == 106 & id == 29317 replace nameshort = "NAPOLITANO" if congress == 106 & id == 29903 replace nameshort = "WATERS" if congress == 106 & id == 29106 replace nameshort = "KUYKENDALL" if congress == 106 & id == 29904 replace nameshort = "MILLENDER-M" if congress == 106 & id == 29586 replace nameshort = "HORN" if congress == 106 & id == 29320 replace nameshort = "ROYCE" if congress == 106 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 106 & id == 14644 replace nameshort = "MILLER GAR" if congress == 106 & id == 29905 replace nameshort = "BROWN, GEOR" if congress == 106 & id == 10573 replace nameshort = "BACA JOE" if congress == 106 & id == 29942 replace nameshort = "CALVERT" if congress == 106 & id == 29323 replace nameshort = "BONO, MARY" if congress == 106 & id == 29775 replace nameshort = "ROHRABACHER" if congress == 106 & id == 15621 replace nameshort = "SANCHEZ" if congress == 106 & id == 29709 replace nameshort = "COX, CHRIST" if congress == 106 & id == 15601 replace nameshort = "PACKARD" if congress == 106 & id == 15051 replace nameshort = "BILBRAY" if congress == 106 & id == 29508 replace nameshort = "FILNER" if congress == 106 & id == 29325 replace nameshort = "CUNNINGHAM" if congress == 106 & id == 29107 replace nameshort = "HUNTER" if congress == 106 & id == 14835 replace nameshort = "DEGETTE" if congress == 106 & id == 29710 replace nameshort = "UDALL MARK" if congress == 106 & id == 29906 replace nameshort = "MCINNIS" if congress == 106 & id == 29326 replace nameshort = "SCHAFFER, B" if congress == 106 & id == 29711 replace nameshort = "HEFLEY" if congress == 106 & id == 15419 replace nameshort = "TANCREDO T" if congress == 106 & id == 29907 replace nameshort = "LARSON JOH" if congress == 106 & id == 29908 replace nameshort = "GEJDENSON" if congress == 106 & id == 14825 replace nameshort = "DELAURO" if congress == 106 & id == 29109 replace nameshort = "SHAYS" if congress == 106 & id == 15449 replace nameshort = "MALONEY" if congress == 106 & id == 29712 replace nameshort = "JOHNSON, NA" if congress == 106 & id == 15028 replace nameshort = "CASTLE" if congress == 106 & id == 29327 replace nameshort = "SCARBOROUGH" if congress == 106 & id == 39508 replace nameshort = "BOYD" if congress == 106 & id == 29713 replace nameshort = "BROWN, CORR" if congress == 106 & id == 29328 replace nameshort = "FOWLER" if congress == 106 & id == 29329 replace nameshort = "THURMAN" if congress == 106 & id == 29330 replace nameshort = "STEARNS" if congress == 106 & id == 15627 replace nameshort = "MICA" if congress == 106 & id == 29331 replace nameshort = "MCCOLLUM" if congress == 106 & id == 14842 replace nameshort = "BILIRAKIS" if congress == 106 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 106 & id == 13047 replace nameshort = "DAVIS" if congress == 106 & id == 29714 replace nameshort = "CANADY" if congress == 106 & id == 29332 replace nameshort = "MILLER" if congress == 106 & id == 29333 replace nameshort = "GOSS" if congress == 106 & id == 15605 replace nameshort = "WELDON" if congress == 106 & id == 29509 replace nameshort = "FOLEY" if congress == 106 & id == 29510 replace nameshort = "MEEK" if congress == 106 & id == 29334 replace nameshort = "ROS-LEHTINE" if congress == 106 & id == 15634 replace nameshort = "WEXLER" if congress == 106 & id == 29715 replace nameshort = "DEUTSCH" if congress == 106 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 106 & id == 29336 replace nameshort = "SHAW" if congress == 106 & id == 14860 replace nameshort = "HASTINGS" if congress == 106 & id == 29337 replace nameshort = "KINGSTON" if congress == 106 & id == 29338 replace nameshort = "BISHOP" if congress == 106 & id == 29339 replace nameshort = "COLLINS" if congress == 106 & id == 29340 replace nameshort = "MCKINNEY" if congress == 106 & id == 29344 replace nameshort = "LEWIS, JOHN" if congress == 106 & id == 15431 replace nameshort = "ISAKSON JO" if congress == 106 & id == 29909 replace nameshort = "BARR" if congress == 106 & id == 29511 replace nameshort = "CHAMBLISS" if congress == 106 & id == 29512 replace nameshort = "DEAL" if congress == 106 & id == 99342 replace nameshort = "NORWOOD" if congress == 106 & id == 29513 replace nameshort = "LINDER" if congress == 106 & id == 29341 replace nameshort = "ABERCROMBIE" if congress == 106 & id == 15245 replace nameshort = "MINK" if congress == 106 & id == 10757 replace nameshort = "CHENOWETH" if congress == 106 & id == 29514 replace nameshort = "SIMPSON MI" if congress == 106 & id == 29910 replace nameshort = "RUSH" if congress == 106 & id == 29346 replace nameshort = "JACKSON" if congress == 106 & id == 29585 replace nameshort = "LIPINSKI" if congress == 106 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 106 & id == 29348 replace nameshort = "BLAGOJEVICH" if congress == 106 & id == 29716 replace nameshort = "HYDE" if congress == 106 & id == 14239 replace nameshort = "DAVIS" if congress == 106 & id == 29717 replace nameshort = "CRANE" if congress == 106 & id == 12041 replace nameshort = "SCHAKOWSKY" if congress == 106 & id == 29911 replace nameshort = "PORTER" if congress == 106 & id == 14677 replace nameshort = "WELLER" if congress == 106 & id == 29516 replace nameshort = "COSTELLO" if congress == 106 & id == 15453 replace nameshort = "BIGGERT JU" if congress == 106 & id == 29912 replace nameshort = "HASTERT" if congress == 106 & id == 15417 replace nameshort = "EWING" if congress == 106 & id == 29115 replace nameshort = "MANZULLO" if congress == 106 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 106 & id == 15023 replace nameshort = "LAHOOD" if congress == 106 & id == 29517 replace nameshort = "PHELPS DAV" if congress == 106 & id == 29913 replace nameshort = "SHIMKUS" if congress == 106 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 106 & id == 15124 replace nameshort = "MCINTOSH" if congress == 106 & id == 29518 replace nameshort = "ROEMER" if congress == 106 & id == 29117 replace nameshort = "SOUDER" if congress == 106 & id == 29519 replace nameshort = "BUYER" if congress == 106 & id == 29350 replace nameshort = "BURTON" if congress == 106 & id == 15014 replace nameshort = "PEASE" if congress == 106 & id == 29719 replace nameshort = "HOSTETTLER" if congress == 106 & id == 29520 replace nameshort = "HILL BARON" if congress == 106 & id == 29914 replace nameshort = "CARSON" if congress == 106 & id == 29720 replace nameshort = "LEACH, JAME" if congress == 106 & id == 14432 replace nameshort = "NUSSLE" if congress == 106 & id == 29118 replace nameshort = "BOSWELL" if congress == 106 & id == 29721 replace nameshort = "GANSKE" if congress == 106 & id == 29521 replace nameshort = "LATHAM" if congress == 106 & id == 29522 replace nameshort = "MORAN" if congress == 106 & id == 29722 replace nameshort = "RYUN" if congress == 106 & id == 29723 replace nameshort = "MOORE DENN" if congress == 106 & id == 29915 replace nameshort = "TIAHRT" if congress == 106 & id == 29524 replace nameshort = "WHITFIELD" if congress == 106 & id == 29525 replace nameshort = "LEWIS" if congress == 106 & id == 29352 replace nameshort = "NORTHUP" if congress == 106 & id == 29725 replace nameshort = "LUCAS KEN" if congress == 106 & id == 29916 replace nameshort = "ROGERS" if congress == 106 & id == 14854 replace nameshort = "FLETCHER E" if congress == 106 & id == 29917 replace nameshort = "LIVINGSTON" if congress == 106 & id == 14469 replace nameshort = "VITTER DAV" if congress == 106 & id == 29918 replace nameshort = "JEFFERSON" if congress == 106 & id == 29120 replace nameshort = "TAUZIN" if congress == 106 & id == 94679 replace nameshort = "MCCRERY" if congress == 106 & id == 15451 replace nameshort = "COOKSEY" if congress == 106 & id == 29726 replace nameshort = "BAKER" if congress == 106 & id == 15401 replace nameshort = "JOHN" if congress == 106 & id == 29727 replace nameshort = "ALLEN" if congress == 106 & id == 29728 replace nameshort = "BALDACCI" if congress == 106 & id == 29528 replace nameshort = "GILCHREST" if congress == 106 & id == 29122 replace nameshort = "EHRLICH" if congress == 106 & id == 29529 replace nameshort = "CARDIN" if congress == 106 & id == 15408 replace nameshort = "WYNN" if congress == 106 & id == 29355 replace nameshort = "HOYER" if congress == 106 & id == 14873 replace nameshort = "BARTLETT" if congress == 106 & id == 29356 replace nameshort = "CUMMINGS" if congress == 106 & id == 29587 replace nameshort = "MORELLA" if congress == 106 & id == 15434 replace nameshort = "OLVER" if congress == 106 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 106 & id == 15616 replace nameshort = "MCGOVERN" if congress == 106 & id == 29729 replace nameshort = "FRANK, BARN" if congress == 106 & id == 14824 replace nameshort = "MEEHAN" if congress == 106 & id == 29358 replace nameshort = "TIERNEY" if congress == 106 & id == 29730 replace nameshort = "MARKEY" if congress == 106 & id == 14435 replace nameshort = "CAPUANO MI" if congress == 106 & id == 29919 replace nameshort = "MOAKLEY" if congress == 106 & id == 14039 replace nameshort = "DELAHUNT" if congress == 106 & id == 29731 replace nameshort = "STUPAK" if congress == 106 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 106 & id == 29361 replace nameshort = "EHLERS" if congress == 106 & id == 29362 replace nameshort = "CAMP" if congress == 106 & id == 29124 replace nameshort = "BARCIA" if congress == 106 & id == 29363 replace nameshort = "UPTON" if congress == 106 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 106 & id == 29364 replace nameshort = "STABENOW" if congress == 106 & id == 29732 replace nameshort = "KILDEE" if congress == 106 & id == 14430 replace nameshort = "BONIOR" if congress == 106 & id == 14407 replace nameshort = "KNOLLENBERG" if congress == 106 & id == 29365 replace nameshort = "LEVIN, SAND" if congress == 106 & id == 15033 replace nameshort = "RIVERS" if congress == 106 & id == 29531 replace nameshort = "CONYERS" if congress == 106 & id == 10713 replace nameshort = "KILPATRICK" if congress == 106 & id == 29733 replace nameshort = "DINGELL" if congress == 106 & id == 2605 replace nameshort = "GUTKNECHT" if congress == 106 & id == 29532 replace nameshort = "MINGE" if congress == 106 & id == 29366 replace nameshort = "RAMSTAD" if congress == 106 & id == 29126 replace nameshort = "VENTO" if congress == 106 & id == 14458 replace nameshort = "SABO" if congress == 106 & id == 14656 replace nameshort = "LUTHER" if congress == 106 & id == 29533 replace nameshort = "PETERSON, C" if congress == 106 & id == 29127 replace nameshort = "OBERSTAR" if congress == 106 & id == 14265 replace nameshort = "WICKER" if congress == 106 & id == 29534 replace nameshort = "THOMPSON" if congress == 106 & id == 29368 replace nameshort = "PICKERING" if congress == 106 & id == 29734 replace nameshort = "SHOWS RONN" if congress == 106 & id == 29920 replace nameshort = "TAYLOR, GEN" if congress == 106 & id == 15637 replace nameshort = "CLAY" if congress == 106 & id == 12009 replace nameshort = "TALENT" if congress == 106 & id == 29369 replace nameshort = "GEPHARDT" if congress == 106 & id == 14421 replace nameshort = "SKELTON" if congress == 106 & id == 14451 replace nameshort = "MCCARTHY" if congress == 106 & id == 29535 replace nameshort = "DANNER" if congress == 106 & id == 29370 replace nameshort = "BLUNT" if congress == 106 & id == 29735 replace nameshort = "EMERSON" if congress == 106 & id == 29736 replace nameshort = "HULSHOF" if congress == 106 & id == 29737 replace nameshort = "HILL" if congress == 106 & id == 29738 replace nameshort = "BEREUTER" if congress == 106 & id == 14605 replace nameshort = "TERRY LEE" if congress == 106 & id == 29921 replace nameshort = "BARRETT" if congress == 106 & id == 29129 replace nameshort = "BERKLEY SH" if congress == 106 & id == 29922 replace nameshort = "GIBBONS" if congress == 106 & id == 29739 replace nameshort = "SUNUNU" if congress == 106 & id == 29740 replace nameshort = "BASS" if congress == 106 & id == 29538 replace nameshort = "ANDREWS, RO" if congress == 106 & id == 29132 replace nameshort = "LOBIONDO" if congress == 106 & id == 29539 replace nameshort = "SAXTON" if congress == 106 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 106 & id == 14863 replace nameshort = "ROUKEMA" if congress == 106 & id == 14855 replace nameshort = "PALLONE" if congress == 106 & id == 15454 replace nameshort = "FRANKS" if congress == 106 & id == 29371 replace nameshort = "PASCRELL" if congress == 106 & id == 29741 replace nameshort = "ROTHMAN" if congress == 106 & id == 29742 replace nameshort = "PAYNE, DONA" if congress == 106 & id == 15619 replace nameshort = "FRELINGHUYS" if congress == 106 & id == 29541 replace nameshort = "HOLT RUSH" if congress == 106 & id == 29923 replace nameshort = "MENENDEZ" if congress == 106 & id == 29373 replace nameshort = "WILSON" if congress == 106 & id == 29779 replace nameshort = "SKEEN" if congress == 106 & id == 14861 replace nameshort = "UDALL TOM" if congress == 106 & id == 29924 replace nameshort = "FORBES" if congress == 106 & id == 29542 replace nameshort = "FORBES" if congress == 106 & id == 99542 replace nameshort = "LAZIO" if congress == 106 & id == 29374 replace nameshort = "KING" if congress == 106 & id == 29375 replace nameshort = "MCCARTHY" if congress == 106 & id == 29744 replace nameshort = "ACKERMAN" if congress == 106 & id == 15000 replace nameshort = "MEEKS, GREG" if congress == 106 & id == 29776 replace nameshort = "CROWLEY JO" if congress == 106 & id == 29925 replace nameshort = "NADLER" if congress == 106 & id == 29377 replace nameshort = "WEINER ANT" if congress == 106 & id == 29926 replace nameshort = "TOWNS" if congress == 106 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 106 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 106 & id == 29378 replace nameshort = "FOSSELLA" if congress == 106 & id == 29773 replace nameshort = "MALONEY" if congress == 106 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 106 & id == 13035 replace nameshort = "SERRANO" if congress == 106 & id == 29134 replace nameshort = "ENGEL" if congress == 106 & id == 15603 replace nameshort = "LOWEY" if congress == 106 & id == 15612 replace nameshort = "KELLY" if congress == 106 & id == 29544 replace nameshort = "GILMAN" if congress == 106 & id == 14015 replace nameshort = "MCNULTY" if congress == 106 & id == 15614 replace nameshort = "SWEENEY JO" if congress == 106 & id == 29927 replace nameshort = "BOEHLERT" if congress == 106 & id == 15007 replace nameshort = "MCHUGH, JOH" if congress == 106 & id == 39316 replace nameshort = "WALSH" if congress == 106 & id == 15630 replace nameshort = "HINCHEY" if congress == 106 & id == 29380 replace nameshort = "REYNOLDS T" if congress == 106 & id == 29928 replace nameshort = "SLAUGHTER," if congress == 106 & id == 15444 replace nameshort = "LAFALCE" if congress == 106 & id == 14248 replace nameshort = "QUINN" if congress == 106 & id == 29381 replace nameshort = "HOUGHTON" if congress == 106 & id == 15423 replace nameshort = "CLAYTON" if congress == 106 & id == 29382 replace nameshort = "ETHERIDGE" if congress == 106 & id == 29745 replace nameshort = "JONES" if congress == 106 & id == 29546 replace nameshort = "PRICE, DAVI" if congress == 106 & id == 15438 replace nameshort = "BURR" if congress == 106 & id == 29548 replace nameshort = "COBLE" if congress == 106 & id == 15092 replace nameshort = "MCINTYRE" if congress == 106 & id == 29746 replace nameshort = "HAYES ROBI" if congress == 106 & id == 29929 replace nameshort = "MYRICK" if congress == 106 & id == 29549 replace nameshort = "BALLENGER" if congress == 106 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 106 & id == 29135 replace nameshort = "WATT" if congress == 106 & id == 29383 replace nameshort = "POMEROY" if congress == 106 & id == 29384 replace nameshort = "CHABOT" if congress == 106 & id == 29550 replace nameshort = "PORTMAN" if congress == 106 & id == 29386 replace nameshort = "HALL, TONY" if congress == 106 & id == 14632 replace nameshort = "OXLEY" if congress == 106 & id == 14875 replace nameshort = "GILLMOR" if congress == 106 & id == 15604 replace nameshort = "STRICKLAND" if congress == 106 & id == 29747 replace nameshort = "HOBSON" if congress == 106 & id == 29136 replace nameshort = "BOEHNER" if congress == 106 & id == 29137 replace nameshort = "KAPTUR" if congress == 106 & id == 15029 replace nameshort = "KUCINICH" if congress == 106 & id == 29748 replace nameshort = "JONES STEP" if congress == 106 & id == 29930 replace nameshort = "KASICH" if congress == 106 & id == 15030 replace nameshort = "BROWN, SHER" if congress == 106 & id == 29389 replace nameshort = "SAWYER" if congress == 106 & id == 15442 replace nameshort = "PRYCE" if congress == 106 & id == 29390 replace nameshort = "REGULA" if congress == 106 & id == 14045 replace nameshort = "TRAFICANT" if congress == 106 & id == 15121 replace nameshort = "NEY" if congress == 106 & id == 29552 replace nameshort = "LATOURETTE" if congress == 106 & id == 29553 replace nameshort = "LARGENT" if congress == 106 & id == 29554 replace nameshort = "COBURN" if congress == 106 & id == 29555 replace nameshort = "WATKINS" if congress == 106 & id == 29749 replace nameshort = "WATTS" if congress == 106 & id == 29556 replace nameshort = "ISTOOK" if congress == 106 & id == 29392 replace nameshort = "LUCAS" if congress == 106 & id == 29393 replace nameshort = "WU DAVID" if congress == 106 & id == 29931 replace nameshort = "WALDEN GRE" if congress == 106 & id == 29932 replace nameshort = "BLUMENAUER" if congress == 106 & id == 29588 replace nameshort = "DEFAZIO" if congress == 106 & id == 15410 replace nameshort = "HOOLEY" if congress == 106 & id == 29750 replace nameshort = "BRADY, ROBE" if congress == 106 & id == 29777 replace nameshort = "FATTAH" if congress == 106 & id == 29559 replace nameshort = "BORSKI" if congress == 106 & id == 15008 replace nameshort = "KLINK" if congress == 106 & id == 29395 replace nameshort = "PETERSON" if congress == 106 & id == 29751 replace nameshort = "HOLDEN" if congress == 106 & id == 29396 replace nameshort = "WELDON" if congress == 106 & id == 15447 replace nameshort = "GREENWOOD" if congress == 106 & id == 29397 replace nameshort = "SHUSTER" if congress == 106 & id == 14052 replace nameshort = "SHERWOOD D" if congress == 106 & id == 29933 replace nameshort = "KANJORSKI" if congress == 106 & id == 15104 replace nameshort = "MURTHA" if congress == 106 & id == 14072 replace nameshort = "HOEFFEL JO" if congress == 106 & id == 29934 replace nameshort = "COYNE, WILL" if congress == 106 & id == 14808 replace nameshort = "TOOMEY PAT" if congress == 106 & id == 29935 replace nameshort = "PITTS" if congress == 106 & id == 29752 replace nameshort = "GEKAS" if congress == 106 & id == 15026 replace nameshort = "DOYLE" if congress == 106 & id == 29561 replace nameshort = "GOODLING" if congress == 106 & id == 14288 replace nameshort = "MASCARA" if congress == 106 & id == 29562 replace nameshort = "ENGLISH" if congress == 106 & id == 29563 replace nameshort = "KENNEDY" if congress == 106 & id == 29564 replace nameshort = "WEYGAND" if congress == 106 & id == 29753 replace nameshort = "SANFORD" if congress == 106 & id == 29565 replace nameshort = "SPENCE" if congress == 106 & id == 13042 replace nameshort = "GRAHAM" if congress == 106 & id == 29566 replace nameshort = "DEMINT JIM" if congress == 106 & id == 29936 replace nameshort = "SPRATT" if congress == 106 & id == 15064 replace nameshort = "CLYBURN" if congress == 106 & id == 39301 replace nameshort = "THUNE" if congress == 106 & id == 29754 replace nameshort = "JENKINS" if congress == 106 & id == 29755 replace nameshort = "DUNCAN, JR." if congress == 106 & id == 15455 replace nameshort = "WAMP" if congress == 106 & id == 29567 replace nameshort = "HILLEARY" if congress == 106 & id == 29568 replace nameshort = "CLEMENT" if congress == 106 & id == 15450 replace nameshort = "GORDON" if congress == 106 & id == 15100 replace nameshort = "BRYANT" if congress == 106 & id == 29569 replace nameshort = "TANNER" if congress == 106 & id == 15628 replace nameshort = "FORD" if congress == 106 & id == 29756 replace nameshort = "SANDLIN" if congress == 106 & id == 29757 replace nameshort = "TURNER" if congress == 106 & id == 29758 replace nameshort = "JOHNSON, SA" if congress == 106 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 106 & id == 14828 replace nameshort = "SESSIONS" if congress == 106 & id == 29759 replace nameshort = "BARTON" if congress == 106 & id == 15085 replace nameshort = "ARCHER" if congress == 106 & id == 13002 replace nameshort = "BRADY" if congress == 106 & id == 29760 replace nameshort = "LAMPSON" if congress == 106 & id == 29761 replace nameshort = "DOGGETT" if congress == 106 & id == 29571 replace nameshort = "EDWARDS, CH" if congress == 106 & id == 29144 replace nameshort = "GRANGER" if congress == 106 & id == 29762 replace nameshort = "THORNBERRY" if congress == 106 & id == 29572 replace nameshort = "PAUL" if congress == 106 & id == 14290 replace nameshort = "HINOJOSA" if congress == 106 & id == 29763 replace nameshort = "REYES" if congress == 106 & id == 29764 replace nameshort = "STENHOLM" if congress == 106 & id == 14664 replace nameshort = "JACKSON-LEE" if congress == 106 & id == 29573 replace nameshort = "COMBEST" if congress == 106 & id == 15093 replace nameshort = "GONZALEZ" if congress == 106 & id == 29943 replace nameshort = "SMITH, LAMA" if congress == 106 & id == 15445 replace nameshort = "DELAY" if congress == 106 & id == 15094 replace nameshort = "BONILLA" if congress == 106 & id == 39302 replace nameshort = "FROST" if congress == 106 & id == 14626 replace nameshort = "BENTSEN" if congress == 106 & id == 29574 replace nameshort = "ARMEY" if congress == 106 & id == 15125 replace nameshort = "ORTIZ" if congress == 106 & id == 15049 replace nameshort = "RODRIGUEZ" if congress == 106 & id == 29771 replace nameshort = "GREEN, GENE" if congress == 106 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 106 & id == 39305 replace nameshort = "HANSEN" if congress == 106 & id == 14829 replace nameshort = "COOK" if congress == 106 & id == 29765 replace nameshort = "CANNON" if congress == 106 & id == 29766 replace nameshort = "SANDERS" if congress == 106 & id == 29147 replace nameshort = "BATEMAN" if congress == 106 & id == 15003 replace nameshort = "PICKETT" if congress == 106 & id == 15437 replace nameshort = "SCOTT" if congress == 106 & id == 39307 replace nameshort = "SISISKY" if congress == 106 & id == 15060 replace nameshort = "GOODE" if congress == 106 & id == 29767 replace nameshort = "GOODE" if congress == 106 & id == 99767 replace nameshort = "GOODLATTE" if congress == 106 & id == 39308 replace nameshort = "BLILEY" if congress == 106 & id == 14802 replace nameshort = "MORAN" if congress == 106 & id == 29149 replace nameshort = "BOUCHER" if congress == 106 & id == 15010 replace nameshort = "WOLF" if congress == 106 & id == 14869 replace nameshort = "DAVIS" if congress == 106 & id == 29576 replace nameshort = "INSLEE JAY" if congress == 106 & id == 29937 replace nameshort = "METCALF" if congress == 106 & id == 29578 replace nameshort = "BAIRD BRIA" if congress == 106 & id == 29938 replace nameshort = "HASTINGS" if congress == 106 & id == 29580 replace nameshort = "NETHERCUTT" if congress == 106 & id == 29581 replace nameshort = "DICKS" if congress == 106 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 106 & id == 15613 replace nameshort = "DUNN" if congress == 106 & id == 39312 replace nameshort = "SMITH, ADAM" if congress == 106 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 106 & id == 15083 replace nameshort = "WISE" if congress == 106 & id == 15077 replace nameshort = "RAHALL" if congress == 106 & id == 14448 replace nameshort = "RYAN PAUL" if congress == 106 & id == 29939 replace nameshort = "BALDWIN TA" if congress == 106 & id == 29940 replace nameshort = "KIND" if congress == 106 & id == 29769 replace nameshort = "KLECZKA" if congress == 106 & id == 15082 replace nameshort = "BARRETT, TH" if congress == 106 & id == 39315 replace nameshort = "PETRI" if congress == 106 & id == 14675 replace nameshort = "OBEY" if congress == 106 & id == 12036 replace nameshort = "GREEN MARK" if congress == 106 & id == 29941 replace nameshort = "SENSENBRENN" if congress == 106 & id == 14657 replace nameshort = "CUBIN" if congress == 106 & id == 29584 replace nameshort = "BUSH" if congress == 107 & id == 99910 replace nameshort = "CALLAHAN" if congress == 107 & id == 15090 replace nameshort = "EVERETT" if congress == 107 & id == 29300 replace nameshort = "RILEY" if congress == 107 & id == 29700 replace nameshort = "ADERHOLT" if congress == 107 & id == 29701 replace nameshort = "CRAMER" if congress == 107 & id == 29100 replace nameshort = "BACHUS" if congress == 107 & id == 29301 replace nameshort = "HILLIARD" if congress == 107 & id == 29302 replace nameshort = "YOUNG, DON" if congress == 107 & id == 14066 replace nameshort = "FLAKE" if congress == 107 & id == 20100 replace nameshort = "PASTOR" if congress == 107 & id == 29101 replace nameshort = "STUMP" if congress == 107 & id == 14454 replace nameshort = "SHADEGG" if congress == 107 & id == 29501 replace nameshort = "KOLBE" if congress == 107 & id == 15105 replace nameshort = "HAYWORTH" if congress == 107 & id == 29502 replace nameshort = "BERRY" if congress == 107 & id == 29702 replace nameshort = "SNYDER" if congress == 107 & id == 29703 replace nameshort = "HUTCHINSON" if congress == 107 & id == 29704 replace nameshort = "BOOZMAN" if congress == 107 & id == 20101 replace nameshort = "ROSS" if congress == 107 & id == 20102 replace nameshort = "THOMPSON M" if congress == 107 & id == 29901 replace nameshort = "HERGER" if congress == 107 & id == 15420 replace nameshort = "OSE DOUG" if congress == 107 & id == 29902 replace nameshort = "DOOLITTLE" if congress == 107 & id == 29104 replace nameshort = "MATSUI" if congress == 107 & id == 14649 replace nameshort = "WOOLSEY" if congress == 107 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 107 & id == 14256 replace nameshort = "PELOSI" if congress == 107 & id == 15448 replace nameshort = "LEE" if congress == 107 & id == 29778 replace nameshort = "TAUSCHER" if congress == 107 & id == 29705 replace nameshort = "POMBO" if congress == 107 & id == 29311 replace nameshort = "LANTOS" if congress == 107 & id == 14837 replace nameshort = "STARK" if congress == 107 & id == 14053 replace nameshort = "ESHOO" if congress == 107 & id == 29312 replace nameshort = "HONDA" if congress == 107 & id == 20103 replace nameshort = "LOFGREN" if congress == 107 & id == 29504 replace nameshort = "FARR" if congress == 107 & id == 29313 replace nameshort = "CONDIT" if congress == 107 & id == 15635 replace nameshort = "RADANOVICH" if congress == 107 & id == 29505 replace nameshort = "DOOLEY" if congress == 107 & id == 29105 replace nameshort = "THOMAS, WIL" if congress == 107 & id == 14669 replace nameshort = "CAPPS, LOIS" if congress == 107 & id == 29774 replace nameshort = "GALLEGLY" if congress == 107 & id == 15413 replace nameshort = "SHERMAN" if congress == 107 & id == 29707 replace nameshort = "MCKEON" if congress == 107 & id == 29315 replace nameshort = "BERMAN" if congress == 107 & id == 15005 replace nameshort = "SCHIFF" if congress == 107 & id == 20104 replace nameshort = "DREIER, DAV" if congress == 107 & id == 14813 replace nameshort = "WAXMAN" if congress == 107 & id == 14280 replace nameshort = "BECERRA" if congress == 107 & id == 29316 replace nameshort = "SOLIS" if congress == 107 & id == 20105 replace nameshort = "DIXON, JULI" if congress == 107 & id == 14620 replace nameshort = "WATSON" if congress == 107 & id == 20106 replace nameshort = "ROYBAL-ALLA" if congress == 107 & id == 29317 replace nameshort = "NAPOLITANO" if congress == 107 & id == 29903 replace nameshort = "WATERS" if congress == 107 & id == 29106 replace nameshort = "HARMAN" if congress == 107 & id == 29318 replace nameshort = "MILLENDER-M" if congress == 107 & id == 29586 replace nameshort = "HORN" if congress == 107 & id == 29320 replace nameshort = "ROYCE" if congress == 107 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 107 & id == 14644 replace nameshort = "MILLER GAR" if congress == 107 & id == 29905 replace nameshort = "BACA JOE" if congress == 107 & id == 29942 replace nameshort = "CALVERT" if congress == 107 & id == 29323 replace nameshort = "BONO, MARY" if congress == 107 & id == 29775 replace nameshort = "ROHRABACHER" if congress == 107 & id == 15621 replace nameshort = "SANCHEZ" if congress == 107 & id == 29709 replace nameshort = "COX, CHRIST" if congress == 107 & id == 15601 replace nameshort = "ISSA" if congress == 107 & id == 20107 replace nameshort = "DAVIS" if congress == 107 & id == 20108 replace nameshort = "FILNER" if congress == 107 & id == 29325 replace nameshort = "CUNNINGHAM" if congress == 107 & id == 29107 replace nameshort = "HUNTER" if congress == 107 & id == 14835 replace nameshort = "DEGETTE" if congress == 107 & id == 29710 replace nameshort = "UDALL MARK" if congress == 107 & id == 29906 replace nameshort = "MCINNIS" if congress == 107 & id == 29326 replace nameshort = "SCHAFFER, B" if congress == 107 & id == 29711 replace nameshort = "HEFLEY" if congress == 107 & id == 15419 replace nameshort = "TANCREDO T" if congress == 107 & id == 29907 replace nameshort = "LARSON JOH" if congress == 107 & id == 29908 replace nameshort = "SIMMONS" if congress == 107 & id == 20109 replace nameshort = "DELAURO" if congress == 107 & id == 29109 replace nameshort = "SHAYS" if congress == 107 & id == 15449 replace nameshort = "MALONEY" if congress == 107 & id == 29712 replace nameshort = "JOHNSON, NA" if congress == 107 & id == 15028 replace nameshort = "CASTLE" if congress == 107 & id == 29327 replace nameshort = "SCARBOROUGH" if congress == 107 & id == 39508 replace nameshort = "MILLER" if congress == 107 & id == 20110 replace nameshort = "BOYD" if congress == 107 & id == 29713 replace nameshort = "BROWN, CORR" if congress == 107 & id == 29328 replace nameshort = "CRENSHAW" if congress == 107 & id == 20111 replace nameshort = "THURMAN" if congress == 107 & id == 29330 replace nameshort = "STEARNS" if congress == 107 & id == 15627 replace nameshort = "MICA" if congress == 107 & id == 29331 replace nameshort = "KELLER" if congress == 107 & id == 20112 replace nameshort = "BILIRAKIS" if congress == 107 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 107 & id == 13047 replace nameshort = "DAVIS" if congress == 107 & id == 29714 replace nameshort = "PUTNAM" if congress == 107 & id == 20113 replace nameshort = "MILLER" if congress == 107 & id == 29333 replace nameshort = "GOSS" if congress == 107 & id == 15605 replace nameshort = "WELDON" if congress == 107 & id == 29509 replace nameshort = "FOLEY" if congress == 107 & id == 29510 replace nameshort = "MEEK" if congress == 107 & id == 29334 replace nameshort = "ROS-LEHTINE" if congress == 107 & id == 15634 replace nameshort = "WEXLER" if congress == 107 & id == 29715 replace nameshort = "DEUTSCH" if congress == 107 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 107 & id == 29336 replace nameshort = "SHAW" if congress == 107 & id == 14860 replace nameshort = "HASTINGS" if congress == 107 & id == 29337 replace nameshort = "KINGSTON" if congress == 107 & id == 29338 replace nameshort = "BISHOP" if congress == 107 & id == 29339 replace nameshort = "COLLINS" if congress == 107 & id == 29340 replace nameshort = "MCKINNEY" if congress == 107 & id == 29344 replace nameshort = "LEWIS, JOHN" if congress == 107 & id == 15431 replace nameshort = "ISAKSON JO" if congress == 107 & id == 29909 replace nameshort = "BARR" if congress == 107 & id == 29511 replace nameshort = "CHAMBLISS" if congress == 107 & id == 29512 replace nameshort = "DEAL" if congress == 107 & id == 99342 replace nameshort = "NORWOOD" if congress == 107 & id == 29513 replace nameshort = "LINDER" if congress == 107 & id == 29341 replace nameshort = "ABERCROMBIE" if congress == 107 & id == 15245 replace nameshort = "MINK" if congress == 107 & id == 10757 replace nameshort = "OTTER" if congress == 107 & id == 20114 replace nameshort = "SIMPSON MI" if congress == 107 & id == 29910 replace nameshort = "RUSH" if congress == 107 & id == 29346 replace nameshort = "JACKSON" if congress == 107 & id == 29585 replace nameshort = "LIPINSKI" if congress == 107 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 107 & id == 29348 replace nameshort = "BLAGOJEVICH" if congress == 107 & id == 29716 replace nameshort = "HYDE" if congress == 107 & id == 14239 replace nameshort = "DAVIS" if congress == 107 & id == 29717 replace nameshort = "CRANE" if congress == 107 & id == 12041 replace nameshort = "SCHAKOWSKY" if congress == 107 & id == 29911 replace nameshort = "KIRK" if congress == 107 & id == 20115 replace nameshort = "WELLER" if congress == 107 & id == 29516 replace nameshort = "COSTELLO" if congress == 107 & id == 15453 replace nameshort = "BIGGERT JU" if congress == 107 & id == 29912 replace nameshort = "HASTERT" if congress == 107 & id == 15417 replace nameshort = "JOHNSON" if congress == 107 & id == 20116 replace nameshort = "MANZULLO" if congress == 107 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 107 & id == 15023 replace nameshort = "LAHOOD" if congress == 107 & id == 29517 replace nameshort = "PHELPS DAV" if congress == 107 & id == 29913 replace nameshort = "SHIMKUS" if congress == 107 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 107 & id == 15124 replace nameshort = "PENCE" if congress == 107 & id == 20117 replace nameshort = "ROEMER" if congress == 107 & id == 29117 replace nameshort = "SOUDER" if congress == 107 & id == 29519 replace nameshort = "BUYER" if congress == 107 & id == 29350 replace nameshort = "BURTON" if congress == 107 & id == 15014 replace nameshort = "KERNS" if congress == 107 & id == 20118 replace nameshort = "HOSTETTLER" if congress == 107 & id == 29520 replace nameshort = "HILL BARON" if congress == 107 & id == 29914 replace nameshort = "CARSON" if congress == 107 & id == 29720 replace nameshort = "LEACH, JAME" if congress == 107 & id == 14432 replace nameshort = "NUSSLE" if congress == 107 & id == 29118 replace nameshort = "BOSWELL" if congress == 107 & id == 29721 replace nameshort = "GANSKE" if congress == 107 & id == 29521 replace nameshort = "LATHAM" if congress == 107 & id == 29522 replace nameshort = "MORAN" if congress == 107 & id == 29722 replace nameshort = "RYUN" if congress == 107 & id == 29723 replace nameshort = "MOORE DENN" if congress == 107 & id == 29915 replace nameshort = "TIAHRT" if congress == 107 & id == 29524 replace nameshort = "WHITFIELD" if congress == 107 & id == 29525 replace nameshort = "LEWIS" if congress == 107 & id == 29352 replace nameshort = "NORTHUP" if congress == 107 & id == 29725 replace nameshort = "LUCAS KEN" if congress == 107 & id == 29916 replace nameshort = "ROGERS" if congress == 107 & id == 14854 replace nameshort = "FLETCHER E" if congress == 107 & id == 29917 replace nameshort = "VITTER DAV" if congress == 107 & id == 29918 replace nameshort = "JEFFERSON" if congress == 107 & id == 29120 replace nameshort = "TAUZIN" if congress == 107 & id == 94679 replace nameshort = "MCCRERY" if congress == 107 & id == 15451 replace nameshort = "COOKSEY" if congress == 107 & id == 29726 replace nameshort = "BAKER" if congress == 107 & id == 15401 replace nameshort = "JOHN" if congress == 107 & id == 29727 replace nameshort = "ALLEN" if congress == 107 & id == 29728 replace nameshort = "BALDACCI" if congress == 107 & id == 29528 replace nameshort = "GILCHREST" if congress == 107 & id == 29122 replace nameshort = "EHRLICH" if congress == 107 & id == 29529 replace nameshort = "CARDIN" if congress == 107 & id == 15408 replace nameshort = "WYNN" if congress == 107 & id == 29355 replace nameshort = "HOYER" if congress == 107 & id == 14873 replace nameshort = "BARTLETT" if congress == 107 & id == 29356 replace nameshort = "CUMMINGS" if congress == 107 & id == 29587 replace nameshort = "MORELLA" if congress == 107 & id == 15434 replace nameshort = "OLVER" if congress == 107 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 107 & id == 15616 replace nameshort = "MCGOVERN" if congress == 107 & id == 29729 replace nameshort = "FRANK, BARN" if congress == 107 & id == 14824 replace nameshort = "MEEHAN" if congress == 107 & id == 29358 replace nameshort = "TIERNEY" if congress == 107 & id == 29730 replace nameshort = "MARKEY" if congress == 107 & id == 14435 replace nameshort = "CAPUANO MI" if congress == 107 & id == 29919 replace nameshort = "MOAKLEY" if congress == 107 & id == 14039 replace nameshort = "LYNCH" if congress == 107 & id == 20119 replace nameshort = "DELAHUNT" if congress == 107 & id == 29731 replace nameshort = "STUPAK" if congress == 107 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 107 & id == 29361 replace nameshort = "EHLERS" if congress == 107 & id == 29362 replace nameshort = "CAMP" if congress == 107 & id == 29124 replace nameshort = "BARCIA" if congress == 107 & id == 29363 replace nameshort = "UPTON" if congress == 107 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 107 & id == 29364 replace nameshort = "ROGERS" if congress == 107 & id == 20120 replace nameshort = "KILDEE" if congress == 107 & id == 14430 replace nameshort = "BONIOR" if congress == 107 & id == 14407 replace nameshort = "KNOLLENBERG" if congress == 107 & id == 29365 replace nameshort = "LEVIN, SAND" if congress == 107 & id == 15033 replace nameshort = "RIVERS" if congress == 107 & id == 29531 replace nameshort = "CONYERS" if congress == 107 & id == 10713 replace nameshort = "KILPATRICK" if congress == 107 & id == 29733 replace nameshort = "DINGELL" if congress == 107 & id == 2605 replace nameshort = "GUTKNECHT" if congress == 107 & id == 29532 replace nameshort = "KENNEDY" if congress == 107 & id == 20121 replace nameshort = "RAMSTAD" if congress == 107 & id == 29126 replace nameshort = "MCCOLLUM" if congress == 107 & id == 20122 replace nameshort = "SABO" if congress == 107 & id == 14656 replace nameshort = "LUTHER" if congress == 107 & id == 29533 replace nameshort = "PETERSON, C" if congress == 107 & id == 29127 replace nameshort = "OBERSTAR" if congress == 107 & id == 14265 replace nameshort = "WICKER" if congress == 107 & id == 29534 replace nameshort = "THOMPSON" if congress == 107 & id == 29368 replace nameshort = "PICKERING" if congress == 107 & id == 29734 replace nameshort = "SHOWS RONN" if congress == 107 & id == 29920 replace nameshort = "TAYLOR, GEN" if congress == 107 & id == 15637 replace nameshort = "CLAY" if congress == 107 & id == 20147 replace nameshort = "AKIN" if congress == 107 & id == 20123 replace nameshort = "GEPHARDT" if congress == 107 & id == 14421 replace nameshort = "SKELTON" if congress == 107 & id == 14451 replace nameshort = "MCCARTHY" if congress == 107 & id == 29535 replace nameshort = "GRAVES" if congress == 107 & id == 20124 replace nameshort = "BLUNT" if congress == 107 & id == 29735 replace nameshort = "EMERSON" if congress == 107 & id == 29736 replace nameshort = "HULSHOF" if congress == 107 & id == 29737 replace nameshort = "REHBERG" if congress == 107 & id == 20125 replace nameshort = "BEREUTER" if congress == 107 & id == 14605 replace nameshort = "TERRY LEE" if congress == 107 & id == 29921 replace nameshort = "OSBORNE" if congress == 107 & id == 20126 replace nameshort = "BERKLEY SH" if congress == 107 & id == 29922 replace nameshort = "GIBBONS" if congress == 107 & id == 29739 replace nameshort = "SUNUNU" if congress == 107 & id == 29740 replace nameshort = "BASS" if congress == 107 & id == 29538 replace nameshort = "ANDREWS, RO" if congress == 107 & id == 29132 replace nameshort = "LOBIONDO" if congress == 107 & id == 29539 replace nameshort = "SAXTON" if congress == 107 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 107 & id == 14863 replace nameshort = "ROUKEMA" if congress == 107 & id == 14855 replace nameshort = "PALLONE" if congress == 107 & id == 15454 replace nameshort = "FERGUSON" if congress == 107 & id == 20127 replace nameshort = "PASCRELL" if congress == 107 & id == 29741 replace nameshort = "ROTHMAN" if congress == 107 & id == 29742 replace nameshort = "PAYNE, DONA" if congress == 107 & id == 15619 replace nameshort = "FRELINGHUYS" if congress == 107 & id == 29541 replace nameshort = "HOLT RUSH" if congress == 107 & id == 29923 replace nameshort = "MENENDEZ" if congress == 107 & id == 29373 replace nameshort = "WILSON" if congress == 107 & id == 29779 replace nameshort = "SKEEN" if congress == 107 & id == 14861 replace nameshort = "UDALL TOM" if congress == 107 & id == 29924 replace nameshort = "GRUCCI" if congress == 107 & id == 20128 replace nameshort = "ISRAEL" if congress == 107 & id == 20129 replace nameshort = "KING" if congress == 107 & id == 29375 replace nameshort = "MCCARTHY" if congress == 107 & id == 29744 replace nameshort = "ACKERMAN" if congress == 107 & id == 15000 replace nameshort = "MEEKS, GREG" if congress == 107 & id == 29776 replace nameshort = "CROWLEY JO" if congress == 107 & id == 29925 replace nameshort = "NADLER" if congress == 107 & id == 29377 replace nameshort = "WEINER ANT" if congress == 107 & id == 29926 replace nameshort = "TOWNS" if congress == 107 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 107 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 107 & id == 29378 replace nameshort = "FOSSELLA" if congress == 107 & id == 29773 replace nameshort = "MALONEY" if congress == 107 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 107 & id == 13035 replace nameshort = "SERRANO" if congress == 107 & id == 29134 replace nameshort = "ENGEL" if congress == 107 & id == 15603 replace nameshort = "LOWEY" if congress == 107 & id == 15612 replace nameshort = "KELLY" if congress == 107 & id == 29544 replace nameshort = "GILMAN" if congress == 107 & id == 14015 replace nameshort = "MCNULTY" if congress == 107 & id == 15614 replace nameshort = "SWEENEY JO" if congress == 107 & id == 29927 replace nameshort = "BOEHLERT" if congress == 107 & id == 15007 replace nameshort = "MCHUGH, JOH" if congress == 107 & id == 39316 replace nameshort = "WALSH" if congress == 107 & id == 15630 replace nameshort = "HINCHEY" if congress == 107 & id == 29380 replace nameshort = "REYNOLDS T" if congress == 107 & id == 29928 replace nameshort = "SLAUGHTER," if congress == 107 & id == 15444 replace nameshort = "LAFALCE" if congress == 107 & id == 14248 replace nameshort = "QUINN" if congress == 107 & id == 29381 replace nameshort = "HOUGHTON" if congress == 107 & id == 15423 replace nameshort = "CLAYTON" if congress == 107 & id == 29382 replace nameshort = "ETHERIDGE" if congress == 107 & id == 29745 replace nameshort = "JONES" if congress == 107 & id == 29546 replace nameshort = "PRICE, DAVI" if congress == 107 & id == 15438 replace nameshort = "BURR" if congress == 107 & id == 29548 replace nameshort = "COBLE" if congress == 107 & id == 15092 replace nameshort = "MCINTYRE" if congress == 107 & id == 29746 replace nameshort = "HAYES ROBI" if congress == 107 & id == 29929 replace nameshort = "MYRICK" if congress == 107 & id == 29549 replace nameshort = "BALLENGER" if congress == 107 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 107 & id == 29135 replace nameshort = "WATT" if congress == 107 & id == 29383 replace nameshort = "POMEROY" if congress == 107 & id == 29384 replace nameshort = "CHABOT" if congress == 107 & id == 29550 replace nameshort = "PORTMAN" if congress == 107 & id == 29386 replace nameshort = "HALL, TONY" if congress == 107 & id == 14632 replace nameshort = "OXLEY" if congress == 107 & id == 14875 replace nameshort = "GILLMOR" if congress == 107 & id == 15604 replace nameshort = "STRICKLAND" if congress == 107 & id == 29747 replace nameshort = "HOBSON" if congress == 107 & id == 29136 replace nameshort = "BOEHNER" if congress == 107 & id == 29137 replace nameshort = "KAPTUR" if congress == 107 & id == 15029 replace nameshort = "KUCINICH" if congress == 107 & id == 29748 replace nameshort = "JONES STEP" if congress == 107 & id == 29930 replace nameshort = "TIBERI" if congress == 107 & id == 20130 replace nameshort = "BROWN, SHER" if congress == 107 & id == 29389 replace nameshort = "SAWYER" if congress == 107 & id == 15442 replace nameshort = "PRYCE" if congress == 107 & id == 29390 replace nameshort = "REGULA" if congress == 107 & id == 14045 replace nameshort = "TRAFICANT" if congress == 107 & id == 15121 replace nameshort = "NEY" if congress == 107 & id == 29552 replace nameshort = "LATOURETTE" if congress == 107 & id == 29553 replace nameshort = "LARGENT" if congress == 107 & id == 29554 replace nameshort = "SULLIVAN" if congress == 107 & id == 20131 replace nameshort = "CARSON" if congress == 107 & id == 20132 replace nameshort = "WATKINS" if congress == 107 & id == 29749 replace nameshort = "WATTS" if congress == 107 & id == 29556 replace nameshort = "ISTOOK" if congress == 107 & id == 29392 replace nameshort = "LUCAS" if congress == 107 & id == 29393 replace nameshort = "WU DAVID" if congress == 107 & id == 29931 replace nameshort = "WALDEN GRE" if congress == 107 & id == 29932 replace nameshort = "BLUMENAUER" if congress == 107 & id == 29588 replace nameshort = "DEFAZIO" if congress == 107 & id == 15410 replace nameshort = "HOOLEY" if congress == 107 & id == 29750 replace nameshort = "BRADY, ROBE" if congress == 107 & id == 29777 replace nameshort = "FATTAH" if congress == 107 & id == 29559 replace nameshort = "BORSKI" if congress == 107 & id == 15008 replace nameshort = "HART" if congress == 107 & id == 20133 replace nameshort = "PETERSON" if congress == 107 & id == 29751 replace nameshort = "HOLDEN" if congress == 107 & id == 29396 replace nameshort = "WELDON" if congress == 107 & id == 15447 replace nameshort = "GREENWOOD" if congress == 107 & id == 29397 replace nameshort = "SHUSTER" if congress == 107 & id == 14052 replace nameshort = "SHUSTER" if congress == 107 & id == 20134 replace nameshort = "SHERWOOD D" if congress == 107 & id == 29933 replace nameshort = "KANJORSKI" if congress == 107 & id == 15104 replace nameshort = "MURTHA" if congress == 107 & id == 14072 replace nameshort = "HOEFFEL JO" if congress == 107 & id == 29934 replace nameshort = "COYNE, WILL" if congress == 107 & id == 14808 replace nameshort = "TOOMEY PAT" if congress == 107 & id == 29935 replace nameshort = "PITTS" if congress == 107 & id == 29752 replace nameshort = "GEKAS" if congress == 107 & id == 15026 replace nameshort = "DOYLE" if congress == 107 & id == 29561 replace nameshort = "PLATTS" if congress == 107 & id == 20135 replace nameshort = "MASCARA" if congress == 107 & id == 29562 replace nameshort = "ENGLISH" if congress == 107 & id == 29563 replace nameshort = "KENNEDY" if congress == 107 & id == 29564 replace nameshort = "LANGEVIN" if congress == 107 & id == 20136 replace nameshort = "BROWN" if congress == 107 & id == 20137 replace nameshort = "SPENCE" if congress == 107 & id == 13042 replace nameshort = "WILSON" if congress == 107 & id == 20138 replace nameshort = "GRAHAM" if congress == 107 & id == 29566 replace nameshort = "DEMINT JIM" if congress == 107 & id == 29936 replace nameshort = "SPRATT" if congress == 107 & id == 15064 replace nameshort = "CLYBURN" if congress == 107 & id == 39301 replace nameshort = "THUNE" if congress == 107 & id == 29754 replace nameshort = "JENKINS" if congress == 107 & id == 29755 replace nameshort = "DUNCAN, JR." if congress == 107 & id == 15455 replace nameshort = "WAMP" if congress == 107 & id == 29567 replace nameshort = "HILLEARY" if congress == 107 & id == 29568 replace nameshort = "CLEMENT" if congress == 107 & id == 15450 replace nameshort = "GORDON" if congress == 107 & id == 15100 replace nameshort = "BRYANT" if congress == 107 & id == 29569 replace nameshort = "TANNER" if congress == 107 & id == 15628 replace nameshort = "FORD" if congress == 107 & id == 29756 replace nameshort = "SANDLIN" if congress == 107 & id == 29757 replace nameshort = "TURNER" if congress == 107 & id == 29758 replace nameshort = "JOHNSON, SA" if congress == 107 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 107 & id == 14828 replace nameshort = "SESSIONS" if congress == 107 & id == 29759 replace nameshort = "BARTON" if congress == 107 & id == 15085 replace nameshort = "CULBERSON" if congress == 107 & id == 20139 replace nameshort = "BRADY" if congress == 107 & id == 29760 replace nameshort = "LAMPSON" if congress == 107 & id == 29761 replace nameshort = "DOGGETT" if congress == 107 & id == 29571 replace nameshort = "EDWARDS, CH" if congress == 107 & id == 29144 replace nameshort = "GRANGER" if congress == 107 & id == 29762 replace nameshort = "THORNBERRY" if congress == 107 & id == 29572 replace nameshort = "PAUL" if congress == 107 & id == 14290 replace nameshort = "HINOJOSA" if congress == 107 & id == 29763 replace nameshort = "REYES" if congress == 107 & id == 29764 replace nameshort = "STENHOLM" if congress == 107 & id == 14664 replace nameshort = "JACKSON-LEE" if congress == 107 & id == 29573 replace nameshort = "COMBEST" if congress == 107 & id == 15093 replace nameshort = "GONZALEZ" if congress == 107 & id == 29943 replace nameshort = "SMITH, LAMA" if congress == 107 & id == 15445 replace nameshort = "DELAY" if congress == 107 & id == 15094 replace nameshort = "BONILLA" if congress == 107 & id == 39302 replace nameshort = "FROST" if congress == 107 & id == 14626 replace nameshort = "BENTSEN" if congress == 107 & id == 29574 replace nameshort = "ARMEY" if congress == 107 & id == 15125 replace nameshort = "ORTIZ" if congress == 107 & id == 15049 replace nameshort = "RODRIGUEZ" if congress == 107 & id == 29771 replace nameshort = "GREEN, GENE" if congress == 107 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 107 & id == 39305 replace nameshort = "HANSEN" if congress == 107 & id == 14829 replace nameshort = "MATHESON" if congress == 107 & id == 20140 replace nameshort = "CANNON" if congress == 107 & id == 29766 replace nameshort = "SANDERS" if congress == 107 & id == 29147 replace nameshort = "DAVIS" if congress == 107 & id == 20141 replace nameshort = "SCHROCK" if congress == 107 & id == 20142 replace nameshort = "SCOTT" if congress == 107 & id == 39307 replace nameshort = "SISISKY" if congress == 107 & id == 15060 replace nameshort = "FORBES" if congress == 107 & id == 20143 replace nameshort = "GOODE" if congress == 107 & id == 99767 replace nameshort = "GOODE" if congress == 107 & id == 89767 replace nameshort = "GOODLATTE" if congress == 107 & id == 39308 replace nameshort = "CANTOR" if congress == 107 & id == 20144 replace nameshort = "MORAN" if congress == 107 & id == 29149 replace nameshort = "BOUCHER" if congress == 107 & id == 15010 replace nameshort = "WOLF" if congress == 107 & id == 14869 replace nameshort = "DAVIS" if congress == 107 & id == 29576 replace nameshort = "INSLEE JAY" if congress == 107 & id == 29937 replace nameshort = "LARSEN" if congress == 107 & id == 20145 replace nameshort = "BAIRD BRIA" if congress == 107 & id == 29938 replace nameshort = "HASTINGS" if congress == 107 & id == 29580 replace nameshort = "NETHERCUTT" if congress == 107 & id == 29581 replace nameshort = "DICKS" if congress == 107 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 107 & id == 15613 replace nameshort = "DUNN" if congress == 107 & id == 39312 replace nameshort = "SMITH, ADAM" if congress == 107 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 107 & id == 15083 replace nameshort = "CAPITO" if congress == 107 & id == 20146 replace nameshort = "RAHALL" if congress == 107 & id == 14448 replace nameshort = "RYAN PAUL" if congress == 107 & id == 29939 replace nameshort = "BALDWIN TA" if congress == 107 & id == 29940 replace nameshort = "KIND" if congress == 107 & id == 29769 replace nameshort = "KLECZKA" if congress == 107 & id == 15082 replace nameshort = "BARRETT, TH" if congress == 107 & id == 39315 replace nameshort = "PETRI" if congress == 107 & id == 14675 replace nameshort = "OBEY" if congress == 107 & id == 12036 replace nameshort = "GREEN MARK" if congress == 107 & id == 29941 replace nameshort = "SENSENBRENN" if congress == 107 & id == 14657 replace nameshort = "CUBIN" if congress == 107 & id == 29584 replace nameshort = "BUSH" if congress == 108 & id == 99910 replace nameshort = "BONNER" if congress == 108 & id == 20300 replace nameshort = "EVERETT" if congress == 108 & id == 29300 replace nameshort = "ROGERS" if congress == 108 & id == 20301 replace nameshort = "ADERHOLT" if congress == 108 & id == 29701 replace nameshort = "CRAMER" if congress == 108 & id == 29100 replace nameshort = "BACHUS" if congress == 108 & id == 29301 replace nameshort = "DAVIS" if congress == 108 & id == 20302 replace nameshort = "YOUNG" if congress == 108 & id == 14066 replace nameshort = "RENZI" if congress == 108 & id == 20303 replace nameshort = "FRANKS" if congress == 108 & id == 20304 replace nameshort = "SHADEGG" if congress == 108 & id == 29501 replace nameshort = "PASTOR" if congress == 108 & id == 29101 replace nameshort = "HAYWORTH" if congress == 108 & id == 29502 replace nameshort = "FLAKE" if congress == 108 & id == 20100 replace nameshort = "GRIJALVA" if congress == 108 & id == 20305 replace nameshort = "KOLBE" if congress == 108 & id == 15105 replace nameshort = "BERRY" if congress == 108 & id == 29702 replace nameshort = "SNYDER" if congress == 108 & id == 29703 replace nameshort = "BOOZMAN" if congress == 108 & id == 20101 replace nameshort = "ROSS" if congress == 108 & id == 20102 replace nameshort = "THOMPSON" if congress == 108 & id == 29901 replace nameshort = "HERGER" if congress == 108 & id == 15420 replace nameshort = "OSE" if congress == 108 & id == 29902 replace nameshort = "DOOLITTLE" if congress == 108 & id == 29104 replace nameshort = "MATSUI" if congress == 108 & id == 14649 replace nameshort = "WOOLSEY" if congress == 108 & id == 29309 replace nameshort = "MILLER, GEO" if congress == 108 & id == 14256 replace nameshort = "PELOSI" if congress == 108 & id == 15448 replace nameshort = "LEE" if congress == 108 & id == 29778 replace nameshort = "TAUSCHER" if congress == 108 & id == 29705 replace nameshort = "POMBO" if congress == 108 & id == 29311 replace nameshort = "LANTOS" if congress == 108 & id == 14837 replace nameshort = "STARK" if congress == 108 & id == 14053 replace nameshort = "ESHOO" if congress == 108 & id == 29312 replace nameshort = "HONDA" if congress == 108 & id == 20103 replace nameshort = "LOFGREN" if congress == 108 & id == 29504 replace nameshort = "FARR" if congress == 108 & id == 29313 replace nameshort = "CARDOZA" if congress == 108 & id == 20306 replace nameshort = "RADANOVICH" if congress == 108 & id == 29505 replace nameshort = "DOOLEY" if congress == 108 & id == 29105 replace nameshort = "NUNES" if congress == 108 & id == 20307 replace nameshort = "THOMAS" if congress == 108 & id == 14669 replace nameshort = "CAPPS" if congress == 108 & id == 29774 replace nameshort = "GALLEGLY" if congress == 108 & id == 15413 replace nameshort = "MCKEON" if congress == 108 & id == 29315 replace nameshort = "DREIER, DAV" if congress == 108 & id == 14813 replace nameshort = "SHERMAN" if congress == 108 & id == 29707 replace nameshort = "BERMAN" if congress == 108 & id == 15005 replace nameshort = "SCHIFF" if congress == 108 & id == 20104 replace nameshort = "WAXMAN" if congress == 108 & id == 14280 replace nameshort = "BECERRA" if congress == 108 & id == 29316 replace nameshort = "SOLIS" if congress == 108 & id == 20105 replace nameshort = "WATSON" if congress == 108 & id == 20106 replace nameshort = "ROYBAL-ALLA" if congress == 108 & id == 29317 replace nameshort = "WATERS" if congress == 108 & id == 29106 replace nameshort = "HARMAN" if congress == 108 & id == 29318 replace nameshort = "MILLENDER-M" if congress == 108 & id == 29586 replace nameshort = "NAPOLITANO" if congress == 108 & id == 29903 replace nameshort = "SANCHEZ" if congress == 108 & id == 20310 replace nameshort = "ROYCE" if congress == 108 & id == 29321 replace nameshort = "LEWIS, JERR" if congress == 108 & id == 14644 replace nameshort = "MILLER GAR" if congress == 108 & id == 29905 replace nameshort = "BACA JOE" if congress == 108 & id == 29942 replace nameshort = "CALVERT" if congress == 108 & id == 29323 replace nameshort = "BONO MACK" if congress == 108 & id == 29775 replace nameshort = "ROHRABACHER" if congress == 108 & id == 15621 replace nameshort = "SANCHEZ" if congress == 108 & id == 29709 replace nameshort = "COX, CHRIST" if congress == 108 & id == 15601 replace nameshort = "ISSA" if congress == 108 & id == 20107 replace nameshort = "CUNNINGHAM" if congress == 108 & id == 29107 replace nameshort = "FILNER" if congress == 108 & id == 29325 replace nameshort = "HUNTER" if congress == 108 & id == 14835 replace nameshort = "DAVIS" if congress == 108 & id == 20108 replace nameshort = "DEGETTE" if congress == 108 & id == 29710 replace nameshort = "UDALL MARK" if congress == 108 & id == 29906 replace nameshort = "MCINNIS" if congress == 108 & id == 29326 replace nameshort = "MUSGRAVE" if congress == 108 & id == 20311 replace nameshort = "HEFLEY" if congress == 108 & id == 15419 replace nameshort = "TANCREDO T" if congress == 108 & id == 29907 replace nameshort = "BEAUPREZ" if congress == 108 & id == 20312 replace nameshort = "LARSON JOH" if congress == 108 & id == 29908 replace nameshort = "SIMMONS" if congress == 108 & id == 20109 replace nameshort = "DELAURO" if congress == 108 & id == 29109 replace nameshort = "SHAYS" if congress == 108 & id == 15449 replace nameshort = "JOHNSON, NA" if congress == 108 & id == 15028 replace nameshort = "CASTLE" if congress == 108 & id == 29327 replace nameshort = "MILLER" if congress == 108 & id == 20110 replace nameshort = "BOYD" if congress == 108 & id == 29713 replace nameshort = "BROWN, CORR" if congress == 108 & id == 29328 replace nameshort = "CRENSHAW" if congress == 108 & id == 20111 replace nameshort = "BROWN-WAI" if congress == 108 & id == 20313 replace nameshort = "STEARNS" if congress == 108 & id == 15627 replace nameshort = "MICA" if congress == 108 & id == 29331 replace nameshort = "KELLER" if congress == 108 & id == 20112 replace nameshort = "BILIRAKIS" if congress == 108 & id == 15006 replace nameshort = "YOUNG, BILL" if congress == 108 & id == 13047 replace nameshort = "DAVIS" if congress == 108 & id == 29714 replace nameshort = "PUTNAM" if congress == 108 & id == 20113 replace nameshort = "HARRIS" if congress == 108 & id == 20314 replace nameshort = "GOSS" if congress == 108 & id == 15605 replace nameshort = "WELDON" if congress == 108 & id == 29509 replace nameshort = "FOLEY" if congress == 108 & id == 29510 replace nameshort = "MEEK" if congress == 108 & id == 20358 replace nameshort = "ROS-LEHTINE" if congress == 108 & id == 15634 replace nameshort = "WEXLER" if congress == 108 & id == 29715 replace nameshort = "DEUTSCH" if congress == 108 & id == 29335 replace nameshort = "DIAZ-BALART" if congress == 108 & id == 29336 replace nameshort = "SHAW" if congress == 108 & id == 14860 replace nameshort = "HASTINGS" if congress == 108 & id == 29337 replace nameshort = "FEENEY" if congress == 108 & id == 20315 replace nameshort = "DIAZ-BALA" if congress == 108 & id == 20316 replace nameshort = "KINGSTON" if congress == 108 & id == 29338 replace nameshort = "BISHOP" if congress == 108 & id == 29339 replace nameshort = "MARSHALL" if congress == 108 & id == 20317 replace nameshort = "MAJETTE" if congress == 108 & id == 20318 replace nameshort = "LEWIS, JOHN" if congress == 108 & id == 15431 replace nameshort = "ISAKSON JO" if congress == 108 & id == 29909 replace nameshort = "LINDER" if congress == 108 & id == 29341 replace nameshort = "COLLINS" if congress == 108 & id == 29340 replace nameshort = "NORWOOD" if congress == 108 & id == 29513 replace nameshort = "DEAL" if congress == 108 & id == 99342 replace nameshort = "GINGREY" if congress == 108 & id == 20319 replace nameshort = "BURNS" if congress == 108 & id == 20320 replace nameshort = "SCOTT" if congress == 108 & id == 20321 replace nameshort = "ABERCROMBIE" if congress == 108 & id == 15245 replace nameshort = "CASE" if congress == 108 & id == 20322 replace nameshort = "OTTER" if congress == 108 & id == 20114 replace nameshort = "SIMPSON MI" if congress == 108 & id == 29910 replace nameshort = "RUSH" if congress == 108 & id == 29346 replace nameshort = "JACKSON" if congress == 108 & id == 29585 replace nameshort = "LIPINSKI" if congress == 108 & id == 15036 replace nameshort = "GUTIERREZ" if congress == 108 & id == 29348 replace nameshort = "EMANUEL" if congress == 108 & id == 20323 replace nameshort = "HYDE" if congress == 108 & id == 14239 replace nameshort = "DAVIS" if congress == 108 & id == 29717 replace nameshort = "CRANE" if congress == 108 & id == 12041 replace nameshort = "SCHAKOWSKY" if congress == 108 & id == 29911 replace nameshort = "KIRK" if congress == 108 & id == 20115 replace nameshort = "WELLER" if congress == 108 & id == 29516 replace nameshort = "COSTELLO" if congress == 108 & id == 15453 replace nameshort = "BIGGERT JU" if congress == 108 & id == 29912 replace nameshort = "HASTERT" if congress == 108 & id == 15417 replace nameshort = "JOHNSON" if congress == 108 & id == 20116 replace nameshort = "MANZULLO" if congress == 108 & id == 29349 replace nameshort = "EVANS, LANE" if congress == 108 & id == 15023 replace nameshort = "LAHOOD" if congress == 108 & id == 29517 replace nameshort = "SHIMKUS" if congress == 108 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 108 & id == 15124 replace nameshort = "CHOCOLA" if congress == 108 & id == 20324 replace nameshort = "SOUDER" if congress == 108 & id == 29519 replace nameshort = "BUYER" if congress == 108 & id == 29350 replace nameshort = "BURTON" if congress == 108 & id == 15014 replace nameshort = "PENCE" if congress == 108 & id == 20117 replace nameshort = "CARSON" if congress == 108 & id == 29720 replace nameshort = "HOSTETTLER" if congress == 108 & id == 29520 replace nameshort = "HILL BARON" if congress == 108 & id == 29914 replace nameshort = "NUSSLE" if congress == 108 & id == 29118 replace nameshort = "LEACH, JAME" if congress == 108 & id == 14432 replace nameshort = "BOSWELL" if congress == 108 & id == 29721 replace nameshort = "LATHAM" if congress == 108 & id == 29522 replace nameshort = "KING" if congress == 108 & id == 20325 replace nameshort = "MORAN" if congress == 108 & id == 29722 replace nameshort = "RYUN" if congress == 108 & id == 29723 replace nameshort = "MOORE DENN" if congress == 108 & id == 29915 replace nameshort = "TIAHRT" if congress == 108 & id == 29524 replace nameshort = "WHITFIELD" if congress == 108 & id == 29525 replace nameshort = "LEWIS" if congress == 108 & id == 29352 replace nameshort = "NORTHUP" if congress == 108 & id == 29725 replace nameshort = "LUCAS KEN" if congress == 108 & id == 29916 replace nameshort = "ROGERS" if congress == 108 & id == 14854 replace nameshort = "FLETCHER E" if congress == 108 & id == 29917 replace nameshort = "CHANDLER" if congress == 108 & id == 20326 replace nameshort = "VITTER DAV" if congress == 108 & id == 29918 replace nameshort = "JEFFERSON" if congress == 108 & id == 29120 replace nameshort = "TAUZIN" if congress == 108 & id == 94679 replace nameshort = "MCCRERY" if congress == 108 & id == 15451 replace nameshort = "ALEXANDER" if congress == 108 & id == 20327 replace nameshort = "BAKER" if congress == 108 & id == 15401 replace nameshort = "JOHN" if congress == 108 & id == 29727 replace nameshort = "ALLEN" if congress == 108 & id == 29728 replace nameshort = "MICHAUD" if congress == 108 & id == 20328 replace nameshort = "GILCHREST" if congress == 108 & id == 29122 replace nameshort = "RUPPERSBE" if congress == 108 & id == 20329 replace nameshort = "CARDIN" if congress == 108 & id == 15408 replace nameshort = "WYNN" if congress == 108 & id == 29355 replace nameshort = "HOYER" if congress == 108 & id == 14873 replace nameshort = "BARTLETT" if congress == 108 & id == 29356 replace nameshort = "CUMMINGS" if congress == 108 & id == 29587 replace nameshort = "VAN HOLLE" if congress == 108 & id == 20330 replace nameshort = "OLVER" if congress == 108 & id == 29123 replace nameshort = "NEAL, RICHA" if congress == 108 & id == 15616 replace nameshort = "MCGOVERN" if congress == 108 & id == 29729 replace nameshort = "FRANK, BARN" if congress == 108 & id == 14824 replace nameshort = "MEEHAN" if congress == 108 & id == 29358 replace nameshort = "TIERNEY" if congress == 108 & id == 29730 replace nameshort = "MARKEY" if congress == 108 & id == 14435 replace nameshort = "CAPUANO MI" if congress == 108 & id == 29919 replace nameshort = "LYNCH" if congress == 108 & id == 20119 replace nameshort = "DELAHUNT" if congress == 108 & id == 29731 replace nameshort = "STUPAK" if congress == 108 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 108 & id == 29361 replace nameshort = "EHLERS" if congress == 108 & id == 29362 replace nameshort = "CAMP" if congress == 108 & id == 29124 replace nameshort = "KILDEE" if congress == 108 & id == 14430 replace nameshort = "UPTON" if congress == 108 & id == 15446 replace nameshort = "SMITH, NICK" if congress == 108 & id == 29364 replace nameshort = "ROGERS" if congress == 108 & id == 20120 replace nameshort = "KNOLLENBERG" if congress == 108 & id == 29365 replace nameshort = "MILLER" if congress == 108 & id == 20331 replace nameshort = "MCCOTTER" if congress == 108 & id == 20332 replace nameshort = "LEVIN, SAND" if congress == 108 & id == 15033 replace nameshort = "KILPATRICK" if congress == 108 & id == 29733 replace nameshort = "CONYERS" if congress == 108 & id == 10713 replace nameshort = "DINGELL" if congress == 108 & id == 2605 replace nameshort = "GUTKNECHT" if congress == 108 & id == 29532 replace nameshort = "KLINE" if congress == 108 & id == 20333 replace nameshort = "RAMSTAD" if congress == 108 & id == 29126 replace nameshort = "MCCOLLUM" if congress == 108 & id == 20122 replace nameshort = "SABO" if congress == 108 & id == 14656 replace nameshort = "KENNEDY" if congress == 108 & id == 20121 replace nameshort = "PETERSON, C" if congress == 108 & id == 29127 replace nameshort = "OBERSTAR" if congress == 108 & id == 14265 replace nameshort = "WICKER" if congress == 108 & id == 29534 replace nameshort = "THOMPSON" if congress == 108 & id == 29368 replace nameshort = "PICKERING" if congress == 108 & id == 29734 replace nameshort = "TAYLOR, GEN" if congress == 108 & id == 15637 replace nameshort = "CLAY" if congress == 108 & id == 20147 replace nameshort = "AKIN" if congress == 108 & id == 20123 replace nameshort = "GEPHARDT" if congress == 108 & id == 14421 replace nameshort = "SKELTON" if congress == 108 & id == 14451 replace nameshort = "MCCARTHY" if congress == 108 & id == 29535 replace nameshort = "GRAVES" if congress == 108 & id == 20124 replace nameshort = "BLUNT" if congress == 108 & id == 29735 replace nameshort = "EMERSON" if congress == 108 & id == 29736 replace nameshort = "HULSHOF" if congress == 108 & id == 29737 replace nameshort = "REHBERG" if congress == 108 & id == 20125 replace nameshort = "BEREUTER" if congress == 108 & id == 14605 replace nameshort = "TERRY LEE" if congress == 108 & id == 29921 replace nameshort = "OSBORNE" if congress == 108 & id == 20126 replace nameshort = "BERKLEY SH" if congress == 108 & id == 29922 replace nameshort = "GIBBONS" if congress == 108 & id == 29739 replace nameshort = "PORTER" if congress == 108 & id == 20334 replace nameshort = "BRADLEY" if congress == 108 & id == 20335 replace nameshort = "BASS" if congress == 108 & id == 29538 replace nameshort = "ANDREWS, RO" if congress == 108 & id == 29132 replace nameshort = "LOBIONDO" if congress == 108 & id == 29539 replace nameshort = "SAXTON" if congress == 108 & id == 15112 replace nameshort = "SMITH, CHRI" if congress == 108 & id == 14863 replace nameshort = "GARRETT" if congress == 108 & id == 20336 replace nameshort = "PALLONE" if congress == 108 & id == 15454 replace nameshort = "FERGUSON" if congress == 108 & id == 20127 replace nameshort = "PASCRELL" if congress == 108 & id == 29741 replace nameshort = "ROTHMAN" if congress == 108 & id == 29742 replace nameshort = "PAYNE, DONA" if congress == 108 & id == 15619 replace nameshort = "FRELINGHUYS" if congress == 108 & id == 29541 replace nameshort = "HOLT RUSH" if congress == 108 & id == 29923 replace nameshort = "MENENDEZ" if congress == 108 & id == 29373 replace nameshort = "WILSON" if congress == 108 & id == 29779 replace nameshort = "PEARCE" if congress == 108 & id == 20337 replace nameshort = "UDALL TOM" if congress == 108 & id == 29924 replace nameshort = "BISHOP" if congress == 108 & id == 20338 replace nameshort = "ISRAEL" if congress == 108 & id == 20129 replace nameshort = "KING" if congress == 108 & id == 29375 replace nameshort = "MCCARTHY" if congress == 108 & id == 29744 replace nameshort = "ACKERMAN" if congress == 108 & id == 15000 replace nameshort = "MEEKS, GREG" if congress == 108 & id == 29776 replace nameshort = "CROWLEY JO" if congress == 108 & id == 29925 replace nameshort = "NADLER" if congress == 108 & id == 29377 replace nameshort = "WEINER ANT" if congress == 108 & id == 29926 replace nameshort = "TOWNS" if congress == 108 & id == 15072 replace nameshort = "OWENS, MAJO" if congress == 108 & id == 15050 replace nameshort = "VELAZQUEZ" if congress == 108 & id == 29378 replace nameshort = "FOSSELLA" if congress == 108 & id == 29773 replace nameshort = "MALONEY" if congress == 108 & id == 29379 replace nameshort = "RANGEL, CHA" if congress == 108 & id == 13035 replace nameshort = "SERRANO" if congress == 108 & id == 29134 replace nameshort = "ENGEL" if congress == 108 & id == 15603 replace nameshort = "LOWEY" if congress == 108 & id == 15612 replace nameshort = "KELLY" if congress == 108 & id == 29544 replace nameshort = "SWEENEY JO" if congress == 108 & id == 29927 replace nameshort = "MCNULTY" if congress == 108 & id == 15614 replace nameshort = "HINCHEY" if congress == 108 & id == 29380 replace nameshort = "MCHUGH, JOH" if congress == 108 & id == 39316 replace nameshort = "BOEHLERT" if congress == 108 & id == 15007 replace nameshort = "WALSH" if congress == 108 & id == 15630 replace nameshort = "REYNOLDS T" if congress == 108 & id == 29928 replace nameshort = "QUINN" if congress == 108 & id == 29381 replace nameshort = "SLAUGHTER," if congress == 108 & id == 15444 replace nameshort = "HOUGHTON" if congress == 108 & id == 15423 replace nameshort = "BALLANCE" if congress == 108 & id == 20339 replace nameshort = "BUTTERFI" if congress == 108 & id == 20340 replace nameshort = "ETHERIDGE" if congress == 108 & id == 29745 replace nameshort = "JONES" if congress == 108 & id == 29546 replace nameshort = "PRICE, DAVI" if congress == 108 & id == 15438 replace nameshort = "BURR" if congress == 108 & id == 29548 replace nameshort = "COBLE" if congress == 108 & id == 15092 replace nameshort = "MCINTYRE" if congress == 108 & id == 29746 replace nameshort = "HAYES ROBI" if congress == 108 & id == 29929 replace nameshort = "MYRICK" if congress == 108 & id == 29549 replace nameshort = "BALLENGER" if congress == 108 & id == 15402 replace nameshort = "TAYLOR, CHA" if congress == 108 & id == 29135 replace nameshort = "WATT" if congress == 108 & id == 29383 replace nameshort = "MILLER" if congress == 108 & id == 20341 replace nameshort = "POMEROY" if congress == 108 & id == 29384 replace nameshort = "CHABOT" if congress == 108 & id == 29550 replace nameshort = "PORTMAN" if congress == 108 & id == 29386 replace nameshort = "TURNER" if congress == 108 & id == 20342 replace nameshort = "OXLEY" if congress == 108 & id == 14875 replace nameshort = "GILLMOR" if congress == 108 & id == 15604 replace nameshort = "STRICKLAND" if congress == 108 & id == 29747 replace nameshort = "HOBSON" if congress == 108 & id == 29136 replace nameshort = "BOEHNER" if congress == 108 & id == 29137 replace nameshort = "KAPTUR" if congress == 108 & id == 15029 replace nameshort = "KUCINICH" if congress == 108 & id == 29748 replace nameshort = "JONES STEP" if congress == 108 & id == 29930 replace nameshort = "TIBERI" if congress == 108 & id == 20130 replace nameshort = "BROWN, SHER" if congress == 108 & id == 29389 replace nameshort = "LATOURETTE" if congress == 108 & id == 29553 replace nameshort = "PRYCE" if congress == 108 & id == 29390 replace nameshort = "REGULA" if congress == 108 & id == 14045 replace nameshort = "RYAN" if congress == 108 & id == 20343 replace nameshort = "NEY" if congress == 108 & id == 29552 replace nameshort = "SULLIVAN" if congress == 108 & id == 20131 replace nameshort = "CARSON" if congress == 108 & id == 20132 replace nameshort = "LUCAS" if congress == 108 & id == 29393 replace nameshort = "COLE" if congress == 108 & id == 20344 replace nameshort = "ISTOOK" if congress == 108 & id == 29392 replace nameshort = "WU DAVID" if congress == 108 & id == 29931 replace nameshort = "WALDEN GRE" if congress == 108 & id == 29932 replace nameshort = "BLUMENAUER" if congress == 108 & id == 29588 replace nameshort = "DEFAZIO" if congress == 108 & id == 15410 replace nameshort = "HOOLEY" if congress == 108 & id == 29750 replace nameshort = "BRADY, ROBE" if congress == 108 & id == 29777 replace nameshort = "FATTAH" if congress == 108 & id == 29559 replace nameshort = "ENGLISH" if congress == 108 & id == 29563 replace nameshort = "HART" if congress == 108 & id == 20133 replace nameshort = "PETERSON" if congress == 108 & id == 29751 replace nameshort = "GERLACH" if congress == 108 & id == 20345 replace nameshort = "WELDON" if congress == 108 & id == 15447 replace nameshort = "GREENWOOD" if congress == 108 & id == 29397 replace nameshort = "SHUSTER" if congress == 108 & id == 20134 replace nameshort = "SHERWOOD D" if congress == 108 & id == 29933 replace nameshort = "KANJORSKI" if congress == 108 & id == 15104 replace nameshort = "MURTHA" if congress == 108 & id == 14072 replace nameshort = "HOEFFEL JO" if congress == 108 & id == 29934 replace nameshort = "DOYLE" if congress == 108 & id == 29561 replace nameshort = "TOOMEY PAT" if congress == 108 & id == 29935 replace nameshort = "PITTS" if congress == 108 & id == 29752 replace nameshort = "HOLDEN" if congress == 108 & id == 29396 replace nameshort = "MURPHY" if congress == 108 & id == 20346 replace nameshort = "PLATTS" if congress == 108 & id == 20135 replace nameshort = "KENNEDY" if congress == 108 & id == 29564 replace nameshort = "LANGEVIN" if congress == 108 & id == 20136 replace nameshort = "BROWN" if congress == 108 & id == 20137 replace nameshort = "WILSON" if congress == 108 & id == 20138 replace nameshort = "BARRETT" if congress == 108 & id == 20347 replace nameshort = "DEMINT JIM" if congress == 108 & id == 29936 replace nameshort = "SPRATT" if congress == 108 & id == 15064 replace nameshort = "CLYBURN" if congress == 108 & id == 39301 replace nameshort = "JANKLOW" if congress == 108 & id == 20348 replace nameshort = "HERSETH" if congress == 108 & id == 20349 replace nameshort = "JENKINS" if congress == 108 & id == 29755 replace nameshort = "DUNCAN, JR." if congress == 108 & id == 15455 replace nameshort = "WAMP" if congress == 108 & id == 29567 replace nameshort = "DAVIS" if congress == 108 & id == 20350 replace nameshort = "COOPER" if congress == 108 & id == 15019 replace nameshort = "GORDON" if congress == 108 & id == 15100 replace nameshort = "BLACKBURN" if congress == 108 & id == 20351 replace nameshort = "TANNER" if congress == 108 & id == 15628 replace nameshort = "FORD" if congress == 108 & id == 29756 replace nameshort = "SANDLIN" if congress == 108 & id == 29757 replace nameshort = "TURNER" if congress == 108 & id == 29758 replace nameshort = "JOHNSON, SA" if congress == 108 & id == 29143 replace nameshort = "HALL, RALPH" if congress == 108 & id == 14828 replace nameshort = "HALL, RALPH" if congress == 108 & id == 94828 replace nameshort = "HENSARLIN" if congress == 108 & id == 20352 replace nameshort = "BARTON" if congress == 108 & id == 15085 replace nameshort = "CULBERSON" if congress == 108 & id == 20139 replace nameshort = "BRADY" if congress == 108 & id == 29760 replace nameshort = "LAMPSON" if congress == 108 & id == 29761 replace nameshort = "DOGGETT" if congress == 108 & id == 29571 replace nameshort = "EDWARDS, CH" if congress == 108 & id == 29144 replace nameshort = "GRANGER" if congress == 108 & id == 29762 replace nameshort = "THORNBERRY" if congress == 108 & id == 29572 replace nameshort = "PAUL" if congress == 108 & id == 14290 replace nameshort = "HINOJOSA" if congress == 108 & id == 29763 replace nameshort = "REYES" if congress == 108 & id == 29764 replace nameshort = "STENHOLM" if congress == 108 & id == 14664 replace nameshort = "JACKSON-LEE" if congress == 108 & id == 29573 replace nameshort = "COMBEST" if congress == 108 & id == 15093 replace nameshort = "NEUGEBAUER" if congress == 108 & id == 20353 replace nameshort = "GONZALEZ" if congress == 108 & id == 29943 replace nameshort = "SMITH, LAMA" if congress == 108 & id == 15445 replace nameshort = "DELAY" if congress == 108 & id == 15094 replace nameshort = "BONILLA" if congress == 108 & id == 39302 replace nameshort = "FROST" if congress == 108 & id == 14626 replace nameshort = "BELL" if congress == 108 & id == 20354 replace nameshort = "BURGESS" if congress == 108 & id == 20355 replace nameshort = "ORTIZ" if congress == 108 & id == 15049 replace nameshort = "RODRIGUEZ" if congress == 108 & id == 29771 replace nameshort = "GREEN, GENE" if congress == 108 & id == 39304 replace nameshort = "JOHNSON, ED" if congress == 108 & id == 39305 replace nameshort = "CARTER" if congress == 108 & id == 20356 replace nameshort = "SESSIONS" if congress == 108 & id == 29759 replace nameshort = "BISHOP" if congress == 108 & id == 20357 replace nameshort = "MATHESON" if congress == 108 & id == 20140 replace nameshort = "CANNON" if congress == 108 & id == 29766 replace nameshort = "SANDERS" if congress == 108 & id == 29147 replace nameshort = "DAVIS" if congress == 108 & id == 20141 replace nameshort = "SCHROCK" if congress == 108 & id == 20142 replace nameshort = "SCOTT" if congress == 108 & id == 39307 replace nameshort = "FORBES" if congress == 108 & id == 20143 replace nameshort = "GOODE" if congress == 108 & id == 89767 replace nameshort = "GOODLATTE" if congress == 108 & id == 39308 replace nameshort = "CANTOR" if congress == 108 & id == 20144 replace nameshort = "MORAN" if congress == 108 & id == 29149 replace nameshort = "BOUCHER" if congress == 108 & id == 15010 replace nameshort = "WOLF" if congress == 108 & id == 14869 replace nameshort = "DAVIS" if congress == 108 & id == 29576 replace nameshort = "INSLEE JAY" if congress == 108 & id == 29937 replace nameshort = "LARSEN" if congress == 108 & id == 20145 replace nameshort = "BAIRD BRIA" if congress == 108 & id == 29938 replace nameshort = "HASTINGS" if congress == 108 & id == 29580 replace nameshort = "NETHERCUTT" if congress == 108 & id == 29581 replace nameshort = "DICKS" if congress == 108 & id == 14413 replace nameshort = "MCDERMOTT" if congress == 108 & id == 15613 replace nameshort = "DUNN" if congress == 108 & id == 39312 replace nameshort = "SMITH, ADAM" if congress == 108 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 108 & id == 15083 replace nameshort = "CAPITO" if congress == 108 & id == 20146 replace nameshort = "RAHALL" if congress == 108 & id == 14448 replace nameshort = "RYAN PAUL" if congress == 108 & id == 29939 replace nameshort = "BALDWIN TA" if congress == 108 & id == 29940 replace nameshort = "KIND" if congress == 108 & id == 29769 replace nameshort = "KLECZKA" if congress == 108 & id == 15082 replace nameshort = "SENSENBRENN" if congress == 108 & id == 14657 replace nameshort = "PETRI" if congress == 108 & id == 14675 replace nameshort = "OBEY" if congress == 108 & id == 12036 replace nameshort = "GREEN MARK" if congress == 108 & id == 29941 replace nameshort = "CUBIN" if congress == 108 & id == 29584 replace nameshort = "BUSH" if congress == 109 & id == 99910 replace nameshort = "BONNER" if congress == 109 & id == 20300 replace nameshort = "EVERETT" if congress == 109 & id == 29300 replace nameshort = "ROGERS" if congress == 109 & id == 20301 replace nameshort = "ADERHOLT" if congress == 109 & id == 29701 replace nameshort = "CRAMER" if congress == 109 & id == 29100 replace nameshort = "BACHUS" if congress == 109 & id == 29301 replace nameshort = "DAVIS" if congress == 109 & id == 20302 replace nameshort = "YOUNG" if congress == 109 & id == 14066 replace nameshort = "RENZI" if congress == 109 & id == 20303 replace nameshort = "FRANKS" if congress == 109 & id == 20304 replace nameshort = "SHADEGG" if congress == 109 & id == 29501 replace nameshort = "PASTOR" if congress == 109 & id == 29101 replace nameshort = "HAYWORTH" if congress == 109 & id == 29502 replace nameshort = "FLAKE" if congress == 109 & id == 20100 replace nameshort = "GRIJALVA" if congress == 109 & id == 20305 replace nameshort = "KOLBE" if congress == 109 & id == 15105 replace nameshort = "BERRY" if congress == 109 & id == 29702 replace nameshort = "SNYDER" if congress == 109 & id == 29703 replace nameshort = "BOOZMAN" if congress == 109 & id == 20101 replace nameshort = "ROSS" if congress == 109 & id == 20102 replace nameshort = "THOMPSON" if congress == 109 & id == 29901 replace nameshort = "HERGER" if congress == 109 & id == 15420 replace nameshort = "LUNGREN" if congress == 109 & id == 14647 replace nameshort = "DOOLITTL" if congress == 109 & id == 29104 replace nameshort = "MATSUI" if congress == 109 & id == 20538 replace nameshort = "WOOLSEY" if congress == 109 & id == 29309 replace nameshort = "MILLER" if congress == 109 & id == 14256 replace nameshort = "PELOSI" if congress == 109 & id == 15448 replace nameshort = "LEE" if congress == 109 & id == 29778 replace nameshort = "TAUSCHER" if congress == 109 & id == 29705 replace nameshort = "POMBO" if congress == 109 & id == 29311 replace nameshort = "LANTOS" if congress == 109 & id == 14837 replace nameshort = "STARK" if congress == 109 & id == 14053 replace nameshort = "ESHOO" if congress == 109 & id == 29312 replace nameshort = "HONDA" if congress == 109 & id == 20103 replace nameshort = "LOFGREN" if congress == 109 & id == 29504 replace nameshort = "FARR" if congress == 109 & id == 29313 replace nameshort = "CARDOZA" if congress == 109 & id == 20306 replace nameshort = "RADANOVI" if congress == 109 & id == 29505 replace nameshort = "COSTA" if congress == 109 & id == 20501 replace nameshort = "NUNES" if congress == 109 & id == 20307 replace nameshort = "THOMAS" if congress == 109 & id == 14669 replace nameshort = "CAPPS" if congress == 109 & id == 29774 replace nameshort = "GALLEGLY" if congress == 109 & id == 15413 replace nameshort = "MCKEON" if congress == 109 & id == 29315 replace nameshort = "DREIER" if congress == 109 & id == 14813 replace nameshort = "SHERMAN" if congress == 109 & id == 29707 replace nameshort = "BERMAN" if congress == 109 & id == 15005 replace nameshort = "SCHIFF" if congress == 109 & id == 20104 replace nameshort = "WAXMAN" if congress == 109 & id == 14280 replace nameshort = "BECERRA" if congress == 109 & id == 29316 replace nameshort = "SOLIS" if congress == 109 & id == 20105 replace nameshort = "WATSON" if congress == 109 & id == 20106 replace nameshort = "ROYBAL-A" if congress == 109 & id == 29317 replace nameshort = "WATERS" if congress == 109 & id == 29106 replace nameshort = "HARMAN" if congress == 109 & id == 29318 replace nameshort = "MILLENDE" if congress == 109 & id == 29586 replace nameshort = "NAPOLITA" if congress == 109 & id == 29903 replace nameshort = "SANCHEZ" if congress == 109 & id == 20310 replace nameshort = "ROYCE" if congress == 109 & id == 29321 replace nameshort = "LEWIS" if congress == 109 & id == 14644 replace nameshort = "MILLER" if congress == 109 & id == 29905 replace nameshort = "BACA" if congress == 109 & id == 29942 replace nameshort = "CALVERT" if congress == 109 & id == 29323 replace nameshort = "BONO" if congress == 109 & id == 29775 replace nameshort = "ROHRABAC" if congress == 109 & id == 15621 replace nameshort = "SANCHEZ" if congress == 109 & id == 29709 replace nameshort = "COX" if congress == 109 & id == 15601 replace nameshort = "CAMPBELL" if congress == 109 & id == 20539 replace nameshort = "ISSA" if congress == 109 & id == 20107 replace nameshort = "CUNNINGH" if congress == 109 & id == 29107 replace nameshort = "BILBRAY" if congress == 109 & id == 29508 replace nameshort = "FILNER" if congress == 109 & id == 29325 replace nameshort = "HUNTER" if congress == 109 & id == 14835 replace nameshort = "DAVIS" if congress == 109 & id == 20108 replace nameshort = "DEGETTE" if congress == 109 & id == 29710 replace nameshort = "UDALL" if congress == 109 & id == 29906 replace nameshort = "SALAZAR" if congress == 109 & id == 20502 replace nameshort = "MUSGRAVE" if congress == 109 & id == 20311 replace nameshort = "HEFLEY" if congress == 109 & id == 15419 replace nameshort = "TANCREDO" if congress == 109 & id == 29907 replace nameshort = "BEAUPREZ" if congress == 109 & id == 20312 replace nameshort = "LARSON" if congress == 109 & id == 29908 replace nameshort = "SIMMONS" if congress == 109 & id == 20109 replace nameshort = "DELAURO" if congress == 109 & id == 29109 replace nameshort = "SHAYS" if congress == 109 & id == 15449 replace nameshort = "JOHNSON" if congress == 109 & id == 15028 replace nameshort = "CASTLE" if congress == 109 & id == 29327 replace nameshort = "MILLER" if congress == 109 & id == 20110 replace nameshort = "BOYD" if congress == 109 & id == 29713 replace nameshort = "BROWN" if congress == 109 & id == 29328 replace nameshort = "CRENSHAW" if congress == 109 & id == 20111 replace nameshort = "BROWN-WAI" if congress == 109 & id == 20313 replace nameshort = "STEARNS" if congress == 109 & id == 15627 replace nameshort = "MICA" if congress == 109 & id == 29331 replace nameshort = "KELLER" if congress == 109 & id == 20112 replace nameshort = "BILIRAKI" if congress == 109 & id == 15006 replace nameshort = "YOUNG" if congress == 109 & id == 13047 replace nameshort = "DAVIS" if congress == 109 & id == 29714 replace nameshort = "PUTNAM" if congress == 109 & id == 20113 replace nameshort = "HARRIS" if congress == 109 & id == 20314 replace nameshort = "MACK" if congress == 109 & id == 20503 replace nameshort = "WELDON" if congress == 109 & id == 29509 replace nameshort = "FOLEY" if congress == 109 & id == 29510 replace nameshort = "MEEK" if congress == 109 & id == 20358 replace nameshort = "ROS-LEHT" if congress == 109 & id == 15634 replace nameshort = "WEXLER" if congress == 109 & id == 29715 replace nameshort = "WASSERMA" if congress == 109 & id == 20504 replace nameshort = "DIAZ-BAL" if congress == 109 & id == 29336 replace nameshort = "SHAW" if congress == 109 & id == 14860 replace nameshort = "HASTINGS" if congress == 109 & id == 29337 replace nameshort = "FEENEY" if congress == 109 & id == 20315 replace nameshort = "DIAZ-BALA" if congress == 109 & id == 20316 replace nameshort = "KINGSTON" if congress == 109 & id == 29338 replace nameshort = "BISHOP" if congress == 109 & id == 29339 replace nameshort = "MARSHALL" if congress == 109 & id == 20317 replace nameshort = "MCKINNEY" if congress == 109 & id == 29344 replace nameshort = "LEWIS" if congress == 109 & id == 15431 replace nameshort = "PRICE" if congress == 109 & id == 20505 replace nameshort = "LINDER" if congress == 109 & id == 29341 replace nameshort = "WESTMORE" if congress == 109 & id == 20506 replace nameshort = "NORWOOD" if congress == 109 & id == 29513 replace nameshort = "DEAL" if congress == 109 & id == 99342 replace nameshort = "GINGREY" if congress == 109 & id == 20319 replace nameshort = "BARROW" if congress == 109 & id == 20507 replace nameshort = "SCOTT" if congress == 109 & id == 20321 replace nameshort = "ABERCROM" if congress == 109 & id == 15245 replace nameshort = "CASE" if congress == 109 & id == 20322 replace nameshort = "OTTER" if congress == 109 & id == 20114 replace nameshort = "SIMPSON" if congress == 109 & id == 29910 replace nameshort = "RUSH" if congress == 109 & id == 29346 replace nameshort = "JACKSON" if congress == 109 & id == 29585 replace nameshort = "LIPINSKI" if congress == 109 & id == 20508 replace nameshort = "GUTIERRE" if congress == 109 & id == 29348 replace nameshort = "EMANUEL" if congress == 109 & id == 20323 replace nameshort = "HYDE" if congress == 109 & id == 14239 replace nameshort = "DAVIS" if congress == 109 & id == 29717 replace nameshort = "BEAN" if congress == 109 & id == 20509 replace nameshort = "SCHAKOWS" if congress == 109 & id == 29911 replace nameshort = "KIRK" if congress == 109 & id == 20115 replace nameshort = "WELLER" if congress == 109 & id == 29516 replace nameshort = "COSTELLO" if congress == 109 & id == 15453 replace nameshort = "BIGGERT" if congress == 109 & id == 29912 replace nameshort = "HASTERT" if congress == 109 & id == 15417 replace nameshort = "JOHNSON" if congress == 109 & id == 20116 replace nameshort = "MANZULLO" if congress == 109 & id == 29349 replace nameshort = "EVANS" if congress == 109 & id == 15023 replace nameshort = "LAHOOD" if congress == 109 & id == 29517 replace nameshort = "SHIMKUS" if congress == 109 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 109 & id == 15124 replace nameshort = "CHOCOLA" if congress == 109 & id == 20324 replace nameshort = "SOUDER" if congress == 109 & id == 29519 replace nameshort = "BUYER" if congress == 109 & id == 29350 replace nameshort = "BURTON" if congress == 109 & id == 15014 replace nameshort = "PENCE" if congress == 109 & id == 20117 replace nameshort = "CARSON" if congress == 109 & id == 29720 replace nameshort = "HOSTETTL" if congress == 109 & id == 29520 replace nameshort = "SODREL" if congress == 109 & id == 20510 replace nameshort = "NUSSLE" if congress == 109 & id == 29118 replace nameshort = "LEACH" if congress == 109 & id == 14432 replace nameshort = "BOSWELL" if congress == 109 & id == 29721 replace nameshort = "LATHAM" if congress == 109 & id == 29522 replace nameshort = "KING" if congress == 109 & id == 20325 replace nameshort = "MORAN" if congress == 109 & id == 29722 replace nameshort = "RYUN" if congress == 109 & id == 29723 replace nameshort = "MOORE" if congress == 109 & id == 29915 replace nameshort = "TIAHRT" if congress == 109 & id == 29524 replace nameshort = "WHITFIEL" if congress == 109 & id == 29525 replace nameshort = "LEWIS" if congress == 109 & id == 29352 replace nameshort = "NORTHUP" if congress == 109 & id == 29725 replace nameshort = "DAVIS" if congress == 109 & id == 20511 replace nameshort = "ROGERS" if congress == 109 & id == 14854 replace nameshort = "CHANDLER" if congress == 109 & id == 20326 replace nameshort = "JINDAL" if congress == 109 & id == 20512 replace nameshort = "JEFFERSO" if congress == 109 & id == 29120 replace nameshort = "MELANCON" if congress == 109 & id == 20513 replace nameshort = "MCCRERY" if congress == 109 & id == 15451 replace nameshort = "ALEXANDER" if congress == 109 & id == 90327 replace nameshort = "BAKER" if congress == 109 & id == 15401 replace nameshort = "BOUSTANY" if congress == 109 & id == 20514 replace nameshort = "ALLEN" if congress == 109 & id == 29728 replace nameshort = "MICHAUD" if congress == 109 & id == 20328 replace nameshort = "GILCHRES" if congress == 109 & id == 29122 replace nameshort = "RUPPERSBE" if congress == 109 & id == 20329 replace nameshort = "CARDIN" if congress == 109 & id == 15408 replace nameshort = "WYNN" if congress == 109 & id == 29355 replace nameshort = "HOYER" if congress == 109 & id == 14873 replace nameshort = "BARTLETT" if congress == 109 & id == 29356 replace nameshort = "CUMMINGS" if congress == 109 & id == 29587 replace nameshort = "VAN HOLLE" if congress == 109 & id == 20330 replace nameshort = "OLVER" if congress == 109 & id == 29123 replace nameshort = "NEAL" if congress == 109 & id == 15616 replace nameshort = "MCGOVERN" if congress == 109 & id == 29729 replace nameshort = "FRANK" if congress == 109 & id == 14824 replace nameshort = "MEEHAN" if congress == 109 & id == 29358 replace nameshort = "TIERNEY" if congress == 109 & id == 29730 replace nameshort = "MARKEY" if congress == 109 & id == 14435 replace nameshort = "CAPUANO" if congress == 109 & id == 29919 replace nameshort = "LYNCH" if congress == 109 & id == 20119 replace nameshort = "DELAHUNT" if congress == 109 & id == 29731 replace nameshort = "STUPAK" if congress == 109 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 109 & id == 29361 replace nameshort = "EHLERS" if congress == 109 & id == 29362 replace nameshort = "CAMP" if congress == 109 & id == 29124 replace nameshort = "KILDEE" if congress == 109 & id == 14430 replace nameshort = "UPTON" if congress == 109 & id == 15446 replace nameshort = "SCHWARZ" if congress == 109 & id == 20515 replace nameshort = "ROGERS" if congress == 109 & id == 20120 replace nameshort = "KNOLLENB" if congress == 109 & id == 29365 replace nameshort = "MILLER" if congress == 109 & id == 20331 replace nameshort = "MCCOTTER" if congress == 109 & id == 20332 replace nameshort = "LEVIN" if congress == 109 & id == 15033 replace nameshort = "KILPATRI" if congress == 109 & id == 29733 replace nameshort = "CONYERS" if congress == 109 & id == 10713 replace nameshort = "DINGELL" if congress == 109 & id == 2605 replace nameshort = "GUTKNECH" if congress == 109 & id == 29532 replace nameshort = "KLINE" if congress == 109 & id == 20333 replace nameshort = "RAMSTAD" if congress == 109 & id == 29126 replace nameshort = "MCCOLLUM" if congress == 109 & id == 20122 replace nameshort = "SABO" if congress == 109 & id == 14656 replace nameshort = "KENNEDY" if congress == 109 & id == 20121 replace nameshort = "PETERSON" if congress == 109 & id == 29127 replace nameshort = "OBERSTAR" if congress == 109 & id == 14265 replace nameshort = "WICKER" if congress == 109 & id == 29534 replace nameshort = "THOMPSON" if congress == 109 & id == 29368 replace nameshort = "PICKERIN" if congress == 109 & id == 29734 replace nameshort = "TAYLOR" if congress == 109 & id == 15637 replace nameshort = "CLAY" if congress == 109 & id == 20147 replace nameshort = "AKIN" if congress == 109 & id == 20123 replace nameshort = "CARNAHAN" if congress == 109 & id == 20516 replace nameshort = "SKELTON" if congress == 109 & id == 14451 replace nameshort = "CLEAVER" if congress == 109 & id == 20517 replace nameshort = "GRAVES" if congress == 109 & id == 20124 replace nameshort = "BLUNT" if congress == 109 & id == 29735 replace nameshort = "EMERSON" if congress == 109 & id == 29736 replace nameshort = "HULSHOF" if congress == 109 & id == 29737 replace nameshort = "REHBERG" if congress == 109 & id == 20125 replace nameshort = "FORTENBE" if congress == 109 & id == 20518 replace nameshort = "TERRY" if congress == 109 & id == 29921 replace nameshort = "OSBORNE" if congress == 109 & id == 20126 replace nameshort = "BERKLEY" if congress == 109 & id == 29922 replace nameshort = "GIBBONS" if congress == 109 & id == 29739 replace nameshort = "PORTER" if congress == 109 & id == 20334 replace nameshort = "BRADLEY" if congress == 109 & id == 20335 replace nameshort = "BASS" if congress == 109 & id == 29538 replace nameshort = "ANDREWS" if congress == 109 & id == 29132 replace nameshort = "LOBIONDO" if congress == 109 & id == 29539 replace nameshort = "SAXTON" if congress == 109 & id == 15112 replace nameshort = "SMITH" if congress == 109 & id == 14863 replace nameshort = "GARRETT" if congress == 109 & id == 20336 replace nameshort = "PALLONE" if congress == 109 & id == 15454 replace nameshort = "FERGUSON" if congress == 109 & id == 20127 replace nameshort = "PASCRELL" if congress == 109 & id == 29741 replace nameshort = "ROTHMAN" if congress == 109 & id == 29742 replace nameshort = "PAYNE" if congress == 109 & id == 15619 replace nameshort = "FRELINGH" if congress == 109 & id == 29541 replace nameshort = "HOLT" if congress == 109 & id == 29923 replace nameshort = "MENENDEZ" if congress == 109 & id == 29373 replace nameshort = "SIRES" if congress == 109 & id == 20542 replace nameshort = "WILSON" if congress == 109 & id == 29779 replace nameshort = "PEARCE" if congress == 109 & id == 20337 replace nameshort = "UDALL" if congress == 109 & id == 29924 replace nameshort = "BISHOP" if congress == 109 & id == 20338 replace nameshort = "ISRAEL" if congress == 109 & id == 20129 replace nameshort = "KING" if congress == 109 & id == 29375 replace nameshort = "MCCARTHY" if congress == 109 & id == 29744 replace nameshort = "ACKERMAN" if congress == 109 & id == 15000 replace nameshort = "MEEKS" if congress == 109 & id == 29776 replace nameshort = "CROWLEY" if congress == 109 & id == 29925 replace nameshort = "NADLER" if congress == 109 & id == 29377 replace nameshort = "WEINER" if congress == 109 & id == 29926 replace nameshort = "TOWNS" if congress == 109 & id == 15072 replace nameshort = "OWENS" if congress == 109 & id == 15050 replace nameshort = "VELAZQUE" if congress == 109 & id == 29378 replace nameshort = "FOSSELLA" if congress == 109 & id == 29773 replace nameshort = "MALONEY" if congress == 109 & id == 29379 replace nameshort = "RANGEL" if congress == 109 & id == 13035 replace nameshort = "SERRANO" if congress == 109 & id == 29134 replace nameshort = "ENGEL" if congress == 109 & id == 15603 replace nameshort = "LOWEY" if congress == 109 & id == 15612 replace nameshort = "KELLY" if congress == 109 & id == 29544 replace nameshort = "SWEENEY" if congress == 109 & id == 29927 replace nameshort = "MCNULTY" if congress == 109 & id == 15614 replace nameshort = "HINCHEY" if congress == 109 & id == 29380 replace nameshort = "MCHUGH" if congress == 109 & id == 39316 replace nameshort = "BOEHLERT" if congress == 109 & id == 15007 replace nameshort = "WALSH" if congress == 109 & id == 15630 replace nameshort = "REYNOLDS" if congress == 109 & id == 29928 replace nameshort = "HIGGINS" if congress == 109 & id == 20519 replace nameshort = "SLAUGHTE" if congress == 109 & id == 15444 replace nameshort = "KUHL" if congress == 109 & id == 20520 replace nameshort = "BUTTERFI" if congress == 109 & id == 20340 replace nameshort = "ETHERIDG" if congress == 109 & id == 29745 replace nameshort = "JONES" if congress == 109 & id == 29546 replace nameshort = "PRICE" if congress == 109 & id == 15438 replace nameshort = "FOXX" if congress == 109 & id == 20521 replace nameshort = "COBLE" if congress == 109 & id == 15092 replace nameshort = "MCINTYRE" if congress == 109 & id == 29746 replace nameshort = "HAYES" if congress == 109 & id == 29929 replace nameshort = "MYRICK" if congress == 109 & id == 29549 replace nameshort = "MCHENRY" if congress == 109 & id == 20522 replace nameshort = "TAYLOR" if congress == 109 & id == 29135 replace nameshort = "WATT" if congress == 109 & id == 29383 replace nameshort = "MILLER" if congress == 109 & id == 20341 replace nameshort = "POMEROY" if congress == 109 & id == 29384 replace nameshort = "CHABOT" if congress == 109 & id == 29550 replace nameshort = "PORTMAN" if congress == 109 & id == 29386 replace nameshort = "SCHMIDT" if congress == 109 & id == 20540 replace nameshort = "TURNER" if congress == 109 & id == 20342 replace nameshort = "OXLEY" if congress == 109 & id == 14875 replace nameshort = "GILLMOR" if congress == 109 & id == 15604 replace nameshort = "STRICKLA" if congress == 109 & id == 29747 replace nameshort = "HOBSON" if congress == 109 & id == 29136 replace nameshort = "BOEHNER" if congress == 109 & id == 29137 replace nameshort = "KAPTUR" if congress == 109 & id == 15029 replace nameshort = "KUCINICH" if congress == 109 & id == 29748 replace nameshort = "JONES" if congress == 109 & id == 29930 replace nameshort = "TIBERI" if congress == 109 & id == 20130 replace nameshort = "BROWN" if congress == 109 & id == 29389 replace nameshort = "LATOURET" if congress == 109 & id == 29553 replace nameshort = "PRYCE" if congress == 109 & id == 29390 replace nameshort = "REGULA" if congress == 109 & id == 14045 replace nameshort = "RYAN" if congress == 109 & id == 20343 replace nameshort = "NEY" if congress == 109 & id == 29552 replace nameshort = "SULLIVAN" if congress == 109 & id == 20131 replace nameshort = "BOREN" if congress == 109 & id == 20523 replace nameshort = "LUCAS" if congress == 109 & id == 29393 replace nameshort = "COLE" if congress == 109 & id == 20344 replace nameshort = "ISTOOK" if congress == 109 & id == 29392 replace nameshort = "WU" if congress == 109 & id == 29931 replace nameshort = "WALDEN" if congress == 109 & id == 29932 replace nameshort = "BLUMENAU" if congress == 109 & id == 29588 replace nameshort = "DEFAZIO" if congress == 109 & id == 15410 replace nameshort = "HOOLEY" if congress == 109 & id == 29750 replace nameshort = "BRADY" if congress == 109 & id == 29777 replace nameshort = "FATTAH" if congress == 109 & id == 29559 replace nameshort = "ENGLISH" if congress == 109 & id == 29563 replace nameshort = "HART" if congress == 109 & id == 20133 replace nameshort = "PETERSON" if congress == 109 & id == 29751 replace nameshort = "GERLACH" if congress == 109 & id == 20345 replace nameshort = "WELDON" if congress == 109 & id == 15447 replace nameshort = "FITZPATR" if congress == 109 & id == 20524 replace nameshort = "SHUSTER" if congress == 109 & id == 20134 replace nameshort = "SHERWOOD" if congress == 109 & id == 29933 replace nameshort = "KANJORSK" if congress == 109 & id == 15104 replace nameshort = "MURTHA" if congress == 109 & id == 14072 replace nameshort = "SCHWARTZ" if congress == 109 & id == 20525 replace nameshort = "DOYLE" if congress == 109 & id == 29561 replace nameshort = "DENT" if congress == 109 & id == 20526 replace nameshort = "PITTS" if congress == 109 & id == 29752 replace nameshort = "HOLDEN" if congress == 109 & id == 29396 replace nameshort = "MURPHY" if congress == 109 & id == 20346 replace nameshort = "PLATTS" if congress == 109 & id == 20135 replace nameshort = "KENNEDY" if congress == 109 & id == 29564 replace nameshort = "LANGEVIN" if congress == 109 & id == 20136 replace nameshort = "BROWN" if congress == 109 & id == 20137 replace nameshort = "WILSON" if congress == 109 & id == 20138 replace nameshort = "BARRETT" if congress == 109 & id == 20347 replace nameshort = "INGLIS" if congress == 109 & id == 39300 replace nameshort = "SPRATT" if congress == 109 & id == 15064 replace nameshort = "CLYBURN" if congress == 109 & id == 39301 replace nameshort = "HERSETH" if congress == 109 & id == 20349 replace nameshort = "JENKINS" if congress == 109 & id == 29755 replace nameshort = "DUNCAN" if congress == 109 & id == 15455 replace nameshort = "WAMP" if congress == 109 & id == 29567 replace nameshort = "DAVIS" if congress == 109 & id == 20350 replace nameshort = "COOPER" if congress == 109 & id == 15019 replace nameshort = "GORDON" if congress == 109 & id == 15100 replace nameshort = "BLACKBURN" if congress == 109 & id == 20351 replace nameshort = "TANNER" if congress == 109 & id == 15628 replace nameshort = "FORD" if congress == 109 & id == 29756 replace nameshort = "GOHMERT" if congress == 109 & id == 20527 replace nameshort = "POE" if congress == 109 & id == 20528 replace nameshort = "JOHNSON" if congress == 109 & id == 29143 replace nameshort = "HALL" if congress == 109 & id == 94828 replace nameshort = "HENSARLIN" if congress == 109 & id == 20352 replace nameshort = "BARTON" if congress == 109 & id == 15085 replace nameshort = "CULBERSO" if congress == 109 & id == 20139 replace nameshort = "BRADY" if congress == 109 & id == 29760 replace nameshort = "GREEN" if congress == 109 & id == 20529 replace nameshort = "MCCAUL" if congress == 109 & id == 20530 replace nameshort = "CONAWAY" if congress == 109 & id == 20531 replace nameshort = "GRANGER" if congress == 109 & id == 29762 replace nameshort = "THORNBER" if congress == 109 & id == 29572 replace nameshort = "PAUL" if congress == 109 & id == 14290 replace nameshort = "HINOJOSA" if congress == 109 & id == 29763 replace nameshort = "REYES" if congress == 109 & id == 29764 replace nameshort = "EDWARDS" if congress == 109 & id == 29144 replace nameshort = "JACKSON-" if congress == 109 & id == 29573 replace nameshort = "NEUGEBAUE" if congress == 109 & id == 20353 replace nameshort = "GONZALEZ" if congress == 109 & id == 29943 replace nameshort = "SMITH" if congress == 109 & id == 15445 replace nameshort = "DELAY" if congress == 109 & id == 15094 replace nameshort = "SEKULA-GIBBS" if congress == 109 & id == 20541 replace nameshort = "BONILLA" if congress == 109 & id == 39302 replace nameshort = "MARCHANT" if congress == 109 & id == 20532 replace nameshort = "DOGGETT" if congress == 109 & id == 29571 replace nameshort = "BURGESS" if congress == 109 & id == 20355 replace nameshort = "ORTIZ" if congress == 109 & id == 15049 replace nameshort = "CUELLAR" if congress == 109 & id == 20533 replace nameshort = "GREEN" if congress == 109 & id == 39304 replace nameshort = "JOHNSON" if congress == 109 & id == 39305 replace nameshort = "CARTER" if congress == 109 & id == 20356 replace nameshort = "SESSIONS" if congress == 109 & id == 29759 replace nameshort = "BISHOP" if congress == 109 & id == 20357 replace nameshort = "MATHESON" if congress == 109 & id == 20140 replace nameshort = "CANNON" if congress == 109 & id == 29766 replace nameshort = "SANDERS" if congress == 109 & id == 29147 replace nameshort = "DAVIS" if congress == 109 & id == 20141 replace nameshort = "DRAKE" if congress == 109 & id == 20534 replace nameshort = "SCOTT" if congress == 109 & id == 39307 replace nameshort = "FORBES" if congress == 109 & id == 20143 replace nameshort = "GOODE" if congress == 109 & id == 89767 replace nameshort = "GOODLATT" if congress == 109 & id == 39308 replace nameshort = "CANTOR" if congress == 109 & id == 20144 replace nameshort = "MORAN" if congress == 109 & id == 29149 replace nameshort = "BOUCHER" if congress == 109 & id == 15010 replace nameshort = "WOLF" if congress == 109 & id == 14869 replace nameshort = "DAVIS" if congress == 109 & id == 29576 replace nameshort = "INSLEE" if congress == 109 & id == 29937 replace nameshort = "LARSEN" if congress == 109 & id == 20145 replace nameshort = "BAIRD" if congress == 109 & id == 29938 replace nameshort = "HASTINGS" if congress == 109 & id == 29580 replace nameshort = "MCMORRIS" if congress == 109 & id == 20535 replace nameshort = "DICKS" if congress == 109 & id == 14413 replace nameshort = "MCDERMOT" if congress == 109 & id == 15613 replace nameshort = "REICHERT" if congress == 109 & id == 20536 replace nameshort = "SMITH" if congress == 109 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 109 & id == 15083 replace nameshort = "CAPITO" if congress == 109 & id == 20146 replace nameshort = "RAHALL" if congress == 109 & id == 14448 replace nameshort = "RYAN" if congress == 109 & id == 29939 replace nameshort = "BALDWIN" if congress == 109 & id == 29940 replace nameshort = "KIND" if congress == 109 & id == 29769 replace nameshort = "MOORE" if congress == 109 & id == 20537 replace nameshort = "SENSENBR" if congress == 109 & id == 14657 replace nameshort = "PETRI" if congress == 109 & id == 14675 replace nameshort = "OBEY" if congress == 109 & id == 12036 replace nameshort = "GREEN" if congress == 109 & id == 29941 replace nameshort = "CUBIN" if congress == 109 & id == 29584 replace nameshort = "BUSH" if congress == 110 & id == 99910 replace nameshort = "BONNER" if congress == 110 & id == 20300 replace nameshort = "EVERETT" if congress == 110 & id == 29300 replace nameshort = "ROGERS" if congress == 110 & id == 20301 replace nameshort = "ADERHOLT" if congress == 110 & id == 29701 replace nameshort = "CRAMER" if congress == 110 & id == 29100 replace nameshort = "BACHUS" if congress == 110 & id == 29301 replace nameshort = "DAVIS" if congress == 110 & id == 20302 replace nameshort = "YOUNG" if congress == 110 & id == 14066 replace nameshort = "RENZI" if congress == 110 & id == 20303 replace nameshort = "FRANKS" if congress == 110 & id == 20304 replace nameshort = "SHADEGG" if congress == 110 & id == 29501 replace nameshort = "PASTOR" if congress == 110 & id == 29101 replace nameshort = "MITCHELL" if congress == 110 & id == 20700 replace nameshort = "FLAKE" if congress == 110 & id == 20100 replace nameshort = "GRIJALVA" if congress == 110 & id == 20305 replace nameshort = "GIFFORDS" if congress == 110 & id == 20701 replace nameshort = "BERRY" if congress == 110 & id == 29702 replace nameshort = "SNYDER" if congress == 110 & id == 29703 replace nameshort = "BOOZMAN" if congress == 110 & id == 20101 replace nameshort = "ROSS" if congress == 110 & id == 20102 replace nameshort = "THOMPSON" if congress == 110 & id == 29901 replace nameshort = "HERGER" if congress == 110 & id == 15420 replace nameshort = "LUNGREN" if congress == 110 & id == 14647 replace nameshort = "DOOLITTL" if congress == 110 & id == 29104 replace nameshort = "MATSUI" if congress == 110 & id == 20538 replace nameshort = "WOOLSEY" if congress == 110 & id == 29309 replace nameshort = "MILLER" if congress == 110 & id == 14256 replace nameshort = "PELOSI" if congress == 110 & id == 15448 replace nameshort = "LEE" if congress == 110 & id == 29778 replace nameshort = "TAUSCHER" if congress == 110 & id == 29705 replace nameshort = "MCNERNEY" if congress == 110 & id == 20702 replace nameshort = "LANTOS" if congress == 110 & id == 14837 replace nameshort = "SPEIER" if congress == 110 & id == 20762 replace nameshort = "STARK" if congress == 110 & id == 14053 replace nameshort = "ESHOO" if congress == 110 & id == 29312 replace nameshort = "HONDA" if congress == 110 & id == 20103 replace nameshort = "LOFGREN" if congress == 110 & id == 29504 replace nameshort = "FARR" if congress == 110 & id == 29313 replace nameshort = "CARDOZA" if congress == 110 & id == 20306 replace nameshort = "RADANOVI" if congress == 110 & id == 29505 replace nameshort = "COSTA" if congress == 110 & id == 20501 replace nameshort = "NUNES" if congress == 110 & id == 20307 replace nameshort = "MCCARTHY" if congress == 110 & id == 20703 replace nameshort = "CAPPS" if congress == 110 & id == 29774 replace nameshort = "GALLEGLY" if congress == 110 & id == 15413 replace nameshort = "MCKEON" if congress == 110 & id == 29315 replace nameshort = "DREIER" if congress == 110 & id == 14813 replace nameshort = "SHERMAN" if congress == 110 & id == 29707 replace nameshort = "BERMAN" if congress == 110 & id == 15005 replace nameshort = "SCHIFF" if congress == 110 & id == 20104 replace nameshort = "WAXMAN" if congress == 110 & id == 14280 replace nameshort = "BECERRA" if congress == 110 & id == 29316 replace nameshort = "SOLIS" if congress == 110 & id == 20105 replace nameshort = "WATSON" if congress == 110 & id == 20106 replace nameshort = "ROYBAL-A" if congress == 110 & id == 29317 replace nameshort = "WATERS" if congress == 110 & id == 29106 replace nameshort = "HARMAN" if congress == 110 & id == 29318 replace nameshort = "MILLENDE" if congress == 110 & id == 29586 replace nameshort = "RICHARDSON" if congress == 110 & id == 20752 replace nameshort = "NAPOLITA" if congress == 110 & id == 29903 replace nameshort = "SANCHEZ" if congress == 110 & id == 20310 replace nameshort = "ROYCE" if congress == 110 & id == 29321 replace nameshort = "LEWIS" if congress == 110 & id == 14644 replace nameshort = "MILLER" if congress == 110 & id == 29905 replace nameshort = "BACA" if congress == 110 & id == 29942 replace nameshort = "CALVERT" if congress == 110 & id == 29323 replace nameshort = "BONO" if congress == 110 & id == 29775 replace nameshort = "ROHRABAC" if congress == 110 & id == 15621 replace nameshort = "SANCHEZ" if congress == 110 & id == 29709 replace nameshort = "CAMPBELL" if congress == 110 & id == 20539 replace nameshort = "ISSA" if congress == 110 & id == 20107 replace nameshort = "BILBRAY" if congress == 110 & id == 29508 replace nameshort = "FILNER" if congress == 110 & id == 29325 replace nameshort = "HUNTER" if congress == 110 & id == 14835 replace nameshort = "DAVIS" if congress == 110 & id == 20108 replace nameshort = "DEGETTE" if congress == 110 & id == 29710 replace nameshort = "UDALL" if congress == 110 & id == 29906 replace nameshort = "SALAZAR" if congress == 110 & id == 20502 replace nameshort = "MUSGRAVE" if congress == 110 & id == 20311 replace nameshort = "LAMBORN" if congress == 110 & id == 20704 replace nameshort = "TANCREDO" if congress == 110 & id == 29907 replace nameshort = "PERLMUTTER" if congress == 110 & id == 20705 replace nameshort = "LARSON" if congress == 110 & id == 29908 replace nameshort = "COURTNEY" if congress == 110 & id == 20706 replace nameshort = "DELAURO" if congress == 110 & id == 29109 replace nameshort = "SHAYS" if congress == 110 & id == 15449 replace nameshort = "MURPHY" if congress == 110 & id == 20707 replace nameshort = "CASTLE" if congress == 110 & id == 29327 replace nameshort = "MILLER" if congress == 110 & id == 20110 replace nameshort = "BOYD" if congress == 110 & id == 29713 replace nameshort = "BROWN" if congress == 110 & id == 29328 replace nameshort = "CRENSHAW" if congress == 110 & id == 20111 replace nameshort = "BROWN-WAI" if congress == 110 & id == 20313 replace nameshort = "STEARNS" if congress == 110 & id == 15627 replace nameshort = "MICA" if congress == 110 & id == 29331 replace nameshort = "KELLER" if congress == 110 & id == 20112 replace nameshort = "BILIRAKI" if congress == 110 & id == 20758 replace nameshort = "YOUNG" if congress == 110 & id == 13047 replace nameshort = "CASTOR" if congress == 110 & id == 20708 replace nameshort = "PUTNAM" if congress == 110 & id == 20113 replace nameshort = "BUCHANAN" if congress == 110 & id == 20709 replace nameshort = "MACK" if congress == 110 & id == 20503 replace nameshort = "WELDON" if congress == 110 & id == 29509 replace nameshort = "MAHONEY" if congress == 110 & id == 20710 replace nameshort = "MEEK" if congress == 110 & id == 20358 replace nameshort = "ROS-LEHT" if congress == 110 & id == 15634 replace nameshort = "WEXLER" if congress == 110 & id == 29715 replace nameshort = "WASSERMA" if congress == 110 & id == 20504 replace nameshort = "DIAZ-BAL" if congress == 110 & id == 29336 replace nameshort = "KLEIN" if congress == 110 & id == 20711 replace nameshort = "HASTINGS" if congress == 110 & id == 29337 replace nameshort = "FEENEY" if congress == 110 & id == 20315 replace nameshort = "DIAZ-BALA" if congress == 110 & id == 20316 replace nameshort = "KINGSTON" if congress == 110 & id == 29338 replace nameshort = "BISHOP" if congress == 110 & id == 29339 replace nameshort = "WESTMORE" if congress == 110 & id == 20506 replace nameshort = "JOHNSON" if congress == 110 & id == 20712 replace nameshort = "LEWIS" if congress == 110 & id == 15431 replace nameshort = "PRICE" if congress == 110 & id == 20505 replace nameshort = "LINDER" if congress == 110 & id == 29341 replace nameshort = "MARSHALL" if congress == 110 & id == 20317 replace nameshort = "DEAL" if congress == 110 & id == 99342 replace nameshort = "NORWOOD" if congress == 110 & id == 29513 replace nameshort = "BROUN" if congress == 110 & id == 20753 replace nameshort = "GINGREY" if congress == 110 & id == 20319 replace nameshort = "BARROW" if congress == 110 & id == 20507 replace nameshort = "SCOTT" if congress == 110 & id == 20321 replace nameshort = "ABERCROM" if congress == 110 & id == 15245 replace nameshort = "HIRONO" if congress == 110 & id == 20713 replace nameshort = "SALI" if congress == 110 & id == 20714 replace nameshort = "SIMPSON" if congress == 110 & id == 29910 replace nameshort = "RUSH" if congress == 110 & id == 29346 replace nameshort = "JACKSON" if congress == 110 & id == 29585 replace nameshort = "LIPINSKI" if congress == 110 & id == 20508 replace nameshort = "GUTIERRE" if congress == 110 & id == 29348 replace nameshort = "EMANUEL" if congress == 110 & id == 20323 replace nameshort = "ROSKAM" if congress == 110 & id == 20715 replace nameshort = "DAVIS" if congress == 110 & id == 29717 replace nameshort = "BEAN" if congress == 110 & id == 20509 replace nameshort = "SCHAKOWS" if congress == 110 & id == 29911 replace nameshort = "KIRK" if congress == 110 & id == 20115 replace nameshort = "WELLER" if congress == 110 & id == 29516 replace nameshort = "COSTELLO" if congress == 110 & id == 15453 replace nameshort = "BIGGERT" if congress == 110 & id == 29912 replace nameshort = "HASTERT" if congress == 110 & id == 15417 replace nameshort = "FOSTER" if congress == 110 & id == 20749 replace nameshort = "JOHNSON" if congress == 110 & id == 20116 replace nameshort = "MANZULLO" if congress == 110 & id == 29349 replace nameshort = "HARE" if congress == 110 & id == 20716 replace nameshort = "LAHOOD" if congress == 110 & id == 29517 replace nameshort = "SHIMKUS" if congress == 110 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 110 & id == 15124 replace nameshort = "DONNELLY" if congress == 110 & id == 20717 replace nameshort = "SOUDER" if congress == 110 & id == 29519 replace nameshort = "BUYER" if congress == 110 & id == 29350 replace nameshort = "BURTON" if congress == 110 & id == 15014 replace nameshort = "PENCE" if congress == 110 & id == 20117 replace nameshort = "CARSON" if congress == 110 & id == 29720 replace nameshort = "CARSON" if congress == 110 & id == 20757 replace nameshort = "ELLSWORTH" if congress == 110 & id == 20718 replace nameshort = "HILL" if congress == 110 & id == 29914 replace nameshort = "BRALEY" if congress == 110 & id == 20719 replace nameshort = "LOEBSACK" if congress == 110 & id == 20720 replace nameshort = "BOSWELL" if congress == 110 & id == 29721 replace nameshort = "LATHAM" if congress == 110 & id == 29522 replace nameshort = "KING" if congress == 110 & id == 20325 replace nameshort = "MORAN" if congress == 110 & id == 29722 replace nameshort = "BOYDA" if congress == 110 & id == 20721 replace nameshort = "MOORE" if congress == 110 & id == 29915 replace nameshort = "TIAHRT" if congress == 110 & id == 29524 replace nameshort = "WHITFIEL" if congress == 110 & id == 29525 replace nameshort = "LEWIS" if congress == 110 & id == 29352 replace nameshort = "YARMUTH" if congress == 110 & id == 20723 replace nameshort = "DAVIS" if congress == 110 & id == 20511 replace nameshort = "ROGERS" if congress == 110 & id == 14854 replace nameshort = "CHANDLER" if congress == 110 & id == 20326 replace nameshort = "JINDAL" if congress == 110 & id == 20512 replace nameshort = "SCALISE" if congress == 110 & id == 20759 replace nameshort = "JEFFERSO" if congress == 110 & id == 29120 replace nameshort = "MELANCON" if congress == 110 & id == 20513 replace nameshort = "MCCRERY" if congress == 110 & id == 15451 replace nameshort = "ALEXANDER" if congress == 110 & id == 90327 replace nameshort = "BAKER" if congress == 110 & id == 15401 replace nameshort = "CAZAYOUX" if congress == 110 & id == 20760 replace nameshort = "BOUSTANY" if congress == 110 & id == 20514 replace nameshort = "ALLEN" if congress == 110 & id == 29728 replace nameshort = "MICHAUD" if congress == 110 & id == 20328 replace nameshort = "GILCHRES" if congress == 110 & id == 29122 replace nameshort = "RUPPERSBE" if congress == 110 & id == 20329 replace nameshort = "SARBANES" if congress == 110 & id == 20724 replace nameshort = "WYNN" if congress == 110 & id == 29355 replace nameshort = "EDWARDS" if congress == 110 & id == 20763 replace nameshort = "HOYER" if congress == 110 & id == 14873 replace nameshort = "BARTLETT" if congress == 110 & id == 29356 replace nameshort = "CUMMINGS" if congress == 110 & id == 29587 replace nameshort = "VAN HOLLE" if congress == 110 & id == 20330 replace nameshort = "OLVER" if congress == 110 & id == 29123 replace nameshort = "NEAL" if congress == 110 & id == 15616 replace nameshort = "MCGOVERN" if congress == 110 & id == 29729 replace nameshort = "FRANK" if congress == 110 & id == 14824 replace nameshort = "MEEHAN" if congress == 110 & id == 29358 replace nameshort = "TSONGAS" if congress == 110 & id == 20754 replace nameshort = "TIERNEY" if congress == 110 & id == 29730 replace nameshort = "MARKEY" if congress == 110 & id == 14435 replace nameshort = "CAPUANO" if congress == 110 & id == 29919 replace nameshort = "LYNCH" if congress == 110 & id == 20119 replace nameshort = "DELAHUNT" if congress == 110 & id == 29731 replace nameshort = "STUPAK" if congress == 110 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 110 & id == 29361 replace nameshort = "EHLERS" if congress == 110 & id == 29362 replace nameshort = "CAMP" if congress == 110 & id == 29124 replace nameshort = "KILDEE" if congress == 110 & id == 14430 replace nameshort = "UPTON" if congress == 110 & id == 15446 replace nameshort = "WALBERG" if congress == 110 & id == 20725 replace nameshort = "ROGERS" if congress == 110 & id == 20120 replace nameshort = "KNOLLENB" if congress == 110 & id == 29365 replace nameshort = "MILLER" if congress == 110 & id == 20331 replace nameshort = "MCCOTTER" if congress == 110 & id == 20332 replace nameshort = "LEVIN" if congress == 110 & id == 15033 replace nameshort = "KILPATRI" if congress == 110 & id == 29733 replace nameshort = "CONYERS" if congress == 110 & id == 10713 replace nameshort = "DINGELL" if congress == 110 & id == 2605 replace nameshort = "WALZ" if congress == 110 & id == 20726 replace nameshort = "KLINE" if congress == 110 & id == 20333 replace nameshort = "RAMSTAD" if congress == 110 & id == 29126 replace nameshort = "MCCOLLUM" if congress == 110 & id == 20122 replace nameshort = "ELLISON" if congress == 110 & id == 20727 replace nameshort = "BACHMANN" if congress == 110 & id == 20728 replace nameshort = "PETERSON" if congress == 110 & id == 29127 replace nameshort = "OBERSTAR" if congress == 110 & id == 14265 replace nameshort = "WICKER" if congress == 110 & id == 29534 replace nameshort = "CHILDERS" if congress == 110 & id == 20761 replace nameshort = "THOMPSON" if congress == 110 & id == 29368 replace nameshort = "PICKERIN" if congress == 110 & id == 29734 replace nameshort = "TAYLOR" if congress == 110 & id == 15637 replace nameshort = "CLAY" if congress == 110 & id == 20147 replace nameshort = "AKIN" if congress == 110 & id == 20123 replace nameshort = "CARNAHAN" if congress == 110 & id == 20516 replace nameshort = "SKELTON" if congress == 110 & id == 14451 replace nameshort = "CLEAVER" if congress == 110 & id == 20517 replace nameshort = "GRAVES" if congress == 110 & id == 20124 replace nameshort = "BLUNT" if congress == 110 & id == 29735 replace nameshort = "EMERSON" if congress == 110 & id == 29736 replace nameshort = "HULSHOF" if congress == 110 & id == 29737 replace nameshort = "REHBERG" if congress == 110 & id == 20125 replace nameshort = "FORTENBE" if congress == 110 & id == 20518 replace nameshort = "TERRY" if congress == 110 & id == 29921 replace nameshort = "SMITH" if congress == 110 & id == 20729 replace nameshort = "BERKLEY" if congress == 110 & id == 29922 replace nameshort = "HELLER" if congress == 110 & id == 20730 replace nameshort = "PORTER" if congress == 110 & id == 20334 replace nameshort = "SHEA-PORTER" if congress == 110 & id == 20731 replace nameshort = "HODES" if congress == 110 & id == 20732 replace nameshort = "ANDREWS" if congress == 110 & id == 29132 replace nameshort = "LOBIONDO" if congress == 110 & id == 29539 replace nameshort = "SAXTON" if congress == 110 & id == 15112 replace nameshort = "SMITH" if congress == 110 & id == 14863 replace nameshort = "GARRETT" if congress == 110 & id == 20336 replace nameshort = "PALLONE" if congress == 110 & id == 15454 replace nameshort = "FERGUSON" if congress == 110 & id == 20127 replace nameshort = "PASCRELL" if congress == 110 & id == 29741 replace nameshort = "ROTHMAN" if congress == 110 & id == 29742 replace nameshort = "PAYNE" if congress == 110 & id == 15619 replace nameshort = "FRELINGH" if congress == 110 & id == 29541 replace nameshort = "HOLT" if congress == 110 & id == 29923 replace nameshort = "SIRES" if congress == 110 & id == 20542 replace nameshort = "WILSON" if congress == 110 & id == 29779 replace nameshort = "PEARCE" if congress == 110 & id == 20337 replace nameshort = "UDALL" if congress == 110 & id == 29924 replace nameshort = "BISHOP" if congress == 110 & id == 20338 replace nameshort = "ISRAEL" if congress == 110 & id == 20129 replace nameshort = "KING" if congress == 110 & id == 29375 replace nameshort = "MCCARTHY" if congress == 110 & id == 29744 replace nameshort = "ACKERMAN" if congress == 110 & id == 15000 replace nameshort = "MEEKS" if congress == 110 & id == 29776 replace nameshort = "CROWLEY" if congress == 110 & id == 29925 replace nameshort = "NADLER" if congress == 110 & id == 29377 replace nameshort = "WEINER" if congress == 110 & id == 29926 replace nameshort = "TOWNS" if congress == 110 & id == 15072 replace nameshort = "CLARKE" if congress == 110 & id == 20733 replace nameshort = "VELAZQUE" if congress == 110 & id == 29378 replace nameshort = "FOSSELLA" if congress == 110 & id == 29773 replace nameshort = "MALONEY" if congress == 110 & id == 29379 replace nameshort = "RANGEL" if congress == 110 & id == 13035 replace nameshort = "SERRANO" if congress == 110 & id == 29134 replace nameshort = "ENGEL" if congress == 110 & id == 15603 replace nameshort = "LOWEY" if congress == 110 & id == 15612 replace nameshort = "HALL" if congress == 110 & id == 20734 replace nameshort = "GILLIBRAND" if congress == 110 & id == 20735 replace nameshort = "MCNULTY" if congress == 110 & id == 15614 replace nameshort = "HINCHEY" if congress == 110 & id == 29380 replace nameshort = "MCHUGH" if congress == 110 & id == 39316 replace nameshort = "ARCURI" if congress == 110 & id == 20736 replace nameshort = "WALSH" if congress == 110 & id == 15630 replace nameshort = "REYNOLDS" if congress == 110 & id == 29928 replace nameshort = "HIGGINS" if congress == 110 & id == 20519 replace nameshort = "SLAUGHTE" if congress == 110 & id == 15444 replace nameshort = "KUHL" if congress == 110 & id == 20520 replace nameshort = "BUTTERFI" if congress == 110 & id == 20340 replace nameshort = "ETHERIDG" if congress == 110 & id == 29745 replace nameshort = "JONES" if congress == 110 & id == 29546 replace nameshort = "PRICE" if congress == 110 & id == 15438 replace nameshort = "FOXX" if congress == 110 & id == 20521 replace nameshort = "COBLE" if congress == 110 & id == 15092 replace nameshort = "MCINTYRE" if congress == 110 & id == 29746 replace nameshort = "HAYES" if congress == 110 & id == 29929 replace nameshort = "MYRICK" if congress == 110 & id == 29549 replace nameshort = "MCHENRY" if congress == 110 & id == 20522 replace nameshort = "SHULER" if congress == 110 & id == 20737 replace nameshort = "WATT" if congress == 110 & id == 29383 replace nameshort = "MILLER" if congress == 110 & id == 20341 replace nameshort = "POMEROY" if congress == 110 & id == 29384 replace nameshort = "CHABOT" if congress == 110 & id == 29550 replace nameshort = "SCHMIDT" if congress == 110 & id == 20540 replace nameshort = "TURNER" if congress == 110 & id == 20342 replace nameshort = "JORDAN" if congress == 110 & id == 20738 replace nameshort = "GILLMOR" if congress == 110 & id == 15604 replace nameshort = "LATTA" if congress == 110 & id == 20755 replace nameshort = "WILSON" if congress == 110 & id == 20739 replace nameshort = "HOBSON" if congress == 110 & id == 29136 replace nameshort = "BOEHNER" if congress == 110 & id == 29137 replace nameshort = "KAPTUR" if congress == 110 & id == 15029 replace nameshort = "KUCINICH" if congress == 110 & id == 29748 replace nameshort = "JONES" if congress == 110 & id == 29930 replace nameshort = "TIBERI" if congress == 110 & id == 20130 replace nameshort = "SUTTON" if congress == 110 & id == 20740 replace nameshort = "LATOURET" if congress == 110 & id == 29553 replace nameshort = "PRYCE" if congress == 110 & id == 29390 replace nameshort = "REGULA" if congress == 110 & id == 14045 replace nameshort = "RYAN" if congress == 110 & id == 20343 replace nameshort = "SPACE" if congress == 110 & id == 20741 replace nameshort = "SULLIVAN" if congress == 110 & id == 20131 replace nameshort = "BOREN" if congress == 110 & id == 20523 replace nameshort = "LUCAS" if congress == 110 & id == 29393 replace nameshort = "COLE" if congress == 110 & id == 20344 replace nameshort = "FALLIN" if congress == 110 & id == 20742 replace nameshort = "WU" if congress == 110 & id == 29931 replace nameshort = "WALDEN" if congress == 110 & id == 29932 replace nameshort = "BLUMENAU" if congress == 110 & id == 29588 replace nameshort = "DEFAZIO" if congress == 110 & id == 15410 replace nameshort = "HOOLEY" if congress == 110 & id == 29750 replace nameshort = "BRADY" if congress == 110 & id == 29777 replace nameshort = "FATTAH" if congress == 110 & id == 29559 replace nameshort = "ENGLISH" if congress == 110 & id == 29563 replace nameshort = "ALTMIRE" if congress == 110 & id == 20743 replace nameshort = "PETERSON" if congress == 110 & id == 29751 replace nameshort = "GERLACH" if congress == 110 & id == 20345 replace nameshort = "SESTAK" if congress == 110 & id == 20744 replace nameshort = "MURPHY" if congress == 110 & id == 20745 replace nameshort = "SHUSTER" if congress == 110 & id == 20134 replace nameshort = "CARNEY" if congress == 110 & id == 20746 replace nameshort = "KANJORSK" if congress == 110 & id == 15104 replace nameshort = "MURTHA" if congress == 110 & id == 14072 replace nameshort = "SCHWARTZ" if congress == 110 & id == 20525 replace nameshort = "DOYLE" if congress == 110 & id == 29561 replace nameshort = "DENT" if congress == 110 & id == 20526 replace nameshort = "PITTS" if congress == 110 & id == 29752 replace nameshort = "HOLDEN" if congress == 110 & id == 29396 replace nameshort = "MURPHY" if congress == 110 & id == 20346 replace nameshort = "PLATTS" if congress == 110 & id == 20135 replace nameshort = "KENNEDY" if congress == 110 & id == 29564 replace nameshort = "LANGEVIN" if congress == 110 & id == 20136 replace nameshort = "BROWN" if congress == 110 & id == 20137 replace nameshort = "WILSON" if congress == 110 & id == 20138 replace nameshort = "BARRETT" if congress == 110 & id == 20347 replace nameshort = "INGLIS" if congress == 110 & id == 39300 replace nameshort = "SPRATT" if congress == 110 & id == 15064 replace nameshort = "CLYBURN" if congress == 110 & id == 39301 replace nameshort = "HERSETH" if congress == 110 & id == 20349 replace nameshort = "DAVIS" if congress == 110 & id == 20747 replace nameshort = "DUNCAN" if congress == 110 & id == 15455 replace nameshort = "WAMP" if congress == 110 & id == 29567 replace nameshort = "DAVIS" if congress == 110 & id == 20350 replace nameshort = "COOPER" if congress == 110 & id == 15019 replace nameshort = "GORDON" if congress == 110 & id == 15100 replace nameshort = "BLACKBURN" if congress == 110 & id == 20351 replace nameshort = "TANNER" if congress == 110 & id == 15628 replace nameshort = "COHEN" if congress == 110 & id == 20748 replace nameshort = "GOHMERT" if congress == 110 & id == 20527 replace nameshort = "POE" if congress == 110 & id == 20528 replace nameshort = "JOHNSON" if congress == 110 & id == 29143 replace nameshort = "HALL" if congress == 110 & id == 94828 replace nameshort = "HENSARLIN" if congress == 110 & id == 20352 replace nameshort = "BARTON" if congress == 110 & id == 15085 replace nameshort = "CULBERSO" if congress == 110 & id == 20139 replace nameshort = "BRADY" if congress == 110 & id == 29760 replace nameshort = "GREEN" if congress == 110 & id == 20529 replace nameshort = "MCCAUL" if congress == 110 & id == 20530 replace nameshort = "CONAWAY" if congress == 110 & id == 20531 replace nameshort = "GRANGER" if congress == 110 & id == 29762 replace nameshort = "THORNBER" if congress == 110 & id == 29572 replace nameshort = "PAUL" if congress == 110 & id == 14290 replace nameshort = "HINOJOSA" if congress == 110 & id == 29763 replace nameshort = "REYES" if congress == 110 & id == 29764 replace nameshort = "EDWARDS" if congress == 110 & id == 29144 replace nameshort = "JACKSON-" if congress == 110 & id == 29573 replace nameshort = "NEUGEBAUE" if congress == 110 & id == 20353 replace nameshort = "GONZALEZ" if congress == 110 & id == 29943 replace nameshort = "SMITH" if congress == 110 & id == 15445 replace nameshort = "LAMPSON" if congress == 110 & id == 29761 replace nameshort = "RODRIGUEZ" if congress == 110 & id == 29771 replace nameshort = "MARCHANT" if congress == 110 & id == 20532 replace nameshort = "DOGGETT" if congress == 110 & id == 29571 replace nameshort = "BURGESS" if congress == 110 & id == 20355 replace nameshort = "ORTIZ" if congress == 110 & id == 15049 replace nameshort = "CUELLAR" if congress == 110 & id == 20533 replace nameshort = "GREEN" if congress == 110 & id == 39304 replace nameshort = "JOHNSON" if congress == 110 & id == 39305 replace nameshort = "CARTER" if congress == 110 & id == 20356 replace nameshort = "SESSIONS" if congress == 110 & id == 29759 replace nameshort = "BISHOP" if congress == 110 & id == 20357 replace nameshort = "MATHESON" if congress == 110 & id == 20140 replace nameshort = "CANNON" if congress == 110 & id == 29766 replace nameshort = "WELCH" if congress == 110 & id == 20750 replace nameshort = "DAVIS" if congress == 110 & id == 20141 replace nameshort = "WITTMAN" if congress == 110 & id == 20756 replace nameshort = "DRAKE" if congress == 110 & id == 20534 replace nameshort = "SCOTT" if congress == 110 & id == 39307 replace nameshort = "FORBES" if congress == 110 & id == 20143 replace nameshort = "GOODE" if congress == 110 & id == 89767 replace nameshort = "GOODLATT" if congress == 110 & id == 39308 replace nameshort = "CANTOR" if congress == 110 & id == 20144 replace nameshort = "MORAN" if congress == 110 & id == 29149 replace nameshort = "BOUCHER" if congress == 110 & id == 15010 replace nameshort = "WOLF" if congress == 110 & id == 14869 replace nameshort = "DAVIS" if congress == 110 & id == 29576 replace nameshort = "INSLEE" if congress == 110 & id == 29937 replace nameshort = "LARSEN" if congress == 110 & id == 20145 replace nameshort = "BAIRD" if congress == 110 & id == 29938 replace nameshort = "HASTINGS" if congress == 110 & id == 29580 replace nameshort = "MCMORRIS" if congress == 110 & id == 20535 replace nameshort = "DICKS" if congress == 110 & id == 14413 replace nameshort = "MCDERMOT" if congress == 110 & id == 15613 replace nameshort = "REICHERT" if congress == 110 & id == 20536 replace nameshort = "SMITH" if congress == 110 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 110 & id == 15083 replace nameshort = "CAPITO" if congress == 110 & id == 20146 replace nameshort = "RAHALL" if congress == 110 & id == 14448 replace nameshort = "RYAN" if congress == 110 & id == 29939 replace nameshort = "BALDWIN" if congress == 110 & id == 29940 replace nameshort = "KIND" if congress == 110 & id == 29769 replace nameshort = "MOORE" if congress == 110 & id == 20537 replace nameshort = "SENSENBR" if congress == 110 & id == 14657 replace nameshort = "PETRI" if congress == 110 & id == 14675 replace nameshort = "OBEY" if congress == 110 & id == 12036 replace nameshort = "KAGEN" if congress == 110 & id == 20751 replace nameshort = "CUBIN" if congress == 110 & id == 29584 replace nameshort = "OBAMA" if congress == 111 & id == 99911 replace nameshort = "BONNER" if congress == 111 & id == 20300 replace nameshort = "BRIGHT" if congress == 111 & id == 20900 replace nameshort = "ROGERS" if congress == 111 & id == 20301 replace nameshort = "ADERHOLT" if congress == 111 & id == 29701 replace nameshort = "GRIFFITH" if congress == 111 & id == 20901 replace nameshort = "GRIFFITH" if congress == 111 & id == 90901 replace nameshort = "BACHUS" if congress == 111 & id == 29301 replace nameshort = "DAVIS" if congress == 111 & id == 20302 replace nameshort = "YOUNG" if congress == 111 & id == 14066 replace nameshort = "KIRKPATRICK" if congress == 111 & id == 20902 replace nameshort = "FRANKS" if congress == 111 & id == 20304 replace nameshort = "SHADEGG" if congress == 111 & id == 29501 replace nameshort = "PASTOR" if congress == 111 & id == 29101 replace nameshort = "MITCHELL" if congress == 111 & id == 20700 replace nameshort = "FLAKE" if congress == 111 & id == 20100 replace nameshort = "GRIJALVA" if congress == 111 & id == 20305 replace nameshort = "GIFFORDS" if congress == 111 & id == 20701 replace nameshort = "BERRY" if congress == 111 & id == 29702 replace nameshort = "SNYDER" if congress == 111 & id == 29703 replace nameshort = "BOOZMAN" if congress == 111 & id == 20101 replace nameshort = "ROSS" if congress == 111 & id == 20102 replace nameshort = "THOMPSON" if congress == 111 & id == 29901 replace nameshort = "HERGER" if congress == 111 & id == 15420 replace nameshort = "LUNGREN" if congress == 111 & id == 14647 replace nameshort = "MCCLINTOCK" if congress == 111 & id == 20903 replace nameshort = "MATSUI" if congress == 111 & id == 20538 replace nameshort = "WOOLSEY" if congress == 111 & id == 29309 replace nameshort = "MILLER" if congress == 111 & id == 14256 replace nameshort = "PELOSI" if congress == 111 & id == 15448 replace nameshort = "LEE" if congress == 111 & id == 29778 replace nameshort = "TAUSCHER" if congress == 111 & id == 29705 replace nameshort = "GARAMENDI" if congress == 111 & id == 20958 replace nameshort = "MCNERNEY" if congress == 111 & id == 20702 replace nameshort = "SPEIER" if congress == 111 & id == 20762 replace nameshort = "STARK" if congress == 111 & id == 14053 replace nameshort = "ESHOO" if congress == 111 & id == 29312 replace nameshort = "HONDA" if congress == 111 & id == 20103 replace nameshort = "LOFGREN" if congress == 111 & id == 29504 replace nameshort = "FARR" if congress == 111 & id == 29313 replace nameshort = "CARDOZA" if congress == 111 & id == 20306 replace nameshort = "RADANOVI" if congress == 111 & id == 29505 replace nameshort = "COSTA" if congress == 111 & id == 20501 replace nameshort = "NUNES" if congress == 111 & id == 20307 replace nameshort = "MCCARTHY" if congress == 111 & id == 20703 replace nameshort = "CAPPS" if congress == 111 & id == 29774 replace nameshort = "GALLEGLY" if congress == 111 & id == 15413 replace nameshort = "MCKEON" if congress == 111 & id == 29315 replace nameshort = "DREIER" if congress == 111 & id == 14813 replace nameshort = "SHERMAN" if congress == 111 & id == 29707 replace nameshort = "BERMAN" if congress == 111 & id == 15005 replace nameshort = "SCHIFF" if congress == 111 & id == 20104 replace nameshort = "WAXMAN" if congress == 111 & id == 14280 replace nameshort = "BECERRA" if congress == 111 & id == 29316 replace nameshort = "SOLIS" if congress == 111 & id == 20105 replace nameshort = "CHU" if congress == 111 & id == 20955 replace nameshort = "WATSON" if congress == 111 & id == 20106 replace nameshort = "ROYBAL-A" if congress == 111 & id == 29317 replace nameshort = "WATERS" if congress == 111 & id == 29106 replace nameshort = "HARMAN" if congress == 111 & id == 29318 replace nameshort = "RICHARDSON" if congress == 111 & id == 20752 replace nameshort = "NAPOLITA" if congress == 111 & id == 29903 replace nameshort = "SANCHEZ" if congress == 111 & id == 20310 replace nameshort = "ROYCE" if congress == 111 & id == 29321 replace nameshort = "LEWIS" if congress == 111 & id == 14644 replace nameshort = "MILLER" if congress == 111 & id == 29905 replace nameshort = "BACA" if congress == 111 & id == 29942 replace nameshort = "CALVERT" if congress == 111 & id == 29323 replace nameshort = "BONO MACK" if congress == 111 & id == 29775 replace nameshort = "ROHRABAC" if congress == 111 & id == 15621 replace nameshort = "SANCHEZ" if congress == 111 & id == 29709 replace nameshort = "CAMPBELL" if congress == 111 & id == 20539 replace nameshort = "ISSA" if congress == 111 & id == 20107 replace nameshort = "BILBRAY" if congress == 111 & id == 29508 replace nameshort = "FILNER" if congress == 111 & id == 29325 replace nameshort = "HUNTER" if congress == 111 & id == 20963 replace nameshort = "DAVIS" if congress == 111 & id == 20108 replace nameshort = "DEGETTE" if congress == 111 & id == 29710 replace nameshort = "POLIS" if congress == 111 & id == 20904 replace nameshort = "SALAZAR" if congress == 111 & id == 20502 replace nameshort = "MARKEY" if congress == 111 & id == 20905 replace nameshort = "LAMBORN" if congress == 111 & id == 20704 replace nameshort = "COFFMAN" if congress == 111 & id == 20906 replace nameshort = "PERLMUTTER" if congress == 111 & id == 20705 replace nameshort = "LARSON" if congress == 111 & id == 29908 replace nameshort = "COURTNEY" if congress == 111 & id == 20706 replace nameshort = "DELAURO" if congress == 111 & id == 29109 replace nameshort = "HIMES" if congress == 111 & id == 20907 replace nameshort = "MURPHY" if congress == 111 & id == 20707 replace nameshort = "CASTLE" if congress == 111 & id == 29327 replace nameshort = "MILLER" if congress == 111 & id == 20110 replace nameshort = "BOYD" if congress == 111 & id == 29713 replace nameshort = "BROWN" if congress == 111 & id == 29328 replace nameshort = "CRENSHAW" if congress == 111 & id == 20111 replace nameshort = "BROWN-WAI" if congress == 111 & id == 20313 replace nameshort = "STEARNS" if congress == 111 & id == 15627 replace nameshort = "MICA" if congress == 111 & id == 29331 replace nameshort = "GRAYSON" if congress == 111 & id == 20908 replace nameshort = "BILIRAKI" if congress == 111 & id == 20758 replace nameshort = "YOUNG" if congress == 111 & id == 13047 replace nameshort = "CASTOR" if congress == 111 & id == 20708 replace nameshort = "PUTNAM" if congress == 111 & id == 20113 replace nameshort = "BUCHANAN" if congress == 111 & id == 20709 replace nameshort = "MACK" if congress == 111 & id == 20503 replace nameshort = "POSEY" if congress == 111 & id == 20909 replace nameshort = "ROONEY" if congress == 111 & id == 20910 replace nameshort = "MEEK" if congress == 111 & id == 20358 replace nameshort = "ROS-LEHT" if congress == 111 & id == 15634 replace nameshort = "WEXLER" if congress == 111 & id == 29715 replace nameshort = "DEUTCH" if congress == 111 & id == 20959 replace nameshort = "WASSERMA" if congress == 111 & id == 20504 replace nameshort = "DIAZ-BAL" if congress == 111 & id == 29336 replace nameshort = "KLEIN" if congress == 111 & id == 20711 replace nameshort = "HASTINGS" if congress == 111 & id == 29337 replace nameshort = "KOSMAS" if congress == 111 & id == 20911 replace nameshort = "DIAZ-BALA" if congress == 111 & id == 20316 replace nameshort = "KINGSTON" if congress == 111 & id == 29338 replace nameshort = "BISHOP" if congress == 111 & id == 29339 replace nameshort = "WESTMORE" if congress == 111 & id == 20506 replace nameshort = "JOHNSON" if congress == 111 & id == 20712 replace nameshort = "LEWIS" if congress == 111 & id == 15431 replace nameshort = "PRICE" if congress == 111 & id == 20505 replace nameshort = "LINDER" if congress == 111 & id == 29341 replace nameshort = "MARSHALL" if congress == 111 & id == 20317 replace nameshort = "DEAL" if congress == 111 & id == 99342 replace nameshort = "GRAVES" if congress == 111 & id == 20962 replace nameshort = "BROUN" if congress == 111 & id == 20753 replace nameshort = "GINGREY" if congress == 111 & id == 20319 replace nameshort = "BARROW" if congress == 111 & id == 20507 replace nameshort = "SCOTT" if congress == 111 & id == 20321 replace nameshort = "ABERCROM" if congress == 111 & id == 15245 replace nameshort = "DJOU" if congress == 111 & id == 20961 replace nameshort = "HIRONO" if congress == 111 & id == 20713 replace nameshort = "MINNICK" if congress == 111 & id == 20912 replace nameshort = "SIMPSON" if congress == 111 & id == 29910 replace nameshort = "RUSH" if congress == 111 & id == 29346 replace nameshort = "JACKSON" if congress == 111 & id == 29585 replace nameshort = "LIPINSKI" if congress == 111 & id == 20508 replace nameshort = "GUTIERRE" if congress == 111 & id == 29348 replace nameshort = "QUIGLEY" if congress == 111 & id == 20954 replace nameshort = "ROSKAM" if congress == 111 & id == 20715 replace nameshort = "DAVIS" if congress == 111 & id == 29717 replace nameshort = "BEAN" if congress == 111 & id == 20509 replace nameshort = "SCHAKOWS" if congress == 111 & id == 29911 replace nameshort = "KIRK" if congress == 111 & id == 20115 replace nameshort = "HALVORSON" if congress == 111 & id == 20913 replace nameshort = "COSTELLO" if congress == 111 & id == 15453 replace nameshort = "BIGGERT" if congress == 111 & id == 29912 replace nameshort = "FOSTER" if congress == 111 & id == 20749 replace nameshort = "JOHNSON" if congress == 111 & id == 20116 replace nameshort = "MANZULLO" if congress == 111 & id == 29349 replace nameshort = "HARE" if congress == 111 & id == 20716 replace nameshort = "SCHOCK" if congress == 111 & id == 20914 replace nameshort = "SHIMKUS" if congress == 111 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 111 & id == 15124 replace nameshort = "DONNELLY" if congress == 111 & id == 20717 replace nameshort = "SOUDER" if congress == 111 & id == 29519 replace nameshort = "STUTZMAN" if congress == 111 & id == 21100 replace nameshort = "BUYER" if congress == 111 & id == 29350 replace nameshort = "BURTON" if congress == 111 & id == 15014 replace nameshort = "PENCE" if congress == 111 & id == 20117 replace nameshort = "CARSON" if congress == 111 & id == 20757 replace nameshort = "ELLSWORTH" if congress == 111 & id == 20718 replace nameshort = "HILL" if congress == 111 & id == 29914 replace nameshort = "BRALEY" if congress == 111 & id == 20719 replace nameshort = "LOEBSACK" if congress == 111 & id == 20720 replace nameshort = "BOSWELL" if congress == 111 & id == 29721 replace nameshort = "LATHAM" if congress == 111 & id == 29522 replace nameshort = "KING" if congress == 111 & id == 20325 replace nameshort = "MORAN" if congress == 111 & id == 29722 replace nameshort = "JENKINS" if congress == 111 & id == 20915 replace nameshort = "MOORE" if congress == 111 & id == 29915 replace nameshort = "TIAHRT" if congress == 111 & id == 29524 replace nameshort = "WHITFIEL" if congress == 111 & id == 29525 replace nameshort = "GUTHRIE" if congress == 111 & id == 20916 replace nameshort = "YARMUTH" if congress == 111 & id == 20723 replace nameshort = "DAVIS" if congress == 111 & id == 20511 replace nameshort = "ROGERS" if congress == 111 & id == 14854 replace nameshort = "CHANDLER" if congress == 111 & id == 20326 replace nameshort = "SCALISE" if congress == 111 & id == 20759 replace nameshort = "CAO" if congress == 111 & id == 20917 replace nameshort = "MELANCON" if congress == 111 & id == 20513 replace nameshort = "FLEMING" if congress == 111 & id == 20918 replace nameshort = "ALEXANDER" if congress == 111 & id == 90327 replace nameshort = "CASSIDY" if congress == 111 & id == 20919 replace nameshort = "BOUSTANY" if congress == 111 & id == 20514 replace nameshort = "PINGREE" if congress == 111 & id == 20920 replace nameshort = "MICHAUD" if congress == 111 & id == 20328 replace nameshort = "KRATOVIL" if congress == 111 & id == 20921 replace nameshort = "RUPPERSBE" if congress == 111 & id == 20329 replace nameshort = "SARBANES" if congress == 111 & id == 20724 replace nameshort = "EDWARDS" if congress == 111 & id == 20763 replace nameshort = "HOYER" if congress == 111 & id == 14873 replace nameshort = "BARTLETT" if congress == 111 & id == 29356 replace nameshort = "CUMMINGS" if congress == 111 & id == 29587 replace nameshort = "VAN HOLLE" if congress == 111 & id == 20330 replace nameshort = "OLVER" if congress == 111 & id == 29123 replace nameshort = "NEAL" if congress == 111 & id == 15616 replace nameshort = "MCGOVERN" if congress == 111 & id == 29729 replace nameshort = "FRANK" if congress == 111 & id == 14824 replace nameshort = "TSONGAS" if congress == 111 & id == 20754 replace nameshort = "TIERNEY" if congress == 111 & id == 29730 replace nameshort = "MARKEY" if congress == 111 & id == 14435 replace nameshort = "CAPUANO" if congress == 111 & id == 29919 replace nameshort = "LYNCH" if congress == 111 & id == 20119 replace nameshort = "DELAHUNT" if congress == 111 & id == 29731 replace nameshort = "STUPAK" if congress == 111 & id == 29360 replace nameshort = "HOEKSTRA" if congress == 111 & id == 29361 replace nameshort = "EHLERS" if congress == 111 & id == 29362 replace nameshort = "CAMP" if congress == 111 & id == 29124 replace nameshort = "KILDEE" if congress == 111 & id == 14430 replace nameshort = "UPTON" if congress == 111 & id == 15446 replace nameshort = "SCHAUER" if congress == 111 & id == 20922 replace nameshort = "ROGERS" if congress == 111 & id == 20120 replace nameshort = "PETERS" if congress == 111 & id == 20923 replace nameshort = "MILLER" if congress == 111 & id == 20331 replace nameshort = "MCCOTTER" if congress == 111 & id == 20332 replace nameshort = "LEVIN" if congress == 111 & id == 15033 replace nameshort = "KILPATRI" if congress == 111 & id == 29733 replace nameshort = "CONYERS" if congress == 111 & id == 10713 replace nameshort = "DINGELL" if congress == 111 & id == 2605 replace nameshort = "WALZ" if congress == 111 & id == 20726 replace nameshort = "KLINE" if congress == 111 & id == 20333 replace nameshort = "PAULSEN" if congress == 111 & id == 20924 replace nameshort = "MCCOLLUM" if congress == 111 & id == 20122 replace nameshort = "ELLISON" if congress == 111 & id == 20727 replace nameshort = "BACHMANN" if congress == 111 & id == 20728 replace nameshort = "PETERSON" if congress == 111 & id == 29127 replace nameshort = "OBERSTAR" if congress == 111 & id == 14265 replace nameshort = "CHILDERS" if congress == 111 & id == 20761 replace nameshort = "THOMPSON" if congress == 111 & id == 29368 replace nameshort = "HARPER" if congress == 111 & id == 20925 replace nameshort = "TAYLOR" if congress == 111 & id == 15637 replace nameshort = "CLAY" if congress == 111 & id == 20147 replace nameshort = "AKIN" if congress == 111 & id == 20123 replace nameshort = "CARNAHAN" if congress == 111 & id == 20516 replace nameshort = "SKELTON" if congress == 111 & id == 14451 replace nameshort = "CLEAVER" if congress == 111 & id == 20517 replace nameshort = "GRAVES" if congress == 111 & id == 20124 replace nameshort = "BLUNT" if congress == 111 & id == 29735 replace nameshort = "EMERSON" if congress == 111 & id == 29736 replace nameshort = "LUETKEMEYER" if congress == 111 & id == 20926 replace nameshort = "REHBERG" if congress == 111 & id == 20125 replace nameshort = "FORTENBE" if congress == 111 & id == 20518 replace nameshort = "TERRY" if congress == 111 & id == 29921 replace nameshort = "SMITH" if congress == 111 & id == 20729 replace nameshort = "BERKLEY" if congress == 111 & id == 29922 replace nameshort = "HELLER" if congress == 111 & id == 20730 replace nameshort = "TITUS" if congress == 111 & id == 20927 replace nameshort = "SHEA-PORTER" if congress == 111 & id == 20731 replace nameshort = "HODES" if congress == 111 & id == 20732 replace nameshort = "ANDREWS" if congress == 111 & id == 29132 replace nameshort = "LOBIONDO" if congress == 111 & id == 29539 replace nameshort = "ADLER" if congress == 111 & id == 20928 replace nameshort = "SMITH" if congress == 111 & id == 14863 replace nameshort = "GARRETT" if congress == 111 & id == 20336 replace nameshort = "PALLONE" if congress == 111 & id == 15454 replace nameshort = "LANCE" if congress == 111 & id == 20929 replace nameshort = "PASCRELL" if congress == 111 & id == 29741 replace nameshort = "ROTHMAN" if congress == 111 & id == 29742 replace nameshort = "PAYNE" if congress == 111 & id == 15619 replace nameshort = "FRELINGH" if congress == 111 & id == 29541 replace nameshort = "HOLT" if congress == 111 & id == 29923 replace nameshort = "SIRES" if congress == 111 & id == 20542 replace nameshort = "HEINRICH" if congress == 111 & id == 20930 replace nameshort = "TEAGUE" if congress == 111 & id == 20931 replace nameshort = "LUJAN" if congress == 111 & id == 20932 replace nameshort = "BISHOP" if congress == 111 & id == 20338 replace nameshort = "ISRAEL" if congress == 111 & id == 20129 replace nameshort = "KING" if congress == 111 & id == 29375 replace nameshort = "MCCARTHY" if congress == 111 & id == 29744 replace nameshort = "ACKERMAN" if congress == 111 & id == 15000 replace nameshort = "MEEKS" if congress == 111 & id == 29776 replace nameshort = "CROWLEY" if congress == 111 & id == 29925 replace nameshort = "NADLER" if congress == 111 & id == 29377 replace nameshort = "WEINER" if congress == 111 & id == 29926 replace nameshort = "TOWNS" if congress == 111 & id == 15072 replace nameshort = "CLARKE" if congress == 111 & id == 20733 replace nameshort = "VELAZQUE" if congress == 111 & id == 29378 replace nameshort = "MCMAHON" if congress == 111 & id == 20933 replace nameshort = "MALONEY" if congress == 111 & id == 29379 replace nameshort = "RANGEL" if congress == 111 & id == 13035 replace nameshort = "SERRANO" if congress == 111 & id == 29134 replace nameshort = "ENGEL" if congress == 111 & id == 15603 replace nameshort = "LOWEY" if congress == 111 & id == 15612 replace nameshort = "HALL" if congress == 111 & id == 20734 replace nameshort = "GILLIBRAND" if congress == 111 & id == 20735 replace nameshort = "MURPHY" if congress == 111 & id == 20956 replace nameshort = "TONKO" if congress == 111 & id == 20934 replace nameshort = "HINCHEY" if congress == 111 & id == 29380 replace nameshort = "MCHUGH" if congress == 111 & id == 39316 replace nameshort = "OWENS" if congress == 111 & id == 20957 replace nameshort = "ARCURI" if congress == 111 & id == 20736 replace nameshort = "MAFFEI" if congress == 111 & id == 20935 replace nameshort = "LEE" if congress == 111 & id == 20936 replace nameshort = "HIGGINS" if congress == 111 & id == 20519 replace nameshort = "SLAUGHTE" if congress == 111 & id == 15444 replace nameshort = "MASSA" if congress == 111 & id == 20937 replace nameshort = "REED" if congress == 111 & id == 21101 replace nameshort = "BUTTERFI" if congress == 111 & id == 20340 replace nameshort = "ETHERIDG" if congress == 111 & id == 29745 replace nameshort = "JONES" if congress == 111 & id == 29546 replace nameshort = "PRICE" if congress == 111 & id == 15438 replace nameshort = "FOXX" if congress == 111 & id == 20521 replace nameshort = "COBLE" if congress == 111 & id == 15092 replace nameshort = "MCINTYRE" if congress == 111 & id == 29746 replace nameshort = "KISSELL" if congress == 111 & id == 20938 replace nameshort = "MYRICK" if congress == 111 & id == 29549 replace nameshort = "MCHENRY" if congress == 111 & id == 20522 replace nameshort = "SHULER" if congress == 111 & id == 20737 replace nameshort = "WATT" if congress == 111 & id == 29383 replace nameshort = "MILLER" if congress == 111 & id == 20341 replace nameshort = "POMEROY" if congress == 111 & id == 29384 replace nameshort = "DRIEHAUS" if congress == 111 & id == 20939 replace nameshort = "SCHMIDT" if congress == 111 & id == 20540 replace nameshort = "TURNER" if congress == 111 & id == 20342 replace nameshort = "JORDAN" if congress == 111 & id == 20738 replace nameshort = "LATTA" if congress == 111 & id == 20755 replace nameshort = "WILSON" if congress == 111 & id == 20739 replace nameshort = "AUSTRIA" if congress == 111 & id == 20940 replace nameshort = "BOEHNER" if congress == 111 & id == 29137 replace nameshort = "KAPTUR" if congress == 111 & id == 15029 replace nameshort = "KUCINICH" if congress == 111 & id == 29748 replace nameshort = "FUDGE" if congress == 111 & id == 20941 replace nameshort = "TIBERI" if congress == 111 & id == 20130 replace nameshort = "SUTTON" if congress == 111 & id == 20740 replace nameshort = "LATOURET" if congress == 111 & id == 29553 replace nameshort = "KILROY" if congress == 111 & id == 20942 replace nameshort = "BOCCIERI" if congress == 111 & id == 20943 replace nameshort = "RYAN" if congress == 111 & id == 20343 replace nameshort = "SPACE" if congress == 111 & id == 20741 replace nameshort = "SULLIVAN" if congress == 111 & id == 20131 replace nameshort = "BOREN" if congress == 111 & id == 20523 replace nameshort = "LUCAS" if congress == 111 & id == 29393 replace nameshort = "COLE" if congress == 111 & id == 20344 replace nameshort = "FALLIN" if congress == 111 & id == 20742 replace nameshort = "WU" if congress == 111 & id == 29931 replace nameshort = "WALDEN" if congress == 111 & id == 29932 replace nameshort = "BLUMENAU" if congress == 111 & id == 29588 replace nameshort = "DEFAZIO" if congress == 111 & id == 15410 replace nameshort = "SCHRADER" if congress == 111 & id == 20944 replace nameshort = "BRADY" if congress == 111 & id == 29777 replace nameshort = "FATTAH" if congress == 111 & id == 29559 replace nameshort = "DAHLKEMPER" if congress == 111 & id == 20945 replace nameshort = "ALTMIRE" if congress == 111 & id == 20743 replace nameshort = "THOMPSON" if congress == 111 & id == 20946 replace nameshort = "GERLACH" if congress == 111 & id == 20345 replace nameshort = "SESTAK" if congress == 111 & id == 20744 replace nameshort = "MURPHY" if congress == 111 & id == 20745 replace nameshort = "SHUSTER" if congress == 111 & id == 20134 replace nameshort = "CARNEY" if congress == 111 & id == 20746 replace nameshort = "KANJORSK" if congress == 111 & id == 15104 replace nameshort = "MURTHA" if congress == 111 & id == 14072 replace nameshort = "CRITZ" if congress == 111 & id == 20960 replace nameshort = "SCHWARTZ" if congress == 111 & id == 20525 replace nameshort = "DOYLE" if congress == 111 & id == 29561 replace nameshort = "DENT" if congress == 111 & id == 20526 replace nameshort = "PITTS" if congress == 111 & id == 29752 replace nameshort = "HOLDEN" if congress == 111 & id == 29396 replace nameshort = "MURPHY" if congress == 111 & id == 20346 replace nameshort = "PLATTS" if congress == 111 & id == 20135 replace nameshort = "KENNEDY" if congress == 111 & id == 29564 replace nameshort = "LANGEVIN" if congress == 111 & id == 20136 replace nameshort = "BROWN" if congress == 111 & id == 20137 replace nameshort = "WILSON" if congress == 111 & id == 20138 replace nameshort = "BARRETT" if congress == 111 & id == 20347 replace nameshort = "INGLIS" if congress == 111 & id == 39300 replace nameshort = "SPRATT" if congress == 111 & id == 15064 replace nameshort = "CLYBURN" if congress == 111 & id == 39301 replace nameshort = "HERSETH SAN" if congress == 111 & id == 20349 replace nameshort = "ROE" if congress == 111 & id == 20947 replace nameshort = "DUNCAN" if congress == 111 & id == 15455 replace nameshort = "WAMP" if congress == 111 & id == 29567 replace nameshort = "DAVIS" if congress == 111 & id == 20350 replace nameshort = "COOPER" if congress == 111 & id == 15019 replace nameshort = "GORDON" if congress == 111 & id == 15100 replace nameshort = "BLACKBURN" if congress == 111 & id == 20351 replace nameshort = "TANNER" if congress == 111 & id == 15628 replace nameshort = "COHEN" if congress == 111 & id == 20748 replace nameshort = "GOHMERT" if congress == 111 & id == 20527 replace nameshort = "POE" if congress == 111 & id == 20528 replace nameshort = "JOHNSON" if congress == 111 & id == 29143 replace nameshort = "HALL" if congress == 111 & id == 94828 replace nameshort = "HENSARLIN" if congress == 111 & id == 20352 replace nameshort = "BARTON" if congress == 111 & id == 15085 replace nameshort = "CULBERSO" if congress == 111 & id == 20139 replace nameshort = "BRADY" if congress == 111 & id == 29760 replace nameshort = "GREEN" if congress == 111 & id == 20529 replace nameshort = "MCCAUL" if congress == 111 & id == 20530 replace nameshort = "CONAWAY" if congress == 111 & id == 20531 replace nameshort = "GRANGER" if congress == 111 & id == 29762 replace nameshort = "THORNBER" if congress == 111 & id == 29572 replace nameshort = "PAUL" if congress == 111 & id == 14290 replace nameshort = "HINOJOSA" if congress == 111 & id == 29763 replace nameshort = "REYES" if congress == 111 & id == 29764 replace nameshort = "EDWARDS" if congress == 111 & id == 29144 replace nameshort = "JACKSON-" if congress == 111 & id == 29573 replace nameshort = "NEUGEBAUE" if congress == 111 & id == 20353 replace nameshort = "GONZALEZ" if congress == 111 & id == 29943 replace nameshort = "SMITH" if congress == 111 & id == 15445 replace nameshort = "OLSON" if congress == 111 & id == 20948 replace nameshort = "RODRIGUEZ" if congress == 111 & id == 29771 replace nameshort = "MARCHANT" if congress == 111 & id == 20532 replace nameshort = "DOGGETT" if congress == 111 & id == 29571 replace nameshort = "BURGESS" if congress == 111 & id == 20355 replace nameshort = "ORTIZ" if congress == 111 & id == 15049 replace nameshort = "CUELLAR" if congress == 111 & id == 20533 replace nameshort = "GREEN" if congress == 111 & id == 39304 replace nameshort = "JOHNSON" if congress == 111 & id == 39305 replace nameshort = "CARTER" if congress == 111 & id == 20356 replace nameshort = "SESSIONS" if congress == 111 & id == 29759 replace nameshort = "BISHOP" if congress == 111 & id == 20357 replace nameshort = "MATHESON" if congress == 111 & id == 20140 replace nameshort = "CHAFFETZ" if congress == 111 & id == 20949 replace nameshort = "WELCH" if congress == 111 & id == 20750 replace nameshort = "WITTMAN" if congress == 111 & id == 20756 replace nameshort = "NYE" if congress == 111 & id == 20950 replace nameshort = "SCOTT" if congress == 111 & id == 39307 replace nameshort = "FORBES" if congress == 111 & id == 20143 replace nameshort = "PERRIELLO" if congress == 111 & id == 20951 replace nameshort = "GOODLATT" if congress == 111 & id == 39308 replace nameshort = "CANTOR" if congress == 111 & id == 20144 replace nameshort = "MORAN" if congress == 111 & id == 29149 replace nameshort = "BOUCHER" if congress == 111 & id == 15010 replace nameshort = "WOLF" if congress == 111 & id == 14869 replace nameshort = "CONNOLLY" if congress == 111 & id == 20952 replace nameshort = "INSLEE" if congress == 111 & id == 29937 replace nameshort = "LARSEN" if congress == 111 & id == 20145 replace nameshort = "BAIRD" if congress == 111 & id == 29938 replace nameshort = "HASTINGS" if congress == 111 & id == 29580 replace nameshort = "MCMORRIS RO" if congress == 111 & id == 20535 replace nameshort = "DICKS" if congress == 111 & id == 14413 replace nameshort = "MCDERMOT" if congress == 111 & id == 15613 replace nameshort = "REICHERT" if congress == 111 & id == 20536 replace nameshort = "SMITH" if congress == 111 & id == 29768 replace nameshort = "MOLLOHAN" if congress == 111 & id == 15083 replace nameshort = "CAPITO" if congress == 111 & id == 20146 replace nameshort = "RAHALL" if congress == 111 & id == 14448 replace nameshort = "RYAN" if congress == 111 & id == 29939 replace nameshort = "BALDWIN" if congress == 111 & id == 29940 replace nameshort = "KIND" if congress == 111 & id == 29769 replace nameshort = "MOORE" if congress == 111 & id == 20537 replace nameshort = "SENSENBR" if congress == 111 & id == 14657 replace nameshort = "PETRI" if congress == 111 & id == 14675 replace nameshort = "OBEY" if congress == 111 & id == 12036 replace nameshort = "KAGEN" if congress == 111 & id == 20751 replace nameshort = "LUMMIS" if congress == 111 & id == 20953 replace nameshort = "OBAMA" if congress == 112 & id == 99911 replace nameshort = "BONNER" if congress == 112 & id == 20300 replace nameshort = "ROBY" if congress == 112 & id == 21192 replace nameshort = "ROGERS" if congress == 112 & id == 20301 replace nameshort = "ADERHOLT" if congress == 112 & id == 29701 replace nameshort = "BROOKS" if congress == 112 & id == 21193 replace nameshort = "BACHUS" if congress == 112 & id == 29301 replace nameshort = "SEWELL" if congress == 112 & id == 21102 replace nameshort = "YOUNG" if congress == 112 & id == 14066 replace nameshort = "GOSAR" if congress == 112 & id == 21103 replace nameshort = "FRANKS" if congress == 112 & id == 20304 replace nameshort = "QUAYLE" if congress == 112 & id == 21104 replace nameshort = "PASTOR" if congress == 112 & id == 29101 replace nameshort = "SCHWEIKERT" if congress == 112 & id == 21105 replace nameshort = "FLAKE" if congress == 112 & id == 20100 replace nameshort = "GRIJALVA" if congress == 112 & id == 20305 replace nameshort = "GIFFORDS" if congress == 112 & id == 20701 replace nameshort = "BARBER" if congress == 112 & id == 21199 replace nameshort = "CRAWFORD" if congress == 112 & id == 21106 replace nameshort = "GRIFFIN" if congress == 112 & id == 21107 replace nameshort = "WOMACK" if congress == 112 & id == 21108 replace nameshort = "ROSS" if congress == 112 & id == 20102 replace nameshort = "THOMPSON" if congress == 112 & id == 29901 replace nameshort = "HERGER" if congress == 112 & id == 15420 replace nameshort = "LUNGREN" if congress == 112 & id == 14647 replace nameshort = "MCCLINTOCK" if congress == 112 & id == 20903 replace nameshort = "MATSUI" if congress == 112 & id == 20538 replace nameshort = "WOOLSEY" if congress == 112 & id == 29309 replace nameshort = "MILLER" if congress == 112 & id == 14256 replace nameshort = "PELOSI" if congress == 112 & id == 15448 replace nameshort = "LEE" if congress == 112 & id == 29778 replace nameshort = "GARAMENDI" if congress == 112 & id == 20958 replace nameshort = "MCNERNEY" if congress == 112 & id == 20702 replace nameshort = "SPEIER" if congress == 112 & id == 20762 replace nameshort = "STARK" if congress == 112 & id == 14053 replace nameshort = "ESHOO" if congress == 112 & id == 29312 replace nameshort = "HONDA" if congress == 112 & id == 20103 replace nameshort = "LOFGREN" if congress == 112 & id == 29504 replace nameshort = "FARR" if congress == 112 & id == 29313 replace nameshort = "CARDOZA" if congress == 112 & id == 20306 replace nameshort = "DENHAM" if congress == 112 & id == 21109 replace nameshort = "COSTA" if congress == 112 & id == 20501 replace nameshort = "NUNES" if congress == 112 & id == 20307 replace nameshort = "MCCARTHY" if congress == 112 & id == 20703 replace nameshort = "CAPPS" if congress == 112 & id == 29774 replace nameshort = "GALLEGLY" if congress == 112 & id == 15413 replace nameshort = "MCKEON" if congress == 112 & id == 29315 replace nameshort = "DREIER" if congress == 112 & id == 14813 replace nameshort = "SHERMAN" if congress == 112 & id == 29707 replace nameshort = "BERMAN" if congress == 112 & id == 15005 replace nameshort = "SCHIFF" if congress == 112 & id == 20104 replace nameshort = "WAXMAN" if congress == 112 & id == 14280 replace nameshort = "BECERRA" if congress == 112 & id == 29316 replace nameshort = "CHU" if congress == 112 & id == 20955 replace nameshort = "BASS" if congress == 112 & id == 21110 replace nameshort = "ROYBAL-A" if congress == 112 & id == 29317 replace nameshort = "WATERS" if congress == 112 & id == 29106 replace nameshort = "HARMAN" if congress == 112 & id == 29318 replace nameshort = "HAHN" if congress == 112 & id == 21195 replace nameshort = "RICHARDSON" if congress == 112 & id == 20752 replace nameshort = "NAPOLITA" if congress == 112 & id == 29903 replace nameshort = "SANCHEZ" if congress == 112 & id == 20310 replace nameshort = "ROYCE" if congress == 112 & id == 29321 replace nameshort = "LEWIS" if congress == 112 & id == 14644 replace nameshort = "MILLER" if congress == 112 & id == 29905 replace nameshort = "BACA" if congress == 112 & id == 29942 replace nameshort = "CALVERT" if congress == 112 & id == 29323 replace nameshort = "BONO MACK" if congress == 112 & id == 29775 replace nameshort = "ROHRABAC" if congress == 112 & id == 15621 replace nameshort = "SANCHEZ" if congress == 112 & id == 29709 replace nameshort = "CAMPBELL" if congress == 112 & id == 20539 replace nameshort = "ISSA" if congress == 112 & id == 20107 replace nameshort = "BILBRAY" if congress == 112 & id == 29508 replace nameshort = "FILNER" if congress == 112 & id == 29325 replace nameshort = "HUNTER" if congress == 112 & id == 20963 replace nameshort = "DAVIS" if congress == 112 & id == 20108 replace nameshort = "DEGETTE" if congress == 112 & id == 29710 replace nameshort = "POLIS" if congress == 112 & id == 20904 replace nameshort = "TIPTON" if congress == 112 & id == 21111 replace nameshort = "GARDNER" if congress == 112 & id == 21112 replace nameshort = "LAMBORN" if congress == 112 & id == 20704 replace nameshort = "COFFMAN" if congress == 112 & id == 20906 replace nameshort = "PERLMUTTER" if congress == 112 & id == 20705 replace nameshort = "LARSON" if congress == 112 & id == 29908 replace nameshort = "COURTNEY" if congress == 112 & id == 20706 replace nameshort = "DELAURO" if congress == 112 & id == 29109 replace nameshort = "HIMES" if congress == 112 & id == 20907 replace nameshort = "MURPHY" if congress == 112 & id == 20707 replace nameshort = "CARNEY" if congress == 112 & id == 21113 replace nameshort = "MILLER" if congress == 112 & id == 20110 replace nameshort = "SOUTHERLA" if congress == 112 & id == 21114 replace nameshort = "BROWN" if congress == 112 & id == 29328 replace nameshort = "CRENSHAW" if congress == 112 & id == 20111 replace nameshort = "NUGENT" if congress == 112 & id == 21115 replace nameshort = "STEARNS" if congress == 112 & id == 15627 replace nameshort = "MICA" if congress == 112 & id == 29331 replace nameshort = "WEBSTER" if congress == 112 & id == 21116 replace nameshort = "BILIRAKI" if congress == 112 & id == 20758 replace nameshort = "YOUNG" if congress == 112 & id == 13047 replace nameshort = "CASTOR" if congress == 112 & id == 20708 replace nameshort = "ROSS" if congress == 112 & id == 21117 replace nameshort = "BUCHANAN" if congress == 112 & id == 20709 replace nameshort = "MACK" if congress == 112 & id == 20503 replace nameshort = "POSEY" if congress == 112 & id == 20909 replace nameshort = "ROONEY" if congress == 112 & id == 20910 replace nameshort = "WILSON" if congress == 112 & id == 21118 replace nameshort = "ROS-LEHT" if congress == 112 & id == 15634 replace nameshort = "DEUTCH" if congress == 112 & id == 20959 replace nameshort = "WASSERMA" if congress == 112 & id == 20504 replace nameshort = "DIAZ-BAL" if congress == 112 & id == 20316 replace nameshort = "WEST" if congress == 112 & id == 21119 replace nameshort = "HASTINGS" if congress == 112 & id == 29337 replace nameshort = "ADAMS" if congress == 112 & id == 21120 replace nameshort = "RIVERA" if congress == 112 & id == 21121 replace nameshort = "KINGSTON" if congress == 112 & id == 29338 replace nameshort = "BISHOP" if congress == 112 & id == 29339 replace nameshort = "WESTMORE" if congress == 112 & id == 20506 replace nameshort = "JOHNSON" if congress == 112 & id == 20712 replace nameshort = "LEWIS" if congress == 112 & id == 15431 replace nameshort = "PRICE" if congress == 112 & id == 20505 replace nameshort = "WOODALL" if congress == 112 & id == 21122 replace nameshort = "SCOTT" if congress == 112 & id == 21123 replace nameshort = "GRAVES" if congress == 112 & id == 20962 replace nameshort = "BROUN" if congress == 112 & id == 20753 replace nameshort = "GINGREY" if congress == 112 & id == 20319 replace nameshort = "BARROW" if congress == 112 & id == 20507 replace nameshort = "SCOTT" if congress == 112 & id == 20321 replace nameshort = "HANABUSA" if congress == 112 & id == 21124 replace nameshort = "HIRONO" if congress == 112 & id == 20713 replace nameshort = "LABRADOR" if congress == 112 & id == 21125 replace nameshort = "SIMPSON" if congress == 112 & id == 29910 replace nameshort = "RUSH" if congress == 112 & id == 29346 replace nameshort = "JACKSON" if congress == 112 & id == 29585 replace nameshort = "LIPINSKI" if congress == 112 & id == 20508 replace nameshort = "GUTIERRE" if congress == 112 & id == 29348 replace nameshort = "QUIGLEY" if congress == 112 & id == 20954 replace nameshort = "ROSKAM" if congress == 112 & id == 20715 replace nameshort = "DAVIS" if congress == 112 & id == 29717 replace nameshort = "WALSH" if congress == 112 & id == 21126 replace nameshort = "SCHAKOWS" if congress == 112 & id == 29911 replace nameshort = "DOLD" if congress == 112 & id == 21127 replace nameshort = "KINZINGER" if congress == 112 & id == 21128 replace nameshort = "COSTELLO" if congress == 112 & id == 15453 replace nameshort = "BIGGERT" if congress == 112 & id == 29912 replace nameshort = "HULTGREN" if congress == 112 & id == 21129 replace nameshort = "JOHNSON" if congress == 112 & id == 20116 replace nameshort = "MANZULLO" if congress == 112 & id == 29349 replace nameshort = "SCHILLING" if congress == 112 & id == 21130 replace nameshort = "SCHOCK" if congress == 112 & id == 20914 replace nameshort = "SHIMKUS" if congress == 112 & id == 29718 replace nameshort = "VISCLOSKY" if congress == 112 & id == 15124 replace nameshort = "DONNELLY" if congress == 112 & id == 20717 replace nameshort = "STUTZMAN" if congress == 112 & id == 21100 replace nameshort = "ROKITA" if congress == 112 & id == 21131 replace nameshort = "BURTON" if congress == 112 & id == 15014 replace nameshort = "PENCE" if congress == 112 & id == 20117 replace nameshort = "CARSON" if congress == 112 & id == 20757 replace nameshort = "BUCSHON" if congress == 112 & id == 21132 replace nameshort = "YOUNG" if congress == 112 & id == 21133 replace nameshort = "BRALEY" if congress == 112 & id == 20719 replace nameshort = "LOEBSACK" if congress == 112 & id == 20720 replace nameshort = "BOSWELL" if congress == 112 & id == 29721 replace nameshort = "LATHAM" if congress == 112 & id == 29522 replace nameshort = "KING" if congress == 112 & id == 20325 replace nameshort = "HUELSKAMP" if congress == 112 & id == 21134 replace nameshort = "JENKINS" if congress == 112 & id == 20915 replace nameshort = "YODER" if congress == 112 & id == 21135 replace nameshort = "POMPEO" if congress == 112 & id == 21136 replace nameshort = "WHITFIEL" if congress == 112 & id == 29525 replace nameshort = "GUTHRIE" if congress == 112 & id == 20916 replace nameshort = "YARMUTH" if congress == 112 & id == 20723 replace nameshort = "DAVIS" if congress == 112 & id == 20511 replace nameshort = "MASSIE" if congress == 112 & id == 31102 replace nameshort = "ROGERS" if congress == 112 & id == 14854 replace nameshort = "CHANDLER" if congress == 112 & id == 20326 replace nameshort = "SCALISE" if congress == 112 & id == 20759 replace nameshort = "RICHMOND" if congress == 112 & id == 21137 replace nameshort = "LANDRY" if congress == 112 & id == 21138 replace nameshort = "FLEMING" if congress == 112 & id == 20918 replace nameshort = "ALEXANDER" if congress == 112 & id == 90327 replace nameshort = "CASSIDY" if congress == 112 & id == 20919 replace nameshort = "BOUSTANY" if congress == 112 & id == 20514 replace nameshort = "PINGREE" if congress == 112 & id == 20920 replace nameshort = "MICHAUD" if congress == 112 & id == 20328 replace nameshort = "HARRIS" if congress == 112 & id == 21139 replace nameshort = "RUPPERSBE" if congress == 112 & id == 20329 replace nameshort = "SARBANES" if congress == 112 & id == 20724 replace nameshort = "EDWARDS" if congress == 112 & id == 20763 replace nameshort = "HOYER" if congress == 112 & id == 14873 replace nameshort = "BARTLETT" if congress == 112 & id == 29356 replace nameshort = "CUMMINGS" if congress == 112 & id == 29587 replace nameshort = "VAN HOLLE" if congress == 112 & id == 20330 replace nameshort = "OLVER" if congress == 112 & id == 29123 replace nameshort = "NEAL" if congress == 112 & id == 15616 replace nameshort = "MCGOVERN" if congress == 112 & id == 29729 replace nameshort = "FRANK" if congress == 112 & id == 14824 replace nameshort = "TSONGAS" if congress == 112 & id == 20754 replace nameshort = "TIERNEY" if congress == 112 & id == 29730 replace nameshort = "MARKEY" if congress == 112 & id == 14435 replace nameshort = "CAPUANO" if congress == 112 & id == 29919 replace nameshort = "LYNCH" if congress == 112 & id == 20119 replace nameshort = "KEATING" if congress == 112 & id == 21140 replace nameshort = "BENISHEK" if congress == 112 & id == 21141 replace nameshort = "HUIZENGA" if congress == 112 & id == 21142 replace nameshort = "AMASH" if congress == 112 & id == 21143 replace nameshort = "CAMP" if congress == 112 & id == 29124 replace nameshort = "KILDEE" if congress == 112 & id == 14430 replace nameshort = "UPTON" if congress == 112 & id == 15446 replace nameshort = "WALBERG" if congress == 112 & id == 20725 replace nameshort = "ROGERS" if congress == 112 & id == 20120 replace nameshort = "PETERS" if congress == 112 & id == 20923 replace nameshort = "MILLER" if congress == 112 & id == 20331 replace nameshort = "MCCOTTER" if congress == 112 & id == 20332 replace nameshort = "CURSON" if congress == 112 & id == 31100 replace nameshort = "LEVIN" if congress == 112 & id == 15033 replace nameshort = "CLARKE" if congress == 112 & id == 21145 replace nameshort = "CONYERS" if congress == 112 & id == 10713 replace nameshort = "DINGELL" if congress == 112 & id == 2605 replace nameshort = "WALZ" if congress == 112 & id == 20726 replace nameshort = "KLINE" if congress == 112 & id == 20333 replace nameshort = "PAULSEN" if congress == 112 & id == 20924 replace nameshort = "MCCOLLUM" if congress == 112 & id == 20122 replace nameshort = "ELLISON" if congress == 112 & id == 20727 replace nameshort = "BACHMANN" if congress == 112 & id == 20728 replace nameshort = "PETERSON" if congress == 112 & id == 29127 replace nameshort = "CRAVAACK" if congress == 112 & id == 21146 replace nameshort = "NUNNELEE" if congress == 112 & id == 21147 replace nameshort = "THOMPSON" if congress == 112 & id == 29368 replace nameshort = "HARPER" if congress == 112 & id == 20925 replace nameshort = "PALAZZO" if congress == 112 & id == 21148 replace nameshort = "CLAY" if congress == 112 & id == 20147 replace nameshort = "AKIN" if congress == 112 & id == 20123 replace nameshort = "CARNAHAN" if congress == 112 & id == 20516 replace nameshort = "HARTZLER" if congress == 112 & id == 21149 replace nameshort = "CLEAVER" if congress == 112 & id == 20517 replace nameshort = "GRAVES" if congress == 112 & id == 20124 replace nameshort = "LONG" if congress == 112 & id == 21150 replace nameshort = "EMERSON" if congress == 112 & id == 29736 replace nameshort = "LUETKEMEYER" if congress == 112 & id == 20926 replace nameshort = "REHBERG" if congress == 112 & id == 20125 replace nameshort = "FORTENBE" if congress == 112 & id == 20518 replace nameshort = "TERRY" if congress == 112 & id == 29921 replace nameshort = "SMITH" if congress == 112 & id == 20729 replace nameshort = "BERKLEY" if congress == 112 & id == 29922 replace nameshort = "HELLER" if congress == 112 & id == 20730 replace nameshort = "AMODEI" if congress == 112 & id == 21196 replace nameshort = "HECK" if congress == 112 & id == 21151 replace nameshort = "GUINTA" if congress == 112 & id == 21152 replace nameshort = "BASS" if congress == 112 & id == 29538 replace nameshort = "ANDREWS" if congress == 112 & id == 29132 replace nameshort = "LOBIONDO" if congress == 112 & id == 29539 replace nameshort = "RUNYAN" if congress == 112 & id == 21153 replace nameshort = "SMITH" if congress == 112 & id == 14863 replace nameshort = "GARRETT" if congress == 112 & id == 20336 replace nameshort = "PALLONE" if congress == 112 & id == 15454 replace nameshort = "LANCE" if congress == 112 & id == 20929 replace nameshort = "PASCRELL" if congress == 112 & id == 29741 replace nameshort = "ROTHMAN" if congress == 112 & id == 29742 replace nameshort = "PAYNE" if congress == 112 & id == 15619 replace nameshort = "PAYNE" if congress == 112 & id == 31103 replace nameshort = "FRELINGH" if congress == 112 & id == 29541 replace nameshort = "HOLT" if congress == 112 & id == 29923 replace nameshort = "SIRES" if congress == 112 & id == 20542 replace nameshort = "HEINRICH" if congress == 112 & id == 20930 replace nameshort = "PEARCE" if congress == 112 & id == 20337 replace nameshort = "LUJAN" if congress == 112 & id == 20932 replace nameshort = "BISHOP" if congress == 112 & id == 20338 replace nameshort = "ISRAEL" if congress == 112 & id == 20129 replace nameshort = "KING" if congress == 112 & id == 29375 replace nameshort = "MCCARTHY" if congress == 112 & id == 29744 replace nameshort = "ACKERMAN" if congress == 112 & id == 15000 replace nameshort = "MEEKS" if congress == 112 & id == 29776 replace nameshort = "CROWLEY" if congress == 112 & id == 29925 replace nameshort = "NADLER" if congress == 112 & id == 29377 replace nameshort = "WEINER" if congress == 112 & id == 29926 replace nameshort = "TURNER" if congress == 112 & id == 21197 replace nameshort = "TOWNS" if congress == 112 & id == 15072 replace nameshort = "CLARKE" if congress == 112 & id == 20733 replace nameshort = "VELAZQUEZ" if congress == 112 & id == 29378 replace nameshort = "GRIMM" if congress == 112 & id == 21154 replace nameshort = "MALONEY" if congress == 112 & id == 29379 replace nameshort = "RANGEL" if congress == 112 & id == 13035 replace nameshort = "SERRANO" if congress == 112 & id == 29134 replace nameshort = "ENGEL" if congress == 112 & id == 15603 replace nameshort = "LOWEY" if congress == 112 & id == 15612 replace nameshort = "HAYWORTH" if congress == 112 & id == 21155 replace nameshort = "GIBSON" if congress == 112 & id == 21156 replace nameshort = "TONKO" if congress == 112 & id == 20934 replace nameshort = "HINCHEY" if congress == 112 & id == 29380 replace nameshort = "OWENS" if congress == 112 & id == 20957 replace nameshort = "HANNA" if congress == 112 & id == 21157 replace nameshort = "BUERKLE" if congress == 112 & id == 21158 replace nameshort = "LEE" if congress == 112 & id == 20936 replace nameshort = "HOCHUL" if congress == 112 & id == 21194 replace nameshort = "HIGGINS" if congress == 112 & id == 20519 replace nameshort = "SLAUGHTE" if congress == 112 & id == 15444 replace nameshort = "REED" if congress == 112 & id == 21101 replace nameshort = "BUTTERFI" if congress == 112 & id == 20340 replace nameshort = "ELLMERS" if congress == 112 & id == 21159 replace nameshort = "JONES" if congress == 112 & id == 29546 replace nameshort = "PRICE" if congress == 112 & id == 15438 replace nameshort = "FOXX" if congress == 112 & id == 20521 replace nameshort = "COBLE" if congress == 112 & id == 15092 replace nameshort = "MCINTYRE" if congress == 112 & id == 29746 replace nameshort = "KISSELL" if congress == 112 & id == 20938 replace nameshort = "MYRICK" if congress == 112 & id == 29549 replace nameshort = "MCHENRY" if congress == 112 & id == 20522 replace nameshort = "SHULER" if congress == 112 & id == 20737 replace nameshort = "WATT" if congress == 112 & id == 29383 replace nameshort = "MILLER" if congress == 112 & id == 20341 replace nameshort = "BERG" if congress == 112 & id == 21160 replace nameshort = "CHABOT" if congress == 112 & id == 29550 replace nameshort = "SCHMIDT" if congress == 112 & id == 20540 replace nameshort = "TURNER" if congress == 112 & id == 20342 replace nameshort = "JORDAN" if congress == 112 & id == 20738 replace nameshort = "LATTA" if congress == 112 & id == 20755 replace nameshort = "JOHNSON" if congress == 112 & id == 21162 replace nameshort = "AUSTRIA" if congress == 112 & id == 20940 replace nameshort = "BOEHNER" if congress == 112 & id == 29137 replace nameshort = "KAPTUR" if congress == 112 & id == 15029 replace nameshort = "KUCINICH" if congress == 112 & id == 29748 replace nameshort = "FUDGE" if congress == 112 & id == 20941 replace nameshort = "TIBERI" if congress == 112 & id == 20130 replace nameshort = "SUTTON" if congress == 112 & id == 20740 replace nameshort = "LATOURET" if congress == 112 & id == 29553 replace nameshort = "STIVERS" if congress == 112 & id == 21163 replace nameshort = "RENACCI" if congress == 112 & id == 21164 replace nameshort = "RYAN" if congress == 112 & id == 20343 replace nameshort = "GIBBS" if congress == 112 & id == 21165 replace nameshort = "SULLIVAN" if congress == 112 & id == 20131 replace nameshort = "BOREN" if congress == 112 & id == 20523 replace nameshort = "LUCAS" if congress == 112 & id == 29393 replace nameshort = "COLE" if congress == 112 & id == 20344 replace nameshort = "LANKFORD" if congress == 112 & id == 21166 replace nameshort = "WU" if congress == 112 & id == 29931 replace nameshort = "BONAMICI" if congress == 112 & id == 21198 replace nameshort = "WALDEN" if congress == 112 & id == 29932 replace nameshort = "BLUMENAU" if congress == 112 & id == 29588 replace nameshort = "DEFAZIO" if congress == 112 & id == 15410 replace nameshort = "SCHRADER" if congress == 112 & id == 20944 replace nameshort = "BRADY" if congress == 112 & id == 29777 replace nameshort = "FATTAH" if congress == 112 & id == 29559 replace nameshort = "KELLY" if congress == 112 & id == 21167 replace nameshort = "ALTMIRE" if congress == 112 & id == 20743 replace nameshort = "THOMPSON" if congress == 112 & id == 20946 replace nameshort = "GERLACH" if congress == 112 & id == 20345 replace nameshort = "MEEHAN" if congress == 112 & id == 21168 replace nameshort = "FITZPATRI" if congress == 112 & id == 20524 replace nameshort = "SHUSTER" if congress == 112 & id == 20134 replace nameshort = "MARINO" if congress == 112 & id == 21170 replace nameshort = "BARLETTA" if congress == 112 & id == 21171 replace nameshort = "CRITZ" if congress == 112 & id == 20960 replace nameshort = "SCHWARTZ" if congress == 112 & id == 20525 replace nameshort = "DOYLE" if congress == 112 & id == 29561 replace nameshort = "DENT" if congress == 112 & id == 20526 replace nameshort = "PITTS" if congress == 112 & id == 29752 replace nameshort = "HOLDEN" if congress == 112 & id == 29396 replace nameshort = "MURPHY" if congress == 112 & id == 20346 replace nameshort = "PLATTS" if congress == 112 & id == 20135 replace nameshort = "CICILLINE" if congress == 112 & id == 21172 replace nameshort = "LANGEVIN" if congress == 112 & id == 20136 replace nameshort = "SCOTT" if congress == 112 & id == 21173 replace nameshort = "WILSON" if congress == 112 & id == 20138 replace nameshort = "DUNCAN" if congress == 112 & id == 21174 replace nameshort = "GOWDY" if congress == 112 & id == 21175 replace nameshort = "MULVANEY" if congress == 112 & id == 21176 replace nameshort = "CLYBURN" if congress == 112 & id == 39301 replace nameshort = "NOEM" if congress == 112 & id == 21177 replace nameshort = "ROE" if congress == 112 & id == 20947 replace nameshort = "DUNCAN" if congress == 112 & id == 15455 replace nameshort = "FLEISCHMA" if congress == 112 & id == 21178 replace nameshort = "DESJARLAIS" if congress == 112 & id == 21179 replace nameshort = "COOPER" if congress == 112 & id == 15019 replace nameshort = "BLACK" if congress == 112 & id == 21180 replace nameshort = "BLACKBURN" if congress == 112 & id == 20351 replace nameshort = "FINCHER" if congress == 112 & id == 21181 replace nameshort = "COHEN" if congress == 112 & id == 20748 replace nameshort = "GOHMERT" if congress == 112 & id == 20527 replace nameshort = "POE" if congress == 112 & id == 20528 replace nameshort = "JOHNSON" if congress == 112 & id == 29143 replace nameshort = "HALL" if congress == 112 & id == 94828 replace nameshort = "HENSARLIN" if congress == 112 & id == 20352 replace nameshort = "BARTON" if congress == 112 & id == 15085 replace nameshort = "CULBERSO" if congress == 112 & id == 20139 replace nameshort = "BRADY" if congress == 112 & id == 29760 replace nameshort = "GREEN" if congress == 112 & id == 20529 replace nameshort = "MCCAUL" if congress == 112 & id == 20530 replace nameshort = "CONAWAY" if congress == 112 & id == 20531 replace nameshort = "GRANGER" if congress == 112 & id == 29762 replace nameshort = "THORNBER" if congress == 112 & id == 29572 replace nameshort = "PAUL" if congress == 112 & id == 14290 replace nameshort = "HINOJOSA" if congress == 112 & id == 29763 replace nameshort = "REYES" if congress == 112 & id == 29764 replace nameshort = "FLORES" if congress == 112 & id == 21182 replace nameshort = "JACKSON-" if congress == 112 & id == 29573 replace nameshort = "NEUGEBAUE" if congress == 112 & id == 20353 replace nameshort = "GONZALEZ" if congress == 112 & id == 29943 replace nameshort = "SMITH" if congress == 112 & id == 15445 replace nameshort = "OLSON" if congress == 112 & id == 20948 replace nameshort = "CANSECO" if congress == 112 & id == 21183 replace nameshort = "MARCHANT" if congress == 112 & id == 20532 replace nameshort = "DOGGETT" if congress == 112 & id == 29571 replace nameshort = "BURGESS" if congress == 112 & id == 20355 replace nameshort = "FARENTHOLD" if congress == 112 & id == 21184 replace nameshort = "CUELLAR" if congress == 112 & id == 20533 replace nameshort = "GREEN" if congress == 112 & id == 39304 replace nameshort = "JOHNSON" if congress == 112 & id == 39305 replace nameshort = "CARTER" if congress == 112 & id == 20356 replace nameshort = "SESSIONS" if congress == 112 & id == 29759 replace nameshort = "BISHOP" if congress == 112 & id == 20357 replace nameshort = "MATHESON" if congress == 112 & id == 20140 replace nameshort = "CHAFFETZ" if congress == 112 & id == 20949 replace nameshort = "WELCH" if congress == 112 & id == 20750 replace nameshort = "WITTMAN" if congress == 112 & id == 20756 replace nameshort = "RIGELL" if congress == 112 & id == 21185 replace nameshort = "SCOTT" if congress == 112 & id == 39307 replace nameshort = "FORBES" if congress == 112 & id == 20143 replace nameshort = "HURT" if congress == 112 & id == 21186 replace nameshort = "GOODLATT" if congress == 112 & id == 39308 replace nameshort = "CANTOR" if congress == 112 & id == 20144 replace nameshort = "MORAN" if congress == 112 & id == 29149 replace nameshort = "GRIFFITH" if congress == 112 & id == 21191 replace nameshort = "WOLF" if congress == 112 & id == 14869 replace nameshort = "CONNOLLY" if congress == 112 & id == 20952 replace nameshort = "INSLEE" if congress == 112 & id == 29937 replace nameshort = "DELBENE" if congress == 112 & id == 31101 replace nameshort = "LARSEN" if congress == 112 & id == 20145 replace nameshort = "HERRERA BEU" if congress == 112 & id == 21187 replace nameshort = "HASTINGS" if congress == 112 & id == 29580 replace nameshort = "MCMORRIS RO" if congress == 112 & id == 20535 replace nameshort = "DICKS" if congress == 112 & id == 14413 replace nameshort = "MCDERMOT" if congress == 112 & id == 15613 replace nameshort = "REICHERT" if congress == 112 & id == 20536 replace nameshort = "SMITH" if congress == 112 & id == 29768 replace nameshort = "MCKINLEY" if congress == 112 & id == 21188 replace nameshort = "CAPITO" if congress == 112 & id == 20146 replace nameshort = "RAHALL" if congress == 112 & id == 14448 replace nameshort = "RYAN" if congress == 112 & id == 29939 replace nameshort = "BALDWIN" if congress == 112 & id == 29940 replace nameshort = "KIND" if congress == 112 & id == 29769 replace nameshort = "MOORE" if congress == 112 & id == 20537 replace nameshort = "SENSENBR" if congress == 112 & id == 14657 replace nameshort = "PETRI" if congress == 112 & id == 14675 replace nameshort = "DUFFY" if congress == 112 & id == 21189 replace nameshort = "RIBBLE" if congress == 112 & id == 21190 replace nameshort = "LUMMIS" if congress == 112 & id == 20953 replace namelong = "TRUMAN, HARRY S." if congress == 82 & id == 99900 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 82 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 82 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 82 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 82 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 82 & id == 7695 replace namelong = "DEGRAFFENRIED, EDWARD" if congress == 82 & id == 2468 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 82 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 82 & id == 5058 replace namelong = "BATTLE, LAURIE CALVIN" if congress == 82 & id == 520 replace namelong = "MURDOCK, JOHN ROBERT" if congress == 82 & id == 6799 replace namelong = "PATTEN, HAROLD AMBROSE" if congress == 82 & id == 7234 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 82 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 82 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 82 & id == 9473 replace namelong = "TACKETT, BOYD" if congress == 82 & id == 9148 replace namelong = "HAYS, LAWRENCE BROOKS" if congress == 82 & id == 4244 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 82 & id == 6958 replace namelong = "HARRIS, OREN" if congress == 82 & id == 4110 replace namelong = "SCUDDER, HUBERT BAXTER" if congress == 82 & id == 8322 replace namelong = "ENGLE, CLAIR" if congress == 82 & id == 2965 replace namelong = "JOHNSON, JUSTIN LEROY" if congress == 82 & id == 4976 replace namelong = "HAVENNER, FRANCK ROBERTS" if congress == 82 & id == 4201 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 82 & id == 8437 replace namelong = "MILLER, GEORGE PAUL" if congress == 82 & id == 6483 replace namelong = "ALLEN, JOHN JOSEPH JR." if congress == 82 & id == 116 replace namelong = "ANDERSON, JOHN ZUINGLIUS" if congress == 82 & id == 173 replace namelong = "HUNTER, ALLAN OAKLEY" if congress == 82 & id == 4751 replace namelong = "WERDEL, THOMAS HAROLD" if congress == 82 & id == 9956 replace namelong = "BRAMBLETT, ERNEST KING" if congress == 82 & id == 971 replace namelong = "HILLINGS, PATRICK JEROME" if congress == 82 & id == 4437 replace namelong = "POULSON, NORRIS" if congress == 82 & id == 7566 replace namelong = "YORTY, SAMUEL WILLIAM" if congress == 82 & id == 10431 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 82 & id == 6220 replace namelong = "JACKSON, DONALD LESTER" if congress == 82 & id == 4846 replace namelong = "KING, CECIL RHODES" if congress == 82 & id == 5255 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 82 & id == 2713 replace namelong = "HOLIFIELD, CHET" if congress == 82 & id == 4514 replace namelong = "HINSHAW, JOHN CARL WILLIA" if congress == 82 & id == 4450 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 82 & id == 8444 replace namelong = "PHILLIPS, JOHN -CALIFORNI" if congress == 82 & id == 7415 replace namelong = "MCKINNON, CLINTON DOTSON" if congress == 82 & id == 6317 replace namelong = "ROGERS, BYRON GILES" if congress == 82 & id == 8021 replace namelong = "HILL, WILLIAM SILAS" if congress == 82 & id == 4429 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 82 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 82 & id == 275 replace namelong = "RIBICOFF, ABRAHAM A." if congress == 82 & id == 7847 replace namelong = "SEELY-BROWN, HORACE, JR." if congress == 82 & id == 8346 replace namelong = "MCGUIRE, JOHN ANDREW" if congress == 82 & id == 6267 replace namelong = "MORANO, ALBERT PAUL" if congress == 82 & id == 6664 replace namelong = "PATTERSON, JAMES THOMAS" if congress == 82 & id == 7245 replace namelong = "SADLAK, ANTONI NICHOLAS" if congress == 82 & id == 8170 replace namelong = "BOGGS, JAMES CALEB" if congress == 82 & id == 823 replace namelong = "MCMULLEN, CHESTER BARTOW" if congress == 82 & id == 6361 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 82 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 82 & id == 8507 replace namelong = "LANTAFF, WILLIAM COURTLAN" if congress == 82 & id == 5471 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 82 & id == 4354 replace namelong = "ROGERS, DWIGHT LAING" if congress == 82 & id == 8023 replace namelong = "PRESTON, PRINCE HULON JR." if congress == 82 & id == 7605 replace namelong = "COX, EDWARD EUGENE" if congress == 82 & id == 2111 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 82 & id == 3286 replace namelong = "CAMP, ALBERT SIDNEY" if congress == 82 & id == 1439 replace namelong = "DAVIS, JAMES CURRAN" if congress == 82 & id == 2389 replace namelong = "VINSON, CARL" if congress == 82 & id == 9677 replace namelong = "LANHAM, HENDERSON LOVELAC" if congress == 82 & id == 5459 replace namelong = "WHEELER, WILLIAM MCDONALD" if congress == 82 & id == 9996 replace namelong = "WOOD, JOHN STEPHENS" if congress == 82 & id == 10329 replace namelong = "BROWN, PAUL" if congress == 82 & id == 1130 replace namelong = "WOOD, JOHN TRAVERS" if congress == 82 & id == 10330 replace namelong = "BUDGE, HAMER HAROLD" if congress == 82 & id == 1215 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 82 & id == 2433 replace namelong = "VAIL, RICHARD BERNARD" if congress == 82 & id == 9584 replace namelong = "BUSBEY, FRED ERNST" if congress == 82 & id == 1324 replace namelong = "MCVEY, WILLIAM ESTUS" if congress == 82 & id == 6389 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 82 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 82 & id == 7004 replace namelong = "SABATH, ADOLPH JOACHIM" if congress == 82 & id == 8163 replace namelong = "GORDON, THOMAS SYLVY" if congress == 82 & id == 3700 replace namelong = "YATES, SIDNEY RICHARD" if congress == 82 & id == 10421 replace namelong = "HOFFMAN, RICHARD WILLIAM" if congress == 82 & id == 4493 replace namelong = "SHEEHAN, TIMOTHY PATRICK" if congress == 82 & id == 8426 replace namelong = "JONAS, EDGAR ALLAN" if congress == 82 & id == 5020 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 82 & id == 1722 replace namelong = "REED, CHAUNCEY WILLIAM" if congress == 82 & id == 7779 replace namelong = "MASON, NOAH MORGAN" if congress == 82 & id == 6061 replace namelong = "ALLEN, LEO ELWOOD" if congress == 82 & id == 121 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 82 & id == 226 replace namelong = "VELDE, HAROLD HIMMEL" if congress == 82 & id == 9657 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 82 & id == 1702 replace namelong = "SIMPSON, SIDNEY ELMER %SI" if congress == 82 & id == 8533 replace namelong = "MACK, PETER FRANCIS JR." if congress == 82 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 82 & id == 8814 replace namelong = "JENISON, EDWARD HALSEY" if congress == 82 & id == 4911 replace namelong = "VURSELL, CHARLES WESLEY" if congress == 82 & id == 9693 replace namelong = "PRICE, CHARLES MELVIN" if congress == 82 & id == 7610 replace namelong = "BISHOP, CECIL WILLIAM %RU" if congress == 82 & id == 731 replace namelong = "MADDEN, RAY JOHN" if congress == 82 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 82 & id == 3963 replace namelong = "CRUMPACKER, SHEPARD J. JR" if congress == 82 & id == 2227 replace namelong = "ADAIR, EDWIN ROSS" if congress == 82 & id == 18 replace namelong = "BEAMER, JOHN VALENTINE" if congress == 82 & id == 550 replace namelong = "HARDEN, CECIL MURRAY" if congress == 82 & id == 4050 replace namelong = "BRAY, WILLIAM GILMER" if congress == 82 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 82 & id == 2517 replace namelong = "WILSON, EARL" if congress == 82 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 82 & id == 4165 replace namelong = "BROWNSON, CHARLES BRUCE" if congress == 82 & id == 1152 replace namelong = "MARTIN, THOMAS ELLSWORTH" if congress == 82 & id == 6039 replace namelong = "TALLE, HENRY OSCAR" if congress == 82 & id == 9168 replace namelong = "GROSS, HAROLD ROYCE" if congress == 82 & id == 3853 replace namelong = "LE COMPTE, KARL MILES" if congress == 82 & id == 5552 replace namelong = "CUNNINGHAM, PAUL HARVEY" if congress == 82 & id == 2256 replace namelong = "DOLLIVER, JAMES ISAAC" if congress == 82 & id == 2647 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 82 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 82 & id == 4482 replace namelong = "COLE, ALBERT MCDONALD" if congress == 82 & id == 1920 replace namelong = "SCRIVNER, ERRETT POWER" if congress == 82 & id == 8318 replace namelong = "GEORGE, MYRON VIRGIL" if congress == 82 & id == 3534 replace namelong = "REES, EDWARD HERBERT" if congress == 82 & id == 7799 replace namelong = "HOPE, CLIFFORD RAGSDALE" if congress == 82 & id == 4562 replace namelong = "SMITH, WINT" if congress == 82 & id == 8709 replace namelong = "GREGORY, NOBLE JONES" if congress == 82 & id == 3809 replace namelong = "WHITAKER, JOHN ALBERT" if congress == 82 & id == 10002 replace namelong = "MORTON, THRUSTON BALLARD" if congress == 82 & id == 6745 replace namelong = "CHELF, FRANK LESLIE" if congress == 82 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 82 & id == 8778 replace namelong = "UNDERWOOD, THOMAS RUST" if congress == 82 & id == 9561 replace namelong = "WATTS, JOHN CLARENCE" if congress == 82 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 82 & id == 7343 replace namelong = "BATES, JOSEPH BENGAL" if congress == 82 & id == 516 replace namelong = "GOLDEN, JAMES STEPHEN" if congress == 82 & id == 3649 replace namelong = "HEBERT, FELIX EDWARD" if congress == 82 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 82 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 82 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 82 & id == 1081 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 82 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 82 & id == 6721 replace namelong = "LARCADE, HENRY DOMINIQUE" if congress == 82 & id == 5476 replace namelong = "ALLEN, ASA LEONARD" if congress == 82 & id == 100 replace namelong = "HALE, ROBERT" if congress == 82 & id == 3924 replace namelong = "NELSON, CHARLES PEMBROKE" if congress == 82 & id == 6863 replace namelong = "FELLOWS, FRANK" if congress == 82 & id == 3096 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 82 & id == 6276 replace namelong = "MILLER, EDWARD TYLOR" if congress == 82 & id == 6481 replace namelong = "DEVEREUX, JAMES PATRICK S" if congress == 82 & id == 2531 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 82 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 82 & id == 3054 replace namelong = "SASSCER, LANSDALE GHISELI" if congress == 82 & id == 8219 replace namelong = "BEALL, JAMES GLENN" if congress == 82 & id == 546 replace namelong = "HESELTON, JOHN WALTER" if congress == 82 & id == 4372 replace namelong = "FURCOLO, FOSTER" if congress == 82 & id == 3415 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 82 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 82 & id == 2660 replace namelong = "ROGERS, EDITH NOURSE" if congress == 82 & id == 8024 replace namelong = "BATES, WILLIAM HENRY" if congress == 82 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 82 & id == 5447 replace namelong = "GOODWIN, ANGIER LOUIS" if congress == 82 & id == 3682 replace namelong = "NICHOLSON, DONALD WILLIAM" if congress == 82 & id == 6922 replace namelong = "HERTER, CHRISTIAN" if congress == 82 & id == 4371 replace namelong = "KENNEDY, JOHN FITZGERALD" if congress == 82 & id == 5180 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 82 & id == 6177 replace namelong = "WIGGLESWORTH, RICHARD BOW" if congress == 82 & id == 10095 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 82 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 82 & id == 5880 replace namelong = "MEADER, GEORGE" if congress == 82 & id == 6399 replace namelong = "SHAFER, PAUL WERNTZ" if congress == 82 & id == 8392 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 82 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 82 & id == 3268 replace namelong = "BLACKNEY, WILLIAM WALLACE" if congress == 82 & id == 758 replace namelong = "WOLCOTT, JESSE PAINE" if congress == 82 & id == 10303 replace namelong = "CRAWFORD, FRED LEWIS" if congress == 82 & id == 2159 replace namelong = "THOMPSON, RUTH" if congress == 82 & id == 9338 replace namelong = "WOODRUFF, ROY ORCHARD" if congress == 82 & id == 10348 replace namelong = "POTTER, CHARLES EDWARD" if congress == 82 & id == 7551 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 82 & id == 639 replace namelong = "O'BRIEN, GEORGE" if congress == 82 & id == 6998 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 82 & id == 7682 replace namelong = "DINGELL, JOHN DAVID" if congress == 82 & id == 2604 replace namelong = "LESINSKI, JOHN JR." if congress == 82 & id == 5617 replace namelong = "DONDERO, GEORGE ANTHONY" if congress == 82 & id == 2653 replace namelong = "ANDRESEN, AUGUST HERMAN" if congress == 82 & id == 188 replace namelong = "O'HARA, JOSEPH P." if congress == 82 & id == 7044 replace namelong = "WIER, ROY WILLIAM" if congress == 82 & id == 10092 replace namelong = "MCCARTHY, EUGENE JOSEPH" if congress == 82 & id == 6134 replace namelong = "JUDD, WALTER HENRY" if congress == 82 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 82 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 82 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 82 & id == 789 replace namelong = "HAGEN, HAROLD CHRISTIAN" if congress == 82 & id == 3902 replace namelong = "RANKIN, JOHN ELLIOTT" if congress == 82 & id == 7731 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 82 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 82 & id == 8616 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 82 & id == 13 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 82 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 82 & id == 1952 replace namelong = "WILLIAMS, JOHN BELL" if congress == 82 & id == 10162 replace namelong = "MAGEE, CLARE" if congress == 82 & id == 5905 replace namelong = "MOULDER, MORGAN MOORE" if congress == 82 & id == 6765 replace namelong = "WELCH, PHILIP JAMES" if congress == 82 & id == 9927 replace namelong = "IRVING, THEODORE LEONARD" if congress == 82 & id == 4822 replace namelong = "BOLLING, RICHARD WALKER" if congress == 82 & id == 835 replace namelong = "ARMSTRONG, ORLAND KAY" if congress == 82 & id == 235 replace namelong = "SHORT, DEWEY" if congress == 82 & id == 8484 replace namelong = "CARNAHAN, ALBERT SIDNEY J" if congress == 82 & id == 1517 replace namelong = "CANNON, CLARENCE" if congress == 82 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 82 & id == 5056 replace namelong = "SULLIVAN, JOHN BERCHMANS" if congress == 82 & id == 9071 replace namelong = "BAKEWELL, CLAUDE IGNATIUS" if congress == 82 & id == 377 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 82 & id == 2275 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 82 & id == 5097 replace namelong = "MANSFIELD, MICHAEL JOSEPH" if congress == 82 & id == 5967 replace namelong = "D'EWART, WESLEY A." if congress == 82 & id == 2538 replace namelong = "CURTIS, CARL THOMAS" if congress == 82 & id == 2267 replace namelong = "BUFFETT, HOWARD HOMAN" if congress == 82 & id == 1218 replace namelong = "STEFAN, KARL" if congress == 82 & id == 8879 replace namelong = "HARRISON, ROBERT DINSMORE" if congress == 82 & id == 4134 replace namelong = "MILLER, ARTHUR LEWIS" if congress == 82 & id == 6474 replace namelong = "BARING, WALTER STEPHAN" if congress == 82 & id == 433 replace namelong = "MERROW, CHESTER EARL" if congress == 82 & id == 6437 replace namelong = "COTTON, NORRIS" if congress == 82 & id == 2087 replace namelong = "WOLVERTON, CHARLES ANDERS" if congress == 82 & id == 10314 replace namelong = "HAND, THOMAS MILLET" if congress == 82 & id == 4031 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 82 & id == 291 replace namelong = "HOWELL, CHARLES ROBERT" if congress == 82 & id == 4644 replace namelong = "EATON, CHARLES AUBREY" if congress == 82 & id == 2827 replace namelong = "CASE, CLIFFORD PHILLIP" if congress == 82 & id == 1569 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 82 & id == 10091 replace namelong = "CANFIELD, GORDON" if congress == 82 & id == 1476 replace namelong = "TOWE, HARRY LANCASTER" if congress == 82 & id == 9427 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 82 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 82 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 82 & id == 46 replace namelong = "KEAN, ROBERT WINTHROP" if congress == 82 & id == 5109 replace namelong = "SIEMINSKI, ALFRED DENNIS" if congress == 82 & id == 8506 replace namelong = "HART, EDWARD JOSEPH" if congress == 82 & id == 4142 replace namelong = "FERNANDEZ, ANTONIO MANUEL" if congress == 82 & id == 3114 replace namelong = "DEMPSEY, JOHN JOSEPH" if congress == 82 & id == 2490 replace namelong = "GREENWOOD, ERNEST" if congress == 82 & id == 3802 replace namelong = "HALL, LEONARD WOOD" if congress == 82 & id == 3946 replace namelong = "LATHAM, HENRY JEPSON" if congress == 82 & id == 5488 replace namelong = "CLEMENTE, LOUIS GARY" if congress == 82 & id == 1829 replace namelong = "QUINN, THOMAS VINCENT" if congress == 82 & id == 7680 replace namelong = "ROSS, ROBERT TRIPP" if congress == 82 & id == 8075 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 82 & id == 2476 replace namelong = "HELLER, LOUIS BENJAMIN" if congress == 82 & id == 4290 replace namelong = "ANFUSO, VICTOR L@EPISCOPO" if congress == 82 & id == 205 replace namelong = "KEOGH, EUGENE JAMES" if congress == 82 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 82 & id == 5148 replace namelong = "HEFFERNAN, JAMES JOSEPH" if congress == 82 & id == 4279 replace namelong = "ROONEY, JOHN JAMES" if congress == 82 & id == 8049 replace namelong = "O'TOOLE, DONALD" if congress == 82 & id == 7114 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 82 & id == 6792 replace namelong = "CELLER, EMANUEL" if congress == 82 & id == 1611 replace namelong = "MURPHY, JAMES JOSEPH" if congress == 82 & id == 6809 replace namelong = "COUDERT, FREDERIC RENE, J" if congress == 82 & id == 2089 replace namelong = "DONOVAN, JAMES GEORGE" if congress == 82 & id == 2662 replace namelong = "KLEIN, ARTHUR GEORGE" if congress == 82 & id == 5317 replace namelong = "ROOSEVELT, FRANKLIN DELAN" if congress == 82 & id == 8050 replace namelong = "JAVITS, JACOB KOPPEL" if congress == 82 & id == 4898 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 82 & id == 7568 replace namelong = "FINE, SIDNEY ASHER" if congress == 82 & id == 3149 replace namelong = "DOLLINGER, ISIDORE" if congress == 82 & id == 2646 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 82 & id == 1205 replace namelong = "MCGRATH, CHRISTOPHER COLU" if congress == 82 & id == 6259 replace namelong = "GWINN, RALPH WALDO" if congress == 82 & id == 3888 replace namelong = "GAMBLE, RALPH ABERNETHY" if congress == 82 & id == 3446 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 82 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 82 & id == 9978 replace namelong = "KEARNEY, BERNARD WILLIAM" if congress == 82 & id == 5110 replace namelong = "BYRNE, WILLIAM THOMAS" if congress == 82 & id == 1369 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 82 & id == 7003 replace namelong = "TAYLOR, DEAN PARK" if congress == 82 & id == 9203 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 82 & id == 5235 replace namelong = "WILLIAMS, WILLIAM ROBERT" if congress == 82 & id == 10191 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 82 & id == 7901 replace namelong = "HALL, EDWIN ARTHUR" if congress == 82 & id == 3937 replace namelong = "TABER, JOHN" if congress == 82 & id == 9144 replace namelong = "COLE, WILLIAM STERLING" if congress == 82 & id == 1931 replace namelong = "KEATING, KENNETH BARNARD" if congress == 82 & id == 5116 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 82 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 82 & id == 6516 replace namelong = "RADWAN, EDMUND PATRICK" if congress == 82 & id == 7687 replace namelong = "BUTLER, JOHN CORNELIUS" if congress == 82 & id == 1340 replace namelong = "REED, DANIEL ALDEN" if congress == 82 & id == 7781 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 82 & id == 846 replace namelong = "KERR, JOHN HOSEA" if congress == 82 & id == 5208 replace namelong = "BARDEN, GRAHAM ARTHUR" if congress == 82 & id == 431 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 82 & id == 2032 replace namelong = "CHATHAM, RICHARD THURMOND" if congress == 82 & id == 1676 replace namelong = "DURHAM, CARL THOMAS" if congress == 82 & id == 2791 replace namelong = "CARLYLE, FRANK ERTEL" if congress == 82 & id == 1512 replace namelong = "DEANE, CHARLES BENNETT" if congress == 82 & id == 2448 replace namelong = "DOUGHTON, ROBERT LEE" if congress == 82 & id == 2684 replace namelong = "JONES, HAMILTON CHAMBERLA" if congress == 82 & id == 5035 replace namelong = "JONES, WOODROW WILSON" if congress == 82 & id == 5071 replace namelong = "REDDEN, MONROE MINOR" if congress == 82 & id == 7774 replace namelong = "AANDAHL, FRED GEORGE" if congress == 82 & id == 1 replace namelong = "BURDICK, USHER LLOYD" if congress == 82 & id == 1254 replace namelong = "ELSTON, CHARLES HENRY" if congress == 82 & id == 2948 replace namelong = "HESS, WILLIAM EMIL" if congress == 82 & id == 4373 replace namelong = "BREEN, EDWARD F" if congress == 82 & id == 998 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 82 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 82 & id == 6204 replace namelong = "CLEVENGER, CLIFF" if congress == 82 & id == 1839 replace namelong = "POLK, JAMES GOULD" if congress == 82 & id == 7506 replace namelong = "BROWN, CLARENCE J" if congress == 82 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 82 & id == 680 replace namelong = "REAMS, HENRY FRAZIER" if congress == 82 & id == 7771 replace namelong = "JENKINS, THOMAS ALBERT" if congress == 82 & id == 4917 replace namelong = "BREHM, WALTER ELLSWORTH" if congress == 82 & id == 1000 replace namelong = "VORYS, JOHN MARTIN" if congress == 82 & id == 9688 replace namelong = "WEICHEL, ALVIN F." if congress == 82 & id == 9917 replace namelong = "AYRES, WILLIAM HANES" if congress == 82 & id == 310 replace namelong = "SECREST, ROBERT THOMPSON" if congress == 82 & id == 8341 replace namelong = "BOW, FRANK TOWNSEND" if congress == 82 & id == 891 replace namelong = "MCGREGOR, J. HARRY" if congress == 82 & id == 6262 replace namelong = "HAYS, WAYNE LEVERE" if congress == 82 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 82 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 82 & id == 3092 replace namelong = "CROSSER, ROBERT" if congress == 82 & id == 2199 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 82 & id == 837 replace namelong = "BENDER, GEORGE HARRISON" if congress == 82 & id == 621 replace namelong = "SCHWABE, GEORGE BLAINE" if congress == 82 & id == 8283 replace namelong = "STIGLER, WILLIAM GRADY" if congress == 82 & id == 8949 replace namelong = "ALBERT, CARL" if congress == 82 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 82 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 82 & id == 4891 replace namelong = "MORRIS, TOBY" if congress == 82 & id == 6718 replace namelong = "WICKERSHAM, VICTOR EUGENE" if congress == 82 & id == 10085 replace namelong = "BELCHER, PAGE HENRY" if congress == 82 & id == 590 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 82 & id == 6955 replace namelong = "STOCKMAN, LOWELL" if congress == 82 & id == 8960 replace namelong = "ANGELL, HOMER DANIEL" if congress == 82 & id == 207 replace namelong = "ELLSWORTH, MATHEW HARRIS" if congress == 82 & id == 2935 replace namelong = "BARRETT, WILLIAM A." if congress == 82 & id == 465 replace namelong = "GRANAHAN, WILLIAM THOMAS" if congress == 82 & id == 3744 replace namelong = "SCOTT, HARDIE" if congress == 82 & id == 8299 replace namelong = "CHUDOFF, EARL" if congress == 82 & id == 1719 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 82 & id == 3785 replace namelong = "SCOTT, HUGH DOGGETT, JR." if congress == 82 & id == 8301 replace namelong = "JAMES, BENJAMIN FRANKLIN" if congress == 82 & id == 4880 replace namelong = "VAUGHN, ALBERT CLINTON, S" if congress == 82 & id == 9653 replace namelong = "KING, KARL CLARENCE" if congress == 82 & id == 5267 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 82 & id == 2298 replace namelong = "O'NEILL, HARRY" if congress == 82 & id == 7078 replace namelong = "FLOOD, DANIEL JOHN" if congress == 82 & id == 3224 replace namelong = "FENTON, IVOR DAVID" if congress == 82 & id == 3105 replace namelong = "RHODES, GEORGE MILTON" if congress == 82 & id == 7844 replace namelong = "GILLETTE, WILSON DARWIN" if congress == 82 & id == 3604 replace namelong = "CARRIGG, JOSEPH LEONARD" if congress == 82 & id == 1533 replace namelong = "BUSH, ALVIN RAY" if congress == 82 & id == 1328 replace namelong = "MCCONNELL, SAMUEL KERNS J" if congress == 82 & id == 6169 replace namelong = "SIMPSON, RICHARD MURRAY" if congress == 82 & id == 8532 replace namelong = "MUMMA, WALTER MANN" if congress == 82 & id == 6795 replace namelong = "GAVIN, LEON HARRY" if congress == 82 & id == 3510 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 82 & id == 9791 replace namelong = "LIND, JAMES FRANCIS" if congress == 82 & id == 5671 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 82 & id == 9645 replace namelong = "SITTLER, EDWARD LEWIS JR." if congress == 82 & id == 8556 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 82 & id == 6685 replace namelong = "GRAHAM, LOUIS EDWARD" if congress == 82 & id == 3737 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 82 & id == 8247 replace namelong = "KELLEY, AUGUSTINE BERNARD" if congress == 82 & id == 5136 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 82 & id == 5112 replace namelong = "DENNY, HARMAR DENNY JR." if congress == 82 & id == 2507 replace namelong = "CORBETT, ROBERT JAMES" if congress == 82 & id == 2065 replace namelong = "FULTON, JAMES GROVE" if congress == 82 & id == 3409 replace namelong = "EBERHARTER, HERMAN PETER" if congress == 82 & id == 2833 replace namelong = "BUCHANAN, FRANK -PENNSYLV" if congress == 82 & id == 1184 replace namelong = "BUCHANAN, VERA DAERR" if congress == 82 & id == 1190 replace namelong = "FORAND, AIME JOSEPH" if congress == 82 & id == 3264 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 82 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 82 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 82 & id == 7908 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 82 & id == 2672 replace namelong = "BRYSON, JOSEPH RALEIGH" if congress == 82 & id == 1181 replace namelong = "RICHARDS, JAMES PRIOLEAU" if congress == 82 & id == 7869 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 82 & id == 6353 replace namelong = "LOVRE, HAROLD ORRIN" if congress == 82 & id == 5803 replace namelong = "BERRY, ELLIS YARNAL" if congress == 82 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 82 & id == 7777 replace namelong = "BAKER, HOWARD HENRY" if congress == 82 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 82 & id == 3346 replace namelong = "GORE, ALBERT ARNOLD" if congress == 82 & id == 3704 replace namelong = "EVINS, JOSEPH LANDON" if congress == 82 & id == 3034 replace namelong = "PRIEST, JAMES PERCY" if congress == 82 & id == 7622 replace namelong = "SUTTON, JAMES PARTICK %PA" if congress == 82 & id == 9099 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 82 & id == 6826 replace namelong = "COOPER, JERE" if congress == 82 & id == 2049 replace namelong = "DAVIS, CLIFFORD" if congress == 82 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 82 & id == 7232 replace namelong = "COMBS, JESSE MARTIN" if congress == 82 & id == 1960 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 82 & id == 567 replace namelong = "RAYBURN, SAM" if congress == 82 & id == 7753 replace namelong = "WILSON, JOSEPH FRANKLIN" if congress == 82 & id == 10244 replace namelong = "TEAGUE, OLIN EARL" if congress == 82 & id == 9241 replace namelong = "PICKETT, THOMAS AUGUSTUS" if congress == 82 & id == 7430 replace namelong = "THOMAS, ALBERT" if congress == 82 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 82 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 82 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 82 & id == 7498 replace namelong = "LUCAS, WINGATE HEZEKIAH" if congress == 82 & id == 5826 replace namelong = "GOSSETT, ED LEE" if congress == 82 & id == 3719 replace namelong = "IKARD, FRANK NEVILLE" if congress == 82 & id == 4796 replace namelong = "LYLE, JOHN EMMETT JR." if congress == 82 & id == 5847 replace namelong = "BENTSEN, LLOYD MILLARD JR" if congress == 82 & id == 660 replace namelong = "REGAN, KENNETH MILLS" if congress == 82 & id == 7806 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 82 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 82 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 82 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 82 & id == 5236 replace namelong = "FISHER, OVIE CLARK" if congress == 82 & id == 3171 replace namelong = "GRANGER, WALTER KIEL" if congress == 82 & id == 3752 replace namelong = "BOSONE, REVA ZILPHA BECK" if congress == 82 & id == 869 replace namelong = "PROUTY, WINSTON LEWIS" if congress == 82 & id == 7637 replace namelong = "ROBESON, EDWARD JOHN JR." if congress == 82 & id == 7969 replace namelong = "HARDY, PORTER JR." if congress == 82 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 82 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 82 & id == 2 replace namelong = "STANLEY, THOMAS BAHNSON" if congress == 82 & id == 8839 replace namelong = "BURTON, CLARENCE GODBER" if congress == 82 & id == 1316 replace namelong = "HARRISON, BURR POWELL" if congress == 82 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 82 & id == 8636 replace namelong = "FUGATE, THOMAS BACON" if congress == 82 & id == 3386 replace namelong = "MITCHELL, HUGH BURNTON" if congress == 82 & id == 6561 replace namelong = "JACKSON, HENRY MARTIN" if congress == 82 & id == 4851 replace namelong = "MACK, RUSSELL VERNON" if congress == 82 & id == 5885 replace namelong = "HOLMES, OTIS HALBERT" if congress == 82 & id == 4537 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 82 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 82 & id == 9409 replace namelong = "RAMSAY, ROBERT LINCOLN" if congress == 82 & id == 7702 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 82 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 82 & id == 339 replace namelong = "BURNSIDE, MAURICE GWINN" if congress == 82 & id == 1300 replace namelong = "KEE, JOHN" if congress == 82 & id == 5117 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 82 & id == 5118 replace namelong = "HEDRICK, ERLAND HAROLD" if congress == 82 & id == 4278 replace namelong = "SMITH, LAWRENCE HANRY" if congress == 82 & id == 8663 replace namelong = "DAVIS, GLENN ROBERT" if congress == 82 & id == 2383 replace namelong = "WITHROW, GARDNER ROBERT" if congress == 82 & id == 10299 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 82 & id == 10463 replace namelong = "KERSTEN, CHARLES J." if congress == 82 & id == 5217 replace namelong = "VAN PELT, WILLIAM K." if congress == 82 & id == 9627 replace namelong = "MURRAY, REID FRED" if congress == 82 & id == 6823 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 82 & id == 1371 replace namelong = "HULL, MERLIN" if congress == 82 & id == 4720 replace namelong = "O'KONSKI, ALVIN E." if congress == 82 & id == 7046 replace namelong = "HARRISON, WILLIAM HENRY -" if congress == 82 & id == 4139 replace namelong = "EISENHOWER, DWIGHT D." if congress == 83 & id == 99901 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 83 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 83 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 83 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 83 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 83 & id == 7695 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 83 & id == 8353 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 83 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 83 & id == 5058 replace namelong = "BATTLE, LAURIE CALVIN" if congress == 83 & id == 520 replace namelong = "RHODES, JOHN JACOB" if congress == 83 & id == 7845 replace namelong = "PATTEN, HAROLD AMBROSE" if congress == 83 & id == 7234 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 83 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 83 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 83 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 83 & id == 4110 replace namelong = "HAYS, LAWRENCE BROOKS" if congress == 83 & id == 4244 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 83 & id == 6958 replace namelong = "SCUDDER, HUBERT BAXTER" if congress == 83 & id == 8322 replace namelong = "ENGLE, CLAIR" if congress == 83 & id == 2965 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 83 & id == 6756 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 83 & id == 5929 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 83 & id == 8437 replace namelong = "CONDON, ROBERT LIKENS" if congress == 83 & id == 1977 replace namelong = "ALLEN, JOHN JOSEPH JR." if congress == 83 & id == 116 replace namelong = "MILLER, GEORGE PAUL" if congress == 83 & id == 6483 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 83 & id == 10461 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 83 & id == 3867 replace namelong = "JOHNSON, JUSTIN LEROY" if congress == 83 & id == 4976 replace namelong = "HUNTER, ALLAN OAKLEY" if congress == 83 & id == 4751 replace namelong = "BRAMBLETT, ERNEST KING" if congress == 83 & id == 971 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 83 & id == 3901 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 83 & id == 6220 replace namelong = "JACKSON, DONALD LESTER" if congress == 83 & id == 4846 replace namelong = "KING, CECIL RHODES" if congress == 83 & id == 5255 replace namelong = "HOSMER, CRAIG" if congress == 83 & id == 4592 replace namelong = "HOLIFIELD, CHET" if congress == 83 & id == 4514 replace namelong = "HINSHAW, JOHN CARL WILLIA" if congress == 83 & id == 4450 replace namelong = "HIESTAND, EDGAR WILLARD" if congress == 83 & id == 4388 replace namelong = "HOLT, JOSEPH FRANKLIN 3D" if congress == 83 & id == 4543 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 83 & id == 2713 replace namelong = "POULSON, NORRIS" if congress == 83 & id == 7566 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 83 & id == 5694 replace namelong = "HILLINGS, PATRICK JEROME" if congress == 83 & id == 4437 replace namelong = "YORTY, SAMUEL WILLIAM" if congress == 83 & id == 10431 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 83 & id == 8444 replace namelong = "UTT, JAMES BOYD" if congress == 83 & id == 9578 replace namelong = "PHILLIPS, JOHN -CALIFORNI" if congress == 83 & id == 7415 replace namelong = "WILSON, ROBERT CARLETON" if congress == 83 & id == 10249 replace namelong = "ROGERS, BYRON GILES" if congress == 83 & id == 8021 replace namelong = "HILL, WILLIAM SILAS" if congress == 83 & id == 4429 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 83 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 83 & id == 275 replace namelong = "DODD, THOMAS JOSEPH" if congress == 83 & id == 2636 replace namelong = "SEELY-BROWN, HORACE, JR." if congress == 83 & id == 8346 replace namelong = "CRETELLA, ALBERT WILLIAM" if congress == 83 & id == 2174 replace namelong = "MORANO, ALBERT PAUL" if congress == 83 & id == 6664 replace namelong = "PATTERSON, JAMES THOMAS" if congress == 83 & id == 7245 replace namelong = "SADLAK, ANTONI NICHOLAS" if congress == 83 & id == 8170 replace namelong = "WARBURTON, HERBERT BIRCHB" if congress == 83 & id == 9804 replace namelong = "CAMPBELL, COURTNEY WARREN" if congress == 83 & id == 1445 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 83 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 83 & id == 8507 replace namelong = "LANTAFF, WILLIAM COURTLAN" if congress == 83 & id == 5471 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 83 & id == 4354 replace namelong = "ROGERS, DWIGHT LAING" if congress == 83 & id == 8023 replace namelong = "HALEY, JAMES ANDREW" if congress == 83 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 83 & id == 6084 replace namelong = "PRESTON, PRINCE HULON JR." if congress == 83 & id == 7605 replace namelong = "PILCHER, JOHN LEONARD" if congress == 83 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 83 & id == 3286 replace namelong = "CAMP, ALBERT SIDNEY" if congress == 83 & id == 1439 replace namelong = "DAVIS, JAMES CURRAN" if congress == 83 & id == 2389 replace namelong = "VINSON, CARL" if congress == 83 & id == 9677 replace namelong = "LANHAM, HENDERSON LOVELAC" if congress == 83 & id == 5459 replace namelong = "WHEELER, WILLIAM MCDONALD" if congress == 83 & id == 9996 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 83 & id == 5436 replace namelong = "BROWN, PAUL" if congress == 83 & id == 1130 replace namelong = "PFOST, GRACIE BOWERS" if congress == 83 & id == 7392 replace namelong = "BUDGE, HAMER HAROLD" if congress == 83 & id == 1215 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 83 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 83 & id == 7041 replace namelong = "BUSBEY, FRED ERNST" if congress == 83 & id == 1324 replace namelong = "MCVEY, WILLIAM ESTUS" if congress == 83 & id == 6389 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 83 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 83 & id == 7004 replace namelong = "BOWLER, JAMES BERNARD" if congress == 83 & id == 912 replace namelong = "GORDON, THOMAS SYLVY" if congress == 83 & id == 3700 replace namelong = "YATES, SIDNEY RICHARD" if congress == 83 & id == 10421 replace namelong = "HOFFMAN, RICHARD WILLIAM" if congress == 83 & id == 4493 replace namelong = "SHEEHAN, TIMOTHY PATRICK" if congress == 83 & id == 8426 replace namelong = "JONAS, EDGAR ALLAN" if congress == 83 & id == 5020 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 83 & id == 1722 replace namelong = "REED, CHAUNCEY WILLIAM" if congress == 83 & id == 7779 replace namelong = "MASON, NOAH MORGAN" if congress == 83 & id == 6061 replace namelong = "ALLEN, LEO ELWOOD" if congress == 83 & id == 121 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 83 & id == 226 replace namelong = "VELDE, HAROLD HIMMEL" if congress == 83 & id == 9657 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 83 & id == 1702 replace namelong = "SIMPSON, SIDNEY ELMER %SI" if congress == 83 & id == 8533 replace namelong = "MACK, PETER FRANCIS JR." if congress == 83 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 83 & id == 8814 replace namelong = "VURSELL, CHARLES WESLEY" if congress == 83 & id == 9693 replace namelong = "PRICE, CHARLES MELVIN" if congress == 83 & id == 7610 replace namelong = "BISHOP, CECIL WILLIAM %RU" if congress == 83 & id == 731 replace namelong = "MADDEN, RAY JOHN" if congress == 83 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 83 & id == 3963 replace namelong = "CRUMPACKER, SHEPARD J. JR" if congress == 83 & id == 2227 replace namelong = "ADAIR, EDWIN ROSS" if congress == 83 & id == 18 replace namelong = "BEAMER, JOHN VALENTINE" if congress == 83 & id == 550 replace namelong = "HARDEN, CECIL MURRAY" if congress == 83 & id == 4050 replace namelong = "BRAY, WILLIAM GILMER" if congress == 83 & id == 986 replace namelong = "MERRILL, D. BAILEY" if congress == 83 & id == 6429 replace namelong = "WILSON, EARL" if congress == 83 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 83 & id == 4165 replace namelong = "BROWNSON, CHARLES BRUCE" if congress == 83 & id == 1152 replace namelong = "MARTIN, THOMAS ELLSWORTH" if congress == 83 & id == 6039 replace namelong = "TALLE, HENRY OSCAR" if congress == 83 & id == 9168 replace namelong = "GROSS, HAROLD ROYCE" if congress == 83 & id == 3853 replace namelong = "LE COMPTE, KARL MILES" if congress == 83 & id == 5552 replace namelong = "CUNNINGHAM, PAUL HARVEY" if congress == 83 & id == 2256 replace namelong = "DOLLIVER, JAMES ISAAC" if congress == 83 & id == 2647 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 83 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 83 & id == 4482 replace namelong = "MILLER, HOWARD SHULTZ" if congress == 83 & id == 6485 replace namelong = "SCRIVNER, ERRETT POWER" if congress == 83 & id == 8318 replace namelong = "GEORGE, MYRON VIRGIL" if congress == 83 & id == 3534 replace namelong = "REES, EDWARD HERBERT" if congress == 83 & id == 7799 replace namelong = "HOPE, CLIFFORD RAGSDALE" if congress == 83 & id == 4562 replace namelong = "SMITH, WINT" if congress == 83 & id == 8709 replace namelong = "GREGORY, NOBLE JONES" if congress == 83 & id == 3809 replace namelong = "WITHERS, GARRETT LEE" if congress == 83 & id == 10294 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 83 & id == 6845 replace namelong = "ROBSION, JOHN MARSHALL JR" if congress == 83 & id == 7997 replace namelong = "CHELF, FRANK LESLIE" if congress == 83 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 83 & id == 8778 replace namelong = "WATTS, JOHN CLARENCE" if congress == 83 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 83 & id == 7343 replace namelong = "GOLDEN, JAMES STEPHEN" if congress == 83 & id == 3649 replace namelong = "HEBERT, FELIX EDWARD" if congress == 83 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 83 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 83 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 83 & id == 1081 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 83 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 83 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 83 & id == 9339 replace namelong = "LONG, GEORGE SHANNON" if congress == 83 & id == 5757 replace namelong = "HALE, ROBERT" if congress == 83 & id == 3924 replace namelong = "NELSON, CHARLES PEMBROKE" if congress == 83 & id == 6863 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 83 & id == 6276 replace namelong = "MILLER, EDWARD TYLOR" if congress == 83 & id == 6481 replace namelong = "DEVEREUX, JAMES PATRICK S" if congress == 83 & id == 2531 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 83 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 83 & id == 3054 replace namelong = "SMALL, FRANK, JR." if congress == 83 & id == 8587 replace namelong = "HYDE, DEWITT STEPHEN" if congress == 83 & id == 4785 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 83 & id == 3374 replace namelong = "HESELTON, JOHN WALTER" if congress == 83 & id == 4372 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 83 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 83 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 83 & id == 2660 replace namelong = "ROGERS, EDITH NOURSE" if congress == 83 & id == 8024 replace namelong = "BATES, WILLIAM HENRY" if congress == 83 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 83 & id == 5447 replace namelong = "GOODWIN, ANGIER LOUIS" if congress == 83 & id == 3682 replace namelong = "NICHOLSON, DONALD WILLIAM" if congress == 83 & id == 6922 replace namelong = "CURTIS, LAURENCE" if congress == 83 & id == 2272 replace namelong = "O'NEILL, THOMAS" if congress == 83 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 83 & id == 6177 replace namelong = "WIGGLESWORTH, RICHARD BOW" if congress == 83 & id == 10095 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 83 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 83 & id == 5880 replace namelong = "MEADER, GEORGE" if congress == 83 & id == 6399 replace namelong = "SHAFER, PAUL WERNTZ" if congress == 83 & id == 8392 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 83 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 83 & id == 3268 replace namelong = "CLARDY, KIT FRANCIS" if congress == 83 & id == 1748 replace namelong = "WOLCOTT, JESSE PAINE" if congress == 83 & id == 10303 replace namelong = "BENTLEY, ALVIN MORELL" if congress == 83 & id == 652 replace namelong = "THOMPSON, RUTH" if congress == 83 & id == 9338 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 83 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 83 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 83 & id == 639 replace namelong = "O'BRIEN, GEORGE" if congress == 83 & id == 6998 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 83 & id == 7682 replace namelong = "DINGELL, JOHN DAVID" if congress == 83 & id == 2604 replace namelong = "LESINSKI, JOHN JR." if congress == 83 & id == 5617 replace namelong = "OAKMAN, CHARLES GIBB" if congress == 83 & id == 6995 replace namelong = "DONDERO, GEORGE ANTHONY" if congress == 83 & id == 2653 replace namelong = "ANDRESEN, AUGUST HERMAN" if congress == 83 & id == 188 replace namelong = "O'HARA, JOSEPH P." if congress == 83 & id == 7044 replace namelong = "WIER, ROY WILLIAM" if congress == 83 & id == 10092 replace namelong = "MCCARTHY, EUGENE JOSEPH" if congress == 83 & id == 6134 replace namelong = "JUDD, WALTER HENRY" if congress == 83 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 83 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 83 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 83 & id == 789 replace namelong = "HAGEN, HAROLD CHRISTIAN" if congress == 83 & id == 3902 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 83 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 83 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 83 & id == 8616 replace namelong = "WILLIAMS, JOHN BELL" if congress == 83 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 83 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 83 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 83 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 83 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 83 & id == 9072 replace namelong = "HILLELSON, JEFFREY PAUL" if congress == 83 & id == 4431 replace namelong = "BOLLING, RICHARD WALKER" if congress == 83 & id == 835 replace namelong = "COLE, WILLIAM CLAY" if congress == 83 & id == 1928 replace namelong = "SHORT, DEWEY" if congress == 83 & id == 8484 replace namelong = "CARNAHAN, ALBERT SIDNEY J" if congress == 83 & id == 1517 replace namelong = "CANNON, CLARENCE" if congress == 83 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 83 & id == 5056 replace namelong = "MOULDER, MORGAN MOORE" if congress == 83 & id == 6765 replace namelong = "METCALF, LEE" if congress == 83 & id == 6442 replace namelong = "D'EWART, WESLEY A." if congress == 83 & id == 2538 replace namelong = "CURTIS, CARL THOMAS" if congress == 83 & id == 2267 replace namelong = "HRUSKA, ROMAN LEE" if congress == 83 & id == 4660 replace namelong = "HARRISON, ROBERT DINSMORE" if congress == 83 & id == 4134 replace namelong = "MILLER, ARTHUR LEWIS" if congress == 83 & id == 6474 replace namelong = "YOUNG, CLARENCE CLIFTON" if congress == 83 & id == 10437 replace namelong = "MERROW, CHESTER EARL" if congress == 83 & id == 6437 replace namelong = "COTTON, NORRIS" if congress == 83 & id == 2087 replace namelong = "WOLVERTON, CHARLES ANDERS" if congress == 83 & id == 10314 replace namelong = "HAND, THOMAS MILLET" if congress == 83 & id == 4031 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 83 & id == 291 replace namelong = "HOWELL, CHARLES ROBERT" if congress == 83 & id == 4644 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 83 & id == 3364 replace namelong = "CASE, CLIFFORD PHILLIP" if congress == 83 & id == 1569 replace namelong = "WILLIAMS, HARRISON ARLING" if congress == 83 & id == 10147 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 83 & id == 10091 replace namelong = "CANFIELD, GORDON" if congress == 83 & id == 1476 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 83 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 83 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 83 & id == 46 replace namelong = "KEAN, ROBERT WINTHROP" if congress == 83 & id == 5109 replace namelong = "SIEMINSKI, ALFRED DENNIS" if congress == 83 & id == 8506 replace namelong = "HART, EDWARD JOSEPH" if congress == 83 & id == 4142 replace namelong = "DEMPSEY, JOHN JOSEPH" if congress == 83 & id == 2490 replace namelong = "FERNANDEZ, ANTONIO MANUEL" if congress == 83 & id == 3114 replace namelong = "WAINWRIGHT, STUYVESANT" if congress == 83 & id == 9716 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 83 & id == 2523 replace namelong = "BECKER, FRANK JOHN" if congress == 83 & id == 563 replace namelong = "LATHAM, HENRY JEPSON" if congress == 83 & id == 5488 replace namelong = "BOSCH, ALBERT HENRY" if congress == 83 & id == 868 replace namelong = "HOLTZMAN, LESTER" if congress == 83 & id == 4548 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 83 & id == 2476 replace namelong = "HELLER, LOUIS BENJAMIN" if congress == 83 & id == 4290 replace namelong = "KEOGH, EUGENE JAMES" if congress == 83 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 83 & id == 5148 replace namelong = "CELLER, EMANUEL" if congress == 83 & id == 1611 replace namelong = "DORN, FRANCIS EDWIN" if congress == 83 & id == 2671 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 83 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 83 & id == 8049 replace namelong = "RAY, JOHN HENRY" if congress == 83 & id == 7749 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 83 & id == 7568 replace namelong = "COUDERT, FREDERIC RENE, J" if congress == 83 & id == 2089 replace namelong = "DONOVAN, JAMES GEORGE" if congress == 83 & id == 2662 replace namelong = "KLEIN, ARTHUR GEORGE" if congress == 83 & id == 5317 replace namelong = "ROOSEVELT, FRANKLIN DELAN" if congress == 83 & id == 8050 replace namelong = "JAVITS, JACOB KOPPEL" if congress == 83 & id == 4898 replace namelong = "FINE, SIDNEY ASHER" if congress == 83 & id == 3149 replace namelong = "DOLLINGER, ISIDORE" if congress == 83 & id == 2646 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 83 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 83 & id == 3158 replace namelong = "GAMBLE, RALPH ABERNETHY" if congress == 83 & id == 3446 replace namelong = "GWINN, RALPH WALDO" if congress == 83 & id == 3888 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 83 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 83 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 83 & id == 7003 replace namelong = "TAYLOR, DEAN PARK" if congress == 83 & id == 9203 replace namelong = "KEARNEY, BERNARD WILLIAM" if congress == 83 & id == 5110 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 83 & id == 5235 replace namelong = "WILLIAMS, WILLIAM ROBERT" if congress == 83 & id == 10191 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 83 & id == 7901 replace namelong = "TABER, JOHN" if congress == 83 & id == 9144 replace namelong = "COLE, WILLIAM STERLING" if congress == 83 & id == 1931 replace namelong = "KEATING, KENNETH BARNARD" if congress == 83 & id == 5116 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 83 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 83 & id == 6516 replace namelong = "RADWAN, EDMUND PATRICK" if congress == 83 & id == 7687 replace namelong = "PILLION, JOHN RAYMOND" if congress == 83 & id == 7453 replace namelong = "REED, DANIEL ALDEN" if congress == 83 & id == 7781 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 83 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 83 & id == 3321 replace namelong = "BARDEN, GRAHAM ARTHUR" if congress == 83 & id == 431 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 83 & id == 2032 replace namelong = "CHATHAM, RICHARD THURMOND" if congress == 83 & id == 1676 replace namelong = "DURHAM, CARL THOMAS" if congress == 83 & id == 2791 replace namelong = "CARLYLE, FRANK ERTEL" if congress == 83 & id == 1512 replace namelong = "DEANE, CHARLES BENNETT" if congress == 83 & id == 2448 replace namelong = "ALEXANDER, HUGH QUINCY" if congress == 83 & id == 82 replace namelong = "JONAS, CHARLES RAPER" if congress == 83 & id == 5019 replace namelong = "JONES, WOODROW WILSON" if congress == 83 & id == 5071 replace namelong = "SHUFORD, GEORGE ADAMS" if congress == 83 & id == 8495 replace namelong = "BURDICK, USHER LLOYD" if congress == 83 & id == 1254 replace namelong = "KRUEGER, OTTO" if congress == 83 & id == 5370 replace namelong = "SCHERER, GORDON HARRY" if congress == 83 & id == 8260 replace namelong = "HESS, WILLIAM EMIL" if congress == 83 & id == 4373 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 83 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 83 & id == 6204 replace namelong = "CLEVENGER, CLIFF" if congress == 83 & id == 1839 replace namelong = "POLK, JAMES GOULD" if congress == 83 & id == 7506 replace namelong = "BROWN, CLARENCE J" if congress == 83 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 83 & id == 680 replace namelong = "REAMS, HENRY FRAZIER" if congress == 83 & id == 7771 replace namelong = "JENKINS, THOMAS ALBERT" if congress == 83 & id == 4917 replace namelong = "BOLTON, OLIVER PAYNE" if congress == 83 & id == 838 replace namelong = "VORYS, JOHN MARTIN" if congress == 83 & id == 9688 replace namelong = "WEICHEL, ALVIN F." if congress == 83 & id == 9917 replace namelong = "AYRES, WILLIAM HANES" if congress == 83 & id == 310 replace namelong = "SECREST, ROBERT THOMPSON" if congress == 83 & id == 8341 replace namelong = "BOW, FRANK TOWNSEND" if congress == 83 & id == 891 replace namelong = "MCGREGOR, J. HARRY" if congress == 83 & id == 6262 replace namelong = "HAYS, WAYNE LEVERE" if congress == 83 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 83 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 83 & id == 3092 replace namelong = "CROSSER, ROBERT" if congress == 83 & id == 2199 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 83 & id == 837 replace namelong = "BENDER, GEORGE HARRISON" if congress == 83 & id == 621 replace namelong = "BELCHER, PAGE HENRY" if congress == 83 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 83 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 83 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 83 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 83 & id == 4891 replace namelong = "WICKERSHAM, VICTOR EUGENE" if congress == 83 & id == 10085 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 83 & id == 6955 replace namelong = "COON, SAMUEL HARRISON" if congress == 83 & id == 2038 replace namelong = "ANGELL, HOMER DANIEL" if congress == 83 & id == 207 replace namelong = "ELLSWORTH, MATHEW HARRIS" if congress == 83 & id == 2935 replace namelong = "BARRETT, WILLIAM A." if congress == 83 & id == 465 replace namelong = "GRANAHAN, WILLIAM THOMAS" if congress == 83 & id == 3744 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 83 & id == 1368 replace namelong = "CHUDOFF, EARL" if congress == 83 & id == 1719 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 83 & id == 3785 replace namelong = "SCOTT, HUGH DOGGETT, JR." if congress == 83 & id == 8301 replace namelong = "JAMES, BENJAMIN FRANKLIN" if congress == 83 & id == 4880 replace namelong = "KING, KARL CLARENCE" if congress == 83 & id == 5267 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 83 & id == 2298 replace namelong = "CARRIGG, JOSEPH LEONARD" if congress == 83 & id == 1533 replace namelong = "BONIN, EDWARD JOHN" if congress == 83 & id == 845 replace namelong = "FENTON, IVOR DAVID" if congress == 83 & id == 3105 replace namelong = "MCCONNELL, SAMUEL KERNS J" if congress == 83 & id == 6169 replace namelong = "RHODES, GEORGE MILTON" if congress == 83 & id == 7844 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 83 & id == 9791 replace namelong = "MUMMA, WALTER MANN" if congress == 83 & id == 6795 replace namelong = "BUSH, ALVIN RAY" if congress == 83 & id == 1328 replace namelong = "SIMPSON, RICHARD MURRAY" if congress == 83 & id == 8532 replace namelong = "STAUFFER, S. WALTER" if congress == 83 & id == 8857 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 83 & id == 9645 replace namelong = "KELLEY, AUGUSTINE BERNARD" if congress == 83 & id == 5136 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 83 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 83 & id == 3510 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 83 & id == 5112 replace namelong = "GRAHAM, LOUIS EDWARD" if congress == 83 & id == 3737 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 83 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 83 & id == 3409 replace namelong = "EBERHARTER, HERMAN PETER" if congress == 83 & id == 2833 replace namelong = "CORBETT, ROBERT JAMES" if congress == 83 & id == 2065 replace namelong = "BUCHANAN, VERA DAERR" if congress == 83 & id == 1190 replace namelong = "FORAND, AIME JOSEPH" if congress == 83 & id == 3264 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 83 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 83 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 83 & id == 7908 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 83 & id == 2672 replace namelong = "BRYSON, JOSEPH RALEIGH" if congress == 83 & id == 1181 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 83 & id == 270 replace namelong = "RICHARDS, JAMES PRIOLEAU" if congress == 83 & id == 7869 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 83 & id == 6353 replace namelong = "LOVRE, HAROLD ORRIN" if congress == 83 & id == 5803 replace namelong = "BERRY, ELLIS YARNAL" if congress == 83 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 83 & id == 7777 replace namelong = "BAKER, HOWARD HENRY" if congress == 83 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 83 & id == 3346 replace namelong = "EVINS, JOSEPH LANDON" if congress == 83 & id == 3034 replace namelong = "PRIEST, JAMES PERCY" if congress == 83 & id == 7622 replace namelong = "SUTTON, JAMES PARTICK %PA" if congress == 83 & id == 9099 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 83 & id == 6826 replace namelong = "COOPER, JERE" if congress == 83 & id == 2049 replace namelong = "DAVIS, CLIFFORD" if congress == 83 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 83 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 83 & id == 1077 replace namelong = "GENTRY, BRADY PRESTON" if congress == 83 & id == 3529 replace namelong = "RAYBURN, SAM" if congress == 83 & id == 7753 replace namelong = "WILSON, JOSEPH FRANKLIN" if congress == 83 & id == 10244 replace namelong = "TEAGUE, OLIN EARL" if congress == 83 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 83 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 83 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 83 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 83 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 83 & id == 7498 replace namelong = "LUCAS, WINGATE HEZEKIAH" if congress == 83 & id == 5826 replace namelong = "IKARD, FRANK NEVILLE" if congress == 83 & id == 4796 replace namelong = "LYLE, JOHN EMMETT JR." if congress == 83 & id == 5847 replace namelong = "BENTSEN, LLOYD MILLARD JR" if congress == 83 & id == 660 replace namelong = "REGAN, KENNETH MILLS" if congress == 83 & id == 7806 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 83 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 83 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 83 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 83 & id == 5236 replace namelong = "FISHER, OVIE CLARK" if congress == 83 & id == 3171 replace namelong = "DIES, MARTIN JR." if congress == 83 & id == 2588 replace namelong = "STRINGFELLOW, DOUGLAS R." if congress == 83 & id == 9025 replace namelong = "DAWSON, WILLIAM ADAMS" if congress == 83 & id == 2430 replace namelong = "PROUTY, WINSTON LEWIS" if congress == 83 & id == 7637 replace namelong = "ROBESON, EDWARD JOHN JR." if congress == 83 & id == 7969 replace namelong = "HARDY, PORTER JR." if congress == 83 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 83 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 83 & id == 2 replace namelong = "STANLEY, THOMAS BAHNSON" if congress == 83 & id == 8839 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 83 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 83 & id == 7500 replace namelong = "HARRISON, BURR POWELL" if congress == 83 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 83 & id == 8636 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 83 & id == 9802 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 83 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 83 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 83 & id == 9968 replace namelong = "MACK, RUSSELL VERNON" if congress == 83 & id == 5885 replace namelong = "HOLMES, OTIS HALBERT" if congress == 83 & id == 4537 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 83 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 83 & id == 9409 replace namelong = "MAGNUSON, DONALD HAMMER" if congress == 83 & id == 5912 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 83 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 83 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 83 & id == 339 replace namelong = "NEAL, WILLIAM ELMER" if congress == 83 & id == 6851 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 83 & id == 5118 replace namelong = "BYRD, ROBERT CARYLE" if congress == 83 & id == 1366 replace namelong = "SMITH, LAWRENCE HANRY" if congress == 83 & id == 8663 replace namelong = "DAVIS, GLENN ROBERT" if congress == 83 & id == 2383 replace namelong = "WITHROW, GARDNER ROBERT" if congress == 83 & id == 10299 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 83 & id == 10463 replace namelong = "KERSTEN, CHARLES J." if congress == 83 & id == 5217 replace namelong = "VAN PELT, WILLIAM K." if congress == 83 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 83 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 83 & id == 1371 replace namelong = "HULL, MERLIN" if congress == 83 & id == 4720 replace namelong = "JOHNSON, LESTER R." if congress == 83 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 83 & id == 7046 replace namelong = "HARRISON, WILLIAM HENRY -" if congress == 83 & id == 4139 replace namelong = "EISENHOWER, DWIGHT D." if congress == 84 & id == 99901 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 84 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 84 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 84 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 84 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 84 & id == 7695 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 84 & id == 8353 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 84 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 84 & id == 5058 replace namelong = "HUDDLESTON, GEORGE JR." if congress == 84 & id == 4686 replace namelong = "RHODES, JOHN JACOB" if congress == 84 & id == 7845 replace namelong = "UDALL, STEWART LEE" if congress == 84 & id == 9549 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 84 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 84 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 84 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 84 & id == 4110 replace namelong = "HAYS, LAWRENCE BROOKS" if congress == 84 & id == 4244 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 84 & id == 6958 replace namelong = "SCUDDER, HUBERT BAXTER" if congress == 84 & id == 8322 replace namelong = "ENGLE, CLAIR" if congress == 84 & id == 2965 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 84 & id == 6756 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 84 & id == 5929 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 84 & id == 8437 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 84 & id == 387 replace namelong = "ALLEN, JOHN JOSEPH JR." if congress == 84 & id == 116 replace namelong = "MILLER, GEORGE PAUL" if congress == 84 & id == 6483 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 84 & id == 10461 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 84 & id == 3867 replace namelong = "JOHNSON, JUSTIN LEROY" if congress == 84 & id == 4976 replace namelong = "SISK, BERNICE FREDERIC" if congress == 84 & id == 8549 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 84 & id == 9240 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 84 & id == 3901 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 84 & id == 6220 replace namelong = "JACKSON, DONALD LESTER" if congress == 84 & id == 4846 replace namelong = "KING, CECIL RHODES" if congress == 84 & id == 5255 replace namelong = "HOSMER, CRAIG" if congress == 84 & id == 4592 replace namelong = "HOLIFIELD, CHET" if congress == 84 & id == 4514 replace namelong = "HINSHAW, JOHN CARL WILLIA" if congress == 84 & id == 4450 replace namelong = "HIESTAND, EDGAR WILLARD" if congress == 84 & id == 4388 replace namelong = "HOLT, JOSEPH FRANKLIN 3D" if congress == 84 & id == 4543 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 84 & id == 2713 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 84 & id == 5694 replace namelong = "HILLINGS, PATRICK JEROME" if congress == 84 & id == 4437 replace namelong = "ROOSEVELT, JAMES" if congress == 84 & id == 8051 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 84 & id == 8444 replace namelong = "UTT, JAMES BOYD" if congress == 84 & id == 9578 replace namelong = "PHILLIPS, JOHN -CALIFORNI" if congress == 84 & id == 7415 replace namelong = "WILSON, ROBERT CARLETON" if congress == 84 & id == 10249 replace namelong = "ROGERS, BYRON GILES" if congress == 84 & id == 8021 replace namelong = "HILL, WILLIAM SILAS" if congress == 84 & id == 4429 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 84 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 84 & id == 275 replace namelong = "DODD, THOMAS JOSEPH" if congress == 84 & id == 2636 replace namelong = "SEELY-BROWN, HORACE, JR." if congress == 84 & id == 8346 replace namelong = "CRETELLA, ALBERT WILLIAM" if congress == 84 & id == 2174 replace namelong = "MORANO, ALBERT PAUL" if congress == 84 & id == 6664 replace namelong = "PATTERSON, JAMES THOMAS" if congress == 84 & id == 7245 replace namelong = "SADLAK, ANTONI NICHOLAS" if congress == 84 & id == 8170 replace namelong = "MCDOWELL, HARRIS BROWN JR" if congress == 84 & id == 6224 replace namelong = "CRAMER, WILLIAM CATO" if congress == 84 & id == 2143 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 84 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 84 & id == 8507 replace namelong = "FASCELL, DANTE BRUNO" if congress == 84 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 84 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 84 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 84 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 84 & id == 6084 replace namelong = "PRESTON, PRINCE HULON JR." if congress == 84 & id == 7605 replace namelong = "PILCHER, JOHN LEONARD" if congress == 84 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 84 & id == 3286 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 84 & id == 3242 replace namelong = "DAVIS, JAMES CURRAN" if congress == 84 & id == 2389 replace namelong = "VINSON, CARL" if congress == 84 & id == 9677 replace namelong = "LANHAM, HENDERSON LOVELAC" if congress == 84 & id == 5459 replace namelong = "BLITCH, IRIS FAIRCLOTH" if congress == 84 & id == 798 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 84 & id == 5436 replace namelong = "BROWN, PAUL" if congress == 84 & id == 1130 replace namelong = "PFOST, GRACIE BOWERS" if congress == 84 & id == 7392 replace namelong = "BUDGE, HAMER HAROLD" if congress == 84 & id == 1215 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 84 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 84 & id == 7041 replace namelong = "MURRAY, JAMES CUNNINGHAM" if congress == 84 & id == 6819 replace namelong = "MCVEY, WILLIAM ESTUS" if congress == 84 & id == 6389 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 84 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 84 & id == 7004 replace namelong = "BOWLER, JAMES BERNARD" if congress == 84 & id == 912 replace namelong = "GORDON, THOMAS SYLVY" if congress == 84 & id == 3700 replace namelong = "YATES, SIDNEY RICHARD" if congress == 84 & id == 10421 replace namelong = "HOFFMAN, RICHARD WILLIAM" if congress == 84 & id == 4493 replace namelong = "SHEEHAN, TIMOTHY PATRICK" if congress == 84 & id == 8426 replace namelong = "BOYLE, CHARLES AUGUSTUS" if congress == 84 & id == 939 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 84 & id == 1722 replace namelong = "REED, CHAUNCEY WILLIAM" if congress == 84 & id == 7779 replace namelong = "MASON, NOAH MORGAN" if congress == 84 & id == 6061 replace namelong = "ALLEN, LEO ELWOOD" if congress == 84 & id == 121 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 84 & id == 226 replace namelong = "VELDE, HAROLD HIMMEL" if congress == 84 & id == 9657 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 84 & id == 1702 replace namelong = "SIMPSON, SIDNEY ELMER %SI" if congress == 84 & id == 8533 replace namelong = "MACK, PETER FRANCIS JR." if congress == 84 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 84 & id == 8814 replace namelong = "VURSELL, CHARLES WESLEY" if congress == 84 & id == 9693 replace namelong = "PRICE, CHARLES MELVIN" if congress == 84 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 84 & id == 3769 replace namelong = "MADDEN, RAY JOHN" if congress == 84 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 84 & id == 3963 replace namelong = "CRUMPACKER, SHEPARD J. JR" if congress == 84 & id == 2227 replace namelong = "ADAIR, EDWIN ROSS" if congress == 84 & id == 18 replace namelong = "BEAMER, JOHN VALENTINE" if congress == 84 & id == 550 replace namelong = "HARDEN, CECIL MURRAY" if congress == 84 & id == 4050 replace namelong = "BRAY, WILLIAM GILMER" if congress == 84 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 84 & id == 2517 replace namelong = "WILSON, EARL" if congress == 84 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 84 & id == 4165 replace namelong = "BROWNSON, CHARLES BRUCE" if congress == 84 & id == 1152 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 84 & id == 8288 replace namelong = "TALLE, HENRY OSCAR" if congress == 84 & id == 9168 replace namelong = "GROSS, HAROLD ROYCE" if congress == 84 & id == 3853 replace namelong = "LE COMPTE, KARL MILES" if congress == 84 & id == 5552 replace namelong = "CUNNINGHAM, PAUL HARVEY" if congress == 84 & id == 2256 replace namelong = "DOLLIVER, JAMES ISAAC" if congress == 84 & id == 2647 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 84 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 84 & id == 4482 replace namelong = "AVERY, WILLIAM HENRY" if congress == 84 & id == 301 replace namelong = "SCRIVNER, ERRETT POWER" if congress == 84 & id == 8318 replace namelong = "GEORGE, MYRON VIRGIL" if congress == 84 & id == 3534 replace namelong = "REES, EDWARD HERBERT" if congress == 84 & id == 7799 replace namelong = "HOPE, CLIFFORD RAGSDALE" if congress == 84 & id == 4562 replace namelong = "SMITH, WINT" if congress == 84 & id == 8709 replace namelong = "GREGORY, NOBLE JONES" if congress == 84 & id == 3809 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 84 & id == 6845 replace namelong = "ROBSION, JOHN MARSHALL JR" if congress == 84 & id == 7997 replace namelong = "CHELF, FRANK LESLIE" if congress == 84 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 84 & id == 8778 replace namelong = "WATTS, JOHN CLARENCE" if congress == 84 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 84 & id == 7343 replace namelong = "SILER, EUGENE" if congress == 84 & id == 8508 replace namelong = "HEBERT, FELIX EDWARD" if congress == 84 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 84 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 84 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 84 & id == 1081 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 84 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 84 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 84 & id == 9339 replace namelong = "LONG, GEORGE SHANNON" if congress == 84 & id == 5757 replace namelong = "HALE, ROBERT" if congress == 84 & id == 3924 replace namelong = "NELSON, CHARLES PEMBROKE" if congress == 84 & id == 6863 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 84 & id == 6276 replace namelong = "MILLER, EDWARD TYLOR" if congress == 84 & id == 6481 replace namelong = "DEVEREUX, JAMES PATRICK S" if congress == 84 & id == 2531 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 84 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 84 & id == 3054 replace namelong = "LANKFORD, RICHARD ESTEP" if congress == 84 & id == 5463 replace namelong = "HYDE, DEWITT STEPHEN" if congress == 84 & id == 4785 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 84 & id == 3374 replace namelong = "HESELTON, JOHN WALTER" if congress == 84 & id == 4372 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 84 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 84 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 84 & id == 2660 replace namelong = "ROGERS, EDITH NOURSE" if congress == 84 & id == 8024 replace namelong = "BATES, WILLIAM HENRY" if congress == 84 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 84 & id == 5447 replace namelong = "MACDONALD, TORBERT HART" if congress == 84 & id == 5873 replace namelong = "NICHOLSON, DONALD WILLIAM" if congress == 84 & id == 6922 replace namelong = "CURTIS, LAURENCE" if congress == 84 & id == 2272 replace namelong = "O'NEILL, THOMAS" if congress == 84 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 84 & id == 6177 replace namelong = "WIGGLESWORTH, RICHARD BOW" if congress == 84 & id == 10095 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 84 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 84 & id == 5880 replace namelong = "MEADER, GEORGE" if congress == 84 & id == 6399 replace namelong = "JOHANSEN, AUGUST EDGAR" if congress == 84 & id == 4935 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 84 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 84 & id == 3268 replace namelong = "HAYWORTH, DONALD" if congress == 84 & id == 4251 replace namelong = "WOLCOTT, JESSE PAINE" if congress == 84 & id == 10303 replace namelong = "BENTLEY, ALVIN MORELL" if congress == 84 & id == 652 replace namelong = "THOMPSON, RUTH" if congress == 84 & id == 9338 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 84 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 84 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 84 & id == 639 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 84 & id == 2594 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 84 & id == 7682 replace namelong = "DINGELL, JOHN DAVID" if congress == 84 & id == 2604 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 84 & id == 2605 replace namelong = "LESINSKI, JOHN JR." if congress == 84 & id == 5617 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 84 & id == 3830 replace namelong = "DONDERO, GEORGE ANTHONY" if congress == 84 & id == 2653 replace namelong = "ANDRESEN, AUGUST HERMAN" if congress == 84 & id == 188 replace namelong = "O'HARA, JOSEPH P." if congress == 84 & id == 7044 replace namelong = "WIER, ROY WILLIAM" if congress == 84 & id == 10092 replace namelong = "MCCARTHY, EUGENE JOSEPH" if congress == 84 & id == 6134 replace namelong = "JUDD, WALTER HENRY" if congress == 84 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 84 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 84 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 84 & id == 789 replace namelong = "KNUTSON, COYA GJESDAL" if congress == 84 & id == 5351 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 84 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 84 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 84 & id == 8616 replace namelong = "WILLIAMS, JOHN BELL" if congress == 84 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 84 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 84 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 84 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 84 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 84 & id == 9072 replace namelong = "CHRISTOPHER, GEORGE HENRY" if congress == 84 & id == 1717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 84 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 84 & id == 4724 replace namelong = "SHORT, DEWEY" if congress == 84 & id == 8484 replace namelong = "CARNAHAN, ALBERT SIDNEY J" if congress == 84 & id == 1517 replace namelong = "CANNON, CLARENCE" if congress == 84 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 84 & id == 5056 replace namelong = "MOULDER, MORGAN MOORE" if congress == 84 & id == 6765 replace namelong = "METCALF, LEE" if congress == 84 & id == 6442 replace namelong = "FJARE, ORVIN BENONIE" if congress == 84 & id == 3197 replace namelong = "WEAVER, PHILLIP HART" if congress == 84 & id == 9895 replace namelong = "CHASE, JACKSON BURTON" if congress == 84 & id == 1667 replace namelong = "HARRISON, ROBERT DINSMORE" if congress == 84 & id == 4134 replace namelong = "MILLER, ARTHUR LEWIS" if congress == 84 & id == 6474 replace namelong = "YOUNG, CLARENCE CLIFTON" if congress == 84 & id == 10437 replace namelong = "MERROW, CHESTER EARL" if congress == 84 & id == 6437 replace namelong = "BASS, PERKINS" if congress == 84 & id == 503 replace namelong = "WOLVERTON, CHARLES ANDERS" if congress == 84 & id == 10314 replace namelong = "HAND, THOMAS MILLET" if congress == 84 & id == 4031 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 84 & id == 291 replace namelong = "THOMPSON, FRANK, JR." if congress == 84 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 84 & id == 3364 replace namelong = "WILLIAMS, HARRISON ARLING" if congress == 84 & id == 10147 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 84 & id == 10091 replace namelong = "CANFIELD, GORDON" if congress == 84 & id == 1476 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 84 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 84 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 84 & id == 46 replace namelong = "KEAN, ROBERT WINTHROP" if congress == 84 & id == 5109 replace namelong = "SIEMINSKI, ALFRED DENNIS" if congress == 84 & id == 8506 replace namelong = "TUMULTY, THOMAS JAMES" if congress == 84 & id == 9505 replace namelong = "DEMPSEY, JOHN JOSEPH" if congress == 84 & id == 2490 replace namelong = "FERNANDEZ, ANTONIO MANUEL" if congress == 84 & id == 3114 replace namelong = "WAINWRIGHT, STUYVESANT" if congress == 84 & id == 9716 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 84 & id == 2523 replace namelong = "BECKER, FRANK JOHN" if congress == 84 & id == 563 replace namelong = "LATHAM, HENRY JEPSON" if congress == 84 & id == 5488 replace namelong = "BOSCH, ALBERT HENRY" if congress == 84 & id == 868 replace namelong = "HOLTZMAN, LESTER" if congress == 84 & id == 4548 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 84 & id == 2476 replace namelong = "ANFUSO, VICTOR L@EPISCOPO" if congress == 84 & id == 205 replace namelong = "KEOGH, EUGENE JAMES" if congress == 84 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 84 & id == 5148 replace namelong = "CELLER, EMANUEL" if congress == 84 & id == 1611 replace namelong = "DORN, FRANCIS EDWIN" if congress == 84 & id == 2671 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 84 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 84 & id == 8049 replace namelong = "RAY, JOHN HENRY" if congress == 84 & id == 7749 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 84 & id == 7568 replace namelong = "COUDERT, FREDERIC RENE, J" if congress == 84 & id == 2089 replace namelong = "DONOVAN, JAMES GEORGE" if congress == 84 & id == 2662 replace namelong = "KLEIN, ARTHUR GEORGE" if congress == 84 & id == 5317 replace namelong = "DAVIDSON, IRWIN DELMORE" if congress == 84 & id == 2365 replace namelong = "ZELENKO, HERBERT" if congress == 84 & id == 10464 replace namelong = "FINE, SIDNEY ASHER" if congress == 84 & id == 3149 replace namelong = "HEALEY, JAMES CHRISTOPHER" if congress == 84 & id == 4262 replace namelong = "DOLLINGER, ISIDORE" if congress == 84 & id == 2646 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 84 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 84 & id == 3158 replace namelong = "GAMBLE, RALPH ABERNETHY" if congress == 84 & id == 3446 replace namelong = "GWINN, RALPH WALDO" if congress == 84 & id == 3888 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 84 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 84 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 84 & id == 7003 replace namelong = "TAYLOR, DEAN PARK" if congress == 84 & id == 9203 replace namelong = "KEARNEY, BERNARD WILLIAM" if congress == 84 & id == 5110 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 84 & id == 5235 replace namelong = "WILLIAMS, WILLIAM ROBERT" if congress == 84 & id == 10191 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 84 & id == 7901 replace namelong = "TABER, JOHN" if congress == 84 & id == 9144 replace namelong = "COLE, WILLIAM STERLING" if congress == 84 & id == 1931 replace namelong = "KEATING, KENNETH BARNARD" if congress == 84 & id == 5116 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 84 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 84 & id == 6516 replace namelong = "RADWAN, EDMUND PATRICK" if congress == 84 & id == 7687 replace namelong = "PILLION, JOHN RAYMOND" if congress == 84 & id == 7453 replace namelong = "REED, DANIEL ALDEN" if congress == 84 & id == 7781 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 84 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 84 & id == 3321 replace namelong = "BARDEN, GRAHAM ARTHUR" if congress == 84 & id == 431 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 84 & id == 2032 replace namelong = "CHATHAM, RICHARD THURMOND" if congress == 84 & id == 1676 replace namelong = "DURHAM, CARL THOMAS" if congress == 84 & id == 2791 replace namelong = "CARLYLE, FRANK ERTEL" if congress == 84 & id == 1512 replace namelong = "DEANE, CHARLES BENNETT" if congress == 84 & id == 2448 replace namelong = "ALEXANDER, HUGH QUINCY" if congress == 84 & id == 82 replace namelong = "JONAS, CHARLES RAPER" if congress == 84 & id == 5019 replace namelong = "JONES, WOODROW WILSON" if congress == 84 & id == 5071 replace namelong = "SHUFORD, GEORGE ADAMS" if congress == 84 & id == 8495 replace namelong = "BURDICK, USHER LLOYD" if congress == 84 & id == 1254 replace namelong = "KRUEGER, OTTO" if congress == 84 & id == 5370 replace namelong = "SCHERER, GORDON HARRY" if congress == 84 & id == 8260 replace namelong = "HESS, WILLIAM EMIL" if congress == 84 & id == 4373 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 84 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 84 & id == 6204 replace namelong = "CLEVENGER, CLIFF" if congress == 84 & id == 1839 replace namelong = "POLK, JAMES GOULD" if congress == 84 & id == 7506 replace namelong = "BROWN, CLARENCE J" if congress == 84 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 84 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 84 & id == 267 replace namelong = "JENKINS, THOMAS ALBERT" if congress == 84 & id == 4917 replace namelong = "BOLTON, OLIVER PAYNE" if congress == 84 & id == 838 replace namelong = "VORYS, JOHN MARTIN" if congress == 84 & id == 9688 replace namelong = "BAUMHART, ALBERT DAVID JR" if congress == 84 & id == 521 replace namelong = "AYRES, WILLIAM HANES" if congress == 84 & id == 310 replace namelong = "HENDERSON, JOHN EARL" if congress == 84 & id == 4311 replace namelong = "BOW, FRANK TOWNSEND" if congress == 84 & id == 891 replace namelong = "MCGREGOR, J. HARRY" if congress == 84 & id == 6262 replace namelong = "HAYS, WAYNE LEVERE" if congress == 84 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 84 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 84 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 84 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 84 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 84 & id == 6548 replace namelong = "BELCHER, PAGE HENRY" if congress == 84 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 84 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 84 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 84 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 84 & id == 4891 replace namelong = "WICKERSHAM, VICTOR EUGENE" if congress == 84 & id == 10085 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 84 & id == 6955 replace namelong = "COON, SAMUEL HARRISON" if congress == 84 & id == 2038 replace namelong = "GREEN, EDITH" if congress == 84 & id == 3775 replace namelong = "ELLSWORTH, MATHEW HARRIS" if congress == 84 & id == 2935 replace namelong = "BARRETT, WILLIAM A." if congress == 84 & id == 465 replace namelong = "GRANAHAN, WILLIAM THOMAS" if congress == 84 & id == 3744 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 84 & id == 1368 replace namelong = "CHUDOFF, EARL" if congress == 84 & id == 1719 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 84 & id == 3785 replace namelong = "SCOTT, HUGH DOGGETT, JR." if congress == 84 & id == 8301 replace namelong = "JAMES, BENJAMIN FRANKLIN" if congress == 84 & id == 4880 replace namelong = "KING, KARL CLARENCE" if congress == 84 & id == 5267 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 84 & id == 2298 replace namelong = "CARRIGG, JOSEPH LEONARD" if congress == 84 & id == 1533 replace namelong = "FLOOD, DANIEL JOHN" if congress == 84 & id == 3224 replace namelong = "FENTON, IVOR DAVID" if congress == 84 & id == 3105 replace namelong = "MCCONNELL, SAMUEL KERNS J" if congress == 84 & id == 6169 replace namelong = "RHODES, GEORGE MILTON" if congress == 84 & id == 7844 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 84 & id == 9791 replace namelong = "MUMMA, WALTER MANN" if congress == 84 & id == 6795 replace namelong = "BUSH, ALVIN RAY" if congress == 84 & id == 1328 replace namelong = "SIMPSON, RICHARD MURRAY" if congress == 84 & id == 8532 replace namelong = "QUIGLEY, JAMES MICHAEL" if congress == 84 & id == 7673 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 84 & id == 9645 replace namelong = "KELLEY, AUGUSTINE BERNARD" if congress == 84 & id == 5136 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 84 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 84 & id == 3510 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 84 & id == 5112 replace namelong = "CLARK, FRANK MONROE" if congress == 84 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 84 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 84 & id == 3409 replace namelong = "EBERHARTER, HERMAN PETER" if congress == 84 & id == 2833 replace namelong = "CORBETT, ROBERT JAMES" if congress == 84 & id == 2065 replace namelong = "BUCHANAN, VERA DAERR" if congress == 84 & id == 1190 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 84 & id == 4518 replace namelong = "FORAND, AIME JOSEPH" if congress == 84 & id == 3264 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 84 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 84 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 84 & id == 7908 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 84 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 84 & id == 270 replace namelong = "RICHARDS, JAMES PRIOLEAU" if congress == 84 & id == 7869 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 84 & id == 6353 replace namelong = "LOVRE, HAROLD ORRIN" if congress == 84 & id == 5803 replace namelong = "BERRY, ELLIS YARNAL" if congress == 84 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 84 & id == 7777 replace namelong = "BAKER, HOWARD HENRY" if congress == 84 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 84 & id == 3346 replace namelong = "EVINS, JOSEPH LANDON" if congress == 84 & id == 3034 replace namelong = "PRIEST, JAMES PERCY" if congress == 84 & id == 7622 replace namelong = "BASS, ROSS" if congress == 84 & id == 504 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 84 & id == 6826 replace namelong = "COOPER, JERE" if congress == 84 & id == 2049 replace namelong = "DAVIS, CLIFFORD" if congress == 84 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 84 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 84 & id == 1077 replace namelong = "GENTRY, BRADY PRESTON" if congress == 84 & id == 3529 replace namelong = "RAYBURN, SAM" if congress == 84 & id == 7753 replace namelong = "ALGER, BRUCE REYNOLDS" if congress == 84 & id == 93 replace namelong = "TEAGUE, OLIN EARL" if congress == 84 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 84 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 84 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 84 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 84 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 84 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 84 & id == 10391 replace namelong = "IKARD, FRANK NEVILLE" if congress == 84 & id == 4796 replace namelong = "BELL, JOHN JUNIOR" if congress == 84 & id == 608 replace namelong = "KILGORE, JOE MADISON" if congress == 84 & id == 5241 replace namelong = "RUTHERFORD, J. T." if congress == 84 & id == 8147 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 84 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 84 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 84 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 84 & id == 5236 replace namelong = "FISHER, OVIE CLARK" if congress == 84 & id == 3171 replace namelong = "DIES, MARTIN JR." if congress == 84 & id == 2588 replace namelong = "DIXON, HENRY ALDOUS" if congress == 84 & id == 2616 replace namelong = "DAWSON, WILLIAM ADAMS" if congress == 84 & id == 2430 replace namelong = "PROUTY, WINSTON LEWIS" if congress == 84 & id == 7637 replace namelong = "ROBESON, EDWARD JOHN JR." if congress == 84 & id == 7969 replace namelong = "HARDY, PORTER JR." if congress == 84 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 84 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 84 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 84 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 84 & id == 7500 replace namelong = "HARRISON, BURR POWELL" if congress == 84 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 84 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 84 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 84 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 84 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 84 & id == 9968 replace namelong = "MACK, RUSSELL VERNON" if congress == 84 & id == 5885 replace namelong = "HOLMES, OTIS HALBERT" if congress == 84 & id == 4537 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 84 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 84 & id == 9409 replace namelong = "MAGNUSON, DONALD HAMMER" if congress == 84 & id == 5912 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 84 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 84 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 84 & id == 339 replace namelong = "BURNSIDE, MAURICE GWINN" if congress == 84 & id == 1300 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 84 & id == 5118 replace namelong = "BYRD, ROBERT CARYLE" if congress == 84 & id == 1366 replace namelong = "SMITH, LAWRENCE HANRY" if congress == 84 & id == 8663 replace namelong = "DAVIS, GLENN ROBERT" if congress == 84 & id == 2383 replace namelong = "WITHROW, GARDNER ROBERT" if congress == 84 & id == 10299 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 84 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 84 & id == 7824 replace namelong = "VAN PELT, WILLIAM K." if congress == 84 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 84 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 84 & id == 1371 replace namelong = "JOHNSON, LESTER R." if congress == 84 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 84 & id == 7046 replace namelong = "THOMSON, EDWIN KEITH" if congress == 84 & id == 9350 replace namelong = "EISENHOWER, DWIGHT D." if congress == 85 & id == 99901 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 85 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 85 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 85 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 85 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 85 & id == 7695 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 85 & id == 8353 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 85 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 85 & id == 5058 replace namelong = "HUDDLESTON, GEORGE JR." if congress == 85 & id == 4686 replace namelong = "RHODES, JOHN JACOB" if congress == 85 & id == 7845 replace namelong = "UDALL, STEWART LEE" if congress == 85 & id == 9549 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 85 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 85 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 85 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 85 & id == 4110 replace namelong = "HAYS, LAWRENCE BROOKS" if congress == 85 & id == 4244 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 85 & id == 6958 replace namelong = "SCUDDER, HUBERT BAXTER" if congress == 85 & id == 8322 replace namelong = "ENGLE, CLAIR" if congress == 85 & id == 2965 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 85 & id == 6756 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 85 & id == 5929 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 85 & id == 8437 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 85 & id == 387 replace namelong = "ALLEN, JOHN JOSEPH JR." if congress == 85 & id == 116 replace namelong = "MILLER, GEORGE PAUL" if congress == 85 & id == 6483 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 85 & id == 10461 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 85 & id == 3867 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 85 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 85 & id == 8549 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 85 & id == 9240 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 85 & id == 3901 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 85 & id == 6220 replace namelong = "JACKSON, DONALD LESTER" if congress == 85 & id == 4846 replace namelong = "KING, CECIL RHODES" if congress == 85 & id == 5255 replace namelong = "HOSMER, CRAIG" if congress == 85 & id == 4592 replace namelong = "HOLIFIELD, CHET" if congress == 85 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 85 & id == 8628 replace namelong = "HIESTAND, EDGAR WILLARD" if congress == 85 & id == 4388 replace namelong = "HOLT, JOSEPH FRANKLIN 3D" if congress == 85 & id == 4543 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 85 & id == 2713 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 85 & id == 5694 replace namelong = "HILLINGS, PATRICK JEROME" if congress == 85 & id == 4437 replace namelong = "ROOSEVELT, JAMES" if congress == 85 & id == 8051 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 85 & id == 8444 replace namelong = "UTT, JAMES BOYD" if congress == 85 & id == 9578 replace namelong = "SAUND, DALIP SINGH" if congress == 85 & id == 8225 replace namelong = "WILSON, ROBERT CARLETON" if congress == 85 & id == 10249 replace namelong = "ROGERS, BYRON GILES" if congress == 85 & id == 8021 replace namelong = "HILL, WILLIAM SILAS" if congress == 85 & id == 4429 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 85 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 85 & id == 275 replace namelong = "MAY, EDWIN HYLAND JR." if congress == 85 & id == 6102 replace namelong = "SEELY-BROWN, HORACE, JR." if congress == 85 & id == 8346 replace namelong = "CRETELLA, ALBERT WILLIAM" if congress == 85 & id == 2174 replace namelong = "MORANO, ALBERT PAUL" if congress == 85 & id == 6664 replace namelong = "PATTERSON, JAMES THOMAS" if congress == 85 & id == 7245 replace namelong = "SADLAK, ANTONI NICHOLAS" if congress == 85 & id == 8170 replace namelong = "HASKELL, HARRY GARNER JR." if congress == 85 & id == 4172 replace namelong = "CRAMER, WILLIAM CATO" if congress == 85 & id == 2143 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 85 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 85 & id == 8507 replace namelong = "FASCELL, DANTE BRUNO" if congress == 85 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 85 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 85 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 85 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 85 & id == 6084 replace namelong = "PRESTON, PRINCE HULON JR." if congress == 85 & id == 7605 replace namelong = "PILCHER, JOHN LEONARD" if congress == 85 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 85 & id == 3286 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 85 & id == 3242 replace namelong = "DAVIS, JAMES CURRAN" if congress == 85 & id == 2389 replace namelong = "VINSON, CARL" if congress == 85 & id == 9677 replace namelong = "LANHAM, HENDERSON LOVELAC" if congress == 85 & id == 5459 replace namelong = "MITCHELL, HARLAN ERWIN" if congress == 85 & id == 6559 replace namelong = "BLITCH, IRIS FAIRCLOTH" if congress == 85 & id == 798 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 85 & id == 5436 replace namelong = "BROWN, PAUL" if congress == 85 & id == 1130 replace namelong = "PFOST, GRACIE BOWERS" if congress == 85 & id == 7392 replace namelong = "BUDGE, HAMER HAROLD" if congress == 85 & id == 1215 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 85 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 85 & id == 7041 replace namelong = "BYRNE, EMMET FRANCIS" if congress == 85 & id == 1367 replace namelong = "MCVEY, WILLIAM ESTUS" if congress == 85 & id == 6389 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 85 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 85 & id == 7004 replace namelong = "BOWLER, JAMES BERNARD" if congress == 85 & id == 912 replace namelong = "LIBONATI, ROLAND VICTOR" if congress == 85 & id == 5654 replace namelong = "GORDON, THOMAS SYLVY" if congress == 85 & id == 3700 replace namelong = "YATES, SIDNEY RICHARD" if congress == 85 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 85 & id == 1941 replace namelong = "SHEEHAN, TIMOTHY PATRICK" if congress == 85 & id == 8426 replace namelong = "BOYLE, CHARLES AUGUSTUS" if congress == 85 & id == 939 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 85 & id == 1722 replace namelong = "KEENEY, RUSSELL WATSON" if congress == 85 & id == 5120 replace namelong = "MASON, NOAH MORGAN" if congress == 85 & id == 6061 replace namelong = "ALLEN, LEO ELWOOD" if congress == 85 & id == 121 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 85 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 85 & id == 6455 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 85 & id == 1702 replace namelong = "SIMPSON, SIDNEY ELMER %SI" if congress == 85 & id == 8533 replace namelong = "MACK, PETER FRANCIS JR." if congress == 85 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 85 & id == 8814 replace namelong = "VURSELL, CHARLES WESLEY" if congress == 85 & id == 9693 replace namelong = "PRICE, CHARLES MELVIN" if congress == 85 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 85 & id == 3769 replace namelong = "MADDEN, RAY JOHN" if congress == 85 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 85 & id == 3963 replace namelong = "NIMTZ, F. JAY" if congress == 85 & id == 6933 replace namelong = "ADAIR, EDWIN ROSS" if congress == 85 & id == 18 replace namelong = "BEAMER, JOHN VALENTINE" if congress == 85 & id == 550 replace namelong = "HARDEN, CECIL MURRAY" if congress == 85 & id == 4050 replace namelong = "BRAY, WILLIAM GILMER" if congress == 85 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 85 & id == 2517 replace namelong = "WILSON, EARL" if congress == 85 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 85 & id == 4165 replace namelong = "BROWNSON, CHARLES BRUCE" if congress == 85 & id == 1152 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 85 & id == 8288 replace namelong = "TALLE, HENRY OSCAR" if congress == 85 & id == 9168 replace namelong = "GROSS, HAROLD ROYCE" if congress == 85 & id == 3853 replace namelong = "LE COMPTE, KARL MILES" if congress == 85 & id == 5552 replace namelong = "CUNNINGHAM, PAUL HARVEY" if congress == 85 & id == 2256 replace namelong = "COAD, MERWIN" if congress == 85 & id == 1861 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 85 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 85 & id == 4482 replace namelong = "AVERY, WILLIAM HENRY" if congress == 85 & id == 301 replace namelong = "SCRIVNER, ERRETT POWER" if congress == 85 & id == 8318 replace namelong = "GEORGE, MYRON VIRGIL" if congress == 85 & id == 3534 replace namelong = "REES, EDWARD HERBERT" if congress == 85 & id == 7799 replace namelong = "BREEDING, JAMES FLOYD" if congress == 85 & id == 997 replace namelong = "SMITH, WINT" if congress == 85 & id == 8709 replace namelong = "GREGORY, NOBLE JONES" if congress == 85 & id == 3809 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 85 & id == 6845 replace namelong = "ROBSION, JOHN MARSHALL JR" if congress == 85 & id == 7997 replace namelong = "CHELF, FRANK LESLIE" if congress == 85 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 85 & id == 8778 replace namelong = "WATTS, JOHN CLARENCE" if congress == 85 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 85 & id == 7343 replace namelong = "SILER, EUGENE" if congress == 85 & id == 8508 replace namelong = "HEBERT, FELIX EDWARD" if congress == 85 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 85 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 85 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 85 & id == 1081 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 85 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 85 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 85 & id == 9339 replace namelong = "LONG, GEORGE SHANNON" if congress == 85 & id == 5757 replace namelong = "HALE, ROBERT" if congress == 85 & id == 3924 replace namelong = "COFFIN, FRANK MOREY" if congress == 85 & id == 1904 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 85 & id == 6276 replace namelong = "MILLER, EDWARD TYLOR" if congress == 85 & id == 6481 replace namelong = "DEVEREUX, JAMES PATRICK S" if congress == 85 & id == 2531 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 85 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 85 & id == 3054 replace namelong = "LANKFORD, RICHARD ESTEP" if congress == 85 & id == 5463 replace namelong = "HYDE, DEWITT STEPHEN" if congress == 85 & id == 4785 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 85 & id == 3374 replace namelong = "HESELTON, JOHN WALTER" if congress == 85 & id == 4372 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 85 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 85 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 85 & id == 2660 replace namelong = "ROGERS, EDITH NOURSE" if congress == 85 & id == 8024 replace namelong = "BATES, WILLIAM HENRY" if congress == 85 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 85 & id == 5447 replace namelong = "MACDONALD, TORBERT HART" if congress == 85 & id == 5873 replace namelong = "NICHOLSON, DONALD WILLIAM" if congress == 85 & id == 6922 replace namelong = "CURTIS, LAURENCE" if congress == 85 & id == 2272 replace namelong = "O'NEILL, THOMAS" if congress == 85 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 85 & id == 6177 replace namelong = "WIGGLESWORTH, RICHARD BOW" if congress == 85 & id == 10095 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 85 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 85 & id == 5880 replace namelong = "MEADER, GEORGE" if congress == 85 & id == 6399 replace namelong = "JOHANSEN, AUGUST EDGAR" if congress == 85 & id == 4935 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 85 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 85 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 85 & id == 1620 replace namelong = "MCINTOSH, ROBERT JOHN" if congress == 85 & id == 6280 replace namelong = "BENTLEY, ALVIN MORELL" if congress == 85 & id == 652 replace namelong = "GRIFFIN, ROBERT PAUL" if congress == 85 & id == 3824 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 85 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 85 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 85 & id == 639 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 85 & id == 2594 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 85 & id == 7682 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 85 & id == 2605 replace namelong = "LESINSKI, JOHN JR." if congress == 85 & id == 5617 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 85 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 85 & id == 1087 replace namelong = "ANDRESEN, AUGUST HERMAN" if congress == 85 & id == 188 replace namelong = "QUIE, ALBERT HAROLD" if congress == 85 & id == 7671 replace namelong = "O'HARA, JOSEPH P." if congress == 85 & id == 7044 replace namelong = "WIER, ROY WILLIAM" if congress == 85 & id == 10092 replace namelong = "MCCARTHY, EUGENE JOSEPH" if congress == 85 & id == 6134 replace namelong = "JUDD, WALTER HENRY" if congress == 85 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 85 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 85 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 85 & id == 789 replace namelong = "KNUTSON, COYA GJESDAL" if congress == 85 & id == 5351 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 85 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 85 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 85 & id == 8616 replace namelong = "WILLIAMS, JOHN BELL" if congress == 85 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 85 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 85 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 85 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 85 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 85 & id == 9072 replace namelong = "CHRISTOPHER, GEORGE HENRY" if congress == 85 & id == 1717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 85 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 85 & id == 4724 replace namelong = "BROWN, CHARLES HARRISON" if congress == 85 & id == 1103 replace namelong = "CARNAHAN, ALBERT SIDNEY J" if congress == 85 & id == 1517 replace namelong = "CANNON, CLARENCE" if congress == 85 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 85 & id == 5056 replace namelong = "MOULDER, MORGAN MOORE" if congress == 85 & id == 6765 replace namelong = "METCALF, LEE" if congress == 85 & id == 6442 replace namelong = "ANDERSON, LEROY HAGEN" if congress == 85 & id == 177 replace namelong = "WEAVER, PHILLIP HART" if congress == 85 & id == 9895 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 85 & id == 2255 replace namelong = "HARRISON, ROBERT DINSMORE" if congress == 85 & id == 4134 replace namelong = "MILLER, ARTHUR LEWIS" if congress == 85 & id == 6474 replace namelong = "BARING, WALTER STEPHAN" if congress == 85 & id == 433 replace namelong = "MERROW, CHESTER EARL" if congress == 85 & id == 6437 replace namelong = "BASS, PERKINS" if congress == 85 & id == 503 replace namelong = "WOLVERTON, CHARLES ANDERS" if congress == 85 & id == 10314 replace namelong = "GLENN, MILTON WILLITS" if congress == 85 & id == 3629 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 85 & id == 291 replace namelong = "THOMPSON, FRANK, JR." if congress == 85 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 85 & id == 3364 replace namelong = "DWYER, FLORENCE PRICE" if congress == 85 & id == 2804 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 85 & id == 10091 replace namelong = "CANFIELD, GORDON" if congress == 85 & id == 1476 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 85 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 85 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 85 & id == 46 replace namelong = "KEAN, ROBERT WINTHROP" if congress == 85 & id == 5109 replace namelong = "SIEMINSKI, ALFRED DENNIS" if congress == 85 & id == 8506 replace namelong = "DELLAY, VINCENT JOHN" if congress == 85 & id == 2484 replace namelong = "DELLAY, VINCENT JOHN" if congress == 85 & id == 92484 replace namelong = "MONTOYA, JOSEPH MANUEL" if congress == 85 & id == 6611 replace namelong = "DEMPSEY, JOHN JOSEPH" if congress == 85 & id == 2490 replace namelong = "WAINWRIGHT, STUYVESANT" if congress == 85 & id == 9716 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 85 & id == 2523 replace namelong = "BECKER, FRANK JOHN" if congress == 85 & id == 563 replace namelong = "LATHAM, HENRY JEPSON" if congress == 85 & id == 5488 replace namelong = "BOSCH, ALBERT HENRY" if congress == 85 & id == 868 replace namelong = "HOLTZMAN, LESTER" if congress == 85 & id == 4548 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 85 & id == 2476 replace namelong = "ANFUSO, VICTOR L@EPISCOPO" if congress == 85 & id == 205 replace namelong = "KEOGH, EUGENE JAMES" if congress == 85 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 85 & id == 5148 replace namelong = "CELLER, EMANUEL" if congress == 85 & id == 1611 replace namelong = "DORN, FRANCIS EDWIN" if congress == 85 & id == 2671 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 85 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 85 & id == 8049 replace namelong = "RAY, JOHN HENRY" if congress == 85 & id == 7749 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 85 & id == 7568 replace namelong = "COUDERT, FREDERIC RENE, J" if congress == 85 & id == 2089 replace namelong = "SANTANGELO, ALFRED EDWARD" if congress == 85 & id == 8214 replace namelong = "FARBSTEIN, LEONARD" if congress == 85 & id == 3056 replace namelong = "TELLER, LUDWIG" if congress == 85 & id == 9248 replace namelong = "ZELENKO, HERBERT" if congress == 85 & id == 10464 replace namelong = "HEALEY, JAMES CHRISTOPHER" if congress == 85 & id == 4262 replace namelong = "DOLLINGER, ISIDORE" if congress == 85 & id == 2646 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 85 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 85 & id == 3158 replace namelong = "DOOLEY, EDWIN BENEDICT" if congress == 85 & id == 2665 replace namelong = "GWINN, RALPH WALDO" if congress == 85 & id == 3888 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 85 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 85 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 85 & id == 7003 replace namelong = "TAYLOR, DEAN PARK" if congress == 85 & id == 9203 replace namelong = "KEARNEY, BERNARD WILLIAM" if congress == 85 & id == 5110 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 85 & id == 5235 replace namelong = "WILLIAMS, WILLIAM ROBERT" if congress == 85 & id == 10191 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 85 & id == 7901 replace namelong = "TABER, JOHN" if congress == 85 & id == 9144 replace namelong = "COLE, WILLIAM STERLING" if congress == 85 & id == 1931 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 85 & id == 7995 replace namelong = "KEATING, KENNETH BARNARD" if congress == 85 & id == 5116 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 85 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 85 & id == 6516 replace namelong = "RADWAN, EDMUND PATRICK" if congress == 85 & id == 7687 replace namelong = "PILLION, JOHN RAYMOND" if congress == 85 & id == 7453 replace namelong = "REED, DANIEL ALDEN" if congress == 85 & id == 7781 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 85 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 85 & id == 3321 replace namelong = "BARDEN, GRAHAM ARTHUR" if congress == 85 & id == 431 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 85 & id == 2032 replace namelong = "SCOTT, RALPH JAMES" if congress == 85 & id == 8311 replace namelong = "DURHAM, CARL THOMAS" if congress == 85 & id == 2791 replace namelong = "LENNON, ALTON ASA" if congress == 85 & id == 5606 replace namelong = "KITCHIN, ALVIN PAUL" if congress == 85 & id == 5306 replace namelong = "ALEXANDER, HUGH QUINCY" if congress == 85 & id == 82 replace namelong = "JONAS, CHARLES RAPER" if congress == 85 & id == 5019 replace namelong = "WHITENER, BASIL LEE" if congress == 85 & id == 10060 replace namelong = "SHUFORD, GEORGE ADAMS" if congress == 85 & id == 8495 replace namelong = "KRUEGER, OTTO" if congress == 85 & id == 5370 replace namelong = "BURDICK, USHER LLOYD" if congress == 85 & id == 1254 replace namelong = "SCHERER, GORDON HARRY" if congress == 85 & id == 8260 replace namelong = "HESS, WILLIAM EMIL" if congress == 85 & id == 4373 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 85 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 85 & id == 6204 replace namelong = "CLEVENGER, CLIFF" if congress == 85 & id == 1839 replace namelong = "POLK, JAMES GOULD" if congress == 85 & id == 7506 replace namelong = "BROWN, CLARENCE J" if congress == 85 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 85 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 85 & id == 267 replace namelong = "JENKINS, THOMAS ALBERT" if congress == 85 & id == 4917 replace namelong = "DENNISON, DAVID SHORT" if congress == 85 & id == 2504 replace namelong = "VORYS, JOHN MARTIN" if congress == 85 & id == 9688 replace namelong = "BAUMHART, ALBERT DAVID JR" if congress == 85 & id == 521 replace namelong = "AYRES, WILLIAM HANES" if congress == 85 & id == 310 replace namelong = "HENDERSON, JOHN EARL" if congress == 85 & id == 4311 replace namelong = "BOW, FRANK TOWNSEND" if congress == 85 & id == 891 replace namelong = "MCGREGOR, J. HARRY" if congress == 85 & id == 6262 replace namelong = "HAYS, WAYNE LEVERE" if congress == 85 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 85 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 85 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 85 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 85 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 85 & id == 6548 replace namelong = "BELCHER, PAGE HENRY" if congress == 85 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 85 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 85 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 85 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 85 & id == 4891 replace namelong = "MORRIS, TOBY" if congress == 85 & id == 6718 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 85 & id == 6955 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 85 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 85 & id == 3775 replace namelong = "PORTER, CHARLES ORLANDO" if congress == 85 & id == 7533 replace namelong = "BARRETT, WILLIAM A." if congress == 85 & id == 465 replace namelong = "GRANAHAN, KATHRYN ELIZABE" if congress == 85 & id == 3743 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 85 & id == 1368 replace namelong = "CHUDOFF, EARL" if congress == 85 & id == 1719 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 85 & id == 6936 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 85 & id == 3785 replace namelong = "SCOTT, HUGH DOGGETT, JR." if congress == 85 & id == 8301 replace namelong = "JAMES, BENJAMIN FRANKLIN" if congress == 85 & id == 4880 replace namelong = "CURTIN, WILLARD SEVIER" if congress == 85 & id == 2266 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 85 & id == 2298 replace namelong = "CARRIGG, JOSEPH LEONARD" if congress == 85 & id == 1533 replace namelong = "FLOOD, DANIEL JOHN" if congress == 85 & id == 3224 replace namelong = "FENTON, IVOR DAVID" if congress == 85 & id == 3105 replace namelong = "MCCONNELL, SAMUEL KERNS J" if congress == 85 & id == 6169 replace namelong = "LAFORE, JOHN ARMAND JR." if congress == 85 & id == 5404 replace namelong = "RHODES, GEORGE MILTON" if congress == 85 & id == 7844 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 85 & id == 9791 replace namelong = "MUMMA, WALTER MANN" if congress == 85 & id == 6795 replace namelong = "BUSH, ALVIN RAY" if congress == 85 & id == 1328 replace namelong = "SIMPSON, RICHARD MURRAY" if congress == 85 & id == 8532 replace namelong = "STAUFFER, S. WALTER" if congress == 85 & id == 8857 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 85 & id == 9645 replace namelong = "KELLEY, AUGUSTINE BERNARD" if congress == 85 & id == 5136 replace namelong = "DENT, JOHN HERMAN" if congress == 85 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 85 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 85 & id == 3510 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 85 & id == 5112 replace namelong = "CLARK, FRANK MONROE" if congress == 85 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 85 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 85 & id == 3409 replace namelong = "EBERHARTER, HERMAN PETER" if congress == 85 & id == 2833 replace namelong = "CORBETT, ROBERT JAMES" if congress == 85 & id == 2065 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 85 & id == 4518 replace namelong = "FORAND, AIME JOSEPH" if congress == 85 & id == 3264 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 85 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 85 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 85 & id == 7908 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 85 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 85 & id == 270 replace namelong = "HEMPHILL, ROBERT WITHERSP" if congress == 85 & id == 4299 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 85 & id == 6353 replace namelong = "MCGOVERN, GEORGE STANLEY" if congress == 85 & id == 6256 replace namelong = "BERRY, ELLIS YARNAL" if congress == 85 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 85 & id == 7777 replace namelong = "BAKER, HOWARD HENRY" if congress == 85 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 85 & id == 3346 replace namelong = "EVINS, JOSEPH LANDON" if congress == 85 & id == 3034 replace namelong = "LOSER, JOSEPH CARLTON" if congress == 85 & id == 5783 replace namelong = "BASS, ROSS" if congress == 85 & id == 504 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 85 & id == 6826 replace namelong = "COOPER, JERE" if congress == 85 & id == 2049 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 85 & id == 3028 replace namelong = "DAVIS, CLIFFORD" if congress == 85 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 85 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 85 & id == 1077 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 85 & id == 567 replace namelong = "RAYBURN, SAM" if congress == 85 & id == 7753 replace namelong = "ALGER, BRUCE REYNOLDS" if congress == 85 & id == 93 replace namelong = "TEAGUE, OLIN EARL" if congress == 85 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 85 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 85 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 85 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 85 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 85 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 85 & id == 10391 replace namelong = "IKARD, FRANK NEVILLE" if congress == 85 & id == 4796 replace namelong = "YOUNG, JOHN ANDREW" if congress == 85 & id == 10446 replace namelong = "KILGORE, JOE MADISON" if congress == 85 & id == 5241 replace namelong = "RUTHERFORD, J. T." if congress == 85 & id == 8147 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 85 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 85 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 85 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 85 & id == 5236 replace namelong = "FISHER, OVIE CLARK" if congress == 85 & id == 3171 replace namelong = "DIES, MARTIN JR." if congress == 85 & id == 2588 replace namelong = "DIXON, HENRY ALDOUS" if congress == 85 & id == 2616 replace namelong = "DAWSON, WILLIAM ADAMS" if congress == 85 & id == 2430 replace namelong = "PROUTY, WINSTON LEWIS" if congress == 85 & id == 7637 replace namelong = "ROBESON, EDWARD JOHN JR." if congress == 85 & id == 7969 replace namelong = "HARDY, PORTER JR." if congress == 85 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 85 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 85 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 85 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 85 & id == 7500 replace namelong = "HARRISON, BURR POWELL" if congress == 85 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 85 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 85 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 85 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 85 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 85 & id == 9968 replace namelong = "MACK, RUSSELL VERNON" if congress == 85 & id == 5885 replace namelong = "HOLMES, OTIS HALBERT" if congress == 85 & id == 4537 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 85 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 85 & id == 9409 replace namelong = "MAGNUSON, DONALD HAMMER" if congress == 85 & id == 5912 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 85 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 85 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 85 & id == 339 replace namelong = "NEAL, WILLIAM ELMER" if congress == 85 & id == 6851 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 85 & id == 5118 replace namelong = "BYRD, ROBERT CARYLE" if congress == 85 & id == 1366 replace namelong = "SMITH, LAWRENCE HANRY" if congress == 85 & id == 8663 replace namelong = "TEWES, DONALD EDGAR" if congress == 85 & id == 9267 replace namelong = "WITHROW, GARDNER ROBERT" if congress == 85 & id == 10299 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 85 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 85 & id == 7824 replace namelong = "VAN PELT, WILLIAM K." if congress == 85 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 85 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 85 & id == 1371 replace namelong = "JOHNSON, LESTER R." if congress == 85 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 85 & id == 7046 replace namelong = "THOMSON, EDWIN KEITH" if congress == 85 & id == 9350 replace namelong = "EISENHOWER, DWIGHT D." if congress == 86 & id == 99901 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 86 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 86 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 86 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 86 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 86 & id == 7695 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 86 & id == 8353 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 86 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 86 & id == 5058 replace namelong = "HUDDLESTON, GEORGE JR." if congress == 86 & id == 4686 replace namelong = "RIVERS, RALPH JULIAN" if congress == 86 & id == 7926 replace namelong = "RHODES, JOHN JACOB" if congress == 86 & id == 7845 replace namelong = "UDALL, STEWART LEE" if congress == 86 & id == 9549 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 86 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 86 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 86 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 86 & id == 4110 replace namelong = "ALFORD, THOMAS DALE" if congress == 86 & id == 92 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 86 & id == 6958 replace namelong = "MILLER, CLEMENT WOODNUTT" if congress == 86 & id == 6477 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 86 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 86 & id == 6756 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 86 & id == 5929 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 86 & id == 8437 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 86 & id == 387 replace namelong = "COHELAN, JEFFERY" if congress == 86 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 86 & id == 6483 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 86 & id == 10461 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 86 & id == 3867 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 86 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 86 & id == 8549 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 86 & id == 9240 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 86 & id == 3901 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 86 & id == 6220 replace namelong = "JACKSON, DONALD LESTER" if congress == 86 & id == 4846 replace namelong = "KING, CECIL RHODES" if congress == 86 & id == 5255 replace namelong = "HOSMER, CRAIG" if congress == 86 & id == 4592 replace namelong = "HOLIFIELD, CHET" if congress == 86 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 86 & id == 8628 replace namelong = "HIESTAND, EDGAR WILLARD" if congress == 86 & id == 4388 replace namelong = "HOLT, JOSEPH FRANKLIN 3D" if congress == 86 & id == 4543 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 86 & id == 2713 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 86 & id == 5694 replace namelong = "KASEM, GEORGE ALBERT" if congress == 86 & id == 5099 replace namelong = "ROOSEVELT, JAMES" if congress == 86 & id == 8051 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 86 & id == 8444 replace namelong = "UTT, JAMES BOYD" if congress == 86 & id == 9578 replace namelong = "SAUND, DALIP SINGH" if congress == 86 & id == 8225 replace namelong = "WILSON, ROBERT CARLETON" if congress == 86 & id == 10249 replace namelong = "ROGERS, BYRON GILES" if congress == 86 & id == 8021 replace namelong = "JOHNSON, BYRON LINDBERG" if congress == 86 & id == 4943 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 86 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 86 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 86 & id == 2295 replace namelong = "BOWLES, CHESTER BLISS" if congress == 86 & id == 913 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 86 & id == 3553 replace namelong = "IRWIN, DONALD J." if congress == 86 & id == 4824 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 86 & id == 6586 replace namelong = "KOWALSKI, FRANK" if congress == 86 & id == 5362 replace namelong = "MCDOWELL, HARRIS BROWN JR" if congress == 86 & id == 6224 replace namelong = "CRAMER, WILLIAM CATO" if congress == 86 & id == 2143 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 86 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 86 & id == 8507 replace namelong = "FASCELL, DANTE BRUNO" if congress == 86 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 86 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 86 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 86 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 86 & id == 6084 replace namelong = "PRESTON, PRINCE HULON JR." if congress == 86 & id == 7605 replace namelong = "PILCHER, JOHN LEONARD" if congress == 86 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 86 & id == 3286 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 86 & id == 3242 replace namelong = "DAVIS, JAMES CURRAN" if congress == 86 & id == 2389 replace namelong = "VINSON, CARL" if congress == 86 & id == 9677 replace namelong = "MITCHELL, HARLAN ERWIN" if congress == 86 & id == 6559 replace namelong = "BLITCH, IRIS FAIRCLOTH" if congress == 86 & id == 798 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 86 & id == 5436 replace namelong = "BROWN, PAUL" if congress == 86 & id == 1130 replace namelong = "INOUYE, DANIEL KEN" if congress == 86 & id == 4812 replace namelong = "PFOST, GRACIE BOWERS" if congress == 86 & id == 7392 replace namelong = "BUDGE, HAMER HAROLD" if congress == 86 & id == 1215 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 86 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 86 & id == 7041 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 86 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 86 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 86 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 86 & id == 7004 replace namelong = "LIBONATI, ROLAND VICTOR" if congress == 86 & id == 5654 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 86 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 86 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 86 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 86 & id == 7642 replace namelong = "BOYLE, CHARLES AUGUSTUS" if congress == 86 & id == 939 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 86 & id == 1722 replace namelong = "HOFFMAN, ELMER JOSEPH" if congress == 86 & id == 4488 replace namelong = "MASON, NOAH MORGAN" if congress == 86 & id == 6061 replace namelong = "ALLEN, LEO ELWOOD" if congress == 86 & id == 121 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 86 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 86 & id == 6455 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 86 & id == 1702 replace namelong = "SIMPSON, EDNA OAKES" if congress == 86 & id == 8527 replace namelong = "MACK, PETER FRANCIS JR." if congress == 86 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 86 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 86 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 86 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 86 & id == 3769 replace namelong = "MADDEN, RAY JOHN" if congress == 86 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 86 & id == 3963 replace namelong = "BRADEMAS, JOHN" if congress == 86 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 86 & id == 18 replace namelong = "ROUSH, JOHN EDWARD" if congress == 86 & id == 8084 replace namelong = "WAMPLER, FRED" if congress == 86 & id == 9801 replace namelong = "BRAY, WILLIAM GILMER" if congress == 86 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 86 & id == 2517 replace namelong = "HOGAN, EARL LEE" if congress == 86 & id == 4494 replace namelong = "HARMON, RANDALL S." if congress == 86 & id == 4081 replace namelong = "BARR, JOSEPH WALKER" if congress == 86 & id == 458 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 86 & id == 8288 replace namelong = "WOLF, LEONARD GEORGE" if congress == 86 & id == 10308 replace namelong = "GROSS, HAROLD ROYCE" if congress == 86 & id == 3853 replace namelong = "CARTER, STEVEN V." if congress == 86 & id == 1549 replace namelong = "KYL, JOHN HENRY" if congress == 86 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 86 & id == 8672 replace namelong = "COAD, MERWIN" if congress == 86 & id == 1861 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 86 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 86 & id == 4482 replace namelong = "AVERY, WILLIAM HENRY" if congress == 86 & id == 301 replace namelong = "GEORGE, NEWELL A." if congress == 86 & id == 3535 replace namelong = "HARGIS, DENVER DAVID" if congress == 86 & id == 4071 replace namelong = "REES, EDWARD HERBERT" if congress == 86 & id == 7799 replace namelong = "BREEDING, JAMES FLOYD" if congress == 86 & id == 997 replace namelong = "SMITH, WINT" if congress == 86 & id == 8709 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 86 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 86 & id == 6845 replace namelong = "BURKE, FRANK WELSH" if congress == 86 & id == 1264 replace namelong = "CHELF, FRANK LESLIE" if congress == 86 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 86 & id == 8778 replace namelong = "WATTS, JOHN CLARENCE" if congress == 86 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 86 & id == 7343 replace namelong = "SILER, EUGENE" if congress == 86 & id == 8508 replace namelong = "HEBERT, FELIX EDWARD" if congress == 86 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 86 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 86 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 86 & id == 1081 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 86 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 86 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 86 & id == 9339 replace namelong = "MCSWEEN, HAROLD BARNETT" if congress == 86 & id == 6386 replace namelong = "OLIVER, JAMES CHURCHILL" if congress == 86 & id == 7061 replace namelong = "COFFIN, FRANK MOREY" if congress == 86 & id == 1904 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 86 & id == 6276 replace namelong = "JOHNSON, THOMAS F." if congress == 86 & id == 4993 replace namelong = "BREWSTER, DANIEL BAUGH" if congress == 86 & id == 1018 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 86 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 86 & id == 3054 replace namelong = "LANKFORD, RICHARD ESTEP" if congress == 86 & id == 5463 replace namelong = "FOLEY, JOHN ROBERT" if congress == 86 & id == 3249 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 86 & id == 3374 replace namelong = "CONTE, SILVIO OTTO" if congress == 86 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 86 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 86 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 86 & id == 2660 replace namelong = "ROGERS, EDITH NOURSE" if congress == 86 & id == 8024 replace namelong = "BATES, WILLIAM HENRY" if congress == 86 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 86 & id == 5447 replace namelong = "MACDONALD, TORBERT HART" if congress == 86 & id == 5873 replace namelong = "KEITH, HASTINGS" if congress == 86 & id == 5131 replace namelong = "CURTIS, LAURENCE" if congress == 86 & id == 2272 replace namelong = "O'NEILL, THOMAS" if congress == 86 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 86 & id == 6177 replace namelong = "BURKE, JAMES ANTHONY" if congress == 86 & id == 1265 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 86 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 86 & id == 5880 replace namelong = "MEADER, GEORGE" if congress == 86 & id == 6399 replace namelong = "JOHANSEN, AUGUST EDGAR" if congress == 86 & id == 4935 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 86 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 86 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 86 & id == 1620 replace namelong = "O'HARA, JAMES G." if congress == 86 & id == 7043 replace namelong = "BENTLEY, ALVIN MORELL" if congress == 86 & id == 652 replace namelong = "GRIFFIN, ROBERT PAUL" if congress == 86 & id == 3824 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 86 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 86 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 86 & id == 639 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 86 & id == 2594 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 86 & id == 7682 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 86 & id == 2605 replace namelong = "LESINSKI, JOHN JR." if congress == 86 & id == 5617 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 86 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 86 & id == 1087 replace namelong = "QUIE, ALBERT HAROLD" if congress == 86 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 86 & id == 6860 replace namelong = "WIER, ROY WILLIAM" if congress == 86 & id == 10092 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 86 & id == 5098 replace namelong = "JUDD, WALTER HENRY" if congress == 86 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 86 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 86 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 86 & id == 789 replace namelong = "LANGEN, ODIN" if congress == 86 & id == 5451 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 86 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 86 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 86 & id == 8616 replace namelong = "WILLIAMS, JOHN BELL" if congress == 86 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 86 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 86 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 86 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 86 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 86 & id == 9072 replace namelong = "CHRISTOPHER, GEORGE HENRY" if congress == 86 & id == 1717 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 86 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 86 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 86 & id == 4724 replace namelong = "BROWN, CHARLES HARRISON" if congress == 86 & id == 1103 replace namelong = "CARNAHAN, ALBERT SIDNEY J" if congress == 86 & id == 1517 replace namelong = "CANNON, CLARENCE" if congress == 86 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 86 & id == 5056 replace namelong = "MOULDER, MORGAN MOORE" if congress == 86 & id == 6765 replace namelong = "METCALF, LEE" if congress == 86 & id == 6442 replace namelong = "ANDERSON, LEROY HAGEN" if congress == 86 & id == 177 replace namelong = "WEAVER, PHILLIP HART" if congress == 86 & id == 9895 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 86 & id == 2255 replace namelong = "BROCK, LAWRENCE" if congress == 86 & id == 1050 replace namelong = "MCGINLEY, DONALD FRANCIS" if congress == 86 & id == 6253 replace namelong = "BARING, WALTER STEPHAN" if congress == 86 & id == 433 replace namelong = "MERROW, CHESTER EARL" if congress == 86 & id == 6437 replace namelong = "BASS, PERKINS" if congress == 86 & id == 503 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 86 & id == 1393 replace namelong = "GLENN, MILTON WILLITS" if congress == 86 & id == 3629 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 86 & id == 291 replace namelong = "THOMPSON, FRANK, JR." if congress == 86 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 86 & id == 3364 replace namelong = "DWYER, FLORENCE PRICE" if congress == 86 & id == 2804 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 86 & id == 10091 replace namelong = "CANFIELD, GORDON" if congress == 86 & id == 1476 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 86 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 86 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 86 & id == 46 replace namelong = "WALLHAUSER, GEORGE MARVIN" if congress == 86 & id == 9775 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 86 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 86 & id == 2329 replace namelong = "MORRIS, THOMAS GAYLE" if congress == 86 & id == 6717 replace namelong = "MONTOYA, JOSEPH MANUEL" if congress == 86 & id == 6611 replace namelong = "WAINWRIGHT, STUYVESANT" if congress == 86 & id == 9716 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 86 & id == 2523 replace namelong = "BECKER, FRANK JOHN" if congress == 86 & id == 563 replace namelong = "HALPERN, SEYMOUR" if congress == 86 & id == 3967 replace namelong = "BOSCH, ALBERT HENRY" if congress == 86 & id == 868 replace namelong = "HOLTZMAN, LESTER" if congress == 86 & id == 4548 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 86 & id == 2476 replace namelong = "ANFUSO, VICTOR L@EPISCOPO" if congress == 86 & id == 205 replace namelong = "KEOGH, EUGENE JAMES" if congress == 86 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 86 & id == 5148 replace namelong = "CELLER, EMANUEL" if congress == 86 & id == 1611 replace namelong = "DORN, FRANCIS EDWIN" if congress == 86 & id == 2671 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 86 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 86 & id == 8049 replace namelong = "RAY, JOHN HENRY" if congress == 86 & id == 7749 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 86 & id == 7568 replace namelong = "LINDSAY, JOHN VLIET" if congress == 86 & id == 5678 replace namelong = "SANTANGELO, ALFRED EDWARD" if congress == 86 & id == 8214 replace namelong = "FARBSTEIN, LEONARD" if congress == 86 & id == 3056 replace namelong = "TELLER, LUDWIG" if congress == 86 & id == 9248 replace namelong = "ZELENKO, HERBERT" if congress == 86 & id == 10464 replace namelong = "HEALEY, JAMES CHRISTOPHER" if congress == 86 & id == 4262 replace namelong = "DOLLINGER, ISIDORE" if congress == 86 & id == 2646 replace namelong = "GILBERT, JACOB H." if congress == 86 & id == 3575 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 86 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 86 & id == 3158 replace namelong = "DOOLEY, EDWIN BENEDICT" if congress == 86 & id == 2665 replace namelong = "BARRY, ROBERT RAYMOND" if congress == 86 & id == 476 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 86 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 86 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 86 & id == 7003 replace namelong = "TAYLOR, DEAN PARK" if congress == 86 & id == 9203 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 86 & id == 9017 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 86 & id == 5235 replace namelong = "PIRNIE, ALEXANDER" if congress == 86 & id == 7467 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 86 & id == 7901 replace namelong = "TABER, JOHN" if congress == 86 & id == 9144 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 86 & id == 7995 replace namelong = "WEIS, JESSICA MCCULLOUGH" if congress == 86 & id == 9920 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 86 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 86 & id == 6516 replace namelong = "DULSKI, THADDEUS J." if congress == 86 & id == 2752 replace namelong = "PILLION, JOHN RAYMOND" if congress == 86 & id == 7453 replace namelong = "REED, DANIEL ALDEN" if congress == 86 & id == 7781 replace namelong = "GOODELL, CHARLES ELLSWORT" if congress == 86 & id == 3670 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 86 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 86 & id == 3321 replace namelong = "BARDEN, GRAHAM ARTHUR" if congress == 86 & id == 431 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 86 & id == 2032 replace namelong = "SCOTT, RALPH JAMES" if congress == 86 & id == 8311 replace namelong = "DURHAM, CARL THOMAS" if congress == 86 & id == 2791 replace namelong = "LENNON, ALTON ASA" if congress == 86 & id == 5606 replace namelong = "KITCHIN, ALVIN PAUL" if congress == 86 & id == 5306 replace namelong = "ALEXANDER, HUGH QUINCY" if congress == 86 & id == 82 replace namelong = "JONAS, CHARLES RAPER" if congress == 86 & id == 5019 replace namelong = "WHITENER, BASIL LEE" if congress == 86 & id == 10060 replace namelong = "HALL, DAVID MCKEE" if congress == 86 & id == 3936 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 86 & id == 9230 replace namelong = "SHORT, DON LEVINGSTON" if congress == 86 & id == 8485 replace namelong = "BURDICK, QUENTIN NORTHROP" if congress == 86 & id == 1252 replace namelong = "SCHERER, GORDON HARRY" if congress == 86 & id == 8260 replace namelong = "HESS, WILLIAM EMIL" if congress == 86 & id == 4373 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 86 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 86 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 86 & id == 5495 replace namelong = "POLK, JAMES GOULD" if congress == 86 & id == 7506 replace namelong = "BROWN, CLARENCE J" if congress == 86 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 86 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 86 & id == 267 replace namelong = "MOELLER, WALTER HENRY" if congress == 86 & id == 6579 replace namelong = "COOK, ROBERT EUGENE" if congress == 86 & id == 2023 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 86 & id == 2533 replace namelong = "BAUMHART, ALBERT DAVID JR" if congress == 86 & id == 521 replace namelong = "AYRES, WILLIAM HANES" if congress == 86 & id == 310 replace namelong = "HENDERSON, JOHN EARL" if congress == 86 & id == 4311 replace namelong = "BOW, FRANK TOWNSEND" if congress == 86 & id == 891 replace namelong = "LEVERING, ROBERT WOODROW" if congress == 86 & id == 5625 replace namelong = "HAYS, WAYNE LEVERE" if congress == 86 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 86 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 86 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 86 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 86 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 86 & id == 6548 replace namelong = "BELCHER, PAGE HENRY" if congress == 86 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 86 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 86 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 86 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 86 & id == 4891 replace namelong = "MORRIS, TOBY" if congress == 86 & id == 6718 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 86 & id == 6955 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 86 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 86 & id == 3775 replace namelong = "PORTER, CHARLES ORLANDO" if congress == 86 & id == 7533 replace namelong = "BARRETT, WILLIAM A." if congress == 86 & id == 465 replace namelong = "GRANAHAN, KATHRYN ELIZABE" if congress == 86 & id == 3743 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 86 & id == 1368 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 86 & id == 6936 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 86 & id == 3785 replace namelong = "TOLL, HERMAN" if congress == 86 & id == 9408 replace namelong = "MILLIKEN, WILLIAM H. JR." if congress == 86 & id == 6524 replace namelong = "CURTIN, WILLARD SEVIER" if congress == 86 & id == 2266 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 86 & id == 2298 replace namelong = "PROKOP, STANLEY A." if congress == 86 & id == 7634 replace namelong = "FLOOD, DANIEL JOHN" if congress == 86 & id == 3224 replace namelong = "FENTON, IVOR DAVID" if congress == 86 & id == 3105 replace namelong = "LAFORE, JOHN ARMAND JR." if congress == 86 & id == 5404 replace namelong = "RHODES, GEORGE MILTON" if congress == 86 & id == 7844 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 86 & id == 9791 replace namelong = "MUMMA, WALTER MANN" if congress == 86 & id == 6795 replace namelong = "BUSH, ALVIN RAY" if congress == 86 & id == 1328 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 86 & id == 8268 replace namelong = "SIMPSON, RICHARD MURRAY" if congress == 86 & id == 8532 replace namelong = "ELLIOTT, DOUGLAS HEMPHILL" if congress == 86 & id == 2910 replace namelong = "QUIGLEY, JAMES MICHAEL" if congress == 86 & id == 7673 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 86 & id == 9645 replace namelong = "DENT, JOHN HERMAN" if congress == 86 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 86 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 86 & id == 3510 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 86 & id == 5112 replace namelong = "CLARK, FRANK MONROE" if congress == 86 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 86 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 86 & id == 3409 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 86 & id == 6661 replace namelong = "CORBETT, ROBERT JAMES" if congress == 86 & id == 2065 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 86 & id == 4518 replace namelong = "FORAND, AIME JOSEPH" if congress == 86 & id == 3264 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 86 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 86 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 86 & id == 7908 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 86 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 86 & id == 270 replace namelong = "HEMPHILL, ROBERT WITHERSP" if congress == 86 & id == 4299 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 86 & id == 6353 replace namelong = "MCGOVERN, GEORGE STANLEY" if congress == 86 & id == 6256 replace namelong = "BERRY, ELLIS YARNAL" if congress == 86 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 86 & id == 7777 replace namelong = "BAKER, HOWARD HENRY" if congress == 86 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 86 & id == 3346 replace namelong = "EVINS, JOSEPH LANDON" if congress == 86 & id == 3034 replace namelong = "LOSER, JOSEPH CARLTON" if congress == 86 & id == 5783 replace namelong = "BASS, ROSS" if congress == 86 & id == 504 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 86 & id == 6826 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 86 & id == 3028 replace namelong = "DAVIS, CLIFFORD" if congress == 86 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 86 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 86 & id == 1077 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 86 & id == 567 replace namelong = "RAYBURN, SAM" if congress == 86 & id == 7753 replace namelong = "ALGER, BRUCE REYNOLDS" if congress == 86 & id == 93 replace namelong = "TEAGUE, OLIN EARL" if congress == 86 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 86 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 86 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 86 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 86 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 86 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 86 & id == 10391 replace namelong = "IKARD, FRANK NEVILLE" if congress == 86 & id == 4796 replace namelong = "YOUNG, JOHN ANDREW" if congress == 86 & id == 10446 replace namelong = "KILGORE, JOE MADISON" if congress == 86 & id == 5241 replace namelong = "RUTHERFORD, J. T." if congress == 86 & id == 8147 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 86 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 86 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 86 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 86 & id == 5236 replace namelong = "FISHER, OVIE CLARK" if congress == 86 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 86 & id == 1577 replace namelong = "DIXON, HENRY ALDOUS" if congress == 86 & id == 2616 replace namelong = "KING, DAVID SJODAHL" if congress == 86 & id == 5258 replace namelong = "MEYER, WILLIAM HENRY" if congress == 86 & id == 6451 replace namelong = "DOWNING, THOMAS NELMS" if congress == 86 & id == 2706 replace namelong = "HARDY, PORTER JR." if congress == 86 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 86 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 86 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 86 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 86 & id == 7500 replace namelong = "HARRISON, BURR POWELL" if congress == 86 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 86 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 86 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 86 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 86 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 86 & id == 9968 replace namelong = "MACK, RUSSELL VERNON" if congress == 86 & id == 5885 replace namelong = "MAY, CATHERINE DEAN" if congress == 86 & id == 6101 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 86 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 86 & id == 9409 replace namelong = "MAGNUSON, DONALD HAMMER" if congress == 86 & id == 5912 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 86 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 86 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 86 & id == 339 replace namelong = "HECHLER, KENNETH" if congress == 86 & id == 4276 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 86 & id == 5118 replace namelong = "SLACK, JOHN MARK, JR." if congress == 86 & id == 8564 replace namelong = "FLYNN, GERALD THOMAS" if congress == 86 & id == 3240 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 86 & id == 5101 replace namelong = "WITHROW, GARDNER ROBERT" if congress == 86 & id == 10299 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 86 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 86 & id == 7824 replace namelong = "VAN PELT, WILLIAM K." if congress == 86 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 86 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 86 & id == 1371 replace namelong = "JOHNSON, LESTER R." if congress == 86 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 86 & id == 7046 replace namelong = "THOMSON, EDWIN KEITH" if congress == 86 & id == 9350 replace namelong = "KENNEDY, JOHN F." if congress == 87 & id == 99902 replace namelong = "BOYKIN, FRANK WILLIAM" if congress == 87 & id == 937 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 87 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 87 & id == 195 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 87 & id == 7954 replace namelong = "RAINS, ALBERT M." if congress == 87 & id == 7695 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 87 & id == 8353 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 87 & id == 2909 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 87 & id == 5058 replace namelong = "HUDDLESTON, GEORGE JR." if congress == 87 & id == 4686 replace namelong = "RIVERS, RALPH JULIAN" if congress == 87 & id == 7926 replace namelong = "RHODES, JOHN JACOB" if congress == 87 & id == 7845 replace namelong = "UDALL, STEWART LEE" if congress == 87 & id == 9549 replace namelong = "UDALL, MORRIS K." if congress == 87 & id == 10566 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 87 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 87 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 87 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 87 & id == 4110 replace namelong = "ALFORD, THOMAS DALE" if congress == 87 & id == 92 replace namelong = "NORRELL, CATHERINE D." if congress == 87 & id == 10541 replace namelong = "NORRELL, WILLIAM FRANK" if congress == 87 & id == 6958 replace namelong = "MILLER, CLEMENT WOODNUTT" if congress == 87 & id == 6477 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 87 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 87 & id == 6756 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 87 & id == 5929 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 87 & id == 8437 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 87 & id == 387 replace namelong = "COHELAN, JEFFERY" if congress == 87 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 87 & id == 6483 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 87 & id == 10461 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 87 & id == 3867 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 87 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 87 & id == 8549 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 87 & id == 9240 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 87 & id == 3901 replace namelong = "MCDONOUGH, GORDON LEO" if congress == 87 & id == 6220 replace namelong = "BELL, ALPHONZO" if congress == 87 & id == 10505 replace namelong = "KING, CECIL RHODES" if congress == 87 & id == 5255 replace namelong = "HOSMER, CRAIG" if congress == 87 & id == 4592 replace namelong = "HOLIFIELD, CHET" if congress == 87 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 87 & id == 8628 replace namelong = "HIESTAND, EDGAR WILLARD" if congress == 87 & id == 4388 replace namelong = "CORMAN, JAMES C." if congress == 87 & id == 10511 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 87 & id == 2713 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 87 & id == 5694 replace namelong = "ROUSSELOT, JOHN H." if congress == 87 & id == 10553 replace namelong = "ROOSEVELT, JAMES" if congress == 87 & id == 8051 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 87 & id == 8444 replace namelong = "UTT, JAMES BOYD" if congress == 87 & id == 9578 replace namelong = "SAUND, DALIP SINGH" if congress == 87 & id == 8225 replace namelong = "WILSON, ROBERT CARLETON" if congress == 87 & id == 10249 replace namelong = "ROGERS, BYRON GILES" if congress == 87 & id == 8021 replace namelong = "DOMINICK, PETER H." if congress == 87 & id == 10514 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 87 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 87 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 87 & id == 2295 replace namelong = "SEELY-BROWN, HORACE, JR." if congress == 87 & id == 8346 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 87 & id == 3553 replace namelong = "SIBAL, ABNER W." if congress == 87 & id == 10560 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 87 & id == 6586 replace namelong = "KOWALSKI, FRANK" if congress == 87 & id == 5362 replace namelong = "MCDOWELL, HARRIS BROWN JR" if congress == 87 & id == 6224 replace namelong = "CRAMER, WILLIAM CATO" if congress == 87 & id == 2143 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 87 & id == 633 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 87 & id == 8507 replace namelong = "FASCELL, DANTE BRUNO" if congress == 87 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 87 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 87 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 87 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 87 & id == 6084 replace namelong = "HAGAN, G. ELLIOTT" if congress == 87 & id == 10522 replace namelong = "PILCHER, JOHN LEONARD" if congress == 87 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 87 & id == 3286 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 87 & id == 3242 replace namelong = "DAVIS, JAMES CURRAN" if congress == 87 & id == 2389 replace namelong = "VINSON, CARL" if congress == 87 & id == 9677 replace namelong = "DAVIS, JOHN W." if congress == 87 & id == 10512 replace namelong = "BLITCH, IRIS FAIRCLOTH" if congress == 87 & id == 798 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 87 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 87 & id == 10563 replace namelong = "INOUYE, DANIEL KEN" if congress == 87 & id == 4812 replace namelong = "PFOST, GRACIE BOWERS" if congress == 87 & id == 7392 replace namelong = "HARDING, RALPH R." if congress == 87 & id == 10524 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 87 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 87 & id == 7041 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 87 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 87 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 87 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 87 & id == 7004 replace namelong = "LIBONATI, ROLAND VICTOR" if congress == 87 & id == 5654 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 87 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 87 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 87 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 87 & id == 7642 replace namelong = "FINNEGAN, EDWARD" if congress == 87 & id == 10518 replace namelong = "CHURCH, MARGUERITE STITT" if congress == 87 & id == 1722 replace namelong = "HOFFMAN, ELMER JOSEPH" if congress == 87 & id == 4488 replace namelong = "MASON, NOAH MORGAN" if congress == 87 & id == 6061 replace namelong = "ANDERSON, JOHN B." if congress == 87 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 87 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 87 & id == 6455 replace namelong = "CHIPERFIELD, ROBERT BRUCE" if congress == 87 & id == 1702 replace namelong = "FINDLEY, PAUL" if congress == 87 & id == 10517 replace namelong = "MACK, PETER FRANCIS JR." if congress == 87 & id == 5884 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 87 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 87 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 87 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 87 & id == 3769 replace namelong = "MADDEN, RAY JOHN" if congress == 87 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 87 & id == 3963 replace namelong = "BRADEMAS, JOHN" if congress == 87 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 87 & id == 18 replace namelong = "ROUSH, JOHN EDWARD" if congress == 87 & id == 8084 replace namelong = "CHAMBERS, GEORGE O." if congress == 87 & id == 10509 replace namelong = "ROUDEBUSH, RICHARD L." if congress == 87 & id == 10552 replace namelong = "BRAY, WILLIAM GILMER" if congress == 87 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 87 & id == 2517 replace namelong = "WILSON, EARL" if congress == 87 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 87 & id == 4165 replace namelong = "BRUCE, DONALD C." if congress == 87 & id == 10507 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 87 & id == 8288 replace namelong = "BROMWELL, JAMES E." if congress == 87 & id == 10506 replace namelong = "GROSS, HAROLD ROYCE" if congress == 87 & id == 3853 replace namelong = "KYL, JOHN HENRY" if congress == 87 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 87 & id == 8672 replace namelong = "COAD, MERWIN" if congress == 87 & id == 1861 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 87 & id == 4928 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 87 & id == 4482 replace namelong = "AVERY, WILLIAM HENRY" if congress == 87 & id == 301 replace namelong = "ELLSWORTH, ROBERT F." if congress == 87 & id == 10516 replace namelong = "MCVEY, WALTER L." if congress == 87 & id == 10536 replace namelong = "SHRIVER, GARNER E." if congress == 87 & id == 10559 replace namelong = "BREEDING, JAMES FLOYD" if congress == 87 & id == 997 replace namelong = "DOLE, BOB" if congress == 87 & id == 10513 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 87 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 87 & id == 6845 replace namelong = "BURKE, FRANK WELSH" if congress == 87 & id == 1264 replace namelong = "CHELF, FRANK LESLIE" if congress == 87 & id == 1682 replace namelong = "SPENCE, BRENT" if congress == 87 & id == 8778 replace namelong = "WATTS, JOHN CLARENCE" if congress == 87 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 87 & id == 7343 replace namelong = "SILER, EUGENE" if congress == 87 & id == 8508 replace namelong = "HEBERT, FELIX EDWARD" if congress == 87 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 87 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 87 & id == 10201 replace namelong = "BROOKS, OVERTON" if congress == 87 & id == 1081 replace namelong = "WAGGONER, JOE D., JR." if congress == 87 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 87 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 87 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 87 & id == 9339 replace namelong = "MCSWEEN, HAROLD BARNETT" if congress == 87 & id == 6386 replace namelong = "GARLAND, PETER A." if congress == 87 & id == 10519 replace namelong = "TUPPER, STANLEY R." if congress == 87 & id == 10565 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 87 & id == 6276 replace namelong = "JOHNSON, THOMAS F." if congress == 87 & id == 4993 replace namelong = "BREWSTER, DANIEL BAUGH" if congress == 87 & id == 1018 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 87 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 87 & id == 3054 replace namelong = "LANKFORD, RICHARD ESTEP" if congress == 87 & id == 5463 replace namelong = "MATHIAS, CHARLES MCC." if congress == 87 & id == 10535 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 87 & id == 3374 replace namelong = "CONTE, SILVIO OTTO" if congress == 87 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 87 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 87 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 87 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 87 & id == 10538 replace namelong = "BATES, WILLIAM HENRY" if congress == 87 & id == 518 replace namelong = "LANE, THOMAS JOSEPH" if congress == 87 & id == 5447 replace namelong = "MACDONALD, TORBERT HART" if congress == 87 & id == 5873 replace namelong = "KEITH, HASTINGS" if congress == 87 & id == 5131 replace namelong = "CURTIS, LAURENCE" if congress == 87 & id == 2272 replace namelong = "O'NEILL, THOMAS" if congress == 87 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 87 & id == 6177 replace namelong = "BURKE, JAMES ANTHONY" if congress == 87 & id == 1265 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 87 & id == 6033 replace namelong = "MACHROWICZ, THADDEUS MICH" if congress == 87 & id == 5880 replace namelong = "NEDZI, LUCIEN N." if congress == 87 & id == 10540 replace namelong = "MEADER, GEORGE" if congress == 87 & id == 6399 replace namelong = "JOHANSEN, AUGUST EDGAR" if congress == 87 & id == 4935 replace namelong = "HOFFMAN, CLARE EUGENE" if congress == 87 & id == 4487 replace namelong = "FORD, GERALD R. JR." if congress == 87 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 87 & id == 1620 replace namelong = "O'HARA, JAMES G." if congress == 87 & id == 7043 replace namelong = "HARVEY, JAMES" if congress == 87 & id == 10526 replace namelong = "GRIFFIN, ROBERT PAUL" if congress == 87 & id == 3824 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 87 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 87 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 87 & id == 639 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 87 & id == 2594 replace namelong = "RABAUT, LOUIS CHARLES" if congress == 87 & id == 7682 replace namelong = "RYAN, HAROLD M." if congress == 87 & id == 10554 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 87 & id == 2605 replace namelong = "LESINSKI, JOHN JR." if congress == 87 & id == 5617 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 87 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 87 & id == 1087 replace namelong = "QUIE, ALBERT HAROLD" if congress == 87 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 87 & id == 6860 replace namelong = "MACGREGOR, CLARK" if congress == 87 & id == 10533 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 87 & id == 5098 replace namelong = "JUDD, WALTER HENRY" if congress == 87 & id == 5083 replace namelong = "MARSHALL, FRED" if congress == 87 & id == 5998 replace namelong = "ANDERSEN, HERMAN CARL" if congress == 87 & id == 158 replace namelong = "BLATNIK, JOHN ANTON" if congress == 87 & id == 789 replace namelong = "LANGEN, ODIN" if congress == 87 & id == 5451 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 87 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 87 & id == 10075 replace namelong = "SMITH, FRANK ELLIS" if congress == 87 & id == 8616 replace namelong = "WILLIAMS, JOHN BELL" if congress == 87 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 87 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 87 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 87 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 87 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 87 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 87 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 87 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 87 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 87 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 87 & id == 10528 replace namelong = "CANNON, CLARENCE" if congress == 87 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 87 & id == 5056 replace namelong = "MOULDER, MORGAN MOORE" if congress == 87 & id == 6765 replace namelong = "OLSEN, ARNOLD" if congress == 87 & id == 10543 replace namelong = "BATTIN, JAMES F." if congress == 87 & id == 10503 replace namelong = "WEAVER, PHILLIP HART" if congress == 87 & id == 9895 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 87 & id == 2255 replace namelong = "BEERMAN, RALPH F." if congress == 87 & id == 10504 replace namelong = "MARTIN, DAVID T." if congress == 87 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 87 & id == 433 replace namelong = "MERROW, CHESTER EARL" if congress == 87 & id == 6437 replace namelong = "BASS, PERKINS" if congress == 87 & id == 503 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 87 & id == 1393 replace namelong = "GLENN, MILTON WILLITS" if congress == 87 & id == 3629 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 87 & id == 291 replace namelong = "THOMPSON, FRANK, JR." if congress == 87 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 87 & id == 3364 replace namelong = "DWYER, FLORENCE PRICE" if congress == 87 & id == 2804 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 87 & id == 10091 replace namelong = "JOELSON, CHARLES S." if congress == 87 & id == 10529 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 87 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 87 & id == 8010 replace namelong = "ADDONIZIO, HUGH JOSEPH" if congress == 87 & id == 46 replace namelong = "WALLHAUSER, GEORGE MARVIN" if congress == 87 & id == 9775 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 87 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 87 & id == 2329 replace namelong = "MONTOYA, JOSEPH MANUEL" if congress == 87 & id == 6611 replace namelong = "MORRIS, THOMAS GAYLE" if congress == 87 & id == 6717 replace namelong = "PIKE, OTIS G." if congress == 87 & id == 10545 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 87 & id == 2523 replace namelong = "BECKER, FRANK JOHN" if congress == 87 & id == 563 replace namelong = "HALPERN, SEYMOUR" if congress == 87 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 87 & id == 10500 replace namelong = "HOLTZMAN, LESTER" if congress == 87 & id == 4548 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 87 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 87 & id == 2476 replace namelong = "ANFUSO, VICTOR L@EPISCOPO" if congress == 87 & id == 205 replace namelong = "KEOGH, EUGENE JAMES" if congress == 87 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 87 & id == 5148 replace namelong = "CELLER, EMANUEL" if congress == 87 & id == 1611 replace namelong = "CAREY, HUGH L." if congress == 87 & id == 10508 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 87 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 87 & id == 8049 replace namelong = "RAY, JOHN HENRY" if congress == 87 & id == 7749 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 87 & id == 7568 replace namelong = "LINDSAY, JOHN VLIET" if congress == 87 & id == 5678 replace namelong = "SANTANGELO, ALFRED EDWARD" if congress == 87 & id == 8214 replace namelong = "FARBSTEIN, LEONARD" if congress == 87 & id == 3056 replace namelong = "RYAN, WILLIAM F." if congress == 87 & id == 10555 replace namelong = "ZELENKO, HERBERT" if congress == 87 & id == 10464 replace namelong = "HEALEY, JAMES CHRISTOPHER" if congress == 87 & id == 4262 replace namelong = "GILBERT, JACOB H." if congress == 87 & id == 3575 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 87 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 87 & id == 3158 replace namelong = "DOOLEY, EDWIN BENEDICT" if congress == 87 & id == 2665 replace namelong = "BARRY, ROBERT RAYMOND" if congress == 87 & id == 476 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 87 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 87 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 87 & id == 7003 replace namelong = "KING, CARLETON J." if congress == 87 & id == 10530 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 87 & id == 9017 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 87 & id == 5235 replace namelong = "PIRNIE, ALEXANDER" if congress == 87 & id == 7467 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 87 & id == 7901 replace namelong = "TABER, JOHN" if congress == 87 & id == 9144 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 87 & id == 7995 replace namelong = "WEIS, JESSICA MCCULLOUGH" if congress == 87 & id == 9920 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 87 & id == 7102 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 87 & id == 6516 replace namelong = "DULSKI, THADDEUS J." if congress == 87 & id == 2752 replace namelong = "PILLION, JOHN RAYMOND" if congress == 87 & id == 7453 replace namelong = "GOODELL, CHARLES ELLSWORT" if congress == 87 & id == 3670 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 87 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 87 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 87 & id == 10527 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 87 & id == 2032 replace namelong = "SCOTT, RALPH JAMES" if congress == 87 & id == 8311 replace namelong = "KORNEGAY, HORACE R." if congress == 87 & id == 10531 replace namelong = "LENNON, ALTON ASA" if congress == 87 & id == 5606 replace namelong = "KITCHIN, ALVIN PAUL" if congress == 87 & id == 5306 replace namelong = "ALEXANDER, HUGH QUINCY" if congress == 87 & id == 82 replace namelong = "JONAS, CHARLES RAPER" if congress == 87 & id == 5019 replace namelong = "WHITENER, BASIL LEE" if congress == 87 & id == 10060 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 87 & id == 9230 replace namelong = "SHORT, DON LEVINGSTON" if congress == 87 & id == 8485 replace namelong = "NYGAARD, HJALMAR C." if congress == 87 & id == 10542 replace namelong = "SCHERER, GORDON HARRY" if congress == 87 & id == 8260 replace namelong = "CLANCY, DONALD D." if congress == 87 & id == 10510 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 87 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 87 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 87 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 87 & id == 10525 replace namelong = "BROWN, CLARENCE J" if congress == 87 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 87 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 87 & id == 267 replace namelong = "MOELLER, WALTER HENRY" if congress == 87 & id == 6579 replace namelong = "COOK, ROBERT EUGENE" if congress == 87 & id == 2023 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 87 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 87 & id == 10539 replace namelong = "AYRES, WILLIAM HANES" if congress == 87 & id == 310 replace namelong = "MOOREHEAD, TOM V." if congress == 87 & id == 10537 replace namelong = "BOW, FRANK TOWNSEND" if congress == 87 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 87 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 87 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 87 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 87 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 87 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 87 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 87 & id == 6548 replace namelong = "BELCHER, PAGE HENRY" if congress == 87 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 87 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 87 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 87 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 87 & id == 4891 replace namelong = "WICKERSHAM, VICTOR EUGENE" if congress == 87 & id == 10085 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 87 & id == 6955 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 87 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 87 & id == 3775 replace namelong = "DURNO, EDWIN R." if congress == 87 & id == 10515 replace namelong = "BARRETT, WILLIAM A." if congress == 87 & id == 465 replace namelong = "GRANAHAN, KATHRYN ELIZABE" if congress == 87 & id == 3743 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 87 & id == 1368 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 87 & id == 6936 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 87 & id == 3785 replace namelong = "TOLL, HERMAN" if congress == 87 & id == 9408 replace namelong = "MILLIKEN, WILLIAM H. JR." if congress == 87 & id == 6524 replace namelong = "CURTIN, WILLARD SEVIER" if congress == 87 & id == 2266 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 87 & id == 2298 replace namelong = "SCRANTON, WILLIAM W." if congress == 87 & id == 10558 replace namelong = "FLOOD, DANIEL JOHN" if congress == 87 & id == 3224 replace namelong = "FENTON, IVOR DAVID" if congress == 87 & id == 3105 replace namelong = "SCHWEIKER, RICHARD S." if congress == 87 & id == 10557 replace namelong = "RHODES, GEORGE MILTON" if congress == 87 & id == 7844 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 87 & id == 9791 replace namelong = "MUMMA, WALTER MANN" if congress == 87 & id == 6795 replace namelong = "KUNKEL, JOHN CRAIN" if congress == 87 & id == 5377 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 87 & id == 8268 replace namelong = "WHALLEY, JOHN IRVING" if congress == 87 & id == 9975 replace namelong = "GOODLING, GEORGE A." if congress == 87 & id == 10521 replace namelong = "VAN ZANDT, JAMES EDWARD" if congress == 87 & id == 9645 replace namelong = "DENT, JOHN HERMAN" if congress == 87 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 87 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 87 & id == 3510 replace namelong = "KEARNS, CARROLL DUNDLEY" if congress == 87 & id == 5112 replace namelong = "CLARK, FRANK MONROE" if congress == 87 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 87 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 87 & id == 3409 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 87 & id == 6661 replace namelong = "CORBETT, ROBERT JAMES" if congress == 87 & id == 2065 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 87 & id == 4518 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 87 & id == 10561 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 87 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 87 & id == 7925 replace namelong = "RILEY, JOHN JACOB" if congress == 87 & id == 7908 replace namelong = "RILEY, CORINNE B." if congress == 87 & id == 10549 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 87 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 87 & id == 270 replace namelong = "HEMPHILL, ROBERT WITHERSP" if congress == 87 & id == 4299 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 87 & id == 6353 replace namelong = "REIFEL, BEN" if congress == 87 & id == 10548 replace namelong = "BERRY, ELLIS YARNAL" if congress == 87 & id == 672 replace namelong = "REECE, BRAZILLA CARROLL" if congress == 87 & id == 7777 replace namelong = "REECE, LOUISE G." if congress == 87 & id == 10547 replace namelong = "BAKER, HOWARD HENRY" if congress == 87 & id == 364 replace namelong = "FRAZIER, JAMES BERIAH JR." if congress == 87 & id == 3346 replace namelong = "EVINS, JOSEPH LANDON" if congress == 87 & id == 3034 replace namelong = "LOSER, JOSEPH CARLTON" if congress == 87 & id == 5783 replace namelong = "BASS, ROSS" if congress == 87 & id == 504 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 87 & id == 6826 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 87 & id == 3028 replace namelong = "DAVIS, CLIFFORD" if congress == 87 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 87 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 87 & id == 1077 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 87 & id == 567 replace namelong = "RAYBURN, SAM" if congress == 87 & id == 7753 replace namelong = "ROBERTS, RAY" if congress == 87 & id == 10550 replace namelong = "ALGER, BRUCE REYNOLDS" if congress == 87 & id == 93 replace namelong = "TEAGUE, OLIN EARL" if congress == 87 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 87 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 87 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 87 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 87 & id == 9356 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 87 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 87 & id == 10391 replace namelong = "IKARD, FRANK NEVILLE" if congress == 87 & id == 4796 replace namelong = "PURCELL, GRAHAM" if congress == 87 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 87 & id == 10446 replace namelong = "KILGORE, JOE MADISON" if congress == 87 & id == 5241 replace namelong = "RUTHERFORD, J. T." if congress == 87 & id == 8147 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 87 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 87 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 87 & id == 5924 replace namelong = "KILDAY, PAUL JOSEPH" if congress == 87 & id == 5236 replace namelong = "GONZALEZ, HENRY B." if congress == 87 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 87 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 87 & id == 1577 replace namelong = "PETERSON, M. BLAIN" if congress == 87 & id == 10544 replace namelong = "KING, DAVID SJODAHL" if congress == 87 & id == 5258 replace namelong = "STAFFORD, ROBERT T." if congress == 87 & id == 10562 replace namelong = "DOWNING, THOMAS NELMS" if congress == 87 & id == 2706 replace namelong = "HARDY, PORTER JR." if congress == 87 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 87 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 87 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 87 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 87 & id == 7500 replace namelong = "HARRISON, BURR POWELL" if congress == 87 & id == 4125 replace namelong = "SMITH, HOWARD WORTH" if congress == 87 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 87 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 87 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 87 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 87 & id == 9968 replace namelong = "HANSEN, JULIA BUTLER" if congress == 87 & id == 4043 replace namelong = "MAY, CATHERINE DEAN" if congress == 87 & id == 6101 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 87 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 87 & id == 9409 replace namelong = "MAGNUSON, DONALD HAMMER" if congress == 87 & id == 5912 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 87 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 87 & id == 8824 replace namelong = "BAILEY, CLEVELAND MONROE" if congress == 87 & id == 339 replace namelong = "HECHLER, KENNETH" if congress == 87 & id == 4276 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 87 & id == 5118 replace namelong = "SLACK, JOHN MARK, JR." if congress == 87 & id == 8564 replace namelong = "SCHADEBERG, HENRY C." if congress == 87 & id == 10556 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 87 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 87 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 87 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 87 & id == 7824 replace namelong = "VAN PELT, WILLIAM K." if congress == 87 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 87 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 87 & id == 1371 replace namelong = "JOHNSON, LESTER R." if congress == 87 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 87 & id == 7046 replace namelong = "HARRISON, WILLIAM HENRY -" if congress == 87 & id == 4139 replace namelong = "KENNEDY, JOHN F." if congress == 88 & id == 99902 replace namelong = "JOHNSON, LYNDON B." if congress == 88 & id == 99903 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 88 & id == 8353 replace namelong = "GRANT, GEORGE MCINVALE" if congress == 88 & id == 3754 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 88 & id == 195 replace namelong = "HUDDLESTON, GEORGE JR." if congress == 88 & id == 4686 replace namelong = "ROBERTS, KENNETH ALLISON" if congress == 88 & id == 7954 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 88 & id == 5058 replace namelong = "ELLIOTT, CARL ATWOOD" if congress == 88 & id == 2909 replace namelong = "RAINS, ALBERT M." if congress == 88 & id == 7695 replace namelong = "RIVERS, RALPH JULIAN" if congress == 88 & id == 7926 replace namelong = "RHODES, JOHN JACOB" if congress == 88 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 88 & id == 10566 replace namelong = "SENNER, GEORG F., JR." if congress == 88 & id == 10623 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 88 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 88 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 88 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 88 & id == 4110 replace namelong = "CLAUSEN, DON H." if congress == 88 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 88 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 88 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 88 & id == 10599 replace namelong = "SHELLEY, JOHN FRANCIS" if congress == 88 & id == 8437 replace namelong = "BURTON, PHILIP" if congress == 88 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 88 & id == 5929 replace namelong = "COHELAN, JEFFERY" if congress == 88 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 88 & id == 6483 replace namelong = "EDWARDS, DON" if congress == 88 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 88 & id == 3867 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 88 & id == 10461 replace namelong = "TALCOTT, BURT L." if congress == 88 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 88 & id == 9240 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 88 & id == 387 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 88 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 88 & id == 8549 replace namelong = "KING, CECIL RHODES" if congress == 88 & id == 5255 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 88 & id == 3901 replace namelong = "HOLIFIELD, CHET" if congress == 88 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 88 & id == 8628 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 88 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 88 & id == 10511 replace namelong = "DOYLE, CLYDE GILMAN" if congress == 88 & id == 2713 replace namelong = "CLAWSON, DEL" if congress == 88 & id == 10580 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 88 & id == 5694 replace namelong = "CAMERON, RONALD B." if congress == 88 & id == 10578 replace namelong = "ROOSEVELT, JAMES" if congress == 88 & id == 8051 replace namelong = "BURKHALTER, EVERETT G." if congress == 88 & id == 10575 replace namelong = "BELL, ALPHONZO" if congress == 88 & id == 10505 replace namelong = "BROWN, GEORGE E., JR." if congress == 88 & id == 10573 replace namelong = "ROYBAL, EDWARD R." if congress == 88 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 88 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 88 & id == 4592 replace namelong = "SHEPPARD, HARRY RICHARD" if congress == 88 & id == 8444 replace namelong = "HANNA, RICHARD T." if congress == 88 & id == 10594 replace namelong = "UTT, JAMES BOYD" if congress == 88 & id == 9578 replace namelong = "WILSON, ROBERT CARLETON" if congress == 88 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 88 & id == 10633 replace namelong = "MARTIN, PAT W." if congress == 88 & id == 10604 replace namelong = "ROGERS, BYRON GILES" if congress == 88 & id == 8021 replace namelong = "BROTZMAN, DONALD G." if congress == 88 & id == 10572 replace namelong = "CHENOWETH, JOHN EDGAR" if congress == 88 & id == 1684 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 88 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 88 & id == 2295 replace namelong = "ST. ONGE, WILLIAM L." if congress == 88 & id == 10627 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 88 & id == 3553 replace namelong = "SIBAL, ABNER W." if congress == 88 & id == 10560 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 88 & id == 6586 replace namelong = "GRABOWSKI, BERNARD F." if congress == 88 & id == 10590 replace namelong = "MCDOWELL, HARRIS BROWN JR" if congress == 88 & id == 6224 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 88 & id == 8507 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 88 & id == 633 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 88 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 88 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 88 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 88 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 88 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 88 & id == 6084 replace namelong = "FUQUA, DON" if congress == 88 & id == 10587 replace namelong = "GIBBONS, SAM M." if congress == 88 & id == 10588 replace namelong = "GURNEY, EDWARD J." if congress == 88 & id == 10593 replace namelong = "CRAMER, WILLIAM CATO" if congress == 88 & id == 2143 replace namelong = "HAGAN, G. ELLIOTT" if congress == 88 & id == 10522 replace namelong = "PILCHER, JOHN LEONARD" if congress == 88 & id == 7450 replace namelong = "FORRESTER, ELIJAH LEWIS" if congress == 88 & id == 3286 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 88 & id == 3242 replace namelong = "WELTNER, CHARLES L." if congress == 88 & id == 10636 replace namelong = "VINSON, CARL" if congress == 88 & id == 9677 replace namelong = "DAVIS, JOHN W." if congress == 88 & id == 10512 replace namelong = "TUTEN, J. RUSSELL" if congress == 88 & id == 10632 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 88 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 88 & id == 10563 replace namelong = "GILL, THOMAS P." if congress == 88 & id == 10589 replace namelong = "MATSUNAGA, SPARK M." if congress == 88 & id == 10605 replace namelong = "WHITE, COMPTON I., JR." if congress == 88 & id == 10637 replace namelong = "HARDING, RALPH R." if congress == 88 & id == 10524 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 88 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 88 & id == 7041 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 88 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 88 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 88 & id == 5326 replace namelong = "O'BRIEN, THOMAS" if congress == 88 & id == 7004 replace namelong = "LIBONATI, ROLAND VICTOR" if congress == 88 & id == 5654 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 88 & id == 8080 replace namelong = "FINNEGAN, EDWARD" if congress == 88 & id == 10518 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 88 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 88 & id == 7642 replace namelong = "MCCLORY, ROBERT" if congress == 88 & id == 10606 replace namelong = "RUMSFELD, DONALD" if congress == 88 & id == 10622 replace namelong = "HOFFMAN, ELMER JOSEPH" if congress == 88 & id == 4488 replace namelong = "REID, CHARLOTTE T." if congress == 88 & id == 10617 replace namelong = "ANDERSON, JOHN B." if congress == 88 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 88 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 88 & id == 6455 replace namelong = "MCLOSKEY, ROBERT" if congress == 88 & id == 10608 replace namelong = "FINDLEY, PAUL" if congress == 88 & id == 10517 replace namelong = "GRAY, KENNETH JAMES" if congress == 88 & id == 3769 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 88 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 88 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 88 & id == 7610 replace namelong = "MADDEN, RAY JOHN" if congress == 88 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 88 & id == 3963 replace namelong = "BRADEMAS, JOHN" if congress == 88 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 88 & id == 18 replace namelong = "ROUSH, JOHN EDWARD" if congress == 88 & id == 8084 replace namelong = "ROUDEBUSH, RICHARD L." if congress == 88 & id == 10552 replace namelong = "BRAY, WILLIAM GILMER" if congress == 88 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 88 & id == 2517 replace namelong = "WILSON, EARL" if congress == 88 & id == 10212 replace namelong = "HARVEY, RALPH" if congress == 88 & id == 4165 replace namelong = "BRUCE, DONALD C." if congress == 88 & id == 10507 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 88 & id == 8288 replace namelong = "BROMWELL, JAMES E." if congress == 88 & id == 10506 replace namelong = "GROSS, HAROLD ROYCE" if congress == 88 & id == 3853 replace namelong = "KYL, JOHN HENRY" if congress == 88 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 88 & id == 8672 replace namelong = "HOEVEN, CHARLES BERNARD" if congress == 88 & id == 4482 replace namelong = "JENSEN, BENTON FRANKLIN" if congress == 88 & id == 4928 replace namelong = "DOLE, BOB" if congress == 88 & id == 10513 replace namelong = "AVERY, WILLIAM HENRY" if congress == 88 & id == 301 replace namelong = "ELLSWORTH, ROBERT F." if congress == 88 & id == 10516 replace namelong = "SHRIVER, GARNER E." if congress == 88 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 88 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 88 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 88 & id == 6845 replace namelong = "SNYDER, M. G." if congress == 88 & id == 10626 replace namelong = "CHELF, FRANK LESLIE" if congress == 88 & id == 1682 replace namelong = "SILER, EUGENE" if congress == 88 & id == 8508 replace namelong = "WATTS, JOHN CLARENCE" if congress == 88 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 88 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 88 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 88 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 88 & id == 10201 replace namelong = "WAGGONER, JOE D., JR." if congress == 88 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 88 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 88 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 88 & id == 9339 replace namelong = "LONG, GILLIS W." if congress == 88 & id == 10602 replace namelong = "TUPPER, STANLEY R." if congress == 88 & id == 10565 replace namelong = "MCINTIRE, CLIFFORD GUY" if congress == 88 & id == 6276 replace namelong = "MORTON, ROGERS C." if congress == 88 & id == 10610 replace namelong = "LONG, CLARENCE D." if congress == 88 & id == 10601 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 88 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 88 & id == 3054 replace namelong = "LANKFORD, RICHARD ESTEP" if congress == 88 & id == 5463 replace namelong = "MATHIAS, CHARLES MCC." if congress == 88 & id == 10535 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 88 & id == 3374 replace namelong = "SICKLES, CARLETON R." if congress == 88 & id == 10624 replace namelong = "CONTE, SILVIO OTTO" if congress == 88 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 88 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 88 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 88 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 88 & id == 10538 replace namelong = "BATES, WILLIAM HENRY" if congress == 88 & id == 518 replace namelong = "MACDONALD, TORBERT HART" if congress == 88 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 88 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 88 & id == 6177 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 88 & id == 6033 replace namelong = "BURKE, JAMES ANTHONY" if congress == 88 & id == 1265 replace namelong = "KEITH, HASTINGS" if congress == 88 & id == 5131 replace namelong = "NEDZI, LUCIEN N." if congress == 88 & id == 10540 replace namelong = "MEADER, GEORGE" if congress == 88 & id == 6399 replace namelong = "JOHANSEN, AUGUST EDGAR" if congress == 88 & id == 4935 replace namelong = "HUTCHINSON, EDWARD" if congress == 88 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 88 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 88 & id == 1620 replace namelong = "O'HARA, JAMES G." if congress == 88 & id == 7043 replace namelong = "HARVEY, JAMES" if congress == 88 & id == 10526 replace namelong = "GRIFFIN, ROBERT PAUL" if congress == 88 & id == 3824 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 88 & id == 1610 replace namelong = "KNOX, VICTOR ALFRED" if congress == 88 & id == 5349 replace namelong = "BENNETT, JOHN BONIFAS" if congress == 88 & id == 639 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 88 & id == 2594 replace namelong = "RYAN, HAROLD M." if congress == 88 & id == 10554 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 88 & id == 2605 replace namelong = "LESINSKI, JOHN JR." if congress == 88 & id == 5617 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 88 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 88 & id == 1087 replace namelong = "STAEBLER, NEIL" if congress == 88 & id == 10628 replace namelong = "QUIE, ALBERT HAROLD" if congress == 88 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 88 & id == 6860 replace namelong = "MACGREGOR, CLARK" if congress == 88 & id == 10533 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 88 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 88 & id == 10585 replace namelong = "OLSON, ALEX G." if congress == 88 & id == 10612 replace namelong = "LANGEN, ODIN" if congress == 88 & id == 5451 replace namelong = "BLATNIK, JOHN ANTON" if congress == 88 & id == 789 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 88 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 88 & id == 10075 replace namelong = "WILLIAMS, JOHN BELL" if congress == 88 & id == 10162 replace namelong = "WINSTEAD, WILLIAM ARTHUR" if congress == 88 & id == 10279 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 88 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 88 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 88 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 88 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 88 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 88 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 88 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 88 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 88 & id == 10528 replace namelong = "CANNON, CLARENCE" if congress == 88 & id == 1479 replace namelong = "JONES, PAUL CARUTHERS" if congress == 88 & id == 5056 replace namelong = "OLSEN, ARNOLD" if congress == 88 & id == 10543 replace namelong = "BATTIN, JAMES F." if congress == 88 & id == 10503 replace namelong = "BEERMAN, RALPH F." if congress == 88 & id == 10504 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 88 & id == 2255 replace namelong = "MARTIN, DAVID T." if congress == 88 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 88 & id == 433 replace namelong = "WYMAN, LOUIS C." if congress == 88 & id == 10639 replace namelong = "CLEVELAND, JAMES C." if congress == 88 & id == 10581 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 88 & id == 1393 replace namelong = "GLENN, MILTON WILLITS" if congress == 88 & id == 3629 replace namelong = "AUCHINCLOSS, JAMES COATS" if congress == 88 & id == 291 replace namelong = "THOMPSON, FRANK, JR." if congress == 88 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 88 & id == 3364 replace namelong = "DWYER, FLORENCE PRICE" if congress == 88 & id == 2804 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 88 & id == 10091 replace namelong = "JOELSON, CHARLES S." if congress == 88 & id == 10529 replace namelong = "OSMERS, FRANK CHARLES JR." if congress == 88 & id == 7101 replace namelong = "RODINO, PETER WALLACE JR." if congress == 88 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 88 & id == 10609 replace namelong = "WALLHAUSER, GEORGE MARVIN" if congress == 88 & id == 9775 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 88 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 88 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 88 & id == 10613 replace namelong = "MONTOYA, JOSEPH MANUEL" if congress == 88 & id == 6611 replace namelong = "MORRIS, THOMAS GAYLE" if congress == 88 & id == 6717 replace namelong = "PIKE, OTIS G." if congress == 88 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 88 & id == 10592 replace namelong = "DEROUNIAN, STEVEN BOGHOS" if congress == 88 & id == 2523 replace namelong = "WYDLER, JOHN W." if congress == 88 & id == 10638 replace namelong = "BECKER, FRANK JOHN" if congress == 88 & id == 563 replace namelong = "HALPERN, SEYMOUR" if congress == 88 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 88 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 88 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 88 & id == 2476 replace namelong = "CELLER, EMANUEL" if congress == 88 & id == 1611 replace namelong = "KEOGH, EUGENE JAMES" if congress == 88 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 88 & id == 5148 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 88 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 88 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 88 & id == 10508 replace namelong = "MURPHY, JOHN M." if congress == 88 & id == 10611 replace namelong = "LINDSAY, JOHN VLIET" if congress == 88 & id == 5678 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 88 & id == 7568 replace namelong = "FARBSTEIN, LEONARD" if congress == 88 & id == 3056 replace namelong = "RYAN, WILLIAM F." if congress == 88 & id == 10555 replace namelong = "HEALEY, JAMES CHRISTOPHER" if congress == 88 & id == 4262 replace namelong = "GILBERT, JACOB H." if congress == 88 & id == 3575 replace namelong = "BUCKLEY, CHARLES ANTHONY" if congress == 88 & id == 1205 replace namelong = "FINO, PAUL ALBERT" if congress == 88 & id == 3158 replace namelong = "BARRY, ROBERT RAYMOND" if congress == 88 & id == 476 replace namelong = "REID, OGDEN R." if congress == 88 & id == 10618 replace namelong = "ST. GEORGE, KATHARINE PRI" if congress == 88 & id == 8177 replace namelong = "WHARTON, JAMES ERNEST" if congress == 88 & id == 9978 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 88 & id == 7003 replace namelong = "KING, CARLETON J." if congress == 88 & id == 10530 replace namelong = "KILBURN, CLARENCE EVANS" if congress == 88 & id == 5235 replace namelong = "PIRNIE, ALEXANDER" if congress == 88 & id == 7467 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 88 & id == 7995 replace namelong = "RIEHLMAN, ROY WALTER" if congress == 88 & id == 7901 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 88 & id == 9017 replace namelong = "HORTON, FRANK J." if congress == 88 & id == 10596 replace namelong = "OSTERTAG, HAROLD CHARLES" if congress == 88 & id == 7102 replace namelong = "GOODELL, CHARLES ELLSWORT" if congress == 88 & id == 3670 replace namelong = "PILLION, JOHN RAYMOND" if congress == 88 & id == 7453 replace namelong = "MILLER, WILLIAM EDWARD" if congress == 88 & id == 6516 replace namelong = "DULSKI, THADDEUS J." if congress == 88 & id == 2752 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 88 & id == 846 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 88 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 88 & id == 10527 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 88 & id == 2032 replace namelong = "SCOTT, RALPH JAMES" if congress == 88 & id == 8311 replace namelong = "KORNEGAY, HORACE R." if congress == 88 & id == 10531 replace namelong = "LENNON, ALTON ASA" if congress == 88 & id == 5606 replace namelong = "JONAS, CHARLES RAPER" if congress == 88 & id == 5019 replace namelong = "BROYHILL, JAMES T." if congress == 88 & id == 10574 replace namelong = "WHITENER, BASIL LEE" if congress == 88 & id == 10060 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 88 & id == 9230 replace namelong = "NYGAARD, HJALMAR C." if congress == 88 & id == 10542 replace namelong = "ANDREWS, MARK" if congress == 88 & id == 10569 replace namelong = "SHORT, DON LEVINGSTON" if congress == 88 & id == 8485 replace namelong = "RICH, CARL W." if congress == 88 & id == 10619 replace namelong = "CLANCY, DONALD D." if congress == 88 & id == 10510 replace namelong = "SCHENCK, PAUL FORNSHELL" if congress == 88 & id == 8258 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 88 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 88 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 88 & id == 10525 replace namelong = "BROWN, CLARENCE J" if congress == 88 & id == 1104 replace namelong = "BETTS, JACKSON EDWARD" if congress == 88 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 88 & id == 267 replace namelong = "ABELE, HOMER E." if congress == 88 & id == 10568 replace namelong = "BOLTON, OLIVER PAYNE" if congress == 88 & id == 838 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 88 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 88 & id == 10539 replace namelong = "AYRES, WILLIAM HANES" if congress == 88 & id == 310 replace namelong = "SECREST, ROBERT THOMPSON" if congress == 88 & id == 8341 replace namelong = "BOW, FRANK TOWNSEND" if congress == 88 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 88 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 88 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 88 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 88 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 88 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 88 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 88 & id == 6548 replace namelong = "TAFT, ROBERT, JR." if congress == 88 & id == 10630 replace namelong = "BELCHER, PAGE HENRY" if congress == 88 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 88 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 88 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 88 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 88 & id == 4891 replace namelong = "WICKERSHAM, VICTOR EUGENE" if congress == 88 & id == 10085 replace namelong = "NORBLAD, ALBIN WALTER JR." if congress == 88 & id == 6955 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 88 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 88 & id == 3775 replace namelong = "DUNCAN, ROBERT B." if congress == 88 & id == 10582 replace namelong = "BARRETT, WILLIAM A." if congress == 88 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 88 & id == 6936 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 88 & id == 1368 replace namelong = "TOLL, HERMAN" if congress == 88 & id == 9408 replace namelong = "GREEN, WILLIAM JOSEPH JR." if congress == 88 & id == 3785 replace namelong = "GREEN, WILLIAM J., III" if congress == 88 & id == 10591 replace namelong = "RHODES, GEORGE MILTON" if congress == 88 & id == 7844 replace namelong = "MILLIKEN, WILLIAM H. JR." if congress == 88 & id == 6524 replace namelong = "CURTIN, WILLARD SEVIER" if congress == 88 & id == 2266 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 88 & id == 2298 replace namelong = "MCDADE, JOSEPH M." if congress == 88 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 88 & id == 3224 replace namelong = "WHALLEY, JOHN IRVING" if congress == 88 & id == 9975 replace namelong = "SCHWEIKER, RICHARD S." if congress == 88 & id == 10557 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 88 & id == 6661 replace namelong = "WALTER, FRANCIS EUGENE" if congress == 88 & id == 9791 replace namelong = "ROONEY, FRED B." if congress == 88 & id == 10620 replace namelong = "KUNKEL, JOHN CRAIN" if congress == 88 & id == 5377 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 88 & id == 8268 replace namelong = "CORBETT, ROBERT JAMES" if congress == 88 & id == 2065 replace namelong = "GOODLING, GEORGE A." if congress == 88 & id == 10521 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 88 & id == 4518 replace namelong = "DENT, JOHN HERMAN" if congress == 88 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 88 & id == 8247 replace namelong = "GAVIN, LEON HARRY" if congress == 88 & id == 3510 replace namelong = "JOHNSON, ALBERT W." if congress == 88 & id == 10598 replace namelong = "WEAVER, JAMES D." if congress == 88 & id == 10635 replace namelong = "CLARK, FRANK MONROE" if congress == 88 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 88 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 88 & id == 3409 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 88 & id == 10561 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 88 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 88 & id == 7925 replace namelong = "WATSON, ALBERT W." if congress == 88 & id == 90634 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 88 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 88 & id == 270 replace namelong = "HEMPHILL, ROBERT WITHERSP" if congress == 88 & id == 4299 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 88 & id == 6353 replace namelong = "REIFEL, BEN" if congress == 88 & id == 10548 replace namelong = "BERRY, ELLIS YARNAL" if congress == 88 & id == 672 replace namelong = "QUILLEN, JAMES H." if congress == 88 & id == 10616 replace namelong = "BAKER, HOWARD HENRY" if congress == 88 & id == 364 replace namelong = "BAKER, IRENE B." if congress == 88 & id == 10570 replace namelong = "BROCK, WILLIAM E., III" if congress == 88 & id == 10571 replace namelong = "EVINS, JOSEPH LANDON" if congress == 88 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 88 & id == 10586 replace namelong = "BASS, ROSS" if congress == 88 & id == 504 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 88 & id == 6826 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 88 & id == 3028 replace namelong = "DAVIS, CLIFFORD" if congress == 88 & id == 2376 replace namelong = "PATMAN, WRIGHT" if congress == 88 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 88 & id == 1077 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 88 & id == 567 replace namelong = "ROBERTS, RAY" if congress == 88 & id == 10550 replace namelong = "ALGER, BRUCE REYNOLDS" if congress == 88 & id == 93 replace namelong = "TEAGUE, OLIN EARL" if congress == 88 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 88 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 88 & id == 9284 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 88 & id == 9320 replace namelong = "THORNBERRY, WILLIAM HOMER" if congress == 88 & id == 9356 replace namelong = "PICKLE, J. J." if congress == 88 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 88 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 88 & id == 10391 replace namelong = "PURCELL, GRAHAM" if congress == 88 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 88 & id == 10446 replace namelong = "KILGORE, JOE MADISON" if congress == 88 & id == 5241 replace namelong = "FOREMAN, ED" if congress == 88 & id == 10584 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 88 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 88 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 88 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 88 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 88 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 88 & id == 1577 replace namelong = "POOL, JOE" if congress == 88 & id == 10615 replace namelong = "BURTON, LAWRENCE J." if congress == 88 & id == 10576 replace namelong = "LLOYD, SHERMAN P." if congress == 88 & id == 10600 replace namelong = "STAFFORD, ROBERT T." if congress == 88 & id == 10562 replace namelong = "DOWNING, THOMAS NELMS" if congress == 88 & id == 2706 replace namelong = "HARDY, PORTER JR." if congress == 88 & id == 4064 replace namelong = "GARY, JULIAN VAUGHAN" if congress == 88 & id == 3499 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 88 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 88 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 88 & id == 7500 replace namelong = "MARSH, JOHN O., JR." if congress == 88 & id == 10603 replace namelong = "SMITH, HOWARD WORTH" if congress == 88 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 88 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 88 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 88 & id == 7313 replace namelong = "WESTLAND, ALFRED JOHN" if congress == 88 & id == 9968 replace namelong = "HANSEN, JULIA BUTLER" if congress == 88 & id == 4043 replace namelong = "MAY, CATHERINE DEAN" if congress == 88 & id == 6101 replace namelong = "HORAN, WALTER FRANKLIN" if congress == 88 & id == 4579 replace namelong = "TOLLEFSON, THOR CARL" if congress == 88 & id == 9409 replace namelong = "STINSON, BILL" if congress == 88 & id == 10629 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 88 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 88 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 88 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 88 & id == 4276 replace namelong = "KEE, MAUDE ELIZABETH" if congress == 88 & id == 5118 replace namelong = "SCHADEBERG, HENRY C." if congress == 88 & id == 10556 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 88 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 88 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 88 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 88 & id == 7824 replace namelong = "VAN PELT, WILLIAM K." if congress == 88 & id == 9627 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 88 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 88 & id == 1371 replace namelong = "JOHNSON, LESTER R." if congress == 88 & id == 4977 replace namelong = "O'KONSKI, ALVIN E." if congress == 88 & id == 7046 replace namelong = "HARRISON, WILLIAM HENRY -" if congress == 88 & id == 4139 replace namelong = "JOHNSON, LYNDON B." if congress == 89 & id == 99903 replace namelong = "EDWARDS, JACK" if congress == 89 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 89 & id == 10717 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 89 & id == 195 replace namelong = "ANDREWS, GLENN" if congress == 89 & id == 10702 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 89 & id == 8353 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 89 & id == 10706 replace namelong = "MARTIN, JAMES D." if congress == 89 & id == 10755 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 89 & id == 5058 replace namelong = "RIVERS, RALPH JULIAN" if congress == 89 & id == 7926 replace namelong = "RHODES, JOHN JACOB" if congress == 89 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 89 & id == 10566 replace namelong = "SENNER, GEORG F., JR." if congress == 89 & id == 10623 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 89 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 89 & id == 6532 replace namelong = "TRIMBLE, JAMES WILLIAM" if congress == 89 & id == 9473 replace namelong = "HARRIS, OREN" if congress == 89 & id == 4110 replace namelong = "PRYOR, DAVID" if congress == 89 & id == 10791 replace namelong = "CLAUSEN, DON H." if congress == 89 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 89 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 89 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 89 & id == 10599 replace namelong = "BURTON, PHILIP" if congress == 89 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 89 & id == 5929 replace namelong = "COHELAN, JEFFERY" if congress == 89 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 89 & id == 6483 replace namelong = "EDWARDS, DON" if congress == 89 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 89 & id == 3867 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 89 & id == 10461 replace namelong = "TALCOTT, BURT L." if congress == 89 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 89 & id == 9240 replace namelong = "BALDWIN, JOHN FINLEY JR." if congress == 89 & id == 387 replace namelong = "WALDIE, JEROME" if congress == 89 & id == 10793 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 89 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 89 & id == 8549 replace namelong = "KING, CECIL RHODES" if congress == 89 & id == 5255 replace namelong = "HAGEN, HARLAN FRANCIS" if congress == 89 & id == 3901 replace namelong = "HOLIFIELD, CHET" if congress == 89 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 89 & id == 8628 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 89 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 89 & id == 10511 replace namelong = "CLAWSON, DEL" if congress == 89 & id == 10580 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 89 & id == 5694 replace namelong = "CAMERON, RONALD B." if congress == 89 & id == 10578 replace namelong = "ROOSEVELT, JAMES" if congress == 89 & id == 8051 replace namelong = "REES, THOMAS" if congress == 89 & id == 10790 replace namelong = "REINECKE, ED." if congress == 89 & id == 10763 replace namelong = "BELL, ALPHONZO" if congress == 89 & id == 10505 replace namelong = "BROWN, GEORGE E., JR." if congress == 89 & id == 10573 replace namelong = "ROYBAL, EDWARD R." if congress == 89 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 89 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 89 & id == 4592 replace namelong = "DYAL, KEN W." if congress == 89 & id == 10720 replace namelong = "HANNA, RICHARD T." if congress == 89 & id == 10594 replace namelong = "UTT, JAMES BOYD" if congress == 89 & id == 9578 replace namelong = "WILSON, ROBERT CARLETON" if congress == 89 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 89 & id == 10633 replace namelong = "TUNNEY, JOHN V." if congress == 89 & id == 10777 replace namelong = "ROGERS, BYRON GILES" if congress == 89 & id == 8021 replace namelong = "MCVICKER, ROY H." if congress == 89 & id == 10751 replace namelong = "EVANS, FRANK E." if congress == 89 & id == 10723 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 89 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 89 & id == 2295 replace namelong = "ST. ONGE, WILLIAM L." if congress == 89 & id == 10627 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 89 & id == 3553 replace namelong = "IRWIN, DONALD J." if congress == 89 & id == 4824 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 89 & id == 6586 replace namelong = "GRABOWSKI, BERNARD F." if congress == 89 & id == 10590 replace namelong = "MCDOWELL, HARRIS BROWN JR" if congress == 89 & id == 6224 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 89 & id == 8507 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 89 & id == 633 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 89 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 89 & id == 3078 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 89 & id == 4354 replace namelong = "ROGERS, PAUL GRANT" if congress == 89 & id == 8032 replace namelong = "HALEY, JAMES ANDREW" if congress == 89 & id == 3929 replace namelong = "MATTHEWS, DONALD RAY" if congress == 89 & id == 6084 replace namelong = "FUQUA, DON" if congress == 89 & id == 10587 replace namelong = "GIBBONS, SAM M." if congress == 89 & id == 10588 replace namelong = "GURNEY, EDWARD J." if congress == 89 & id == 10593 replace namelong = "CRAMER, WILLIAM CATO" if congress == 89 & id == 2143 replace namelong = "HAGAN, G. ELLIOTT" if congress == 89 & id == 10522 replace namelong = "O'NEAL, MASTEN" if congress == 89 & id == 10759 replace namelong = "CALLAWAY, HOWARD H." if congress == 89 & id == 10709 replace namelong = "MACKAY, JAMES" if congress == 89 & id == 10753 replace namelong = "WELTNER, CHARLES L." if congress == 89 & id == 10636 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 89 & id == 3242 replace namelong = "DAVIS, JOHN W." if congress == 89 & id == 10512 replace namelong = "TUTEN, J. RUSSELL" if congress == 89 & id == 10632 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 89 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 89 & id == 10563 replace namelong = "MINK, PATSY T." if congress == 89 & id == 10757 replace namelong = "MATSUNAGA, SPARK M." if congress == 89 & id == 10605 replace namelong = "WHITE, COMPTON I., JR." if congress == 89 & id == 10637 replace namelong = "HANSEN, GEORGE V." if congress == 89 & id == 10734 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 89 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 89 & id == 7041 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 89 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 89 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 89 & id == 5326 replace namelong = "RONAN, DANIEL J." if congress == 89 & id == 10765 replace namelong = "ANNUNZIO, FRANK" if congress == 89 & id == 10703 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 89 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 89 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 89 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 89 & id == 7642 replace namelong = "MCCLORY, ROBERT" if congress == 89 & id == 10606 replace namelong = "RUMSFELD, DONALD" if congress == 89 & id == 10622 replace namelong = "ERLENBORN, JOHN N." if congress == 89 & id == 10722 replace namelong = "REID, CHARLOTTE T." if congress == 89 & id == 10617 replace namelong = "ANDERSON, JOHN B." if congress == 89 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 89 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 89 & id == 6455 replace namelong = "SCHISLER, GALE" if congress == 89 & id == 10769 replace namelong = "FINDLEY, PAUL" if congress == 89 & id == 10517 replace namelong = "GRAY, KENNETH JAMES" if congress == 89 & id == 3769 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 89 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 89 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 89 & id == 7610 replace namelong = "MADDEN, RAY JOHN" if congress == 89 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 89 & id == 3963 replace namelong = "BRADEMAS, JOHN" if congress == 89 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 89 & id == 18 replace namelong = "ROUSH, JOHN EDWARD" if congress == 89 & id == 8084 replace namelong = "ROUDEBUSH, RICHARD L." if congress == 89 & id == 10552 replace namelong = "BRAY, WILLIAM GILMER" if congress == 89 & id == 986 replace namelong = "DENTON, WINFIELD KIRKPATR" if congress == 89 & id == 2517 replace namelong = "HAMILTON, LEE H." if congress == 89 & id == 10732 replace namelong = "HARVEY, RALPH" if congress == 89 & id == 4165 replace namelong = "JACOBS, ANDREW, JR." if congress == 89 & id == 10742 replace namelong = "SCHMIDHAUSER, JOHN R." if congress == 89 & id == 10770 replace namelong = "CULVER, JOHN C." if congress == 89 & id == 10715 replace namelong = "GROSS, HAROLD ROYCE" if congress == 89 & id == 3853 replace namelong = "BANDSTRA, BERT" if congress == 89 & id == 10704 replace namelong = "SMITH, NEAL EDWARD" if congress == 89 & id == 8672 replace namelong = "GREIGG, STANLEY L." if congress == 89 & id == 10730 replace namelong = "HANSEN, JOHN R." if congress == 89 & id == 10735 replace namelong = "DOLE, BOB" if congress == 89 & id == 10513 replace namelong = "MIZE, CHESTER L." if congress == 89 & id == 10758 replace namelong = "ELLSWORTH, ROBERT F." if congress == 89 & id == 10516 replace namelong = "SHRIVER, GARNER E." if congress == 89 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 89 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 89 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 89 & id == 6845 replace namelong = "FARNSLEY, CHARLES P." if congress == 89 & id == 10724 replace namelong = "CHELF, FRANK LESLIE" if congress == 89 & id == 1682 replace namelong = "CARTER, TIM L." if congress == 89 & id == 10710 replace namelong = "WATTS, JOHN CLARENCE" if congress == 89 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 89 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 89 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 89 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 89 & id == 10201 replace namelong = "WAGGONER, JOE D., JR." if congress == 89 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 89 & id == 7228 replace namelong = "MORRISON, JAMES HOBSON" if congress == 89 & id == 6721 replace namelong = "THOMPSON, THEO ASHTON" if congress == 89 & id == 9339 replace namelong = "EDWARDS, EDWIN" if congress == 89 & id == 10787 replace namelong = "LONG, SPEEDY O." if congress == 89 & id == 10746 replace namelong = "TUPPER, STANLEY R." if congress == 89 & id == 10565 replace namelong = "HATHAWAY, WILLIAM D." if congress == 89 & id == 10736 replace namelong = "MORTON, ROGERS C." if congress == 89 & id == 10610 replace namelong = "LONG, CLARENCE D." if congress == 89 & id == 10601 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 89 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 89 & id == 3054 replace namelong = "MACHEN, HERVEY" if congress == 89 & id == 10752 replace namelong = "MATHIAS, CHARLES MCC." if congress == 89 & id == 10535 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 89 & id == 3374 replace namelong = "SICKLES, CARLETON R." if congress == 89 & id == 10624 replace namelong = "CONTE, SILVIO OTTO" if congress == 89 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 89 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 89 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 89 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 89 & id == 10538 replace namelong = "BATES, WILLIAM HENRY" if congress == 89 & id == 518 replace namelong = "MACDONALD, TORBERT HART" if congress == 89 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 89 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 89 & id == 6177 replace namelong = "MARTIN, JOSEPH WILLIAM JR" if congress == 89 & id == 6033 replace namelong = "BURKE, JAMES ANTHONY" if congress == 89 & id == 1265 replace namelong = "KEITH, HASTINGS" if congress == 89 & id == 5131 replace namelong = "CONYERS, JOHN, JR." if congress == 89 & id == 10713 replace namelong = "VIVIAN, WESTON P." if congress == 89 & id == 10779 replace namelong = "TODD, PAUL H., JR." if congress == 89 & id == 10776 replace namelong = "HUTCHINSON, EDWARD" if congress == 89 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 89 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 89 & id == 1620 replace namelong = "MACKIE, JOHN C." if congress == 89 & id == 10754 replace namelong = "HARVEY, JAMES" if congress == 89 & id == 10526 replace namelong = "GRIFFIN, ROBERT PAUL" if congress == 89 & id == 3824 replace namelong = "VAN DER JAGT, GUY" if congress == 89 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 89 & id == 1610 replace namelong = "CLEVENGER, RAYMOND F." if congress == 89 & id == 10711 replace namelong = "O'HARA, JAMES G." if congress == 89 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 89 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 89 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 89 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 89 & id == 2605 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 89 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 89 & id == 1087 replace namelong = "FARNUM, BILLIE S." if congress == 89 & id == 10725 replace namelong = "QUIE, ALBERT HAROLD" if congress == 89 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 89 & id == 6860 replace namelong = "MACGREGOR, CLARK" if congress == 89 & id == 10533 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 89 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 89 & id == 10585 replace namelong = "OLSON, ALEX G." if congress == 89 & id == 10612 replace namelong = "LANGEN, ODIN" if congress == 89 & id == 5451 replace namelong = "BLATNIK, JOHN ANTON" if congress == 89 & id == 789 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 89 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 89 & id == 10075 replace namelong = "WILLIAMS, JOHN BELL" if congress == 89 & id == 10162 replace namelong = "WALKER, PRENTISS" if congress == 89 & id == 10781 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 89 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 89 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 89 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 89 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 89 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 89 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 89 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 89 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 89 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 89 & id == 10740 replace namelong = "JONES, PAUL CARUTHERS" if congress == 89 & id == 5056 replace namelong = "OLSEN, ARNOLD" if congress == 89 & id == 10543 replace namelong = "BATTIN, JAMES F." if congress == 89 & id == 10503 replace namelong = "CALLAN, CLAIR A." if congress == 89 & id == 10708 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 89 & id == 2255 replace namelong = "MARTIN, DAVID T." if congress == 89 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 89 & id == 433 replace namelong = "HUOT, J. OLIVIA" if congress == 89 & id == 10741 replace namelong = "CLEVELAND, JAMES C." if congress == 89 & id == 10581 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 89 & id == 1393 replace namelong = "MCGRATH, THOMAS C., JR." if congress == 89 & id == 10750 replace namelong = "HOWARD, JAMES J." if congress == 89 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 89 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 89 & id == 3364 replace namelong = "DWYER, FLORENCE PRICE" if congress == 89 & id == 2804 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 89 & id == 10091 replace namelong = "JOELSON, CHARLES S." if congress == 89 & id == 10529 replace namelong = "HELSTOSKI, HENRY" if congress == 89 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 89 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 89 & id == 10609 replace namelong = "KREBS, PAUL J." if congress == 89 & id == 10745 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 89 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 89 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 89 & id == 10613 replace namelong = "WALKER, E. S. JOHNNY" if congress == 89 & id == 10780 replace namelong = "MORRIS, THOMAS GAYLE" if congress == 89 & id == 6717 replace namelong = "PIKE, OTIS G." if congress == 89 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 89 & id == 10592 replace namelong = "WOLFF, LESTER L." if congress == 89 & id == 10784 replace namelong = "WYDLER, JOHN W." if congress == 89 & id == 10638 replace namelong = "TENZER, HERBERT" if congress == 89 & id == 10775 replace namelong = "HALPERN, SEYMOUR" if congress == 89 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 89 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 89 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 89 & id == 2476 replace namelong = "CELLER, EMANUEL" if congress == 89 & id == 1611 replace namelong = "KEOGH, EUGENE JAMES" if congress == 89 & id == 5199 replace namelong = "KELLY, EDNA FLANNERY" if congress == 89 & id == 5148 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 89 & id == 6792 replace namelong = "ROONEY, JOHN JAMES" if congress == 89 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 89 & id == 10508 replace namelong = "MURPHY, JOHN M." if congress == 89 & id == 10611 replace namelong = "LINDSAY, JOHN VLIET" if congress == 89 & id == 5678 replace namelong = "KUPFERMAN, THEODORE" if congress == 89 & id == 10789 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 89 & id == 7568 replace namelong = "FARBSTEIN, LEONARD" if congress == 89 & id == 3056 replace namelong = "RYAN, WILLIAM F." if congress == 89 & id == 10555 replace namelong = "SCHEUER, JAMES H." if congress == 89 & id == 10768 replace namelong = "GILBERT, JACOB H." if congress == 89 & id == 3575 replace namelong = "BINGHAM, JONATHAN B." if congress == 89 & id == 10705 replace namelong = "FINO, PAUL ALBERT" if congress == 89 & id == 3158 replace namelong = "OTTINGER, RICHARD L." if congress == 89 & id == 10760 replace namelong = "REID, OGDEN R." if congress == 89 & id == 10618 replace namelong = "DOW, JOHN G." if congress == 89 & id == 10718 replace namelong = "RESNICK, JOSEPH Y." if congress == 89 & id == 10764 replace namelong = "O'BRIEN, LEO WILLIAM" if congress == 89 & id == 7003 replace namelong = "KING, CARLETON J." if congress == 89 & id == 10530 replace namelong = "MCEWEN, ROBERT C." if congress == 89 & id == 10749 replace namelong = "PIRNIE, ALEXANDER" if congress == 89 & id == 7467 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 89 & id == 7995 replace namelong = "HANLEY, JAMES M." if congress == 89 & id == 10733 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 89 & id == 9017 replace namelong = "HORTON, FRANK J." if congress == 89 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 89 & id == 10712 replace namelong = "GOODELL, CHARLES ELLSWORT" if congress == 89 & id == 3670 replace namelong = "MCCARTHY, RICHARD D." if congress == 89 & id == 10748 replace namelong = "SMITH, HENRY P., III" if congress == 89 & id == 10771 replace namelong = "DULSKI, THADDEUS J." if congress == 89 & id == 2752 replace namelong = "BONNER, HERBERT COVINGTON" if congress == 89 & id == 846 replace namelong = "JONES, WALTER" if congress == 89 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 89 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 89 & id == 10527 replace namelong = "COOLEY, HAROLD DUNBAR" if congress == 89 & id == 2032 replace namelong = "SCOTT, RALPH JAMES" if congress == 89 & id == 8311 replace namelong = "KORNEGAY, HORACE R." if congress == 89 & id == 10531 replace namelong = "LENNON, ALTON ASA" if congress == 89 & id == 5606 replace namelong = "JONAS, CHARLES RAPER" if congress == 89 & id == 5019 replace namelong = "BROYHILL, JAMES T." if congress == 89 & id == 10574 replace namelong = "WHITENER, BASIL LEE" if congress == 89 & id == 10060 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 89 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 89 & id == 10569 replace namelong = "REDLIN, ROLLAND" if congress == 89 & id == 10762 replace namelong = "GILLIGAN, JOHN J." if congress == 89 & id == 10729 replace namelong = "CLANCY, DONALD D." if congress == 89 & id == 10510 replace namelong = "LOVE, RODNEY M." if congress == 89 & id == 10747 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 89 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 89 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 89 & id == 10525 replace namelong = "BROWN, CLARENCE J" if congress == 89 & id == 1104 replace namelong = "BROWN, CLARENCE, JR." if congress == 89 & id == 10786 replace namelong = "BETTS, JACKSON EDWARD" if congress == 89 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 89 & id == 267 replace namelong = "MOELLER, WALTER HENRY" if congress == 89 & id == 6579 replace namelong = "STANTON, J. WILLIAM" if congress == 89 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 89 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 89 & id == 10539 replace namelong = "AYRES, WILLIAM HANES" if congress == 89 & id == 310 replace namelong = "SECREST, ROBERT THOMPSON" if congress == 89 & id == 8341 replace namelong = "BOW, FRANK TOWNSEND" if congress == 89 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 89 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 89 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 89 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 89 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 89 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 89 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 89 & id == 6548 replace namelong = "SWEENEY, ROBERT E." if congress == 89 & id == 10774 replace namelong = "BELCHER, PAGE HENRY" if congress == 89 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 89 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 89 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 89 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 89 & id == 4891 replace namelong = "JOHNSON, JED J., JR." if congress == 89 & id == 10743 replace namelong = "WYATT, WENDELL" if congress == 89 & id == 10785 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 89 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 89 & id == 3775 replace namelong = "DUNCAN, ROBERT B." if congress == 89 & id == 10582 replace namelong = "BARRETT, WILLIAM A." if congress == 89 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 89 & id == 6936 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 89 & id == 1368 replace namelong = "TOLL, HERMAN" if congress == 89 & id == 9408 replace namelong = "GREEN, WILLIAM J., III" if congress == 89 & id == 10591 replace namelong = "RHODES, GEORGE MILTON" if congress == 89 & id == 7844 replace namelong = "WATKINS, G. ROBERT" if congress == 89 & id == 10782 replace namelong = "CURTIN, WILLARD SEVIER" if congress == 89 & id == 2266 replace namelong = "DAGUE, PAUL BARTRAM" if congress == 89 & id == 2298 replace namelong = "MCDADE, JOSEPH M." if congress == 89 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 89 & id == 3224 replace namelong = "WHALLEY, JOHN IRVING" if congress == 89 & id == 9975 replace namelong = "SCHWEIKER, RICHARD S." if congress == 89 & id == 10557 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 89 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 89 & id == 10620 replace namelong = "KUNKEL, JOHN CRAIN" if congress == 89 & id == 5377 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 89 & id == 8268 replace namelong = "CORBETT, ROBERT JAMES" if congress == 89 & id == 2065 replace namelong = "CRALEY, N. NIEMAN, JR." if congress == 89 & id == 10714 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 89 & id == 4518 replace namelong = "DENT, JOHN HERMAN" if congress == 89 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 89 & id == 8247 replace namelong = "JOHNSON, ALBERT W." if congress == 89 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 89 & id == 10778 replace namelong = "CLARK, FRANK MONROE" if congress == 89 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 89 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 89 & id == 3409 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 89 & id == 10561 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 89 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 89 & id == 7925 replace namelong = "WATSON, ALBERT W." if congress == 89 & id == 90634 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 89 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 89 & id == 270 replace namelong = "GETTYS, THOMAS S." if congress == 89 & id == 10728 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 89 & id == 6353 replace namelong = "REIFEL, BEN" if congress == 89 & id == 10548 replace namelong = "BERRY, ELLIS YARNAL" if congress == 89 & id == 672 replace namelong = "QUILLEN, JAMES H." if congress == 89 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 89 & id == 10719 replace namelong = "BROCK, WILLIAM E., III" if congress == 89 & id == 10571 replace namelong = "EVINS, JOSEPH LANDON" if congress == 89 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 89 & id == 10586 replace namelong = "ANDERSON, WILLIAM R." if congress == 89 & id == 10701 replace namelong = "MURRAY, THOMAS JEFFERSON" if congress == 89 & id == 6826 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 89 & id == 3028 replace namelong = "GRIDER, GEORGE W." if congress == 89 & id == 10731 replace namelong = "PATMAN, WRIGHT" if congress == 89 & id == 7232 replace namelong = "BROOKS, JACK BASCOM" if congress == 89 & id == 1077 replace namelong = "BECKWORTH, LINDLEY GARY" if congress == 89 & id == 567 replace namelong = "ROBERTS, RAY" if congress == 89 & id == 10550 replace namelong = "CABELL, EARLE" if congress == 89 & id == 10707 replace namelong = "TEAGUE, OLIN EARL" if congress == 89 & id == 9241 replace namelong = "DOWDY, JOHN VERNARD" if congress == 89 & id == 2700 replace namelong = "THOMAS, ALBERT" if congress == 89 & id == 9284 replace namelong = "THOMAS, LERA" if congress == 89 & id == 10792 replace namelong = "THOMPSON, CLARK WALLACE" if congress == 89 & id == 9320 replace namelong = "PICKLE, J. J." if congress == 89 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 89 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 89 & id == 10391 replace namelong = "PURCELL, GRAHAM" if congress == 89 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 89 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 89 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 89 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 89 & id == 1282 replace namelong = "ROGERS, WALTER EDWARD" if congress == 89 & id == 8035 replace namelong = "MAHON, GEORGE HERMAN" if congress == 89 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 89 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 89 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 89 & id == 1577 replace namelong = "POOL, JOE" if congress == 89 & id == 10615 replace namelong = "BURTON, LAWRENCE J." if congress == 89 & id == 10576 replace namelong = "KING, DAVID SJODAHL" if congress == 89 & id == 5258 replace namelong = "STAFFORD, ROBERT T." if congress == 89 & id == 10562 replace namelong = "DOWNING, THOMAS NELMS" if congress == 89 & id == 2706 replace namelong = "HARDY, PORTER JR." if congress == 89 & id == 4064 replace namelong = "SATTERFIELD, DAVE E." if congress == 89 & id == 10767 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 89 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 89 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 89 & id == 7500 replace namelong = "MARSH, JOHN O., JR." if congress == 89 & id == 10603 replace namelong = "SMITH, HOWARD WORTH" if congress == 89 & id == 8636 replace namelong = "JENNINGS, WILLIAM PAT" if congress == 89 & id == 4927 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 89 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 89 & id == 7313 replace namelong = "MEEDS, LLOYD" if congress == 89 & id == 10756 replace namelong = "HANSEN, JULIA BUTLER" if congress == 89 & id == 4043 replace namelong = "MAY, CATHERINE DEAN" if congress == 89 & id == 6101 replace namelong = "FOLEY, THOMAS S." if congress == 89 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 89 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 89 & id == 10700 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 89 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 89 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 89 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 89 & id == 4276 replace namelong = "KEE, JAMES" if congress == 89 & id == 10744 replace namelong = "STALBAUM, LYNN E." if congress == 89 & id == 10772 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 89 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 89 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 89 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 89 & id == 7824 replace namelong = "RACE, JOHN A." if congress == 89 & id == 10761 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 89 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 89 & id == 1371 replace namelong = "DAVIS, GLENN ROBERT" if congress == 89 & id == 2383 replace namelong = "O'KONSKI, ALVIN E." if congress == 89 & id == 7046 replace namelong = "RONCALIO, TENO" if congress == 89 & id == 10766 replace namelong = "JOHNSON, LYNDON B." if congress == 90 & id == 99903 replace namelong = "EDWARDS, JACK" if congress == 90 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 90 & id == 10717 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 90 & id == 195 replace namelong = "NICHOLS, BILL" if congress == 90 & id == 11037 replace namelong = "SELDEN, ARMISTEAD INGE, J" if congress == 90 & id == 8353 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 90 & id == 10706 replace namelong = "BEVILL, TOM" if congress == 90 & id == 11000 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 90 & id == 5058 replace namelong = "POLLOCK, HOWARD W." if congress == 90 & id == 11039 replace namelong = "RHODES, JOHN JACOB" if congress == 90 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 90 & id == 10566 replace namelong = "STEIGER, SAM" if congress == 90 & id == 11050 replace namelong = "GATHINGS, EZEKIEL CANDLER" if congress == 90 & id == 3506 replace namelong = "MILLS, WILBUR DAIGH" if congress == 90 & id == 6532 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 90 & id == 11020 replace namelong = "PRYOR, DAVID" if congress == 90 & id == 10791 replace namelong = "CLAUSEN, DON H." if congress == 90 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 90 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 90 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 90 & id == 10599 replace namelong = "BURTON, PHILIP" if congress == 90 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 90 & id == 5929 replace namelong = "COHELAN, JEFFERY" if congress == 90 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 90 & id == 6483 replace namelong = "EDWARDS, DON" if congress == 90 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 90 & id == 3867 replace namelong = "YOUNGER, JESSE ARTHUR" if congress == 90 & id == 10461 replace namelong = "MCCLOSKEY, PAUL" if congress == 90 & id == 11063 replace namelong = "TALCOTT, BURT L." if congress == 90 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 90 & id == 9240 replace namelong = "WALDIE, JEROME" if congress == 90 & id == 10793 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 90 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 90 & id == 8549 replace namelong = "KING, CECIL RHODES" if congress == 90 & id == 5255 replace namelong = "MATHIAS, ROBERT B." if congress == 90 & id == 11031 replace namelong = "HOLIFIELD, CHET" if congress == 90 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 90 & id == 8628 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 90 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 90 & id == 10511 replace namelong = "CLAWSON, DEL" if congress == 90 & id == 10580 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 90 & id == 5694 replace namelong = "WIGGINS, CHARLES E." if congress == 90 & id == 11055 replace namelong = "REES, THOMAS" if congress == 90 & id == 10790 replace namelong = "REINECKE, ED." if congress == 90 & id == 10763 replace namelong = "BELL, ALPHONZO" if congress == 90 & id == 10505 replace namelong = "BROWN, GEORGE E., JR." if congress == 90 & id == 10573 replace namelong = "ROYBAL, EDWARD R." if congress == 90 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 90 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 90 & id == 4592 replace namelong = "PETTIS, JERRY L." if congress == 90 & id == 11038 replace namelong = "HANNA, RICHARD T." if congress == 90 & id == 10594 replace namelong = "UTT, JAMES BOYD" if congress == 90 & id == 9578 replace namelong = "WILSON, ROBERT CARLETON" if congress == 90 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 90 & id == 10633 replace namelong = "TUNNEY, JOHN V." if congress == 90 & id == 10777 replace namelong = "ROGERS, BYRON GILES" if congress == 90 & id == 8021 replace namelong = "BROTZMAN, DONALD G." if congress == 90 & id == 10572 replace namelong = "EVANS, FRANK E." if congress == 90 & id == 10723 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 90 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 90 & id == 2295 replace namelong = "ST. ONGE, WILLIAM L." if congress == 90 & id == 10627 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 90 & id == 3553 replace namelong = "IRWIN, DONALD J." if congress == 90 & id == 4824 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 90 & id == 6586 replace namelong = "MESKILL, THOMAS J." if congress == 90 & id == 11033 replace namelong = "ROTH, WILLIAM V., JR." if congress == 90 & id == 11044 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 90 & id == 8507 replace namelong = "FUQUA, DON" if congress == 90 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 90 & id == 633 replace namelong = "HERLONG, ALBERT SYDNEY JR" if congress == 90 & id == 4354 replace namelong = "GURNEY, EDWARD J." if congress == 90 & id == 10593 replace namelong = "GIBBONS, SAM M." if congress == 90 & id == 10588 replace namelong = "HALEY, JAMES ANDREW" if congress == 90 & id == 3929 replace namelong = "CRAMER, WILLIAM CATO" if congress == 90 & id == 2143 replace namelong = "ROGERS, PAUL GRANT" if congress == 90 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 90 & id == 11007 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 90 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 90 & id == 3078 replace namelong = "HAGAN, G. ELLIOTT" if congress == 90 & id == 10522 replace namelong = "O'NEAL, MASTEN" if congress == 90 & id == 10759 replace namelong = "BRINKLEY, JACK" if congress == 90 & id == 11005 replace namelong = "BLACKBURN, BEN" if congress == 90 & id == 11002 replace namelong = "THOMPSON, FLETCHER" if congress == 90 & id == 11053 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 90 & id == 3242 replace namelong = "DAVIS, JOHN W." if congress == 90 & id == 10512 replace namelong = "STUCKEY, W. S., JR." if congress == 90 & id == 11052 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 90 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 90 & id == 10563 replace namelong = "MINK, PATSY T." if congress == 90 & id == 10757 replace namelong = "MATSUNAGA, SPARK M." if congress == 90 & id == 10605 replace namelong = "MCCLURE, JAMES A." if congress == 90 & id == 11029 replace namelong = "HANSEN, GEORGE V." if congress == 90 & id == 10734 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 90 & id == 2433 replace namelong = "O'HARA, BARRATT" if congress == 90 & id == 7041 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 90 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 90 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 90 & id == 5326 replace namelong = "RONAN, DANIEL J." if congress == 90 & id == 10765 replace namelong = "ANNUNZIO, FRANK" if congress == 90 & id == 10703 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 90 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 90 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 90 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 90 & id == 7642 replace namelong = "MCCLORY, ROBERT" if congress == 90 & id == 10606 replace namelong = "RUMSFELD, DONALD" if congress == 90 & id == 10622 replace namelong = "ERLENBORN, JOHN N." if congress == 90 & id == 10722 replace namelong = "REID, CHARLOTTE T." if congress == 90 & id == 10617 replace namelong = "ANDERSON, JOHN B." if congress == 90 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 90 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 90 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 90 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 90 & id == 10517 replace namelong = "GRAY, KENNETH JAMES" if congress == 90 & id == 3769 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 90 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 90 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 90 & id == 7610 replace namelong = "MADDEN, RAY JOHN" if congress == 90 & id == 5900 replace namelong = "HALLECK, CHARLES ABRAHAM" if congress == 90 & id == 3963 replace namelong = "BRADEMAS, JOHN" if congress == 90 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 90 & id == 18 replace namelong = "ROUSH, JOHN EDWARD" if congress == 90 & id == 8084 replace namelong = "BRAY, WILLIAM GILMER" if congress == 90 & id == 986 replace namelong = "MYERS, JOHN T." if congress == 90 & id == 11036 replace namelong = "ZION, ROGER H." if congress == 90 & id == 11059 replace namelong = "HAMILTON, LEE H." if congress == 90 & id == 10732 replace namelong = "ROUDEBUSH, RICHARD L." if congress == 90 & id == 10552 replace namelong = "JACOBS, ANDREW, JR." if congress == 90 & id == 10742 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 90 & id == 8288 replace namelong = "CULVER, JOHN C." if congress == 90 & id == 10715 replace namelong = "GROSS, HAROLD ROYCE" if congress == 90 & id == 3853 replace namelong = "KYL, JOHN HENRY" if congress == 90 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 90 & id == 8672 replace namelong = "MAYNE, WILEY" if congress == 90 & id == 11032 replace namelong = "SCHERLE, WILLIAM J." if congress == 90 & id == 11047 replace namelong = "DOLE, BOB" if congress == 90 & id == 10513 replace namelong = "MIZE, CHESTER L." if congress == 90 & id == 10758 replace namelong = "WINN, LARRY, JR." if congress == 90 & id == 11057 replace namelong = "SHRIVER, GARNER E." if congress == 90 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 90 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 90 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 90 & id == 6845 replace namelong = "COWGER, WILLIAM O." if congress == 90 & id == 11010 replace namelong = "SNYDER, M. G." if congress == 90 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 90 & id == 10710 replace namelong = "WATTS, JOHN CLARENCE" if congress == 90 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 90 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 90 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 90 & id == 824 replace namelong = "WILLIS, EDWIN EDWARD" if congress == 90 & id == 10201 replace namelong = "WAGGONER, JOE D., JR." if congress == 90 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 90 & id == 7228 replace namelong = "RARICK, JOHN R." if congress == 90 & id == 11042 replace namelong = "EDWARDS, EDWIN" if congress == 90 & id == 10787 replace namelong = "LONG, SPEEDY O." if congress == 90 & id == 10746 replace namelong = "KYROS, PETER N." if congress == 90 & id == 11027 replace namelong = "HATHAWAY, WILLIAM D." if congress == 90 & id == 10736 replace namelong = "MORTON, ROGERS C." if congress == 90 & id == 10610 replace namelong = "LONG, CLARENCE D." if congress == 90 & id == 10601 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 90 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 90 & id == 3054 replace namelong = "MACHEN, HERVEY" if congress == 90 & id == 10752 replace namelong = "MATHIAS, CHARLES MCC." if congress == 90 & id == 10535 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 90 & id == 3374 replace namelong = "GUDE, GILBERT" if congress == 90 & id == 11019 replace namelong = "CONTE, SILVIO OTTO" if congress == 90 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 90 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 90 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 90 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 90 & id == 10538 replace namelong = "BATES, WILLIAM HENRY" if congress == 90 & id == 518 replace namelong = "MACDONALD, TORBERT HART" if congress == 90 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 90 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 90 & id == 6177 replace namelong = "HECKLER, MARGARET M." if congress == 90 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 90 & id == 1265 replace namelong = "KEITH, HASTINGS" if congress == 90 & id == 5131 replace namelong = "CONYERS, JOHN, JR." if congress == 90 & id == 10713 replace namelong = "ESCH, MARVIN L." if congress == 90 & id == 11015 replace namelong = "BROWN, GARY E." if congress == 90 & id == 11006 replace namelong = "HUTCHINSON, EDWARD" if congress == 90 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 90 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 90 & id == 1620 replace namelong = "RIEGLE, DONALD W., JR." if congress == 90 & id == 91043 replace namelong = "HARVEY, JAMES" if congress == 90 & id == 10526 replace namelong = "VAN DER JAGT, GUY" if congress == 90 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 90 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 90 & id == 11045 replace namelong = "O'HARA, JAMES G." if congress == 90 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 90 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 90 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 90 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 90 & id == 2605 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 90 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 90 & id == 1087 replace namelong = "MCDONALD, JACK" if congress == 90 & id == 11030 replace namelong = "QUIE, ALBERT HAROLD" if congress == 90 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 90 & id == 6860 replace namelong = "MACGREGOR, CLARK" if congress == 90 & id == 10533 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 90 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 90 & id == 10585 replace namelong = "ZWACH, JOHN M." if congress == 90 & id == 11060 replace namelong = "LANGEN, ODIN" if congress == 90 & id == 5451 replace namelong = "BLATNIK, JOHN ANTON" if congress == 90 & id == 789 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 90 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 90 & id == 10075 replace namelong = "WILLIAMS, JOHN BELL" if congress == 90 & id == 10162 replace namelong = "GRIFFIN, CHARLES" if congress == 90 & id == 11065 replace namelong = "MONTGOMERY, G. V." if congress == 90 & id == 11035 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 90 & id == 1952 replace namelong = "KARSTEN, FRANK MELVIN" if congress == 90 & id == 5097 replace namelong = "CURTIS, THOMAS BRADFORD" if congress == 90 & id == 2275 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 90 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 90 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 90 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 90 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 90 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 90 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 90 & id == 10740 replace namelong = "JONES, PAUL CARUTHERS" if congress == 90 & id == 5056 replace namelong = "OLSEN, ARNOLD" if congress == 90 & id == 10543 replace namelong = "BATTIN, JAMES F." if congress == 90 & id == 10503 replace namelong = "DENNEY, ROBERT V." if congress == 90 & id == 11012 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 90 & id == 2255 replace namelong = "MARTIN, DAVID T." if congress == 90 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 90 & id == 433 replace namelong = "WYMAN, LOUIS C." if congress == 90 & id == 10639 replace namelong = "CLEVELAND, JAMES C." if congress == 90 & id == 10581 replace namelong = "HUNT, JOHN E." if congress == 90 & id == 11022 replace namelong = "SANDMAN, CHAS. W., JR." if congress == 90 & id == 11046 replace namelong = "HOWARD, JAMES J." if congress == 90 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 90 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 90 & id == 3364 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 90 & id == 1393 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 90 & id == 10091 replace namelong = "JOELSON, CHARLES S." if congress == 90 & id == 10529 replace namelong = "HELSTOSKI, HENRY" if congress == 90 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 90 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 90 & id == 10609 replace namelong = "DWYER, FLORENCE PRICE" if congress == 90 & id == 2804 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 90 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 90 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 90 & id == 10613 replace namelong = "MORRIS, THOMAS GAYLE" if congress == 90 & id == 6717 replace namelong = "WALKER, E. S. JOHNNY" if congress == 90 & id == 10780 replace namelong = "PIKE, OTIS G." if congress == 90 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 90 & id == 10592 replace namelong = "WOLFF, LESTER L." if congress == 90 & id == 10784 replace namelong = "WYDLER, JOHN W." if congress == 90 & id == 10638 replace namelong = "TENZER, HERBERT" if congress == 90 & id == 10775 replace namelong = "HALPERN, SEYMOUR" if congress == 90 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 90 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 90 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 90 & id == 2476 replace namelong = "CELLER, EMANUEL" if congress == 90 & id == 1611 replace namelong = "BRASCO, FRANK J." if congress == 90 & id == 11004 replace namelong = "KELLY, EDNA FLANNERY" if congress == 90 & id == 5148 replace namelong = "MULTER, ABRAHAM JACOB" if congress == 90 & id == 6792 replace namelong = "PODELL, BERTRAM" if congress == 90 & id == 11064 replace namelong = "ROONEY, JOHN JAMES" if congress == 90 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 90 & id == 10508 replace namelong = "MURPHY, JOHN M." if congress == 90 & id == 10611 replace namelong = "KUPFERMAN, THEODORE" if congress == 90 & id == 10789 replace namelong = "FARBSTEIN, LEONARD" if congress == 90 & id == 3056 replace namelong = "RYAN, WILLIAM F." if congress == 90 & id == 10555 replace namelong = "SCHEUER, JAMES H." if congress == 90 & id == 10768 replace namelong = "GILBERT, JACOB H." if congress == 90 & id == 3575 replace namelong = "BINGHAM, JONATHAN B." if congress == 90 & id == 10705 replace namelong = "FINO, PAUL ALBERT" if congress == 90 & id == 3158 replace namelong = "OTTINGER, RICHARD L." if congress == 90 & id == 10760 replace namelong = "REID, OGDEN R." if congress == 90 & id == 10618 replace namelong = "DOW, JOHN G." if congress == 90 & id == 10718 replace namelong = "RESNICK, JOSEPH Y." if congress == 90 & id == 10764 replace namelong = "BUTTON, DANIEL E." if congress == 90 & id == 11009 replace namelong = "KING, CARLETON J." if congress == 90 & id == 10530 replace namelong = "MCEWEN, ROBERT C." if congress == 90 & id == 10749 replace namelong = "PIRNIE, ALEXANDER" if congress == 90 & id == 7467 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 90 & id == 7995 replace namelong = "HANLEY, JAMES M." if congress == 90 & id == 10733 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 90 & id == 9017 replace namelong = "HORTON, FRANK J." if congress == 90 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 90 & id == 10712 replace namelong = "GOODELL, CHARLES ELLSWORT" if congress == 90 & id == 3670 replace namelong = "MCCARTHY, RICHARD D." if congress == 90 & id == 10748 replace namelong = "SMITH, HENRY P., III" if congress == 90 & id == 10771 replace namelong = "DULSKI, THADDEUS J." if congress == 90 & id == 2752 replace namelong = "JONES, WALTER" if congress == 90 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 90 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 90 & id == 10527 replace namelong = "GARDNER, JAMES C." if congress == 90 & id == 11018 replace namelong = "GALIFIANAKIS, NICK" if congress == 90 & id == 11017 replace namelong = "KORNEGAY, HORACE R." if congress == 90 & id == 10531 replace namelong = "LENNON, ALTON ASA" if congress == 90 & id == 5606 replace namelong = "JONAS, CHARLES RAPER" if congress == 90 & id == 5019 replace namelong = "BROYHILL, JAMES T." if congress == 90 & id == 10574 replace namelong = "WHITENER, BASIL LEE" if congress == 90 & id == 10060 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 90 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 90 & id == 10569 replace namelong = "KLEPPE, TOM" if congress == 90 & id == 11024 replace namelong = "TAFT, ROBERT, JR." if congress == 90 & id == 10630 replace namelong = "CLANCY, DONALD D." if congress == 90 & id == 10510 replace namelong = "WHALEN, CHARLES W., JR." if congress == 90 & id == 11054 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 90 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 90 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 90 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 90 & id == 10786 replace namelong = "BETTS, JACKSON EDWARD" if congress == 90 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 90 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 90 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 90 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 90 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 90 & id == 10539 replace namelong = "AYRES, WILLIAM HANES" if congress == 90 & id == 310 replace namelong = "WYLIE, CHALMERS P." if congress == 90 & id == 11058 replace namelong = "BOW, FRANK TOWNSEND" if congress == 90 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 90 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 90 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 90 & id == 5301 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 90 & id == 3092 replace namelong = "VANIK, CHARLES ALBERT" if congress == 90 & id == 9623 replace namelong = "BOLTON, FRANCES PAYNE" if congress == 90 & id == 837 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 90 & id == 6548 replace namelong = "LUKENS, DONALD E." if congress == 90 & id == 11028 replace namelong = "BELCHER, PAGE HENRY" if congress == 90 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 90 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 90 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 90 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 90 & id == 4891 replace namelong = "SMITH, JAMES V." if congress == 90 & id == 11049 replace namelong = "WYATT, WENDELL" if congress == 90 & id == 10785 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 90 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 90 & id == 3775 replace namelong = "DELLENBACK, JOHN R." if congress == 90 & id == 11011 replace namelong = "BARRETT, WILLIAM A." if congress == 90 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 90 & id == 6936 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 90 & id == 1368 replace namelong = "EILBERG, JOSHUA" if congress == 90 & id == 11014 replace namelong = "GREEN, WILLIAM J., III" if congress == 90 & id == 10591 replace namelong = "RHODES, GEORGE MILTON" if congress == 90 & id == 7844 replace namelong = "WILLIAMS, LAWRENCE G." if congress == 90 & id == 11056 replace namelong = "BIESTER, EDWARD G." if congress == 90 & id == 11001 replace namelong = "WATKINS, G. ROBERT" if congress == 90 & id == 10782 replace namelong = "MCDADE, JOSEPH M." if congress == 90 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 90 & id == 3224 replace namelong = "WHALLEY, JOHN IRVING" if congress == 90 & id == 9975 replace namelong = "SCHWEIKER, RICHARD S." if congress == 90 & id == 10557 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 90 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 90 & id == 10620 replace namelong = "ESHLEMAN, EDWIN D." if congress == 90 & id == 11016 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 90 & id == 8268 replace namelong = "CORBETT, ROBERT JAMES" if congress == 90 & id == 2065 replace namelong = "GOODLING, GEORGE A." if congress == 90 & id == 10521 replace namelong = "HOLLAND, ELMER JOSEPH" if congress == 90 & id == 4518 replace namelong = "DENT, JOHN HERMAN" if congress == 90 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 90 & id == 8247 replace namelong = "JOHNSON, ALBERT W." if congress == 90 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 90 & id == 10778 replace namelong = "CLARK, FRANK MONROE" if congress == 90 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 90 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 90 & id == 3409 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 90 & id == 10561 replace namelong = "TIERNAN, ROBERT O." if congress == 90 & id == 11061 replace namelong = "FOGARTY, JOHN EDWARD" if congress == 90 & id == 3246 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 90 & id == 7925 replace namelong = "WATSON, ALBERT W." if congress == 90 & id == 10634 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 90 & id == 2672 replace namelong = "ASHMORE, ROBERT THOMAS" if congress == 90 & id == 270 replace namelong = "GETTYS, THOMAS S." if congress == 90 & id == 10728 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 90 & id == 6353 replace namelong = "REIFEL, BEN" if congress == 90 & id == 10548 replace namelong = "BERRY, ELLIS YARNAL" if congress == 90 & id == 672 replace namelong = "QUILLEN, JAMES H." if congress == 90 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 90 & id == 10719 replace namelong = "BROCK, WILLIAM E., III" if congress == 90 & id == 10571 replace namelong = "EVINS, JOSEPH LANDON" if congress == 90 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 90 & id == 10586 replace namelong = "ANDERSON, WILLIAM R." if congress == 90 & id == 10701 replace namelong = "BLANTON, RAY" if congress == 90 & id == 11003 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 90 & id == 3028 replace namelong = "KUYKENDALL, DAN" if congress == 90 & id == 11025 replace namelong = "PATMAN, WRIGHT" if congress == 90 & id == 7232 replace namelong = "DOWDY, JOHN VERNARD" if congress == 90 & id == 2700 replace namelong = "POOL, JOE" if congress == 90 & id == 10615 replace namelong = "COLLINS, JAMES M." if congress == 90 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 90 & id == 10550 replace namelong = "CABELL, EARLE" if congress == 90 & id == 10707 replace namelong = "TEAGUE, OLIN EARL" if congress == 90 & id == 9241 replace namelong = "BUSH, GEORGE" if congress == 90 & id == 11008 replace namelong = "ECKHARDT, BOB" if congress == 90 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 90 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 90 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 90 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 90 & id == 10391 replace namelong = "PURCELL, GRAHAM" if congress == 90 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 90 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 90 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 90 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 90 & id == 1282 replace namelong = "PRICE, ROBERT" if congress == 90 & id == 11062 replace namelong = "MAHON, GEORGE HERMAN" if congress == 90 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 90 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 90 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 90 & id == 1577 replace namelong = "KAZEN, ABRAHAM J." if congress == 90 & id == 11023 replace namelong = "BURTON, LAWRENCE J." if congress == 90 & id == 10576 replace namelong = "LLOYD, SHERMAN P." if congress == 90 & id == 10600 replace namelong = "STAFFORD, ROBERT T." if congress == 90 & id == 10562 replace namelong = "DOWNING, THOMAS NELMS" if congress == 90 & id == 2706 replace namelong = "HARDY, PORTER JR." if congress == 90 & id == 4064 replace namelong = "SATTERFIELD, DAVE E." if congress == 90 & id == 10767 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 90 & id == 2 replace namelong = "TUCK, WILLIAM MUNFORD" if congress == 90 & id == 9494 replace namelong = "POFF, RICHARD HARDING" if congress == 90 & id == 7500 replace namelong = "MARSH, JOHN O., JR." if congress == 90 & id == 10603 replace namelong = "SCOTT, WILLIAM L." if congress == 90 & id == 11048 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 90 & id == 9802 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 90 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 90 & id == 7313 replace namelong = "MEEDS, LLOYD" if congress == 90 & id == 10756 replace namelong = "HANSEN, JULIA BUTLER" if congress == 90 & id == 4043 replace namelong = "MAY, CATHERINE DEAN" if congress == 90 & id == 6101 replace namelong = "FOLEY, THOMAS S." if congress == 90 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 90 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 90 & id == 10700 replace namelong = "MOORE, ARCH ALFRED JR." if congress == 90 & id == 6626 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 90 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 90 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 90 & id == 4276 replace namelong = "KEE, JAMES" if congress == 90 & id == 10744 replace namelong = "SCHADEBERG, HENRY C." if congress == 90 & id == 10556 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 90 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 90 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 90 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 90 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 90 & id == 11051 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 90 & id == 5410 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 90 & id == 1371 replace namelong = "DAVIS, GLENN ROBERT" if congress == 90 & id == 2383 replace namelong = "O'KONSKI, ALVIN E." if congress == 90 & id == 7046 replace namelong = "HARRISON, WILLIAM HENRY -" if congress == 90 & id == 4139 replace namelong = "" if congress == 91 & id == 99904 replace namelong = "EDWARDS, JACK" if congress == 91 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 91 & id == 10717 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 91 & id == 195 replace namelong = "NICHOLS, BILL" if congress == 91 & id == 11037 replace namelong = "FLOWERS, WALTER W." if congress == 91 & id == 12014 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 91 & id == 10706 replace namelong = "BEVILL, TOM" if congress == 91 & id == 11000 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 91 & id == 5058 replace namelong = "POLLOCK, HOWARD W." if congress == 91 & id == 11039 replace namelong = "RHODES, JOHN JACOB" if congress == 91 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 91 & id == 10566 replace namelong = "STEIGER, SAM" if congress == 91 & id == 11050 replace namelong = "ALEXANDER, WILLIAM V." if congress == 91 & id == 12000 replace namelong = "MILLS, WILBUR DAIGH" if congress == 91 & id == 6532 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 91 & id == 11020 replace namelong = "PRYOR, DAVID" if congress == 91 & id == 10791 replace namelong = "CLAUSEN, DON H." if congress == 91 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 91 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 91 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 91 & id == 10599 replace namelong = "BURTON, PHILIP" if congress == 91 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 91 & id == 5929 replace namelong = "COHELAN, JEFFERY" if congress == 91 & id == 1911 replace namelong = "MILLER, GEORGE PAUL" if congress == 91 & id == 6483 replace namelong = "EDWARDS, DON" if congress == 91 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 91 & id == 3867 replace namelong = "MCCLOSKEY, PAUL" if congress == 91 & id == 11063 replace namelong = "TALCOTT, BURT L." if congress == 91 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 91 & id == 9240 replace namelong = "WALDIE, JEROME" if congress == 91 & id == 10793 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 91 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 91 & id == 8549 replace namelong = "ANDERSON, GLENN M." if congress == 91 & id == 12001 replace namelong = "MATHIAS, ROBERT B." if congress == 91 & id == 11031 replace namelong = "HOLIFIELD, CHET" if congress == 91 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 91 & id == 8628 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 91 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 91 & id == 10511 replace namelong = "CLAWSON, DEL" if congress == 91 & id == 10580 replace namelong = "LIPSCOMB, GLENARD PAUL" if congress == 91 & id == 5694 replace namelong = "ROUSSELOT, JOHN" if congress == 91 & id == 10553 replace namelong = "WIGGINS, CHARLES E." if congress == 91 & id == 11055 replace namelong = "REES, THOMAS" if congress == 91 & id == 10790 replace namelong = "REINECKE, ED." if congress == 91 & id == 10763 replace namelong = "GOLDWATER, BARRY, JR." if congress == 91 & id == 12037 replace namelong = "BELL, ALPHONZO" if congress == 91 & id == 10505 replace namelong = "BROWN, GEORGE E., JR." if congress == 91 & id == 10573 replace namelong = "ROYBAL, EDWARD R." if congress == 91 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 91 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 91 & id == 4592 replace namelong = "PETTIS, JERRY L." if congress == 91 & id == 11038 replace namelong = "HANNA, RICHARD T." if congress == 91 & id == 10594 replace namelong = "UTT, JAMES BOYD" if congress == 91 & id == 9578 replace namelong = "SCHMITZ, JOHN G." if congress == 91 & id == 12043 replace namelong = "WILSON, ROBERT CARLETON" if congress == 91 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 91 & id == 10633 replace namelong = "TUNNEY, JOHN V." if congress == 91 & id == 10777 replace namelong = "ROGERS, BYRON GILES" if congress == 91 & id == 8021 replace namelong = "BROTZMAN, DONALD G." if congress == 91 & id == 10572 replace namelong = "EVANS, FRANK E." if congress == 91 & id == 10723 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 91 & id == 275 replace namelong = "DADDARIO, EMILIO QUINCY" if congress == 91 & id == 2295 replace namelong = "ST. ONGE, WILLIAM L." if congress == 91 & id == 10627 replace namelong = "STEELE, ROBERT" if congress == 91 & id == 12047 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 91 & id == 3553 replace namelong = "WEICKER, LOWELL P." if congress == 91 & id == 12032 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 91 & id == 6586 replace namelong = "MESKILL, THOMAS J." if congress == 91 & id == 11033 replace namelong = "ROTH, WILLIAM V., JR." if congress == 91 & id == 11044 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 91 & id == 8507 replace namelong = "FUQUA, DON" if congress == 91 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 91 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 91 & id == 12007 replace namelong = "FREY, LOUIS, JR." if congress == 91 & id == 12015 replace namelong = "GIBBONS, SAM M." if congress == 91 & id == 10588 replace namelong = "HALEY, JAMES ANDREW" if congress == 91 & id == 3929 replace namelong = "CRAMER, WILLIAM CATO" if congress == 91 & id == 2143 replace namelong = "ROGERS, PAUL GRANT" if congress == 91 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 91 & id == 11007 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 91 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 91 & id == 3078 replace namelong = "HAGAN, G. ELLIOTT" if congress == 91 & id == 10522 replace namelong = "O'NEAL, MASTEN" if congress == 91 & id == 10759 replace namelong = "BRINKLEY, JACK" if congress == 91 & id == 11005 replace namelong = "BLACKBURN, BEN" if congress == 91 & id == 11002 replace namelong = "THOMPSON, FLETCHER" if congress == 91 & id == 11053 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 91 & id == 3242 replace namelong = "DAVIS, JOHN W." if congress == 91 & id == 10512 replace namelong = "STUCKEY, W. S., JR." if congress == 91 & id == 11052 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 91 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 91 & id == 10563 replace namelong = "MATSUNAGA, SPARK M." if congress == 91 & id == 10605 replace namelong = "MINK, PATSY T." if congress == 91 & id == 10757 replace namelong = "MCCLURE, JAMES A." if congress == 91 & id == 11029 replace namelong = "HANSEN, ORVAL H." if congress == 91 & id == 12016 replace namelong = "DAWSON, WILLIAM LEVEI" if congress == 91 & id == 2433 replace namelong = "MIKVA, ABNER J." if congress == 91 & id == 12025 replace namelong = "MURPHY, WILLIAM THOMAS" if congress == 91 & id == 6816 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 91 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 91 & id == 5326 replace namelong = "RONAN, DANIEL J." if congress == 91 & id == 10765 replace namelong = "COLLINS, GEORGE" if congress == 91 & id == 12045 replace namelong = "ANNUNZIO, FRANK" if congress == 91 & id == 10703 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 91 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 91 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 91 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 91 & id == 7642 replace namelong = "MCCLORY, ROBERT" if congress == 91 & id == 10606 replace namelong = "RUMSFELD, DONALD" if congress == 91 & id == 10622 replace namelong = "CRANE, PHILIP M." if congress == 91 & id == 12041 replace namelong = "ERLENBORN, JOHN N." if congress == 91 & id == 10722 replace namelong = "REID, CHARLOTTE T." if congress == 91 & id == 10617 replace namelong = "ANDERSON, JOHN B." if congress == 91 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 91 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 91 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 91 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 91 & id == 10517 replace namelong = "GRAY, KENNETH JAMES" if congress == 91 & id == 3769 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 91 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 91 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 91 & id == 7610 replace namelong = "MADDEN, RAY JOHN" if congress == 91 & id == 5900 replace namelong = "LANDGREBE, EARL F." if congress == 91 & id == 12020 replace namelong = "BRADEMAS, JOHN" if congress == 91 & id == 948 replace namelong = "ADAIR, EDWIN ROSS" if congress == 91 & id == 18 replace namelong = "ROUDEBUSH, RICHARD L." if congress == 91 & id == 10552 replace namelong = "BRAY, WILLIAM GILMER" if congress == 91 & id == 986 replace namelong = "MYERS, JOHN T." if congress == 91 & id == 11036 replace namelong = "ZION, ROGER H." if congress == 91 & id == 11059 replace namelong = "HAMILTON, LEE H." if congress == 91 & id == 10732 replace namelong = "DENNIS, DAVID W." if congress == 91 & id == 12012 replace namelong = "JACOBS, ANDREW, JR." if congress == 91 & id == 10742 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 91 & id == 8288 replace namelong = "CULVER, JOHN C." if congress == 91 & id == 10715 replace namelong = "GROSS, HAROLD ROYCE" if congress == 91 & id == 3853 replace namelong = "KYL, JOHN HENRY" if congress == 91 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 91 & id == 8672 replace namelong = "MAYNE, WILEY" if congress == 91 & id == 11032 replace namelong = "SCHERLE, WILLIAM J." if congress == 91 & id == 11047 replace namelong = "SEBELIUS, KEITH G." if congress == 91 & id == 12029 replace namelong = "MIZE, CHESTER L." if congress == 91 & id == 10758 replace namelong = "WINN, LARRY, JR." if congress == 91 & id == 11057 replace namelong = "SHRIVER, GARNER E." if congress == 91 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 91 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 91 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 91 & id == 6845 replace namelong = "COWGER, WILLIAM O." if congress == 91 & id == 11010 replace namelong = "SNYDER, M. G." if congress == 91 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 91 & id == 10710 replace namelong = "WATTS, JOHN CLARENCE" if congress == 91 & id == 9882 replace namelong = "PERKINS, CARL DEWEY" if congress == 91 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 91 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 91 & id == 824 replace namelong = "CAFFERY, PATRICK T." if congress == 91 & id == 12005 replace namelong = "WAGGONER, JOE D., JR." if congress == 91 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 91 & id == 7228 replace namelong = "RARICK, JOHN R." if congress == 91 & id == 11042 replace namelong = "EDWARDS, EDWIN" if congress == 91 & id == 10787 replace namelong = "LONG, SPEEDY O." if congress == 91 & id == 10746 replace namelong = "KYROS, PETER N." if congress == 91 & id == 11027 replace namelong = "HATHAWAY, WILLIAM D." if congress == 91 & id == 10736 replace namelong = "MORTON, ROGERS C." if congress == 91 & id == 10610 replace namelong = "LONG, CLARENCE D." if congress == 91 & id == 10601 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 91 & id == 3480 replace namelong = "FALLON, GEORGE HYDE" if congress == 91 & id == 3054 replace namelong = "HOGAN, LAWRENCE J." if congress == 91 & id == 12018 replace namelong = "BEALL, J. GLENN, JR." if congress == 91 & id == 12002 replace namelong = "FRIEDEL, SAMUEL NATHANIEL" if congress == 91 & id == 3374 replace namelong = "GUDE, GILBERT" if congress == 91 & id == 11019 replace namelong = "CONTE, SILVIO OTTO" if congress == 91 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 91 & id == 830 replace namelong = "PHILBIN, PHILIP JOSEPH" if congress == 91 & id == 7408 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 91 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 91 & id == 10538 replace namelong = "BATES, WILLIAM HENRY" if congress == 91 & id == 518 replace namelong = "HARRINGTON, MICHAEL" if congress == 91 & id == 12040 replace namelong = "MACDONALD, TORBERT HART" if congress == 91 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 91 & id == 7081 replace namelong = "MCCORMACK, JOHN WILLIAM" if congress == 91 & id == 6177 replace namelong = "HECKLER, MARGARET M." if congress == 91 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 91 & id == 1265 replace namelong = "KEITH, HASTINGS" if congress == 91 & id == 5131 replace namelong = "CONYERS, JOHN, JR." if congress == 91 & id == 10713 replace namelong = "ESCH, MARVIN L." if congress == 91 & id == 11015 replace namelong = "BROWN, GARY E." if congress == 91 & id == 11006 replace namelong = "HUTCHINSON, EDWARD" if congress == 91 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 91 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 91 & id == 1620 replace namelong = "RIEGLE, DONALD W., JR." if congress == 91 & id == 91043 replace namelong = "HARVEY, JAMES" if congress == 91 & id == 10526 replace namelong = "VAN DER JAGT, GUY" if congress == 91 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 91 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 91 & id == 11045 replace namelong = "O'HARA, JAMES G." if congress == 91 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 91 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 91 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 91 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 91 & id == 2605 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 91 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 91 & id == 1087 replace namelong = "MCDONALD, JACK" if congress == 91 & id == 11030 replace namelong = "QUIE, ALBERT HAROLD" if congress == 91 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 91 & id == 6860 replace namelong = "MACGREGOR, CLARK" if congress == 91 & id == 10533 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 91 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 91 & id == 10585 replace namelong = "ZWACH, JOHN M." if congress == 91 & id == 11060 replace namelong = "LANGEN, ODIN" if congress == 91 & id == 5451 replace namelong = "BLATNIK, JOHN ANTON" if congress == 91 & id == 789 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 91 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 91 & id == 10075 replace namelong = "GRIFFIN, CHARLES" if congress == 91 & id == 11065 replace namelong = "MONTGOMERY, G. V." if congress == 91 & id == 11035 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 91 & id == 1952 replace namelong = "CLAY, WILLIAM" if congress == 91 & id == 12009 replace namelong = "SYMINGTON, JAMES W." if congress == 91 & id == 12031 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 91 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 91 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 91 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 91 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 91 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 91 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 91 & id == 10740 replace namelong = "BURLISON, BILL D." if congress == 91 & id == 12004 replace namelong = "OLSEN, ARNOLD" if congress == 91 & id == 10543 replace namelong = "BATTIN, JAMES F." if congress == 91 & id == 10503 replace namelong = "MELCHER, JOHN" if congress == 91 & id == 12039 replace namelong = "DENNEY, ROBERT V." if congress == 91 & id == 11012 replace namelong = "CUNNINGHAM, GLENN CLARENC" if congress == 91 & id == 2255 replace namelong = "MARTIN, DAVID T." if congress == 91 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 91 & id == 433 replace namelong = "WYMAN, LOUIS C." if congress == 91 & id == 10639 replace namelong = "CLEVELAND, JAMES C." if congress == 91 & id == 10581 replace namelong = "HUNT, JOHN E." if congress == 91 & id == 11022 replace namelong = "SANDMAN, CHAS. W., JR." if congress == 91 & id == 11046 replace namelong = "HOWARD, JAMES J." if congress == 91 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 91 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 91 & id == 3364 replace namelong = "CAHILL, WILLIAM THOMAS" if congress == 91 & id == 1393 replace namelong = "FORSYTHE, EDWIN B." if congress == 91 & id == 12046 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 91 & id == 10091 replace namelong = "JOELSON, CHARLES S." if congress == 91 & id == 10529 replace namelong = "ROE, ROBERT A." if congress == 91 & id == 12042 replace namelong = "HELSTOSKI, HENRY" if congress == 91 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 91 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 91 & id == 10609 replace namelong = "DWYER, FLORENCE PRICE" if congress == 91 & id == 2804 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 91 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 91 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 91 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 91 & id == 12022 replace namelong = "FOREMAN, ED" if congress == 91 & id == 10584 replace namelong = "PIKE, OTIS G." if congress == 91 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 91 & id == 10592 replace namelong = "WOLFF, LESTER L." if congress == 91 & id == 10784 replace namelong = "WYDLER, JOHN W." if congress == 91 & id == 10638 replace namelong = "LOWENSTEIN, ALLARD" if congress == 91 & id == 12021 replace namelong = "HALPERN, SEYMOUR" if congress == 91 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 91 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 91 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 91 & id == 2476 replace namelong = "CELLER, EMANUEL" if congress == 91 & id == 1611 replace namelong = "BRASCO, FRANK J." if congress == 91 & id == 11004 replace namelong = "CHISHOLM, SHIRLEY" if congress == 91 & id == 12008 replace namelong = "PODELL, BERTRAM" if congress == 91 & id == 11064 replace namelong = "ROONEY, JOHN JAMES" if congress == 91 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 91 & id == 10508 replace namelong = "MURPHY, JOHN M." if congress == 91 & id == 10611 replace namelong = "KOCH, EDWARD I." if congress == 91 & id == 12019 replace namelong = "POWELL, ADAM CLAYTON JR." if congress == 91 & id == 7568 replace namelong = "FARBSTEIN, LEONARD" if congress == 91 & id == 3056 replace namelong = "RYAN, WILLIAM F." if congress == 91 & id == 10555 replace namelong = "SCHEUER, JAMES H." if congress == 91 & id == 10768 replace namelong = "GILBERT, JACOB H." if congress == 91 & id == 3575 replace namelong = "BINGHAM, JONATHAN B." if congress == 91 & id == 10705 replace namelong = "BIAGGI, MARIO" if congress == 91 & id == 12003 replace namelong = "OTTINGER, RICHARD L." if congress == 91 & id == 10760 replace namelong = "REID, OGDEN R." if congress == 91 & id == 10618 replace namelong = "MCKNEALLY, MARTIN B." if congress == 91 & id == 12024 replace namelong = "FISH, HAMILTON, JR." if congress == 91 & id == 12013 replace namelong = "BUTTON, DANIEL E." if congress == 91 & id == 11009 replace namelong = "KING, CARLETON J." if congress == 91 & id == 10530 replace namelong = "MCEWEN, ROBERT C." if congress == 91 & id == 10749 replace namelong = "PIRNIE, ALEXANDER" if congress == 91 & id == 7467 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 91 & id == 7995 replace namelong = "HANLEY, JAMES M." if congress == 91 & id == 10733 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 91 & id == 9017 replace namelong = "HORTON, FRANK J." if congress == 91 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 91 & id == 10712 replace namelong = "HASTINGS, JAMES F." if congress == 91 & id == 12017 replace namelong = "MCCARTHY, RICHARD D." if congress == 91 & id == 10748 replace namelong = "SMITH, HENRY P., III" if congress == 91 & id == 10771 replace namelong = "DULSKI, THADDEUS J." if congress == 91 & id == 2752 replace namelong = "JONES, WALTER" if congress == 91 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 91 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 91 & id == 10527 replace namelong = "GALIFIANAKIS, NICK" if congress == 91 & id == 11017 replace namelong = "MIZELL, WILMER D." if congress == 91 & id == 12026 replace namelong = "PREYER, L. RICHARDSON" if congress == 91 & id == 12027 replace namelong = "LENNON, ALTON ASA" if congress == 91 & id == 5606 replace namelong = "RUTH, EARL B." if congress == 91 & id == 12028 replace namelong = "JONAS, CHARLES RAPER" if congress == 91 & id == 5019 replace namelong = "BROYHILL, JAMES T." if congress == 91 & id == 10574 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 91 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 91 & id == 10569 replace namelong = "KLEPPE, TOM" if congress == 91 & id == 11024 replace namelong = "TAFT, ROBERT, JR." if congress == 91 & id == 10630 replace namelong = "CLANCY, DONALD D." if congress == 91 & id == 10510 replace namelong = "WHALEN, CHARLES W., JR." if congress == 91 & id == 11054 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 91 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 91 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 91 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 91 & id == 10786 replace namelong = "BETTS, JACKSON EDWARD" if congress == 91 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 91 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 91 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 91 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 91 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 91 & id == 10539 replace namelong = "AYRES, WILLIAM HANES" if congress == 91 & id == 310 replace namelong = "WYLIE, CHALMERS P." if congress == 91 & id == 11058 replace namelong = "BOW, FRANK TOWNSEND" if congress == 91 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 91 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 91 & id == 4247 replace namelong = "KIRWAN, MICHAEL JOSEPH" if congress == 91 & id == 5301 replace namelong = "CARNEY, CHARLES" if congress == 91 & id == 12044 replace namelong = "FEIGHAN, MICHAEL ALOYSIUS" if congress == 91 & id == 3092 replace namelong = "STOKES, LOUIS" if congress == 91 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 91 & id == 9623 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 91 & id == 6548 replace namelong = "LUKENS, DONALD E." if congress == 91 & id == 11028 replace namelong = "BELCHER, PAGE HENRY" if congress == 91 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 91 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 91 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 91 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 91 & id == 4891 replace namelong = "CAMP, JOHN N. HAPPY" if congress == 91 & id == 12006 replace namelong = "WYATT, WENDELL" if congress == 91 & id == 10785 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 91 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 91 & id == 3775 replace namelong = "DELLENBACK, JOHN R." if congress == 91 & id == 11011 replace namelong = "BARRETT, WILLIAM A." if congress == 91 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 91 & id == 6936 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 91 & id == 1368 replace namelong = "EILBERG, JOSHUA" if congress == 91 & id == 11014 replace namelong = "GREEN, WILLIAM J., III" if congress == 91 & id == 10591 replace namelong = "YATRON, GUS" if congress == 91 & id == 12035 replace namelong = "WILLIAMS, LAWRENCE G." if congress == 91 & id == 11056 replace namelong = "BIESTER, EDWARD G." if congress == 91 & id == 11001 replace namelong = "WATKINS, G. ROBERT" if congress == 91 & id == 10782 replace namelong = "WARE, JOHN III" if congress == 91 & id == 12048 replace namelong = "MCDADE, JOSEPH M." if congress == 91 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 91 & id == 3224 replace namelong = "WHALLEY, JOHN IRVING" if congress == 91 & id == 9975 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 91 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 91 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 91 & id == 10620 replace namelong = "ESHLEMAN, EDWIN D." if congress == 91 & id == 11016 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 91 & id == 8268 replace namelong = "CORBETT, ROBERT JAMES" if congress == 91 & id == 2065 replace namelong = "GOODLING, GEORGE A." if congress == 91 & id == 10521 replace namelong = "GAYDOS, JOSEPH M." if congress == 91 & id == 11067 replace namelong = "DENT, JOHN HERMAN" if congress == 91 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 91 & id == 8247 replace namelong = "JOHNSON, ALBERT W." if congress == 91 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 91 & id == 10778 replace namelong = "CLARK, FRANK MONROE" if congress == 91 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 91 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 91 & id == 3409 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 91 & id == 10561 replace namelong = "TIERNAN, ROBERT O." if congress == 91 & id == 11061 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 91 & id == 7925 replace namelong = "WATSON, ALBERT W." if congress == 91 & id == 10634 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 91 & id == 2672 replace namelong = "MANN, JAMES R." if congress == 91 & id == 12023 replace namelong = "GETTYS, THOMAS S." if congress == 91 & id == 10728 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 91 & id == 6353 replace namelong = "REIFEL, BEN" if congress == 91 & id == 10548 replace namelong = "BERRY, ELLIS YARNAL" if congress == 91 & id == 672 replace namelong = "QUILLEN, JAMES H." if congress == 91 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 91 & id == 10719 replace namelong = "BROCK, WILLIAM E., III" if congress == 91 & id == 10571 replace namelong = "EVINS, JOSEPH LANDON" if congress == 91 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 91 & id == 10586 replace namelong = "ANDERSON, WILLIAM R." if congress == 91 & id == 10701 replace namelong = "BLANTON, RAY" if congress == 91 & id == 11003 replace namelong = "EVERETT, ROBERT ASHTON" if congress == 91 & id == 3028 replace namelong = "JONES, EDWARD" if congress == 91 & id == 12038 replace namelong = "KUYKENDALL, DAN" if congress == 91 & id == 11025 replace namelong = "PATMAN, WRIGHT" if congress == 91 & id == 7232 replace namelong = "DOWDY, JOHN VERNARD" if congress == 91 & id == 2700 replace namelong = "COLLINS, JAMES M." if congress == 91 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 91 & id == 10550 replace namelong = "CABELL, EARLE" if congress == 91 & id == 10707 replace namelong = "TEAGUE, OLIN EARL" if congress == 91 & id == 9241 replace namelong = "BUSH, GEORGE" if congress == 91 & id == 11008 replace namelong = "ECKHARDT, BOB" if congress == 91 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 91 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 91 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 91 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 91 & id == 10391 replace namelong = "PURCELL, GRAHAM" if congress == 91 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 91 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 91 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 91 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 91 & id == 1282 replace namelong = "PRICE, ROBERT" if congress == 91 & id == 11062 replace namelong = "MAHON, GEORGE HERMAN" if congress == 91 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 91 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 91 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 91 & id == 1577 replace namelong = "KAZEN, ABRAHAM J." if congress == 91 & id == 11023 replace namelong = "BURTON, LAWRENCE J." if congress == 91 & id == 10576 replace namelong = "LLOYD, SHERMAN P." if congress == 91 & id == 10600 replace namelong = "STAFFORD, ROBERT T." if congress == 91 & id == 10562 replace namelong = "DOWNING, THOMAS NELMS" if congress == 91 & id == 2706 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 91 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 91 & id == 10767 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 91 & id == 2 replace namelong = "DANIEL, W. C." if congress == 91 & id == 12011 replace namelong = "POFF, RICHARD HARDING" if congress == 91 & id == 7500 replace namelong = "MARSH, JOHN O., JR." if congress == 91 & id == 10603 replace namelong = "SCOTT, WILLIAM L." if congress == 91 & id == 11048 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 91 & id == 9802 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 91 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 91 & id == 7313 replace namelong = "MEEDS, LLOYD" if congress == 91 & id == 10756 replace namelong = "HANSEN, JULIA BUTLER" if congress == 91 & id == 4043 replace namelong = "MAY, CATHERINE DEAN" if congress == 91 & id == 6101 replace namelong = "FOLEY, THOMAS S." if congress == 91 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 91 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 91 & id == 10700 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 91 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 91 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 91 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 91 & id == 4276 replace namelong = "KEE, JAMES" if congress == 91 & id == 10744 replace namelong = "SCHADEBERG, HENRY C." if congress == 91 & id == 10556 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 91 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 91 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 91 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 91 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 91 & id == 11051 replace namelong = "LAIRD, MELVIN ROBERT" if congress == 91 & id == 5410 replace namelong = "OBEY, DAVID R." if congress == 91 & id == 12036 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 91 & id == 1371 replace namelong = "DAVIS, GLENN ROBERT" if congress == 91 & id == 2383 replace namelong = "O'KONSKI, ALVIN E." if congress == 91 & id == 7046 replace namelong = "WOLD, JOHN" if congress == 91 & id == 12034 replace namelong = "RICHARD M." if congress == 92 & id == 99904 replace namelong = "EDWARDS, JACK" if congress == 92 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 92 & id == 10717 replace namelong = "ANDREWS, GEORGE WILLIAM" if congress == 92 & id == 195 replace namelong = "ANDREWS, ELIZABETH" if congress == 92 & id == 13053 replace namelong = "NICHOLS, BILL" if congress == 92 & id == 11037 replace namelong = "FLOWERS, WALTER W." if congress == 92 & id == 12014 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 92 & id == 10706 replace namelong = "BEVILL, TOM" if congress == 92 & id == 11000 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 92 & id == 5058 replace namelong = "BEGICH, NICHOLAS" if congress == 92 & id == 13006 replace namelong = "RHODES, JOHN JACOB" if congress == 92 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 92 & id == 10566 replace namelong = "STEIGER, SAM" if congress == 92 & id == 11050 replace namelong = "ALEXANDER, WILLIAM V." if congress == 92 & id == 12000 replace namelong = "MILLS, WILBUR DAIGH" if congress == 92 & id == 6532 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 92 & id == 11020 replace namelong = "PRYOR, DAVID" if congress == 92 & id == 10791 replace namelong = "CLAUSEN, DON H." if congress == 92 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 92 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 92 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 92 & id == 10599 replace namelong = "BURTON, PHILIP" if congress == 92 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 92 & id == 5929 replace namelong = "DELLUMS, RONALD V." if congress == 92 & id == 13011 replace namelong = "MILLER, GEORGE PAUL" if congress == 92 & id == 6483 replace namelong = "EDWARDS, DON" if congress == 92 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 92 & id == 3867 replace namelong = "MCCLOSKEY, PAUL" if congress == 92 & id == 11063 replace namelong = "TALCOTT, BURT L." if congress == 92 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 92 & id == 9240 replace namelong = "WALDIE, JEROME" if congress == 92 & id == 10793 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 92 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 92 & id == 8549 replace namelong = "ANDERSON, GLENN M." if congress == 92 & id == 12001 replace namelong = "MATHIAS, ROBERT B." if congress == 92 & id == 11031 replace namelong = "HOLIFIELD, CHET" if congress == 92 & id == 4514 replace namelong = "SMITH, H. ALLEN" if congress == 92 & id == 8628 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 92 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 92 & id == 10511 replace namelong = "CLAWSON, DEL" if congress == 92 & id == 10580 replace namelong = "ROUSSELOT, JOHN H." if congress == 92 & id == 10553 replace namelong = "WIGGINS, CHARLES E." if congress == 92 & id == 11055 replace namelong = "REES, THOMAS" if congress == 92 & id == 10790 replace namelong = "GOLDWATER, BARRY, JR." if congress == 92 & id == 12037 replace namelong = "BELL, ALPHONZO" if congress == 92 & id == 10505 replace namelong = "DANIELSON, GEORGE" if congress == 92 & id == 13010 replace namelong = "ROYBAL, EDWARD R." if congress == 92 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 92 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 92 & id == 4592 replace namelong = "PETTIS, JERRY L." if congress == 92 & id == 11038 replace namelong = "HANNA, RICHARD T." if congress == 92 & id == 10594 replace namelong = "SCHMITZ, JOHN G." if congress == 92 & id == 12043 replace namelong = "WILSON, ROBERT CARLETON" if congress == 92 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 92 & id == 10633 replace namelong = "VEYSEY, VICTOR" if congress == 92 & id == 13046 replace namelong = "MCKEVITT, JAMES" if congress == 92 & id == 13028 replace namelong = "BROTZMAN, DONALD G." if congress == 92 & id == 10572 replace namelong = "EVANS, FRANK E." if congress == 92 & id == 10723 replace namelong = "ASPINALL, WAYNE NORVIEL" if congress == 92 & id == 275 replace namelong = "COTTER, WILLIAM" if congress == 92 & id == 13009 replace namelong = "STEELE, ROBERT" if congress == 92 & id == 12047 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 92 & id == 3553 replace namelong = "MCKINNEY, STEWART" if congress == 92 & id == 13029 replace namelong = "MONAGAN, JOHN STEPHEN" if congress == 92 & id == 6586 replace namelong = "GRASSO, ELLA" if congress == 92 & id == 13016 replace namelong = "DU PONT, PIERRE S." if congress == 92 & id == 13014 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 92 & id == 8507 replace namelong = "FUQUA, DON" if congress == 92 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 92 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 92 & id == 12007 replace namelong = "FREY, LOUIS, JR." if congress == 92 & id == 12015 replace namelong = "GIBBONS, SAM M." if congress == 92 & id == 10588 replace namelong = "HALEY, JAMES ANDREW" if congress == 92 & id == 3929 replace namelong = "YOUNG, C.W." if congress == 92 & id == 13047 replace namelong = "ROGERS, PAUL GRANT" if congress == 92 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 92 & id == 11007 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 92 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 92 & id == 3078 replace namelong = "HAGAN, G. ELLIOTT" if congress == 92 & id == 10522 replace namelong = "MATHIS, DAWSON" if congress == 92 & id == 13023 replace namelong = "BRINKLEY, JACK" if congress == 92 & id == 11005 replace namelong = "BLACKBURN, BEN" if congress == 92 & id == 11002 replace namelong = "THOMPSON, FLETCHER" if congress == 92 & id == 11053 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 92 & id == 3242 replace namelong = "DAVIS, JOHN W." if congress == 92 & id == 10512 replace namelong = "STUCKEY, W. S., JR." if congress == 92 & id == 11052 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 92 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 92 & id == 10563 replace namelong = "MATSUNAGA, SPARK M." if congress == 92 & id == 10605 replace namelong = "MINK, PATSY T." if congress == 92 & id == 10757 replace namelong = "MCCLURE, JAMES A." if congress == 92 & id == 11029 replace namelong = "HANSEN, ORVAL H." if congress == 92 & id == 12016 replace namelong = "METCALF, RALPH" if congress == 92 & id == 13030 replace namelong = "MIKVA, ABNER J." if congress == 92 & id == 12025 replace namelong = "MURPHY, MORGAN" if congress == 92 & id == 13032 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 92 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 92 & id == 5326 replace namelong = "COLLINS, GEORGE" if congress == 92 & id == 12045 replace namelong = "ANNUNZIO, FRANK" if congress == 92 & id == 10703 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 92 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 92 & id == 10421 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 92 & id == 1941 replace namelong = "PUCINSKI, ROMAN CONRAD" if congress == 92 & id == 7642 replace namelong = "MCCLORY, ROBERT" if congress == 92 & id == 10606 replace namelong = "CRANE, PHILIP M." if congress == 92 & id == 12041 replace namelong = "ERLENBORN, JOHN N." if congress == 92 & id == 10722 replace namelong = "REID, CHARLOTTE T." if congress == 92 & id == 10617 replace namelong = "CARLSON, CLIFFORD" if congress == 92 & id == 13054 replace namelong = "ANDERSON, JOHN B." if congress == 92 & id == 10501 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 92 & id == 226 replace namelong = "MICHEL, ROBERT HENRY" if congress == 92 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 92 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 92 & id == 10517 replace namelong = "GRAY, KENNETH JAMES" if congress == 92 & id == 3769 replace namelong = "SPRINGER, WILLIAM LEE" if congress == 92 & id == 8814 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 92 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 92 & id == 7610 replace namelong = "MADDEN, RAY JOHN" if congress == 92 & id == 5900 replace namelong = "LANDGREBE, EARL F." if congress == 92 & id == 12020 replace namelong = "BRADEMAS, JOHN" if congress == 92 & id == 948 replace namelong = "ROUSH, JOHN EDWARD" if congress == 92 & id == 8084 replace namelong = "HILLIS, ELWOOD" if congress == 92 & id == 13018 replace namelong = "BRAY, WILLIAM GILMER" if congress == 92 & id == 986 replace namelong = "MYERS, JOHN T." if congress == 92 & id == 11036 replace namelong = "ZION, ROGER H." if congress == 92 & id == 11059 replace namelong = "HAMILTON, LEE H." if congress == 92 & id == 10732 replace namelong = "DENNIS, DAVID W." if congress == 92 & id == 12012 replace namelong = "JACOBS, ANDREW, JR." if congress == 92 & id == 10742 replace namelong = "SCHWENGEL, FREDERICK DELB" if congress == 92 & id == 8288 replace namelong = "CULVER, JOHN C." if congress == 92 & id == 10715 replace namelong = "GROSS, HAROLD ROYCE" if congress == 92 & id == 3853 replace namelong = "KYL, JOHN HENRY" if congress == 92 & id == 5385 replace namelong = "SMITH, NEAL EDWARD" if congress == 92 & id == 8672 replace namelong = "MAYNE, WILEY" if congress == 92 & id == 11032 replace namelong = "SCHERLE, WILLIAM J." if congress == 92 & id == 11047 replace namelong = "SEBELIUS, KEITH G." if congress == 92 & id == 12029 replace namelong = "ROY, WILLIAM" if congress == 92 & id == 13037 replace namelong = "WINN, LARRY, JR." if congress == 92 & id == 11057 replace namelong = "SHRIVER, GARNER E." if congress == 92 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 92 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 92 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 92 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 92 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 92 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 92 & id == 10710 replace namelong = "WATTS, JOHN CLARENCE" if congress == 92 & id == 9882 replace namelong = "CURLIN, WILLIAM" if congress == 92 & id == 13051 replace namelong = "PERKINS, CARL DEWEY" if congress == 92 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 92 & id == 4275 replace namelong = "BOGGS, THOMAS HALE" if congress == 92 & id == 824 replace namelong = "CAFFERY, PATRICK T." if congress == 92 & id == 12005 replace namelong = "WAGGONER, JOE D., JR." if congress == 92 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 92 & id == 7228 replace namelong = "RARICK, JOHN R." if congress == 92 & id == 11042 replace namelong = "EDWARDS, EDWIN" if congress == 92 & id == 10787 replace namelong = "BREAUX, JOHN B." if congress == 92 & id == 13056 replace namelong = "LONG, SPEEDY O." if congress == 92 & id == 10746 replace namelong = "KYROS, PETER N." if congress == 92 & id == 11027 replace namelong = "HATHAWAY, WILLIAM D." if congress == 92 & id == 10736 replace namelong = "MORTON, ROGERS C." if congress == 92 & id == 10610 replace namelong = "MILLS, WILLIAM" if congress == 92 & id == 13049 replace namelong = "LONG, CLARENCE D." if congress == 92 & id == 10601 replace namelong = "GARMATZ, EDWARD ALEXANDER" if congress == 92 & id == 3480 replace namelong = "SARBANES, PAUL" if congress == 92 & id == 13039 replace namelong = "HOGAN, LAWRENCE J." if congress == 92 & id == 12018 replace namelong = "BYRON, GOODLOE" if congress == 92 & id == 13008 replace namelong = "MITCHELL, PARREN" if congress == 92 & id == 13031 replace namelong = "GUDE, GILBERT" if congress == 92 & id == 11019 replace namelong = "CONTE, SILVIO OTTO" if congress == 92 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 92 & id == 830 replace namelong = "DRINAN, ROBERT" if congress == 92 & id == 13013 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 92 & id == 2660 replace namelong = "MORSE, F. BRADFORD" if congress == 92 & id == 10538 replace namelong = "HARRINGTON, MICHAEL" if congress == 92 & id == 12040 replace namelong = "MACDONALD, TORBERT HART" if congress == 92 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 92 & id == 7081 replace namelong = "HICKS, LOUISE DAY" if congress == 92 & id == 13017 replace namelong = "HECKLER, MARGARET M." if congress == 92 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 92 & id == 1265 replace namelong = "KEITH, HASTINGS" if congress == 92 & id == 5131 replace namelong = "CONYERS, JOHN, JR." if congress == 92 & id == 10713 replace namelong = "ESCH, MARVIN L." if congress == 92 & id == 11015 replace namelong = "BROWN, GARY E." if congress == 92 & id == 11006 replace namelong = "HUTCHINSON, EDWARD" if congress == 92 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 92 & id == 3268 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 92 & id == 1620 replace namelong = "RIEGLE, DONALD W., JR." if congress == 92 & id == 91043 replace namelong = "HARVEY, JAMES" if congress == 92 & id == 10526 replace namelong = "VAN DER JAGT, GUY" if congress == 92 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 92 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 92 & id == 11045 replace namelong = "O'HARA, JAMES G." if congress == 92 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 92 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 92 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 92 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 92 & id == 2605 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 92 & id == 3830 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 92 & id == 1087 replace namelong = "MCDONALD, JACK" if congress == 92 & id == 11030 replace namelong = "QUIE, ALBERT HAROLD" if congress == 92 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 92 & id == 6860 replace namelong = "FRENZEL, WILLIAM" if congress == 92 & id == 13015 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 92 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 92 & id == 10585 replace namelong = "ZWACH, JOHN M." if congress == 92 & id == 11060 replace namelong = "BERGLAND, ROBERT" if congress == 92 & id == 13007 replace namelong = "BLATNIK, JOHN ANTON" if congress == 92 & id == 789 replace namelong = "ABERNETHY, THOMAS GERSTLE" if congress == 92 & id == 13 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 92 & id == 10075 replace namelong = "GRIFFIN, CHARLES" if congress == 92 & id == 11065 replace namelong = "MONTGOMERY, G. V." if congress == 92 & id == 11035 replace namelong = "COLMER, WILLIAM MEYERS" if congress == 92 & id == 1952 replace namelong = "CLAY, WILLIAM" if congress == 92 & id == 12009 replace namelong = "SYMINGTON, JAMES W." if congress == 92 & id == 12031 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 92 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 92 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 92 & id == 835 replace namelong = "HULL, WILLIAM RALEIGH JR." if congress == 92 & id == 4724 replace namelong = "HALL, DURWARD G." if congress == 92 & id == 10523 replace namelong = "ICHORD, RICHARD H." if congress == 92 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 92 & id == 10740 replace namelong = "BURLISON, BILL D." if congress == 92 & id == 12004 replace namelong = "SHOUP, RICHARD" if congress == 92 & id == 13041 replace namelong = "MELCHER, JOHN" if congress == 92 & id == 12039 replace namelong = "THONE, CHARLES" if congress == 92 & id == 13045 replace namelong = "MCCOLLISTER, JOHN" if congress == 92 & id == 13025 replace namelong = "MARTIN, DAVID T." if congress == 92 & id == 10534 replace namelong = "BARING, WALTER STEPHAN" if congress == 92 & id == 433 replace namelong = "WYMAN, LOUIS C." if congress == 92 & id == 10639 replace namelong = "CLEVELAND, JAMES C." if congress == 92 & id == 10581 replace namelong = "HUNT, JOHN E." if congress == 92 & id == 11022 replace namelong = "SANDMAN, CHAS. W., JR." if congress == 92 & id == 11046 replace namelong = "HOWARD, JAMES J." if congress == 92 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 92 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 92 & id == 3364 replace namelong = "FORSYTHE, EDWIN B." if congress == 92 & id == 12046 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 92 & id == 10091 replace namelong = "ROE, ROBERT A." if congress == 92 & id == 12042 replace namelong = "HELSTOSKI, HENRY" if congress == 92 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 92 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 92 & id == 10609 replace namelong = "DWYER, FLORENCE PRICE" if congress == 92 & id == 2804 replace namelong = "GALLAGHER, CORNELIUS EDWA" if congress == 92 & id == 3433 replace namelong = "DANIELS, DOMINICK V." if congress == 92 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 92 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 92 & id == 12022 replace namelong = "RUNNELS, HAROLD" if congress == 92 & id == 13038 replace namelong = "PIKE, OTIS G." if congress == 92 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 92 & id == 10592 replace namelong = "WOLFF, LESTER L." if congress == 92 & id == 10784 replace namelong = "WYDLER, JOHN W." if congress == 92 & id == 10638 replace namelong = "LENT, NORMAN" if congress == 92 & id == 13021 replace namelong = "HALPERN, SEYMOUR" if congress == 92 & id == 3967 replace namelong = "ADDABBO, JOSEPH P." if congress == 92 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 92 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 92 & id == 2476 replace namelong = "CELLER, EMANUEL" if congress == 92 & id == 1611 replace namelong = "BRASCO, FRANK J." if congress == 92 & id == 11004 replace namelong = "CHISHOLM, SHIRLEY" if congress == 92 & id == 12008 replace namelong = "PODELL, BERTRAM" if congress == 92 & id == 11064 replace namelong = "ROONEY, JOHN JAMES" if congress == 92 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 92 & id == 10508 replace namelong = "MURPHY, JOHN M." if congress == 92 & id == 10611 replace namelong = "KOCH, EDWARD I." if congress == 92 & id == 12019 replace namelong = "RANGEL, CHARLES" if congress == 92 & id == 13035 replace namelong = "ABZUG, BELLA" if congress == 92 & id == 13001 replace namelong = "RYAN, WILLIAM F." if congress == 92 & id == 10555 replace namelong = "BADILLO, HERMAN" if congress == 92 & id == 13004 replace namelong = "SCHEUER, JAMES H." if congress == 92 & id == 10768 replace namelong = "BINGHAM, JONATHAN B." if congress == 92 & id == 10705 replace namelong = "BIAGGI, MARIO" if congress == 92 & id == 12003 replace namelong = "PEYSER, PETER" if congress == 92 & id == 93033 replace namelong = "REID, OGDEN R." if congress == 92 & id == 10618 replace namelong = "DOW, JOHN G." if congress == 92 & id == 10718 replace namelong = "FISH, HAMILTON, JR." if congress == 92 & id == 12013 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 92 & id == 9017 replace namelong = "KING, CARLETON J." if congress == 92 & id == 10530 replace namelong = "MCEWEN, ROBERT C." if congress == 92 & id == 10749 replace namelong = "PIRNIE, ALEXANDER" if congress == 92 & id == 7467 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 92 & id == 7995 replace namelong = "TERRY, JOHN" if congress == 92 & id == 13044 replace namelong = "HANLEY, JAMES M." if congress == 92 & id == 10733 replace namelong = "HORTON, FRANK J." if congress == 92 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 92 & id == 10712 replace namelong = "HASTINGS, JAMES F." if congress == 92 & id == 12017 replace namelong = "KEMP, JACK" if congress == 92 & id == 13020 replace namelong = "SMITH, HENRY P., III" if congress == 92 & id == 10771 replace namelong = "DULSKI, THADDEUS J." if congress == 92 & id == 2752 replace namelong = "JONES, WALTER" if congress == 92 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 92 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 92 & id == 10527 replace namelong = "GALIFIANAKIS, NICK" if congress == 92 & id == 11017 replace namelong = "MIZELL, WILMER D." if congress == 92 & id == 12026 replace namelong = "PREYER, L. RICHARDSON" if congress == 92 & id == 12027 replace namelong = "LENNON, ALTON ASA" if congress == 92 & id == 5606 replace namelong = "RUTH, EARL B." if congress == 92 & id == 12028 replace namelong = "JONAS, CHARLES RAPER" if congress == 92 & id == 5019 replace namelong = "BROYHILL, JAMES T." if congress == 92 & id == 10574 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 92 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 92 & id == 10569 replace namelong = "LINK, ARTHUR S." if congress == 92 & id == 13022 replace namelong = "KEATING, WILLIAM" if congress == 92 & id == 13019 replace namelong = "CLANCY, DONALD D." if congress == 92 & id == 10510 replace namelong = "WHALEN, CHARLES W., JR." if congress == 92 & id == 11054 replace namelong = "MCCULLOCH, WILLIAM MOORE" if congress == 92 & id == 6204 replace namelong = "LATTA, DELBERT LEROY" if congress == 92 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 92 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 92 & id == 10786 replace namelong = "BETTS, JACKSON EDWARD" if congress == 92 & id == 680 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 92 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 92 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 92 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 92 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 92 & id == 10539 replace namelong = "SEIBERLING, JOHN" if congress == 92 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 92 & id == 11058 replace namelong = "BOW, FRANK TOWNSEND" if congress == 92 & id == 891 replace namelong = "ASHBROOK, JOHN M." if congress == 92 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 92 & id == 4247 replace namelong = "CARNEY, CHARLES" if congress == 92 & id == 12044 replace namelong = "STANTON, JAMES V." if congress == 92 & id == 13043 replace namelong = "STOKES, LOUIS" if congress == 92 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 92 & id == 9623 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 92 & id == 6548 replace namelong = "POWELL, WALTER" if congress == 92 & id == 13034 replace namelong = "BELCHER, PAGE HENRY" if congress == 92 & id == 590 replace namelong = "EDMONDSON, EDMOND AUGUSTU" if congress == 92 & id == 2854 replace namelong = "ALBERT, CARL" if congress == 92 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 92 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 92 & id == 4891 replace namelong = "CAMP, JOHN N. HAPPY" if congress == 92 & id == 12006 replace namelong = "WYATT, WENDELL" if congress == 92 & id == 10785 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 92 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 92 & id == 3775 replace namelong = "DELLENBACK, JOHN R." if congress == 92 & id == 11011 replace namelong = "BARRETT, WILLIAM A." if congress == 92 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 92 & id == 6936 replace namelong = "BYRNE, JAMES ALOYSIUS" if congress == 92 & id == 1368 replace namelong = "EILBERG, JOSHUA" if congress == 92 & id == 11014 replace namelong = "GREEN, WILLIAM J., III" if congress == 92 & id == 10591 replace namelong = "YATRON, GUS" if congress == 92 & id == 12035 replace namelong = "WILLIAMS, LAWRENCE G." if congress == 92 & id == 11056 replace namelong = "BIESTER, EDWARD G." if congress == 92 & id == 11001 replace namelong = "WARE, JOHN III" if congress == 92 & id == 12048 replace namelong = "MCDADE, JOSEPH M." if congress == 92 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 92 & id == 3224 replace namelong = "WHALLEY, JOHN IRVING" if congress == 92 & id == 9975 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 92 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 92 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 92 & id == 10620 replace namelong = "ESHLEMAN, EDWIN D." if congress == 92 & id == 11016 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 92 & id == 8268 replace namelong = "CORBETT, ROBERT JAMES" if congress == 92 & id == 2065 replace namelong = "HEINZ, H. JOHN" if congress == 92 & id == 13050 replace namelong = "GOODLING, GEORGE A." if congress == 92 & id == 10521 replace namelong = "GAYDOS, JOSEPH M." if congress == 92 & id == 11067 replace namelong = "DENT, JOHN HERMAN" if congress == 92 & id == 2513 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 92 & id == 8247 replace namelong = "JOHNSON, ALBERT W." if congress == 92 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 92 & id == 10778 replace namelong = "CLARK, FRANK MONROE" if congress == 92 & id == 1763 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 92 & id == 6685 replace namelong = "FULTON, JAMES GROVE" if congress == 92 & id == 3409 replace namelong = "CONOVER, WILLIAM" if congress == 92 & id == 13057 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 92 & id == 10561 replace namelong = "TIERNAN, ROBERT O." if congress == 92 & id == 11061 replace namelong = "DAVIS, MENDEL" if congress == 92 & id == 13048 replace namelong = "RIVERS, LUCIUS MENDEL" if congress == 92 & id == 7925 replace namelong = "SPENCE, FLOYD" if congress == 92 & id == 13042 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 92 & id == 2672 replace namelong = "MANN, JAMES R." if congress == 92 & id == 12023 replace namelong = "GETTYS, THOMAS S." if congress == 92 & id == 10728 replace namelong = "MCMILLAN, JOHN LANNEAU" if congress == 92 & id == 6353 replace namelong = "DENHOLM, FRANK" if congress == 92 & id == 13012 replace namelong = "ABOUREZK, JAMES" if congress == 92 & id == 13000 replace namelong = "QUILLEN, JAMES H." if congress == 92 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 92 & id == 10719 replace namelong = "BAKER, LAMAR" if congress == 92 & id == 13005 replace namelong = "EVINS, JOSEPH LANDON" if congress == 92 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 92 & id == 10586 replace namelong = "ANDERSON, WILLIAM R." if congress == 92 & id == 10701 replace namelong = "BLANTON, RAY" if congress == 92 & id == 11003 replace namelong = "JONES, EDWARD" if congress == 92 & id == 12038 replace namelong = "KUYKENDALL, DAN" if congress == 92 & id == 11025 replace namelong = "PATMAN, WRIGHT" if congress == 92 & id == 7232 replace namelong = "DOWDY, JOHN VERNARD" if congress == 92 & id == 2700 replace namelong = "COLLINS, JAMES M." if congress == 92 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 92 & id == 10550 replace namelong = "CABELL, EARLE" if congress == 92 & id == 10707 replace namelong = "TEAGUE, OLIN EARL" if congress == 92 & id == 9241 replace namelong = "ARCHER, W.R." if congress == 92 & id == 13002 replace namelong = "ECKHARDT, BOB" if congress == 92 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 92 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 92 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 92 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 92 & id == 10391 replace namelong = "PURCELL, GRAHAM" if congress == 92 & id == 10546 replace namelong = "YOUNG, JOHN ANDREW" if congress == 92 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 92 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 92 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 92 & id == 1282 replace namelong = "PRICE, ROBERT" if congress == 92 & id == 11062 replace namelong = "MAHON, GEORGE HERMAN" if congress == 92 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 92 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 92 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 92 & id == 1577 replace namelong = "KAZEN, ABRAHAM J." if congress == 92 & id == 11023 replace namelong = "MCKAY, K. GUNN" if congress == 92 & id == 13027 replace namelong = "LLOYD, SHERMAN P." if congress == 92 & id == 10600 replace namelong = "STAFFORD, ROBERT T." if congress == 92 & id == 10562 replace namelong = "MALLARY, RICHARD W." if congress == 92 & id == 13052 replace namelong = "DOWNING, THOMAS NELMS" if congress == 92 & id == 2706 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 92 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 92 & id == 10767 replace namelong = "ABBITT, WATKINS MOORMAN" if congress == 92 & id == 2 replace namelong = "DANIEL, W. C." if congress == 92 & id == 12011 replace namelong = "POFF, RICHARD HARDING" if congress == 92 & id == 7500 replace namelong = "ROBINSON, J.K." if congress == 92 & id == 13036 replace namelong = "SCOTT, WILLIAM L." if congress == 92 & id == 11048 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 92 & id == 9802 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 92 & id == 1154 replace namelong = "PELLY, THOMAS MINOR" if congress == 92 & id == 7313 replace namelong = "MEEDS, LLOYD" if congress == 92 & id == 10756 replace namelong = "HANSEN, JULIA BUTLER" if congress == 92 & id == 4043 replace namelong = "MCCORMACK, MIKE" if congress == 92 & id == 13026 replace namelong = "FOLEY, THOMAS S." if congress == 92 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 92 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 92 & id == 10700 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 92 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 92 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 92 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 92 & id == 4276 replace namelong = "KEE, JAMES" if congress == 92 & id == 10744 replace namelong = "ASPIN, LES" if congress == 92 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 92 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 92 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 92 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 92 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 92 & id == 11051 replace namelong = "OBEY, DAVID R." if congress == 92 & id == 12036 replace namelong = "BYRNES, JOHN WILLIAM" if congress == 92 & id == 1371 replace namelong = "DAVIS, GLENN ROBERT" if congress == 92 & id == 2383 replace namelong = "O'KONSKI, ALVIN E." if congress == 92 & id == 7046 replace namelong = "RONCALIO, TENO" if congress == 92 & id == 10766 replace namelong = "RICHARD M." if congress == 93 & id == 99904 replace namelong = "FORD, GERALD" if congress == 93 & id == 99905 replace namelong = "EDWARDS, JACK" if congress == 93 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 93 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 93 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 93 & id == 11000 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 93 & id == 5058 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 93 & id == 10706 replace namelong = "FLOWERS, WALTER W." if congress == 93 & id == 12014 replace namelong = "YOUNG, DONALD" if congress == 93 & id == 14066 replace namelong = "RHODES, JOHN JACOB" if congress == 93 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 93 & id == 10566 replace namelong = "STEIGER, SAM" if congress == 93 & id == 11050 replace namelong = "CONLAN, JOHN B." if congress == 93 & id == 14011 replace namelong = "ALEXANDER, WILLIAM V." if congress == 93 & id == 12000 replace namelong = "MILLS, WILBUR DAIGH" if congress == 93 & id == 6532 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 93 & id == 11020 replace namelong = "THORNTON, RAYMOND" if congress == 93 & id == 14058 replace namelong = "CLAUSEN, DON H." if congress == 93 & id == 10579 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 93 & id == 4957 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 93 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 93 & id == 10599 replace namelong = "BURTON, PHILIP" if congress == 93 & id == 10577 replace namelong = "MAILLIARD, WILLIAM SOMERS" if congress == 93 & id == 5929 replace namelong = "BURTON, JOHN" if congress == 93 & id == 14076 replace namelong = "DELLUMS, RONALD V." if congress == 93 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 93 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 93 & id == 10583 replace namelong = "GUBSER, CHARLES SAMUEL" if congress == 93 & id == 3867 replace namelong = "RYAN, LEO" if congress == 93 & id == 14049 replace namelong = "TALCOTT, BURT L." if congress == 93 & id == 10631 replace namelong = "TEAGUE, CHARLES MCKEVETT" if congress == 93 & id == 9240 replace namelong = "LAGOMARSINO, ROBERT" if congress == 93 & id == 14071 replace namelong = "WALDIE, JEROME" if congress == 93 & id == 10793 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 93 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 93 & id == 8549 replace namelong = "MCCLOSKEY, PAUL" if congress == 93 & id == 11063 replace namelong = "MATHIAS, ROBERT B." if congress == 93 & id == 11031 replace namelong = "HOLIFIELD, CHET" if congress == 93 & id == 4514 replace namelong = "MOORHEAD, CARLOS" if congress == 93 & id == 14040 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 93 & id == 10595 replace namelong = "CORMAN, JAMES C." if congress == 93 & id == 10511 replace namelong = "CLAWSON, DEL" if congress == 93 & id == 10580 replace namelong = "ROUSSELOT, JOHN H." if congress == 93 & id == 10553 replace namelong = "WIGGINS, CHARLES E." if congress == 93 & id == 11055 replace namelong = "REES, THOMAS" if congress == 93 & id == 10790 replace namelong = "GOLDWATER, BARRY, JR." if congress == 93 & id == 12037 replace namelong = "BELL, ALPHONZO" if congress == 93 & id == 10505 replace namelong = "DANIELSON, GEORGE" if congress == 93 & id == 13010 replace namelong = "ROYBAL, EDWARD R." if congress == 93 & id == 10621 replace namelong = "WILSON, CHARLES H." if congress == 93 & id == 10640 replace namelong = "HOSMER, CRAIG" if congress == 93 & id == 4592 replace namelong = "PETTIS, JERRY L." if congress == 93 & id == 11038 replace namelong = "HANNA, RICHARD T." if congress == 93 & id == 10594 replace namelong = "ANDERSON, GLENN M." if congress == 93 & id == 12001 replace namelong = "KETCHUM, WILLIAM M." if congress == 93 & id == 14028 replace namelong = "BURKE, YVONNE B." if congress == 93 & id == 14008 replace namelong = "BROWN, GEORGE E., JR." if congress == 93 & id == 10573 replace namelong = "HINSHAW, ANDREW" if congress == 93 & id == 14020 replace namelong = "WILSON, ROBERT CARLETON" if congress == 93 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 93 & id == 10633 replace namelong = "BURGENER, CLAIR" if congress == 93 & id == 14007 replace namelong = "VEYSEY, VICTOR" if congress == 93 & id == 13046 replace namelong = "SCHROEDER, PATRICIA" if congress == 93 & id == 14051 replace namelong = "BROTZMAN, DONALD G." if congress == 93 & id == 10572 replace namelong = "EVANS, FRANK E." if congress == 93 & id == 10723 replace namelong = "JOHNSON, JAMES" if congress == 93 & id == 14025 replace namelong = "ARMSTRONG, WILLIAM" if congress == 93 & id == 14002 replace namelong = "COTTER, WILLIAM" if congress == 93 & id == 13009 replace namelong = "STEELE, ROBERT" if congress == 93 & id == 12047 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 93 & id == 3553 replace namelong = "MCKINNEY, STEWART" if congress == 93 & id == 13029 replace namelong = "SARASIN, RONALD" if congress == 93 & id == 14050 replace namelong = "GRASSO, ELLA" if congress == 93 & id == 13016 replace namelong = "DU PONT, PIERRE S." if congress == 93 & id == 13014 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 93 & id == 8507 replace namelong = "FUQUA, DON" if congress == 93 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 93 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 93 & id == 12007 replace namelong = "GUNTER, WILLIAM D." if congress == 93 & id == 14017 replace namelong = "YOUNG, C.W." if congress == 93 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 93 & id == 10588 replace namelong = "HALEY, JAMES ANDREW" if congress == 93 & id == 3929 replace namelong = "FREY, LOUIS, JR." if congress == 93 & id == 12015 replace namelong = "BAFALIS, L. A. (SKIP)" if congress == 93 & id == 14003 replace namelong = "ROGERS, PAUL GRANT" if congress == 93 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 93 & id == 11007 replace namelong = "LEHMAN, WILLIAM" if congress == 93 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 93 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 93 & id == 3078 replace namelong = "GINN, BO" if congress == 93 & id == 14016 replace namelong = "MATHIS, DAWSON" if congress == 93 & id == 13023 replace namelong = "BRINKLEY, JACK" if congress == 93 & id == 11005 replace namelong = "BLACKBURN, BEN" if congress == 93 & id == 11002 replace namelong = "YOUNG, ANDREW" if congress == 93 & id == 14063 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 93 & id == 3242 replace namelong = "DAVIS, JOHN W." if congress == 93 & id == 10512 replace namelong = "STUCKEY, W. S., JR." if congress == 93 & id == 11052 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 93 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 93 & id == 10563 replace namelong = "MATSUNAGA, SPARK M." if congress == 93 & id == 10605 replace namelong = "MINK, PATSY T." if congress == 93 & id == 10757 replace namelong = "SYMMS, STEVEN" if congress == 93 & id == 14056 replace namelong = "HANSEN, ORVAL H." if congress == 93 & id == 12016 replace namelong = "METCALF, RALPH" if congress == 93 & id == 13030 replace namelong = "MURPHY, MORGAN" if congress == 93 & id == 13032 replace namelong = "HANRAHAN, ROBERT" if congress == 93 & id == 14019 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 93 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 93 & id == 5326 replace namelong = "COLLIER, HAROLD REGINALD" if congress == 93 & id == 1941 replace namelong = "COLLINS, CARDISS" if congress == 93 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 93 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 93 & id == 10421 replace namelong = "YOUNG, SAMUEL" if congress == 93 & id == 14064 replace namelong = "ANNUNZIO, FRANK" if congress == 93 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 93 & id == 12041 replace namelong = "MCCLORY, ROBERT" if congress == 93 & id == 10606 replace namelong = "ERLENBORN, JOHN N." if congress == 93 & id == 10722 replace namelong = "ARENDS, LESLIE CORNELIUS" if congress == 93 & id == 226 replace namelong = "ANDERSON, JOHN B." if congress == 93 & id == 10501 replace namelong = "O BRIEN, GEORGE" if congress == 93 & id == 14041 replace namelong = "MICHEL, ROBERT HENRY" if congress == 93 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 93 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 93 & id == 10517 replace namelong = "MADIGAN, EDWARD" if congress == 93 & id == 14033 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 93 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 93 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 93 & id == 3769 replace namelong = "MADDEN, RAY JOHN" if congress == 93 & id == 5900 replace namelong = "LANDGREBE, EARL F." if congress == 93 & id == 12020 replace namelong = "BRADEMAS, JOHN" if congress == 93 & id == 948 replace namelong = "ROUSH, JOHN EDWARD" if congress == 93 & id == 8084 replace namelong = "HILLIS, ELWOOD" if congress == 93 & id == 13018 replace namelong = "BRAY, WILLIAM GILMER" if congress == 93 & id == 986 replace namelong = "MYERS, JOHN T." if congress == 93 & id == 11036 replace namelong = "ZION, ROGER H." if congress == 93 & id == 11059 replace namelong = "HAMILTON, LEE H." if congress == 93 & id == 10732 replace namelong = "DENNIS, DAVID W." if congress == 93 & id == 12012 replace namelong = "HUDNUT, WILLIAM" if congress == 93 & id == 14024 replace namelong = "MEZVINSKY, EDWARD" if congress == 93 & id == 14036 replace namelong = "CULVER, JOHN C." if congress == 93 & id == 10715 replace namelong = "GROSS, HAROLD ROYCE" if congress == 93 & id == 3853 replace namelong = "SMITH, NEAL EDWARD" if congress == 93 & id == 8672 replace namelong = "SCHERLE, WILLIAM J." if congress == 93 & id == 11047 replace namelong = "MAYNE, WILEY" if congress == 93 & id == 11032 replace namelong = "SEBELIUS, KEITH G." if congress == 93 & id == 12029 replace namelong = "ROY, WILLIAM" if congress == 93 & id == 13037 replace namelong = "WINN, LARRY, JR." if congress == 93 & id == 11057 replace namelong = "SHRIVER, GARNER E." if congress == 93 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 93 & id == 10625 replace namelong = "STUBBLEFIELD, FRANK ALBER" if congress == 93 & id == 9056 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 93 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 93 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 93 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 93 & id == 10710 replace namelong = "BRECKINRIDGE, JOHN" if congress == 93 & id == 14006 replace namelong = "PERKINS, CARL DEWEY" if congress == 93 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 93 & id == 4275 replace namelong = "BOGGS, CORINNE" if congress == 93 & id == 14067 replace namelong = "TREEN, DAVID" if congress == 93 & id == 14060 replace namelong = "WAGGONER, JOE D., JR." if congress == 93 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 93 & id == 7228 replace namelong = "RARICK, JOHN R." if congress == 93 & id == 11042 replace namelong = "BREAUX, JOHN B." if congress == 93 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 93 & id == 10602 replace namelong = "KYROS, PETER N." if congress == 93 & id == 11027 replace namelong = "COHEN, WILLIAM" if congress == 93 & id == 14010 replace namelong = "MILLS, WILLIAM" if congress == 93 & id == 13049 replace namelong = "BAUMAN, ROBERT" if congress == 93 & id == 14069 replace namelong = "LONG, CLARENCE D." if congress == 93 & id == 10601 replace namelong = "SARBANES, PAUL" if congress == 93 & id == 13039 replace namelong = "HOLT, MARJORIE" if congress == 93 & id == 14021 replace namelong = "HOGAN, LAWRENCE J." if congress == 93 & id == 12018 replace namelong = "BYRON, GOODLOE" if congress == 93 & id == 13008 replace namelong = "MITCHELL, PARREN" if congress == 93 & id == 13031 replace namelong = "GUDE, GILBERT" if congress == 93 & id == 11019 replace namelong = "CONTE, SILVIO OTTO" if congress == 93 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 93 & id == 830 replace namelong = "DONOHUE, HAROLD DANIEL" if congress == 93 & id == 2660 replace namelong = "DRINAN, ROBERT" if congress == 93 & id == 13013 replace namelong = "CRONIN, PAUL W." if congress == 93 & id == 14012 replace namelong = "HARRINGTON, MICHAEL" if congress == 93 & id == 12040 replace namelong = "MACDONALD, TORBERT HART" if congress == 93 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 93 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 93 & id == 14039 replace namelong = "HECKLER, MARGARET M." if congress == 93 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 93 & id == 1265 replace namelong = "STUDDS, GERRY" if congress == 93 & id == 14055 replace namelong = "CONYERS, JOHN, JR." if congress == 93 & id == 10713 replace namelong = "ESCH, MARVIN L." if congress == 93 & id == 11015 replace namelong = "BROWN, GARY E." if congress == 93 & id == 11006 replace namelong = "HUTCHINSON, EDWARD" if congress == 93 & id == 10597 replace namelong = "FORD, GERALD R. JR." if congress == 93 & id == 3268 replace namelong = "VANDER VEEN, RICHARD" if congress == 93 & id == 14074 replace namelong = "CHAMBERLAIN, CHARLES ERNE" if congress == 93 & id == 1620 replace namelong = "RIEGLE, DONALD W., JR." if congress == 93 & id == 91043 replace namelong = "HARVEY, JAMES" if congress == 93 & id == 10526 replace namelong = "TRAXLER, BOB" if congress == 93 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 93 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 93 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 93 & id == 11045 replace namelong = "O'HARA, JAMES G." if congress == 93 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 93 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 93 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 93 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 93 & id == 2605 replace namelong = "GRIFFITHS, MARTHA WRIGHT" if congress == 93 & id == 3830 replace namelong = "HUBER, ROBERT" if congress == 93 & id == 14023 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 93 & id == 1087 replace namelong = "QUIE, ALBERT HAROLD" if congress == 93 & id == 7671 replace namelong = "NELSEN, ANCHER" if congress == 93 & id == 6860 replace namelong = "FRENZEL, WILLIAM" if congress == 93 & id == 13015 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 93 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 93 & id == 10585 replace namelong = "ZWACH, JOHN M." if congress == 93 & id == 11060 replace namelong = "BERGLAND, ROBERT" if congress == 93 & id == 13007 replace namelong = "BLATNIK, JOHN ANTON" if congress == 93 & id == 789 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 93 & id == 10075 replace namelong = "BOWEN, DAVID" if congress == 93 & id == 14005 replace namelong = "MONTGOMERY, G. V." if congress == 93 & id == 11035 replace namelong = "COCHRAN, THAD" if congress == 93 & id == 14009 replace namelong = "LOTT, TRENT" if congress == 93 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 93 & id == 12009 replace namelong = "SYMINGTON, JAMES W." if congress == 93 & id == 12031 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 93 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 93 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 93 & id == 835 replace namelong = "LITTON, JERRY" if congress == 93 & id == 14030 replace namelong = "TAYLOR, ROY" if congress == 93 & id == 14057 replace namelong = "ICHORD, RICHARD H." if congress == 93 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 93 & id == 10740 replace namelong = "BURLISON, BILL D." if congress == 93 & id == 12004 replace namelong = "SHOUP, RICHARD" if congress == 93 & id == 13041 replace namelong = "MELCHER, JOHN" if congress == 93 & id == 12039 replace namelong = "THONE, CHARLES" if congress == 93 & id == 13045 replace namelong = "MCCOLLISTER, JOHN" if congress == 93 & id == 13025 replace namelong = "MARTIN, DAVID T." if congress == 93 & id == 10534 replace namelong = "TOWELL, DAVID" if congress == 93 & id == 14059 replace namelong = "WYMAN, LOUIS C." if congress == 93 & id == 10639 replace namelong = "CLEVELAND, JAMES C." if congress == 93 & id == 10581 replace namelong = "HUNT, JOHN E." if congress == 93 & id == 11022 replace namelong = "SANDMAN, CHAS. W., JR." if congress == 93 & id == 11046 replace namelong = "HOWARD, JAMES J." if congress == 93 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 93 & id == 9322 replace namelong = "FRELINGHUYSEN, PETER H. B" if congress == 93 & id == 3364 replace namelong = "FORSYTHE, EDWIN B." if congress == 93 & id == 12046 replace namelong = "WIDNALL, WILLIAM BECK" if congress == 93 & id == 10091 replace namelong = "ROE, ROBERT A." if congress == 93 & id == 12042 replace namelong = "HELSTOSKI, HENRY" if congress == 93 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 93 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 93 & id == 10609 replace namelong = "RINALDO, MATTHEW" if congress == 93 & id == 14046 replace namelong = "MARAZITI, JOSEPH" if congress == 93 & id == 14034 replace namelong = "DANIELS, DOMINICK V." if congress == 93 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 93 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 93 & id == 12022 replace namelong = "RUNNELS, HAROLD" if congress == 93 & id == 13038 replace namelong = "PIKE, OTIS G." if congress == 93 & id == 10545 replace namelong = "GROVER, JAMES R., JR." if congress == 93 & id == 10592 replace namelong = "RONCALLO, ANGELO" if congress == 93 & id == 14047 replace namelong = "LENT, NORMAN" if congress == 93 & id == 13021 replace namelong = "WYDLER, JOHN W." if congress == 93 & id == 10638 replace namelong = "WOLFF, LESTER L." if congress == 93 & id == 10784 replace namelong = "ADDABBO, JOSEPH P." if congress == 93 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 93 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 93 & id == 2476 replace namelong = "BIAGGI, MARIO" if congress == 93 & id == 12003 replace namelong = "BRASCO, FRANK J." if congress == 93 & id == 11004 replace namelong = "CHISHOLM, SHIRLEY" if congress == 93 & id == 12008 replace namelong = "PODELL, BERTRAM" if congress == 93 & id == 11064 replace namelong = "ROONEY, JOHN JAMES" if congress == 93 & id == 8049 replace namelong = "CAREY, HUGH L." if congress == 93 & id == 10508 replace namelong = "HOLTZMAN, ELIZABETH" if congress == 93 & id == 14022 replace namelong = "MURPHY, JOHN M." if congress == 93 & id == 10611 replace namelong = "KOCH, EDWARD I." if congress == 93 & id == 12019 replace namelong = "RANGEL, CHARLES" if congress == 93 & id == 13035 replace namelong = "ABZUG, BELLA" if congress == 93 & id == 13001 replace namelong = "BADILLO, HERMAN" if congress == 93 & id == 13004 replace namelong = "BINGHAM, JONATHAN B." if congress == 93 & id == 10705 replace namelong = "PEYSER, PETER" if congress == 93 & id == 93033 replace namelong = "REID, OGDEN R." if congress == 93 & id == 90618 replace namelong = "FISH, HAMILTON, JR." if congress == 93 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 93 & id == 14015 replace namelong = "ROBISON, HOWARD WINFIELD" if congress == 93 & id == 7995 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 93 & id == 9017 replace namelong = "KING, CARLETON J." if congress == 93 & id == 10530 replace namelong = "MCEWEN, ROBERT C." if congress == 93 & id == 10749 replace namelong = "MITCHELL, DONALD" if congress == 93 & id == 14038 replace namelong = "HANLEY, JAMES M." if congress == 93 & id == 10733 replace namelong = "WALSH, WILLIAM" if congress == 93 & id == 14061 replace namelong = "HORTON, FRANK J." if congress == 93 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 93 & id == 10712 replace namelong = "SMITH, HENRY P., III" if congress == 93 & id == 10771 replace namelong = "DULSKI, THADDEUS J." if congress == 93 & id == 2752 replace namelong = "KEMP, JACK" if congress == 93 & id == 13020 replace namelong = "HASTINGS, JAMES F." if congress == 93 & id == 12017 replace namelong = "JONES, WALTER" if congress == 93 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 93 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 93 & id == 10527 replace namelong = "ANDREWS, IKE" if congress == 93 & id == 14001 replace namelong = "MIZELL, WILMER D." if congress == 93 & id == 12026 replace namelong = "PREYER, L. RICHARDSON" if congress == 93 & id == 12027 replace namelong = "ROSE, CHARLES" if congress == 93 & id == 14048 replace namelong = "RUTH, EARL B." if congress == 93 & id == 12028 replace namelong = "MARTIN, JAMES" if congress == 93 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 93 & id == 10574 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 93 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 93 & id == 10569 replace namelong = "KEATING, WILLIAM" if congress == 93 & id == 13019 replace namelong = "LUKEN, THOMAS A." if congress == 93 & id == 14070 replace namelong = "CLANCY, DONALD D." if congress == 93 & id == 10510 replace namelong = "WHALEN, CHARLES W., JR." if congress == 93 & id == 11054 replace namelong = "GUYER, TENNYSON" if congress == 93 & id == 14018 replace namelong = "LATTA, DELBERT LEROY" if congress == 93 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 93 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 93 & id == 10786 replace namelong = "POWELL, WALTER" if congress == 93 & id == 13034 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 93 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 93 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 93 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 93 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 93 & id == 10539 replace namelong = "SEIBERLING, JOHN" if congress == 93 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 93 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 93 & id == 14045 replace namelong = "ASHBROOK, JOHN M." if congress == 93 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 93 & id == 4247 replace namelong = "CARNEY, CHARLES" if congress == 93 & id == 12044 replace namelong = "STANTON, JAMES V." if congress == 93 & id == 13043 replace namelong = "STOKES, LOUIS" if congress == 93 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 93 & id == 9623 replace namelong = "MINSHALL, WILLIAM EDWIN J" if congress == 93 & id == 6548 replace namelong = "JONES, JAMES R." if congress == 93 & id == 14026 replace namelong = "MCSPADDEN, CLEM ROGERS" if congress == 93 & id == 14032 replace namelong = "ALBERT, CARL" if congress == 93 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 93 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 93 & id == 4891 replace namelong = "CAMP, JOHN N. HAPPY" if congress == 93 & id == 12006 replace namelong = "WYATT, WENDELL" if congress == 93 & id == 10785 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 93 & id == 9551 replace namelong = "GREEN, EDITH" if congress == 93 & id == 3775 replace namelong = "DELLENBACK, JOHN R." if congress == 93 & id == 11011 replace namelong = "BARRETT, WILLIAM A." if congress == 93 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 93 & id == 6936 replace namelong = "GREEN, WILLIAM J., III" if congress == 93 & id == 10591 replace namelong = "EILBERG, JOSHUA" if congress == 93 & id == 11014 replace namelong = "WARE, JOHN III" if congress == 93 & id == 12048 replace namelong = "YATRON, GUS" if congress == 93 & id == 12035 replace namelong = "WILLIAMS, LAWRENCE G." if congress == 93 & id == 11056 replace namelong = "BIESTER, EDWARD G." if congress == 93 & id == 11001 replace namelong = "SHUSTER, E.G." if congress == 93 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 93 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 93 & id == 3224 replace namelong = "SAYLOR, JOHN PHILLIPS" if congress == 93 & id == 8247 replace namelong = "MURTHA, JOHN" if congress == 93 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 93 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 93 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 93 & id == 10620 replace namelong = "ESHLEMAN, EDWIN D." if congress == 93 & id == 11016 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 93 & id == 8268 replace namelong = "HEINZ, H. JOHN" if congress == 93 & id == 13050 replace namelong = "GOODLING, GEORGE A." if congress == 93 & id == 10521 replace namelong = "GAYDOS, JOSEPH M." if congress == 93 & id == 11067 replace namelong = "DENT, JOHN HERMAN" if congress == 93 & id == 2513 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 93 & id == 6685 replace namelong = "JOHNSON, ALBERT W." if congress == 93 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 93 & id == 10778 replace namelong = "CLARK, FRANK MONROE" if congress == 93 & id == 1763 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 93 & id == 10561 replace namelong = "TIERNAN, ROBERT O." if congress == 93 & id == 11061 replace namelong = "DAVIS, MENDEL" if congress == 93 & id == 13048 replace namelong = "SPENCE, FLOYD" if congress == 93 & id == 13042 replace namelong = "DORN, WILLIAM JENNINGS BR" if congress == 93 & id == 2672 replace namelong = "MANN, JAMES R." if congress == 93 & id == 12023 replace namelong = "GETTYS, THOMAS S." if congress == 93 & id == 10728 replace namelong = "YOUNG, EDWARD" if congress == 93 & id == 14065 replace namelong = "DENHOLM, FRANK" if congress == 93 & id == 13012 replace namelong = "ABDNOR, JAMES" if congress == 93 & id == 14000 replace namelong = "QUILLEN, JAMES H." if congress == 93 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 93 & id == 10719 replace namelong = "BAKER, LAMAR" if congress == 93 & id == 13005 replace namelong = "EVINS, JOSEPH LANDON" if congress == 93 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 93 & id == 10586 replace namelong = "BEARD, ROBIN" if congress == 93 & id == 14004 replace namelong = "JONES, EDWARD" if congress == 93 & id == 12038 replace namelong = "KUYKENDALL, DAN" if congress == 93 & id == 11025 replace namelong = "PATMAN, WRIGHT" if congress == 93 & id == 7232 replace namelong = "WILSON, CHARLES" if congress == 93 & id == 14062 replace namelong = "COLLINS, JAMES M." if congress == 93 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 93 & id == 10550 replace namelong = "STEELMAN, ALAN" if congress == 93 & id == 14054 replace namelong = "TEAGUE, OLIN EARL" if congress == 93 & id == 9241 replace namelong = "ARCHER, W.R." if congress == 93 & id == 13002 replace namelong = "ECKHARDT, BOB" if congress == 93 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 93 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 93 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 93 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 93 & id == 10391 replace namelong = "PRICE, ROBERT" if congress == 93 & id == 11062 replace namelong = "YOUNG, JOHN ANDREW" if congress == 93 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 93 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 93 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 93 & id == 1282 replace namelong = "JORDAN, BARBARA" if congress == 93 & id == 14027 replace namelong = "MAHON, GEORGE HERMAN" if congress == 93 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 93 & id == 10520 replace namelong = "FISHER, OVIE CLARK" if congress == 93 & id == 3171 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 93 & id == 1577 replace namelong = "KAZEN, ABRAHAM J." if congress == 93 & id == 11023 replace namelong = "MILFORD, DALE" if congress == 93 & id == 14037 replace namelong = "MCKAY, K. GUNN" if congress == 93 & id == 13027 replace namelong = "OWENS, WAYNE" if congress == 93 & id == 14042 replace namelong = "MALLARY, RICHARD W." if congress == 93 & id == 13052 replace namelong = "DOWNING, THOMAS NELMS" if congress == 93 & id == 2706 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 93 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 93 & id == 10767 replace namelong = "DANIEL, ROBERT W." if congress == 93 & id == 14013 replace namelong = "DANIEL, W. C." if congress == 93 & id == 12011 replace namelong = "BUTLER, M. CALDWELL" if congress == 93 & id == 13055 replace namelong = "ROBINSON, J.K." if congress == 93 & id == 13036 replace namelong = "PARRIS, STANFORD" if congress == 93 & id == 14043 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 93 & id == 9802 replace namelong = "BROYHILL, JOEL THOMAS" if congress == 93 & id == 1154 replace namelong = "PRITCHARD, JOEL" if congress == 93 & id == 14044 replace namelong = "MEEDS, LLOYD" if congress == 93 & id == 10756 replace namelong = "HANSEN, JULIA BUTLER" if congress == 93 & id == 4043 replace namelong = "MCCORMACK, MIKE" if congress == 93 & id == 13026 replace namelong = "FOLEY, THOMAS S." if congress == 93 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 93 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 93 & id == 10700 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 93 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 93 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 93 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 93 & id == 4276 replace namelong = "ASPIN, LES" if congress == 93 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 93 & id == 5101 replace namelong = "THOMSON, VERNON W." if congress == 93 & id == 10564 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 93 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 93 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 93 & id == 11051 replace namelong = "OBEY, DAVID R." if congress == 93 & id == 12036 replace namelong = "FROELICH, HARLOLD" if congress == 93 & id == 14014 replace namelong = "DAVIS, GLENN ROBERT" if congress == 93 & id == 2383 replace namelong = "RONCALIO, TENO" if congress == 93 & id == 10766 replace namelong = "FORD, GERALD" if congress == 94 & id == 99905 replace namelong = "EDWARDS, JACK" if congress == 94 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 94 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 94 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 94 & id == 11000 replace namelong = "JONES, ROBERT EMMETT JR." if congress == 94 & id == 5058 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 94 & id == 10706 replace namelong = "FLOWERS, WALTER W." if congress == 94 & id == 12014 replace namelong = "YOUNG, DONALD" if congress == 94 & id == 14066 replace namelong = "RHODES, JOHN JACOB" if congress == 94 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 94 & id == 10566 replace namelong = "STEIGER, SAM" if congress == 94 & id == 11050 replace namelong = "CONLAN, JOHN B." if congress == 94 & id == 14011 replace namelong = "ALEXANDER, WILLIAM V." if congress == 94 & id == 12000 replace namelong = "MILLS, WILBUR DAIGH" if congress == 94 & id == 6532 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 94 & id == 11020 replace namelong = "THORNTON, RAYMOND" if congress == 94 & id == 14058 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 94 & id == 4957 replace namelong = "CLAUSEN, DON H." if congress == 94 & id == 10579 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 94 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 94 & id == 10599 replace namelong = "BURTON, JOHN" if congress == 94 & id == 14076 replace namelong = "BURTON, PHILIP" if congress == 94 & id == 10577 replace namelong = "MILLER, GEORGE" if congress == 94 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 94 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 94 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 94 & id == 10583 replace namelong = "RYAN, LEO" if congress == 94 & id == 14049 replace namelong = "MCCLOSKEY, PAUL" if congress == 94 & id == 11063 replace namelong = "MINETA, NORMAN" if congress == 94 & id == 14257 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 94 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 94 & id == 8549 replace namelong = "TALCOTT, BURT L." if congress == 94 & id == 10631 replace namelong = "KREBS, JOHN" if congress == 94 & id == 14246 replace namelong = "KETCHUM, WILLIAM M." if congress == 94 & id == 14028 replace namelong = "LAGOMARSINO, ROBERT" if congress == 94 & id == 14071 replace namelong = "GOLDWATER, BARRY, JR." if congress == 94 & id == 12037 replace namelong = "CORMAN, JAMES C." if congress == 94 & id == 10511 replace namelong = "MOORHEAD, CARLOS" if congress == 94 & id == 14040 replace namelong = "REES, THOMAS" if congress == 94 & id == 10790 replace namelong = "WAXMAN, HENRY" if congress == 94 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 94 & id == 10621 replace namelong = "ROUSSELOT, JOHN H." if congress == 94 & id == 10553 replace namelong = "BELL, ALPHONZO" if congress == 94 & id == 10505 replace namelong = "BURKE, YVONNE B." if congress == 94 & id == 14008 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 94 & id == 10595 replace namelong = "DANIELSON, GEORGE" if congress == 94 & id == 13010 replace namelong = "WILSON, CHARLES H." if congress == 94 & id == 10640 replace namelong = "ANDERSON, GLENN M." if congress == 94 & id == 12001 replace namelong = "CLAWSON, DEL" if congress == 94 & id == 10580 replace namelong = "HANNAFORD, MARK" if congress == 94 & id == 14229 replace namelong = "LLOYD, JIM" if congress == 94 & id == 14250 replace namelong = "BROWN, GEORGE E., JR." if congress == 94 & id == 10573 replace namelong = "PETTIS, JERRY L." if congress == 94 & id == 11038 replace namelong = "PETTIS, SHIRLEY" if congress == 94 & id == 14287 replace namelong = "PATTERSON, JERRY" if congress == 94 & id == 14266 replace namelong = "WIGGINS, CHARLES E." if congress == 94 & id == 11055 replace namelong = "HINSHAW, ANDREW" if congress == 94 & id == 14020 replace namelong = "WILSON, ROBERT CARLETON" if congress == 94 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 94 & id == 10633 replace namelong = "BURGENER, CLAIR" if congress == 94 & id == 14007 replace namelong = "SCHROEDER, PATRICIA" if congress == 94 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 94 & id == 14282 replace namelong = "EVANS, FRANK E." if congress == 94 & id == 10723 replace namelong = "JOHNSON, JAMES" if congress == 94 & id == 14025 replace namelong = "ARMSTRONG, WILLIAM" if congress == 94 & id == 14002 replace namelong = "COTTER, WILLIAM" if congress == 94 & id == 13009 replace namelong = "DODD, CHRISTOPHER" if congress == 94 & id == 14213 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 94 & id == 3553 replace namelong = "MCKINNEY, STEWART" if congress == 94 & id == 13029 replace namelong = "SARASIN, RONALD" if congress == 94 & id == 14050 replace namelong = "MOFFETT, ANTHONY" if congress == 94 & id == 14258 replace namelong = "DU PONT, PIERRE S." if congress == 94 & id == 13014 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 94 & id == 8507 replace namelong = "FUQUA, DON" if congress == 94 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 94 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 94 & id == 12007 replace namelong = "KELLY, RICHARD" if congress == 94 & id == 14243 replace namelong = "YOUNG, C.W." if congress == 94 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 94 & id == 10588 replace namelong = "HALEY, JAMES ANDREW" if congress == 94 & id == 3929 replace namelong = "FREY, LOUIS, JR." if congress == 94 & id == 12015 replace namelong = "BAFALIS, L. A. (SKIP)" if congress == 94 & id == 14003 replace namelong = "ROGERS, PAUL GRANT" if congress == 94 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 94 & id == 11007 replace namelong = "LEHMAN, WILLIAM" if congress == 94 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 94 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 94 & id == 3078 replace namelong = "GINN, BO" if congress == 94 & id == 14016 replace namelong = "MATHIS, DAWSON" if congress == 94 & id == 13023 replace namelong = "BRINKLEY, JACK" if congress == 94 & id == 11005 replace namelong = "LEVITAS, ELLIOTT" if congress == 94 & id == 14249 replace namelong = "YOUNG, ANDREW" if congress == 94 & id == 14063 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 94 & id == 3242 replace namelong = "MCDONALD, LARRY" if congress == 94 & id == 14252 replace namelong = "STUCKEY, W. S., JR." if congress == 94 & id == 11052 replace namelong = "LANDRUM, PHILLIP MITCHELL" if congress == 94 & id == 5436 replace namelong = "STEPHENS, ROBERT G., JR." if congress == 94 & id == 10563 replace namelong = "MATSUNAGA, SPARK M." if congress == 94 & id == 10605 replace namelong = "MINK, PATSY T." if congress == 94 & id == 10757 replace namelong = "SYMMS, STEVEN" if congress == 94 & id == 14056 replace namelong = "HANSEN, GEORGE V." if congress == 94 & id == 10734 replace namelong = "METCALF, RALPH" if congress == 94 & id == 13030 replace namelong = "MURPHY, MORGAN" if congress == 94 & id == 13032 replace namelong = "RUSSO, MARTIN" if congress == 94 & id == 14271 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 94 & id == 2525 replace namelong = "KLUCZYNSKI, JOHN CARL" if congress == 94 & id == 5326 replace namelong = "FARY, JOHN" if congress == 94 & id == 14285 replace namelong = "HYDE, HENRY" if congress == 94 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 94 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 94 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 94 & id == 10421 replace namelong = "MIKVA, ABNER J." if congress == 94 & id == 12025 replace namelong = "ANNUNZIO, FRANK" if congress == 94 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 94 & id == 12041 replace namelong = "MCCLORY, ROBERT" if congress == 94 & id == 10606 replace namelong = "ERLENBORN, JOHN N." if congress == 94 & id == 10722 replace namelong = "HALL, TIM" if congress == 94 & id == 14228 replace namelong = "ANDERSON, JOHN B." if congress == 94 & id == 10501 replace namelong = "O BRIEN, GEORGE" if congress == 94 & id == 14041 replace namelong = "MICHEL, ROBERT HENRY" if congress == 94 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 94 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 94 & id == 10517 replace namelong = "MADIGAN, EDWARD" if congress == 94 & id == 14033 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 94 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 94 & id == 7610 replace namelong = "SIMON, PAUL" if congress == 94 & id == 14275 replace namelong = "MADDEN, RAY JOHN" if congress == 94 & id == 5900 replace namelong = "FITHIAN, FLOYD" if congress == 94 & id == 14222 replace namelong = "BRADEMAS, JOHN" if congress == 94 & id == 948 replace namelong = "ROUSH, JOHN EDWARD" if congress == 94 & id == 8084 replace namelong = "HILLIS, ELWOOD" if congress == 94 & id == 13018 replace namelong = "EVANS, DAVID" if congress == 94 & id == 14220 replace namelong = "MYERS, JOHN T." if congress == 94 & id == 11036 replace namelong = "HAYES, PHILIP" if congress == 94 & id == 14232 replace namelong = "HAMILTON, LEE H." if congress == 94 & id == 10732 replace namelong = "SHARP, PHILIP" if congress == 94 & id == 14274 replace namelong = "JACOBS, ANDREW, JR." if congress == 94 & id == 10742 replace namelong = "MEZVINSKY, EDWARD" if congress == 94 & id == 14036 replace namelong = "BLOUIN, MICHAEL" if congress == 94 & id == 14207 replace namelong = "GRASSLEY, CHARLES" if congress == 94 & id == 14226 replace namelong = "SMITH, NEAL EDWARD" if congress == 94 & id == 8672 replace namelong = "HARKIN, TOM" if congress == 94 & id == 14230 replace namelong = "BEDELL, BERKLEY" if congress == 94 & id == 14205 replace namelong = "SEBELIUS, KEITH G." if congress == 94 & id == 12029 replace namelong = "KEYS, MARTHA" if congress == 94 & id == 14244 replace namelong = "WINN, LARRY, JR." if congress == 94 & id == 11057 replace namelong = "SHRIVER, GARNER E." if congress == 94 & id == 10559 replace namelong = "SKUBITZ, JOE" if congress == 94 & id == 10625 replace namelong = "HUBBARD, CARROLL" if congress == 94 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 94 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 94 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 94 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 94 & id == 10710 replace namelong = "BRECKINRIDGE, JOHN" if congress == 94 & id == 14006 replace namelong = "PERKINS, CARL DEWEY" if congress == 94 & id == 7343 replace namelong = "HEBERT, FELIX EDWARD" if congress == 94 & id == 4275 replace namelong = "BOGGS, CORINNE" if congress == 94 & id == 14067 replace namelong = "TREEN, DAVID" if congress == 94 & id == 14060 replace namelong = "WAGGONER, JOE D., JR." if congress == 94 & id == 10567 replace namelong = "PASSMAN, OTTO ERNEST" if congress == 94 & id == 7228 replace namelong = "MOORE, W. HENSON" if congress == 94 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 94 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 94 & id == 10602 replace namelong = "EMERY, DAVID F." if congress == 94 & id == 14218 replace namelong = "COHEN, WILLIAM" if congress == 94 & id == 14010 replace namelong = "BAUMAN, ROBERT" if congress == 94 & id == 14069 replace namelong = "LONG, CLARENCE D." if congress == 94 & id == 10601 replace namelong = "SARBANES, PAUL" if congress == 94 & id == 13039 replace namelong = "HOLT, MARJORIE" if congress == 94 & id == 14021 replace namelong = "SPELLMAN, GLADYS" if congress == 94 & id == 14278 replace namelong = "BYRON, GOODLOE" if congress == 94 & id == 13008 replace namelong = "MITCHELL, PARREN" if congress == 94 & id == 13031 replace namelong = "GUDE, GILBERT" if congress == 94 & id == 11019 replace namelong = "CONTE, SILVIO OTTO" if congress == 94 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 94 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 94 & id == 14216 replace namelong = "DRINAN, ROBERT" if congress == 94 & id == 13013 replace namelong = "TSONGAS, PAUL" if congress == 94 & id == 14279 replace namelong = "HARRINGTON, MICHAEL" if congress == 94 & id == 12040 replace namelong = "MACDONALD, TORBERT HART" if congress == 94 & id == 5873 replace namelong = "O'NEILL, THOMAS" if congress == 94 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 94 & id == 14039 replace namelong = "HECKLER, MARGARET M." if congress == 94 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 94 & id == 1265 replace namelong = "STUDDS, GERRY" if congress == 94 & id == 14055 replace namelong = "CONYERS, JOHN, JR." if congress == 94 & id == 10713 replace namelong = "ESCH, MARVIN L." if congress == 94 & id == 11015 replace namelong = "BROWN, GARY E." if congress == 94 & id == 11006 replace namelong = "HUTCHINSON, EDWARD" if congress == 94 & id == 10597 replace namelong = "VANDER VEEN, RICHARD" if congress == 94 & id == 14074 replace namelong = "CARR, BOB" if congress == 94 & id == 14210 replace namelong = "RIEGLE, DONALD W., JR." if congress == 94 & id == 11043 replace namelong = "TRAXLER, BOB" if congress == 94 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 94 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 94 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 94 & id == 11045 replace namelong = "O'HARA, JAMES G." if congress == 94 & id == 7043 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 94 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 94 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 94 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 94 & id == 2605 replace namelong = "BRODHEAD, WILLIAM" if congress == 94 & id == 14209 replace namelong = "BLANCHARD, JAMES" if congress == 94 & id == 14206 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 94 & id == 1087 replace namelong = "QUIE, ALBERT HAROLD" if congress == 94 & id == 7671 replace namelong = "HAGEDORN, TOM" if congress == 94 & id == 14227 replace namelong = "FRENZEL, WILLIAM" if congress == 94 & id == 13015 replace namelong = "KARTH, JOSEPH EDWARD" if congress == 94 & id == 5098 replace namelong = "FRASER, DONALD M." if congress == 94 & id == 10585 replace namelong = "NOLAN, RICHARD" if congress == 94 & id == 14263 replace namelong = "BERGLAND, ROBERT" if congress == 94 & id == 13007 replace namelong = "OBERSTAR, JAMES" if congress == 94 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 94 & id == 10075 replace namelong = "BOWEN, DAVID" if congress == 94 & id == 14005 replace namelong = "MONTGOMERY, G. V." if congress == 94 & id == 11035 replace namelong = "COCHRAN, THAD" if congress == 94 & id == 14009 replace namelong = "LOTT, TRENT" if congress == 94 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 94 & id == 12009 replace namelong = "SYMINGTON, JAMES W." if congress == 94 & id == 12031 replace namelong = "SULLIVAN, LEONOR KRETZER" if congress == 94 & id == 9072 replace namelong = "RANDALL, WILLIAM JOSEPH" if congress == 94 & id == 7717 replace namelong = "BOLLING, RICHARD WALKER" if congress == 94 & id == 835 replace namelong = "LITTON, JERRY" if congress == 94 & id == 14030 replace namelong = "TAYLOR, ROY" if congress == 94 & id == 14057 replace namelong = "ICHORD, RICHARD H." if congress == 94 & id == 10528 replace namelong = "HUNGATE, WILLIAM L." if congress == 94 & id == 10740 replace namelong = "BURLISON, BILL D." if congress == 94 & id == 12004 replace namelong = "BAUCUS, MAX" if congress == 94 & id == 14203 replace namelong = "MELCHER, JOHN" if congress == 94 & id == 12039 replace namelong = "THONE, CHARLES" if congress == 94 & id == 13045 replace namelong = "MCCOLLISTER, JOHN" if congress == 94 & id == 13025 replace namelong = "SMITH, VIRGINIA" if congress == 94 & id == 14276 replace namelong = "SANTINI, JIM" if congress == 94 & id == 14272 replace namelong = "D AMOURS, NORMAN" if congress == 94 & id == 14284 replace namelong = "CLEVELAND, JAMES C." if congress == 94 & id == 10581 replace namelong = "FLORIO, JAMES" if congress == 94 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 94 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 94 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 94 & id == 9322 replace namelong = "FENWICK, MILLICENT" if congress == 94 & id == 14221 replace namelong = "FORSYTHE, EDWIN B." if congress == 94 & id == 12046 replace namelong = "MAGUIRE, ANDREW" if congress == 94 & id == 14254 replace namelong = "ROE, ROBERT A." if congress == 94 & id == 12042 replace namelong = "HELSTOSKI, HENRY" if congress == 94 & id == 10737 replace namelong = "RODINO, PETER WALLACE JR." if congress == 94 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 94 & id == 10609 replace namelong = "RINALDO, MATTHEW" if congress == 94 & id == 14046 replace namelong = "MEYNER, HELEN" if congress == 94 & id == 14255 replace namelong = "DANIELS, DOMINICK V." if congress == 94 & id == 2329 replace namelong = "PATTEN, EDWARD J." if congress == 94 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 94 & id == 12022 replace namelong = "RUNNELS, HAROLD" if congress == 94 & id == 13038 replace namelong = "PIKE, OTIS G." if congress == 94 & id == 10545 replace namelong = "DOWNEY, THOMAS" if congress == 94 & id == 14214 replace namelong = "AMBRO, JEROME" if congress == 94 & id == 14200 replace namelong = "LENT, NORMAN" if congress == 94 & id == 13021 replace namelong = "WYDLER, JOHN W." if congress == 94 & id == 10638 replace namelong = "WOLFF, LESTER L." if congress == 94 & id == 10784 replace namelong = "ADDABBO, JOSEPH P." if congress == 94 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 94 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 94 & id == 2476 replace namelong = "BIAGGI, MARIO" if congress == 94 & id == 12003 replace namelong = "SCHEUER, JAMES H." if congress == 94 & id == 10768 replace namelong = "CHISHOLM, SHIRLEY" if congress == 94 & id == 12008 replace namelong = "SOLARZ, STEPHEN" if congress == 94 & id == 14277 replace namelong = "RICHMOND, FREDERICK" if congress == 94 & id == 14269 replace namelong = "ZEFERETTI, LEO" if congress == 94 & id == 14283 replace namelong = "HOLTZMAN, ELIZABETH" if congress == 94 & id == 14022 replace namelong = "MURPHY, JOHN M." if congress == 94 & id == 10611 replace namelong = "KOCH, EDWARD I." if congress == 94 & id == 12019 replace namelong = "RANGEL, CHARLES" if congress == 94 & id == 13035 replace namelong = "ABZUG, BELLA" if congress == 94 & id == 13001 replace namelong = "BADILLO, HERMAN" if congress == 94 & id == 13004 replace namelong = "BINGHAM, JONATHAN B." if congress == 94 & id == 10705 replace namelong = "PEYSER, PETER" if congress == 94 & id == 93033 replace namelong = "OTTINGER, RICHARD L." if congress == 94 & id == 10760 replace namelong = "FISH, HAMILTON, JR." if congress == 94 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 94 & id == 14015 replace namelong = "MCHUGH, MATTHEW" if congress == 94 & id == 14253 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 94 & id == 9017 replace namelong = "PATTISON, EDWARD" if congress == 94 & id == 14267 replace namelong = "MCEWEN, ROBERT C." if congress == 94 & id == 10749 replace namelong = "MITCHELL, DONALD" if congress == 94 & id == 14038 replace namelong = "HANLEY, JAMES M." if congress == 94 & id == 10733 replace namelong = "WALSH, WILLIAM" if congress == 94 & id == 14061 replace namelong = "HORTON, FRANK J." if congress == 94 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 94 & id == 10712 replace namelong = "LAFALCE, JOHN" if congress == 94 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 94 & id == 14264 replace namelong = "KEMP, JACK" if congress == 94 & id == 13020 replace namelong = "HASTINGS, JAMES F." if congress == 94 & id == 12017 replace namelong = "LUNDINE, STANLEY" if congress == 94 & id == 14289 replace namelong = "JONES, WALTER" if congress == 94 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 94 & id == 3321 replace namelong = "HENDERSON, DAVID N." if congress == 94 & id == 10527 replace namelong = "ANDREWS, IKE" if congress == 94 & id == 14001 replace namelong = "NEAL, STEPHEN" if congress == 94 & id == 14262 replace namelong = "PREYER, L. RICHARDSON" if congress == 94 & id == 12027 replace namelong = "ROSE, CHARLES" if congress == 94 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 94 & id == 14233 replace namelong = "MARTIN, JAMES" if congress == 94 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 94 & id == 10574 replace namelong = "TAYLOR, ROY ARTHUR" if congress == 94 & id == 9230 replace namelong = "ANDREWS, MARK" if congress == 94 & id == 10569 replace namelong = "GRADISON, WILLIS" if congress == 94 & id == 14225 replace namelong = "CLANCY, DONALD D." if congress == 94 & id == 10510 replace namelong = "WHALEN, CHARLES W., JR." if congress == 94 & id == 11054 replace namelong = "GUYER, TENNYSON" if congress == 94 & id == 14018 replace namelong = "LATTA, DELBERT LEROY" if congress == 94 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 94 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 94 & id == 10786 replace namelong = "KINDNESS, THOMAS" if congress == 94 & id == 14245 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 94 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 94 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 94 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 94 & id == 2533 replace namelong = "MOSHER, CHARLES A." if congress == 94 & id == 10539 replace namelong = "SEIBERLING, JOHN" if congress == 94 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 94 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 94 & id == 14045 replace namelong = "ASHBROOK, JOHN M." if congress == 94 & id == 10502 replace namelong = "HAYS, WAYNE LEVERE" if congress == 94 & id == 4247 replace namelong = "CARNEY, CHARLES" if congress == 94 & id == 12044 replace namelong = "STANTON, JAMES V." if congress == 94 & id == 13043 replace namelong = "STOKES, LOUIS" if congress == 94 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 94 & id == 9623 replace namelong = "MOTTL, RONALD" if congress == 94 & id == 14260 replace namelong = "JONES, JAMES R." if congress == 94 & id == 14026 replace namelong = "RISENHOOVER, THEO" if congress == 94 & id == 14270 replace namelong = "ALBERT, CARL" if congress == 94 & id == 62 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 94 & id == 8866 replace namelong = "JARMAN, JOHN" if congress == 94 & id == 94891 replace namelong = "ENGLISH, GLENN" if congress == 94 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 94 & id == 14201 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 94 & id == 9551 replace namelong = "DUNCAN, ROBERT B." if congress == 94 & id == 10582 replace namelong = "WEAVER, JAMES" if congress == 94 & id == 14281 replace namelong = "BARRETT, WILLIAM A." if congress == 94 & id == 465 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 94 & id == 6936 replace namelong = "GREEN, WILLIAM J., III" if congress == 94 & id == 10591 replace namelong = "EILBERG, JOSHUA" if congress == 94 & id == 11014 replace namelong = "SCHULZE, RICHARD" if congress == 94 & id == 14273 replace namelong = "YATRON, GUS" if congress == 94 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 94 & id == 14217 replace namelong = "BIESTER, EDWARD G." if congress == 94 & id == 11001 replace namelong = "SHUSTER, E.G." if congress == 94 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 94 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 94 & id == 3224 replace namelong = "MURTHA, JOHN" if congress == 94 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 94 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 94 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 94 & id == 10620 replace namelong = "ESHLEMAN, EDWIN D." if congress == 94 & id == 11016 replace namelong = "SCHNEEBELI, HERMAN T." if congress == 94 & id == 8268 replace namelong = "HEINZ, H. JOHN" if congress == 94 & id == 13050 replace namelong = "GOODLING, WILLIAM" if congress == 94 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 94 & id == 11067 replace namelong = "DENT, JOHN HERMAN" if congress == 94 & id == 2513 replace namelong = "MORGAN, THOMAS ELLSWORTH" if congress == 94 & id == 6685 replace namelong = "JOHNSON, ALBERT W." if congress == 94 & id == 10598 replace namelong = "VIGORITO, JOSEPH P." if congress == 94 & id == 10778 replace namelong = "MYERS, GARY" if congress == 94 & id == 14261 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 94 & id == 10561 replace namelong = "BEARD, EDWARD" if congress == 94 & id == 14204 replace namelong = "DAVIS, MENDEL" if congress == 94 & id == 13048 replace namelong = "SPENCE, FLOYD" if congress == 94 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 94 & id == 14212 replace namelong = "MANN, JAMES R." if congress == 94 & id == 12023 replace namelong = "HOLLAND, KENNETH" if congress == 94 & id == 14235 replace namelong = "JENRETTE, JOHN" if congress == 94 & id == 14241 replace namelong = "PRESSLER, LARRY" if congress == 94 & id == 14268 replace namelong = "ABDNOR, JAMES" if congress == 94 & id == 14000 replace namelong = "QUILLEN, JAMES H." if congress == 94 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 94 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 94 & id == 14251 replace namelong = "EVINS, JOSEPH LANDON" if congress == 94 & id == 3034 replace namelong = "FULTON, RICHARD A." if congress == 94 & id == 10586 replace namelong = "ALLEN, CLIFFORD" if congress == 94 & id == 14286 replace namelong = "BEARD, ROBIN" if congress == 94 & id == 14004 replace namelong = "JONES, EDWARD" if congress == 94 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 94 & id == 14224 replace namelong = "PATMAN, WRIGHT" if congress == 94 & id == 7232 replace namelong = "HALL, SAM" if congress == 94 & id == 14291 replace namelong = "WILSON, CHARLES" if congress == 94 & id == 14062 replace namelong = "COLLINS, JAMES M." if congress == 94 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 94 & id == 10550 replace namelong = "STEELMAN, ALAN" if congress == 94 & id == 14054 replace namelong = "TEAGUE, OLIN EARL" if congress == 94 & id == 9241 replace namelong = "ARCHER, W.R." if congress == 94 & id == 13002 replace namelong = "ECKHARDT, BOB" if congress == 94 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 94 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 94 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 94 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 94 & id == 10391 replace namelong = "HIGHTOWER, JACK" if congress == 94 & id == 14234 replace namelong = "YOUNG, JOHN ANDREW" if congress == 94 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 94 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 94 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 94 & id == 1282 replace namelong = "JORDAN, BARBARA" if congress == 94 & id == 14027 replace namelong = "MAHON, GEORGE HERMAN" if congress == 94 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 94 & id == 10520 replace namelong = "KRUEGER, ROBERT" if congress == 94 & id == 14247 replace namelong = "CASEY, ROBERT RANDOLPH" if congress == 94 & id == 1577 replace namelong = "PAUL, RON" if congress == 94 & id == 14290 replace namelong = "KAZEN, ABRAHAM J." if congress == 94 & id == 11023 replace namelong = "MILFORD, DALE" if congress == 94 & id == 14037 replace namelong = "MCKAY, K. GUNN" if congress == 94 & id == 13027 replace namelong = "HOWE, ALLAN" if congress == 94 & id == 14236 replace namelong = "JEFFORDS, JAMES" if congress == 94 & id == 14240 replace namelong = "DOWNING, THOMAS NELMS" if congress == 94 & id == 2706 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 94 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 94 & id == 10767 replace namelong = "DANIEL, ROBERT W." if congress == 94 & id == 14013 replace namelong = "DANIEL, W. C." if congress == 94 & id == 12011 replace namelong = "BUTLER, M. CALDWELL" if congress == 94 & id == 13055 replace namelong = "ROBINSON, J.K." if congress == 94 & id == 13036 replace namelong = "HARRIS, HERBERT" if congress == 94 & id == 14231 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 94 & id == 9802 replace namelong = "FISHER, JOSEPH" if congress == 94 & id == 14215 replace namelong = "PRITCHARD, JOEL" if congress == 94 & id == 14044 replace namelong = "MEEDS, LLOYD" if congress == 94 & id == 10756 replace namelong = "BONKER, DON" if congress == 94 & id == 14208 replace namelong = "MCCORMACK, MIKE" if congress == 94 & id == 13026 replace namelong = "FOLEY, THOMAS S." if congress == 94 & id == 10726 replace namelong = "HICKS, FLOYD V." if congress == 94 & id == 10738 replace namelong = "ADAMS, BROCK" if congress == 94 & id == 10700 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 94 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 94 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 94 & id == 8564 replace namelong = "HECHLER, KENNETH" if congress == 94 & id == 4276 replace namelong = "ASPIN, LES" if congress == 94 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 94 & id == 5101 replace namelong = "BALDUS, ALVIN" if congress == 94 & id == 14202 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 94 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 94 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 94 & id == 11051 replace namelong = "OBEY, DAVID R." if congress == 94 & id == 12036 replace namelong = "CORNELL, ROBERT" if congress == 94 & id == 14211 replace namelong = "KASTEN, ROBERT W." if congress == 94 & id == 14242 replace namelong = "RONCALIO, TENO" if congress == 94 & id == 10766 replace namelong = "CARTER, JIMMY" if congress == 95 & id == 99906 replace namelong = "EDWARDS, JACK" if congress == 95 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 95 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 95 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 95 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 95 & id == 14419 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 95 & id == 10706 replace namelong = "FLOWERS, WALTER W." if congress == 95 & id == 12014 replace namelong = "YOUNG, DONALD" if congress == 95 & id == 14066 replace namelong = "RHODES, JOHN JACOB" if congress == 95 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 95 & id == 10566 replace namelong = "STUMP, BOB" if congress == 95 & id == 94454 replace namelong = "RUDD, ELDON" if congress == 95 & id == 14449 replace namelong = "ALEXANDER, WILLIAM V." if congress == 95 & id == 12000 replace namelong = "TUCKER, JIM GUY" if congress == 95 & id == 14457 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 95 & id == 11020 replace namelong = "THORNTON, RAYMOND" if congress == 95 & id == 14058 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 95 & id == 4957 replace namelong = "CLAUSEN, DON H." if congress == 95 & id == 10579 replace namelong = "MOSS, JOHN EMERSON JR." if congress == 95 & id == 6756 replace namelong = "LEGGETT, ROBERT L." if congress == 95 & id == 10599 replace namelong = "BURTON, JOHN" if congress == 95 & id == 14076 replace namelong = "BURTON, PHILIP" if congress == 95 & id == 10577 replace namelong = "MILLER, GEORGE" if congress == 95 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 95 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 95 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 95 & id == 10583 replace namelong = "RYAN, LEO" if congress == 95 & id == 14049 replace namelong = "MCCLOSKEY, PAUL" if congress == 95 & id == 11063 replace namelong = "MINETA, NORMAN" if congress == 95 & id == 14257 replace namelong = "MCFALL, JOHN JOSEPH" if congress == 95 & id == 6240 replace namelong = "SISK, BERNICE FREDERIC" if congress == 95 & id == 8549 replace namelong = "PANETTA, LEON" if congress == 95 & id == 14444 replace namelong = "KREBS, JOHN" if congress == 95 & id == 14246 replace namelong = "KETCHUM, WILLIAM M." if congress == 95 & id == 14028 replace namelong = "LAGOMARSINO, ROBERT" if congress == 95 & id == 14071 replace namelong = "GOLDWATER, BARRY, JR." if congress == 95 & id == 12037 replace namelong = "CORMAN, JAMES C." if congress == 95 & id == 10511 replace namelong = "MOORHEAD, CARLOS" if congress == 95 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 95 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 95 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 95 & id == 10621 replace namelong = "ROUSSELOT, JOHN H." if congress == 95 & id == 10553 replace namelong = "DORNAN, ROBERT" if congress == 95 & id == 14414 replace namelong = "BURKE, YVONNE B." if congress == 95 & id == 14008 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 95 & id == 10595 replace namelong = "DANIELSON, GEORGE" if congress == 95 & id == 13010 replace namelong = "WILSON, CHARLES H." if congress == 95 & id == 10640 replace namelong = "ANDERSON, GLENN M." if congress == 95 & id == 12001 replace namelong = "CLAWSON, DEL" if congress == 95 & id == 10580 replace namelong = "HANNAFORD, MARK" if congress == 95 & id == 14229 replace namelong = "LLOYD, JIM" if congress == 95 & id == 14250 replace namelong = "BROWN, GEORGE E., JR." if congress == 95 & id == 10573 replace namelong = "PETTIS, SHIRLEY" if congress == 95 & id == 14287 replace namelong = "PATTERSON, JERRY" if congress == 95 & id == 14266 replace namelong = "WIGGINS, CHARLES E." if congress == 95 & id == 11055 replace namelong = "BADHAM, ROBERT" if congress == 95 & id == 14403 replace namelong = "WILSON, ROBERT CARLETON" if congress == 95 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 95 & id == 10633 replace namelong = "BURGENER, CLAIR" if congress == 95 & id == 14007 replace namelong = "SCHROEDER, PATRICIA" if congress == 95 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 95 & id == 14282 replace namelong = "EVANS, FRANK E." if congress == 95 & id == 10723 replace namelong = "JOHNSON, JAMES" if congress == 95 & id == 14025 replace namelong = "ARMSTRONG, WILLIAM" if congress == 95 & id == 14002 replace namelong = "COTTER, WILLIAM" if congress == 95 & id == 13009 replace namelong = "DODD, CHRISTOPHER" if congress == 95 & id == 14213 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 95 & id == 3553 replace namelong = "MCKINNEY, STEWART" if congress == 95 & id == 13029 replace namelong = "SARASIN, RONALD" if congress == 95 & id == 14050 replace namelong = "MOFFETT, ANTHONY" if congress == 95 & id == 14258 replace namelong = "EVANS, THOMAS" if congress == 95 & id == 14417 replace namelong = "SIKES, ROBERT LOUIS FULTO" if congress == 95 & id == 8507 replace namelong = "FUQUA, DON" if congress == 95 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 95 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 95 & id == 12007 replace namelong = "KELLY, RICHARD" if congress == 95 & id == 14243 replace namelong = "YOUNG, C.W." if congress == 95 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 95 & id == 10588 replace namelong = "IRELAND, ANDREW" if congress == 95 & id == 94428 replace namelong = "FREY, LOUIS, JR." if congress == 95 & id == 12015 replace namelong = "BAFALIS, L. A. (SKIP)" if congress == 95 & id == 14003 replace namelong = "ROGERS, PAUL GRANT" if congress == 95 & id == 8032 replace namelong = "BURKE, J. HERBERT" if congress == 95 & id == 11007 replace namelong = "LEHMAN, WILLIAM" if congress == 95 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 95 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 95 & id == 3078 replace namelong = "GINN, BO" if congress == 95 & id == 14016 replace namelong = "MATHIS, DAWSON" if congress == 95 & id == 13023 replace namelong = "BRINKLEY, JACK" if congress == 95 & id == 11005 replace namelong = "LEVITAS, ELLIOTT" if congress == 95 & id == 14249 replace namelong = "YOUNG, ANDREW" if congress == 95 & id == 14063 replace namelong = "FOWLER, WYCHE, JR." if congress == 95 & id == 14467 replace namelong = "FLYNT, JOHN JAMES JR." if congress == 95 & id == 3242 replace namelong = "MCDONALD, LARRY" if congress == 95 & id == 14252 replace namelong = "EVANS, BILLY LEE" if congress == 95 & id == 14418 replace namelong = "JENKINS, ED" if congress == 95 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 95 & id == 14404 replace namelong = "HEFTEL, CECIL" if congress == 95 & id == 14425 replace namelong = "AKAKA, DANIEL" if congress == 95 & id == 14400 replace namelong = "SYMMS, STEVEN" if congress == 95 & id == 14056 replace namelong = "HANSEN, GEORGE V." if congress == 95 & id == 10734 replace namelong = "METCALF, RALPH" if congress == 95 & id == 13030 replace namelong = "MURPHY, MORGAN" if congress == 95 & id == 13032 replace namelong = "RUSSO, MARTIN" if congress == 95 & id == 14271 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 95 & id == 2525 replace namelong = "FARY, JOHN" if congress == 95 & id == 14285 replace namelong = "HYDE, HENRY" if congress == 95 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 95 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 95 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 95 & id == 10421 replace namelong = "MIKVA, ABNER J." if congress == 95 & id == 12025 replace namelong = "ANNUNZIO, FRANK" if congress == 95 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 95 & id == 12041 replace namelong = "MCCLORY, ROBERT" if congress == 95 & id == 10606 replace namelong = "ERLENBORN, JOHN N." if congress == 95 & id == 10722 replace namelong = "CORCORAN, TOM" if congress == 95 & id == 14411 replace namelong = "ANDERSON, JOHN B." if congress == 95 & id == 10501 replace namelong = "O BRIEN, GEORGE" if congress == 95 & id == 14041 replace namelong = "MICHEL, ROBERT HENRY" if congress == 95 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 95 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 95 & id == 10517 replace namelong = "MADIGAN, EDWARD" if congress == 95 & id == 14033 replace namelong = "SHIPLEY, GEORGE EDWARD" if congress == 95 & id == 8474 replace namelong = "PRICE, CHARLES MELVIN" if congress == 95 & id == 7610 replace namelong = "SIMON, PAUL" if congress == 95 & id == 14275 replace namelong = "BENJAMIN, ADAM" if congress == 95 & id == 14406 replace namelong = "FITHIAN, FLOYD" if congress == 95 & id == 14222 replace namelong = "BRADEMAS, JOHN" if congress == 95 & id == 948 replace namelong = "QUAYLE, J. DANFORTH" if congress == 95 & id == 14447 replace namelong = "HILLIS, ELWOOD" if congress == 95 & id == 13018 replace namelong = "EVANS, DAVID" if congress == 95 & id == 14220 replace namelong = "MYERS, JOHN T." if congress == 95 & id == 11036 replace namelong = "CORNWELL, DAVID" if congress == 95 & id == 14412 replace namelong = "HAMILTON, LEE H." if congress == 95 & id == 10732 replace namelong = "SHARP, PHILIP" if congress == 95 & id == 14274 replace namelong = "JACOBS, ANDREW, JR." if congress == 95 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 95 & id == 14432 replace namelong = "BLOUIN, MICHAEL" if congress == 95 & id == 14207 replace namelong = "GRASSLEY, CHARLES" if congress == 95 & id == 14226 replace namelong = "SMITH, NEAL EDWARD" if congress == 95 & id == 8672 replace namelong = "HARKIN, TOM" if congress == 95 & id == 14230 replace namelong = "BEDELL, BERKLEY" if congress == 95 & id == 14205 replace namelong = "SEBELIUS, KEITH G." if congress == 95 & id == 12029 replace namelong = "KEYS, MARTHA" if congress == 95 & id == 14244 replace namelong = "WINN, LARRY, JR." if congress == 95 & id == 11057 replace namelong = "GLICKMAN, DAN" if congress == 95 & id == 14422 replace namelong = "SKUBITZ, JOE" if congress == 95 & id == 10625 replace namelong = "HUBBARD, CARROLL" if congress == 95 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 95 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 95 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 95 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 95 & id == 10710 replace namelong = "BRECKINRIDGE, JOHN" if congress == 95 & id == 14006 replace namelong = "PERKINS, CARL DEWEY" if congress == 95 & id == 7343 replace namelong = "TONRY, RICHARD E." if congress == 95 & id == 14455 replace namelong = "LIVINGSTON, ROBERT L." if congress == 95 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 95 & id == 14067 replace namelong = "TREEN, DAVID" if congress == 95 & id == 14060 replace namelong = "WAGGONER, JOE D., JR." if congress == 95 & id == 10567 replace namelong = "HUCKABY, JERRY" if congress == 95 & id == 14427 replace namelong = "MOORE, W. HENSON" if congress == 95 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 95 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 95 & id == 10602 replace namelong = "EMERY, DAVID F." if congress == 95 & id == 14218 replace namelong = "COHEN, WILLIAM" if congress == 95 & id == 14010 replace namelong = "BAUMAN, ROBERT" if congress == 95 & id == 14069 replace namelong = "LONG, CLARENCE D." if congress == 95 & id == 10601 replace namelong = "MIKULSKI, BARBARA" if congress == 95 & id == 14440 replace namelong = "HOLT, MARJORIE" if congress == 95 & id == 14021 replace namelong = "SPELLMAN, GLADYS" if congress == 95 & id == 14278 replace namelong = "BYRON, GOODLOE" if congress == 95 & id == 13008 replace namelong = "MITCHELL, PARREN" if congress == 95 & id == 13031 replace namelong = "STEERS, NEWTON" if congress == 95 & id == 14452 replace namelong = "CONTE, SILVIO OTTO" if congress == 95 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 95 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 95 & id == 14216 replace namelong = "DRINAN, ROBERT" if congress == 95 & id == 13013 replace namelong = "TSONGAS, PAUL" if congress == 95 & id == 14279 replace namelong = "HARRINGTON, MICHAEL" if congress == 95 & id == 12040 replace namelong = "MARKEY, EDWARD" if congress == 95 & id == 14435 replace namelong = "O'NEILL, THOMAS" if congress == 95 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 95 & id == 14039 replace namelong = "HECKLER, MARGARET M." if congress == 95 & id == 11021 replace namelong = "BURKE, JAMES ANTHONY" if congress == 95 & id == 1265 replace namelong = "STUDDS, GERRY" if congress == 95 & id == 14055 replace namelong = "CONYERS, JOHN, JR." if congress == 95 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 95 & id == 14446 replace namelong = "BROWN, GARY E." if congress == 95 & id == 11006 replace namelong = "STOCKMAN, DAVID" if congress == 95 & id == 14453 replace namelong = "SAWYER, HAROLD" if congress == 95 & id == 14450 replace namelong = "CARR, BOB" if congress == 95 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 95 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 95 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 95 & id == 10794 replace namelong = "CEDERBERG, ELFORD ALFRED" if congress == 95 & id == 1610 replace namelong = "RUPPE, PHILIP E." if congress == 95 & id == 11045 replace namelong = "BONIOR, DAVID" if congress == 95 & id == 14407 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 95 & id == 2594 replace namelong = "NEDZI, LUCIEN N." if congress == 95 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 95 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 95 & id == 2605 replace namelong = "BRODHEAD, WILLIAM" if congress == 95 & id == 14209 replace namelong = "BLANCHARD, JAMES" if congress == 95 & id == 14206 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 95 & id == 1087 replace namelong = "QUIE, ALBERT HAROLD" if congress == 95 & id == 7671 replace namelong = "HAGEDORN, TOM" if congress == 95 & id == 14227 replace namelong = "FRENZEL, WILLIAM" if congress == 95 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 95 & id == 14458 replace namelong = "FRASER, DONALD M." if congress == 95 & id == 10585 replace namelong = "NOLAN, RICHARD" if congress == 95 & id == 14263 replace namelong = "BERGLAND, ROBERT" if congress == 95 & id == 13007 replace namelong = "STANGELAND, ARLAN" if congress == 95 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 95 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 95 & id == 10075 replace namelong = "BOWEN, DAVID" if congress == 95 & id == 14005 replace namelong = "MONTGOMERY, G. V." if congress == 95 & id == 11035 replace namelong = "COCHRAN, THAD" if congress == 95 & id == 14009 replace namelong = "LOTT, TRENT" if congress == 95 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 95 & id == 12009 replace namelong = "YOUNG, ROBERT" if congress == 95 & id == 14465 replace namelong = "GEPHARDT, RICHARD" if congress == 95 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 95 & id == 14451 replace namelong = "BOLLING, RICHARD WALKER" if congress == 95 & id == 835 replace namelong = "COLEMAN, E. THOMAS" if congress == 95 & id == 14410 replace namelong = "TAYLOR, ROY" if congress == 95 & id == 14057 replace namelong = "ICHORD, RICHARD H." if congress == 95 & id == 10528 replace namelong = "VOLKMER, HAROLD" if congress == 95 & id == 14459 replace namelong = "BURLISON, BILL D." if congress == 95 & id == 12004 replace namelong = "BAUCUS, MAX" if congress == 95 & id == 14203 replace namelong = "MARLENEE, RON" if congress == 95 & id == 14437 replace namelong = "THONE, CHARLES" if congress == 95 & id == 13045 replace namelong = "CAVANAUGH, JOHN" if congress == 95 & id == 14409 replace namelong = "SMITH, VIRGINIA" if congress == 95 & id == 14276 replace namelong = "SANTINI, JIM" if congress == 95 & id == 14272 replace namelong = "D AMOURS, NORMAN" if congress == 95 & id == 14284 replace namelong = "CLEVELAND, JAMES C." if congress == 95 & id == 10581 replace namelong = "FLORIO, JAMES" if congress == 95 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 95 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 95 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 95 & id == 9322 replace namelong = "FENWICK, MILLICENT" if congress == 95 & id == 14221 replace namelong = "FORSYTHE, EDWIN B." if congress == 95 & id == 12046 replace namelong = "MAGUIRE, ANDREW" if congress == 95 & id == 14254 replace namelong = "ROE, ROBERT A." if congress == 95 & id == 12042 replace namelong = "HOLLENBECK, HAROLD" if congress == 95 & id == 14426 replace namelong = "RODINO, PETER WALLACE JR." if congress == 95 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 95 & id == 10609 replace namelong = "RINALDO, MATTHEW" if congress == 95 & id == 14046 replace namelong = "MEYNER, HELEN" if congress == 95 & id == 14255 replace namelong = "LEFANTE, JOSEPH" if congress == 95 & id == 14433 replace namelong = "PATTEN, EDWARD J." if congress == 95 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 95 & id == 12022 replace namelong = "RUNNELS, HAROLD" if congress == 95 & id == 13038 replace namelong = "PIKE, OTIS G." if congress == 95 & id == 10545 replace namelong = "DOWNEY, THOMAS" if congress == 95 & id == 14214 replace namelong = "AMBRO, JEROME" if congress == 95 & id == 14200 replace namelong = "LENT, NORMAN" if congress == 95 & id == 13021 replace namelong = "WYDLER, JOHN W." if congress == 95 & id == 10638 replace namelong = "WOLFF, LESTER L." if congress == 95 & id == 10784 replace namelong = "ADDABBO, JOSEPH P." if congress == 95 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 95 & id == 10551 replace namelong = "DELANEY, JAMES JOSEPH" if congress == 95 & id == 2476 replace namelong = "BIAGGI, MARIO" if congress == 95 & id == 12003 replace namelong = "SCHEUER, JAMES H." if congress == 95 & id == 10768 replace namelong = "CHISHOLM, SHIRLEY" if congress == 95 & id == 12008 replace namelong = "SOLARZ, STEPHEN" if congress == 95 & id == 14277 replace namelong = "RICHMOND, FREDERICK" if congress == 95 & id == 14269 replace namelong = "ZEFERETTI, LEO" if congress == 95 & id == 14283 replace namelong = "HOLTZMAN, ELIZABETH" if congress == 95 & id == 14022 replace namelong = "MURPHY, JOHN M." if congress == 95 & id == 10611 replace namelong = "KOCH, EDWARD I." if congress == 95 & id == 12019 replace namelong = "GREEN, S. WILLIAM" if congress == 95 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 95 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 95 & id == 14463 replace namelong = "BADILLO, HERMAN" if congress == 95 & id == 13004 replace namelong = "GARCIA, ROBERT" if congress == 95 & id == 14470 replace namelong = "BINGHAM, JONATHAN B." if congress == 95 & id == 10705 replace namelong = "CAPUTO, BRUCE" if congress == 95 & id == 14408 replace namelong = "OTTINGER, RICHARD L." if congress == 95 & id == 10760 replace namelong = "FISH, HAMILTON, JR." if congress == 95 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 95 & id == 14015 replace namelong = "MCHUGH, MATTHEW" if congress == 95 & id == 14253 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 95 & id == 9017 replace namelong = "PATTISON, EDWARD" if congress == 95 & id == 14267 replace namelong = "MCEWEN, ROBERT C." if congress == 95 & id == 10749 replace namelong = "MITCHELL, DONALD" if congress == 95 & id == 14038 replace namelong = "HANLEY, JAMES M." if congress == 95 & id == 10733 replace namelong = "WALSH, WILLIAM" if congress == 95 & id == 14061 replace namelong = "HORTON, FRANK J." if congress == 95 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 95 & id == 10712 replace namelong = "LAFALCE, JOHN" if congress == 95 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 95 & id == 14264 replace namelong = "KEMP, JACK" if congress == 95 & id == 13020 replace namelong = "LUNDINE, STANLEY" if congress == 95 & id == 14289 replace namelong = "JONES, WALTER" if congress == 95 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 95 & id == 3321 replace namelong = "WHITLEY, CHARLES" if congress == 95 & id == 14464 replace namelong = "ANDREWS, IKE" if congress == 95 & id == 14001 replace namelong = "NEAL, STEPHEN" if congress == 95 & id == 14262 replace namelong = "PREYER, L. RICHARDSON" if congress == 95 & id == 12027 replace namelong = "ROSE, CHARLES" if congress == 95 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 95 & id == 14233 replace namelong = "MARTIN, JAMES" if congress == 95 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 95 & id == 10574 replace namelong = "GUDGER, LAMAR" if congress == 95 & id == 14424 replace namelong = "ANDREWS, MARK" if congress == 95 & id == 10569 replace namelong = "GRADISON, WILLIS" if congress == 95 & id == 14225 replace namelong = "LUKEN, THOMAS A." if congress == 95 & id == 14070 replace namelong = "WHALEN, CHARLES W., JR." if congress == 95 & id == 11054 replace namelong = "GUYER, TENNYSON" if congress == 95 & id == 14018 replace namelong = "LATTA, DELBERT LEROY" if congress == 95 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 95 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 95 & id == 10786 replace namelong = "KINDNESS, THOMAS" if congress == 95 & id == 14245 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 95 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 95 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 95 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 95 & id == 2533 replace namelong = "PEASE, DONALD" if congress == 95 & id == 14445 replace namelong = "SEIBERLING, JOHN" if congress == 95 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 95 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 95 & id == 14045 replace namelong = "ASHBROOK, JOHN M." if congress == 95 & id == 10502 replace namelong = "APPLEGATE, DOUGLAS" if congress == 95 & id == 14402 replace namelong = "CARNEY, CHARLES" if congress == 95 & id == 12044 replace namelong = "OAKAR, MARY ROSE" if congress == 95 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 95 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 95 & id == 9623 replace namelong = "MOTTL, RONALD" if congress == 95 & id == 14260 replace namelong = "JONES, JAMES R." if congress == 95 & id == 14026 replace namelong = "RISENHOOVER, THEO" if congress == 95 & id == 14270 replace namelong = "WATKINS, WES" if congress == 95 & id == 14462 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 95 & id == 8866 replace namelong = "EDWARDS, MICKEY" if congress == 95 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 95 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 95 & id == 14201 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 95 & id == 9551 replace namelong = "DUNCAN, ROBERT B." if congress == 95 & id == 10582 replace namelong = "WEAVER, JAMES" if congress == 95 & id == 14281 replace namelong = "MYERS, MICHAEL" if congress == 95 & id == 14442 replace namelong = "NIX, ROBERT NELSON C. SR." if congress == 95 & id == 6936 replace namelong = "LEDERER, RAYMOND" if congress == 95 & id == 14434 replace namelong = "EILBERG, JOSHUA" if congress == 95 & id == 11014 replace namelong = "SCHULZE, RICHARD" if congress == 95 & id == 14273 replace namelong = "YATRON, GUS" if congress == 95 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 95 & id == 14217 replace namelong = "KOSTMAYER, PETER" if congress == 95 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 95 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 95 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 95 & id == 3224 replace namelong = "MURTHA, JOHN" if congress == 95 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 95 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 95 & id == 6661 replace namelong = "ROONEY, FRED B." if congress == 95 & id == 10620 replace namelong = "WALKER, ROBERT" if congress == 95 & id == 14461 replace namelong = "ERTEL, ALLEN" if congress == 95 & id == 14416 replace namelong = "WALGREN, DOUG" if congress == 95 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 95 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 95 & id == 11067 replace namelong = "DENT, JOHN HERMAN" if congress == 95 & id == 2513 replace namelong = "MURPHY, AUSTIN" if congress == 95 & id == 14441 replace namelong = "AMMERMAN, JOSEPH" if congress == 95 & id == 14401 replace namelong = "MARKS, MARC" if congress == 95 & id == 14436 replace namelong = "MYERS, GARY" if congress == 95 & id == 14261 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 95 & id == 10561 replace namelong = "BEARD, EDWARD" if congress == 95 & id == 14204 replace namelong = "DAVIS, MENDEL" if congress == 95 & id == 13048 replace namelong = "SPENCE, FLOYD" if congress == 95 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 95 & id == 14212 replace namelong = "MANN, JAMES R." if congress == 95 & id == 12023 replace namelong = "HOLLAND, KENNETH" if congress == 95 & id == 14235 replace namelong = "JENRETTE, JOHN" if congress == 95 & id == 14241 replace namelong = "PRESSLER, LARRY" if congress == 95 & id == 14268 replace namelong = "ABDNOR, JAMES" if congress == 95 & id == 14000 replace namelong = "QUILLEN, JAMES H." if congress == 95 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 95 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 95 & id == 14251 replace namelong = "GORE, ALBERT, JR." if congress == 95 & id == 14423 replace namelong = "ALLEN, CLIFFORD" if congress == 95 & id == 14286 replace namelong = "BEARD, ROBIN" if congress == 95 & id == 14004 replace namelong = "JONES, EDWARD" if congress == 95 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 95 & id == 14224 replace namelong = "HALL, SAM" if congress == 95 & id == 14291 replace namelong = "WILSON, CHARLES" if congress == 95 & id == 14062 replace namelong = "COLLINS, JAMES M." if congress == 95 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 95 & id == 10550 replace namelong = "MATTOX, JIM" if congress == 95 & id == 14439 replace namelong = "TEAGUE, OLIN EARL" if congress == 95 & id == 9241 replace namelong = "ARCHER, W.R." if congress == 95 & id == 13002 replace namelong = "ECKHARDT, BOB" if congress == 95 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 95 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 95 & id == 10614 replace namelong = "POAGE, WILLIAM ROBERT" if congress == 95 & id == 7498 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 95 & id == 10391 replace namelong = "HIGHTOWER, JACK" if congress == 95 & id == 14234 replace namelong = "YOUNG, JOHN ANDREW" if congress == 95 & id == 10446 replace namelong = "DE LA GARZA, ELIGIO" if congress == 95 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 95 & id == 10783 replace namelong = "BURLESON, OMAR TRUMAN" if congress == 95 & id == 1282 replace namelong = "JORDAN, BARBARA" if congress == 95 & id == 14027 replace namelong = "MAHON, GEORGE HERMAN" if congress == 95 & id == 5924 replace namelong = "GONZALEZ, HENRY B." if congress == 95 & id == 10520 replace namelong = "KRUEGER, ROBERT" if congress == 95 & id == 14247 replace namelong = "GAMMAGE, BOB" if congress == 95 & id == 14420 replace namelong = "KAZEN, ABRAHAM J." if congress == 95 & id == 11023 replace namelong = "MILFORD, DALE" if congress == 95 & id == 14037 replace namelong = "MCKAY, K. GUNN" if congress == 95 & id == 13027 replace namelong = "MARRIOTT, DAN" if congress == 95 & id == 14438 replace namelong = "JEFFORDS, JAMES" if congress == 95 & id == 14240 replace namelong = "TRIBLE, PAUL" if congress == 95 & id == 14456 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 95 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 95 & id == 10767 replace namelong = "DANIEL, ROBERT W." if congress == 95 & id == 14013 replace namelong = "DANIEL, W. C." if congress == 95 & id == 12011 replace namelong = "BUTLER, M. CALDWELL" if congress == 95 & id == 13055 replace namelong = "ROBINSON, J.K." if congress == 95 & id == 13036 replace namelong = "HARRIS, HERBERT" if congress == 95 & id == 14231 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 95 & id == 9802 replace namelong = "FISHER, JOSEPH" if congress == 95 & id == 14215 replace namelong = "PRITCHARD, JOEL" if congress == 95 & id == 14044 replace namelong = "MEEDS, LLOYD" if congress == 95 & id == 10756 replace namelong = "BONKER, DON" if congress == 95 & id == 14208 replace namelong = "MCCORMACK, MIKE" if congress == 95 & id == 13026 replace namelong = "FOLEY, THOMAS S." if congress == 95 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 95 & id == 14413 replace namelong = "ADAMS, BROCK" if congress == 95 & id == 10700 replace namelong = "CUNNINGHAM, JOHN E." if congress == 95 & id == 14468 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 95 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 95 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 95 & id == 8564 replace namelong = "RAHALL, NICK JOE" if congress == 95 & id == 14448 replace namelong = "ASPIN, LES" if congress == 95 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 95 & id == 5101 replace namelong = "BALDUS, ALVIN" if congress == 95 & id == 14202 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 95 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 95 & id == 7824 replace namelong = "STEIGER, WILLIAM A." if congress == 95 & id == 11051 replace namelong = "OBEY, DAVID R." if congress == 95 & id == 12036 replace namelong = "CORNELL, ROBERT" if congress == 95 & id == 14211 replace namelong = "KASTEN, ROBERT W." if congress == 95 & id == 14242 replace namelong = "RONCALIO, TENO" if congress == 95 & id == 10766 replace namelong = "CARTER, JIMMY" if congress == 96 & id == 99906 replace namelong = "EDWARDS, JACK" if congress == 96 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 96 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 96 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 96 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 96 & id == 14419 replace namelong = "BUCHANAN, JOHN H., JR." if congress == 96 & id == 10706 replace namelong = "SHELBY, RICHARD CRAIG" if congress == 96 & id == 14659 replace namelong = "YOUNG, DONALD" if congress == 96 & id == 14066 replace namelong = "RHODES, JOHN JACOB" if congress == 96 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 96 & id == 10566 replace namelong = "STUMP, BOB" if congress == 96 & id == 94454 replace namelong = "RUDD, ELDON" if congress == 96 & id == 14449 replace namelong = "ALEXANDER, WILLIAM V." if congress == 96 & id == 12000 replace namelong = "BETHUNE, EDWIN RUTHVIN" if congress == 96 & id == 14606 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 96 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 96 & id == 14601 replace namelong = "JOHNSON, HAROLD TERRY" if congress == 96 & id == 4957 replace namelong = "CLAUSEN, DON H." if congress == 96 & id == 10579 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 96 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 96 & id == 14624 replace namelong = "BURTON, JOHN" if congress == 96 & id == 14076 replace namelong = "BURTON, PHILIP" if congress == 96 & id == 10577 replace namelong = "MILLER, GEORGE" if congress == 96 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 96 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 96 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 96 & id == 10583 replace namelong = "ROYER, WILLIAM" if congress == 96 & id == 14676 replace namelong = "RYAN, LEO" if congress == 96 & id == 14049 replace namelong = "MCCLOSKEY, PAUL" if congress == 96 & id == 11063 replace namelong = "MINETA, NORMAN" if congress == 96 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 96 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 96 & id == 14613 replace namelong = "PANETTA, LEON" if congress == 96 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 96 & id == 14652 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 96 & id == 14669 replace namelong = "LAGOMARSINO, ROBERT" if congress == 96 & id == 14071 replace namelong = "GOLDWATER, BARRY, JR." if congress == 96 & id == 12037 replace namelong = "CORMAN, JAMES C." if congress == 96 & id == 10511 replace namelong = "MOORHEAD, CARLOS" if congress == 96 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 96 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 96 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 96 & id == 10621 replace namelong = "ROUSSELOT, JOHN H." if congress == 96 & id == 10553 replace namelong = "DORNAN, ROBERT" if congress == 96 & id == 14414 replace namelong = "DIXON, JULIAN CAREY" if congress == 96 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 96 & id == 10595 replace namelong = "DANIELSON, GEORGE" if congress == 96 & id == 13010 replace namelong = "WILSON, CHARLES H." if congress == 96 & id == 10640 replace namelong = "ANDERSON, GLENN M." if congress == 96 & id == 12001 replace namelong = "GRISHAM, WAYNE RICHARD" if congress == 96 & id == 14630 replace namelong = "LUNGREN, DANIEL EDWARD" if congress == 96 & id == 14647 replace namelong = "LLOYD, JIM" if congress == 96 & id == 14250 replace namelong = "BROWN, GEORGE E., JR." if congress == 96 & id == 10573 replace namelong = "LEWIS, JERRY" if congress == 96 & id == 14644 replace namelong = "PATTERSON, JERRY" if congress == 96 & id == 14266 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 96 & id == 14616 replace namelong = "BADHAM, ROBERT" if congress == 96 & id == 14403 replace namelong = "WILSON, ROBERT CARLETON" if congress == 96 & id == 10249 replace namelong = "VAN DEERLIN, LIONEL" if congress == 96 & id == 10633 replace namelong = "BURGENER, CLAIR" if congress == 96 & id == 14007 replace namelong = "SCHROEDER, PATRICIA" if congress == 96 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 96 & id == 14282 replace namelong = "KOGOVSEK, RAYMOND PETER" if congress == 96 & id == 14638 replace namelong = "JOHNSON, JAMES" if congress == 96 & id == 14025 replace namelong = "KRAMER, KENNETH BENTLEY" if congress == 96 & id == 14639 replace namelong = "COTTER, WILLIAM" if congress == 96 & id == 13009 replace namelong = "DODD, CHRISTOPHER" if congress == 96 & id == 14213 replace namelong = "GIAIMO, ROBERT NICHOLAS" if congress == 96 & id == 3553 replace namelong = "MCKINNEY, STEWART" if congress == 96 & id == 13029 replace namelong = "RATCHFORD, WILLIAM RICHAR" if congress == 96 & id == 14653 replace namelong = "MOFFETT, ANTHONY" if congress == 96 & id == 14258 replace namelong = "EVANS, THOMAS" if congress == 96 & id == 14417 replace namelong = "HUTTO, EARL DEWITT" if congress == 96 & id == 14636 replace namelong = "FUQUA, DON" if congress == 96 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 96 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 96 & id == 12007 replace namelong = "KELLY, RICHARD" if congress == 96 & id == 14243 replace namelong = "YOUNG, C.W." if congress == 96 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 96 & id == 10588 replace namelong = "IRELAND, ANDREW" if congress == 96 & id == 94428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 96 & id == 14651 replace namelong = "BAFALIS, L. A. (SKIP)" if congress == 96 & id == 14003 replace namelong = "MICA, DANIEL ANDREW" if congress == 96 & id == 14648 replace namelong = "STACK, EDWARD JOHN" if congress == 96 & id == 14663 replace namelong = "LEHMAN, WILLIAM" if congress == 96 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 96 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 96 & id == 3078 replace namelong = "GINN, BO" if congress == 96 & id == 14016 replace namelong = "MATHIS, DAWSON" if congress == 96 & id == 13023 replace namelong = "BRINKLEY, JACK" if congress == 96 & id == 11005 replace namelong = "LEVITAS, ELLIOTT" if congress == 96 & id == 14249 replace namelong = "FOWLER, WYCHE, JR." if congress == 96 & id == 14467 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 96 & id == 14627 replace namelong = "MCDONALD, LARRY" if congress == 96 & id == 14252 replace namelong = "EVANS, BILLY LEE" if congress == 96 & id == 14418 replace namelong = "JENKINS, ED" if congress == 96 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 96 & id == 14404 replace namelong = "HEFTEL, CECIL" if congress == 96 & id == 14425 replace namelong = "AKAKA, DANIEL" if congress == 96 & id == 14400 replace namelong = "SYMMS, STEVEN" if congress == 96 & id == 14056 replace namelong = "HANSEN, GEORGE V." if congress == 96 & id == 10734 replace namelong = "STEWART, BENNETT MCVEY" if congress == 96 & id == 14665 replace namelong = "MURPHY, MORGAN" if congress == 96 & id == 13032 replace namelong = "RUSSO, MARTIN" if congress == 96 & id == 14271 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 96 & id == 2525 replace namelong = "FARY, JOHN" if congress == 96 & id == 14285 replace namelong = "HYDE, HENRY" if congress == 96 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 96 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 96 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 96 & id == 10421 replace namelong = "MIKVA, ABNER J." if congress == 96 & id == 12025 replace namelong = "PORTER, JOHN" if congress == 96 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 96 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 96 & id == 12041 replace namelong = "MCCLORY, ROBERT" if congress == 96 & id == 10606 replace namelong = "ERLENBORN, JOHN N." if congress == 96 & id == 10722 replace namelong = "CORCORAN, TOM" if congress == 96 & id == 14411 replace namelong = "ANDERSON, JOHN B." if congress == 96 & id == 10501 replace namelong = "O BRIEN, GEORGE" if congress == 96 & id == 14041 replace namelong = "MICHEL, ROBERT HENRY" if congress == 96 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 96 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 96 & id == 10517 replace namelong = "MADIGAN, EDWARD" if congress == 96 & id == 14033 replace namelong = "CRANE, DANIEL BEVER" if congress == 96 & id == 14615 replace namelong = "PRICE, CHARLES MELVIN" if congress == 96 & id == 7610 replace namelong = "SIMON, PAUL" if congress == 96 & id == 14275 replace namelong = "BENJAMIN, ADAM" if congress == 96 & id == 14406 replace namelong = "FITHIAN, FLOYD" if congress == 96 & id == 14222 replace namelong = "BRADEMAS, JOHN" if congress == 96 & id == 948 replace namelong = "QUAYLE, J. DANFORTH" if congress == 96 & id == 14447 replace namelong = "HILLIS, ELWOOD" if congress == 96 & id == 13018 replace namelong = "EVANS, DAVID" if congress == 96 & id == 14220 replace namelong = "MYERS, JOHN T." if congress == 96 & id == 11036 replace namelong = "DECKARD, H. JOEL" if congress == 96 & id == 14619 replace namelong = "HAMILTON, LEE H." if congress == 96 & id == 10732 replace namelong = "SHARP, PHILIP" if congress == 96 & id == 14274 replace namelong = "JACOBS, ANDREW, JR." if congress == 96 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 96 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 96 & id == 14668 replace namelong = "GRASSLEY, CHARLES" if congress == 96 & id == 14226 replace namelong = "SMITH, NEAL EDWARD" if congress == 96 & id == 8672 replace namelong = "HARKIN, TOM" if congress == 96 & id == 14230 replace namelong = "BEDELL, BERKLEY" if congress == 96 & id == 14205 replace namelong = "SEBELIUS, KEITH G." if congress == 96 & id == 12029 replace namelong = "JEFFRIES, JAMES EDMUND" if congress == 96 & id == 14637 replace namelong = "WINN, LARRY, JR." if congress == 96 & id == 11057 replace namelong = "GLICKMAN, DAN" if congress == 96 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 96 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 96 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 96 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 96 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 96 & id == 10626 replace namelong = "CARTER, TIM L." if congress == 96 & id == 10710 replace namelong = "HOPKINS, LARRY JONES" if congress == 96 & id == 14635 replace namelong = "PERKINS, CARL DEWEY" if congress == 96 & id == 7343 replace namelong = "LIVINGSTON, ROBERT L." if congress == 96 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 96 & id == 14067 replace namelong = "TREEN, DAVID" if congress == 96 & id == 14060 replace namelong = "TAUZIN, WILBERT" if congress == 96 & id == 14679 replace namelong = "LEACH, ANTHONY CLAUDE" if congress == 96 & id == 14640 replace namelong = "HUCKABY, JERRY" if congress == 96 & id == 14427 replace namelong = "MOORE, W. HENSON" if congress == 96 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 96 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 96 & id == 10602 replace namelong = "EMERY, DAVID F." if congress == 96 & id == 14218 replace namelong = "SNOWE, OLYMPIA" if congress == 96 & id == 14661 replace namelong = "BAUMAN, ROBERT" if congress == 96 & id == 14069 replace namelong = "LONG, CLARENCE D." if congress == 96 & id == 10601 replace namelong = "MIKULSKI, BARBARA" if congress == 96 & id == 14440 replace namelong = "HOLT, MARJORIE" if congress == 96 & id == 14021 replace namelong = "SPELLMAN, GLADYS" if congress == 96 & id == 14278 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 96 & id == 14608 replace namelong = "MITCHELL, PARREN" if congress == 96 & id == 13031 replace namelong = "BARNES, MICHAEL DARR" if congress == 96 & id == 14604 replace namelong = "CONTE, SILVIO OTTO" if congress == 96 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 96 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 96 & id == 14216 replace namelong = "DRINAN, ROBERT" if congress == 96 & id == 13013 replace namelong = "SHANNON, JAMES MICHAEL" if congress == 96 & id == 14658 replace namelong = "MAVROULES, NICHOLAS" if congress == 96 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 96 & id == 14435 replace namelong = "O'NEILL, THOMAS" if congress == 96 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 96 & id == 14039 replace namelong = "HECKLER, MARGARET M." if congress == 96 & id == 11021 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 96 & id == 14621 replace namelong = "STUDDS, GERRY" if congress == 96 & id == 14055 replace namelong = "CONYERS, JOHN, JR." if congress == 96 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 96 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 96 & id == 14673 replace namelong = "STOCKMAN, DAVID" if congress == 96 & id == 14453 replace namelong = "SAWYER, HAROLD" if congress == 96 & id == 14450 replace namelong = "CARR, BOB" if congress == 96 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 96 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 96 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 96 & id == 10794 replace namelong = "ALBOSTA, DONALD JOSEPH" if congress == 96 & id == 14600 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 96 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 96 & id == 14407 replace namelong = "DIGGS, CHARLES COLES JR." if congress == 96 & id == 2594 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 96 & id == 14681 replace namelong = "NEDZI, LUCIEN N." if congress == 96 & id == 10540 replace namelong = "FORD, WILLIAM D." if congress == 96 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 96 & id == 2605 replace namelong = "BRODHEAD, WILLIAM" if congress == 96 & id == 14209 replace namelong = "BLANCHARD, JAMES" if congress == 96 & id == 14206 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 96 & id == 1087 replace namelong = "ERDAHL, ARLEN INGOLF" if congress == 96 & id == 14623 replace namelong = "HAGEDORN, TOM" if congress == 96 & id == 14227 replace namelong = "FRENZEL, WILLIAM" if congress == 96 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 96 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 96 & id == 14656 replace namelong = "NOLAN, RICHARD" if congress == 96 & id == 14263 replace namelong = "STANGELAND, ARLAN" if congress == 96 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 96 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 96 & id == 10075 replace namelong = "BOWEN, DAVID" if congress == 96 & id == 14005 replace namelong = "MONTGOMERY, G. V." if congress == 96 & id == 11035 replace namelong = "HINSON, JON C." if congress == 96 & id == 14634 replace namelong = "LOTT, TRENT" if congress == 96 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 96 & id == 12009 replace namelong = "YOUNG, ROBERT" if congress == 96 & id == 14465 replace namelong = "GEPHARDT, RICHARD" if congress == 96 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 96 & id == 14451 replace namelong = "BOLLING, RICHARD WALKER" if congress == 96 & id == 835 replace namelong = "COLEMAN, E. THOMAS" if congress == 96 & id == 14410 replace namelong = "TAYLOR, ROY" if congress == 96 & id == 14057 replace namelong = "ICHORD, RICHARD H." if congress == 96 & id == 10528 replace namelong = "VOLKMER, HAROLD" if congress == 96 & id == 14459 replace namelong = "BURLISON, BILL D." if congress == 96 & id == 12004 replace namelong = "WILLIAMS, PAT" if congress == 96 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 96 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 96 & id == 14605 replace namelong = "CAVANAUGH, JOHN" if congress == 96 & id == 14409 replace namelong = "SMITH, VIRGINIA" if congress == 96 & id == 14276 replace namelong = "SANTINI, JIM" if congress == 96 & id == 14272 replace namelong = "D AMOURS, NORMAN" if congress == 96 & id == 14284 replace namelong = "CLEVELAND, JAMES C." if congress == 96 & id == 10581 replace namelong = "FLORIO, JAMES" if congress == 96 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 96 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 96 & id == 10739 replace namelong = "THOMPSON, FRANK, JR." if congress == 96 & id == 9322 replace namelong = "FENWICK, MILLICENT" if congress == 96 & id == 14221 replace namelong = "FORSYTHE, EDWIN B." if congress == 96 & id == 12046 replace namelong = "MAGUIRE, ANDREW" if congress == 96 & id == 14254 replace namelong = "ROE, ROBERT A." if congress == 96 & id == 12042 replace namelong = "HOLLENBECK, HAROLD" if congress == 96 & id == 14426 replace namelong = "RODINO, PETER WALLACE JR." if congress == 96 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 96 & id == 10609 replace namelong = "RINALDO, MATTHEW" if congress == 96 & id == 14046 replace namelong = "COURTER, JAMES ANDREW" if congress == 96 & id == 14614 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 96 & id == 14631 replace namelong = "PATTEN, EDWARD J." if congress == 96 & id == 10613 replace namelong = "LUJAN, MANUEL, JR." if congress == 96 & id == 12022 replace namelong = "RUNNELS, HAROLD" if congress == 96 & id == 13038 replace namelong = "CARNEY, WILLIAM" if congress == 96 & id == 14610 replace namelong = "DOWNEY, THOMAS" if congress == 96 & id == 14214 replace namelong = "AMBRO, JEROME" if congress == 96 & id == 14200 replace namelong = "LENT, NORMAN" if congress == 96 & id == 13021 replace namelong = "WYDLER, JOHN W." if congress == 96 & id == 10638 replace namelong = "WOLFF, LESTER L." if congress == 96 & id == 10784 replace namelong = "ADDABBO, JOSEPH P." if congress == 96 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 96 & id == 10551 replace namelong = "FERRARO, GERALDINE" if congress == 96 & id == 14625 replace namelong = "BIAGGI, MARIO" if congress == 96 & id == 12003 replace namelong = "SCHEUER, JAMES H." if congress == 96 & id == 10768 replace namelong = "CHISHOLM, SHIRLEY" if congress == 96 & id == 12008 replace namelong = "SOLARZ, STEPHEN" if congress == 96 & id == 14277 replace namelong = "RICHMOND, FREDERICK" if congress == 96 & id == 14269 replace namelong = "ZEFERETTI, LEO" if congress == 96 & id == 14283 replace namelong = "HOLTZMAN, ELIZABETH" if congress == 96 & id == 14022 replace namelong = "MURPHY, JOHN M." if congress == 96 & id == 10611 replace namelong = "GREEN, S. WILLIAM" if congress == 96 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 96 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 96 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 96 & id == 14470 replace namelong = "BINGHAM, JONATHAN B." if congress == 96 & id == 10705 replace namelong = "PEYSER, PETER" if congress == 96 & id == 13033 replace namelong = "OTTINGER, RICHARD L." if congress == 96 & id == 10760 replace namelong = "FISH, HAMILTON, JR." if congress == 96 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 96 & id == 14015 replace namelong = "MCHUGH, MATTHEW" if congress == 96 & id == 14253 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 96 & id == 9017 replace namelong = "SOLOMON, GERALD B." if congress == 96 & id == 14662 replace namelong = "MCEWEN, ROBERT C." if congress == 96 & id == 10749 replace namelong = "MITCHELL, DONALD" if congress == 96 & id == 14038 replace namelong = "HANLEY, JAMES M." if congress == 96 & id == 10733 replace namelong = "LEE, GARY A." if congress == 96 & id == 14642 replace namelong = "HORTON, FRANK J." if congress == 96 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 96 & id == 10712 replace namelong = "LAFALCE, JOHN" if congress == 96 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 96 & id == 14264 replace namelong = "KEMP, JACK" if congress == 96 & id == 13020 replace namelong = "LUNDINE, STANLEY" if congress == 96 & id == 14289 replace namelong = "JONES, WALTER" if congress == 96 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 96 & id == 3321 replace namelong = "WHITLEY, CHARLES" if congress == 96 & id == 14464 replace namelong = "ANDREWS, IKE" if congress == 96 & id == 14001 replace namelong = "NEAL, STEPHEN" if congress == 96 & id == 14262 replace namelong = "PREYER, L. RICHARDSON" if congress == 96 & id == 12027 replace namelong = "ROSE, CHARLES" if congress == 96 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 96 & id == 14233 replace namelong = "MARTIN, JAMES" if congress == 96 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 96 & id == 10574 replace namelong = "GUDGER, LAMAR" if congress == 96 & id == 14424 replace namelong = "ANDREWS, MARK" if congress == 96 & id == 10569 replace namelong = "GRADISON, WILLIS" if congress == 96 & id == 14225 replace namelong = "LUKEN, THOMAS A." if congress == 96 & id == 14070 replace namelong = "HALL, TONY PATRICK" if congress == 96 & id == 14632 replace namelong = "GUYER, TENNYSON" if congress == 96 & id == 14018 replace namelong = "LATTA, DELBERT LEROY" if congress == 96 & id == 5495 replace namelong = "HARSHA, WILLIAM H." if congress == 96 & id == 10525 replace namelong = "BROWN, CLARENCE, JR." if congress == 96 & id == 10786 replace namelong = "KINDNESS, THOMAS" if congress == 96 & id == 14245 replace namelong = "ASHLEY, THOMAS WILLIAM LU" if congress == 96 & id == 267 replace namelong = "MILLER, CLARENCE E." if congress == 96 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 96 & id == 10773 replace namelong = "DEVINE, SAMUEL LEEPER" if congress == 96 & id == 2533 replace namelong = "PEASE, DONALD" if congress == 96 & id == 14445 replace namelong = "SEIBERLING, JOHN" if congress == 96 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 96 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 96 & id == 14045 replace namelong = "ASHBROOK, JOHN M." if congress == 96 & id == 10502 replace namelong = "APPLEGATE, DOUGLAS" if congress == 96 & id == 14402 replace namelong = "WILLIAMS, LYLE" if congress == 96 & id == 14671 replace namelong = "OAKAR, MARY ROSE" if congress == 96 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 96 & id == 12030 replace namelong = "VANIK, CHARLES ALBERT" if congress == 96 & id == 9623 replace namelong = "MOTTL, RONALD" if congress == 96 & id == 14260 replace namelong = "JONES, JAMES R." if congress == 96 & id == 14026 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 96 & id == 14667 replace namelong = "WATKINS, WES" if congress == 96 & id == 14462 replace namelong = "STEED, THOMAS JEFFERSON" if congress == 96 & id == 8866 replace namelong = "EDWARDS, MICKEY" if congress == 96 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 96 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 96 & id == 14201 replace namelong = "ULLMAN, ALBERT CONRAD" if congress == 96 & id == 9551 replace namelong = "DUNCAN, ROBERT B." if congress == 96 & id == 10582 replace namelong = "WEAVER, JAMES" if congress == 96 & id == 14281 replace namelong = "MYERS, MICHAEL" if congress == 96 & id == 14442 replace namelong = "GRAY, WILLIAM H., III" if congress == 96 & id == 14629 replace namelong = "LEDERER, RAYMOND" if congress == 96 & id == 14434 replace namelong = "DOUGHERTY, CHARLES FRANCI" if congress == 96 & id == 14622 replace namelong = "SCHULZE, RICHARD" if congress == 96 & id == 14273 replace namelong = "YATRON, GUS" if congress == 96 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 96 & id == 14217 replace namelong = "KOSTMAYER, PETER" if congress == 96 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 96 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 96 & id == 10607 replace namelong = "FLOOD, DANIEL JOHN" if congress == 96 & id == 3224 replace namelong = "MUSTO, RAPHAEL" if congress == 96 & id == 14678 replace namelong = "MURTHA, JOHN" if congress == 96 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 96 & id == 12010 replace namelong = "MOORHEAD, WILLIAM SINGER" if congress == 96 & id == 6661 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 96 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 96 & id == 14461 replace namelong = "ERTEL, ALLEN" if congress == 96 & id == 14416 replace namelong = "WALGREN, DOUG" if congress == 96 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 96 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 96 & id == 11067 replace namelong = "BAILEY, DONALD ALLEN" if congress == 96 & id == 14603 replace namelong = "MURPHY, AUSTIN" if congress == 96 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 96 & id == 14612 replace namelong = "MARKS, MARC" if congress == 96 & id == 14436 replace namelong = "ATKINSON, EUGENE VINCENT" if congress == 96 & id == 14602 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 96 & id == 10561 replace namelong = "BEARD, EDWARD" if congress == 96 & id == 14204 replace namelong = "DAVIS, MENDEL" if congress == 96 & id == 13048 replace namelong = "SPENCE, FLOYD" if congress == 96 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 96 & id == 14212 replace namelong = "CAMPBELL, CARROLL ASHMORE" if congress == 96 & id == 14609 replace namelong = "HOLLAND, KENNETH" if congress == 96 & id == 14235 replace namelong = "JENRETTE, JOHN" if congress == 96 & id == 14241 replace namelong = "DASCHLE, THOMAS ANDREW" if congress == 96 & id == 14617 replace namelong = "ABDNOR, JAMES" if congress == 96 & id == 14000 replace namelong = "QUILLEN, JAMES H." if congress == 96 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 96 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 96 & id == 14251 replace namelong = "GORE, ALBERT, JR." if congress == 96 & id == 14423 replace namelong = "BONER, WILLIAM HILL" if congress == 96 & id == 14607 replace namelong = "BEARD, ROBIN" if congress == 96 & id == 14004 replace namelong = "JONES, EDWARD" if congress == 96 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 96 & id == 14224 replace namelong = "HALL, SAM" if congress == 96 & id == 14291 replace namelong = "WILSON, CHARLES" if congress == 96 & id == 14062 replace namelong = "COLLINS, JAMES M." if congress == 96 & id == 11066 replace namelong = "ROBERTS, RAY" if congress == 96 & id == 10550 replace namelong = "MATTOX, JIM" if congress == 96 & id == 14439 replace namelong = "GRAMM, WILLIAM PHILIP" if congress == 96 & id == 94628 replace namelong = "ARCHER, W.R." if congress == 96 & id == 13002 replace namelong = "ECKHARDT, BOB" if congress == 96 & id == 11013 replace namelong = "BROOKS, JACK BASCOM" if congress == 96 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 96 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 96 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 96 & id == 10391 replace namelong = "HIGHTOWER, JACK" if congress == 96 & id == 14234 replace namelong = "WYATT, JOSEPH PEYTON, JR." if congress == 96 & id == 14674 replace namelong = "DE LA GARZA, ELIGIO" if congress == 96 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 96 & id == 10783 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 96 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 96 & id == 14643 replace namelong = "HANCE, KENT RONALD" if congress == 96 & id == 14633 replace namelong = "GONZALEZ, HENRY B." if congress == 96 & id == 10520 replace namelong = "LOEFFLER, THOMAS GILBERT" if congress == 96 & id == 14645 replace namelong = "PAUL, RON" if congress == 96 & id == 14290 replace namelong = "KAZEN, ABRAHAM J." if congress == 96 & id == 11023 replace namelong = "FROST, JONAS MARTIN III" if congress == 96 & id == 14626 replace namelong = "MCKAY, K. GUNN" if congress == 96 & id == 13027 replace namelong = "MARRIOTT, DAN" if congress == 96 & id == 14438 replace namelong = "JEFFORDS, JAMES" if congress == 96 & id == 14240 replace namelong = "TRIBLE, PAUL" if congress == 96 & id == 14456 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 96 & id == 12033 replace namelong = "SATTERFIELD, DAVE E." if congress == 96 & id == 10767 replace namelong = "DANIEL, ROBERT W." if congress == 96 & id == 14013 replace namelong = "DANIEL, W. C." if congress == 96 & id == 12011 replace namelong = "BUTLER, M. CALDWELL" if congress == 96 & id == 13055 replace namelong = "ROBINSON, J.K." if congress == 96 & id == 13036 replace namelong = "HARRIS, HERBERT" if congress == 96 & id == 14231 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 96 & id == 9802 replace namelong = "FISHER, JOSEPH" if congress == 96 & id == 14215 replace namelong = "PRITCHARD, JOEL" if congress == 96 & id == 14044 replace namelong = "SWIFT, ALLEN" if congress == 96 & id == 14666 replace namelong = "BONKER, DON" if congress == 96 & id == 14208 replace namelong = "MCCORMACK, MIKE" if congress == 96 & id == 13026 replace namelong = "FOLEY, THOMAS S." if congress == 96 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 96 & id == 14413 replace namelong = "LOWRY, MICHAEL E." if congress == 96 & id == 14646 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 96 & id == 6584 replace namelong = "STAGGERS, HARLEY ORRIN" if congress == 96 & id == 8824 replace namelong = "SLACK, JOHN MARK, JR." if congress == 96 & id == 8564 replace namelong = "HUTCHINSON, JOHN G." if congress == 96 & id == 14680 replace namelong = "RAHALL, NICK JOE" if congress == 96 & id == 14448 replace namelong = "ASPIN, LES" if congress == 96 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 96 & id == 5101 replace namelong = "BALDUS, ALVIN" if congress == 96 & id == 14202 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 96 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 96 & id == 7824 replace namelong = "PETRI, THOMAS" if congress == 96 & id == 14675 replace namelong = "STEIGER, WILLIAM A." if congress == 96 & id == 11051 replace namelong = "OBEY, DAVID R." if congress == 96 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 96 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 96 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 96 & id == 14611 replace namelong = "REAGAN, RONALD WILSON" if congress == 97 & id == 99907 replace namelong = "EDWARDS, JACK" if congress == 97 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 97 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 97 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 97 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 97 & id == 14419 replace namelong = "SMITH, ALBERT LEE, JR." if congress == 97 & id == 14862 replace namelong = "SHELBY, RICHARD CRAIG" if congress == 97 & id == 14659 replace namelong = "YOUNG, DONALD" if congress == 97 & id == 14066 replace namelong = "RHODES, JOHN JACOB" if congress == 97 & id == 7845 replace namelong = "UDALL, MORRIS K." if congress == 97 & id == 10566 replace namelong = "STUMP, BOB" if congress == 97 & id == 94454 replace namelong = "RUDD, ELDON" if congress == 97 & id == 14449 replace namelong = "ALEXANDER, WILLIAM V." if congress == 97 & id == 12000 replace namelong = "BETHUNE, EDWIN RUTHVIN" if congress == 97 & id == 14606 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 97 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 97 & id == 14601 replace namelong = "CHAPPIE, EUGENE A" if congress == 97 & id == 14805 replace namelong = "CLAUSEN, DON H." if congress == 97 & id == 10579 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 97 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 97 & id == 14624 replace namelong = "BURTON, JOHN" if congress == 97 & id == 14076 replace namelong = "BURTON, PHILIP" if congress == 97 & id == 10577 replace namelong = "MILLER, GEORGE" if congress == 97 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 97 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 97 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 97 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 97 & id == 14837 replace namelong = "MCCLOSKEY, PAUL" if congress == 97 & id == 11063 replace namelong = "MINETA, NORMAN" if congress == 97 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 97 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 97 & id == 14613 replace namelong = "PANETTA, LEON" if congress == 97 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 97 & id == 14652 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 97 & id == 14669 replace namelong = "LAGOMARSINO, ROBERT" if congress == 97 & id == 14071 replace namelong = "GOLDWATER, BARRY, JR." if congress == 97 & id == 12037 replace namelong = "FIEDLER, BOBBI" if congress == 97 & id == 14821 replace namelong = "MOORHEAD, CARLOS" if congress == 97 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 97 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 97 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 97 & id == 10621 replace namelong = "ROUSSELOT, JOHN H." if congress == 97 & id == 10553 replace namelong = "DORNAN, ROBERT" if congress == 97 & id == 14414 replace namelong = "DIXON, JULIAN CAREY" if congress == 97 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 97 & id == 10595 replace namelong = "DANIELSON, GEORGE" if congress == 97 & id == 13010 replace namelong = "MARTINEZ, MATTHEW G." if congress == 97 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 97 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 97 & id == 12001 replace namelong = "GRISHAM, WAYNE RICHARD" if congress == 97 & id == 14630 replace namelong = "LUNGREN, DANIEL EDWARD" if congress == 97 & id == 14647 replace namelong = "DREIER, DAVID" if congress == 97 & id == 14813 replace namelong = "BROWN, GEORGE E., JR." if congress == 97 & id == 10573 replace namelong = "LEWIS, JERRY" if congress == 97 & id == 14644 replace namelong = "PATTERSON, JERRY" if congress == 97 & id == 14266 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 97 & id == 14616 replace namelong = "BADHAM, ROBERT" if congress == 97 & id == 14403 replace namelong = "LOWERY, BILL" if congress == 97 & id == 14839 replace namelong = "HUNTER, DUNCAN L." if congress == 97 & id == 14835 replace namelong = "BURGENER, CLAIR" if congress == 97 & id == 14007 replace namelong = "SCHROEDER, PATRICIA" if congress == 97 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 97 & id == 14282 replace namelong = "KOGOVSEK, RAYMOND PETER" if congress == 97 & id == 14638 replace namelong = "BROWN, HANK" if congress == 97 & id == 14803 replace namelong = "KRAMER, KENNETH BENTLEY" if congress == 97 & id == 14639 replace namelong = "COTTER, WILLIAM" if congress == 97 & id == 13009 replace namelong = "KENNELLY, BARBARA B." if congress == 97 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 97 & id == 14825 replace namelong = "DENARDIS, LAWRENCE J." if congress == 97 & id == 14811 replace namelong = "MCKINNEY, STEWART" if congress == 97 & id == 13029 replace namelong = "RATCHFORD, WILLIAM RICHAR" if congress == 97 & id == 14653 replace namelong = "MOFFETT, ANTHONY" if congress == 97 & id == 14258 replace namelong = "EVANS, THOMAS" if congress == 97 & id == 14417 replace namelong = "HUTTO, EARL DEWITT" if congress == 97 & id == 14636 replace namelong = "FUQUA, DON" if congress == 97 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 97 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 97 & id == 12007 replace namelong = "MCCOLLUM, BILL" if congress == 97 & id == 14842 replace namelong = "YOUNG, C.W." if congress == 97 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 97 & id == 10588 replace namelong = "IRELAND, ANDREW" if congress == 97 & id == 94428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 97 & id == 14651 replace namelong = "BAFALIS, L. A. (SKIP)" if congress == 97 & id == 14003 replace namelong = "MICA, DANIEL ANDREW" if congress == 97 & id == 14648 replace namelong = "SHAW, CLAY" if congress == 97 & id == 14860 replace namelong = "LEHMAN, WILLIAM" if congress == 97 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 97 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 97 & id == 3078 replace namelong = "GINN, BO" if congress == 97 & id == 14016 replace namelong = "HATCHER, CHARLES F." if congress == 97 & id == 14831 replace namelong = "BRINKLEY, JACK" if congress == 97 & id == 11005 replace namelong = "LEVITAS, ELLIOTT" if congress == 97 & id == 14249 replace namelong = "FOWLER, WYCHE, JR." if congress == 97 & id == 14467 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 97 & id == 14627 replace namelong = "MCDONALD, LARRY" if congress == 97 & id == 14252 replace namelong = "EVANS, BILLY LEE" if congress == 97 & id == 14418 replace namelong = "JENKINS, ED" if congress == 97 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 97 & id == 14404 replace namelong = "HEFTEL, CECIL" if congress == 97 & id == 14425 replace namelong = "AKAKA, DANIEL" if congress == 97 & id == 14400 replace namelong = "CRAIG, LARRY" if congress == 97 & id == 14809 replace namelong = "HANSEN, GEORGE V." if congress == 97 & id == 10734 replace namelong = "WASHINGTON, HAROLD" if congress == 97 & id == 14866 replace namelong = "SAVAGE, GUS" if congress == 97 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 97 & id == 14271 replace namelong = "DERWINSKI, EDWARD JOSEPH" if congress == 97 & id == 2525 replace namelong = "FARY, JOHN" if congress == 97 & id == 14285 replace namelong = "HYDE, HENRY" if congress == 97 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 97 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 97 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 97 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 97 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 97 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 97 & id == 12041 replace namelong = "MCCLORY, ROBERT" if congress == 97 & id == 10606 replace namelong = "ERLENBORN, JOHN N." if congress == 97 & id == 10722 replace namelong = "CORCORAN, TOM" if congress == 97 & id == 14411 replace namelong = "MARTIN, LYNN M." if congress == 97 & id == 14841 replace namelong = "O BRIEN, GEORGE" if congress == 97 & id == 14041 replace namelong = "MICHEL, ROBERT HENRY" if congress == 97 & id == 6455 replace namelong = "RAILSBACK, TOM" if congress == 97 & id == 11041 replace namelong = "FINDLEY, PAUL" if congress == 97 & id == 10517 replace namelong = "MADIGAN, EDWARD" if congress == 97 & id == 14033 replace namelong = "CRANE, DANIEL BEVER" if congress == 97 & id == 14615 replace namelong = "PRICE, CHARLES MELVIN" if congress == 97 & id == 7610 replace namelong = "SIMON, PAUL" if congress == 97 & id == 14275 replace namelong = "BENJAMIN, ADAM" if congress == 97 & id == 14406 replace namelong = "HALL, KATIE BEATRICE" if congress == 97 & id == 14880 replace namelong = "FITHIAN, FLOYD" if congress == 97 & id == 14222 replace namelong = "HILER, JOHN R." if congress == 97 & id == 14834 replace namelong = "COATS, DANIEL" if congress == 97 & id == 14806 replace namelong = "HILLIS, ELWOOD" if congress == 97 & id == 13018 replace namelong = "EVANS, DAVID" if congress == 97 & id == 14220 replace namelong = "MYERS, JOHN T." if congress == 97 & id == 11036 replace namelong = "DECKARD, H. JOEL" if congress == 97 & id == 14619 replace namelong = "HAMILTON, LEE H." if congress == 97 & id == 10732 replace namelong = "SHARP, PHILIP" if congress == 97 & id == 14274 replace namelong = "JACOBS, ANDREW, JR." if congress == 97 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 97 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 97 & id == 14668 replace namelong = "EVANS, COOPER" if congress == 97 & id == 14820 replace namelong = "SMITH, NEAL EDWARD" if congress == 97 & id == 8672 replace namelong = "HARKIN, TOM" if congress == 97 & id == 14230 replace namelong = "BEDELL, BERKLEY" if congress == 97 & id == 14205 replace namelong = "ROBERTS, PAT" if congress == 97 & id == 14852 replace namelong = "JEFFRIES, JAMES EDMUND" if congress == 97 & id == 14637 replace namelong = "WINN, LARRY, JR." if congress == 97 & id == 11057 replace namelong = "GLICKMAN, DAN" if congress == 97 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 97 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 97 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 97 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 97 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 97 & id == 10626 replace namelong = "ROGERS, HAROLD" if congress == 97 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 97 & id == 14635 replace namelong = "PERKINS, CARL DEWEY" if congress == 97 & id == 7343 replace namelong = "LIVINGSTON, ROBERT L." if congress == 97 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 97 & id == 14067 replace namelong = "TAUZIN, WILBERT" if congress == 97 & id == 14679 replace namelong = "ROEMER, CHARLES" if congress == 97 & id == 14853 replace namelong = "HUCKABY, JERRY" if congress == 97 & id == 14427 replace namelong = "MOORE, W. HENSON" if congress == 97 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 97 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 97 & id == 10602 replace namelong = "EMERY, DAVID F." if congress == 97 & id == 14218 replace namelong = "SNOWE, OLYMPIA" if congress == 97 & id == 14661 replace namelong = "DYSON, ROYDEN" if congress == 97 & id == 14817 replace namelong = "LONG, CLARENCE D." if congress == 97 & id == 10601 replace namelong = "MIKULSKI, BARBARA" if congress == 97 & id == 14440 replace namelong = "HOLT, MARJORIE" if congress == 97 & id == 14021 replace namelong = "HOYER, STENY H ." if congress == 97 & id == 14873 replace namelong = "SPELLMAN, GLADYS" if congress == 97 & id == 14278 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 97 & id == 14608 replace namelong = "MITCHELL, PARREN" if congress == 97 & id == 13031 replace namelong = "BARNES, MICHAEL DARR" if congress == 97 & id == 14604 replace namelong = "CONTE, SILVIO OTTO" if congress == 97 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 97 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 97 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 97 & id == 14824 replace namelong = "SHANNON, JAMES MICHAEL" if congress == 97 & id == 14658 replace namelong = "MAVROULES, NICHOLAS" if congress == 97 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 97 & id == 14435 replace namelong = "O'NEILL, THOMAS" if congress == 97 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 97 & id == 14039 replace namelong = "HECKLER, MARGARET M." if congress == 97 & id == 11021 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 97 & id == 14621 replace namelong = "STUDDS, GERRY" if congress == 97 & id == 14055 replace namelong = "CONYERS, JOHN, JR." if congress == 97 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 97 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 97 & id == 14673 replace namelong = "STOCKMAN, DAVID" if congress == 97 & id == 14453 replace namelong = "SILJANDER, MARK" if congress == 97 & id == 14872 replace namelong = "SAWYER, HAROLD" if congress == 97 & id == 14450 replace namelong = "DUNN, JIM" if congress == 97 & id == 14814 replace namelong = "KILDEE, DALE" if congress == 97 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 97 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 97 & id == 10794 replace namelong = "ALBOSTA, DONALD JOSEPH" if congress == 97 & id == 14600 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 97 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 97 & id == 14407 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 97 & id == 14681 replace namelong = "HERTEL, DENNIS M." if congress == 97 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 97 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 97 & id == 2605 replace namelong = "BRODHEAD, WILLIAM" if congress == 97 & id == 14209 replace namelong = "BLANCHARD, JAMES" if congress == 97 & id == 14206 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 97 & id == 1087 replace namelong = "ERDAHL, ARLEN INGOLF" if congress == 97 & id == 14623 replace namelong = "HAGEDORN, TOM" if congress == 97 & id == 14227 replace namelong = "FRENZEL, WILLIAM" if congress == 97 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 97 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 97 & id == 14656 replace namelong = "WEBER, VIN" if congress == 97 & id == 14868 replace namelong = "STANGELAND, ARLAN" if congress == 97 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 97 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 97 & id == 10075 replace namelong = "BOWEN, DAVID" if congress == 97 & id == 14005 replace namelong = "MONTGOMERY, G. V." if congress == 97 & id == 11035 replace namelong = "HINSON, JON C." if congress == 97 & id == 14634 replace namelong = "DOWDY, WAYNE" if congress == 97 & id == 14874 replace namelong = "LOTT, TRENT" if congress == 97 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 97 & id == 12009 replace namelong = "YOUNG, ROBERT" if congress == 97 & id == 14465 replace namelong = "GEPHARDT, RICHARD" if congress == 97 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 97 & id == 14451 replace namelong = "BOLLING, RICHARD WALKER" if congress == 97 & id == 835 replace namelong = "COLEMAN, E. THOMAS" if congress == 97 & id == 14410 replace namelong = "TAYLOR, ROY" if congress == 97 & id == 14057 replace namelong = "BAILEY, WENDELL" if congress == 97 & id == 14800 replace namelong = "VOLKMER, HAROLD" if congress == 97 & id == 14459 replace namelong = "EMERSON, BILL" if congress == 97 & id == 14819 replace namelong = "WILLIAMS, PAT" if congress == 97 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 97 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 97 & id == 14605 replace namelong = "DAUB, HAL" if congress == 97 & id == 14810 replace namelong = "SMITH, VIRGINIA" if congress == 97 & id == 14276 replace namelong = "SANTINI, JIM" if congress == 97 & id == 14272 replace namelong = "D AMOURS, NORMAN" if congress == 97 & id == 14284 replace namelong = "GREGG, JUDD" if congress == 97 & id == 14826 replace namelong = "FLORIO, JAMES" if congress == 97 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 97 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 97 & id == 10739 replace namelong = "SMITH, CHRISTOPHER H." if congress == 97 & id == 14863 replace namelong = "FENWICK, MILLICENT" if congress == 97 & id == 14221 replace namelong = "FORSYTHE, EDWIN B." if congress == 97 & id == 12046 replace namelong = "ROUKEMA, MARGE" if congress == 97 & id == 14855 replace namelong = "ROE, ROBERT A." if congress == 97 & id == 12042 replace namelong = "HOLLENBECK, HAROLD" if congress == 97 & id == 14426 replace namelong = "RODINO, PETER WALLACE JR." if congress == 97 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 97 & id == 10609 replace namelong = "RINALDO, MATTHEW" if congress == 97 & id == 14046 replace namelong = "COURTER, JAMES ANDREW" if congress == 97 & id == 14614 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 97 & id == 14631 replace namelong = "DWYER, BERNARD" if congress == 97 & id == 14815 replace namelong = "LUJAN, MANUEL, JR." if congress == 97 & id == 12022 replace namelong = "SKEEN, JOSEPH" if congress == 97 & id == 14861 replace namelong = "CARNEY, WILLIAM" if congress == 97 & id == 14610 replace namelong = "DOWNEY, THOMAS" if congress == 97 & id == 14214 replace namelong = "CARMAN, GREGORY W." if congress == 97 & id == 14804 replace namelong = "LENT, NORMAN" if congress == 97 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 97 & id == 14845 replace namelong = "LEBOUTILLIER, JOHN" if congress == 97 & id == 14838 replace namelong = "ADDABBO, JOSEPH P." if congress == 97 & id == 10500 replace namelong = "ROSENTHAL, BENJAMIN S." if congress == 97 & id == 10551 replace namelong = "FERRARO, GERALDINE" if congress == 97 & id == 14625 replace namelong = "BIAGGI, MARIO" if congress == 97 & id == 12003 replace namelong = "SCHEUER, JAMES H." if congress == 97 & id == 10768 replace namelong = "CHISHOLM, SHIRLEY" if congress == 97 & id == 12008 replace namelong = "SOLARZ, STEPHEN" if congress == 97 & id == 14277 replace namelong = "RICHMOND, FREDERICK" if congress == 97 & id == 14269 replace namelong = "ZEFERETTI, LEO" if congress == 97 & id == 14283 replace namelong = "SCHUMER, CHARLES E." if congress == 97 & id == 14858 replace namelong = "MOLINARI, GUY V." if congress == 97 & id == 14846 replace namelong = "GREEN, S. WILLIAM" if congress == 97 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 97 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 97 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 97 & id == 14470 replace namelong = "BINGHAM, JONATHAN B." if congress == 97 & id == 10705 replace namelong = "PEYSER, PETER" if congress == 97 & id == 13033 replace namelong = "OTTINGER, RICHARD L." if congress == 97 & id == 10760 replace namelong = "FISH, HAMILTON, JR." if congress == 97 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 97 & id == 14015 replace namelong = "MCHUGH, MATTHEW" if congress == 97 & id == 14253 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 97 & id == 9017 replace namelong = "SOLOMON, GERALD B." if congress == 97 & id == 14662 replace namelong = "MARTIN, DAVID O'B." if congress == 97 & id == 14840 replace namelong = "MITCHELL, DONALD" if congress == 97 & id == 14038 replace namelong = "WORTLEY, GEORGE" if congress == 97 & id == 14870 replace namelong = "LEE, GARY A." if congress == 97 & id == 14642 replace namelong = "HORTON, FRANK J." if congress == 97 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 97 & id == 10712 replace namelong = "LAFALCE, JOHN" if congress == 97 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 97 & id == 14264 replace namelong = "KEMP, JACK" if congress == 97 & id == 13020 replace namelong = "LUNDINE, STANLEY" if congress == 97 & id == 14289 replace namelong = "JONES, WALTER" if congress == 97 & id == 10788 replace namelong = "FOUNTAIN, LAWRENCE H." if congress == 97 & id == 3321 replace namelong = "WHITLEY, CHARLES" if congress == 97 & id == 14464 replace namelong = "ANDREWS, IKE" if congress == 97 & id == 14001 replace namelong = "NEAL, STEPHEN" if congress == 97 & id == 14262 replace namelong = "JOHNSTON, EUGENE" if congress == 97 & id == 14836 replace namelong = "ROSE, CHARLES" if congress == 97 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 97 & id == 14233 replace namelong = "MARTIN, JAMES" if congress == 97 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 97 & id == 10574 replace namelong = "HENDON, WILLIAM M." if congress == 97 & id == 14832 replace namelong = "DORGAN, BYRON" if congress == 97 & id == 14812 replace namelong = "GRADISON, WILLIS" if congress == 97 & id == 14225 replace namelong = "LUKEN, THOMAS A." if congress == 97 & id == 14070 replace namelong = "HALL, TONY PATRICK" if congress == 97 & id == 14632 replace namelong = "GUYER, TENNYSON" if congress == 97 & id == 14018 replace namelong = "OXLEY, MICHAEL" if congress == 97 & id == 14875 replace namelong = "LATTA, DELBERT LEROY" if congress == 97 & id == 5495 replace namelong = "MCEWEN, BOB" if congress == 97 & id == 14844 replace namelong = "BROWN, CLARENCE, JR." if congress == 97 & id == 10786 replace namelong = "KINDNESS, THOMAS" if congress == 97 & id == 14245 replace namelong = "WEBER, ED" if congress == 97 & id == 14867 replace namelong = "MILLER, CLARENCE E." if congress == 97 & id == 11034 replace namelong = "STANTON, J. WILLIAM" if congress == 97 & id == 10773 replace namelong = "SHAMANSKY, ROBERT M." if congress == 97 & id == 14859 replace namelong = "PEASE, DONALD" if congress == 97 & id == 14445 replace namelong = "SEIBERLING, JOHN" if congress == 97 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 97 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 97 & id == 14045 replace namelong = "ASHBROOK, JOHN M." if congress == 97 & id == 10502 replace namelong = "ASHBROOK, JEAN" if congress == 97 & id == 14878 replace namelong = "APPLEGATE, DOUGLAS" if congress == 97 & id == 14402 replace namelong = "WILLIAMS, LYLE" if congress == 97 & id == 14671 replace namelong = "OAKAR, MARY ROSE" if congress == 97 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 97 & id == 12030 replace namelong = "ECKART, DENNIS E." if congress == 97 & id == 14818 replace namelong = "MOTTL, RONALD" if congress == 97 & id == 14260 replace namelong = "JONES, JAMES R." if congress == 97 & id == 14026 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 97 & id == 14667 replace namelong = "WATKINS, WES" if congress == 97 & id == 14462 replace namelong = "MCCURDY, DAVE" if congress == 97 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 97 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 97 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 97 & id == 14201 replace namelong = "SMITH, DENNY" if congress == 97 & id == 14864 replace namelong = "WYDEN, RON" if congress == 97 & id == 14871 replace namelong = "WEAVER, JAMES" if congress == 97 & id == 14281 replace namelong = "FOGLIETTA, THOMAS M." if congress == 97 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 97 & id == 14629 replace namelong = "LEDERER, RAYMOND" if congress == 97 & id == 14434 replace namelong = "SMITH, JOSEPH F." if congress == 97 & id == 14876 replace namelong = "DOUGHERTY, CHARLES FRANCI" if congress == 97 & id == 14622 replace namelong = "SCHULZE, RICHARD" if congress == 97 & id == 14273 replace namelong = "YATRON, GUS" if congress == 97 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 97 & id == 14217 replace namelong = "COYNE, JAMES K." if congress == 97 & id == 14807 replace namelong = "SHUSTER, E.G." if congress == 97 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 97 & id == 10607 replace namelong = "NELLIGAN, JAMES L." if congress == 97 & id == 14849 replace namelong = "MURTHA, JOHN" if congress == 97 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 97 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 97 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 97 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 97 & id == 14461 replace namelong = "ERTEL, ALLEN" if congress == 97 & id == 14416 replace namelong = "WALGREN, DOUG" if congress == 97 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 97 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 97 & id == 11067 replace namelong = "BAILEY, DONALD ALLEN" if congress == 97 & id == 14603 replace namelong = "MURPHY, AUSTIN" if congress == 97 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 97 & id == 14612 replace namelong = "MARKS, MARC" if congress == 97 & id == 14436 replace namelong = "ATKINSON, EUGENE VINCENT" if congress == 97 & id == 94602 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 97 & id == 10561 replace namelong = "SCHNEIDER, CLAUDINE" if congress == 97 & id == 14857 replace namelong = "HARTNETT, THOMAS F." if congress == 97 & id == 14830 replace namelong = "SPENCE, FLOYD" if congress == 97 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 97 & id == 14212 replace namelong = "CAMPBELL, CARROLL ASHMORE" if congress == 97 & id == 14609 replace namelong = "HOLLAND, KENNETH" if congress == 97 & id == 14235 replace namelong = "NAPIER, JOHN L." if congress == 97 & id == 14848 replace namelong = "DASCHLE, THOMAS ANDREW" if congress == 97 & id == 14617 replace namelong = "ROBERTS, CLINT" if congress == 97 & id == 14851 replace namelong = "QUILLEN, JAMES H." if congress == 97 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 97 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 97 & id == 14251 replace namelong = "GORE, ALBERT, JR." if congress == 97 & id == 14423 replace namelong = "BONER, WILLIAM HILL" if congress == 97 & id == 14607 replace namelong = "BEARD, ROBIN" if congress == 97 & id == 14004 replace namelong = "JONES, EDWARD" if congress == 97 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 97 & id == 14224 replace namelong = "HALL, SAM" if congress == 97 & id == 14291 replace namelong = "WILSON, CHARLES" if congress == 97 & id == 14062 replace namelong = "COLLINS, JAMES M." if congress == 97 & id == 11066 replace namelong = "HALL, RALPH M." if congress == 97 & id == 14828 replace namelong = "MATTOX, JIM" if congress == 97 & id == 14439 replace namelong = "GRAMM, WILLIAM PHILIP" if congress == 97 & id == 94628 replace namelong = "ARCHER, W.R." if congress == 97 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 97 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 97 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 97 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 97 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 97 & id == 10391 replace namelong = "HIGHTOWER, JACK" if congress == 97 & id == 14234 replace namelong = "PATMAN, WILLIAM N." if congress == 97 & id == 14850 replace namelong = "DE LA GARZA, ELIGIO" if congress == 97 & id == 10716 replace namelong = "WHITE, RICHARD C." if congress == 97 & id == 10783 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 97 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 97 & id == 14643 replace namelong = "HANCE, KENT RONALD" if congress == 97 & id == 14633 replace namelong = "GONZALEZ, HENRY B." if congress == 97 & id == 10520 replace namelong = "LOEFFLER, THOMAS GILBERT" if congress == 97 & id == 14645 replace namelong = "PAUL, RON" if congress == 97 & id == 14290 replace namelong = "KAZEN, ABRAHAM J." if congress == 97 & id == 11023 replace namelong = "FROST, JONAS MARTIN III" if congress == 97 & id == 14626 replace namelong = "HANSEN, JAMES V." if congress == 97 & id == 14829 replace namelong = "MARRIOTT, DAN" if congress == 97 & id == 14438 replace namelong = "JEFFORDS, JAMES" if congress == 97 & id == 14240 replace namelong = "TRIBLE, PAUL" if congress == 97 & id == 14456 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 97 & id == 12033 replace namelong = "BLILEY, THOMAS J." if congress == 97 & id == 14802 replace namelong = "DANIEL, ROBERT W." if congress == 97 & id == 14013 replace namelong = "DANIEL, W. C." if congress == 97 & id == 12011 replace namelong = "BUTLER, M. CALDWELL" if congress == 97 & id == 13055 replace namelong = "ROBINSON, J.K." if congress == 97 & id == 13036 replace namelong = "PARRIS, STANFORD E." if congress == 97 & id == 14043 replace namelong = "WAMPLER, WILLIAM CREED" if congress == 97 & id == 9802 replace namelong = "WOLF, FRANK R." if congress == 97 & id == 14869 replace namelong = "PRITCHARD, JOEL" if congress == 97 & id == 14044 replace namelong = "SWIFT, ALLEN" if congress == 97 & id == 14666 replace namelong = "BONKER, DON" if congress == 97 & id == 14208 replace namelong = "MORRISON, SID" if congress == 97 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 97 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 97 & id == 14413 replace namelong = "LOWRY, MICHAEL E." if congress == 97 & id == 14646 replace namelong = "MOLLOHAN, ROBERT HOMER" if congress == 97 & id == 6584 replace namelong = "BENEDICT, CLEVE" if congress == 97 & id == 14801 replace namelong = "STATON, MICK" if congress == 97 & id == 14865 replace namelong = "RAHALL, NICK JOE" if congress == 97 & id == 14448 replace namelong = "ASPIN, LES" if congress == 97 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 97 & id == 5101 replace namelong = "GUNDERSON, STEVEN" if congress == 97 & id == 14827 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 97 & id == 10463 replace namelong = "REUSS, HENRY SCHOELLKOPF" if congress == 97 & id == 7824 replace namelong = "PETRI, THOMAS" if congress == 97 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 97 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 97 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 97 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 97 & id == 14611 replace namelong = "REAGAN, RONALD WILSON" if congress == 98 & id == 99907 replace namelong = "EDWARDS, JACK" if congress == 98 & id == 10721 replace namelong = "DICKINSON, WILLIAM L." if congress == 98 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 98 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 98 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 98 & id == 14419 replace namelong = "ERDREICH, BEN" if congress == 98 & id == 15022 replace namelong = "SHELBY, RICHARD CRAIG" if congress == 98 & id == 14659 replace namelong = "YOUNG, DONALD" if congress == 98 & id == 14066 replace namelong = "MCCAIN, JOHN S" if congress == 98 & id == 15039 replace namelong = "UDALL, MORRIS K." if congress == 98 & id == 10566 replace namelong = "STUMP, BOB" if congress == 98 & id == 14454 replace namelong = "RUDD, ELDON" if congress == 98 & id == 14449 replace namelong = "MCNULTY, JAMES F., JR." if congress == 98 & id == 15043 replace namelong = "ALEXANDER, WILLIAM V." if congress == 98 & id == 12000 replace namelong = "BETHUNE, EDWIN RUTHVIN" if congress == 98 & id == 14606 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 98 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 98 & id == 14601 replace namelong = "BOSCO, DOUGLAS H." if congress == 98 & id == 15009 replace namelong = "CHAPPIE, EUGENE A" if congress == 98 & id == 14805 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 98 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 98 & id == 14624 replace namelong = "BURTON, PHILIP" if congress == 98 & id == 10577 replace namelong = "BURTON, SALA" if congress == 98 & id == 15080 replace namelong = "BOXER, BARBARA" if congress == 98 & id == 15011 replace namelong = "MILLER, GEORGE" if congress == 98 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 98 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 98 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 98 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 98 & id == 14837 replace namelong = "ZSCHAU, EDWIN V. W." if congress == 98 & id == 15078 replace namelong = "MINETA, NORMAN" if congress == 98 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 98 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 98 & id == 14613 replace namelong = "PANETTA, LEON" if congress == 98 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 98 & id == 14652 replace namelong = "LEHMAN, RICHARD H." if congress == 98 & id == 15032 replace namelong = "LAGOMARSINO, ROBERT" if congress == 98 & id == 14071 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 98 & id == 14669 replace namelong = "FIEDLER, BOBBI" if congress == 98 & id == 14821 replace namelong = "MOORHEAD, CARLOS" if congress == 98 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 98 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 98 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 98 & id == 10621 replace namelong = "BERMAN, HOWARD L." if congress == 98 & id == 15005 replace namelong = "LEVINE, MEL" if congress == 98 & id == 15034 replace namelong = "DIXON, JULIAN CAREY" if congress == 98 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 98 & id == 10595 replace namelong = "MARTINEZ, MATTHEW G." if congress == 98 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 98 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 98 & id == 12001 replace namelong = "DREIER, DAVID" if congress == 98 & id == 14813 replace namelong = "TORRES, ESTEBAN E." if congress == 98 & id == 15070 replace namelong = "LEWIS, JERRY" if congress == 98 & id == 14644 replace namelong = "BROWN, GEORGE E., JR." if congress == 98 & id == 10573 replace namelong = "MCCANDLESS, ALFRED A." if congress == 98 & id == 15040 replace namelong = "PATTERSON, JERRY" if congress == 98 & id == 14266 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 98 & id == 14616 replace namelong = "BADHAM, ROBERT" if congress == 98 & id == 14403 replace namelong = "LOWERY, BILL" if congress == 98 & id == 14839 replace namelong = "LUNGREN, DANIEL EDWARD" if congress == 98 & id == 14647 replace namelong = "PACKARD, RONALD C." if congress == 98 & id == 15051 replace namelong = "BATES, JIM" if congress == 98 & id == 15004 replace namelong = "HUNTER, DUNCAN L." if congress == 98 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 98 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 98 & id == 14282 replace namelong = "KOGOVSEK, RAYMOND PETER" if congress == 98 & id == 14638 replace namelong = "BROWN, HANK" if congress == 98 & id == 14803 replace namelong = "KRAMER, KENNETH BENTLEY" if congress == 98 & id == 14639 replace namelong = "SCHAEFER, DANIEL" if congress == 98 & id == 15058 replace namelong = "SWIGERT, JACK##NOT IN####" if congress == 98 & id == 15067 replace namelong = "KENNELLY, BARBARA B." if congress == 98 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 98 & id == 14825 replace namelong = "MORRISON, BRUCE A." if congress == 98 & id == 15045 replace namelong = "MCKINNEY, STEWART" if congress == 98 & id == 13029 replace namelong = "RATCHFORD, WILLIAM RICHAR" if congress == 98 & id == 14653 replace namelong = "JOHNSON, NANCY" if congress == 98 & id == 15028 replace namelong = "CARPER, THOMAS R." if congress == 98 & id == 15015 replace namelong = "HUTTO, EARL DEWITT" if congress == 98 & id == 14636 replace namelong = "FUQUA, DON" if congress == 98 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 98 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 98 & id == 12007 replace namelong = "MCCOLLUM, BILL" if congress == 98 & id == 14842 replace namelong = "MACKAY, KENNETH" if congress == 98 & id == 15038 replace namelong = "GIBBONS, SAM M." if congress == 98 & id == 10588 replace namelong = "YOUNG, C.W." if congress == 98 & id == 13047 replace namelong = "BILIRAKIS, MICHAEL" if congress == 98 & id == 15006 replace namelong = "IRELAND, ANDREW" if congress == 98 & id == 94428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 98 & id == 14651 replace namelong = "LEWIS, THOMAS F." if congress == 98 & id == 15035 replace namelong = "MACK, CONNIE" if congress == 98 & id == 15037 replace namelong = "MICA, DANIEL ANDREW" if congress == 98 & id == 14648 replace namelong = "SHAW, CLAY" if congress == 98 & id == 14860 replace namelong = "SMITH, LAWRENCE" if congress == 98 & id == 15062 replace namelong = "LEHMAN, WILLIAM" if congress == 98 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 98 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 98 & id == 3078 replace namelong = "THOMAS, LINDSAY" if congress == 98 & id == 15069 replace namelong = "HATCHER, CHARLES F." if congress == 98 & id == 14831 replace namelong = "RAY, RICHARD B." if congress == 98 & id == 15053 replace namelong = "LEVITAS, ELLIOTT" if congress == 98 & id == 14249 replace namelong = "FOWLER, WYCHE, JR." if congress == 98 & id == 14467 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 98 & id == 14627 replace namelong = "MCDONALD, LARRY" if congress == 98 & id == 14252 replace namelong = "DARDEN, GEORGE" if congress == 98 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 98 & id == 15057 replace namelong = "JENKINS, ED" if congress == 98 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 98 & id == 14404 replace namelong = "HEFTEL, CECIL" if congress == 98 & id == 14425 replace namelong = "AKAKA, DANIEL" if congress == 98 & id == 14400 replace namelong = "CRAIG, LARRY" if congress == 98 & id == 14809 replace namelong = "HANSEN, GEORGE V." if congress == 98 & id == 10734 replace namelong = "WASHINGTON, HAROLD" if congress == 98 & id == 14866 replace namelong = "HAYES, CHARLES" if congress == 98 & id == 15079 replace namelong = "SAVAGE, GUS" if congress == 98 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 98 & id == 14271 replace namelong = "O BRIEN, GEORGE" if congress == 98 & id == 14041 replace namelong = "LIPINSKI, WILLIAM O." if congress == 98 & id == 15036 replace namelong = "HYDE, HENRY" if congress == 98 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 98 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 98 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 98 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 98 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 98 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 98 & id == 12041 replace namelong = "ERLENBORN, JOHN N." if congress == 98 & id == 10722 replace namelong = "CORCORAN, TOM" if congress == 98 & id == 14411 replace namelong = "MADIGAN, EDWARD" if congress == 98 & id == 14033 replace namelong = "MARTIN, LYNN M." if congress == 98 & id == 14841 replace namelong = "EVANS, LANE" if congress == 98 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 98 & id == 6455 replace namelong = "CRANE, DANIEL BEVER" if congress == 98 & id == 14615 replace namelong = "DURBIN, RICHARD J." if congress == 98 & id == 15021 replace namelong = "PRICE, CHARLES MELVIN" if congress == 98 & id == 7610 replace namelong = "SIMON, PAUL" if congress == 98 & id == 14275 replace namelong = "HALL, KATIE BEATRICE" if congress == 98 & id == 14880 replace namelong = "SHARP, PHILIP" if congress == 98 & id == 14274 replace namelong = "HILER, JOHN R." if congress == 98 & id == 14834 replace namelong = "COATS, DANIEL" if congress == 98 & id == 14806 replace namelong = "HILLIS, ELWOOD" if congress == 98 & id == 13018 replace namelong = "BURTON, DANNY L." if congress == 98 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 98 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 98 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 98 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 98 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 98 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 98 & id == 14668 replace namelong = "EVANS, COOPER" if congress == 98 & id == 14820 replace namelong = "SMITH, NEAL EDWARD" if congress == 98 & id == 8672 replace namelong = "HARKIN, TOM" if congress == 98 & id == 14230 replace namelong = "BEDELL, BERKLEY" if congress == 98 & id == 14205 replace namelong = "ROBERTS, PAT" if congress == 98 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 98 & id == 15061 replace namelong = "WINN, LARRY, JR." if congress == 98 & id == 11057 replace namelong = "GLICKMAN, DAN" if congress == 98 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 98 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 98 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 98 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 98 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 98 & id == 10626 replace namelong = "ROGERS, HAROLD" if congress == 98 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 98 & id == 14635 replace namelong = "PERKINS, CARL DEWEY" if congress == 98 & id == 7343 replace namelong = "LIVINGSTON, ROBERT L." if congress == 98 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 98 & id == 14067 replace namelong = "TAUZIN, WILBERT" if congress == 98 & id == 14679 replace namelong = "ROEMER, CHARLES" if congress == 98 & id == 14853 replace namelong = "HUCKABY, JERRY" if congress == 98 & id == 14427 replace namelong = "MOORE, W. HENSON" if congress == 98 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 98 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 98 & id == 10602 replace namelong = "MCKERNAN, JOHN R., JR." if congress == 98 & id == 15042 replace namelong = "SNOWE, OLYMPIA" if congress == 98 & id == 14661 replace namelong = "DYSON, ROYDEN" if congress == 98 & id == 14817 replace namelong = "LONG, CLARENCE D." if congress == 98 & id == 10601 replace namelong = "MIKULSKI, BARBARA" if congress == 98 & id == 14440 replace namelong = "HOLT, MARJORIE" if congress == 98 & id == 14021 replace namelong = "HOYER, STENY H ." if congress == 98 & id == 14873 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 98 & id == 14608 replace namelong = "MITCHELL, PARREN" if congress == 98 & id == 13031 replace namelong = "BARNES, MICHAEL DARR" if congress == 98 & id == 14604 replace namelong = "CONTE, SILVIO OTTO" if congress == 98 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 98 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 98 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 98 & id == 14824 replace namelong = "SHANNON, JAMES MICHAEL" if congress == 98 & id == 14658 replace namelong = "MAVROULES, NICHOLAS" if congress == 98 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 98 & id == 14435 replace namelong = "O'NEILL, THOMAS" if congress == 98 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 98 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 98 & id == 14055 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 98 & id == 14621 replace namelong = "CONYERS, JOHN, JR." if congress == 98 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 98 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 98 & id == 14673 replace namelong = "SILJANDER, MARK" if congress == 98 & id == 14872 replace namelong = "SAWYER, HAROLD" if congress == 98 & id == 14450 replace namelong = "CARR, BOB" if congress == 98 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 98 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 98 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 98 & id == 10794 replace namelong = "ALBOSTA, DONALD JOSEPH" if congress == 98 & id == 14600 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 98 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 98 & id == 14407 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 98 & id == 14681 replace namelong = "HERTEL, DENNIS M." if congress == 98 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 98 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 98 & id == 2605 replace namelong = "LEVIN, SANDER M." if congress == 98 & id == 15033 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 98 & id == 1087 replace namelong = "PENNY, TIMOTHY" if congress == 98 & id == 15052 replace namelong = "WEBER, VIN" if congress == 98 & id == 14868 replace namelong = "FRENZEL, WILLIAM" if congress == 98 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 98 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 98 & id == 14656 replace namelong = "SIKORSKI, GERRY" if congress == 98 & id == 15059 replace namelong = "STANGELAND, ARLAN" if congress == 98 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 98 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 98 & id == 10075 replace namelong = "FRANKLIN, WILLIAM W." if congress == 98 & id == 15025 replace namelong = "MONTGOMERY, G. V." if congress == 98 & id == 11035 replace namelong = "DOWDY, WAYNE" if congress == 98 & id == 14874 replace namelong = "LOTT, TRENT" if congress == 98 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 98 & id == 12009 replace namelong = "YOUNG, ROBERT" if congress == 98 & id == 14465 replace namelong = "GEPHARDT, RICHARD" if congress == 98 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 98 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 98 & id == 15076 replace namelong = "COLEMAN, E. THOMAS" if congress == 98 & id == 14410 replace namelong = "TAYLOR, ROY" if congress == 98 & id == 14057 replace namelong = "EMERSON, BILL" if congress == 98 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 98 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 98 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 98 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 98 & id == 14605 replace namelong = "DAUB, HAL" if congress == 98 & id == 14810 replace namelong = "SMITH, VIRGINIA" if congress == 98 & id == 14276 replace namelong = "REID, HARRY M." if congress == 98 & id == 15054 replace namelong = "VUCANOVICH, BARBARA F." if congress == 98 & id == 15075 replace namelong = "D AMOURS, NORMAN" if congress == 98 & id == 14284 replace namelong = "GREGG, JUDD" if congress == 98 & id == 14826 replace namelong = "FLORIO, JAMES" if congress == 98 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 98 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 98 & id == 10739 replace namelong = "SMITH, CHRISTOPHER H." if congress == 98 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 98 & id == 14855 replace namelong = "DWYER, BERNARD" if congress == 98 & id == 14815 replace namelong = "RINALDO, MATTHEW" if congress == 98 & id == 14046 replace namelong = "ROE, ROBERT A." if congress == 98 & id == 12042 replace namelong = "TORRICELLI, ROBERT G." if congress == 98 & id == 15071 replace namelong = "RODINO, PETER WALLACE JR." if congress == 98 & id == 8010 replace namelong = "MINISH, JOSEPH G." if congress == 98 & id == 10609 replace namelong = "COURTER, JAMES ANDREW" if congress == 98 & id == 14614 replace namelong = "FORSYTHE, EDWIN B." if congress == 98 & id == 12046 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 98 & id == 14631 replace namelong = "LUJAN, MANUEL, JR." if congress == 98 & id == 12022 replace namelong = "SKEEN, JOSEPH" if congress == 98 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 98 & id == 15055 replace namelong = "CARNEY, WILLIAM" if congress == 98 & id == 14610 replace namelong = "DOWNEY, THOMAS" if congress == 98 & id == 14214 replace namelong = "MRAZEK, ROBERT J." if congress == 98 & id == 15046 replace namelong = "LENT, NORMAN" if congress == 98 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 98 & id == 14845 replace namelong = "ADDABBO, JOSEPH P." if congress == 98 & id == 10500 replace namelong = "ACKERMAN, GARY L." if congress == 98 & id == 15000 replace namelong = "SCHEUER, JAMES H." if congress == 98 & id == 10768 replace namelong = "FERRARO, GERALDINE" if congress == 98 & id == 14625 replace namelong = "SCHUMER, CHARLES E." if congress == 98 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 98 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 98 & id == 15050 replace namelong = "SOLARZ, STEPHEN" if congress == 98 & id == 14277 replace namelong = "MOLINARI, GUY V." if congress == 98 & id == 14846 replace namelong = "GREEN, S. WILLIAM" if congress == 98 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 98 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 98 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 98 & id == 14470 replace namelong = "BIAGGI, MARIO" if congress == 98 & id == 12003 replace namelong = "OTTINGER, RICHARD L." if congress == 98 & id == 10760 replace namelong = "FISH, HAMILTON, JR." if congress == 98 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 98 & id == 14015 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 98 & id == 9017 replace namelong = "SOLOMON, GERALD B." if congress == 98 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 98 & id == 15007 replace namelong = "MARTIN, DAVID O'B." if congress == 98 & id == 14840 replace namelong = "WORTLEY, GEORGE" if congress == 98 & id == 14870 replace namelong = "MCHUGH, MATTHEW" if congress == 98 & id == 14253 replace namelong = "HORTON, FRANK J." if congress == 98 & id == 10596 replace namelong = "CONABLE, BARBER B., JR." if congress == 98 & id == 10712 replace namelong = "KEMP, JACK" if congress == 98 & id == 13020 replace namelong = "LAFALCE, JOHN" if congress == 98 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 98 & id == 14264 replace namelong = "LUNDINE, STANLEY" if congress == 98 & id == 14289 replace namelong = "JONES, WALTER" if congress == 98 & id == 10788 replace namelong = "VALENTINE, TIM" if congress == 98 & id == 15073 replace namelong = "WHITLEY, CHARLES" if congress == 98 & id == 14464 replace namelong = "ANDREWS, IKE" if congress == 98 & id == 14001 replace namelong = "NEAL, STEPHEN" if congress == 98 & id == 14262 replace namelong = "BRITT, ROBIN" if congress == 98 & id == 15012 replace namelong = "ROSE, CHARLES" if congress == 98 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 98 & id == 14233 replace namelong = "MARTIN, JAMES" if congress == 98 & id == 14035 replace namelong = "BROYHILL, JAMES T." if congress == 98 & id == 10574 replace namelong = "CLARKE, JAMES MCCLURE" if congress == 98 & id == 15017 replace namelong = "DORGAN, BYRON" if congress == 98 & id == 14812 replace namelong = "LUKEN, THOMAS A." if congress == 98 & id == 14070 replace namelong = "GRADISON, WILLIS" if congress == 98 & id == 14225 replace namelong = "HALL, TONY PATRICK" if congress == 98 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 98 & id == 14875 replace namelong = "LATTA, DELBERT LEROY" if congress == 98 & id == 5495 replace namelong = "MCEWEN, BOB" if congress == 98 & id == 14844 replace namelong = "DEWINE, MICHAEL" if congress == 98 & id == 15020 replace namelong = "KINDNESS, THOMAS" if congress == 98 & id == 14245 replace namelong = "KAPTUR, MARCIA" if congress == 98 & id == 15029 replace namelong = "MILLER, CLARENCE E." if congress == 98 & id == 11034 replace namelong = "ECKART, DENNIS E." if congress == 98 & id == 14818 replace namelong = "KASICH, JOHN R." if congress == 98 & id == 15030 replace namelong = "PEASE, DONALD" if congress == 98 & id == 14445 replace namelong = "SEIBERLING, JOHN" if congress == 98 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 98 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 98 & id == 14045 replace namelong = "WILLIAMS, LYLE" if congress == 98 & id == 14671 replace namelong = "APPLEGATE, DOUGLAS" if congress == 98 & id == 14402 replace namelong = "FEIGHAN, EDWARD F." if congress == 98 & id == 15024 replace namelong = "OAKAR, MARY ROSE" if congress == 98 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 98 & id == 12030 replace namelong = "JONES, JAMES R." if congress == 98 & id == 14026 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 98 & id == 14667 replace namelong = "WATKINS, WES" if congress == 98 & id == 14462 replace namelong = "MCCURDY, DAVE" if congress == 98 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 98 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 98 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 98 & id == 14201 replace namelong = "SMITH, ROBERT F." if congress == 98 & id == 15063 replace namelong = "WYDEN, RON" if congress == 98 & id == 14871 replace namelong = "WEAVER, JAMES" if congress == 98 & id == 14281 replace namelong = "SMITH, DENNY" if congress == 98 & id == 14864 replace namelong = "FOGLIETTA, THOMAS M." if congress == 98 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 98 & id == 14629 replace namelong = "BORSKI, ROBERT A., JR." if congress == 98 & id == 15008 replace namelong = "KOLTER, JOSEPH P." if congress == 98 & id == 15031 replace namelong = "SCHULZE, RICHARD" if congress == 98 & id == 14273 replace namelong = "YATRON, GUS" if congress == 98 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 98 & id == 14217 replace namelong = "KOSTMAYER, PETER" if congress == 98 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 98 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 98 & id == 10607 replace namelong = "HARRISON, FRANK" if congress == 98 & id == 15027 replace namelong = "MURTHA, JOHN" if congress == 98 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 98 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 98 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 98 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 98 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 98 & id == 15026 replace namelong = "WALGREN, DOUG" if congress == 98 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 98 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 98 & id == 11067 replace namelong = "RIDGE, THOMAS J." if congress == 98 & id == 15056 replace namelong = "MURPHY, AUSTIN" if congress == 98 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 98 & id == 14612 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 98 & id == 10561 replace namelong = "SCHNEIDER, CLAUDINE" if congress == 98 & id == 14857 replace namelong = "HARTNETT, THOMAS F." if congress == 98 & id == 14830 replace namelong = "SPENCE, FLOYD" if congress == 98 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 98 & id == 14212 replace namelong = "CAMPBELL, CARROLL ASHMORE" if congress == 98 & id == 14609 replace namelong = "SPRATT, JOHN M ." if congress == 98 & id == 15064 replace namelong = "TALLON, ROBERT" if congress == 98 & id == 15068 replace namelong = "DASCHLE, THOMAS ANDREW" if congress == 98 & id == 14617 replace namelong = "QUILLEN, JAMES H." if congress == 98 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 98 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 98 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 98 & id == 15019 replace namelong = "BONER, WILLIAM HILL" if congress == 98 & id == 14607 replace namelong = "GORE, ALBERT, JR." if congress == 98 & id == 14423 replace namelong = "SUNDQUIST, DONALD K." if congress == 98 & id == 15066 replace namelong = "JONES, EDWARD" if congress == 98 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 98 & id == 14224 replace namelong = "HALL, SAM" if congress == 98 & id == 14291 replace namelong = "WILSON, CHARLES" if congress == 98 & id == 14062 replace namelong = "BARTLETT, STEVE" if congress == 98 & id == 15002 replace namelong = "HALL, RALPH M." if congress == 98 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 98 & id == 15013 replace namelong = "GRAMM, WILLIAM PHILIP" if congress == 98 & id == 14628 replace namelong = "ARCHER, W.R." if congress == 98 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 98 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 98 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 98 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 98 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 98 & id == 10391 replace namelong = "HIGHTOWER, JACK" if congress == 98 & id == 14234 replace namelong = "PATMAN, WILLIAM N." if congress == 98 & id == 14850 replace namelong = "DE LA GARZA, ELIGIO" if congress == 98 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 98 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 98 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 98 & id == 14643 replace namelong = "HANCE, KENT RONALD" if congress == 98 & id == 14633 replace namelong = "GONZALEZ, HENRY B." if congress == 98 & id == 10520 replace namelong = "LOEFFLER, THOMAS GILBERT" if congress == 98 & id == 14645 replace namelong = "PAUL, RON" if congress == 98 & id == 14290 replace namelong = "KAZEN, ABRAHAM J." if congress == 98 & id == 11023 replace namelong = "FROST, JONAS MARTIN III" if congress == 98 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 98 & id == 15001 replace namelong = "VANDERGRIFF, TOMMY J." if congress == 98 & id == 15074 replace namelong = "ORTIZ, SOLOMON" if congress == 98 & id == 15049 replace namelong = "HANSEN, JAMES V." if congress == 98 & id == 14829 replace namelong = "MARRIOTT, DAN" if congress == 98 & id == 14438 replace namelong = "NIELSON, HOWARD C." if congress == 98 & id == 15047 replace namelong = "JEFFORDS, JAMES" if congress == 98 & id == 14240 replace namelong = "BATEMAN, HERBERT H." if congress == 98 & id == 15003 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 98 & id == 12033 replace namelong = "BLILEY, THOMAS J." if congress == 98 & id == 14802 replace namelong = "SISISKY, NORMAN" if congress == 98 & id == 15060 replace namelong = "DANIEL, W. C." if congress == 98 & id == 12011 replace namelong = "OLIN, JAMES R." if congress == 98 & id == 15048 replace namelong = "ROBINSON, J.K." if congress == 98 & id == 13036 replace namelong = "PARRIS, STANFORD E." if congress == 98 & id == 14043 replace namelong = "BOUCHER, FREDERICK C." if congress == 98 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 98 & id == 14869 replace namelong = "PRITCHARD, JOEL" if congress == 98 & id == 14044 replace namelong = "SWIFT, ALLEN" if congress == 98 & id == 14666 replace namelong = "BONKER, DON" if congress == 98 & id == 14208 replace namelong = "MORRISON, SID" if congress == 98 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 98 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 98 & id == 14413 replace namelong = "LOWRY, MICHAEL E." if congress == 98 & id == 14646 replace namelong = "CHANDLER, ROD" if congress == 98 & id == 15016 replace namelong = "MOLLOHAN, ALAN B." if congress == 98 & id == 15083 replace namelong = "STAGGERS, HARLEY O., JR." if congress == 98 & id == 15065 replace namelong = "WISE, ROBERT E" if congress == 98 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 98 & id == 14448 replace namelong = "ASPIN, LES" if congress == 98 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 98 & id == 5101 replace namelong = "GUNDERSON, STEVEN" if congress == 98 & id == 14827 replace namelong = "ZABLOCKI, CLEMENT JOHN" if congress == 98 & id == 10463 replace namelong = "KLECZKA, GERALD" if congress == 98 & id == 15082 replace namelong = "MOODY, JIM" if congress == 98 & id == 15044 replace namelong = "PETRI, THOMAS" if congress == 98 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 98 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 98 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 98 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 98 & id == 14611 replace namelong = "REAGAN, RONALD WILSON" if congress == 99 & id == 99907 replace namelong = "CALLAHAN, HERBERT L." if congress == 99 & id == 15090 replace namelong = "DICKINSON, WILLIAM L." if congress == 99 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 99 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 99 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 99 & id == 14419 replace namelong = "ERDREICH, BEN" if congress == 99 & id == 15022 replace namelong = "SHELBY, RICHARD CRAIG" if congress == 99 & id == 14659 replace namelong = "YOUNG, DONALD" if congress == 99 & id == 14066 replace namelong = "MCCAIN, JOHN S" if congress == 99 & id == 15039 replace namelong = "UDALL, MORRIS K." if congress == 99 & id == 10566 replace namelong = "STUMP, BOB" if congress == 99 & id == 14454 replace namelong = "RUDD, ELDON" if congress == 99 & id == 14449 replace namelong = "KOLBE, JIM" if congress == 99 & id == 15105 replace namelong = "ALEXANDER, WILLIAM V." if congress == 99 & id == 12000 replace namelong = "ROBINSON, TOMMY F." if congress == 99 & id == 15122 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 99 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 99 & id == 14601 replace namelong = "BOSCO, DOUGLAS H." if congress == 99 & id == 15009 replace namelong = "CHAPPIE, EUGENE A" if congress == 99 & id == 14805 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 99 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 99 & id == 14624 replace namelong = "BURTON, SALA" if congress == 99 & id == 15080 replace namelong = "BOXER, BARBARA" if congress == 99 & id == 15011 replace namelong = "MILLER, GEORGE" if congress == 99 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 99 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 99 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 99 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 99 & id == 14837 replace namelong = "ZSCHAU, EDWIN V. W." if congress == 99 & id == 15078 replace namelong = "MINETA, NORMAN" if congress == 99 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 99 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 99 & id == 14613 replace namelong = "PANETTA, LEON" if congress == 99 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 99 & id == 14652 replace namelong = "LEHMAN, RICHARD H." if congress == 99 & id == 15032 replace namelong = "LAGOMARSINO, ROBERT" if congress == 99 & id == 14071 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 99 & id == 14669 replace namelong = "FIEDLER, BOBBI" if congress == 99 & id == 14821 replace namelong = "MOORHEAD, CARLOS" if congress == 99 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 99 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 99 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 99 & id == 10621 replace namelong = "BERMAN, HOWARD L." if congress == 99 & id == 15005 replace namelong = "LEVINE, MEL" if congress == 99 & id == 15034 replace namelong = "DIXON, JULIAN CAREY" if congress == 99 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 99 & id == 10595 replace namelong = "MARTINEZ, MATTHEW G." if congress == 99 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 99 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 99 & id == 12001 replace namelong = "DREIER, DAVID" if congress == 99 & id == 14813 replace namelong = "TORRES, ESTEBAN E." if congress == 99 & id == 15070 replace namelong = "LEWIS, JERRY" if congress == 99 & id == 14644 replace namelong = "BROWN, GEORGE E., JR." if congress == 99 & id == 10573 replace namelong = "MCCANDLESS, ALFRED A." if congress == 99 & id == 15040 replace namelong = "DORNAN, ROBERT" if congress == 99 & id == 14414 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 99 & id == 14616 replace namelong = "BADHAM, ROBERT" if congress == 99 & id == 14403 replace namelong = "LOWERY, BILL" if congress == 99 & id == 14839 replace namelong = "LUNGREN, DANIEL EDWARD" if congress == 99 & id == 14647 replace namelong = "PACKARD, RONALD C." if congress == 99 & id == 15051 replace namelong = "BATES, JIM" if congress == 99 & id == 15004 replace namelong = "HUNTER, DUNCAN L." if congress == 99 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 99 & id == 14051 replace namelong = "WIRTH, TIMOTHY" if congress == 99 & id == 14282 replace namelong = "STRANG, MICHAEL L." if congress == 99 & id == 15118 replace namelong = "BROWN, HANK" if congress == 99 & id == 14803 replace namelong = "KRAMER, KENNETH BENTLEY" if congress == 99 & id == 14639 replace namelong = "SCHAEFER, DANIEL" if congress == 99 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 99 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 99 & id == 14825 replace namelong = "MORRISON, BRUCE A." if congress == 99 & id == 15045 replace namelong = "MCKINNEY, STEWART" if congress == 99 & id == 13029 replace namelong = "ROWLAND, JOHN G." if congress == 99 & id == 15123 replace namelong = "JOHNSON, NANCY" if congress == 99 & id == 15028 replace namelong = "CARPER, THOMAS R." if congress == 99 & id == 15015 replace namelong = "HUTTO, EARL DEWITT" if congress == 99 & id == 14636 replace namelong = "FUQUA, DON" if congress == 99 & id == 10587 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 99 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 99 & id == 12007 replace namelong = "MCCOLLUM, BILL" if congress == 99 & id == 14842 replace namelong = "MACKAY, KENNETH" if congress == 99 & id == 15038 replace namelong = "GIBBONS, SAM M." if congress == 99 & id == 10588 replace namelong = "YOUNG, C.W." if congress == 99 & id == 13047 replace namelong = "BILIRAKIS, MICHAEL" if congress == 99 & id == 15006 replace namelong = "IRELAND, ANDREW" if congress == 99 & id == 14428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 99 & id == 14651 replace namelong = "LEWIS, THOMAS F." if congress == 99 & id == 15035 replace namelong = "MACK, CONNIE" if congress == 99 & id == 15037 replace namelong = "MICA, DANIEL ANDREW" if congress == 99 & id == 14648 replace namelong = "SHAW, CLAY" if congress == 99 & id == 14860 replace namelong = "SMITH, LAWRENCE" if congress == 99 & id == 15062 replace namelong = "LEHMAN, WILLIAM" if congress == 99 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 99 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 99 & id == 3078 replace namelong = "THOMAS, LINDSAY" if congress == 99 & id == 15069 replace namelong = "HATCHER, CHARLES F." if congress == 99 & id == 14831 replace namelong = "RAY, RICHARD B." if congress == 99 & id == 15053 replace namelong = "SWINDALL, PATRICK L." if congress == 99 & id == 15120 replace namelong = "FOWLER, WYCHE, JR." if congress == 99 & id == 14467 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 99 & id == 14627 replace namelong = "DARDEN, GEORGE" if congress == 99 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 99 & id == 15057 replace namelong = "JENKINS, ED" if congress == 99 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 99 & id == 14404 replace namelong = "HEFTEL, CECIL" if congress == 99 & id == 14425 replace namelong = "ABERCROMBIE, NEIL" if congress == 99 & id == 15245 replace namelong = "AKAKA, DANIEL" if congress == 99 & id == 14400 replace namelong = "CRAIG, LARRY" if congress == 99 & id == 14809 replace namelong = "STALLINGS, RICHARD H." if congress == 99 & id == 15117 replace namelong = "HAYES, CHARLES" if congress == 99 & id == 15079 replace namelong = "SAVAGE, GUS" if congress == 99 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 99 & id == 14271 replace namelong = "O BRIEN, GEORGE" if congress == 99 & id == 14041 replace namelong = "LIPINSKI, WILLIAM O." if congress == 99 & id == 15036 replace namelong = "HYDE, HENRY" if congress == 99 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 99 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 99 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 99 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 99 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 99 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 99 & id == 12041 replace namelong = "FAWELL, HARRIS W." if congress == 99 & id == 15098 replace namelong = "GROTBERG, JOHN E." if congress == 99 & id == 15102 replace namelong = "MADIGAN, EDWARD" if congress == 99 & id == 14033 replace namelong = "MARTIN, LYNN M." if congress == 99 & id == 14841 replace namelong = "EVANS, LANE" if congress == 99 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 99 & id == 6455 replace namelong = "BRUCE, TERRY L." if congress == 99 & id == 15088 replace namelong = "DURBIN, RICHARD J." if congress == 99 & id == 15021 replace namelong = "PRICE, CHARLES MELVIN" if congress == 99 & id == 7610 replace namelong = "GRAY, KENNETH JAMES" if congress == 99 & id == 15101 replace namelong = "VISCLOSKY, PETER J." if congress == 99 & id == 15124 replace namelong = "SHARP, PHILIP" if congress == 99 & id == 14274 replace namelong = "HILER, JOHN R." if congress == 99 & id == 14834 replace namelong = "COATS, DANIEL" if congress == 99 & id == 14806 replace namelong = "HILLIS, ELWOOD" if congress == 99 & id == 13018 replace namelong = "BURTON, DANNY L." if congress == 99 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 99 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 99 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 99 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 99 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 99 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 99 & id == 14668 replace namelong = "EVANS, COOPER" if congress == 99 & id == 14820 replace namelong = "SMITH, NEAL EDWARD" if congress == 99 & id == 8672 replace namelong = "LIGHTFOOT, JAMES R." if congress == 99 & id == 15106 replace namelong = "BEDELL, BERKLEY" if congress == 99 & id == 14205 replace namelong = "ROBERTS, PAT" if congress == 99 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 99 & id == 15061 replace namelong = "MEYERS, JAN" if congress == 99 & id == 15109 replace namelong = "GLICKMAN, DAN" if congress == 99 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 99 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 99 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 99 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 99 & id == 13024 replace namelong = "SNYDER, M. G." if congress == 99 & id == 10626 replace namelong = "ROGERS, HAROLD" if congress == 99 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 99 & id == 14635 replace namelong = "PERKINS, CARL C." if congress == 99 & id == 15228 replace namelong = "LIVINGSTON, ROBERT L." if congress == 99 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 99 & id == 14067 replace namelong = "TAUZIN, WILBERT" if congress == 99 & id == 14679 replace namelong = "ROEMER, CHARLES" if congress == 99 & id == 14853 replace namelong = "HUCKABY, JERRY" if congress == 99 & id == 14427 replace namelong = "MOORE, W. HENSON" if congress == 99 & id == 14259 replace namelong = "BREAUX, JOHN B." if congress == 99 & id == 13056 replace namelong = "LONG, GILLIS W." if congress == 99 & id == 10602 replace namelong = "LONG, CATHY" if congress == 99 & id == 15128 replace namelong = "MCKERNAN, JOHN R., JR." if congress == 99 & id == 15042 replace namelong = "SNOWE, OLYMPIA" if congress == 99 & id == 14661 replace namelong = "DYSON, ROYDEN" if congress == 99 & id == 14817 replace namelong = "BENTLEY, HELEN D." if congress == 99 & id == 15086 replace namelong = "MIKULSKI, BARBARA" if congress == 99 & id == 14440 replace namelong = "HOLT, MARJORIE" if congress == 99 & id == 14021 replace namelong = "HOYER, STENY H ." if congress == 99 & id == 14873 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 99 & id == 14608 replace namelong = "MITCHELL, PARREN" if congress == 99 & id == 13031 replace namelong = "BARNES, MICHAEL DARR" if congress == 99 & id == 14604 replace namelong = "CONTE, SILVIO OTTO" if congress == 99 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 99 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 99 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 99 & id == 14824 replace namelong = "ATKINS, CHESTER G." if congress == 99 & id == 15084 replace namelong = "MAVROULES, NICHOLAS" if congress == 99 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 99 & id == 14435 replace namelong = "O'NEILL, THOMAS" if congress == 99 & id == 7081 replace namelong = "MOAKLEY, JOHN" if congress == 99 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 99 & id == 14055 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 99 & id == 14621 replace namelong = "CONYERS, JOHN, JR." if congress == 99 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 99 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 99 & id == 14673 replace namelong = "SILJANDER, MARK" if congress == 99 & id == 14872 replace namelong = "HENRY, PAUL B." if congress == 99 & id == 15103 replace namelong = "CARR, BOB" if congress == 99 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 99 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 99 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 99 & id == 10794 replace namelong = "SCHUETTE, BILL" if congress == 99 & id == 15114 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 99 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 99 & id == 14407 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 99 & id == 14681 replace namelong = "HERTEL, DENNIS M." if congress == 99 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 99 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 99 & id == 2605 replace namelong = "LEVIN, SANDER M." if congress == 99 & id == 15033 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 99 & id == 1087 replace namelong = "PENNY, TIMOTHY" if congress == 99 & id == 15052 replace namelong = "WEBER, VIN" if congress == 99 & id == 14868 replace namelong = "FRENZEL, WILLIAM" if congress == 99 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 99 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 99 & id == 14656 replace namelong = "SIKORSKI, GERRY" if congress == 99 & id == 15059 replace namelong = "STANGELAND, ARLAN" if congress == 99 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 99 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 99 & id == 10075 replace namelong = "FRANKLIN, WILLIAM W." if congress == 99 & id == 15025 replace namelong = "MONTGOMERY, G. V." if congress == 99 & id == 11035 replace namelong = "DOWDY, WAYNE" if congress == 99 & id == 14874 replace namelong = "LOTT, TRENT" if congress == 99 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 99 & id == 12009 replace namelong = "YOUNG, ROBERT" if congress == 99 & id == 14465 replace namelong = "GEPHARDT, RICHARD" if congress == 99 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 99 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 99 & id == 15076 replace namelong = "COLEMAN, E. THOMAS" if congress == 99 & id == 14410 replace namelong = "TAYLOR, ROY" if congress == 99 & id == 14057 replace namelong = "EMERSON, BILL" if congress == 99 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 99 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 99 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 99 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 99 & id == 14605 replace namelong = "DAUB, HAL" if congress == 99 & id == 14810 replace namelong = "SMITH, VIRGINIA" if congress == 99 & id == 14276 replace namelong = "REID, HARRY M." if congress == 99 & id == 15054 replace namelong = "VUCANOVICH, BARBARA F." if congress == 99 & id == 15075 replace namelong = "SMITH, ROBERT C." if congress == 99 & id == 15116 replace namelong = "GREGG, JUDD" if congress == 99 & id == 14826 replace namelong = "FLORIO, JAMES" if congress == 99 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 99 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 99 & id == 10739 replace namelong = "SMITH, CHRISTOPHER H." if congress == 99 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 99 & id == 14855 replace namelong = "DWYER, BERNARD" if congress == 99 & id == 14815 replace namelong = "RINALDO, MATTHEW" if congress == 99 & id == 14046 replace namelong = "ROE, ROBERT A." if congress == 99 & id == 12042 replace namelong = "TORRICELLI, ROBERT G." if congress == 99 & id == 15071 replace namelong = "RODINO, PETER WALLACE JR." if congress == 99 & id == 8010 replace namelong = "GALLO, DEAN A." if congress == 99 & id == 15099 replace namelong = "COURTER, JAMES ANDREW" if congress == 99 & id == 14614 replace namelong = "SAXTON, H. JAMES" if congress == 99 & id == 15112 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 99 & id == 14631 replace namelong = "LUJAN, MANUEL, JR." if congress == 99 & id == 12022 replace namelong = "SKEEN, JOSEPH" if congress == 99 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 99 & id == 15055 replace namelong = "CARNEY, WILLIAM" if congress == 99 & id == 14610 replace namelong = "DOWNEY, THOMAS" if congress == 99 & id == 14214 replace namelong = "MRAZEK, ROBERT J." if congress == 99 & id == 15046 replace namelong = "LENT, NORMAN" if congress == 99 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 99 & id == 14845 replace namelong = "ADDABBO, JOSEPH P." if congress == 99 & id == 10500 replace namelong = "WALDON, ALTON R JR" if congress == 99 & id == 15244 replace namelong = "ACKERMAN, GARY L." if congress == 99 & id == 15000 replace namelong = "SCHEUER, JAMES H." if congress == 99 & id == 10768 replace namelong = "MANTON, THOMAS J." if congress == 99 & id == 15107 replace namelong = "SCHUMER, CHARLES E." if congress == 99 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 99 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 99 & id == 15050 replace namelong = "SOLARZ, STEPHEN" if congress == 99 & id == 14277 replace namelong = "MOLINARI, GUY V." if congress == 99 & id == 14846 replace namelong = "GREEN, S. WILLIAM" if congress == 99 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 99 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 99 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 99 & id == 14470 replace namelong = "BIAGGI, MARIO" if congress == 99 & id == 12003 replace namelong = "DIOGUARDI, JOSEPH D." if congress == 99 & id == 15095 replace namelong = "FISH, HAMILTON, JR." if congress == 99 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 99 & id == 14015 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 99 & id == 9017 replace namelong = "SOLOMON, GERALD B." if congress == 99 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 99 & id == 15007 replace namelong = "MARTIN, DAVID O'B." if congress == 99 & id == 14840 replace namelong = "WORTLEY, GEORGE" if congress == 99 & id == 14870 replace namelong = "MCHUGH, MATTHEW" if congress == 99 & id == 14253 replace namelong = "HORTON, FRANK J." if congress == 99 & id == 10596 replace namelong = "ECKERT, FRED J." if congress == 99 & id == 15097 replace namelong = "KEMP, JACK" if congress == 99 & id == 13020 replace namelong = "LAFALCE, JOHN" if congress == 99 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 99 & id == 14264 replace namelong = "LUNDINE, STANLEY" if congress == 99 & id == 14289 replace namelong = "JONES, WALTER" if congress == 99 & id == 10788 replace namelong = "VALENTINE, TIM" if congress == 99 & id == 15073 replace namelong = "WHITLEY, CHARLES" if congress == 99 & id == 14464 replace namelong = "COBEY, WILLIAM W." if congress == 99 & id == 15091 replace namelong = "NEAL, STEPHEN" if congress == 99 & id == 14262 replace namelong = "COBLE, HOWARD" if congress == 99 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 99 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 99 & id == 14233 replace namelong = "MCMILLAN, J. ALEX" if congress == 99 & id == 15108 replace namelong = "BROYHILL, JAMES T." if congress == 99 & id == 10574 replace namelong = "HENDON, WILLIAM M." if congress == 99 & id == 14832 replace namelong = "DORGAN, BYRON" if congress == 99 & id == 14812 replace namelong = "LUKEN, THOMAS A." if congress == 99 & id == 14070 replace namelong = "GRADISON, WILLIS" if congress == 99 & id == 14225 replace namelong = "HALL, TONY PATRICK" if congress == 99 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 99 & id == 14875 replace namelong = "LATTA, DELBERT LEROY" if congress == 99 & id == 5495 replace namelong = "MCEWEN, BOB" if congress == 99 & id == 14844 replace namelong = "DEWINE, MICHAEL" if congress == 99 & id == 15020 replace namelong = "KINDNESS, THOMAS" if congress == 99 & id == 14245 replace namelong = "KAPTUR, MARCIA" if congress == 99 & id == 15029 replace namelong = "MILLER, CLARENCE E." if congress == 99 & id == 11034 replace namelong = "ECKART, DENNIS E." if congress == 99 & id == 14818 replace namelong = "KASICH, JOHN R." if congress == 99 & id == 15030 replace namelong = "PEASE, DONALD" if congress == 99 & id == 14445 replace namelong = "SEIBERLING, JOHN" if congress == 99 & id == 13040 replace namelong = "WYLIE, CHALMERS P." if congress == 99 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 99 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 99 & id == 15121 replace namelong = "APPLEGATE, DOUGLAS" if congress == 99 & id == 14402 replace namelong = "FEIGHAN, EDWARD F." if congress == 99 & id == 15024 replace namelong = "OAKAR, MARY ROSE" if congress == 99 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 99 & id == 12030 replace namelong = "JONES, JAMES R." if congress == 99 & id == 14026 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 99 & id == 14667 replace namelong = "WATKINS, WES" if congress == 99 & id == 14462 replace namelong = "MCCURDY, DAVE" if congress == 99 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 99 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 99 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 99 & id == 14201 replace namelong = "SMITH, ROBERT F." if congress == 99 & id == 15063 replace namelong = "WYDEN, RON" if congress == 99 & id == 14871 replace namelong = "WEAVER, JAMES" if congress == 99 & id == 14281 replace namelong = "SMITH, DENNY" if congress == 99 & id == 14864 replace namelong = "FOGLIETTA, THOMAS M." if congress == 99 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 99 & id == 14629 replace namelong = "BORSKI, ROBERT A., JR." if congress == 99 & id == 15008 replace namelong = "KOLTER, JOSEPH P." if congress == 99 & id == 15031 replace namelong = "SCHULZE, RICHARD" if congress == 99 & id == 14273 replace namelong = "YATRON, GUS" if congress == 99 & id == 12035 replace namelong = "EDGAR, ROBERT" if congress == 99 & id == 14217 replace namelong = "KOSTMAYER, PETER" if congress == 99 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 99 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 99 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 99 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 99 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 99 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 99 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 99 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 99 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 99 & id == 15026 replace namelong = "WALGREN, DOUG" if congress == 99 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 99 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 99 & id == 11067 replace namelong = "RIDGE, THOMAS J." if congress == 99 & id == 15056 replace namelong = "MURPHY, AUSTIN" if congress == 99 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 99 & id == 14612 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 99 & id == 10561 replace namelong = "SCHNEIDER, CLAUDINE" if congress == 99 & id == 14857 replace namelong = "HARTNETT, THOMAS F." if congress == 99 & id == 14830 replace namelong = "SPENCE, FLOYD" if congress == 99 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 99 & id == 14212 replace namelong = "CAMPBELL, CARROLL ASHMORE" if congress == 99 & id == 14609 replace namelong = "SPRATT, JOHN M ." if congress == 99 & id == 15064 replace namelong = "TALLON, ROBERT" if congress == 99 & id == 15068 replace namelong = "DASCHLE, THOMAS ANDREW" if congress == 99 & id == 14617 replace namelong = "QUILLEN, JAMES H." if congress == 99 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 99 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 99 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 99 & id == 15019 replace namelong = "BONER, WILLIAM HILL" if congress == 99 & id == 14607 replace namelong = "GORDON, BART J." if congress == 99 & id == 15100 replace namelong = "SUNDQUIST, DONALD K." if congress == 99 & id == 15066 replace namelong = "JONES, EDWARD" if congress == 99 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 99 & id == 14224 replace namelong = "HALL, SAM" if congress == 99 & id == 14291 replace namelong = "CHAPMAN, JIM" if congress == 99 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 99 & id == 14062 replace namelong = "BARTLETT, STEVE" if congress == 99 & id == 15002 replace namelong = "HALL, RALPH M." if congress == 99 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 99 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 99 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 99 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 99 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 99 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 99 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 99 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 99 & id == 10391 replace namelong = "BOULTER, E. BEAU" if congress == 99 & id == 15087 replace namelong = "SWEENEY, DAVID MCCANN" if congress == 99 & id == 15119 replace namelong = "DE LA GARZA, ELIGIO" if congress == 99 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 99 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 99 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 99 & id == 14643 replace namelong = "COMBEST, LARRY E." if congress == 99 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 99 & id == 10520 replace namelong = "LOEFFLER, THOMAS GILBERT" if congress == 99 & id == 14645 replace namelong = "DELAY, THOMAS D." if congress == 99 & id == 15094 replace namelong = "BUSTAMANTE, ALBERT G." if congress == 99 & id == 15089 replace namelong = "FROST, JONAS MARTIN III" if congress == 99 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 99 & id == 15001 replace namelong = "ARMEY, RICHARD K." if congress == 99 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 99 & id == 15049 replace namelong = "HANSEN, JAMES V." if congress == 99 & id == 14829 replace namelong = "MONSON, DAVID S." if congress == 99 & id == 15111 replace namelong = "NIELSON, HOWARD C." if congress == 99 & id == 15047 replace namelong = "JEFFORDS, JAMES" if congress == 99 & id == 14240 replace namelong = "BATEMAN, HERBERT H." if congress == 99 & id == 15003 replace namelong = "WHITEHURST, G. WILLIAM" if congress == 99 & id == 12033 replace namelong = "BLILEY, THOMAS J." if congress == 99 & id == 14802 replace namelong = "SISISKY, NORMAN" if congress == 99 & id == 15060 replace namelong = "DANIEL, W. C." if congress == 99 & id == 12011 replace namelong = "OLIN, JAMES R." if congress == 99 & id == 15048 replace namelong = "SLAUGHTER, D. FRENCH" if congress == 99 & id == 15115 replace namelong = "PARRIS, STANFORD E." if congress == 99 & id == 14043 replace namelong = "BOUCHER, FREDERICK C." if congress == 99 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 99 & id == 14869 replace namelong = "MILLER, JOHN R." if congress == 99 & id == 15110 replace namelong = "SWIFT, ALLEN" if congress == 99 & id == 14666 replace namelong = "BONKER, DON" if congress == 99 & id == 14208 replace namelong = "MORRISON, SID" if congress == 99 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 99 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 99 & id == 14413 replace namelong = "LOWRY, MICHAEL E." if congress == 99 & id == 14646 replace namelong = "CHANDLER, ROD" if congress == 99 & id == 15016 replace namelong = "MOLLOHAN, ALAN B." if congress == 99 & id == 15083 replace namelong = "STAGGERS, HARLEY O., JR." if congress == 99 & id == 15065 replace namelong = "WISE, ROBERT E" if congress == 99 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 99 & id == 14448 replace namelong = "ASPIN, LES" if congress == 99 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 99 & id == 5101 replace namelong = "GUNDERSON, STEVEN" if congress == 99 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 99 & id == 15082 replace namelong = "MOODY, JIM" if congress == 99 & id == 15044 replace namelong = "PETRI, THOMAS" if congress == 99 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 99 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 99 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 99 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 99 & id == 14611 replace namelong = "REAGAN, RONALD WILSON" if congress == 100 & id == 99907 replace namelong = "CALLAHAN, HERBERT L." if congress == 100 & id == 15090 replace namelong = "DICKINSON, WILLIAM L." if congress == 100 & id == 10717 replace namelong = "NICHOLS, BILL" if congress == 100 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 100 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 100 & id == 14419 replace namelong = "ERDREICH, BEN" if congress == 100 & id == 15022 replace namelong = "HARRIS, CLAUDE" if congress == 100 & id == 15416 replace namelong = "YOUNG, DONALD" if congress == 100 & id == 14066 replace namelong = "RHODES, JOHN J" if congress == 100 & id == 15440 replace namelong = "UDALL, MORRIS K." if congress == 100 & id == 10566 replace namelong = "STUMP, BOB" if congress == 100 & id == 14454 replace namelong = "KYL, JON" if congress == 100 & id == 15429 replace namelong = "KOLBE, JIM" if congress == 100 & id == 15105 replace namelong = "ALEXANDER, WILLIAM V." if congress == 100 & id == 12000 replace namelong = "ROBINSON, TOMMY F." if congress == 100 & id == 15122 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 100 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 100 & id == 14601 replace namelong = "BOSCO, DOUGLAS H." if congress == 100 & id == 15009 replace namelong = "HERGER, WALLY" if congress == 100 & id == 15420 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 100 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 100 & id == 14624 replace namelong = "BURTON, SALA" if congress == 100 & id == 15080 replace namelong = "PELOSI, NANCY" if congress == 100 & id == 15448 replace namelong = "BOXER, BARBARA" if congress == 100 & id == 15011 replace namelong = "MILLER, GEORGE" if congress == 100 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 100 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 100 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 100 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 100 & id == 14837 replace namelong = "KONNYU, ERNEST L" if congress == 100 & id == 15428 replace namelong = "MINETA, NORMAN" if congress == 100 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 100 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 100 & id == 14613 replace namelong = "PANETTA, LEON" if congress == 100 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 100 & id == 14652 replace namelong = "LEHMAN, RICHARD H." if congress == 100 & id == 15032 replace namelong = "LAGOMARSINO, ROBERT" if congress == 100 & id == 14071 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 100 & id == 14669 replace namelong = "GALLEGLY, ELTON" if congress == 100 & id == 15413 replace namelong = "MOORHEAD, CARLOS" if congress == 100 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 100 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 100 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 100 & id == 10621 replace namelong = "BERMAN, HOWARD L." if congress == 100 & id == 15005 replace namelong = "LEVINE, MEL" if congress == 100 & id == 15034 replace namelong = "DIXON, JULIAN CAREY" if congress == 100 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 100 & id == 10595 replace namelong = "MARTINEZ, MATTHEW G." if congress == 100 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 100 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 100 & id == 12001 replace namelong = "DREIER, DAVID" if congress == 100 & id == 14813 replace namelong = "TORRES, ESTEBAN E." if congress == 100 & id == 15070 replace namelong = "LEWIS, JERRY" if congress == 100 & id == 14644 replace namelong = "BROWN, GEORGE E., JR." if congress == 100 & id == 10573 replace namelong = "MCCANDLESS, ALFRED A." if congress == 100 & id == 15040 replace namelong = "DORNAN, ROBERT" if congress == 100 & id == 14414 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 100 & id == 14616 replace namelong = "BADHAM, ROBERT" if congress == 100 & id == 14403 replace namelong = "LOWERY, BILL" if congress == 100 & id == 14839 replace namelong = "LUNGREN, DANIEL EDWARD" if congress == 100 & id == 14647 replace namelong = "PACKARD, RONALD C." if congress == 100 & id == 15051 replace namelong = "BATES, JIM" if congress == 100 & id == 15004 replace namelong = "HUNTER, DUNCAN L." if congress == 100 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 100 & id == 14051 replace namelong = "SKAGGS, DAVID E" if congress == 100 & id == 15443 replace namelong = "CAMPBELL, BEN NIGHTHORSE" if congress == 100 & id == 15407 replace namelong = "BROWN, HANK" if congress == 100 & id == 14803 replace namelong = "HEFLEY, JOEL" if congress == 100 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 100 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 100 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 100 & id == 14825 replace namelong = "MORRISON, BRUCE A." if congress == 100 & id == 15045 replace namelong = "MCKINNEY, STEWART" if congress == 100 & id == 13029 replace namelong = "SHAYS, CHRISTOPHER" if congress == 100 & id == 15449 replace namelong = "ROWLAND, JOHN G." if congress == 100 & id == 15123 replace namelong = "JOHNSON, NANCY" if congress == 100 & id == 15028 replace namelong = "CARPER, THOMAS R." if congress == 100 & id == 15015 replace namelong = "HUTTO, EARL DEWITT" if congress == 100 & id == 14636 replace namelong = "GRANT, BILL" if congress == 100 & id == 95415 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 100 & id == 633 replace namelong = "CHAPPELL, WILLIAM V." if congress == 100 & id == 12007 replace namelong = "MCCOLLUM, BILL" if congress == 100 & id == 14842 replace namelong = "MACKAY, KENNETH" if congress == 100 & id == 15038 replace namelong = "GIBBONS, SAM M." if congress == 100 & id == 10588 replace namelong = "YOUNG, C.W." if congress == 100 & id == 13047 replace namelong = "BILIRAKIS, MICHAEL" if congress == 100 & id == 15006 replace namelong = "IRELAND, ANDREW" if congress == 100 & id == 14428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 100 & id == 14651 replace namelong = "LEWIS, THOMAS F." if congress == 100 & id == 15035 replace namelong = "MACK, CONNIE" if congress == 100 & id == 15037 replace namelong = "MICA, DANIEL ANDREW" if congress == 100 & id == 14648 replace namelong = "SHAW, CLAY" if congress == 100 & id == 14860 replace namelong = "SMITH, LAWRENCE" if congress == 100 & id == 15062 replace namelong = "LEHMAN, WILLIAM" if congress == 100 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 100 & id == 7333 replace namelong = "FASCELL, DANTE BRUNO" if congress == 100 & id == 3078 replace namelong = "THOMAS, LINDSAY" if congress == 100 & id == 15069 replace namelong = "HATCHER, CHARLES F." if congress == 100 & id == 14831 replace namelong = "RAY, RICHARD B." if congress == 100 & id == 15053 replace namelong = "SWINDALL, PATRICK L." if congress == 100 & id == 15120 replace namelong = "LEWIS, JOHN" if congress == 100 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 100 & id == 14627 replace namelong = "DARDEN, GEORGE" if congress == 100 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 100 & id == 15057 replace namelong = "JENKINS, ED" if congress == 100 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 100 & id == 14404 replace namelong = "SAIKI, PATRICIA" if congress == 100 & id == 15441 replace namelong = "AKAKA, DANIEL" if congress == 100 & id == 14400 replace namelong = "CRAIG, LARRY" if congress == 100 & id == 14809 replace namelong = "STALLINGS, RICHARD H." if congress == 100 & id == 15117 replace namelong = "HAYES, CHARLES" if congress == 100 & id == 15079 replace namelong = "SAVAGE, GUS" if congress == 100 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 100 & id == 14271 replace namelong = "DAVIS, JACK" if congress == 100 & id == 15409 replace namelong = "LIPINSKI, WILLIAM O." if congress == 100 & id == 15036 replace namelong = "HYDE, HENRY" if congress == 100 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 100 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 100 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 100 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 100 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 100 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 100 & id == 12041 replace namelong = "FAWELL, HARRIS W." if congress == 100 & id == 15098 replace namelong = "HASTERT, DENNIS J" if congress == 100 & id == 15417 replace namelong = "MADIGAN, EDWARD" if congress == 100 & id == 14033 replace namelong = "MARTIN, LYNN M." if congress == 100 & id == 14841 replace namelong = "EVANS, LANE" if congress == 100 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 100 & id == 6455 replace namelong = "BRUCE, TERRY L." if congress == 100 & id == 15088 replace namelong = "DURBIN, RICHARD J." if congress == 100 & id == 15021 replace namelong = "PRICE, CHARLES MELVIN" if congress == 100 & id == 7610 replace namelong = "COSTELLO, JERRY F." if congress == 100 & id == 15453 replace namelong = "GRAY, KENNETH JAMES" if congress == 100 & id == 15101 replace namelong = "VISCLOSKY, PETER J." if congress == 100 & id == 15124 replace namelong = "SHARP, PHILIP" if congress == 100 & id == 14274 replace namelong = "HILER, JOHN R." if congress == 100 & id == 14834 replace namelong = "COATS, DANIEL" if congress == 100 & id == 14806 replace namelong = "JONTZ, JIM" if congress == 100 & id == 15426 replace namelong = "BURTON, DANNY L." if congress == 100 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 100 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 100 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 100 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 100 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 100 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 100 & id == 14668 replace namelong = "NAGLE, DAVE R" if congress == 100 & id == 15435 replace namelong = "SMITH, NEAL EDWARD" if congress == 100 & id == 8672 replace namelong = "LIGHTFOOT, JAMES R." if congress == 100 & id == 15106 replace namelong = "GRANDY, FRED" if congress == 100 & id == 15414 replace namelong = "ROBERTS, PAT" if congress == 100 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 100 & id == 15061 replace namelong = "MEYERS, JAN" if congress == 100 & id == 15109 replace namelong = "GLICKMAN, DAN" if congress == 100 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 100 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 100 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 100 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 100 & id == 13024 replace namelong = "BUNNING, JIM" if congress == 100 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 100 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 100 & id == 14635 replace namelong = "PERKINS, CARL C." if congress == 100 & id == 15228 replace namelong = "LIVINGSTON, ROBERT L." if congress == 100 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 100 & id == 14067 replace namelong = "TAUZIN, WILBERT" if congress == 100 & id == 14679 replace namelong = "ROEMER, CHARLES" if congress == 100 & id == 14853 replace namelong = "MCCRERY, JIM" if congress == 100 & id == 15451 replace namelong = "HUCKABY, JERRY" if congress == 100 & id == 14427 replace namelong = "BAKER, RICHARD" if congress == 100 & id == 15401 replace namelong = "HAYES, JIMMY" if congress == 100 & id == 15418 replace namelong = "HOLLOWAY, CLYDE" if congress == 100 & id == 15422 replace namelong = "BRENNAN, JOSEPH E" if congress == 100 & id == 15404 replace namelong = "SNOWE, OLYMPIA" if congress == 100 & id == 14661 replace namelong = "DYSON, ROYDEN" if congress == 100 & id == 14817 replace namelong = "BENTLEY, HELEN D." if congress == 100 & id == 15086 replace namelong = "CARDIN, BENJAMIN L" if congress == 100 & id == 15408 replace namelong = "MCMILLEN, THOMAS" if congress == 100 & id == 15432 replace namelong = "HOYER, STENY H ." if congress == 100 & id == 14873 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 100 & id == 14608 replace namelong = "MFUME, KWEISI" if congress == 100 & id == 15433 replace namelong = "MORELLA, CONSTANCE" if congress == 100 & id == 15434 replace namelong = "CONTE, SILVIO OTTO" if congress == 100 & id == 2009 replace namelong = "BOLAND, EDWARD PATRICK" if congress == 100 & id == 830 replace namelong = "EARLY, JOSEPH" if congress == 100 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 100 & id == 14824 replace namelong = "ATKINS, CHESTER G." if congress == 100 & id == 15084 replace namelong = "MAVROULES, NICHOLAS" if congress == 100 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 100 & id == 14435 replace namelong = "KENNEDY, JOSEPH P II" if congress == 100 & id == 15427 replace namelong = "MOAKLEY, JOHN" if congress == 100 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 100 & id == 14055 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 100 & id == 14621 replace namelong = "CONYERS, JOHN, JR." if congress == 100 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 100 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 100 & id == 14673 replace namelong = "UPTON, FRED" if congress == 100 & id == 15446 replace namelong = "HENRY, PAUL B." if congress == 100 & id == 15103 replace namelong = "CARR, BOB" if congress == 100 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 100 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 100 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 100 & id == 10794 replace namelong = "SCHUETTE, BILL" if congress == 100 & id == 15114 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 100 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 100 & id == 14407 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 100 & id == 14681 replace namelong = "HERTEL, DENNIS M." if congress == 100 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 100 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 100 & id == 2605 replace namelong = "LEVIN, SANDER M." if congress == 100 & id == 15033 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 100 & id == 1087 replace namelong = "PENNY, TIMOTHY" if congress == 100 & id == 15052 replace namelong = "WEBER, VIN" if congress == 100 & id == 14868 replace namelong = "FRENZEL, WILLIAM" if congress == 100 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 100 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 100 & id == 14656 replace namelong = "SIKORSKI, GERRY" if congress == 100 & id == 15059 replace namelong = "STANGELAND, ARLAN" if congress == 100 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 100 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 100 & id == 10075 replace namelong = "ESPY, MIKE" if congress == 100 & id == 15411 replace namelong = "MONTGOMERY, G. V." if congress == 100 & id == 11035 replace namelong = "DOWDY, WAYNE" if congress == 100 & id == 14874 replace namelong = "LOTT, TRENT" if congress == 100 & id == 14031 replace namelong = "CLAY, WILLIAM" if congress == 100 & id == 12009 replace namelong = "BUECHNER, JACK" if congress == 100 & id == 15405 replace namelong = "GEPHARDT, RICHARD" if congress == 100 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 100 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 100 & id == 15076 replace namelong = "COLEMAN, E. THOMAS" if congress == 100 & id == 14410 replace namelong = "TAYLOR, ROY (GENE)" if congress == 100 & id == 14057 replace namelong = "EMERSON, BILL" if congress == 100 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 100 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 100 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 100 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 100 & id == 14605 replace namelong = "DAUB, HAL" if congress == 100 & id == 14810 replace namelong = "SMITH, VIRGINIA" if congress == 100 & id == 14276 replace namelong = "BILBRAY, JAMES H" if congress == 100 & id == 15403 replace namelong = "VUCANOVICH, BARBARA F." if congress == 100 & id == 15075 replace namelong = "SMITH, ROBERT C." if congress == 100 & id == 15116 replace namelong = "GREGG, JUDD" if congress == 100 & id == 14826 replace namelong = "FLORIO, JAMES" if congress == 100 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 100 & id == 14238 replace namelong = "HOWARD, JAMES J." if congress == 100 & id == 10739 replace namelong = "SMITH, CHRISTOPHER H." if congress == 100 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 100 & id == 14855 replace namelong = "DWYER, BERNARD" if congress == 100 & id == 14815 replace namelong = "RINALDO, MATTHEW" if congress == 100 & id == 14046 replace namelong = "ROE, ROBERT A." if congress == 100 & id == 12042 replace namelong = "TORRICELLI, ROBERT G." if congress == 100 & id == 15071 replace namelong = "RODINO, PETER WALLACE JR." if congress == 100 & id == 8010 replace namelong = "GALLO, DEAN A." if congress == 100 & id == 15099 replace namelong = "COURTER, JAMES ANDREW" if congress == 100 & id == 14614 replace namelong = "SAXTON, H. JAMES" if congress == 100 & id == 15112 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 100 & id == 14631 replace namelong = "LUJAN, MANUEL, JR." if congress == 100 & id == 12022 replace namelong = "SKEEN, JOSEPH" if congress == 100 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 100 & id == 15055 replace namelong = "HOCHBRUECKNER, GEORGE J" if congress == 100 & id == 15421 replace namelong = "DOWNEY, THOMAS" if congress == 100 & id == 14214 replace namelong = "MRAZEK, ROBERT J." if congress == 100 & id == 15046 replace namelong = "LENT, NORMAN" if congress == 100 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 100 & id == 14845 replace namelong = "FLAKE, FLOYD" if congress == 100 & id == 15412 replace namelong = "ACKERMAN, GARY L." if congress == 100 & id == 15000 replace namelong = "SCHEUER, JAMES H." if congress == 100 & id == 10768 replace namelong = "MANTON, THOMAS J." if congress == 100 & id == 15107 replace namelong = "SCHUMER, CHARLES E." if congress == 100 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 100 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 100 & id == 15050 replace namelong = "SOLARZ, STEPHEN" if congress == 100 & id == 14277 replace namelong = "MOLINARI, GUY V." if congress == 100 & id == 14846 replace namelong = "GREEN, S. WILLIAM" if congress == 100 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 100 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 100 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 100 & id == 14470 replace namelong = "BIAGGI, MARIO" if congress == 100 & id == 12003 replace namelong = "DIOGUARDI, JOSEPH D." if congress == 100 & id == 15095 replace namelong = "FISH, HAMILTON, JR." if congress == 100 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 100 & id == 14015 replace namelong = "STRATTON, SAMUEL STUDDIFO" if congress == 100 & id == 9017 replace namelong = "SOLOMON, GERALD B." if congress == 100 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 100 & id == 15007 replace namelong = "MARTIN, DAVID O'B." if congress == 100 & id == 14840 replace namelong = "WORTLEY, GEORGE" if congress == 100 & id == 14870 replace namelong = "MCHUGH, MATTHEW" if congress == 100 & id == 14253 replace namelong = "HORTON, FRANK J." if congress == 100 & id == 10596 replace namelong = "SLAUGHTER, LOUISE" if congress == 100 & id == 15444 replace namelong = "KEMP, JACK" if congress == 100 & id == 13020 replace namelong = "LAFALCE, JOHN" if congress == 100 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 100 & id == 14264 replace namelong = "HOUGHTON, AMORY JR" if congress == 100 & id == 15423 replace namelong = "JONES, WALTER" if congress == 100 & id == 10788 replace namelong = "VALENTINE, TIM" if congress == 100 & id == 15073 replace namelong = "LANCASTER, MARTIN" if congress == 100 & id == 15430 replace namelong = "PRICE, DAVID E" if congress == 100 & id == 15438 replace namelong = "NEAL, STEPHEN" if congress == 100 & id == 14262 replace namelong = "COBLE, HOWARD" if congress == 100 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 100 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 100 & id == 14233 replace namelong = "MCMILLAN, J. ALEX" if congress == 100 & id == 15108 replace namelong = "BALLENGER, CASS" if congress == 100 & id == 15402 replace namelong = "CLARKE, JAMES MCCLURE" if congress == 100 & id == 15017 replace namelong = "DORGAN, BYRON" if congress == 100 & id == 14812 replace namelong = "LUKEN, THOMAS A." if congress == 100 & id == 14070 replace namelong = "GRADISON, WILLIS" if congress == 100 & id == 14225 replace namelong = "HALL, TONY PATRICK" if congress == 100 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 100 & id == 14875 replace namelong = "LATTA, DELBERT LEROY" if congress == 100 & id == 5495 replace namelong = "MCEWEN, BOB" if congress == 100 & id == 14844 replace namelong = "DEWINE, MICHAEL" if congress == 100 & id == 15020 replace namelong = "LUKENS, DONALD E." if congress == 100 & id == 11028 replace namelong = "KAPTUR, MARCIA" if congress == 100 & id == 15029 replace namelong = "MILLER, CLARENCE E." if congress == 100 & id == 11034 replace namelong = "ECKART, DENNIS E." if congress == 100 & id == 14818 replace namelong = "KASICH, JOHN R." if congress == 100 & id == 15030 replace namelong = "PEASE, DONALD" if congress == 100 & id == 14445 replace namelong = "SAWYER, TOM" if congress == 100 & id == 15442 replace namelong = "WYLIE, CHALMERS P." if congress == 100 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 100 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 100 & id == 15121 replace namelong = "APPLEGATE, DOUGLAS" if congress == 100 & id == 14402 replace namelong = "FEIGHAN, EDWARD F." if congress == 100 & id == 15024 replace namelong = "OAKAR, MARY ROSE" if congress == 100 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 100 & id == 12030 replace namelong = "INHOFE, JAMES M" if congress == 100 & id == 15424 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 100 & id == 14667 replace namelong = "WATKINS, WES" if congress == 100 & id == 14462 replace namelong = "MCCURDY, DAVE" if congress == 100 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 100 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 100 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 100 & id == 14201 replace namelong = "SMITH, ROBERT F." if congress == 100 & id == 15063 replace namelong = "WYDEN, RON" if congress == 100 & id == 14871 replace namelong = "DEFAZIO, PETER A" if congress == 100 & id == 15410 replace namelong = "SMITH, DENNY" if congress == 100 & id == 14864 replace namelong = "FOGLIETTA, THOMAS M." if congress == 100 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 100 & id == 14629 replace namelong = "BORSKI, ROBERT A., JR." if congress == 100 & id == 15008 replace namelong = "KOLTER, JOSEPH P." if congress == 100 & id == 15031 replace namelong = "SCHULZE, RICHARD" if congress == 100 & id == 14273 replace namelong = "YATRON, GUS" if congress == 100 & id == 12035 replace namelong = "WELDON, CURT" if congress == 100 & id == 15447 replace namelong = "KOSTMAYER, PETER" if congress == 100 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 100 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 100 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 100 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 100 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 100 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 100 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 100 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 100 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 100 & id == 15026 replace namelong = "WALGREN, DOUG" if congress == 100 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 100 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 100 & id == 11067 replace namelong = "RIDGE, THOMAS J." if congress == 100 & id == 15056 replace namelong = "MURPHY, AUSTIN" if congress == 100 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 100 & id == 14612 replace namelong = "ST. GERMAIN, FERNAND J." if congress == 100 & id == 10561 replace namelong = "SCHNEIDER, CLAUDINE" if congress == 100 & id == 14857 replace namelong = "RAVENEL, ARTHUR JR" if congress == 100 & id == 15439 replace namelong = "SPENCE, FLOYD" if congress == 100 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 100 & id == 14212 replace namelong = "PATTERSON, ELIZABETH" if congress == 100 & id == 15171 replace namelong = "SPRATT, JOHN M ." if congress == 100 & id == 15064 replace namelong = "TALLON, ROBERT" if congress == 100 & id == 15068 replace namelong = "JOHNSON, TIM" if congress == 100 & id == 15425 replace namelong = "QUILLEN, JAMES H." if congress == 100 & id == 10616 replace namelong = "DUNCAN, JOHN J." if congress == 100 & id == 10719 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 100 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 100 & id == 15019 replace namelong = "BONER, WILLIAM HILL" if congress == 100 & id == 14607 replace namelong = "CLEMENT, BOB" if congress == 100 & id == 15450 replace namelong = "GORDON, BART J." if congress == 100 & id == 15100 replace namelong = "SUNDQUIST, DONALD K." if congress == 100 & id == 15066 replace namelong = "JONES, EDWARD" if congress == 100 & id == 12038 replace namelong = "FORD, HAROLD" if congress == 100 & id == 14224 replace namelong = "CHAPMAN, JIM" if congress == 100 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 100 & id == 14062 replace namelong = "BARTLETT, STEVE" if congress == 100 & id == 15002 replace namelong = "HALL, RALPH M." if congress == 100 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 100 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 100 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 100 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 100 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 100 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 100 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 100 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 100 & id == 10391 replace namelong = "BOULTER, E. BEAU" if congress == 100 & id == 15087 replace namelong = "SWEENEY, DAVID MCCANN" if congress == 100 & id == 15119 replace namelong = "DE LA GARZA, ELIGIO" if congress == 100 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 100 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 100 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 100 & id == 14643 replace namelong = "COMBEST, LARRY E." if congress == 100 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 100 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 100 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 100 & id == 15094 replace namelong = "BUSTAMANTE, ALBERT G." if congress == 100 & id == 15089 replace namelong = "FROST, JONAS MARTIN III" if congress == 100 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 100 & id == 15001 replace namelong = "ARMEY, RICHARD K." if congress == 100 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 100 & id == 15049 replace namelong = "HANSEN, JAMES V." if congress == 100 & id == 14829 replace namelong = "OWENS, WAYNE" if congress == 100 & id == 14042 replace namelong = "NIELSON, HOWARD C." if congress == 100 & id == 15047 replace namelong = "JEFFORDS, JAMES" if congress == 100 & id == 14240 replace namelong = "BATEMAN, HERBERT H." if congress == 100 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 100 & id == 15437 replace namelong = "BLILEY, THOMAS J." if congress == 100 & id == 14802 replace namelong = "SISISKY, NORMAN" if congress == 100 & id == 15060 replace namelong = "DANIEL, W. C." if congress == 100 & id == 12011 replace namelong = "PAYNE, L.F." if congress == 100 & id == 15452 replace namelong = "OLIN, JAMES R." if congress == 100 & id == 15048 replace namelong = "SLAUGHTER, D. FRENCH" if congress == 100 & id == 15115 replace namelong = "PARRIS, STANFORD E." if congress == 100 & id == 14043 replace namelong = "BOUCHER, FREDERICK C." if congress == 100 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 100 & id == 14869 replace namelong = "MILLER, JOHN R." if congress == 100 & id == 15110 replace namelong = "SWIFT, ALLEN" if congress == 100 & id == 14666 replace namelong = "BONKER, DON" if congress == 100 & id == 14208 replace namelong = "MORRISON, SID" if congress == 100 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 100 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 100 & id == 14413 replace namelong = "LOWRY, MICHAEL E." if congress == 100 & id == 14646 replace namelong = "CHANDLER, ROD" if congress == 100 & id == 15016 replace namelong = "MOLLOHAN, ALAN B." if congress == 100 & id == 15083 replace namelong = "STAGGERS, HARLEY O., JR." if congress == 100 & id == 15065 replace namelong = "WISE, ROBERT E" if congress == 100 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 100 & id == 14448 replace namelong = "ASPIN, LES" if congress == 100 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 100 & id == 5101 replace namelong = "GUNDERSON, STEVEN" if congress == 100 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 100 & id == 15082 replace namelong = "MOODY, JIM" if congress == 100 & id == 15044 replace namelong = "PETRI, THOMAS" if congress == 100 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 100 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 100 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 100 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 100 & id == 14611 replace namelong = "BUSH, GEORGE H. W." if congress == 101 & id == 99908 replace namelong = "CALLAHAN, HERBERT L." if congress == 101 & id == 15090 replace namelong = "DICKINSON, WILLIAM L." if congress == 101 & id == 10717 replace namelong = "BROWDER, GLEN" if congress == 101 & id == 15632 replace namelong = "NICHOLS, BILL" if congress == 101 & id == 11037 replace namelong = "BEVILL, TOM" if congress == 101 & id == 11000 replace namelong = "FLIPPO, RONNIE" if congress == 101 & id == 14419 replace namelong = "ERDREICH, BEN" if congress == 101 & id == 15022 replace namelong = "HARRIS, CLAUDE" if congress == 101 & id == 15416 replace namelong = "YOUNG, DONALD" if congress == 101 & id == 14066 replace namelong = "RHODES, JOHN J" if congress == 101 & id == 15440 replace namelong = "UDALL, MORRIS K." if congress == 101 & id == 10566 replace namelong = "STUMP, BOB" if congress == 101 & id == 14454 replace namelong = "KYL, JON" if congress == 101 & id == 15429 replace namelong = "KOLBE, JIM" if congress == 101 & id == 15105 replace namelong = "ALEXANDER, WILLIAM V." if congress == 101 & id == 12000 replace namelong = "ROBINSON, TOMMY F." if congress == 101 & id == 95122 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 101 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 101 & id == 14601 replace namelong = "BOSCO, DOUGLAS H." if congress == 101 & id == 15009 replace namelong = "HERGER, WALLY" if congress == 101 & id == 15420 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 101 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 101 & id == 14624 replace namelong = "PELOSI, NANCY" if congress == 101 & id == 15448 replace namelong = "BOXER, BARBARA" if congress == 101 & id == 15011 replace namelong = "MILLER, GEORGE" if congress == 101 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 101 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 101 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 101 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 101 & id == 14837 replace namelong = "CAMPBELL, TOM" if congress == 101 & id == 15600 replace namelong = "MINETA, NORMAN" if congress == 101 & id == 14257 replace namelong = "SHUMWAY, NORMAN DAVID" if congress == 101 & id == 14660 replace namelong = "COELHO, ANTHONY LEE" if congress == 101 & id == 14613 replace namelong = "CONDIT, GARY" if congress == 101 & id == 15635 replace namelong = "PANETTA, LEON" if congress == 101 & id == 14444 replace namelong = "PASHAYAN, CHARLES SAHAG," if congress == 101 & id == 14652 replace namelong = "LEHMAN, RICHARD H." if congress == 101 & id == 15032 replace namelong = "LAGOMARSINO, ROBERT" if congress == 101 & id == 14071 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 101 & id == 14669 replace namelong = "GALLEGLY, ELTON" if congress == 101 & id == 15413 replace namelong = "MOORHEAD, CARLOS" if congress == 101 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 101 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 101 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 101 & id == 10621 replace namelong = "BERMAN, HOWARD L." if congress == 101 & id == 15005 replace namelong = "LEVINE, MEL" if congress == 101 & id == 15034 replace namelong = "DIXON, JULIAN CAREY" if congress == 101 & id == 14620 replace namelong = "HAWKINS, AUGUSTUS F." if congress == 101 & id == 10595 replace namelong = "MARTINEZ, MATTHEW G." if congress == 101 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 101 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 101 & id == 12001 replace namelong = "DREIER, DAVID" if congress == 101 & id == 14813 replace namelong = "TORRES, ESTEBAN E." if congress == 101 & id == 15070 replace namelong = "LEWIS, JERRY" if congress == 101 & id == 14644 replace namelong = "BROWN, GEORGE E., JR." if congress == 101 & id == 10573 replace namelong = "MCCANDLESS, ALFRED A." if congress == 101 & id == 15040 replace namelong = "DORNAN, ROBERT" if congress == 101 & id == 14414 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 101 & id == 14616 replace namelong = "COX, C. CHRISTOPHER" if congress == 101 & id == 15601 replace namelong = "LOWERY, BILL" if congress == 101 & id == 14839 replace namelong = "ROHRABACHER, DANA" if congress == 101 & id == 15621 replace namelong = "PACKARD, RONALD C." if congress == 101 & id == 15051 replace namelong = "BATES, JIM" if congress == 101 & id == 15004 replace namelong = "HUNTER, DUNCAN L." if congress == 101 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 101 & id == 14051 replace namelong = "SKAGGS, DAVID E" if congress == 101 & id == 15443 replace namelong = "CAMPBELL, BEN NIGHTHORSE" if congress == 101 & id == 15407 replace namelong = "BROWN, HANK" if congress == 101 & id == 14803 replace namelong = "HEFLEY, JOEL" if congress == 101 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 101 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 101 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 101 & id == 14825 replace namelong = "MORRISON, BRUCE A." if congress == 101 & id == 15045 replace namelong = "SHAYS, CHRISTOPHER" if congress == 101 & id == 15449 replace namelong = "ROWLAND, JOHN G." if congress == 101 & id == 15123 replace namelong = "JOHNSON, NANCY" if congress == 101 & id == 15028 replace namelong = "CARPER, THOMAS R." if congress == 101 & id == 15015 replace namelong = "HUTTO, EARL DEWITT" if congress == 101 & id == 14636 replace namelong = "GRANT, BILL" if congress == 101 & id == 15415 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 101 & id == 633 replace namelong = "JAMES, CRAIG T." if congress == 101 & id == 15608 replace namelong = "MCCOLLUM, BILL" if congress == 101 & id == 14842 replace namelong = "STEARNS, CLIFF" if congress == 101 & id == 15627 replace namelong = "GIBBONS, SAM M." if congress == 101 & id == 10588 replace namelong = "YOUNG, C.W." if congress == 101 & id == 13047 replace namelong = "BILIRAKIS, MICHAEL" if congress == 101 & id == 15006 replace namelong = "IRELAND, ANDREW" if congress == 101 & id == 14428 replace namelong = "NELSON, CLARENCE WILLIAM" if congress == 101 & id == 14651 replace namelong = "LEWIS, THOMAS F." if congress == 101 & id == 15035 replace namelong = "GOSS, PORTER J." if congress == 101 & id == 15605 replace namelong = "JOHNSTON, HARRY A., II" if congress == 101 & id == 15609 replace namelong = "SHAW, CLAY" if congress == 101 & id == 14860 replace namelong = "SMITH, LAWRENCE" if congress == 101 & id == 15062 replace namelong = "LEHMAN, WILLIAM" if congress == 101 & id == 14029 replace namelong = "PEPPER, CLAUDE DENSON" if congress == 101 & id == 7333 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 101 & id == 15634 replace namelong = "FASCELL, DANTE BRUNO" if congress == 101 & id == 3078 replace namelong = "THOMAS, LINDSAY" if congress == 101 & id == 15069 replace namelong = "HATCHER, CHARLES F." if congress == 101 & id == 14831 replace namelong = "RAY, RICHARD B." if congress == 101 & id == 15053 replace namelong = "JONES, BEN" if congress == 101 & id == 95120 replace namelong = "LEWIS, JOHN" if congress == 101 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 101 & id == 14627 replace namelong = "DARDEN, GEORGE" if congress == 101 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 101 & id == 15057 replace namelong = "JENKINS, ED" if congress == 101 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 101 & id == 14404 replace namelong = "SAIKI, PATRICIA" if congress == 101 & id == 15441 replace namelong = "AKAKA, DANIEL" if congress == 101 & id == 14400 replace namelong = "CRAIG, LARRY" if congress == 101 & id == 14809 replace namelong = "STALLINGS, RICHARD H." if congress == 101 & id == 15117 replace namelong = "HAYES, CHARLES" if congress == 101 & id == 15079 replace namelong = "SAVAGE, GUS" if congress == 101 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 101 & id == 14271 replace namelong = "SANGMEISTER, GEORGE E." if congress == 101 & id == 15622 replace namelong = "LIPINSKI, WILLIAM O." if congress == 101 & id == 15036 replace namelong = "HYDE, HENRY" if congress == 101 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 101 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 101 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 101 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 101 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 101 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 101 & id == 12041 replace namelong = "FAWELL, HARRIS W." if congress == 101 & id == 15098 replace namelong = "HASTERT, DENNIS J" if congress == 101 & id == 15417 replace namelong = "MADIGAN, EDWARD" if congress == 101 & id == 14033 replace namelong = "MARTIN, LYNN M." if congress == 101 & id == 14841 replace namelong = "EVANS, LANE" if congress == 101 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 101 & id == 6455 replace namelong = "BRUCE, TERRY L." if congress == 101 & id == 15088 replace namelong = "DURBIN, RICHARD J." if congress == 101 & id == 15021 replace namelong = "COSTELLO, JERRY F." if congress == 101 & id == 15453 replace namelong = "POSHARD, GLENN" if congress == 101 & id == 15620 replace namelong = "VISCLOSKY, PETER J." if congress == 101 & id == 15124 replace namelong = "SHARP, PHILIP" if congress == 101 & id == 14274 replace namelong = "HILER, JOHN R." if congress == 101 & id == 14834 replace namelong = "LONG, JILL" if congress == 101 & id == 15631 replace namelong = "COATS, DANIEL" if congress == 101 & id == 14806 replace namelong = "JONTZ, JIM" if congress == 101 & id == 15426 replace namelong = "BURTON, DANNY L." if congress == 101 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 101 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 101 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 101 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 101 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 101 & id == 14432 replace namelong = "TAUKE, THOMAS JOSEPH" if congress == 101 & id == 14668 replace namelong = "NAGLE, DAVE R" if congress == 101 & id == 15435 replace namelong = "SMITH, NEAL EDWARD" if congress == 101 & id == 8672 replace namelong = "LIGHTFOOT, JAMES R." if congress == 101 & id == 15106 replace namelong = "GRANDY, FRED" if congress == 101 & id == 15414 replace namelong = "ROBERTS, PAT" if congress == 101 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 101 & id == 15061 replace namelong = "MEYERS, JAN" if congress == 101 & id == 15109 replace namelong = "GLICKMAN, DAN" if congress == 101 & id == 14422 replace namelong = "WHITTAKER, ROBERT" if congress == 101 & id == 14670 replace namelong = "HUBBARD, CARROLL" if congress == 101 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 101 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 101 & id == 13024 replace namelong = "BUNNING, JIM" if congress == 101 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 101 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 101 & id == 14635 replace namelong = "PERKINS, CARL C." if congress == 101 & id == 15228 replace namelong = "LIVINGSTON, ROBERT L." if congress == 101 & id == 14469 replace namelong = "BOGGS, CORINNE" if congress == 101 & id == 14067 replace namelong = "TAUZIN, WILBERT" if congress == 101 & id == 14679 replace namelong = "MCCRERY, JIM" if congress == 101 & id == 15451 replace namelong = "HUCKABY, JERRY" if congress == 101 & id == 14427 replace namelong = "BAKER, RICHARD" if congress == 101 & id == 15401 replace namelong = "HAYES, JIMMY" if congress == 101 & id == 15418 replace namelong = "HOLLOWAY, CLYDE" if congress == 101 & id == 15422 replace namelong = "BRENNAN, JOSEPH E" if congress == 101 & id == 15404 replace namelong = "SNOWE, OLYMPIA" if congress == 101 & id == 14661 replace namelong = "DYSON, ROYDEN" if congress == 101 & id == 14817 replace namelong = "BENTLEY, HELEN D." if congress == 101 & id == 15086 replace namelong = "CARDIN, BENJAMIN L" if congress == 101 & id == 15408 replace namelong = "MCMILLEN, THOMAS" if congress == 101 & id == 15432 replace namelong = "HOYER, STENY H ." if congress == 101 & id == 14873 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 101 & id == 14608 replace namelong = "MFUME, KWEISI" if congress == 101 & id == 15433 replace namelong = "MORELLA, CONSTANCE" if congress == 101 & id == 15434 replace namelong = "CONTE, SILVIO OTTO" if congress == 101 & id == 2009 replace namelong = "NEAL, RICHARD E." if congress == 101 & id == 15616 replace namelong = "EARLY, JOSEPH" if congress == 101 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 101 & id == 14824 replace namelong = "ATKINS, CHESTER G." if congress == 101 & id == 15084 replace namelong = "MAVROULES, NICHOLAS" if congress == 101 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 101 & id == 14435 replace namelong = "KENNEDY, JOSEPH P II" if congress == 101 & id == 15427 replace namelong = "MOAKLEY, JOHN" if congress == 101 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 101 & id == 14055 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 101 & id == 14621 replace namelong = "CONYERS, JOHN, JR." if congress == 101 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 101 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 101 & id == 14673 replace namelong = "UPTON, FRED" if congress == 101 & id == 15446 replace namelong = "HENRY, PAUL B." if congress == 101 & id == 15103 replace namelong = "CARR, BOB" if congress == 101 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 101 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 101 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 101 & id == 10794 replace namelong = "SCHUETTE, BILL" if congress == 101 & id == 15114 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 101 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 101 & id == 14407 replace namelong = "CROCKETT, GEORGE W., JR." if congress == 101 & id == 14681 replace namelong = "HERTEL, DENNIS M." if congress == 101 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 101 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 101 & id == 2605 replace namelong = "LEVIN, SANDER M." if congress == 101 & id == 15033 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 101 & id == 1087 replace namelong = "PENNY, TIMOTHY" if congress == 101 & id == 15052 replace namelong = "WEBER, VIN" if congress == 101 & id == 14868 replace namelong = "FRENZEL, WILLIAM" if congress == 101 & id == 13015 replace namelong = "VENTO, BRUCE" if congress == 101 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 101 & id == 14656 replace namelong = "SIKORSKI, GERRY" if congress == 101 & id == 15059 replace namelong = "STANGELAND, ARLAN" if congress == 101 & id == 14466 replace namelong = "OBERSTAR, JAMES" if congress == 101 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 101 & id == 10075 replace namelong = "ESPY, MIKE" if congress == 101 & id == 15411 replace namelong = "MONTGOMERY, G. V." if congress == 101 & id == 11035 replace namelong = "PARKER, MIKE" if congress == 101 & id == 15617 replace namelong = "SMITH, LARKIN" if congress == 101 & id == 15625 replace namelong = "TAYLOR, GENE" if congress == 101 & id == 15637 replace namelong = "CLAY, WILLIAM" if congress == 101 & id == 12009 replace namelong = "BUECHNER, JACK" if congress == 101 & id == 15405 replace namelong = "GEPHARDT, RICHARD" if congress == 101 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 101 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 101 & id == 15076 replace namelong = "COLEMAN, E. THOMAS" if congress == 101 & id == 14410 replace namelong = "HANCOCK, MELTON D." if congress == 101 & id == 15606 replace namelong = "EMERSON, BILL" if congress == 101 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 101 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 101 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 101 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 101 & id == 14605 replace namelong = "HOAGLAND, PETER" if congress == 101 & id == 15607 replace namelong = "SMITH, VIRGINIA" if congress == 101 & id == 14276 replace namelong = "BILBRAY, JAMES H" if congress == 101 & id == 15403 replace namelong = "VUCANOVICH, BARBARA F." if congress == 101 & id == 15075 replace namelong = "SMITH, ROBERT C." if congress == 101 & id == 15116 replace namelong = "DOUGLAS, CHUCK" if congress == 101 & id == 15602 replace namelong = "FLORIO, JAMES" if congress == 101 & id == 14223 replace namelong = "HUGHES, WILLIAM" if congress == 101 & id == 14238 replace namelong = "PALLONE, FRANK JR." if congress == 101 & id == 15454 replace namelong = "SMITH, CHRISTOPHER H." if congress == 101 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 101 & id == 14855 replace namelong = "DWYER, BERNARD" if congress == 101 & id == 14815 replace namelong = "RINALDO, MATTHEW" if congress == 101 & id == 14046 replace namelong = "ROE, ROBERT A." if congress == 101 & id == 12042 replace namelong = "TORRICELLI, ROBERT G." if congress == 101 & id == 15071 replace namelong = "PAYNE, DONALD M." if congress == 101 & id == 15619 replace namelong = "GALLO, DEAN A." if congress == 101 & id == 15099 replace namelong = "COURTER, JAMES ANDREW" if congress == 101 & id == 14614 replace namelong = "SAXTON, H. JAMES" if congress == 101 & id == 15112 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 101 & id == 14631 replace namelong = "SCHIFF, STEVEN H." if congress == 101 & id == 15624 replace namelong = "SKEEN, JOSEPH" if congress == 101 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 101 & id == 15055 replace namelong = "HOCHBRUECKNER, GEORGE J" if congress == 101 & id == 15421 replace namelong = "DOWNEY, THOMAS" if congress == 101 & id == 14214 replace namelong = "MRAZEK, ROBERT J." if congress == 101 & id == 15046 replace namelong = "LENT, NORMAN" if congress == 101 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 101 & id == 14845 replace namelong = "FLAKE, FLOYD" if congress == 101 & id == 15412 replace namelong = "ACKERMAN, GARY L." if congress == 101 & id == 15000 replace namelong = "SCHEUER, JAMES H." if congress == 101 & id == 10768 replace namelong = "MANTON, THOMAS J." if congress == 101 & id == 15107 replace namelong = "SCHUMER, CHARLES E." if congress == 101 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 101 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 101 & id == 15050 replace namelong = "SOLARZ, STEPHEN" if congress == 101 & id == 14277 replace namelong = "MOLINARI, GUY V." if congress == 101 & id == 14846 replace namelong = "MOLINARI, SUSAN" if congress == 101 & id == 15639 replace namelong = "GREEN, S. WILLIAM" if congress == 101 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 101 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 101 & id == 14463 replace namelong = "GARCIA, ROBERT" if congress == 101 & id == 14470 replace namelong = "SERRANO, JOSE E." if congress == 101 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 101 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 101 & id == 15612 replace namelong = "FISH, HAMILTON, JR." if congress == 101 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 101 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 101 & id == 15614 replace namelong = "SOLOMON, GERALD B." if congress == 101 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 101 & id == 15007 replace namelong = "MARTIN, DAVID O'B." if congress == 101 & id == 14840 replace namelong = "WALSH, JAMES T." if congress == 101 & id == 15630 replace namelong = "MCHUGH, MATTHEW" if congress == 101 & id == 14253 replace namelong = "HORTON, FRANK J." if congress == 101 & id == 10596 replace namelong = "SLAUGHTER, LOUISE" if congress == 101 & id == 15444 replace namelong = "PAXON, L. WILLIAM" if congress == 101 & id == 15618 replace namelong = "LAFALCE, JOHN" if congress == 101 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 101 & id == 14264 replace namelong = "HOUGHTON, AMORY JR" if congress == 101 & id == 15423 replace namelong = "JONES, WALTER" if congress == 101 & id == 10788 replace namelong = "VALENTINE, TIM" if congress == 101 & id == 15073 replace namelong = "LANCASTER, MARTIN" if congress == 101 & id == 15430 replace namelong = "PRICE, DAVID E" if congress == 101 & id == 15438 replace namelong = "NEAL, STEPHEN" if congress == 101 & id == 14262 replace namelong = "COBLE, HOWARD" if congress == 101 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 101 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 101 & id == 14233 replace namelong = "MCMILLAN, J. ALEX" if congress == 101 & id == 15108 replace namelong = "BALLENGER, CASS" if congress == 101 & id == 15402 replace namelong = "CLARKE, JAMES MCCLURE" if congress == 101 & id == 15017 replace namelong = "DORGAN, BYRON" if congress == 101 & id == 14812 replace namelong = "LUKEN, THOMAS A." if congress == 101 & id == 14070 replace namelong = "GRADISON, WILLIS" if congress == 101 & id == 14225 replace namelong = "HALL, TONY PATRICK" if congress == 101 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 101 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 101 & id == 15604 replace namelong = "MCEWEN, BOB" if congress == 101 & id == 14844 replace namelong = "DEWINE, MICHAEL" if congress == 101 & id == 15020 replace namelong = "LUKENS, DONALD E." if congress == 101 & id == 11028 replace namelong = "KAPTUR, MARCIA" if congress == 101 & id == 15029 replace namelong = "MILLER, CLARENCE E." if congress == 101 & id == 11034 replace namelong = "ECKART, DENNIS E." if congress == 101 & id == 14818 replace namelong = "KASICH, JOHN R." if congress == 101 & id == 15030 replace namelong = "PEASE, DONALD" if congress == 101 & id == 14445 replace namelong = "SAWYER, TOM" if congress == 101 & id == 15442 replace namelong = "WYLIE, CHALMERS P." if congress == 101 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 101 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 101 & id == 15121 replace namelong = "APPLEGATE, DOUGLAS" if congress == 101 & id == 14402 replace namelong = "FEIGHAN, EDWARD F." if congress == 101 & id == 15024 replace namelong = "OAKAR, MARY ROSE" if congress == 101 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 101 & id == 12030 replace namelong = "INHOFE, JAMES M" if congress == 101 & id == 15424 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 101 & id == 14667 replace namelong = "WATKINS, WES" if congress == 101 & id == 14462 replace namelong = "MCCURDY, DAVE" if congress == 101 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 101 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 101 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 101 & id == 14201 replace namelong = "SMITH, ROBERT F." if congress == 101 & id == 15063 replace namelong = "WYDEN, RON" if congress == 101 & id == 14871 replace namelong = "DEFAZIO, PETER A" if congress == 101 & id == 15410 replace namelong = "SMITH, DENNY" if congress == 101 & id == 14864 replace namelong = "FOGLIETTA, THOMAS M." if congress == 101 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 101 & id == 14629 replace namelong = "BORSKI, ROBERT A., JR." if congress == 101 & id == 15008 replace namelong = "KOLTER, JOSEPH P." if congress == 101 & id == 15031 replace namelong = "SCHULZE, RICHARD" if congress == 101 & id == 14273 replace namelong = "YATRON, GUS" if congress == 101 & id == 12035 replace namelong = "WELDON, CURT" if congress == 101 & id == 15447 replace namelong = "KOSTMAYER, PETER" if congress == 101 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 101 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 101 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 101 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 101 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 101 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 101 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 101 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 101 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 101 & id == 15026 replace namelong = "WALGREN, DOUG" if congress == 101 & id == 14460 replace namelong = "GOODLING, WILLIAM" if congress == 101 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 101 & id == 11067 replace namelong = "RIDGE, THOMAS J." if congress == 101 & id == 15056 replace namelong = "MURPHY, AUSTIN" if congress == 101 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 101 & id == 14612 replace namelong = "MACHTLEY, RONALD K." if congress == 101 & id == 15615 replace namelong = "SCHNEIDER, CLAUDINE" if congress == 101 & id == 14857 replace namelong = "RAVENEL, ARTHUR JR" if congress == 101 & id == 15439 replace namelong = "SPENCE, FLOYD" if congress == 101 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 101 & id == 14212 replace namelong = "PATTERSON, ELIZABETH" if congress == 101 & id == 15171 replace namelong = "SPRATT, JOHN M ." if congress == 101 & id == 15064 replace namelong = "TALLON, ROBERT" if congress == 101 & id == 15068 replace namelong = "JOHNSON, TIM" if congress == 101 & id == 15425 replace namelong = "QUILLEN, JAMES H." if congress == 101 & id == 10616 replace namelong = "DUNCAN, JOHN J. JR." if congress == 101 & id == 15455 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 101 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 101 & id == 15019 replace namelong = "CLEMENT, BOB" if congress == 101 & id == 15450 replace namelong = "GORDON, BART J." if congress == 101 & id == 15100 replace namelong = "SUNDQUIST, DONALD K." if congress == 101 & id == 15066 replace namelong = "TANNER, JOHN" if congress == 101 & id == 15628 replace namelong = "FORD, HAROLD" if congress == 101 & id == 14224 replace namelong = "CHAPMAN, JIM" if congress == 101 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 101 & id == 14062 replace namelong = "BARTLETT, STEVE" if congress == 101 & id == 15002 replace namelong = "HALL, RALPH M." if congress == 101 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 101 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 101 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 101 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 101 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 101 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 101 & id == 10614 replace namelong = "LEATH, JAMES MARVIN" if congress == 101 & id == 14641 replace namelong = "WRIGHT, JAMES CLAUD, JR." if congress == 101 & id == 10391 replace namelong = "GEREN, PRESTON M. "PETE"" if congress == 101 & id == 15636 replace namelong = "SARPALIUS, BILL" if congress == 101 & id == 15623 replace namelong = "LAUGHLIN, GREG H." if congress == 101 & id == 15611 replace namelong = "DE LA GARZA, ELIGIO" if congress == 101 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 101 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 101 & id == 14664 replace namelong = "LELAND, GEORGE THOMAS" if congress == 101 & id == 14643 replace namelong = "WASHINGTON, CRAIG" if congress == 101 & id == 29145 replace namelong = "COMBEST, LARRY E." if congress == 101 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 101 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 101 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 101 & id == 15094 replace namelong = "BUSTAMANTE, ALBERT G." if congress == 101 & id == 15089 replace namelong = "FROST, JONAS MARTIN III" if congress == 101 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 101 & id == 15001 replace namelong = "ARMEY, RICHARD K." if congress == 101 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 101 & id == 15049 replace namelong = "HANSEN, JAMES V." if congress == 101 & id == 14829 replace namelong = "OWENS, WAYNE" if congress == 101 & id == 14042 replace namelong = "NIELSON, HOWARD C." if congress == 101 & id == 15047 replace namelong = "SMITH, PETER" if congress == 101 & id == 15626 replace namelong = "BATEMAN, HERBERT H." if congress == 101 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 101 & id == 15437 replace namelong = "BLILEY, THOMAS J." if congress == 101 & id == 14802 replace namelong = "SISISKY, NORMAN" if congress == 101 & id == 15060 replace namelong = "PAYNE, L.F." if congress == 101 & id == 15452 replace namelong = "OLIN, JAMES R." if congress == 101 & id == 15048 replace namelong = "SLAUGHTER, D. FRENCH" if congress == 101 & id == 15115 replace namelong = "PARRIS, STANFORD E." if congress == 101 & id == 14043 replace namelong = "BOUCHER, FREDERICK C." if congress == 101 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 101 & id == 14869 replace namelong = "MILLER, JOHN R." if congress == 101 & id == 15110 replace namelong = "SWIFT, ALLEN" if congress == 101 & id == 14666 replace namelong = "UNSOELD, JOLENE" if congress == 101 & id == 15629 replace namelong = "MORRISON, SID" if congress == 101 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 101 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 101 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 101 & id == 15613 replace namelong = "CHANDLER, ROD" if congress == 101 & id == 15016 replace namelong = "MOLLOHAN, ALAN B." if congress == 101 & id == 15083 replace namelong = "STAGGERS, HARLEY O., JR." if congress == 101 & id == 15065 replace namelong = "WISE, ROBERT E" if congress == 101 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 101 & id == 14448 replace namelong = "ASPIN, LES" if congress == 101 & id == 13003 replace namelong = "KASTENMEIER, ROBERT WILLI" if congress == 101 & id == 5101 replace namelong = "GUNDERSON, STEVEN" if congress == 101 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 101 & id == 15082 replace namelong = "MOODY, JIM" if congress == 101 & id == 15044 replace namelong = "PETRI, THOMAS" if congress == 101 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 101 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 101 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 101 & id == 14657 replace namelong = "CHENEY, RICHARD BRUCE" if congress == 101 & id == 14611 replace namelong = "THOMAS, CRAIG" if congress == 101 & id == 15633 replace namelong = "BUSH, GEORGE H. W." if congress == 102 & id == 99908 replace namelong = "CALLAHAN, HERBERT L." if congress == 102 & id == 15090 replace namelong = "DICKINSON, WILLIAM L." if congress == 102 & id == 10717 replace namelong = "BROWDER, GLEN" if congress == 102 & id == 15632 replace namelong = "BEVILL, TOM" if congress == 102 & id == 11000 replace namelong = "CRAMER, BUD" if congress == 102 & id == 29100 replace namelong = "ERDREICH, BEN" if congress == 102 & id == 15022 replace namelong = "HARRIS, CLAUDE" if congress == 102 & id == 15416 replace namelong = "YOUNG, DONALD" if congress == 102 & id == 14066 replace namelong = "RHODES, JOHN J" if congress == 102 & id == 15440 replace namelong = "PASTOR, ED" if congress == 102 & id == 29101 replace namelong = "UDALL, MORRIS K." if congress == 102 & id == 10566 replace namelong = "STUMP, BOB" if congress == 102 & id == 14454 replace namelong = "KYL, JON" if congress == 102 & id == 15429 replace namelong = "KOLBE, JIM" if congress == 102 & id == 15105 replace namelong = "ALEXANDER, WILLIAM V." if congress == 102 & id == 12000 replace namelong = "THORNTON, RAYMOND" if congress == 102 & id == 14058 replace namelong = "HAMMERSCHMIDT, JOHN P." if congress == 102 & id == 11020 replace namelong = "ANTHONY, BERYL FRANKLIN" if congress == 102 & id == 14601 replace namelong = "RIGGS, FRANK" if congress == 102 & id == 29103 replace namelong = "HERGER, WALLY" if congress == 102 & id == 15420 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 102 & id == 14649 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 102 & id == 14624 replace namelong = "PELOSI, NANCY" if congress == 102 & id == 15448 replace namelong = "BOXER, BARBARA" if congress == 102 & id == 15011 replace namelong = "MILLER, GEORGE" if congress == 102 & id == 14256 replace namelong = "DELLUMS, RONALD V." if congress == 102 & id == 13011 replace namelong = "STARK, FORTNEY (PETE)" if congress == 102 & id == 14053 replace namelong = "EDWARDS, DON" if congress == 102 & id == 10583 replace namelong = "LANTOS, TOM" if congress == 102 & id == 14837 replace namelong = "CAMPBELL, TOM" if congress == 102 & id == 15600 replace namelong = "MINETA, NORMAN" if congress == 102 & id == 14257 replace namelong = "DOOLITTLE, JOHN T." if congress == 102 & id == 29104 replace namelong = "CONDIT, GARY" if congress == 102 & id == 15635 replace namelong = "PANETTA, LEON" if congress == 102 & id == 14444 replace namelong = "DOOLEY, CALVIN" if congress == 102 & id == 29105 replace namelong = "LEHMAN, RICHARD H." if congress == 102 & id == 15032 replace namelong = "LAGOMARSINO, ROBERT" if congress == 102 & id == 14071 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 102 & id == 14669 replace namelong = "GALLEGLY, ELTON" if congress == 102 & id == 15413 replace namelong = "MOORHEAD, CARLOS" if congress == 102 & id == 14040 replace namelong = "BEILENSON, ANTHONY" if congress == 102 & id == 14405 replace namelong = "WAXMAN, HENRY" if congress == 102 & id == 14280 replace namelong = "ROYBAL, EDWARD R." if congress == 102 & id == 10621 replace namelong = "BERMAN, HOWARD L." if congress == 102 & id == 15005 replace namelong = "LEVINE, MEL" if congress == 102 & id == 15034 replace namelong = "DIXON, JULIAN CAREY" if congress == 102 & id == 14620 replace namelong = "WATERS, MAXINE" if congress == 102 & id == 29106 replace namelong = "MARTINEZ, MATTHEW G." if congress == 102 & id == 14879 replace namelong = "DYMALLY, MERVYN M." if congress == 102 & id == 14816 replace namelong = "ANDERSON, GLENN M." if congress == 102 & id == 12001 replace namelong = "DREIER, DAVID" if congress == 102 & id == 14813 replace namelong = "TORRES, ESTEBAN E." if congress == 102 & id == 15070 replace namelong = "LEWIS, JERRY" if congress == 102 & id == 14644 replace namelong = "BROWN, GEORGE E., JR." if congress == 102 & id == 10573 replace namelong = "MCCANDLESS, ALFRED A." if congress == 102 & id == 15040 replace namelong = "DORNAN, ROBERT" if congress == 102 & id == 14414 replace namelong = "DANNEMEYER, WILLIAM EDWAR" if congress == 102 & id == 14616 replace namelong = "COX, C. CHRISTOPHER" if congress == 102 & id == 15601 replace namelong = "LOWERY, BILL" if congress == 102 & id == 14839 replace namelong = "ROHRABACHER, DANA" if congress == 102 & id == 15621 replace namelong = "PACKARD, RONALD C." if congress == 102 & id == 15051 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 102 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 102 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 102 & id == 14051 replace namelong = "SKAGGS, DAVID E" if congress == 102 & id == 15443 replace namelong = "CAMPBELL, BEN NIGHTHORSE" if congress == 102 & id == 15407 replace namelong = "ALLARD, WAYNE" if congress == 102 & id == 29108 replace namelong = "HEFLEY, JOEL" if congress == 102 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 102 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 102 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 102 & id == 14825 replace namelong = "DELAURO, ROSA" if congress == 102 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 102 & id == 15449 replace namelong = "FRANKS, GARY" if congress == 102 & id == 29110 replace namelong = "JOHNSON, NANCY" if congress == 102 & id == 15028 replace namelong = "CARPER, THOMAS R." if congress == 102 & id == 15015 replace namelong = "HUTTO, EARL DEWITT" if congress == 102 & id == 14636 replace namelong = "PETERSON, PETE" if congress == 102 & id == 29111 replace namelong = "BENNETT, CHARLES EDWARD" if congress == 102 & id == 633 replace namelong = "JAMES, CRAIG T." if congress == 102 & id == 15608 replace namelong = "MCCOLLUM, BILL" if congress == 102 & id == 14842 replace namelong = "STEARNS, CLIFF" if congress == 102 & id == 15627 replace namelong = "GIBBONS, SAM M." if congress == 102 & id == 10588 replace namelong = "YOUNG, C.W." if congress == 102 & id == 13047 replace namelong = "BILIRAKIS, MICHAEL" if congress == 102 & id == 15006 replace namelong = "IRELAND, ANDREW" if congress == 102 & id == 14428 replace namelong = "BACCHUS, JIM" if congress == 102 & id == 29112 replace namelong = "LEWIS, THOMAS F." if congress == 102 & id == 15035 replace namelong = "GOSS, PORTER J." if congress == 102 & id == 15605 replace namelong = "JOHNSTON, HARRY A., II" if congress == 102 & id == 15609 replace namelong = "SHAW, CLAY" if congress == 102 & id == 14860 replace namelong = "SMITH, LAWRENCE" if congress == 102 & id == 15062 replace namelong = "LEHMAN, WILLIAM" if congress == 102 & id == 14029 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 102 & id == 15634 replace namelong = "FASCELL, DANTE BRUNO" if congress == 102 & id == 3078 replace namelong = "THOMAS, LINDSAY" if congress == 102 & id == 15069 replace namelong = "HATCHER, CHARLES F." if congress == 102 & id == 14831 replace namelong = "RAY, RICHARD B." if congress == 102 & id == 15053 replace namelong = "JONES, BEN" if congress == 102 & id == 95120 replace namelong = "LEWIS, JOHN" if congress == 102 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 102 & id == 14627 replace namelong = "DARDEN, GEORGE" if congress == 102 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 102 & id == 15057 replace namelong = "JENKINS, ED" if congress == 102 & id == 14429 replace namelong = "BARNARD, DOUG" if congress == 102 & id == 14404 replace namelong = "ABERCROMBIE, NEIL" if congress == 102 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 102 & id == 10757 replace namelong = "LAROCCO, LARRY" if congress == 102 & id == 29114 replace namelong = "STALLINGS, RICHARD H." if congress == 102 & id == 15117 replace namelong = "HAYES, CHARLES" if congress == 102 & id == 15079 replace namelong = "SAVAGE, GUS" if congress == 102 & id == 14856 replace namelong = "RUSSO, MARTIN" if congress == 102 & id == 14271 replace namelong = "SANGMEISTER, GEORGE E." if congress == 102 & id == 15622 replace namelong = "LIPINSKI, WILLIAM O." if congress == 102 & id == 15036 replace namelong = "HYDE, HENRY" if congress == 102 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 102 & id == 14068 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 102 & id == 8080 replace namelong = "YATES, SIDNEY RICHARD" if congress == 102 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 102 & id == 14677 replace namelong = "ANNUNZIO, FRANK" if congress == 102 & id == 10703 replace namelong = "CRANE, PHILIP M." if congress == 102 & id == 12041 replace namelong = "FAWELL, HARRIS W." if congress == 102 & id == 15098 replace namelong = "HASTERT, DENNIS J" if congress == 102 & id == 15417 replace namelong = "MADIGAN, EDWARD" if congress == 102 & id == 14033 replace namelong = "EWING, THOMAS W." if congress == 102 & id == 29115 replace namelong = "COX, JOHN W. JR." if congress == 102 & id == 29116 replace namelong = "EVANS, LANE" if congress == 102 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 102 & id == 6455 replace namelong = "BRUCE, TERRY L." if congress == 102 & id == 15088 replace namelong = "DURBIN, RICHARD J." if congress == 102 & id == 15021 replace namelong = "COSTELLO, JERRY F." if congress == 102 & id == 15453 replace namelong = "POSHARD, GLENN" if congress == 102 & id == 15620 replace namelong = "VISCLOSKY, PETER J." if congress == 102 & id == 15124 replace namelong = "SHARP, PHILIP" if congress == 102 & id == 14274 replace namelong = "ROEMER, TIM" if congress == 102 & id == 29117 replace namelong = "LONG, JILL" if congress == 102 & id == 15631 replace namelong = "JONTZ, JIM" if congress == 102 & id == 15426 replace namelong = "BURTON, DANNY L." if congress == 102 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 102 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 102 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 102 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 102 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 102 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 102 & id == 29118 replace namelong = "NAGLE, DAVE R" if congress == 102 & id == 15435 replace namelong = "SMITH, NEAL EDWARD" if congress == 102 & id == 8672 replace namelong = "LIGHTFOOT, JAMES R." if congress == 102 & id == 15106 replace namelong = "GRANDY, FRED" if congress == 102 & id == 15414 replace namelong = "ROBERTS, PAT" if congress == 102 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 102 & id == 15061 replace namelong = "MEYERS, JAN" if congress == 102 & id == 15109 replace namelong = "GLICKMAN, DAN" if congress == 102 & id == 14422 replace namelong = "NICHOLS, DICK" if congress == 102 & id == 29119 replace namelong = "HUBBARD, CARROLL" if congress == 102 & id == 14237 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 102 & id == 6845 replace namelong = "MAZZOLI, ROMANO" if congress == 102 & id == 13024 replace namelong = "BUNNING, JIM" if congress == 102 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 102 & id == 14854 replace namelong = "HOPKINS, LARRY JONES" if congress == 102 & id == 14635 replace namelong = "PERKINS, CARL C." if congress == 102 & id == 15228 replace namelong = "LIVINGSTON, ROBERT L." if congress == 102 & id == 14469 replace namelong = "JEFFERSON, WILLIAM J." if congress == 102 & id == 29120 replace namelong = "TAUZIN, WILBERT" if congress == 102 & id == 14679 replace namelong = "MCCRERY, JIM" if congress == 102 & id == 15451 replace namelong = "HUCKABY, JERRY" if congress == 102 & id == 14427 replace namelong = "BAKER, RICHARD" if congress == 102 & id == 15401 replace namelong = "HAYES, JIMMY" if congress == 102 & id == 15418 replace namelong = "HOLLOWAY, CLYDE" if congress == 102 & id == 15422 replace namelong = "ANDREWS, THOMAS H." if congress == 102 & id == 29121 replace namelong = "SNOWE, OLYMPIA" if congress == 102 & id == 14661 replace namelong = "GILCHREST, WAYNE T." if congress == 102 & id == 29122 replace namelong = "BENTLEY, HELEN D." if congress == 102 & id == 15086 replace namelong = "CARDIN, BENJAMIN L" if congress == 102 & id == 15408 replace namelong = "MCMILLEN, THOMAS" if congress == 102 & id == 15432 replace namelong = "HOYER, STENY H ." if congress == 102 & id == 14873 replace namelong = "BYRON, BEVERLY BARTON BUT" if congress == 102 & id == 14608 replace namelong = "MFUME, KWEISI" if congress == 102 & id == 15433 replace namelong = "MORELLA, CONSTANCE" if congress == 102 & id == 15434 replace namelong = "CONTE, SILVIO OTTO" if congress == 102 & id == 2009 replace namelong = "OLVER, JOHN" if congress == 102 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 102 & id == 15616 replace namelong = "EARLY, JOSEPH" if congress == 102 & id == 14216 replace namelong = "FRANK, BARNEY" if congress == 102 & id == 14824 replace namelong = "ATKINS, CHESTER G." if congress == 102 & id == 15084 replace namelong = "MAVROULES, NICHOLAS" if congress == 102 & id == 14650 replace namelong = "MARKEY, EDWARD" if congress == 102 & id == 14435 replace namelong = "KENNEDY, JOSEPH P II" if congress == 102 & id == 15427 replace namelong = "MOAKLEY, JOHN" if congress == 102 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 102 & id == 14055 replace namelong = "DONNELLY, BRIAN JOSEPH" if congress == 102 & id == 14621 replace namelong = "CONYERS, JOHN, JR." if congress == 102 & id == 10713 replace namelong = "PURSELL, CARL" if congress == 102 & id == 14446 replace namelong = "WOLPE, HOWARD ELIOT" if congress == 102 & id == 14673 replace namelong = "UPTON, FRED" if congress == 102 & id == 15446 replace namelong = "HENRY, PAUL B." if congress == 102 & id == 15103 replace namelong = "CARR, BOB" if congress == 102 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 102 & id == 14430 replace namelong = "TRAXLER, BOB" if congress == 102 & id == 14075 replace namelong = "VAN DER JAGT, GUY" if congress == 102 & id == 10794 replace namelong = "CAMP, DAVE" if congress == 102 & id == 29124 replace namelong = "DAVIS, ROBERT WILLIAM" if congress == 102 & id == 14618 replace namelong = "BONIOR, DAVID" if congress == 102 & id == 14407 replace namelong = "COLLINS, BARBARA-ROSE" if congress == 102 & id == 29125 replace namelong = "HERTEL, DENNIS M." if congress == 102 & id == 14833 replace namelong = "FORD, WILLIAM D." if congress == 102 & id == 10727 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 102 & id == 2605 replace namelong = "LEVIN, SANDER M." if congress == 102 & id == 15033 replace namelong = "BROOMFIELD, WILLIAM S" if congress == 102 & id == 1087 replace namelong = "PENNY, TIMOTHY" if congress == 102 & id == 15052 replace namelong = "WEBER, VIN" if congress == 102 & id == 14868 replace namelong = "RAMSTAD, JIM" if congress == 102 & id == 29126 replace namelong = "VENTO, BRUCE" if congress == 102 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 102 & id == 14656 replace namelong = "SIKORSKI, GERRY" if congress == 102 & id == 15059 replace namelong = "PETERSON, COLLIN C." if congress == 102 & id == 29127 replace namelong = "OBERSTAR, JAMES" if congress == 102 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 102 & id == 10075 replace namelong = "ESPY, MIKE" if congress == 102 & id == 15411 replace namelong = "MONTGOMERY, G. V." if congress == 102 & id == 11035 replace namelong = "PARKER, MIKE" if congress == 102 & id == 15617 replace namelong = "TAYLOR, GENE" if congress == 102 & id == 15637 replace namelong = "CLAY, WILLIAM" if congress == 102 & id == 12009 replace namelong = "HORN, JOAN KELLY" if congress == 102 & id == 29128 replace namelong = "GEPHARDT, RICHARD" if congress == 102 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 102 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 102 & id == 15076 replace namelong = "COLEMAN, E. THOMAS" if congress == 102 & id == 14410 replace namelong = "HANCOCK, MELTON D." if congress == 102 & id == 15606 replace namelong = "EMERSON, BILL" if congress == 102 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 102 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 102 & id == 14672 replace namelong = "MARLENEE, RON" if congress == 102 & id == 14437 replace namelong = "BEREUTER, DOUGLAS K." if congress == 102 & id == 14605 replace namelong = "HOAGLAND, PETER" if congress == 102 & id == 15607 replace namelong = "BARRETT, BILL" if congress == 102 & id == 29129 replace namelong = "BILBRAY, JAMES H" if congress == 102 & id == 15403 replace namelong = "VUCANOVICH, BARBARA F." if congress == 102 & id == 15075 replace namelong = "ZELIFF, BILL" if congress == 102 & id == 29130 replace namelong = "SWETT, DICK" if congress == 102 & id == 29131 replace namelong = "ANDREWS, ROBERT E." if congress == 102 & id == 29132 replace namelong = "HUGHES, WILLIAM" if congress == 102 & id == 14238 replace namelong = "PALLONE, FRANK JR." if congress == 102 & id == 15454 replace namelong = "SMITH, CHRISTOPHER H." if congress == 102 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 102 & id == 14855 replace namelong = "DWYER, BERNARD" if congress == 102 & id == 14815 replace namelong = "RINALDO, MATTHEW" if congress == 102 & id == 14046 replace namelong = "ROE, ROBERT A." if congress == 102 & id == 12042 replace namelong = "TORRICELLI, ROBERT G." if congress == 102 & id == 15071 replace namelong = "PAYNE, DONALD M." if congress == 102 & id == 15619 replace namelong = "GALLO, DEAN A." if congress == 102 & id == 15099 replace namelong = "ZIMMER, DICK" if congress == 102 & id == 29133 replace namelong = "SAXTON, H. JAMES" if congress == 102 & id == 15112 replace namelong = "GUARINI, FRANK JOSEPH" if congress == 102 & id == 14631 replace namelong = "SCHIFF, STEVEN H." if congress == 102 & id == 15624 replace namelong = "SKEEN, JOSEPH" if congress == 102 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 102 & id == 15055 replace namelong = "HOCHBRUECKNER, GEORGE J" if congress == 102 & id == 15421 replace namelong = "DOWNEY, THOMAS" if congress == 102 & id == 14214 replace namelong = "MRAZEK, ROBERT J." if congress == 102 & id == 15046 replace namelong = "LENT, NORMAN" if congress == 102 & id == 13021 replace namelong = "MCGRATH, RAYMOND J." if congress == 102 & id == 14845 replace namelong = "FLAKE, FLOYD" if congress == 102 & id == 15412 replace namelong = "ACKERMAN, GARY L." if congress == 102 & id == 15000 replace namelong = "SCHEUER, JAMES H." if congress == 102 & id == 10768 replace namelong = "MANTON, THOMAS J." if congress == 102 & id == 15107 replace namelong = "SCHUMER, CHARLES E." if congress == 102 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 102 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 102 & id == 15050 replace namelong = "SOLARZ, STEPHEN" if congress == 102 & id == 14277 replace namelong = "MOLINARI, SUSAN" if congress == 102 & id == 15639 replace namelong = "GREEN, S. WILLIAM" if congress == 102 & id == 14471 replace namelong = "RANGEL, CHARLES" if congress == 102 & id == 13035 replace namelong = "WEISS, THEODORE" if congress == 102 & id == 14463 replace namelong = "SERRANO, JOSE E." if congress == 102 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 102 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 102 & id == 15612 replace namelong = "FISH, HAMILTON, JR." if congress == 102 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 102 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 102 & id == 15614 replace namelong = "SOLOMON, GERALD B." if congress == 102 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 102 & id == 15007 replace namelong = "MARTIN, DAVID O'B." if congress == 102 & id == 14840 replace namelong = "WALSH, JAMES T." if congress == 102 & id == 15630 replace namelong = "MCHUGH, MATTHEW" if congress == 102 & id == 14253 replace namelong = "HORTON, FRANK J." if congress == 102 & id == 10596 replace namelong = "SLAUGHTER, LOUISE" if congress == 102 & id == 15444 replace namelong = "PAXON, L. WILLIAM" if congress == 102 & id == 15618 replace namelong = "LAFALCE, JOHN" if congress == 102 & id == 14248 replace namelong = "NOWAK, HENRY" if congress == 102 & id == 14264 replace namelong = "HOUGHTON, AMORY JR" if congress == 102 & id == 15423 replace namelong = "JONES, WALTER" if congress == 102 & id == 10788 replace namelong = "VALENTINE, TIM" if congress == 102 & id == 15073 replace namelong = "LANCASTER, MARTIN" if congress == 102 & id == 15430 replace namelong = "PRICE, DAVID E" if congress == 102 & id == 15438 replace namelong = "NEAL, STEPHEN" if congress == 102 & id == 14262 replace namelong = "COBLE, HOWARD" if congress == 102 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 102 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 102 & id == 14233 replace namelong = "MCMILLAN, J. ALEX" if congress == 102 & id == 15108 replace namelong = "BALLENGER, CASS" if congress == 102 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 102 & id == 29135 replace namelong = "DORGAN, BYRON" if congress == 102 & id == 14812 replace namelong = "LUKEN, CHARLES" if congress == 102 & id == 15823 replace namelong = "GRADISON, WILLIS" if congress == 102 & id == 14225 replace namelong = "HALL, TONY PATRICK" if congress == 102 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 102 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 102 & id == 15604 replace namelong = "MCEWEN, BOB" if congress == 102 & id == 14844 replace namelong = "HOBSON, DAVID L." if congress == 102 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 102 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 102 & id == 15029 replace namelong = "MILLER, CLARENCE E." if congress == 102 & id == 11034 replace namelong = "ECKART, DENNIS E." if congress == 102 & id == 14818 replace namelong = "KASICH, JOHN R." if congress == 102 & id == 15030 replace namelong = "PEASE, DONALD" if congress == 102 & id == 14445 replace namelong = "SAWYER, TOM" if congress == 102 & id == 15442 replace namelong = "WYLIE, CHALMERS P." if congress == 102 & id == 11058 replace namelong = "REGULA, RALPH" if congress == 102 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 102 & id == 15121 replace namelong = "APPLEGATE, DOUGLAS" if congress == 102 & id == 14402 replace namelong = "FEIGHAN, EDWARD F." if congress == 102 & id == 15024 replace namelong = "OAKAR, MARY ROSE" if congress == 102 & id == 14443 replace namelong = "STOKES, LOUIS" if congress == 102 & id == 12030 replace namelong = "INHOFE, JAMES M" if congress == 102 & id == 15424 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 102 & id == 14667 replace namelong = "BREWSTER, BILL" if congress == 102 & id == 29138 replace namelong = "MCCURDY, DAVE" if congress == 102 & id == 14843 replace namelong = "EDWARDS, MICKEY" if congress == 102 & id == 14415 replace namelong = "ENGLISH, GLENN" if congress == 102 & id == 14219 replace namelong = "AUCOIN, LES" if congress == 102 & id == 14201 replace namelong = "SMITH, ROBERT F." if congress == 102 & id == 15063 replace namelong = "WYDEN, RON" if congress == 102 & id == 14871 replace namelong = "DEFAZIO, PETER A" if congress == 102 & id == 15410 replace namelong = "KOPETSKI, MIKE" if congress == 102 & id == 29139 replace namelong = "FOGLIETTA, THOMAS M." if congress == 102 & id == 14823 replace namelong = "GRAY, WILLIAM H., III" if congress == 102 & id == 14629 replace namelong = "BLACKWELL, LUCIEN E." if congress == 102 & id == 29140 replace namelong = "BORSKI, ROBERT A., JR." if congress == 102 & id == 15008 replace namelong = "KOLTER, JOSEPH P." if congress == 102 & id == 15031 replace namelong = "SCHULZE, RICHARD" if congress == 102 & id == 14273 replace namelong = "YATRON, GUS" if congress == 102 & id == 12035 replace namelong = "WELDON, CURT" if congress == 102 & id == 15447 replace namelong = "KOSTMAYER, PETER" if congress == 102 & id == 14431 replace namelong = "SHUSTER, E.G." if congress == 102 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 102 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 102 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 102 & id == 14072 replace namelong = "COUGHLIN, R. LAWRENCE" if congress == 102 & id == 12010 replace namelong = "COYNE, WILLIAM J." if congress == 102 & id == 14808 replace namelong = "RITTER, DONALD LAWRENCE" if congress == 102 & id == 14654 replace namelong = "WALKER, ROBERT" if congress == 102 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 102 & id == 15026 replace namelong = "SANTORUM, RICK" if congress == 102 & id == 29141 replace namelong = "GOODLING, WILLIAM" if congress == 102 & id == 14288 replace namelong = "GAYDOS, JOSEPH M." if congress == 102 & id == 11067 replace namelong = "RIDGE, THOMAS J." if congress == 102 & id == 15056 replace namelong = "MURPHY, AUSTIN" if congress == 102 & id == 14441 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 102 & id == 14612 replace namelong = "MACHTLEY, RONALD K." if congress == 102 & id == 15615 replace namelong = "REED, JOHN F." if congress == 102 & id == 29142 replace namelong = "RAVENEL, ARTHUR JR" if congress == 102 & id == 15439 replace namelong = "SPENCE, FLOYD" if congress == 102 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 102 & id == 14212 replace namelong = "PATTERSON, ELIZABETH" if congress == 102 & id == 15171 replace namelong = "SPRATT, JOHN M ." if congress == 102 & id == 15064 replace namelong = "TALLON, ROBERT" if congress == 102 & id == 15068 replace namelong = "JOHNSON, TIM" if congress == 102 & id == 15425 replace namelong = "QUILLEN, JAMES H." if congress == 102 & id == 10616 replace namelong = "DUNCAN, JOHN J. JR." if congress == 102 & id == 15455 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 102 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 102 & id == 15019 replace namelong = "CLEMENT, BOB" if congress == 102 & id == 15450 replace namelong = "GORDON, BART J." if congress == 102 & id == 15100 replace namelong = "SUNDQUIST, DONALD K." if congress == 102 & id == 15066 replace namelong = "TANNER, JOHN" if congress == 102 & id == 15628 replace namelong = "FORD, HAROLD" if congress == 102 & id == 14224 replace namelong = "CHAPMAN, JIM" if congress == 102 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 102 & id == 14062 replace namelong = "BARTLETT, STEVE" if congress == 102 & id == 15002 replace namelong = "JOHNSON, SAM" if congress == 102 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 102 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 102 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 102 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 102 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 102 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 102 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 102 & id == 10614 replace namelong = "EDWARDS, CHET" if congress == 102 & id == 29144 replace namelong = "GEREN, PRESTON M. "PETE"" if congress == 102 & id == 15636 replace namelong = "SARPALIUS, BILL" if congress == 102 & id == 15623 replace namelong = "LAUGHLIN, GREG H." if congress == 102 & id == 15611 replace namelong = "DE LA GARZA, ELIGIO" if congress == 102 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 102 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 102 & id == 14664 replace namelong = "WASHINGTON, CRAIG" if congress == 102 & id == 29145 replace namelong = "COMBEST, LARRY E." if congress == 102 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 102 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 102 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 102 & id == 15094 replace namelong = "BUSTAMANTE, ALBERT G." if congress == 102 & id == 15089 replace namelong = "FROST, JONAS MARTIN III" if congress == 102 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 102 & id == 15001 replace namelong = "ARMEY, RICHARD K." if congress == 102 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 102 & id == 15049 replace namelong = "HANSEN, JAMES V." if congress == 102 & id == 14829 replace namelong = "OWENS, WAYNE" if congress == 102 & id == 14042 replace namelong = "ORTON, BILL" if congress == 102 & id == 29146 replace namelong = "SANDERS, BERNARD" if congress == 102 & id == 29147 replace namelong = "BATEMAN, HERBERT H." if congress == 102 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 102 & id == 15437 replace namelong = "BLILEY, THOMAS J." if congress == 102 & id == 14802 replace namelong = "SISISKY, NORMAN" if congress == 102 & id == 15060 replace namelong = "PAYNE, L.F." if congress == 102 & id == 15452 replace namelong = "OLIN, JAMES R." if congress == 102 & id == 15048 replace namelong = "SLAUGHTER, D. FRENCH" if congress == 102 & id == 15115 replace namelong = "ALLEN, GEORGE F." if congress == 102 & id == 29148 replace namelong = "MORAN, JAMES P. JR." if congress == 102 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 102 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 102 & id == 14869 replace namelong = "MILLER, JOHN R." if congress == 102 & id == 15110 replace namelong = "SWIFT, ALLEN" if congress == 102 & id == 14666 replace namelong = "UNSOELD, JOLENE" if congress == 102 & id == 15629 replace namelong = "MORRISON, SID" if congress == 102 & id == 14847 replace namelong = "FOLEY, THOMAS S." if congress == 102 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 102 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 102 & id == 15613 replace namelong = "CHANDLER, ROD" if congress == 102 & id == 15016 replace namelong = "MOLLOHAN, ALAN B." if congress == 102 & id == 15083 replace namelong = "STAGGERS, HARLEY O., JR." if congress == 102 & id == 15065 replace namelong = "WISE, ROBERT E" if congress == 102 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 102 & id == 14448 replace namelong = "ASPIN, LES" if congress == 102 & id == 13003 replace namelong = "KLUG, SCOTT L." if congress == 102 & id == 29150 replace namelong = "GUNDERSON, STEVEN" if congress == 102 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 102 & id == 15082 replace namelong = "MOODY, JIM" if congress == 102 & id == 15044 replace namelong = "PETRI, THOMAS" if congress == 102 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 102 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 102 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 102 & id == 14657 replace namelong = "THOMAS, CRAIG" if congress == 102 & id == 15633 replace namelong = "CLINTON, WILLIAM JEFFERSON" if congress == 103 & id == 99909 replace namelong = "CALLAHAN, HERBERT L." if congress == 103 & id == 15090 replace namelong = "EVERETT, TERRY" if congress == 103 & id == 29300 replace namelong = "BROWDER, GLEN" if congress == 103 & id == 15632 replace namelong = "BEVILL, TOM" if congress == 103 & id == 11000 replace namelong = "CRAMER, BUD" if congress == 103 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 103 & id == 29301 replace namelong = "HILLIARD, EARL F." if congress == 103 & id == 29302 replace namelong = "YOUNG, DONALD" if congress == 103 & id == 14066 replace namelong = "COPPERSMITH, SAM" if congress == 103 & id == 29303 replace namelong = "PASTOR, ED" if congress == 103 & id == 29101 replace namelong = "STUMP, BOB" if congress == 103 & id == 14454 replace namelong = "KYL, JON" if congress == 103 & id == 15429 replace namelong = "KOLBE, JIM" if congress == 103 & id == 15105 replace namelong = "ENGLISH, KARAN" if congress == 103 & id == 29304 replace namelong = "LAMBERT, BLANCHE" if congress == 103 & id == 29305 replace namelong = "THORNTON, RAYMOND" if congress == 103 & id == 14058 replace namelong = "HUTCHINSON, TIM" if congress == 103 & id == 29306 replace namelong = "DICKEY, JAY" if congress == 103 & id == 29307 replace namelong = "HAMBURG, DAN" if congress == 103 & id == 29308 replace namelong = "HERGER, WALLY" if congress == 103 & id == 15420 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 103 & id == 14624 replace namelong = "DOOLITTLE, JOHN T." if congress == 103 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 103 & id == 14649 replace namelong = "WOOLSEY, LYNN" if congress == 103 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 103 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 103 & id == 15448 replace namelong = "DELLUMS, RONALD V." if congress == 103 & id == 13011 replace namelong = "BAKER, BILL" if congress == 103 & id == 29310 replace namelong = "POMBO, RICHARD W." if congress == 103 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 103 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 103 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 103 & id == 29312 replace namelong = "MINETA, NORMAN" if congress == 103 & id == 14257 replace namelong = "EDWARDS, DON" if congress == 103 & id == 10583 replace namelong = "PANETTA, LEON" if congress == 103 & id == 14444 replace namelong = "FARR, SAM" if congress == 103 & id == 29313 replace namelong = "CONDIT, GARY" if congress == 103 & id == 15635 replace namelong = "LEHMAN, RICHARD H." if congress == 103 & id == 15032 replace namelong = "DOOLEY, CALVIN" if congress == 103 & id == 29105 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 103 & id == 14669 replace namelong = "HUFFINGTON, MICHAEL" if congress == 103 & id == 29314 replace namelong = "GALLEGLY, ELTON" if congress == 103 & id == 15413 replace namelong = "BEILENSON, ANTHONY" if congress == 103 & id == 14405 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 103 & id == 29315 replace namelong = "BERMAN, HOWARD L." if congress == 103 & id == 15005 replace namelong = "MOORHEAD, CARLOS" if congress == 103 & id == 14040 replace namelong = "DREIER, DAVID" if congress == 103 & id == 14813 replace namelong = "WAXMAN, HENRY" if congress == 103 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 103 & id == 29316 replace namelong = "MARTINEZ, MATTHEW G." if congress == 103 & id == 14879 replace namelong = "DIXON, JULIAN CAREY" if congress == 103 & id == 14620 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 103 & id == 29317 replace namelong = "TORRES, ESTEBAN E." if congress == 103 & id == 15070 replace namelong = "WATERS, MAXINE" if congress == 103 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 103 & id == 29318 replace namelong = "TUCKER, WALTER R." if congress == 103 & id == 29319 replace namelong = "HORN, STEVE" if congress == 103 & id == 29320 replace namelong = "ROYCE, ED" if congress == 103 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 103 & id == 14644 replace namelong = "KIM, JAY C." if congress == 103 & id == 29322 replace namelong = "BROWN, GEORGE E., JR." if congress == 103 & id == 10573 replace namelong = "CALVERT, KEN" if congress == 103 & id == 29323 replace namelong = "MCCANDLESS, ALFRED A." if congress == 103 & id == 15040 replace namelong = "ROHRABACHER, DANA" if congress == 103 & id == 15621 replace namelong = "DORNAN, ROBERT" if congress == 103 & id == 14414 replace namelong = "COX, C. CHRISTOPHER" if congress == 103 & id == 15601 replace namelong = "PACKARD, RONALD C." if congress == 103 & id == 15051 replace namelong = "SCHENK, LYN" if congress == 103 & id == 29324 replace namelong = "FILNER, BOB" if congress == 103 & id == 29325 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 103 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 103 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 103 & id == 14051 replace namelong = "SKAGGS, DAVID E" if congress == 103 & id == 15443 replace namelong = "MCINNIS, SCOTT" if congress == 103 & id == 29326 replace namelong = "ALLARD, WAYNE" if congress == 103 & id == 29108 replace namelong = "HEFLEY, JOEL" if congress == 103 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 103 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 103 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 103 & id == 14825 replace namelong = "DELAURO, ROSA" if congress == 103 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 103 & id == 15449 replace namelong = "FRANKS, GARY" if congress == 103 & id == 29110 replace namelong = "JOHNSON, NANCY" if congress == 103 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 103 & id == 29327 replace namelong = "HUTTO, EARL DEWITT" if congress == 103 & id == 14636 replace namelong = "PETERSON, PETE" if congress == 103 & id == 29111 replace namelong = "BROWN, CORRINE" if congress == 103 & id == 29328 replace namelong = "FOWLER, TILLIE" if congress == 103 & id == 29329 replace namelong = "THURMAN, KAREN L." if congress == 103 & id == 29330 replace namelong = "STEARNS, CLIFF" if congress == 103 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 103 & id == 29331 replace namelong = "MCCOLLUM, BILL" if congress == 103 & id == 14842 replace namelong = "BILIRAKIS, MICHAEL" if congress == 103 & id == 15006 replace namelong = "YOUNG, C.W." if congress == 103 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 103 & id == 10588 replace namelong = "CANADY, CHARLES, T." if congress == 103 & id == 29332 replace namelong = "MILLER, DAN" if congress == 103 & id == 29333 replace namelong = "GOSS, PORTER J." if congress == 103 & id == 15605 replace namelong = "BACCHUS, JIM" if congress == 103 & id == 29112 replace namelong = "LEWIS, THOMAS F." if congress == 103 & id == 15035 replace namelong = "MEEK, CARRIE" if congress == 103 & id == 29334 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 103 & id == 15634 replace namelong = "JOHNSTON, HARRY A., II" if congress == 103 & id == 15609 replace namelong = "DEUTSCH, PETER" if congress == 103 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 103 & id == 29336 replace namelong = "SHAW, CLAY" if congress == 103 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 103 & id == 29337 replace namelong = "KINGSTON, JACK" if congress == 103 & id == 29338 replace namelong = "BISHOP, SANFORD" if congress == 103 & id == 29339 replace namelong = "COLLINS, MAC" if congress == 103 & id == 29340 replace namelong = "LINDER, JOHN" if congress == 103 & id == 29341 replace namelong = "LEWIS, JOHN" if congress == 103 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 103 & id == 14627 replace namelong = "DARDEN, GEORGE" if congress == 103 & id == 15081 replace namelong = "ROWLAND, J. ROY" if congress == 103 & id == 15057 replace namelong = "DEAL, NATHAN" if congress == 103 & id == 29342 replace namelong = "JOHNSON, DON" if congress == 103 & id == 29343 replace namelong = "MCKINNEY, CYNTHIA" if congress == 103 & id == 29344 replace namelong = "ABERCROMBIE, NEIL" if congress == 103 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 103 & id == 10757 replace namelong = "LAROCCO, LARRY" if congress == 103 & id == 29114 replace namelong = "CRAPO, MICHAEL D." if congress == 103 & id == 29345 replace namelong = "RUSH, BOBBY L." if congress == 103 & id == 29346 replace namelong = "REYNOLDS, MEL" if congress == 103 & id == 29347 replace namelong = "LIPINSKI, WILLIAM O." if congress == 103 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 103 & id == 29348 replace namelong = "ROSTENKOWSKI, DANIEL DAVI" if congress == 103 & id == 8080 replace namelong = "HYDE, HENRY" if congress == 103 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 103 & id == 14068 replace namelong = "CRANE, PHILIP M." if congress == 103 & id == 12041 replace namelong = "YATES, SIDNEY RICHARD" if congress == 103 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 103 & id == 14677 replace namelong = "SANGMEISTER, GEORGE E." if congress == 103 & id == 15622 replace namelong = "COSTELLO, JERRY F." if congress == 103 & id == 15453 replace namelong = "FAWELL, HARRIS W." if congress == 103 & id == 15098 replace namelong = "HASTERT, DENNIS J" if congress == 103 & id == 15417 replace namelong = "EWING, THOMAS W." if congress == 103 & id == 29115 replace namelong = "MANZULLO, DONALD" if congress == 103 & id == 29349 replace namelong = "EVANS, LANE" if congress == 103 & id == 15023 replace namelong = "MICHEL, ROBERT HENRY" if congress == 103 & id == 6455 replace namelong = "POSHARD, GLENN" if congress == 103 & id == 15620 replace namelong = "DURBIN, RICHARD J." if congress == 103 & id == 15021 replace namelong = "VISCLOSKY, PETER J." if congress == 103 & id == 15124 replace namelong = "SHARP, PHILIP" if congress == 103 & id == 14274 replace namelong = "ROEMER, TIM" if congress == 103 & id == 29117 replace namelong = "LONG, JILL" if congress == 103 & id == 15631 replace namelong = "BUYER, STEVE" if congress == 103 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 103 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 103 & id == 11036 replace namelong = "MCCLOSKEY, FRANCIS X." if congress == 103 & id == 15041 replace namelong = "HAMILTON, LEE H." if congress == 103 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 103 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 103 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 103 & id == 29118 replace namelong = "LIGHTFOOT, JAMES R." if congress == 103 & id == 15106 replace namelong = "SMITH, NEAL EDWARD" if congress == 103 & id == 8672 replace namelong = "GRANDY, FRED" if congress == 103 & id == 15414 replace namelong = "ROBERTS, PAT" if congress == 103 & id == 14852 replace namelong = "SLATTERY, JAMES" if congress == 103 & id == 15061 replace namelong = "MEYERS, JAN" if congress == 103 & id == 15109 replace namelong = "GLICKMAN, DAN" if congress == 103 & id == 14422 replace namelong = "BARLOW, TOM" if congress == 103 & id == 29351 replace namelong = "NATCHER, WILLIAM HUSTON" if congress == 103 & id == 6845 replace namelong = "LEWIS, RON" if congress == 103 & id == 29352 replace namelong = "MAZZOLI, ROMANO" if congress == 103 & id == 13024 replace namelong = "BUNNING, JIM" if congress == 103 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 103 & id == 14854 replace namelong = "BAESLER, SCOTTY" if congress == 103 & id == 29353 replace namelong = "LIVINGSTON, ROBERT L." if congress == 103 & id == 14469 replace namelong = "JEFFERSON, WILLIAM J." if congress == 103 & id == 29120 replace namelong = "TAUZIN, WILBERT" if congress == 103 & id == 14679 replace namelong = "FIELDS, CLEO" if congress == 103 & id == 29354 replace namelong = "MCCRERY, JIM" if congress == 103 & id == 15451 replace namelong = "BAKER, RICHARD" if congress == 103 & id == 15401 replace namelong = "HAYES, JIMMY" if congress == 103 & id == 15418 replace namelong = "ANDREWS, THOMAS H." if congress == 103 & id == 29121 replace namelong = "SNOWE, OLYMPIA" if congress == 103 & id == 14661 replace namelong = "GILCHREST, WAYNE T." if congress == 103 & id == 29122 replace namelong = "BENTLEY, HELEN D." if congress == 103 & id == 15086 replace namelong = "CARDIN, BENJAMIN L" if congress == 103 & id == 15408 replace namelong = "WYNN, ALBERT R." if congress == 103 & id == 29355 replace namelong = "HOYER, STENY H ." if congress == 103 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 103 & id == 29356 replace namelong = "MFUME, KWEISI" if congress == 103 & id == 15433 replace namelong = "MORELLA, CONSTANCE" if congress == 103 & id == 15434 replace namelong = "OLVER, JOHN" if congress == 103 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 103 & id == 15616 replace namelong = "BLUTE, PETER I." if congress == 103 & id == 29357 replace namelong = "FRANK, BARNEY" if congress == 103 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 103 & id == 29358 replace namelong = "TORKILDSEN, PETER G." if congress == 103 & id == 29359 replace namelong = "MARKEY, EDWARD" if congress == 103 & id == 14435 replace namelong = "KENNEDY, JOSEPH P II" if congress == 103 & id == 15427 replace namelong = "MOAKLEY, JOHN" if congress == 103 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 103 & id == 14055 replace namelong = "STUPAK, BART" if congress == 103 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 103 & id == 29361 replace namelong = "HENRY, PAUL B." if congress == 103 & id == 15103 replace namelong = "EHLERS, VERNON J." if congress == 103 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 103 & id == 29124 replace namelong = "BARCIA, JAMES A." if congress == 103 & id == 29363 replace namelong = "UPTON, FRED" if congress == 103 & id == 15446 replace namelong = "SMITH, NICK" if congress == 103 & id == 29364 replace namelong = "CARR, BOB" if congress == 103 & id == 14210 replace namelong = "KILDEE, DALE" if congress == 103 & id == 14430 replace namelong = "BONIOR, DAVID" if congress == 103 & id == 14407 replace namelong = "KNOLLENBERG, JOE" if congress == 103 & id == 29365 replace namelong = "LEVIN, SANDER M." if congress == 103 & id == 15033 replace namelong = "FORD, WILLIAM D." if congress == 103 & id == 10727 replace namelong = "CONYERS, JOHN, JR." if congress == 103 & id == 10713 replace namelong = "COLLINS, BARBARA-ROSE" if congress == 103 & id == 29125 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 103 & id == 2605 replace namelong = "PENNY, TIMOTHY" if congress == 103 & id == 15052 replace namelong = "MINGE, DAVID" if congress == 103 & id == 29366 replace namelong = "RAMSTAD, JIM" if congress == 103 & id == 29126 replace namelong = "VENTO, BRUCE" if congress == 103 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 103 & id == 14656 replace namelong = "GRAMS, ROD" if congress == 103 & id == 29367 replace namelong = "PETERSON, COLLIN C." if congress == 103 & id == 29127 replace namelong = "OBERSTAR, JAMES" if congress == 103 & id == 14265 replace namelong = "WHITTEN, JAMIE LLOYD" if congress == 103 & id == 10075 replace namelong = "ESPY, MIKE" if congress == 103 & id == 15411 replace namelong = "THOMPSON, BENNIE" if congress == 103 & id == 29368 replace namelong = "MONTGOMERY, G. V." if congress == 103 & id == 11035 replace namelong = "PARKER, MIKE" if congress == 103 & id == 15617 replace namelong = "TAYLOR, GENE" if congress == 103 & id == 15637 replace namelong = "CLAY, WILLIAM" if congress == 103 & id == 12009 replace namelong = "TALENT, JAMES M." if congress == 103 & id == 29369 replace namelong = "GEPHARDT, RICHARD" if congress == 103 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 103 & id == 14451 replace namelong = "WHEAT, ALAN D." if congress == 103 & id == 15076 replace namelong = "DANNER, PAT" if congress == 103 & id == 29370 replace namelong = "HANCOCK, MELTON D." if congress == 103 & id == 15606 replace namelong = "EMERSON, BILL" if congress == 103 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 103 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 103 & id == 14672 replace namelong = "BEREUTER, DOUGLAS K." if congress == 103 & id == 14605 replace namelong = "HOAGLAND, PETER" if congress == 103 & id == 15607 replace namelong = "BARRETT, BILL" if congress == 103 & id == 29129 replace namelong = "BILBRAY, JAMES H" if congress == 103 & id == 15403 replace namelong = "VUCANOVICH, BARBARA F." if congress == 103 & id == 15075 replace namelong = "ZELIFF, BILL" if congress == 103 & id == 29130 replace namelong = "SWETT, DICK" if congress == 103 & id == 29131 replace namelong = "ANDREWS, ROBERT E." if congress == 103 & id == 29132 replace namelong = "HUGHES, WILLIAM" if congress == 103 & id == 14238 replace namelong = "SAXTON, H. JAMES" if congress == 103 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 103 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 103 & id == 14855 replace namelong = "PALLONE, FRANK JR." if congress == 103 & id == 15454 replace namelong = "FRANKS, BOB" if congress == 103 & id == 29371 replace namelong = "KLEIN, HERBERT C." if congress == 103 & id == 29372 replace namelong = "TORRICELLI, ROBERT G." if congress == 103 & id == 15071 replace namelong = "PAYNE, DONALD M." if congress == 103 & id == 15619 replace namelong = "GALLO, DEAN A." if congress == 103 & id == 15099 replace namelong = "ZIMMER, DICK" if congress == 103 & id == 29133 replace namelong = "MENENDEZ, ROBERT" if congress == 103 & id == 29373 replace namelong = "SCHIFF, STEVEN H." if congress == 103 & id == 15624 replace namelong = "SKEEN, JOSEPH" if congress == 103 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 103 & id == 15055 replace namelong = "HOCHBRUECKNER, GEORGE J" if congress == 103 & id == 15421 replace namelong = "LAZIO, RICK A." if congress == 103 & id == 29374 replace namelong = "KING, PETER T." if congress == 103 & id == 29375 replace namelong = "LEVY, DAVID A." if congress == 103 & id == 29376 replace namelong = "ACKERMAN, GARY L." if congress == 103 & id == 15000 replace namelong = "FLAKE, FLOYD" if congress == 103 & id == 15412 replace namelong = "MANTON, THOMAS J." if congress == 103 & id == 15107 replace namelong = "NADLER, JERROLD" if congress == 103 & id == 29377 replace namelong = "SCHUMER, CHARLES E." if congress == 103 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 103 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 103 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA, M." if congress == 103 & id == 29378 replace namelong = "MOLINARI, SUSAN" if congress == 103 & id == 15639 replace namelong = "MALONEY, CAROLYN B." if congress == 103 & id == 29379 replace namelong = "RANGEL, CHARLES" if congress == 103 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 103 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 103 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 103 & id == 15612 replace namelong = "FISH, HAMILTON, JR." if congress == 103 & id == 12013 replace namelong = "GILMAN, BENJAMIN" if congress == 103 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 103 & id == 15614 replace namelong = "SOLOMON, GERALD B." if congress == 103 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 103 & id == 15007 replace namelong = "MCHUGH, JOHN M." if congress == 103 & id == 39316 replace namelong = "WALSH, JAMES T." if congress == 103 & id == 15630 replace namelong = "HINCHEY, MAURICE D." if congress == 103 & id == 29380 replace namelong = "PAXON, L. WILLIAM" if congress == 103 & id == 15618 replace namelong = "SLAUGHTER, LOUISE" if congress == 103 & id == 15444 replace namelong = "LAFALCE, JOHN" if congress == 103 & id == 14248 replace namelong = "QUINN, JACK" if congress == 103 & id == 29381 replace namelong = "HOUGHTON, AMORY JR" if congress == 103 & id == 15423 replace namelong = "CLAYTON, EVA" if congress == 103 & id == 29382 replace namelong = "VALENTINE, TIM" if congress == 103 & id == 15073 replace namelong = "LANCASTER, MARTIN" if congress == 103 & id == 15430 replace namelong = "PRICE, DAVID E" if congress == 103 & id == 15438 replace namelong = "NEAL, STEPHEN" if congress == 103 & id == 14262 replace namelong = "COBLE, HOWARD" if congress == 103 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 103 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 103 & id == 14233 replace namelong = "MCMILLAN, J. ALEX" if congress == 103 & id == 15108 replace namelong = "BALLENGER, CASS" if congress == 103 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 103 & id == 29135 replace namelong = "WATT, MELVIN" if congress == 103 & id == 29383 replace namelong = "POMEROY, EARL" if congress == 103 & id == 29384 replace namelong = "MANN, DAVID" if congress == 103 & id == 29385 replace namelong = "GRADISON, WILLIS" if congress == 103 & id == 14225 replace namelong = "PORTMAN, ROB" if congress == 103 & id == 29386 replace namelong = "HALL, TONY PATRICK" if congress == 103 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 103 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 103 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 103 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 103 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 103 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 103 & id == 15029 replace namelong = "HOKE, MARTIN R." if congress == 103 & id == 29388 replace namelong = "STOKES, LOUIS" if congress == 103 & id == 12030 replace namelong = "KASICH, JOHN R." if congress == 103 & id == 15030 replace namelong = "BROWN, SHERROD" if congress == 103 & id == 29389 replace namelong = "SAWYER, TOM" if congress == 103 & id == 15442 replace namelong = "PRYCE, DEBORAH" if congress == 103 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 103 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 103 & id == 15121 replace namelong = "APPLEGATE, DOUGLAS" if congress == 103 & id == 14402 replace namelong = "FINGERHUT, ERIC D." if congress == 103 & id == 29391 replace namelong = "INHOFE, JAMES M" if congress == 103 & id == 15424 replace namelong = "SYNAR, MICHAEL LYNN" if congress == 103 & id == 14667 replace namelong = "BREWSTER, BILL" if congress == 103 & id == 29138 replace namelong = "MCCURDY, DAVE" if congress == 103 & id == 14843 replace namelong = "ISTOOK, ERNEST JIM" if congress == 103 & id == 29392 replace namelong = "ENGLISH, GLENN" if congress == 103 & id == 14219 replace namelong = "LUCAS, FRANK D." if congress == 103 & id == 29393 replace namelong = "FURSE, ELIZABETH" if congress == 103 & id == 29394 replace namelong = "SMITH, ROBERT F." if congress == 103 & id == 15063 replace namelong = "WYDEN, RON" if congress == 103 & id == 14871 replace namelong = "DEFAZIO, PETER A" if congress == 103 & id == 15410 replace namelong = "KOPETSKI, MIKE" if congress == 103 & id == 29139 replace namelong = "FOGLIETTA, THOMAS M." if congress == 103 & id == 14823 replace namelong = "BLACKWELL, LUCIEN E." if congress == 103 & id == 29140 replace namelong = "BORSKI, ROBERT A., JR." if congress == 103 & id == 15008 replace namelong = "KLINK, RON" if congress == 103 & id == 29395 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 103 & id == 14612 replace namelong = "HOLDEN, TIM" if congress == 103 & id == 29396 replace namelong = "WELDON, CURT" if congress == 103 & id == 15447 replace namelong = "GREENWOOD, JIM" if congress == 103 & id == 29397 replace namelong = "SHUSTER, E.G." if congress == 103 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 103 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 103 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 103 & id == 14072 replace namelong = "MARGOLIES-MEZVINSKI, MARJ" if congress == 103 & id == 29398 replace namelong = "COYNE, WILLIAM J." if congress == 103 & id == 14808 replace namelong = "MCHALE, PAUL" if congress == 103 & id == 29399 replace namelong = "WALKER, ROBERT" if congress == 103 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 103 & id == 15026 replace namelong = "SANTORUM, RICK" if congress == 103 & id == 29141 replace namelong = "GOODLING, WILLIAM" if congress == 103 & id == 14288 replace namelong = "MURPHY, AUSTIN" if congress == 103 & id == 14441 replace namelong = "RIDGE, THOMAS J." if congress == 103 & id == 15056 replace namelong = "MACHTLEY, RONALD K." if congress == 103 & id == 15615 replace namelong = "REED, JOHN F." if congress == 103 & id == 29142 replace namelong = "RAVENEL, ARTHUR JR" if congress == 103 & id == 15439 replace namelong = "SPENCE, FLOYD" if congress == 103 & id == 13042 replace namelong = "DERRICK, BUTLER" if congress == 103 & id == 14212 replace namelong = "INGLIS, BOB" if congress == 103 & id == 39300 replace namelong = "SPRATT, JOHN M ." if congress == 103 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 103 & id == 39301 replace namelong = "JOHNSON, TIM" if congress == 103 & id == 15425 replace namelong = "QUILLEN, JAMES H." if congress == 103 & id == 10616 replace namelong = "DUNCAN, JOHN J. JR." if congress == 103 & id == 15455 replace namelong = "LLOYD, MARILYN (BOUQUARD)" if congress == 103 & id == 14251 replace namelong = "COOPER, JAMES H." if congress == 103 & id == 15019 replace namelong = "CLEMENT, BOB" if congress == 103 & id == 15450 replace namelong = "GORDON, BART J." if congress == 103 & id == 15100 replace namelong = "SUNDQUIST, DONALD K." if congress == 103 & id == 15066 replace namelong = "TANNER, JOHN" if congress == 103 & id == 15628 replace namelong = "FORD, HAROLD" if congress == 103 & id == 14224 replace namelong = "CHAPMAN, JIM" if congress == 103 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 103 & id == 14062 replace namelong = "JOHNSON, SAM" if congress == 103 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 103 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 103 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 103 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 103 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 103 & id == 14822 replace namelong = "BROOKS, JACK BASCOM" if congress == 103 & id == 1077 replace namelong = "PICKLE, J. J." if congress == 103 & id == 10614 replace namelong = "EDWARDS, CHET" if congress == 103 & id == 29144 replace namelong = "GEREN, PRESTON M. "PETE"" if congress == 103 & id == 15636 replace namelong = "SARPALIUS, BILL" if congress == 103 & id == 15623 replace namelong = "LAUGHLIN, GREG H." if congress == 103 & id == 15611 replace namelong = "DE LA GARZA, ELIGIO" if congress == 103 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 103 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 103 & id == 14664 replace namelong = "WASHINGTON, CRAIG" if congress == 103 & id == 29145 replace namelong = "COMBEST, LARRY E." if congress == 103 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 103 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 103 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 103 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 103 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 103 & id == 14626 replace namelong = "ANDREWS, MICHAEL" if congress == 103 & id == 15001 replace namelong = "ARMEY, RICHARD K." if congress == 103 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 103 & id == 15049 replace namelong = "TEJEDA, FRANK" if congress == 103 & id == 39303 replace namelong = "GREEN, GENE" if congress == 103 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 103 & id == 39305 replace namelong = "HANSEN, JAMES V." if congress == 103 & id == 14829 replace namelong = "SHEPARD, KAREN" if congress == 103 & id == 39306 replace namelong = "ORTON, BILL" if congress == 103 & id == 29146 replace namelong = "SANDERS, BERNARD" if congress == 103 & id == 29147 replace namelong = "BATEMAN, HERBERT H." if congress == 103 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 103 & id == 15437 replace namelong = "SCOTT, ROBERT C." if congress == 103 & id == 39307 replace namelong = "SISISKY, NORMAN" if congress == 103 & id == 15060 replace namelong = "PAYNE, L.F." if congress == 103 & id == 15452 replace namelong = "GOODLATTE, ROBERT W." if congress == 103 & id == 39308 replace namelong = "BLILEY, THOMAS J." if congress == 103 & id == 14802 replace namelong = "MORAN, JAMES P. JR." if congress == 103 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 103 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 103 & id == 14869 replace namelong = "BYRNE, LESLIE L." if congress == 103 & id == 39309 replace namelong = "CANTWELL, MARIA" if congress == 103 & id == 39310 replace namelong = "SWIFT, ALLEN" if congress == 103 & id == 14666 replace namelong = "UNSOELD, JOLENE" if congress == 103 & id == 15629 replace namelong = "INSLEE, JAY" if congress == 103 & id == 29937 replace namelong = "FOLEY, THOMAS S." if congress == 103 & id == 10726 replace namelong = "DICKS, NORMAN" if congress == 103 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 103 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 103 & id == 39312 replace namelong = "KREIDLER, MIKE" if congress == 103 & id == 39313 replace namelong = "MOLLOHAN, ALAN B." if congress == 103 & id == 15083 replace namelong = "WISE, ROBERT E" if congress == 103 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 103 & id == 14448 replace namelong = "ASPIN, LES" if congress == 103 & id == 13003 replace namelong = "BARCA, PETER W." if congress == 103 & id == 39314 replace namelong = "KLUG, SCOTT L." if congress == 103 & id == 29150 replace namelong = "GUNDERSON, STEVEN" if congress == 103 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 103 & id == 15082 replace namelong = "BARRETT, THOMAS M." if congress == 103 & id == 39315 replace namelong = "PETRI, THOMAS" if congress == 103 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 103 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 103 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 103 & id == 14657 replace namelong = "THOMAS, CRAIG" if congress == 103 & id == 15633 replace namelong = "CLINTON, WILLIAM JEFFERSON" if congress == 104 & id == 99909 replace namelong = "CALLAHAN, HERBERT L." if congress == 104 & id == 15090 replace namelong = "EVERETT, TERRY" if congress == 104 & id == 29300 replace namelong = "BROWDER, GLEN" if congress == 104 & id == 15632 replace namelong = "BEVILL, TOM" if congress == 104 & id == 11000 replace namelong = "CRAMER, BUD" if congress == 104 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 104 & id == 29301 replace namelong = "HILLIARD, EARL F." if congress == 104 & id == 29302 replace namelong = "YOUNG, DONALD" if congress == 104 & id == 14066 replace namelong = "SALMON, MATT" if congress == 104 & id == 29500 replace namelong = "PASTOR, ED" if congress == 104 & id == 29101 replace namelong = "STUMP, BOB" if congress == 104 & id == 14454 replace namelong = "SHADEGG, JOHN B." if congress == 104 & id == 29501 replace namelong = "KOLBE, JIM" if congress == 104 & id == 15105 replace namelong = "HAYWORTH, J.D." if congress == 104 & id == 29502 replace namelong = "LAMBERT, BLANCHE" if congress == 104 & id == 29305 replace namelong = "THORNTON, RAYMOND" if congress == 104 & id == 14058 replace namelong = "HUTCHINSON, TIM" if congress == 104 & id == 29306 replace namelong = "DICKEY, JAY" if congress == 104 & id == 29307 replace namelong = "RIGGS, FRANK" if congress == 104 & id == 29103 replace namelong = "HERGER, WALLY" if congress == 104 & id == 15420 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 104 & id == 14624 replace namelong = "DOOLITTLE, JOHN T." if congress == 104 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 104 & id == 14649 replace namelong = "WOOLSEY, LYNN" if congress == 104 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 104 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 104 & id == 15448 replace namelong = "DELLUMS, RONALD V." if congress == 104 & id == 13011 replace namelong = "BAKER, BILL" if congress == 104 & id == 29310 replace namelong = "POMBO, RICHARD W." if congress == 104 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 104 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 104 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 104 & id == 29312 replace namelong = "MINETA, NORMAN" if congress == 104 & id == 14257 replace namelong = "CAMPBELL, TOM" if congress == 104 & id == 15600 replace namelong = "LOFGREN, ZOE" if congress == 104 & id == 29504 replace namelong = "FARR, SAM" if congress == 104 & id == 29313 replace namelong = "CONDIT, GARY" if congress == 104 & id == 15635 replace namelong = "RADANOVICH, GEORGE P." if congress == 104 & id == 29505 replace namelong = "DOOLEY, CALVIN" if congress == 104 & id == 29105 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 104 & id == 14669 replace namelong = "SEASTRAND, ANDREA H." if congress == 104 & id == 29506 replace namelong = "GALLEGLY, ELTON" if congress == 104 & id == 15413 replace namelong = "BEILENSON, ANTHONY" if congress == 104 & id == 14405 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 104 & id == 29315 replace namelong = "BERMAN, HOWARD L." if congress == 104 & id == 15005 replace namelong = "MOORHEAD, CARLOS" if congress == 104 & id == 14040 replace namelong = "DREIER, DAVID" if congress == 104 & id == 14813 replace namelong = "WAXMAN, HENRY" if congress == 104 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 104 & id == 29316 replace namelong = "MARTINEZ, MATTHEW G." if congress == 104 & id == 14879 replace namelong = "DIXON, JULIAN CAREY" if congress == 104 & id == 14620 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 104 & id == 29317 replace namelong = "TORRES, ESTEBAN E." if congress == 104 & id == 15070 replace namelong = "WATERS, MAXINE" if congress == 104 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 104 & id == 29318 replace namelong = "TUCKER, WALTER R." if congress == 104 & id == 29319 replace namelong = "MCDONALD, JUANITA M." if congress == 104 & id == 29586 replace namelong = "HORN, STEVE" if congress == 104 & id == 29320 replace namelong = "ROYCE, ED" if congress == 104 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 104 & id == 14644 replace namelong = "KIM, JAY C." if congress == 104 & id == 29322 replace namelong = "BROWN, GEORGE E., JR." if congress == 104 & id == 10573 replace namelong = "CALVERT, KEN" if congress == 104 & id == 29323 replace namelong = "BONO, SONNY" if congress == 104 & id == 29507 replace namelong = "ROHRABACHER, DANA" if congress == 104 & id == 15621 replace namelong = "DORNAN, ROBERT" if congress == 104 & id == 14414 replace namelong = "COX, C. CHRISTOPHER" if congress == 104 & id == 15601 replace namelong = "PACKARD, RONALD C." if congress == 104 & id == 15051 replace namelong = "BILBRAY, BRIAN P." if congress == 104 & id == 29508 replace namelong = "FILNER, BOB" if congress == 104 & id == 29325 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 104 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 104 & id == 14835 replace namelong = "SCHROEDER, PATRICIA" if congress == 104 & id == 14051 replace namelong = "SKAGGS, DAVID E" if congress == 104 & id == 15443 replace namelong = "MCINNIS, SCOTT" if congress == 104 & id == 29326 replace namelong = "ALLARD, WAYNE" if congress == 104 & id == 29108 replace namelong = "HEFLEY, JOEL" if congress == 104 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 104 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 104 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 104 & id == 14825 replace namelong = "DELAURO, ROSA" if congress == 104 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 104 & id == 15449 replace namelong = "FRANKS, GARY" if congress == 104 & id == 29110 replace namelong = "JOHNSON, NANCY" if congress == 104 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 104 & id == 29327 replace namelong = "SCARBOROUGH, JOE" if congress == 104 & id == 39508 replace namelong = "PETERSON, PETE" if congress == 104 & id == 29111 replace namelong = "BROWN, CORRINE" if congress == 104 & id == 29328 replace namelong = "FOWLER, TILLIE" if congress == 104 & id == 29329 replace namelong = "THURMAN, KAREN L." if congress == 104 & id == 29330 replace namelong = "STEARNS, CLIFF" if congress == 104 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 104 & id == 29331 replace namelong = "MCCOLLUM, BILL" if congress == 104 & id == 14842 replace namelong = "BILIRAKIS, MICHAEL" if congress == 104 & id == 15006 replace namelong = "YOUNG, C.W." if congress == 104 & id == 13047 replace namelong = "GIBBONS, SAM M." if congress == 104 & id == 10588 replace namelong = "CANADY, CHARLES, T." if congress == 104 & id == 29332 replace namelong = "MILLER, DAN" if congress == 104 & id == 29333 replace namelong = "GOSS, PORTER J." if congress == 104 & id == 15605 replace namelong = "WELDON, DAVE" if congress == 104 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 104 & id == 29510 replace namelong = "MEEK, CARRIE" if congress == 104 & id == 29334 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 104 & id == 15634 replace namelong = "JOHNSTON, HARRY A., II" if congress == 104 & id == 15609 replace namelong = "DEUTSCH, PETER" if congress == 104 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 104 & id == 29336 replace namelong = "SHAW, CLAY" if congress == 104 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 104 & id == 29337 replace namelong = "KINGSTON, JACK" if congress == 104 & id == 29338 replace namelong = "BISHOP, SANFORD" if congress == 104 & id == 29339 replace namelong = "COLLINS, MAC" if congress == 104 & id == 29340 replace namelong = "LINDER, JOHN" if congress == 104 & id == 29341 replace namelong = "LEWIS, JOHN" if congress == 104 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 104 & id == 14627 replace namelong = "BARR, BOB" if congress == 104 & id == 29511 replace namelong = "CHAMBLISS, SAXBY" if congress == 104 & id == 29512 replace namelong = "DEAL, NATHAN" if congress == 104 & id == 29342 replace namelong = "DEAL, NATHAN" if congress == 104 & id == 99342 replace namelong = "NORWOOD, CHARLIE" if congress == 104 & id == 29513 replace namelong = "MCKINNEY, CYNTHIA" if congress == 104 & id == 29344 replace namelong = "ABERCROMBIE, NEIL" if congress == 104 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 104 & id == 10757 replace namelong = "CHENOWETH, HELEN" if congress == 104 & id == 29514 replace namelong = "CRAPO, MICHAEL D." if congress == 104 & id == 29345 replace namelong = "RUSH, BOBBY L." if congress == 104 & id == 29346 replace namelong = "REYNOLDS, MEL" if congress == 104 & id == 29347 replace namelong = "JACKSON, JESSE L. JR." if congress == 104 & id == 29585 replace namelong = "LIPINSKI, WILLIAM O." if congress == 104 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 104 & id == 29348 replace namelong = "FLANAGAN, MICHAEL P." if congress == 104 & id == 29515 replace namelong = "HYDE, HENRY" if congress == 104 & id == 14239 replace namelong = "COLLINS, CARDISS" if congress == 104 & id == 14068 replace namelong = "CRANE, PHILIP M." if congress == 104 & id == 12041 replace namelong = "YATES, SIDNEY RICHARD" if congress == 104 & id == 10421 replace namelong = "PORTER, JOHN" if congress == 104 & id == 14677 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 104 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 104 & id == 15453 replace namelong = "FAWELL, HARRIS W." if congress == 104 & id == 15098 replace namelong = "HASTERT, DENNIS J" if congress == 104 & id == 15417 replace namelong = "EWING, THOMAS W." if congress == 104 & id == 29115 replace namelong = "MANZULLO, DONALD" if congress == 104 & id == 29349 replace namelong = "EVANS, LANE" if congress == 104 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 104 & id == 29517 replace namelong = "POSHARD, GLENN" if congress == 104 & id == 15620 replace namelong = "DURBIN, RICHARD J." if congress == 104 & id == 15021 replace namelong = "VISCLOSKY, PETER J." if congress == 104 & id == 15124 replace namelong = "MCINTOSH, DAVID M." if congress == 104 & id == 29518 replace namelong = "ROEMER, TIM" if congress == 104 & id == 29117 replace namelong = "SOUDER, MARK E." if congress == 104 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 104 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 104 & id == 15014 replace namelong = "MYERS, JOHN T." if congress == 104 & id == 11036 replace namelong = "HOSTETTLER, JOHN N." if congress == 104 & id == 29520 replace namelong = "HAMILTON, LEE H." if congress == 104 & id == 10732 replace namelong = "JACOBS, ANDREW, JR." if congress == 104 & id == 10742 replace namelong = "LEACH, JAMES" if congress == 104 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 104 & id == 29118 replace namelong = "LIGHTFOOT, JAMES R." if congress == 104 & id == 15106 replace namelong = "GANSKE, GREG" if congress == 104 & id == 29521 replace namelong = "LATHAM, TOM" if congress == 104 & id == 29522 replace namelong = "ROBERTS, PAT" if congress == 104 & id == 14852 replace namelong = "BROWNBACK, SAM" if congress == 104 & id == 29523 replace namelong = "MEYERS, JAN" if congress == 104 & id == 15109 replace namelong = "TIAHRT, TODD" if congress == 104 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 104 & id == 29525 replace namelong = "LEWIS, RON" if congress == 104 & id == 29352 replace namelong = "WARD, MIKE" if congress == 104 & id == 29526 replace namelong = "BUNNING, JIM" if congress == 104 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 104 & id == 14854 replace namelong = "BAESLER, SCOTTY" if congress == 104 & id == 29353 replace namelong = "LIVINGSTON, ROBERT L." if congress == 104 & id == 14469 replace namelong = "JEFFERSON, WILLIAM J." if congress == 104 & id == 29120 replace namelong = "TAUZIN, WILBERT" if congress == 104 & id == 14679 replace namelong = "TAUZIN, WILBERT" if congress == 104 & id == 94679 replace namelong = "FIELDS, CLEO" if congress == 104 & id == 29354 replace namelong = "MCCRERY, JIM" if congress == 104 & id == 15451 replace namelong = "BAKER, RICHARD" if congress == 104 & id == 15401 replace namelong = "HAYES, JIMMY" if congress == 104 & id == 15418 replace namelong = "HAYES, JIMMY" if congress == 104 & id == 95418 replace namelong = "LONGLEY, JAMES B. JR" if congress == 104 & id == 29527 replace namelong = "BALDACCI, JOHN ELIAS" if congress == 104 & id == 29528 replace namelong = "GILCHREST, WAYNE T." if congress == 104 & id == 29122 replace namelong = "EHRLICH, ROBERT L.Jr." if congress == 104 & id == 29529 replace namelong = "CARDIN, BENJAMIN L" if congress == 104 & id == 15408 replace namelong = "WYNN, ALBERT R." if congress == 104 & id == 29355 replace namelong = "HOYER, STENY H ." if congress == 104 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 104 & id == 29356 replace namelong = "MFUME, KWEISI" if congress == 104 & id == 15433 replace namelong = "CUMMINGS, ELIJAH E." if congress == 104 & id == 29587 replace namelong = "MORELLA, CONSTANCE" if congress == 104 & id == 15434 replace namelong = "OLVER, JOHN" if congress == 104 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 104 & id == 15616 replace namelong = "BLUTE, PETER I." if congress == 104 & id == 29357 replace namelong = "FRANK, BARNEY" if congress == 104 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 104 & id == 29358 replace namelong = "TORKILDSEN, PETER G." if congress == 104 & id == 29359 replace namelong = "MARKEY, EDWARD" if congress == 104 & id == 14435 replace namelong = "KENNEDY, JOSEPH P II" if congress == 104 & id == 15427 replace namelong = "MOAKLEY, JOHN" if congress == 104 & id == 14039 replace namelong = "STUDDS, GERRY" if congress == 104 & id == 14055 replace namelong = "STUPAK, BART" if congress == 104 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 104 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 104 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 104 & id == 29124 replace namelong = "BARCIA, JAMES A." if congress == 104 & id == 29363 replace namelong = "UPTON, FRED" if congress == 104 & id == 15446 replace namelong = "SMITH, NICK" if congress == 104 & id == 29364 replace namelong = "CHRYSLER, DICK" if congress == 104 & id == 29530 replace namelong = "KILDEE, DALE" if congress == 104 & id == 14430 replace namelong = "BONIOR, DAVID" if congress == 104 & id == 14407 replace namelong = "KNOLLENBERG, JOE" if congress == 104 & id == 29365 replace namelong = "LEVIN, SANDER M." if congress == 104 & id == 15033 replace namelong = "RIVERS, LYNN N." if congress == 104 & id == 29531 replace namelong = "CONYERS, JOHN, JR." if congress == 104 & id == 10713 replace namelong = "COLLINS, BARBARA-ROSE" if congress == 104 & id == 29125 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 104 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 104 & id == 29532 replace namelong = "MINGE, DAVID" if congress == 104 & id == 29366 replace namelong = "RAMSTAD, JIM" if congress == 104 & id == 29126 replace namelong = "VENTO, BRUCE" if congress == 104 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 104 & id == 14656 replace namelong = "LUTHER, WILLIAM P. "BILL"" if congress == 104 & id == 29533 replace namelong = "PETERSON, COLLIN C." if congress == 104 & id == 29127 replace namelong = "OBERSTAR, JAMES" if congress == 104 & id == 14265 replace namelong = "WICKER, ROGER" if congress == 104 & id == 29534 replace namelong = "THOMPSON, BENNIE" if congress == 104 & id == 29368 replace namelong = "MONTGOMERY, G. V." if congress == 104 & id == 11035 replace namelong = "PARKER, MIKE" if congress == 104 & id == 15617 replace namelong = "PARKER, MIKE" if congress == 104 & id == 95617 replace namelong = "TAYLOR, GENE" if congress == 104 & id == 15637 replace namelong = "CLAY, WILLIAM" if congress == 104 & id == 12009 replace namelong = "TALENT, JAMES M." if congress == 104 & id == 29369 replace namelong = "GEPHARDT, RICHARD" if congress == 104 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 104 & id == 14451 replace namelong = "MCCARTHY, KAREN" if congress == 104 & id == 29535 replace namelong = "DANNER, PAT" if congress == 104 & id == 29370 replace namelong = "HANCOCK, MELTON D." if congress == 104 & id == 15606 replace namelong = "EMERSON, BILL" if congress == 104 & id == 14819 replace namelong = "VOLKMER, HAROLD" if congress == 104 & id == 14459 replace namelong = "WILLIAMS, PAT" if congress == 104 & id == 14672 replace namelong = "BEREUTER, DOUGLAS K." if congress == 104 & id == 14605 replace namelong = "CHRISTENSEN, JON" if congress == 104 & id == 29536 replace namelong = "BARRETT, BILL" if congress == 104 & id == 29129 replace namelong = "ENSIGN, JOHN E." if congress == 104 & id == 29537 replace namelong = "VUCANOVICH, BARBARA F." if congress == 104 & id == 15075 replace namelong = "ZELIFF, BILL" if congress == 104 & id == 29130 replace namelong = "BASS, CHARLES F." if congress == 104 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 104 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 104 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 104 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 104 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 104 & id == 14855 replace namelong = "PALLONE, FRANK JR." if congress == 104 & id == 15454 replace namelong = "FRANKS, BOB" if congress == 104 & id == 29371 replace namelong = "MARTINI, WILLIAM J." if congress == 104 & id == 29540 replace namelong = "TORRICELLI, ROBERT G." if congress == 104 & id == 15071 replace namelong = "PAYNE, DONALD M." if congress == 104 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 104 & id == 29541 replace namelong = "ZIMMER, DICK" if congress == 104 & id == 29133 replace namelong = "MENENDEZ, ROBERT" if congress == 104 & id == 29373 replace namelong = "SCHIFF, STEVEN H." if congress == 104 & id == 15624 replace namelong = "SKEEN, JOSEPH" if congress == 104 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 104 & id == 15055 replace namelong = "FORBES, MICHAEL P." if congress == 104 & id == 29542 replace namelong = "LAZIO, RICK A." if congress == 104 & id == 29374 replace namelong = "KING, PETER T." if congress == 104 & id == 29375 replace namelong = "FRISA, DANIEL" if congress == 104 & id == 29543 replace namelong = "ACKERMAN, GARY L." if congress == 104 & id == 15000 replace namelong = "FLAKE, FLOYD" if congress == 104 & id == 15412 replace namelong = "MANTON, THOMAS J." if congress == 104 & id == 15107 replace namelong = "NADLER, JERROLD" if congress == 104 & id == 29377 replace namelong = "SCHUMER, CHARLES E." if congress == 104 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 104 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 104 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA, M." if congress == 104 & id == 29378 replace namelong = "MOLINARI, SUSAN" if congress == 104 & id == 15639 replace namelong = "MALONEY, CAROLYN B." if congress == 104 & id == 29379 replace namelong = "RANGEL, CHARLES" if congress == 104 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 104 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 104 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 104 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 104 & id == 29544 replace namelong = "GILMAN, BENJAMIN" if congress == 104 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 104 & id == 15614 replace namelong = "SOLOMON, GERALD B." if congress == 104 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 104 & id == 15007 replace namelong = "MCHUGH, JOHN M." if congress == 104 & id == 39316 replace namelong = "WALSH, JAMES T." if congress == 104 & id == 15630 replace namelong = "HINCHEY, MAURICE D." if congress == 104 & id == 29380 replace namelong = "PAXON, L. WILLIAM" if congress == 104 & id == 15618 replace namelong = "SLAUGHTER, LOUISE" if congress == 104 & id == 15444 replace namelong = "LAFALCE, JOHN" if congress == 104 & id == 14248 replace namelong = "QUINN, JACK" if congress == 104 & id == 29381 replace namelong = "HOUGHTON, AMORY JR" if congress == 104 & id == 15423 replace namelong = "CLAYTON, EVA" if congress == 104 & id == 29382 replace namelong = "FUNDERBURK, DAVID" if congress == 104 & id == 29545 replace namelong = "JONES, WALTER B. JR." if congress == 104 & id == 29546 replace namelong = "HEINEMAN, FREDERICK K." if congress == 104 & id == 29547 replace namelong = "BURR, RICHARD M." if congress == 104 & id == 29548 replace namelong = "COBLE, HOWARD" if congress == 104 & id == 15092 replace namelong = "ROSE, CHARLES" if congress == 104 & id == 14048 replace namelong = "HEFNER, W. G. (BILL)" if congress == 104 & id == 14233 replace namelong = "MYRICK, SUE" if congress == 104 & id == 29549 replace namelong = "BALLENGER, CASS" if congress == 104 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 104 & id == 29135 replace namelong = "WATT, MELVIN" if congress == 104 & id == 29383 replace namelong = "POMEROY, EARL" if congress == 104 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 104 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 104 & id == 29386 replace namelong = "HALL, TONY PATRICK" if congress == 104 & id == 14632 replace namelong = "OXLEY, MICHAEL" if congress == 104 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 104 & id == 15604 replace namelong = "CREMEANS, FRANK A." if congress == 104 & id == 29551 replace namelong = "HOBSON, DAVID L." if congress == 104 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 104 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 104 & id == 15029 replace namelong = "HOKE, MARTIN R." if congress == 104 & id == 29388 replace namelong = "STOKES, LOUIS" if congress == 104 & id == 12030 replace namelong = "KASICH, JOHN R." if congress == 104 & id == 15030 replace namelong = "BROWN, SHERROD" if congress == 104 & id == 29389 replace namelong = "SAWYER, TOM" if congress == 104 & id == 15442 replace namelong = "PRYCE, DEBORAH" if congress == 104 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 104 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 104 & id == 15121 replace namelong = "NEY, ROBERT W." if congress == 104 & id == 29552 replace namelong = "LATOURETTE, STEVEN C." if congress == 104 & id == 29553 replace namelong = "LARGENT, STEVE" if congress == 104 & id == 29554 replace namelong = "COBURN, TOM A." if congress == 104 & id == 29555 replace namelong = "BREWSTER, BILL" if congress == 104 & id == 29138 replace namelong = "WATTS, J. C. JR." if congress == 104 & id == 29556 replace namelong = "ISTOOK, ERNEST JIM" if congress == 104 & id == 29392 replace namelong = "LUCAS, FRANK D." if congress == 104 & id == 29393 replace namelong = "FURSE, ELIZABETH" if congress == 104 & id == 29394 replace namelong = "COOLEY, WES" if congress == 104 & id == 29557 replace namelong = "WYDEN, RON" if congress == 104 & id == 14871 replace namelong = "BLUMENAUER, EARL" if congress == 104 & id == 29588 replace namelong = "DEFAZIO, PETER A" if congress == 104 & id == 15410 replace namelong = "BUNN, JIM" if congress == 104 & id == 29558 replace namelong = "FOGLIETTA, THOMAS M." if congress == 104 & id == 14823 replace namelong = "FATTAH, CHAKA" if congress == 104 & id == 29559 replace namelong = "BORSKI, ROBERT A., JR." if congress == 104 & id == 15008 replace namelong = "KLINK, RON" if congress == 104 & id == 29395 replace namelong = "CLINGER, WILLIAM FLOYD, J" if congress == 104 & id == 14612 replace namelong = "HOLDEN, TIM" if congress == 104 & id == 29396 replace namelong = "WELDON, CURT" if congress == 104 & id == 15447 replace namelong = "GREENWOOD, JIM" if congress == 104 & id == 29397 replace namelong = "SHUSTER, E.G." if congress == 104 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 104 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 104 & id == 15104 replace namelong = "MURTHA, JOHN" if congress == 104 & id == 14072 replace namelong = "FOX, JON D." if congress == 104 & id == 29560 replace namelong = "COYNE, WILLIAM J." if congress == 104 & id == 14808 replace namelong = "MCHALE, PAUL" if congress == 104 & id == 29399 replace namelong = "WALKER, ROBERT" if congress == 104 & id == 14461 replace namelong = "GEKAS, GEORGE W." if congress == 104 & id == 15026 replace namelong = "DOYLE, MIKE F." if congress == 104 & id == 29561 replace namelong = "GOODLING, WILLIAM" if congress == 104 & id == 14288 replace namelong = "MASCARA, FRANK R." if congress == 104 & id == 29562 replace namelong = "ENGLISH, PHIL" if congress == 104 & id == 29563 replace namelong = "KENNEDY, PATRICK J." if congress == 104 & id == 29564 replace namelong = "REED, JOHN F." if congress == 104 & id == 29142 replace namelong = "SANFORD, MARSHALL "MARK"" if congress == 104 & id == 29565 replace namelong = "SPENCE, FLOYD" if congress == 104 & id == 13042 replace namelong = "GRAHAM, LINDSEY O." if congress == 104 & id == 29566 replace namelong = "INGLIS, BOB" if congress == 104 & id == 39300 replace namelong = "SPRATT, JOHN M ." if congress == 104 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 104 & id == 39301 replace namelong = "JOHNSON, TIM" if congress == 104 & id == 15425 replace namelong = "QUILLEN, JAMES H." if congress == 104 & id == 10616 replace namelong = "DUNCAN, JOHN J. JR." if congress == 104 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 104 & id == 29567 replace namelong = "HILLEARY, VAN" if congress == 104 & id == 29568 replace namelong = "CLEMENT, BOB" if congress == 104 & id == 15450 replace namelong = "GORDON, BART J." if congress == 104 & id == 15100 replace namelong = "BRYANT, ED" if congress == 104 & id == 29569 replace namelong = "TANNER, JOHN" if congress == 104 & id == 15628 replace namelong = "FORD, HAROLD" if congress == 104 & id == 14224 replace namelong = "CHAPMAN, JIM" if congress == 104 & id == 15129 replace namelong = "WILSON, CHARLES" if congress == 104 & id == 14062 replace namelong = "JOHNSON, SAM" if congress == 104 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 104 & id == 14828 replace namelong = "BRYANT, JOHN W ." if congress == 104 & id == 15013 replace namelong = "BARTON, JOE L." if congress == 104 & id == 15085 replace namelong = "ARCHER, W.R." if congress == 104 & id == 13002 replace namelong = "FIELDS, JACK" if congress == 104 & id == 14822 replace namelong = "STOCKMAN, STEVE" if congress == 104 & id == 29570 replace namelong = "DOGGETT, LLOYD" if congress == 104 & id == 29571 replace namelong = "EDWARDS, CHET" if congress == 104 & id == 29144 replace namelong = "GEREN, PRESTON M. "PETE"" if congress == 104 & id == 15636 replace namelong = "THORNBERRY, WILLIAM M." if congress == 104 & id == 29572 replace namelong = "LAUGHLIN, GREG H." if congress == 104 & id == 15611 replace namelong = "LAUGHLIN, GREG H." if congress == 104 & id == 95611 replace namelong = "DE LA GARZA, ELIGIO" if congress == 104 & id == 10716 replace namelong = "COLEMAN, RONALD" if congress == 104 & id == 15018 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 104 & id == 14664 replace namelong = "JACKSON-LEE, SHEILA" if congress == 104 & id == 29573 replace namelong = "COMBEST, LARRY E." if congress == 104 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 104 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 104 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 104 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 104 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 104 & id == 14626 replace namelong = "BENTSEN, KEN" if congress == 104 & id == 29574 replace namelong = "ARMEY, RICHARD K." if congress == 104 & id == 15125 replace namelong = "ORTIZ, SOLOMON" if congress == 104 & id == 15049 replace namelong = "TEJEDA, FRANK" if congress == 104 & id == 39303 replace namelong = "GREEN, GENE" if congress == 104 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 104 & id == 39305 replace namelong = "HANSEN, JAMES V." if congress == 104 & id == 14829 replace namelong = "WALDHOLTZ, ENID GREENE" if congress == 104 & id == 29575 replace namelong = "ORTON, BILL" if congress == 104 & id == 29146 replace namelong = "SANDERS, BERNARD" if congress == 104 & id == 29147 replace namelong = "BATEMAN, HERBERT H." if congress == 104 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 104 & id == 15437 replace namelong = "SCOTT, ROBERT C." if congress == 104 & id == 39307 replace namelong = "SISISKY, NORMAN" if congress == 104 & id == 15060 replace namelong = "PAYNE, L.F." if congress == 104 & id == 15452 replace namelong = "GOODLATTE, ROBERT W." if congress == 104 & id == 39308 replace namelong = "BLILEY, THOMAS J." if congress == 104 & id == 14802 replace namelong = "MORAN, JAMES P. JR." if congress == 104 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 104 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 104 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 104 & id == 29576 replace namelong = "WHITE, RICK" if congress == 104 & id == 29577 replace namelong = "METCALF, JACK" if congress == 104 & id == 29578 replace namelong = "SMITH, LINDA" if congress == 104 & id == 29579 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 104 & id == 29580 replace namelong = "NETHERCUTT, GEORGE R." if congress == 104 & id == 29581 replace namelong = "DICKS, NORMAN" if congress == 104 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 104 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 104 & id == 39312 replace namelong = "TATE, RANDY" if congress == 104 & id == 29582 replace namelong = "MOLLOHAN, ALAN B." if congress == 104 & id == 15083 replace namelong = "WISE, ROBERT E" if congress == 104 & id == 15077 replace namelong = "RAHALL, NICK JOE" if congress == 104 & id == 14448 replace namelong = "NEUMANN, MARK W." if congress == 104 & id == 29583 replace namelong = "KLUG, SCOTT L." if congress == 104 & id == 29150 replace namelong = "GUNDERSON, STEVEN" if congress == 104 & id == 14827 replace namelong = "KLECZKA, GERALD" if congress == 104 & id == 15082 replace namelong = "BARRETT, THOMAS M." if congress == 104 & id == 39315 replace namelong = "PETRI, THOMAS" if congress == 104 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 104 & id == 12036 replace namelong = "ROTH, TOBIAS A." if congress == 104 & id == 14655 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 104 & id == 14657 replace namelong = "CUBIN, BARBARA" if congress == 104 & id == 29584 replace namelong = "CLINTON, WILLIAM JEFFERSON" if congress == 105 & id == 99909 replace namelong = "CALLAHAN, HERBERT L." if congress == 105 & id == 15090 replace namelong = "EVERETT, TERRY" if congress == 105 & id == 29300 replace namelong = "RILEY, BOB" if congress == 105 & id == 29700 replace namelong = "ADERHOLT, ROBERT B." if congress == 105 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 105 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 105 & id == 29301 replace namelong = "HILLIARD, EARL F." if congress == 105 & id == 29302 replace namelong = "YOUNG, DONALD" if congress == 105 & id == 14066 replace namelong = "SALMON, MATT" if congress == 105 & id == 29500 replace namelong = "PASTOR, ED" if congress == 105 & id == 29101 replace namelong = "STUMP, BOB" if congress == 105 & id == 14454 replace namelong = "SHADEGG, JOHN B." if congress == 105 & id == 29501 replace namelong = "KOLBE, JIM" if congress == 105 & id == 15105 replace namelong = "HAYWORTH, J.D." if congress == 105 & id == 29502 replace namelong = "BERRY, MARION" if congress == 105 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 105 & id == 29703 replace namelong = "HUTCHINSON, ASA" if congress == 105 & id == 29704 replace namelong = "DICKEY, JAY" if congress == 105 & id == 29307 replace namelong = "RIGGS, FRANK" if congress == 105 & id == 29103 replace namelong = "HERGER, WALLY" if congress == 105 & id == 15420 replace namelong = "FAZIO, VICTOR HERBERT" if congress == 105 & id == 14624 replace namelong = "DOOLITTLE, JOHN T." if congress == 105 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 105 & id == 14649 replace namelong = "WOOLSEY, LYNN C." if congress == 105 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 105 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 105 & id == 15448 replace namelong = "DELLUMS, RONALD V." if congress == 105 & id == 13011 replace namelong = "LEE, BARBARA" if congress == 105 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 105 & id == 29705 replace namelong = "POMBO, RICHARD W." if congress == 105 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 105 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 105 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 105 & id == 29312 replace namelong = "CAMPBELL, TOM" if congress == 105 & id == 15600 replace namelong = "LOFGREN, ZOE" if congress == 105 & id == 29504 replace namelong = "FARR, SAM" if congress == 105 & id == 29313 replace namelong = "CONDIT, GARY A." if congress == 105 & id == 15635 replace namelong = "RADANOVICH, GEORGE P." if congress == 105 & id == 29505 replace namelong = "DOOLEY, CALVIN M." if congress == 105 & id == 29105 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 105 & id == 14669 replace namelong = "CAPPS, WALTER" if congress == 105 & id == 29706 replace namelong = "CAPPS, LOIS" if congress == 105 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 105 & id == 15413 replace namelong = "SHERMAN, BRAD" if congress == 105 & id == 29707 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 105 & id == 29315 replace namelong = "BERMAN, HOWARD L." if congress == 105 & id == 15005 replace namelong = "ROGAN, JAMES E." if congress == 105 & id == 29708 replace namelong = "DREIER, DAVID" if congress == 105 & id == 14813 replace namelong = "WAXMAN, HENRY A." if congress == 105 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 105 & id == 29316 replace namelong = "MARTINEZ, MATTHEW G." if congress == 105 & id == 14879 replace namelong = "DIXON, JULIAN CAREY" if congress == 105 & id == 14620 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 105 & id == 29317 replace namelong = "TORRES, ESTEBAN E." if congress == 105 & id == 15070 replace namelong = "WATERS, MAXINE" if congress == 105 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 105 & id == 29318 replace namelong = "MILLENDER-MCDONALD, JUANITA M." if congress == 105 & id == 29586 replace namelong = "HORN, STEVE" if congress == 105 & id == 29320 replace namelong = "ROYCE, ED" if congress == 105 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 105 & id == 14644 replace namelong = "KIM, JAY C." if congress == 105 & id == 29322 replace namelong = "BROWN, GEORGE E., JR." if congress == 105 & id == 10573 replace namelong = "CALVERT, KEN" if congress == 105 & id == 29323 replace namelong = "BONO, SONNY" if congress == 105 & id == 29507 replace namelong = "BONO, MARY" if congress == 105 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 105 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 105 & id == 29709 replace namelong = "COX, CHRISTOPHER" if congress == 105 & id == 15601 replace namelong = "PACKARD, RONALD C." if congress == 105 & id == 15051 replace namelong = "BILBRAY, BRIAN P." if congress == 105 & id == 29508 replace namelong = "FILNER, BOB" if congress == 105 & id == 29325 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 105 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 105 & id == 14835 replace namelong = "DEGETTE, DIANA" if congress == 105 & id == 29710 replace namelong = "SKAGGS, DAVID E" if congress == 105 & id == 15443 replace namelong = "MCINNIS, SCOTT" if congress == 105 & id == 29326 replace namelong = "SCHAFFER, ROBERT" if congress == 105 & id == 29711 replace namelong = "HEFLEY, JOEL" if congress == 105 & id == 15419 replace namelong = "SCHAEFER, DANIEL" if congress == 105 & id == 15058 replace namelong = "KENNELLY, BARBARA B." if congress == 105 & id == 14877 replace namelong = "GEJDENSON, SAMUEL" if congress == 105 & id == 14825 replace namelong = "DELAURO, ROSA L." if congress == 105 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 105 & id == 15449 replace namelong = "MALONEY, JAMES H." if congress == 105 & id == 29712 replace namelong = "JOHNSON, NANCY L." if congress == 105 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 105 & id == 29327 replace namelong = "SCARBOROUGH, JOE" if congress == 105 & id == 39508 replace namelong = "BOYD, ALLEN" if congress == 105 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 105 & id == 29328 replace namelong = "FOWLER, TILLIE K." if congress == 105 & id == 29329 replace namelong = "THURMAN, KAREN L." if congress == 105 & id == 29330 replace namelong = "STEARNS, CLIFF" if congress == 105 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 105 & id == 29331 replace namelong = "MCCOLLUM, BILL" if congress == 105 & id == 14842 replace namelong = "BILIRAKIS, MICHAEL" if congress == 105 & id == 15006 replace namelong = "YOUNG, BILL C.W." if congress == 105 & id == 13047 replace namelong = "DAVIS, JIM" if congress == 105 & id == 29714 replace namelong = "CANADY, CHARLES T." if congress == 105 & id == 29332 replace namelong = "MILLER, DAN" if congress == 105 & id == 29333 replace namelong = "GOSS, PORTER J." if congress == 105 & id == 15605 replace namelong = "WELDON, DAVE" if congress == 105 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 105 & id == 29510 replace namelong = "MEEK, CARRIE P." if congress == 105 & id == 29334 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 105 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 105 & id == 29715 replace namelong = "DEUTSCH, PETER" if congress == 105 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 105 & id == 29336 replace namelong = "SHAW, E. CLAY JR." if congress == 105 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 105 & id == 29337 replace namelong = "KINGSTON, JACK" if congress == 105 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 105 & id == 29339 replace namelong = "COLLINS, MAC" if congress == 105 & id == 29340 replace namelong = "MCKINNEY, CYNTHIA A." if congress == 105 & id == 29344 replace namelong = "LEWIS, JOHN" if congress == 105 & id == 15431 replace namelong = "GINGRICH, NEWTON LEROY" if congress == 105 & id == 14627 replace namelong = "BARR, BOB" if congress == 105 & id == 29511 replace namelong = "CHAMBLISS, SAXBY" if congress == 105 & id == 29512 replace namelong = "DEAL, NATHAN" if congress == 105 & id == 99342 replace namelong = "NORWOOD, CHARLIE" if congress == 105 & id == 29513 replace namelong = "LINDER, JOHN" if congress == 105 & id == 29341 replace namelong = "ABERCROMBIE, NEIL" if congress == 105 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 105 & id == 10757 replace namelong = "CHENOWETH, HELEN" if congress == 105 & id == 29514 replace namelong = "CRAPO, MICHAEL D." if congress == 105 & id == 29345 replace namelong = "RUSH, BOBBY L." if congress == 105 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 105 & id == 29585 replace namelong = "LIPINSKI, WILLIAM O." if congress == 105 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 105 & id == 29348 replace namelong = "BLAGOJEVICH, ROD B." if congress == 105 & id == 29716 replace namelong = "HYDE, HENRY J." if congress == 105 & id == 14239 replace namelong = "DAVIS, DANNY K." if congress == 105 & id == 29717 replace namelong = "CRANE, PHILIP M." if congress == 105 & id == 12041 replace namelong = "YATES, SIDNEY RICHARD" if congress == 105 & id == 10421 replace namelong = "PORTER, JOHN EDWARD" if congress == 105 & id == 14677 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 105 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 105 & id == 15453 replace namelong = "FAWELL, HARRIS W." if congress == 105 & id == 15098 replace namelong = "HASTERT, J. DENNIS" if congress == 105 & id == 15417 replace namelong = "EWING, THOMAS W." if congress == 105 & id == 29115 replace namelong = "MANZULLO, DONALD A." if congress == 105 & id == 29349 replace namelong = "EVANS, LANE" if congress == 105 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 105 & id == 29517 replace namelong = "POSHARD, GLENN" if congress == 105 & id == 15620 replace namelong = "SHIMKUS, JOHN" if congress == 105 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 105 & id == 15124 replace namelong = "MCINTOSH, DAVID M." if congress == 105 & id == 29518 replace namelong = "ROEMER, TIM" if congress == 105 & id == 29117 replace namelong = "SOUDER, MARK E." if congress == 105 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 105 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 105 & id == 15014 replace namelong = "PEASE, EDWARD A." if congress == 105 & id == 29719 replace namelong = "HOSTETTLER, JOHN N." if congress == 105 & id == 29520 replace namelong = "HAMILTON, LEE H." if congress == 105 & id == 10732 replace namelong = "CARSON, JULIA" if congress == 105 & id == 29720 replace namelong = "LEACH, JAMES A." if congress == 105 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 105 & id == 29118 replace namelong = "BOSWELL, LEONARD L." if congress == 105 & id == 29721 replace namelong = "GANSKE, GREG" if congress == 105 & id == 29521 replace namelong = "LATHAM, TOM" if congress == 105 & id == 29522 replace namelong = "MORAN, JERRY" if congress == 105 & id == 29722 replace namelong = "RYUN, JIM" if congress == 105 & id == 29723 replace namelong = "SNOWBARGER, VINCE" if congress == 105 & id == 29724 replace namelong = "TIAHRT, TODD" if congress == 105 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 105 & id == 29525 replace namelong = "LEWIS, RON" if congress == 105 & id == 29352 replace namelong = "NORTHUP, ANNE M." if congress == 105 & id == 29725 replace namelong = "BUNNING, JIM" if congress == 105 & id == 15406 replace namelong = "ROGERS, HAROLD" if congress == 105 & id == 14854 replace namelong = "BAESLER, SCOTTY" if congress == 105 & id == 29353 replace namelong = "LIVINGSTON, ROBERT L." if congress == 105 & id == 14469 replace namelong = "JEFFERSON, WILLIAM J." if congress == 105 & id == 29120 replace namelong = "TAUZIN, WILBERT J. (BILLY)" if congress == 105 & id == 94679 replace namelong = "MCCRERY, JIM" if congress == 105 & id == 15451 replace namelong = "COOKSEY, JOHN" if congress == 105 & id == 29726 replace namelong = "BAKER, RICHARD H." if congress == 105 & id == 15401 replace namelong = "JOHN, CHRISTOPHER" if congress == 105 & id == 29727 replace namelong = "ALLEN, THOMAS H." if congress == 105 & id == 29728 replace namelong = "BALDACCI, JOHN ELIAS" if congress == 105 & id == 29528 replace namelong = "GILCHREST, WAYNE T." if congress == 105 & id == 29122 replace namelong = "EHRLICH, ROBERT L. Jr." if congress == 105 & id == 29529 replace namelong = "CARDIN, BENJAMIN L." if congress == 105 & id == 15408 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 105 & id == 29355 replace namelong = "HOYER, STENY H." if congress == 105 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 105 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 105 & id == 29587 replace namelong = "MORELLA, CONSTANCE A." if congress == 105 & id == 15434 replace namelong = "OLVER, JOHN W." if congress == 105 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 105 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 105 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 105 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 105 & id == 29358 replace namelong = "TIERNEY, JOHN F." if congress == 105 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 105 & id == 14435 replace namelong = "KENNEDY, JOSEPH P III" if congress == 105 & id == 15427 replace namelong = "MOAKLEY, JOHN JOSEPH" if congress == 105 & id == 14039 replace namelong = "DELAHUNT, WILLIAM D." if congress == 105 & id == 29731 replace namelong = "STUPAK, BART" if congress == 105 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 105 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 105 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 105 & id == 29124 replace namelong = "BARCIA, JAMES A." if congress == 105 & id == 29363 replace namelong = "UPTON, FRED" if congress == 105 & id == 15446 replace namelong = "SMITH, NICK" if congress == 105 & id == 29364 replace namelong = "STABENOW, DEBORAH ANN" if congress == 105 & id == 29732 replace namelong = "KILDEE, DALE E." if congress == 105 & id == 14430 replace namelong = "BONIOR, DAVID E." if congress == 105 & id == 14407 replace namelong = "KNOLLENBERG, JOE" if congress == 105 & id == 29365 replace namelong = "LEVIN, SANDER M." if congress == 105 & id == 15033 replace namelong = "RIVERS, LYNN N." if congress == 105 & id == 29531 replace namelong = "CONYERS, JOHN, JR." if congress == 105 & id == 10713 replace namelong = "KILPATRICK, CAROLYN C." if congress == 105 & id == 29733 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 105 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 105 & id == 29532 replace namelong = "MINGE, DAVID" if congress == 105 & id == 29366 replace namelong = "RAMSTAD, JIM" if congress == 105 & id == 29126 replace namelong = "VENTO, BRUCE" if congress == 105 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 105 & id == 14656 replace namelong = "LUTHER, WILLIAM P. "BILL"" if congress == 105 & id == 29533 replace namelong = "PETERSON, COLLIN C." if congress == 105 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 105 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 105 & id == 29534 replace namelong = "THOMPSON, BENNIE G." if congress == 105 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 105 & id == 29734 replace namelong = "PARKER, MIKE" if congress == 105 & id == 95617 replace namelong = "TAYLOR, GENE" if congress == 105 & id == 15637 replace namelong = "CLAY, WILLIAM (BILL)" if congress == 105 & id == 12009 replace namelong = "TALENT, JAMES M." if congress == 105 & id == 29369 replace namelong = "GEPHARDT, RICHARD A." if congress == 105 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 105 & id == 14451 replace namelong = "MCCARTHY, KAREN" if congress == 105 & id == 29535 replace namelong = "DANNER, PAT" if congress == 105 & id == 29370 replace namelong = "BLUNT, ROY" if congress == 105 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 105 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 105 & id == 29737 replace namelong = "HILL, RICK" if congress == 105 & id == 29738 replace namelong = "BEREUTER, DOUGLAS K." if congress == 105 & id == 14605 replace namelong = "CHRISTENSEN, JON" if congress == 105 & id == 29536 replace namelong = "BARRETT, BILL" if congress == 105 & id == 29129 replace namelong = "ENSIGN, JOHN E." if congress == 105 & id == 29537 replace namelong = "GIBBONS, JIM" if congress == 105 & id == 29739 replace namelong = "SUNUNU, JOHN E." if congress == 105 & id == 29740 replace namelong = "BASS, CHARLES F." if congress == 105 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 105 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 105 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 105 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 105 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 105 & id == 14855 replace namelong = "PALLONE, FRANK JR." if congress == 105 & id == 15454 replace namelong = "FRANKS, BOB" if congress == 105 & id == 29371 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 105 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 105 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 105 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 105 & id == 29541 replace namelong = "PAPPAS, MICHAEL" if congress == 105 & id == 29743 replace namelong = "MENENDEZ, ROBERT" if congress == 105 & id == 29373 replace namelong = "SCHIFF, STEVEN H." if congress == 105 & id == 15624 replace namelong = "WILSON, HEATHER" if congress == 105 & id == 29779 replace namelong = "SKEEN, JOSEPH" if congress == 105 & id == 14861 replace namelong = "RICHARDSON, WILLIAM B." if congress == 105 & id == 15055 replace namelong = "REDMOND, BILL" if congress == 105 & id == 29772 replace namelong = "FORBES, MICHAEL P." if congress == 105 & id == 29542 replace namelong = "LAZIO, RICK A." if congress == 105 & id == 29374 replace namelong = "KING, PETER T." if congress == 105 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 105 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 105 & id == 15000 replace namelong = "FLAKE, FLOYD" if congress == 105 & id == 15412 replace namelong = "MEEKS, GREGORY W." if congress == 105 & id == 29776 replace namelong = "MANTON, THOMAS J." if congress == 105 & id == 15107 replace namelong = "NADLER, JERROLD" if congress == 105 & id == 29377 replace namelong = "SCHUMER, CHARLES E." if congress == 105 & id == 14858 replace namelong = "TOWNS, EDOLPHUS" if congress == 105 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 105 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 105 & id == 29378 replace namelong = "MOLINARI, SUSAN" if congress == 105 & id == 15639 replace namelong = "FOSSELLA, VITO" if congress == 105 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 105 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 105 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 105 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 105 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 105 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 105 & id == 29544 replace namelong = "GILMAN, BENJAMIN A." if congress == 105 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 105 & id == 15614 replace namelong = "SOLOMON, GERALD B." if congress == 105 & id == 14662 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 105 & id == 15007 replace namelong = "MCHUGH, JOHN M." if congress == 105 & id == 39316 replace namelong = "WALSH, JAMES T." if congress == 105 & id == 15630 replace namelong = "HINCHEY, MAURICE D." if congress == 105 & id == 29380 replace namelong = "PAXON, L. WILLIAM" if congress == 105 & id == 15618 replace namelong = "SLAUGHTER, LOUISE MCINTOSH" if congress == 105 & id == 15444 replace namelong = "LAFALCE, JOHN J." if congress == 105 & id == 14248 replace namelong = "QUINN, JACK" if congress == 105 & id == 29381 replace namelong = "HOUGHTON, AMORY JR (AMO)" if congress == 105 & id == 15423 replace namelong = "CLAYTON, EVA M." if congress == 105 & id == 29382 replace namelong = "ETHERIDGE, BOB" if congress == 105 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 105 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 105 & id == 15438 replace namelong = "BURR, RICHARD M." if congress == 105 & id == 29548 replace namelong = "COBLE, HOWARD" if congress == 105 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 105 & id == 29746 replace namelong = "HEFNER, W. G. (BILL)" if congress == 105 & id == 14233 replace namelong = "MYRICK, SUE WILKINS" if congress == 105 & id == 29549 replace namelong = "BALLENGER, CASS" if congress == 105 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 105 & id == 29135 replace namelong = "WATT, MELVIN L." if congress == 105 & id == 29383 replace namelong = "POMEROY, EARL" if congress == 105 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 105 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 105 & id == 29386 replace namelong = "HALL, TONY PATRICK" if congress == 105 & id == 14632 replace namelong = "OXLEY, MICHAEL G." if congress == 105 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 105 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 105 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 105 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 105 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 105 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 105 & id == 29748 replace namelong = "STOKES, LOUIS" if congress == 105 & id == 12030 replace namelong = "KASICH, JOHN R." if congress == 105 & id == 15030 replace namelong = "BROWN, SHERROD" if congress == 105 & id == 29389 replace namelong = "SAWYER, TOM" if congress == 105 & id == 15442 replace namelong = "PRYCE, DEBORAH" if congress == 105 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 105 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 105 & id == 15121 replace namelong = "NEY, ROBERT W." if congress == 105 & id == 29552 replace namelong = "LATOURETTE, STEVEN C." if congress == 105 & id == 29553 replace namelong = "LARGENT, STEVE" if congress == 105 & id == 29554 replace namelong = "COBURN, TOM A." if congress == 105 & id == 29555 replace namelong = "WATKINS, WES" if congress == 105 & id == 29749 replace namelong = "WATTS, J. C. JR." if congress == 105 & id == 29556 replace namelong = "ISTOOK, ERNEST JIM, JR." if congress == 105 & id == 29392 replace namelong = "LUCAS, FRANK D." if congress == 105 & id == 29393 replace namelong = "FURSE, ELIZABETH" if congress == 105 & id == 29394 replace namelong = "SMITH, ROBERT F." if congress == 105 & id == 15063 replace namelong = "BLUMENAUER, EARL" if congress == 105 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 105 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 105 & id == 29750 replace namelong = "FOGLIETTA, THOMAS M." if congress == 105 & id == 14823 replace namelong = "BRADY, ROBERT A." if congress == 105 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 105 & id == 29559 replace namelong = "BORSKI, ROBERT A., JR." if congress == 105 & id == 15008 replace namelong = "KLINK, RON" if congress == 105 & id == 29395 replace namelong = "PETERSON, JOHN E." if congress == 105 & id == 29751 replace namelong = "HOLDEN, TIM" if congress == 105 & id == 29396 replace namelong = "WELDON, CURT" if congress == 105 & id == 15447 replace namelong = "GREENWOOD, JAMES C." if congress == 105 & id == 29397 replace namelong = "SHUSTER, E.G. (BUD)" if congress == 105 & id == 14052 replace namelong = "MCDADE, JOSEPH M." if congress == 105 & id == 10607 replace namelong = "KANJORSKI, PAUL E." if congress == 105 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 105 & id == 14072 replace namelong = "FOX, JON D." if congress == 105 & id == 29560 replace namelong = "COYNE, WILLIAM J." if congress == 105 & id == 14808 replace namelong = "MCHALE, PAUL" if congress == 105 & id == 29399 replace namelong = "PITTS, JOSEPH R." if congress == 105 & id == 29752 replace namelong = "GEKAS, GEORGE W." if congress == 105 & id == 15026 replace namelong = "DOYLE, MIKE F." if congress == 105 & id == 29561 replace namelong = "GOODLING, WILLIAM F." if congress == 105 & id == 14288 replace namelong = "MASCARA, FRANK R." if congress == 105 & id == 29562 replace namelong = "ENGLISH, PHIL" if congress == 105 & id == 29563 replace namelong = "KENNEDY, PATRICK J." if congress == 105 & id == 29564 replace namelong = "WEYGAND, ROBERT A." if congress == 105 & id == 29753 replace namelong = "SANFORD, MARSHALL "MARK"" if congress == 105 & id == 29565 replace namelong = "SPENCE, FLOYD" if congress == 105 & id == 13042 replace namelong = "GRAHAM, LINDSEY O." if congress == 105 & id == 29566 replace namelong = "INGLIS, BOB" if congress == 105 & id == 39300 replace namelong = "SPRATT, JOHN M., JR." if congress == 105 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 105 & id == 39301 replace namelong = "THUNE, JOHN R." if congress == 105 & id == 29754 replace namelong = "JENKINS, WILLIAM L." if congress == 105 & id == 29755 replace namelong = "DUNCAN, JOHN J., JR." if congress == 105 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 105 & id == 29567 replace namelong = "HILLEARY, VAN" if congress == 105 & id == 29568 replace namelong = "CLEMENT, BOB" if congress == 105 & id == 15450 replace namelong = "GORDON, BART J." if congress == 105 & id == 15100 replace namelong = "BRYANT, ED" if congress == 105 & id == 29569 replace namelong = "TANNER, JOHN S." if congress == 105 & id == 15628 replace namelong = "FORD, HAROLD E., JR." if congress == 105 & id == 29756 replace namelong = "SANDLIN, MAX" if congress == 105 & id == 29757 replace namelong = "TURNER, JIM" if congress == 105 & id == 29758 replace namelong = "JOHNSON, SAM" if congress == 105 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 105 & id == 14828 replace namelong = "SESSIONS, PETE" if congress == 105 & id == 29759 replace namelong = "BARTON, JOE L." if congress == 105 & id == 15085 replace namelong = "ARCHER, W.R. (BILL)" if congress == 105 & id == 13002 replace namelong = "BRADY, KEVIN" if congress == 105 & id == 29760 replace namelong = "LAMPSON, NICK" if congress == 105 & id == 29761 replace namelong = "DOGGETT, LLOYD" if congress == 105 & id == 29571 replace namelong = "EDWARDS, CHET" if congress == 105 & id == 29144 replace namelong = "GRANGER, KAY" if congress == 105 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 105 & id == 29572 replace namelong = "PAUL, RON" if congress == 105 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 105 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 105 & id == 29764 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 105 & id == 14664 replace namelong = "JACKSON-LEE, SHEILA" if congress == 105 & id == 29573 replace namelong = "COMBEST, LARRY E." if congress == 105 & id == 15093 replace namelong = "GONZALEZ, HENRY B." if congress == 105 & id == 10520 replace namelong = "SMITH, LAMAR" if congress == 105 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 105 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 105 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 105 & id == 14626 replace namelong = "BENTSEN, KEN" if congress == 105 & id == 29574 replace namelong = "ARMEY, RICHARD K." if congress == 105 & id == 15125 replace namelong = "ORTIZ, SOLOMON P." if congress == 105 & id == 15049 replace namelong = "TEJEDA, FRANK" if congress == 105 & id == 39303 replace namelong = "RODRIGUEZ, CIRO D." if congress == 105 & id == 29771 replace namelong = "GREEN, GENE" if congress == 105 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 105 & id == 39305 replace namelong = "HANSEN, JAMES V." if congress == 105 & id == 14829 replace namelong = "COOK, MERRILL" if congress == 105 & id == 29765 replace namelong = "CANNON, CHRISTOPHER" if congress == 105 & id == 29766 replace namelong = "SANDERS, BERNARD" if congress == 105 & id == 29147 replace namelong = "BATEMAN, HERBERT H." if congress == 105 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 105 & id == 15437 replace namelong = "SCOTT, ROBERT C." if congress == 105 & id == 39307 replace namelong = "SISISKY, NORMAN" if congress == 105 & id == 15060 replace namelong = "GOODE, VIRGIL H., JR." if congress == 105 & id == 29767 replace namelong = "GOODLATTE, ROBERT W." if congress == 105 & id == 39308 replace namelong = "BLILEY, THOMAS J." if congress == 105 & id == 14802 replace namelong = "MORAN, JAMES P. JR." if congress == 105 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 105 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 105 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 105 & id == 29576 replace namelong = "WHITE, RICK" if congress == 105 & id == 29577 replace namelong = "METCALF, JACK" if congress == 105 & id == 29578 replace namelong = "SMITH, LINDA" if congress == 105 & id == 29579 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 105 & id == 29580 replace namelong = "NETHERCUTT, GEORGE R., JR." if congress == 105 & id == 29581 replace namelong = "DICKS, NORMAN D." if congress == 105 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 105 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 105 & id == 39312 replace namelong = "SMITH, ADAM" if congress == 105 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 105 & id == 15083 replace namelong = "WISE, ROBERT E., JR." if congress == 105 & id == 15077 replace namelong = "RAHALL, NICK JOE, II." if congress == 105 & id == 14448 replace namelong = "NEUMANN, MARK W." if congress == 105 & id == 29583 replace namelong = "KLUG, SCOTT L." if congress == 105 & id == 29150 replace namelong = "KIND, RON" if congress == 105 & id == 29769 replace namelong = "KLECZKA, GERALD D." if congress == 105 & id == 15082 replace namelong = "BARRETT, THOMAS M." if congress == 105 & id == 39315 replace namelong = "PETRI, THOMAS E." if congress == 105 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 105 & id == 12036 replace namelong = "JOHNSON, JAY" if congress == 105 & id == 29770 replace namelong = "SENSENBRENNER, FRANK JAMES, JR." if congress == 105 & id == 14657 replace namelong = "CUBIN, BARBARA" if congress == 105 & id == 29584 replace namelong = "CLINTON, WILLIAM JEFFERSON" if congress == 106 & id == 99909 replace namelong = "CALLAHAN, HERBERT L." if congress == 106 & id == 15090 replace namelong = "EVERETT, TERRY" if congress == 106 & id == 29300 replace namelong = "RILEY, BOB" if congress == 106 & id == 29700 replace namelong = "ADERHOLT, ROBERT B." if congress == 106 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 106 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 106 & id == 29301 replace namelong = "HILLIARD, EARL F." if congress == 106 & id == 29302 replace namelong = "YOUNG, DONALD" if congress == 106 & id == 14066 replace namelong = "SALMON, MATT" if congress == 106 & id == 29500 replace namelong = "PASTOR, ED" if congress == 106 & id == 29101 replace namelong = "STUMP, BOB" if congress == 106 & id == 14454 replace namelong = "SHADEGG, JOHN B." if congress == 106 & id == 29501 replace namelong = "KOLBE, JIM" if congress == 106 & id == 15105 replace namelong = "HAYWORTH, J.D." if congress == 106 & id == 29502 replace namelong = "BERRY, MARION" if congress == 106 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 106 & id == 29703 replace namelong = "HUTCHINSON, ASA" if congress == 106 & id == 29704 replace namelong = "DICKEY, JAY" if congress == 106 & id == 29307 replace namelong = "THOMPSON, MIKE" if congress == 106 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 106 & id == 15420 replace namelong = "OSE, DOUG" if congress == 106 & id == 29902 replace namelong = "DOOLITTLE, JOHN T." if congress == 106 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 106 & id == 14649 replace namelong = "WOOLSEY, LYNN C." if congress == 106 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 106 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 106 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 106 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 106 & id == 29705 replace namelong = "POMBO, RICHARD W." if congress == 106 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 106 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 106 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 106 & id == 29312 replace namelong = "CAMPBELL, TOM" if congress == 106 & id == 15600 replace namelong = "LOFGREN, ZOE" if congress == 106 & id == 29504 replace namelong = "FARR, SAM" if congress == 106 & id == 29313 replace namelong = "CONDIT, GARY A." if congress == 106 & id == 15635 replace namelong = "RADANOVICH, GEORGE P." if congress == 106 & id == 29505 replace namelong = "DOOLEY, CALVIN M." if congress == 106 & id == 29105 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 106 & id == 14669 replace namelong = "CAPPS, LOIS" if congress == 106 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 106 & id == 15413 replace namelong = "SHERMAN, BRAD" if congress == 106 & id == 29707 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 106 & id == 29315 replace namelong = "BERMAN, HOWARD L." if congress == 106 & id == 15005 replace namelong = "ROGAN, JAMES E." if congress == 106 & id == 29708 replace namelong = "DREIER, DAVID" if congress == 106 & id == 14813 replace namelong = "WAXMAN, HENRY A." if congress == 106 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 106 & id == 29316 replace namelong = "MARTINEZ, MATTHEW G." if congress == 106 & id == 14879 replace namelong = "MARTINEZ, MATTHEW G." if congress == 106 & id == 94879 replace namelong = "DIXON, JULIAN CAREY" if congress == 106 & id == 14620 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 106 & id == 29317 replace namelong = "NAPOLITANO, GRACE F." if congress == 106 & id == 29903 replace namelong = "WATERS, MAXINE" if congress == 106 & id == 29106 replace namelong = "KUYKENDALL, STEVEN T." if congress == 106 & id == 29904 replace namelong = "MILLENDER-MCDONALD, JUANITA M." if congress == 106 & id == 29586 replace namelong = "HORN, STEVE" if congress == 106 & id == 29320 replace namelong = "ROYCE, EDWARD R." if congress == 106 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 106 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 106 & id == 29905 replace namelong = "BROWN, GEORGE E., JR." if congress == 106 & id == 10573 replace namelong = "BACA, JOE" if congress == 106 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 106 & id == 29323 replace namelong = "BONO, MARY" if congress == 106 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 106 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 106 & id == 29709 replace namelong = "COX, CHRISTOPHER" if congress == 106 & id == 15601 replace namelong = "PACKARD, RONALD C." if congress == 106 & id == 15051 replace namelong = "BILBRAY, BRIAN P." if congress == 106 & id == 29508 replace namelong = "FILNER, BOB" if congress == 106 & id == 29325 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 106 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 106 & id == 14835 replace namelong = "DEGETTE, DIANA" if congress == 106 & id == 29710 replace namelong = "UDALL, MARK" if congress == 106 & id == 29906 replace namelong = "MCINNIS, SCOTT" if congress == 106 & id == 29326 replace namelong = "SCHAFFER, ROBERT" if congress == 106 & id == 29711 replace namelong = "HEFLEY, JOEL" if congress == 106 & id == 15419 replace namelong = "TANCREDO, THOMAS G." if congress == 106 & id == 29907 replace namelong = "LARSON, JOHN B." if congress == 106 & id == 29908 replace namelong = "GEJDENSON, SAMUEL" if congress == 106 & id == 14825 replace namelong = "DELAURO, ROSA L." if congress == 106 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 106 & id == 15449 replace namelong = "MALONEY, JAMES H." if congress == 106 & id == 29712 replace namelong = "JOHNSON, NANCY L." if congress == 106 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 106 & id == 29327 replace namelong = "SCARBOROUGH, JOE" if congress == 106 & id == 39508 replace namelong = "BOYD, ALLEN" if congress == 106 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 106 & id == 29328 replace namelong = "FOWLER, TILLIE K." if congress == 106 & id == 29329 replace namelong = "THURMAN, KAREN L." if congress == 106 & id == 29330 replace namelong = "STEARNS, CLIFF" if congress == 106 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 106 & id == 29331 replace namelong = "MCCOLLUM, BILL" if congress == 106 & id == 14842 replace namelong = "BILIRAKIS, MICHAEL" if congress == 106 & id == 15006 replace namelong = "YOUNG, BILL C.W." if congress == 106 & id == 13047 replace namelong = "DAVIS, JIM" if congress == 106 & id == 29714 replace namelong = "CANADY, CHARLES T." if congress == 106 & id == 29332 replace namelong = "MILLER, DAN" if congress == 106 & id == 29333 replace namelong = "GOSS, PORTER J." if congress == 106 & id == 15605 replace namelong = "WELDON, DAVE" if congress == 106 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 106 & id == 29510 replace namelong = "MEEK, CARRIE P." if congress == 106 & id == 29334 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 106 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 106 & id == 29715 replace namelong = "DEUTSCH, PETER" if congress == 106 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 106 & id == 29336 replace namelong = "SHAW, E. CLAY JR." if congress == 106 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 106 & id == 29337 replace namelong = "KINGSTON, JACK" if congress == 106 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 106 & id == 29339 replace namelong = "COLLINS, MAC" if congress == 106 & id == 29340 replace namelong = "MCKINNEY, CYNTHIA A." if congress == 106 & id == 29344 replace namelong = "LEWIS, JOHN" if congress == 106 & id == 15431 replace namelong = "ISAKSON, JOHNNY" if congress == 106 & id == 29909 replace namelong = "BARR, BOB" if congress == 106 & id == 29511 replace namelong = "CHAMBLISS, SAXBY" if congress == 106 & id == 29512 replace namelong = "DEAL, NATHAN" if congress == 106 & id == 99342 replace namelong = "NORWOOD, CHARLIE" if congress == 106 & id == 29513 replace namelong = "LINDER, JOHN" if congress == 106 & id == 29341 replace namelong = "ABERCROMBIE, NEIL" if congress == 106 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 106 & id == 10757 replace namelong = "CHENOWETH-HAGE, HELEN" if congress == 106 & id == 29514 replace namelong = "SIMPSON, MIKE K." if congress == 106 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 106 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 106 & id == 29585 replace namelong = "LIPINSKI, WILLIAM O." if congress == 106 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 106 & id == 29348 replace namelong = "BLAGOJEVICH, ROD B." if congress == 106 & id == 29716 replace namelong = "HYDE, HENRY J." if congress == 106 & id == 14239 replace namelong = "DAVIS, DANNY K." if congress == 106 & id == 29717 replace namelong = "CRANE, PHILIP M." if congress == 106 & id == 12041 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 106 & id == 29911 replace namelong = "PORTER, JOHN EDWARD" if congress == 106 & id == 14677 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 106 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 106 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 106 & id == 29912 replace namelong = "HASTERT, J. DENNIS" if congress == 106 & id == 15417 replace namelong = "EWING, THOMAS W." if congress == 106 & id == 29115 replace namelong = "MANZULLO, DONALD A." if congress == 106 & id == 29349 replace namelong = "EVANS, LANE" if congress == 106 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 106 & id == 29517 replace namelong = "PHELPS, DAVID D." if congress == 106 & id == 29913 replace namelong = "SHIMKUS, JOHN" if congress == 106 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 106 & id == 15124 replace namelong = "MCINTOSH, DAVID M." if congress == 106 & id == 29518 replace namelong = "ROEMER, TIM" if congress == 106 & id == 29117 replace namelong = "SOUDER, MARK E." if congress == 106 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 106 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 106 & id == 15014 replace namelong = "PEASE, EDWARD A." if congress == 106 & id == 29719 replace namelong = "HOSTETTLER, JOHN N." if congress == 106 & id == 29520 replace namelong = "HILL, BARON P." if congress == 106 & id == 29914 replace namelong = "CARSON, JULIA" if congress == 106 & id == 29720 replace namelong = "LEACH, JAMES A." if congress == 106 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 106 & id == 29118 replace namelong = "BOSWELL, LEONARD L." if congress == 106 & id == 29721 replace namelong = "GANSKE, GREG" if congress == 106 & id == 29521 replace namelong = "LATHAM, TOM" if congress == 106 & id == 29522 replace namelong = "MORAN, JERRY" if congress == 106 & id == 29722 replace namelong = "RYUN, JIM" if congress == 106 & id == 29723 replace namelong = "MOORE, DENNIS" if congress == 106 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 106 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 106 & id == 29525 replace namelong = "LEWIS, RON" if congress == 106 & id == 29352 replace namelong = "NORTHUP, ANNE M." if congress == 106 & id == 29725 replace namelong = "LUCAS, KENNETH" if congress == 106 & id == 29916 replace namelong = "ROGERS, HAROLD" if congress == 106 & id == 14854 replace namelong = "FLETCHER, ERNIE" if congress == 106 & id == 29917 replace namelong = "LIVINGSTON, ROBERT L." if congress == 106 & id == 14469 replace namelong = "VITTER, DAVID" if congress == 106 & id == 29918 replace namelong = "JEFFERSON, WILLIAM J." if congress == 106 & id == 29120 replace namelong = "TAUZIN, WILBERT J. (BILLY)" if congress == 106 & id == 94679 replace namelong = "MCCRERY, JIM" if congress == 106 & id == 15451 replace namelong = "COOKSEY, JOHN" if congress == 106 & id == 29726 replace namelong = "BAKER, RICHARD H." if congress == 106 & id == 15401 replace namelong = "JOHN, CHRISTOPHER" if congress == 106 & id == 29727 replace namelong = "ALLEN, THOMAS H." if congress == 106 & id == 29728 replace namelong = "BALDACCI, JOHN ELIAS" if congress == 106 & id == 29528 replace namelong = "GILCHREST, WAYNE T." if congress == 106 & id == 29122 replace namelong = "EHRLICH, ROBERT L. Jr." if congress == 106 & id == 29529 replace namelong = "CARDIN, BENJAMIN L." if congress == 106 & id == 15408 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 106 & id == 29355 replace namelong = "HOYER, STENY H." if congress == 106 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 106 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 106 & id == 29587 replace namelong = "MORELLA, CONSTANCE A." if congress == 106 & id == 15434 replace namelong = "OLVER, JOHN W." if congress == 106 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 106 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 106 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 106 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 106 & id == 29358 replace namelong = "TIERNEY, JOHN F." if congress == 106 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 106 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 106 & id == 29919 replace namelong = "MOAKLEY, JOHN JOSEPH" if congress == 106 & id == 14039 replace namelong = "DELAHUNT, WILLIAM D." if congress == 106 & id == 29731 replace namelong = "STUPAK, BART" if congress == 106 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 106 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 106 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 106 & id == 29124 replace namelong = "BARCIA, JAMES A." if congress == 106 & id == 29363 replace namelong = "UPTON, FRED" if congress == 106 & id == 15446 replace namelong = "SMITH, NICK" if congress == 106 & id == 29364 replace namelong = "STABENOW, DEBORAH ANN" if congress == 106 & id == 29732 replace namelong = "KILDEE, DALE E." if congress == 106 & id == 14430 replace namelong = "BONIOR, DAVID E." if congress == 106 & id == 14407 replace namelong = "KNOLLENBERG, JOE" if congress == 106 & id == 29365 replace namelong = "LEVIN, SANDER M." if congress == 106 & id == 15033 replace namelong = "RIVERS, LYNN N." if congress == 106 & id == 29531 replace namelong = "CONYERS, JOHN, JR." if congress == 106 & id == 10713 replace namelong = "KILPATRICK, CAROLYN C." if congress == 106 & id == 29733 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 106 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 106 & id == 29532 replace namelong = "MINGE, DAVID" if congress == 106 & id == 29366 replace namelong = "RAMSTAD, JIM" if congress == 106 & id == 29126 replace namelong = "VENTO, BRUCE" if congress == 106 & id == 14458 replace namelong = "SABO, MARTIN OLAV" if congress == 106 & id == 14656 replace namelong = "LUTHER, WILLIAM P. "BILL"" if congress == 106 & id == 29533 replace namelong = "PETERSON, COLLIN C." if congress == 106 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 106 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 106 & id == 29534 replace namelong = "THOMPSON, BENNIE G." if congress == 106 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 106 & id == 29734 replace namelong = "SHOWS, RONNIE" if congress == 106 & id == 29920 replace namelong = "TAYLOR, GENE" if congress == 106 & id == 15637 replace namelong = "CLAY, WILLIAM (BILL)" if congress == 106 & id == 12009 replace namelong = "TALENT, JAMES M." if congress == 106 & id == 29369 replace namelong = "GEPHARDT, RICHARD A." if congress == 106 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 106 & id == 14451 replace namelong = "MCCARTHY, KAREN" if congress == 106 & id == 29535 replace namelong = "DANNER, PAT" if congress == 106 & id == 29370 replace namelong = "BLUNT, ROY" if congress == 106 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 106 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 106 & id == 29737 replace namelong = "HILL, RICK" if congress == 106 & id == 29738 replace namelong = "BEREUTER, DOUGLAS K." if congress == 106 & id == 14605 replace namelong = "TERRY, LEE" if congress == 106 & id == 29921 replace namelong = "BARRETT, BILL" if congress == 106 & id == 29129 replace namelong = "BERKLEY, SHELLEY" if congress == 106 & id == 29922 replace namelong = "GIBBONS, JIM" if congress == 106 & id == 29739 replace namelong = "SUNUNU, JOHN E." if congress == 106 & id == 29740 replace namelong = "BASS, CHARLES F." if congress == 106 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 106 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 106 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 106 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 106 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 106 & id == 14855 replace namelong = "PALLONE, FRANK JR." if congress == 106 & id == 15454 replace namelong = "FRANKS, BOB" if congress == 106 & id == 29371 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 106 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 106 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 106 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 106 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 106 & id == 29923 replace namelong = "MENENDEZ, ROBERT" if congress == 106 & id == 29373 replace namelong = "WILSON, HEATHER" if congress == 106 & id == 29779 replace namelong = "SKEEN, JOSEPH" if congress == 106 & id == 14861 replace namelong = "UDALL, TOM" if congress == 106 & id == 29924 replace namelong = "FORBES, MICHAEL P." if congress == 106 & id == 29542 replace namelong = "FORBES, MICHAEL P." if congress == 106 & id == 99542 replace namelong = "LAZIO, RICK A." if congress == 106 & id == 29374 replace namelong = "KING, PETER T." if congress == 106 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 106 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 106 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 106 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 106 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 106 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 106 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 106 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 106 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 106 & id == 29378 replace namelong = "FOSSELLA, VITO" if congress == 106 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 106 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 106 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 106 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 106 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 106 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 106 & id == 29544 replace namelong = "GILMAN, BENJAMIN A." if congress == 106 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 106 & id == 15614 replace namelong = "SWEENEY, JOHN E." if congress == 106 & id == 29927 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 106 & id == 15007 replace namelong = "MCHUGH, JOHN M." if congress == 106 & id == 39316 replace namelong = "WALSH, JAMES T." if congress == 106 & id == 15630 replace namelong = "HINCHEY, MAURICE D." if congress == 106 & id == 29380 replace namelong = "REYNOLDS, THOMAS M." if congress == 106 & id == 29928 replace namelong = "SLAUGHTER, LOUISE MCINTOSH" if congress == 106 & id == 15444 replace namelong = "LAFALCE, JOHN J." if congress == 106 & id == 14248 replace namelong = "QUINN, JACK" if congress == 106 & id == 29381 replace namelong = "HOUGHTON, AMORY JR (AMO)" if congress == 106 & id == 15423 replace namelong = "CLAYTON, EVA M." if congress == 106 & id == 29382 replace namelong = "ETHERIDGE, BOB" if congress == 106 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 106 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 106 & id == 15438 replace namelong = "BURR, RICHARD M." if congress == 106 & id == 29548 replace namelong = "COBLE, HOWARD" if congress == 106 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 106 & id == 29746 replace namelong = "HAYES, ROBIN" if congress == 106 & id == 29929 replace namelong = "MYRICK, SUE WILKINS" if congress == 106 & id == 29549 replace namelong = "BALLENGER, CASS" if congress == 106 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 106 & id == 29135 replace namelong = "WATT, MELVIN L." if congress == 106 & id == 29383 replace namelong = "POMEROY, EARL" if congress == 106 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 106 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 106 & id == 29386 replace namelong = "HALL, TONY PATRICK" if congress == 106 & id == 14632 replace namelong = "OXLEY, MICHAEL G." if congress == 106 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 106 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 106 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 106 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 106 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 106 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 106 & id == 29748 replace namelong = "JONES, STEPHANIE TUBBS" if congress == 106 & id == 29930 replace namelong = "KASICH, JOHN R." if congress == 106 & id == 15030 replace namelong = "BROWN, SHERROD" if congress == 106 & id == 29389 replace namelong = "SAWYER, TOM" if congress == 106 & id == 15442 replace namelong = "PRYCE, DEBORAH" if congress == 106 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 106 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 106 & id == 15121 replace namelong = "NEY, ROBERT W." if congress == 106 & id == 29552 replace namelong = "LATOURETTE, STEVEN C." if congress == 106 & id == 29553 replace namelong = "LARGENT, STEVE" if congress == 106 & id == 29554 replace namelong = "COBURN, TOM A." if congress == 106 & id == 29555 replace namelong = "WATKINS, WES" if congress == 106 & id == 29749 replace namelong = "WATTS, J. C. JR." if congress == 106 & id == 29556 replace namelong = "ISTOOK, ERNEST JIM, JR." if congress == 106 & id == 29392 replace namelong = "LUCAS, FRANK D." if congress == 106 & id == 29393 replace namelong = "WU, DAVID" if congress == 106 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 106 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 106 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 106 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 106 & id == 29750 replace namelong = "BRADY, ROBERT A." if congress == 106 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 106 & id == 29559 replace namelong = "BORSKI, ROBERT A., JR." if congress == 106 & id == 15008 replace namelong = "KLINK, RON" if congress == 106 & id == 29395 replace namelong = "PETERSON, JOHN E." if congress == 106 & id == 29751 replace namelong = "HOLDEN, TIM" if congress == 106 & id == 29396 replace namelong = "WELDON, CURT" if congress == 106 & id == 15447 replace namelong = "GREENWOOD, JAMES C." if congress == 106 & id == 29397 replace namelong = "SHUSTER, E.G. (BUD)" if congress == 106 & id == 14052 replace namelong = "SHERWOOD, DONALD" if congress == 106 & id == 29933 replace namelong = "KANJORSKI, PAUL E." if congress == 106 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 106 & id == 14072 replace namelong = "HOEFFEL, JOSEPH M." if congress == 106 & id == 29934 replace namelong = "COYNE, WILLIAM J." if congress == 106 & id == 14808 replace namelong = "TOOMEY, PATRICK J." if congress == 106 & id == 29935 replace namelong = "PITTS, JOSEPH R." if congress == 106 & id == 29752 replace namelong = "GEKAS, GEORGE W." if congress == 106 & id == 15026 replace namelong = "DOYLE, MIKE F." if congress == 106 & id == 29561 replace namelong = "GOODLING, WILLIAM F." if congress == 106 & id == 14288 replace namelong = "MASCARA, FRANK R." if congress == 106 & id == 29562 replace namelong = "ENGLISH, PHIL" if congress == 106 & id == 29563 replace namelong = "KENNEDY, PATRICK J." if congress == 106 & id == 29564 replace namelong = "WEYGAND, ROBERT A." if congress == 106 & id == 29753 replace namelong = "SANFORD, MARSHALL "MARK"" if congress == 106 & id == 29565 replace namelong = "SPENCE, FLOYD" if congress == 106 & id == 13042 replace namelong = "GRAHAM, LINDSEY O." if congress == 106 & id == 29566 replace namelong = "DEMINT, JIM" if congress == 106 & id == 29936 replace namelong = "SPRATT, JOHN M., JR." if congress == 106 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 106 & id == 39301 replace namelong = "THUNE, JOHN R." if congress == 106 & id == 29754 replace namelong = "JENKINS, WILLIAM L." if congress == 106 & id == 29755 replace namelong = "DUNCAN, JOHN J., JR." if congress == 106 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 106 & id == 29567 replace namelong = "HILLEARY, VAN" if congress == 106 & id == 29568 replace namelong = "CLEMENT, BOB" if congress == 106 & id == 15450 replace namelong = "GORDON, BART J." if congress == 106 & id == 15100 replace namelong = "BRYANT, ED" if congress == 106 & id == 29569 replace namelong = "TANNER, JOHN S." if congress == 106 & id == 15628 replace namelong = "FORD, HAROLD E., JR." if congress == 106 & id == 29756 replace namelong = "SANDLIN, MAX" if congress == 106 & id == 29757 replace namelong = "TURNER, JIM" if congress == 106 & id == 29758 replace namelong = "JOHNSON, SAM" if congress == 106 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 106 & id == 14828 replace namelong = "SESSIONS, PETE" if congress == 106 & id == 29759 replace namelong = "BARTON, JOE L." if congress == 106 & id == 15085 replace namelong = "ARCHER, W.R. (BILL)" if congress == 106 & id == 13002 replace namelong = "BRADY, KEVIN" if congress == 106 & id == 29760 replace namelong = "LAMPSON, NICK" if congress == 106 & id == 29761 replace namelong = "DOGGETT, LLOYD" if congress == 106 & id == 29571 replace namelong = "EDWARDS, CHET" if congress == 106 & id == 29144 replace namelong = "GRANGER, KAY" if congress == 106 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 106 & id == 29572 replace namelong = "PAUL, RON" if congress == 106 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 106 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 106 & id == 29764 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 106 & id == 14664 replace namelong = "JACKSON-LEE, SHEILA" if congress == 106 & id == 29573 replace namelong = "COMBEST, LARRY E." if congress == 106 & id == 15093 replace namelong = "GONZALEZ, CHARLES A." if congress == 106 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 106 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 106 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 106 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 106 & id == 14626 replace namelong = "BENTSEN, KEN" if congress == 106 & id == 29574 replace namelong = "ARMEY, RICHARD K." if congress == 106 & id == 15125 replace namelong = "ORTIZ, SOLOMON P." if congress == 106 & id == 15049 replace namelong = "RODRIGUEZ, CIRO D." if congress == 106 & id == 29771 replace namelong = "GREEN, GENE" if congress == 106 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 106 & id == 39305 replace namelong = "HANSEN, JAMES V." if congress == 106 & id == 14829 replace namelong = "COOK, MERRILL" if congress == 106 & id == 29765 replace namelong = "CANNON, CHRISTOPHER" if congress == 106 & id == 29766 replace namelong = "SANDERS, BERNARD" if congress == 106 & id == 29147 replace namelong = "BATEMAN, HERBERT H." if congress == 106 & id == 15003 replace namelong = "PICKETT, OWEN B" if congress == 106 & id == 15437 replace namelong = "SCOTT, ROBERT C." if congress == 106 & id == 39307 replace namelong = "SISISKY, NORMAN" if congress == 106 & id == 15060 replace namelong = "GOODE, VIRGIL H., JR." if congress == 106 & id == 29767 replace namelong = "GOODE, VIRGIL H., JR." if congress == 106 & id == 99767 replace namelong = "GOODLATTE, ROBERT W." if congress == 106 & id == 39308 replace namelong = "BLILEY, THOMAS J." if congress == 106 & id == 14802 replace namelong = "MORAN, JAMES P. JR." if congress == 106 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 106 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 106 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 106 & id == 29576 replace namelong = "INSLEE, JAY" if congress == 106 & id == 29937 replace namelong = "METCALF, JACK" if congress == 106 & id == 29578 replace namelong = "BAIRD, BRIAN" if congress == 106 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 106 & id == 29580 replace namelong = "NETHERCUTT, GEORGE R., JR." if congress == 106 & id == 29581 replace namelong = "DICKS, NORMAN D." if congress == 106 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 106 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 106 & id == 39312 replace namelong = "SMITH, ADAM" if congress == 106 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 106 & id == 15083 replace namelong = "WISE, ROBERT E., JR." if congress == 106 & id == 15077 replace namelong = "RAHALL, NICK JOE, II." if congress == 106 & id == 14448 replace namelong = "RYAN, PAUL" if congress == 106 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 106 & id == 29940 replace namelong = "KIND, RON" if congress == 106 & id == 29769 replace namelong = "KLECZKA, GERALD D." if congress == 106 & id == 15082 replace namelong = "BARRETT, THOMAS M." if congress == 106 & id == 39315 replace namelong = "PETRI, THOMAS E." if congress == 106 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 106 & id == 12036 replace namelong = "GREEN, MARK" if congress == 106 & id == 29941 replace namelong = "SENSENBRENNER, FRANK JAMES, JR." if congress == 106 & id == 14657 replace namelong = "CUBIN, BARBARA" if congress == 106 & id == 29584 replace namelong = "BUSH, GEORGE W." if congress == 107 & id == 99910 replace namelong = "CALLAHAN, HERBERT L." if congress == 107 & id == 15090 replace namelong = "EVERETT, TERRY" if congress == 107 & id == 29300 replace namelong = "RILEY, BOB" if congress == 107 & id == 29700 replace namelong = "ADERHOLT, ROBERT B." if congress == 107 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 107 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 107 & id == 29301 replace namelong = "HILLIARD, EARL F." if congress == 107 & id == 29302 replace namelong = "YOUNG, DONALD" if congress == 107 & id == 14066 replace namelong = "FLAKE, JEFF" if congress == 107 & id == 20100 replace namelong = "PASTOR, ED" if congress == 107 & id == 29101 replace namelong = "STUMP, BOB" if congress == 107 & id == 14454 replace namelong = "SHADEGG, JOHN B." if congress == 107 & id == 29501 replace namelong = "KOLBE, JIM" if congress == 107 & id == 15105 replace namelong = "HAYWORTH, J.D." if congress == 107 & id == 29502 replace namelong = "BERRY, MARION" if congress == 107 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 107 & id == 29703 replace namelong = "HUTCHINSON, ASA" if congress == 107 & id == 29704 replace namelong = "BOOZMAN, JOHN" if congress == 107 & id == 20101 replace namelong = "ROSS, MIKE" if congress == 107 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 107 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 107 & id == 15420 replace namelong = "OSE, DOUG" if congress == 107 & id == 29902 replace namelong = "DOOLITTLE, JOHN T." if congress == 107 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 107 & id == 14649 replace namelong = "WOOLSEY, LYNN C." if congress == 107 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 107 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 107 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 107 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 107 & id == 29705 replace namelong = "POMBO, RICHARD W." if congress == 107 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 107 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 107 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 107 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 107 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 107 & id == 29504 replace namelong = "FARR, SAM" if congress == 107 & id == 29313 replace namelong = "CONDIT, GARY A." if congress == 107 & id == 15635 replace namelong = "RADANOVICH, GEORGE P." if congress == 107 & id == 29505 replace namelong = "DOOLEY, CALVIN M." if congress == 107 & id == 29105 replace namelong = "THOMAS, WILLIAM MARSHALL" if congress == 107 & id == 14669 replace namelong = "CAPPS, LOIS" if congress == 107 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 107 & id == 15413 replace namelong = "SHERMAN, BRAD" if congress == 107 & id == 29707 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 107 & id == 29315 replace namelong = "BERMAN, HOWARD L." if congress == 107 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 107 & id == 20104 replace namelong = "DREIER, DAVID" if congress == 107 & id == 14813 replace namelong = "WAXMAN, HENRY A." if congress == 107 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 107 & id == 29316 replace namelong = "SOLIS, HILDA L." if congress == 107 & id == 20105 replace namelong = "DIXON, JULIAN CAREY" if congress == 107 & id == 14620 replace namelong = "WATSON, DIANE" if congress == 107 & id == 20106 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 107 & id == 29317 replace namelong = "NAPOLITANO, GRACE F." if congress == 107 & id == 29903 replace namelong = "WATERS, MAXINE" if congress == 107 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 107 & id == 29318 replace namelong = "MILLENDER-MCDONALD, JUANITA M." if congress == 107 & id == 29586 replace namelong = "HORN, STEVE" if congress == 107 & id == 29320 replace namelong = "ROYCE, EDWARD R." if congress == 107 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 107 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 107 & id == 29905 replace namelong = "BACA, JOE" if congress == 107 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 107 & id == 29323 replace namelong = "BONO, MARY" if congress == 107 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 107 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 107 & id == 29709 replace namelong = "COX, CHRISTOPHER" if congress == 107 & id == 15601 replace namelong = "ISSA, DARRELL E." if congress == 107 & id == 20107 replace namelong = "DAVIS, SUSAN A." if congress == 107 & id == 20108 replace namelong = "FILNER, BOB" if congress == 107 & id == 29325 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 107 & id == 29107 replace namelong = "HUNTER, DUNCAN L." if congress == 107 & id == 14835 replace namelong = "DEGETTE, DIANA" if congress == 107 & id == 29710 replace namelong = "UDALL, MARK" if congress == 107 & id == 29906 replace namelong = "MCINNIS, SCOTT" if congress == 107 & id == 29326 replace namelong = "SCHAFFER, ROBERT" if congress == 107 & id == 29711 replace namelong = "HEFLEY, JOEL" if congress == 107 & id == 15419 replace namelong = "TANCREDO, THOMAS G." if congress == 107 & id == 29907 replace namelong = "LARSON, JOHN B." if congress == 107 & id == 29908 replace namelong = "SIMMONS, ROB" if congress == 107 & id == 20109 replace namelong = "DELAURO, ROSA L." if congress == 107 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 107 & id == 15449 replace namelong = "MALONEY, JAMES H." if congress == 107 & id == 29712 replace namelong = "JOHNSON, NANCY L." if congress == 107 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 107 & id == 29327 replace namelong = "SCARBOROUGH, JOE" if congress == 107 & id == 39508 replace namelong = "MILLER, JEFF" if congress == 107 & id == 20110 replace namelong = "BOYD, ALLEN" if congress == 107 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 107 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 107 & id == 20111 replace namelong = "THURMAN, KAREN L." if congress == 107 & id == 29330 replace namelong = "STEARNS, CLIFF" if congress == 107 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 107 & id == 29331 replace namelong = "KELLER, RIC" if congress == 107 & id == 20112 replace namelong = "BILIRAKIS, MICHAEL" if congress == 107 & id == 15006 replace namelong = "YOUNG, BILL C.W." if congress == 107 & id == 13047 replace namelong = "DAVIS, JIM" if congress == 107 & id == 29714 replace namelong = "PUTNAM, ADAM H." if congress == 107 & id == 20113 replace namelong = "MILLER, DAN" if congress == 107 & id == 29333 replace namelong = "GOSS, PORTER J." if congress == 107 & id == 15605 replace namelong = "WELDON, DAVE" if congress == 107 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 107 & id == 29510 replace namelong = "MEEK, CARRIE P." if congress == 107 & id == 29334 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 107 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 107 & id == 29715 replace namelong = "DEUTSCH, PETER" if congress == 107 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 107 & id == 29336 replace namelong = "SHAW, E. CLAY JR." if congress == 107 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 107 & id == 29337 replace namelong = "KINGSTON, JACK" if congress == 107 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 107 & id == 29339 replace namelong = "COLLINS, MAC" if congress == 107 & id == 29340 replace namelong = "MCKINNEY, CYNTHIA A." if congress == 107 & id == 29344 replace namelong = "LEWIS, JOHN" if congress == 107 & id == 15431 replace namelong = "ISAKSON, JOHNNY" if congress == 107 & id == 29909 replace namelong = "BARR, BOB" if congress == 107 & id == 29511 replace namelong = "CHAMBLISS, SAXBY" if congress == 107 & id == 29512 replace namelong = "DEAL, NATHAN" if congress == 107 & id == 99342 replace namelong = "NORWOOD, CHARLIE" if congress == 107 & id == 29513 replace namelong = "LINDER, JOHN" if congress == 107 & id == 29341 replace namelong = "ABERCROMBIE, NEIL" if congress == 107 & id == 15245 replace namelong = "MINK, PATSY T." if congress == 107 & id == 10757 replace namelong = "OTTER, C. L. (BUTCH)" if congress == 107 & id == 20114 replace namelong = "SIMPSON, MIKE K." if congress == 107 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 107 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 107 & id == 29585 replace namelong = "LIPINSKI, WILLIAM O." if congress == 107 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 107 & id == 29348 replace namelong = "BLAGOJEVICH, ROD B." if congress == 107 & id == 29716 replace namelong = "HYDE, HENRY J." if congress == 107 & id == 14239 replace namelong = "DAVIS, DANNY K." if congress == 107 & id == 29717 replace namelong = "CRANE, PHILIP M." if congress == 107 & id == 12041 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 107 & id == 29911 replace namelong = "KIRK, MARK STEVEN" if congress == 107 & id == 20115 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 107 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 107 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 107 & id == 29912 replace namelong = "HASTERT, J. DENNIS" if congress == 107 & id == 15417 replace namelong = "JOHNSON, TIMOTHY V." if congress == 107 & id == 20116 replace namelong = "MANZULLO, DONALD A." if congress == 107 & id == 29349 replace namelong = "EVANS, LANE" if congress == 107 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 107 & id == 29517 replace namelong = "PHELPS, DAVID D." if congress == 107 & id == 29913 replace namelong = "SHIMKUS, JOHN" if congress == 107 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 107 & id == 15124 replace namelong = "PENCE, MIKE" if congress == 107 & id == 20117 replace namelong = "ROEMER, TIM" if congress == 107 & id == 29117 replace namelong = "SOUDER, MARK E." if congress == 107 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 107 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 107 & id == 15014 replace namelong = "KERNS, BRIAN D." if congress == 107 & id == 20118 replace namelong = "HOSTETTLER, JOHN N." if congress == 107 & id == 29520 replace namelong = "HILL, BARON P." if congress == 107 & id == 29914 replace namelong = "CARSON, JULIA" if congress == 107 & id == 29720 replace namelong = "LEACH, JAMES A." if congress == 107 & id == 14432 replace namelong = "NUSSLE, JIM" if congress == 107 & id == 29118 replace namelong = "BOSWELL, LEONARD L." if congress == 107 & id == 29721 replace namelong = "GANSKE, GREG" if congress == 107 & id == 29521 replace namelong = "LATHAM, TOM" if congress == 107 & id == 29522 replace namelong = "MORAN, JERRY" if congress == 107 & id == 29722 replace namelong = "RYUN, JIM" if congress == 107 & id == 29723 replace namelong = "MOORE, DENNIS" if congress == 107 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 107 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 107 & id == 29525 replace namelong = "LEWIS, RON" if congress == 107 & id == 29352 replace namelong = "NORTHUP, ANNE M." if congress == 107 & id == 29725 replace namelong = "LUCAS, KENNETH" if congress == 107 & id == 29916 replace namelong = "ROGERS, HAROLD" if congress == 107 & id == 14854 replace namelong = "FLETCHER, ERNIE" if congress == 107 & id == 29917 replace namelong = "VITTER, DAVID" if congress == 107 & id == 29918 replace namelong = "JEFFERSON, WILLIAM J." if congress == 107 & id == 29120 replace namelong = "TAUZIN, WILBERT J. (BILLY)" if congress == 107 & id == 94679 replace namelong = "MCCRERY, JIM" if congress == 107 & id == 15451 replace namelong = "COOKSEY, JOHN" if congress == 107 & id == 29726 replace namelong = "BAKER, RICHARD H." if congress == 107 & id == 15401 replace namelong = "JOHN, CHRISTOPHER" if congress == 107 & id == 29727 replace namelong = "ALLEN, THOMAS H." if congress == 107 & id == 29728 replace namelong = "BALDACCI, JOHN ELIAS" if congress == 107 & id == 29528 replace namelong = "GILCHREST, WAYNE T." if congress == 107 & id == 29122 replace namelong = "EHRLICH, ROBERT L. Jr." if congress == 107 & id == 29529 replace namelong = "CARDIN, BENJAMIN L." if congress == 107 & id == 15408 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 107 & id == 29355 replace namelong = "HOYER, STENY H." if congress == 107 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 107 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 107 & id == 29587 replace namelong = "MORELLA, CONSTANCE A." if congress == 107 & id == 15434 replace namelong = "OLVER, JOHN W." if congress == 107 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 107 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 107 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 107 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 107 & id == 29358 replace namelong = "TIERNEY, JOHN F." if congress == 107 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 107 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 107 & id == 29919 replace namelong = "MOAKLEY, JOHN JOSEPH" if congress == 107 & id == 14039 replace namelong = "LYNCH, STEPHEN F." if congress == 107 & id == 20119 replace namelong = "DELAHUNT, WILLIAM D." if congress == 107 & id == 29731 replace namelong = "STUPAK, BART" if congress == 107 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 107 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 107 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 107 & id == 29124 replace namelong = "BARCIA, JAMES A." if congress == 107 & id == 29363 replace namelong = "UPTON, FRED" if congress == 107 & id == 15446 replace namelong = "SMITH, NICK" if congress == 107 & id == 29364 replace namelong = "ROGERS, MIKE" if congress == 107 & id == 20120 replace namelong = "KILDEE, DALE E." if congress == 107 & id == 14430 replace namelong = "BONIOR, DAVID E." if congress == 107 & id == 14407 replace namelong = "KNOLLENBERG, JOE" if congress == 107 & id == 29365 replace namelong = "LEVIN, SANDER M." if congress == 107 & id == 15033 replace namelong = "RIVERS, LYNN N." if congress == 107 & id == 29531 replace namelong = "CONYERS, JOHN, JR." if congress == 107 & id == 10713 replace namelong = "KILPATRICK, CAROLYN C." if congress == 107 & id == 29733 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 107 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 107 & id == 29532 replace namelong = "KENNEDY, MARK R." if congress == 107 & id == 20121 replace namelong = "RAMSTAD, JIM" if congress == 107 & id == 29126 replace namelong = "MCCOLLUM, BETTY" if congress == 107 & id == 20122 replace namelong = "SABO, MARTIN OLAV" if congress == 107 & id == 14656 replace namelong = "LUTHER, WILLIAM P. "BILL"" if congress == 107 & id == 29533 replace namelong = "PETERSON, COLLIN C." if congress == 107 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 107 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 107 & id == 29534 replace namelong = "THOMPSON, BENNIE G." if congress == 107 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 107 & id == 29734 replace namelong = "SHOWS, RONNIE" if congress == 107 & id == 29920 replace namelong = "TAYLOR, GENE" if congress == 107 & id == 15637 replace namelong = "CLAY, WILLIAM (LACY)" if congress == 107 & id == 20147 replace namelong = "AKIN, W. TODD" if congress == 107 & id == 20123 replace namelong = "GEPHARDT, RICHARD A." if congress == 107 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 107 & id == 14451 replace namelong = "MCCARTHY, KAREN" if congress == 107 & id == 29535 replace namelong = "GRAVES, SAM" if congress == 107 & id == 20124 replace namelong = "BLUNT, ROY" if congress == 107 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 107 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 107 & id == 29737 replace namelong = "REHBERG, DENNIS R." if congress == 107 & id == 20125 replace namelong = "BEREUTER, DOUGLAS K." if congress == 107 & id == 14605 replace namelong = "TERRY, LEE" if congress == 107 & id == 29921 replace namelong = "OSBORNE, TOM" if congress == 107 & id == 20126 replace namelong = "BERKLEY, SHELLEY" if congress == 107 & id == 29922 replace namelong = "GIBBONS, JIM" if congress == 107 & id == 29739 replace namelong = "SUNUNU, JOHN E." if congress == 107 & id == 29740 replace namelong = "BASS, CHARLES F." if congress == 107 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 107 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 107 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 107 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 107 & id == 14863 replace namelong = "ROUKEMA, MARGE" if congress == 107 & id == 14855 replace namelong = "PALLONE, FRANK JR." if congress == 107 & id == 15454 replace namelong = "FERGUSON, MIKE" if congress == 107 & id == 20127 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 107 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 107 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 107 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 107 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 107 & id == 29923 replace namelong = "MENENDEZ, ROBERT" if congress == 107 & id == 29373 replace namelong = "WILSON, HEATHER" if congress == 107 & id == 29779 replace namelong = "SKEEN, JOSEPH" if congress == 107 & id == 14861 replace namelong = "UDALL, TOM" if congress == 107 & id == 29924 replace namelong = "GRUCCI, FELIX J. JR." if congress == 107 & id == 20128 replace namelong = "ISRAEL, STEVE" if congress == 107 & id == 20129 replace namelong = "KING, PETER T." if congress == 107 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 107 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 107 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 107 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 107 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 107 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 107 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 107 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 107 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 107 & id == 29378 replace namelong = "FOSSELLA, VITO" if congress == 107 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 107 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 107 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 107 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 107 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 107 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 107 & id == 29544 replace namelong = "GILMAN, BENJAMIN A." if congress == 107 & id == 14015 replace namelong = "MCNULTY, MICHAEL R." if congress == 107 & id == 15614 replace namelong = "SWEENEY, JOHN E." if congress == 107 & id == 29927 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 107 & id == 15007 replace namelong = "MCHUGH, JOHN M." if congress == 107 & id == 39316 replace namelong = "WALSH, JAMES T." if congress == 107 & id == 15630 replace namelong = "HINCHEY, MAURICE D." if congress == 107 & id == 29380 replace namelong = "REYNOLDS, THOMAS M." if congress == 107 & id == 29928 replace namelong = "SLAUGHTER, LOUISE MCINTOSH" if congress == 107 & id == 15444 replace namelong = "LAFALCE, JOHN J." if congress == 107 & id == 14248 replace namelong = "QUINN, JACK" if congress == 107 & id == 29381 replace namelong = "HOUGHTON, AMORY JR (AMO)" if congress == 107 & id == 15423 replace namelong = "CLAYTON, EVA M." if congress == 107 & id == 29382 replace namelong = "ETHERIDGE, BOB" if congress == 107 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 107 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 107 & id == 15438 replace namelong = "BURR, RICHARD M." if congress == 107 & id == 29548 replace namelong = "COBLE, HOWARD" if congress == 107 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 107 & id == 29746 replace namelong = "HAYES, ROBIN" if congress == 107 & id == 29929 replace namelong = "MYRICK, SUE WILKINS" if congress == 107 & id == 29549 replace namelong = "BALLENGER, CASS" if congress == 107 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 107 & id == 29135 replace namelong = "WATT, MELVIN L." if congress == 107 & id == 29383 replace namelong = "POMEROY, EARL" if congress == 107 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 107 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 107 & id == 29386 replace namelong = "HALL, TONY PATRICK" if congress == 107 & id == 14632 replace namelong = "OXLEY, MICHAEL G." if congress == 107 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 107 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 107 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 107 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 107 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 107 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 107 & id == 29748 replace namelong = "TUBBS-JONES, STEPHANIE" if congress == 107 & id == 29930 replace namelong = "TIBERI, PATRICK J." if congress == 107 & id == 20130 replace namelong = "BROWN, SHERROD" if congress == 107 & id == 29389 replace namelong = "SAWYER, TOM" if congress == 107 & id == 15442 replace namelong = "PRYCE, DEBORAH" if congress == 107 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 107 & id == 14045 replace namelong = "TRAFICANT, JAMES A., JR." if congress == 107 & id == 15121 replace namelong = "NEY, ROBERT W." if congress == 107 & id == 29552 replace namelong = "LATOURETTE, STEVEN C." if congress == 107 & id == 29553 replace namelong = "LARGENT, STEVE" if congress == 107 & id == 29554 replace namelong = "SULLIVAN, JOHN" if congress == 107 & id == 20131 replace namelong = "CARSON, BRAD" if congress == 107 & id == 20132 replace namelong = "WATKINS, WES" if congress == 107 & id == 29749 replace namelong = "WATTS, J. C. JR." if congress == 107 & id == 29556 replace namelong = "ISTOOK, ERNEST JIM, JR." if congress == 107 & id == 29392 replace namelong = "LUCAS, FRANK D." if congress == 107 & id == 29393 replace namelong = "WU, DAVID" if congress == 107 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 107 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 107 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 107 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 107 & id == 29750 replace namelong = "BRADY, ROBERT A." if congress == 107 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 107 & id == 29559 replace namelong = "BORSKI, ROBERT A., JR." if congress == 107 & id == 15008 replace namelong = "HART, MELISSA A." if congress == 107 & id == 20133 replace namelong = "PETERSON, JOHN E." if congress == 107 & id == 29751 replace namelong = "HOLDEN, TIM" if congress == 107 & id == 29396 replace namelong = "WELDON, CURT" if congress == 107 & id == 15447 replace namelong = "GREENWOOD, JAMES C." if congress == 107 & id == 29397 replace namelong = "SHUSTER, E.G. (BUD)" if congress == 107 & id == 14052 replace namelong = "SHUSTER, BILL" if congress == 107 & id == 20134 replace namelong = "SHERWOOD, DONALD" if congress == 107 & id == 29933 replace namelong = "KANJORSKI, PAUL E." if congress == 107 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 107 & id == 14072 replace namelong = "HOEFFEL, JOSEPH M." if congress == 107 & id == 29934 replace namelong = "COYNE, WILLIAM J." if congress == 107 & id == 14808 replace namelong = "TOOMEY, PATRICK J." if congress == 107 & id == 29935 replace namelong = "PITTS, JOSEPH R." if congress == 107 & id == 29752 replace namelong = "GEKAS, GEORGE W." if congress == 107 & id == 15026 replace namelong = "DOYLE, MIKE F." if congress == 107 & id == 29561 replace namelong = "PLATTS, TODD RUSSELL" if congress == 107 & id == 20135 replace namelong = "MASCARA, FRANK R." if congress == 107 & id == 29562 replace namelong = "ENGLISH, PHIL" if congress == 107 & id == 29563 replace namelong = "KENNEDY, PATRICK J." if congress == 107 & id == 29564 replace namelong = "LANGEVIN, JAMES R." if congress == 107 & id == 20136 replace namelong = "BROWN, HENRY E. JR." if congress == 107 & id == 20137 replace namelong = "SPENCE, FLOYD" if congress == 107 & id == 13042 replace namelong = "WILSON, JOE" if congress == 107 & id == 20138 replace namelong = "GRAHAM, LINDSEY O." if congress == 107 & id == 29566 replace namelong = "DEMINT, JIM" if congress == 107 & id == 29936 replace namelong = "SPRATT, JOHN M., JR." if congress == 107 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 107 & id == 39301 replace namelong = "THUNE, JOHN R." if congress == 107 & id == 29754 replace namelong = "JENKINS, WILLIAM L." if congress == 107 & id == 29755 replace namelong = "DUNCAN, JOHN J., JR." if congress == 107 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 107 & id == 29567 replace namelong = "HILLEARY, VAN" if congress == 107 & id == 29568 replace namelong = "CLEMENT, BOB" if congress == 107 & id == 15450 replace namelong = "GORDON, BART J." if congress == 107 & id == 15100 replace namelong = "BRYANT, ED" if congress == 107 & id == 29569 replace namelong = "TANNER, JOHN S." if congress == 107 & id == 15628 replace namelong = "FORD, HAROLD E., JR." if congress == 107 & id == 29756 replace namelong = "SANDLIN, MAX" if congress == 107 & id == 29757 replace namelong = "TURNER, JIM" if congress == 107 & id == 29758 replace namelong = "JOHNSON, SAM" if congress == 107 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 107 & id == 14828 replace namelong = "SESSIONS, PETE" if congress == 107 & id == 29759 replace namelong = "BARTON, JOE L." if congress == 107 & id == 15085 replace namelong = "CULBERSON, JOHN ABNEY" if congress == 107 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 107 & id == 29760 replace namelong = "LAMPSON, NICK" if congress == 107 & id == 29761 replace namelong = "DOGGETT, LLOYD" if congress == 107 & id == 29571 replace namelong = "EDWARDS, CHET" if congress == 107 & id == 29144 replace namelong = "GRANGER, KAY" if congress == 107 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 107 & id == 29572 replace namelong = "PAUL, RON" if congress == 107 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 107 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 107 & id == 29764 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 107 & id == 14664 replace namelong = "JACKSON-LEE, SHEILA" if congress == 107 & id == 29573 replace namelong = "COMBEST, LARRY E." if congress == 107 & id == 15093 replace namelong = "GONZALEZ, CHARLES A." if congress == 107 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 107 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 107 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 107 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 107 & id == 14626 replace namelong = "BENTSEN, KEN" if congress == 107 & id == 29574 replace namelong = "ARMEY, RICHARD K." if congress == 107 & id == 15125 replace namelong = "ORTIZ, SOLOMON P." if congress == 107 & id == 15049 replace namelong = "RODRIGUEZ, CIRO D." if congress == 107 & id == 29771 replace namelong = "GREEN, GENE" if congress == 107 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 107 & id == 39305 replace namelong = "HANSEN, JAMES V." if congress == 107 & id == 14829 replace namelong = "MATHESON, JIM" if congress == 107 & id == 20140 replace namelong = "CANNON, CHRISTOPHER" if congress == 107 & id == 29766 replace namelong = "SANDERS, BERNARD" if congress == 107 & id == 29147 replace namelong = "DAVIS, JO ANN" if congress == 107 & id == 20141 replace namelong = "SCHROCK, EDWARD L." if congress == 107 & id == 20142 replace namelong = "SCOTT, ROBERT C." if congress == 107 & id == 39307 replace namelong = "SISISKY, NORMAN" if congress == 107 & id == 15060 replace namelong = "FORBES, RANDY" if congress == 107 & id == 20143 replace namelong = "GOODE, VIRGIL H., JR." if congress == 107 & id == 99767 replace namelong = "GOODE, VIRGIL H., JR." if congress == 107 & id == 89767 replace namelong = "GOODLATTE, ROBERT W." if congress == 107 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 107 & id == 20144 replace namelong = "MORAN, JAMES P. JR." if congress == 107 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 107 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 107 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 107 & id == 29576 replace namelong = "INSLEE, JAY" if congress == 107 & id == 29937 replace namelong = "LARSEN, RICK" if congress == 107 & id == 20145 replace namelong = "BAIRD, BRIAN" if congress == 107 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 107 & id == 29580 replace namelong = "NETHERCUTT, GEORGE R., JR." if congress == 107 & id == 29581 replace namelong = "DICKS, NORMAN D." if congress == 107 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 107 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 107 & id == 39312 replace namelong = "SMITH, ADAM" if congress == 107 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 107 & id == 15083 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 107 & id == 20146 replace namelong = "RAHALL, NICK JOE, II." if congress == 107 & id == 14448 replace namelong = "RYAN, PAUL" if congress == 107 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 107 & id == 29940 replace namelong = "KIND, RON" if congress == 107 & id == 29769 replace namelong = "KLECZKA, GERALD D." if congress == 107 & id == 15082 replace namelong = "BARRETT, THOMAS M." if congress == 107 & id == 39315 replace namelong = "PETRI, THOMAS E." if congress == 107 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 107 & id == 12036 replace namelong = "GREEN, MARK" if congress == 107 & id == 29941 replace namelong = "SENSENBRENNER, FRANK JAMES, JR." if congress == 107 & id == 14657 replace namelong = "CUBIN, BARBARA" if congress == 107 & id == 29584 replace namelong = "BUSH, GEORGE W." if congress == 108 & id == 99910 replace namelong = "BONNER, JO" if congress == 108 & id == 20300 replace namelong = "EVERETT, TERRY" if congress == 108 & id == 29300 replace namelong = "ROGERS, MIKE D." if congress == 108 & id == 20301 replace namelong = "ADERHOLT, ROBERT B." if congress == 108 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 108 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 108 & id == 29301 replace namelong = "DAVIS, ARTUR" if congress == 108 & id == 20302 replace namelong = "YOUNG, DONALD" if congress == 108 & id == 14066 replace namelong = "RENZI, RICK" if congress == 108 & id == 20303 replace namelong = "FRANKS, TRENT" if congress == 108 & id == 20304 replace namelong = "SHADEGG, JOHN B." if congress == 108 & id == 29501 replace namelong = "PASTOR, ED" if congress == 108 & id == 29101 replace namelong = "HAYWORTH, JOHN D." if congress == 108 & id == 29502 replace namelong = "FLAKE, JEFF" if congress == 108 & id == 20100 replace namelong = "GRIJALVA, RAUL M." if congress == 108 & id == 20305 replace namelong = "KOLBE, JAMES T." if congress == 108 & id == 15105 replace namelong = "BERRY, MARION" if congress == 108 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 108 & id == 29703 replace namelong = "BOOZMAN, JOHN" if congress == 108 & id == 20101 replace namelong = "ROSS, MIKE" if congress == 108 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 108 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 108 & id == 15420 replace namelong = "OSE, DOUG" if congress == 108 & id == 29902 replace namelong = "DOOLITTLE, JOHN T." if congress == 108 & id == 29104 replace namelong = "MATSUI, ROBERT TAKEO" if congress == 108 & id == 14649 replace namelong = "WOOLSEY, LYNN C." if congress == 108 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 108 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 108 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 108 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 108 & id == 29705 replace namelong = "POMBO, RICHARD W." if congress == 108 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 108 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 108 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 108 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 108 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 108 & id == 29504 replace namelong = "FARR, SAM" if congress == 108 & id == 29313 replace namelong = "CARDOZA, DENNIS A." if congress == 108 & id == 20306 replace namelong = "RADANOVICH, GEORGE P." if congress == 108 & id == 29505 replace namelong = "DOOLEY, CALVIN M." if congress == 108 & id == 29105 replace namelong = "NUNES, DEVIN" if congress == 108 & id == 20307 replace namelong = "THOMAS, WILLIAM M." if congress == 108 & id == 14669 replace namelong = "CAPPS, LOIS" if congress == 108 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 108 & id == 15413 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 108 & id == 29315 replace namelong = "DREIER, DAVID" if congress == 108 & id == 14813 replace namelong = "SHERMAN, BRAD" if congress == 108 & id == 29707 replace namelong = "BERMAN, HOWARD L." if congress == 108 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 108 & id == 20104 replace namelong = "WAXMAN, HENRY A." if congress == 108 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 108 & id == 29316 replace namelong = "SOLIS, HILDA L." if congress == 108 & id == 20105 replace namelong = "WATSON, DIANE" if congress == 108 & id == 20106 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 108 & id == 29317 replace namelong = "WATERS, MAXINE" if congress == 108 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 108 & id == 29318 replace namelong = "MILLENDER-MCDONALD, JUANITA" if congress == 108 & id == 29586 replace namelong = "NAPOLITANO, GRACE F." if congress == 108 & id == 29903 replace namelong = "SANCHEZ, LINDA T." if congress == 108 & id == 20310 replace namelong = "ROYCE, EDWARD R." if congress == 108 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 108 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 108 & id == 29905 replace namelong = "BACA, JOE" if congress == 108 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 108 & id == 29323 replace namelong = "BONO MACK, MARY" if congress == 108 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 108 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 108 & id == 29709 replace namelong = "COX, CHRISTOPHER" if congress == 108 & id == 15601 replace namelong = "ISSA, DARRELL E." if congress == 108 & id == 20107 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 108 & id == 29107 replace namelong = "FILNER, BOB" if congress == 108 & id == 29325 replace namelong = "HUNTER, DUNCAN L." if congress == 108 & id == 14835 replace namelong = "DAVIS, SUSAN A." if congress == 108 & id == 20108 replace namelong = "DEGETTE, DIANA" if congress == 108 & id == 29710 replace namelong = "UDALL, MARK" if congress == 108 & id == 29906 replace namelong = "MCINNIS, SCOTT" if congress == 108 & id == 29326 replace namelong = "MUSGRAVE, MARILYN N." if congress == 108 & id == 20311 replace namelong = "HEFLEY, JOEL" if congress == 108 & id == 15419 replace namelong = "TANCREDO, THOMAS G." if congress == 108 & id == 29907 replace namelong = "BEAUPREZ, BOB" if congress == 108 & id == 20312 replace namelong = "LARSON, JOHN B." if congress == 108 & id == 29908 replace namelong = "SIMMONS, ROB" if congress == 108 & id == 20109 replace namelong = "DELAURO, ROSA L." if congress == 108 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 108 & id == 15449 replace namelong = "JOHNSON, NANCY L." if congress == 108 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 108 & id == 29327 replace namelong = "MILLER, JEFF" if congress == 108 & id == 20110 replace namelong = "BOYD, ALLEN" if congress == 108 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 108 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 108 & id == 20111 replace namelong = "BROWN-WAITE, GINNY" if congress == 108 & id == 20313 replace namelong = "STEARNS, CLIFF" if congress == 108 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 108 & id == 29331 replace namelong = "KELLER, RIC" if congress == 108 & id == 20112 replace namelong = "BILIRAKIS, MICHAEL" if congress == 108 & id == 15006 replace namelong = "YOUNG, BILL C.W." if congress == 108 & id == 13047 replace namelong = "DAVIS, JIM" if congress == 108 & id == 29714 replace namelong = "PUTNAM, ADAM H." if congress == 108 & id == 20113 replace namelong = "HARRIS, KATHERINE" if congress == 108 & id == 20314 replace namelong = "GOSS, PORTER J." if congress == 108 & id == 15605 replace namelong = "WELDON, DAVE" if congress == 108 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 108 & id == 29510 replace namelong = "MEEK, KENDRICK B." if congress == 108 & id == 20358 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 108 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 108 & id == 29715 replace namelong = "DEUTSCH, PETER" if congress == 108 & id == 29335 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 108 & id == 29336 replace namelong = "SHAW, E. CLAY JR." if congress == 108 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 108 & id == 29337 replace namelong = "FEENEY, TOM" if congress == 108 & id == 20315 replace namelong = "DIAZ-BALART, M." if congress == 108 & id == 20316 replace namelong = "KINGSTON, JACK" if congress == 108 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 108 & id == 29339 replace namelong = "MARSHALL, JIM" if congress == 108 & id == 20317 replace namelong = "MAJETTE, DENISE L." if congress == 108 & id == 20318 replace namelong = "LEWIS, JOHN" if congress == 108 & id == 15431 replace namelong = "ISAKSON, JOHNNY" if congress == 108 & id == 29909 replace namelong = "LINDER, JOHN" if congress == 108 & id == 29341 replace namelong = "COLLINS, MAC" if congress == 108 & id == 29340 replace namelong = "NORWOOD, CHARLIE" if congress == 108 & id == 29513 replace namelong = "DEAL, NATHAN" if congress == 108 & id == 99342 replace namelong = "GINGREY, PHIL" if congress == 108 & id == 20319 replace namelong = "BURNS, MAX" if congress == 108 & id == 20320 replace namelong = "SCOTT, DAVID" if congress == 108 & id == 20321 replace namelong = "ABERCROMBIE, NEIL" if congress == 108 & id == 15245 replace namelong = "CASE, ED" if congress == 108 & id == 20322 replace namelong = "OTTER, C. L. (BUTCH)" if congress == 108 & id == 20114 replace namelong = "SIMPSON, MIKE K." if congress == 108 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 108 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 108 & id == 29585 replace namelong = "LIPINSKI, WILLIAM O." if congress == 108 & id == 15036 replace namelong = "GUTIERREZ, LUIS V." if congress == 108 & id == 29348 replace namelong = "EMANUEL, RAHM" if congress == 108 & id == 20323 replace namelong = "HYDE, HENRY J." if congress == 108 & id == 14239 replace namelong = "DAVIS, DANNY K." if congress == 108 & id == 29717 replace namelong = "CRANE, PHILIP M." if congress == 108 & id == 12041 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 108 & id == 29911 replace namelong = "KIRK, MARK STEVEN" if congress == 108 & id == 20115 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 108 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 108 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 108 & id == 29912 replace namelong = "HASTERT, J. DENNIS" if congress == 108 & id == 15417 replace namelong = "JOHNSON, TIMOTHY V." if congress == 108 & id == 20116 replace namelong = "MANZULLO, DONALD A." if congress == 108 & id == 29349 replace namelong = "EVANS, LANE" if congress == 108 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 108 & id == 29517 replace namelong = "SHIMKUS, JOHN" if congress == 108 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 108 & id == 15124 replace namelong = "CHOCOLA, CHRIS" if congress == 108 & id == 20324 replace namelong = "SOUDER, MARK E." if congress == 108 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 108 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 108 & id == 15014 replace namelong = "PENCE, MIKE" if congress == 108 & id == 20117 replace namelong = "CARSON, JULIA" if congress == 108 & id == 29720 replace namelong = "HOSTETTLER, JOHN N." if congress == 108 & id == 29520 replace namelong = "HILL, BARON P." if congress == 108 & id == 29914 replace namelong = "NUSSLE, JIM" if congress == 108 & id == 29118 replace namelong = "LEACH, JAMES A." if congress == 108 & id == 14432 replace namelong = "BOSWELL, LEONARD L." if congress == 108 & id == 29721 replace namelong = "LATHAM, TOM" if congress == 108 & id == 29522 replace namelong = "KING, STEVE" if congress == 108 & id == 20325 replace namelong = "MORAN, JERRY" if congress == 108 & id == 29722 replace namelong = "RYUN, JIM" if congress == 108 & id == 29723 replace namelong = "MOORE, DENNIS" if congress == 108 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 108 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 108 & id == 29525 replace namelong = "LEWIS, RON" if congress == 108 & id == 29352 replace namelong = "NORTHUP, ANNE M." if congress == 108 & id == 29725 replace namelong = "LUCAS, KENNETH" if congress == 108 & id == 29916 replace namelong = "ROGERS, HAROLD" if congress == 108 & id == 14854 replace namelong = "FLETCHER, ERNIE" if congress == 108 & id == 29917 replace namelong = "CHANDLER, BEN" if congress == 108 & id == 20326 replace namelong = "VITTER, DAVID" if congress == 108 & id == 29918 replace namelong = "JEFFERSON, WILLIAM J." if congress == 108 & id == 29120 replace namelong = "TAUZIN, WILBERT J. (BILLY)" if congress == 108 & id == 94679 replace namelong = "MCCRERY, JIM" if congress == 108 & id == 15451 replace namelong = "ALEXANDER, RODNEY" if congress == 108 & id == 20327 replace namelong = "BAKER, RICHARD H." if congress == 108 & id == 15401 replace namelong = "JOHN, CHRISTOPHER" if congress == 108 & id == 29727 replace namelong = "ALLEN, THOMAS H." if congress == 108 & id == 29728 replace namelong = "MICHAUD, MICHAEL H." if congress == 108 & id == 20328 replace namelong = "GILCHREST, WAYNE T." if congress == 108 & id == 29122 replace namelong = "RUPPERSBERGER, C. A. DUTCH" if congress == 108 & id == 20329 replace namelong = "CARDIN, BENJAMIN L." if congress == 108 & id == 15408 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 108 & id == 29355 replace namelong = "HOYER, STENY H." if congress == 108 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 108 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 108 & id == 29587 replace namelong = "VAN HOLLEN, CHRIS" if congress == 108 & id == 20330 replace namelong = "OLVER, JOHN W." if congress == 108 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 108 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 108 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 108 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 108 & id == 29358 replace namelong = "TIERNEY, JOHN F." if congress == 108 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 108 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 108 & id == 29919 replace namelong = "LYNCH, STEPHEN F." if congress == 108 & id == 20119 replace namelong = "DELAHUNT, WILLIAM D." if congress == 108 & id == 29731 replace namelong = "STUPAK, BART" if congress == 108 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 108 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 108 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 108 & id == 29124 replace namelong = "KILDEE, DALE E." if congress == 108 & id == 14430 replace namelong = "UPTON, FRED" if congress == 108 & id == 15446 replace namelong = "SMITH, NICK" if congress == 108 & id == 29364 replace namelong = "ROGERS, MIKE" if congress == 108 & id == 20120 replace namelong = "KNOLLENBERG, JOE" if congress == 108 & id == 29365 replace namelong = "MILLER, CANDICE S." if congress == 108 & id == 20331 replace namelong = "MCCOTTER, THADDEUS G." if congress == 108 & id == 20332 replace namelong = "LEVIN, SANDER M." if congress == 108 & id == 15033 replace namelong = "KILPATRICK, CAROLYN C." if congress == 108 & id == 29733 replace namelong = "CONYERS, JOHN, JR." if congress == 108 & id == 10713 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 108 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 108 & id == 29532 replace namelong = "KLINE, JOHN" if congress == 108 & id == 20333 replace namelong = "RAMSTAD, JIM" if congress == 108 & id == 29126 replace namelong = "MCCOLLUM, BETTY" if congress == 108 & id == 20122 replace namelong = "SABO, MARTIN OLAV" if congress == 108 & id == 14656 replace namelong = "KENNEDY, MARK R." if congress == 108 & id == 20121 replace namelong = "PETERSON, COLLIN C." if congress == 108 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 108 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 108 & id == 29534 replace namelong = "THOMPSON, BENNIE G." if congress == 108 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 108 & id == 29734 replace namelong = "TAYLOR, GENE" if congress == 108 & id == 15637 replace namelong = "CLAY, WILLIAM (LACY)" if congress == 108 & id == 20147 replace namelong = "AKIN, W. TODD" if congress == 108 & id == 20123 replace namelong = "GEPHARDT, RICHARD A." if congress == 108 & id == 14421 replace namelong = "SKELTON, IKE" if congress == 108 & id == 14451 replace namelong = "MCCARTHY, KAREN" if congress == 108 & id == 29535 replace namelong = "GRAVES, SAM" if congress == 108 & id == 20124 replace namelong = "BLUNT, ROY" if congress == 108 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 108 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 108 & id == 29737 replace namelong = "REHBERG, DENNIS R." if congress == 108 & id == 20125 replace namelong = "BEREUTER, DOUGLAS K." if congress == 108 & id == 14605 replace namelong = "TERRY, LEE" if congress == 108 & id == 29921 replace namelong = "OSBORNE, TOM" if congress == 108 & id == 20126 replace namelong = "BERKLEY, SHELLEY" if congress == 108 & id == 29922 replace namelong = "GIBBONS, JIM" if congress == 108 & id == 29739 replace namelong = "PORTER, JON C." if congress == 108 & id == 20334 replace namelong = "BRADLEY, JEB" if congress == 108 & id == 20335 replace namelong = "BASS, CHARLES F." if congress == 108 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 108 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 108 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 108 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 108 & id == 14863 replace namelong = "GARRETT, SCOTT" if congress == 108 & id == 20336 replace namelong = "PALLONE, FRANK JR." if congress == 108 & id == 15454 replace namelong = "FERGUSON, MIKE" if congress == 108 & id == 20127 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 108 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 108 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 108 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 108 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 108 & id == 29923 replace namelong = "MENENDEZ, ROBERT" if congress == 108 & id == 29373 replace namelong = "WILSON, HEATHER" if congress == 108 & id == 29779 replace namelong = "PEARCE, STEVAN" if congress == 108 & id == 20337 replace namelong = "UDALL, TOM" if congress == 108 & id == 29924 replace namelong = "BISHOP, TIMOTHY H." if congress == 108 & id == 20338 replace namelong = "ISRAEL, STEVE" if congress == 108 & id == 20129 replace namelong = "KING, PETER T." if congress == 108 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 108 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 108 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 108 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 108 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 108 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 108 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 108 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 108 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 108 & id == 29378 replace namelong = "FOSSELLA, VITO" if congress == 108 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 108 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 108 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 108 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 108 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 108 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 108 & id == 29544 replace namelong = "SWEENEY, JOHN E." if congress == 108 & id == 29927 replace namelong = "MCNULTY, MICHAEL R." if congress == 108 & id == 15614 replace namelong = "HINCHEY, MAURICE D." if congress == 108 & id == 29380 replace namelong = "MCHUGH, JOHN M." if congress == 108 & id == 39316 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 108 & id == 15007 replace namelong = "WALSH, JAMES T." if congress == 108 & id == 15630 replace namelong = "REYNOLDS, THOMAS M." if congress == 108 & id == 29928 replace namelong = "QUINN, JACK" if congress == 108 & id == 29381 replace namelong = "SLAUGHTER, LOUISE MCINTOS" if congress == 108 & id == 15444 replace namelong = "HOUGHTON, AMORY JR (AMO)" if congress == 108 & id == 15423 replace namelong = "BALLANCE, FRANK W. JR" if congress == 108 & id == 20339 replace namelong = "BUTTERFIELD, G. K." if congress == 108 & id == 20340 replace namelong = "ETHERIDGE, BOB" if congress == 108 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 108 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 108 & id == 15438 replace namelong = "BURR, RICHARD M." if congress == 108 & id == 29548 replace namelong = "COBLE, HOWARD" if congress == 108 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 108 & id == 29746 replace namelong = "HAYES, ROBIN" if congress == 108 & id == 29929 replace namelong = "MYRICK, SUE WILKINS" if congress == 108 & id == 29549 replace namelong = "BALLENGER, CASS" if congress == 108 & id == 15402 replace namelong = "TAYLOR, CHARLES H." if congress == 108 & id == 29135 replace namelong = "WATT, MELVIN L." if congress == 108 & id == 29383 replace namelong = "MILLER, BRAD" if congress == 108 & id == 20341 replace namelong = "POMEROY, EARL" if congress == 108 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 108 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 108 & id == 29386 replace namelong = "TURNER, MICHAEL R." if congress == 108 & id == 20342 replace namelong = "OXLEY, MICHAEL G." if congress == 108 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 108 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 108 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 108 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 108 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 108 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 108 & id == 29748 replace namelong = "TUBBS-JONES, STEPHANIE" if congress == 108 & id == 29930 replace namelong = "TIBERI, PATRICK J." if congress == 108 & id == 20130 replace namelong = "BROWN, SHERROD" if congress == 108 & id == 29389 replace namelong = "LATOURETTE, STEVEN C." if congress == 108 & id == 29553 replace namelong = "PRYCE, DEBORAH" if congress == 108 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 108 & id == 14045 replace namelong = "RYAN, TIM" if congress == 108 & id == 20343 replace namelong = "NEY, ROBERT W." if congress == 108 & id == 29552 replace namelong = "SULLIVAN, JOHN" if congress == 108 & id == 20131 replace namelong = "CARSON, BRAD" if congress == 108 & id == 20132 replace namelong = "LUCAS, FRANK D." if congress == 108 & id == 29393 replace namelong = "COLE, TOM" if congress == 108 & id == 20344 replace namelong = "ISTOOK, ERNEST JIM, JR." if congress == 108 & id == 29392 replace namelong = "WU, DAVID" if congress == 108 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 108 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 108 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 108 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 108 & id == 29750 replace namelong = "BRADY, ROBERT A." if congress == 108 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 108 & id == 29559 replace namelong = "ENGLISH, PHIL" if congress == 108 & id == 29563 replace namelong = "HART, MELISSA A." if congress == 108 & id == 20133 replace namelong = "PETERSON, JOHN E." if congress == 108 & id == 29751 replace namelong = "GERLACH, JIM" if congress == 108 & id == 20345 replace namelong = "WELDON, CURT" if congress == 108 & id == 15447 replace namelong = "GREENWOOD, JAMES C." if congress == 108 & id == 29397 replace namelong = "SHUSTER, BILL" if congress == 108 & id == 20134 replace namelong = "SHERWOOD, DONALD" if congress == 108 & id == 29933 replace namelong = "KANJORSKI, PAUL E." if congress == 108 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 108 & id == 14072 replace namelong = "HOEFFEL, JOSEPH M." if congress == 108 & id == 29934 replace namelong = "DOYLE, MIKE F." if congress == 108 & id == 29561 replace namelong = "TOOMEY, PATRICK J." if congress == 108 & id == 29935 replace namelong = "PITTS, JOSEPH R." if congress == 108 & id == 29752 replace namelong = "HOLDEN, TIM" if congress == 108 & id == 29396 replace namelong = "MURPHY, TIM" if congress == 108 & id == 20346 replace namelong = "PLATTS, TODD RUSSELL" if congress == 108 & id == 20135 replace namelong = "KENNEDY, PATRICK J." if congress == 108 & id == 29564 replace namelong = "LANGEVIN, JAMES R." if congress == 108 & id == 20136 replace namelong = "BROWN, HENRY E. JR." if congress == 108 & id == 20137 replace namelong = "WILSON, JOE" if congress == 108 & id == 20138 replace namelong = "BARRETT, J. GRESHAM" if congress == 108 & id == 20347 replace namelong = "DEMINT, JIM" if congress == 108 & id == 29936 replace namelong = "SPRATT, JOHN M., JR." if congress == 108 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 108 & id == 39301 replace namelong = "JANKLOW, WILLIAM J." if congress == 108 & id == 20348 replace namelong = "HERSETH, STEPHANIE" if congress == 108 & id == 20349 replace namelong = "JENKINS, WILLIAM L." if congress == 108 & id == 29755 replace namelong = "DUNCAN, JOHN J., JR." if congress == 108 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 108 & id == 29567 replace namelong = "DAVIS, LINCOLN" if congress == 108 & id == 20350 replace namelong = "COOPER, JIM" if congress == 108 & id == 15019 replace namelong = "GORDON, BART J." if congress == 108 & id == 15100 replace namelong = "BLACKBURN, MARSHA" if congress == 108 & id == 20351 replace namelong = "TANNER, JOHN S." if congress == 108 & id == 15628 replace namelong = "FORD, HAROLD E., JR." if congress == 108 & id == 29756 replace namelong = "SANDLIN, MAX" if congress == 108 & id == 29757 replace namelong = "TURNER, JIM" if congress == 108 & id == 29758 replace namelong = "JOHNSON, SAM" if congress == 108 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 108 & id == 14828 replace namelong = "HALL, RALPH M." if congress == 108 & id == 94828 replace namelong = "HENSARLING, JEB" if congress == 108 & id == 20352 replace namelong = "BARTON, JOE L." if congress == 108 & id == 15085 replace namelong = "CULBERSON, JOHN ABNEY" if congress == 108 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 108 & id == 29760 replace namelong = "LAMPSON, NICK" if congress == 108 & id == 29761 replace namelong = "DOGGETT, LLOYD" if congress == 108 & id == 29571 replace namelong = "EDWARDS, CHET" if congress == 108 & id == 29144 replace namelong = "GRANGER, KAY" if congress == 108 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 108 & id == 29572 replace namelong = "PAUL, RON" if congress == 108 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 108 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 108 & id == 29764 replace namelong = "STENHOLM, CHARLES WALTER" if congress == 108 & id == 14664 replace namelong = "JACKSON-LEE, SHEILA" if congress == 108 & id == 29573 replace namelong = "COMBEST, LARRY E." if congress == 108 & id == 15093 replace namelong = "NEUGEBAUER, RANDY" if congress == 108 & id == 20353 replace namelong = "GONZALEZ, CHARLES A." if congress == 108 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 108 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 108 & id == 15094 replace namelong = "BONILLA, HENRY" if congress == 108 & id == 39302 replace namelong = "FROST, JONAS MARTIN III" if congress == 108 & id == 14626 replace namelong = "BELL, CHRIS" if congress == 108 & id == 20354 replace namelong = "BURGESS, MICHAEL C." if congress == 108 & id == 20355 replace namelong = "ORTIZ, SOLOMON P." if congress == 108 & id == 15049 replace namelong = "RODRIGUEZ, CIRO D." if congress == 108 & id == 29771 replace namelong = "GREEN, GENE" if congress == 108 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 108 & id == 39305 replace namelong = "CARTER, JOHN R." if congress == 108 & id == 20356 replace namelong = "SESSIONS, PETE" if congress == 108 & id == 29759 replace namelong = "BISHOP, ROB" if congress == 108 & id == 20357 replace namelong = "MATHESON, JIM" if congress == 108 & id == 20140 replace namelong = "CANNON, CHRISTOPHER" if congress == 108 & id == 29766 replace namelong = "SANDERS, BERNARD" if congress == 108 & id == 29147 replace namelong = "DAVIS, JO ANN" if congress == 108 & id == 20141 replace namelong = "SCHROCK, EDWARD L." if congress == 108 & id == 20142 replace namelong = "SCOTT, ROBERT C." if congress == 108 & id == 39307 replace namelong = "FORBES, RANDY" if congress == 108 & id == 20143 replace namelong = "GOODE, VIRGIL H., JR." if congress == 108 & id == 89767 replace namelong = "GOODLATTE, ROBERT W." if congress == 108 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 108 & id == 20144 replace namelong = "MORAN, JAMES P. JR." if congress == 108 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 108 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 108 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 108 & id == 29576 replace namelong = "INSLEE, JAY" if congress == 108 & id == 29937 replace namelong = "LARSEN, RICK" if congress == 108 & id == 20145 replace namelong = "BAIRD, BRIAN" if congress == 108 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 108 & id == 29580 replace namelong = "NETHERCUTT, GEORGE R., JR" if congress == 108 & id == 29581 replace namelong = "DICKS, NORMAN D." if congress == 108 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 108 & id == 15613 replace namelong = "DUNN, JENNIFER" if congress == 108 & id == 39312 replace namelong = "SMITH, ADAM" if congress == 108 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 108 & id == 15083 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 108 & id == 20146 replace namelong = "RAHALL, NICK JOE, II." if congress == 108 & id == 14448 replace namelong = "RYAN, PAUL" if congress == 108 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 108 & id == 29940 replace namelong = "KIND, RON" if congress == 108 & id == 29769 replace namelong = "KLECZKA, GERALD D." if congress == 108 & id == 15082 replace namelong = "SENSENBRENNER, FRANK JAMES" if congress == 108 & id == 14657 replace namelong = "PETRI, THOMAS E." if congress == 108 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 108 & id == 12036 replace namelong = "GREEN, MARK" if congress == 108 & id == 29941 replace namelong = "CUBIN, BARBARA" if congress == 108 & id == 29584 replace namelong = "BUSH, GEORGE W." if congress == 109 & id == 99910 replace namelong = "BONNER, JO" if congress == 109 & id == 20300 replace namelong = "EVERETT, TERRY" if congress == 109 & id == 29300 replace namelong = "ROGERS, MIKE" if congress == 109 & id == 20301 replace namelong = "ADERHOLT, ROBERT B." if congress == 109 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 109 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 109 & id == 29301 replace namelong = "DAVIS, ARTUR" if congress == 109 & id == 20302 replace namelong = "YOUNG, DONALD" if congress == 109 & id == 14066 replace namelong = "RENZI, RICK" if congress == 109 & id == 20303 replace namelong = "FRANKS, TRENT" if congress == 109 & id == 20304 replace namelong = "SHADEGG, JOHN B." if congress == 109 & id == 29501 replace namelong = "PASTOR, ED" if congress == 109 & id == 29101 replace namelong = "HAYWORTH, J.D." if congress == 109 & id == 29502 replace namelong = "FLAKE, JEFF" if congress == 109 & id == 20100 replace namelong = "GRIJALVA, RAUL M." if congress == 109 & id == 20305 replace namelong = "KOLBE, JIM" if congress == 109 & id == 15105 replace namelong = "BERRY, MARION" if congress == 109 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 109 & id == 29703 replace namelong = "BOOZMAN, JOHN" if congress == 109 & id == 20101 replace namelong = "ROSS, MIKE" if congress == 109 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 109 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 109 & id == 15420 replace namelong = "LUNGREN, DAN" if congress == 109 & id == 14647 replace namelong = "DOOLITTLE, JOHN T." if congress == 109 & id == 29104 replace namelong = "MATSUI, DORIS" if congress == 109 & id == 20538 replace namelong = "WOOLSEY, LYNN C." if congress == 109 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 109 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 109 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 109 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 109 & id == 29705 replace namelong = "POMBO, RICHARD W." if congress == 109 & id == 29311 replace namelong = "LANTOS, TOM" if congress == 109 & id == 14837 replace namelong = "STARK, FORTNEY (PETE)" if congress == 109 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 109 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 109 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 109 & id == 29504 replace namelong = "FARR, SAM" if congress == 109 & id == 29313 replace namelong = "CARDOZA, DENNIS A." if congress == 109 & id == 20306 replace namelong = "RADANOVICH, GEORGE P." if congress == 109 & id == 29505 replace namelong = "COSTA, JIM" if congress == 109 & id == 20501 replace namelong = "NUNES, DEVIN" if congress == 109 & id == 20307 replace namelong = "THOMAS, WILLIAM M." if congress == 109 & id == 14669 replace namelong = "CAPPS, LOIS" if congress == 109 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 109 & id == 15413 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 109 & id == 29315 replace namelong = "DREIER, DAVID" if congress == 109 & id == 14813 replace namelong = "SHERMAN, BRAD" if congress == 109 & id == 29707 replace namelong = "BERMAN, HOWARD L." if congress == 109 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 109 & id == 20104 replace namelong = "WAXMAN, HENRY A." if congress == 109 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 109 & id == 29316 replace namelong = "SOLIS, HILDA L." if congress == 109 & id == 20105 replace namelong = "WATSON, DIANE" if congress == 109 & id == 20106 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 109 & id == 29317 replace namelong = "WATERS, MAXINE" if congress == 109 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 109 & id == 29318 replace namelong = "MILLENDER-MCDONALD, JUANITA" if congress == 109 & id == 29586 replace namelong = "NAPOLITANO, GRACE F." if congress == 109 & id == 29903 replace namelong = "SANCHEZ, LINDA" if congress == 109 & id == 20310 replace namelong = "ROYCE, EDWARD R." if congress == 109 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 109 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 109 & id == 29905 replace namelong = "BACA, JOE" if congress == 109 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 109 & id == 29323 replace namelong = "BONO, MARY" if congress == 109 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 109 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 109 & id == 29709 replace namelong = "COX, CHRISTOPHER" if congress == 109 & id == 15601 replace namelong = "CAMPBELL, JOHN" if congress == 109 & id == 20539 replace namelong = "ISSA, DARRELL E." if congress == 109 & id == 20107 replace namelong = "CUNNINGHAM, RANDY "DUKE"" if congress == 109 & id == 29107 replace namelong = "BILBRAY, BRIAN" if congress == 109 & id == 29508 replace namelong = "FILNER, BOB" if congress == 109 & id == 29325 replace namelong = "HUNTER, DUNCAN L." if congress == 109 & id == 14835 replace namelong = "DAVIS, SUSAN A." if congress == 109 & id == 20108 replace namelong = "DEGETTE, DIANA" if congress == 109 & id == 29710 replace namelong = "UDALL, MARK" if congress == 109 & id == 29906 replace namelong = "SALAZAR, JOHN" if congress == 109 & id == 20502 replace namelong = "MUSGRAVE, MARILYN N." if congress == 109 & id == 20311 replace namelong = "HEFLEY, JOEL" if congress == 109 & id == 15419 replace namelong = "TANCREDO, THOMAS G." if congress == 109 & id == 29907 replace namelong = "BEAUPREZ, BOB" if congress == 109 & id == 20312 replace namelong = "LARSON, JOHN B." if congress == 109 & id == 29908 replace namelong = "SIMMONS, ROB" if congress == 109 & id == 20109 replace namelong = "DELAURO, ROSA L." if congress == 109 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 109 & id == 15449 replace namelong = "JOHNSON, NANCY L." if congress == 109 & id == 15028 replace namelong = "CASTLE, MICHAEL N." if congress == 109 & id == 29327 replace namelong = "MILLER, JEFF" if congress == 109 & id == 20110 replace namelong = "BOYD, ALLEN" if congress == 109 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 109 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 109 & id == 20111 replace namelong = "BROWN-WAITE, GINNY" if congress == 109 & id == 20313 replace namelong = "STEARNS, CLIFF" if congress == 109 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 109 & id == 29331 replace namelong = "KELLER, RIC" if congress == 109 & id == 20112 replace namelong = "BILIRAKIS, MICHAEL" if congress == 109 & id == 15006 replace namelong = "YOUNG, BILL C.W." if congress == 109 & id == 13047 replace namelong = "DAVIS, JIM" if congress == 109 & id == 29714 replace namelong = "PUTNAM, ADAM H." if congress == 109 & id == 20113 replace namelong = "HARRIS, KATHERINE" if congress == 109 & id == 20314 replace namelong = "MACK, CONNIE" if congress == 109 & id == 20503 replace namelong = "WELDON, DAVE" if congress == 109 & id == 29509 replace namelong = "FOLEY, MARK ADAM" if congress == 109 & id == 29510 replace namelong = "MEEK, KENDRICK B." if congress == 109 & id == 20358 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 109 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 109 & id == 29715 replace namelong = "WASSERMAN-SCHULTZ, DEBBIE" if congress == 109 & id == 20504 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 109 & id == 29336 replace namelong = "SHAW, E. CLAY JR." if congress == 109 & id == 14860 replace namelong = "HASTINGS, ALCEE L." if congress == 109 & id == 29337 replace namelong = "FEENEY, TOM" if congress == 109 & id == 20315 replace namelong = "DIAZ-BALART, M." if congress == 109 & id == 20316 replace namelong = "KINGSTON, JACK" if congress == 109 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 109 & id == 29339 replace namelong = "MARSHALL, JIM" if congress == 109 & id == 20317 replace namelong = "MCKINNEY, CYNTHIA A." if congress == 109 & id == 29344 replace namelong = "LEWIS, JOHN" if congress == 109 & id == 15431 replace namelong = "PRICE, TOM" if congress == 109 & id == 20505 replace namelong = "LINDER, JOHN" if congress == 109 & id == 29341 replace namelong = "WESTMORELAND, LYNN" if congress == 109 & id == 20506 replace namelong = "NORWOOD, CHARLIE" if congress == 109 & id == 29513 replace namelong = "DEAL, NATHAN" if congress == 109 & id == 99342 replace namelong = "GINGREY, PHIL" if congress == 109 & id == 20319 replace namelong = "BARROW, JOHN" if congress == 109 & id == 20507 replace namelong = "SCOTT, DAVID" if congress == 109 & id == 20321 replace namelong = "ABERCROMBIE, NEIL" if congress == 109 & id == 15245 replace namelong = "CASE, ED" if congress == 109 & id == 20322 replace namelong = "OTTER, C. L. (BUTCH)" if congress == 109 & id == 20114 replace namelong = "SIMPSON, MIKE K." if congress == 109 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 109 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 109 & id == 29585 replace namelong = "LIPINSKI, DANIEL" if congress == 109 & id == 20508 replace namelong = "GUTIERREZ, LUIS V." if congress == 109 & id == 29348 replace namelong = "EMANUEL, RAHM" if congress == 109 & id == 20323 replace namelong = "HYDE, HENRY J." if congress == 109 & id == 14239 replace namelong = "DAVIS, DANNY K." if congress == 109 & id == 29717 replace namelong = "BEAN, MELISSA" if congress == 109 & id == 20509 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 109 & id == 29911 replace namelong = "KIRK, MARK STEVEN" if congress == 109 & id == 20115 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 109 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 109 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 109 & id == 29912 replace namelong = "HASTERT, J. DENNIS" if congress == 109 & id == 15417 replace namelong = "JOHNSON, TIMOTHY V." if congress == 109 & id == 20116 replace namelong = "MANZULLO, DONALD A." if congress == 109 & id == 29349 replace namelong = "EVANS, LANE" if congress == 109 & id == 15023 replace namelong = "LAHOOD, RAY" if congress == 109 & id == 29517 replace namelong = "SHIMKUS, JOHN" if congress == 109 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 109 & id == 15124 replace namelong = "CHOCOLA, CHRIS" if congress == 109 & id == 20324 replace namelong = "SOUDER, MARK E." if congress == 109 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 109 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 109 & id == 15014 replace namelong = "PENCE, MIKE" if congress == 109 & id == 20117 replace namelong = "CARSON, JULIA" if congress == 109 & id == 29720 replace namelong = "HOSTETTLER, JOHN N." if congress == 109 & id == 29520 replace namelong = "SODREL, MIKE" if congress == 109 & id == 20510 replace namelong = "NUSSLE, JIM" if congress == 109 & id == 29118 replace namelong = "LEACH, JAMES A." if congress == 109 & id == 14432 replace namelong = "BOSWELL, LEONARD L." if congress == 109 & id == 29721 replace namelong = "LATHAM, TOM" if congress == 109 & id == 29522 replace namelong = "KING, STEVE" if congress == 109 & id == 20325 replace namelong = "MORAN, JERRY" if congress == 109 & id == 29722 replace namelong = "RYUN, JIM" if congress == 109 & id == 29723 replace namelong = "MOORE, DENNIS" if congress == 109 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 109 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 109 & id == 29525 replace namelong = "LEWIS, RON" if congress == 109 & id == 29352 replace namelong = "NORTHUP, ANNE M." if congress == 109 & id == 29725 replace namelong = "DAVIS, GEOFF" if congress == 109 & id == 20511 replace namelong = "ROGERS, HAROLD" if congress == 109 & id == 14854 replace namelong = "CHANDLER, BEN" if congress == 109 & id == 20326 replace namelong = "JINDAL, BOBBY" if congress == 109 & id == 20512 replace namelong = "JEFFERSON, WILLIAM J." if congress == 109 & id == 29120 replace namelong = "MELANCON, CHARLIE" if congress == 109 & id == 20513 replace namelong = "MCCRERY, JIM" if congress == 109 & id == 15451 replace namelong = "ALEXANDER, RODNEY" if congress == 109 & id == 90327 replace namelong = "BAKER, RICHARD H." if congress == 109 & id == 15401 replace namelong = "BOUSTANY, CHARLES JR." if congress == 109 & id == 20514 replace namelong = "ALLEN, THOMAS H." if congress == 109 & id == 29728 replace namelong = "MICHAUD, MICHAEL H." if congress == 109 & id == 20328 replace namelong = "GILCHREST, WAYNE T." if congress == 109 & id == 29122 replace namelong = "RUPPERSBERGER, C. A. DUTCH" if congress == 109 & id == 20329 replace namelong = "CARDIN, BENJAMIN L." if congress == 109 & id == 15408 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 109 & id == 29355 replace namelong = "HOYER, STENY H." if congress == 109 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 109 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 109 & id == 29587 replace namelong = "VAN HOLLEN, CHRIS" if congress == 109 & id == 20330 replace namelong = "OLVER, JOHN W." if congress == 109 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 109 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 109 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 109 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 109 & id == 29358 replace namelong = "TIERNEY, JOHN F." if congress == 109 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 109 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 109 & id == 29919 replace namelong = "LYNCH, STEPHEN F." if congress == 109 & id == 20119 replace namelong = "DELAHUNT, WILLIAM D." if congress == 109 & id == 29731 replace namelong = "STUPAK, BART" if congress == 109 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 109 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 109 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 109 & id == 29124 replace namelong = "KILDEE, DALE E." if congress == 109 & id == 14430 replace namelong = "UPTON, FRED" if congress == 109 & id == 15446 replace namelong = "SCHWARZ, JOE" if congress == 109 & id == 20515 replace namelong = "ROGERS, MIKE" if congress == 109 & id == 20120 replace namelong = "KNOLLENBERG, JOE" if congress == 109 & id == 29365 replace namelong = "MILLER, CANDICE S." if congress == 109 & id == 20331 replace namelong = "MCCOTTER, THADDEUS G." if congress == 109 & id == 20332 replace namelong = "LEVIN, SANDER M." if congress == 109 & id == 15033 replace namelong = "KILPATRICK, CAROLYN C." if congress == 109 & id == 29733 replace namelong = "CONYERS, JOHN, JR." if congress == 109 & id == 10713 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 109 & id == 2605 replace namelong = "GUTKNECHT, GIL" if congress == 109 & id == 29532 replace namelong = "KLINE, JOHN" if congress == 109 & id == 20333 replace namelong = "RAMSTAD, JIM" if congress == 109 & id == 29126 replace namelong = "MCCOLLUM, BETTY" if congress == 109 & id == 20122 replace namelong = "SABO, MARTIN OLAV" if congress == 109 & id == 14656 replace namelong = "KENNEDY, MARK R." if congress == 109 & id == 20121 replace namelong = "PETERSON, COLLIN C." if congress == 109 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 109 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 109 & id == 29534 replace namelong = "THOMPSON, BENNIE G." if congress == 109 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 109 & id == 29734 replace namelong = "TAYLOR, GENE" if congress == 109 & id == 15637 replace namelong = "CLAY, WILLIAM (LACY)" if congress == 109 & id == 20147 replace namelong = "AKIN, W. TODD" if congress == 109 & id == 20123 replace namelong = "CARNAHAN, RUSS" if congress == 109 & id == 20516 replace namelong = "SKELTON, IKE" if congress == 109 & id == 14451 replace namelong = "CLEAVER, EMANUEL II" if congress == 109 & id == 20517 replace namelong = "GRAVES, SAM" if congress == 109 & id == 20124 replace namelong = "BLUNT, ROY" if congress == 109 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 109 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 109 & id == 29737 replace namelong = "REHBERG, DENNIS R." if congress == 109 & id == 20125 replace namelong = "FORTENBERRY, JEFF" if congress == 109 & id == 20518 replace namelong = "TERRY, LEE" if congress == 109 & id == 29921 replace namelong = "OSBORNE, TOM" if congress == 109 & id == 20126 replace namelong = "BERKLEY, SHELLEY" if congress == 109 & id == 29922 replace namelong = "GIBBONS, JIM" if congress == 109 & id == 29739 replace namelong = "PORTER, JON C." if congress == 109 & id == 20334 replace namelong = "BRADLEY, JEB" if congress == 109 & id == 20335 replace namelong = "BASS, CHARLES F." if congress == 109 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 109 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 109 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 109 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 109 & id == 14863 replace namelong = "GARRETT, SCOTT" if congress == 109 & id == 20336 replace namelong = "PALLONE, FRANK JR." if congress == 109 & id == 15454 replace namelong = "FERGUSON, MIKE" if congress == 109 & id == 20127 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 109 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 109 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 109 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 109 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 109 & id == 29923 replace namelong = "MENENDEZ, ROBERT" if congress == 109 & id == 29373 replace namelong = "SIRES, ALBIO" if congress == 109 & id == 20542 replace namelong = "WILSON, HEATHER" if congress == 109 & id == 29779 replace namelong = "PEARCE, STEVAN" if congress == 109 & id == 20337 replace namelong = "UDALL, TOM" if congress == 109 & id == 29924 replace namelong = "BISHOP, TIMOTHY H." if congress == 109 & id == 20338 replace namelong = "ISRAEL, STEVE" if congress == 109 & id == 20129 replace namelong = "KING, PETER T." if congress == 109 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 109 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 109 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 109 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 109 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 109 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 109 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 109 & id == 15072 replace namelong = "OWENS, MAJOR ROBERT ODELL" if congress == 109 & id == 15050 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 109 & id == 29378 replace namelong = "FOSSELLA, VITO" if congress == 109 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 109 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 109 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 109 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 109 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 109 & id == 15612 replace namelong = "KELLY, SUE W." if congress == 109 & id == 29544 replace namelong = "SWEENEY, JOHN E." if congress == 109 & id == 29927 replace namelong = "MCNULTY, MICHAEL R." if congress == 109 & id == 15614 replace namelong = "HINCHEY, MAURICE D." if congress == 109 & id == 29380 replace namelong = "MCHUGH, JOHN M." if congress == 109 & id == 39316 replace namelong = "BOEHLERT, SHERWOOD L." if congress == 109 & id == 15007 replace namelong = "WALSH, JAMES T." if congress == 109 & id == 15630 replace namelong = "REYNOLDS, THOMAS M." if congress == 109 & id == 29928 replace namelong = "HIGGINS, BRIAN" if congress == 109 & id == 20519 replace namelong = "SLAUGHTER, LOUISE MCINTOS" if congress == 109 & id == 15444 replace namelong = "KUHL, JOHN R. JR." if congress == 109 & id == 20520 replace namelong = "BUTTERFIELD, G. K." if congress == 109 & id == 20340 replace namelong = "ETHERIDGE, BOB" if congress == 109 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 109 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 109 & id == 15438 replace namelong = "FOXX, VIRGINIA" if congress == 109 & id == 20521 replace namelong = "COBLE, HOWARD" if congress == 109 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 109 & id == 29746 replace namelong = "HAYES, ROBIN" if congress == 109 & id == 29929 replace namelong = "MYRICK, SUE WILKINS" if congress == 109 & id == 29549 replace namelong = "MCHENRY, PATRICK T." if congress == 109 & id == 20522 replace namelong = "TAYLOR, CHARLES H." if congress == 109 & id == 29135 replace namelong = "WATT, MELVIN L." if congress == 109 & id == 29383 replace namelong = "MILLER, BRAD" if congress == 109 & id == 20341 replace namelong = "POMEROY, EARL" if congress == 109 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 109 & id == 29550 replace namelong = "PORTMAN, ROB" if congress == 109 & id == 29386 replace namelong = "SCHMIDT, JEAN" if congress == 109 & id == 20540 replace namelong = "TURNER, MICHAEL R." if congress == 109 & id == 20342 replace namelong = "OXLEY, MICHAEL G." if congress == 109 & id == 14875 replace namelong = "GILLMOR, PAUL E." if congress == 109 & id == 15604 replace namelong = "STRICKLAND, TED" if congress == 109 & id == 29747 replace namelong = "HOBSON, DAVID L." if congress == 109 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 109 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 109 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 109 & id == 29748 replace namelong = "TUBBS-JONES, STEPHANIE" if congress == 109 & id == 29930 replace namelong = "TIBERI, PATRICK J." if congress == 109 & id == 20130 replace namelong = "BROWN, SHERROD" if congress == 109 & id == 29389 replace namelong = "LATOURETTE, STEVEN C." if congress == 109 & id == 29553 replace namelong = "PRYCE, DEBORAH" if congress == 109 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 109 & id == 14045 replace namelong = "RYAN, TIM" if congress == 109 & id == 20343 replace namelong = "NEY, ROBERT W." if congress == 109 & id == 29552 replace namelong = "SULLIVAN, JOHN" if congress == 109 & id == 20131 replace namelong = "BOREN, DAN" if congress == 109 & id == 20523 replace namelong = "LUCAS, FRANK D." if congress == 109 & id == 29393 replace namelong = "COLE, TOM" if congress == 109 & id == 20344 replace namelong = "ISTOOK, ERNEST JIM, JR." if congress == 109 & id == 29392 replace namelong = "WU, DAVID" if congress == 109 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 109 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 109 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 109 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 109 & id == 29750 replace namelong = "BRADY, ROBERT A." if congress == 109 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 109 & id == 29559 replace namelong = "ENGLISH, PHIL" if congress == 109 & id == 29563 replace namelong = "HART, MELISSA A." if congress == 109 & id == 20133 replace namelong = "PETERSON, JOHN E." if congress == 109 & id == 29751 replace namelong = "GERLACH, JIM" if congress == 109 & id == 20345 replace namelong = "WELDON, CURT" if congress == 109 & id == 15447 replace namelong = "FITZPATRICK, MICHAEL G." if congress == 109 & id == 20524 replace namelong = "SHUSTER, BILL" if congress == 109 & id == 20134 replace namelong = "SHERWOOD, DONALD" if congress == 109 & id == 29933 replace namelong = "KANJORSKI, PAUL E." if congress == 109 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 109 & id == 14072 replace namelong = "SCHWARTZ, ALLYSON Y." if congress == 109 & id == 20525 replace namelong = "DOYLE, MIKE F." if congress == 109 & id == 29561 replace namelong = "DENT, CHARLIE" if congress == 109 & id == 20526 replace namelong = "PITTS, JOSEPH R." if congress == 109 & id == 29752 replace namelong = "HOLDEN, TIM" if congress == 109 & id == 29396 replace namelong = "MURPHY, TIM" if congress == 109 & id == 20346 replace namelong = "PLATTS, TODD RUSSELL" if congress == 109 & id == 20135 replace namelong = "KENNEDY, PATRICK J." if congress == 109 & id == 29564 replace namelong = "LANGEVIN, JAMES R." if congress == 109 & id == 20136 replace namelong = "BROWN, HENRY E. JR." if congress == 109 & id == 20137 replace namelong = "WILSON, JOE" if congress == 109 & id == 20138 replace namelong = "BARRETT, J. GRESHAM" if congress == 109 & id == 20347 replace namelong = "INGLIS, BOB" if congress == 109 & id == 39300 replace namelong = "SPRATT, JOHN M., JR." if congress == 109 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 109 & id == 39301 replace namelong = "HERSETH, STEPHANIE" if congress == 109 & id == 20349 replace namelong = "JENKINS, WILLIAM L." if congress == 109 & id == 29755 replace namelong = "DUNCAN, JOHN J., JR." if congress == 109 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 109 & id == 29567 replace namelong = "DAVIS, LINCOLN" if congress == 109 & id == 20350 replace namelong = "COOPER, JIM" if congress == 109 & id == 15019 replace namelong = "GORDON, BART J." if congress == 109 & id == 15100 replace namelong = "BLACKBURN, MARSHA" if congress == 109 & id == 20351 replace namelong = "TANNER, JOHN S." if congress == 109 & id == 15628 replace namelong = "FORD, HAROLD E., JR." if congress == 109 & id == 29756 replace namelong = "GOHMERT, LOUIE" if congress == 109 & id == 20527 replace namelong = "POE, TED" if congress == 109 & id == 20528 replace namelong = "JOHNSON, SAM" if congress == 109 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 109 & id == 94828 replace namelong = "HENSARLING, JEB" if congress == 109 & id == 20352 replace namelong = "BARTON, JOE L." if congress == 109 & id == 15085 replace namelong = "CULBERSON, JOHN ABNEY" if congress == 109 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 109 & id == 29760 replace namelong = "GREEN, AL" if congress == 109 & id == 20529 replace namelong = "MCCAUL, MICHAEL" if congress == 109 & id == 20530 replace namelong = "CONAWAY, K. MICHAEL" if congress == 109 & id == 20531 replace namelong = "GRANGER, KAY" if congress == 109 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 109 & id == 29572 replace namelong = "PAUL, RON" if congress == 109 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 109 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 109 & id == 29764 replace namelong = "EDWARDS, CHET" if congress == 109 & id == 29144 replace namelong = "JACKSON-LEE, SHEILA" if congress == 109 & id == 29573 replace namelong = "NEUGEBAUER, RANDY" if congress == 109 & id == 20353 replace namelong = "GONZALEZ, CHARLES A." if congress == 109 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 109 & id == 15445 replace namelong = "DELAY, THOMAS D." if congress == 109 & id == 15094 replace namelong = "SEKULA-GIBBS, SHELLEY" if congress == 109 & id == 20541 replace namelong = "BONILLA, HENRY" if congress == 109 & id == 39302 replace namelong = "MARCHANT, KENNY" if congress == 109 & id == 20532 replace namelong = "DOGGETT, LLOYD" if congress == 109 & id == 29571 replace namelong = "BURGESS, MICHAEL C." if congress == 109 & id == 20355 replace namelong = "ORTIZ, SOLOMON P." if congress == 109 & id == 15049 replace namelong = "CUELLAR, HENRY" if congress == 109 & id == 20533 replace namelong = "GREEN, GENE" if congress == 109 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 109 & id == 39305 replace namelong = "CARTER, JOHN R." if congress == 109 & id == 20356 replace namelong = "SESSIONS, PETE" if congress == 109 & id == 29759 replace namelong = "BISHOP, ROB" if congress == 109 & id == 20357 replace namelong = "MATHESON, JIM" if congress == 109 & id == 20140 replace namelong = "CANNON, CHRISTOPHER" if congress == 109 & id == 29766 replace namelong = "SANDERS, BERNARD" if congress == 109 & id == 29147 replace namelong = "DAVIS, JO ANN" if congress == 109 & id == 20141 replace namelong = "DRAKE, THELMA" if congress == 109 & id == 20534 replace namelong = "SCOTT, ROBERT C." if congress == 109 & id == 39307 replace namelong = "FORBES, RANDY" if congress == 109 & id == 20143 replace namelong = "GOODE, VIRGIL H., JR." if congress == 109 & id == 89767 replace namelong = "GOODLATTE, ROBERT W." if congress == 109 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 109 & id == 20144 replace namelong = "MORAN, JAMES P. JR." if congress == 109 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 109 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 109 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 109 & id == 29576 replace namelong = "INSLEE, JAY" if congress == 109 & id == 29937 replace namelong = "LARSEN, RICK" if congress == 109 & id == 20145 replace namelong = "BAIRD, BRIAN" if congress == 109 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 109 & id == 29580 replace namelong = "MCMORRIS, CATHY" if congress == 109 & id == 20535 replace namelong = "DICKS, NORMAN D." if congress == 109 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 109 & id == 15613 replace namelong = "REICHERT, DAVE" if congress == 109 & id == 20536 replace namelong = "SMITH, ADAM" if congress == 109 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 109 & id == 15083 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 109 & id == 20146 replace namelong = "RAHALL, NICK JOE, II." if congress == 109 & id == 14448 replace namelong = "RYAN, PAUL" if congress == 109 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 109 & id == 29940 replace namelong = "KIND, RON" if congress == 109 & id == 29769 replace namelong = "MOORE, GWEN" if congress == 109 & id == 20537 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 109 & id == 14657 replace namelong = "PETRI, THOMAS E." if congress == 109 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 109 & id == 12036 replace namelong = "GREEN, MARK" if congress == 109 & id == 29941 replace namelong = "CUBIN, BARBARA" if congress == 109 & id == 29584 replace namelong = "BUSH, GEORGE W." if congress == 110 & id == 99910 replace namelong = "BONNER, JO" if congress == 110 & id == 20300 replace namelong = "EVERETT, TERRY" if congress == 110 & id == 29300 replace namelong = "ROGERS, MIKE" if congress == 110 & id == 20301 replace namelong = "ADERHOLT, ROBERT B." if congress == 110 & id == 29701 replace namelong = "CRAMER, ROBERT E. (BUD)" if congress == 110 & id == 29100 replace namelong = "BACHUS, SPENCER" if congress == 110 & id == 29301 replace namelong = "DAVIS, ARTUR" if congress == 110 & id == 20302 replace namelong = "YOUNG, DONALD" if congress == 110 & id == 14066 replace namelong = "RENZI, RICK" if congress == 110 & id == 20303 replace namelong = "FRANKS, TRENT" if congress == 110 & id == 20304 replace namelong = "SHADEGG, JOHN B." if congress == 110 & id == 29501 replace namelong = "PASTOR, ED" if congress == 110 & id == 29101 replace namelong = "MITCHELL, HARRY E." if congress == 110 & id == 20700 replace namelong = "FLAKE, JEFF" if congress == 110 & id == 20100 replace namelong = "GRIJALVA, RAUL M." if congress == 110 & id == 20305 replace namelong = "GIFFORDS, GABRIELLE" if congress == 110 & id == 20701 replace namelong = "BERRY, MARION" if congress == 110 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 110 & id == 29703 replace namelong = "BOOZMAN, JOHN" if congress == 110 & id == 20101 replace namelong = "ROSS, MIKE" if congress == 110 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 110 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 110 & id == 15420 replace namelong = "LUNGREN, DAN" if congress == 110 & id == 14647 replace namelong = "DOOLITTLE, JOHN T." if congress == 110 & id == 29104 replace namelong = "MATSUI, DORIS" if congress == 110 & id == 20538 replace namelong = "WOOLSEY, LYNN C." if congress == 110 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 110 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 110 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 110 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 110 & id == 29705 replace namelong = "MCNERNEY, JERRY" if congress == 110 & id == 20702 replace namelong = "LANTOS, TOM" if congress == 110 & id == 14837 replace namelong = "SPEIER, JACKIE" if congress == 110 & id == 20762 replace namelong = "STARK, FORTNEY (PETE)" if congress == 110 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 110 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 110 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 110 & id == 29504 replace namelong = "FARR, SAM" if congress == 110 & id == 29313 replace namelong = "CARDOZA, DENNIS A." if congress == 110 & id == 20306 replace namelong = "RADANOVICH, GEORGE P." if congress == 110 & id == 29505 replace namelong = "COSTA, JIM" if congress == 110 & id == 20501 replace namelong = "NUNES, DEVIN" if congress == 110 & id == 20307 replace namelong = "MCCARTHY, KEVIN" if congress == 110 & id == 20703 replace namelong = "CAPPS, LOIS" if congress == 110 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 110 & id == 15413 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 110 & id == 29315 replace namelong = "DREIER, DAVID" if congress == 110 & id == 14813 replace namelong = "SHERMAN, BRAD" if congress == 110 & id == 29707 replace namelong = "BERMAN, HOWARD L." if congress == 110 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 110 & id == 20104 replace namelong = "WAXMAN, HENRY A." if congress == 110 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 110 & id == 29316 replace namelong = "SOLIS, HILDA L." if congress == 110 & id == 20105 replace namelong = "WATSON, DIANE" if congress == 110 & id == 20106 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 110 & id == 29317 replace namelong = "WATERS, MAXINE" if congress == 110 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 110 & id == 29318 replace namelong = "MILLENDER-MCDONALD, JUANITA" if congress == 110 & id == 29586 replace namelong = "RICHARDSON, LAURA" if congress == 110 & id == 20752 replace namelong = "NAPOLITANO, GRACE F." if congress == 110 & id == 29903 replace namelong = "SANCHEZ, LINDA" if congress == 110 & id == 20310 replace namelong = "ROYCE, EDWARD R." if congress == 110 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 110 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 110 & id == 29905 replace namelong = "BACA, JOE" if congress == 110 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 110 & id == 29323 replace namelong = "BONO, MARY" if congress == 110 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 110 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 110 & id == 29709 replace namelong = "CAMPBELL, JOHN" if congress == 110 & id == 20539 replace namelong = "ISSA, DARRELL E." if congress == 110 & id == 20107 replace namelong = "BILBRAY, BRIAN" if congress == 110 & id == 29508 replace namelong = "FILNER, BOB" if congress == 110 & id == 29325 replace namelong = "HUNTER, DUNCAN L." if congress == 110 & id == 14835 replace namelong = "DAVIS, SUSAN A." if congress == 110 & id == 20108 replace namelong = "DEGETTE, DIANA" if congress == 110 & id == 29710 replace namelong = "UDALL, MARK" if congress == 110 & id == 29906 replace namelong = "SALAZAR, JOHN" if congress == 110 & id == 20502 replace namelong = "MUSGRAVE, MARILYN N." if congress == 110 & id == 20311 replace namelong = "LAMBORN, DOUG" if congress == 110 & id == 20704 replace namelong = "TANCREDO, THOMAS G." if congress == 110 & id == 29907 replace namelong = "PERLMUTTER, ED" if congress == 110 & id == 20705 replace namelong = "LARSON, JOHN B." if congress == 110 & id == 29908 replace namelong = "COURTNEY, JOE" if congress == 110 & id == 20706 replace namelong = "DELAURO, ROSA L." if congress == 110 & id == 29109 replace namelong = "SHAYS, CHRISTOPHER" if congress == 110 & id == 15449 replace namelong = "MURPHY, CHRISTOPHER S." if congress == 110 & id == 20707 replace namelong = "CASTLE, MICHAEL N." if congress == 110 & id == 29327 replace namelong = "MILLER, JEFF" if congress == 110 & id == 20110 replace namelong = "BOYD, ALLEN" if congress == 110 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 110 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 110 & id == 20111 replace namelong = "BROWN-WAITE, GINNY" if congress == 110 & id == 20313 replace namelong = "STEARNS, CLIFF" if congress == 110 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 110 & id == 29331 replace namelong = "KELLER, RIC" if congress == 110 & id == 20112 replace namelong = "BILIRAKIS, GUS" if congress == 110 & id == 20758 replace namelong = "YOUNG, BILL C.W." if congress == 110 & id == 13047 replace namelong = "CASTOR, KATHY" if congress == 110 & id == 20708 replace namelong = "PUTNAM, ADAM H." if congress == 110 & id == 20113 replace namelong = "BUCHANAN, VERN" if congress == 110 & id == 20709 replace namelong = "MACK, CONNIE" if congress == 110 & id == 20503 replace namelong = "WELDON, DAVE" if congress == 110 & id == 29509 replace namelong = "MAHONEY, TIM" if congress == 110 & id == 20710 replace namelong = "MEEK, KENDRICK B." if congress == 110 & id == 20358 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 110 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 110 & id == 29715 replace namelong = "WASSERMAN-SCHULTZ, DEBBIE" if congress == 110 & id == 20504 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 110 & id == 29336 replace namelong = "KLEIN, RON" if congress == 110 & id == 20711 replace namelong = "HASTINGS, ALCEE L." if congress == 110 & id == 29337 replace namelong = "FEENEY, TOM" if congress == 110 & id == 20315 replace namelong = "DIAZ-BALART, M." if congress == 110 & id == 20316 replace namelong = "KINGSTON, JACK" if congress == 110 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 110 & id == 29339 replace namelong = "WESTMORELAND, LYNN A." if congress == 110 & id == 20506 replace namelong = "JOHNSON, HENRY C. JR." if congress == 110 & id == 20712 replace namelong = "LEWIS, JOHN" if congress == 110 & id == 15431 replace namelong = "PRICE, TOM" if congress == 110 & id == 20505 replace namelong = "LINDER, JOHN" if congress == 110 & id == 29341 replace namelong = "MARSHALL, JIM" if congress == 110 & id == 20317 replace namelong = "DEAL, NATHAN" if congress == 110 & id == 99342 replace namelong = "NORWOOD, CHARLIE" if congress == 110 & id == 29513 replace namelong = "BROUN, PAUL C." if congress == 110 & id == 20753 replace namelong = "GINGREY, PHIL" if congress == 110 & id == 20319 replace namelong = "BARROW, JOHN" if congress == 110 & id == 20507 replace namelong = "SCOTT, DAVID" if congress == 110 & id == 20321 replace namelong = "ABERCROMBIE, NEIL" if congress == 110 & id == 15245 replace namelong = "HIRONO, MAZIE K." if congress == 110 & id == 20713 replace namelong = "SALI, BILL" if congress == 110 & id == 20714 replace namelong = "SIMPSON, MIKE K." if congress == 110 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 110 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 110 & id == 29585 replace namelong = "LIPINSKI, DANIEL" if congress == 110 & id == 20508 replace namelong = "GUTIERREZ, LUIS V." if congress == 110 & id == 29348 replace namelong = "EMANUEL, RAHM" if congress == 110 & id == 20323 replace namelong = "ROSKAM, PETER J." if congress == 110 & id == 20715 replace namelong = "DAVIS, DANNY K." if congress == 110 & id == 29717 replace namelong = "BEAN, MELISSA" if congress == 110 & id == 20509 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 110 & id == 29911 replace namelong = "KIRK, MARK STEVEN" if congress == 110 & id == 20115 replace namelong = "WELLER, GERALD C. "JERRY"" if congress == 110 & id == 29516 replace namelong = "COSTELLO, JERRY F." if congress == 110 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 110 & id == 29912 replace namelong = "HASTERT, J. DENNIS" if congress == 110 & id == 15417 replace namelong = "FOSTER, BILL" if congress == 110 & id == 20749 replace namelong = "JOHNSON, TIMOTHY V." if congress == 110 & id == 20116 replace namelong = "MANZULLO, DONALD A." if congress == 110 & id == 29349 replace namelong = "HARE, PHIL" if congress == 110 & id == 20716 replace namelong = "LAHOOD, RAY" if congress == 110 & id == 29517 replace namelong = "SHIMKUS, JOHN" if congress == 110 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 110 & id == 15124 replace namelong = "DONNELLY, JOE" if congress == 110 & id == 20717 replace namelong = "SOUDER, MARK E." if congress == 110 & id == 29519 replace namelong = "BUYER, STEVE" if congress == 110 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 110 & id == 15014 replace namelong = "PENCE, MIKE" if congress == 110 & id == 20117 replace namelong = "CARSON, JULIA" if congress == 110 & id == 29720 replace namelong = "CARSON, ANDRE" if congress == 110 & id == 20757 replace namelong = "ELLSWORTH, BRAD" if congress == 110 & id == 20718 replace namelong = "HILL, BARON P." if congress == 110 & id == 29914 replace namelong = "BRALEY, BRUCE L." if congress == 110 & id == 20719 replace namelong = "LOEBSACK, DAVID" if congress == 110 & id == 20720 replace namelong = "BOSWELL, LEONARD L." if congress == 110 & id == 29721 replace namelong = "LATHAM, TOM" if congress == 110 & id == 29522 replace namelong = "KING, STEVE" if congress == 110 & id == 20325 replace namelong = "MORAN, JERRY" if congress == 110 & id == 29722 replace namelong = "BOYDA, NANCY E." if congress == 110 & id == 20721 replace namelong = "MOORE, DENNIS" if congress == 110 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 110 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 110 & id == 29525 replace namelong = "LEWIS, RON" if congress == 110 & id == 29352 replace namelong = "YARMUTH, JOHN A." if congress == 110 & id == 20723 replace namelong = "DAVIS, GEOFF" if congress == 110 & id == 20511 replace namelong = "ROGERS, HAROLD" if congress == 110 & id == 14854 replace namelong = "CHANDLER, BEN" if congress == 110 & id == 20326 replace namelong = "JINDAL, BOBBY" if congress == 110 & id == 20512 replace namelong = "SCALISE, STEVE" if congress == 110 & id == 20759 replace namelong = "JEFFERSON, WILLIAM J." if congress == 110 & id == 29120 replace namelong = "MELANCON, CHARLIE" if congress == 110 & id == 20513 replace namelong = "MCCRERY, JIM" if congress == 110 & id == 15451 replace namelong = "ALEXANDER, RODNEY" if congress == 110 & id == 90327 replace namelong = "BAKER, RICHARD H." if congress == 110 & id == 15401 replace namelong = "CAZAYOUX, DON" if congress == 110 & id == 20760 replace namelong = "BOUSTANY, CHARLES JR." if congress == 110 & id == 20514 replace namelong = "ALLEN, THOMAS H." if congress == 110 & id == 29728 replace namelong = "MICHAUD, MICHAEL H." if congress == 110 & id == 20328 replace namelong = "GILCHREST, WAYNE T." if congress == 110 & id == 29122 replace namelong = "RUPPERSBERGER, C. A. DUTCH" if congress == 110 & id == 20329 replace namelong = "SARBANES, JOHN P." if congress == 110 & id == 20724 replace namelong = "WYNN, ALBERT RUSSELL" if congress == 110 & id == 29355 replace namelong = "EDWARDS, DONNA" if congress == 110 & id == 20763 replace namelong = "HOYER, STENY H." if congress == 110 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 110 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 110 & id == 29587 replace namelong = "VAN HOLLEN, CHRIS" if congress == 110 & id == 20330 replace namelong = "OLVER, JOHN W." if congress == 110 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 110 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 110 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 110 & id == 14824 replace namelong = "MEEHAN, MARTIN T." if congress == 110 & id == 29358 replace namelong = "TSONGAS, NIKI" if congress == 110 & id == 20754 replace namelong = "TIERNEY, JOHN F." if congress == 110 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 110 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 110 & id == 29919 replace namelong = "LYNCH, STEPHEN F." if congress == 110 & id == 20119 replace namelong = "DELAHUNT, WILLIAM D." if congress == 110 & id == 29731 replace namelong = "STUPAK, BART" if congress == 110 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 110 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 110 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 110 & id == 29124 replace namelong = "KILDEE, DALE E." if congress == 110 & id == 14430 replace namelong = "UPTON, FRED" if congress == 110 & id == 15446 replace namelong = "WALBERG, TIM" if congress == 110 & id == 20725 replace namelong = "ROGERS, MIKE" if congress == 110 & id == 20120 replace namelong = "KNOLLENBERG, JOE" if congress == 110 & id == 29365 replace namelong = "MILLER, CANDICE S." if congress == 110 & id == 20331 replace namelong = "MCCOTTER, THADDEUS G." if congress == 110 & id == 20332 replace namelong = "LEVIN, SANDER M." if congress == 110 & id == 15033 replace namelong = "KILPATRICK, CAROLYN C." if congress == 110 & id == 29733 replace namelong = "CONYERS, JOHN, JR." if congress == 110 & id == 10713 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 110 & id == 2605 replace namelong = "WALZ, TIMOTHY J." if congress == 110 & id == 20726 replace namelong = "KLINE, JOHN" if congress == 110 & id == 20333 replace namelong = "RAMSTAD, JIM" if congress == 110 & id == 29126 replace namelong = "MCCOLLUM, BETTY" if congress == 110 & id == 20122 replace namelong = "ELLISON, KEITH" if congress == 110 & id == 20727 replace namelong = "BACHMANN, MICHELE" if congress == 110 & id == 20728 replace namelong = "PETERSON, COLLIN C." if congress == 110 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 110 & id == 14265 replace namelong = "WICKER, ROGER F." if congress == 110 & id == 29534 replace namelong = "CHILDERS, TRAVIS" if congress == 110 & id == 20761 replace namelong = "THOMPSON, BENNIE G." if congress == 110 & id == 29368 replace namelong = "PICKERING, CHARLES W. (CHIP)" if congress == 110 & id == 29734 replace namelong = "TAYLOR, GENE" if congress == 110 & id == 15637 replace namelong = "CLAY, WILLIAM (LACY)" if congress == 110 & id == 20147 replace namelong = "AKIN, W. TODD" if congress == 110 & id == 20123 replace namelong = "CARNAHAN, RUSS" if congress == 110 & id == 20516 replace namelong = "SKELTON, IKE" if congress == 110 & id == 14451 replace namelong = "CLEAVER, EMANUEL II" if congress == 110 & id == 20517 replace namelong = "GRAVES, SAM" if congress == 110 & id == 20124 replace namelong = "BLUNT, ROY" if congress == 110 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 110 & id == 29736 replace namelong = "HULSHOF, KENNY C." if congress == 110 & id == 29737 replace namelong = "REHBERG, DENNIS R." if congress == 110 & id == 20125 replace namelong = "FORTENBERRY, JEFF" if congress == 110 & id == 20518 replace namelong = "TERRY, LEE" if congress == 110 & id == 29921 replace namelong = "SMITH, ADRIAN" if congress == 110 & id == 20729 replace namelong = "BERKLEY, SHELLEY" if congress == 110 & id == 29922 replace namelong = "HELLER, DEAN" if congress == 110 & id == 20730 replace namelong = "PORTER, JON C." if congress == 110 & id == 20334 replace namelong = "SHEA-PORTER, CAROL" if congress == 110 & id == 20731 replace namelong = "HODES, PAUL W." if congress == 110 & id == 20732 replace namelong = "ANDREWS, ROBERT E." if congress == 110 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 110 & id == 29539 replace namelong = "SAXTON, H. JAMES" if congress == 110 & id == 15112 replace namelong = "SMITH, CHRISTOPHER H." if congress == 110 & id == 14863 replace namelong = "GARRETT, SCOTT" if congress == 110 & id == 20336 replace namelong = "PALLONE, FRANK JR." if congress == 110 & id == 15454 replace namelong = "FERGUSON, MIKE" if congress == 110 & id == 20127 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 110 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 110 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 110 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 110 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 110 & id == 29923 replace namelong = "SIRES, ALBIO" if congress == 110 & id == 20542 replace namelong = "WILSON, HEATHER" if congress == 110 & id == 29779 replace namelong = "PEARCE, STEVAN" if congress == 110 & id == 20337 replace namelong = "UDALL, TOM" if congress == 110 & id == 29924 replace namelong = "BISHOP, TIMOTHY H." if congress == 110 & id == 20338 replace namelong = "ISRAEL, STEVE" if congress == 110 & id == 20129 replace namelong = "KING, PETER T." if congress == 110 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 110 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 110 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 110 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 110 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 110 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 110 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 110 & id == 15072 replace namelong = "CLARKE, YVETTE D." if congress == 110 & id == 20733 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 110 & id == 29378 replace namelong = "FOSSELLA, VITO" if congress == 110 & id == 29773 replace namelong = "MALONEY, CAROLYN B." if congress == 110 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 110 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 110 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 110 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 110 & id == 15612 replace namelong = "HALL, JOHN J." if congress == 110 & id == 20734 replace namelong = "GILLIBRAND, KIRSTEN E." if congress == 110 & id == 20735 replace namelong = "MCNULTY, MICHAEL R." if congress == 110 & id == 15614 replace namelong = "HINCHEY, MAURICE D." if congress == 110 & id == 29380 replace namelong = "MCHUGH, JOHN M." if congress == 110 & id == 39316 replace namelong = "ARCURI, MICHAEL A." if congress == 110 & id == 20736 replace namelong = "WALSH, JAMES T." if congress == 110 & id == 15630 replace namelong = "REYNOLDS, THOMAS M." if congress == 110 & id == 29928 replace namelong = "HIGGINS, BRIAN" if congress == 110 & id == 20519 replace namelong = "SLAUGHTER, LOUISE MCINTOSH" if congress == 110 & id == 15444 replace namelong = "KUHL, JOHN R. JR." if congress == 110 & id == 20520 replace namelong = "BUTTERFIELD, G. K." if congress == 110 & id == 20340 replace namelong = "ETHERIDGE, BOB" if congress == 110 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 110 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 110 & id == 15438 replace namelong = "FOXX, VIRGINIA" if congress == 110 & id == 20521 replace namelong = "COBLE, HOWARD" if congress == 110 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 110 & id == 29746 replace namelong = "HAYES, ROBIN" if congress == 110 & id == 29929 replace namelong = "MYRICK, SUE WILKINS" if congress == 110 & id == 29549 replace namelong = "MCHENRY, PATRICK T." if congress == 110 & id == 20522 replace namelong = "SHULER, HEATH" if congress == 110 & id == 20737 replace namelong = "WATT, MELVIN L." if congress == 110 & id == 29383 replace namelong = "MILLER, BRAD" if congress == 110 & id == 20341 replace namelong = "POMEROY, EARL" if congress == 110 & id == 29384 replace namelong = "CHABOT, STEVE" if congress == 110 & id == 29550 replace namelong = "SCHMIDT, JEAN" if congress == 110 & id == 20540 replace namelong = "TURNER, MICHAEL R." if congress == 110 & id == 20342 replace namelong = "JORDAN, JIM" if congress == 110 & id == 20738 replace namelong = "GILLMOR, PAUL E." if congress == 110 & id == 15604 replace namelong = "LATTA, ROBERT E." if congress == 110 & id == 20755 replace namelong = "WILSON, CHARLES A." if congress == 110 & id == 20739 replace namelong = "HOBSON, DAVID L." if congress == 110 & id == 29136 replace namelong = "BOEHNER, JOHN A." if congress == 110 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 110 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 110 & id == 29748 replace namelong = "TUBBS-JONES, STEPHANIE" if congress == 110 & id == 29930 replace namelong = "TIBERI, PATRICK J." if congress == 110 & id == 20130 replace namelong = "SUTTON, BETTY" if congress == 110 & id == 20740 replace namelong = "LATOURETTE, STEVEN C." if congress == 110 & id == 29553 replace namelong = "PRYCE, DEBORAH" if congress == 110 & id == 29390 replace namelong = "REGULA, RALPH" if congress == 110 & id == 14045 replace namelong = "RYAN, TIM" if congress == 110 & id == 20343 replace namelong = "SPACE, ZACHARY T." if congress == 110 & id == 20741 replace namelong = "SULLIVAN, JOHN" if congress == 110 & id == 20131 replace namelong = "BOREN, DAN" if congress == 110 & id == 20523 replace namelong = "LUCAS, FRANK D." if congress == 110 & id == 29393 replace namelong = "COLE, TOM" if congress == 110 & id == 20344 replace namelong = "FALLIN, MARY" if congress == 110 & id == 20742 replace namelong = "WU, DAVID" if congress == 110 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 110 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 110 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 110 & id == 15410 replace namelong = "HOOLEY, DARLENE" if congress == 110 & id == 29750 replace namelong = "BRADY, ROBERT A." if congress == 110 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 110 & id == 29559 replace namelong = "ENGLISH, PHIL" if congress == 110 & id == 29563 replace namelong = "ALTMIRE, JASON" if congress == 110 & id == 20743 replace namelong = "PETERSON, JOHN E." if congress == 110 & id == 29751 replace namelong = "GERLACH, JIM" if congress == 110 & id == 20345 replace namelong = "SESTAK, JOE" if congress == 110 & id == 20744 replace namelong = "MURPHY, PATRICK J." if congress == 110 & id == 20745 replace namelong = "SHUSTER, BILL" if congress == 110 & id == 20134 replace namelong = "CARNEY, CHRISTOPHER P." if congress == 110 & id == 20746 replace namelong = "KANJORSKI, PAUL E." if congress == 110 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 110 & id == 14072 replace namelong = "SCHWARTZ, ALLYSON Y." if congress == 110 & id == 20525 replace namelong = "DOYLE, MIKE F." if congress == 110 & id == 29561 replace namelong = "DENT, CHARLIE" if congress == 110 & id == 20526 replace namelong = "PITTS, JOSEPH R." if congress == 110 & id == 29752 replace namelong = "HOLDEN, TIM" if congress == 110 & id == 29396 replace namelong = "MURPHY, TIM" if congress == 110 & id == 20346 replace namelong = "PLATTS, TODD RUSSELL" if congress == 110 & id == 20135 replace namelong = "KENNEDY, PATRICK J." if congress == 110 & id == 29564 replace namelong = "LANGEVIN, JAMES R." if congress == 110 & id == 20136 replace namelong = "BROWN, HENRY E. JR." if congress == 110 & id == 20137 replace namelong = "WILSON, JOE" if congress == 110 & id == 20138 replace namelong = "BARRETT, J. GRESHAM" if congress == 110 & id == 20347 replace namelong = "INGLIS, BOB" if congress == 110 & id == 39300 replace namelong = "SPRATT, JOHN M., JR." if congress == 110 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 110 & id == 39301 replace namelong = "HERSETH, STEPHANIE" if congress == 110 & id == 20349 replace namelong = "DAVIS, DAVID" if congress == 110 & id == 20747 replace namelong = "DUNCAN, JOHN J., JR." if congress == 110 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 110 & id == 29567 replace namelong = "DAVIS, LINCOLN" if congress == 110 & id == 20350 replace namelong = "COOPER, JIM" if congress == 110 & id == 15019 replace namelong = "GORDON, BART J." if congress == 110 & id == 15100 replace namelong = "BLACKBURN, MARSHA" if congress == 110 & id == 20351 replace namelong = "TANNER, JOHN S." if congress == 110 & id == 15628 replace namelong = "COHEN, STEVE" if congress == 110 & id == 20748 replace namelong = "GOHMERT, LOUIE" if congress == 110 & id == 20527 replace namelong = "POE, TED" if congress == 110 & id == 20528 replace namelong = "JOHNSON, SAM" if congress == 110 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 110 & id == 94828 replace namelong = "HENSARLING, JEB" if congress == 110 & id == 20352 replace namelong = "BARTON, JOE L." if congress == 110 & id == 15085 replace namelong = "CULBERSON, JOHN ABNEY" if congress == 110 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 110 & id == 29760 replace namelong = "GREEN, AL" if congress == 110 & id == 20529 replace namelong = "MCCAUL, MICHAEL" if congress == 110 & id == 20530 replace namelong = "CONAWAY, K. MICHAEL" if congress == 110 & id == 20531 replace namelong = "GRANGER, KAY" if congress == 110 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 110 & id == 29572 replace namelong = "PAUL, RON" if congress == 110 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 110 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 110 & id == 29764 replace namelong = "EDWARDS, CHET" if congress == 110 & id == 29144 replace namelong = "JACKSON-LEE, SHEILA" if congress == 110 & id == 29573 replace namelong = "NEUGEBAUER, RANDY" if congress == 110 & id == 20353 replace namelong = "GONZALEZ, CHARLES A." if congress == 110 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 110 & id == 15445 replace namelong = "LAMPSON, NICK" if congress == 110 & id == 29761 replace namelong = "RODRIGUEZ, CIRO D." if congress == 110 & id == 29771 replace namelong = "MARCHANT, KENNY" if congress == 110 & id == 20532 replace namelong = "DOGGETT, LLOYD" if congress == 110 & id == 29571 replace namelong = "BURGESS, MICHAEL C." if congress == 110 & id == 20355 replace namelong = "ORTIZ, SOLOMON P." if congress == 110 & id == 15049 replace namelong = "CUELLAR, HENRY" if congress == 110 & id == 20533 replace namelong = "GREEN, GENE" if congress == 110 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 110 & id == 39305 replace namelong = "CARTER, JOHN R." if congress == 110 & id == 20356 replace namelong = "SESSIONS, PETE" if congress == 110 & id == 29759 replace namelong = "BISHOP, ROB" if congress == 110 & id == 20357 replace namelong = "MATHESON, JIM" if congress == 110 & id == 20140 replace namelong = "CANNON, CHRISTOPHER" if congress == 110 & id == 29766 replace namelong = "WELCH, PETER" if congress == 110 & id == 20750 replace namelong = "DAVIS, JO ANN" if congress == 110 & id == 20141 replace namelong = "WITTMAN, ROBERT J." if congress == 110 & id == 20756 replace namelong = "DRAKE, THELMA" if congress == 110 & id == 20534 replace namelong = "SCOTT, ROBERT C." if congress == 110 & id == 39307 replace namelong = "FORBES, RANDY" if congress == 110 & id == 20143 replace namelong = "GOODE, VIRGIL H., JR." if congress == 110 & id == 89767 replace namelong = "GOODLATTE, ROBERT W." if congress == 110 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 110 & id == 20144 replace namelong = "MORAN, JAMES P. JR." if congress == 110 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 110 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 110 & id == 14869 replace namelong = "DAVIS, THOMAS M." if congress == 110 & id == 29576 replace namelong = "INSLEE, JAY" if congress == 110 & id == 29937 replace namelong = "LARSEN, RICK" if congress == 110 & id == 20145 replace namelong = "BAIRD, BRIAN" if congress == 110 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 110 & id == 29580 replace namelong = "MCMORRIS, CATHY" if congress == 110 & id == 20535 replace namelong = "DICKS, NORMAN D." if congress == 110 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 110 & id == 15613 replace namelong = "REICHERT, DAVE" if congress == 110 & id == 20536 replace namelong = "SMITH, ADAM" if congress == 110 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 110 & id == 15083 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 110 & id == 20146 replace namelong = "RAHALL, NICK JOE, II." if congress == 110 & id == 14448 replace namelong = "RYAN, PAUL" if congress == 110 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 110 & id == 29940 replace namelong = "KIND, RON" if congress == 110 & id == 29769 replace namelong = "MOORE, GWEN" if congress == 110 & id == 20537 replace namelong = "SENSENBRENNER, FRANK JAME" if congress == 110 & id == 14657 replace namelong = "PETRI, THOMAS E." if congress == 110 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 110 & id == 12036 replace namelong = "KAGEN, STEVE" if congress == 110 & id == 20751 replace namelong = "CUBIN, BARBARA" if congress == 110 & id == 29584 replace namelong = "OBAMA, BARACK H." if congress == 111 & id == 99911 replace namelong = "BONNER, JO" if congress == 111 & id == 20300 replace namelong = "BRIGHT, BOBBY" if congress == 111 & id == 20900 replace namelong = "ROGERS, MIKE D." if congress == 111 & id == 20301 replace namelong = "ADERHOLT, ROBERT B." if congress == 111 & id == 29701 replace namelong = "GRIFFITH, PARKER" if congress == 111 & id == 20901 replace namelong = "GRIFFITH, PARKER" if congress == 111 & id == 90901 replace namelong = "BACHUS, SPENCER" if congress == 111 & id == 29301 replace namelong = "DAVIS, ARTUR" if congress == 111 & id == 20302 replace namelong = "YOUNG, DONALD" if congress == 111 & id == 14066 replace namelong = "KIRKPATRICK, ANN" if congress == 111 & id == 20902 replace namelong = "FRANKS, TRENT" if congress == 111 & id == 20304 replace namelong = "SHADEGG, JOHN B." if congress == 111 & id == 29501 replace namelong = "PASTOR, ED" if congress == 111 & id == 29101 replace namelong = "MITCHELL, HARRY E." if congress == 111 & id == 20700 replace namelong = "FLAKE, JEFF" if congress == 111 & id == 20100 replace namelong = "GRIJALVA, RAUL M." if congress == 111 & id == 20305 replace namelong = "GIFFORDS, GABRIELLE" if congress == 111 & id == 20701 replace namelong = "BERRY, MARION" if congress == 111 & id == 29702 replace namelong = "SNYDER, VIC" if congress == 111 & id == 29703 replace namelong = "BOOZMAN, JOHN" if congress == 111 & id == 20101 replace namelong = "ROSS, MIKE" if congress == 111 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 111 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 111 & id == 15420 replace namelong = "LUNGREN, DAN" if congress == 111 & id == 14647 replace namelong = "MCCLINTOCK, TOM" if congress == 111 & id == 20903 replace namelong = "MATSUI, DORIS" if congress == 111 & id == 20538 replace namelong = "WOOLSEY, LYNN C." if congress == 111 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 111 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 111 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 111 & id == 29778 replace namelong = "TAUSCHER, ELLEN O." if congress == 111 & id == 29705 replace namelong = "GARAMENDI, JOHN" if congress == 111 & id == 20958 replace namelong = "MCNERNEY, JERRY" if congress == 111 & id == 20702 replace namelong = "SPEIER, JACKIE" if congress == 111 & id == 20762 replace namelong = "STARK, FORTNEY (PETE)" if congress == 111 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 111 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 111 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 111 & id == 29504 replace namelong = "FARR, SAM" if congress == 111 & id == 29313 replace namelong = "CARDOZA, DENNIS A." if congress == 111 & id == 20306 replace namelong = "RADANOVICH, GEORGE P." if congress == 111 & id == 29505 replace namelong = "COSTA, JIM" if congress == 111 & id == 20501 replace namelong = "NUNES, DEVIN" if congress == 111 & id == 20307 replace namelong = "MCCARTHY, KEVIN" if congress == 111 & id == 20703 replace namelong = "CAPPS, LOIS" if congress == 111 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 111 & id == 15413 replace namelong = "MCKEON, HOWARD P. "BUCK"" if congress == 111 & id == 29315 replace namelong = "DREIER, DAVID" if congress == 111 & id == 14813 replace namelong = "SHERMAN, BRAD" if congress == 111 & id == 29707 replace namelong = "BERMAN, HOWARD L." if congress == 111 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 111 & id == 20104 replace namelong = "WAXMAN, HENRY A." if congress == 111 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 111 & id == 29316 replace namelong = "SOLIS, HILDA L." if congress == 111 & id == 20105 replace namelong = "CHU, JUDY" if congress == 111 & id == 20955 replace namelong = "WATSON, DIANE" if congress == 111 & id == 20106 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 111 & id == 29317 replace namelong = "WATERS, MAXINE" if congress == 111 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 111 & id == 29318 replace namelong = "RICHARDSON, LAURA" if congress == 111 & id == 20752 replace namelong = "NAPOLITANO, GRACE F." if congress == 111 & id == 29903 replace namelong = "SANCHEZ, LINDA T." if congress == 111 & id == 20310 replace namelong = "ROYCE, EDWARD R." if congress == 111 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 111 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 111 & id == 29905 replace namelong = "BACA, JOE" if congress == 111 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 111 & id == 29323 replace namelong = "BONO MACK, MARY" if congress == 111 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 111 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 111 & id == 29709 replace namelong = "CAMPBELL, JOHN" if congress == 111 & id == 20539 replace namelong = "ISSA, DARRELL E." if congress == 111 & id == 20107 replace namelong = "BILBRAY, BRIAN P." if congress == 111 & id == 29508 replace namelong = "FILNER, BOB" if congress == 111 & id == 29325 replace namelong = "HUNTER, DUNCAN L. JR." if congress == 111 & id == 20963 replace namelong = "DAVIS, SUSAN A." if congress == 111 & id == 20108 replace namelong = "DEGETTE, DIANA" if congress == 111 & id == 29710 replace namelong = "POLIS, JARED" if congress == 111 & id == 20904 replace namelong = "SALAZAR, JOHN" if congress == 111 & id == 20502 replace namelong = "MARKEY, BETSY" if congress == 111 & id == 20905 replace namelong = "LAMBORN, DOUG" if congress == 111 & id == 20704 replace namelong = "COFFMAN, MIKE" if congress == 111 & id == 20906 replace namelong = "PERLMUTTER, ED" if congress == 111 & id == 20705 replace namelong = "LARSON, JOHN B." if congress == 111 & id == 29908 replace namelong = "COURTNEY, JOE" if congress == 111 & id == 20706 replace namelong = "DELAURO, ROSA L." if congress == 111 & id == 29109 replace namelong = "HIMES, JIM" if congress == 111 & id == 20907 replace namelong = "MURPHY, CHRISTOPHER S." if congress == 111 & id == 20707 replace namelong = "CASTLE, MICHAEL N." if congress == 111 & id == 29327 replace namelong = "MILLER, JEFF" if congress == 111 & id == 20110 replace namelong = "BOYD, ALLEN" if congress == 111 & id == 29713 replace namelong = "BROWN, CORRINE" if congress == 111 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 111 & id == 20111 replace namelong = "BROWN-WAITE, GINNY" if congress == 111 & id == 20313 replace namelong = "STEARNS, CLIFF" if congress == 111 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 111 & id == 29331 replace namelong = "GRAYSON, ALAN" if congress == 111 & id == 20908 replace namelong = "BILIRAKIS, GUS" if congress == 111 & id == 20758 replace namelong = "YOUNG, BILL C. W." if congress == 111 & id == 13047 replace namelong = "CASTOR, KATHY" if congress == 111 & id == 20708 replace namelong = "PUTNAM, ADAM H." if congress == 111 & id == 20113 replace namelong = "BUCHANAN, VERN" if congress == 111 & id == 20709 replace namelong = "MACK, CONNIE" if congress == 111 & id == 20503 replace namelong = "POSEY, BILL" if congress == 111 & id == 20909 replace namelong = "ROONEY, TOM" if congress == 111 & id == 20910 replace namelong = "MEEK, KENDRICK B." if congress == 111 & id == 20358 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 111 & id == 15634 replace namelong = "WEXLER, ROBERT" if congress == 111 & id == 29715 replace namelong = "DEUTCH, TED" if congress == 111 & id == 20959 replace namelong = "WASSERMAN-SCHULTZ, DEBBIE" if congress == 111 & id == 20504 replace namelong = "DIAZ-BALART, LINCOLN" if congress == 111 & id == 29336 replace namelong = "KLEIN, RON" if congress == 111 & id == 20711 replace namelong = "HASTINGS, ALCEE L." if congress == 111 & id == 29337 replace namelong = "KOSMAS, SUZANNE M." if congress == 111 & id == 20911 replace namelong = "DIAZ-BALART, MARIO" if congress == 111 & id == 20316 replace namelong = "KINGSTON, JACK" if congress == 111 & id == 29338 replace namelong = "BISHOP, SANFORD D. JR." if congress == 111 & id == 29339 replace namelong = "WESTMORELAND, LYNN A." if congress == 111 & id == 20506 replace namelong = "JOHNSON, HENRY C. JR." if congress == 111 & id == 20712 replace namelong = "LEWIS, JOHN" if congress == 111 & id == 15431 replace namelong = "PRICE, TOM" if congress == 111 & id == 20505 replace namelong = "LINDER, JOHN" if congress == 111 & id == 29341 replace namelong = "MARSHALL, JIM" if congress == 111 & id == 20317 replace namelong = "DEAL, NATHAN" if congress == 111 & id == 99342 replace namelong = "GRAVES, TOM" if congress == 111 & id == 20962 replace namelong = "BROUN, PAUL C." if congress == 111 & id == 20753 replace namelong = "GINGREY, PHIL" if congress == 111 & id == 20319 replace namelong = "BARROW, JOHN" if congress == 111 & id == 20507 replace namelong = "SCOTT, DAVID" if congress == 111 & id == 20321 replace namelong = "ABERCROMBIE, NEIL" if congress == 111 & id == 15245 replace namelong = "DJOU, CHARLES" if congress == 111 & id == 20961 replace namelong = "HIRONO, MAZIE K." if congress == 111 & id == 20713 replace namelong = "MINNICK, WALT" if congress == 111 & id == 20912 replace namelong = "SIMPSON, MIKE K." if congress == 111 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 111 & id == 29346 replace namelong = "JACKSON, JESSE L. JR." if congress == 111 & id == 29585 replace namelong = "LIPINSKI, DANIEL" if congress == 111 & id == 20508 replace namelong = "GUTIERREZ, LUIS V." if congress == 111 & id == 29348 replace namelong = "QUIGLEY, MIKE" if congress == 111 & id == 20954 replace namelong = "ROSKAM, PETER J." if congress == 111 & id == 20715 replace namelong = "DAVIS, DANNY K." if congress == 111 & id == 29717 replace namelong = "BEAN, MELISSA" if congress == 111 & id == 20509 replace namelong = "SCHAKOWSKY, JANICE D." if congress == 111 & id == 29911 replace namelong = "KIRK, MARK STEVEN" if congress == 111 & id == 20115 replace namelong = "HALVORSON, DEBBIE" if congress == 111 & id == 20913 replace namelong = "COSTELLO, JERRY F." if congress == 111 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 111 & id == 29912 replace namelong = "FOSTER, BILL" if congress == 111 & id == 20749 replace namelong = "JOHNSON, TIMOTHY V." if congress == 111 & id == 20116 replace namelong = "MANZULLO, DONALD A." if congress == 111 & id == 29349 replace namelong = "HARE, PHIL" if congress == 111 & id == 20716 replace namelong = "SCHOCK, AARON" if congress == 111 & id == 20914 replace namelong = "SHIMKUS, JOHN" if congress == 111 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 111 & id == 15124 replace namelong = "DONNELLY, JOE" if congress == 111 & id == 20717 replace namelong = "SOUDER, MARK E." if congress == 111 & id == 29519 replace namelong = "STUTZMAN, MARTIN A." if congress == 111 & id == 21100 replace namelong = "BUYER, STEVE" if congress == 111 & id == 29350 replace namelong = "BURTON, DANNY L." if congress == 111 & id == 15014 replace namelong = "PENCE, MIKE" if congress == 111 & id == 20117 replace namelong = "CARSON, ANDRE" if congress == 111 & id == 20757 replace namelong = "ELLSWORTH, BRAD" if congress == 111 & id == 20718 replace namelong = "HILL, BARON P." if congress == 111 & id == 29914 replace namelong = "BRALEY, BRUCE L." if congress == 111 & id == 20719 replace namelong = "LOEBSACK, DAVID" if congress == 111 & id == 20720 replace namelong = "BOSWELL, LEONARD L." if congress == 111 & id == 29721 replace namelong = "LATHAM, TOM" if congress == 111 & id == 29522 replace namelong = "KING, STEVE" if congress == 111 & id == 20325 replace namelong = "MORAN, JERRY" if congress == 111 & id == 29722 replace namelong = "JENKINS, LYNN" if congress == 111 & id == 20915 replace namelong = "MOORE, DENNIS" if congress == 111 & id == 29915 replace namelong = "TIAHRT, TODD" if congress == 111 & id == 29524 replace namelong = "WHITFIELD, EDWARD" if congress == 111 & id == 29525 replace namelong = "GUTHRIE, BRETT" if congress == 111 & id == 20916 replace namelong = "YARMUTH, JOHN A." if congress == 111 & id == 20723 replace namelong = "DAVIS, GEOFF" if congress == 111 & id == 20511 replace namelong = "ROGERS, HAROLD" if congress == 111 & id == 14854 replace namelong = "CHANDLER, BEN" if congress == 111 & id == 20326 replace namelong = "SCALISE, STEVE" if congress == 111 & id == 20759 replace namelong = "CAO, ANH" if congress == 111 & id == 20917 replace namelong = "MELANCON, CHARLIE" if congress == 111 & id == 20513 replace namelong = "FLEMING, JOHN" if congress == 111 & id == 20918 replace namelong = "ALEXANDER, RODNEY" if congress == 111 & id == 90327 replace namelong = "CASSIDY, BILL" if congress == 111 & id == 20919 replace namelong = "BOUSTANY, CHARLES JR." if congress == 111 & id == 20514 replace namelong = "PINGREE, CHELLIE" if congress == 111 & id == 20920 replace namelong = "MICHAUD, MICHAEL H." if congress == 111 & id == 20328 replace namelong = "KRATOVIL, FRANK JR." if congress == 111 & id == 20921 replace namelong = "RUPPERSBERGER, C. A. DUTCH" if congress == 111 & id == 20329 replace namelong = "SARBANES, JOHN P." if congress == 111 & id == 20724 replace namelong = "EDWARDS, DONNA" if congress == 111 & id == 20763 replace namelong = "HOYER, STENY H." if congress == 111 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 111 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 111 & id == 29587 replace namelong = "VAN HOLLEN, CHRIS" if congress == 111 & id == 20330 replace namelong = "OLVER, JOHN W." if congress == 111 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 111 & id == 15616 replace namelong = "MCGOVERN, JAMES P." if congress == 111 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 111 & id == 14824 replace namelong = "TSONGAS, NIKI" if congress == 111 & id == 20754 replace namelong = "TIERNEY, JOHN F." if congress == 111 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 111 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 111 & id == 29919 replace namelong = "LYNCH, STEPHEN F." if congress == 111 & id == 20119 replace namelong = "DELAHUNT, WILLIAM D." if congress == 111 & id == 29731 replace namelong = "STUPAK, BART" if congress == 111 & id == 29360 replace namelong = "HOEKSTRA, PETER" if congress == 111 & id == 29361 replace namelong = "EHLERS, VERNON J." if congress == 111 & id == 29362 replace namelong = "CAMP, DAVE" if congress == 111 & id == 29124 replace namelong = "KILDEE, DALE E." if congress == 111 & id == 14430 replace namelong = "UPTON, FRED" if congress == 111 & id == 15446 replace namelong = "SCHAUER, MARK" if congress == 111 & id == 20922 replace namelong = "ROGERS, MIKE" if congress == 111 & id == 20120 replace namelong = "PETERS, GARY" if congress == 111 & id == 20923 replace namelong = "MILLER, CANDICE S." if congress == 111 & id == 20331 replace namelong = "MCCOTTER, THADDEUS G." if congress == 111 & id == 20332 replace namelong = "LEVIN, SANDER M." if congress == 111 & id == 15033 replace namelong = "KILPATRICK, CAROLYN C." if congress == 111 & id == 29733 replace namelong = "CONYERS, JOHN, JR." if congress == 111 & id == 10713 replace namelong = "DINGELL, JOHN DAVID JR." if congress == 111 & id == 2605 replace namelong = "WALZ, TIMOTHY J." if congress == 111 & id == 20726 replace namelong = "KLINE, JOHN" if congress == 111 & id == 20333 replace namelong = "PAULSEN, ERIK" if congress == 111 & id == 20924 replace namelong = "MCCOLLUM, BETTY" if congress == 111 & id == 20122 replace namelong = "ELLISON, KEITH" if congress == 111 & id == 20727 replace namelong = "BACHMANN, MICHELE" if congress == 111 & id == 20728 replace namelong = "PETERSON, COLLIN C." if congress == 111 & id == 29127 replace namelong = "OBERSTAR, JAMES L." if congress == 111 & id == 14265 replace namelong = "CHILDERS, TRAVIS" if congress == 111 & id == 20761 replace namelong = "THOMPSON, BENNIE G." if congress == 111 & id == 29368 replace namelong = "HARPER, GREGG" if congress == 111 & id == 20925 replace namelong = "TAYLOR, GENE" if congress == 111 & id == 15637 replace namelong = "CLAY, WILLIAM (LACY)" if congress == 111 & id == 20147 replace namelong = "AKIN, W. TODD" if congress == 111 & id == 20123 replace namelong = "CARNAHAN, RUSS" if congress == 111 & id == 20516 replace namelong = "SKELTON, IKE" if congress == 111 & id == 14451 replace namelong = "CLEAVER, EMANUEL II" if congress == 111 & id == 20517 replace namelong = "GRAVES, SAM" if congress == 111 & id == 20124 replace namelong = "BLUNT, ROY" if congress == 111 & id == 29735 replace namelong = "EMERSON, JO ANN" if congress == 111 & id == 29736 replace namelong = "LUETKEMEYER, BLAINE" if congress == 111 & id == 20926 replace namelong = "REHBERG, DENNIS R." if congress == 111 & id == 20125 replace namelong = "FORTENBERRY, JEFF" if congress == 111 & id == 20518 replace namelong = "TERRY, LEE" if congress == 111 & id == 29921 replace namelong = "SMITH, ADRIAN" if congress == 111 & id == 20729 replace namelong = "BERKLEY, SHELLEY" if congress == 111 & id == 29922 replace namelong = "HELLER, DEAN" if congress == 111 & id == 20730 replace namelong = "TITUS, DINA" if congress == 111 & id == 20927 replace namelong = "SHEA-PORTER, CAROL" if congress == 111 & id == 20731 replace namelong = "HODES, PAUL W." if congress == 111 & id == 20732 replace namelong = "ANDREWS, ROBERT E." if congress == 111 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 111 & id == 29539 replace namelong = "ADLER, JOHN" if congress == 111 & id == 20928 replace namelong = "SMITH, CHRISTOPHER H." if congress == 111 & id == 14863 replace namelong = "GARRETT, SCOTT" if congress == 111 & id == 20336 replace namelong = "PALLONE, FRANK JR." if congress == 111 & id == 15454 replace namelong = "LANCE, LEONARD" if congress == 111 & id == 20929 replace namelong = "PASCRELL, WILLIAM JR. (BILL)" if congress == 111 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 111 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 111 & id == 15619 replace namelong = "FRELINGHUYSEN, RODNEY P." if congress == 111 & id == 29541 replace namelong = "HOLT, RUSH D." if congress == 111 & id == 29923 replace namelong = "SIRES, ALBIO" if congress == 111 & id == 20542 replace namelong = "HEINRICH, MARTIN" if congress == 111 & id == 20930 replace namelong = "TEAGUE, HARRY" if congress == 111 & id == 20931 replace namelong = "LUJAN, BEN RAY" if congress == 111 & id == 20932 replace namelong = "BISHOP, TIMOTHY H." if congress == 111 & id == 20338 replace namelong = "ISRAEL, STEVE" if congress == 111 & id == 20129 replace namelong = "KING, PETER T." if congress == 111 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 111 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 111 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 111 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 111 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 111 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 111 & id == 29926 replace namelong = "TOWNS, EDOLPHUS" if congress == 111 & id == 15072 replace namelong = "CLARKE, YVETTE D." if congress == 111 & id == 20733 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 111 & id == 29378 replace namelong = "MCMAHON, MICHAEL E." if congress == 111 & id == 20933 replace namelong = "MALONEY, CAROLYN B." if congress == 111 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 111 & id == 13035 replace namelong = "SERRANO, JOSE E." if congress == 111 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 111 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 111 & id == 15612 replace namelong = "HALL, JOHN J." if congress == 111 & id == 20734 replace namelong = "GILLIBRAND, KIRSTEN E." if congress == 111 & id == 20735 replace namelong = "MURPHY, SCOTT" if congress == 111 & id == 20956 replace namelong = "TONKO, PAUL" if congress == 111 & id == 20934 replace namelong = "HINCHEY, MAURICE D." if congress == 111 & id == 29380 replace namelong = "MCHUGH, JOHN M." if congress == 111 & id == 39316 replace namelong = "OWENS, BILL" if congress == 111 & id == 20957 replace namelong = "ARCURI, MICHAEL A." if congress == 111 & id == 20736 replace namelong = "MAFFEI, DAN" if congress == 111 & id == 20935 replace namelong = "LEE, CHRISTOPHER" if congress == 111 & id == 20936 replace namelong = "HIGGINS, BRIAN" if congress == 111 & id == 20519 replace namelong = "SLAUGHTER, LOUISE MCINTOSH" if congress == 111 & id == 15444 replace namelong = "MASSA, ERIC" if congress == 111 & id == 20937 replace namelong = "REED, THOMAS" if congress == 111 & id == 21101 replace namelong = "BUTTERFIELD, G. K." if congress == 111 & id == 20340 replace namelong = "ETHERIDGE, BOB" if congress == 111 & id == 29745 replace namelong = "JONES, WALTER B. JR." if congress == 111 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 111 & id == 15438 replace namelong = "FOXX, VIRGINIA" if congress == 111 & id == 20521 replace namelong = "COBLE, HOWARD" if congress == 111 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 111 & id == 29746 replace namelong = "KISSELL, LARRY" if congress == 111 & id == 20938 replace namelong = "MYRICK, SUE WILKINS" if congress == 111 & id == 29549 replace namelong = "MCHENRY, PATRICK T." if congress == 111 & id == 20522 replace namelong = "SHULER, HEATH" if congress == 111 & id == 20737 replace namelong = "WATT, MELVIN L." if congress == 111 & id == 29383 replace namelong = "MILLER, BRAD" if congress == 111 & id == 20341 replace namelong = "POMEROY, EARL" if congress == 111 & id == 29384 replace namelong = "DRIEHAUS, STEVE" if congress == 111 & id == 20939 replace namelong = "SCHMIDT, JEAN" if congress == 111 & id == 20540 replace namelong = "TURNER, MICHAEL R." if congress == 111 & id == 20342 replace namelong = "JORDAN, JIM" if congress == 111 & id == 20738 replace namelong = "LATTA, ROBERT E." if congress == 111 & id == 20755 replace namelong = "WILSON, CHARLES A." if congress == 111 & id == 20739 replace namelong = "AUSTRIA, STEVE" if congress == 111 & id == 20940 replace namelong = "BOEHNER, JOHN A." if congress == 111 & id == 29137 replace namelong = "KAPTUR, MARCIA" if congress == 111 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 111 & id == 29748 replace namelong = "FUDGE, MARCIA L." if congress == 111 & id == 20941 replace namelong = "TIBERI, PATRICK J." if congress == 111 & id == 20130 replace namelong = "SUTTON, BETTY" if congress == 111 & id == 20740 replace namelong = "LATOURETTE, STEVEN C." if congress == 111 & id == 29553 replace namelong = "KILROY, MARY JO" if congress == 111 & id == 20942 replace namelong = "BOCCIERI, JOHN" if congress == 111 & id == 20943 replace namelong = "RYAN, TIM" if congress == 111 & id == 20343 replace namelong = "SPACE, ZACHARY T." if congress == 111 & id == 20741 replace namelong = "SULLIVAN, JOHN" if congress == 111 & id == 20131 replace namelong = "BOREN, DAN" if congress == 111 & id == 20523 replace namelong = "LUCAS, FRANK D." if congress == 111 & id == 29393 replace namelong = "COLE, TOM" if congress == 111 & id == 20344 replace namelong = "FALLIN, MARY" if congress == 111 & id == 20742 replace namelong = "WU, DAVID" if congress == 111 & id == 29931 replace namelong = "WALDEN, GREG" if congress == 111 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 111 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 111 & id == 15410 replace namelong = "SCHRADER, KURT" if congress == 111 & id == 20944 replace namelong = "BRADY, ROBERT A." if congress == 111 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 111 & id == 29559 replace namelong = "DAHLKEMPER, KATHY" if congress == 111 & id == 20945 replace namelong = "ALTMIRE, JASON" if congress == 111 & id == 20743 replace namelong = "THOMPSON, GLENN" if congress == 111 & id == 20946 replace namelong = "GERLACH, JIM" if congress == 111 & id == 20345 replace namelong = "SESTAK, JOE" if congress == 111 & id == 20744 replace namelong = "MURPHY, PATRICK J." if congress == 111 & id == 20745 replace namelong = "SHUSTER, BILL" if congress == 111 & id == 20134 replace namelong = "CARNEY, CHRISTOPHER P." if congress == 111 & id == 20746 replace namelong = "KANJORSKI, PAUL E." if congress == 111 & id == 15104 replace namelong = "MURTHA, JOHN P." if congress == 111 & id == 14072 replace namelong = "CRITZ, MARK" if congress == 111 & id == 20960 replace namelong = "SCHWARTZ, ALLYSON Y." if congress == 111 & id == 20525 replace namelong = "DOYLE, MIKE F." if congress == 111 & id == 29561 replace namelong = "DENT, CHARLIE" if congress == 111 & id == 20526 replace namelong = "PITTS, JOSEPH R." if congress == 111 & id == 29752 replace namelong = "HOLDEN, TIM" if congress == 111 & id == 29396 replace namelong = "MURPHY, TIM" if congress == 111 & id == 20346 replace namelong = "PLATTS, TODD RUSSELL" if congress == 111 & id == 20135 replace namelong = "KENNEDY, PATRICK J." if congress == 111 & id == 29564 replace namelong = "LANGEVIN, JAMES R." if congress == 111 & id == 20136 replace namelong = "BROWN, HENRY E. JR." if congress == 111 & id == 20137 replace namelong = "WILSON, JOE" if congress == 111 & id == 20138 replace namelong = "BARRETT, J. GRESHAM" if congress == 111 & id == 20347 replace namelong = "INGLIS, BOB" if congress == 111 & id == 39300 replace namelong = "SPRATT, JOHN M., JR." if congress == 111 & id == 15064 replace namelong = "CLYBURN, JAMES E." if congress == 111 & id == 39301 replace namelong = "HERSETH, STEPHANIE" if congress == 111 & id == 20349 replace namelong = "ROE, PHIL" if congress == 111 & id == 20947 replace namelong = "DUNCAN, JOHN J., JR." if congress == 111 & id == 15455 replace namelong = "WAMP, ZACH" if congress == 111 & id == 29567 replace namelong = "DAVIS, LINCOLN" if congress == 111 & id == 20350 replace namelong = "COOPER, JIM" if congress == 111 & id == 15019 replace namelong = "GORDON, BART J." if congress == 111 & id == 15100 replace namelong = "BLACKBURN, MARSHA" if congress == 111 & id == 20351 replace namelong = "TANNER, JOHN S." if congress == 111 & id == 15628 replace namelong = "COHEN, STEVE" if congress == 111 & id == 20748 replace namelong = "GOHMERT, LOUIE" if congress == 111 & id == 20527 replace namelong = "POE, TED" if congress == 111 & id == 20528 replace namelong = "JOHNSON, SAM" if congress == 111 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 111 & id == 94828 replace namelong = "HENSARLING, JEB" if congress == 111 & id == 20352 replace namelong = "BARTON, JOE L." if congress == 111 & id == 15085 replace namelong = "CULBERSON, JOHN ABNEY" if congress == 111 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 111 & id == 29760 replace namelong = "GREEN, AL" if congress == 111 & id == 20529 replace namelong = "MCCAUL, MICHAEL" if congress == 111 & id == 20530 replace namelong = "CONAWAY, K. MICHAEL" if congress == 111 & id == 20531 replace namelong = "GRANGER, KAY" if congress == 111 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M. (MAC)" if congress == 111 & id == 29572 replace namelong = "PAUL, RON" if congress == 111 & id == 14290 replace namelong = "HINOJOSA, RUBEN" if congress == 111 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 111 & id == 29764 replace namelong = "EDWARDS, CHET" if congress == 111 & id == 29144 replace namelong = "JACKSON-LEE, SHEILA" if congress == 111 & id == 29573 replace namelong = "NEUGEBAUER, RANDY" if congress == 111 & id == 20353 replace namelong = "GONZALEZ, CHARLES A." if congress == 111 & id == 29943 replace namelong = "SMITH, LAMAR S." if congress == 111 & id == 15445 replace namelong = "OLSON, PETE" if congress == 111 & id == 20948 replace namelong = "RODRIGUEZ, CIRO D." if congress == 111 & id == 29771 replace namelong = "MARCHANT, KENNY" if congress == 111 & id == 20532 replace namelong = "DOGGETT, LLOYD" if congress == 111 & id == 29571 replace namelong = "BURGESS, MICHAEL C." if congress == 111 & id == 20355 replace namelong = "ORTIZ, SOLOMON P." if congress == 111 & id == 15049 replace namelong = "CUELLAR, HENRY" if congress == 111 & id == 20533 replace namelong = "GREEN, GENE" if congress == 111 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 111 & id == 39305 replace namelong = "CARTER, JOHN R." if congress == 111 & id == 20356 replace namelong = "SESSIONS, PETE" if congress == 111 & id == 29759 replace namelong = "BISHOP, ROB" if congress == 111 & id == 20357 replace namelong = "MATHESON, JIM" if congress == 111 & id == 20140 replace namelong = "CHAFFETZ, JASON" if congress == 111 & id == 20949 replace namelong = "WELCH, PETER" if congress == 111 & id == 20750 replace namelong = "WITTMAN, ROBERT J." if congress == 111 & id == 20756 replace namelong = "NYE, GLENN" if congress == 111 & id == 20950 replace namelong = "SCOTT, ROBERT C." if congress == 111 & id == 39307 replace namelong = "FORBES, J. RANDY" if congress == 111 & id == 20143 replace namelong = "PERRIELLO, TOM" if congress == 111 & id == 20951 replace namelong = "GOODLATTE, ROBERT W." if congress == 111 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 111 & id == 20144 replace namelong = "MORAN, JAMES P. JR." if congress == 111 & id == 29149 replace namelong = "BOUCHER, FREDERICK C." if congress == 111 & id == 15010 replace namelong = "WOLF, FRANK R." if congress == 111 & id == 14869 replace namelong = "CONNOLLY, GERALD E." if congress == 111 & id == 20952 replace namelong = "INSLEE, JAY" if congress == 111 & id == 29937 replace namelong = "LARSEN, RICK" if congress == 111 & id == 20145 replace namelong = "BAIRD, BRIAN" if congress == 111 & id == 29938 replace namelong = "HASTINGS, RICHARD "DOC"" if congress == 111 & id == 29580 replace namelong = "MCMORRIS RODGERS, CATHY" if congress == 111 & id == 20535 replace namelong = "DICKS, NORMAN D." if congress == 111 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 111 & id == 15613 replace namelong = "REICHERT, DAVE" if congress == 111 & id == 20536 replace namelong = "SMITH, ADAM" if congress == 111 & id == 29768 replace namelong = "MOLLOHAN, ALAN B." if congress == 111 & id == 15083 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 111 & id == 20146 replace namelong = "RAHALL, NICK JOE, II." if congress == 111 & id == 14448 replace namelong = "RYAN, PAUL D." if congress == 111 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 111 & id == 29940 replace namelong = "KIND, RON" if congress == 111 & id == 29769 replace namelong = "MOORE, GWEN" if congress == 111 & id == 20537 replace namelong = "SENSENBRENNER, FRANK JAMES" if congress == 111 & id == 14657 replace namelong = "PETRI, THOMAS E." if congress == 111 & id == 14675 replace namelong = "OBEY, DAVID R." if congress == 111 & id == 12036 replace namelong = "KAGEN, STEVE" if congress == 111 & id == 20751 replace namelong = "LUMMIS, CYNTHIA M." if congress == 111 & id == 20953 replace namelong = "OBAMA, BARACK H." if congress == 112 & id == 99911 replace namelong = "BONNER, JO" if congress == 112 & id == 20300 replace namelong = "ROBY, MARTHA" if congress == 112 & id == 21192 replace namelong = "ROGERS, MIKE D." if congress == 112 & id == 20301 replace namelong = "ADERHOLT, ROBERT B." if congress == 112 & id == 29701 replace namelong = "BROOKS, MO" if congress == 112 & id == 21193 replace namelong = "BACHUS, SPENCER" if congress == 112 & id == 29301 replace namelong = "SEWELL, TERRI" if congress == 112 & id == 21102 replace namelong = "YOUNG, DON" if congress == 112 & id == 14066 replace namelong = "GOSAR, PAUL" if congress == 112 & id == 21103 replace namelong = "FRANKS, TRENT" if congress == 112 & id == 20304 replace namelong = "QUAYLE, BEN" if congress == 112 & id == 21104 replace namelong = "PASTOR, ED" if congress == 112 & id == 29101 replace namelong = "SCHWEIKERT, DAVID" if congress == 112 & id == 21105 replace namelong = "FLAKE, JEFF" if congress == 112 & id == 20100 replace namelong = "GRIJALVA, RA+L M." if congress == 112 & id == 20305 replace namelong = "GIFFORDS, GABRIELLE" if congress == 112 & id == 20701 replace namelong = "BARBER, RON" if congress == 112 & id == 21199 replace namelong = "CRAWFORD, RICK" if congress == 112 & id == 21106 replace namelong = "GRIFFIN, TIM" if congress == 112 & id == 21107 replace namelong = "WOMACK, STEVE" if congress == 112 & id == 21108 replace namelong = "ROSS, MIKE" if congress == 112 & id == 20102 replace namelong = "THOMPSON, MIKE" if congress == 112 & id == 29901 replace namelong = "HERGER, WALLY" if congress == 112 & id == 15420 replace namelong = "LUNGREN, DAN" if congress == 112 & id == 14647 replace namelong = "MCCLINTOCK, TOM" if congress == 112 & id == 20903 replace namelong = "MATSUI, DORIS" if congress == 112 & id == 20538 replace namelong = "WOOLSEY, LYNN" if congress == 112 & id == 29309 replace namelong = "MILLER, GEORGE" if congress == 112 & id == 14256 replace namelong = "PELOSI, NANCY" if congress == 112 & id == 15448 replace namelong = "LEE, BARBARA" if congress == 112 & id == 29778 replace namelong = "GARAMENDI, JOHN" if congress == 112 & id == 20958 replace namelong = "MCNERNEY, JERRY" if congress == 112 & id == 20702 replace namelong = "SPEIER, JACKIE" if congress == 112 & id == 20762 replace namelong = "STARK, PETE" if congress == 112 & id == 14053 replace namelong = "ESHOO, ANNA G." if congress == 112 & id == 29312 replace namelong = "HONDA, MICHAEL M." if congress == 112 & id == 20103 replace namelong = "LOFGREN, ZOE" if congress == 112 & id == 29504 replace namelong = "FARR, SAM" if congress == 112 & id == 29313 replace namelong = "CARDOZA, DENNIS" if congress == 112 & id == 20306 replace namelong = "DENHAM, JEFFREY" if congress == 112 & id == 21109 replace namelong = "COSTA, JIM" if congress == 112 & id == 20501 replace namelong = "NUNES, DEVIN" if congress == 112 & id == 20307 replace namelong = "MCCARTHY, KEVIN" if congress == 112 & id == 20703 replace namelong = "CAPPS, LOIS" if congress == 112 & id == 29774 replace namelong = "GALLEGLY, ELTON" if congress == 112 & id == 15413 replace namelong = "MCKEON, HOWARD P." if congress == 112 & id == 29315 replace namelong = "DREIER, DAVID" if congress == 112 & id == 14813 replace namelong = "SHERMAN, BRAD" if congress == 112 & id == 29707 replace namelong = "BERMAN, HOWARD L." if congress == 112 & id == 15005 replace namelong = "SCHIFF, ADAM B." if congress == 112 & id == 20104 replace namelong = "WAXMAN, HENRY A." if congress == 112 & id == 14280 replace namelong = "BECERRA, XAVIER" if congress == 112 & id == 29316 replace namelong = "CHU, JUDY" if congress == 112 & id == 20955 replace namelong = "BASS, KAREN" if congress == 112 & id == 21110 replace namelong = "ROYBAL-ALLARD, LUCILLE" if congress == 112 & id == 29317 replace namelong = "WATERS, MAXINE" if congress == 112 & id == 29106 replace namelong = "HARMAN, JANE" if congress == 112 & id == 29318 replace namelong = "HAHN, JANICE" if congress == 112 & id == 21195 replace namelong = "RICHARDSON, LAURA" if congress == 112 & id == 20752 replace namelong = "NAPOLITANO, GRACE F." if congress == 112 & id == 29903 replace namelong = "SANCHEZ, LINDA T." if congress == 112 & id == 20310 replace namelong = "ROYCE, ED" if congress == 112 & id == 29321 replace namelong = "LEWIS, JERRY" if congress == 112 & id == 14644 replace namelong = "MILLER, GARY G." if congress == 112 & id == 29905 replace namelong = "BACA, JOE" if congress == 112 & id == 29942 replace namelong = "CALVERT, KEN" if congress == 112 & id == 29323 replace namelong = "BONO MACK, MARY" if congress == 112 & id == 29775 replace namelong = "ROHRABACHER, DANA" if congress == 112 & id == 15621 replace namelong = "SANCHEZ, LORETTA" if congress == 112 & id == 29709 replace namelong = "CAMPBELL, JOHN" if congress == 112 & id == 20539 replace namelong = "ISSA, DARRELL" if congress == 112 & id == 20107 replace namelong = "BILBRAY, BRIAN P." if congress == 112 & id == 29508 replace namelong = "FILNER, BOB" if congress == 112 & id == 29325 replace namelong = "HUNTER, DUNCAN D." if congress == 112 & id == 20963 replace namelong = "DAVIS, SUSAN A." if congress == 112 & id == 20108 replace namelong = "DEGETTE, DIANA" if congress == 112 & id == 29710 replace namelong = "POLIS, JARED" if congress == 112 & id == 20904 replace namelong = "TIPTON, SCOTT A." if congress == 112 & id == 21111 replace namelong = "GARDNER, CORY" if congress == 112 & id == 21112 replace namelong = "LAMBORN, DOUG" if congress == 112 & id == 20704 replace namelong = "COFFMAN, MIKE" if congress == 112 & id == 20906 replace namelong = "PERLMUTTER, ED" if congress == 112 & id == 20705 replace namelong = "LARSON, JOHN B." if congress == 112 & id == 29908 replace namelong = "COURTNEY, JOE" if congress == 112 & id == 20706 replace namelong = "DELAURO, ROSA" if congress == 112 & id == 29109 replace namelong = "HIMES, JIM" if congress == 112 & id == 20907 replace namelong = "MURPHY, CHRISTOPHER S." if congress == 112 & id == 20707 replace namelong = "CARNEY, JOHN" if congress == 112 & id == 21113 replace namelong = "MILLER, JEFF" if congress == 112 & id == 20110 replace namelong = "SOUTHERLAND, STEVE" if congress == 112 & id == 21114 replace namelong = "BROWN, CORRINE" if congress == 112 & id == 29328 replace namelong = "CRENSHAW, ANDER" if congress == 112 & id == 20111 replace namelong = "NUGENT, RICHARD" if congress == 112 & id == 21115 replace namelong = "STEARNS, CLIFF" if congress == 112 & id == 15627 replace namelong = "MICA, JOHN L." if congress == 112 & id == 29331 replace namelong = "WEBSTER, DANIEL" if congress == 112 & id == 21116 replace namelong = "BILIRAKIS, GUS" if congress == 112 & id == 20758 replace namelong = "YOUNG, C. W. BILL" if congress == 112 & id == 13047 replace namelong = "CASTOR, KATHY" if congress == 112 & id == 20708 replace namelong = "ROSS, DENNIS" if congress == 112 & id == 21117 replace namelong = "BUCHANAN, VERN" if congress == 112 & id == 20709 replace namelong = "MACK, CONNIE" if congress == 112 & id == 20503 replace namelong = "POSEY, BILL" if congress == 112 & id == 20909 replace namelong = "ROONEY, TOM" if congress == 112 & id == 20910 replace namelong = "WILSON, FREDERICA" if congress == 112 & id == 21118 replace namelong = "ROS-LEHTINEN, ILEANA" if congress == 112 & id == 15634 replace namelong = "DEUTCH, TED" if congress == 112 & id == 20959 replace namelong = "WASSERMAN SCHULTZ, DEBBIE" if congress == 112 & id == 20504 replace namelong = "DIAZ-BALART, MARIO" if congress == 112 & id == 20316 replace namelong = "WEST, ALLEN" if congress == 112 & id == 21119 replace namelong = "HASTINGS, ALCEE L." if congress == 112 & id == 29337 replace namelong = "ADAMS, SANDRA" if congress == 112 & id == 21120 replace namelong = "RIVERA, DAVID" if congress == 112 & id == 21121 replace namelong = "KINGSTON, JACK" if congress == 112 & id == 29338 replace namelong = "BISHOP JR., SANFORD D." if congress == 112 & id == 29339 replace namelong = "WESTMORELAND, LYNN" if congress == 112 & id == 20506 replace namelong = "JOHNSON, HANK" if congress == 112 & id == 20712 replace namelong = "LEWIS, JOHN" if congress == 112 & id == 15431 replace namelong = "PRICE, TOM" if congress == 112 & id == 20505 replace namelong = "WOODALL, ROB" if congress == 112 & id == 21122 replace namelong = "SCOTT, AUSTIN" if congress == 112 & id == 21123 replace namelong = "GRAVES, TOM" if congress == 112 & id == 20962 replace namelong = "BROUN, PAUL" if congress == 112 & id == 20753 replace namelong = "GINGREY, PHIL" if congress == 112 & id == 20319 replace namelong = "BARROW, JOHN" if congress == 112 & id == 20507 replace namelong = "SCOTT, DAVID" if congress == 112 & id == 20321 replace namelong = "HANABUSA, COLLEEN" if congress == 112 & id == 21124 replace namelong = "HIRONO, MAZIE K." if congress == 112 & id == 20713 replace namelong = "LABRADOR, RAUL" if congress == 112 & id == 21125 replace namelong = "SIMPSON, MIKE" if congress == 112 & id == 29910 replace namelong = "RUSH, BOBBY L." if congress == 112 & id == 29346 replace namelong = "JACKSON JR., JESSE L." if congress == 112 & id == 29585 replace namelong = "LIPINSKI, DANIEL" if congress == 112 & id == 20508 replace namelong = "GUTIERREZ, LUIS V." if congress == 112 & id == 29348 replace namelong = "QUIGLEY, MIKE" if congress == 112 & id == 20954 replace namelong = "ROSKAM, PETER" if congress == 112 & id == 20715 replace namelong = "DAVIS, DANNY K." if congress == 112 & id == 29717 replace namelong = "WALSH, JOE" if congress == 112 & id == 21126 replace namelong = "SCHAKOWSKY, JAN" if congress == 112 & id == 29911 replace namelong = "DOLD, ROBERT" if congress == 112 & id == 21127 replace namelong = "KINZINGER, ADAM" if congress == 112 & id == 21128 replace namelong = "COSTELLO, JERRY F." if congress == 112 & id == 15453 replace namelong = "BIGGERT, JUDY" if congress == 112 & id == 29912 replace namelong = "HULTGREN, RANDY" if congress == 112 & id == 21129 replace namelong = "JOHNSON, TIMOTHY V." if congress == 112 & id == 20116 replace namelong = "MANZULLO, DONALD" if congress == 112 & id == 29349 replace namelong = "SCHILLING, BOBBY" if congress == 112 & id == 21130 replace namelong = "SCHOCK, AARON" if congress == 112 & id == 20914 replace namelong = "SHIMKUS, JOHN" if congress == 112 & id == 29718 replace namelong = "VISCLOSKY, PETER J." if congress == 112 & id == 15124 replace namelong = "DONNELLY, JOE" if congress == 112 & id == 20717 replace namelong = "STUTZMAN, MARLIN" if congress == 112 & id == 21100 replace namelong = "ROKITA, TODD" if congress == 112 & id == 21131 replace namelong = "BURTON, DAN" if congress == 112 & id == 15014 replace namelong = "PENCE, MIKE" if congress == 112 & id == 20117 replace namelong = "CARSON, ANDR+" if congress == 112 & id == 20757 replace namelong = "BUCSHON, LARRY" if congress == 112 & id == 21132 replace namelong = "YOUNG, TODD" if congress == 112 & id == 21133 replace namelong = "BRALEY, BRUCE" if congress == 112 & id == 20719 replace namelong = "LOEBSACK, DAVE" if congress == 112 & id == 20720 replace namelong = "BOSWELL, LEONARD L." if congress == 112 & id == 29721 replace namelong = "LATHAM, TOM" if congress == 112 & id == 29522 replace namelong = "KING, STEVE" if congress == 112 & id == 20325 replace namelong = "HUELSKAMP, TIM" if congress == 112 & id == 21134 replace namelong = "JENKINS, LYNN" if congress == 112 & id == 20915 replace namelong = "YODER, KEVIN" if congress == 112 & id == 21135 replace namelong = "POMPEO, MIKE" if congress == 112 & id == 21136 replace namelong = "WHITFIELD, EDWARD" if congress == 112 & id == 29525 replace namelong = "GUTHRIE, BRETT" if congress == 112 & id == 20916 replace namelong = "YARMUTH, JOHN" if congress == 112 & id == 20723 replace namelong = "DAVIS, GEOFF" if congress == 112 & id == 20511 replace namelong = "MASSIE, THOMAS" if congress == 112 & id == 31102 replace namelong = "ROGERS, HAROLD" if congress == 112 & id == 14854 replace namelong = "CHANDLER, BEN" if congress == 112 & id == 20326 replace namelong = "SCALISE, STEVE" if congress == 112 & id == 20759 replace namelong = "RICHMOND, CEDRIC" if congress == 112 & id == 21137 replace namelong = "LANDRY, JEFF" if congress == 112 & id == 21138 replace namelong = "FLEMING, JOHN" if congress == 112 & id == 20918 replace namelong = "ALEXANDER, RODNEY" if congress == 112 & id == 90327 replace namelong = "CASSIDY, BILL" if congress == 112 & id == 20919 replace namelong = "BOUSTANY JR., CHARLES" if congress == 112 & id == 20514 replace namelong = "PINGREE, CHELLIE" if congress == 112 & id == 20920 replace namelong = "MICHAUD, MICHAEL H." if congress == 112 & id == 20328 replace namelong = "HARRIS, ANDY" if congress == 112 & id == 21139 replace namelong = "RUPPERSBERGER, C.A. DUTCH" if congress == 112 & id == 20329 replace namelong = "SARBANES, JOHN" if congress == 112 & id == 20724 replace namelong = "EDWARDS, DONNA" if congress == 112 & id == 20763 replace namelong = "HOYER, STENY H." if congress == 112 & id == 14873 replace namelong = "BARTLETT, ROSCOE G." if congress == 112 & id == 29356 replace namelong = "CUMMINGS, ELIJAH E." if congress == 112 & id == 29587 replace namelong = "VAN HOLLEN, CHRIS" if congress == 112 & id == 20330 replace namelong = "OLVER, JOHN W." if congress == 112 & id == 29123 replace namelong = "NEAL, RICHARD E." if congress == 112 & id == 15616 replace namelong = "MCGOVERN, JIM" if congress == 112 & id == 29729 replace namelong = "FRANK, BARNEY" if congress == 112 & id == 14824 replace namelong = "TSONGAS, NIKI" if congress == 112 & id == 20754 replace namelong = "TIERNEY, JOHN F." if congress == 112 & id == 29730 replace namelong = "MARKEY, EDWARD J." if congress == 112 & id == 14435 replace namelong = "CAPUANO, MICHAEL E." if congress == 112 & id == 29919 replace namelong = "LYNCH, STEPHEN F." if congress == 112 & id == 20119 replace namelong = "KEATING, BILL" if congress == 112 & id == 21140 replace namelong = "BENISHEK, DAN" if congress == 112 & id == 21141 replace namelong = "HUIZENGA, BILL" if congress == 112 & id == 21142 replace namelong = "AMASH, JUSTIN" if congress == 112 & id == 21143 replace namelong = "CAMP, DAVE" if congress == 112 & id == 29124 replace namelong = "KILDEE, DALE E." if congress == 112 & id == 14430 replace namelong = "UPTON, FRED" if congress == 112 & id == 15446 replace namelong = "WALBERG, TIMOTHY" if congress == 112 & id == 20725 replace namelong = "ROGERS, MIKE" if congress == 112 & id == 20120 replace namelong = "PETERS, GARY" if congress == 112 & id == 20923 replace namelong = "MILLER, CANDICE S." if congress == 112 & id == 20331 replace namelong = "MCCOTTER, THADDEUS" if congress == 112 & id == 20332 replace namelong = "CURSON, DAVID" if congress == 112 & id == 31100 replace namelong = "LEVIN, SANDER M." if congress == 112 & id == 15033 replace namelong = "CLARKE, HANSEN" if congress == 112 & id == 21145 replace namelong = "CONYERS JR., JOHN" if congress == 112 & id == 10713 replace namelong = "DINGELL, JOHN D." if congress == 112 & id == 2605 replace namelong = "WALZ, TIM" if congress == 112 & id == 20726 replace namelong = "KLINE, JOHN" if congress == 112 & id == 20333 replace namelong = "PAULSEN, ERIK" if congress == 112 & id == 20924 replace namelong = "MCCOLLUM, BETTY" if congress == 112 & id == 20122 replace namelong = "ELLISON, KEITH" if congress == 112 & id == 20727 replace namelong = "BACHMANN, MICHELE" if congress == 112 & id == 20728 replace namelong = "PETERSON, COLLIN C." if congress == 112 & id == 29127 replace namelong = "CRAVAACK, CHIP" if congress == 112 & id == 21146 replace namelong = "NUNNELEE, ALAN" if congress == 112 & id == 21147 replace namelong = "THOMPSON, BENNIE" if congress == 112 & id == 29368 replace namelong = "HARPER, GREGG" if congress == 112 & id == 20925 replace namelong = "PALAZZO, STEVEN" if congress == 112 & id == 21148 replace namelong = "CLAY, WILLIAM LACY" if congress == 112 & id == 20147 replace namelong = "AKIN, TODD" if congress == 112 & id == 20123 replace namelong = "CARNAHAN, RUSS" if congress == 112 & id == 20516 replace namelong = "HARTZLER, VICKY" if congress == 112 & id == 21149 replace namelong = "CLEAVER II, EMANUEL" if congress == 112 & id == 20517 replace namelong = "GRAVES, SAM" if congress == 112 & id == 20124 replace namelong = "LONG, BILLY" if congress == 112 & id == 21150 replace namelong = "EMERSON, JO ANN" if congress == 112 & id == 29736 replace namelong = "LUETKEMEYER, BLAINE" if congress == 112 & id == 20926 replace namelong = "REHBERG, DENNY" if congress == 112 & id == 20125 replace namelong = "FORTENBERRY, JEFF" if congress == 112 & id == 20518 replace namelong = "TERRY, LEE" if congress == 112 & id == 29921 replace namelong = "SMITH, ADRIAN" if congress == 112 & id == 20729 replace namelong = "BERKLEY, SHELLEY" if congress == 112 & id == 29922 replace namelong = "HELLER, DEAN" if congress == 112 & id == 20730 replace namelong = "AMODEI, MARK E." if congress == 112 & id == 21196 replace namelong = "HECK, JOE" if congress == 112 & id == 21151 replace namelong = "GUINTA, FRANK" if congress == 112 & id == 21152 replace namelong = "BASS, CHARLES F." if congress == 112 & id == 29538 replace namelong = "ANDREWS, ROBERT E." if congress == 112 & id == 29132 replace namelong = "LOBIONDO, FRANK A." if congress == 112 & id == 29539 replace namelong = "RUNYAN, JON" if congress == 112 & id == 21153 replace namelong = "SMITH, CHRISTOPHER H." if congress == 112 & id == 14863 replace namelong = "GARRETT, SCOTT" if congress == 112 & id == 20336 replace namelong = "PALLONE, FRANK" if congress == 112 & id == 15454 replace namelong = "LANCE, LEONARD" if congress == 112 & id == 20929 replace namelong = "PASCRELL JR., BILL" if congress == 112 & id == 29741 replace namelong = "ROTHMAN, STEVEN R." if congress == 112 & id == 29742 replace namelong = "PAYNE, DONALD M." if congress == 112 & id == 15619 replace namelong = "PAYNE, DONALD M., JR." if congress == 112 & id == 31103 replace namelong = "FRELINGHUYSEN, RODNEY" if congress == 112 & id == 29541 replace namelong = "HOLT, RUSH" if congress == 112 & id == 29923 replace namelong = "SIRES, ALBIO" if congress == 112 & id == 20542 replace namelong = "HEINRICH, MARTIN" if congress == 112 & id == 20930 replace namelong = "PEARCE, STEVEN E." if congress == 112 & id == 20337 replace namelong = "LUJAN, BEN RAY" if congress == 112 & id == 20932 replace namelong = "BISHOP, TIMOTHY H." if congress == 112 & id == 20338 replace namelong = "ISRAEL, STEVE" if congress == 112 & id == 20129 replace namelong = "KING, PETER T." if congress == 112 & id == 29375 replace namelong = "MCCARTHY, CAROLYN" if congress == 112 & id == 29744 replace namelong = "ACKERMAN, GARY L." if congress == 112 & id == 15000 replace namelong = "MEEKS, GREGORY W." if congress == 112 & id == 29776 replace namelong = "CROWLEY, JOSEPH" if congress == 112 & id == 29925 replace namelong = "NADLER, JERROLD" if congress == 112 & id == 29377 replace namelong = "WEINER, ANTHONY D." if congress == 112 & id == 29926 replace namelong = "TURNER, ROBERT L." if congress == 112 & id == 21197 replace namelong = "TOWNS, EDOLPHUS" if congress == 112 & id == 15072 replace namelong = "CLARKE, YVETTE D." if congress == 112 & id == 20733 replace namelong = "VELAZQUEZ, NYDIA M." if congress == 112 & id == 29378 replace namelong = "GRIMM, MIKE" if congress == 112 & id == 21154 replace namelong = "MALONEY, CAROLYN B." if congress == 112 & id == 29379 replace namelong = "RANGEL, CHARLES B." if congress == 112 & id == 13035 replace namelong = "SERRANO, JOS+ E." if congress == 112 & id == 29134 replace namelong = "ENGEL, ELIOT L." if congress == 112 & id == 15603 replace namelong = "LOWEY, NITA M." if congress == 112 & id == 15612 replace namelong = "HAYWORTH, NAN" if congress == 112 & id == 21155 replace namelong = "GIBSON, CHRIS" if congress == 112 & id == 21156 replace namelong = "TONKO, PAUL" if congress == 112 & id == 20934 replace namelong = "HINCHEY, MAURICE D." if congress == 112 & id == 29380 replace namelong = "OWENS, BILL" if congress == 112 & id == 20957 replace namelong = "HANNA, RICHARD" if congress == 112 & id == 21157 replace namelong = "BUERKLE, ANN MARIE" if congress == 112 & id == 21158 replace namelong = "LEE, CHRISTOPHER" if congress == 112 & id == 20936 replace namelong = "HOCHUL, KATHY" if congress == 112 & id == 21194 replace namelong = "HIGGINS, BRIAN" if congress == 112 & id == 20519 replace namelong = "SLAUGHTER, LOUISE M." if congress == 112 & id == 15444 replace namelong = "REED, THOMAS" if congress == 112 & id == 21101 replace namelong = "BUTTERFIELD, G. K." if congress == 112 & id == 20340 replace namelong = "ELLMERS, RENEE" if congress == 112 & id == 21159 replace namelong = "JONES, WALTER B." if congress == 112 & id == 29546 replace namelong = "PRICE, DAVID E." if congress == 112 & id == 15438 replace namelong = "FOXX, VIRGINIA" if congress == 112 & id == 20521 replace namelong = "COBLE, HOWARD" if congress == 112 & id == 15092 replace namelong = "MCINTYRE, MIKE" if congress == 112 & id == 29746 replace namelong = "KISSELL, LARRY" if congress == 112 & id == 20938 replace namelong = "MYRICK, SUE" if congress == 112 & id == 29549 replace namelong = "MCHENRY, PATRICK T." if congress == 112 & id == 20522 replace namelong = "SHULER, HEATH" if congress == 112 & id == 20737 replace namelong = "WATT, MELVIN" if congress == 112 & id == 29383 replace namelong = "MILLER, BRAD" if congress == 112 & id == 20341 replace namelong = "BERG, RICK" if congress == 112 & id == 21160 replace namelong = "CHABOT, STEVEN J." if congress == 112 & id == 29550 replace namelong = "SCHMIDT, JEAN" if congress == 112 & id == 20540 replace namelong = "TURNER, MICHAEL R." if congress == 112 & id == 20342 replace namelong = "JORDAN, JIM" if congress == 112 & id == 20738 replace namelong = "LATTA, ROBERT E." if congress == 112 & id == 20755 replace namelong = "JOHNSON, BILL" if congress == 112 & id == 21162 replace namelong = "AUSTRIA, STEVE" if congress == 112 & id == 20940 replace namelong = "BOEHNER, JOHN A." if congress == 112 & id == 29137 replace namelong = "KAPTUR, MARCY" if congress == 112 & id == 15029 replace namelong = "KUCINICH, DENNIS J." if congress == 112 & id == 29748 replace namelong = "FUDGE, MARCIA L." if congress == 112 & id == 20941 replace namelong = "TIBERI, PAT" if congress == 112 & id == 20130 replace namelong = "SUTTON, BETTY" if congress == 112 & id == 20740 replace namelong = "LATOURETTE, STEVEN C." if congress == 112 & id == 29553 replace namelong = "STIVERS, STEVE" if congress == 112 & id == 21163 replace namelong = "RENACCI, JIM" if congress == 112 & id == 21164 replace namelong = "RYAN, TIM" if congress == 112 & id == 20343 replace namelong = "GIBBS, BOB" if congress == 112 & id == 21165 replace namelong = "SULLIVAN, JOHN" if congress == 112 & id == 20131 replace namelong = "BOREN, DAN" if congress == 112 & id == 20523 replace namelong = "LUCAS, FRANK D." if congress == 112 & id == 29393 replace namelong = "COLE, TOM" if congress == 112 & id == 20344 replace namelong = "LANKFORD, JAMES" if congress == 112 & id == 21166 replace namelong = "WU, DAVID" if congress == 112 & id == 29931 replace namelong = "BONAMICI, SUZANNE" if congress == 112 & id == 21198 replace namelong = "WALDEN, GREG" if congress == 112 & id == 29932 replace namelong = "BLUMENAUER, EARL" if congress == 112 & id == 29588 replace namelong = "DEFAZIO, PETER A." if congress == 112 & id == 15410 replace namelong = "SCHRADER, KURT" if congress == 112 & id == 20944 replace namelong = "BRADY, ROBERT A." if congress == 112 & id == 29777 replace namelong = "FATTAH, CHAKA" if congress == 112 & id == 29559 replace namelong = "KELLY, MIKE" if congress == 112 & id == 21167 replace namelong = "ALTMIRE, JASON" if congress == 112 & id == 20743 replace namelong = "THOMPSON, GLENN" if congress == 112 & id == 20946 replace namelong = "GERLACH, JIM" if congress == 112 & id == 20345 replace namelong = "MEEHAN, PAT" if congress == 112 & id == 21168 replace namelong = "FITZPATRICK, MICHAEL G." if congress == 112 & id == 20524 replace namelong = "SHUSTER, BILL" if congress == 112 & id == 20134 replace namelong = "MARINO, TOM" if congress == 112 & id == 21170 replace namelong = "BARLETTA, LOU" if congress == 112 & id == 21171 replace namelong = "CRITZ, MARK" if congress == 112 & id == 20960 replace namelong = "SCHWARTZ, ALLYSON Y." if congress == 112 & id == 20525 replace namelong = "DOYLE, MIKE" if congress == 112 & id == 29561 replace namelong = "DENT, CHARLIE" if congress == 112 & id == 20526 replace namelong = "PITTS, JOE" if congress == 112 & id == 29752 replace namelong = "HOLDEN, TIM" if congress == 112 & id == 29396 replace namelong = "MURPHY, TIM" if congress == 112 & id == 20346 replace namelong = "PLATTS, TODD R." if congress == 112 & id == 20135 replace namelong = "CICILLINE, DAVID" if congress == 112 & id == 21172 replace namelong = "LANGEVIN, JIM" if congress == 112 & id == 20136 replace namelong = "SCOTT, TIM" if congress == 112 & id == 21173 replace namelong = "WILSON, JOE" if congress == 112 & id == 20138 replace namelong = "DUNCAN, JEFFREY" if congress == 112 & id == 21174 replace namelong = "GOWDY, TREY" if congress == 112 & id == 21175 replace namelong = "MULVANEY, MICK" if congress == 112 & id == 21176 replace namelong = "CLYBURN, JAMES E." if congress == 112 & id == 39301 replace namelong = "NOEM, KRISTI" if congress == 112 & id == 21177 replace namelong = "ROE, PHIL" if congress == 112 & id == 20947 replace namelong = "DUNCAN JR., JOHN J." if congress == 112 & id == 15455 replace namelong = "FLEISCHMANN, CHUCK" if congress == 112 & id == 21178 replace namelong = "DESJARLAIS, SCOTT" if congress == 112 & id == 21179 replace namelong = "COOPER, JIM" if congress == 112 & id == 15019 replace namelong = "BLACK, DIANE" if congress == 112 & id == 21180 replace namelong = "BLACKBURN, MARSHA" if congress == 112 & id == 20351 replace namelong = "FINCHER, STEPHEN" if congress == 112 & id == 21181 replace namelong = "COHEN, STEVE" if congress == 112 & id == 20748 replace namelong = "GOHMERT, LOUIE" if congress == 112 & id == 20527 replace namelong = "POE, TED" if congress == 112 & id == 20528 replace namelong = "JOHNSON, SAM" if congress == 112 & id == 29143 replace namelong = "HALL, RALPH M." if congress == 112 & id == 94828 replace namelong = "HENSARLING, JEB" if congress == 112 & id == 20352 replace namelong = "BARTON, JOE L." if congress == 112 & id == 15085 replace namelong = "CULBERSON, JOHN" if congress == 112 & id == 20139 replace namelong = "BRADY, KEVIN" if congress == 112 & id == 29760 replace namelong = "GREEN, AL" if congress == 112 & id == 20529 replace namelong = "MCCAUL, MICHAEL" if congress == 112 & id == 20530 replace namelong = "CONAWAY, K. MICHAEL" if congress == 112 & id == 20531 replace namelong = "GRANGER, KAY" if congress == 112 & id == 29762 replace namelong = "THORNBERRY, WILLIAM M." if congress == 112 & id == 29572 replace namelong = "PAUL, RON" if congress == 112 & id == 14290 replace namelong = "HINOJOSA, RUB+N" if congress == 112 & id == 29763 replace namelong = "REYES, SILVESTRE" if congress == 112 & id == 29764 replace namelong = "FLORES, BILL" if congress == 112 & id == 21182 replace namelong = "JACKSON-LEE, SHEILA" if congress == 112 & id == 29573 replace namelong = "NEUGEBAUER, RANDY" if congress == 112 & id == 20353 replace namelong = "GONZALEZ, CHARLIE" if congress == 112 & id == 29943 replace namelong = "SMITH, LAMAR" if congress == 112 & id == 15445 replace namelong = "OLSON, PETE" if congress == 112 & id == 20948 replace namelong = "CANSECO, FRANCISCO" if congress == 112 & id == 21183 replace namelong = "MARCHANT, KENNY" if congress == 112 & id == 20532 replace namelong = "DOGGETT, LLOYD" if congress == 112 & id == 29571 replace namelong = "BURGESS, MICHAEL C." if congress == 112 & id == 20355 replace namelong = "FARENTHOLD, BLAKE" if congress == 112 & id == 21184 replace namelong = "CUELLAR, HENRY" if congress == 112 & id == 20533 replace namelong = "GREEN, GENE" if congress == 112 & id == 39304 replace namelong = "JOHNSON, EDDIE BERNICE" if congress == 112 & id == 39305 replace namelong = "CARTER, JOHN" if congress == 112 & id == 20356 replace namelong = "SESSIONS, PETE" if congress == 112 & id == 29759 replace namelong = "BISHOP, ROB" if congress == 112 & id == 20357 replace namelong = "MATHESON, JIM" if congress == 112 & id == 20140 replace namelong = "CHAFFETZ, JASON" if congress == 112 & id == 20949 replace namelong = "WELCH, PETER" if congress == 112 & id == 20750 replace namelong = "WITTMAN, ROBERT J." if congress == 112 & id == 20756 replace namelong = "RIGELL, SCOTT" if congress == 112 & id == 21185 replace namelong = "SCOTT, ROBERT C." if congress == 112 & id == 39307 replace namelong = "FORBES, J. RANDY" if congress == 112 & id == 20143 replace namelong = "HURT, ROBERT" if congress == 112 & id == 21186 replace namelong = "GOODLATTE, ROBERT W." if congress == 112 & id == 39308 replace namelong = "CANTOR, ERIC" if congress == 112 & id == 20144 replace namelong = "MORAN, JAMES P." if congress == 112 & id == 29149 replace namelong = "GRIFFITH, MORGAN" if congress == 112 & id == 21191 replace namelong = "WOLF, FRANK R." if congress == 112 & id == 14869 replace namelong = "CONNOLLY, GERALD E." if congress == 112 & id == 20952 replace namelong = "INSLEE, JAY" if congress == 112 & id == 29937 replace namelong = "DELBENE, SUZAN K." if congress == 112 & id == 31101 replace namelong = "LARSEN, RICK" if congress == 112 & id == 20145 replace namelong = "HERRERA, JAIME" if congress == 112 & id == 21187 replace namelong = "HASTINGS, DOC" if congress == 112 & id == 29580 replace namelong = "MCMORRIS RODGERS, CATHY" if congress == 112 & id == 20535 replace namelong = "DICKS, NORMAN D." if congress == 112 & id == 14413 replace namelong = "MCDERMOTT, JIM" if congress == 112 & id == 15613 replace namelong = "REICHERT, DAVE" if congress == 112 & id == 20536 replace namelong = "SMITH, ADAM" if congress == 112 & id == 29768 replace namelong = "MCKINLEY, DAVID" if congress == 112 & id == 21188 replace namelong = "CAPITO, SHELLEY MOORE" if congress == 112 & id == 20146 replace namelong = "RAHALL II, NICK J." if congress == 112 & id == 14448 replace namelong = "RYAN, PAUL D." if congress == 112 & id == 29939 replace namelong = "BALDWIN, TAMMY" if congress == 112 & id == 29940 replace namelong = "KIND, RON" if congress == 112 & id == 29769 replace namelong = "MOORE, GWEN" if congress == 112 & id == 20537 replace namelong = "SENSENBRENNER, F. JAMES" if congress == 112 & id == 14657 replace namelong = "PETRI, TOM" if congress == 112 & id == 14675 replace namelong = "DUFFY, SEAN" if congress == 112 & id == 21189 replace namelong = "RIBBLE, REID" if congress == 112 & id == 21190 replace namelong = "LUMMIS, CYNTHIA M." if congress == 112 & id == 20953 replace statecode = 47 if id == 15126 replace district = 11 if id == 15126 replace statename = "NORTH C" if id == 15126 replace partycode = 200 if id == 15126 replace nameshort = "HENDON, W" if id == 15126 replace namelong = "HENDON, WILLIAM M." if id == 15126 replace partycode = 200 if year == 2007 & id == 14828 replace partycode = 200 if year == 2008 & id == 14828 drop if year == . gen south = 0 /* this generates a variable that will be filled with 1 for southern states and 0 for non-southern states; see Vital Statistics on Congress and here: http://www.voteview.com/state_codes_icpsr.htm */ replace south = 1 if statecode == 41 /* Alabama */ replace south = 1 if statecode == 42 /* Arkansas */ replace south = 1 if statecode == 43 /* Florida */ replace south = 1 if statecode == 44 /* Georgia */ replace south = 1 if statecode == 45 /* Louisiana */ replace south = 1 if statecode == 46 /* Mississippi */ replace south = 1 if statecode == 47 /* North Carolina */ replace south = 1 if statecode == 48 /* South Carolina */ replace south = 1 if statecode == 54 /* Tennessee */ replace south = 1 if statecode == 49 /* Texas */ replace south = 1 if statecode == 40 /* Virginia */ egen gop = mean(idealpoint) if party==200, by(year) egen demsouth = mean(idealpoint) if party==100 & south==1, by(year) egen demnonsouth = mean(idealpoint) if party==100 & south==0, by(year) egen dem = mean(idealpoint) if party==100, by(year) twoway (scatter gop year, mcolor(red)) (scatter demsouth year, mcolor(dknavy)) (scatter demnonsouth year, mcolor(ltblue)) twoway (scatter gop year, mcolor(red)) (scatter dem year, mcolor(blue)) gen demID = idealpoint if party==100 gen gopID = idealpoint if party==200 twoway (scatter gopID year, mcolor(red)) (scatter demID year, mcolor(ltblue))