var fedLegislators = new Array();
var legislatorsHash = {};
var allStateLegislators = new Array();
var legislatorIdToState = {};

function legislatorSelected(field, selectedElement) {
	 var name = Element.collectTextNodesIgnoreClass(selectedElement, 'informal');
	 var id = legislatorsHash[name];
	 if(id) {
		 selectLegislatorById(id)
	 }
	 field.value = '';
}

function selectLegislatorById(id) {
	 state = legislatorIdToState[id];
	 if(state) {
		 if($('stateLegSelect').value != state) {
			 legislatorStateSelect(state); $('stateLegSelect').value = state;
		}
	}
	 if($('legislatorSection' + id)) { Element.show('legislatorSection' + id); }
	 if($('legislatorCheckbox' + id)) { $('legislatorCheckbox' + id).checked = true; }
}

function removeLegislator(id) {
	 if($('legislatorSection' + id)) { Element.hide('legislatorSection' + id); }
	 if($('legislatorCheckbox' + id)) { $('legislatorCheckbox' + id).checked = false; }
}

fedLegislators[0] = "Sen. Lisa Murkowski AK";
legislatorsHash['Sen. Lisa Murkowski AK'] = 19714;

fedLegislators[1] = "Sen. Mark Begich AK";
legislatorsHash['Sen. Mark Begich AK'] = 122189;

fedLegislators[2] = "Sen. Richard Shelby AL";
legislatorsHash['Sen. Richard Shelby AL'] = 25464;

fedLegislators[3] = "Sen. Jeff Sessions AL";
legislatorsHash['Sen. Jeff Sessions AL'] = 25465;

fedLegislators[4] = "Sen. Blanche Lincoln AR";
legislatorsHash['Sen. Blanche Lincoln AR'] = 25466;

fedLegislators[5] = "Sen. Mark Pryor AR";
legislatorsHash['Sen. Mark Pryor AR'] = 20715;

fedLegislators[6] = "Sen. John McCain AZ";
legislatorsHash['Sen. John McCain AZ'] = 25467;

fedLegislators[7] = "Sen. Jon Kyl AZ";
legislatorsHash['Sen. Jon Kyl AZ'] = 25468;

fedLegislators[8] = "Sen. Dianne Feinstein CA";
legislatorsHash['Sen. Dianne Feinstein CA'] = 25469;

fedLegislators[9] = "Sen. Barbara Boxer CA";
legislatorsHash['Sen. Barbara Boxer CA'] = 17706;

fedLegislators[10] = "Sen. Michael Bennet CO";
legislatorsHash['Sen. Michael Bennet CO'] = 136790;

fedLegislators[11] = "Sen. Mark Udall CO";
legislatorsHash['Sen. Mark Udall CO'] = 122199;

fedLegislators[12] = "Sen. Chris Dodd CT";
legislatorsHash['Sen. Chris Dodd CT'] = 25472;

fedLegislators[13] = "Sen. Joe Lieberman CT";
legislatorsHash['Sen. Joe Lieberman CT'] = 25473;

fedLegislators[14] = "Sen. Tom Carper DE";
legislatorsHash['Sen. Tom Carper DE'] = 18131;

fedLegislators[15] = "Sen. Ted Kaufman DE";
legislatorsHash['Sen. Ted Kaufman DE'] = 122204;

fedLegislators[16] = "Sen. Bill Nelson FL";
legislatorsHash['Sen. Bill Nelson FL'] = 21783;

fedLegislators[17] = "Sen. George LeMieux FL";
legislatorsHash['Sen. George LeMieux FL'] = 136811;

fedLegislators[18] = "Sen. Saxby Chambliss GA";
legislatorsHash['Sen. Saxby Chambliss GA'] = 20717;

fedLegislators[19] = "Sen. Johnny Isakson GA";
legislatorsHash['Sen. Johnny Isakson GA'] = 25476;

fedLegislators[20] = "Sen. Dan Inouye HI";
legislatorsHash['Sen. Dan Inouye HI'] = 25477;

fedLegislators[21] = "Sen. Danny Akaka HI";
legislatorsHash['Sen. Danny Akaka HI'] = 17707;

fedLegislators[22] = "Sen. Chuck Grassley IA";
legislatorsHash['Sen. Chuck Grassley IA'] = 25478;

fedLegislators[23] = "Sen. Tom Harkin IA";
legislatorsHash['Sen. Tom Harkin IA'] = 25479;

fedLegislators[24] = "Sen. Mike Crapo ID";
legislatorsHash['Sen. Mike Crapo ID'] = 25481;

fedLegislators[25] = "Sen. Jim Risch ID";
legislatorsHash['Sen. Jim Risch ID'] = 122214;

fedLegislators[26] = "Sen. Dick Durbin IL";
legislatorsHash['Sen. Dick Durbin IL'] = 25482;

fedLegislators[27] = "Sen. Roland Burris IL";
legislatorsHash['Sen. Roland Burris IL'] = 122216;

fedLegislators[28] = "Sen. Dick Lugar IN";
legislatorsHash['Sen. Dick Lugar IN'] = 25484;

fedLegislators[29] = "Sen. Evan Bayh IN";
legislatorsHash['Sen. Evan Bayh IN'] = 25485;

fedLegislators[30] = "Sen. Sam Brownback KS";
legislatorsHash['Sen. Sam Brownback KS'] = 25486;

fedLegislators[31] = "Sen. Pat Roberts KS";
legislatorsHash['Sen. Pat Roberts KS'] = 17708;

fedLegislators[32] = "Sen. Mitch McConnell KY";
legislatorsHash['Sen. Mitch McConnell KY'] = 25487;

fedLegislators[33] = "Sen. Jim Bunning KY";
legislatorsHash['Sen. Jim Bunning KY'] = 25488;

fedLegislators[34] = "Sen. Mary Landrieu LA";
legislatorsHash['Sen. Mary Landrieu LA'] = 25490;

fedLegislators[35] = "Sen. David Vitter LA";
legislatorsHash['Sen. David Vitter LA'] = 25489;

fedLegislators[36] = "Sen. John Kerry MA";
legislatorsHash['Sen. John Kerry MA'] = 25492;

fedLegislators[37] = "Sen. Barbara Mikulski MD";
legislatorsHash['Sen. Barbara Mikulski MD'] = 25494;

fedLegislators[38] = "Sen. Ben Cardin MD";
legislatorsHash['Sen. Ben Cardin MD'] = 25493;

fedLegislators[39] = "Sen. Olympia Snowe ME";
legislatorsHash['Sen. Olympia Snowe ME'] = 17709;

fedLegislators[40] = "Sen. Susan Collins ME";
legislatorsHash['Sen. Susan Collins ME'] = 25495;

fedLegislators[41] = "Sen. Carl Levin MI";
legislatorsHash['Sen. Carl Levin MI'] = 25496;

fedLegislators[42] = "Sen. Debbie Stabenow MI";
legislatorsHash['Sen. Debbie Stabenow MI'] = 21791;

fedLegislators[43] = "Sen. Amy Klobuchar MN";
legislatorsHash['Sen. Amy Klobuchar MN'] = 19483;

fedLegislators[44] = "Sen. Al Franken MN";
legislatorsHash['Sen. Al Franken MN'] = 136803;

fedLegislators[45] = "Sen. Kit Bond MO";
legislatorsHash['Sen. Kit Bond MO'] = 25497;

fedLegislators[46] = "Sen. Claire McCaskill MO";
legislatorsHash['Sen. Claire McCaskill MO'] = 20755;

fedLegislators[47] = "Sen. Thad Cochran MS";
legislatorsHash['Sen. Thad Cochran MS'] = 25498;

fedLegislators[48] = "Sen. Roger Wicker MS";
legislatorsHash['Sen. Roger Wicker MS'] = 25499;

fedLegislators[49] = "Sen. Max Baucus MT";
legislatorsHash['Sen. Max Baucus MT'] = 25500;

fedLegislators[50] = "Sen. Jon Tester MT";
legislatorsHash['Sen. Jon Tester MT'] = 25501;

fedLegislators[51] = "Sen. Richard Burr NC";
legislatorsHash['Sen. Richard Burr NC'] = 25502;

fedLegislators[52] = "Sen. Kay Hagan NC";
legislatorsHash['Sen. Kay Hagan NC'] = 131808;

fedLegislators[53] = "Sen. Kent Conrad ND";
legislatorsHash['Sen. Kent Conrad ND'] = 25503;

fedLegislators[54] = "Sen. Byron Dorgan ND";
legislatorsHash['Sen. Byron Dorgan ND'] = 17710;

fedLegislators[55] = "Sen. Ben Nelson NE";
legislatorsHash['Sen. Ben Nelson NE'] = 21799;

fedLegislators[56] = "Sen. Mike Johanns NE";
legislatorsHash['Sen. Mike Johanns NE'] = 130000;

fedLegislators[57] = "Sen. Judd Gregg NH";
legislatorsHash['Sen. Judd Gregg NH'] = 25548;

fedLegislators[58] = "Sen. Jeanne Shaheen NH";
legislatorsHash['Sen. Jeanne Shaheen NH'] = 131806;

fedLegislators[59] = "Sen. Frank Lautenberg NJ";
legislatorsHash['Sen. Frank Lautenberg NJ'] = 20719;

fedLegislators[60] = "Sen. Bob Menendez NJ";
legislatorsHash['Sen. Bob Menendez NJ'] = 21800;

fedLegislators[61] = "Sen. Jeff Bingaman NM";
legislatorsHash['Sen. Jeff Bingaman NM'] = 25550;

fedLegislators[62] = "Sen. Tom Udall NM";
legislatorsHash['Sen. Tom Udall NM'] = 122252;

fedLegislators[63] = "Sen. Harry Reid NV";
legislatorsHash['Sen. Harry Reid NV'] = 25551;

fedLegislators[64] = "Sen. John Ensign NV";
legislatorsHash['Sen. John Ensign NV'] = 21801;

fedLegislators[65] = "Sen. Chuck Schumer NY";
legislatorsHash['Sen. Chuck Schumer NY'] = 25552;

fedLegislators[66] = "Sen. Kirsten Gillibrand NY";
legislatorsHash['Sen. Kirsten Gillibrand NY'] = 136797;

fedLegislators[67] = "Sen. George Voinovich OH";
legislatorsHash['Sen. George Voinovich OH'] = 25554;

fedLegislators[68] = "Sen. Sherrod Brown OH";
legislatorsHash['Sen. Sherrod Brown OH'] = 25553;

fedLegislators[69] = "Sen. Jim Inhofe OK";
legislatorsHash['Sen. Jim Inhofe OK'] = 25707;

fedLegislators[70] = "Sen. Tom Coburn OK";
legislatorsHash['Sen. Tom Coburn OK'] = 17711;

fedLegislators[71] = "Sen. Ron Wyden OR";
legislatorsHash['Sen. Ron Wyden OR'] = 25708;

fedLegislators[72] = "Sen. Jeff Merkley OR";
legislatorsHash['Sen. Jeff Merkley OR'] = 122262;

fedLegislators[73] = "Sen. Arlen Specter PA";
legislatorsHash['Sen. Arlen Specter PA'] = 25710;

fedLegislators[74] = "Sen. Bob Casey PA";
legislatorsHash['Sen. Bob Casey PA'] = 25711;

fedLegislators[75] = "Sen. Jack Reed RI";
legislatorsHash['Sen. Jack Reed RI'] = 25712;

fedLegislators[76] = "Sen. Sheldon Whitehouse RI";
legislatorsHash['Sen. Sheldon Whitehouse RI'] = 25713;

fedLegislators[77] = "Sen. Lindsey Graham SC";
legislatorsHash['Sen. Lindsey Graham SC'] = 20736;

fedLegislators[78] = "Sen. Jim DeMint SC";
legislatorsHash['Sen. Jim DeMint SC'] = 25714;

fedLegislators[79] = "Sen. Tim Johnson SD";
legislatorsHash['Sen. Tim Johnson SD'] = 17712;

fedLegislators[80] = "Sen. John Thune SD";
legislatorsHash['Sen. John Thune SD'] = 25715;

fedLegislators[81] = "Sen. Lamar Alexander TN";
legislatorsHash['Sen. Lamar Alexander TN'] = 18265;

fedLegislators[82] = "Sen. Bob Corker TN";
legislatorsHash['Sen. Bob Corker TN'] = 25258;

fedLegislators[83] = "Sen. Kay Hutchison TX";
legislatorsHash['Sen. Kay Hutchison TX'] = 25259;

fedLegislators[84] = "Sen. John Cornyn TX";
legislatorsHash['Sen. John Cornyn TX'] = 20721;

fedLegislators[85] = "Sen. Orrin Hatch UT";
legislatorsHash['Sen. Orrin Hatch UT'] = 25260;

fedLegislators[86] = "Sen. Bob Bennett UT";
legislatorsHash['Sen. Bob Bennett UT'] = 25261;

fedLegislators[87] = "Sen. Jim Webb VA";
legislatorsHash['Sen. Jim Webb VA'] = 21803;

fedLegislators[88] = "Sen. Mark Warner VA";
legislatorsHash['Sen. Mark Warner VA'] = 130004;

fedLegislators[89] = "Sen. Pat Leahy VT";
legislatorsHash['Sen. Pat Leahy VT'] = 25263;

fedLegislators[90] = "Sen. Bernie Sanders VT";
legislatorsHash['Sen. Bernie Sanders VT'] = 25264;

fedLegislators[91] = "Sen. Patty Murray WA";
legislatorsHash['Sen. Patty Murray WA'] = 25265;

fedLegislators[92] = "Sen. Maria Cantwell WA";
legislatorsHash['Sen. Maria Cantwell WA'] = 21804;

fedLegislators[93] = "Sen. Herb Kohl WI";
legislatorsHash['Sen. Herb Kohl WI'] = 17713;

fedLegislators[94] = "Sen. Russ Feingold WI";
legislatorsHash['Sen. Russ Feingold WI'] = 25273;

fedLegislators[95] = "Sen. Bob Byrd WV";
legislatorsHash['Sen. Bob Byrd WV'] = 25274;

fedLegislators[96] = "Sen. Jay Rockefeller WV";
legislatorsHash['Sen. Jay Rockefeller WV'] = 25275;

fedLegislators[97] = "Sen. Mike Enzi WY";
legislatorsHash['Sen. Mike Enzi WY'] = 25277;

fedLegislators[98] = "Sen. John Barrasso WY";
legislatorsHash['Sen. John Barrasso WY'] = 25276;

fedLegislators[99] = "Rep. Don Young AK-01";
legislatorsHash['Rep. Don Young AK-01'] = 25733;

fedLegislators[100] = "Rep. Jo Bonner AL-01";
legislatorsHash['Rep. Jo Bonner AL-01'] = 20722;

fedLegislators[101] = "Rep. Bobby Bright AL-02";
legislatorsHash['Rep. Bobby Bright AL-02'] = 121751;

fedLegislators[102] = "Rep. Mike Rogers AL-03";
legislatorsHash['Rep. Mike Rogers AL-03'] = 20190;

fedLegislators[103] = "Rep. Bob Aderholt AL-04";
legislatorsHash['Rep. Bob Aderholt AL-04'] = 25735;

fedLegislators[104] = "Rep. Parker Griffith AL-05";
legislatorsHash['Rep. Parker Griffith AL-05'] = 121754;

fedLegislators[105] = "Rep. Spencer Bachus AL-06";
legislatorsHash['Rep. Spencer Bachus AL-06'] = 25737;

fedLegislators[106] = "Rep. Artur Davis AL-07";
legislatorsHash['Rep. Artur Davis AL-07'] = 20723;

fedLegislators[107] = "Rep. Marion Berry AR-01";
legislatorsHash['Rep. Marion Berry AR-01'] = 25738;

fedLegislators[108] = "Rep. Vic Snyder AR-02";
legislatorsHash['Rep. Vic Snyder AR-02'] = 25739;

fedLegislators[109] = "Rep. John Boozman AR-03";
legislatorsHash['Rep. John Boozman AR-03'] = 20804;

fedLegislators[110] = "Rep. Mike Ross AR-04";
legislatorsHash['Rep. Mike Ross AR-04'] = 21805;

fedLegislators[111] = "Rep. Eni Faleomavaega AS-01";
legislatorsHash['Rep. Eni Faleomavaega AS-01'] = 25740;

fedLegislators[112] = "Rep. Ann Kirkpatrick AZ-01";
legislatorsHash['Rep. Ann Kirkpatrick AZ-01'] = 131813;

fedLegislators[113] = "Rep. Trent Franks AZ-02";
legislatorsHash['Rep. Trent Franks AZ-02'] = 19217;

fedLegislators[114] = "Rep. John Shadegg AZ-03";
legislatorsHash['Rep. John Shadegg AZ-03'] = 25632;

fedLegislators[115] = "Rep. Ed Pastor AZ-04";
legislatorsHash['Rep. Ed Pastor AZ-04'] = 17669;

fedLegislators[116] = "Rep. Harry Mitchell AZ-05";
legislatorsHash['Rep. Harry Mitchell AZ-05'] = 25634;

fedLegislators[117] = "Rep. Jeff Flake AZ-06";
legislatorsHash['Rep. Jeff Flake AZ-06'] = 21806;

fedLegislators[118] = "Rep. Raul Grijalva AZ-07";
legislatorsHash['Rep. Raul Grijalva AZ-07'] = 20757;

fedLegislators[119] = "Rep. Gabrielle Giffords AZ-08";
legislatorsHash['Rep. Gabrielle Giffords AZ-08'] = 25633;

fedLegislators[120] = "Rep. Mike Thompson CA-01";
legislatorsHash['Rep. Mike Thompson CA-01'] = 25635;

fedLegislators[121] = "Rep. Wally Herger CA-02";
legislatorsHash['Rep. Wally Herger CA-02'] = 25636;

fedLegislators[122] = "Rep. Dan Lungren CA-03";
legislatorsHash['Rep. Dan Lungren CA-03'] = 25637;

fedLegislators[123] = "Rep. Tom McClintock CA-04";
legislatorsHash['Rep. Tom McClintock CA-04'] = 121771;

fedLegislators[124] = "Rep. Doris Matsui CA-05";
legislatorsHash['Rep. Doris Matsui CA-05'] = 25639;

fedLegislators[125] = "Rep. Lynn Woolsey CA-06";
legislatorsHash['Rep. Lynn Woolsey CA-06'] = 17670;

fedLegislators[126] = "Rep. George Miller CA-07";
legislatorsHash['Rep. George Miller CA-07'] = 25640;

fedLegislators[127] = "Rep. Nancy Pelosi CA-08";
legislatorsHash['Rep. Nancy Pelosi CA-08'] = 25641;

fedLegislators[128] = "Rep. Barbara Lee CA-09";
legislatorsHash['Rep. Barbara Lee CA-09'] = 25642;

fedLegislators[129] = "Rep. John Garamendi CA-10";
legislatorsHash['Rep. John Garamendi CA-10'] = 136813;

fedLegislators[130] = "Rep. Jerry McNerney CA-11";
legislatorsHash['Rep. Jerry McNerney CA-11'] = 25644;

fedLegislators[131] = "Rep. Jackie Speier CA-12";
legislatorsHash['Rep. Jackie Speier CA-12'] = 26207;

fedLegislators[132] = "Rep. Pete Stark CA-13";
legislatorsHash['Rep. Pete Stark CA-13'] = 25646;

fedLegislators[133] = "Rep. Anna Eshoo CA-14";
legislatorsHash['Rep. Anna Eshoo CA-14'] = 25647;

fedLegislators[134] = "Rep. Mike Honda CA-15";
legislatorsHash['Rep. Mike Honda CA-15'] = 21650;

fedLegislators[135] = "Rep. Zoe Lofgren CA-16";
legislatorsHash['Rep. Zoe Lofgren CA-16'] = 17671;

fedLegislators[136] = "Rep. Sam Farr CA-17";
legislatorsHash['Rep. Sam Farr CA-17'] = 25648;

fedLegislators[137] = "Rep. Dennis Cardoza CA-18";
legislatorsHash['Rep. Dennis Cardoza CA-18'] = 20726;

fedLegislators[138] = "Rep. George Radanovich CA-19";
legislatorsHash['Rep. George Radanovich CA-19'] = 25649;

fedLegislators[139] = "Rep. Jim Costa CA-20";
legislatorsHash['Rep. Jim Costa CA-20'] = 25650;

fedLegislators[140] = "Rep. Devin Nunes CA-21";
legislatorsHash['Rep. Devin Nunes CA-21'] = 20730;

fedLegislators[141] = "Rep. Kevin McCarthy CA-22";
legislatorsHash['Rep. Kevin McCarthy CA-22'] = 25651;

fedLegislators[142] = "Rep. Lois Capps CA-23";
legislatorsHash['Rep. Lois Capps CA-23'] = 25652;

fedLegislators[143] = "Rep. Elton Gallegly CA-24";
legislatorsHash['Rep. Elton Gallegly CA-24'] = 25653;

fedLegislators[144] = "Rep. Buck McKeon CA-25";
legislatorsHash['Rep. Buck McKeon CA-25'] = 25655;

fedLegislators[145] = "Rep. David Dreier CA-26";
legislatorsHash['Rep. David Dreier CA-26'] = 17672;

fedLegislators[146] = "Rep. Brad Sherman CA-27";
legislatorsHash['Rep. Brad Sherman CA-27'] = 25654;

fedLegislators[147] = "Rep. Howard Berman CA-28";
legislatorsHash['Rep. Howard Berman CA-28'] = 25656;

fedLegislators[148] = "Rep. Adam Schiff CA-29";
legislatorsHash['Rep. Adam Schiff CA-29'] = 21651;

fedLegislators[149] = "Rep. Henry Waxman CA-30";
legislatorsHash['Rep. Henry Waxman CA-30'] = 25657;

fedLegislators[150] = "Rep. Xavier Becerra CA-31";
legislatorsHash['Rep. Xavier Becerra CA-31'] = 25658;

fedLegislators[151] = "Rep. Hilda Solis CA-32";
legislatorsHash['Rep. Hilda Solis CA-32'] = 21652;

fedLegislators[152] = "Rep. Judy Chu CA-32";
legislatorsHash['Rep. Judy Chu CA-32'] = 136810;

fedLegislators[153] = "Rep. Diane Watson CA-33";
legislatorsHash['Rep. Diane Watson CA-33'] = 20774;

fedLegislators[154] = "Rep. Lucille Roybal-Allard CA-34";
legislatorsHash['Rep. Lucille Roybal-Allard CA-34'] = 25659;

fedLegislators[155] = "Rep. Maxine Waters CA-35";
legislatorsHash['Rep. Maxine Waters CA-35'] = 25661;

fedLegislators[156] = "Rep. Jane Harman CA-36";
legislatorsHash['Rep. Jane Harman CA-36'] = 21807;

fedLegislators[157] = "Rep. Laura Richardson CA-37";
legislatorsHash['Rep. Laura Richardson CA-37'] = 25662;

fedLegislators[158] = "Rep. Grace Napolitano CA-38";
legislatorsHash['Rep. Grace Napolitano CA-38'] = 25660;

fedLegislators[159] = "Rep. Linda Sanchez CA-39";
legislatorsHash['Rep. Linda Sanchez CA-39'] = 18263;

fedLegislators[160] = "Rep. Ed Royce CA-40";
legislatorsHash['Rep. Ed Royce CA-40'] = 25663;

fedLegislators[161] = "Rep. Jerry Lewis CA-41";
legislatorsHash['Rep. Jerry Lewis CA-41'] = 25664;

fedLegislators[162] = "Rep. Gary Miller CA-42";
legislatorsHash['Rep. Gary Miller CA-42'] = 17673;

fedLegislators[163] = "Rep. Joe Baca CA-43";
legislatorsHash['Rep. Joe Baca CA-43'] = 25665;

fedLegislators[164] = "Rep. Ken Calvert CA-44";
legislatorsHash['Rep. Ken Calvert CA-44'] = 25666;

fedLegislators[165] = "Rep. Mary Bono Mack CA-45";
legislatorsHash['Rep. Mary Bono Mack CA-45'] = 121811;

fedLegislators[166] = "Rep. Dana Rohrabacher CA-46";
legislatorsHash['Rep. Dana Rohrabacher CA-46'] = 25668;

fedLegislators[167] = "Rep. Loretta Sanchez CA-47";
legislatorsHash['Rep. Loretta Sanchez CA-47'] = 25669;

fedLegislators[168] = "Rep. John Campbell CA-48";
legislatorsHash['Rep. John Campbell CA-48'] = 25670;

fedLegislators[169] = "Rep. Darrell Issa CA-49";
legislatorsHash['Rep. Darrell Issa CA-49'] = 18133;

fedLegislators[170] = "Rep. Brian Bilbray CA-50";
legislatorsHash['Rep. Brian Bilbray CA-50'] = 20758;

fedLegislators[171] = "Rep. Bob Filner CA-51";
legislatorsHash['Rep. Bob Filner CA-51'] = 25671;

fedLegislators[172] = "Rep. Duncan Hunter CA-52";
legislatorsHash['Rep. Duncan Hunter CA-52'] = 25672;

fedLegislators[173] = "Rep. Susan Davis CA-53";
legislatorsHash['Rep. Susan Davis CA-53'] = 21653;

fedLegislators[174] = "Rep. Diana DeGette CO-01";
legislatorsHash['Rep. Diana DeGette CO-01'] = 25673;

fedLegislators[175] = "Rep. Jared Polis CO-02";
legislatorsHash['Rep. Jared Polis CO-02'] = 121821;

fedLegislators[176] = "Rep. John T. Salazar CO-03";
legislatorsHash['Rep. John T. Salazar CO-03'] = 25674;

fedLegislators[177] = "Rep. Betsy Markey CO-04";
legislatorsHash['Rep. Betsy Markey CO-04'] = 131830;

fedLegislators[178] = "Rep. Doug Lamborn CO-05";
legislatorsHash['Rep. Doug Lamborn CO-05'] = 25675;

fedLegislators[179] = "Rep. Mike Coffman CO-06";
legislatorsHash['Rep. Mike Coffman CO-06'] = 121825;

fedLegislators[180] = "Rep. Ed Perlmutter CO-07";
legislatorsHash['Rep. Ed Perlmutter CO-07'] = 18298;

fedLegislators[181] = "Rep. John Larson CT-01";
legislatorsHash['Rep. John Larson CT-01'] = 25677;

fedLegislators[182] = "Rep. Joe Courtney CT-02";
legislatorsHash['Rep. Joe Courtney CT-02'] = 21263;

fedLegislators[183] = "Rep. Rosa DeLauro CT-03";
legislatorsHash['Rep. Rosa DeLauro CT-03'] = 25678;

fedLegislators[184] = "Rep. Jim Himes CT-04";
legislatorsHash['Rep. Jim Himes CT-04'] = 121829;

fedLegislators[185] = "Rep. Christopher Murphy CT-05";
legislatorsHash['Rep. Christopher Murphy CT-05'] = 25680;

fedLegislators[186] = "Rep. Eleanor Norton DC-01";
legislatorsHash['Rep. Eleanor Norton DC-01'] = 25681;

fedLegislators[187] = "Rep. Mike Castle DE-01";
legislatorsHash['Rep. Mike Castle DE-01'] = 17675;

fedLegislators[188] = "Rep. Jeff Miller FL-01";
legislatorsHash['Rep. Jeff Miller FL-01'] = 20802;

fedLegislators[189] = "Rep. Allen Boyd FL-02";
legislatorsHash['Rep. Allen Boyd FL-02'] = 25682;

fedLegislators[190] = "Rep. Corrine Brown FL-03";
legislatorsHash['Rep. Corrine Brown FL-03'] = 25683;

fedLegislators[191] = "Rep. Ander Crenshaw FL-04";
legislatorsHash['Rep. Ander Crenshaw FL-04'] = 21654;

fedLegislators[192] = "Rep. Ginny Brown-Waite FL-05";
legislatorsHash['Rep. Ginny Brown-Waite FL-05'] = 20742;

fedLegislators[193] = "Rep. Cliff Stearns FL-06";
legislatorsHash['Rep. Cliff Stearns FL-06'] = 25684;

fedLegislators[194] = "Rep. John Mica FL-07";
legislatorsHash['Rep. John Mica FL-07'] = 25685;

fedLegislators[195] = "Rep. Alan Grayson FL-08";
legislatorsHash['Rep. Alan Grayson FL-08'] = 130192;

fedLegislators[196] = "Rep. Gus Bilirakis FL-09";
legislatorsHash['Rep. Gus Bilirakis FL-09'] = 25686;

fedLegislators[197] = "Rep. Bill Young FL-10";
legislatorsHash['Rep. Bill Young FL-10'] = 25687;

fedLegislators[198] = "Rep. Kathy Castor FL-11";
legislatorsHash['Rep. Kathy Castor FL-11'] = 25688;

fedLegislators[199] = "Rep. Adam Putnam FL-12";
legislatorsHash['Rep. Adam Putnam FL-12'] = 21262;

fedLegislators[200] = "Rep. Vern Buchanan FL-13";
legislatorsHash['Rep. Vern Buchanan FL-13'] = 20738;

fedLegislators[201] = "Rep. Connie Mack FL-14";
legislatorsHash['Rep. Connie Mack FL-14'] = 18512;

fedLegislators[202] = "Rep. Bill Posey FL-15";
legislatorsHash['Rep. Bill Posey FL-15'] = 121848;

fedLegislators[203] = "Rep. Tom Rooney FL-16";
legislatorsHash['Rep. Tom Rooney FL-16'] = 121849;

fedLegislators[204] = "Rep. Kendrick Meek FL-17";
legislatorsHash['Rep. Kendrick Meek FL-17'] = 20737;

fedLegislators[205] = "Rep. Ileana Ros-Lehtinen FL-18";
legislatorsHash['Rep. Ileana Ros-Lehtinen FL-18'] = 17676;

fedLegislators[206] = "Rep. Bob Wexler FL-19";
legislatorsHash['Rep. Bob Wexler FL-19'] = 25691;

fedLegislators[207] = "Rep. Debbie Wasserman Schultz FL-20";
legislatorsHash['Rep. Debbie Wasserman Schultz FL-20'] = 25692;

fedLegislators[208] = "Rep. Lincoln Diaz-Balart FL-21";
legislatorsHash['Rep. Lincoln Diaz-Balart FL-21'] = 25693;

fedLegislators[209] = "Rep. Ron Klein FL-22";
legislatorsHash['Rep. Ron Klein FL-22'] = 25694;

fedLegislators[210] = "Rep. Alcee Hastings FL-23";
legislatorsHash['Rep. Alcee Hastings FL-23'] = 25695;

fedLegislators[211] = "Rep. Suzanne Kosmas FL-24";
legislatorsHash['Rep. Suzanne Kosmas FL-24'] = 132369;

fedLegislators[212] = "Rep. Mario Diaz-Balart FL-25";
legislatorsHash['Rep. Mario Diaz-Balart FL-25'] = 20602;

fedLegislators[213] = "Rep. Jack Kingston GA-01";
legislatorsHash['Rep. Jack Kingston GA-01'] = 25696;

fedLegislators[214] = "Rep. Sanford Bishop GA-02";
legislatorsHash['Rep. Sanford Bishop GA-02'] = 25697;

fedLegislators[215] = "Rep. Lynn Westmoreland GA-03";
legislatorsHash['Rep. Lynn Westmoreland GA-03'] = 25698;

fedLegislators[216] = "Rep. Hank Johnson GA-04";
legislatorsHash['Rep. Hank Johnson GA-04'] = 20747;

fedLegislators[217] = "Rep. John Lewis GA-05";
legislatorsHash['Rep. John Lewis GA-05'] = 17679;

fedLegislators[218] = "Rep. Tom Price GA-06";
legislatorsHash['Rep. Tom Price GA-06'] = 25699;

fedLegislators[219] = "Rep. John Linder GA-07";
legislatorsHash['Rep. John Linder GA-07'] = 25702;

fedLegislators[220] = "Rep. Jim Marshall GA-08";
legislatorsHash['Rep. Jim Marshall GA-08'] = 20716;

fedLegislators[221] = "Rep. Nathan Deal GA-09";
legislatorsHash['Rep. Nathan Deal GA-09'] = 25700;

fedLegislators[222] = "Rep. Paul Broun GA-10";
legislatorsHash['Rep. Paul Broun GA-10'] = 25701;

fedLegislators[223] = "Rep. Phil Gingrey GA-11";
legislatorsHash['Rep. Phil Gingrey GA-11'] = 20744;

fedLegislators[224] = "Rep. John Barrow GA-12";
legislatorsHash['Rep. John Barrow GA-12'] = 20759;

fedLegislators[225] = "Rep. David Scott GA-13";
legislatorsHash['Rep. David Scott GA-13'] = 20788;

fedLegislators[226] = "Rep. Madeleine Bordallo GU-01";
legislatorsHash['Rep. Madeleine Bordallo GU-01'] = 18881;

fedLegislators[227] = "Rep. Neil Abercrombie HI-01";
legislatorsHash['Rep. Neil Abercrombie HI-01'] = 25703;

fedLegislators[228] = "Rep. Mazie Hirono HI-02";
legislatorsHash['Rep. Mazie Hirono HI-02'] = 20124;

fedLegislators[229] = "Rep. Bruce Braley IA-01";
legislatorsHash['Rep. Bruce Braley IA-01'] = 25705;

fedLegislators[230] = "Rep. Dave Loebsack IA-02";
legislatorsHash['Rep. Dave Loebsack IA-02'] = 25704;

fedLegislators[231] = "Rep. Leonard Boswell IA-03";
legislatorsHash['Rep. Leonard Boswell IA-03'] = 25706;

fedLegislators[232] = "Rep. Tom Latham IA-04";
legislatorsHash['Rep. Tom Latham IA-04'] = 17680;

fedLegislators[233] = "Rep. Steve King IA-05";
legislatorsHash['Rep. Steve King IA-05'] = 20750;

fedLegislators[234] = "Rep. Walt Minnick ID-01";
legislatorsHash['Rep. Walt Minnick ID-01'] = 130193;

fedLegislators[235] = "Rep. Mike Simpson ID-02";
legislatorsHash['Rep. Mike Simpson ID-02'] = 25716;

fedLegislators[236] = "Rep. Bobby Rush IL-01";
legislatorsHash['Rep. Bobby Rush IL-01'] = 25717;

fedLegislators[237] = "Rep. Jesse Jackson IL-02";
legislatorsHash['Rep. Jesse Jackson IL-02'] = 25718;

fedLegislators[238] = "Rep. Dan Lipinski IL-03";
legislatorsHash['Rep. Dan Lipinski IL-03'] = 25719;

fedLegislators[239] = "Rep. Luis Gutierrez IL-04";
legislatorsHash['Rep. Luis Gutierrez IL-04'] = 25720;

fedLegislators[240] = "Rep. Mike Quigley IL-05";
legislatorsHash['Rep. Mike Quigley IL-05'] = 136799;

fedLegislators[241] = "Rep. Peter Roskam IL-06";
legislatorsHash['Rep. Peter Roskam IL-06'] = 25721;

fedLegislators[242] = "Rep. Danny Davis IL-07";
legislatorsHash['Rep. Danny Davis IL-07'] = 25722;

fedLegislators[243] = "Rep. Melissa Bean IL-08";
legislatorsHash['Rep. Melissa Bean IL-08'] = 25723;

fedLegislators[244] = "Rep. Jan Schakowsky IL-09";
legislatorsHash['Rep. Jan Schakowsky IL-09'] = 121886;

fedLegislators[245] = "Rep. Mark Kirk IL-10";
legislatorsHash['Rep. Mark Kirk IL-10'] = 18145;

fedLegislators[246] = "Rep. Debbie Halvorson IL-11";
legislatorsHash['Rep. Debbie Halvorson IL-11'] = 121888;

fedLegislators[247] = "Rep. Jerry Costello IL-12";
legislatorsHash['Rep. Jerry Costello IL-12'] = 25725;

fedLegislators[248] = "Rep. Judy Biggert IL-13";
legislatorsHash['Rep. Judy Biggert IL-13'] = 25726;

fedLegislators[249] = "Rep. Bill Foster IL-14";
legislatorsHash['Rep. Bill Foster IL-14'] = 25727;

fedLegislators[250] = "Rep. Tim Johnson IL-15";
legislatorsHash['Rep. Tim Johnson IL-15'] = 21657;

fedLegislators[251] = "Rep. Don Manzullo IL-16";
legislatorsHash['Rep. Don Manzullo IL-16'] = 25728;

fedLegislators[252] = "Rep. Philip Hare IL-17";
legislatorsHash['Rep. Philip Hare IL-17'] = 25729;

fedLegislators[253] = "Rep. Aaron Schock IL-18";
legislatorsHash['Rep. Aaron Schock IL-18'] = 121895;

fedLegislators[254] = "Rep. John Shimkus IL-19";
legislatorsHash['Rep. John Shimkus IL-19'] = 25731;

fedLegislators[255] = "Rep. Peter Visclosky IN-01";
legislatorsHash['Rep. Peter Visclosky IN-01'] = 25732;

fedLegislators[256] = "Rep. Joe Donnelly IN-02";
legislatorsHash['Rep. Joe Donnelly IN-02'] = 20749;

fedLegislators[257] = "Rep. Mark Souder IN-03";
legislatorsHash['Rep. Mark Souder IN-03'] = 17682;

fedLegislators[258] = "Rep. Steve Buyer IN-04";
legislatorsHash['Rep. Steve Buyer IN-04'] = 25741;

fedLegislators[259] = "Rep. Dan Burton IN-05";
legislatorsHash['Rep. Dan Burton IN-05'] = 25742;

fedLegislators[260] = "Rep. Mike Pence IN-06";
legislatorsHash['Rep. Mike Pence IN-06'] = 21658;

fedLegislators[261] = "Rep. Andre Carson IN-07";
legislatorsHash['Rep. Andre Carson IN-07'] = 121907;

fedLegislators[262] = "Rep. Brad Ellsworth IN-08";
legislatorsHash['Rep. Brad Ellsworth IN-08'] = 25743;

fedLegislators[263] = "Rep. Baron Hill IN-09";
legislatorsHash['Rep. Baron Hill IN-09'] = 25744;

fedLegislators[264] = "Rep. Jerry Moran KS-01";
legislatorsHash['Rep. Jerry Moran KS-01'] = 25746;

fedLegislators[265] = "Rep. Lynn Jenkins KS-02";
legislatorsHash['Rep. Lynn Jenkins KS-02'] = 121909;

fedLegislators[266] = "Rep. Dennis Moore KS-03";
legislatorsHash['Rep. Dennis Moore KS-03'] = 25748;

fedLegislators[267] = "Rep. Todd Tiahrt KS-04";
legislatorsHash['Rep. Todd Tiahrt KS-04'] = 25749;

fedLegislators[268] = "Rep. Ed Whitfield KY-01";
legislatorsHash['Rep. Ed Whitfield KY-01'] = 17683;

fedLegislators[269] = "Rep. Brett Guthrie KY-02";
legislatorsHash['Rep. Brett Guthrie KY-02'] = 121913;

fedLegislators[270] = "Rep. John Yarmuth KY-03";
legislatorsHash['Rep. John Yarmuth KY-03'] = 25505;

fedLegislators[271] = "Rep. Geoff Davis KY-04";
legislatorsHash['Rep. Geoff Davis KY-04'] = 25506;

fedLegislators[272] = "Rep. Hal Rogers KY-05";
legislatorsHash['Rep. Hal Rogers KY-05'] = 25507;

fedLegislators[273] = "Rep. Ben Chandler KY-06";
legislatorsHash['Rep. Ben Chandler KY-06'] = 18571;

fedLegislators[274] = "Rep. Steve Scalise LA-01";
legislatorsHash['Rep. Steve Scalise LA-01'] = 121918;

fedLegislators[275] = "Rep. Joseph Cao LA-02";
legislatorsHash['Rep. Joseph Cao LA-02'] = 121919;

fedLegislators[276] = "Rep. Charlie Melancon LA-03";
legislatorsHash['Rep. Charlie Melancon LA-03'] = 25510;

fedLegislators[277] = "Rep. John Fleming LA-04";
legislatorsHash['Rep. John Fleming LA-04'] = 121921;

fedLegislators[278] = "Rep. Rodney Alexander LA-05";
legislatorsHash['Rep. Rodney Alexander LA-05'] = 20012;

fedLegislators[279] = "Rep. Bill Cassidy LA-06";
legislatorsHash['Rep. Bill Cassidy LA-06'] = 121923;

fedLegislators[280] = "Rep. Charles Boustany LA-07";
legislatorsHash['Rep. Charles Boustany LA-07'] = 17684;

fedLegislators[281] = "Rep. John Olver MA-01";
legislatorsHash['Rep. John Olver MA-01'] = 25513;

fedLegislators[282] = "Rep. Richie Neal MA-02";
legislatorsHash['Rep. Richie Neal MA-02'] = 25514;

fedLegislators[283] = "Rep. Jim McGovern MA-03";
legislatorsHash['Rep. Jim McGovern MA-03'] = 25515;

fedLegislators[284] = "Rep. Barney Frank MA-04";
legislatorsHash['Rep. Barney Frank MA-04'] = 25516;

fedLegislators[285] = "Rep. Niki Tsongas MA-05";
legislatorsHash['Rep. Niki Tsongas MA-05'] = 25517;

fedLegislators[286] = "Rep. John Tierney MA-06";
legislatorsHash['Rep. John Tierney MA-06'] = 25518;

fedLegislators[287] = "Rep. Ed Markey MA-07";
legislatorsHash['Rep. Ed Markey MA-07'] = 25519;

fedLegislators[288] = "Rep. Michael Capuano MA-08";
legislatorsHash['Rep. Michael Capuano MA-08'] = 25520;

fedLegislators[289] = "Rep. Steve Lynch MA-09";
legislatorsHash['Rep. Steve Lynch MA-09'] = 20801;

fedLegislators[290] = "Rep. Bill Delahunt MA-10";
legislatorsHash['Rep. Bill Delahunt MA-10'] = 25521;

fedLegislators[291] = "Rep. Frank Kratovil MD-01";
legislatorsHash['Rep. Frank Kratovil MD-01'] = 121935;

fedLegislators[292] = "Rep. Dutch Ruppersberger MD-02";
legislatorsHash['Rep. Dutch Ruppersberger MD-02'] = 18266;

fedLegislators[293] = "Rep. John Sarbanes MD-03";
legislatorsHash['Rep. John Sarbanes MD-03'] = 25522;

fedLegislators[294] = "Rep. Donna Edwards MD-04";
legislatorsHash['Rep. Donna Edwards MD-04'] = 121938;

fedLegislators[295] = "Rep. Steny Hoyer MD-05";
legislatorsHash['Rep. Steny Hoyer MD-05'] = 25524;

fedLegislators[296] = "Rep. Roscoe Bartlett MD-06";
legislatorsHash['Rep. Roscoe Bartlett MD-06'] = 25525;

fedLegislators[297] = "Rep. Elijah Cummings MD-07";
legislatorsHash['Rep. Elijah Cummings MD-07'] = 25526;

fedLegislators[298] = "Rep. Chris Van Hollen MD-08";
legislatorsHash['Rep. Chris Van Hollen MD-08'] = 20752;

fedLegislators[299] = "Rep. Chellie Pingree ME-01";
legislatorsHash['Rep. Chellie Pingree ME-01'] = 121943;

fedLegislators[300] = "Rep. Michael Michaud ME-02";
legislatorsHash['Rep. Michael Michaud ME-02'] = 20751;

fedLegislators[301] = "Rep. Bart Stupak MI-01";
legislatorsHash['Rep. Bart Stupak MI-01'] = 25528;

fedLegislators[302] = "Rep. Pete Hoekstra MI-02";
legislatorsHash['Rep. Pete Hoekstra MI-02'] = 25529;

fedLegislators[303] = "Rep. Vern Ehlers MI-03";
legislatorsHash['Rep. Vern Ehlers MI-03'] = 17686;

fedLegislators[304] = "Rep. Dave Camp MI-04";
legislatorsHash['Rep. Dave Camp MI-04'] = 25530;

fedLegislators[305] = "Rep. Dale Kildee MI-05";
legislatorsHash['Rep. Dale Kildee MI-05'] = 25533;

fedLegislators[306] = "Rep. Fred Upton MI-06";
legislatorsHash['Rep. Fred Upton MI-06'] = 25531;

fedLegislators[307] = "Rep. Mark Schauer MI-07";
legislatorsHash['Rep. Mark Schauer MI-07'] = 121951;

fedLegislators[308] = "Rep. Mike Rogers MI-08";
legislatorsHash['Rep. Mike Rogers MI-08'] = 21659;

fedLegislators[309] = "Rep. Gary Peters MI-09";
legislatorsHash['Rep. Gary Peters MI-09'] = 121955;

fedLegislators[310] = "Rep. Candice Miller MI-10";
legislatorsHash['Rep. Candice Miller MI-10'] = 20754;

fedLegislators[311] = "Rep. Thad McCotter MI-11";
legislatorsHash['Rep. Thad McCotter MI-11'] = 20753;

fedLegislators[312] = "Rep. Sandy Levin MI-12";
legislatorsHash['Rep. Sandy Levin MI-12'] = 25535;

fedLegislators[313] = "Rep. Carolyn Kilpatrick MI-13";
legislatorsHash['Rep. Carolyn Kilpatrick MI-13'] = 25537;

fedLegislators[314] = "Rep. John Conyers MI-14";
legislatorsHash['Rep. John Conyers MI-14'] = 25536;

fedLegislators[315] = "Rep. John Dingell MI-15";
legislatorsHash['Rep. John Dingell MI-15'] = 25538;

fedLegislators[316] = "Rep. Tim Walz MN-01";
legislatorsHash['Rep. Tim Walz MN-01'] = 17687;

fedLegislators[317] = "Rep. John Kline MN-02";
legislatorsHash['Rep. John Kline MN-02'] = 20725;

fedLegislators[318] = "Rep. Erik Paulsen MN-03";
legislatorsHash['Rep. Erik Paulsen MN-03'] = 121963;

fedLegislators[319] = "Rep. Betty McCollum MN-04";
legislatorsHash['Rep. Betty McCollum MN-04'] = 21660;

fedLegislators[320] = "Rep. Keith Ellison MN-05";
legislatorsHash['Rep. Keith Ellison MN-05'] = 25540;

fedLegislators[321] = "Rep. Michele Bachmann MN-06";
legislatorsHash['Rep. Michele Bachmann MN-06'] = 21808;

fedLegislators[322] = "Rep. Collin Peterson MN-07";
legislatorsHash['Rep. Collin Peterson MN-07'] = 25541;

fedLegislators[323] = "Rep. Jim Oberstar MN-08";
legislatorsHash['Rep. Jim Oberstar MN-08'] = 25542;

fedLegislators[324] = "Rep. Lacy Clay MO-01";
legislatorsHash['Rep. Lacy Clay MO-01'] = 21661;

fedLegislators[325] = "Rep. Todd Akin MO-02";
legislatorsHash['Rep. Todd Akin MO-02'] = 21662;

fedLegislators[326] = "Rep. Russ Carnahan MO-03";
legislatorsHash['Rep. Russ Carnahan MO-03'] = 25543;

fedLegislators[327] = "Rep. Ike Skelton MO-04";
legislatorsHash['Rep. Ike Skelton MO-04'] = 25544;

fedLegislators[328] = "Rep. Emanuel Cleaver MO-05";
legislatorsHash['Rep. Emanuel Cleaver MO-05'] = 25545;

fedLegislators[329] = "Rep. Sam Graves MO-06";
legislatorsHash['Rep. Sam Graves MO-06'] = 21590;

fedLegislators[330] = "Rep. Roy Blunt MO-07";
legislatorsHash['Rep. Roy Blunt MO-07'] = 25546;

fedLegislators[331] = "Rep. Jo Ann Emerson MO-08";
legislatorsHash['Rep. Jo Ann Emerson MO-08'] = 17688;

fedLegislators[332] = "Rep. Blaine Luetkemeyer MO-09";
legislatorsHash['Rep. Blaine Luetkemeyer MO-09'] = 121977;

fedLegislators[333] = "Del. Gregorio Sablan MP-01";
legislatorsHash['Del. Gregorio Sablan MP-01'] = 136788;

fedLegislators[334] = "Rep. Travis Childers MS-01";
legislatorsHash['Rep. Travis Childers MS-01'] = 121978;

fedLegislators[335] = "Rep. Bennie Thompson MS-02";
legislatorsHash['Rep. Bennie Thompson MS-02'] = 25557;

fedLegislators[336] = "Rep. Gregg Harper MS-03";
legislatorsHash['Rep. Gregg Harper MS-03'] = 121980;

fedLegislators[337] = "Rep. Gene Taylor MS-04";
legislatorsHash['Rep. Gene Taylor MS-04'] = 25559;

fedLegislators[338] = "Rep. Denny Rehberg MT-01";
legislatorsHash['Rep. Denny Rehberg MT-01'] = 21591;

fedLegislators[339] = "Rep. G.K. Butterfield NC-01";
legislatorsHash['Rep. G.K. Butterfield NC-01'] = 18660;

fedLegislators[340] = "Rep. Bobby Etheridge NC-02";
legislatorsHash['Rep. Bobby Etheridge NC-02'] = 25560;

fedLegislators[341] = "Rep. Walter Jones NC-03";
legislatorsHash['Rep. Walter Jones NC-03'] = 25561;

fedLegislators[342] = "Rep. David Price NC-04";
legislatorsHash['Rep. David Price NC-04'] = 25562;

fedLegislators[343] = "Rep. Virginia Foxx NC-05";
legislatorsHash['Rep. Virginia Foxx NC-05'] = 25563;

fedLegislators[344] = "Rep. Howard Coble NC-06";
legislatorsHash['Rep. Howard Coble NC-06'] = 17689;

fedLegislators[345] = "Rep. Mike McIntyre NC-07";
legislatorsHash['Rep. Mike McIntyre NC-07'] = 25564;

fedLegislators[346] = "Rep. Larry Kissell NC-08";
legislatorsHash['Rep. Larry Kissell NC-08'] = 121991;

fedLegislators[347] = "Rep. Sue Myrick NC-09";
legislatorsHash['Rep. Sue Myrick NC-09'] = 25566;

fedLegislators[348] = "Rep. Pat McHenry NC-10";
legislatorsHash['Rep. Pat McHenry NC-10'] = 25567;

fedLegislators[349] = "Rep. Heath Shuler NC-11";
legislatorsHash['Rep. Heath Shuler NC-11'] = 25568;

fedLegislators[350] = "Rep. Mel Watt NC-12";
legislatorsHash['Rep. Mel Watt NC-12'] = 25569;

fedLegislators[351] = "Rep. Brad Miller NC-13";
legislatorsHash['Rep. Brad Miller NC-13'] = 20790;

fedLegislators[352] = "Rep. Earl Pomeroy ND-01";
legislatorsHash['Rep. Earl Pomeroy ND-01'] = 25570;

fedLegislators[353] = "Rep. Jeff Fortenberry NE-01";
legislatorsHash['Rep. Jeff Fortenberry NE-01'] = 18511;

fedLegislators[354] = "Rep. Lee Terry NE-02";
legislatorsHash['Rep. Lee Terry NE-02'] = 25571;

fedLegislators[355] = "Rep. Adrian Smith NE-03";
legislatorsHash['Rep. Adrian Smith NE-03'] = 21592;

fedLegislators[356] = "Rep. Carol Shea-Porter NH-01";
legislatorsHash['Rep. Carol Shea-Porter NH-01'] = 20718;

fedLegislators[357] = "Rep. Paul Hodes NH-02";
legislatorsHash['Rep. Paul Hodes NH-02'] = 25572;

fedLegislators[358] = "Rep. Rob Andrews NJ-01";
legislatorsHash['Rep. Rob Andrews NJ-01'] = 17690;

fedLegislators[359] = "Rep. Frank LoBiondo NJ-02";
legislatorsHash['Rep. Frank LoBiondo NJ-02'] = 25573;

fedLegislators[360] = "Rep. John Adler NJ-03";
legislatorsHash['Rep. John Adler NJ-03'] = 122004;

fedLegislators[361] = "Rep. Chris Smith NJ-04";
legislatorsHash['Rep. Chris Smith NJ-04'] = 25575;

fedLegislators[362] = "Rep. Scott Garrett NJ-05";
legislatorsHash['Rep. Scott Garrett NJ-05'] = 20727;

fedLegislators[363] = "Rep. Frank Pallone NJ-06";
legislatorsHash['Rep. Frank Pallone NJ-06'] = 25576;

fedLegislators[364] = "Rep. Leonard Lance NJ-07";
legislatorsHash['Rep. Leonard Lance NJ-07'] = 130662;

fedLegislators[365] = "Rep. Bill Pascrell NJ-08";
legislatorsHash['Rep. Bill Pascrell NJ-08'] = 25577;

fedLegislators[366] = "Rep. Steve Rothman NJ-09";
legislatorsHash['Rep. Steve Rothman NJ-09'] = 25578;

fedLegislators[367] = "Rep. Donald Payne NJ-10";
legislatorsHash['Rep. Donald Payne NJ-10'] = 25579;

fedLegislators[368] = "Rep. Rodney Frelinghuysen NJ-11";
legislatorsHash['Rep. Rodney Frelinghuysen NJ-11'] = 25580;

fedLegislators[369] = "Rep. Rush Holt NJ-12";
legislatorsHash['Rep. Rush Holt NJ-12'] = 17691;

fedLegislators[370] = "Rep. Albio Sires NJ-13";
legislatorsHash['Rep. Albio Sires NJ-13'] = 25581;

fedLegislators[371] = "Rep. Martin Heinrich NM-01";
legislatorsHash['Rep. Martin Heinrich NM-01'] = 122015;

fedLegislators[372] = "Rep. Harry Teague NM-02";
legislatorsHash['Rep. Harry Teague NM-02'] = 131822;

fedLegislators[373] = "Rep. Ben Lujan NM-03";
legislatorsHash['Rep. Ben Lujan NM-03'] = 122017;

fedLegislators[374] = "Rep. Shelley Berkley NV-01";
legislatorsHash['Rep. Shelley Berkley NV-01'] = 25584;

fedLegislators[375] = "Rep. Dean Heller NV-02";
legislatorsHash['Rep. Dean Heller NV-02'] = 25585;

fedLegislators[376] = "Rep. Dina Titus NV-03";
legislatorsHash['Rep. Dina Titus NV-03'] = 132079;

fedLegislators[377] = "Rep. Tim Bishop NY-01";
legislatorsHash['Rep. Tim Bishop NY-01'] = 20756;

fedLegislators[378] = "Rep. Steve Israel NY-02";
legislatorsHash['Rep. Steve Israel NY-02'] = 21594;

fedLegislators[379] = "Rep. Pete King NY-03";
legislatorsHash['Rep. Pete King NY-03'] = 25586;

fedLegislators[380] = "Rep. Carolyn McCarthy NY-04";
legislatorsHash['Rep. Carolyn McCarthy NY-04'] = 25587;

fedLegislators[381] = "Rep. Gary Ackerman NY-05";
legislatorsHash['Rep. Gary Ackerman NY-05'] = 25588;

fedLegislators[382] = "Rep. Gregory Meeks NY-06";
legislatorsHash['Rep. Gregory Meeks NY-06'] = 25589;

fedLegislators[383] = "Rep. Joe Crowley NY-07";
legislatorsHash['Rep. Joe Crowley NY-07'] = 17692;

fedLegislators[384] = "Rep. Jerry Nadler NY-08";
legislatorsHash['Rep. Jerry Nadler NY-08'] = 25590;

fedLegislators[385] = "Rep. Anthony Weiner NY-09";
legislatorsHash['Rep. Anthony Weiner NY-09'] = 25591;

fedLegislators[386] = "Rep. Ed Towns NY-10";
legislatorsHash['Rep. Ed Towns NY-10'] = 25592;

fedLegislators[387] = "Rep. Yvette Clarke NY-11";
legislatorsHash['Rep. Yvette Clarke NY-11'] = 25593;

fedLegislators[388] = "Rep. Nydia Velazquez NY-12";
legislatorsHash['Rep. Nydia Velazquez NY-12'] = 25594;

fedLegislators[389] = "Rep. Mike McMahon NY-13";
legislatorsHash['Rep. Mike McMahon NY-13'] = 122032;

fedLegislators[390] = "Rep. Carolyn Maloney NY-14";
legislatorsHash['Rep. Carolyn Maloney NY-14'] = 25596;

fedLegislators[391] = "Rep. Charlie Rangel NY-15";
legislatorsHash['Rep. Charlie Rangel NY-15'] = 25597;

fedLegislators[392] = "Rep. Jose\' Serrano NY-16";
legislatorsHash['Rep. Jose\' Serrano NY-16'] = 17693;

fedLegislators[393] = "Rep. Eliot Engel NY-17";
legislatorsHash['Rep. Eliot Engel NY-17'] = 25598;

fedLegislators[394] = "Rep. Nita Lowey NY-18";
legislatorsHash['Rep. Nita Lowey NY-18'] = 25599;

fedLegislators[395] = "Rep. John Hall NY-19";
legislatorsHash['Rep. John Hall NY-19'] = 25600;

fedLegislators[396] = "Rep. Scott Murphy NY-20";
legislatorsHash['Rep. Scott Murphy NY-20'] = 136798;

fedLegislators[397] = "Rep. Paul Tonko NY-21";
legislatorsHash['Rep. Paul Tonko NY-21'] = 122040;

fedLegislators[398] = "Rep. Maurice Hinchey NY-22";
legislatorsHash['Rep. Maurice Hinchey NY-22'] = 25606;

fedLegislators[399] = "Rep. Bill Owens NY-23";
legislatorsHash['Rep. Bill Owens NY-23'] = 136814;

fedLegislators[400] = "Rep. Michael Arcuri NY-24";
legislatorsHash['Rep. Michael Arcuri NY-24'] = 25603;

fedLegislators[401] = "Rep. Dan Maffei NY-25";
legislatorsHash['Rep. Dan Maffei NY-25'] = 122044;

fedLegislators[402] = "Rep. Chris Lee NY-26";
legislatorsHash['Rep. Chris Lee NY-26'] = 122046;

fedLegislators[403] = "Rep. Brian Higgins NY-27";
legislatorsHash['Rep. Brian Higgins NY-27'] = 25608;

fedLegislators[404] = "Rep. Louise Slaughter NY-28";
legislatorsHash['Rep. Louise Slaughter NY-28'] = 25607;

fedLegislators[405] = "Rep. Eric Massa NY-29";
legislatorsHash['Rep. Eric Massa NY-29'] = 122050;

fedLegislators[406] = "Rep. Steve Driehaus OH-01";
legislatorsHash['Rep. Steve Driehaus OH-01'] = 122051;

fedLegislators[407] = "Rep. Jean Schmidt OH-02";
legislatorsHash['Rep. Jean Schmidt OH-02'] = 25611;

fedLegislators[408] = "Rep. Michael Turner OH-03";
legislatorsHash['Rep. Michael Turner OH-03'] = 20729;

fedLegislators[409] = "Rep. Jim Jordan OH-04";
legislatorsHash['Rep. Jim Jordan OH-04'] = 25612;

fedLegislators[410] = "Rep. Bob Latta OH-05";
legislatorsHash['Rep. Bob Latta OH-05'] = 25613;

fedLegislators[411] = "Rep. Charlie Wilson OH-06";
legislatorsHash['Rep. Charlie Wilson OH-06'] = 25614;

fedLegislators[412] = "Rep. Steve Austria OH-07";
legislatorsHash['Rep. Steve Austria OH-07'] = 122057;

fedLegislators[413] = "Rep. John Boehner OH-08";
legislatorsHash['Rep. John Boehner OH-08'] = 17695;

fedLegislators[414] = "Rep. Marcy Kaptur OH-09";
legislatorsHash['Rep. Marcy Kaptur OH-09'] = 25616;

fedLegislators[415] = "Rep. Dennis Kucinich OH-10";
legislatorsHash['Rep. Dennis Kucinich OH-10'] = 25617;

fedLegislators[416] = "Rep. Marcia Fudge OH-11";
legislatorsHash['Rep. Marcia Fudge OH-11'] = 131799;

fedLegislators[417] = "Rep. Pat Tiberi OH-12";
legislatorsHash['Rep. Pat Tiberi OH-12'] = 21595;

fedLegislators[418] = "Rep. Betty Sutton OH-13";
legislatorsHash['Rep. Betty Sutton OH-13'] = 25618;

fedLegislators[419] = "Rep. Steve LaTourette OH-14";
legislatorsHash['Rep. Steve LaTourette OH-14'] = 25622;

fedLegislators[420] = "Rep. Mary Jo Kilroy OH-15";
legislatorsHash['Rep. Mary Jo Kilroy OH-15'] = 122065;

fedLegislators[421] = "Rep. John Boccieri OH-16";
legislatorsHash['Rep. John Boccieri OH-16'] = 122066;

fedLegislators[422] = "Rep. Timothy Ryan OH-17";
legislatorsHash['Rep. Timothy Ryan OH-17'] = 20731;

fedLegislators[423] = "Rep. Zack Space OH-18";
legislatorsHash['Rep. Zack Space OH-18'] = 25621;

fedLegislators[424] = "Rep. John Sullivan OK-01";
legislatorsHash['Rep. John Sullivan OK-01'] = 20854;

fedLegislators[425] = "Rep. Dan Boren OK-02";
legislatorsHash['Rep. Dan Boren OK-02'] = 18183;

fedLegislators[426] = "Rep. Frank Lucas OK-03";
legislatorsHash['Rep. Frank Lucas OK-03'] = 17696;

fedLegislators[427] = "Rep. Tom Cole OK-04";
legislatorsHash['Rep. Tom Cole OK-04'] = 20732;

fedLegislators[428] = "Rep. Mary Fallin OK-05";
legislatorsHash['Rep. Mary Fallin OK-05'] = 25623;

fedLegislators[429] = "Rep. David Wu OR-01";
legislatorsHash['Rep. David Wu OR-01'] = 25624;

fedLegislators[430] = "Rep. Greg Walden OR-02";
legislatorsHash['Rep. Greg Walden OR-02'] = 25625;

fedLegislators[431] = "Rep. Earl Blumenauer OR-03";
legislatorsHash['Rep. Earl Blumenauer OR-03'] = 25626;

fedLegislators[432] = "Rep. Peter DeFazio OR-04";
legislatorsHash['Rep. Peter DeFazio OR-04'] = 25627;

fedLegislators[433] = "Rep. Kurt Schrader OR-05";
legislatorsHash['Rep. Kurt Schrader OR-05'] = 122080;

fedLegislators[434] = "Rep. Bob Brady PA-01";
legislatorsHash['Rep. Bob Brady PA-01'] = 25629;

fedLegislators[435] = "Rep. Chaka Fattah PA-02";
legislatorsHash['Rep. Chaka Fattah PA-02'] = 25630;

fedLegislators[436] = "Rep. Kathy Dahlkemper PA-03";
legislatorsHash['Rep. Kathy Dahlkemper PA-03'] = 122101;

fedLegislators[437] = "Rep. Jason Altmire PA-04";
legislatorsHash['Rep. Jason Altmire PA-04'] = 21251;

fedLegislators[438] = "Rep. G.T. Thompson PA-05";
legislatorsHash['Rep. G.T. Thompson PA-05'] = 122085;

fedLegislators[439] = "Rep. Jim Gerlach PA-06";
legislatorsHash['Rep. Jim Gerlach PA-06'] = 20734;

fedLegislators[440] = "Rep. Joe Sestak PA-07";
legislatorsHash['Rep. Joe Sestak PA-07'] = 25387;

fedLegislators[441] = "Rep. Patrick Murphy PA-08";
legislatorsHash['Rep. Patrick Murphy PA-08'] = 25388;

fedLegislators[442] = "Rep. Bill Shuster PA-09";
legislatorsHash['Rep. Bill Shuster PA-09'] = 20773;

fedLegislators[443] = "Rep. Chris Carney PA-10";
legislatorsHash['Rep. Chris Carney PA-10'] = 25389;

fedLegislators[444] = "Rep. Paul Kanjorski PA-11";
legislatorsHash['Rep. Paul Kanjorski PA-11'] = 25390;

fedLegislators[445] = "Rep. Jack Murtha PA-12";
legislatorsHash['Rep. Jack Murtha PA-12'] = 25391;

fedLegislators[446] = "Rep. Allyson Schwartz PA-13";
legislatorsHash['Rep. Allyson Schwartz PA-13'] = 25392;

fedLegislators[447] = "Rep. Mike Doyle PA-14";
legislatorsHash['Rep. Mike Doyle PA-14'] = 17698;

fedLegislators[448] = "Rep. Charlie Dent PA-15";
legislatorsHash['Rep. Charlie Dent PA-15'] = 25393;

fedLegislators[449] = "Rep. Joe Pitts PA-16";
legislatorsHash['Rep. Joe Pitts PA-16'] = 25394;

fedLegislators[450] = "Rep. Tim Holden PA-17";
legislatorsHash['Rep. Tim Holden PA-17'] = 17697;

fedLegislators[451] = "Rep. Timothy Murphy PA-18";
legislatorsHash['Rep. Timothy Murphy PA-18'] = 18264;

fedLegislators[452] = "Rep. Todd Platts PA-19";
legislatorsHash['Rep. Todd Platts PA-19'] = 21252;

fedLegislators[453] = "Rep. Pedro Pierluisi PR-01";
legislatorsHash['Rep. Pedro Pierluisi PR-01'] = 130678;

fedLegislators[454] = "Rep. Patrick Kennedy RI-01";
legislatorsHash['Rep. Patrick Kennedy RI-01'] = 25396;

fedLegislators[455] = "Rep. Jim Langevin RI-02";
legislatorsHash['Rep. Jim Langevin RI-02'] = 21253;

fedLegislators[456] = "Rep. Henry Brown SC-01";
legislatorsHash['Rep. Henry Brown SC-01'] = 21254;

fedLegislators[457] = "Rep. Joe Wilson SC-02";
legislatorsHash['Rep. Joe Wilson SC-02'] = 20963;

fedLegislators[458] = "Rep. Gresham Barrett SC-03";
legislatorsHash['Rep. Gresham Barrett SC-03'] = 20735;

fedLegislators[459] = "Rep. Bob Inglis SC-04";
legislatorsHash['Rep. Bob Inglis SC-04'] = 25397;

fedLegislators[460] = "Rep. John Spratt SC-05";
legislatorsHash['Rep. John Spratt SC-05'] = 25398;

fedLegislators[461] = "Rep. Jim Clyburn SC-06";
legislatorsHash['Rep. Jim Clyburn SC-06'] = 25399;

fedLegislators[462] = "Rep. Stephanie Herseth Sandlin SD-01";
legislatorsHash['Rep. Stephanie Herseth Sandlin SD-01'] = 18645;

fedLegislators[463] = "Rep. Phil Roe TN-01";
legislatorsHash['Rep. Phil Roe TN-01'] = 122112;

fedLegislators[464] = "Rep. Jimmy Duncan TN-02";
legislatorsHash['Rep. Jimmy Duncan TN-02'] = 25401;

fedLegislators[465] = "Rep. Zach Wamp TN-03";
legislatorsHash['Rep. Zach Wamp TN-03'] = 25402;

fedLegislators[466] = "Rep. Lincoln Davis TN-04";
legislatorsHash['Rep. Lincoln Davis TN-04'] = 20739;

fedLegislators[467] = "Rep. Jim Cooper TN-05";
legislatorsHash['Rep. Jim Cooper TN-05'] = 20740;

fedLegislators[468] = "Rep. Bart Gordon TN-06";
legislatorsHash['Rep. Bart Gordon TN-06'] = 25403;

fedLegislators[469] = "Rep. Marsha Blackburn TN-07";
legislatorsHash['Rep. Marsha Blackburn TN-07'] = 20741;

fedLegislators[470] = "Rep. John Tanner TN-08";
legislatorsHash['Rep. John Tanner TN-08'] = 17699;

fedLegislators[471] = "Rep. Steve Cohen TN-09";
legislatorsHash['Rep. Steve Cohen TN-09'] = 25404;

fedLegislators[472] = "Rep. Louie Gohmert TX-01";
legislatorsHash['Rep. Louie Gohmert TX-01'] = 25405;

fedLegislators[473] = "Rep. Ted Poe TX-02";
legislatorsHash['Rep. Ted Poe TX-02'] = 25406;

fedLegislators[474] = "Rep. Sam Johnson TX-03";
legislatorsHash['Rep. Sam Johnson TX-03'] = 25407;

fedLegislators[475] = "Rep. Ralph Hall TX-04";
legislatorsHash['Rep. Ralph Hall TX-04'] = 25408;

fedLegislators[476] = "Rep. Jeb Hensarling TX-05";
legislatorsHash['Rep. Jeb Hensarling TX-05'] = 18267;

fedLegislators[477] = "Rep. Joe Barton TX-06";
legislatorsHash['Rep. Joe Barton TX-06'] = 25410;

fedLegislators[478] = "Rep. John Culberson TX-07";
legislatorsHash['Rep. John Culberson TX-07'] = 21255;

fedLegislators[479] = "Rep. Kevin Brady TX-08";
legislatorsHash['Rep. Kevin Brady TX-08'] = 25411;

fedLegislators[480] = "Rep. Al Green TX-09";
legislatorsHash['Rep. Al Green TX-09'] = 25412;

fedLegislators[481] = "Rep. Michael McCaul TX-10";
legislatorsHash['Rep. Michael McCaul TX-10'] = 17700;

fedLegislators[482] = "Rep. Mike Conaway TX-11";
legislatorsHash['Rep. Mike Conaway TX-11'] = 25413;

fedLegislators[483] = "Rep. Kay Granger TX-12";
legislatorsHash['Rep. Kay Granger TX-12'] = 25414;

fedLegislators[484] = "Rep. Mac Thornberry TX-13";
legislatorsHash['Rep. Mac Thornberry TX-13'] = 25415;

fedLegislators[485] = "Rep. Ron Paul TX-14";
legislatorsHash['Rep. Ron Paul TX-14'] = 25416;

fedLegislators[486] = "Rep. Ruben Hinojosa TX-15";
legislatorsHash['Rep. Ruben Hinojosa TX-15'] = 25417;

fedLegislators[487] = "Rep. Silvestre Reyes TX-16";
legislatorsHash['Rep. Silvestre Reyes TX-16'] = 25418;

fedLegislators[488] = "Rep. Chet Edwards TX-17";
legislatorsHash['Rep. Chet Edwards TX-17'] = 25419;

fedLegislators[489] = "Rep. Sheila Jackson Lee TX-18";
legislatorsHash['Rep. Sheila Jackson Lee TX-18'] = 25420;

fedLegislators[490] = "Rep. Randy Neugebauer TX-19";
legislatorsHash['Rep. Randy Neugebauer TX-19'] = 18871;

fedLegislators[491] = "Rep. Charlie Gonzalez TX-20";
legislatorsHash['Rep. Charlie Gonzalez TX-20'] = 17701;

fedLegislators[492] = "Rep. Lamar Smith TX-21";
legislatorsHash['Rep. Lamar Smith TX-21'] = 25421;

fedLegislators[493] = "Rep. Pete Olson TX-22";
legislatorsHash['Rep. Pete Olson TX-22'] = 122142;

fedLegislators[494] = "Rep. Ciro Rodriguez TX-23";
legislatorsHash['Rep. Ciro Rodriguez TX-23'] = 25423;

fedLegislators[495] = "Rep. Ken Marchant TX-24";
legislatorsHash['Rep. Ken Marchant TX-24'] = 25424;

fedLegislators[496] = "Rep. Lloyd Doggett TX-25";
legislatorsHash['Rep. Lloyd Doggett TX-25'] = 20743;

fedLegislators[497] = "Rep. Mike Burgess TX-26";
legislatorsHash['Rep. Mike Burgess TX-26'] = 20745;

fedLegislators[498] = "Rep. Solomon Ortiz TX-27";
legislatorsHash['Rep. Solomon Ortiz TX-27'] = 25425;

fedLegislators[499] = "Rep. Henry Cuellar TX-28";
legislatorsHash['Rep. Henry Cuellar TX-28'] = 25426;

fedLegislators[500] = "Rep. Gene Green TX-29";
legislatorsHash['Rep. Gene Green TX-29'] = 25427;

fedLegislators[501] = "Rep. Eddie Johnson TX-30";
legislatorsHash['Rep. Eddie Johnson TX-30'] = 25428;

fedLegislators[502] = "Rep. John Carter TX-31";
legislatorsHash['Rep. John Carter TX-31'] = 20787;

fedLegislators[503] = "Rep. Pete Sessions TX-32";
legislatorsHash['Rep. Pete Sessions TX-32'] = 25409;

fedLegislators[504] = "Rep. Rob Bishop UT-01";
legislatorsHash['Rep. Rob Bishop UT-01'] = 20746;

fedLegislators[505] = "Rep. Jim Matheson UT-02";
legislatorsHash['Rep. Jim Matheson UT-02'] = 21256;

fedLegislators[506] = "Rep. Jason Chaffetz UT-03";
legislatorsHash['Rep. Jason Chaffetz UT-03'] = 122153;

fedLegislators[507] = "Rep. Rob Wittman VA-01";
legislatorsHash['Rep. Rob Wittman VA-01'] = 21257;

fedLegislators[508] = "Rep. Glenn Nye VA-02";
legislatorsHash['Rep. Glenn Nye VA-02'] = 130674;

fedLegislators[509] = "Rep. Bobby Scott VA-03";
legislatorsHash['Rep. Bobby Scott VA-03'] = 25429;

fedLegislators[510] = "Rep. Randy Forbes VA-04";
legislatorsHash['Rep. Randy Forbes VA-04'] = 20775;

fedLegislators[511] = "Rep. Tom Perriello VA-05";
legislatorsHash['Rep. Tom Perriello VA-05'] = 122158;

fedLegislators[512] = "Rep. Bob Goodlatte VA-06";
legislatorsHash['Rep. Bob Goodlatte VA-06'] = 25431;

fedLegislators[513] = "Rep. Eric Cantor VA-07";
legislatorsHash['Rep. Eric Cantor VA-07'] = 21259;

fedLegislators[514] = "Rep. Jim Moran VA-08";
legislatorsHash['Rep. Jim Moran VA-08'] = 25432;

fedLegislators[515] = "Rep. Rick Boucher VA-09";
legislatorsHash['Rep. Rick Boucher VA-09'] = 25433;

fedLegislators[516] = "Rep. Frank Wolf VA-10";
legislatorsHash['Rep. Frank Wolf VA-10'] = 25434;

fedLegislators[517] = "Rep. Gerry Connolly VA-11";
legislatorsHash['Rep. Gerry Connolly VA-11'] = 122164;

fedLegislators[518] = "Rep. Donna Christensen VI-01";
legislatorsHash['Rep. Donna Christensen VI-01'] = 25436;

fedLegislators[519] = "Rep. Peter Welch VT-01";
legislatorsHash['Rep. Peter Welch VT-01'] = 17703;

fedLegislators[520] = "Rep. Jay Inslee WA-01";
legislatorsHash['Rep. Jay Inslee WA-01'] = 25437;

fedLegislators[521] = "Rep. Rick Larsen WA-02";
legislatorsHash['Rep. Rick Larsen WA-02'] = 18184;

fedLegislators[522] = "Rep. Brian Baird WA-03";
legislatorsHash['Rep. Brian Baird WA-03'] = 25438;

fedLegislators[523] = "Rep. Doc Hastings WA-04";
legislatorsHash['Rep. Doc Hastings WA-04'] = 25439;

fedLegislators[524] = "Rep. Cathy McMorris Rodgers WA-05";
legislatorsHash['Rep. Cathy McMorris Rodgers WA-05'] = 25440;

fedLegislators[525] = "Rep. Norm Dicks WA-06";
legislatorsHash['Rep. Norm Dicks WA-06'] = 25441;

fedLegislators[526] = "Rep. Jim McDermott WA-07";
legislatorsHash['Rep. Jim McDermott WA-07'] = 25442;

fedLegislators[527] = "Rep. Dave Reichert WA-08";
legislatorsHash['Rep. Dave Reichert WA-08'] = 25443;

fedLegislators[528] = "Rep. Adam Smith WA-09";
legislatorsHash['Rep. Adam Smith WA-09'] = 25444;

fedLegislators[529] = "Rep. Paul Ryan WI-01";
legislatorsHash['Rep. Paul Ryan WI-01'] = 17704;

fedLegislators[530] = "Rep. Tammy Baldwin WI-02";
legislatorsHash['Rep. Tammy Baldwin WI-02'] = 25445;

fedLegislators[531] = "Rep. Ron Kind WI-03";
legislatorsHash['Rep. Ron Kind WI-03'] = 25446;

fedLegislators[532] = "Rep. Gwendolynne Moore WI-04";
legislatorsHash['Rep. Gwendolynne Moore WI-04'] = 25447;

fedLegislators[533] = "Rep. Jim Sensenbrenner WI-05";
legislatorsHash['Rep. Jim Sensenbrenner WI-05'] = 25451;

fedLegislators[534] = "Rep. Tom Petri WI-06";
legislatorsHash['Rep. Tom Petri WI-06'] = 25448;

fedLegislators[535] = "Rep. Dave Obey WI-07";
legislatorsHash['Rep. Dave Obey WI-07'] = 25449;

fedLegislators[536] = "Rep. Steve Kagen WI-08";
legislatorsHash['Rep. Steve Kagen WI-08'] = 25450;

fedLegislators[537] = "Rep. Alan Mollohan WV-01";
legislatorsHash['Rep. Alan Mollohan WV-01'] = 25452;

fedLegislators[538] = "Rep. Shelley Capito WV-02";
legislatorsHash['Rep. Shelley Capito WV-02'] = 21260;

fedLegislators[539] = "Rep. Nick Rahall WV-03";
legislatorsHash['Rep. Nick Rahall WV-03'] = 17705;

fedLegislators[540] = "Rep. Cynthia Lummis WY-01";
legislatorsHash['Rep. Cynthia Lummis WY-01'] = 122188;

function writeFedLegislatorHTML() {
	$('fedLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection19714\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19714); return false;\">[X]<\/a>&nbsp; Sen. Lisa Murkowski AK<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19714\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19714\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122189\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122189); return false;\">[X]<\/a>&nbsp; Sen. Mark Begich AK<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122189\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122189\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25464\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25464); return false;\">[X]<\/a>&nbsp; Sen. Richard Shelby AL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25464\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25464\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25465\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25465); return false;\">[X]<\/a>&nbsp; Sen. Jeff Sessions AL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25465\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25465\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25466\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25466); return false;\">[X]<\/a>&nbsp; Sen. Blanche Lincoln AR<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25466\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25466\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20715\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20715); return false;\">[X]<\/a>&nbsp; Sen. Mark Pryor AR<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20715\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20715\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25467\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25467); return false;\">[X]<\/a>&nbsp; Sen. John McCain AZ<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25467\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25467\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25468\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25468); return false;\">[X]<\/a>&nbsp; Sen. Jon Kyl AZ<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25468\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25468\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25469\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25469); return false;\">[X]<\/a>&nbsp; Sen. Dianne Feinstein CA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25469\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25469\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17706\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17706); return false;\">[X]<\/a>&nbsp; Sen. Barbara Boxer CA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17706\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17706\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136790\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136790); return false;\">[X]<\/a>&nbsp; Sen. Michael Bennet CO<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136790\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136790\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122199\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122199); return false;\">[X]<\/a>&nbsp; Sen. Mark Udall CO<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122199\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122199\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25472\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25472); return false;\">[X]<\/a>&nbsp; Sen. Chris Dodd CT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25472\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25472\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25473\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25473); return false;\">[X]<\/a>&nbsp; Sen. Joe Lieberman CT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25473\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25473\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18131\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18131); return false;\">[X]<\/a>&nbsp; Sen. Tom Carper DE<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18131\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18131\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122204\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122204); return false;\">[X]<\/a>&nbsp; Sen. Ted Kaufman DE<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122204\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122204\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21783\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21783); return false;\">[X]<\/a>&nbsp; Sen. Bill Nelson FL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21783\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21783\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136811\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136811); return false;\">[X]<\/a>&nbsp; Sen. George LeMieux FL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136811\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136811\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20717\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20717); return false;\">[X]<\/a>&nbsp; Sen. Saxby Chambliss GA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20717\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20717\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25476\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25476); return false;\">[X]<\/a>&nbsp; Sen. Johnny Isakson GA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25476\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25476\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25477\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25477); return false;\">[X]<\/a>&nbsp; Sen. Dan Inouye HI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25477\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25477\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17707\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17707); return false;\">[X]<\/a>&nbsp; Sen. Danny Akaka HI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17707\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17707\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25478\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25478); return false;\">[X]<\/a>&nbsp; Sen. Chuck Grassley IA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25478\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25478\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25479\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25479); return false;\">[X]<\/a>&nbsp; Sen. Tom Harkin IA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25479\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25479\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25481\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25481); return false;\">[X]<\/a>&nbsp; Sen. Mike Crapo ID<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25481\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25481\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122214\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122214); return false;\">[X]<\/a>&nbsp; Sen. Jim Risch ID<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122214\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122214\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25482\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25482); return false;\">[X]<\/a>&nbsp; Sen. Dick Durbin IL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25482\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25482\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122216\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122216); return false;\">[X]<\/a>&nbsp; Sen. Roland Burris IL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122216\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122216\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25484\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25484); return false;\">[X]<\/a>&nbsp; Sen. Dick Lugar IN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25484\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25484\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25485\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25485); return false;\">[X]<\/a>&nbsp; Sen. Evan Bayh IN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25485\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25485\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25486\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25486); return false;\">[X]<\/a>&nbsp; Sen. Sam Brownback KS<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25486\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25486\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17708\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17708); return false;\">[X]<\/a>&nbsp; Sen. Pat Roberts KS<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17708\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17708\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25487\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25487); return false;\">[X]<\/a>&nbsp; Sen. Mitch McConnell KY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25487\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25487\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25488\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25488); return false;\">[X]<\/a>&nbsp; Sen. Jim Bunning KY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25488\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25488\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25490\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25490); return false;\">[X]<\/a>&nbsp; Sen. Mary Landrieu LA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25490\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25490\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25489\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25489); return false;\">[X]<\/a>&nbsp; Sen. David Vitter LA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25489\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25489\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25492\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25492); return false;\">[X]<\/a>&nbsp; Sen. John Kerry MA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25492\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25492\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25494\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25494); return false;\">[X]<\/a>&nbsp; Sen. Barbara Mikulski MD<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25494\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25494\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25493\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25493); return false;\">[X]<\/a>&nbsp; Sen. Ben Cardin MD<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25493\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25493\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17709\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17709); return false;\">[X]<\/a>&nbsp; Sen. Olympia Snowe ME<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17709\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17709\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25495\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25495); return false;\">[X]<\/a>&nbsp; Sen. Susan Collins ME<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25495\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25495\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25496\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25496); return false;\">[X]<\/a>&nbsp; Sen. Carl Levin MI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25496\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25496\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21791\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21791); return false;\">[X]<\/a>&nbsp; Sen. Debbie Stabenow MI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21791\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21791\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19483\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19483); return false;\">[X]<\/a>&nbsp; Sen. Amy Klobuchar MN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19483\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19483\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136803\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136803); return false;\">[X]<\/a>&nbsp; Sen. Al Franken MN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136803\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136803\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25497\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25497); return false;\">[X]<\/a>&nbsp; Sen. Kit Bond MO<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25497\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25497\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20755\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20755); return false;\">[X]<\/a>&nbsp; Sen. Claire McCaskill MO<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20755\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20755\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25498\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25498); return false;\">[X]<\/a>&nbsp; Sen. Thad Cochran MS<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25498\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25498\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25499\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25499); return false;\">[X]<\/a>&nbsp; Sen. Roger Wicker MS<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25499\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25499\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25500\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25500); return false;\">[X]<\/a>&nbsp; Sen. Max Baucus MT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25500\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25500\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25501\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25501); return false;\">[X]<\/a>&nbsp; Sen. Jon Tester MT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25501\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25501\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25502\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25502); return false;\">[X]<\/a>&nbsp; Sen. Richard Burr NC<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25502\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25502\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131808\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131808); return false;\">[X]<\/a>&nbsp; Sen. Kay Hagan NC<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131808\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131808\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25503\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25503); return false;\">[X]<\/a>&nbsp; Sen. Kent Conrad ND<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25503\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25503\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17710\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17710); return false;\">[X]<\/a>&nbsp; Sen. Byron Dorgan ND<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17710\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17710\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21799\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21799); return false;\">[X]<\/a>&nbsp; Sen. Ben Nelson NE<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21799\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21799\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130000\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130000); return false;\">[X]<\/a>&nbsp; Sen. Mike Johanns NE<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130000\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130000\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25548\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25548); return false;\">[X]<\/a>&nbsp; Sen. Judd Gregg NH<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25548\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25548\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131806\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131806); return false;\">[X]<\/a>&nbsp; Sen. Jeanne Shaheen NH<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131806\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131806\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20719\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20719); return false;\">[X]<\/a>&nbsp; Sen. Frank Lautenberg NJ<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20719\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20719\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21800\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21800); return false;\">[X]<\/a>&nbsp; Sen. Bob Menendez NJ<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21800\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21800\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25550\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25550); return false;\">[X]<\/a>&nbsp; Sen. Jeff Bingaman NM<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25550\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25550\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122252); return false;\">[X]<\/a>&nbsp; Sen. Tom Udall NM<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122252\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25551\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25551); return false;\">[X]<\/a>&nbsp; Sen. Harry Reid NV<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25551\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25551\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21801\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21801); return false;\">[X]<\/a>&nbsp; Sen. John Ensign NV<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21801\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21801\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25552\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25552); return false;\">[X]<\/a>&nbsp; Sen. Chuck Schumer NY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25552\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25552\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136797\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136797); return false;\">[X]<\/a>&nbsp; Sen. Kirsten Gillibrand NY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136797\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136797\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25554\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25554); return false;\">[X]<\/a>&nbsp; Sen. George Voinovich OH<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25554\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25554\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25553\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25553); return false;\">[X]<\/a>&nbsp; Sen. Sherrod Brown OH<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25553\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25553\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25707\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25707); return false;\">[X]<\/a>&nbsp; Sen. Jim Inhofe OK<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25707\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25707\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17711\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17711); return false;\">[X]<\/a>&nbsp; Sen. Tom Coburn OK<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17711\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17711\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25708\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25708); return false;\">[X]<\/a>&nbsp; Sen. Ron Wyden OR<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25708\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25708\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122262\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122262); return false;\">[X]<\/a>&nbsp; Sen. Jeff Merkley OR<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122262\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122262\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25710\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25710); return false;\">[X]<\/a>&nbsp; Sen. Arlen Specter PA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25710\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25710\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25711\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25711); return false;\">[X]<\/a>&nbsp; Sen. Bob Casey PA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25711\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25711\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25712\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25712); return false;\">[X]<\/a>&nbsp; Sen. Jack Reed RI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25712\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25712\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25713\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25713); return false;\">[X]<\/a>&nbsp; Sen. Sheldon Whitehouse RI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25713\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25713\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20736\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20736); return false;\">[X]<\/a>&nbsp; Sen. Lindsey Graham SC<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20736\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20736\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25714\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25714); return false;\">[X]<\/a>&nbsp; Sen. Jim DeMint SC<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25714\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25714\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17712\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17712); return false;\">[X]<\/a>&nbsp; Sen. Tim Johnson SD<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17712\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17712\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25715\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25715); return false;\">[X]<\/a>&nbsp; Sen. John Thune SD<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25715\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25715\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18265\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18265); return false;\">[X]<\/a>&nbsp; Sen. Lamar Alexander TN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18265\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18265\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25258\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25258); return false;\">[X]<\/a>&nbsp; Sen. Bob Corker TN<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25258\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25258\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25259); return false;\">[X]<\/a>&nbsp; Sen. Kay Hutchison TX<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20721\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20721); return false;\">[X]<\/a>&nbsp; Sen. John Cornyn TX<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20721\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20721\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25260\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25260); return false;\">[X]<\/a>&nbsp; Sen. Orrin Hatch UT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25260\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25260\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25261\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25261); return false;\">[X]<\/a>&nbsp; Sen. Bob Bennett UT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25261\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25261\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21803\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21803); return false;\">[X]<\/a>&nbsp; Sen. Jim Webb VA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21803\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21803\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130004\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130004); return false;\">[X]<\/a>&nbsp; Sen. Mark Warner VA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130004\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130004\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25263); return false;\">[X]<\/a>&nbsp; Sen. Pat Leahy VT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25264\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25264); return false;\">[X]<\/a>&nbsp; Sen. Bernie Sanders VT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25264\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25264\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25265\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25265); return false;\">[X]<\/a>&nbsp; Sen. Patty Murray WA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25265\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25265\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21804\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21804); return false;\">[X]<\/a>&nbsp; Sen. Maria Cantwell WA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21804\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21804\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17713\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17713); return false;\">[X]<\/a>&nbsp; Sen. Herb Kohl WI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17713\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17713\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25273\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25273); return false;\">[X]<\/a>&nbsp; Sen. Russ Feingold WI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25273\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25273\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25274\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25274); return false;\">[X]<\/a>&nbsp; Sen. Bob Byrd WV<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25274\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25274\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25275\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25275); return false;\">[X]<\/a>&nbsp; Sen. Jay Rockefeller WV<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25275\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25275\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25277\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25277); return false;\">[X]<\/a>&nbsp; Sen. Mike Enzi WY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25277\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25277\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25276\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25276); return false;\">[X]<\/a>&nbsp; Sen. John Barrasso WY<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25276\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25276\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25733\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25733); return false;\">[X]<\/a>&nbsp; Rep. Don Young AK-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25733\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25733\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20722\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20722); return false;\">[X]<\/a>&nbsp; Rep. Jo Bonner AL-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20722\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20722\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121751\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121751); return false;\">[X]<\/a>&nbsp; Rep. Bobby Bright AL-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121751\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121751\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20190\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20190); return false;\">[X]<\/a>&nbsp; Rep. Mike Rogers AL-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20190\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20190\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25735\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25735); return false;\">[X]<\/a>&nbsp; Rep. Bob Aderholt AL-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25735\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25735\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121754\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121754); return false;\">[X]<\/a>&nbsp; Rep. Parker Griffith AL-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121754\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121754\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25737\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25737); return false;\">[X]<\/a>&nbsp; Rep. Spencer Bachus AL-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25737\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25737\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20723\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20723); return false;\">[X]<\/a>&nbsp; Rep. Artur Davis AL-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20723\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20723\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25738\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25738); return false;\">[X]<\/a>&nbsp; Rep. Marion Berry AR-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25738\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25738\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25739\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25739); return false;\">[X]<\/a>&nbsp; Rep. Vic Snyder AR-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25739\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25739\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20804\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20804); return false;\">[X]<\/a>&nbsp; Rep. John Boozman AR-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20804\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20804\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21805\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21805); return false;\">[X]<\/a>&nbsp; Rep. Mike Ross AR-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21805\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21805\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25740\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25740); return false;\">[X]<\/a>&nbsp; Rep. Eni Faleomavaega AS-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25740\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25740\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131813\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131813); return false;\">[X]<\/a>&nbsp; Rep. Ann Kirkpatrick AZ-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131813\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131813\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19217\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19217); return false;\">[X]<\/a>&nbsp; Rep. Trent Franks AZ-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19217\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19217\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25632\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25632); return false;\">[X]<\/a>&nbsp; Rep. John Shadegg AZ-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25632\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25632\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17669\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17669); return false;\">[X]<\/a>&nbsp; Rep. Ed Pastor AZ-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17669\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17669\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25634\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25634); return false;\">[X]<\/a>&nbsp; Rep. Harry Mitchell AZ-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25634\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25634\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21806\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21806); return false;\">[X]<\/a>&nbsp; Rep. Jeff Flake AZ-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21806\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21806\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20757\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20757); return false;\">[X]<\/a>&nbsp; Rep. Raul Grijalva AZ-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20757\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20757\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25633\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25633); return false;\">[X]<\/a>&nbsp; Rep. Gabrielle Giffords AZ-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25633\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25633\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25635\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25635); return false;\">[X]<\/a>&nbsp; Rep. Mike Thompson CA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25635\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25635\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25636\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25636); return false;\">[X]<\/a>&nbsp; Rep. Wally Herger CA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25636\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25636\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25637\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25637); return false;\">[X]<\/a>&nbsp; Rep. Dan Lungren CA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25637\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25637\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121771\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121771); return false;\">[X]<\/a>&nbsp; Rep. Tom McClintock CA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121771\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121771\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25639\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25639); return false;\">[X]<\/a>&nbsp; Rep. Doris Matsui CA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25639\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25639\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17670\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17670); return false;\">[X]<\/a>&nbsp; Rep. Lynn Woolsey CA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17670\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17670\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25640\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25640); return false;\">[X]<\/a>&nbsp; Rep. George Miller CA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25640\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25640\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25641\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25641); return false;\">[X]<\/a>&nbsp; Rep. Nancy Pelosi CA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25641\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25641\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25642\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25642); return false;\">[X]<\/a>&nbsp; Rep. Barbara Lee CA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25642\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25642\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136813\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136813); return false;\">[X]<\/a>&nbsp; Rep. John Garamendi CA-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136813\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136813\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25644\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25644); return false;\">[X]<\/a>&nbsp; Rep. Jerry McNerney CA-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25644\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25644\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection26207\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26207); return false;\">[X]<\/a>&nbsp; Rep. Jackie Speier CA-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26207\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26207\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25646\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25646); return false;\">[X]<\/a>&nbsp; Rep. Pete Stark CA-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25646\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25646\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25647\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25647); return false;\">[X]<\/a>&nbsp; Rep. Anna Eshoo CA-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25647\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25647\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21650\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21650); return false;\">[X]<\/a>&nbsp; Rep. Mike Honda CA-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21650\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21650\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17671\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17671); return false;\">[X]<\/a>&nbsp; Rep. Zoe Lofgren CA-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17671\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17671\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25648\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25648); return false;\">[X]<\/a>&nbsp; Rep. Sam Farr CA-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25648\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25648\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20726\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20726); return false;\">[X]<\/a>&nbsp; Rep. Dennis Cardoza CA-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20726\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20726\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25649\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25649); return false;\">[X]<\/a>&nbsp; Rep. George Radanovich CA-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25649\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25649\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25650\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25650); return false;\">[X]<\/a>&nbsp; Rep. Jim Costa CA-20<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25650\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25650\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20730\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20730); return false;\">[X]<\/a>&nbsp; Rep. Devin Nunes CA-21<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20730\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20730\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25651\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25651); return false;\">[X]<\/a>&nbsp; Rep. Kevin McCarthy CA-22<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25651\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25651\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25652\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25652); return false;\">[X]<\/a>&nbsp; Rep. Lois Capps CA-23<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25652\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25652\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25653\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25653); return false;\">[X]<\/a>&nbsp; Rep. Elton Gallegly CA-24<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25653\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25653\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25655\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25655); return false;\">[X]<\/a>&nbsp; Rep. Buck McKeon CA-25<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25655\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25655\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17672\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17672); return false;\">[X]<\/a>&nbsp; Rep. David Dreier CA-26<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17672\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17672\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25654\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25654); return false;\">[X]<\/a>&nbsp; Rep. Brad Sherman CA-27<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25654\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25654\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25656\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25656); return false;\">[X]<\/a>&nbsp; Rep. Howard Berman CA-28<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25656\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25656\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21651\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21651); return false;\">[X]<\/a>&nbsp; Rep. Adam Schiff CA-29<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21651\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21651\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25657\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25657); return false;\">[X]<\/a>&nbsp; Rep. Henry Waxman CA-30<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25657\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25657\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25658\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25658); return false;\">[X]<\/a>&nbsp; Rep. Xavier Becerra CA-31<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25658\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25658\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21652\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21652); return false;\">[X]<\/a>&nbsp; Rep. Hilda Solis CA-32<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21652\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21652\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136810\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136810); return false;\">[X]<\/a>&nbsp; Rep. Judy Chu CA-32<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136810\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136810\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20774\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20774); return false;\">[X]<\/a>&nbsp; Rep. Diane Watson CA-33<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20774\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20774\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25659\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25659); return false;\">[X]<\/a>&nbsp; Rep. Lucille Roybal-Allard CA-34<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25659\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25659\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25661\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25661); return false;\">[X]<\/a>&nbsp; Rep. Maxine Waters CA-35<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25661\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25661\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21807\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21807); return false;\">[X]<\/a>&nbsp; Rep. Jane Harman CA-36<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21807\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21807\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25662); return false;\">[X]<\/a>&nbsp; Rep. Laura Richardson CA-37<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25660\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25660); return false;\">[X]<\/a>&nbsp; Rep. Grace Napolitano CA-38<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25660\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25660\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18263); return false;\">[X]<\/a>&nbsp; Rep. Linda Sanchez CA-39<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25663\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25663); return false;\">[X]<\/a>&nbsp; Rep. Ed Royce CA-40<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25663\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25663\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25664\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25664); return false;\">[X]<\/a>&nbsp; Rep. Jerry Lewis CA-41<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25664\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25664\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17673\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17673); return false;\">[X]<\/a>&nbsp; Rep. Gary Miller CA-42<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17673\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17673\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25665\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25665); return false;\">[X]<\/a>&nbsp; Rep. Joe Baca CA-43<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25665\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25665\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25666\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25666); return false;\">[X]<\/a>&nbsp; Rep. Ken Calvert CA-44<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25666\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25666\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121811\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121811); return false;\">[X]<\/a>&nbsp; Rep. Mary Bono Mack CA-45<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121811\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121811\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25668\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25668); return false;\">[X]<\/a>&nbsp; Rep. Dana Rohrabacher CA-46<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25668\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25668\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25669\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25669); return false;\">[X]<\/a>&nbsp; Rep. Loretta Sanchez CA-47<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25669\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25669\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25670\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25670); return false;\">[X]<\/a>&nbsp; Rep. John Campbell CA-48<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25670\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25670\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18133\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18133); return false;\">[X]<\/a>&nbsp; Rep. Darrell Issa CA-49<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18133\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18133\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20758\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20758); return false;\">[X]<\/a>&nbsp; Rep. Brian Bilbray CA-50<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20758\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20758\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25671\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25671); return false;\">[X]<\/a>&nbsp; Rep. Bob Filner CA-51<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25671\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25671\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25672\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25672); return false;\">[X]<\/a>&nbsp; Rep. Duncan Hunter CA-52<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25672\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25672\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21653\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21653); return false;\">[X]<\/a>&nbsp; Rep. Susan Davis CA-53<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21653\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21653\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25673\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25673); return false;\">[X]<\/a>&nbsp; Rep. Diana DeGette CO-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25673\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25673\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121821\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121821); return false;\">[X]<\/a>&nbsp; Rep. Jared Polis CO-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121821\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121821\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25674\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25674); return false;\">[X]<\/a>&nbsp; Rep. John T. Salazar CO-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25674\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25674\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131830\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131830); return false;\">[X]<\/a>&nbsp; Rep. Betsy Markey CO-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131830\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131830\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25675\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25675); return false;\">[X]<\/a>&nbsp; Rep. Doug Lamborn CO-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25675\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25675\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121825\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121825); return false;\">[X]<\/a>&nbsp; Rep. Mike Coffman CO-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121825\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121825\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18298\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18298); return false;\">[X]<\/a>&nbsp; Rep. Ed Perlmutter CO-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18298\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18298\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25677\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25677); return false;\">[X]<\/a>&nbsp; Rep. John Larson CT-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25677\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25677\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21263); return false;\">[X]<\/a>&nbsp; Rep. Joe Courtney CT-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25678\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25678); return false;\">[X]<\/a>&nbsp; Rep. Rosa DeLauro CT-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25678\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25678\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121829\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121829); return false;\">[X]<\/a>&nbsp; Rep. Jim Himes CT-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121829\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121829\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25680\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25680); return false;\">[X]<\/a>&nbsp; Rep. Christopher Murphy CT-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25680\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25680\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25681\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25681); return false;\">[X]<\/a>&nbsp; Rep. Eleanor Norton DC-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25681\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25681\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17675\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17675); return false;\">[X]<\/a>&nbsp; Rep. Mike Castle DE-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17675\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17675\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20802\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20802); return false;\">[X]<\/a>&nbsp; Rep. Jeff Miller FL-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20802\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20802\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25682\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25682); return false;\">[X]<\/a>&nbsp; Rep. Allen Boyd FL-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25682\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25682\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25683\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25683); return false;\">[X]<\/a>&nbsp; Rep. Corrine Brown FL-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25683\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25683\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21654\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21654); return false;\">[X]<\/a>&nbsp; Rep. Ander Crenshaw FL-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21654\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21654\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20742\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20742); return false;\">[X]<\/a>&nbsp; Rep. Ginny Brown-Waite FL-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20742\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20742\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25684\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25684); return false;\">[X]<\/a>&nbsp; Rep. Cliff Stearns FL-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25684\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25684\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25685\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25685); return false;\">[X]<\/a>&nbsp; Rep. John Mica FL-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25685\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25685\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130192\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130192); return false;\">[X]<\/a>&nbsp; Rep. Alan Grayson FL-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130192\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130192\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25686\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25686); return false;\">[X]<\/a>&nbsp; Rep. Gus Bilirakis FL-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25686\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25686\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25687\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25687); return false;\">[X]<\/a>&nbsp; Rep. Bill Young FL-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25687\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25687\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25688\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25688); return false;\">[X]<\/a>&nbsp; Rep. Kathy Castor FL-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25688\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25688\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21262\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21262); return false;\">[X]<\/a>&nbsp; Rep. Adam Putnam FL-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21262\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21262\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20738\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20738); return false;\">[X]<\/a>&nbsp; Rep. Vern Buchanan FL-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20738\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20738\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18512\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18512); return false;\">[X]<\/a>&nbsp; Rep. Connie Mack FL-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18512\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18512\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121848\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121848); return false;\">[X]<\/a>&nbsp; Rep. Bill Posey FL-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121848\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121848\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121849\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121849); return false;\">[X]<\/a>&nbsp; Rep. Tom Rooney FL-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121849\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121849\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20737\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20737); return false;\">[X]<\/a>&nbsp; Rep. Kendrick Meek FL-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20737\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20737\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17676\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17676); return false;\">[X]<\/a>&nbsp; Rep. Ileana Ros-Lehtinen FL-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17676\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17676\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25691\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25691); return false;\">[X]<\/a>&nbsp; Rep. Bob Wexler FL-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25691\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25691\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25692\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25692); return false;\">[X]<\/a>&nbsp; Rep. Debbie Wasserman Schultz FL-20<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25692\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25692\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25693\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25693); return false;\">[X]<\/a>&nbsp; Rep. Lincoln Diaz-Balart FL-21<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25693\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25693\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25694\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25694); return false;\">[X]<\/a>&nbsp; Rep. Ron Klein FL-22<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25694\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25694\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25695\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25695); return false;\">[X]<\/a>&nbsp; Rep. Alcee Hastings FL-23<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25695\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25695\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132369\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132369); return false;\">[X]<\/a>&nbsp; Rep. Suzanne Kosmas FL-24<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132369\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132369\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20602\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20602); return false;\">[X]<\/a>&nbsp; Rep. Mario Diaz-Balart FL-25<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20602\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20602\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25696\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25696); return false;\">[X]<\/a>&nbsp; Rep. Jack Kingston GA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25696\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25696\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25697\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25697); return false;\">[X]<\/a>&nbsp; Rep. Sanford Bishop GA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25697\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25697\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25698\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25698); return false;\">[X]<\/a>&nbsp; Rep. Lynn Westmoreland GA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25698\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25698\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20747\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20747); return false;\">[X]<\/a>&nbsp; Rep. Hank Johnson GA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20747\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20747\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17679\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17679); return false;\">[X]<\/a>&nbsp; Rep. John Lewis GA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17679\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17679\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25699\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25699); return false;\">[X]<\/a>&nbsp; Rep. Tom Price GA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25699\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25699\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25702\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25702); return false;\">[X]<\/a>&nbsp; Rep. John Linder GA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25702\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25702\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20716\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20716); return false;\">[X]<\/a>&nbsp; Rep. Jim Marshall GA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20716\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20716\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25700\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25700); return false;\">[X]<\/a>&nbsp; Rep. Nathan Deal GA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25700\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25700\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25701\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25701); return false;\">[X]<\/a>&nbsp; Rep. Paul Broun GA-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25701\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25701\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20744\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20744); return false;\">[X]<\/a>&nbsp; Rep. Phil Gingrey GA-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20744\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20744\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20759\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20759); return false;\">[X]<\/a>&nbsp; Rep. John Barrow GA-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20759\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20759\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20788\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20788); return false;\">[X]<\/a>&nbsp; Rep. David Scott GA-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20788\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20788\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18881\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18881); return false;\">[X]<\/a>&nbsp; Rep. Madeleine Bordallo GU-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18881\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18881\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25703\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25703); return false;\">[X]<\/a>&nbsp; Rep. Neil Abercrombie HI-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25703\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25703\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20124\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20124); return false;\">[X]<\/a>&nbsp; Rep. Mazie Hirono HI-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20124\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20124\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25705\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25705); return false;\">[X]<\/a>&nbsp; Rep. Bruce Braley IA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25705\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25705\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25704\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25704); return false;\">[X]<\/a>&nbsp; Rep. Dave Loebsack IA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25704\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25704\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25706\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25706); return false;\">[X]<\/a>&nbsp; Rep. Leonard Boswell IA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25706\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25706\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17680\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17680); return false;\">[X]<\/a>&nbsp; Rep. Tom Latham IA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17680\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17680\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20750\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20750); return false;\">[X]<\/a>&nbsp; Rep. Steve King IA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20750\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20750\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130193\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130193); return false;\">[X]<\/a>&nbsp; Rep. Walt Minnick ID-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130193\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130193\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25716\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25716); return false;\">[X]<\/a>&nbsp; Rep. Mike Simpson ID-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25716\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25716\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25717\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25717); return false;\">[X]<\/a>&nbsp; Rep. Bobby Rush IL-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25717\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25717\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25718\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25718); return false;\">[X]<\/a>&nbsp; Rep. Jesse Jackson IL-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25718\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25718\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25719\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25719); return false;\">[X]<\/a>&nbsp; Rep. Dan Lipinski IL-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25719\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25719\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25720\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25720); return false;\">[X]<\/a>&nbsp; Rep. Luis Gutierrez IL-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25720\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25720\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136799\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136799); return false;\">[X]<\/a>&nbsp; Rep. Mike Quigley IL-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136799\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136799\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25721\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25721); return false;\">[X]<\/a>&nbsp; Rep. Peter Roskam IL-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25721\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25721\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25722\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25722); return false;\">[X]<\/a>&nbsp; Rep. Danny Davis IL-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25722\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25722\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25723\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25723); return false;\">[X]<\/a>&nbsp; Rep. Melissa Bean IL-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25723\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25723\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121886\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121886); return false;\">[X]<\/a>&nbsp; Rep. Jan Schakowsky IL-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121886\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121886\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18145\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18145); return false;\">[X]<\/a>&nbsp; Rep. Mark Kirk IL-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18145\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18145\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121888\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121888); return false;\">[X]<\/a>&nbsp; Rep. Debbie Halvorson IL-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121888\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121888\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25725\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25725); return false;\">[X]<\/a>&nbsp; Rep. Jerry Costello IL-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25725\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25725\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25726\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25726); return false;\">[X]<\/a>&nbsp; Rep. Judy Biggert IL-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25726\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25726\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25727\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25727); return false;\">[X]<\/a>&nbsp; Rep. Bill Foster IL-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25727\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25727\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21657\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21657); return false;\">[X]<\/a>&nbsp; Rep. Tim Johnson IL-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21657\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21657\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25728\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25728); return false;\">[X]<\/a>&nbsp; Rep. Don Manzullo IL-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25728\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25728\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25729\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25729); return false;\">[X]<\/a>&nbsp; Rep. Philip Hare IL-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25729\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25729\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121895\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121895); return false;\">[X]<\/a>&nbsp; Rep. Aaron Schock IL-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121895\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121895\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25731\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25731); return false;\">[X]<\/a>&nbsp; Rep. John Shimkus IL-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25731\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25731\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25732\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25732); return false;\">[X]<\/a>&nbsp; Rep. Peter Visclosky IN-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25732\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25732\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20749\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20749); return false;\">[X]<\/a>&nbsp; Rep. Joe Donnelly IN-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20749\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20749\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17682\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17682); return false;\">[X]<\/a>&nbsp; Rep. Mark Souder IN-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17682\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17682\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25741\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25741); return false;\">[X]<\/a>&nbsp; Rep. Steve Buyer IN-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25741\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25741\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25742\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25742); return false;\">[X]<\/a>&nbsp; Rep. Dan Burton IN-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25742\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25742\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21658\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21658); return false;\">[X]<\/a>&nbsp; Rep. Mike Pence IN-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21658\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21658\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121907\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121907); return false;\">[X]<\/a>&nbsp; Rep. Andre Carson IN-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121907\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121907\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25743\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25743); return false;\">[X]<\/a>&nbsp; Rep. Brad Ellsworth IN-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25743\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25743\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25744\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25744); return false;\">[X]<\/a>&nbsp; Rep. Baron Hill IN-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25744\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25744\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25746\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25746); return false;\">[X]<\/a>&nbsp; Rep. Jerry Moran KS-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25746\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25746\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121909\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121909); return false;\">[X]<\/a>&nbsp; Rep. Lynn Jenkins KS-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121909\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121909\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25748\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25748); return false;\">[X]<\/a>&nbsp; Rep. Dennis Moore KS-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25748\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25748\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25749\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25749); return false;\">[X]<\/a>&nbsp; Rep. Todd Tiahrt KS-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25749\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25749\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17683\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17683); return false;\">[X]<\/a>&nbsp; Rep. Ed Whitfield KY-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17683\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17683\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121913\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121913); return false;\">[X]<\/a>&nbsp; Rep. Brett Guthrie KY-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121913\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121913\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25505\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25505); return false;\">[X]<\/a>&nbsp; Rep. John Yarmuth KY-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25505\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25505\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25506\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25506); return false;\">[X]<\/a>&nbsp; Rep. Geoff Davis KY-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25506\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25506\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25507\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25507); return false;\">[X]<\/a>&nbsp; Rep. Hal Rogers KY-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25507\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25507\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18571\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18571); return false;\">[X]<\/a>&nbsp; Rep. Ben Chandler KY-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18571\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18571\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121918\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121918); return false;\">[X]<\/a>&nbsp; Rep. Steve Scalise LA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121918\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121918\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121919\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121919); return false;\">[X]<\/a>&nbsp; Rep. Joseph Cao LA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121919\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121919\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25510\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25510); return false;\">[X]<\/a>&nbsp; Rep. Charlie Melancon LA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25510\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25510\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121921\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121921); return false;\">[X]<\/a>&nbsp; Rep. John Fleming LA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121921\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121921\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20012\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20012); return false;\">[X]<\/a>&nbsp; Rep. Rodney Alexander LA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20012\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20012\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121923\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121923); return false;\">[X]<\/a>&nbsp; Rep. Bill Cassidy LA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121923\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121923\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17684\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17684); return false;\">[X]<\/a>&nbsp; Rep. Charles Boustany LA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17684\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17684\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25513\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25513); return false;\">[X]<\/a>&nbsp; Rep. John Olver MA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25513\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25513\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25514\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25514); return false;\">[X]<\/a>&nbsp; Rep. Richie Neal MA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25514\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25514\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25515\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25515); return false;\">[X]<\/a>&nbsp; Rep. Jim McGovern MA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25515\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25515\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25516\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25516); return false;\">[X]<\/a>&nbsp; Rep. Barney Frank MA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25516\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25516\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25517\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25517); return false;\">[X]<\/a>&nbsp; Rep. Niki Tsongas MA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25517\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25517\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25518\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25518); return false;\">[X]<\/a>&nbsp; Rep. John Tierney MA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25518\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25518\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25519\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25519); return false;\">[X]<\/a>&nbsp; Rep. Ed Markey MA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25519\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25519\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25520\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25520); return false;\">[X]<\/a>&nbsp; Rep. Michael Capuano MA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25520\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25520\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20801\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20801); return false;\">[X]<\/a>&nbsp; Rep. Steve Lynch MA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20801\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20801\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25521\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25521); return false;\">[X]<\/a>&nbsp; Rep. Bill Delahunt MA-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25521\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25521\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121935\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121935); return false;\">[X]<\/a>&nbsp; Rep. Frank Kratovil MD-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121935\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121935\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18266\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18266); return false;\">[X]<\/a>&nbsp; Rep. Dutch Ruppersberger MD-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18266\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18266\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25522\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25522); return false;\">[X]<\/a>&nbsp; Rep. John Sarbanes MD-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25522\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25522\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121938\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121938); return false;\">[X]<\/a>&nbsp; Rep. Donna Edwards MD-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121938\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121938\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25524\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25524); return false;\">[X]<\/a>&nbsp; Rep. Steny Hoyer MD-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25524\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25524\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25525\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25525); return false;\">[X]<\/a>&nbsp; Rep. Roscoe Bartlett MD-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25525\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25525\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25526\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25526); return false;\">[X]<\/a>&nbsp; Rep. Elijah Cummings MD-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25526\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25526\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20752\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20752); return false;\">[X]<\/a>&nbsp; Rep. Chris Van Hollen MD-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20752\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20752\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121943\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121943); return false;\">[X]<\/a>&nbsp; Rep. Chellie Pingree ME-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121943\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121943\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20751\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20751); return false;\">[X]<\/a>&nbsp; Rep. Michael Michaud ME-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20751\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20751\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25528\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25528); return false;\">[X]<\/a>&nbsp; Rep. Bart Stupak MI-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25528\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25528\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25529\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25529); return false;\">[X]<\/a>&nbsp; Rep. Pete Hoekstra MI-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25529\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25529\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17686\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17686); return false;\">[X]<\/a>&nbsp; Rep. Vern Ehlers MI-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17686\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17686\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25530\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25530); return false;\">[X]<\/a>&nbsp; Rep. Dave Camp MI-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25530\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25530\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25533\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25533); return false;\">[X]<\/a>&nbsp; Rep. Dale Kildee MI-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25533\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25533\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25531\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25531); return false;\">[X]<\/a>&nbsp; Rep. Fred Upton MI-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25531\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25531\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121951\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121951); return false;\">[X]<\/a>&nbsp; Rep. Mark Schauer MI-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121951\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121951\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21659\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21659); return false;\">[X]<\/a>&nbsp; Rep. Mike Rogers MI-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21659\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21659\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121955\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121955); return false;\">[X]<\/a>&nbsp; Rep. Gary Peters MI-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121955\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121955\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20754\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20754); return false;\">[X]<\/a>&nbsp; Rep. Candice Miller MI-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20754\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20754\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20753\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20753); return false;\">[X]<\/a>&nbsp; Rep. Thad McCotter MI-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20753\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20753\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25535\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25535); return false;\">[X]<\/a>&nbsp; Rep. Sandy Levin MI-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25535\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25535\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25537\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25537); return false;\">[X]<\/a>&nbsp; Rep. Carolyn Kilpatrick MI-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25537\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25537\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25536\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25536); return false;\">[X]<\/a>&nbsp; Rep. John Conyers MI-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25536\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25536\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25538\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25538); return false;\">[X]<\/a>&nbsp; Rep. John Dingell MI-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25538\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25538\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17687\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17687); return false;\">[X]<\/a>&nbsp; Rep. Tim Walz MN-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17687\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17687\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20725\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20725); return false;\">[X]<\/a>&nbsp; Rep. John Kline MN-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20725\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20725\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121963\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121963); return false;\">[X]<\/a>&nbsp; Rep. Erik Paulsen MN-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121963\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121963\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21660\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21660); return false;\">[X]<\/a>&nbsp; Rep. Betty McCollum MN-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21660\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21660\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25540\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25540); return false;\">[X]<\/a>&nbsp; Rep. Keith Ellison MN-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25540\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25540\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21808\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21808); return false;\">[X]<\/a>&nbsp; Rep. Michele Bachmann MN-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21808\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21808\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25541\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25541); return false;\">[X]<\/a>&nbsp; Rep. Collin Peterson MN-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25541\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25541\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25542\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25542); return false;\">[X]<\/a>&nbsp; Rep. Jim Oberstar MN-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25542\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25542\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21661\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21661); return false;\">[X]<\/a>&nbsp; Rep. Lacy Clay MO-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21661\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21661\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21662); return false;\">[X]<\/a>&nbsp; Rep. Todd Akin MO-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25543\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25543); return false;\">[X]<\/a>&nbsp; Rep. Russ Carnahan MO-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25543\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25543\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25544\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25544); return false;\">[X]<\/a>&nbsp; Rep. Ike Skelton MO-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25544\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25544\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25545\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25545); return false;\">[X]<\/a>&nbsp; Rep. Emanuel Cleaver MO-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25545\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25545\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21590\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21590); return false;\">[X]<\/a>&nbsp; Rep. Sam Graves MO-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21590\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21590\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25546\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25546); return false;\">[X]<\/a>&nbsp; Rep. Roy Blunt MO-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25546\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25546\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17688\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17688); return false;\">[X]<\/a>&nbsp; Rep. Jo Ann Emerson MO-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17688\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17688\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121977\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121977); return false;\">[X]<\/a>&nbsp; Rep. Blaine Luetkemeyer MO-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121977\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121977\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136788\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136788); return false;\">[X]<\/a>&nbsp; Del. Gregorio Sablan MP-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136788\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136788\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121978\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121978); return false;\">[X]<\/a>&nbsp; Rep. Travis Childers MS-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121978\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121978\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25557\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25557); return false;\">[X]<\/a>&nbsp; Rep. Bennie Thompson MS-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25557\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25557\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121980\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121980); return false;\">[X]<\/a>&nbsp; Rep. Gregg Harper MS-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121980\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121980\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25559\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25559); return false;\">[X]<\/a>&nbsp; Rep. Gene Taylor MS-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25559\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25559\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21591\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21591); return false;\">[X]<\/a>&nbsp; Rep. Denny Rehberg MT-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21591\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21591\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18660\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18660); return false;\">[X]<\/a>&nbsp; Rep. G.K. Butterfield NC-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18660\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18660\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25560\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25560); return false;\">[X]<\/a>&nbsp; Rep. Bobby Etheridge NC-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25560\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25560\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25561\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25561); return false;\">[X]<\/a>&nbsp; Rep. Walter Jones NC-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25561\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25561\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25562\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25562); return false;\">[X]<\/a>&nbsp; Rep. David Price NC-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25562\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25562\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25563\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25563); return false;\">[X]<\/a>&nbsp; Rep. Virginia Foxx NC-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25563\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25563\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17689\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17689); return false;\">[X]<\/a>&nbsp; Rep. Howard Coble NC-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17689\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17689\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25564\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25564); return false;\">[X]<\/a>&nbsp; Rep. Mike McIntyre NC-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25564\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25564\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection121991\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(121991); return false;\">[X]<\/a>&nbsp; Rep. Larry Kissell NC-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox121991\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"121991\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25566\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25566); return false;\">[X]<\/a>&nbsp; Rep. Sue Myrick NC-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25566\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25566\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25567\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25567); return false;\">[X]<\/a>&nbsp; Rep. Pat McHenry NC-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25567\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25567\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25568\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25568); return false;\">[X]<\/a>&nbsp; Rep. Heath Shuler NC-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25568\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25568\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25569\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25569); return false;\">[X]<\/a>&nbsp; Rep. Mel Watt NC-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25569\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25569\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20790\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20790); return false;\">[X]<\/a>&nbsp; Rep. Brad Miller NC-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20790\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20790\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25570\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25570); return false;\">[X]<\/a>&nbsp; Rep. Earl Pomeroy ND-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25570\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25570\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18511\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18511); return false;\">[X]<\/a>&nbsp; Rep. Jeff Fortenberry NE-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18511\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18511\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25571\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25571); return false;\">[X]<\/a>&nbsp; Rep. Lee Terry NE-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25571\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25571\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21592\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21592); return false;\">[X]<\/a>&nbsp; Rep. Adrian Smith NE-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21592\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21592\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20718\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20718); return false;\">[X]<\/a>&nbsp; Rep. Carol Shea-Porter NH-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20718\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20718\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25572\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25572); return false;\">[X]<\/a>&nbsp; Rep. Paul Hodes NH-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25572\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25572\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17690\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17690); return false;\">[X]<\/a>&nbsp; Rep. Rob Andrews NJ-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17690\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17690\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25573\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25573); return false;\">[X]<\/a>&nbsp; Rep. Frank LoBiondo NJ-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25573\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25573\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122004\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122004); return false;\">[X]<\/a>&nbsp; Rep. John Adler NJ-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122004\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122004\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25575\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25575); return false;\">[X]<\/a>&nbsp; Rep. Chris Smith NJ-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25575\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25575\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20727\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20727); return false;\">[X]<\/a>&nbsp; Rep. Scott Garrett NJ-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20727\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20727\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25576\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25576); return false;\">[X]<\/a>&nbsp; Rep. Frank Pallone NJ-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25576\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25576\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130662); return false;\">[X]<\/a>&nbsp; Rep. Leonard Lance NJ-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25577\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25577); return false;\">[X]<\/a>&nbsp; Rep. Bill Pascrell NJ-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25577\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25577\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25578\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25578); return false;\">[X]<\/a>&nbsp; Rep. Steve Rothman NJ-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25578\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25578\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25579\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25579); return false;\">[X]<\/a>&nbsp; Rep. Donald Payne NJ-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25579\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25579\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25580\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25580); return false;\">[X]<\/a>&nbsp; Rep. Rodney Frelinghuysen NJ-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25580\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25580\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17691\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17691); return false;\">[X]<\/a>&nbsp; Rep. Rush Holt NJ-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17691\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17691\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25581\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25581); return false;\">[X]<\/a>&nbsp; Rep. Albio Sires NJ-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25581\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25581\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122015\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122015); return false;\">[X]<\/a>&nbsp; Rep. Martin Heinrich NM-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122015\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122015\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131822\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131822); return false;\">[X]<\/a>&nbsp; Rep. Harry Teague NM-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131822\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131822\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122017\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122017); return false;\">[X]<\/a>&nbsp; Rep. Ben Lujan NM-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122017\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122017\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25584\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25584); return false;\">[X]<\/a>&nbsp; Rep. Shelley Berkley NV-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25584\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25584\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25585\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25585); return false;\">[X]<\/a>&nbsp; Rep. Dean Heller NV-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25585\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25585\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132079\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132079); return false;\">[X]<\/a>&nbsp; Rep. Dina Titus NV-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132079\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132079\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20756\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20756); return false;\">[X]<\/a>&nbsp; Rep. Tim Bishop NY-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20756\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20756\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21594\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21594); return false;\">[X]<\/a>&nbsp; Rep. Steve Israel NY-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21594\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21594\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25586\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25586); return false;\">[X]<\/a>&nbsp; Rep. Pete King NY-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25586\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25586\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25587\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25587); return false;\">[X]<\/a>&nbsp; Rep. Carolyn McCarthy NY-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25587\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25587\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25588\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25588); return false;\">[X]<\/a>&nbsp; Rep. Gary Ackerman NY-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25588\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25588\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25589\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25589); return false;\">[X]<\/a>&nbsp; Rep. Gregory Meeks NY-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25589\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25589\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17692\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17692); return false;\">[X]<\/a>&nbsp; Rep. Joe Crowley NY-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17692\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17692\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25590\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25590); return false;\">[X]<\/a>&nbsp; Rep. Jerry Nadler NY-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25590\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25590\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25591\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25591); return false;\">[X]<\/a>&nbsp; Rep. Anthony Weiner NY-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25591\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25591\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25592\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25592); return false;\">[X]<\/a>&nbsp; Rep. Ed Towns NY-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25592\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25592\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25593\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25593); return false;\">[X]<\/a>&nbsp; Rep. Yvette Clarke NY-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25593\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25593\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25594\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25594); return false;\">[X]<\/a>&nbsp; Rep. Nydia Velazquez NY-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25594\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25594\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122032\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122032); return false;\">[X]<\/a>&nbsp; Rep. Mike McMahon NY-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122032\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122032\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25596\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25596); return false;\">[X]<\/a>&nbsp; Rep. Carolyn Maloney NY-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25596\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25596\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25597\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25597); return false;\">[X]<\/a>&nbsp; Rep. Charlie Rangel NY-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25597\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25597\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17693\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17693); return false;\">[X]<\/a>&nbsp; Rep. Jose\' Serrano NY-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17693\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17693\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25598\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25598); return false;\">[X]<\/a>&nbsp; Rep. Eliot Engel NY-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25598\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25598\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25599\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25599); return false;\">[X]<\/a>&nbsp; Rep. Nita Lowey NY-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25599\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25599\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25600\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25600); return false;\">[X]<\/a>&nbsp; Rep. John Hall NY-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25600\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25600\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136798\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136798); return false;\">[X]<\/a>&nbsp; Rep. Scott Murphy NY-20<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136798\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136798\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122040\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122040); return false;\">[X]<\/a>&nbsp; Rep. Paul Tonko NY-21<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122040\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122040\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25606\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25606); return false;\">[X]<\/a>&nbsp; Rep. Maurice Hinchey NY-22<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25606\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25606\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136814\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136814); return false;\">[X]<\/a>&nbsp; Rep. Bill Owens NY-23<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136814\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136814\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25603\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25603); return false;\">[X]<\/a>&nbsp; Rep. Michael Arcuri NY-24<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25603\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25603\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122044\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122044); return false;\">[X]<\/a>&nbsp; Rep. Dan Maffei NY-25<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122044\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122044\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122046\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122046); return false;\">[X]<\/a>&nbsp; Rep. Chris Lee NY-26<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122046\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122046\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25608\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25608); return false;\">[X]<\/a>&nbsp; Rep. Brian Higgins NY-27<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25608\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25608\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25607\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25607); return false;\">[X]<\/a>&nbsp; Rep. Louise Slaughter NY-28<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25607\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25607\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122050\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122050); return false;\">[X]<\/a>&nbsp; Rep. Eric Massa NY-29<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122050\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122050\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122051\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122051); return false;\">[X]<\/a>&nbsp; Rep. Steve Driehaus OH-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122051\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122051\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25611\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25611); return false;\">[X]<\/a>&nbsp; Rep. Jean Schmidt OH-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25611\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25611\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20729\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20729); return false;\">[X]<\/a>&nbsp; Rep. Michael Turner OH-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20729\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20729\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25612\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25612); return false;\">[X]<\/a>&nbsp; Rep. Jim Jordan OH-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25612\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25612\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25613\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25613); return false;\">[X]<\/a>&nbsp; Rep. Bob Latta OH-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25613\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25613\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25614\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25614); return false;\">[X]<\/a>&nbsp; Rep. Charlie Wilson OH-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25614\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25614\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122057\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122057); return false;\">[X]<\/a>&nbsp; Rep. Steve Austria OH-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122057\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122057\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17695\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17695); return false;\">[X]<\/a>&nbsp; Rep. John Boehner OH-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17695\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17695\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25616\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25616); return false;\">[X]<\/a>&nbsp; Rep. Marcy Kaptur OH-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25616\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25616\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25617\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25617); return false;\">[X]<\/a>&nbsp; Rep. Dennis Kucinich OH-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25617\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25617\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131799\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131799); return false;\">[X]<\/a>&nbsp; Rep. Marcia Fudge OH-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131799\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131799\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21595\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21595); return false;\">[X]<\/a>&nbsp; Rep. Pat Tiberi OH-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21595\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21595\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25618\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25618); return false;\">[X]<\/a>&nbsp; Rep. Betty Sutton OH-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25618\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25618\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25622\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25622); return false;\">[X]<\/a>&nbsp; Rep. Steve LaTourette OH-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25622\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25622\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122065\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122065); return false;\">[X]<\/a>&nbsp; Rep. Mary Jo Kilroy OH-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122065\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122065\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122066\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122066); return false;\">[X]<\/a>&nbsp; Rep. John Boccieri OH-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122066\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122066\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20731\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20731); return false;\">[X]<\/a>&nbsp; Rep. Timothy Ryan OH-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20731\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20731\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25621\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25621); return false;\">[X]<\/a>&nbsp; Rep. Zack Space OH-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25621\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25621\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20854\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20854); return false;\">[X]<\/a>&nbsp; Rep. John Sullivan OK-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20854\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20854\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18183\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18183); return false;\">[X]<\/a>&nbsp; Rep. Dan Boren OK-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18183\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18183\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17696\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17696); return false;\">[X]<\/a>&nbsp; Rep. Frank Lucas OK-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17696\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17696\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20732\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20732); return false;\">[X]<\/a>&nbsp; Rep. Tom Cole OK-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20732\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20732\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25623\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25623); return false;\">[X]<\/a>&nbsp; Rep. Mary Fallin OK-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25623\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25623\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25624\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25624); return false;\">[X]<\/a>&nbsp; Rep. David Wu OR-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25624\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25624\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25625\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25625); return false;\">[X]<\/a>&nbsp; Rep. Greg Walden OR-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25625\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25625\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25626\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25626); return false;\">[X]<\/a>&nbsp; Rep. Earl Blumenauer OR-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25626\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25626\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25627\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25627); return false;\">[X]<\/a>&nbsp; Rep. Peter DeFazio OR-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25627\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25627\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122080\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122080); return false;\">[X]<\/a>&nbsp; Rep. Kurt Schrader OR-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122080\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122080\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25629\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25629); return false;\">[X]<\/a>&nbsp; Rep. Bob Brady PA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25629\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25629\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25630\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25630); return false;\">[X]<\/a>&nbsp; Rep. Chaka Fattah PA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25630\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25630\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122101\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122101); return false;\">[X]<\/a>&nbsp; Rep. Kathy Dahlkemper PA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122101\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122101\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21251\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21251); return false;\">[X]<\/a>&nbsp; Rep. Jason Altmire PA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21251\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21251\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122085\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122085); return false;\">[X]<\/a>&nbsp; Rep. G.T. Thompson PA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122085\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122085\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20734\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20734); return false;\">[X]<\/a>&nbsp; Rep. Jim Gerlach PA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20734\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20734\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25387\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25387); return false;\">[X]<\/a>&nbsp; Rep. Joe Sestak PA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25387\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25387\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25388\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25388); return false;\">[X]<\/a>&nbsp; Rep. Patrick Murphy PA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25388\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25388\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20773\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20773); return false;\">[X]<\/a>&nbsp; Rep. Bill Shuster PA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20773\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20773\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25389\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25389); return false;\">[X]<\/a>&nbsp; Rep. Chris Carney PA-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25389\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25389\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25390\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25390); return false;\">[X]<\/a>&nbsp; Rep. Paul Kanjorski PA-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25390\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25390\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25391\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25391); return false;\">[X]<\/a>&nbsp; Rep. Jack Murtha PA-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25391\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25391\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25392\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25392); return false;\">[X]<\/a>&nbsp; Rep. Allyson Schwartz PA-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25392\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25392\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17698\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17698); return false;\">[X]<\/a>&nbsp; Rep. Mike Doyle PA-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17698\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17698\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25393\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25393); return false;\">[X]<\/a>&nbsp; Rep. Charlie Dent PA-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25393\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25393\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25394\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25394); return false;\">[X]<\/a>&nbsp; Rep. Joe Pitts PA-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25394\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25394\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17697\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17697); return false;\">[X]<\/a>&nbsp; Rep. Tim Holden PA-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17697\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17697\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18264\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18264); return false;\">[X]<\/a>&nbsp; Rep. Timothy Murphy PA-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18264\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18264\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21252); return false;\">[X]<\/a>&nbsp; Rep. Todd Platts PA-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21252\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130678\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130678); return false;\">[X]<\/a>&nbsp; Rep. Pedro Pierluisi PR-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130678\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130678\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25396\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25396); return false;\">[X]<\/a>&nbsp; Rep. Patrick Kennedy RI-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25396\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25396\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21253\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21253); return false;\">[X]<\/a>&nbsp; Rep. Jim Langevin RI-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21253\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21253\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21254\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21254); return false;\">[X]<\/a>&nbsp; Rep. Henry Brown SC-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21254\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21254\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20963\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20963); return false;\">[X]<\/a>&nbsp; Rep. Joe Wilson SC-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20963\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20963\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20735\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20735); return false;\">[X]<\/a>&nbsp; Rep. Gresham Barrett SC-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20735\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20735\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25397\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25397); return false;\">[X]<\/a>&nbsp; Rep. Bob Inglis SC-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25397\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25397\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25398\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25398); return false;\">[X]<\/a>&nbsp; Rep. John Spratt SC-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25398\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25398\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25399\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25399); return false;\">[X]<\/a>&nbsp; Rep. Jim Clyburn SC-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25399\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25399\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18645\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18645); return false;\">[X]<\/a>&nbsp; Rep. Stephanie Herseth Sandlin SD-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18645\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18645\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122112\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122112); return false;\">[X]<\/a>&nbsp; Rep. Phil Roe TN-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122112\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122112\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25401\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25401); return false;\">[X]<\/a>&nbsp; Rep. Jimmy Duncan TN-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25401\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25401\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25402\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25402); return false;\">[X]<\/a>&nbsp; Rep. Zach Wamp TN-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25402\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25402\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20739\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20739); return false;\">[X]<\/a>&nbsp; Rep. Lincoln Davis TN-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20739\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20739\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20740\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20740); return false;\">[X]<\/a>&nbsp; Rep. Jim Cooper TN-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20740\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20740\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25403\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25403); return false;\">[X]<\/a>&nbsp; Rep. Bart Gordon TN-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25403\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25403\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20741\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20741); return false;\">[X]<\/a>&nbsp; Rep. Marsha Blackburn TN-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20741\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20741\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17699\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17699); return false;\">[X]<\/a>&nbsp; Rep. John Tanner TN-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17699\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17699\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25404\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25404); return false;\">[X]<\/a>&nbsp; Rep. Steve Cohen TN-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25404\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25404\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25405\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25405); return false;\">[X]<\/a>&nbsp; Rep. Louie Gohmert TX-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25405\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25405\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25406\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25406); return false;\">[X]<\/a>&nbsp; Rep. Ted Poe TX-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25406\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25406\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25407\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25407); return false;\">[X]<\/a>&nbsp; Rep. Sam Johnson TX-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25407\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25407\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25408\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25408); return false;\">[X]<\/a>&nbsp; Rep. Ralph Hall TX-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25408\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25408\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18267\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18267); return false;\">[X]<\/a>&nbsp; Rep. Jeb Hensarling TX-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18267\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18267\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25410\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25410); return false;\">[X]<\/a>&nbsp; Rep. Joe Barton TX-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25410\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25410\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21255\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21255); return false;\">[X]<\/a>&nbsp; Rep. John Culberson TX-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21255\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21255\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25411\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25411); return false;\">[X]<\/a>&nbsp; Rep. Kevin Brady TX-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25411\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25411\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25412\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25412); return false;\">[X]<\/a>&nbsp; Rep. Al Green TX-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25412\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25412\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17700\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17700); return false;\">[X]<\/a>&nbsp; Rep. Michael McCaul TX-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17700\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17700\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25413\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25413); return false;\">[X]<\/a>&nbsp; Rep. Mike Conaway TX-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25413\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25413\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25414\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25414); return false;\">[X]<\/a>&nbsp; Rep. Kay Granger TX-12<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25414\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25414\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25415\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25415); return false;\">[X]<\/a>&nbsp; Rep. Mac Thornberry TX-13<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25415\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25415\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25416\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25416); return false;\">[X]<\/a>&nbsp; Rep. Ron Paul TX-14<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25416\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25416\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25417\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25417); return false;\">[X]<\/a>&nbsp; Rep. Ruben Hinojosa TX-15<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25417\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25417\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25418\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25418); return false;\">[X]<\/a>&nbsp; Rep. Silvestre Reyes TX-16<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25418\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25418\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25419\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25419); return false;\">[X]<\/a>&nbsp; Rep. Chet Edwards TX-17<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25419\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25419\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25420\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25420); return false;\">[X]<\/a>&nbsp; Rep. Sheila Jackson Lee TX-18<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25420\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25420\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18871\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18871); return false;\">[X]<\/a>&nbsp; Rep. Randy Neugebauer TX-19<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18871\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18871\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17701\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17701); return false;\">[X]<\/a>&nbsp; Rep. Charlie Gonzalez TX-20<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17701\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17701\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25421\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25421); return false;\">[X]<\/a>&nbsp; Rep. Lamar Smith TX-21<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25421\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25421\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122142\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122142); return false;\">[X]<\/a>&nbsp; Rep. Pete Olson TX-22<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122142\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122142\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25423\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25423); return false;\">[X]<\/a>&nbsp; Rep. Ciro Rodriguez TX-23<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25423\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25423\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25424\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25424); return false;\">[X]<\/a>&nbsp; Rep. Ken Marchant TX-24<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25424\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25424\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20743\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20743); return false;\">[X]<\/a>&nbsp; Rep. Lloyd Doggett TX-25<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20743\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20743\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20745\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20745); return false;\">[X]<\/a>&nbsp; Rep. Mike Burgess TX-26<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20745\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20745\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25425\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25425); return false;\">[X]<\/a>&nbsp; Rep. Solomon Ortiz TX-27<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25425\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25425\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25426\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25426); return false;\">[X]<\/a>&nbsp; Rep. Henry Cuellar TX-28<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25426\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25426\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25427\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25427); return false;\">[X]<\/a>&nbsp; Rep. Gene Green TX-29<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25427\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25427\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25428\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25428); return false;\">[X]<\/a>&nbsp; Rep. Eddie Johnson TX-30<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25428\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25428\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20787\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20787); return false;\">[X]<\/a>&nbsp; Rep. John Carter TX-31<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20787\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20787\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25409\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25409); return false;\">[X]<\/a>&nbsp; Rep. Pete Sessions TX-32<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25409\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25409\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20746\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20746); return false;\">[X]<\/a>&nbsp; Rep. Rob Bishop UT-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20746\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20746\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21256\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21256); return false;\">[X]<\/a>&nbsp; Rep. Jim Matheson UT-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21256\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21256\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122153\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122153); return false;\">[X]<\/a>&nbsp; Rep. Jason Chaffetz UT-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122153\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122153\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21257\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21257); return false;\">[X]<\/a>&nbsp; Rep. Rob Wittman VA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21257\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21257\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130674\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130674); return false;\">[X]<\/a>&nbsp; Rep. Glenn Nye VA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130674\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130674\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25429\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25429); return false;\">[X]<\/a>&nbsp; Rep. Bobby Scott VA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25429\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25429\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20775\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20775); return false;\">[X]<\/a>&nbsp; Rep. Randy Forbes VA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20775\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20775\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122158\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122158); return false;\">[X]<\/a>&nbsp; Rep. Tom Perriello VA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122158\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122158\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25431\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25431); return false;\">[X]<\/a>&nbsp; Rep. Bob Goodlatte VA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25431\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25431\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21259); return false;\">[X]<\/a>&nbsp; Rep. Eric Cantor VA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25432\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25432); return false;\">[X]<\/a>&nbsp; Rep. Jim Moran VA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25432\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25432\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25433\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25433); return false;\">[X]<\/a>&nbsp; Rep. Rick Boucher VA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25433\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25433\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25434\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25434); return false;\">[X]<\/a>&nbsp; Rep. Frank Wolf VA-10<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25434\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25434\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122164\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122164); return false;\">[X]<\/a>&nbsp; Rep. Gerry Connolly VA-11<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122164\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122164\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25436\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25436); return false;\">[X]<\/a>&nbsp; Rep. Donna Christensen VI-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25436\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25436\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17703\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17703); return false;\">[X]<\/a>&nbsp; Rep. Peter Welch VT-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17703\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17703\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25437\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25437); return false;\">[X]<\/a>&nbsp; Rep. Jay Inslee WA-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25437\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25437\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18184\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18184); return false;\">[X]<\/a>&nbsp; Rep. Rick Larsen WA-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18184\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18184\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25438\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25438); return false;\">[X]<\/a>&nbsp; Rep. Brian Baird WA-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25438\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25438\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25439\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25439); return false;\">[X]<\/a>&nbsp; Rep. Doc Hastings WA-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25439\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25439\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25440\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25440); return false;\">[X]<\/a>&nbsp; Rep. Cathy McMorris Rodgers WA-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25440\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25440\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25441\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25441); return false;\">[X]<\/a>&nbsp; Rep. Norm Dicks WA-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25441\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25441\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25442\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25442); return false;\">[X]<\/a>&nbsp; Rep. Jim McDermott WA-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25442\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25442\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25443\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25443); return false;\">[X]<\/a>&nbsp; Rep. Dave Reichert WA-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25443\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25443\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25444\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25444); return false;\">[X]<\/a>&nbsp; Rep. Adam Smith WA-09<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25444\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25444\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17704\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17704); return false;\">[X]<\/a>&nbsp; Rep. Paul Ryan WI-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17704\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17704\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25445\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25445); return false;\">[X]<\/a>&nbsp; Rep. Tammy Baldwin WI-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25445\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25445\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25446\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25446); return false;\">[X]<\/a>&nbsp; Rep. Ron Kind WI-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25446\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25446\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25447\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25447); return false;\">[X]<\/a>&nbsp; Rep. Gwendolynne Moore WI-04<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25447\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25447\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25451\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25451); return false;\">[X]<\/a>&nbsp; Rep. Jim Sensenbrenner WI-05<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25451\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25451\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25448\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25448); return false;\">[X]<\/a>&nbsp; Rep. Tom Petri WI-06<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25448\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25448\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25449\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25449); return false;\">[X]<\/a>&nbsp; Rep. Dave Obey WI-07<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25449\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25449\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25450\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25450); return false;\">[X]<\/a>&nbsp; Rep. Steve Kagen WI-08<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25450\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25450\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25452\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25452); return false;\">[X]<\/a>&nbsp; Rep. Alan Mollohan WV-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25452\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25452\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21260\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21260); return false;\">[X]<\/a>&nbsp; Rep. Shelley Capito WV-02<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21260\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21260\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17705\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17705); return false;\">[X]<\/a>&nbsp; Rep. Nick Rahall WV-03<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17705\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17705\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection122188\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(122188); return false;\">[X]<\/a>&nbsp; Rep. Cynthia Lummis WY-01<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox122188\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"122188\" /><\/span>';
}

var AKLegislators = new Array();

AKLegislators[0] = "Gov. Sarah Palin AK";
legislatorsHash['Gov. Sarah Palin AK'] = 26085;
legislatorIdToState[26085] = 'AK';

AKLegislators[1] = "Sen. Bert Stedman AK-000A";
legislatorsHash['Sen. Bert Stedman AK-000A'] = 18561;
legislatorIdToState[18561] = 'AK';

AKLegislators[2] = "Sen. Kim Elton AK-000B";
legislatorsHash['Sen. Kim Elton AK-000B'] = 23212;
legislatorIdToState[23212] = 'AK';

AKLegislators[3] = "Sen. Albert Kookesh AK-000C";
legislatorsHash['Sen. Albert Kookesh AK-000C'] = 23218;
legislatorIdToState[23218] = 'AK';

AKLegislators[4] = "Sen. Joe Thomas AK-000D";
legislatorsHash['Sen. Joe Thomas AK-000D'] = 20014;
legislatorIdToState[20014] = 'AK';

AKLegislators[5] = "Sen. Joe Paskvan AK-000E";
legislatorsHash['Sen. Joe Paskvan AK-000E'] = 126708;
legislatorIdToState[126708] = 'AK';

AKLegislators[6] = "Sen. Gene Therriault AK-000F";
legislatorsHash['Sen. Gene Therriault AK-000F'] = 20031;
legislatorIdToState[20031] = 'AK';

AKLegislators[7] = "Sen. Linda Menard AK-000G";
legislatorsHash['Sen. Linda Menard AK-000G'] = 126707;
legislatorIdToState[126707] = 'AK';

AKLegislators[8] = "Sen. Charlie Huggins AK-000H";
legislatorsHash['Sen. Charlie Huggins AK-000H'] = 20015;
legislatorIdToState[20015] = 'AK';

AKLegislators[9] = "Sen. Fred Dyson AK-000I";
legislatorsHash['Sen. Fred Dyson AK-000I'] = 18351;
legislatorIdToState[18351] = 'AK';

AKLegislators[10] = "Sen. Bill Wielechowski AK-000J";
legislatorsHash['Sen. Bill Wielechowski AK-000J'] = 20024;
legislatorIdToState[20024] = 'AK';

AKLegislators[11] = "Sen. Bettye Davis AK-000K";
legislatorsHash['Sen. Bettye Davis AK-000K'] = 21157;
legislatorIdToState[21157] = 'AK';

AKLegislators[12] = "Sen. Johnny Ellis AK-000L";
legislatorsHash['Sen. Johnny Ellis AK-000L'] = 23214;
legislatorIdToState[23214] = 'AK';

AKLegislators[13] = "Sen. French French AK-000M";
legislatorsHash['Sen. French French AK-000M'] = 20025;
legislatorIdToState[20025] = 'AK';

AKLegislators[14] = "Sen. Lesil McGuire AK-000N";
legislatorsHash['Sen. Lesil McGuire AK-000N'] = 23213;
legislatorIdToState[23213] = 'AK';

AKLegislators[15] = "Sen. Kevin Meyer AK-000O";
legislatorsHash['Sen. Kevin Meyer AK-000O'] = 133154;
legislatorIdToState[133154] = 'AK';

AKLegislators[16] = "Sen. Con Bunde AK-000P";
legislatorsHash['Sen. Con Bunde AK-000P'] = 20027;
legislatorIdToState[20027] = 'AK';

AKLegislators[17] = "Sen. Tom Wagoner AK-000Q";
legislatorsHash['Sen. Tom Wagoner AK-000Q'] = 20028;
legislatorIdToState[20028] = 'AK';

AKLegislators[18] = "Sen. Gary Stevens AK-000R";
legislatorsHash['Sen. Gary Stevens AK-000R'] = 21403;
legislatorIdToState[21403] = 'AK';

AKLegislators[19] = "Sen. Lyman Hoffman AK-000S";
legislatorsHash['Sen. Lyman Hoffman AK-000S'] = 20029;
legislatorIdToState[20029] = 'AK';

AKLegislators[20] = "Sen. Donny Olson AK-000T";
legislatorsHash['Sen. Donny Olson AK-000T'] = 20030;
legislatorIdToState[20030] = 'AK';

AKLegislators[21] = "Rep. Kyle Johansen AK-001";
legislatorsHash['Rep. Kyle Johansen AK-001'] = 23219;
legislatorIdToState[23219] = 'AK';

AKLegislators[22] = "Rep. Peggy Wilson AK-002";
legislatorsHash['Rep. Peggy Wilson AK-002'] = 21402;
legislatorIdToState[21402] = 'AK';

AKLegislators[23] = "Rep. Beth Kerttula AK-003";
legislatorsHash['Rep. Beth Kerttula AK-003'] = 23220;
legislatorIdToState[23220] = 'AK';

AKLegislators[24] = "Rep. Cathy Munoz AK-004";
legislatorsHash['Rep. Cathy Munoz AK-004'] = 132126;
legislatorIdToState[132126] = 'AK';

AKLegislators[25] = "Rep. Bill Thomas AK-005";
legislatorsHash['Rep. Bill Thomas AK-005'] = 23223;
legislatorIdToState[23223] = 'AK';

AKLegislators[26] = "Rep. Woodie Salmon AK-006";
legislatorsHash['Rep. Woodie Salmon AK-006'] = 23233;
legislatorIdToState[23233] = 'AK';

AKLegislators[27] = "Rep. Michael Kelly AK-007";
legislatorsHash['Rep. Michael Kelly AK-007'] = 20558;
legislatorIdToState[20558] = 'AK';

AKLegislators[28] = "Rep. David Guttenberg AK-008";
legislatorsHash['Rep. David Guttenberg AK-008'] = 18272;
legislatorIdToState[18272] = 'AK';

AKLegislators[29] = "Rep. Scott Kawasaki AK-009";
legislatorsHash['Rep. Scott Kawasaki AK-009'] = 20559;
legislatorIdToState[20559] = 'AK';

AKLegislators[30] = "Rep. Jay Ramras AK-010";
legislatorsHash['Rep. Jay Ramras AK-010'] = 19014;
legislatorIdToState[19014] = 'AK';

AKLegislators[31] = "Rep. John Coghill AK-011";
legislatorsHash['Rep. John Coghill AK-011'] = 23231;
legislatorIdToState[23231] = 'AK';

AKLegislators[32] = "Rep. John Harris AK-012";
legislatorsHash['Rep. John Harris AK-012'] = 23232;
legislatorIdToState[23232] = 'AK';

AKLegislators[33] = "Rep. Carl Gatto AK-013";
legislatorsHash['Rep. Carl Gatto AK-013'] = 20560;
legislatorIdToState[20560] = 'AK';

AKLegislators[34] = "Rep. Wes Keller AK-014";
legislatorsHash['Rep. Wes Keller AK-014'] = 17958;
legislatorIdToState[17958] = 'AK';

AKLegislators[35] = "Rep. Mark Neuman AK-015";
legislatorsHash['Rep. Mark Neuman AK-015'] = 23230;
legislatorIdToState[23230] = 'AK';

AKLegislators[36] = "Rep. Bill Stoltze AK-016";
legislatorsHash['Rep. Bill Stoltze AK-016'] = 20561;
legislatorIdToState[20561] = 'AK';

AKLegislators[37] = "Rep. Anna Fairclough AK-017";
legislatorsHash['Rep. Anna Fairclough AK-017'] = 25278;
legislatorIdToState[25278] = 'AK';

AKLegislators[38] = "Rep. Nancy Dahlstrom AK-018";
legislatorsHash['Rep. Nancy Dahlstrom AK-018'] = 19280;
legislatorIdToState[19280] = 'AK';

AKLegislators[39] = "Rep. Pete Petersen AK-019";
legislatorsHash['Rep. Pete Petersen AK-019'] = 132132;
legislatorIdToState[132132] = 'AK';

AKLegislators[40] = "Rep. Max Gruenberg AK-020";
legislatorsHash['Rep. Max Gruenberg AK-020'] = 20563;
legislatorIdToState[20563] = 'AK';

AKLegislators[41] = "Rep. Harry Crawford AK-021";
legislatorsHash['Rep. Harry Crawford AK-021'] = 21405;
legislatorIdToState[21405] = 'AK';

AKLegislators[42] = "Rep. Sharon Cissna AK-022";
legislatorsHash['Rep. Sharon Cissna AK-022'] = 23227;
legislatorIdToState[23227] = 'AK';

AKLegislators[43] = "Rep. Les Gara AK-023";
legislatorsHash['Rep. Les Gara AK-023'] = 20564;
legislatorIdToState[20564] = 'AK';

AKLegislators[44] = "Rep. Berta Gardner AK-024";
legislatorsHash['Rep. Berta Gardner AK-024'] = 20570;
legislatorIdToState[20570] = 'AK';

AKLegislators[45] = "Rep. Mike Doogan AK-025";
legislatorsHash['Rep. Mike Doogan AK-025'] = 23226;
legislatorIdToState[23226] = 'AK';

AKLegislators[46] = "Rep. Lindsey Holmes AK-026";
legislatorsHash['Rep. Lindsey Holmes AK-026'] = 20572;
legislatorIdToState[20572] = 'AK';

AKLegislators[47] = "Rep. Bob Buch AK-027";
legislatorsHash['Rep. Bob Buch AK-027'] = 23224;
legislatorIdToState[23224] = 'AK';

AKLegislators[48] = "Rep. Craig Johnson AK-028";
legislatorsHash['Rep. Craig Johnson AK-028'] = 21404;
legislatorIdToState[21404] = 'AK';

AKLegislators[49] = "Rep. Chris Tuck AK-029";
legislatorsHash['Rep. Chris Tuck AK-029'] = 132135;
legislatorIdToState[132135] = 'AK';

AKLegislators[50] = "Rep. Charisse Millett AK-030";
legislatorsHash['Rep. Charisse Millett AK-030'] = 132136;
legislatorIdToState[132136] = 'AK';

AKLegislators[51] = "Rep. Bob Lynn AK-031";
legislatorsHash['Rep. Bob Lynn AK-031'] = 20567;
legislatorIdToState[20567] = 'AK';

AKLegislators[52] = "Rep. Mike Hawker AK-032";
legislatorsHash['Rep. Mike Hawker AK-032'] = 20571;
legislatorIdToState[20571] = 'AK';

AKLegislators[53] = "Rep. Kurt Olson AK-033";
legislatorsHash['Rep. Kurt Olson AK-033'] = 18273;
legislatorIdToState[18273] = 'AK';

AKLegislators[54] = "Rep. Mike Chenault AK-034";
legislatorsHash['Rep. Mike Chenault AK-034'] = 20568;
legislatorIdToState[20568] = 'AK';

AKLegislators[55] = "Rep. Paul Seaton AK-035";
legislatorsHash['Rep. Paul Seaton AK-035'] = 20573;
legislatorIdToState[20573] = 'AK';

AKLegislators[56] = "Rep. Alan Austerman AK-036";
legislatorsHash['Rep. Alan Austerman AK-036'] = 136516;
legislatorIdToState[136516] = 'AK';

AKLegislators[57] = "Rep. Bryce Edgmon AK-037";
legislatorsHash['Rep. Bryce Edgmon AK-037'] = 20569;
legislatorIdToState[20569] = 'AK';

AKLegislators[58] = "Rep. Bob Herron AK-038";
legislatorsHash['Rep. Bob Herron AK-038'] = 126765;
legislatorIdToState[126765] = 'AK';

AKLegislators[59] = "Rep. Richard Foster AK-039";
legislatorsHash['Rep. Richard Foster AK-039'] = 23235;
legislatorIdToState[23235] = 'AK';

AKLegislators[60] = "Rep. Reggie Joule AK-040";
legislatorsHash['Rep. Reggie Joule AK-040'] = 20574;
legislatorIdToState[20574] = 'AK';

function writeAKLegislatorHTML() {
	$('AKLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26085\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26085); return false;\">[X]<\/a>&nbsp; Gov. Sarah Palin AK<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26085\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26085\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18561\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18561); return false;\">[X]<\/a>&nbsp; Sen. Bert Stedman AK-000A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18561\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18561\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23212\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23212); return false;\">[X]<\/a>&nbsp; Sen. Kim Elton AK-000B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23212\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23212\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23218\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23218); return false;\">[X]<\/a>&nbsp; Sen. Albert Kookesh AK-000C<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23218\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23218\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20014\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20014); return false;\">[X]<\/a>&nbsp; Sen. Joe Thomas AK-000D<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20014\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20014\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126708\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126708); return false;\">[X]<\/a>&nbsp; Sen. Joe Paskvan AK-000E<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126708\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126708\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20031\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20031); return false;\">[X]<\/a>&nbsp; Sen. Gene Therriault AK-000F<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20031\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20031\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126707\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126707); return false;\">[X]<\/a>&nbsp; Sen. Linda Menard AK-000G<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126707\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126707\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20015\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20015); return false;\">[X]<\/a>&nbsp; Sen. Charlie Huggins AK-000H<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20015\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20015\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18351\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18351); return false;\">[X]<\/a>&nbsp; Sen. Fred Dyson AK-000I<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18351\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18351\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20024\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20024); return false;\">[X]<\/a>&nbsp; Sen. Bill Wielechowski AK-000J<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20024\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20024\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21157\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21157); return false;\">[X]<\/a>&nbsp; Sen. Bettye Davis AK-000K<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21157\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21157\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23214\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23214); return false;\">[X]<\/a>&nbsp; Sen. Johnny Ellis AK-000L<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23214\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23214\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20025\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20025); return false;\">[X]<\/a>&nbsp; Sen. French French AK-000M<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20025\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20025\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23213\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23213); return false;\">[X]<\/a>&nbsp; Sen. Lesil McGuire AK-000N<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23213\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23213\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133154\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133154); return false;\">[X]<\/a>&nbsp; Sen. Kevin Meyer AK-000O<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133154\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133154\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20027\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20027); return false;\">[X]<\/a>&nbsp; Sen. Con Bunde AK-000P<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20027\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20027\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20028\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20028); return false;\">[X]<\/a>&nbsp; Sen. Tom Wagoner AK-000Q<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20028\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20028\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21403\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21403); return false;\">[X]<\/a>&nbsp; Sen. Gary Stevens AK-000R<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21403\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21403\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20029\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20029); return false;\">[X]<\/a>&nbsp; Sen. Lyman Hoffman AK-000S<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20029\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20029\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20030\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20030); return false;\">[X]<\/a>&nbsp; Sen. Donny Olson AK-000T<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20030\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20030\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23219\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23219); return false;\">[X]<\/a>&nbsp; Rep. Kyle Johansen AK-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23219\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23219\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21402\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21402); return false;\">[X]<\/a>&nbsp; Rep. Peggy Wilson AK-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21402\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21402\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23220\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23220); return false;\">[X]<\/a>&nbsp; Rep. Beth Kerttula AK-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23220\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23220\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132126\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132126); return false;\">[X]<\/a>&nbsp; Rep. Cathy Munoz AK-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132126\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132126\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23223\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23223); return false;\">[X]<\/a>&nbsp; Rep. Bill Thomas AK-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23223\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23223\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23233\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23233); return false;\">[X]<\/a>&nbsp; Rep. Woodie Salmon AK-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23233\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23233\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20558\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20558); return false;\">[X]<\/a>&nbsp; Rep. Michael Kelly AK-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20558\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20558\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18272\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18272); return false;\">[X]<\/a>&nbsp; Rep. David Guttenberg AK-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18272\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18272\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20559\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20559); return false;\">[X]<\/a>&nbsp; Rep. Scott Kawasaki AK-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20559\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20559\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19014\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19014); return false;\">[X]<\/a>&nbsp; Rep. Jay Ramras AK-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19014\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19014\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23231\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23231); return false;\">[X]<\/a>&nbsp; Rep. John Coghill AK-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23231\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23231\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23232\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23232); return false;\">[X]<\/a>&nbsp; Rep. John Harris AK-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23232\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23232\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20560\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20560); return false;\">[X]<\/a>&nbsp; Rep. Carl Gatto AK-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20560\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20560\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17958\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17958); return false;\">[X]<\/a>&nbsp; Rep. Wes Keller AK-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17958\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17958\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23230\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23230); return false;\">[X]<\/a>&nbsp; Rep. Mark Neuman AK-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23230\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23230\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20561\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20561); return false;\">[X]<\/a>&nbsp; Rep. Bill Stoltze AK-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20561\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20561\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25278\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25278); return false;\">[X]<\/a>&nbsp; Rep. Anna Fairclough AK-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25278\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25278\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19280\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19280); return false;\">[X]<\/a>&nbsp; Rep. Nancy Dahlstrom AK-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19280\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19280\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132132\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132132); return false;\">[X]<\/a>&nbsp; Rep. Pete Petersen AK-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132132\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132132\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20563\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20563); return false;\">[X]<\/a>&nbsp; Rep. Max Gruenberg AK-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20563\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20563\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21405\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21405); return false;\">[X]<\/a>&nbsp; Rep. Harry Crawford AK-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21405\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21405\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23227); return false;\">[X]<\/a>&nbsp; Rep. Sharon Cissna AK-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20564\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20564); return false;\">[X]<\/a>&nbsp; Rep. Les Gara AK-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20564\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20564\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20570\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20570); return false;\">[X]<\/a>&nbsp; Rep. Berta Gardner AK-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20570\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20570\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23226\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23226); return false;\">[X]<\/a>&nbsp; Rep. Mike Doogan AK-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23226\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23226\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20572\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20572); return false;\">[X]<\/a>&nbsp; Rep. Lindsey Holmes AK-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20572\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20572\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23224\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23224); return false;\">[X]<\/a>&nbsp; Rep. Bob Buch AK-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23224\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23224\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21404\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21404); return false;\">[X]<\/a>&nbsp; Rep. Craig Johnson AK-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21404\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21404\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132135\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132135); return false;\">[X]<\/a>&nbsp; Rep. Chris Tuck AK-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132135\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132135\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132136\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132136); return false;\">[X]<\/a>&nbsp; Rep. Charisse Millett AK-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132136\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132136\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20567\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20567); return false;\">[X]<\/a>&nbsp; Rep. Bob Lynn AK-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20567\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20567\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20571\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20571); return false;\">[X]<\/a>&nbsp; Rep. Mike Hawker AK-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20571\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20571\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18273\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18273); return false;\">[X]<\/a>&nbsp; Rep. Kurt Olson AK-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18273\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18273\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20568\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20568); return false;\">[X]<\/a>&nbsp; Rep. Mike Chenault AK-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20568\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20568\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20573\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20573); return false;\">[X]<\/a>&nbsp; Rep. Paul Seaton AK-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20573\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20573\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136516\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136516); return false;\">[X]<\/a>&nbsp; Rep. Alan Austerman AK-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136516\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136516\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20569\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20569); return false;\">[X]<\/a>&nbsp; Rep. Bryce Edgmon AK-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20569\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20569\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126765\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126765); return false;\">[X]<\/a>&nbsp; Rep. Bob Herron AK-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126765\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126765\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23235\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23235); return false;\">[X]<\/a>&nbsp; Rep. Richard Foster AK-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23235\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23235\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20574\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20574); return false;\">[X]<\/a>&nbsp; Rep. Reggie Joule AK-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20574\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20574\" /><\/span>';
}

var ALLegislators = new Array();

ALLegislators[0] = "Gov. Bob Riley AL";
legislatorsHash['Gov. Bob Riley AL'] = 25755;
legislatorIdToState[25755] = 'AL';

ALLegislators[1] = "Sen. Bobby Denton AL-001";
legislatorsHash['Sen. Bobby Denton AL-001'] = 23237;
legislatorIdToState[23237] = 'AL';

ALLegislators[2] = "Sen. Tom Butler AL-002";
legislatorsHash['Sen. Tom Butler AL-002'] = 23238;
legislatorIdToState[23238] = 'AL';

ALLegislators[3] = "Sen. Arthur Orr AL-003";
legislatorsHash['Sen. Arthur Orr AL-003'] = 17959;
legislatorIdToState[17959] = 'AL';

ALLegislators[4] = "Sen. Zeb Little AL-004";
legislatorsHash['Sen. Zeb Little AL-004'] = 23239;
legislatorIdToState[23239] = 'AL';

ALLegislators[5] = "Sen. Charles Bishop AL-005";
legislatorsHash['Sen. Charles Bishop AL-005'] = 23240;
legislatorIdToState[23240] = 'AL';

ALLegislators[6] = "Sen. Roger Bedford AL-006";
legislatorsHash['Sen. Roger Bedford AL-006'] = 23241;
legislatorIdToState[23241] = 'AL';

ALLegislators[7] = " AL-007";
legislatorsHash[' AL-007'] = 126773;
legislatorIdToState[126773] = 'AL';

ALLegislators[8] = "Sen. Lowell Barron AL-008";
legislatorsHash['Sen. Lowell Barron AL-008'] = 23243;
legislatorIdToState[23243] = 'AL';

ALLegislators[9] = "Sen. Hinton Mitchem AL-009";
legislatorsHash['Sen. Hinton Mitchem AL-009'] = 23244;
legislatorIdToState[23244] = 'AL';

ALLegislators[10] = "Sen. Larry Means AL-010";
legislatorsHash['Sen. Larry Means AL-010'] = 23245;
legislatorIdToState[23245] = 'AL';

ALLegislators[11] = "Sen. Jim Preuitt AL-011";
legislatorsHash['Sen. Jim Preuitt AL-011'] = 23246;
legislatorIdToState[23246] = 'AL';

ALLegislators[12] = "Sen. Del Marsh AL-012";
legislatorsHash['Sen. Del Marsh AL-012'] = 23247;
legislatorIdToState[23247] = 'AL';

ALLegislators[13] = "Sen. Kim Benefield AL-013";
legislatorsHash['Sen. Kim Benefield AL-013'] = 17960;
legislatorIdToState[17960] = 'AL';

ALLegislators[14] = "Sen. Hank Erwin AL-014";
legislatorsHash['Sen. Hank Erwin AL-014'] = 20489;
legislatorIdToState[20489] = 'AL';

ALLegislators[15] = "Sen. Steve French AL-015";
legislatorsHash['Sen. Steve French AL-015'] = 23248;
legislatorIdToState[23248] = 'AL';

ALLegislators[16] = "Sen. Jabo Waggoner AL-016";
legislatorsHash['Sen. Jabo Waggoner AL-016'] = 23249;
legislatorIdToState[23249] = 'AL';

ALLegislators[17] = "Sen. Scott Beason AL-017";
legislatorsHash['Sen. Scott Beason AL-017'] = 23250;
legislatorIdToState[23250] = 'AL';

ALLegislators[18] = "Sen. Rodger Smitherman AL-018";
legislatorsHash['Sen. Rodger Smitherman AL-018'] = 23251;
legislatorIdToState[23251] = 'AL';

ALLegislators[19] = "Sen. E.B. McClain AL-019";
legislatorsHash['Sen. E.B. McClain AL-019'] = 23252;
legislatorIdToState[23252] = 'AL';

ALLegislators[20] = "Sen. Linda Coleman AL-020";
legislatorsHash['Sen. Linda Coleman AL-020'] = 23253;
legislatorIdToState[23253] = 'AL';

ALLegislators[21] = "Sen. Phil Poole AL-021";
legislatorsHash['Sen. Phil Poole AL-021'] = 23254;
legislatorIdToState[23254] = 'AL';

ALLegislators[22] = " AL-022";
legislatorsHash[' AL-022'] = 126788;
legislatorIdToState[126788] = 'AL';

ALLegislators[23] = "Sen. Hank Sanders AL-023";
legislatorsHash['Sen. Hank Sanders AL-023'] = 23256;
legislatorIdToState[23256] = 'AL';

ALLegislators[24] = "Sen. Bobby Singleton AL-024";
legislatorsHash['Sen. Bobby Singleton AL-024'] = 17961;
legislatorIdToState[17961] = 'AL';

ALLegislators[25] = "Sen. Larry Dixon AL-025";
legislatorsHash['Sen. Larry Dixon AL-025'] = 23257;
legislatorIdToState[23257] = 'AL';

ALLegislators[26] = "Sen. Quinton Ross AL-026";
legislatorsHash['Sen. Quinton Ross AL-026'] = 18311;
legislatorIdToState[18311] = 'AL';

ALLegislators[27] = "Sen. Ted Little AL-027";
legislatorsHash['Sen. Ted Little AL-027'] = 23258;
legislatorIdToState[23258] = 'AL';

ALLegislators[28] = "Sen. Myron Penn AL-028";
legislatorsHash['Sen. Myron Penn AL-028'] = 20491;
legislatorIdToState[20491] = 'AL';

ALLegislators[29] = "Sen. Harri Smith AL-029";
legislatorsHash['Sen. Harri Smith AL-029'] = 25279;
legislatorIdToState[25279] = 'AL';

ALLegislators[30] = "Sen. Walking Mitchell AL-030";
legislatorsHash['Sen. Walking Mitchell AL-030'] = 23259;
legislatorIdToState[23259] = 'AL';

ALLegislators[31] = "Sen. Jimmy Holley AL-031";
legislatorsHash['Sen. Jimmy Holley AL-031'] = 23260;
legislatorIdToState[23260] = 'AL';

ALLegislators[32] = "Sen. Tripp Pittman AL-032";
legislatorsHash['Sen. Tripp Pittman AL-032'] = 20160;
legislatorIdToState[20160] = 'AL';

ALLegislators[33] = "Sen. Vivian Figures AL-033";
legislatorsHash['Sen. Vivian Figures AL-033'] = 23261;
legislatorIdToState[23261] = 'AL';

ALLegislators[34] = "Sen. Rusty Glover AL-034";
legislatorsHash['Sen. Rusty Glover AL-034'] = 23262;
legislatorIdToState[23262] = 'AL';

ALLegislators[35] = "Sen. Ben Brooks AL-035";
legislatorsHash['Sen. Ben Brooks AL-035'] = 20490;
legislatorIdToState[20490] = 'AL';

ALLegislators[36] = "Rep. Tammy Irons AL-001";
legislatorsHash['Rep. Tammy Irons AL-001'] = 23263;
legislatorIdToState[23263] = 'AL';

ALLegislators[37] = "Rep. Mike Curtis AL-002";
legislatorsHash['Rep. Mike Curtis AL-002'] = 20393;
legislatorIdToState[20393] = 'AL';

ALLegislators[38] = "Rep. Marcel Black AL-003";
legislatorsHash['Rep. Marcel Black AL-003'] = 23264;
legislatorIdToState[23264] = 'AL';

ALLegislators[39] = "Rep. Micky Hammon AL-004";
legislatorsHash['Rep. Micky Hammon AL-004'] = 18309;
legislatorIdToState[18309] = 'AL';

ALLegislators[40] = "Rep. Henry White AL-005";
legislatorsHash['Rep. Henry White AL-005'] = 23265;
legislatorIdToState[23265] = 'AL';

ALLegislators[41] = "Rep. Sue Schmitz AL-006";
legislatorsHash['Rep. Sue Schmitz AL-006'] = 17962;
legislatorIdToState[17962] = 'AL';

ALLegislators[42] = "Rep. Jody Letson AL-007";
legislatorsHash['Rep. Jody Letson AL-007'] = 23266;
legislatorIdToState[23266] = 'AL';

ALLegislators[43] = "Rep. Bill Dukes AL-008";
legislatorsHash['Rep. Bill Dukes AL-008'] = 23267;
legislatorIdToState[23267] = 'AL';

ALLegislators[44] = "Rep. Ronald Grantland AL-009";
legislatorsHash['Rep. Ronald Grantland AL-009'] = 23268;
legislatorIdToState[23268] = 'AL';

ALLegislators[45] = "Rep. Mike Ball AL-010";
legislatorsHash['Rep. Mike Ball AL-010'] = 20394;
legislatorIdToState[20394] = 'AL';

ALLegislators[46] = "Rep. Jeremy Oden AL-011";
legislatorsHash['Rep. Jeremy Oden AL-011'] = 23269;
legislatorIdToState[23269] = 'AL';

ALLegislators[47] = "Rep. James Fields AL-012";
legislatorsHash['Rep. James Fields AL-012'] = 126812;
legislatorIdToState[126812] = 'AL';

ALLegislators[48] = "Rep. Tommy Sherer AL-013";
legislatorsHash['Rep. Tommy Sherer AL-013'] = 20397;
legislatorIdToState[20397] = 'AL';

ALLegislators[49] = "Rep. Ken Guin AL-014";
legislatorsHash['Rep. Ken Guin AL-014'] = 23271;
legislatorIdToState[23271] = 'AL';

ALLegislators[50] = "Rep. Pat Moore AL-015";
legislatorsHash['Rep. Pat Moore AL-015'] = 23301;
legislatorIdToState[23301] = 'AL';

ALLegislators[51] = "Rep. William Thigpen AL-016";
legislatorsHash['Rep. William Thigpen AL-016'] = 23272;
legislatorIdToState[23272] = 'AL';

ALLegislators[52] = "Rep. Mike Millican AL-017";
legislatorsHash['Rep. Mike Millican AL-017'] = 23273;
legislatorIdToState[23273] = 'AL';

ALLegislators[53] = "Rep. Johnny Morrow AL-018";
legislatorsHash['Rep. Johnny Morrow AL-018'] = 23274;
legislatorIdToState[23274] = 'AL';

ALLegislators[54] = "Rep. Laura Hall AL-019";
legislatorsHash['Rep. Laura Hall AL-019'] = 17963;
legislatorIdToState[17963] = 'AL';

ALLegislators[55] = "Rep. Howard Sanderford AL-020";
legislatorsHash['Rep. Howard Sanderford AL-020'] = 23275;
legislatorIdToState[23275] = 'AL';

ALLegislators[56] = "Rep. Randy Hinshaw AL-021";
legislatorsHash['Rep. Randy Hinshaw AL-021'] = 20400;
legislatorIdToState[20400] = 'AL';

ALLegislators[57] = "Rep. Butch Taylor AL-022";
legislatorsHash['Rep. Butch Taylor AL-022'] = 23276;
legislatorIdToState[23276] = 'AL';

ALLegislators[58] = "Rep. John Robinson AL-023";
legislatorsHash['Rep. John Robinson AL-023'] = 23277;
legislatorIdToState[23277] = 'AL';

ALLegislators[59] = "Rep. Todd Greeson AL-024";
legislatorsHash['Rep. Todd Greeson AL-024'] = 23278;
legislatorIdToState[23278] = 'AL';

ALLegislators[60] = "Rep. Mac McCutcheon AL-025";
legislatorsHash['Rep. Mac McCutcheon AL-025'] = 20412;
legislatorIdToState[20412] = 'AL';

ALLegislators[61] = "Rep. Frank McDaniel AL-026";
legislatorsHash['Rep. Frank McDaniel AL-026'] = 126826;
legislatorIdToState[126826] = 'AL';

ALLegislators[62] = "Rep. Jeff McLaughlin AL-027";
legislatorsHash['Rep. Jeff McLaughlin AL-027'] = 20484;
legislatorIdToState[20484] = 'AL';

ALLegislators[63] = "Rep. Craig Ford AL-028";
legislatorsHash['Rep. Craig Ford AL-028'] = 23280;
legislatorIdToState[23280] = 'AL';

ALLegislators[64] = "Rep. Jack Page AL-029";
legislatorsHash['Rep. Jack Page AL-029'] = 23281;
legislatorIdToState[23281] = 'AL';

ALLegislators[65] = "Rep. Blaine Galliher AL-030";
legislatorsHash['Rep. Blaine Galliher AL-030'] = 23282;
legislatorIdToState[23282] = 'AL';

ALLegislators[66] = "Rep. Barry Mask AL-031";
legislatorsHash['Rep. Barry Mask AL-031'] = 17964;
legislatorIdToState[17964] = 'AL';

ALLegislators[67] = "Rep. Barbara Boyd AL-032";
legislatorsHash['Rep. Barbara Boyd AL-032'] = 23292;
legislatorIdToState[23292] = 'AL';

ALLegislators[68] = "Rep. Ronald Johnson AL-033";
legislatorsHash['Rep. Ronald Johnson AL-033'] = 23293;
legislatorIdToState[23293] = 'AL';

ALLegislators[69] = "Rep. Elwyn Thomas AL-034";
legislatorsHash['Rep. Elwyn Thomas AL-034'] = 20487;
legislatorIdToState[20487] = 'AL';

ALLegislators[70] = "Rep. Steve Hurst AL-035";
legislatorsHash['Rep. Steve Hurst AL-035'] = 23294;
legislatorIdToState[23294] = 'AL';

ALLegislators[71] = "Rep. Randy Wood AL-036";
legislatorsHash['Rep. Randy Wood AL-036'] = 19192;
legislatorIdToState[19192] = 'AL';

ALLegislators[72] = "Rep. Richard Laird AL-037";
legislatorsHash['Rep. Richard Laird AL-037'] = 23295;
legislatorIdToState[23295] = 'AL';

ALLegislators[73] = "Rep. DuWayne Bridges AL-038";
legislatorsHash['Rep. DuWayne Bridges AL-038'] = 21351;
legislatorIdToState[21351] = 'AL';

ALLegislators[74] = "Rep. Richard Lindsey AL-039";
legislatorsHash['Rep. Richard Lindsey AL-039'] = 23296;
legislatorIdToState[23296] = 'AL';

ALLegislators[75] = "Rep. Lea Fite AL-040";
legislatorsHash['Rep. Lea Fite AL-040'] = 20410;
legislatorIdToState[20410] = 'AL';

ALLegislators[76] = "Rep. Mike Hill AL-041";
legislatorsHash['Rep. Mike Hill AL-041'] = 23297;
legislatorIdToState[23297] = 'AL';

ALLegislators[77] = "Rep. Jimmy Martin AL-042";
legislatorsHash['Rep. Jimmy Martin AL-042'] = 23298;
legislatorIdToState[23298] = 'AL';

ALLegislators[78] = "Rep. Mary Sue McClurkin AL-043";
legislatorsHash['Rep. Mary Sue McClurkin AL-043'] = 20416;
legislatorIdToState[20416] = 'AL';

ALLegislators[79] = "Rep. Arthur Payne AL-044";
legislatorsHash['Rep. Arthur Payne AL-044'] = 23299;
legislatorIdToState[23299] = 'AL';

ALLegislators[80] = "Rep. Owen Drake AL-045";
legislatorsHash['Rep. Owen Drake AL-045'] = 25280;
legislatorIdToState[25280] = 'AL';

ALLegislators[81] = "Rep. Paul DeMarco AL-046";
legislatorsHash['Rep. Paul DeMarco AL-046'] = 23300;
legislatorIdToState[23300] = 'AL';

ALLegislators[82] = "Rep. Jack Williams AL-047";
legislatorsHash['Rep. Jack Williams AL-047'] = 18510;
legislatorIdToState[18510] = 'AL';

ALLegislators[83] = "Rep. Greg Canfield AL-048";
legislatorsHash['Rep. Greg Canfield AL-048'] = 17965;
legislatorIdToState[17965] = 'AL';

ALLegislators[84] = "Rep. Cam Ward AL-049";
legislatorsHash['Rep. Cam Ward AL-049'] = 18310;
legislatorIdToState[18310] = 'AL';

ALLegislators[85] = "Rep. Jim McClendon AL-050";
legislatorsHash['Rep. Jim McClendon AL-050'] = 20382;
legislatorIdToState[20382] = 'AL';

ALLegislators[86] = "Rep. Benjamin Treadaway AL-051";
legislatorsHash['Rep. Benjamin Treadaway AL-051'] = 18308;
legislatorIdToState[18308] = 'AL';

ALLegislators[87] = "Rep. John Rogers AL-052";
legislatorsHash['Rep. John Rogers AL-052'] = 23302;
legislatorIdToState[23302] = 'AL';

ALLegislators[88] = "Rep. Demetrius Newton AL-053";
legislatorsHash['Rep. Demetrius Newton AL-053'] = 23303;
legislatorIdToState[23303] = 'AL';

ALLegislators[89] = "Rep. Patricia Todd AL-054";
legislatorsHash['Rep. Patricia Todd AL-054'] = 23304;
legislatorIdToState[23304] = 'AL';

ALLegislators[90] = "Rep. Rod Scott AL-055";
legislatorsHash['Rep. Rod Scott AL-055'] = 23305;
legislatorIdToState[23305] = 'AL';

ALLegislators[91] = "Rep. Priscilla Dunn AL-056";
legislatorsHash['Rep. Priscilla Dunn AL-056'] = 23306;
legislatorIdToState[23306] = 'AL';

ALLegislators[92] = "Rep. Merika Coleman AL-057";
legislatorsHash['Rep. Merika Coleman AL-057'] = 20399;
legislatorIdToState[20399] = 'AL';

ALLegislators[93] = "Rep. Oliver Robinson AL-058";
legislatorsHash['Rep. Oliver Robinson AL-058'] = 23307;
legislatorIdToState[23307] = 'AL';

ALLegislators[94] = "Rep. Mary Moore AL-059";
legislatorsHash['Rep. Mary Moore AL-059'] = 19193;
legislatorIdToState[19193] = 'AL';

ALLegislators[95] = "Rep. Earl Hilliard AL-060";
legislatorsHash['Rep. Earl Hilliard AL-060'] = 20396;
legislatorIdToState[20396] = 'AL';

ALLegislators[96] = "Rep. Alan Harper AL-061";
legislatorsHash['Rep. Alan Harper AL-061'] = 17966;
legislatorIdToState[17966] = 'AL';

ALLegislators[97] = "Rep. Gerald Allen AL-062";
legislatorsHash['Rep. Gerald Allen AL-062'] = 23308;
legislatorIdToState[23308] = 'AL';

ALLegislators[98] = "Rep. Robert Bentley AL-063";
legislatorsHash['Rep. Robert Bentley AL-063'] = 20413;
legislatorIdToState[20413] = 'AL';

ALLegislators[99] = "Rep. Harry Shiver AL-064";
legislatorsHash['Rep. Harry Shiver AL-064'] = 20486;
legislatorIdToState[20486] = 'AL';

ALLegislators[100] = "Rep. Marc Keahey AL-065";
legislatorsHash['Rep. Marc Keahey AL-065'] = 23309;
legislatorIdToState[23309] = 'AL';

ALLegislators[101] = "Rep. Alan Baker AL-066";
legislatorsHash['Rep. Alan Baker AL-066'] = 23310;
legislatorIdToState[23310] = 'AL';

ALLegislators[102] = "Rep. Yusaf Salaam AL-067";
legislatorsHash['Rep. Yusaf Salaam AL-067'] = 20409;
legislatorIdToState[20409] = 'AL';

ALLegislators[103] = "Rep. Thomas Jackson AL-068";
legislatorsHash['Rep. Thomas Jackson AL-068'] = 23311;
legislatorIdToState[23311] = 'AL';

ALLegislators[104] = "Rep. James Thomas AL-069";
legislatorsHash['Rep. James Thomas AL-069'] = 23312;
legislatorIdToState[23312] = 'AL';

ALLegislators[105] = "Rep. Christopher England AL-070";
legislatorsHash['Rep. Christopher England AL-070'] = 23313;
legislatorIdToState[23313] = 'AL';

ALLegislators[106] = "Rep. A.J. McCampbell AL-071";
legislatorsHash['Rep. A.J. McCampbell AL-071'] = 23314;
legislatorIdToState[23314] = 'AL';

ALLegislators[107] = "Rep. Ralph Howard AL-072";
legislatorsHash['Rep. Ralph Howard AL-072'] = 20395;
legislatorIdToState[20395] = 'AL';

ALLegislators[108] = "Rep. David Grimes AL-073";
legislatorsHash['Rep. David Grimes AL-073'] = 20398;
legislatorIdToState[20398] = 'AL';

ALLegislators[109] = "Rep. Jay Love AL-074";
legislatorsHash['Rep. Jay Love AL-074'] = 20411;
legislatorIdToState[20411] = 'AL';

ALLegislators[110] = "Rep. Greg Wren AL-075";
legislatorsHash['Rep. Greg Wren AL-075'] = 20488;
legislatorIdToState[20488] = 'AL';

ALLegislators[111] = "Rep. Thad McClammy AL-076";
legislatorsHash['Rep. Thad McClammy AL-076'] = 23315;
legislatorIdToState[23315] = 'AL';

ALLegislators[112] = "Rep. John Knight AL-077";
legislatorsHash['Rep. John Knight AL-077'] = 17967;
legislatorIdToState[17967] = 'AL';

ALLegislators[113] = "Rep. Alvin Holmes AL-078";
legislatorsHash['Rep. Alvin Holmes AL-078'] = 23316;
legislatorIdToState[23316] = 'AL';

ALLegislators[114] = "Rep. Mike Hubbard AL-079";
legislatorsHash['Rep. Mike Hubbard AL-079'] = 23317;
legislatorIdToState[23317] = 'AL';

ALLegislators[115] = "Rep. Lesley Vance AL-080";
legislatorsHash['Rep. Lesley Vance AL-080'] = 23318;
legislatorIdToState[23318] = 'AL';

ALLegislators[116] = "Rep. Betty Graham AL-081";
legislatorsHash['Rep. Betty Graham AL-081'] = 23319;
legislatorIdToState[23319] = 'AL';

ALLegislators[117] = "Rep. Pebblin Warren AL-082";
legislatorsHash['Rep. Pebblin Warren AL-082'] = 23320;
legislatorIdToState[23320] = 'AL';

ALLegislators[118] = "Rep. Tootie Bandy AL-083";
legislatorsHash['Rep. Tootie Bandy AL-083'] = 23321;
legislatorIdToState[23321] = 'AL';

ALLegislators[119] = "Rep. Billy Beasley AL-084";
legislatorsHash['Rep. Billy Beasley AL-084'] = 23322;
legislatorIdToState[23322] = 'AL';

ALLegislators[120] = "Rep. Sonny Baker AL-085";
legislatorsHash['Rep. Sonny Baker AL-085'] = 23323;
legislatorIdToState[23323] = 'AL';

ALLegislators[121] = "Rep. Benjamin Lewis AL-086";
legislatorsHash['Rep. Benjamin Lewis AL-086'] = 17968;
legislatorIdToState[17968] = 'AL';

ALLegislators[122] = "Rep. Warren Beck AL-087";
legislatorsHash['Rep. Warren Beck AL-087'] = 20417;
legislatorIdToState[20417] = 'AL';

ALLegislators[123] = "Rep. H. Gipson AL-088";
legislatorsHash['Rep. H. Gipson AL-088'] = 23380;
legislatorIdToState[23380] = 'AL';

ALLegislators[124] = "Rep. Alan Boothe AL-089";
legislatorsHash['Rep. Alan Boothe AL-089'] = 23381;
legislatorIdToState[23381] = 'AL';

ALLegislators[125] = "Rep. Charles Newton AL-090";
legislatorsHash['Rep. Charles Newton AL-090'] = 23382;
legislatorIdToState[23382] = 'AL';

ALLegislators[126] = "Rep. Terry Spicer AL-091";
legislatorsHash['Rep. Terry Spicer AL-091'] = 23383;
legislatorIdToState[23383] = 'AL';

ALLegislators[127] = "Rep. Seth Hammett AL-092";
legislatorsHash['Rep. Seth Hammett AL-092'] = 23384;
legislatorIdToState[23384] = 'AL';

ALLegislators[128] = "Rep. Steve Clouse AL-093";
legislatorsHash['Rep. Steve Clouse AL-093'] = 23385;
legislatorIdToState[23385] = 'AL';

ALLegislators[129] = "Rep. Joe Faust AL-094";
legislatorsHash['Rep. Joe Faust AL-094'] = 20414;
legislatorIdToState[20414] = 'AL';

ALLegislators[130] = "Rep. Steve McMillan AL-095";
legislatorsHash['Rep. Steve McMillan AL-095'] = 23386;
legislatorIdToState[23386] = 'AL';

ALLegislators[131] = "Rep. Randy Davis AL-096";
legislatorsHash['Rep. Randy Davis AL-096'] = 20392;
legislatorIdToState[20392] = 'AL';

ALLegislators[132] = "Rep. Yvonne Kennedy AL-097";
legislatorsHash['Rep. Yvonne Kennedy AL-097'] = 23387;
legislatorIdToState[23387] = 'AL';

ALLegislators[133] = "Rep. James Gordon AL-098";
legislatorsHash['Rep. James Gordon AL-098'] = 17714;
legislatorIdToState[17714] = 'AL';

ALLegislators[134] = "Rep. James Buskey AL-099";
legislatorsHash['Rep. James Buskey AL-099'] = 17969;
legislatorIdToState[17969] = 'AL';

ALLegislators[135] = "Rep. Victor Gaston AL-100";
legislatorsHash['Rep. Victor Gaston AL-100'] = 23068;
legislatorIdToState[23068] = 'AL';

ALLegislators[136] = "Rep. Jamie Ison AL-101";
legislatorsHash['Rep. Jamie Ison AL-101'] = 20415;
legislatorIdToState[20415] = 'AL';

ALLegislators[137] = "Rep. Chad Fincher AL-102";
legislatorsHash['Rep. Chad Fincher AL-102'] = 20485;
legislatorIdToState[20485] = 'AL';

ALLegislators[138] = "Rep. Joseph Mitchell AL-103";
legislatorsHash['Rep. Joseph Mitchell AL-103'] = 23069;
legislatorIdToState[23069] = 'AL';

ALLegislators[139] = "Rep. Jim Barton AL-104";
legislatorsHash['Rep. Jim Barton AL-104'] = 20912;
legislatorIdToState[20912] = 'AL';

ALLegislators[140] = "Rep. Jack Collier AL-105";
legislatorsHash['Rep. Jack Collier AL-105'] = 20383;
legislatorIdToState[20383] = 'AL';

function writeALLegislatorHTML() {
	$('ALLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection25755\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25755); return false;\">[X]<\/a>&nbsp; Gov. Bob Riley AL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25755\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25755\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23237\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23237); return false;\">[X]<\/a>&nbsp; Sen. Bobby Denton AL-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23237\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23237\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23238\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23238); return false;\">[X]<\/a>&nbsp; Sen. Tom Butler AL-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23238\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23238\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17959\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17959); return false;\">[X]<\/a>&nbsp; Sen. Arthur Orr AL-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17959\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17959\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23239\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23239); return false;\">[X]<\/a>&nbsp; Sen. Zeb Little AL-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23239\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23239\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23240\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23240); return false;\">[X]<\/a>&nbsp; Sen. Charles Bishop AL-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23240\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23240\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23241\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23241); return false;\">[X]<\/a>&nbsp; Sen. Roger Bedford AL-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23241\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23241\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126773\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126773); return false;\">[X]<\/a>&nbsp;  AL-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126773\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126773\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23243\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23243); return false;\">[X]<\/a>&nbsp; Sen. Lowell Barron AL-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23243\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23243\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23244\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23244); return false;\">[X]<\/a>&nbsp; Sen. Hinton Mitchem AL-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23244\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23244\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23245\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23245); return false;\">[X]<\/a>&nbsp; Sen. Larry Means AL-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23245\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23245\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23246\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23246); return false;\">[X]<\/a>&nbsp; Sen. Jim Preuitt AL-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23246\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23246\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23247\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23247); return false;\">[X]<\/a>&nbsp; Sen. Del Marsh AL-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23247\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23247\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17960\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17960); return false;\">[X]<\/a>&nbsp; Sen. Kim Benefield AL-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17960\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17960\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20489\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20489); return false;\">[X]<\/a>&nbsp; Sen. Hank Erwin AL-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20489\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20489\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23248\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23248); return false;\">[X]<\/a>&nbsp; Sen. Steve French AL-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23248\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23248\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23249\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23249); return false;\">[X]<\/a>&nbsp; Sen. Jabo Waggoner AL-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23249\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23249\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23250\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23250); return false;\">[X]<\/a>&nbsp; Sen. Scott Beason AL-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23250\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23250\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23251\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23251); return false;\">[X]<\/a>&nbsp; Sen. Rodger Smitherman AL-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23251\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23251\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23252); return false;\">[X]<\/a>&nbsp; Sen. E.B. McClain AL-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23252\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23253\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23253); return false;\">[X]<\/a>&nbsp; Sen. Linda Coleman AL-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23253\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23253\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23254\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23254); return false;\">[X]<\/a>&nbsp; Sen. Phil Poole AL-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23254\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23254\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126788\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126788); return false;\">[X]<\/a>&nbsp;  AL-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126788\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126788\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23256\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23256); return false;\">[X]<\/a>&nbsp; Sen. Hank Sanders AL-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23256\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23256\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17961\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17961); return false;\">[X]<\/a>&nbsp; Sen. Bobby Singleton AL-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17961\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17961\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23257\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23257); return false;\">[X]<\/a>&nbsp; Sen. Larry Dixon AL-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23257\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23257\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18311\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18311); return false;\">[X]<\/a>&nbsp; Sen. Quinton Ross AL-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18311\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18311\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23258\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23258); return false;\">[X]<\/a>&nbsp; Sen. Ted Little AL-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23258\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23258\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20491\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20491); return false;\">[X]<\/a>&nbsp; Sen. Myron Penn AL-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20491\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20491\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25279\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25279); return false;\">[X]<\/a>&nbsp; Sen. Harri Smith AL-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25279\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25279\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23259); return false;\">[X]<\/a>&nbsp; Sen. Walking Mitchell AL-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23260\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23260); return false;\">[X]<\/a>&nbsp; Sen. Jimmy Holley AL-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23260\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23260\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20160\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20160); return false;\">[X]<\/a>&nbsp; Sen. Tripp Pittman AL-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20160\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20160\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23261\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23261); return false;\">[X]<\/a>&nbsp; Sen. Vivian Figures AL-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23261\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23261\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23262\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23262); return false;\">[X]<\/a>&nbsp; Sen. Rusty Glover AL-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23262\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23262\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20490\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20490); return false;\">[X]<\/a>&nbsp; Sen. Ben Brooks AL-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20490\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20490\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23263); return false;\">[X]<\/a>&nbsp; Rep. Tammy Irons AL-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20393\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20393); return false;\">[X]<\/a>&nbsp; Rep. Mike Curtis AL-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20393\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20393\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23264\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23264); return false;\">[X]<\/a>&nbsp; Rep. Marcel Black AL-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23264\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23264\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18309\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18309); return false;\">[X]<\/a>&nbsp; Rep. Micky Hammon AL-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18309\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18309\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23265\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23265); return false;\">[X]<\/a>&nbsp; Rep. Henry White AL-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23265\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23265\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17962\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17962); return false;\">[X]<\/a>&nbsp; Rep. Sue Schmitz AL-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17962\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17962\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23266\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23266); return false;\">[X]<\/a>&nbsp; Rep. Jody Letson AL-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23266\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23266\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23267\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23267); return false;\">[X]<\/a>&nbsp; Rep. Bill Dukes AL-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23267\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23267\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23268\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23268); return false;\">[X]<\/a>&nbsp; Rep. Ronald Grantland AL-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23268\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23268\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20394\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20394); return false;\">[X]<\/a>&nbsp; Rep. Mike Ball AL-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20394\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20394\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23269\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23269); return false;\">[X]<\/a>&nbsp; Rep. Jeremy Oden AL-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23269\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23269\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126812\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126812); return false;\">[X]<\/a>&nbsp; Rep. James Fields AL-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126812\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126812\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20397\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20397); return false;\">[X]<\/a>&nbsp; Rep. Tommy Sherer AL-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20397\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20397\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23271\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23271); return false;\">[X]<\/a>&nbsp; Rep. Ken Guin AL-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23271\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23271\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23301\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23301); return false;\">[X]<\/a>&nbsp; Rep. Pat Moore AL-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23301\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23301\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23272\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23272); return false;\">[X]<\/a>&nbsp; Rep. William Thigpen AL-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23272\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23272\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23273\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23273); return false;\">[X]<\/a>&nbsp; Rep. Mike Millican AL-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23273\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23273\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23274\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23274); return false;\">[X]<\/a>&nbsp; Rep. Johnny Morrow AL-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23274\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23274\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17963\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17963); return false;\">[X]<\/a>&nbsp; Rep. Laura Hall AL-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17963\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17963\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23275\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23275); return false;\">[X]<\/a>&nbsp; Rep. Howard Sanderford AL-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23275\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23275\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20400\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20400); return false;\">[X]<\/a>&nbsp; Rep. Randy Hinshaw AL-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20400\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20400\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23276\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23276); return false;\">[X]<\/a>&nbsp; Rep. Butch Taylor AL-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23276\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23276\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23277\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23277); return false;\">[X]<\/a>&nbsp; Rep. John Robinson AL-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23277\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23277\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23278\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23278); return false;\">[X]<\/a>&nbsp; Rep. Todd Greeson AL-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23278\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23278\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20412\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20412); return false;\">[X]<\/a>&nbsp; Rep. Mac McCutcheon AL-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20412\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20412\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126826\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126826); return false;\">[X]<\/a>&nbsp; Rep. Frank McDaniel AL-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126826\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126826\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20484\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20484); return false;\">[X]<\/a>&nbsp; Rep. Jeff McLaughlin AL-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20484\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20484\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23280\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23280); return false;\">[X]<\/a>&nbsp; Rep. Craig Ford AL-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23280\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23280\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23281\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23281); return false;\">[X]<\/a>&nbsp; Rep. Jack Page AL-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23281\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23281\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23282\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23282); return false;\">[X]<\/a>&nbsp; Rep. Blaine Galliher AL-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23282\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23282\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17964\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17964); return false;\">[X]<\/a>&nbsp; Rep. Barry Mask AL-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17964\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17964\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23292\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23292); return false;\">[X]<\/a>&nbsp; Rep. Barbara Boyd AL-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23292\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23292\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23293\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23293); return false;\">[X]<\/a>&nbsp; Rep. Ronald Johnson AL-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23293\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23293\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20487\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20487); return false;\">[X]<\/a>&nbsp; Rep. Elwyn Thomas AL-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20487\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20487\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23294\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23294); return false;\">[X]<\/a>&nbsp; Rep. Steve Hurst AL-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23294\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23294\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19192\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19192); return false;\">[X]<\/a>&nbsp; Rep. Randy Wood AL-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19192\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19192\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23295\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23295); return false;\">[X]<\/a>&nbsp; Rep. Richard Laird AL-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23295\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23295\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21351\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21351); return false;\">[X]<\/a>&nbsp; Rep. DuWayne Bridges AL-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21351\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21351\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23296\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23296); return false;\">[X]<\/a>&nbsp; Rep. Richard Lindsey AL-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23296\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23296\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20410\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20410); return false;\">[X]<\/a>&nbsp; Rep. Lea Fite AL-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20410\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20410\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23297\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23297); return false;\">[X]<\/a>&nbsp; Rep. Mike Hill AL-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23297\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23297\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23298\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23298); return false;\">[X]<\/a>&nbsp; Rep. Jimmy Martin AL-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23298\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23298\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20416\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20416); return false;\">[X]<\/a>&nbsp; Rep. Mary Sue McClurkin AL-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20416\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20416\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23299\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23299); return false;\">[X]<\/a>&nbsp; Rep. Arthur Payne AL-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23299\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23299\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25280\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25280); return false;\">[X]<\/a>&nbsp; Rep. Owen Drake AL-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25280\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25280\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23300\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23300); return false;\">[X]<\/a>&nbsp; Rep. Paul DeMarco AL-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23300\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23300\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18510\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18510); return false;\">[X]<\/a>&nbsp; Rep. Jack Williams AL-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18510\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18510\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17965\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17965); return false;\">[X]<\/a>&nbsp; Rep. Greg Canfield AL-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17965\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17965\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18310\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18310); return false;\">[X]<\/a>&nbsp; Rep. Cam Ward AL-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18310\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18310\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20382\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20382); return false;\">[X]<\/a>&nbsp; Rep. Jim McClendon AL-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20382\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20382\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18308\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18308); return false;\">[X]<\/a>&nbsp; Rep. Benjamin Treadaway AL-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18308\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18308\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23302\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23302); return false;\">[X]<\/a>&nbsp; Rep. John Rogers AL-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23302\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23302\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23303\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23303); return false;\">[X]<\/a>&nbsp; Rep. Demetrius Newton AL-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23303\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23303\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23304\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23304); return false;\">[X]<\/a>&nbsp; Rep. Patricia Todd AL-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23304\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23304\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23305\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23305); return false;\">[X]<\/a>&nbsp; Rep. Rod Scott AL-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23305\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23305\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23306\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23306); return false;\">[X]<\/a>&nbsp; Rep. Priscilla Dunn AL-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23306\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23306\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20399\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20399); return false;\">[X]<\/a>&nbsp; Rep. Merika Coleman AL-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20399\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20399\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23307\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23307); return false;\">[X]<\/a>&nbsp; Rep. Oliver Robinson AL-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23307\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23307\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19193\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19193); return false;\">[X]<\/a>&nbsp; Rep. Mary Moore AL-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19193\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19193\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20396\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20396); return false;\">[X]<\/a>&nbsp; Rep. Earl Hilliard AL-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20396\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20396\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17966\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17966); return false;\">[X]<\/a>&nbsp; Rep. Alan Harper AL-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17966\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17966\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23308\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23308); return false;\">[X]<\/a>&nbsp; Rep. Gerald Allen AL-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23308\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23308\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20413\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20413); return false;\">[X]<\/a>&nbsp; Rep. Robert Bentley AL-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20413\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20413\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20486\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20486); return false;\">[X]<\/a>&nbsp; Rep. Harry Shiver AL-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20486\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20486\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23309\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23309); return false;\">[X]<\/a>&nbsp; Rep. Marc Keahey AL-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23309\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23309\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23310\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23310); return false;\">[X]<\/a>&nbsp; Rep. Alan Baker AL-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23310\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23310\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20409\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20409); return false;\">[X]<\/a>&nbsp; Rep. Yusaf Salaam AL-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20409\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20409\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23311\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23311); return false;\">[X]<\/a>&nbsp; Rep. Thomas Jackson AL-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23311\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23311\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23312\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23312); return false;\">[X]<\/a>&nbsp; Rep. James Thomas AL-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23312\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23312\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23313\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23313); return false;\">[X]<\/a>&nbsp; Rep. Christopher England AL-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23313\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23313\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23314\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23314); return false;\">[X]<\/a>&nbsp; Rep. A.J. McCampbell AL-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23314\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23314\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20395\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20395); return false;\">[X]<\/a>&nbsp; Rep. Ralph Howard AL-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20395\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20395\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20398\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20398); return false;\">[X]<\/a>&nbsp; Rep. David Grimes AL-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20398\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20398\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20411\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20411); return false;\">[X]<\/a>&nbsp; Rep. Jay Love AL-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20411\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20411\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20488\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20488); return false;\">[X]<\/a>&nbsp; Rep. Greg Wren AL-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20488\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20488\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23315\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23315); return false;\">[X]<\/a>&nbsp; Rep. Thad McClammy AL-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23315\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23315\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17967\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17967); return false;\">[X]<\/a>&nbsp; Rep. John Knight AL-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17967\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17967\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23316); return false;\">[X]<\/a>&nbsp; Rep. Alvin Holmes AL-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23317\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23317); return false;\">[X]<\/a>&nbsp; Rep. Mike Hubbard AL-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23317\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23317\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23318\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23318); return false;\">[X]<\/a>&nbsp; Rep. Lesley Vance AL-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23318\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23318\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23319\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23319); return false;\">[X]<\/a>&nbsp; Rep. Betty Graham AL-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23319\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23319\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23320\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23320); return false;\">[X]<\/a>&nbsp; Rep. Pebblin Warren AL-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23320\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23320\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23321\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23321); return false;\">[X]<\/a>&nbsp; Rep. Tootie Bandy AL-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23321\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23321\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23322\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23322); return false;\">[X]<\/a>&nbsp; Rep. Billy Beasley AL-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23322\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23322\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23323\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23323); return false;\">[X]<\/a>&nbsp; Rep. Sonny Baker AL-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23323\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23323\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17968\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17968); return false;\">[X]<\/a>&nbsp; Rep. Benjamin Lewis AL-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17968\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17968\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20417\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20417); return false;\">[X]<\/a>&nbsp; Rep. Warren Beck AL-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20417\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20417\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23380\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23380); return false;\">[X]<\/a>&nbsp; Rep. H. Gipson AL-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23380\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23380\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23381\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23381); return false;\">[X]<\/a>&nbsp; Rep. Alan Boothe AL-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23381\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23381\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23382\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23382); return false;\">[X]<\/a>&nbsp; Rep. Charles Newton AL-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23382\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23382\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23383\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23383); return false;\">[X]<\/a>&nbsp; Rep. Terry Spicer AL-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23383\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23383\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23384\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23384); return false;\">[X]<\/a>&nbsp; Rep. Seth Hammett AL-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23384\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23384\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23385\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23385); return false;\">[X]<\/a>&nbsp; Rep. Steve Clouse AL-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23385\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23385\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20414\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20414); return false;\">[X]<\/a>&nbsp; Rep. Joe Faust AL-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20414\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20414\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23386\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23386); return false;\">[X]<\/a>&nbsp; Rep. Steve McMillan AL-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23386\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23386\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20392\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20392); return false;\">[X]<\/a>&nbsp; Rep. Randy Davis AL-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20392\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20392\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23387\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23387); return false;\">[X]<\/a>&nbsp; Rep. Yvonne Kennedy AL-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23387\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23387\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17714\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17714); return false;\">[X]<\/a>&nbsp; Rep. James Gordon AL-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17714\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17714\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17969\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17969); return false;\">[X]<\/a>&nbsp; Rep. James Buskey AL-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17969\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17969\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23068\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23068); return false;\">[X]<\/a>&nbsp; Rep. Victor Gaston AL-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23068\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23068\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20415\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20415); return false;\">[X]<\/a>&nbsp; Rep. Jamie Ison AL-101<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20415\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20415\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20485\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20485); return false;\">[X]<\/a>&nbsp; Rep. Chad Fincher AL-102<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20485\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20485\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23069\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23069); return false;\">[X]<\/a>&nbsp; Rep. Joseph Mitchell AL-103<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23069\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23069\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20912\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20912); return false;\">[X]<\/a>&nbsp; Rep. Jim Barton AL-104<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20912\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20912\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20383\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20383); return false;\">[X]<\/a>&nbsp; Rep. Jack Collier AL-105<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20383\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20383\" /><\/span>';
}

var ARLegislators = new Array();

ARLegislators[0] = "Gov. Mike Beebe AR";
legislatorsHash['Gov. Mike Beebe AR'] = 26088;
legislatorIdToState[26088] = 'AR';

ARLegislators[1] = "Sen. Johnny Key AR-001";
legislatorsHash['Sen. Johnny Key AR-001'] = 132347;
legislatorIdToState[132347] = 'AR';

ARLegislators[2] = "Sen. Randy Laverty AR-002";
legislatorsHash['Sen. Randy Laverty AR-002'] = 19185;
legislatorIdToState[19185] = 'AR';

ARLegislators[3] = "Sen. Ruth Whitaker AR-003";
legislatorsHash['Sen. Ruth Whitaker AR-003'] = 20900;
legislatorIdToState[20900] = 'AR';

ARLegislators[4] = "Sen. Sharon Trusty AR-004";
legislatorsHash['Sen. Sharon Trusty AR-004'] = 20896;
legislatorIdToState[20896] = 'AR';

ARLegislators[5] = "Sen. Hank Wilkins AR-005";
legislatorsHash['Sen. Hank Wilkins AR-005'] = 20893;
legislatorIdToState[20893] = 'AR';

ARLegislators[6] = "Sen. Ed Wilkinson AR-006";
legislatorsHash['Sen. Ed Wilkinson AR-006'] = 20895;
legislatorIdToState[20895] = 'AR';

ARLegislators[7] = "Sen. Sue Madison AR-007";
legislatorsHash['Sen. Sue Madison AR-007'] = 19204;
legislatorIdToState[19204] = 'AR';

ARLegislators[8] = "Sen. Cecile Bledsoe AR-008";
legislatorsHash['Sen. Cecile Bledsoe AR-008'] = 134030;
legislatorIdToState[134030] = 'AR';

ARLegislators[9] = "Sen. Kim Hendren AR-009";
legislatorsHash['Sen. Kim Hendren AR-009'] = 19200;
legislatorIdToState[19200] = 'AR';

ARLegislators[10] = "Sen. Paul Miller AR-010";
legislatorsHash['Sen. Paul Miller AR-010'] = 19205;
legislatorIdToState[19205] = 'AR';

ARLegislators[11] = "Sen. Robert Thompson AR-011";
legislatorsHash['Sen. Robert Thompson AR-011'] = 23072;
legislatorIdToState[23072] = 'AR';

ARLegislators[12] = "Sen. David Wyatt AR-012";
legislatorsHash['Sen. David Wyatt AR-012'] = 126927;
legislatorIdToState[126927] = 'AR';

ARLegislators[13] = "Sen. Denny Altes AR-013";
legislatorsHash['Sen. Denny Altes AR-013'] = 19227;
legislatorIdToState[19227] = 'AR';

ARLegislators[14] = "Sen. Paul Bookout AR-014";
legislatorsHash['Sen. Paul Bookout AR-014'] = 19187;
legislatorIdToState[19187] = 'AR';

ARLegislators[15] = "Sen. Steve Bryles AR-015";
legislatorsHash['Sen. Steve Bryles AR-015'] = 18228;
legislatorIdToState[18228] = 'AR';

ARLegislators[16] = "Sen. Jack Crumbly AR-016";
legislatorsHash['Sen. Jack Crumbly AR-016'] = 20517;
legislatorIdToState[20517] = 'AR';

ARLegislators[17] = "Sen. Jim Luker AR-017";
legislatorsHash['Sen. Jim Luker AR-017'] = 19203;
legislatorIdToState[19203] = 'AR';

ARLegislators[18] = "Sen. Bob Johnson AR-018";
legislatorsHash['Sen. Bob Johnson AR-018'] = 20899;
legislatorIdToState[20899] = 'AR';

ARLegislators[19] = "Sen. Terry Smith AR-019";
legislatorsHash['Sen. Terry Smith AR-019'] = 20897;
legislatorIdToState[20897] = 'AR';

ARLegislators[20] = "Sen. Larry Teague AR-020";
legislatorsHash['Sen. Larry Teague AR-020'] = 134035;
legislatorIdToState[134035] = 'AR';

ARLegislators[21] = "Sen. Barbara Horn AR-021";
legislatorsHash['Sen. Barbara Horn AR-021'] = 20884;
legislatorIdToState[20884] = 'AR';

ARLegislators[22] = "Sen. Shane Broadway AR-022";
legislatorsHash['Sen. Shane Broadway AR-022'] = 19188;
legislatorIdToState[19188] = 'AR';

ARLegislators[23] = "Sen. Jerry Taylor AR-023";
legislatorsHash['Sen. Jerry Taylor AR-023'] = 20894;
legislatorIdToState[20894] = 'AR';

ARLegislators[24] = "Sen. Jimmy Jeffress AR-024";
legislatorsHash['Sen. Jimmy Jeffress AR-024'] = 19202;
legislatorIdToState[19202] = 'AR';

ARLegislators[25] = "Sen. Gene Jeffress AR-025";
legislatorsHash['Sen. Gene Jeffress AR-025'] = 19201;
legislatorIdToState[19201] = 'AR';

ARLegislators[26] = "Sen. Percy Malone AR-026";
legislatorsHash['Sen. Percy Malone AR-026'] = 20882;
legislatorIdToState[20882] = 'AR';

ARLegislators[27] = "Sen. Steve Faris AR-027";
legislatorsHash['Sen. Steve Faris AR-027'] = 18227;
legislatorIdToState[18227] = 'AR';

ARLegislators[28] = "Sen. Bobby Glover AR-028";
legislatorsHash['Sen. Bobby Glover AR-028'] = 18429;
legislatorIdToState[18429] = 'AR';

ARLegislators[29] = "Sen. John Capps AR-029";
legislatorsHash['Sen. John Capps AR-029'] = 19189;
legislatorIdToState[19189] = 'AR';

ARLegislators[30] = "Sen. Gilbert Baker AR-030";
legislatorsHash['Sen. Gilbert Baker AR-030'] = 20898;
legislatorIdToState[20898] = 'AR';

ARLegislators[31] = "Sen. Mary Salmon AR-031";
legislatorsHash['Sen. Mary Salmon AR-031'] = 20518;
legislatorIdToState[20518] = 'AR';

ARLegislators[32] = "Sen. David Johnson AR-032";
legislatorsHash['Sen. David Johnson AR-032'] = 126918;
legislatorIdToState[126918] = 'AR';

ARLegislators[33] = "Sen. Joyce Elliott AR-033";
legislatorsHash['Sen. Joyce Elliott AR-033'] = 132352;
legislatorIdToState[132352] = 'AR';

ARLegislators[34] = "Sen. Tracy Steele AR-034";
legislatorsHash['Sen. Tracy Steele AR-034'] = 19206;
legislatorIdToState[19206] = 'AR';

ARLegislators[35] = "Sen. Bill Pritchard AR-035";
legislatorsHash['Sen. Bill Pritchard AR-035'] = 20519;
legislatorIdToState[20519] = 'AR';

ARLegislators[36] = "Rep. Steve Harrelson AR-001";
legislatorsHash['Rep. Steve Harrelson AR-001'] = 19171;
legislatorIdToState[19171] = 'AR';

ARLegislators[37] = "Rep. Larry Cowling AR-002";
legislatorsHash['Rep. Larry Cowling AR-002'] = 20883;
legislatorIdToState[20883] = 'AR';

ARLegislators[38] = "Rep. Bubba Powers AR-003";
legislatorsHash['Rep. Bubba Powers AR-003'] = 19183;
legislatorIdToState[19183] = 'AR';

ARLegislators[39] = "Rep. Bruce Maloch AR-004";
legislatorsHash['Rep. Bruce Maloch AR-004'] = 23076;
legislatorIdToState[23076] = 'AR';

ARLegislators[40] = "Rep. Willie Hardy AR-005";
legislatorsHash['Rep. Willie Hardy AR-005'] = 23083;
legislatorIdToState[23083] = 'AR';

ARLegislators[41] = "Rep. John Lowery AR-006";
legislatorsHash['Rep. John Lowery AR-006'] = 19174;
legislatorIdToState[19174] = 'AR';

ARLegislators[42] = "Rep. Garry Smith AR-007";
legislatorsHash['Rep. Garry Smith AR-007'] = 134014;
legislatorIdToState[134014] = 'AR';

ARLegislators[43] = "Rep. Gregg Reep AR-008";
legislatorsHash['Rep. Gregg Reep AR-008'] = 17972;
legislatorIdToState[17972] = 'AR';

ARLegislators[44] = "Rep. Eddie Cheatham AR-009";
legislatorsHash['Rep. Eddie Cheatham AR-009'] = 21399;
legislatorIdToState[21399] = 'AR';

ARLegislators[45] = "Rep. Allen Maxwell AR-010";
legislatorsHash['Rep. Allen Maxwell AR-010'] = 18171;
legislatorIdToState[18171] = 'AR';

ARLegislators[46] = "Rep. David Rainey AR-011";
legislatorsHash['Rep. David Rainey AR-011'] = 23093;
legislatorIdToState[23093] = 'AR';

ARLegislators[47] = "Rep. Robert Moore AR-012";
legislatorsHash['Rep. Robert Moore AR-012'] = 19180;
legislatorIdToState[19180] = 'AR';

ARLegislators[48] = "Rep. Clark Hall AR-013";
legislatorsHash['Rep. Clark Hall AR-013'] = 23110;
legislatorIdToState[23110] = 'AR';

ARLegislators[49] = "Rep. Tiffany Rogers AR-014";
legislatorsHash['Rep. Tiffany Rogers AR-014'] = 134021;
legislatorIdToState[134021] = 'AR';

ARLegislators[50] = "Rep. Walls McCrary AR-015";
legislatorsHash['Rep. Walls McCrary AR-015'] = 132328;
legislatorIdToState[132328] = 'AR';

ARLegislators[51] = "Rep. James Word AR-016";
legislatorsHash['Rep. James Word AR-016'] = 130511;
legislatorIdToState[130511] = 'AR';

ARLegislators[52] = "Rep. Stephanie Flowers AR-017";
legislatorsHash['Rep. Stephanie Flowers AR-017'] = 23092;
legislatorIdToState[23092] = 'AR';

ARLegislators[53] = "Rep. Toni Bradford AR-018";
legislatorsHash['Rep. Toni Bradford AR-018'] = 20913;
legislatorIdToState[20913] = 'AR';

ARLegislators[54] = "Rep. Bobby Pierce AR-019";
legislatorsHash['Rep. Bobby Pierce AR-019'] = 19163;
legislatorIdToState[19163] = 'AR';

ARLegislators[55] = "Rep. Johnnie Roebuck AR-020";
legislatorsHash['Rep. Johnnie Roebuck AR-020'] = 21393;
legislatorIdToState[21393] = 'AR';

ARLegislators[56] = "Rep. Steve Cole AR-021";
legislatorsHash['Rep. Steve Cole AR-021'] = 132329;
legislatorIdToState[132329] = 'AR';

ARLegislators[57] = "Rep. Bill Abernathy AR-022";
legislatorsHash['Rep. Bill Abernathy AR-022'] = 25282;
legislatorIdToState[25282] = 'AR';

ARLegislators[58] = "Rep. Randy Stewart AR-023";
legislatorsHash['Rep. Randy Stewart AR-023'] = 18170;
legislatorIdToState[18170] = 'AR';

ARLegislators[59] = "Rep. Rick Saunders AR-024";
legislatorsHash['Rep. Rick Saunders AR-024'] = 23215;
legislatorIdToState[23215] = 'AR';

ARLegislators[60] = "Rep. Doc Shelby AR-025";
legislatorsHash['Rep. Doc Shelby AR-025'] = 21392;
legislatorIdToState[21392] = 'AR';

ARLegislators[61] = "Rep. Mike Burris AR-026";
legislatorsHash['Rep. Mike Burris AR-026'] = 23082;
legislatorIdToState[23082] = 'AR';

ARLegislators[62] = "Rep. Dawn Creekmore AR-027";
legislatorsHash['Rep. Dawn Creekmore AR-027'] = 23085;
legislatorIdToState[23085] = 'AR';

ARLegislators[63] = "Rep. Barbara Nix AR-028";
legislatorsHash['Rep. Barbara Nix AR-028'] = 130505;
legislatorIdToState[130505] = 'AR';

ARLegislators[64] = "Rep. Ann Clemmer AR-029";
legislatorsHash['Rep. Ann Clemmer AR-029'] = 132330;
legislatorIdToState[132330] = 'AR';

ARLegislators[65] = "Rep. Bill Sample AR-030";
legislatorsHash['Rep. Bill Sample AR-030'] = 23081;
legislatorIdToState[23081] = 'AR';

ARLegislators[66] = "Rep. Dan Greenberg AR-031";
legislatorsHash['Rep. Dan Greenberg AR-031'] = 23216;
legislatorIdToState[23216] = 'AR';

ARLegislators[67] = "Rep. Allen Kerr AR-032";
legislatorsHash['Rep. Allen Kerr AR-032'] = 132331;
legislatorIdToState[132331] = 'AR';

ARLegislators[68] = "Rep. Fred Allen AR-033";
legislatorsHash['Rep. Fred Allen AR-033'] = 21395;
legislatorIdToState[21395] = 'AR';

ARLegislators[69] = "Rep. Wilhelmina Lewellen AR-034";
legislatorsHash['Rep. Wilhelmina Lewellen AR-034'] = 23089;
legislatorIdToState[23089] = 'AR';

ARLegislators[70] = "Rep. Pam Adcock AR-035";
legislatorsHash['Rep. Pam Adcock AR-035'] = 23086;
legislatorIdToState[23086] = 'AR';

ARLegislators[71] = "Rep. Darrin Williams AR-036";
legislatorsHash['Rep. Darrin Williams AR-036'] = 134006;
legislatorIdToState[134006] = 'AR';

ARLegislators[72] = "Rep. Kathy Webb AR-037";
legislatorsHash['Rep. Kathy Webb AR-037'] = 21396;
legislatorIdToState[21396] = 'AR';

ARLegislators[73] = "Rep. John Edwards AR-038";
legislatorsHash['Rep. John Edwards AR-038'] = 126978;
legislatorIdToState[126978] = 'AR';

ARLegislators[74] = "Rep. Richard Carroll AR-039";
legislatorsHash['Rep. Richard Carroll AR-039'] = 134007;
legislatorIdToState[134007] = 'AR';

ARLegislators[75] = "Rep. Barry Hyde AR-040";
legislatorsHash['Rep. Barry Hyde AR-040'] = 20498;
legislatorIdToState[20498] = 'AR';

ARLegislators[76] = "Rep. Ed Garner AR-041";
legislatorsHash['Rep. Ed Garner AR-041'] = 21397;
legislatorIdToState[21397] = 'AR';

ARLegislators[77] = "Rep. Jane English AR-042";
legislatorsHash['Rep. Jane English AR-042'] = 132332;
legislatorIdToState[132332] = 'AR';

ARLegislators[78] = "Rep. Jim Nickels AR-043";
legislatorsHash['Rep. Jim Nickels AR-043'] = 132333;
legislatorIdToState[132333] = 'AR';

ARLegislators[79] = "Rep. Mark Perry AR-044";
legislatorsHash['Rep. Mark Perry AR-044'] = 132334;
legislatorIdToState[132334] = 'AR';

ARLegislators[80] = "Rep. Linda Tyler AR-045";
legislatorsHash['Rep. Linda Tyler AR-045'] = 134022;
legislatorIdToState[134022] = 'AR';

ARLegislators[81] = "Rep. Robbie Wills AR-046";
legislatorsHash['Rep. Robbie Wills AR-046'] = 19176;
legislatorIdToState[19176] = 'AR';

ARLegislators[82] = "Rep. Eddie Hawkins AR-047";
legislatorsHash['Rep. Eddie Hawkins AR-047'] = 18428;
legislatorIdToState[18428] = 'AR';

ARLegislators[83] = "Rep. Davy Carter AR-048";
legislatorsHash['Rep. Davy Carter AR-048'] = 132335;
legislatorIdToState[132335] = 'AR';

ARLegislators[84] = "Rep. Jonathan Dismang AR-049";
legislatorsHash['Rep. Jonathan Dismang AR-049'] = 134020;
legislatorIdToState[134020] = 'AR';

ARLegislators[85] = "Rep. Monty Betts AR-050";
legislatorsHash['Rep. Monty Betts AR-050'] = 134010;
legislatorIdToState[134010] = 'AR';

ARLegislators[86] = "Rep. David Dunn AR-051";
legislatorsHash['Rep. David Dunn AR-051'] = 23106;
legislatorIdToState[23106] = 'AR';

ARLegislators[87] = "Rep. Nancy Blount AR-052";
legislatorsHash['Rep. Nancy Blount AR-052'] = 23109;
legislatorIdToState[23109] = 'AR';

ARLegislators[88] = "Rep. Keith Ingram AR-053";
legislatorsHash['Rep. Keith Ingram AR-053'] = 134026;
legislatorIdToState[134026] = 'AR';

ARLegislators[89] = "Rep. Otis Davis AR-054";
legislatorsHash['Rep. Otis Davis AR-054'] = 23108;
legislatorIdToState[23108] = 'AR';

ARLegislators[90] = "Rep. Tommy Baker AR-055";
legislatorsHash['Rep. Tommy Baker AR-055'] = 19170;
legislatorIdToState[19170] = 'AR';

ARLegislators[91] = "Rep. Buddy Lovell AR-056";
legislatorsHash['Rep. Buddy Lovell AR-056'] = 23088;
legislatorIdToState[23088] = 'AR';

ARLegislators[92] = "Rep. Jerry Brown AR-057";
legislatorsHash['Rep. Jerry Brown AR-057'] = 21400;
legislatorIdToState[21400] = 'AR';

ARLegislators[93] = "Rep. Jody Dickinson AR-058";
legislatorsHash['Rep. Jody Dickinson AR-058'] = 134008;
legislatorIdToState[134008] = 'AR';

ARLegislators[94] = "Rep. Lance Reynolds AR-059";
legislatorsHash['Rep. Lance Reynolds AR-059'] = 19181;
legislatorIdToState[19181] = 'AR';

ARLegislators[95] = "Rep. Johhny Hoyt AR-060";
legislatorsHash['Rep. Johhny Hoyt AR-060'] = 21391;
legislatorIdToState[21391] = 'AR';

ARLegislators[96] = "Rep. Nathan George AR-061";
legislatorsHash['Rep. Nathan George AR-061'] = 23080;
legislatorIdToState[23080] = 'AR';

ARLegislators[97] = "Rep. Terry Rice AR-062";
legislatorsHash['Rep. Terry Rice AR-062'] = 132336;
legislatorIdToState[132336] = 'AR';

ARLegislators[98] = "Rep. Frank Glidewell AR-063";
legislatorsHash['Rep. Frank Glidewell AR-063'] = 20507;
legislatorIdToState[20507] = 'AR';

ARLegislators[99] = "Rep. Stephanie Malone AR-064";
legislatorsHash['Rep. Stephanie Malone AR-064'] = 132338;
legislatorIdToState[132338] = 'AR';

ARLegislators[100] = "Rep. Tracy Pennartz AR-065";
legislatorsHash['Rep. Tracy Pennartz AR-065'] = 20509;
legislatorIdToState[20509] = 'AR';

ARLegislators[101] = "Rep. Rick Green AR-066";
legislatorsHash['Rep. Rick Green AR-066'] = 25281;
legislatorIdToState[25281] = 'AR';

ARLegislators[102] = "Rep. Steve Breedlove AR-067";
legislatorsHash['Rep. Steve Breedlove AR-067'] = 19226;
legislatorIdToState[19226] = 'AR';

ARLegislators[103] = "Rep. Andrea Lea AR-068";
legislatorsHash['Rep. Andrea Lea AR-068'] = 132340;
legislatorIdToState[132340] = 'AR';

ARLegislators[104] = "Rep. George Overbey AR-069";
legislatorsHash['Rep. George Overbey AR-069'] = 23078;
legislatorIdToState[23078] = 'AR';

ARLegislators[105] = "Rep. Robert Dale AR-070";
legislatorsHash['Rep. Robert Dale AR-070'] = 132341;
legislatorIdToState[132341] = 'AR';

ARLegislators[106] = "Rep. Eddie Cooper AR-071";
legislatorsHash['Rep. Eddie Cooper AR-071'] = 23091;
legislatorIdToState[23091] = 'AR';

ARLegislators[107] = "Rep. James McLean AR-072";
legislatorsHash['Rep. James McLean AR-072'] = 126966;
legislatorIdToState[126966] = 'AR';

ARLegislators[108] = "Rep. J. R. Rogers AR-073";
legislatorsHash['Rep. J. R. Rogers AR-073'] = 23104;
legislatorIdToState[23104] = 'AR';

ARLegislators[109] = "Rep. Butch Wilkins AR-074";
legislatorsHash['Rep. Butch Wilkins AR-074'] = 134028;
legislatorIdToState[134028] = 'AR';

ARLegislators[110] = "Rep. Joan Cash AR-075";
legislatorsHash['Rep. Joan Cash AR-075'] = 23105;
legislatorIdToState[23105] = 'AR';

ARLegislators[111] = "Rep. Ray Kidd AR-076";
legislatorsHash['Rep. Ray Kidd AR-076'] = 23107;
legislatorIdToState[23107] = 'AR';

ARLegislators[112] = "Rep. Charolette Wagner AR-077";
legislatorsHash['Rep. Charolette Wagner AR-077'] = 21401;
legislatorIdToState[21401] = 'AR';

ARLegislators[113] = "Rep. Billy Gaskill AR-078";
legislatorsHash['Rep. Billy Gaskill AR-078'] = 19164;
legislatorIdToState[19164] = 'AR';

ARLegislators[114] = "Rep. Mike Patterson AR-079";
legislatorsHash['Rep. Mike Patterson AR-079'] = 20914;
legislatorIdToState[20914] = 'AR';

ARLegislators[115] = "Rep. David Cook AR-080";
legislatorsHash['Rep. David Cook AR-080'] = 23103;
legislatorIdToState[23103] = 'AR';

ARLegislators[116] = "Rep. Karen Hopper AR-081";
legislatorsHash['Rep. Karen Hopper AR-081'] = 132342;
legislatorIdToState[132342] = 'AR';

ARLegislators[117] = "Rep. Curren Everett AR-082";
legislatorsHash['Rep. Curren Everett AR-082'] = 23090;
legislatorIdToState[23090] = 'AR';

ARLegislators[118] = "Rep. Beverly Pyle AR-083";
legislatorsHash['Rep. Beverly Pyle AR-083'] = 17970;
legislatorIdToState[17970] = 'AR';

ARLegislators[119] = "Rep. John Wells AR-084";
legislatorsHash['Rep. John Wells AR-084'] = 23079;
legislatorIdToState[23079] = 'AR';

ARLegislators[120] = "Rep. John Burris AR-085";
legislatorsHash['Rep. John Burris AR-085'] = 132343;
legislatorIdToState[132343] = 'AR';

ARLegislators[121] = "Rep. Monty Davenport AR-086";
legislatorsHash['Rep. Monty Davenport AR-086'] = 23084;
legislatorIdToState[23084] = 'AR';

ARLegislators[122] = "Rep. Mark Martin AR-087";
legislatorsHash['Rep. Mark Martin AR-087'] = 23075;
legislatorIdToState[23075] = 'AR';

ARLegislators[123] = "Rep. Uvalde Lindsey AR-088";
legislatorsHash['Rep. Uvalde Lindsey AR-088'] = 134009;
legislatorIdToState[134009] = 'AR';

ARLegislators[124] = "Rep. Jim House AR-089";
legislatorsHash['Rep. Jim House AR-089'] = 21389;
legislatorIdToState[21389] = 'AR';

ARLegislators[125] = "Rep. Roy Ragland AR-090";
legislatorsHash['Rep. Roy Ragland AR-090'] = 23077;
legislatorIdToState[23077] = 'AR';

ARLegislators[126] = "Rep. Bryan King AR-091";
legislatorsHash['Rep. Bryan King AR-091'] = 21390;
legislatorIdToState[21390] = 'AR';

ARLegislators[127] = "Rep. Lindsley Smith AR-092";
legislatorsHash['Rep. Lindsley Smith AR-092'] = 23074;
legislatorIdToState[23074] = 'AR';

ARLegislators[128] = "Rep. Jon Woods AR-093";
legislatorsHash['Rep. Jon Woods AR-093'] = 19175;
legislatorIdToState[19175] = 'AR';

ARLegislators[129] = "Rep. Les Carnine AR-094";
legislatorsHash['Rep. Les Carnine AR-094'] = 132344;
legislatorIdToState[132344] = 'AR';

ARLegislators[130] = "Rep. Duncan Baird AR-095";
legislatorsHash['Rep. Duncan Baird AR-095'] = 126940;
legislatorIdToState[126940] = 'AR';

ARLegislators[131] = "Rep. Debra Hobbs AR-096";
legislatorsHash['Rep. Debra Hobbs AR-096'] = 132345;
legislatorIdToState[132345] = 'AR';

ARLegislators[132] = "Rep. Jonathan Barnett AR-097";
legislatorsHash['Rep. Jonathan Barnett AR-097'] = 134015;
legislatorIdToState[134015] = 'AR';

ARLegislators[133] = "Rep. Donna Hutchinson AR-098";
legislatorsHash['Rep. Donna Hutchinson AR-098'] = 21386;
legislatorIdToState[21386] = 'AR';

ARLegislators[134] = "Rep. Tim Summers AR-099";
legislatorsHash['Rep. Tim Summers AR-099'] = 134013;
legislatorIdToState[134013] = 'AR';

ARLegislators[135] = "Rep. Mary Slinkard AR-100";
legislatorsHash['Rep. Mary Slinkard AR-100'] = 132346;
legislatorIdToState[132346] = 'AR';

function writeARLegislatorHTML() {
	$('ARLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26088\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26088); return false;\">[X]<\/a>&nbsp; Gov. Mike Beebe AR<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26088\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26088\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132347\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132347); return false;\">[X]<\/a>&nbsp; Sen. Johnny Key AR-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132347\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132347\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19185\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19185); return false;\">[X]<\/a>&nbsp; Sen. Randy Laverty AR-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19185\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19185\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20900\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20900); return false;\">[X]<\/a>&nbsp; Sen. Ruth Whitaker AR-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20900\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20900\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20896\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20896); return false;\">[X]<\/a>&nbsp; Sen. Sharon Trusty AR-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20896\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20896\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20893\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20893); return false;\">[X]<\/a>&nbsp; Sen. Hank Wilkins AR-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20893\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20893\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20895\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20895); return false;\">[X]<\/a>&nbsp; Sen. Ed Wilkinson AR-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20895\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20895\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19204\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19204); return false;\">[X]<\/a>&nbsp; Sen. Sue Madison AR-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19204\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19204\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134030\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134030); return false;\">[X]<\/a>&nbsp; Sen. Cecile Bledsoe AR-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134030\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134030\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19200\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19200); return false;\">[X]<\/a>&nbsp; Sen. Kim Hendren AR-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19200\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19200\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19205\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19205); return false;\">[X]<\/a>&nbsp; Sen. Paul Miller AR-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19205\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19205\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23072\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23072); return false;\">[X]<\/a>&nbsp; Sen. Robert Thompson AR-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23072\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23072\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126927\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126927); return false;\">[X]<\/a>&nbsp; Sen. David Wyatt AR-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126927\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126927\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19227); return false;\">[X]<\/a>&nbsp; Sen. Denny Altes AR-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19187\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19187); return false;\">[X]<\/a>&nbsp; Sen. Paul Bookout AR-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19187\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19187\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18228\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18228); return false;\">[X]<\/a>&nbsp; Sen. Steve Bryles AR-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18228\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18228\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20517\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20517); return false;\">[X]<\/a>&nbsp; Sen. Jack Crumbly AR-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20517\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20517\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19203\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19203); return false;\">[X]<\/a>&nbsp; Sen. Jim Luker AR-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19203\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19203\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20899\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20899); return false;\">[X]<\/a>&nbsp; Sen. Bob Johnson AR-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20899\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20899\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20897\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20897); return false;\">[X]<\/a>&nbsp; Sen. Terry Smith AR-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20897\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20897\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134035\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134035); return false;\">[X]<\/a>&nbsp; Sen. Larry Teague AR-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134035\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134035\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20884\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20884); return false;\">[X]<\/a>&nbsp; Sen. Barbara Horn AR-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20884\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20884\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19188\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19188); return false;\">[X]<\/a>&nbsp; Sen. Shane Broadway AR-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19188\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19188\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20894\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20894); return false;\">[X]<\/a>&nbsp; Sen. Jerry Taylor AR-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20894\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20894\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19202\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19202); return false;\">[X]<\/a>&nbsp; Sen. Jimmy Jeffress AR-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19202\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19202\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19201\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19201); return false;\">[X]<\/a>&nbsp; Sen. Gene Jeffress AR-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19201\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19201\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20882\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20882); return false;\">[X]<\/a>&nbsp; Sen. Percy Malone AR-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20882\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20882\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18227); return false;\">[X]<\/a>&nbsp; Sen. Steve Faris AR-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18429\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18429); return false;\">[X]<\/a>&nbsp; Sen. Bobby Glover AR-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18429\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18429\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19189\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19189); return false;\">[X]<\/a>&nbsp; Sen. John Capps AR-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19189\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19189\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20898\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20898); return false;\">[X]<\/a>&nbsp; Sen. Gilbert Baker AR-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20898\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20898\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20518\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20518); return false;\">[X]<\/a>&nbsp; Sen. Mary Salmon AR-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20518\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20518\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126918\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126918); return false;\">[X]<\/a>&nbsp; Sen. David Johnson AR-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126918\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126918\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132352\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132352); return false;\">[X]<\/a>&nbsp; Sen. Joyce Elliott AR-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132352\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132352\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19206\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19206); return false;\">[X]<\/a>&nbsp; Sen. Tracy Steele AR-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19206\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19206\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20519\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20519); return false;\">[X]<\/a>&nbsp; Sen. Bill Pritchard AR-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20519\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20519\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19171\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19171); return false;\">[X]<\/a>&nbsp; Rep. Steve Harrelson AR-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19171\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19171\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20883\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20883); return false;\">[X]<\/a>&nbsp; Rep. Larry Cowling AR-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20883\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20883\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19183\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19183); return false;\">[X]<\/a>&nbsp; Rep. Bubba Powers AR-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19183\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19183\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23076\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23076); return false;\">[X]<\/a>&nbsp; Rep. Bruce Maloch AR-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23076\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23076\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23083\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23083); return false;\">[X]<\/a>&nbsp; Rep. Willie Hardy AR-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23083\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23083\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19174\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19174); return false;\">[X]<\/a>&nbsp; Rep. John Lowery AR-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19174\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19174\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134014\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134014); return false;\">[X]<\/a>&nbsp; Rep. Garry Smith AR-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134014\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134014\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17972\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17972); return false;\">[X]<\/a>&nbsp; Rep. Gregg Reep AR-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17972\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17972\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21399\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21399); return false;\">[X]<\/a>&nbsp; Rep. Eddie Cheatham AR-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21399\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21399\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18171\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18171); return false;\">[X]<\/a>&nbsp; Rep. Allen Maxwell AR-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18171\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18171\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23093\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23093); return false;\">[X]<\/a>&nbsp; Rep. David Rainey AR-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23093\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23093\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19180\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19180); return false;\">[X]<\/a>&nbsp; Rep. Robert Moore AR-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19180\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19180\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23110\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23110); return false;\">[X]<\/a>&nbsp; Rep. Clark Hall AR-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23110\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23110\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134021\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134021); return false;\">[X]<\/a>&nbsp; Rep. Tiffany Rogers AR-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134021\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134021\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132328\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132328); return false;\">[X]<\/a>&nbsp; Rep. Walls McCrary AR-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132328\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132328\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130511\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130511); return false;\">[X]<\/a>&nbsp; Rep. James Word AR-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130511\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130511\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23092\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23092); return false;\">[X]<\/a>&nbsp; Rep. Stephanie Flowers AR-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23092\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23092\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20913\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20913); return false;\">[X]<\/a>&nbsp; Rep. Toni Bradford AR-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20913\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20913\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19163\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19163); return false;\">[X]<\/a>&nbsp; Rep. Bobby Pierce AR-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19163\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19163\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21393\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21393); return false;\">[X]<\/a>&nbsp; Rep. Johnnie Roebuck AR-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21393\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21393\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132329\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132329); return false;\">[X]<\/a>&nbsp; Rep. Steve Cole AR-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132329\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132329\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25282\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25282); return false;\">[X]<\/a>&nbsp; Rep. Bill Abernathy AR-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25282\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25282\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18170\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18170); return false;\">[X]<\/a>&nbsp; Rep. Randy Stewart AR-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18170\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18170\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23215\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23215); return false;\">[X]<\/a>&nbsp; Rep. Rick Saunders AR-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23215\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23215\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21392\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21392); return false;\">[X]<\/a>&nbsp; Rep. Doc Shelby AR-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21392\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21392\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23082\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23082); return false;\">[X]<\/a>&nbsp; Rep. Mike Burris AR-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23082\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23082\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23085\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23085); return false;\">[X]<\/a>&nbsp; Rep. Dawn Creekmore AR-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23085\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23085\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130505\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130505); return false;\">[X]<\/a>&nbsp; Rep. Barbara Nix AR-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130505\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130505\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132330\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132330); return false;\">[X]<\/a>&nbsp; Rep. Ann Clemmer AR-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132330\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132330\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23081\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23081); return false;\">[X]<\/a>&nbsp; Rep. Bill Sample AR-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23081\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23081\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23216\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23216); return false;\">[X]<\/a>&nbsp; Rep. Dan Greenberg AR-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23216\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23216\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132331\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132331); return false;\">[X]<\/a>&nbsp; Rep. Allen Kerr AR-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132331\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132331\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21395\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21395); return false;\">[X]<\/a>&nbsp; Rep. Fred Allen AR-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21395\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21395\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23089\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23089); return false;\">[X]<\/a>&nbsp; Rep. Wilhelmina Lewellen AR-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23089\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23089\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23086\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23086); return false;\">[X]<\/a>&nbsp; Rep. Pam Adcock AR-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23086\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23086\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134006\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134006); return false;\">[X]<\/a>&nbsp; Rep. Darrin Williams AR-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134006\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134006\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21396\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21396); return false;\">[X]<\/a>&nbsp; Rep. Kathy Webb AR-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21396\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21396\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126978\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126978); return false;\">[X]<\/a>&nbsp; Rep. John Edwards AR-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126978\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126978\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134007\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134007); return false;\">[X]<\/a>&nbsp; Rep. Richard Carroll AR-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134007\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134007\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20498\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20498); return false;\">[X]<\/a>&nbsp; Rep. Barry Hyde AR-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20498\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20498\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21397\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21397); return false;\">[X]<\/a>&nbsp; Rep. Ed Garner AR-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21397\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21397\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132332\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132332); return false;\">[X]<\/a>&nbsp; Rep. Jane English AR-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132332\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132332\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132333\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132333); return false;\">[X]<\/a>&nbsp; Rep. Jim Nickels AR-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132333\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132333\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132334\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132334); return false;\">[X]<\/a>&nbsp; Rep. Mark Perry AR-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132334\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132334\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134022\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134022); return false;\">[X]<\/a>&nbsp; Rep. Linda Tyler AR-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134022\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134022\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19176\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19176); return false;\">[X]<\/a>&nbsp; Rep. Robbie Wills AR-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19176\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19176\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18428\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18428); return false;\">[X]<\/a>&nbsp; Rep. Eddie Hawkins AR-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18428\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18428\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132335\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132335); return false;\">[X]<\/a>&nbsp; Rep. Davy Carter AR-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132335\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132335\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134020\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134020); return false;\">[X]<\/a>&nbsp; Rep. Jonathan Dismang AR-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134020\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134020\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134010\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134010); return false;\">[X]<\/a>&nbsp; Rep. Monty Betts AR-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134010\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134010\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23106\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23106); return false;\">[X]<\/a>&nbsp; Rep. David Dunn AR-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23106\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23106\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23109\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23109); return false;\">[X]<\/a>&nbsp; Rep. Nancy Blount AR-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23109\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23109\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134026\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134026); return false;\">[X]<\/a>&nbsp; Rep. Keith Ingram AR-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134026\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134026\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23108\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23108); return false;\">[X]<\/a>&nbsp; Rep. Otis Davis AR-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23108\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23108\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19170\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19170); return false;\">[X]<\/a>&nbsp; Rep. Tommy Baker AR-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19170\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19170\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23088\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23088); return false;\">[X]<\/a>&nbsp; Rep. Buddy Lovell AR-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23088\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23088\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21400\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21400); return false;\">[X]<\/a>&nbsp; Rep. Jerry Brown AR-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21400\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21400\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134008\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134008); return false;\">[X]<\/a>&nbsp; Rep. Jody Dickinson AR-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134008\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134008\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19181\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19181); return false;\">[X]<\/a>&nbsp; Rep. Lance Reynolds AR-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19181\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19181\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21391\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21391); return false;\">[X]<\/a>&nbsp; Rep. Johhny Hoyt AR-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21391\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21391\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23080\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23080); return false;\">[X]<\/a>&nbsp; Rep. Nathan George AR-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23080\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23080\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132336\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132336); return false;\">[X]<\/a>&nbsp; Rep. Terry Rice AR-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132336\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132336\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20507\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20507); return false;\">[X]<\/a>&nbsp; Rep. Frank Glidewell AR-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20507\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20507\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132338\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132338); return false;\">[X]<\/a>&nbsp; Rep. Stephanie Malone AR-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132338\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132338\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20509\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20509); return false;\">[X]<\/a>&nbsp; Rep. Tracy Pennartz AR-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20509\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20509\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection25281\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25281); return false;\">[X]<\/a>&nbsp; Rep. Rick Green AR-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25281\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25281\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19226\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19226); return false;\">[X]<\/a>&nbsp; Rep. Steve Breedlove AR-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19226\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19226\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132340\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132340); return false;\">[X]<\/a>&nbsp; Rep. Andrea Lea AR-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132340\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132340\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23078\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23078); return false;\">[X]<\/a>&nbsp; Rep. George Overbey AR-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23078\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23078\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132341\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132341); return false;\">[X]<\/a>&nbsp; Rep. Robert Dale AR-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132341\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132341\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23091\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23091); return false;\">[X]<\/a>&nbsp; Rep. Eddie Cooper AR-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23091\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23091\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126966\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126966); return false;\">[X]<\/a>&nbsp; Rep. James McLean AR-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126966\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126966\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23104\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23104); return false;\">[X]<\/a>&nbsp; Rep. J. R. Rogers AR-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23104\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23104\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134028\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134028); return false;\">[X]<\/a>&nbsp; Rep. Butch Wilkins AR-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134028\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134028\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23105\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23105); return false;\">[X]<\/a>&nbsp; Rep. Joan Cash AR-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23105\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23105\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23107\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23107); return false;\">[X]<\/a>&nbsp; Rep. Ray Kidd AR-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23107\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23107\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21401\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21401); return false;\">[X]<\/a>&nbsp; Rep. Charolette Wagner AR-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21401\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21401\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19164\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19164); return false;\">[X]<\/a>&nbsp; Rep. Billy Gaskill AR-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19164\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19164\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20914\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20914); return false;\">[X]<\/a>&nbsp; Rep. Mike Patterson AR-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20914\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20914\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23103\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23103); return false;\">[X]<\/a>&nbsp; Rep. David Cook AR-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23103\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23103\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132342\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132342); return false;\">[X]<\/a>&nbsp; Rep. Karen Hopper AR-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132342\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132342\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23090\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23090); return false;\">[X]<\/a>&nbsp; Rep. Curren Everett AR-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23090\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23090\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17970\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17970); return false;\">[X]<\/a>&nbsp; Rep. Beverly Pyle AR-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17970\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17970\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23079\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23079); return false;\">[X]<\/a>&nbsp; Rep. John Wells AR-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23079\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23079\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132343\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132343); return false;\">[X]<\/a>&nbsp; Rep. John Burris AR-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132343\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132343\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23084\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23084); return false;\">[X]<\/a>&nbsp; Rep. Monty Davenport AR-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23084\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23084\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23075\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23075); return false;\">[X]<\/a>&nbsp; Rep. Mark Martin AR-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23075\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23075\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134009\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134009); return false;\">[X]<\/a>&nbsp; Rep. Uvalde Lindsey AR-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134009\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134009\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21389\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21389); return false;\">[X]<\/a>&nbsp; Rep. Jim House AR-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21389\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21389\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23077\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23077); return false;\">[X]<\/a>&nbsp; Rep. Roy Ragland AR-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23077\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23077\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21390\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21390); return false;\">[X]<\/a>&nbsp; Rep. Bryan King AR-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21390\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21390\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23074\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23074); return false;\">[X]<\/a>&nbsp; Rep. Lindsley Smith AR-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23074\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23074\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19175\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19175); return false;\">[X]<\/a>&nbsp; Rep. Jon Woods AR-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19175\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19175\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132344\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132344); return false;\">[X]<\/a>&nbsp; Rep. Les Carnine AR-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132344\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132344\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection126940\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(126940); return false;\">[X]<\/a>&nbsp; Rep. Duncan Baird AR-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox126940\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"126940\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132345\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132345); return false;\">[X]<\/a>&nbsp; Rep. Debra Hobbs AR-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132345\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132345\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134015\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134015); return false;\">[X]<\/a>&nbsp; Rep. Jonathan Barnett AR-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134015\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134015\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21386\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21386); return false;\">[X]<\/a>&nbsp; Rep. Donna Hutchinson AR-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21386\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21386\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134013\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134013); return false;\">[X]<\/a>&nbsp; Rep. Tim Summers AR-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134013\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134013\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132346\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132346); return false;\">[X]<\/a>&nbsp; Rep. Mary Slinkard AR-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132346\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132346\" /><\/span>';
}

var AZLegislators = new Array();

AZLegislators[0] = "Gov. Janet Napolitano AZ";
legislatorsHash['Gov. Janet Napolitano AZ'] = 26087;
legislatorIdToState[26087] = 'AZ';

AZLegislators[1] = "Sen. Steve Pierce AZ-001";
legislatorsHash['Sen. Steve Pierce AZ-001'] = 127046;
legislatorIdToState[127046] = 'AZ';

AZLegislators[2] = "Sen. Albert Hale AZ-002";
legislatorsHash['Sen. Albert Hale AZ-002'] = 18572;
legislatorIdToState[18572] = 'AZ';

AZLegislators[3] = "Sen. Ron Gould AZ-003";
legislatorsHash['Sen. Ron Gould AZ-003'] = 20194;
legislatorIdToState[20194] = 'AZ';

AZLegislators[4] = "Sen. Jack Harper AZ-004";
legislatorsHash['Sen. Jack Harper AZ-004'] = 20204;
legislatorIdToState[20204] = 'AZ';

AZLegislators[5] = "Sen. Sylvia Allen AZ-005";
legislatorsHash['Sen. Sylvia Allen AZ-005'] = 127049;
legislatorIdToState[127049] = 'AZ';

AZLegislators[6] = "Sen. Pamela Gorman AZ-006";
legislatorsHash['Sen. Pamela Gorman AZ-006'] = 21245;
legislatorIdToState[21245] = 'AZ';

AZLegislators[7] = "Sen. Jim Waring AZ-007";
legislatorsHash['Sen. Jim Waring AZ-007'] = 20208;
legislatorIdToState[20208] = 'AZ';

AZLegislators[8] = "Sen. Carolyn Allen AZ-008";
legislatorsHash['Sen. Carolyn Allen AZ-008'] = 20202;
legislatorIdToState[20202] = 'AZ';

AZLegislators[9] = "Sen. Bob Burns AZ-009";
legislatorsHash['Sen. Bob Burns AZ-009'] = 20203;
legislatorIdToState[20203] = 'AZ';

AZLegislators[10] = "Sen. Linda Gray AZ-010";
legislatorsHash['Sen. Linda Gray AZ-010'] = 20195;
legislatorIdToState[20195] = 'AZ';

AZLegislators[11] = "Sen. Barbara Leff AZ-011";
legislatorsHash['Sen. Barbara Leff AZ-011'] = 20191;
legislatorIdToState[20191] = 'AZ';

AZLegislators[12] = "Sen. John Nelson AZ-012";
legislatorsHash['Sen. John Nelson AZ-012'] = 132565;
legislatorIdToState[132565] = 'AZ';

AZLegislators[13] = "Sen. Richard Miranda AZ-013";
legislatorsHash['Sen. Richard Miranda AZ-013'] = 20193;
legislatorIdToState[20193] = 'AZ';

AZLegislators[14] = "Sen. Debbie McCune Davis AZ-014";
legislatorsHash['Sen. Debbie McCune Davis AZ-014'] = 20192;
legislatorIdToState[20192] = 'AZ';

AZLegislators[15] = "Sen. Ken Cheuvront AZ-015";
legislatorsHash['Sen. Ken Cheuvront AZ-015'] = 18314;
legislatorIdToState[18314] = 'AZ';

AZLegislators[16] = "Sen. Leah Landrum Taylor AZ-016";
legislatorsHash['Sen. Leah Landrum Taylor AZ-016'] = 17973;
legislatorIdToState[17973] = 'AZ';

AZLegislators[17] = "Sen. Meg Burton-Cahill AZ-017";
legislatorsHash['Sen. Meg Burton-Cahill AZ-017'] = 23126;
legislatorIdToState[23126] = 'AZ';

AZLegislators[18] = "Sen. Russell Pearce AZ-018";
legislatorsHash['Sen. Russell Pearce AZ-018'] = 132561;
legislatorIdToState[132561] = 'AZ';

AZLegislators[19] = "Sen. Chuck Gray AZ-019";
legislatorsHash['Sen. Chuck Gray AZ-019'] = 20706;
legislatorIdToState[20706] = 'AZ';

AZLegislators[20] = "Sen. John Huppenthal AZ-020";
legislatorsHash['Sen. John Huppenthal AZ-020'] = 20206;
legislatorIdToState[20206] = 'AZ';

AZLegislators[21] = "Sen. Jay Tibshraeny AZ-021";
legislatorsHash['Sen. Jay Tibshraeny AZ-021'] = 18316;
legislatorIdToState[18316] = 'AZ';

AZLegislators[22] = "Sen. Thayer Verschoor AZ-022";
legislatorsHash['Sen. Thayer Verschoor AZ-022'] = 20207;
legislatorIdToState[20207] = 'AZ';

AZLegislators[23] = "Sen. Rebecca Rios AZ-023";
legislatorsHash['Sen. Rebecca Rios AZ-023'] = 22940;
legislatorIdToState[22940] = 'AZ';

AZLegislators[24] = "Sen. Amanda Aguirre AZ-024";
legislatorsHash['Sen. Amanda Aguirre AZ-024'] = 18984;
legislatorIdToState[18984] = 'AZ';

AZLegislators[25] = "Sen. Manny Alvarez AZ-025";
legislatorsHash['Sen. Manny Alvarez AZ-025'] = 127053;
legislatorIdToState[127053] = 'AZ';

AZLegislators[26] = "Sen. Al Melvin AZ-026";
legislatorsHash['Sen. Al Melvin AZ-026'] = 131249;
legislatorIdToState[131249] = 'AZ';

AZLegislators[27] = "Sen. Jorge Garcia AZ-027";
legislatorsHash['Sen. Jorge Garcia AZ-027'] = 20205;
legislatorIdToState[20205] = 'AZ';

AZLegislators[28] = "Sen. Paula Aboud AZ-028";
legislatorsHash['Sen. Paula Aboud AZ-028'] = 20188;
legislatorIdToState[20188] = 'AZ';

AZLegislators[29] = "Sen. Linda Lopez AZ-029";
legislatorsHash['Sen. Linda Lopez AZ-029'] = 134742;
legislatorIdToState[134742] = 'AZ';

AZLegislators[30] = "Sen. Jonathan Paton AZ-030";
legislatorsHash['Sen. Jonathan Paton AZ-030'] = 127054;
legislatorIdToState[127054] = 'AZ';

AZLegislators[31] = "Rep. Andy Tobin AZ-001A";
legislatorsHash['Rep. Andy Tobin AZ-001A'] = 21649;
legislatorIdToState[21649] = 'AZ';

AZLegislators[32] = "Rep. Lucy Mason AZ-001B";
legislatorsHash['Rep. Lucy Mason AZ-001B'] = 20196;
legislatorIdToState[20196] = 'AZ';

AZLegislators[33] = "Rep. Tom Chabin AZ-002A";
legislatorsHash['Rep. Tom Chabin AZ-002A'] = 23127;
legislatorIdToState[23127] = 'AZ';

AZLegislators[34] = "Rep. Christopher Deschene AZ-002B";
legislatorsHash['Rep. Christopher Deschene AZ-002B'] = 132581;
legislatorIdToState[132581] = 'AZ';

AZLegislators[35] = "Rep. Doris Goodale AZ-003A";
legislatorsHash['Rep. Doris Goodale AZ-003A'] = 132616;
legislatorIdToState[132616] = 'AZ';

AZLegislators[36] = "Rep. Nancy McLain AZ-003B";
legislatorsHash['Rep. Nancy McLain AZ-003B'] = 20239;
legislatorIdToState[20239] = 'AZ';

AZLegislators[37] = "Rep. Tom Boone AZ-004A";
legislatorsHash['Rep. Tom Boone AZ-004A'] = 20198;
legislatorIdToState[20198] = 'AZ';

AZLegislators[38] = "Rep. Judy Burges AZ-004B";
legislatorsHash['Rep. Judy Burges AZ-004B'] = 20240;
legislatorIdToState[20240] = 'AZ';

AZLegislators[39] = "Rep. Jack Brown AZ-005A";
legislatorsHash['Rep. Jack Brown AZ-005A'] = 20200;
legislatorIdToState[20200] = 'AZ';

AZLegislators[40] = "Rep. Bill Konopnicki AZ-005B";
legislatorsHash['Rep. Bill Konopnicki AZ-005B'] = 20234;
legislatorIdToState[20234] = 'AZ';

AZLegislators[41] = "Rep. Carl Seel AZ-006A";
legislatorsHash['Rep. Carl Seel AZ-006A'] = 127129;
legislatorIdToState[127129] = 'AZ';

AZLegislators[42] = "Rep. Sam Crump AZ-006B";
legislatorsHash['Rep. Sam Crump AZ-006B'] = 20210;
legislatorIdToState[20210] = 'AZ';

AZLegislators[43] = "Rep. Ray Barnes AZ-007A";
legislatorsHash['Rep. Ray Barnes AZ-007A'] = 20212;
legislatorIdToState[20212] = 'AZ';

AZLegislators[44] = "Rep. Nancy Barto AZ-007B";
legislatorsHash['Rep. Nancy Barto AZ-007B'] = 18319;
legislatorIdToState[18319] = 'AZ';

AZLegislators[45] = "Rep. Michele Reagan AZ-008A";
legislatorsHash['Rep. Michele Reagan AZ-008A'] = 20209;
legislatorIdToState[20209] = 'AZ';

AZLegislators[46] = "Rep. John Kavanagh AZ-008B";
legislatorsHash['Rep. John Kavanagh AZ-008B'] = 20213;
legislatorIdToState[20213] = 'AZ';

AZLegislators[47] = "Rep. Rick Murphy AZ-009A";
legislatorsHash['Rep. Rick Murphy AZ-009A'] = 20923;
legislatorIdToState[20923] = 'AZ';

AZLegislators[48] = "Rep. Debbie Lesko AZ-009B";
legislatorsHash['Rep. Debbie Lesko AZ-009B'] = 132599;
legislatorIdToState[132599] = 'AZ';

AZLegislators[49] = "Rep. Jim Weiers AZ-010A";
legislatorsHash['Rep. Jim Weiers AZ-010A'] = 23130;
legislatorIdToState[23130] = 'AZ';

AZLegislators[50] = "Rep. Doug Quelland AZ-010B";
legislatorsHash['Rep. Doug Quelland AZ-010B'] = 132600;
legislatorIdToState[132600] = 'AZ';

AZLegislators[51] = "Rep. Adam Driggs AZ-011A";
legislatorsHash['Rep. Adam Driggs AZ-011A'] = 21716;
legislatorIdToState[21716] = 'AZ';

AZLegislators[52] = "Rep. Eric Meyer AZ-011B";
legislatorsHash['Rep. Eric Meyer AZ-011B'] = 130279;
legislatorIdToState[130279] = 'AZ';

AZLegislators[53] = "Rep. Steve Montenegro AZ-012A";
legislatorsHash['Rep. Steve Montenegro AZ-012A'] = 130275;
legislatorIdToState[130275] = 'AZ';

AZLegislators[54] = "Rep. Jerry Weiers AZ-012B";
legislatorsHash['Rep. Jerry Weiers AZ-012B'] = 20224;
legislatorIdToState[20224] = 'AZ';

AZLegislators[55] = "Rep. Martha Garcia AZ-013A";
legislatorsHash['Rep. Martha Garcia AZ-013A'] = 23132;
legislatorIdToState[23132] = 'AZ';

AZLegislators[56] = " AZ-013B";
legislatorsHash[' AZ-013B'] = 132596;
legislatorIdToState[132596] = 'AZ';

AZLegislators[57] = "Rep. Chad Campbell AZ-014A";
legislatorsHash['Rep. Chad Campbell AZ-014A'] = 20225;
legislatorIdToState[20225] = 'AZ';

AZLegislators[58] = "Rep. Robert Meza AZ-014B";
legislatorsHash['Rep. Robert Meza AZ-014B'] = 20226;
legislatorIdToState[20226] = 'AZ';

AZLegislators[59] = "Rep. David Lujan AZ-015A";
legislatorsHash['Rep. David Lujan AZ-015A'] = 20197;
legislatorIdToState[20197] = 'AZ';

AZLegislators[60] = "Rep. Kyrsten Sinema AZ-015B";
legislatorsHash['Rep. Kyrsten Sinema AZ-015B'] = 20227;
legislatorIdToState[20227] = 'AZ';

AZLegislators[61] = "Rep. Cloves Campbell AZ-016A";
legislatorsHash['Rep. Cloves Campbell AZ-016A'] = 23133;
legislatorIdToState[23133] = 'AZ';

AZLegislators[62] = "Rep. Ben Miranda AZ-016B";
legislatorsHash['Rep. Ben Miranda AZ-016B'] = 20228;
legislatorIdToState[20228] = 'AZ';

AZLegislators[63] = "Rep. Ed Ableser AZ-017A";
legislatorsHash['Rep. Ed Ableser AZ-017A'] = 18151;
legislatorIdToState[18151] = 'AZ';

AZLegislators[64] = "Rep. David Schapira AZ-017B";
legislatorsHash['Rep. David Schapira AZ-017B'] = 20229;
legislatorIdToState[20229] = 'AZ';

AZLegislators[65] = "Rep. Cecil Ash AZ-018A";
legislatorsHash['Rep. Cecil Ash AZ-018A'] = 127152;
legislatorIdToState[127152] = 'AZ';

AZLegislators[66] = "Rep. Steve Court AZ-018B";
legislatorsHash['Rep. Steve Court AZ-018B'] = 130281;
legislatorIdToState[130281] = 'AZ';

AZLegislators[67] = "Rep. Rich Crandall AZ-019A";
legislatorsHash['Rep. Rich Crandall AZ-019A'] = 20705;
legislatorIdToState[20705] = 'AZ';

AZLegislators[68] = "Rep. Kirk Adams AZ-019B";
legislatorsHash['Rep. Kirk Adams AZ-019B'] = 20230;
legislatorIdToState[20230] = 'AZ';

AZLegislators[69] = "Rep. John McComish AZ-020A";
legislatorsHash['Rep. John McComish AZ-020A'] = 21243;
legislatorIdToState[21243] = 'AZ';

AZLegislators[70] = "Rep. Rae Waters AZ-020B";
legislatorsHash['Rep. Rae Waters AZ-020B'] = 130263;
legislatorIdToState[130263] = 'AZ';

AZLegislators[71] = "Rep. Warde Nichols AZ-021A";
legislatorsHash['Rep. Warde Nichols AZ-021A'] = 20231;
legislatorIdToState[20231] = 'AZ';

AZLegislators[72] = "Rep. Steve Yarbrough AZ-021B";
legislatorsHash['Rep. Steve Yarbrough AZ-021B'] = 18318;
legislatorIdToState[18318] = 'AZ';

AZLegislators[73] = "Rep. Laurin Hendrix AZ-022A";
legislatorsHash['Rep. Laurin Hendrix AZ-022A'] = 130282;
legislatorIdToState[130282] = 'AZ';

AZLegislators[74] = "Rep. Andy Biggs AZ-022B";
legislatorsHash['Rep. Andy Biggs AZ-022B'] = 20232;
legislatorIdToState[20232] = 'AZ';

AZLegislators[75] = "Rep. Barbara McGuire AZ-023A";
legislatorsHash['Rep. Barbara McGuire AZ-023A'] = 21710;
legislatorIdToState[21710] = 'AZ';

AZLegislators[76] = "Rep. Frank Pratt AZ-023B";
legislatorsHash['Rep. Frank Pratt AZ-023B'] = 132583;
legislatorIdToState[132583] = 'AZ';

AZLegislators[77] = "Rep. Lynne Pancrazi AZ-024A";
legislatorsHash['Rep. Lynne Pancrazi AZ-024A'] = 23128;
legislatorIdToState[23128] = 'AZ';

AZLegislators[78] = "Rep. Russ Jones AZ-024B";
legislatorsHash['Rep. Russ Jones AZ-024B'] = 134740;
legislatorIdToState[134740] = 'AZ';

AZLegislators[79] = "Rep. Pat Fleming AZ-025A";
legislatorsHash['Rep. Pat Fleming AZ-025A'] = 134556;
legislatorIdToState[134556] = 'AZ';

AZLegislators[80] = "Rep. David Stevens AZ-025B";
legislatorsHash['Rep. David Stevens AZ-025B'] = 132611;
legislatorIdToState[132611] = 'AZ';

AZLegislators[81] = "Rep. Nancy Young Wright AZ-026A";
legislatorsHash['Rep. Nancy Young Wright AZ-026A'] = 23129;
legislatorIdToState[23129] = 'AZ';

AZLegislators[82] = "Rep. Vic Williams AZ-026B";
legislatorsHash['Rep. Vic Williams AZ-026B'] = 130270;
legislatorIdToState[130270] = 'AZ';

AZLegislators[83] = "Rep. Olivia Cajero Bedford AZ-027A";
legislatorsHash['Rep. Olivia Cajero Bedford AZ-027A'] = 20235;
legislatorIdToState[20235] = 'AZ';

AZLegislators[84] = "Rep. Phil Lopes AZ-027B";
legislatorsHash['Rep. Phil Lopes AZ-027B'] = 20236;
legislatorIdToState[20236] = 'AZ';

AZLegislators[85] = "Rep. Steve Farley AZ-028A";
legislatorsHash['Rep. Steve Farley AZ-028A'] = 18315;
legislatorIdToState[18315] = 'AZ';

AZLegislators[86] = "Rep. David Bradley AZ-028B";
legislatorsHash['Rep. David Bradley AZ-028B'] = 20237;
legislatorIdToState[20237] = 'AZ';

AZLegislators[87] = "Rep. Matt Heinz AZ-029A";
legislatorsHash['Rep. Matt Heinz AZ-029A'] = 134741;
legislatorIdToState[134741] = 'AZ';

AZLegislators[88] = "Rep. Daniel Patterson AZ-029B";
legislatorsHash['Rep. Daniel Patterson AZ-029B'] = 130269;
legislatorIdToState[130269] = 'AZ';

AZLegislators[89] = "Rep. Frank Antenori AZ-030A";
legislatorsHash['Rep. Frank Antenori AZ-030A'] = 130267;
legislatorIdToState[130267] = 'AZ';

AZLegislators[90] = "Rep. David Gowan AZ-030B";
legislatorsHash['Rep. David Gowan AZ-030B'] = 130268;
legislatorIdToState[130268] = 'AZ';

function writeAZLegislatorHTML() {
	$('AZLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26087\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26087); return false;\">[X]<\/a>&nbsp; Gov. Janet Napolitano AZ<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26087\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26087\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127046\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127046); return false;\">[X]<\/a>&nbsp; Sen. Steve Pierce AZ-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127046\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127046\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18572\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18572); return false;\">[X]<\/a>&nbsp; Sen. Albert Hale AZ-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18572\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18572\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20194\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20194); return false;\">[X]<\/a>&nbsp; Sen. Ron Gould AZ-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20194\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20194\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20204\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20204); return false;\">[X]<\/a>&nbsp; Sen. Jack Harper AZ-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20204\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20204\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127049\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127049); return false;\">[X]<\/a>&nbsp; Sen. Sylvia Allen AZ-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127049\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127049\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21245\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21245); return false;\">[X]<\/a>&nbsp; Sen. Pamela Gorman AZ-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21245\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21245\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20208\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20208); return false;\">[X]<\/a>&nbsp; Sen. Jim Waring AZ-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20208\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20208\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20202\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20202); return false;\">[X]<\/a>&nbsp; Sen. Carolyn Allen AZ-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20202\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20202\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20203\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20203); return false;\">[X]<\/a>&nbsp; Sen. Bob Burns AZ-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20203\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20203\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20195\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20195); return false;\">[X]<\/a>&nbsp; Sen. Linda Gray AZ-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20195\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20195\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20191\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20191); return false;\">[X]<\/a>&nbsp; Sen. Barbara Leff AZ-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20191\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20191\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132565\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132565); return false;\">[X]<\/a>&nbsp; Sen. John Nelson AZ-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132565\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132565\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20193\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20193); return false;\">[X]<\/a>&nbsp; Sen. Richard Miranda AZ-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20193\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20193\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20192\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20192); return false;\">[X]<\/a>&nbsp; Sen. Debbie McCune Davis AZ-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20192\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20192\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18314\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18314); return false;\">[X]<\/a>&nbsp; Sen. Ken Cheuvront AZ-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18314\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18314\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17973\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17973); return false;\">[X]<\/a>&nbsp; Sen. Leah Landrum Taylor AZ-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17973\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17973\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23126\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23126); return false;\">[X]<\/a>&nbsp; Sen. Meg Burton-Cahill AZ-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23126\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23126\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132561\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132561); return false;\">[X]<\/a>&nbsp; Sen. Russell Pearce AZ-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132561\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132561\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20706\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20706); return false;\">[X]<\/a>&nbsp; Sen. Chuck Gray AZ-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20706\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20706\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20206\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20206); return false;\">[X]<\/a>&nbsp; Sen. John Huppenthal AZ-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20206\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20206\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18316); return false;\">[X]<\/a>&nbsp; Sen. Jay Tibshraeny AZ-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20207\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20207); return false;\">[X]<\/a>&nbsp; Sen. Thayer Verschoor AZ-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20207\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20207\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22940\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22940); return false;\">[X]<\/a>&nbsp; Sen. Rebecca Rios AZ-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22940\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22940\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18984\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18984); return false;\">[X]<\/a>&nbsp; Sen. Amanda Aguirre AZ-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18984\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18984\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127053\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127053); return false;\">[X]<\/a>&nbsp; Sen. Manny Alvarez AZ-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127053\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127053\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131249\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131249); return false;\">[X]<\/a>&nbsp; Sen. Al Melvin AZ-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131249\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131249\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20205\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20205); return false;\">[X]<\/a>&nbsp; Sen. Jorge Garcia AZ-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20205\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20205\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20188\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20188); return false;\">[X]<\/a>&nbsp; Sen. Paula Aboud AZ-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20188\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20188\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134742\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134742); return false;\">[X]<\/a>&nbsp; Sen. Linda Lopez AZ-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134742\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134742\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127054\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127054); return false;\">[X]<\/a>&nbsp; Sen. Jonathan Paton AZ-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127054\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127054\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21649\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21649); return false;\">[X]<\/a>&nbsp; Rep. Andy Tobin AZ-001A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21649\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21649\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20196\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20196); return false;\">[X]<\/a>&nbsp; Rep. Lucy Mason AZ-001B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20196\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20196\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23127\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23127); return false;\">[X]<\/a>&nbsp; Rep. Tom Chabin AZ-002A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23127\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23127\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132581\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132581); return false;\">[X]<\/a>&nbsp; Rep. Christopher Deschene AZ-002B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132581\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132581\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132616\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132616); return false;\">[X]<\/a>&nbsp; Rep. Doris Goodale AZ-003A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132616\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132616\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20239\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20239); return false;\">[X]<\/a>&nbsp; Rep. Nancy McLain AZ-003B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20239\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20239\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20198\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20198); return false;\">[X]<\/a>&nbsp; Rep. Tom Boone AZ-004A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20198\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20198\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20240\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20240); return false;\">[X]<\/a>&nbsp; Rep. Judy Burges AZ-004B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20240\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20240\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20200\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20200); return false;\">[X]<\/a>&nbsp; Rep. Jack Brown AZ-005A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20200\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20200\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20234\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20234); return false;\">[X]<\/a>&nbsp; Rep. Bill Konopnicki AZ-005B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20234\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20234\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127129\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127129); return false;\">[X]<\/a>&nbsp; Rep. Carl Seel AZ-006A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127129\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127129\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20210\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20210); return false;\">[X]<\/a>&nbsp; Rep. Sam Crump AZ-006B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20210\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20210\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20212\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20212); return false;\">[X]<\/a>&nbsp; Rep. Ray Barnes AZ-007A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20212\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20212\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18319\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18319); return false;\">[X]<\/a>&nbsp; Rep. Nancy Barto AZ-007B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18319\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18319\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20209\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20209); return false;\">[X]<\/a>&nbsp; Rep. Michele Reagan AZ-008A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20209\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20209\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20213\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20213); return false;\">[X]<\/a>&nbsp; Rep. John Kavanagh AZ-008B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20213\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20213\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20923\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20923); return false;\">[X]<\/a>&nbsp; Rep. Rick Murphy AZ-009A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20923\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20923\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132599\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132599); return false;\">[X]<\/a>&nbsp; Rep. Debbie Lesko AZ-009B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132599\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132599\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23130\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23130); return false;\">[X]<\/a>&nbsp; Rep. Jim Weiers AZ-010A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23130\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23130\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132600\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132600); return false;\">[X]<\/a>&nbsp; Rep. Doug Quelland AZ-010B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132600\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132600\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21716\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21716); return false;\">[X]<\/a>&nbsp; Rep. Adam Driggs AZ-011A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21716\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21716\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130279\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130279); return false;\">[X]<\/a>&nbsp; Rep. Eric Meyer AZ-011B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130279\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130279\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130275\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130275); return false;\">[X]<\/a>&nbsp; Rep. Steve Montenegro AZ-012A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130275\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130275\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20224\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20224); return false;\">[X]<\/a>&nbsp; Rep. Jerry Weiers AZ-012B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20224\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20224\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23132\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23132); return false;\">[X]<\/a>&nbsp; Rep. Martha Garcia AZ-013A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23132\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23132\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132596\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132596); return false;\">[X]<\/a>&nbsp;  AZ-013B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132596\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132596\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20225\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20225); return false;\">[X]<\/a>&nbsp; Rep. Chad Campbell AZ-014A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20225\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20225\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20226\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20226); return false;\">[X]<\/a>&nbsp; Rep. Robert Meza AZ-014B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20226\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20226\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20197\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20197); return false;\">[X]<\/a>&nbsp; Rep. David Lujan AZ-015A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20197\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20197\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20227); return false;\">[X]<\/a>&nbsp; Rep. Kyrsten Sinema AZ-015B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23133\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23133); return false;\">[X]<\/a>&nbsp; Rep. Cloves Campbell AZ-016A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23133\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23133\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20228\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20228); return false;\">[X]<\/a>&nbsp; Rep. Ben Miranda AZ-016B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20228\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20228\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18151\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18151); return false;\">[X]<\/a>&nbsp; Rep. Ed Ableser AZ-017A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18151\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18151\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20229\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20229); return false;\">[X]<\/a>&nbsp; Rep. David Schapira AZ-017B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20229\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20229\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127152\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127152); return false;\">[X]<\/a>&nbsp; Rep. Cecil Ash AZ-018A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127152\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127152\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130281\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130281); return false;\">[X]<\/a>&nbsp; Rep. Steve Court AZ-018B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130281\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130281\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20705\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20705); return false;\">[X]<\/a>&nbsp; Rep. Rich Crandall AZ-019A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20705\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20705\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20230\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20230); return false;\">[X]<\/a>&nbsp; Rep. Kirk Adams AZ-019B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20230\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20230\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21243\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21243); return false;\">[X]<\/a>&nbsp; Rep. John McComish AZ-020A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21243\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21243\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130263); return false;\">[X]<\/a>&nbsp; Rep. Rae Waters AZ-020B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20231\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20231); return false;\">[X]<\/a>&nbsp; Rep. Warde Nichols AZ-021A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20231\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20231\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18318\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18318); return false;\">[X]<\/a>&nbsp; Rep. Steve Yarbrough AZ-021B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18318\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18318\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130282\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130282); return false;\">[X]<\/a>&nbsp; Rep. Laurin Hendrix AZ-022A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130282\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130282\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20232\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20232); return false;\">[X]<\/a>&nbsp; Rep. Andy Biggs AZ-022B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20232\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20232\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21710\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21710); return false;\">[X]<\/a>&nbsp; Rep. Barbara McGuire AZ-023A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21710\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21710\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132583\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132583); return false;\">[X]<\/a>&nbsp; Rep. Frank Pratt AZ-023B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132583\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132583\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23128\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23128); return false;\">[X]<\/a>&nbsp; Rep. Lynne Pancrazi AZ-024A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23128\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23128\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134740\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134740); return false;\">[X]<\/a>&nbsp; Rep. Russ Jones AZ-024B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134740\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134740\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134556\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134556); return false;\">[X]<\/a>&nbsp; Rep. Pat Fleming AZ-025A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134556\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134556\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132611\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132611); return false;\">[X]<\/a>&nbsp; Rep. David Stevens AZ-025B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132611\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132611\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23129\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23129); return false;\">[X]<\/a>&nbsp; Rep. Nancy Young Wright AZ-026A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23129\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23129\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130270\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130270); return false;\">[X]<\/a>&nbsp; Rep. Vic Williams AZ-026B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130270\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130270\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20235\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20235); return false;\">[X]<\/a>&nbsp; Rep. Olivia Cajero Bedford AZ-027A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20235\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20235\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20236\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20236); return false;\">[X]<\/a>&nbsp; Rep. Phil Lopes AZ-027B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20236\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20236\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18315\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18315); return false;\">[X]<\/a>&nbsp; Rep. Steve Farley AZ-028A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18315\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18315\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20237\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20237); return false;\">[X]<\/a>&nbsp; Rep. David Bradley AZ-028B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20237\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20237\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134741\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134741); return false;\">[X]<\/a>&nbsp; Rep. Matt Heinz AZ-029A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134741\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134741\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130269\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130269); return false;\">[X]<\/a>&nbsp; Rep. Daniel Patterson AZ-029B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130269\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130269\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130267\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130267); return false;\">[X]<\/a>&nbsp; Rep. Frank Antenori AZ-030A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130267\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130267\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130268\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130268); return false;\">[X]<\/a>&nbsp; Rep. David Gowan AZ-030B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130268\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130268\" /><\/span>';
}

var CALegislators = new Array();

CALegislators[0] = "Gov. Arnold Schwarzenegger CA";
legislatorsHash['Gov. Arnold Schwarzenegger CA'] = 26090;
legislatorIdToState[26090] = 'CA';

CALegislators[1] = "Sen. Dave Cox CA-001";
legislatorsHash['Sen. Dave Cox CA-001'] = 21118;
legislatorIdToState[21118] = 'CA';

CALegislators[2] = "Sen. Pat Wiggins CA-002";
legislatorsHash['Sen. Pat Wiggins CA-002'] = 17974;
legislatorIdToState[17974] = 'CA';

CALegislators[3] = "Sen. Mark Leno CA-003";
legislatorsHash['Sen. Mark Leno CA-003'] = 127155;
legislatorIdToState[127155] = 'CA';

CALegislators[4] = "Sen. Sam Aanestad CA-004";
legislatorsHash['Sen. Sam Aanestad CA-004'] = 20792;
legislatorIdToState[20792] = 'CA';

CALegislators[5] = "Sen. Lois Wolk CA-005";
legislatorsHash['Sen. Lois Wolk CA-005'] = 131143;
legislatorIdToState[131143] = 'CA';

CALegislators[6] = "Sen. Darrell Steinberg CA-006";
legislatorsHash['Sen. Darrell Steinberg CA-006'] = 22943;
legislatorIdToState[22943] = 'CA';

CALegislators[7] = "Sen. Mark DeSaulnier CA-007";
legislatorsHash['Sen. Mark DeSaulnier CA-007'] = 131145;
legislatorIdToState[131145] = 'CA';

CALegislators[8] = "Sen. Leland Yee CA-008";
legislatorsHash['Sen. Leland Yee CA-008'] = 23136;
legislatorIdToState[23136] = 'CA';

CALegislators[9] = "Sen. Loni Hancock CA-009";
legislatorsHash['Sen. Loni Hancock CA-009'] = 127160;
legislatorIdToState[127160] = 'CA';

CALegislators[10] = "Sen. Ellen Corbett CA-010";
legislatorsHash['Sen. Ellen Corbett CA-010'] = 23138;
legislatorIdToState[23138] = 'CA';

CALegislators[11] = "Sen. Joe Simitian CA-011";
legislatorsHash['Sen. Joe Simitian CA-011'] = 23139;
legislatorIdToState[23139] = 'CA';

CALegislators[12] = "Sen. Jeff Denham CA-012";
legislatorsHash['Sen. Jeff Denham CA-012'] = 20793;
legislatorIdToState[20793] = 'CA';

CALegislators[13] = "Sen. Elaine Alquist CA-013";
legislatorsHash['Sen. Elaine Alquist CA-013'] = 23140;
legislatorIdToState[23140] = 'CA';

CALegislators[14] = "Sen. Dave Cogdill CA-014";
legislatorsHash['Sen. Dave Cogdill CA-014'] = 23141;
legislatorIdToState[23141] = 'CA';

CALegislators[15] = "Sen. Abel Maldonado CA-015";
legislatorsHash['Sen. Abel Maldonado CA-015'] = 23142;
legislatorIdToState[23142] = 'CA';

CALegislators[16] = "Sen. Dean Florez CA-016";
legislatorsHash['Sen. Dean Florez CA-016'] = 20794;
legislatorIdToState[20794] = 'CA';

CALegislators[17] = "Sen. George Runner CA-017";
legislatorsHash['Sen. George Runner CA-017'] = 18657;
legislatorIdToState[18657] = 'CA';

CALegislators[18] = "Sen. Roy Ashburn CA-018";
legislatorsHash['Sen. Roy Ashburn CA-018'] = 20795;
legislatorIdToState[20795] = 'CA';

CALegislators[19] = "Sen. Tony Strickland CA-019";
legislatorsHash['Sen. Tony Strickland CA-019'] = 131150;
legislatorIdToState[131150] = 'CA';

CALegislators[20] = "Sen. Alex Padilla CA-020";
legislatorsHash['Sen. Alex Padilla CA-020'] = 17975;
legislatorIdToState[17975] = 'CA';

CALegislators[21] = "Sen. Carol Liu CA-021";
legislatorsHash['Sen. Carol Liu CA-021'] = 131151;
legislatorIdToState[131151] = 'CA';

CALegislators[22] = "Sen. Gil Cedillo CA-022";
legislatorsHash['Sen. Gil Cedillo CA-022'] = 18268;
legislatorIdToState[18268] = 'CA';

CALegislators[23] = "Sen. Fran Pavley CA-023";
legislatorsHash['Sen. Fran Pavley CA-023'] = 131154;
legislatorIdToState[131154] = 'CA';

CALegislators[24] = "Sen. Gloria Romero CA-024";
legislatorsHash['Sen. Gloria Romero CA-024'] = 20915;
legislatorIdToState[20915] = 'CA';

CALegislators[25] = "Sen. Rod Wright CA-025";
legislatorsHash['Sen. Rod Wright CA-025'] = 131157;
legislatorIdToState[131157] = 'CA';

CALegislators[26] = "Sen. Curren Price CA-026";
legislatorsHash['Sen. Curren Price CA-026'] = 136809;
legislatorIdToState[136809] = 'CA';

CALegislators[27] = "Sen. Alan Lowenthal CA-027";
legislatorsHash['Sen. Alan Lowenthal CA-027'] = 23144;
legislatorIdToState[23144] = 'CA';

CALegislators[28] = "Sen. Jenny Oropeza CA-028";
legislatorsHash['Sen. Jenny Oropeza CA-028'] = 23145;
legislatorIdToState[23145] = 'CA';

CALegislators[29] = "Sen. Bob Huff CA-029";
legislatorsHash['Sen. Bob Huff CA-029'] = 131159;
legislatorIdToState[131159] = 'CA';

CALegislators[30] = "Sen. Ron Calderon CA-030";
legislatorsHash['Sen. Ron Calderon CA-030'] = 23146;
legislatorIdToState[23146] = 'CA';

CALegislators[31] = "Sen. Bob Dutton CA-031";
legislatorsHash['Sen. Bob Dutton CA-031'] = 23147;
legislatorIdToState[23147] = 'CA';

CALegislators[32] = "Sen. Gloria Negrete McLeod CA-032";
legislatorsHash['Sen. Gloria Negrete McLeod CA-032'] = 23148;
legislatorIdToState[23148] = 'CA';

CALegislators[33] = "Sen. Mimi Walters CA-033";
legislatorsHash['Sen. Mimi Walters CA-033'] = 131166;
legislatorIdToState[131166] = 'CA';

CALegislators[34] = "Sen. Lou Correa CA-034";
legislatorsHash['Sen. Lou Correa CA-034'] = 23149;
legislatorIdToState[23149] = 'CA';

CALegislators[35] = "Sen. Tom Harman CA-035";
legislatorsHash['Sen. Tom Harman CA-035'] = 23150;
legislatorIdToState[23150] = 'CA';

CALegislators[36] = "Sen. Dennis Hollingsworth CA-036";
legislatorsHash['Sen. Dennis Hollingsworth CA-036'] = 20527;
legislatorIdToState[20527] = 'CA';

CALegislators[37] = "Sen. John Benoit CA-037";
legislatorsHash['Sen. John Benoit CA-037'] = 131313;
legislatorIdToState[131313] = 'CA';

CALegislators[38] = "Sen. Mark Wyland CA-038";
legislatorsHash['Sen. Mark Wyland CA-038'] = 22944;
legislatorIdToState[22944] = 'CA';

CALegislators[39] = "Sen. Christine Kehoe CA-039";
legislatorsHash['Sen. Christine Kehoe CA-039'] = 17976;
legislatorIdToState[17976] = 'CA';

CALegislators[40] = "Sen. Denise Ducheny CA-040";
legislatorsHash['Sen. Denise Ducheny CA-040'] = 20528;
legislatorIdToState[20528] = 'CA';

CALegislators[41] = "Hon. Wes Chesbro CA-001";
legislatorsHash['Hon. Wes Chesbro CA-001'] = 132094;
legislatorIdToState[132094] = 'CA';

CALegislators[42] = "Hon. Jim Nielsen CA-002";
legislatorsHash['Hon. Jim Nielsen CA-002'] = 132095;
legislatorIdToState[132095] = 'CA';

CALegislators[43] = "Hon. Dan Logue CA-003";
legislatorsHash['Hon. Dan Logue CA-003'] = 132096;
legislatorIdToState[132096] = 'CA';

CALegislators[44] = "Hon. Ted Gaines CA-004";
legislatorsHash['Hon. Ted Gaines CA-004'] = 21117;
legislatorIdToState[21117] = 'CA';

CALegislators[45] = "Hon. Roger Niello CA-005";
legislatorsHash['Hon. Roger Niello CA-005'] = 23151;
legislatorIdToState[23151] = 'CA';

CALegislators[46] = "Hon. Jared Huffman CA-006";
legislatorsHash['Hon. Jared Huffman CA-006'] = 21120;
legislatorIdToState[21120] = 'CA';

CALegislators[47] = "Hon. Noreen Evans CA-007";
legislatorsHash['Hon. Noreen Evans CA-007'] = 23152;
legislatorIdToState[23152] = 'CA';

CALegislators[48] = "Hon. Mariko Yamada CA-008";
legislatorsHash['Hon. Mariko Yamada CA-008'] = 132097;
legislatorIdToState[132097] = 'CA';

CALegislators[49] = "Hon. Dave Jones CA-009";
legislatorsHash['Hon. Dave Jones CA-009'] = 23153;
legislatorIdToState[23153] = 'CA';

CALegislators[50] = "Hon. Alyson Huber CA-010";
legislatorsHash['Hon. Alyson Huber CA-010'] = 132098;
legislatorIdToState[132098] = 'CA';

CALegislators[51] = "Hon. Tom Torlakson CA-011";
legislatorsHash['Hon. Tom Torlakson CA-011'] = 130849;
legislatorIdToState[130849] = 'CA';

CALegislators[52] = "Hon. Fiona Ma CA-012";
legislatorsHash['Hon. Fiona Ma CA-012'] = 20534;
legislatorIdToState[20534] = 'CA';

CALegislators[53] = "Hon. Tom Ammiano CA-013";
legislatorsHash['Hon. Tom Ammiano CA-013'] = 132100;
legislatorIdToState[132100] = 'CA';

CALegislators[54] = "Hon. Nancy Skinner CA-014";
legislatorsHash['Hon. Nancy Skinner CA-014'] = 132101;
legislatorIdToState[132101] = 'CA';

CALegislators[55] = "Hon. Joan Buchanan CA-015";
legislatorsHash['Hon. Joan Buchanan CA-015'] = 132102;
legislatorIdToState[132102] = 'CA';

CALegislators[56] = "Hon. Sandre Swanson CA-016";
legislatorsHash['Hon. Sandre Swanson CA-016'] = 130851;
legislatorIdToState[130851] = 'CA';

CALegislators[57] = "Hon. Cathleen Galgiani CA-017";
legislatorsHash['Hon. Cathleen Galgiani CA-017'] = 21130;
legislatorIdToState[21130] = 'CA';

CALegislators[58] = "Hon. Mary Hayashi CA-018";
legislatorsHash['Hon. Mary Hayashi CA-018'] = 23154;
legislatorIdToState[23154] = 'CA';

CALegislators[59] = "Hon. Jerry Hill CA-019";
legislatorsHash['Hon. Jerry Hill CA-019'] = 132103;
legislatorIdToState[132103] = 'CA';

CALegislators[60] = "Hon. Alberto Torrico CA-020";
legislatorsHash['Hon. Alberto Torrico CA-020'] = 23155;
legislatorIdToState[23155] = 'CA';

CALegislators[61] = "Hon. Ira Ruskin CA-021";
legislatorsHash['Hon. Ira Ruskin CA-021'] = 21132;
legislatorIdToState[21132] = 'CA';

CALegislators[62] = "Hon. Paul Fong CA-022";
legislatorsHash['Hon. Paul Fong CA-022'] = 132104;
legislatorIdToState[132104] = 'CA';

CALegislators[63] = "Hon. Joe Coto CA-023";
legislatorsHash['Hon. Joe Coto CA-023'] = 21134;
legislatorIdToState[21134] = 'CA';

CALegislators[64] = "Hon. Jim Beall CA-024";
legislatorsHash['Hon. Jim Beall CA-024'] = 21135;
legislatorIdToState[21135] = 'CA';

CALegislators[65] = "Hon. Tom Berryhill CA-025";
legislatorsHash['Hon. Tom Berryhill CA-025'] = 21136;
legislatorIdToState[21136] = 'CA';

CALegislators[66] = "Hon. Bill Berryhill CA-026";
legislatorsHash['Hon. Bill Berryhill CA-026'] = 132105;
legislatorIdToState[132105] = 'CA';

CALegislators[67] = "Hon. Bill Monning CA-027";
legislatorsHash['Hon. Bill Monning CA-027'] = 132106;
legislatorIdToState[132106] = 'CA';

CALegislators[68] = "Hon. Anna Caballero CA-028";
legislatorsHash['Hon. Anna Caballero CA-028'] = 18199;
legislatorIdToState[18199] = 'CA';

CALegislators[69] = "Hon. Mike Villines CA-029";
legislatorsHash['Hon. Mike Villines CA-029'] = 20541;
legislatorIdToState[20541] = 'CA';

CALegislators[70] = "Hon. Danny Gilmore CA-030";
legislatorsHash['Hon. Danny Gilmore CA-030'] = 132108;
legislatorIdToState[132108] = 'CA';

CALegislators[71] = "Hon. Juan Arambula CA-031";
legislatorsHash['Hon. Juan Arambula CA-031'] = 23156;
legislatorIdToState[23156] = 'CA';

CALegislators[72] = "Hon. Jean Fuller CA-032";
legislatorsHash['Hon. Jean Fuller CA-032'] = 18270;
legislatorIdToState[18270] = 'CA';

CALegislators[73] = "Hon. Sam Blakeslee CA-033";
legislatorsHash['Hon. Sam Blakeslee CA-033'] = 23157;
legislatorIdToState[23157] = 'CA';

CALegislators[74] = "Hon. Connie Conway CA-034";
legislatorsHash['Hon. Connie Conway CA-034'] = 132110;
legislatorIdToState[132110] = 'CA';

CALegislators[75] = "Hon. Pedro Nava CA-035";
legislatorsHash['Hon. Pedro Nava CA-035'] = 23158;
legislatorIdToState[23158] = 'CA';

CALegislators[76] = "Hon. Steve Knight CA-036";
legislatorsHash['Hon. Steve Knight CA-036'] = 132111;
legislatorIdToState[132111] = 'CA';

CALegislators[77] = "Hon. Audra Strickland CA-037";
legislatorsHash['Hon. Audra Strickland CA-037'] = 17977;
legislatorIdToState[17977] = 'CA';

CALegislators[78] = "Hon. Cameron Smyth CA-038";
legislatorsHash['Hon. Cameron Smyth CA-038'] = 21137;
legislatorIdToState[21137] = 'CA';

CALegislators[79] = "Hon. Felipe Fuentes CA-039";
legislatorsHash['Hon. Felipe Fuentes CA-039'] = 20546;
legislatorIdToState[20546] = 'CA';

CALegislators[80] = "Hon. Bob Blumenfield CA-040";
legislatorsHash['Hon. Bob Blumenfield CA-040'] = 132112;
legislatorIdToState[132112] = 'CA';

CALegislators[81] = "Hon. Julia Brownley CA-041";
legislatorsHash['Hon. Julia Brownley CA-041'] = 21138;
legislatorIdToState[21138] = 'CA';

CALegislators[82] = "Hon. Mike Feuer CA-042";
legislatorsHash['Hon. Mike Feuer CA-042'] = 21139;
legislatorIdToState[21139] = 'CA';

CALegislators[83] = "Hon. Paul Krekorian CA-043";
legislatorsHash['Hon. Paul Krekorian CA-043'] = 21140;
legislatorIdToState[21140] = 'CA';

CALegislators[84] = "Hon. Anthony Portantino CA-044";
legislatorsHash['Hon. Anthony Portantino CA-044'] = 21141;
legislatorIdToState[21141] = 'CA';

CALegislators[85] = "Hon. Kevin De LeÃ³n CA-045";
legislatorsHash['Hon. Kevin De LeÃ³n CA-045'] = 130876;
legislatorIdToState[130876] = 'CA';

CALegislators[86] = "Hon. John Perez CA-046";
legislatorsHash['Hon. John Perez CA-046'] = 132114;
legislatorIdToState[132114] = 'CA';

CALegislators[87] = "Hon. Karen Bass CA-047";
legislatorsHash['Hon. Karen Bass CA-047'] = 23159;
legislatorIdToState[23159] = 'CA';

CALegislators[88] = "Hon. Mike Davis CA-048";
legislatorsHash['Hon. Mike Davis CA-048'] = 20548;
legislatorIdToState[20548] = 'CA';

CALegislators[89] = "Hon. Mike Eng CA-049";
legislatorsHash['Hon. Mike Eng CA-049'] = 20776;
legislatorIdToState[20776] = 'CA';

CALegislators[90] = "Hon. Hector De La Torre CA-050";
legislatorsHash['Hon. Hector De La Torre CA-050'] = 23160;
legislatorIdToState[23160] = 'CA';

CALegislators[91] = "Hon. Curren Price CA-051";
legislatorsHash['Hon. Curren Price CA-051'] = 21143;
legislatorIdToState[21143] = 'CA';

CALegislators[92] = "Hon. Isadore Hall CA-052";
legislatorsHash['Hon. Isadore Hall CA-052'] = 132116;
legislatorIdToState[132116] = 'CA';

CALegislators[93] = "Hon. Ted Lieu CA-053";
legislatorsHash['Hon. Ted Lieu CA-053'] = 23161;
legislatorIdToState[23161] = 'CA';

CALegislators[94] = "Hon. Bonnie Lowenthal CA-054";
legislatorsHash['Hon. Bonnie Lowenthal CA-054'] = 127245;
legislatorIdToState[127245] = 'CA';

CALegislators[95] = "Hon. Warren Furutani CA-055";
legislatorsHash['Hon. Warren Furutani CA-055'] = 130878;
legislatorIdToState[130878] = 'CA';

CALegislators[96] = "Hon. Tony Mendoza CA-056";
legislatorsHash['Hon. Tony Mendoza CA-056'] = 20550;
legislatorIdToState[20550] = 'CA';

CALegislators[97] = "Hon. Ed Hernandez CA-057";
legislatorsHash['Hon. Ed Hernandez CA-057'] = 21145;
legislatorIdToState[21145] = 'CA';

CALegislators[98] = "Hon. Charles Calderon CA-058";
legislatorsHash['Hon. Charles Calderon CA-058'] = 18271;
legislatorIdToState[18271] = 'CA';

CALegislators[99] = "Hon. Anthony Adams CA-059";
legislatorsHash['Hon. Anthony Adams CA-059'] = 18200;
legislatorIdToState[18200] = 'CA';

CALegislators[100] = "Hon. Curt Hagman CA-060";
legislatorsHash['Hon. Curt Hagman CA-060'] = 127251;
legislatorIdToState[127251] = 'CA';

CALegislators[101] = "Hon. Norma Torres CA-061";
legislatorsHash['Hon. Norma Torres CA-061'] = 131477;
legislatorIdToState[131477] = 'CA';

CALegislators[102] = "Hon. Amina Carter CA-062";
legislatorsHash['Hon. Amina Carter CA-062'] = 23164;
legislatorIdToState[23164] = 'CA';

CALegislators[103] = "Hon. Bill Emmerson CA-063";
legislatorsHash['Hon. Bill Emmerson CA-063'] = 20551;
legislatorIdToState[20551] = 'CA';

CALegislators[104] = "Hon. Brian Nestande CA-064";
legislatorsHash['Hon. Brian Nestande CA-064'] = 132120;
legislatorIdToState[132120] = 'CA';

CALegislators[105] = "Hon. Paul Cook CA-065";
legislatorsHash['Hon. Paul Cook CA-065'] = 20924;
legislatorIdToState[20924] = 'CA';

CALegislators[106] = "Hon. Kevin Jeffries CA-066";
legislatorsHash['Hon. Kevin Jeffries CA-066'] = 20553;
legislatorIdToState[20553] = 'CA';

CALegislators[107] = "Hon. Jim Silva CA-067";
legislatorsHash['Hon. Jim Silva CA-067'] = 21146;
legislatorIdToState[21146] = 'CA';

CALegislators[108] = "Hon. Van Tran CA-068";
legislatorsHash['Hon. Van Tran CA-068'] = 23165;
legislatorIdToState[23165] = 'CA';

CALegislators[109] = "Hon. Jose Solorio CA-069";
legislatorsHash['Hon. Jose Solorio CA-069'] = 23166;
legislatorIdToState[23166] = 'CA';

CALegislators[110] = "Hon. Chuck DeVore CA-070";
legislatorsHash['Hon. Chuck DeVore CA-070'] = 21147;
legislatorIdToState[21147] = 'CA';

CALegislators[111] = "Hon. Jeff Miller CA-071";
legislatorsHash['Hon. Jeff Miller CA-071'] = 132122;
legislatorIdToState[132122] = 'CA';

CALegislators[112] = "Hon. Mike Duvall CA-072";
legislatorsHash['Hon. Mike Duvall CA-072'] = 21148;
legislatorIdToState[21148] = 'CA';

CALegislators[113] = "Hon. Diane Harkey CA-073";
legislatorsHash['Hon. Diane Harkey CA-073'] = 127263;
legislatorIdToState[127263] = 'CA';

CALegislators[114] = "Hon. Martin Garrick CA-074";
legislatorsHash['Hon. Martin Garrick CA-074'] = 21149;
legislatorIdToState[21149] = 'CA';

CALegislators[115] = "Hon. Nathan Fletcher CA-075";
legislatorsHash['Hon. Nathan Fletcher CA-075'] = 132123;
legislatorIdToState[132123] = 'CA';

CALegislators[116] = "Hon. Lori Saldana CA-076";
legislatorsHash['Hon. Lori Saldana CA-076'] = 21150;
legislatorIdToState[21150] = 'CA';

CALegislators[117] = "Hon. Joel Anderson CA-077";
legislatorsHash['Hon. Joel Anderson CA-077'] = 21151;
legislatorIdToState[21151] = 'CA';

CALegislators[118] = "Hon. Marty Block CA-078";
legislatorsHash['Hon. Marty Block CA-078'] = 132888;
legislatorIdToState[132888] = 'CA';

CALegislators[119] = "Hon. Mary Salas CA-079";
legislatorsHash['Hon. Mary Salas CA-079'] = 18241;
legislatorIdToState[18241] = 'CA';

CALegislators[120] = "Hon. Manuel Perez CA-080";
legislatorsHash['Hon. Manuel Perez CA-080'] = 132125;
legislatorIdToState[132125] = 'CA';

function writeCALegislatorHTML() {
	$('CALegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26090\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26090); return false;\">[X]<\/a>&nbsp; Gov. Arnold Schwarzenegger CA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26090\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26090\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21118\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21118); return false;\">[X]<\/a>&nbsp; Sen. Dave Cox CA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21118\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21118\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17974\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17974); return false;\">[X]<\/a>&nbsp; Sen. Pat Wiggins CA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17974\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17974\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127155\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127155); return false;\">[X]<\/a>&nbsp; Sen. Mark Leno CA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127155\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127155\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20792\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20792); return false;\">[X]<\/a>&nbsp; Sen. Sam Aanestad CA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20792\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20792\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131143\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131143); return false;\">[X]<\/a>&nbsp; Sen. Lois Wolk CA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131143\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131143\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22943\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22943); return false;\">[X]<\/a>&nbsp; Sen. Darrell Steinberg CA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22943\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22943\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131145\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131145); return false;\">[X]<\/a>&nbsp; Sen. Mark DeSaulnier CA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131145\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131145\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23136\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23136); return false;\">[X]<\/a>&nbsp; Sen. Leland Yee CA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23136\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23136\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127160\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127160); return false;\">[X]<\/a>&nbsp; Sen. Loni Hancock CA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127160\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127160\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23138\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23138); return false;\">[X]<\/a>&nbsp; Sen. Ellen Corbett CA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23138\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23138\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23139\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23139); return false;\">[X]<\/a>&nbsp; Sen. Joe Simitian CA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23139\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23139\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20793\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20793); return false;\">[X]<\/a>&nbsp; Sen. Jeff Denham CA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20793\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20793\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23140\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23140); return false;\">[X]<\/a>&nbsp; Sen. Elaine Alquist CA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23140\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23140\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23141\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23141); return false;\">[X]<\/a>&nbsp; Sen. Dave Cogdill CA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23141\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23141\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23142\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23142); return false;\">[X]<\/a>&nbsp; Sen. Abel Maldonado CA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23142\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23142\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20794\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20794); return false;\">[X]<\/a>&nbsp; Sen. Dean Florez CA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20794\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20794\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18657\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18657); return false;\">[X]<\/a>&nbsp; Sen. George Runner CA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18657\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18657\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20795\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20795); return false;\">[X]<\/a>&nbsp; Sen. Roy Ashburn CA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20795\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20795\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131150\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131150); return false;\">[X]<\/a>&nbsp; Sen. Tony Strickland CA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131150\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131150\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17975\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17975); return false;\">[X]<\/a>&nbsp; Sen. Alex Padilla CA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17975\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17975\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131151\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131151); return false;\">[X]<\/a>&nbsp; Sen. Carol Liu CA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131151\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131151\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18268\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18268); return false;\">[X]<\/a>&nbsp; Sen. Gil Cedillo CA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18268\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18268\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131154\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131154); return false;\">[X]<\/a>&nbsp; Sen. Fran Pavley CA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131154\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131154\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20915\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20915); return false;\">[X]<\/a>&nbsp; Sen. Gloria Romero CA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20915\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20915\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131157\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131157); return false;\">[X]<\/a>&nbsp; Sen. Rod Wright CA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131157\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131157\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136809\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136809); return false;\">[X]<\/a>&nbsp; Sen. Curren Price CA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136809\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136809\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23144\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23144); return false;\">[X]<\/a>&nbsp; Sen. Alan Lowenthal CA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23144\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23144\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23145\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23145); return false;\">[X]<\/a>&nbsp; Sen. Jenny Oropeza CA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23145\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23145\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131159\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131159); return false;\">[X]<\/a>&nbsp; Sen. Bob Huff CA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131159\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131159\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23146\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23146); return false;\">[X]<\/a>&nbsp; Sen. Ron Calderon CA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23146\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23146\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23147\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23147); return false;\">[X]<\/a>&nbsp; Sen. Bob Dutton CA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23147\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23147\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23148\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23148); return false;\">[X]<\/a>&nbsp; Sen. Gloria Negrete McLeod CA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23148\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23148\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131166\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131166); return false;\">[X]<\/a>&nbsp; Sen. Mimi Walters CA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131166\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131166\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23149\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23149); return false;\">[X]<\/a>&nbsp; Sen. Lou Correa CA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23149\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23149\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23150\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23150); return false;\">[X]<\/a>&nbsp; Sen. Tom Harman CA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23150\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23150\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20527\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20527); return false;\">[X]<\/a>&nbsp; Sen. Dennis Hollingsworth CA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20527\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20527\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131313\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131313); return false;\">[X]<\/a>&nbsp; Sen. John Benoit CA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131313\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131313\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22944\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22944); return false;\">[X]<\/a>&nbsp; Sen. Mark Wyland CA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22944\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22944\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17976\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17976); return false;\">[X]<\/a>&nbsp; Sen. Christine Kehoe CA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17976\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17976\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20528\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20528); return false;\">[X]<\/a>&nbsp; Sen. Denise Ducheny CA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20528\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20528\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132094\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132094); return false;\">[X]<\/a>&nbsp; Hon. Wes Chesbro CA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132094\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132094\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132095\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132095); return false;\">[X]<\/a>&nbsp; Hon. Jim Nielsen CA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132095\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132095\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132096\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132096); return false;\">[X]<\/a>&nbsp; Hon. Dan Logue CA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132096\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132096\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21117\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21117); return false;\">[X]<\/a>&nbsp; Hon. Ted Gaines CA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21117\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21117\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23151\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23151); return false;\">[X]<\/a>&nbsp; Hon. Roger Niello CA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23151\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23151\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21120\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21120); return false;\">[X]<\/a>&nbsp; Hon. Jared Huffman CA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21120\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21120\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23152\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23152); return false;\">[X]<\/a>&nbsp; Hon. Noreen Evans CA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23152\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23152\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132097\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132097); return false;\">[X]<\/a>&nbsp; Hon. Mariko Yamada CA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132097\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132097\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23153\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23153); return false;\">[X]<\/a>&nbsp; Hon. Dave Jones CA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23153\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23153\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132098\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132098); return false;\">[X]<\/a>&nbsp; Hon. Alyson Huber CA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132098\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132098\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130849\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130849); return false;\">[X]<\/a>&nbsp; Hon. Tom Torlakson CA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130849\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130849\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20534\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20534); return false;\">[X]<\/a>&nbsp; Hon. Fiona Ma CA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20534\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20534\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132100\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132100); return false;\">[X]<\/a>&nbsp; Hon. Tom Ammiano CA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132100\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132100\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132101\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132101); return false;\">[X]<\/a>&nbsp; Hon. Nancy Skinner CA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132101\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132101\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132102\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132102); return false;\">[X]<\/a>&nbsp; Hon. Joan Buchanan CA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132102\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132102\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130851\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130851); return false;\">[X]<\/a>&nbsp; Hon. Sandre Swanson CA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130851\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130851\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21130\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21130); return false;\">[X]<\/a>&nbsp; Hon. Cathleen Galgiani CA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21130\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21130\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23154\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23154); return false;\">[X]<\/a>&nbsp; Hon. Mary Hayashi CA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23154\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23154\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132103\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132103); return false;\">[X]<\/a>&nbsp; Hon. Jerry Hill CA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132103\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132103\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23155\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23155); return false;\">[X]<\/a>&nbsp; Hon. Alberto Torrico CA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23155\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23155\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21132\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21132); return false;\">[X]<\/a>&nbsp; Hon. Ira Ruskin CA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21132\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21132\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132104\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132104); return false;\">[X]<\/a>&nbsp; Hon. Paul Fong CA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132104\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132104\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21134\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21134); return false;\">[X]<\/a>&nbsp; Hon. Joe Coto CA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21134\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21134\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21135\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21135); return false;\">[X]<\/a>&nbsp; Hon. Jim Beall CA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21135\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21135\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21136\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21136); return false;\">[X]<\/a>&nbsp; Hon. Tom Berryhill CA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21136\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21136\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132105\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132105); return false;\">[X]<\/a>&nbsp; Hon. Bill Berryhill CA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132105\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132105\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132106\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132106); return false;\">[X]<\/a>&nbsp; Hon. Bill Monning CA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132106\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132106\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18199\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18199); return false;\">[X]<\/a>&nbsp; Hon. Anna Caballero CA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18199\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18199\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20541\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20541); return false;\">[X]<\/a>&nbsp; Hon. Mike Villines CA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20541\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20541\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132108\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132108); return false;\">[X]<\/a>&nbsp; Hon. Danny Gilmore CA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132108\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132108\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23156\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23156); return false;\">[X]<\/a>&nbsp; Hon. Juan Arambula CA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23156\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23156\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18270\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18270); return false;\">[X]<\/a>&nbsp; Hon. Jean Fuller CA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18270\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18270\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23157\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23157); return false;\">[X]<\/a>&nbsp; Hon. Sam Blakeslee CA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23157\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23157\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132110\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132110); return false;\">[X]<\/a>&nbsp; Hon. Connie Conway CA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132110\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132110\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23158\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23158); return false;\">[X]<\/a>&nbsp; Hon. Pedro Nava CA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23158\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23158\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132111\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132111); return false;\">[X]<\/a>&nbsp; Hon. Steve Knight CA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132111\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132111\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17977\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17977); return false;\">[X]<\/a>&nbsp; Hon. Audra Strickland CA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17977\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17977\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21137\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21137); return false;\">[X]<\/a>&nbsp; Hon. Cameron Smyth CA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21137\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21137\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20546\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20546); return false;\">[X]<\/a>&nbsp; Hon. Felipe Fuentes CA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20546\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20546\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132112\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132112); return false;\">[X]<\/a>&nbsp; Hon. Bob Blumenfield CA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132112\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132112\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21138\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21138); return false;\">[X]<\/a>&nbsp; Hon. Julia Brownley CA-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21138\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21138\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21139\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21139); return false;\">[X]<\/a>&nbsp; Hon. Mike Feuer CA-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21139\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21139\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21140\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21140); return false;\">[X]<\/a>&nbsp; Hon. Paul Krekorian CA-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21140\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21140\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21141\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21141); return false;\">[X]<\/a>&nbsp; Hon. Anthony Portantino CA-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21141\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21141\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130876\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130876); return false;\">[X]<\/a>&nbsp; Hon. Kevin De LeÃ³n CA-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130876\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130876\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132114\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132114); return false;\">[X]<\/a>&nbsp; Hon. John Perez CA-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132114\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132114\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23159\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23159); return false;\">[X]<\/a>&nbsp; Hon. Karen Bass CA-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23159\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23159\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20548\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20548); return false;\">[X]<\/a>&nbsp; Hon. Mike Davis CA-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20548\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20548\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20776\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20776); return false;\">[X]<\/a>&nbsp; Hon. Mike Eng CA-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20776\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20776\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23160\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23160); return false;\">[X]<\/a>&nbsp; Hon. Hector De La Torre CA-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23160\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23160\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21143\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21143); return false;\">[X]<\/a>&nbsp; Hon. Curren Price CA-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21143\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21143\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132116\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132116); return false;\">[X]<\/a>&nbsp; Hon. Isadore Hall CA-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132116\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132116\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23161\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23161); return false;\">[X]<\/a>&nbsp; Hon. Ted Lieu CA-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23161\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23161\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127245\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127245); return false;\">[X]<\/a>&nbsp; Hon. Bonnie Lowenthal CA-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127245\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127245\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130878\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130878); return false;\">[X]<\/a>&nbsp; Hon. Warren Furutani CA-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130878\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130878\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20550\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20550); return false;\">[X]<\/a>&nbsp; Hon. Tony Mendoza CA-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20550\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20550\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21145\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21145); return false;\">[X]<\/a>&nbsp; Hon. Ed Hernandez CA-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21145\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21145\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18271\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18271); return false;\">[X]<\/a>&nbsp; Hon. Charles Calderon CA-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18271\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18271\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18200\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18200); return false;\">[X]<\/a>&nbsp; Hon. Anthony Adams CA-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18200\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18200\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127251\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127251); return false;\">[X]<\/a>&nbsp; Hon. Curt Hagman CA-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127251\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127251\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131477\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131477); return false;\">[X]<\/a>&nbsp; Hon. Norma Torres CA-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131477\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131477\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23164\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23164); return false;\">[X]<\/a>&nbsp; Hon. Amina Carter CA-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23164\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23164\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20551\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20551); return false;\">[X]<\/a>&nbsp; Hon. Bill Emmerson CA-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20551\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20551\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132120\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132120); return false;\">[X]<\/a>&nbsp; Hon. Brian Nestande CA-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132120\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132120\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20924\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20924); return false;\">[X]<\/a>&nbsp; Hon. Paul Cook CA-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20924\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20924\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20553\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20553); return false;\">[X]<\/a>&nbsp; Hon. Kevin Jeffries CA-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20553\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20553\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21146\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21146); return false;\">[X]<\/a>&nbsp; Hon. Jim Silva CA-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21146\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21146\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23165\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23165); return false;\">[X]<\/a>&nbsp; Hon. Van Tran CA-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23165\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23165\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23166\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23166); return false;\">[X]<\/a>&nbsp; Hon. Jose Solorio CA-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23166\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23166\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21147\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21147); return false;\">[X]<\/a>&nbsp; Hon. Chuck DeVore CA-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21147\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21147\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132122\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132122); return false;\">[X]<\/a>&nbsp; Hon. Jeff Miller CA-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132122\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132122\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21148\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21148); return false;\">[X]<\/a>&nbsp; Hon. Mike Duvall CA-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21148\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21148\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127263); return false;\">[X]<\/a>&nbsp; Hon. Diane Harkey CA-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21149\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21149); return false;\">[X]<\/a>&nbsp; Hon. Martin Garrick CA-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21149\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21149\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132123\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132123); return false;\">[X]<\/a>&nbsp; Hon. Nathan Fletcher CA-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132123\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132123\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21150\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21150); return false;\">[X]<\/a>&nbsp; Hon. Lori Saldana CA-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21150\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21150\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21151\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21151); return false;\">[X]<\/a>&nbsp; Hon. Joel Anderson CA-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21151\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21151\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132888\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132888); return false;\">[X]<\/a>&nbsp; Hon. Marty Block CA-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132888\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132888\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18241\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18241); return false;\">[X]<\/a>&nbsp; Hon. Mary Salas CA-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18241\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18241\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132125\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132125); return false;\">[X]<\/a>&nbsp; Hon. Manuel Perez CA-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132125\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132125\" /><\/span>';
}

var COLegislators = new Array();

COLegislators[0] = "Gov. Bill Ritter CO";
legislatorsHash['Gov. Bill Ritter CO'] = 26092;
legislatorIdToState[26092] = 'CO';

COLegislators[1] = "Sen. Greg Brophy CO-001";
legislatorsHash['Sen. Greg Brophy CO-001'] = 20377;
legislatorIdToState[20377] = 'CO';

COLegislators[2] = "Sen. Ken Kester CO-002";
legislatorsHash['Sen. Ken Kester CO-002'] = 20314;
legislatorIdToState[20314] = 'CO';

COLegislators[3] = "Sen. Abel Tapia CO-003";
legislatorsHash['Sen. Abel Tapia CO-003'] = 20390;
legislatorIdToState[20390] = 'CO';

COLegislators[4] = "Sen. Mark Scheffel CO-004";
legislatorsHash['Sen. Mark Scheffel CO-004'] = 127275;
legislatorIdToState[127275] = 'CO';

COLegislators[5] = "Sen. Gail Schwartz CO-005";
legislatorsHash['Sen. Gail Schwartz CO-005'] = 20917;
legislatorIdToState[20917] = 'CO';

COLegislators[6] = "Sen. Jim Isgar CO-006";
legislatorsHash['Sen. Jim Isgar CO-006'] = 18989;
legislatorIdToState[18989] = 'CO';

COLegislators[7] = "Sen. Josh Penry CO-007";
legislatorsHash['Sen. Josh Penry CO-007'] = 23168;
legislatorIdToState[23168] = 'CO';

COLegislators[8] = "Sen. Al White CO-008";
legislatorsHash['Sen. Al White CO-008'] = 130147;
legislatorIdToState[130147] = 'CO';

COLegislators[9] = "Sen. Dave Schultheis CO-009";
legislatorsHash['Sen. Dave Schultheis CO-009'] = 23169;
legislatorIdToState[23169] = 'CO';

COLegislators[10] = "Sen. Bill Cadman CO-010";
legislatorsHash['Sen. Bill Cadman CO-010'] = 21629;
legislatorIdToState[21629] = 'CO';

COLegislators[11] = "Sen. John Morse CO-011";
legislatorsHash['Sen. John Morse CO-011'] = 20312;
legislatorIdToState[20312] = 'CO';

COLegislators[12] = "Sen. Keith King CO-012";
legislatorsHash['Sen. Keith King CO-012'] = 130149;
legislatorIdToState[130149] = 'CO';

COLegislators[13] = "Sen. Scott Renfroe CO-013";
legislatorsHash['Sen. Scott Renfroe CO-013'] = 23171;
legislatorIdToState[23171] = 'CO';

COLegislators[14] = "Sen. Bob Bacon CO-014";
legislatorsHash['Sen. Bob Bacon CO-014'] = 23170;
legislatorIdToState[23170] = 'CO';

COLegislators[15] = "Sen. Kevin Lundberg CO-015";
legislatorsHash['Sen. Kevin Lundberg CO-015'] = 132684;
legislatorIdToState[132684] = 'CO';

COLegislators[16] = "Sen. Dan Gibbs CO-016";
legislatorsHash['Sen. Dan Gibbs CO-016'] = 18142;
legislatorIdToState[18142] = 'CO';

COLegislators[17] = "Sen. Brandon Shaffer CO-017";
legislatorsHash['Sen. Brandon Shaffer CO-017'] = 23172;
legislatorIdToState[23172] = 'CO';

COLegislators[18] = "Sen. Rollie Heath CO-018";
legislatorsHash['Sen. Rollie Heath CO-018'] = 130151;
legislatorIdToState[130151] = 'CO';

COLegislators[19] = "Sen. Evie Hudak CO-019";
legislatorsHash['Sen. Evie Hudak CO-019'] = 130152;
legislatorIdToState[130152] = 'CO';

COLegislators[20] = "Sen. Moe Keller CO-020";
legislatorsHash['Sen. Moe Keller CO-020'] = 20389;
legislatorIdToState[20389] = 'CO';

COLegislators[21] = "Sen. Betty Boyd CO-021";
legislatorsHash['Sen. Betty Boyd CO-021'] = 21633;
legislatorIdToState[21633] = 'CO';

COLegislators[22] = "Sen. Mike Kopp CO-022";
legislatorsHash['Sen. Mike Kopp CO-022'] = 23173;
legislatorIdToState[23173] = 'CO';

COLegislators[23] = "Sen. Shawn Mitchell CO-023";
legislatorsHash['Sen. Shawn Mitchell CO-023'] = 23174;
legislatorIdToState[23174] = 'CO';

COLegislators[24] = "Sen. Lois Tochtrop CO-024";
legislatorsHash['Sen. Lois Tochtrop CO-024'] = 23175;
legislatorIdToState[23175] = 'CO';

COLegislators[25] = "Sen. Mary Hodge CO-025";
legislatorsHash['Sen. Mary Hodge CO-025'] = 130154;
legislatorIdToState[130154] = 'CO';

COLegislators[26] = "Sen. Linda Newell CO-026";
legislatorsHash['Sen. Linda Newell CO-026'] = 130155;
legislatorIdToState[130155] = 'CO';

COLegislators[27] = "Sen. Nancy Spence CO-027";
legislatorsHash['Sen. Nancy Spence CO-027'] = 17979;
legislatorIdToState[17979] = 'CO';

COLegislators[28] = "Sen. Suzanne Williams CO-028";
legislatorsHash['Sen. Suzanne Williams CO-028'] = 21636;
legislatorIdToState[21636] = 'CO';

COLegislators[29] = "Sen. Morgan Carroll CO-029";
legislatorsHash['Sen. Morgan Carroll CO-029'] = 130157;
legislatorIdToState[130157] = 'CO';

COLegislators[30] = "Sen. Ted Harvey CO-030";
legislatorsHash['Sen. Ted Harvey CO-030'] = 23176;
legislatorIdToState[23176] = 'CO';

COLegislators[31] = "Sen. Jennifer Veiga CO-031";
legislatorsHash['Sen. Jennifer Veiga CO-031'] = 18553;
legislatorIdToState[18553] = 'CO';

COLegislators[32] = "Sen. Chris Romer CO-032";
legislatorsHash['Sen. Chris Romer CO-032'] = 18990;
legislatorIdToState[18990] = 'CO';

COLegislators[33] = "Sen. Peter Groff CO-033";
legislatorsHash['Sen. Peter Groff CO-033'] = 18840;
legislatorIdToState[18840] = 'CO';

COLegislators[34] = "Sen. Paula Sandoval CO-034";
legislatorsHash['Sen. Paula Sandoval CO-034'] = 20313;
legislatorIdToState[20313] = 'CO';

COLegislators[35] = "Sen. Joyce Foster CO-035";
legislatorsHash['Sen. Joyce Foster CO-035'] = 130159;
legislatorIdToState[130159] = 'CO';

COLegislators[36] = "Rep. Jeanne Labuda CO-001";
legislatorsHash['Rep. Jeanne Labuda CO-001'] = 23177;
legislatorIdToState[23177] = 'CO';

COLegislators[37] = "Rep. Mark Ferrandino CO-002";
legislatorsHash['Rep. Mark Ferrandino CO-002'] = 18838;
legislatorIdToState[18838] = 'CO';

COLegislators[38] = "Rep. Anne McGihon CO-003";
legislatorsHash['Rep. Anne McGihon CO-003'] = 18904;
legislatorIdToState[18904] = 'CO';

COLegislators[39] = "Rep. Jerry Frangas CO-004";
legislatorsHash['Rep. Jerry Frangas CO-004'] = 20282;
legislatorIdToState[20282] = 'CO';

COLegislators[40] = "Rep. Joel Judd CO-005";
legislatorsHash['Rep. Joel Judd CO-005'] = 20274;
legislatorIdToState[20274] = 'CO';

COLegislators[41] = "Rep. Lois Court CO-006";
legislatorsHash['Rep. Lois Court CO-006'] = 132693;
legislatorIdToState[132693] = 'CO';

COLegislators[42] = "Rep. Terrance Carroll CO-007";
legislatorsHash['Rep. Terrance Carroll CO-007'] = 18839;
legislatorIdToState[18839] = 'CO';

COLegislators[43] = "Rep. Beth McCann CO-008";
legislatorsHash['Rep. Beth McCann CO-008'] = 130089;
legislatorIdToState[130089] = 'CO';

COLegislators[44] = "Rep. Joe Miklosi CO-009";
legislatorsHash['Rep. Joe Miklosi CO-009'] = 132692;
legislatorIdToState[132692] = 'CO';

COLegislators[45] = "Rep. Dickey Hullinghorst CO-010";
legislatorsHash['Rep. Dickey Hullinghorst CO-010'] = 132691;
legislatorIdToState[132691] = 'CO';

COLegislators[46] = "Rep. Jack Pommer CO-011";
legislatorsHash['Rep. Jack Pommer CO-011'] = 19093;
legislatorIdToState[19093] = 'CO';

COLegislators[47] = "Rep. Paul Weissmann CO-012";
legislatorsHash['Rep. Paul Weissmann CO-012'] = 20310;
legislatorIdToState[20310] = 'CO';

COLegislators[48] = "Rep. Claire Levy CO-013";
legislatorsHash['Rep. Claire Levy CO-013'] = 23178;
legislatorIdToState[23178] = 'CO';

COLegislators[49] = "Rep. Kent Lambert CO-014";
legislatorsHash['Rep. Kent Lambert CO-014'] = 20385;
legislatorIdToState[20385] = 'CO';

COLegislators[50] = "Rep. Mark Waller CO-015";
legislatorsHash['Rep. Mark Waller CO-015'] = 130093;
legislatorIdToState[130093] = 'CO';

COLegislators[51] = "Rep. Larry Liston CO-016";
legislatorsHash['Rep. Larry Liston CO-016'] = 23179;
legislatorIdToState[23179] = 'CO';

COLegislators[52] = "Rep. Dennis Apuan CO-017";
legislatorsHash['Rep. Dennis Apuan CO-017'] = 130094;
legislatorIdToState[130094] = 'CO';

COLegislators[53] = "Rep. Mike Merrifield CO-018";
legislatorsHash['Rep. Mike Merrifield CO-018'] = 20276;
legislatorIdToState[20276] = 'CO';

COLegislators[54] = "Rep. Marsha Looper CO-019";
legislatorsHash['Rep. Marsha Looper CO-019'] = 23180;
legislatorIdToState[23180] = 'CO';

COLegislators[55] = "Rep. Amy Stephens CO-020";
legislatorsHash['Rep. Amy Stephens CO-020'] = 23181;
legislatorIdToState[23181] = 'CO';

COLegislators[56] = "Rep. Bob Gardner CO-021";
legislatorsHash['Rep. Bob Gardner CO-021'] = 23182;
legislatorIdToState[23182] = 'CO';

COLegislators[57] = "Rep. Ken Summers CO-022";
legislatorsHash['Rep. Ken Summers CO-022'] = 132688;
legislatorIdToState[132688] = 'CO';

COLegislators[58] = "Rep. Gwyn Green CO-023";
legislatorsHash['Rep. Gwyn Green CO-023'] = 20275;
legislatorIdToState[20275] = 'CO';

COLegislators[59] = "Rep. Sue Schafer CO-024";
legislatorsHash['Rep. Sue Schafer CO-024'] = 130097;
legislatorIdToState[130097] = 'CO';

COLegislators[60] = "Rep. Cheri Gerou CO-025";
legislatorsHash['Rep. Cheri Gerou CO-025'] = 127331;
legislatorIdToState[127331] = 'CO';

COLegislators[61] = "Rep. Andrew Kerr CO-026";
legislatorsHash['Rep. Andrew Kerr CO-026'] = 21981;
legislatorIdToState[21981] = 'CO';

COLegislators[62] = "Rep. Sara Gagliardi CO-027";
legislatorsHash['Rep. Sara Gagliardi CO-027'] = 21982;
legislatorIdToState[21982] = 'CO';

COLegislators[63] = "Rep. Jim Kerr CO-028";
legislatorsHash['Rep. Jim Kerr CO-028'] = 23184;
legislatorIdToState[23184] = 'CO';

COLegislators[64] = "Rep. Debbie Benefield CO-029";
legislatorsHash['Rep. Debbie Benefield CO-029'] = 20283;
legislatorIdToState[20283] = 'CO';

COLegislators[65] = "Rep. Kevin Priola CO-030";
legislatorsHash['Rep. Kevin Priola CO-030'] = 132687;
legislatorIdToState[132687] = 'CO';

COLegislators[66] = "Rep. Judy Solano CO-031";
legislatorsHash['Rep. Judy Solano CO-031'] = 21983;
legislatorIdToState[21983] = 'CO';

COLegislators[67] = "Rep. Edward Casso CO-032";
legislatorsHash['Rep. Edward Casso CO-032'] = 17980;
legislatorIdToState[17980] = 'CO';

COLegislators[68] = "Rep. Dianne Primavera CO-033";
legislatorsHash['Rep. Dianne Primavera CO-033'] = 23192;
legislatorIdToState[23192] = 'CO';

COLegislators[69] = "Rep. John Soper CO-034";
legislatorsHash['Rep. John Soper CO-034'] = 23193;
legislatorIdToState[23193] = 'CO';

COLegislators[70] = "Rep. Cherylin Peniston CO-035";
legislatorsHash['Rep. Cherylin Peniston CO-035'] = 23194;
legislatorIdToState[23194] = 'CO';

COLegislators[71] = "Rep. Su Ryden CO-036";
legislatorsHash['Rep. Su Ryden CO-036'] = 132686;
legislatorIdToState[132686] = 'CO';

COLegislators[72] = "Rep. Spencer Swalm CO-037";
legislatorsHash['Rep. Spencer Swalm CO-037'] = 23195;
legislatorIdToState[23195] = 'CO';

COLegislators[73] = "Rep. Joe Rice CO-038";
legislatorsHash['Rep. Joe Rice CO-038'] = 23196;
legislatorIdToState[23196] = 'CO';

COLegislators[74] = "Rep. David Balmer CO-039";
legislatorsHash['Rep. David Balmer CO-039'] = 23197;
legislatorIdToState[23197] = 'CO';

COLegislators[75] = "Rep. Cindy Acree CO-040";
legislatorsHash['Rep. Cindy Acree CO-040'] = 131316;
legislatorIdToState[131316] = 'CO';

COLegislators[76] = "Rep. Nancy Todd CO-041";
legislatorsHash['Rep. Nancy Todd CO-041'] = 23198;
legislatorIdToState[23198] = 'CO';

COLegislators[77] = "Rep. Karen Middleton CO-042";
legislatorsHash['Rep. Karen Middleton CO-042'] = 26206;
legislatorIdToState[26206] = 'CO';

COLegislators[78] = "Rep. Frank McNulty CO-043";
legislatorsHash['Rep. Frank McNulty CO-043'] = 20316;
legislatorIdToState[20316] = 'CO';

COLegislators[79] = "Rep. Mike May CO-044";
legislatorsHash['Rep. Mike May CO-044'] = 18324;
legislatorIdToState[18324] = 'CO';

COLegislators[80] = "Rep. Carole Murray CO-045";
legislatorsHash['Rep. Carole Murray CO-045'] = 132672;
legislatorIdToState[132672] = 'CO';

COLegislators[81] = "Rep. Sal Pace CO-046";
legislatorsHash['Rep. Sal Pace CO-046'] = 134547;
legislatorIdToState[134547] = 'CO';

COLegislators[82] = "Rep. Buffie McFadyen CO-047";
legislatorsHash['Rep. Buffie McFadyen CO-047'] = 20280;
legislatorIdToState[20280] = 'CO';

COLegislators[83] = "Rep. Glenn Vaad CO-048";
legislatorsHash['Rep. Glenn Vaad CO-048'] = 20311;
legislatorIdToState[20311] = 'CO';

COLegislators[84] = "Rep. B.J. Nikkel CO-049";
legislatorsHash['Rep. B.J. Nikkel CO-049'] = 132670;
legislatorIdToState[132670] = 'CO';

COLegislators[85] = "Rep. Jim Riesberg CO-050";
legislatorsHash['Rep. Jim Riesberg CO-050'] = 23199;
legislatorIdToState[23199] = 'CO';

COLegislators[86] = "Rep. Don Marostica CO-051";
legislatorsHash['Rep. Don Marostica CO-051'] = 18905;
legislatorIdToState[18905] = 'CO';

COLegislators[87] = "Rep. John Kefalas CO-052";
legislatorsHash['Rep. John Kefalas CO-052'] = 20278;
legislatorIdToState[20278] = 'CO';

COLegislators[88] = "Rep. Randy Fischer CO-053";
legislatorsHash['Rep. Randy Fischer CO-053'] = 20273;
legislatorIdToState[20273] = 'CO';

COLegislators[89] = "Rep. Steve King CO-054";
legislatorsHash['Rep. Steve King CO-054'] = 17981;
legislatorIdToState[17981] = 'CO';

COLegislators[90] = "Rep. Laura Bradford CO-055";
legislatorsHash['Rep. Laura Bradford CO-055'] = 127361;
legislatorIdToState[127361] = 'CO';

COLegislators[91] = "Rep. Christine Scanlan CO-056";
legislatorsHash['Rep. Christine Scanlan CO-056'] = 23285;
legislatorIdToState[23285] = 'CO';

COLegislators[92] = "Rep. Randy Baumgardner CO-057";
legislatorsHash['Rep. Randy Baumgardner CO-057'] = 130105;
legislatorIdToState[130105] = 'CO';

COLegislators[93] = "Rep. Scott Tipton CO-058";
legislatorsHash['Rep. Scott Tipton CO-058'] = 132662;
legislatorIdToState[132662] = 'CO';

COLegislators[94] = "Rep. Ellen Roberts CO-059";
legislatorsHash['Rep. Ellen Roberts CO-059'] = 23284;
legislatorIdToState[23284] = 'CO';

COLegislators[95] = "Rep. Tom Massey CO-060";
legislatorsHash['Rep. Tom Massey CO-060'] = 20309;
legislatorIdToState[20309] = 'CO';

COLegislators[96] = "Rep. Kathleen Curry CO-061";
legislatorsHash['Rep. Kathleen Curry CO-061'] = 21986;
legislatorIdToState[21986] = 'CO';

COLegislators[97] = "Rep. Edward Vigil CO-062";
legislatorsHash['Rep. Edward Vigil CO-062'] = 132676;
legislatorIdToState[132676] = 'CO';

COLegislators[98] = "Rep. Cory Gardner CO-063";
legislatorsHash['Rep. Cory Gardner CO-063'] = 18323;
legislatorIdToState[18323] = 'CO';

COLegislators[99] = "Rep. Wes McKinley CO-064";
legislatorsHash['Rep. Wes McKinley CO-064'] = 20277;
legislatorIdToState[20277] = 'CO';

COLegislators[100] = "Rep. Jerry Sonnenberg CO-065";
legislatorsHash['Rep. Jerry Sonnenberg CO-065'] = 23286;
legislatorIdToState[23286] = 'CO';

function writeCOLegislatorHTML() {
	$('COLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26092\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26092); return false;\">[X]<\/a>&nbsp; Gov. Bill Ritter CO<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26092\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26092\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20377\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20377); return false;\">[X]<\/a>&nbsp; Sen. Greg Brophy CO-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20377\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20377\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20314\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20314); return false;\">[X]<\/a>&nbsp; Sen. Ken Kester CO-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20314\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20314\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20390\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20390); return false;\">[X]<\/a>&nbsp; Sen. Abel Tapia CO-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20390\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20390\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127275\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127275); return false;\">[X]<\/a>&nbsp; Sen. Mark Scheffel CO-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127275\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127275\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20917\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20917); return false;\">[X]<\/a>&nbsp; Sen. Gail Schwartz CO-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20917\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20917\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18989\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18989); return false;\">[X]<\/a>&nbsp; Sen. Jim Isgar CO-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18989\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18989\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23168\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23168); return false;\">[X]<\/a>&nbsp; Sen. Josh Penry CO-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23168\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23168\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130147\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130147); return false;\">[X]<\/a>&nbsp; Sen. Al White CO-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130147\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130147\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23169\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23169); return false;\">[X]<\/a>&nbsp; Sen. Dave Schultheis CO-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23169\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23169\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21629\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21629); return false;\">[X]<\/a>&nbsp; Sen. Bill Cadman CO-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21629\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21629\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20312\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20312); return false;\">[X]<\/a>&nbsp; Sen. John Morse CO-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20312\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20312\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130149\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130149); return false;\">[X]<\/a>&nbsp; Sen. Keith King CO-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130149\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130149\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23171\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23171); return false;\">[X]<\/a>&nbsp; Sen. Scott Renfroe CO-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23171\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23171\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23170\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23170); return false;\">[X]<\/a>&nbsp; Sen. Bob Bacon CO-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23170\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23170\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132684\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132684); return false;\">[X]<\/a>&nbsp; Sen. Kevin Lundberg CO-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132684\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132684\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18142\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18142); return false;\">[X]<\/a>&nbsp; Sen. Dan Gibbs CO-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18142\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18142\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23172\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23172); return false;\">[X]<\/a>&nbsp; Sen. Brandon Shaffer CO-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23172\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23172\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130151\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130151); return false;\">[X]<\/a>&nbsp; Sen. Rollie Heath CO-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130151\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130151\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130152\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130152); return false;\">[X]<\/a>&nbsp; Sen. Evie Hudak CO-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130152\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130152\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20389\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20389); return false;\">[X]<\/a>&nbsp; Sen. Moe Keller CO-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20389\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20389\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21633\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21633); return false;\">[X]<\/a>&nbsp; Sen. Betty Boyd CO-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21633\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21633\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23173\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23173); return false;\">[X]<\/a>&nbsp; Sen. Mike Kopp CO-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23173\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23173\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23174\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23174); return false;\">[X]<\/a>&nbsp; Sen. Shawn Mitchell CO-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23174\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23174\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23175\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23175); return false;\">[X]<\/a>&nbsp; Sen. Lois Tochtrop CO-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23175\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23175\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130154\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130154); return false;\">[X]<\/a>&nbsp; Sen. Mary Hodge CO-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130154\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130154\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130155\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130155); return false;\">[X]<\/a>&nbsp; Sen. Linda Newell CO-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130155\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130155\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17979\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17979); return false;\">[X]<\/a>&nbsp; Sen. Nancy Spence CO-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17979\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17979\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21636\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21636); return false;\">[X]<\/a>&nbsp; Sen. Suzanne Williams CO-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21636\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21636\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130157\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130157); return false;\">[X]<\/a>&nbsp; Sen. Morgan Carroll CO-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130157\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130157\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23176\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23176); return false;\">[X]<\/a>&nbsp; Sen. Ted Harvey CO-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23176\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23176\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18553\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18553); return false;\">[X]<\/a>&nbsp; Sen. Jennifer Veiga CO-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18553\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18553\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18990\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18990); return false;\">[X]<\/a>&nbsp; Sen. Chris Romer CO-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18990\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18990\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18840\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18840); return false;\">[X]<\/a>&nbsp; Sen. Peter Groff CO-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18840\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18840\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20313\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20313); return false;\">[X]<\/a>&nbsp; Sen. Paula Sandoval CO-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20313\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20313\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130159\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130159); return false;\">[X]<\/a>&nbsp; Sen. Joyce Foster CO-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130159\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130159\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23177\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23177); return false;\">[X]<\/a>&nbsp; Rep. Jeanne Labuda CO-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23177\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23177\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18838\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18838); return false;\">[X]<\/a>&nbsp; Rep. Mark Ferrandino CO-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18838\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18838\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18904\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18904); return false;\">[X]<\/a>&nbsp; Rep. Anne McGihon CO-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18904\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18904\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20282\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20282); return false;\">[X]<\/a>&nbsp; Rep. Jerry Frangas CO-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20282\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20282\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20274\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20274); return false;\">[X]<\/a>&nbsp; Rep. Joel Judd CO-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20274\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20274\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132693\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132693); return false;\">[X]<\/a>&nbsp; Rep. Lois Court CO-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132693\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132693\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18839\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18839); return false;\">[X]<\/a>&nbsp; Rep. Terrance Carroll CO-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18839\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18839\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130089\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130089); return false;\">[X]<\/a>&nbsp; Rep. Beth McCann CO-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130089\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130089\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132692\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132692); return false;\">[X]<\/a>&nbsp; Rep. Joe Miklosi CO-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132692\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132692\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132691\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132691); return false;\">[X]<\/a>&nbsp; Rep. Dickey Hullinghorst CO-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132691\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132691\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19093\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19093); return false;\">[X]<\/a>&nbsp; Rep. Jack Pommer CO-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19093\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19093\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20310\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20310); return false;\">[X]<\/a>&nbsp; Rep. Paul Weissmann CO-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20310\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20310\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23178\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23178); return false;\">[X]<\/a>&nbsp; Rep. Claire Levy CO-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23178\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23178\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20385\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20385); return false;\">[X]<\/a>&nbsp; Rep. Kent Lambert CO-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20385\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20385\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130093\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130093); return false;\">[X]<\/a>&nbsp; Rep. Mark Waller CO-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130093\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130093\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23179\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23179); return false;\">[X]<\/a>&nbsp; Rep. Larry Liston CO-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23179\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23179\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130094\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130094); return false;\">[X]<\/a>&nbsp; Rep. Dennis Apuan CO-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130094\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130094\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20276\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20276); return false;\">[X]<\/a>&nbsp; Rep. Mike Merrifield CO-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20276\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20276\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23180\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23180); return false;\">[X]<\/a>&nbsp; Rep. Marsha Looper CO-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23180\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23180\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23181\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23181); return false;\">[X]<\/a>&nbsp; Rep. Amy Stephens CO-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23181\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23181\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23182\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23182); return false;\">[X]<\/a>&nbsp; Rep. Bob Gardner CO-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23182\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23182\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132688\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132688); return false;\">[X]<\/a>&nbsp; Rep. Ken Summers CO-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132688\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132688\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20275\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20275); return false;\">[X]<\/a>&nbsp; Rep. Gwyn Green CO-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20275\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20275\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130097\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130097); return false;\">[X]<\/a>&nbsp; Rep. Sue Schafer CO-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130097\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130097\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127331\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127331); return false;\">[X]<\/a>&nbsp; Rep. Cheri Gerou CO-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127331\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127331\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21981\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21981); return false;\">[X]<\/a>&nbsp; Rep. Andrew Kerr CO-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21981\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21981\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21982\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21982); return false;\">[X]<\/a>&nbsp; Rep. Sara Gagliardi CO-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21982\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21982\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23184\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23184); return false;\">[X]<\/a>&nbsp; Rep. Jim Kerr CO-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23184\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23184\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20283\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20283); return false;\">[X]<\/a>&nbsp; Rep. Debbie Benefield CO-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20283\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20283\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132687\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132687); return false;\">[X]<\/a>&nbsp; Rep. Kevin Priola CO-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132687\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132687\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21983\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21983); return false;\">[X]<\/a>&nbsp; Rep. Judy Solano CO-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21983\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21983\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17980\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17980); return false;\">[X]<\/a>&nbsp; Rep. Edward Casso CO-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17980\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17980\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23192\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23192); return false;\">[X]<\/a>&nbsp; Rep. Dianne Primavera CO-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23192\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23192\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23193\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23193); return false;\">[X]<\/a>&nbsp; Rep. John Soper CO-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23193\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23193\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23194\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23194); return false;\">[X]<\/a>&nbsp; Rep. Cherylin Peniston CO-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23194\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23194\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132686\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132686); return false;\">[X]<\/a>&nbsp; Rep. Su Ryden CO-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132686\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132686\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23195\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23195); return false;\">[X]<\/a>&nbsp; Rep. Spencer Swalm CO-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23195\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23195\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23196\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23196); return false;\">[X]<\/a>&nbsp; Rep. Joe Rice CO-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23196\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23196\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23197\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23197); return false;\">[X]<\/a>&nbsp; Rep. David Balmer CO-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23197\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23197\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131316); return false;\">[X]<\/a>&nbsp; Rep. Cindy Acree CO-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23198\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23198); return false;\">[X]<\/a>&nbsp; Rep. Nancy Todd CO-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23198\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23198\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection26206\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26206); return false;\">[X]<\/a>&nbsp; Rep. Karen Middleton CO-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26206\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26206\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20316); return false;\">[X]<\/a>&nbsp; Rep. Frank McNulty CO-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18324\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18324); return false;\">[X]<\/a>&nbsp; Rep. Mike May CO-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18324\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18324\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132672\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132672); return false;\">[X]<\/a>&nbsp; Rep. Carole Murray CO-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132672\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132672\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134547\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134547); return false;\">[X]<\/a>&nbsp; Rep. Sal Pace CO-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134547\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134547\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20280\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20280); return false;\">[X]<\/a>&nbsp; Rep. Buffie McFadyen CO-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20280\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20280\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20311\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20311); return false;\">[X]<\/a>&nbsp; Rep. Glenn Vaad CO-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20311\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20311\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132670\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132670); return false;\">[X]<\/a>&nbsp; Rep. B.J. Nikkel CO-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132670\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132670\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23199\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23199); return false;\">[X]<\/a>&nbsp; Rep. Jim Riesberg CO-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23199\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23199\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18905\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18905); return false;\">[X]<\/a>&nbsp; Rep. Don Marostica CO-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18905\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18905\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20278\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20278); return false;\">[X]<\/a>&nbsp; Rep. John Kefalas CO-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20278\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20278\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20273\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20273); return false;\">[X]<\/a>&nbsp; Rep. Randy Fischer CO-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20273\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20273\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17981\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17981); return false;\">[X]<\/a>&nbsp; Rep. Steve King CO-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17981\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17981\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127361\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127361); return false;\">[X]<\/a>&nbsp; Rep. Laura Bradford CO-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127361\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127361\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23285\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23285); return false;\">[X]<\/a>&nbsp; Rep. Christine Scanlan CO-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23285\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23285\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130105\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130105); return false;\">[X]<\/a>&nbsp; Rep. Randy Baumgardner CO-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130105\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130105\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132662); return false;\">[X]<\/a>&nbsp; Rep. Scott Tipton CO-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23284\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23284); return false;\">[X]<\/a>&nbsp; Rep. Ellen Roberts CO-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23284\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23284\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20309\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20309); return false;\">[X]<\/a>&nbsp; Rep. Tom Massey CO-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20309\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20309\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21986\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21986); return false;\">[X]<\/a>&nbsp; Rep. Kathleen Curry CO-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21986\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21986\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132676\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132676); return false;\">[X]<\/a>&nbsp; Rep. Edward Vigil CO-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132676\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132676\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18323\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18323); return false;\">[X]<\/a>&nbsp; Rep. Cory Gardner CO-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18323\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18323\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20277\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20277); return false;\">[X]<\/a>&nbsp; Rep. Wes McKinley CO-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20277\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20277\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23286\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23286); return false;\">[X]<\/a>&nbsp; Rep. Jerry Sonnenberg CO-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23286\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23286\" /><\/span>';
}

var CTLegislators = new Array();

CTLegislators[0] = "Gov. Jodi Rell CT";
legislatorsHash['Gov. Jodi Rell CT'] = 25756;
legislatorIdToState[25756] = 'CT';

CTLegislators[1] = "Sen. John Fonfara CT-001";
legislatorsHash['Sen. John Fonfara CT-001'] = 23287;
legislatorIdToState[23287] = 'CT';

CTLegislators[2] = "Sen. Eric Coleman CT-002";
legislatorsHash['Sen. Eric Coleman CT-002'] = 23288;
legislatorIdToState[23288] = 'CT';

CTLegislators[3] = "Sen. Gary LeBeau CT-003";
legislatorsHash['Sen. Gary LeBeau CT-003'] = 23289;
legislatorIdToState[23289] = 'CT';

CTLegislators[4] = "Sen. Mary Handley CT-004";
legislatorsHash['Sen. Mary Handley CT-004'] = 23290;
legislatorIdToState[23290] = 'CT';

CTLegislators[5] = "Sen. Jonathan Harris CT-005";
legislatorsHash['Sen. Jonathan Harris CT-005'] = 18731;
legislatorIdToState[18731] = 'CT';

CTLegislators[6] = "Sen. Donald DeFronzo CT-006";
legislatorsHash['Sen. Donald DeFronzo CT-006'] = 20008;
legislatorIdToState[20008] = 'CT';

CTLegislators[7] = "Sen. John Kissel CT-007";
legislatorsHash['Sen. John Kissel CT-007'] = 19278;
legislatorIdToState[19278] = 'CT';

CTLegislators[8] = "Sen. Kevin Witkos CT-008";
legislatorsHash['Sen. Kevin Witkos CT-008'] = 127378;
legislatorIdToState[127378] = 'CT';

CTLegislators[9] = "Sen. Paul Doyle CT-009";
legislatorsHash['Sen. Paul Doyle CT-009'] = 17982;
legislatorIdToState[17982] = 'CT';

CTLegislators[10] = "Sen. Toni Harp CT-010";
legislatorsHash['Sen. Toni Harp CT-010'] = 22954;
legislatorIdToState[22954] = 'CT';

CTLegislators[11] = "Sen. Martin Looney CT-011";
legislatorsHash['Sen. Martin Looney CT-011'] = 22955;
legislatorIdToState[22955] = 'CT';

CTLegislators[12] = "Sen. Ed Meyer CT-012";
legislatorsHash['Sen. Ed Meyer CT-012'] = 20007;
legislatorIdToState[20007] = 'CT';

CTLegislators[13] = "Sen. Tom Gaffey CT-013";
legislatorsHash['Sen. Tom Gaffey CT-013'] = 22956;
legislatorIdToState[22956] = 'CT';

CTLegislators[14] = "Sen. Gayle Slossberg CT-014";
legislatorsHash['Sen. Gayle Slossberg CT-014'] = 22957;
legislatorIdToState[22957] = 'CT';

CTLegislators[15] = "Sen. Joan Hartley CT-015";
legislatorsHash['Sen. Joan Hartley CT-015'] = 18230;
legislatorIdToState[18230] = 'CT';

CTLegislators[16] = "Sen. Sam Caligiuri CT-016";
legislatorsHash['Sen. Sam Caligiuri CT-016'] = 20011;
legislatorIdToState[20011] = 'CT';

CTLegislators[17] = "Sen. Joseph Crisco CT-017";
legislatorsHash['Sen. Joseph Crisco CT-017'] = 22958;
legislatorIdToState[22958] = 'CT';

CTLegislators[18] = "Sen. Andrew Maynard CT-018";
legislatorsHash['Sen. Andrew Maynard CT-018'] = 22959;
legislatorIdToState[22959] = 'CT';

CTLegislators[19] = "Sen. Edith Prague CT-019";
legislatorsHash['Sen. Edith Prague CT-019'] = 22960;
legislatorIdToState[22960] = 'CT';

CTLegislators[20] = "Sen. Andrea Stillman CT-020";
legislatorsHash['Sen. Andrea Stillman CT-020'] = 22961;
legislatorIdToState[22961] = 'CT';

CTLegislators[21] = "Sen. Dan Debicella CT-021";
legislatorsHash['Sen. Dan Debicella CT-021'] = 22962;
legislatorIdToState[22962] = 'CT';

CTLegislators[22] = "Sen. Anthony Musto CT-022";
legislatorsHash['Sen. Anthony Musto CT-022'] = 131090;
legislatorIdToState[131090] = 'CT';

CTLegislators[23] = "Sen. Ed Gomes CT-023";
legislatorsHash['Sen. Ed Gomes CT-023'] = 18853;
legislatorIdToState[18853] = 'CT';

CTLegislators[24] = "Sen. Michael McLachlan CT-024";
legislatorsHash['Sen. Michael McLachlan CT-024'] = 127394;
legislatorIdToState[127394] = 'CT';

CTLegislators[25] = "Sen. Bob Duff CT-025";
legislatorsHash['Sen. Bob Duff CT-025'] = 22963;
legislatorIdToState[22963] = 'CT';

CTLegislators[26] = "Sen. Toni Boucher CT-026";
legislatorsHash['Sen. Toni Boucher CT-026'] = 127396;
legislatorIdToState[127396] = 'CT';

CTLegislators[27] = "Sen. Andrew McDonald CT-027";
legislatorsHash['Sen. Andrew McDonald CT-027'] = 20009;
legislatorIdToState[20009] = 'CT';

CTLegislators[28] = "Sen. John McKinney CT-028";
legislatorsHash['Sen. John McKinney CT-028'] = 22945;
legislatorIdToState[22945] = 'CT';

CTLegislators[29] = "Sen. Donald Williams CT-029";
legislatorsHash['Sen. Donald Williams CT-029'] = 127398;
legislatorIdToState[127398] = 'CT';

CTLegislators[30] = "Sen. Andrew Roraback CT-030";
legislatorsHash['Sen. Andrew Roraback CT-030'] = 21022;
legislatorIdToState[21022] = 'CT';

CTLegislators[31] = "Sen. Thomas Colapietro CT-031";
legislatorsHash['Sen. Thomas Colapietro CT-031'] = 22966;
legislatorIdToState[22966] = 'CT';

CTLegislators[32] = "Sen. Rob Kane CT-032";
legislatorsHash['Sen. Rob Kane CT-032'] = 22967;
legislatorIdToState[22967] = 'CT';

CTLegislators[33] = "Sen. Eileen Daily CT-033";
legislatorsHash['Sen. Eileen Daily CT-033'] = 22968;
legislatorIdToState[22968] = 'CT';

CTLegislators[34] = "Sen. Len Fasano CT-034";
legislatorsHash['Sen. Len Fasano CT-034'] = 20010;
legislatorIdToState[20010] = 'CT';

CTLegislators[35] = "Sen. Tony Guglielmo CT-035";
legislatorsHash['Sen. Tony Guglielmo CT-035'] = 22969;
legislatorIdToState[22969] = 'CT';

CTLegislators[36] = "Sen. L. Scott Frantz CT-036";
legislatorsHash['Sen. L. Scott Frantz CT-036'] = 127405;
legislatorIdToState[127405] = 'CT';

CTLegislators[37] = "Rep. Kenneth Green CT-001";
legislatorsHash['Rep. Kenneth Green CT-001'] = 22971;
legislatorIdToState[22971] = 'CT';

CTLegislators[38] = "Rep. Jason Bartlett CT-002";
legislatorsHash['Rep. Jason Bartlett CT-002'] = 18347;
legislatorIdToState[18347] = 'CT';

CTLegislators[39] = "Rep. Minnie Gonzalez CT-003";
legislatorsHash['Rep. Minnie Gonzalez CT-003'] = 17984;
legislatorIdToState[17984] = 'CT';

CTLegislators[40] = "Rep. Kelvin Roldan CT-004";
legislatorsHash['Rep. Kelvin Roldan CT-004'] = 22972;
legislatorIdToState[22972] = 'CT';

CTLegislators[41] = "Rep. Marie Kirkley-Bey CT-005";
legislatorsHash['Rep. Marie Kirkley-Bey CT-005'] = 22973;
legislatorIdToState[22973] = 'CT';

CTLegislators[42] = "Rep. Hector Robles CT-006";
legislatorsHash['Rep. Hector Robles CT-006'] = 127411;
legislatorIdToState[127411] = 'CT';

CTLegislators[43] = "Rep. Douglas McCrory CT-007";
legislatorsHash['Rep. Douglas McCrory CT-007'] = 22975;
legislatorIdToState[22975] = 'CT';

CTLegislators[44] = "Rep. Joan Lewis CT-008";
legislatorsHash['Rep. Joan Lewis CT-008'] = 19975;
legislatorIdToState[19975] = 'CT';

CTLegislators[45] = "Rep. Jason Rojas CT-009";
legislatorsHash['Rep. Jason Rojas CT-009'] = 127414;
legislatorIdToState[127414] = 'CT';

CTLegislators[46] = "Rep. Henry Genga CT-010";
legislatorsHash['Rep. Henry Genga CT-010'] = 22977;
legislatorIdToState[22977] = 'CT';

CTLegislators[47] = "Rep. Timothy Larson CT-011";
legislatorsHash['Rep. Timothy Larson CT-011'] = 127416;
legislatorIdToState[127416] = 'CT';

CTLegislators[48] = "Rep. Ryan Barry CT-012";
legislatorsHash['Rep. Ryan Barry CT-012'] = 19964;
legislatorIdToState[19964] = 'CT';

CTLegislators[49] = "Rep. Jack Thompson CT-013";
legislatorsHash['Rep. Jack Thompson CT-013'] = 22979;
legislatorIdToState[22979] = 'CT';

CTLegislators[50] = "Rep. Bill Aman CT-014";
legislatorsHash['Rep. Bill Aman CT-014'] = 22980;
legislatorIdToState[22980] = 'CT';

CTLegislators[51] = "Rep. David Baram CT-015";
legislatorsHash['Rep. David Baram CT-015'] = 136801;
legislatorIdToState[136801] = 'CT';

CTLegislators[52] = "Rep. Linda Schofield CT-016";
legislatorsHash['Rep. Linda Schofield CT-016'] = 17985;
legislatorIdToState[17985] = 'CT';

CTLegislators[53] = "Rep. Timothy LeGeyt CT-017";
legislatorsHash['Rep. Timothy LeGeyt CT-017'] = 133138;
legislatorIdToState[133138] = 'CT';

CTLegislators[54] = "Rep. Andy Fleischmann CT-018";
legislatorsHash['Rep. Andy Fleischmann CT-018'] = 22981;
legislatorIdToState[22981] = 'CT';

CTLegislators[55] = "Rep. Beth Bye CT-019";
legislatorsHash['Rep. Beth Bye CT-019'] = 22982;
legislatorIdToState[22982] = 'CT';

CTLegislators[56] = "Rep. David McCluskey CT-020";
legislatorsHash['Rep. David McCluskey CT-020'] = 22983;
legislatorIdToState[22983] = 'CT';

CTLegislators[57] = "Rep. Demetrios Giannaros CT-021";
legislatorsHash['Rep. Demetrios Giannaros CT-021'] = 22984;
legislatorIdToState[22984] = 'CT';

CTLegislators[58] = "Rep. Betty Boukus CT-022";
legislatorsHash['Rep. Betty Boukus CT-022'] = 22985;
legislatorIdToState[22985] = 'CT';

CTLegislators[59] = "Rep. Marilyn Giuliano CT-023";
legislatorsHash['Rep. Marilyn Giuliano CT-023'] = 19978;
legislatorIdToState[19978] = 'CT';

CTLegislators[60] = "Rep. Tim O\'Brien CT-024";
legislatorsHash['Rep. Tim O\'Brien CT-024'] = 19995;
legislatorIdToState[19995] = 'CT';

CTLegislators[61] = "Rep. John Geragosian CT-025";
legislatorsHash['Rep. John Geragosian CT-025'] = 22986;
legislatorIdToState[22986] = 'CT';

CTLegislators[62] = "Rep. Peter Tercyak CT-026";
legislatorsHash['Rep. Peter Tercyak CT-026'] = 18646;
legislatorIdToState[18646] = 'CT';

CTLegislators[63] = "Rep. Sandy Nafis CT-027";
legislatorsHash['Rep. Sandy Nafis CT-027'] = 22987;
legislatorIdToState[22987] = 'CT';

CTLegislators[64] = "Rep. Russell Morin CT-028";
legislatorsHash['Rep. Russell Morin CT-028'] = 22988;
legislatorIdToState[22988] = 'CT';

CTLegislators[65] = "Rep. Tony Guerrera CT-029";
legislatorsHash['Rep. Tony Guerrera CT-029'] = 22989;
legislatorIdToState[22989] = 'CT';

CTLegislators[66] = "Rep. Joe Aresimowicz CT-030";
legislatorsHash['Rep. Joe Aresimowicz CT-030'] = 19967;
legislatorIdToState[19967] = 'CT';

CTLegislators[67] = "Rep. Thomas Kehoe CT-031";
legislatorsHash['Rep. Thomas Kehoe CT-031'] = 17986;
legislatorIdToState[17986] = 'CT';

CTLegislators[68] = "Rep. Jim O\'Rourke CT-032";
legislatorsHash['Rep. Jim O\'Rourke CT-032'] = 22990;
legislatorIdToState[22990] = 'CT';

CTLegislators[69] = "Rep. Joe Serra CT-033";
legislatorsHash['Rep. Joe Serra CT-033'] = 22991;
legislatorIdToState[22991] = 'CT';

CTLegislators[70] = "Rep. Gail Hamm CT-034";
legislatorsHash['Rep. Gail Hamm CT-034'] = 22992;
legislatorIdToState[22992] = 'CT';

CTLegislators[71] = "Rep. Brian O\'Connor CT-035";
legislatorsHash['Rep. Brian O\'Connor CT-035'] = 21524;
legislatorIdToState[21524] = 'CT';

CTLegislators[72] = "Rep. James Spallone CT-036";
legislatorsHash['Rep. James Spallone CT-036'] = 21525;
legislatorIdToState[21525] = 'CT';

CTLegislators[73] = "Rep. Ed Jutila CT-037";
legislatorsHash['Rep. Ed Jutila CT-037'] = 22993;
legislatorIdToState[22993] = 'CT';

CTLegislators[74] = "Rep. Betsy Ritter CT-038";
legislatorsHash['Rep. Betsy Ritter CT-038'] = 22994;
legislatorIdToState[22994] = 'CT';

CTLegislators[75] = "Rep. Ernest Hewett CT-039";
legislatorsHash['Rep. Ernest Hewett CT-039'] = 22995;
legislatorIdToState[22995] = 'CT';

CTLegislators[76] = "Rep. Ted Moukawsher CT-040";
legislatorsHash['Rep. Ted Moukawsher CT-040'] = 19969;
legislatorIdToState[19969] = 'CT';

CTLegislators[77] = "Rep. Elissa Wright CT-041";
legislatorsHash['Rep. Elissa Wright CT-041'] = 22996;
legislatorIdToState[22996] = 'CT';

CTLegislators[78] = "Rep. Tom Reynolds CT-042";
legislatorsHash['Rep. Tom Reynolds CT-042'] = 19987;
legislatorIdToState[19987] = 'CT';

CTLegislators[79] = "Rep. Diana Urban CT-043";
legislatorsHash['Rep. Diana Urban CT-043'] = 21526;
legislatorIdToState[21526] = 'CT';

CTLegislators[80] = "Rep. Mae Flexer CT-044";
legislatorsHash['Rep. Mae Flexer CT-044'] = 127449;
legislatorIdToState[127449] = 'CT';

CTLegislators[81] = "Rep. Steve Mikutel CT-045";
legislatorsHash['Rep. Steve Mikutel CT-045'] = 22998;
legislatorIdToState[22998] = 'CT';

CTLegislators[82] = "Rep. Melissa Olson CT-046";
legislatorsHash['Rep. Melissa Olson CT-046'] = 19991;
legislatorIdToState[19991] = 'CT';

CTLegislators[83] = "Rep. Christopher Coutu CT-047";
legislatorsHash['Rep. Christopher Coutu CT-047'] = 127452;
legislatorIdToState[127452] = 'CT';

CTLegislators[84] = "Rep. Linda Orange CT-048";
legislatorsHash['Rep. Linda Orange CT-048'] = 22999;
legislatorIdToState[22999] = 'CT';

CTLegislators[85] = "Rep. Susan Johnson CT-049";
legislatorsHash['Rep. Susan Johnson CT-049'] = 127454;
legislatorIdToState[127454] = 'CT';

CTLegislators[86] = "Rep. Mike Alberts CT-050";
legislatorsHash['Rep. Mike Alberts CT-050'] = 23001;
legislatorIdToState[23001] = 'CT';

CTLegislators[87] = "Rep. Shawn Johnston CT-051";
legislatorsHash['Rep. Shawn Johnston CT-051'] = 23002;
legislatorIdToState[23002] = 'CT';

CTLegislators[88] = "Rep. Penny Bacchiochi CT-052";
legislatorsHash['Rep. Penny Bacchiochi CT-052'] = 19989;
legislatorIdToState[19989] = 'CT';

CTLegislators[89] = "Rep. Bryan Hurlburt CT-053";
legislatorsHash['Rep. Bryan Hurlburt CT-053'] = 23003;
legislatorIdToState[23003] = 'CT';

CTLegislators[90] = "Rep. Denise Merrill CT-054";
legislatorsHash['Rep. Denise Merrill CT-054'] = 23004;
legislatorIdToState[23004] = 'CT';

CTLegislators[91] = "Rep. Pam Sawyer CT-055";
legislatorsHash['Rep. Pam Sawyer CT-055'] = 23005;
legislatorIdToState[23005] = 'CT';

CTLegislators[92] = "Rep. Claire Janowski CT-056";
legislatorsHash['Rep. Claire Janowski CT-056'] = 21527;
legislatorIdToState[21527] = 'CT';

CTLegislators[93] = "Rep. Ted Graziani CT-057";
legislatorsHash['Rep. Ted Graziani CT-057'] = 23006;
legislatorIdToState[23006] = 'CT';

CTLegislators[94] = "Rep. Kathy Tallarita CT-058";
legislatorsHash['Rep. Kathy Tallarita CT-058'] = 127463;
legislatorIdToState[127463] = 'CT';

CTLegislators[95] = "Rep. Karen Jarmoc CT-059";
legislatorsHash['Rep. Karen Jarmoc CT-059'] = 17988;
legislatorIdToState[17988] = 'CT';

CTLegislators[96] = "Rep. Peggy Sayers CT-060";
legislatorsHash['Rep. Peggy Sayers CT-060'] = 23008;
legislatorIdToState[23008] = 'CT';

CTLegislators[97] = "Rep. Matthew Conway CT-061";
legislatorsHash['Rep. Matthew Conway CT-061'] = 127466;
legislatorIdToState[127466] = 'CT';

CTLegislators[98] = "Rep. Annie Hornish CT-062";
legislatorsHash['Rep. Annie Hornish CT-062'] = 127467;
legislatorIdToState[127467] = 'CT';

CTLegislators[99] = "Rep. John Rigby CT-063";
legislatorsHash['Rep. John Rigby CT-063'] = 133123;
legislatorIdToState[133123] = 'CT';

CTLegislators[100] = "Rep. Roberta Willis CT-064";
legislatorsHash['Rep. Roberta Willis CT-064'] = 21528;
legislatorIdToState[21528] = 'CT';

CTLegislators[101] = "Rep. Michelle Cook CT-065";
legislatorsHash['Rep. Michelle Cook CT-065'] = 133111;
legislatorIdToState[133111] = 'CT';

CTLegislators[102] = "Rep. Craig Miner CT-066";
legislatorsHash['Rep. Craig Miner CT-066'] = 18158;
legislatorIdToState[18158] = 'CT';

CTLegislators[103] = "Rep. Clark Chapin CT-067";
legislatorsHash['Rep. Clark Chapin CT-067'] = 21529;
legislatorIdToState[21529] = 'CT';

CTLegislators[104] = "Rep. Sean Williams CT-068";
legislatorsHash['Rep. Sean Williams CT-068'] = 18899;
legislatorIdToState[18899] = 'CT';

CTLegislators[105] = "Rep. Arthur O\'Neill CT-069";
legislatorsHash['Rep. Arthur O\'Neill CT-069'] = 23011;
legislatorIdToState[23011] = 'CT';

CTLegislators[106] = "Rep. Rosa Rebimbas CT-070";
legislatorsHash['Rep. Rosa Rebimbas CT-070'] = 136802;
legislatorIdToState[136802] = 'CT';

CTLegislators[107] = "Rep. Anthony D\'Amelio CT-071";
legislatorsHash['Rep. Anthony D\'Amelio CT-071'] = 23013;
legislatorIdToState[23013] = 'CT';

CTLegislators[108] = "Rep. Larry Butler CT-072";
legislatorsHash['Rep. Larry Butler CT-072'] = 23014;
legislatorIdToState[23014] = 'CT';

CTLegislators[109] = "Rep. Jeffrey Berger CT-073";
legislatorsHash['Rep. Jeffrey Berger CT-073'] = 20919;
legislatorIdToState[20919] = 'CT';

CTLegislators[110] = "Rep. Selim Noujaim CT-074";
legislatorsHash['Rep. Selim Noujaim CT-074'] = 20656;
legislatorIdToState[20656] = 'CT';

CTLegislators[111] = "Rep. David Aldarondo CT-075";
legislatorsHash['Rep. David Aldarondo CT-075'] = 23015;
legislatorIdToState[23015] = 'CT';

CTLegislators[112] = "Rep. John Piscopo CT-076";
legislatorsHash['Rep. John Piscopo CT-076'] = 17989;
legislatorIdToState[17989] = 'CT';

CTLegislators[113] = "Rep. Christopher Wright CT-077";
legislatorsHash['Rep. Christopher Wright CT-077'] = 127482;
legislatorIdToState[127482] = 'CT';

CTLegislators[114] = "Rep. Bill Hamzy CT-078";
legislatorsHash['Rep. Bill Hamzy CT-078'] = 23025;
legislatorIdToState[23025] = 'CT';

CTLegislators[115] = "Rep. Frank Nicastro CT-079";
legislatorsHash['Rep. Frank Nicastro CT-079'] = 23026;
legislatorIdToState[23026] = 'CT';

CTLegislators[116] = "Rep. Corky Mazurek CT-080";
legislatorsHash['Rep. Corky Mazurek CT-080'] = 19965;
legislatorIdToState[19965] = 'CT';

CTLegislators[117] = "Rep. Zeke Zalaski CT-081";
legislatorsHash['Rep. Zeke Zalaski CT-081'] = 18348;
legislatorIdToState[18348] = 'CT';

CTLegislators[118] = "Rep. Buddy Altobello CT-082";
legislatorsHash['Rep. Buddy Altobello CT-082'] = 23027;
legislatorIdToState[23027] = 'CT';

CTLegislators[119] = "Rep. Catherine Abercrombie CT-083";
legislatorsHash['Rep. Catherine Abercrombie CT-083'] = 23028;
legislatorIdToState[23028] = 'CT';

CTLegislators[120] = "Rep. Chris Donovan CT-084";
legislatorsHash['Rep. Chris Donovan CT-084'] = 23029;
legislatorIdToState[23029] = 'CT';

CTLegislators[121] = "Rep. Mary Mushinsky CT-085";
legislatorsHash['Rep. Mary Mushinsky CT-085'] = 23030;
legislatorIdToState[23030] = 'CT';

CTLegislators[122] = "Rep. Vincent Candelora CT-086";
legislatorsHash['Rep. Vincent Candelora CT-086'] = 23031;
legislatorIdToState[23031] = 'CT';

CTLegislators[123] = "Rep. Steve Fontana CT-087";
legislatorsHash['Rep. Steve Fontana CT-087'] = 23032;
legislatorIdToState[23032] = 'CT';

CTLegislators[124] = "Rep. Brendan Sharkey CT-088";
legislatorsHash['Rep. Brendan Sharkey CT-088'] = 130352;
legislatorIdToState[130352] = 'CT';

CTLegislators[125] = "Rep. Vickie Nardello CT-089";
legislatorsHash['Rep. Vickie Nardello CT-089'] = 17990;
legislatorIdToState[17990] = 'CT';

CTLegislators[126] = "Rep. Mary Fritz CT-090";
legislatorsHash['Rep. Mary Fritz CT-090'] = 23033;
legislatorIdToState[23033] = 'CT';

CTLegislators[127] = "Rep. Peter Villano CT-091";
legislatorsHash['Rep. Peter Villano CT-091'] = 23034;
legislatorIdToState[23034] = 'CT';

CTLegislators[128] = "Rep. Patricia Dillon CT-092";
legislatorsHash['Rep. Patricia Dillon CT-092'] = 23035;
legislatorIdToState[23035] = 'CT';

CTLegislators[129] = "Rep. Toni Walker CT-093";
legislatorsHash['Rep. Toni Walker CT-093'] = 23036;
legislatorIdToState[23036] = 'CT';

CTLegislators[130] = "Rep. Gary Winfield CT-094";
legislatorsHash['Rep. Gary Winfield CT-094'] = 127499;
legislatorIdToState[127499] = 'CT';

CTLegislators[131] = "Rep. Juan Candelaria CT-095";
legislatorsHash['Rep. Juan Candelaria CT-095'] = 19984;
legislatorIdToState[19984] = 'CT';

CTLegislators[132] = "Rep. Cam Staples CT-096";
legislatorsHash['Rep. Cam Staples CT-096'] = 23038;
legislatorIdToState[23038] = 'CT';

CTLegislators[133] = "Rep. Robert Megna CT-097";
legislatorsHash['Rep. Robert Megna CT-097'] = 21530;
legislatorIdToState[21530] = 'CT';

CTLegislators[134] = "Rep. Patricia Widlitz CT-098";
legislatorsHash['Rep. Patricia Widlitz CT-098'] = 23039;
legislatorIdToState[23039] = 'CT';

CTLegislators[135] = "Rep. Mike Lawlor CT-099";
legislatorsHash['Rep. Mike Lawlor CT-099'] = 23040;
legislatorIdToState[23040] = 'CT';

CTLegislators[136] = "Rep. Matthew Lesser CT-100";
legislatorsHash['Rep. Matthew Lesser CT-100'] = 133125;
legislatorIdToState[133125] = 'CT';

CTLegislators[137] = "Rep. Deborah Heinrich CT-101";
legislatorsHash['Rep. Deborah Heinrich CT-101'] = 23041;
legislatorIdToState[23041] = 'CT';

CTLegislators[138] = "Rep. Lonnie Reed CT-102";
legislatorsHash['Rep. Lonnie Reed CT-102'] = 127507;
legislatorIdToState[127507] = 'CT';

CTLegislators[139] = "Rep. Elizabeth Etsy CT-103";
legislatorsHash['Rep. Elizabeth Etsy CT-103'] = 133089;
legislatorIdToState[133089] = 'CT';

CTLegislators[140] = "Rep. Linda Gentile CT-104";
legislatorsHash['Rep. Linda Gentile CT-104'] = 23042;
legislatorIdToState[23042] = 'CT';

CTLegislators[141] = "Rep. Theresa Conroy CT-105";
legislatorsHash['Rep. Theresa Conroy CT-105'] = 127510;
legislatorIdToState[127510] = 'CT';

CTLegislators[142] = "Rep. Christopher Lyddy CT-106";
legislatorsHash['Rep. Christopher Lyddy CT-106'] = 127511;
legislatorIdToState[127511] = 'CT';

CTLegislators[143] = "Rep. David Scribner CT-107";
legislatorsHash['Rep. David Scribner CT-107'] = 23045;
legislatorIdToState[23045] = 'CT';

CTLegislators[144] = "Rep. Mary Ann Carson CT-108";
legislatorsHash['Rep. Mary Ann Carson CT-108'] = 23046;
legislatorIdToState[23046] = 'CT';

CTLegislators[145] = "Rep. Joe Taborsak CT-109";
legislatorsHash['Rep. Joe Taborsak CT-109'] = 23047;
legislatorIdToState[23047] = 'CT';

CTLegislators[146] = "Rep. Bob Godfrey CT-110";
legislatorsHash['Rep. Bob Godfrey CT-110'] = 23048;
legislatorIdToState[23048] = 'CT';

CTLegislators[147] = "Rep. John Frey CT-111";
legislatorsHash['Rep. John Frey CT-111'] = 23049;
legislatorIdToState[23049] = 'CT';

CTLegislators[148] = "Rep. DebraLee Hovey CT-112";
legislatorsHash['Rep. DebraLee Hovey CT-112'] = 20004;
legislatorIdToState[20004] = 'CT';

CTLegislators[149] = "Rep. Jason Perillo CT-113";
legislatorsHash['Rep. Jason Perillo CT-113'] = 17992;
legislatorIdToState[17992] = 'CT';

CTLegislators[150] = "Rep. Themis Klarides CT-114";
legislatorsHash['Rep. Themis Klarides CT-114'] = 23050;
legislatorIdToState[23050] = 'CT';

CTLegislators[151] = "Rep. Stephen Dargan CT-115";
legislatorsHash['Rep. Stephen Dargan CT-115'] = 23051;
legislatorIdToState[23051] = 'CT';

CTLegislators[152] = "Rep. Lou Esposito CT-116";
legislatorsHash['Rep. Lou Esposito CT-116'] = 23052;
legislatorIdToState[23052] = 'CT';

CTLegislators[153] = "Rep. Paul Davis CT-117";
legislatorsHash['Rep. Paul Davis CT-117'] = 23053;
legislatorIdToState[23053] = 'CT';

CTLegislators[154] = "Rep. Barbara Lambert CT-118";
legislatorsHash['Rep. Barbara Lambert CT-118'] = 127523;
legislatorIdToState[127523] = 'CT';

CTLegislators[155] = "Rep. Dick Roy CT-119";
legislatorsHash['Rep. Dick Roy CT-119'] = 23055;
legislatorIdToState[23055] = 'CT';

CTLegislators[156] = "Rep. John Harkins CT-120";
legislatorsHash['Rep. John Harkins CT-120'] = 23056;
legislatorIdToState[23056] = 'CT';

CTLegislators[157] = "Rep. Terry Backer CT-121";
legislatorsHash['Rep. Terry Backer CT-121'] = 23057;
legislatorIdToState[23057] = 'CT';

CTLegislators[158] = "Rep. Lawrence Miller CT-122";
legislatorsHash['Rep. Lawrence Miller CT-122'] = 23058;
legislatorIdToState[23058] = 'CT';

CTLegislators[159] = "Rep. T.R. Rowe CT-123";
legislatorsHash['Rep. T.R. Rowe CT-123'] = 127528;
legislatorIdToState[127528] = 'CT';

CTLegislators[160] = "Rep. Don Clemons CT-124";
legislatorsHash['Rep. Don Clemons CT-124'] = 18878;
legislatorIdToState[18878] = 'CT';

CTLegislators[161] = "Rep. John Hetherington CT-125";
legislatorsHash['Rep. John Hetherington CT-125'] = 18349;
legislatorIdToState[18349] = 'CT';

CTLegislators[162] = "Rep. Christopher Caruso CT-126";
legislatorsHash['Rep. Christopher Caruso CT-126'] = 23060;
legislatorIdToState[23060] = 'CT';

CTLegislators[163] = "Rep. Jack Hennessy CT-127";
legislatorsHash['Rep. Jack Hennessy CT-127'] = 23061;
legislatorIdToState[23061] = 'CT';

CTLegislators[164] = "Rep. Andres Ayala CT-128";
legislatorsHash['Rep. Andres Ayala CT-128'] = 21533;
legislatorIdToState[21533] = 'CT';

CTLegislators[165] = "Rep. Auden Grogins CT-129";
legislatorsHash['Rep. Auden Grogins CT-129'] = 127530;
legislatorIdToState[127530] = 'CT';

CTLegislators[166] = "Rep. Ezequiel Santiago CT-130";
legislatorsHash['Rep. Ezequiel Santiago CT-130'] = 130353;
legislatorIdToState[130353] = 'CT';

CTLegislators[167] = "Rep. David Labriola CT-131";
legislatorsHash['Rep. David Labriola CT-131'] = 20000;
legislatorIdToState[20000] = 'CT';

CTLegislators[168] = "Rep. Thomas Drew CT-132";
legislatorsHash['Rep. Thomas Drew CT-132'] = 23062;
legislatorIdToState[23062] = 'CT';

CTLegislators[169] = "Rep. Kim Fawcett CT-133";
legislatorsHash['Rep. Kim Fawcett CT-133'] = 21534;
legislatorIdToState[21534] = 'CT';

CTLegislators[170] = "Rep. Tony Hwang CT-134";
legislatorsHash['Rep. Tony Hwang CT-134'] = 134651;
legislatorIdToState[134651] = 'CT';

CTLegislators[171] = "Rep. John Stripp CT-135";
legislatorsHash['Rep. John Stripp CT-135'] = 23063;
legislatorIdToState[23063] = 'CT';

CTLegislators[172] = "Rep. Joe Mioli CT-136";
legislatorsHash['Rep. Joe Mioli CT-136'] = 23064;
legislatorIdToState[23064] = 'CT';

CTLegislators[173] = "Rep. Chris Perone CT-137";
legislatorsHash['Rep. Chris Perone CT-137'] = 20663;
legislatorIdToState[20663] = 'CT';

CTLegislators[174] = "Rep. Janice Giegler CT-138";
legislatorsHash['Rep. Janice Giegler CT-138'] = 20001;
legislatorIdToState[20001] = 'CT';

CTLegislators[175] = "Rep. Kevin Ryan CT-139";
legislatorsHash['Rep. Kevin Ryan CT-139'] = 23065;
legislatorIdToState[23065] = 'CT';

CTLegislators[176] = "Rep. Bruce Morris CT-140";
legislatorsHash['Rep. Bruce Morris CT-140'] = 19966;
legislatorIdToState[19966] = 'CT';

CTLegislators[177] = "Rep. Terrie Wood CT-141";
legislatorsHash['Rep. Terrie Wood CT-141'] = 127546;
legislatorIdToState[127546] = 'CT';

CTLegislators[178] = "Rep. Larry Cafero CT-142";
legislatorsHash['Rep. Larry Cafero CT-142'] = 23067;
legislatorIdToState[23067] = 'CT';

CTLegislators[179] = "Rep. Peggy Reeves CT-143";
legislatorsHash['Rep. Peggy Reeves CT-143'] = 127548;
legislatorIdToState[127548] = 'CT';

CTLegislators[180] = "Rep. Jim Shapiro CT-144";
legislatorsHash['Rep. Jim Shapiro CT-144'] = 23094;
legislatorIdToState[23094] = 'CT';

CTLegislators[181] = "Rep. Patricia Miller CT-145";
legislatorsHash['Rep. Patricia Miller CT-145'] = 127550;
legislatorIdToState[127550] = 'CT';

CTLegislators[182] = "Rep. Gerald Fox CT-146";
legislatorsHash['Rep. Gerald Fox CT-146'] = 23096;
legislatorIdToState[23096] = 'CT';

CTLegislators[183] = "Rep. William Tong CT-147";
legislatorsHash['Rep. William Tong CT-147'] = 19972;
legislatorIdToState[19972] = 'CT';

CTLegislators[184] = "Rep. Carlo Leone CT-148";
legislatorsHash['Rep. Carlo Leone CT-148'] = 19985;
legislatorIdToState[19985] = 'CT';

CTLegislators[185] = "Rep. Livvy Floren CT-149";
legislatorsHash['Rep. Livvy Floren CT-149'] = 21535;
legislatorIdToState[21535] = 'CT';

CTLegislators[186] = "Rep. Lile Gibbons CT-150";
legislatorsHash['Rep. Lile Gibbons CT-150'] = 21536;
legislatorIdToState[21536] = 'CT';

CTLegislators[187] = "Rep. Fred Camillo CT-151";
legislatorsHash['Rep. Fred Camillo CT-151'] = 127556;
legislatorIdToState[127556] = 'CT';

function writeCTLegislatorHTML() {
	$('CTLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection25756\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(25756); return false;\">[X]<\/a>&nbsp; Gov. Jodi Rell CT<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox25756\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"25756\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23287\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23287); return false;\">[X]<\/a>&nbsp; Sen. John Fonfara CT-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23287\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23287\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23288\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23288); return false;\">[X]<\/a>&nbsp; Sen. Eric Coleman CT-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23288\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23288\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23289\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23289); return false;\">[X]<\/a>&nbsp; Sen. Gary LeBeau CT-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23289\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23289\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23290\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23290); return false;\">[X]<\/a>&nbsp; Sen. Mary Handley CT-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23290\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23290\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18731\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18731); return false;\">[X]<\/a>&nbsp; Sen. Jonathan Harris CT-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18731\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18731\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20008\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20008); return false;\">[X]<\/a>&nbsp; Sen. Donald DeFronzo CT-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20008\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20008\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19278\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19278); return false;\">[X]<\/a>&nbsp; Sen. John Kissel CT-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19278\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19278\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127378\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127378); return false;\">[X]<\/a>&nbsp; Sen. Kevin Witkos CT-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127378\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127378\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17982\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17982); return false;\">[X]<\/a>&nbsp; Sen. Paul Doyle CT-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17982\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17982\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22954\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22954); return false;\">[X]<\/a>&nbsp; Sen. Toni Harp CT-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22954\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22954\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22955\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22955); return false;\">[X]<\/a>&nbsp; Sen. Martin Looney CT-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22955\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22955\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20007\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20007); return false;\">[X]<\/a>&nbsp; Sen. Ed Meyer CT-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20007\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20007\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22956\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22956); return false;\">[X]<\/a>&nbsp; Sen. Tom Gaffey CT-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22956\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22956\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22957\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22957); return false;\">[X]<\/a>&nbsp; Sen. Gayle Slossberg CT-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22957\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22957\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18230\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18230); return false;\">[X]<\/a>&nbsp; Sen. Joan Hartley CT-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18230\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18230\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20011\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20011); return false;\">[X]<\/a>&nbsp; Sen. Sam Caligiuri CT-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20011\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20011\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22958\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22958); return false;\">[X]<\/a>&nbsp; Sen. Joseph Crisco CT-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22958\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22958\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22959\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22959); return false;\">[X]<\/a>&nbsp; Sen. Andrew Maynard CT-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22959\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22959\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22960\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22960); return false;\">[X]<\/a>&nbsp; Sen. Edith Prague CT-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22960\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22960\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22961\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22961); return false;\">[X]<\/a>&nbsp; Sen. Andrea Stillman CT-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22961\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22961\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22962\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22962); return false;\">[X]<\/a>&nbsp; Sen. Dan Debicella CT-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22962\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22962\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131090\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131090); return false;\">[X]<\/a>&nbsp; Sen. Anthony Musto CT-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131090\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131090\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18853\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18853); return false;\">[X]<\/a>&nbsp; Sen. Ed Gomes CT-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18853\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18853\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127394\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127394); return false;\">[X]<\/a>&nbsp; Sen. Michael McLachlan CT-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127394\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127394\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22963\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22963); return false;\">[X]<\/a>&nbsp; Sen. Bob Duff CT-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22963\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22963\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127396\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127396); return false;\">[X]<\/a>&nbsp; Sen. Toni Boucher CT-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127396\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127396\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20009\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20009); return false;\">[X]<\/a>&nbsp; Sen. Andrew McDonald CT-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20009\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20009\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22945\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22945); return false;\">[X]<\/a>&nbsp; Sen. John McKinney CT-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22945\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22945\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127398\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127398); return false;\">[X]<\/a>&nbsp; Sen. Donald Williams CT-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127398\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127398\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21022\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21022); return false;\">[X]<\/a>&nbsp; Sen. Andrew Roraback CT-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21022\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21022\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22966\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22966); return false;\">[X]<\/a>&nbsp; Sen. Thomas Colapietro CT-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22966\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22966\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22967\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22967); return false;\">[X]<\/a>&nbsp; Sen. Rob Kane CT-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22967\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22967\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22968\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22968); return false;\">[X]<\/a>&nbsp; Sen. Eileen Daily CT-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22968\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22968\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20010\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20010); return false;\">[X]<\/a>&nbsp; Sen. Len Fasano CT-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20010\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20010\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22969\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22969); return false;\">[X]<\/a>&nbsp; Sen. Tony Guglielmo CT-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22969\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22969\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127405\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127405); return false;\">[X]<\/a>&nbsp; Sen. L. Scott Frantz CT-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127405\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127405\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22971\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22971); return false;\">[X]<\/a>&nbsp; Rep. Kenneth Green CT-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22971\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22971\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18347\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18347); return false;\">[X]<\/a>&nbsp; Rep. Jason Bartlett CT-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18347\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18347\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17984\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17984); return false;\">[X]<\/a>&nbsp; Rep. Minnie Gonzalez CT-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17984\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17984\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22972\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22972); return false;\">[X]<\/a>&nbsp; Rep. Kelvin Roldan CT-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22972\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22972\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22973\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22973); return false;\">[X]<\/a>&nbsp; Rep. Marie Kirkley-Bey CT-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22973\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22973\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127411\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127411); return false;\">[X]<\/a>&nbsp; Rep. Hector Robles CT-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127411\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127411\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22975\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22975); return false;\">[X]<\/a>&nbsp; Rep. Douglas McCrory CT-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22975\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22975\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19975\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19975); return false;\">[X]<\/a>&nbsp; Rep. Joan Lewis CT-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19975\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19975\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127414\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127414); return false;\">[X]<\/a>&nbsp; Rep. Jason Rojas CT-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127414\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127414\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22977\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22977); return false;\">[X]<\/a>&nbsp; Rep. Henry Genga CT-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22977\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22977\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127416\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127416); return false;\">[X]<\/a>&nbsp; Rep. Timothy Larson CT-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127416\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127416\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19964\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19964); return false;\">[X]<\/a>&nbsp; Rep. Ryan Barry CT-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19964\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19964\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22979\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22979); return false;\">[X]<\/a>&nbsp; Rep. Jack Thompson CT-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22979\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22979\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22980\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22980); return false;\">[X]<\/a>&nbsp; Rep. Bill Aman CT-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22980\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22980\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136801\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136801); return false;\">[X]<\/a>&nbsp; Rep. David Baram CT-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136801\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136801\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17985\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17985); return false;\">[X]<\/a>&nbsp; Rep. Linda Schofield CT-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17985\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17985\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133138\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133138); return false;\">[X]<\/a>&nbsp; Rep. Timothy LeGeyt CT-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133138\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133138\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22981\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22981); return false;\">[X]<\/a>&nbsp; Rep. Andy Fleischmann CT-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22981\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22981\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22982\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22982); return false;\">[X]<\/a>&nbsp; Rep. Beth Bye CT-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22982\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22982\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22983\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22983); return false;\">[X]<\/a>&nbsp; Rep. David McCluskey CT-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22983\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22983\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22984\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22984); return false;\">[X]<\/a>&nbsp; Rep. Demetrios Giannaros CT-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22984\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22984\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22985\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22985); return false;\">[X]<\/a>&nbsp; Rep. Betty Boukus CT-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22985\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22985\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19978\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19978); return false;\">[X]<\/a>&nbsp; Rep. Marilyn Giuliano CT-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19978\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19978\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19995\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19995); return false;\">[X]<\/a>&nbsp; Rep. Tim O\'Brien CT-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19995\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19995\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22986\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22986); return false;\">[X]<\/a>&nbsp; Rep. John Geragosian CT-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22986\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22986\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18646\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18646); return false;\">[X]<\/a>&nbsp; Rep. Peter Tercyak CT-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18646\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18646\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22987\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22987); return false;\">[X]<\/a>&nbsp; Rep. Sandy Nafis CT-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22987\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22987\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22988\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22988); return false;\">[X]<\/a>&nbsp; Rep. Russell Morin CT-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22988\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22988\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22989\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22989); return false;\">[X]<\/a>&nbsp; Rep. Tony Guerrera CT-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22989\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22989\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19967\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19967); return false;\">[X]<\/a>&nbsp; Rep. Joe Aresimowicz CT-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19967\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19967\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17986\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17986); return false;\">[X]<\/a>&nbsp; Rep. Thomas Kehoe CT-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17986\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17986\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22990\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22990); return false;\">[X]<\/a>&nbsp; Rep. Jim O\'Rourke CT-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22990\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22990\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22991\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22991); return false;\">[X]<\/a>&nbsp; Rep. Joe Serra CT-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22991\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22991\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22992\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22992); return false;\">[X]<\/a>&nbsp; Rep. Gail Hamm CT-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22992\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22992\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21524\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21524); return false;\">[X]<\/a>&nbsp; Rep. Brian O\'Connor CT-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21524\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21524\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21525\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21525); return false;\">[X]<\/a>&nbsp; Rep. James Spallone CT-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21525\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21525\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22993\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22993); return false;\">[X]<\/a>&nbsp; Rep. Ed Jutila CT-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22993\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22993\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22994\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22994); return false;\">[X]<\/a>&nbsp; Rep. Betsy Ritter CT-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22994\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22994\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22995\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22995); return false;\">[X]<\/a>&nbsp; Rep. Ernest Hewett CT-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22995\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22995\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19969\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19969); return false;\">[X]<\/a>&nbsp; Rep. Ted Moukawsher CT-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19969\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19969\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22996\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22996); return false;\">[X]<\/a>&nbsp; Rep. Elissa Wright CT-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22996\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22996\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19987\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19987); return false;\">[X]<\/a>&nbsp; Rep. Tom Reynolds CT-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19987\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19987\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21526\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21526); return false;\">[X]<\/a>&nbsp; Rep. Diana Urban CT-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21526\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21526\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127449\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127449); return false;\">[X]<\/a>&nbsp; Rep. Mae Flexer CT-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127449\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127449\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22998\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22998); return false;\">[X]<\/a>&nbsp; Rep. Steve Mikutel CT-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22998\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22998\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19991\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19991); return false;\">[X]<\/a>&nbsp; Rep. Melissa Olson CT-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19991\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19991\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127452\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127452); return false;\">[X]<\/a>&nbsp; Rep. Christopher Coutu CT-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127452\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127452\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22999\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22999); return false;\">[X]<\/a>&nbsp; Rep. Linda Orange CT-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22999\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22999\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127454\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127454); return false;\">[X]<\/a>&nbsp; Rep. Susan Johnson CT-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127454\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127454\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23001\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23001); return false;\">[X]<\/a>&nbsp; Rep. Mike Alberts CT-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23001\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23001\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23002\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23002); return false;\">[X]<\/a>&nbsp; Rep. Shawn Johnston CT-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23002\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23002\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19989\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19989); return false;\">[X]<\/a>&nbsp; Rep. Penny Bacchiochi CT-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19989\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19989\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23003\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23003); return false;\">[X]<\/a>&nbsp; Rep. Bryan Hurlburt CT-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23003\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23003\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23004\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23004); return false;\">[X]<\/a>&nbsp; Rep. Denise Merrill CT-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23004\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23004\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23005\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23005); return false;\">[X]<\/a>&nbsp; Rep. Pam Sawyer CT-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23005\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23005\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21527\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21527); return false;\">[X]<\/a>&nbsp; Rep. Claire Janowski CT-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21527\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21527\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23006\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23006); return false;\">[X]<\/a>&nbsp; Rep. Ted Graziani CT-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23006\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23006\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127463\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127463); return false;\">[X]<\/a>&nbsp; Rep. Kathy Tallarita CT-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127463\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127463\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17988\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17988); return false;\">[X]<\/a>&nbsp; Rep. Karen Jarmoc CT-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17988\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17988\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23008\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23008); return false;\">[X]<\/a>&nbsp; Rep. Peggy Sayers CT-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23008\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23008\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127466\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127466); return false;\">[X]<\/a>&nbsp; Rep. Matthew Conway CT-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127466\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127466\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127467\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127467); return false;\">[X]<\/a>&nbsp; Rep. Annie Hornish CT-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127467\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127467\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133123\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133123); return false;\">[X]<\/a>&nbsp; Rep. John Rigby CT-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133123\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133123\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21528\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21528); return false;\">[X]<\/a>&nbsp; Rep. Roberta Willis CT-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21528\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21528\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133111\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133111); return false;\">[X]<\/a>&nbsp; Rep. Michelle Cook CT-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133111\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133111\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18158\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18158); return false;\">[X]<\/a>&nbsp; Rep. Craig Miner CT-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18158\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18158\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21529\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21529); return false;\">[X]<\/a>&nbsp; Rep. Clark Chapin CT-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21529\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21529\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18899\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18899); return false;\">[X]<\/a>&nbsp; Rep. Sean Williams CT-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18899\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18899\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23011\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23011); return false;\">[X]<\/a>&nbsp; Rep. Arthur O\'Neill CT-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23011\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23011\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136802\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136802); return false;\">[X]<\/a>&nbsp; Rep. Rosa Rebimbas CT-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136802\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136802\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23013\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23013); return false;\">[X]<\/a>&nbsp; Rep. Anthony D\'Amelio CT-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23013\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23013\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23014\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23014); return false;\">[X]<\/a>&nbsp; Rep. Larry Butler CT-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23014\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23014\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20919\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20919); return false;\">[X]<\/a>&nbsp; Rep. Jeffrey Berger CT-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20919\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20919\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20656\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20656); return false;\">[X]<\/a>&nbsp; Rep. Selim Noujaim CT-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20656\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20656\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23015\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23015); return false;\">[X]<\/a>&nbsp; Rep. David Aldarondo CT-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23015\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23015\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17989\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17989); return false;\">[X]<\/a>&nbsp; Rep. John Piscopo CT-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17989\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17989\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127482\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127482); return false;\">[X]<\/a>&nbsp; Rep. Christopher Wright CT-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127482\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127482\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23025\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23025); return false;\">[X]<\/a>&nbsp; Rep. Bill Hamzy CT-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23025\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23025\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23026\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23026); return false;\">[X]<\/a>&nbsp; Rep. Frank Nicastro CT-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23026\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23026\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19965\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19965); return false;\">[X]<\/a>&nbsp; Rep. Corky Mazurek CT-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19965\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19965\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18348\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18348); return false;\">[X]<\/a>&nbsp; Rep. Zeke Zalaski CT-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18348\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18348\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23027\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23027); return false;\">[X]<\/a>&nbsp; Rep. Buddy Altobello CT-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23027\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23027\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23028\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23028); return false;\">[X]<\/a>&nbsp; Rep. Catherine Abercrombie CT-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23028\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23028\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23029\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23029); return false;\">[X]<\/a>&nbsp; Rep. Chris Donovan CT-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23029\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23029\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23030\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23030); return false;\">[X]<\/a>&nbsp; Rep. Mary Mushinsky CT-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23030\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23030\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23031\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23031); return false;\">[X]<\/a>&nbsp; Rep. Vincent Candelora CT-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23031\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23031\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23032\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23032); return false;\">[X]<\/a>&nbsp; Rep. Steve Fontana CT-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23032\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23032\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130352\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130352); return false;\">[X]<\/a>&nbsp; Rep. Brendan Sharkey CT-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130352\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130352\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17990\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17990); return false;\">[X]<\/a>&nbsp; Rep. Vickie Nardello CT-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17990\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17990\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23033\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23033); return false;\">[X]<\/a>&nbsp; Rep. Mary Fritz CT-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23033\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23033\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23034\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23034); return false;\">[X]<\/a>&nbsp; Rep. Peter Villano CT-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23034\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23034\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23035\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23035); return false;\">[X]<\/a>&nbsp; Rep. Patricia Dillon CT-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23035\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23035\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23036\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23036); return false;\">[X]<\/a>&nbsp; Rep. Toni Walker CT-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23036\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23036\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127499\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127499); return false;\">[X]<\/a>&nbsp; Rep. Gary Winfield CT-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127499\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127499\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19984\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19984); return false;\">[X]<\/a>&nbsp; Rep. Juan Candelaria CT-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19984\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19984\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23038\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23038); return false;\">[X]<\/a>&nbsp; Rep. Cam Staples CT-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23038\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23038\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21530\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21530); return false;\">[X]<\/a>&nbsp; Rep. Robert Megna CT-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21530\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21530\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23039\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23039); return false;\">[X]<\/a>&nbsp; Rep. Patricia Widlitz CT-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23039\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23039\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23040\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23040); return false;\">[X]<\/a>&nbsp; Rep. Mike Lawlor CT-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23040\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23040\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133125\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133125); return false;\">[X]<\/a>&nbsp; Rep. Matthew Lesser CT-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133125\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133125\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23041\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23041); return false;\">[X]<\/a>&nbsp; Rep. Deborah Heinrich CT-101<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23041\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23041\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127507\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127507); return false;\">[X]<\/a>&nbsp; Rep. Lonnie Reed CT-102<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127507\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127507\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133089\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133089); return false;\">[X]<\/a>&nbsp; Rep. Elizabeth Etsy CT-103<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133089\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133089\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23042\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23042); return false;\">[X]<\/a>&nbsp; Rep. Linda Gentile CT-104<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23042\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23042\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127510\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127510); return false;\">[X]<\/a>&nbsp; Rep. Theresa Conroy CT-105<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127510\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127510\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127511\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127511); return false;\">[X]<\/a>&nbsp; Rep. Christopher Lyddy CT-106<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127511\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127511\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23045\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23045); return false;\">[X]<\/a>&nbsp; Rep. David Scribner CT-107<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23045\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23045\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23046\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23046); return false;\">[X]<\/a>&nbsp; Rep. Mary Ann Carson CT-108<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23046\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23046\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23047\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23047); return false;\">[X]<\/a>&nbsp; Rep. Joe Taborsak CT-109<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23047\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23047\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23048\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23048); return false;\">[X]<\/a>&nbsp; Rep. Bob Godfrey CT-110<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23048\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23048\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23049\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23049); return false;\">[X]<\/a>&nbsp; Rep. John Frey CT-111<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23049\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23049\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20004\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20004); return false;\">[X]<\/a>&nbsp; Rep. DebraLee Hovey CT-112<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20004\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20004\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17992\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17992); return false;\">[X]<\/a>&nbsp; Rep. Jason Perillo CT-113<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17992\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17992\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23050\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23050); return false;\">[X]<\/a>&nbsp; Rep. Themis Klarides CT-114<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23050\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23050\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23051\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23051); return false;\">[X]<\/a>&nbsp; Rep. Stephen Dargan CT-115<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23051\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23051\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23052\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23052); return false;\">[X]<\/a>&nbsp; Rep. Lou Esposito CT-116<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23052\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23052\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23053\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23053); return false;\">[X]<\/a>&nbsp; Rep. Paul Davis CT-117<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23053\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23053\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127523\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127523); return false;\">[X]<\/a>&nbsp; Rep. Barbara Lambert CT-118<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127523\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127523\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23055\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23055); return false;\">[X]<\/a>&nbsp; Rep. Dick Roy CT-119<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23055\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23055\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23056\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23056); return false;\">[X]<\/a>&nbsp; Rep. John Harkins CT-120<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23056\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23056\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23057\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23057); return false;\">[X]<\/a>&nbsp; Rep. Terry Backer CT-121<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23057\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23057\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23058\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23058); return false;\">[X]<\/a>&nbsp; Rep. Lawrence Miller CT-122<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23058\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23058\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127528\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127528); return false;\">[X]<\/a>&nbsp; Rep. T.R. Rowe CT-123<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127528\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127528\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18878\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18878); return false;\">[X]<\/a>&nbsp; Rep. Don Clemons CT-124<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18878\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18878\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18349\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18349); return false;\">[X]<\/a>&nbsp; Rep. John Hetherington CT-125<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18349\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18349\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23060\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23060); return false;\">[X]<\/a>&nbsp; Rep. Christopher Caruso CT-126<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23060\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23060\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23061\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23061); return false;\">[X]<\/a>&nbsp; Rep. Jack Hennessy CT-127<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23061\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23061\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21533\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21533); return false;\">[X]<\/a>&nbsp; Rep. Andres Ayala CT-128<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21533\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21533\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127530\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127530); return false;\">[X]<\/a>&nbsp; Rep. Auden Grogins CT-129<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127530\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127530\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130353\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130353); return false;\">[X]<\/a>&nbsp; Rep. Ezequiel Santiago CT-130<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130353\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130353\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20000\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20000); return false;\">[X]<\/a>&nbsp; Rep. David Labriola CT-131<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20000\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20000\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23062\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23062); return false;\">[X]<\/a>&nbsp; Rep. Thomas Drew CT-132<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23062\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23062\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21534\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21534); return false;\">[X]<\/a>&nbsp; Rep. Kim Fawcett CT-133<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21534\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21534\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134651\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134651); return false;\">[X]<\/a>&nbsp; Rep. Tony Hwang CT-134<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134651\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134651\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23063\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23063); return false;\">[X]<\/a>&nbsp; Rep. John Stripp CT-135<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23063\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23063\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23064\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23064); return false;\">[X]<\/a>&nbsp; Rep. Joe Mioli CT-136<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23064\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23064\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20663\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20663); return false;\">[X]<\/a>&nbsp; Rep. Chris Perone CT-137<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20663\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20663\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20001\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20001); return false;\">[X]<\/a>&nbsp; Rep. Janice Giegler CT-138<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20001\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20001\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23065\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23065); return false;\">[X]<\/a>&nbsp; Rep. Kevin Ryan CT-139<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23065\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23065\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19966\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19966); return false;\">[X]<\/a>&nbsp; Rep. Bruce Morris CT-140<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19966\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19966\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127546\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127546); return false;\">[X]<\/a>&nbsp; Rep. Terrie Wood CT-141<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127546\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127546\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23067\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23067); return false;\">[X]<\/a>&nbsp; Rep. Larry Cafero CT-142<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23067\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23067\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127548\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127548); return false;\">[X]<\/a>&nbsp; Rep. Peggy Reeves CT-143<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127548\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127548\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23094\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23094); return false;\">[X]<\/a>&nbsp; Rep. Jim Shapiro CT-144<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23094\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23094\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127550\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127550); return false;\">[X]<\/a>&nbsp; Rep. Patricia Miller CT-145<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127550\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127550\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23096\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23096); return false;\">[X]<\/a>&nbsp; Rep. Gerald Fox CT-146<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23096\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23096\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19972\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19972); return false;\">[X]<\/a>&nbsp; Rep. William Tong CT-147<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19972\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19972\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19985\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19985); return false;\">[X]<\/a>&nbsp; Rep. Carlo Leone CT-148<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19985\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19985\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21535\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21535); return false;\">[X]<\/a>&nbsp; Rep. Livvy Floren CT-149<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21535\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21535\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21536\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21536); return false;\">[X]<\/a>&nbsp; Rep. Lile Gibbons CT-150<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21536\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21536\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127556\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127556); return false;\">[X]<\/a>&nbsp; Rep. Fred Camillo CT-151<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127556\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127556\" /><\/span>';
}

var DCLegislators = new Array();

DCLegislators[0] = "Hon. Vincent Gray DC-000A";
legislatorsHash['Hon. Vincent Gray DC-000A'] = 18537;
legislatorIdToState[18537] = 'DC';

DCLegislators[1] = "Hon. Kwame Brown DC-000B";
legislatorsHash['Hon. Kwame Brown DC-000B'] = 20885;
legislatorIdToState[20885] = 'DC';

DCLegislators[2] = "Hon. David Catania DC-000C";
legislatorsHash['Hon. David Catania DC-000C'] = 20886;
legislatorIdToState[20886] = 'DC';

DCLegislators[3] = "Hon. Michael Brown DC-000D";
legislatorsHash['Hon. Michael Brown DC-000D'] = 131631;
legislatorIdToState[131631] = 'DC';

DCLegislators[4] = "Hon. Phil Mendelson DC-000E";
legislatorsHash['Hon. Phil Mendelson DC-000E'] = 20888;
legislatorIdToState[20888] = 'DC';

DCLegislators[5] = "Hon. Jim Graham DC-001";
legislatorsHash['Hon. Jim Graham DC-001'] = 20869;
legislatorIdToState[20869] = 'DC';

DCLegislators[6] = "Hon. Jack Evans DC-002";
legislatorsHash['Hon. Jack Evans DC-002'] = 20870;
legislatorIdToState[20870] = 'DC';

DCLegislators[7] = "Hon. Mary Cheh DC-003";
legislatorsHash['Hon. Mary Cheh DC-003'] = 20871;
legislatorIdToState[20871] = 'DC';

DCLegislators[8] = "Hon. Muriel Bowser DC-004";
legislatorsHash['Hon. Muriel Bowser DC-004'] = 20872;
legislatorIdToState[20872] = 'DC';

DCLegislators[9] = "Hon. Tommy Thomas DC-005";
legislatorsHash['Hon. Tommy Thomas DC-005'] = 20873;
legislatorIdToState[20873] = 'DC';

DCLegislators[10] = "Hon. Tommy Wells DC-006";
legislatorsHash['Hon. Tommy Wells DC-006'] = 20874;
legislatorIdToState[20874] = 'DC';

DCLegislators[11] = "Hon. Yvette Alexander DC-007";
legislatorsHash['Hon. Yvette Alexander DC-007'] = 20875;
legislatorIdToState[20875] = 'DC';

DCLegislators[12] = "Hon. Marion Barry DC-008";
legislatorsHash['Hon. Marion Barry DC-008'] = 18252;
legislatorIdToState[18252] = 'DC';

function writeDCLegislatorHTML() {
	$('DCLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection18537\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18537); return false;\">[X]<\/a>&nbsp; Hon. Vincent Gray DC-000A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18537\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18537\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20885\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20885); return false;\">[X]<\/a>&nbsp; Hon. Kwame Brown DC-000B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20885\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20885\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20886\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20886); return false;\">[X]<\/a>&nbsp; Hon. David Catania DC-000C<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20886\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20886\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131631\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131631); return false;\">[X]<\/a>&nbsp; Hon. Michael Brown DC-000D<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131631\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131631\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20888\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20888); return false;\">[X]<\/a>&nbsp; Hon. Phil Mendelson DC-000E<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20888\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20888\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20869\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20869); return false;\">[X]<\/a>&nbsp; Hon. Jim Graham DC-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20869\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20869\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20870\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20870); return false;\">[X]<\/a>&nbsp; Hon. Jack Evans DC-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20870\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20870\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20871\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20871); return false;\">[X]<\/a>&nbsp; Hon. Mary Cheh DC-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20871\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20871\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20872\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20872); return false;\">[X]<\/a>&nbsp; Hon. Muriel Bowser DC-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20872\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20872\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20873\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20873); return false;\">[X]<\/a>&nbsp; Hon. Tommy Thomas DC-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20873\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20873\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20874\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20874); return false;\">[X]<\/a>&nbsp; Hon. Tommy Wells DC-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20874\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20874\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20875\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20875); return false;\">[X]<\/a>&nbsp; Hon. Yvette Alexander DC-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20875\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20875\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18252); return false;\">[X]<\/a>&nbsp; Hon. Marion Barry DC-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18252\" /><\/span>';
}

var DELegislators = new Array();

DELegislators[0] = "Gov. Jack Markell DE";
legislatorsHash['Gov. Jack Markell DE'] = 26196;
legislatorIdToState[26196] = 'DE';

DELegislators[1] = "Sen. Harris McDowell DE-001";
legislatorsHash['Sen. Harris McDowell DE-001'] = 23098;
legislatorIdToState[23098] = 'DE';

DELegislators[2] = "Sen. Margaret Henry DE-002";
legislatorsHash['Sen. Margaret Henry DE-002'] = 23099;
legislatorIdToState[23099] = 'DE';

DELegislators[3] = "Sen. Bob Marshall DE-003";
legislatorsHash['Sen. Bob Marshall DE-003'] = 23100;
legislatorIdToState[23100] = 'DE';

DELegislators[4] = "Sen. Michael Katz DE-004";
legislatorsHash['Sen. Michael Katz DE-004'] = 132887;
legislatorIdToState[132887] = 'DE';

DELegislators[5] = "Sen. Catherine Cloutier DE-005";
legislatorsHash['Sen. Catherine Cloutier DE-005'] = 21091;
legislatorIdToState[21091] = 'DE';

DELegislators[6] = "Sen. Liane Sorenson DE-006";
legislatorsHash['Sen. Liane Sorenson DE-006'] = 23101;
legislatorIdToState[23101] = 'DE';

DELegislators[7] = "Sen. Patricia Blevins DE-007";
legislatorsHash['Sen. Patricia Blevins DE-007'] = 17995;
legislatorIdToState[17995] = 'DE';

DELegislators[8] = "Sen. David Sokola DE-008";
legislatorsHash['Sen. David Sokola DE-008'] = 23118;
legislatorIdToState[23118] = 'DE';

DELegislators[9] = "Sen. Karen Peterson DE-009";
legislatorsHash['Sen. Karen Peterson DE-009'] = 20121;
legislatorIdToState[20121] = 'DE';

DELegislators[10] = "Sen. Bethany Hall-Long DE-010";
legislatorsHash['Sen. Bethany Hall-Long DE-010'] = 127582;
legislatorIdToState[127582] = 'DE';

DELegislators[11] = "Sen. Anthony DeLuca DE-011";
legislatorsHash['Sen. Anthony DeLuca DE-011'] = 23121;
legislatorIdToState[23121] = 'DE';

DELegislators[12] = "Sen. Dori Connor DE-012";
legislatorsHash['Sen. Dori Connor DE-012'] = 23122;
legislatorIdToState[23122] = 'DE';

DELegislators[13] = "Sen. David McBride DE-013";
legislatorsHash['Sen. David McBride DE-013'] = 23123;
legislatorIdToState[23123] = 'DE';

DELegislators[14] = "Sen. Bruce Ennis DE-014";
legislatorsHash['Sen. Bruce Ennis DE-014'] = 23124;
legislatorIdToState[23124] = 'DE';

DELegislators[15] = "Sen. Nancy Cook DE-015";
legislatorsHash['Sen. Nancy Cook DE-015'] = 23125;
legislatorIdToState[23125] = 'DE';

DELegislators[16] = "Sen. Colin Bonini DE-016";
legislatorsHash['Sen. Colin Bonini DE-016'] = 17996;
legislatorIdToState[17996] = 'DE';

DELegislators[17] = "Sen. Brian Bushweller DE-017";
legislatorsHash['Sen. Brian Bushweller DE-017'] = 127589;
legislatorIdToState[127589] = 'DE';

DELegislators[18] = "Sen. Gary Simpson DE-018";
legislatorsHash['Sen. Gary Simpson DE-018'] = 23119;
legislatorIdToState[23119] = 'DE';

DELegislators[19] = "Sen. Thurman Adams DE-019";
legislatorsHash['Sen. Thurman Adams DE-019'] = 23186;
legislatorIdToState[23186] = 'DE';

DELegislators[20] = "Sen. George Bunting DE-020";
legislatorsHash['Sen. George Bunting DE-020'] = 23187;
legislatorIdToState[23187] = 'DE';

DELegislators[21] = "Sen. Robert Venables DE-021";
legislatorsHash['Sen. Robert Venables DE-021'] = 23188;
legislatorIdToState[23188] = 'DE';

DELegislators[22] = "Rep. Dennis Williams DE-001";
legislatorsHash['Rep. Dennis Williams DE-001'] = 23189;
legislatorIdToState[23189] = 'DE';

DELegislators[23] = "Rep. Hazel Plant DE-002";
legislatorsHash['Rep. Hazel Plant DE-002'] = 20671;
legislatorIdToState[20671] = 'DE';

DELegislators[24] = "Rep. Helene Keeley DE-003";
legislatorsHash['Rep. Helene Keeley DE-003'] = 23191;
legislatorIdToState[23191] = 'DE';

DELegislators[25] = "Rep. Gerald Brady DE-004";
legislatorsHash['Rep. Gerald Brady DE-004'] = 23190;
legislatorIdToState[23190] = 'DE';

DELegislators[26] = "Rep. Melanie Marshall DE-005";
legislatorsHash['Rep. Melanie Marshall DE-005'] = 132884;
legislatorIdToState[132884] = 'DE';

DELegislators[27] = "Rep. Tom Kovach DE-006";
legislatorsHash['Rep. Tom Kovach DE-006'] = 127598;
legislatorIdToState[127598] = 'DE';

DELegislators[28] = "Rep. Bryon Short DE-007";
legislatorsHash['Rep. Bryon Short DE-007'] = 22833;
legislatorIdToState[22833] = 'DE';

DELegislators[29] = "Rep. S. Quinton Johnson DE-008";
legislatorsHash['Rep. S. Quinton Johnson DE-008'] = 132880;
legislatorIdToState[132880] = 'DE';

DELegislators[30] = "Rep. Dick Cathcart DE-009";
legislatorsHash['Rep. Dick Cathcart DE-009'] = 22834;
legislatorIdToState[22834] = 'DE';

DELegislators[31] = "Rep. Dennis Williams DE-010";
legislatorsHash['Rep. Dennis Williams DE-010'] = 127602;
legislatorIdToState[127602] = 'DE';

DELegislators[32] = "Rep. Gregory Lavelle DE-011";
legislatorsHash['Rep. Gregory Lavelle DE-011'] = 21816;
legislatorIdToState[21816] = 'DE';

DELegislators[33] = "Rep. Deborah Hudson DE-012";
legislatorsHash['Rep. Deborah Hudson DE-012'] = 22836;
legislatorIdToState[22836] = 'DE';

DELegislators[34] = "Rep. Larry Mitchell DE-013";
legislatorsHash['Rep. Larry Mitchell DE-013'] = 22837;
legislatorIdToState[22837] = 'DE';

DELegislators[35] = "Rep. Peter Schwartzkopf DE-014";
legislatorsHash['Rep. Peter Schwartzkopf DE-014'] = 20108;
legislatorIdToState[20108] = 'DE';

DELegislators[36] = "Rep. Valerie Longhurst DE-015";
legislatorsHash['Rep. Valerie Longhurst DE-015'] = 22838;
legislatorIdToState[22838] = 'DE';

DELegislators[37] = "Rep. J. J. Johnson DE-016";
legislatorsHash['Rep. J. J. Johnson DE-016'] = 22839;
legislatorIdToState[22839] = 'DE';

DELegislators[38] = "Rep. Michael Mulrooney DE-017";
legislatorsHash['Rep. Michael Mulrooney DE-017'] = 17998;
legislatorIdToState[17998] = 'DE';

DELegislators[39] = "Rep. Michael Barbieri DE-018";
legislatorsHash['Rep. Michael Barbieri DE-018'] = 127610;
legislatorIdToState[127610] = 'DE';

DELegislators[40] = "Rep. Robert Gilligan DE-019";
legislatorsHash['Rep. Robert Gilligan DE-019'] = 22849;
legislatorIdToState[22849] = 'DE';

DELegislators[41] = "Rep. Nick Manolakos DE-020";
legislatorsHash['Rep. Nick Manolakos DE-020'] = 22850;
legislatorIdToState[22850] = 'DE';

DELegislators[42] = "Rep. Michael Ramone DE-021";
legislatorsHash['Rep. Michael Ramone DE-021'] = 127613;
legislatorIdToState[127613] = 'DE';

DELegislators[43] = "Rep. Joseph Miro DE-022";
legislatorsHash['Rep. Joseph Miro DE-022'] = 22852;
legislatorIdToState[22852] = 'DE';

DELegislators[44] = "Rep. Teresa Schooley DE-023";
legislatorsHash['Rep. Teresa Schooley DE-023'] = 22853;
legislatorIdToState[22853] = 'DE';

DELegislators[45] = "Rep. Bill Oberle DE-024";
legislatorsHash['Rep. Bill Oberle DE-024'] = 22854;
legislatorIdToState[22854] = 'DE';

DELegislators[46] = "Rep. John Kowalko DE-025";
legislatorsHash['Rep. John Kowalko DE-025'] = 17999;
legislatorIdToState[17999] = 'DE';

DELegislators[47] = "Rep. John Viola DE-026";
legislatorsHash['Rep. John Viola DE-026'] = 22855;
legislatorIdToState[22855] = 'DE';

DELegislators[48] = "Rep. Earl Jaques DE-027";
legislatorsHash['Rep. Earl Jaques DE-027'] = 127619;
legislatorIdToState[127619] = 'DE';

DELegislators[49] = "Rep. Lumpy Carson DE-028";
legislatorsHash['Rep. Lumpy Carson DE-028'] = 22857;
legislatorIdToState[22857] = 'DE';

DELegislators[50] = "Rep. Pam Thornburg DE-029";
legislatorsHash['Rep. Pam Thornburg DE-029'] = 18134;
legislatorIdToState[18134] = 'DE';

DELegislators[51] = "Rep. Bobby Outten DE-030";
legislatorsHash['Rep. Bobby Outten DE-030'] = 22858;
legislatorIdToState[22858] = 'DE';

DELegislators[52] = "Rep. Darryl Scott DE-031";
legislatorsHash['Rep. Darryl Scott DE-031'] = 127623;
legislatorIdToState[127623] = 'DE';

DELegislators[53] = "Rep. Brad Bennett DE-032";
legislatorsHash['Rep. Brad Bennett DE-032'] = 127624;
legislatorIdToState[127624] = 'DE';

DELegislators[54] = "Rep. Bob Walls DE-033";
legislatorsHash['Rep. Bob Walls DE-033'] = 22861;
legislatorIdToState[22861] = 'DE';

DELegislators[55] = "Rep. Don Blakey DE-034";
legislatorsHash['Rep. Don Blakey DE-034'] = 22862;
legislatorIdToState[22862] = 'DE';

DELegislators[56] = "Rep. David Wilson DE-035";
legislatorsHash['Rep. David Wilson DE-035'] = 127627;
legislatorIdToState[127627] = 'DE';

DELegislators[57] = "Rep. V. Carey DE-036";
legislatorsHash['Rep. V. Carey DE-036'] = 22863;
legislatorIdToState[22863] = 'DE';

DELegislators[58] = "Rep. Joe Booth DE-037";
legislatorsHash['Rep. Joe Booth DE-037'] = 18334;
legislatorIdToState[18334] = 'DE';

DELegislators[59] = "Rep. Gerald Hocker DE-038";
legislatorsHash['Rep. Gerald Hocker DE-038'] = 20109;
legislatorIdToState[20109] = 'DE';

DELegislators[60] = "Rep. Danny Short DE-039";
legislatorsHash['Rep. Danny Short DE-039'] = 22864;
legislatorIdToState[22864] = 'DE';

DELegislators[61] = "Rep. Biff Lee DE-040";
legislatorsHash['Rep. Biff Lee DE-040'] = 22865;
legislatorIdToState[22865] = 'DE';

DELegislators[62] = "Rep. John Atkins DE-041";
legislatorsHash['Rep. John Atkins DE-041'] = 132885;
legislatorIdToState[132885] = 'DE';

function writeDELegislatorHTML() {
	$('DELegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26196\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26196); return false;\">[X]<\/a>&nbsp; Gov. Jack Markell DE<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26196\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26196\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23098\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23098); return false;\">[X]<\/a>&nbsp; Sen. Harris McDowell DE-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23098\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23098\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23099\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23099); return false;\">[X]<\/a>&nbsp; Sen. Margaret Henry DE-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23099\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23099\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23100\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23100); return false;\">[X]<\/a>&nbsp; Sen. Bob Marshall DE-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23100\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23100\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132887\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132887); return false;\">[X]<\/a>&nbsp; Sen. Michael Katz DE-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132887\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132887\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21091\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21091); return false;\">[X]<\/a>&nbsp; Sen. Catherine Cloutier DE-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21091\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21091\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23101\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23101); return false;\">[X]<\/a>&nbsp; Sen. Liane Sorenson DE-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23101\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23101\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17995\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17995); return false;\">[X]<\/a>&nbsp; Sen. Patricia Blevins DE-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17995\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17995\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23118\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23118); return false;\">[X]<\/a>&nbsp; Sen. David Sokola DE-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23118\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23118\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20121\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20121); return false;\">[X]<\/a>&nbsp; Sen. Karen Peterson DE-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20121\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20121\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127582\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127582); return false;\">[X]<\/a>&nbsp; Sen. Bethany Hall-Long DE-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127582\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127582\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23121\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23121); return false;\">[X]<\/a>&nbsp; Sen. Anthony DeLuca DE-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23121\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23121\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23122\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23122); return false;\">[X]<\/a>&nbsp; Sen. Dori Connor DE-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23122\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23122\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23123\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23123); return false;\">[X]<\/a>&nbsp; Sen. David McBride DE-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23123\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23123\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23124\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23124); return false;\">[X]<\/a>&nbsp; Sen. Bruce Ennis DE-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23124\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23124\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23125\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23125); return false;\">[X]<\/a>&nbsp; Sen. Nancy Cook DE-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23125\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23125\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17996\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17996); return false;\">[X]<\/a>&nbsp; Sen. Colin Bonini DE-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17996\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17996\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127589\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127589); return false;\">[X]<\/a>&nbsp; Sen. Brian Bushweller DE-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127589\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127589\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23119\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23119); return false;\">[X]<\/a>&nbsp; Sen. Gary Simpson DE-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23119\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23119\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23186\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23186); return false;\">[X]<\/a>&nbsp; Sen. Thurman Adams DE-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23186\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23186\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23187\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23187); return false;\">[X]<\/a>&nbsp; Sen. George Bunting DE-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23187\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23187\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23188\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23188); return false;\">[X]<\/a>&nbsp; Sen. Robert Venables DE-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23188\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23188\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23189\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23189); return false;\">[X]<\/a>&nbsp; Rep. Dennis Williams DE-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23189\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23189\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20671\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20671); return false;\">[X]<\/a>&nbsp; Rep. Hazel Plant DE-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20671\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20671\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23191\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23191); return false;\">[X]<\/a>&nbsp; Rep. Helene Keeley DE-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23191\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23191\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23190\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23190); return false;\">[X]<\/a>&nbsp; Rep. Gerald Brady DE-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23190\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23190\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132884\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132884); return false;\">[X]<\/a>&nbsp; Rep. Melanie Marshall DE-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132884\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132884\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127598\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127598); return false;\">[X]<\/a>&nbsp; Rep. Tom Kovach DE-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127598\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127598\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22833\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22833); return false;\">[X]<\/a>&nbsp; Rep. Bryon Short DE-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22833\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22833\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132880\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132880); return false;\">[X]<\/a>&nbsp; Rep. S. Quinton Johnson DE-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132880\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132880\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22834\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22834); return false;\">[X]<\/a>&nbsp; Rep. Dick Cathcart DE-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22834\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22834\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127602\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127602); return false;\">[X]<\/a>&nbsp; Rep. Dennis Williams DE-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127602\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127602\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21816\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21816); return false;\">[X]<\/a>&nbsp; Rep. Gregory Lavelle DE-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21816\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21816\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22836\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22836); return false;\">[X]<\/a>&nbsp; Rep. Deborah Hudson DE-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22836\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22836\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22837\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22837); return false;\">[X]<\/a>&nbsp; Rep. Larry Mitchell DE-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22837\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22837\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20108\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20108); return false;\">[X]<\/a>&nbsp; Rep. Peter Schwartzkopf DE-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20108\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20108\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22838\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22838); return false;\">[X]<\/a>&nbsp; Rep. Valerie Longhurst DE-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22838\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22838\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22839\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22839); return false;\">[X]<\/a>&nbsp; Rep. J. J. Johnson DE-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22839\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22839\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17998\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17998); return false;\">[X]<\/a>&nbsp; Rep. Michael Mulrooney DE-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17998\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17998\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127610\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127610); return false;\">[X]<\/a>&nbsp; Rep. Michael Barbieri DE-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127610\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127610\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22849\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22849); return false;\">[X]<\/a>&nbsp; Rep. Robert Gilligan DE-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22849\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22849\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22850\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22850); return false;\">[X]<\/a>&nbsp; Rep. Nick Manolakos DE-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22850\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22850\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127613\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127613); return false;\">[X]<\/a>&nbsp; Rep. Michael Ramone DE-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127613\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127613\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22852\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22852); return false;\">[X]<\/a>&nbsp; Rep. Joseph Miro DE-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22852\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22852\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22853\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22853); return false;\">[X]<\/a>&nbsp; Rep. Teresa Schooley DE-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22853\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22853\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22854\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22854); return false;\">[X]<\/a>&nbsp; Rep. Bill Oberle DE-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22854\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22854\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection17999\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(17999); return false;\">[X]<\/a>&nbsp; Rep. John Kowalko DE-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox17999\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"17999\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22855\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22855); return false;\">[X]<\/a>&nbsp; Rep. John Viola DE-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22855\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22855\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127619\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127619); return false;\">[X]<\/a>&nbsp; Rep. Earl Jaques DE-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127619\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127619\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22857\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22857); return false;\">[X]<\/a>&nbsp; Rep. Lumpy Carson DE-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22857\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22857\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18134\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18134); return false;\">[X]<\/a>&nbsp; Rep. Pam Thornburg DE-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18134\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18134\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22858\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22858); return false;\">[X]<\/a>&nbsp; Rep. Bobby Outten DE-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22858\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22858\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127623\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127623); return false;\">[X]<\/a>&nbsp; Rep. Darryl Scott DE-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127623\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127623\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127624\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127624); return false;\">[X]<\/a>&nbsp; Rep. Brad Bennett DE-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127624\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127624\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22861\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22861); return false;\">[X]<\/a>&nbsp; Rep. Bob Walls DE-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22861\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22861\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22862\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22862); return false;\">[X]<\/a>&nbsp; Rep. Don Blakey DE-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22862\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22862\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127627\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127627); return false;\">[X]<\/a>&nbsp; Rep. David Wilson DE-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127627\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127627\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22863\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22863); return false;\">[X]<\/a>&nbsp; Rep. V. Carey DE-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22863\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22863\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18334\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18334); return false;\">[X]<\/a>&nbsp; Rep. Joe Booth DE-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18334\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18334\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20109\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20109); return false;\">[X]<\/a>&nbsp; Rep. Gerald Hocker DE-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20109\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20109\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22864\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22864); return false;\">[X]<\/a>&nbsp; Rep. Danny Short DE-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22864\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22864\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22865\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22865); return false;\">[X]<\/a>&nbsp; Rep. Biff Lee DE-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22865\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22865\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132885\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132885); return false;\">[X]<\/a>&nbsp; Rep. John Atkins DE-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132885\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132885\" /><\/span>';
}

var FLLegislators = new Array();

FLLegislators[0] = "Gov. Charlie Crist FL";
legislatorsHash['Gov. Charlie Crist FL'] = 26138;
legislatorIdToState[26138] = 'FL';

FLLegislators[1] = "Sen. Tony Hill FL-001";
legislatorsHash['Sen. Tony Hill FL-001'] = 19478;
legislatorIdToState[19478] = 'FL';

FLLegislators[2] = "Sen. Durell Peaden FL-002";
legislatorsHash['Sen. Durell Peaden FL-002'] = 20922;
legislatorIdToState[20922] = 'FL';

FLLegislators[3] = "Sen. Charlie Dean FL-003";
legislatorsHash['Sen. Charlie Dean FL-003'] = 20865;
legislatorIdToState[20865] = 'FL';

FLLegislators[4] = "Sen. Don Gaetz FL-004";
legislatorsHash['Sen. Don Gaetz FL-004'] = 19479;
legislatorIdToState[19479] = 'FL';

FLLegislators[5] = "Sen. Steve Wise FL-005";
legislatorsHash['Sen. Steve Wise FL-005'] = 20891;
legislatorIdToState[20891] = 'FL';

FLLegislators[6] = "Sen. Al Lawson FL-006";
legislatorsHash['Sen. Al Lawson FL-006'] = 19480;
legislatorIdToState[19480] = 'FL';

FLLegislators[7] = "Sen. Evelyn Lynn FL-007";
legislatorsHash['Sen. Evelyn Lynn FL-007'] = 18282;
legislatorIdToState[18282] = 'FL';

FLLegislators[8] = "Sen. Jim King FL-008";
legislatorsHash['Sen. Jim King FL-008'] = 22866;
legislatorIdToState[22866] = 'FL';

FLLegislators[9] = "Sen. Andy Gardiner FL-009";
legislatorsHash['Sen. Andy Gardiner FL-009'] = 127645;
legislatorIdToState[127645] = 'FL';

FLLegislators[10] = "Sen. Ronda Storms FL-010";
legislatorsHash['Sen. Ronda Storms FL-010'] = 18001;
legislatorIdToState[18001] = 'FL';

FLLegislators[11] = "Sen. Mike Fasano FL-011";
legislatorsHash['Sen. Mike Fasano FL-011'] = 20698;
legislatorIdToState[20698] = 'FL';

FLLegislators[12] = "Sen. Victor Crist FL-012";
legislatorsHash['Sen. Victor Crist FL-012'] = 19481;
legislatorIdToState[19481] = 'FL';

FLLegislators[13] = "Sen. Dennis Jones FL-013";
legislatorsHash['Sen. Dennis Jones FL-013'] = 20859;
legislatorIdToState[20859] = 'FL';

FLLegislators[14] = "Sen. Steve Oelrich FL-014";
legislatorsHash['Sen. Steve Oelrich FL-014'] = 18215;
legislatorIdToState[18215] = 'FL';

FLLegislators[15] = "Sen. Paula Dockery FL-015";
legislatorsHash['Sen. Paula Dockery FL-015'] = 18425;
legislatorIdToState[18425] = 'FL';

FLLegislators[16] = "Sen. Charlie Justice FL-016";
legislatorsHash['Sen. Charlie Justice FL-016'] = 22869;
legislatorIdToState[22869] = 'FL';

FLLegislators[17] = "Sen. J.D. Alexander FL-017";
legislatorsHash['Sen. J.D. Alexander FL-017'] = 19647;
legislatorIdToState[19647] = 'FL';

FLLegislators[18] = "Sen. Arthenia Joyner FL-018";
legislatorsHash['Sen. Arthenia Joyner FL-018'] = 19649;
legislatorIdToState[19649] = 'FL';

FLLegislators[19] = "Sen. Gary Siplin FL-019";
legislatorsHash['Sen. Gary Siplin FL-019'] = 19650;
legislatorIdToState[19650] = 'FL';

FLLegislators[20] = "Sen. Carey Baker FL-020";
legislatorsHash['Sen. Carey Baker FL-020'] = 22867;
legislatorIdToState[22867] = 'FL';

FLLegislators[21] = "Sen. Mike Bennett FL-021";
legislatorsHash['Sen. Mike Bennett FL-021'] = 20866;
legislatorIdToState[20866] = 'FL';

FLLegislators[22] = "Sen. Lee Constantine FL-022";
legislatorsHash['Sen. Lee Constantine FL-022'] = 21037;
legislatorIdToState[21037] = 'FL';

FLLegislators[23] = "Sen. Nancy Detert FL-023";
legislatorsHash['Sen. Nancy Detert FL-023'] = 127657;
legislatorIdToState[127657] = 'FL';

FLLegislators[24] = "Sen. Thad Altman FL-024";
legislatorsHash['Sen. Thad Altman FL-024'] = 131124;
legislatorIdToState[131124] = 'FL';

FLLegislators[25] = "Sen. Jeff Atwater FL-025";
legislatorsHash['Sen. Jeff Atwater FL-025'] = 20401;
legislatorIdToState[20401] = 'FL';

FLLegislators[26] = "Sen. Mike Haridopolos FL-026";
legislatorsHash['Sen. Mike Haridopolos FL-026'] = 18475;
legislatorIdToState[18475] = 'FL';

FLLegislators[27] = "Sen. Dave Aronberg FL-027";
legislatorsHash['Sen. Dave Aronberg FL-027'] = 18283;
legislatorIdToState[18283] = 'FL';

FLLegislators[28] = "Sen. Ken Pruitt FL-028";
legislatorsHash['Sen. Ken Pruitt FL-028'] = 19651;
legislatorIdToState[19651] = 'FL';

FLLegislators[29] = "Sen. Chris Smith FL-029";
legislatorsHash['Sen. Chris Smith FL-029'] = 127663;
legislatorIdToState[127663] = 'FL';

FLLegislators[30] = "Sen. Ted Deutch FL-030";
legislatorsHash['Sen. Ted Deutch FL-030'] = 22871;
legislatorIdToState[22871] = 'FL';

FLLegislators[31] = "Sen. Eleanor Sobel FL-031";
legislatorsHash['Sen. Eleanor Sobel FL-031'] = 127662;
legislatorIdToState[127662] = 'FL';

FLLegislators[32] = "Sen. Jeremy Ring FL-032";
legislatorsHash['Sen. Jeremy Ring FL-032'] = 19228;
legislatorIdToState[19228] = 'FL';

FLLegislators[33] = "Sen. Frederica Wilson FL-033";
legislatorsHash['Sen. Frederica Wilson FL-033'] = 19079;
legislatorIdToState[19079] = 'FL';

FLLegislators[34] = "Sen. Nan Rich FL-034";
legislatorsHash['Sen. Nan Rich FL-034'] = 21048;
legislatorIdToState[21048] = 'FL';

FLLegislators[35] = "Sen. Dan Gelber FL-035";
legislatorsHash['Sen. Dan Gelber FL-035'] = 134000;
legislatorIdToState[134000] = 'FL';

FLLegislators[36] = "Sen. Alex Diaz de la Portilla FL-036";
legislatorsHash['Sen. Alex Diaz de la Portilla FL-036'] = 22874;
legislatorIdToState[22874] = 'FL';

FLLegislators[37] = "Sen. Garrett Richter FL-037";
legislatorsHash['Sen. Garrett Richter FL-037'] = 134003;
legislatorIdToState[134003] = 'FL';

FLLegislators[38] = "Sen. Alex Villalobos FL-038";
legislatorsHash['Sen. Alex Villalobos FL-038'] = 20920;
legislatorIdToState[20920] = 'FL';

FLLegislators[39] = "Sen. Larcenia Bullard FL-039";
legislatorsHash['Sen. Larcenia Bullard FL-039'] = 20862;
legislatorIdToState[20862] = 'FL';

FLLegislators[40] = "Sen. Rudy Garcia FL-040";
legislatorsHash['Sen. Rudy Garcia FL-040'] = 19653;
legislatorIdToState[19653] = 'FL';

FLLegislators[41] = "Rep. Greg Evers FL-001";
legislatorsHash['Rep. Greg Evers FL-001'] = 18244;
legislatorIdToState[18244] = 'FL';

FLLegislators[42] = "Rep. Dave Murzin FL-002";
legislatorsHash['Rep. Dave Murzin FL-002'] = 20623;
legislatorIdToState[20623] = 'FL';

FLLegislators[43] = "Rep. C.V. Ford FL-003";
legislatorsHash['Rep. C.V. Ford FL-003'] = 21720;
legislatorIdToState[21720] = 'FL';

FLLegislators[44] = "Rep. Ray Sansom FL-004";
legislatorsHash['Rep. Ray Sansom FL-004'] = 18279;
legislatorIdToState[18279] = 'FL';

FLLegislators[45] = "Rep. Brad Drake FL-005";
legislatorsHash['Rep. Brad Drake FL-005'] = 130284;
legislatorIdToState[130284] = 'FL';

FLLegislators[46] = "Rep. Jimmy Patronis FL-006";
legislatorsHash['Rep. Jimmy Patronis FL-006'] = 22875;
legislatorIdToState[22875] = 'FL';

FLLegislators[47] = "Rep. Marti Coley FL-007";
legislatorsHash['Rep. Marti Coley FL-007'] = 22876;
legislatorIdToState[22876] = 'FL';

FLLegislators[48] = "Rep. Alan Williams FL-008";
legislatorsHash['Rep. Alan Williams FL-008'] = 130285;
legislatorIdToState[130285] = 'FL';

FLLegislators[49] = "Rep. Michelle Rehwinkel Vasilinda FL-009";
legislatorsHash['Rep. Michelle Rehwinkel Vasilinda FL-009'] = 130286;
legislatorIdToState[130286] = 'FL';

FLLegislators[50] = "Rep. Leonard Bembry FL-010";
legislatorsHash['Rep. Leonard Bembry FL-010'] = 130287;
legislatorIdToState[130287] = 'FL';

FLLegislators[51] = "Rep. Debbie Boyd FL-011";
legislatorsHash['Rep. Debbie Boyd FL-011'] = 18002;
legislatorIdToState[18002] = 'FL';

FLLegislators[52] = "Rep. Janet Adkins FL-012";
legislatorsHash['Rep. Janet Adkins FL-012'] = 130288;
legislatorIdToState[130288] = 'FL';

FLLegislators[53] = "Rep. JC Carroll FL-013";
legislatorsHash['Rep. JC Carroll FL-013'] = 18872;
legislatorIdToState[18872] = 'FL';

FLLegislators[54] = "Rep. Mia Jones FL-014";
legislatorsHash['Rep. Mia Jones FL-014'] = 130290;
legislatorIdToState[130290] = 'FL';

FLLegislators[55] = "Rep. Audrey Gibson FL-015";
legislatorsHash['Rep. Audrey Gibson FL-015'] = 20621;
legislatorIdToState[20621] = 'FL';

FLLegislators[56] = "Rep. Charles McBurney FL-016";
legislatorsHash['Rep. Charles McBurney FL-016'] = 21726;
legislatorIdToState[21726] = 'FL';

FLLegislators[57] = "Rep. Lake Ray FL-017";
legislatorsHash['Rep. Lake Ray FL-017'] = 130292;
legislatorIdToState[130292] = 'FL';

FLLegislators[58] = "Rep. Doc Renuart FL-018";
legislatorsHash['Rep. Doc Renuart FL-018'] = 130293;
legislatorIdToState[130293] = 'FL';

FLLegislators[59] = "Rep. Mike Weinstein FL-019";
legislatorsHash['Rep. Mike Weinstein FL-019'] = 130294;
legislatorIdToState[130294] = 'FL';

FLLegislators[60] = "Rep. Bill Proctor FL-020";
legislatorsHash['Rep. Bill Proctor FL-020'] = 22877;
legislatorIdToState[22877] = 'FL';

FLLegislators[61] = "Rep. Charles Van Zant FL-021";
legislatorsHash['Rep. Charles Van Zant FL-021'] = 130295;
legislatorIdToState[130295] = 'FL';

FLLegislators[62] = "Rep. Larry Cretul FL-022";
legislatorsHash['Rep. Larry Cretul FL-022'] = 19399;
legislatorIdToState[19399] = 'FL';

FLLegislators[63] = "Rep. Chuck Chestnut FL-023";
legislatorsHash['Rep. Chuck Chestnut FL-023'] = 21731;
legislatorIdToState[21731] = 'FL';

FLLegislators[64] = "Rep. Kurt Kelly FL-024";
legislatorsHash['Rep. Kurt Kelly FL-024'] = 18153;
legislatorIdToState[18153] = 'FL';

FLLegislators[65] = "Rep. Alan Hays FL-025";
legislatorsHash['Rep. Alan Hays FL-025'] = 21792;
legislatorIdToState[21792] = 'FL';

FLLegislators[66] = "Rep. Pat Patterson FL-026";
legislatorsHash['Rep. Pat Patterson FL-026'] = 20613;
legislatorIdToState[20613] = 'FL';

FLLegislators[67] = "Rep. Dwayne Taylor FL-027";
legislatorsHash['Rep. Dwayne Taylor FL-027'] = 133954;
legislatorIdToState[133954] = 'FL';

FLLegislators[68] = "Rep. Dorothy Hukill FL-028";
legislatorsHash['Rep. Dorothy Hukill FL-028'] = 22878;
legislatorIdToState[22878] = 'FL';

FLLegislators[69] = "Rep. Ralph Poppell FL-029";
legislatorsHash['Rep. Ralph Poppell FL-029'] = 20610;
legislatorIdToState[20610] = 'FL';

FLLegislators[70] = "Rep. Ritch Workman FL-030";
legislatorsHash['Rep. Ritch Workman FL-030'] = 134874;
legislatorIdToState[134874] = 'FL';

FLLegislators[71] = "Rep. John Tobia FL-031";
legislatorsHash['Rep. John Tobia FL-031'] = 130301;
legislatorIdToState[130301] = 'FL';

FLLegislators[72] = "Rep. Steve Crisafulli FL-032";
legislatorsHash['Rep. Steve Crisafulli FL-032'] = 130302;
legislatorIdToState[130302] = 'FL';

FLLegislators[73] = "Rep. Sandy Adams FL-033";
legislatorsHash['Rep. Sandy Adams FL-033'] = 20062;
legislatorIdToState[20062] = 'FL';

FLLegislators[74] = "Rep. Chris Dorworth FL-034";
legislatorsHash['Rep. Chris Dorworth FL-034'] = 21795;
legislatorIdToState[21795] = 'FL';

FLLegislators[75] = "Rep. Dean Cannon FL-035";
legislatorsHash['Rep. Dean Cannon FL-035'] = 21796;
legislatorIdToState[21796] = 'FL';

FLLegislators[76] = "Rep. Scott Randolph FL-036";
legislatorsHash['Rep. Scott Randolph FL-036'] = 20634;
legislatorIdToState[20634] = 'FL';

FLLegislators[77] = "Rep. Scott Plakon FL-037";
legislatorsHash['Rep. Scott Plakon FL-037'] = 130305;
legislatorIdToState[130305] = 'FL';

FLLegislators[78] = "Rep. Bryan Nelson FL-038";
legislatorsHash['Rep. Bryan Nelson FL-038'] = 22879;
legislatorIdToState[22879] = 'FL';

FLLegislators[79] = "Rep. Geri Thompson FL-039";
legislatorsHash['Rep. Geri Thompson FL-039'] = 20630;
legislatorIdToState[20630] = 'FL';

FLLegislators[80] = "Rep. Eric Eisnaugle FL-040";
legislatorsHash['Rep. Eric Eisnaugle FL-040'] = 130307;
legislatorIdToState[130307] = 'FL';

FLLegislators[81] = "Rep. Stephen Precourt FL-041";
legislatorsHash['Rep. Stephen Precourt FL-041'] = 22880;
legislatorIdToState[22880] = 'FL';

FLLegislators[82] = "Rep. H. Marlene O\'Toole FL-042";
legislatorsHash['Rep. H. Marlene O\'Toole FL-042'] = 130308;
legislatorIdToState[130308] = 'FL';

FLLegislators[83] = "Rep. Ron Schultz FL-043";
legislatorsHash['Rep. Ron Schultz FL-043'] = 20609;
legislatorIdToState[20609] = 'FL';

FLLegislators[84] = "Rep. Rob Schenck FL-044";
legislatorsHash['Rep. Rob Schenck FL-044'] = 22881;
legislatorIdToState[22881] = 'FL';

FLLegislators[85] = "Rep. Tom Anderson FL-045";
legislatorsHash['Rep. Tom Anderson FL-045'] = 20616;
legislatorIdToState[20616] = 'FL';

FLLegislators[86] = "Rep. John Legg FL-046";
legislatorsHash['Rep. John Legg FL-046'] = 22882;
legislatorIdToState[22882] = 'FL';

FLLegislators[87] = "Rep. Kevin Ambler FL-047";
legislatorsHash['Rep. Kevin Ambler FL-047'] = 20637;
legislatorIdToState[20637] = 'FL';

FLLegislators[88] = "Rep. Peter Nehr FL-048";
legislatorsHash['Rep. Peter Nehr FL-048'] = 18003;
legislatorIdToState[18003] = 'FL';

FLLegislators[89] = "Rep. Darren Soto FL-049";
legislatorsHash['Rep. Darren Soto FL-049'] = 20612;
legislatorIdToState[20612] = 'FL';

FLLegislators[90] = "Rep. Ed Hooper FL-050";
legislatorsHash['Rep. Ed Hooper FL-050'] = 21492;
legislatorIdToState[21492] = 'FL';

FLLegislators[91] = "Rep. Janet Long FL-051";
legislatorsHash['Rep. Janet Long FL-051'] = 22883;
legislatorIdToState[22883] = 'FL';

FLLegislators[92] = "Rep. Bill Heller FL-052";
legislatorsHash['Rep. Bill Heller FL-052'] = 22884;
legislatorIdToState[22884] = 'FL';

FLLegislators[93] = "Rep. Rick Kriseman FL-053";
legislatorsHash['Rep. Rick Kriseman FL-053'] = 21493;
legislatorIdToState[21493] = 'FL';

FLLegislators[94] = "Rep. Jim Frishe FL-054";
legislatorsHash['Rep. Jim Frishe FL-054'] = 18908;
legislatorIdToState[18908] = 'FL';

FLLegislators[95] = "Rep. Darryl Rouson FL-055";
legislatorsHash['Rep. Darryl Rouson FL-055'] = 130312;
legislatorIdToState[130312] = 'FL';

FLLegislators[96] = "Rep. Rachel Burgin FL-056";
legislatorsHash['Rep. Rachel Burgin FL-056'] = 127729;
legislatorIdToState[127729] = 'FL';

FLLegislators[97] = "Rep. Faye Culp FL-057";
legislatorsHash['Rep. Faye Culp FL-057'] = 20618;
legislatorIdToState[20618] = 'FL';

FLLegislators[98] = "Rep. Michael Scionti FL-058";
legislatorsHash['Rep. Michael Scionti FL-058'] = 22886;
legislatorIdToState[22886] = 'FL';

FLLegislators[99] = "Rep. Betty Reed FL-059";
legislatorsHash['Rep. Betty Reed FL-059'] = 21495;
legislatorIdToState[21495] = 'FL';

FLLegislators[100] = "Rep. Ed Homan FL-060";
legislatorsHash['Rep. Ed Homan FL-060'] = 20628;
legislatorIdToState[20628] = 'FL';

FLLegislators[101] = "Rep. Will Weatherford FL-061";
legislatorsHash['Rep. Will Weatherford FL-061'] = 22887;
legislatorIdToState[22887] = 'FL';

FLLegislators[102] = "Rep. Rich Glorioso FL-062";
legislatorsHash['Rep. Rich Glorioso FL-062'] = 22888;
legislatorIdToState[22888] = 'FL';

FLLegislators[103] = "Rep. Seth McKeel FL-063";
legislatorsHash['Rep. Seth McKeel FL-063'] = 21496;
legislatorIdToState[21496] = 'FL';

FLLegislators[104] = "Rep. Kelli Stargel FL-064";
legislatorsHash['Rep. Kelli Stargel FL-064'] = 132184;
legislatorIdToState[132184] = 'FL';

FLLegislators[105] = "Rep. John Wood FL-065";
legislatorsHash['Rep. John Wood FL-065'] = 130316;
legislatorIdToState[130316] = 'FL';

FLLegislators[106] = "Rep. Baxter Troutman FL-066";
legislatorsHash['Rep. Baxter Troutman FL-066'] = 20607;
legislatorIdToState[20607] = 'FL';

FLLegislators[107] = "Rep. Ron Reagan FL-067";
legislatorsHash['Rep. Ron Reagan FL-067'] = 18277;
legislatorIdToState[18277] = 'FL';

FLLegislators[108] = "Rep. Bill Galvano FL-068";
legislatorsHash['Rep. Bill Galvano FL-068'] = 20617;
legislatorIdToState[20617] = 'FL';

FLLegislators[109] = "Rep. Keith Fitzgerald FL-069";
legislatorsHash['Rep. Keith Fitzgerald FL-069'] = 21498;
legislatorIdToState[21498] = 'FL';

FLLegislators[110] = "Rep. Doug Holder FL-070";
legislatorsHash['Rep. Doug Holder FL-070'] = 22889;
legislatorIdToState[22889] = 'FL';

FLLegislators[111] = "Rep. Ken Roberson FL-071";
legislatorsHash['Rep. Ken Roberson FL-071'] = 130319;
legislatorIdToState[130319] = 'FL';

FLLegislators[112] = "Rep. Paige Kreegel FL-072";
legislatorsHash['Rep. Paige Kreegel FL-072'] = 18004;
legislatorIdToState[18004] = 'FL';

FLLegislators[113] = "Rep. Nick Thompson FL-073";
legislatorsHash['Rep. Nick Thompson FL-073'] = 22890;
legislatorIdToState[22890] = 'FL';

FLLegislators[114] = "Rep. Gary Aubuchon FL-074";
legislatorsHash['Rep. Gary Aubuchon FL-074'] = 21499;
legislatorIdToState[21499] = 'FL';

FLLegislators[115] = "Rep. Trudi Williams FL-075";
legislatorsHash['Rep. Trudi Williams FL-075'] = 22891;
legislatorIdToState[22891] = 'FL';

FLLegislators[116] = "Rep. Tom Grady FL-076";
legislatorsHash['Rep. Tom Grady FL-076'] = 127748;
legislatorIdToState[127748] = 'FL';

FLLegislators[117] = "Rep. Denise Grimsley FL-077";
legislatorsHash['Rep. Denise Grimsley FL-077'] = 22893;
legislatorIdToState[22893] = 'FL';

FLLegislators[118] = "Rep. Kevin Rader FL-078";
legislatorsHash['Rep. Kevin Rader FL-078'] = 130321;
legislatorIdToState[130321] = 'FL';

FLLegislators[119] = "Rep. Mike Horner FL-079";
legislatorsHash['Rep. Mike Horner FL-079'] = 130322;
legislatorIdToState[130322] = 'FL';

FLLegislators[120] = "Rep. Debbie Mayfield FL-080";
legislatorsHash['Rep. Debbie Mayfield FL-080'] = 130323;
legislatorIdToState[130323] = 'FL';

FLLegislators[121] = "Rep. Adam Fetterman FL-081";
legislatorsHash['Rep. Adam Fetterman FL-081'] = 130324;
legislatorIdToState[130324] = 'FL';

FLLegislators[122] = "Rep. William Snyder FL-082";
legislatorsHash['Rep. William Snyder FL-082'] = 21504;
legislatorIdToState[21504] = 'FL';

FLLegislators[123] = "Rep. Carl Domino FL-083";
legislatorsHash['Rep. Carl Domino FL-083'] = 19405;
legislatorIdToState[19405] = 'FL';

FLLegislators[124] = "Rep. Priscilla Taylor FL-084";
legislatorsHash['Rep. Priscilla Taylor FL-084'] = 21505;
legislatorIdToState[21505] = 'FL';

FLLegislators[125] = "Rep. Joseph Abruzzo FL-085";
legislatorsHash['Rep. Joseph Abruzzo FL-085'] = 132188;
legislatorIdToState[132188] = 'FL';

FLLegislators[126] = "Rep. Maria Sachs FL-086";
legislatorsHash['Rep. Maria Sachs FL-086'] = 18156;
legislatorIdToState[18156] = 'FL';

FLLegislators[127] = "Rep. Adam Hasner FL-087";
legislatorsHash['Rep. Adam Hasner FL-087'] = 20608;
legislatorIdToState[20608] = 'FL';

FLLegislators[128] = "Rep. Mark Pafford FL-088";
legislatorsHash['Rep. Mark Pafford FL-088'] = 133961;
legislatorIdToState[133961] = 'FL';

FLLegislators[129] = "Rep. Mary Brandenburg FL-089";
legislatorsHash['Rep. Mary Brandenburg FL-089'] = 20639;
legislatorIdToState[20639] = 'FL';

FLLegislators[130] = "Rep. Kelly Skidmore FL-090";
legislatorsHash['Rep. Kelly Skidmore FL-090'] = 21506;
legislatorIdToState[21506] = 'FL';

FLLegislators[131] = "Rep. Ellyn Bogdanoff FL-091";
legislatorsHash['Rep. Ellyn Bogdanoff FL-091'] = 18568;
legislatorIdToState[18568] = 'FL';

FLLegislators[132] = "Rep. Gwyn Clarke Reed FL-092";
legislatorsHash['Rep. Gwyn Clarke Reed FL-092'] = 130332;
legislatorIdToState[130332] = 'FL';

FLLegislators[133] = "Rep. Perry Thurston FL-093";
legislatorsHash['Rep. Perry Thurston FL-093'] = 22896;
legislatorIdToState[22896] = 'FL';

FLLegislators[134] = "Rep. Hazelle Rogers FL-094";
legislatorsHash['Rep. Hazelle Rogers FL-094'] = 130333;
legislatorIdToState[130333] = 'FL';

FLLegislators[135] = "Rep. Jim Waldman FL-095";
legislatorsHash['Rep. Jim Waldman FL-095'] = 18005;
legislatorIdToState[18005] = 'FL';

FLLegislators[136] = "Rep. Ari Porth FL-096";
legislatorsHash['Rep. Ari Porth FL-096'] = 22905;
legislatorIdToState[22905] = 'FL';

FLLegislators[137] = "Rep. MartY Kiar FL-097";
legislatorsHash['Rep. MartY Kiar FL-097'] = 21509;
legislatorIdToState[21509] = 'FL';

FLLegislators[138] = "Rep. Franklin Sands FL-098";
legislatorsHash['Rep. Franklin Sands FL-098'] = 21510;
legislatorIdToState[21510] = 'FL';

FLLegislators[139] = "Rep. Elaine Schwartz FL-099";
legislatorsHash['Rep. Elaine Schwartz FL-099'] = 22907;
legislatorIdToState[22907] = 'FL';

FLLegislators[140] = "Rep. Evan Jenne FL-100";
legislatorsHash['Rep. Evan Jenne FL-100'] = 22906;
legislatorIdToState[22906] = 'FL';

FLLegislators[141] = "Rep. Matt Hudson FL-101";
legislatorsHash['Rep. Matt Hudson FL-101'] = 20619;
legislatorIdToState[20619] = 'FL';

FLLegislators[142] = "Rep. Eddy Gonzalez FL-102";
legislatorsHash['Rep. Eddy Gonzalez FL-102'] = 21511;
legislatorIdToState[21511] = 'FL';

FLLegislators[143] = "Rep. Oscar Braynon FL-103";
legislatorsHash['Rep. Oscar Braynon FL-103'] = 130337;
legislatorIdToState[130337] = 'FL';

FLLegislators[144] = "Rep. Yolly Roberson FL-104";
legislatorsHash['Rep. Yolly Roberson FL-104'] = 18281;
legislatorIdToState[18281] = 'FL';

FLLegislators[145] = "Rep. Joe Gibbons FL-105";
legislatorsHash['Rep. Joe Gibbons FL-105'] = 22908;
legislatorIdToState[22908] = 'FL';

FLLegislators[146] = "Rep. Richard Steinberg FL-106";
legislatorsHash['Rep. Richard Steinberg FL-106'] = 130338;
legislatorIdToState[130338] = 'FL';

FLLegislators[147] = "Rep. Luis Garcia FL-107";
legislatorsHash['Rep. Luis Garcia FL-107'] = 22909;
legislatorIdToState[22909] = 'FL';

FLLegislators[148] = "Rep. Ronald Brise FL-108";
legislatorsHash['Rep. Ronald Brise FL-108'] = 21521;
legislatorIdToState[21521] = 'FL';

FLLegislators[149] = "Rep. James Bush FL-109";
legislatorsHash['Rep. James Bush FL-109'] = 130340;
legislatorIdToState[130340] = 'FL';

FLLegislators[150] = "Rep. Esteban Bovo FL-110";
legislatorsHash['Rep. Esteban Bovo FL-110'] = 131325;
legislatorIdToState[131325] = 'FL';

FLLegislators[151] = "Rep. Erik Fresen FL-111";
legislatorsHash['Rep. Erik Fresen FL-111'] = 127759;
legislatorIdToState[127759] = 'FL';

FLLegislators[152] = "Rep. David Rivera FL-112";
legislatorsHash['Rep. David Rivera FL-112'] = 19413;
legislatorIdToState[19413] = 'FL';

FLLegislators[153] = "Rep. Carlos Lopez-Cantera FL-113";
legislatorsHash['Rep. Carlos Lopez-Cantera FL-113'] = 22910;
legislatorIdToState[22910] = 'FL';

FLLegislators[154] = "Rep. Anitere Flores FL-114";
legislatorsHash['Rep. Anitere Flores FL-114'] = 22911;
legislatorIdToState[22911] = 'FL';

FLLegislators[155] = "Rep. J.C. Planas FL-115";
legislatorsHash['Rep. J.C. Planas FL-115'] = 20614;
legislatorIdToState[20614] = 'FL';

FLLegislators[156] = "Rep. Marcelo Llorente FL-116";
legislatorsHash['Rep. Marcelo Llorente FL-116'] = 20611;
legislatorIdToState[20611] = 'FL';

FLLegislators[157] = "Rep. Julio Robaina FL-117";
legislatorsHash['Rep. Julio Robaina FL-117'] = 20620;
legislatorIdToState[20620] = 'FL';

FLLegislators[158] = "Rep. Dwight Bullard FL-118";
legislatorsHash['Rep. Dwight Bullard FL-118'] = 130341;
legislatorIdToState[130341] = 'FL';

FLLegislators[159] = "Rep. Juan Zapata FL-119";
legislatorsHash['Rep. Juan Zapata FL-119'] = 20622;
legislatorIdToState[20622] = 'FL';

FLLegislators[160] = "Rep. Ron Saunders FL-120";
legislatorsHash['Rep. Ron Saunders FL-120'] = 22895;
legislatorIdToState[22895] = 'FL';

function writeFLLegislatorHTML() {
	$('FLLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26138\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26138); return false;\">[X]<\/a>&nbsp; Gov. Charlie Crist FL<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26138\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26138\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19478\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19478); return false;\">[X]<\/a>&nbsp; Sen. Tony Hill FL-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19478\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19478\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20922\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20922); return false;\">[X]<\/a>&nbsp; Sen. Durell Peaden FL-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20922\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20922\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20865\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20865); return false;\">[X]<\/a>&nbsp; Sen. Charlie Dean FL-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20865\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20865\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19479\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19479); return false;\">[X]<\/a>&nbsp; Sen. Don Gaetz FL-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19479\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19479\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20891\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20891); return false;\">[X]<\/a>&nbsp; Sen. Steve Wise FL-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20891\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20891\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19480\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19480); return false;\">[X]<\/a>&nbsp; Sen. Al Lawson FL-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19480\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19480\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18282\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18282); return false;\">[X]<\/a>&nbsp; Sen. Evelyn Lynn FL-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18282\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18282\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22866\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22866); return false;\">[X]<\/a>&nbsp; Sen. Jim King FL-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22866\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22866\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127645\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127645); return false;\">[X]<\/a>&nbsp; Sen. Andy Gardiner FL-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127645\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127645\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18001\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18001); return false;\">[X]<\/a>&nbsp; Sen. Ronda Storms FL-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18001\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18001\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20698\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20698); return false;\">[X]<\/a>&nbsp; Sen. Mike Fasano FL-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20698\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20698\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19481\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19481); return false;\">[X]<\/a>&nbsp; Sen. Victor Crist FL-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19481\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19481\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20859\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20859); return false;\">[X]<\/a>&nbsp; Sen. Dennis Jones FL-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20859\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20859\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18215\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18215); return false;\">[X]<\/a>&nbsp; Sen. Steve Oelrich FL-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18215\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18215\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18425\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18425); return false;\">[X]<\/a>&nbsp; Sen. Paula Dockery FL-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18425\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18425\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22869\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22869); return false;\">[X]<\/a>&nbsp; Sen. Charlie Justice FL-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22869\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22869\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19647\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19647); return false;\">[X]<\/a>&nbsp; Sen. J.D. Alexander FL-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19647\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19647\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19649\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19649); return false;\">[X]<\/a>&nbsp; Sen. Arthenia Joyner FL-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19649\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19649\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19650\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19650); return false;\">[X]<\/a>&nbsp; Sen. Gary Siplin FL-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19650\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19650\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22867\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22867); return false;\">[X]<\/a>&nbsp; Sen. Carey Baker FL-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22867\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22867\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20866\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20866); return false;\">[X]<\/a>&nbsp; Sen. Mike Bennett FL-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20866\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20866\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21037\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21037); return false;\">[X]<\/a>&nbsp; Sen. Lee Constantine FL-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21037\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21037\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127657\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127657); return false;\">[X]<\/a>&nbsp; Sen. Nancy Detert FL-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127657\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127657\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131124\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131124); return false;\">[X]<\/a>&nbsp; Sen. Thad Altman FL-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131124\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131124\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20401\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20401); return false;\">[X]<\/a>&nbsp; Sen. Jeff Atwater FL-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20401\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20401\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18475\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18475); return false;\">[X]<\/a>&nbsp; Sen. Mike Haridopolos FL-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18475\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18475\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18283\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18283); return false;\">[X]<\/a>&nbsp; Sen. Dave Aronberg FL-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18283\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18283\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19651\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19651); return false;\">[X]<\/a>&nbsp; Sen. Ken Pruitt FL-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19651\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19651\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127663\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127663); return false;\">[X]<\/a>&nbsp; Sen. Chris Smith FL-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127663\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127663\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22871\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22871); return false;\">[X]<\/a>&nbsp; Sen. Ted Deutch FL-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22871\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22871\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127662); return false;\">[X]<\/a>&nbsp; Sen. Eleanor Sobel FL-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19228\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19228); return false;\">[X]<\/a>&nbsp; Sen. Jeremy Ring FL-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19228\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19228\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19079\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19079); return false;\">[X]<\/a>&nbsp; Sen. Frederica Wilson FL-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19079\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19079\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21048\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21048); return false;\">[X]<\/a>&nbsp; Sen. Nan Rich FL-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21048\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21048\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134000\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134000); return false;\">[X]<\/a>&nbsp; Sen. Dan Gelber FL-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134000\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134000\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22874\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22874); return false;\">[X]<\/a>&nbsp; Sen. Alex Diaz de la Portilla FL-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22874\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22874\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134003\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134003); return false;\">[X]<\/a>&nbsp; Sen. Garrett Richter FL-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134003\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134003\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20920\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20920); return false;\">[X]<\/a>&nbsp; Sen. Alex Villalobos FL-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20920\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20920\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20862\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20862); return false;\">[X]<\/a>&nbsp; Sen. Larcenia Bullard FL-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20862\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20862\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19653\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19653); return false;\">[X]<\/a>&nbsp; Sen. Rudy Garcia FL-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19653\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19653\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18244\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18244); return false;\">[X]<\/a>&nbsp; Rep. Greg Evers FL-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18244\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18244\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20623\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20623); return false;\">[X]<\/a>&nbsp; Rep. Dave Murzin FL-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20623\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20623\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21720\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21720); return false;\">[X]<\/a>&nbsp; Rep. C.V. Ford FL-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21720\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21720\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18279\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18279); return false;\">[X]<\/a>&nbsp; Rep. Ray Sansom FL-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18279\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18279\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130284\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130284); return false;\">[X]<\/a>&nbsp; Rep. Brad Drake FL-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130284\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130284\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22875\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22875); return false;\">[X]<\/a>&nbsp; Rep. Jimmy Patronis FL-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22875\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22875\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22876\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22876); return false;\">[X]<\/a>&nbsp; Rep. Marti Coley FL-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22876\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22876\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130285\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130285); return false;\">[X]<\/a>&nbsp; Rep. Alan Williams FL-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130285\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130285\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130286\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130286); return false;\">[X]<\/a>&nbsp; Rep. Michelle Rehwinkel Vasilinda FL-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130286\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130286\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130287\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130287); return false;\">[X]<\/a>&nbsp; Rep. Leonard Bembry FL-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130287\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130287\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18002\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18002); return false;\">[X]<\/a>&nbsp; Rep. Debbie Boyd FL-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18002\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18002\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130288\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130288); return false;\">[X]<\/a>&nbsp; Rep. Janet Adkins FL-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130288\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130288\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18872\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18872); return false;\">[X]<\/a>&nbsp; Rep. JC Carroll FL-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18872\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18872\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130290\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130290); return false;\">[X]<\/a>&nbsp; Rep. Mia Jones FL-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130290\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130290\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20621\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20621); return false;\">[X]<\/a>&nbsp; Rep. Audrey Gibson FL-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20621\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20621\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21726\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21726); return false;\">[X]<\/a>&nbsp; Rep. Charles McBurney FL-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21726\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21726\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130292\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130292); return false;\">[X]<\/a>&nbsp; Rep. Lake Ray FL-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130292\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130292\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130293\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130293); return false;\">[X]<\/a>&nbsp; Rep. Doc Renuart FL-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130293\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130293\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130294\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130294); return false;\">[X]<\/a>&nbsp; Rep. Mike Weinstein FL-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130294\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130294\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22877\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22877); return false;\">[X]<\/a>&nbsp; Rep. Bill Proctor FL-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22877\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22877\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130295\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130295); return false;\">[X]<\/a>&nbsp; Rep. Charles Van Zant FL-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130295\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130295\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19399\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19399); return false;\">[X]<\/a>&nbsp; Rep. Larry Cretul FL-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19399\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19399\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21731\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21731); return false;\">[X]<\/a>&nbsp; Rep. Chuck Chestnut FL-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21731\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21731\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18153\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18153); return false;\">[X]<\/a>&nbsp; Rep. Kurt Kelly FL-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18153\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18153\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21792\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21792); return false;\">[X]<\/a>&nbsp; Rep. Alan Hays FL-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21792\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21792\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20613\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20613); return false;\">[X]<\/a>&nbsp; Rep. Pat Patterson FL-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20613\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20613\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133954\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133954); return false;\">[X]<\/a>&nbsp; Rep. Dwayne Taylor FL-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133954\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133954\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22878\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22878); return false;\">[X]<\/a>&nbsp; Rep. Dorothy Hukill FL-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22878\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22878\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20610\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20610); return false;\">[X]<\/a>&nbsp; Rep. Ralph Poppell FL-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20610\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20610\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134874\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134874); return false;\">[X]<\/a>&nbsp; Rep. Ritch Workman FL-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134874\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134874\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130301\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130301); return false;\">[X]<\/a>&nbsp; Rep. John Tobia FL-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130301\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130301\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130302\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130302); return false;\">[X]<\/a>&nbsp; Rep. Steve Crisafulli FL-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130302\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130302\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20062\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20062); return false;\">[X]<\/a>&nbsp; Rep. Sandy Adams FL-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20062\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20062\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21795\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21795); return false;\">[X]<\/a>&nbsp; Rep. Chris Dorworth FL-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21795\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21795\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21796\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21796); return false;\">[X]<\/a>&nbsp; Rep. Dean Cannon FL-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21796\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21796\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20634\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20634); return false;\">[X]<\/a>&nbsp; Rep. Scott Randolph FL-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20634\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20634\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130305\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130305); return false;\">[X]<\/a>&nbsp; Rep. Scott Plakon FL-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130305\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130305\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22879\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22879); return false;\">[X]<\/a>&nbsp; Rep. Bryan Nelson FL-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22879\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22879\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20630\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20630); return false;\">[X]<\/a>&nbsp; Rep. Geri Thompson FL-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20630\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20630\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130307\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130307); return false;\">[X]<\/a>&nbsp; Rep. Eric Eisnaugle FL-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130307\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130307\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22880\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22880); return false;\">[X]<\/a>&nbsp; Rep. Stephen Precourt FL-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22880\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22880\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130308\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130308); return false;\">[X]<\/a>&nbsp; Rep. H. Marlene O\'Toole FL-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130308\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130308\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20609\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20609); return false;\">[X]<\/a>&nbsp; Rep. Ron Schultz FL-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20609\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20609\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22881\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22881); return false;\">[X]<\/a>&nbsp; Rep. Rob Schenck FL-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22881\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22881\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20616\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20616); return false;\">[X]<\/a>&nbsp; Rep. Tom Anderson FL-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20616\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20616\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22882\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22882); return false;\">[X]<\/a>&nbsp; Rep. John Legg FL-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22882\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22882\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20637\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20637); return false;\">[X]<\/a>&nbsp; Rep. Kevin Ambler FL-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20637\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20637\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18003\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18003); return false;\">[X]<\/a>&nbsp; Rep. Peter Nehr FL-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18003\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18003\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20612\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20612); return false;\">[X]<\/a>&nbsp; Rep. Darren Soto FL-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20612\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20612\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21492\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21492); return false;\">[X]<\/a>&nbsp; Rep. Ed Hooper FL-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21492\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21492\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22883\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22883); return false;\">[X]<\/a>&nbsp; Rep. Janet Long FL-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22883\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22883\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22884\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22884); return false;\">[X]<\/a>&nbsp; Rep. Bill Heller FL-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22884\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22884\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21493\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21493); return false;\">[X]<\/a>&nbsp; Rep. Rick Kriseman FL-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21493\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21493\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18908\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18908); return false;\">[X]<\/a>&nbsp; Rep. Jim Frishe FL-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18908\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18908\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130312\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130312); return false;\">[X]<\/a>&nbsp; Rep. Darryl Rouson FL-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130312\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130312\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127729\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127729); return false;\">[X]<\/a>&nbsp; Rep. Rachel Burgin FL-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127729\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127729\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20618\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20618); return false;\">[X]<\/a>&nbsp; Rep. Faye Culp FL-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20618\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20618\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22886\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22886); return false;\">[X]<\/a>&nbsp; Rep. Michael Scionti FL-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22886\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22886\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21495\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21495); return false;\">[X]<\/a>&nbsp; Rep. Betty Reed FL-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21495\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21495\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20628\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20628); return false;\">[X]<\/a>&nbsp; Rep. Ed Homan FL-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20628\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20628\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22887\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22887); return false;\">[X]<\/a>&nbsp; Rep. Will Weatherford FL-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22887\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22887\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22888\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22888); return false;\">[X]<\/a>&nbsp; Rep. Rich Glorioso FL-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22888\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22888\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21496\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21496); return false;\">[X]<\/a>&nbsp; Rep. Seth McKeel FL-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21496\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21496\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132184\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132184); return false;\">[X]<\/a>&nbsp; Rep. Kelli Stargel FL-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132184\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132184\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130316); return false;\">[X]<\/a>&nbsp; Rep. John Wood FL-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20607\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20607); return false;\">[X]<\/a>&nbsp; Rep. Baxter Troutman FL-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20607\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20607\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18277\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18277); return false;\">[X]<\/a>&nbsp; Rep. Ron Reagan FL-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18277\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18277\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20617\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20617); return false;\">[X]<\/a>&nbsp; Rep. Bill Galvano FL-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20617\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20617\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21498\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21498); return false;\">[X]<\/a>&nbsp; Rep. Keith Fitzgerald FL-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21498\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21498\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22889\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22889); return false;\">[X]<\/a>&nbsp; Rep. Doug Holder FL-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22889\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22889\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130319\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130319); return false;\">[X]<\/a>&nbsp; Rep. Ken Roberson FL-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130319\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130319\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18004\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18004); return false;\">[X]<\/a>&nbsp; Rep. Paige Kreegel FL-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18004\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18004\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22890\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22890); return false;\">[X]<\/a>&nbsp; Rep. Nick Thompson FL-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22890\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22890\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21499\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21499); return false;\">[X]<\/a>&nbsp; Rep. Gary Aubuchon FL-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21499\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21499\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22891\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22891); return false;\">[X]<\/a>&nbsp; Rep. Trudi Williams FL-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22891\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22891\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127748\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127748); return false;\">[X]<\/a>&nbsp; Rep. Tom Grady FL-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127748\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127748\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22893\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22893); return false;\">[X]<\/a>&nbsp; Rep. Denise Grimsley FL-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22893\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22893\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130321\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130321); return false;\">[X]<\/a>&nbsp; Rep. Kevin Rader FL-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130321\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130321\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130322\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130322); return false;\">[X]<\/a>&nbsp; Rep. Mike Horner FL-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130322\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130322\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130323\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130323); return false;\">[X]<\/a>&nbsp; Rep. Debbie Mayfield FL-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130323\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130323\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130324\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130324); return false;\">[X]<\/a>&nbsp; Rep. Adam Fetterman FL-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130324\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130324\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21504\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21504); return false;\">[X]<\/a>&nbsp; Rep. William Snyder FL-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21504\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21504\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19405\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19405); return false;\">[X]<\/a>&nbsp; Rep. Carl Domino FL-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19405\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19405\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21505\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21505); return false;\">[X]<\/a>&nbsp; Rep. Priscilla Taylor FL-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21505\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21505\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132188\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132188); return false;\">[X]<\/a>&nbsp; Rep. Joseph Abruzzo FL-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132188\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132188\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18156\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18156); return false;\">[X]<\/a>&nbsp; Rep. Maria Sachs FL-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18156\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18156\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20608\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20608); return false;\">[X]<\/a>&nbsp; Rep. Adam Hasner FL-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20608\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20608\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133961\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133961); return false;\">[X]<\/a>&nbsp; Rep. Mark Pafford FL-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133961\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133961\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20639\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20639); return false;\">[X]<\/a>&nbsp; Rep. Mary Brandenburg FL-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20639\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20639\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21506\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21506); return false;\">[X]<\/a>&nbsp; Rep. Kelly Skidmore FL-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21506\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21506\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18568\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18568); return false;\">[X]<\/a>&nbsp; Rep. Ellyn Bogdanoff FL-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18568\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18568\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130332\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130332); return false;\">[X]<\/a>&nbsp; Rep. Gwyn Clarke Reed FL-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130332\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130332\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22896\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22896); return false;\">[X]<\/a>&nbsp; Rep. Perry Thurston FL-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22896\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22896\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130333\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130333); return false;\">[X]<\/a>&nbsp; Rep. Hazelle Rogers FL-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130333\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130333\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18005\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18005); return false;\">[X]<\/a>&nbsp; Rep. Jim Waldman FL-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18005\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18005\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22905\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22905); return false;\">[X]<\/a>&nbsp; Rep. Ari Porth FL-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22905\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22905\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21509\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21509); return false;\">[X]<\/a>&nbsp; Rep. MartY Kiar FL-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21509\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21509\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21510\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21510); return false;\">[X]<\/a>&nbsp; Rep. Franklin Sands FL-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21510\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21510\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22907\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22907); return false;\">[X]<\/a>&nbsp; Rep. Elaine Schwartz FL-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22907\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22907\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22906\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22906); return false;\">[X]<\/a>&nbsp; Rep. Evan Jenne FL-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22906\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22906\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20619\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20619); return false;\">[X]<\/a>&nbsp; Rep. Matt Hudson FL-101<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20619\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20619\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21511\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21511); return false;\">[X]<\/a>&nbsp; Rep. Eddy Gonzalez FL-102<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21511\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21511\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130337\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130337); return false;\">[X]<\/a>&nbsp; Rep. Oscar Braynon FL-103<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130337\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130337\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18281\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18281); return false;\">[X]<\/a>&nbsp; Rep. Yolly Roberson FL-104<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18281\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18281\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22908\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22908); return false;\">[X]<\/a>&nbsp; Rep. Joe Gibbons FL-105<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22908\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22908\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130338\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130338); return false;\">[X]<\/a>&nbsp; Rep. Richard Steinberg FL-106<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130338\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130338\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22909\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22909); return false;\">[X]<\/a>&nbsp; Rep. Luis Garcia FL-107<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22909\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22909\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21521\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21521); return false;\">[X]<\/a>&nbsp; Rep. Ronald Brise FL-108<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21521\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21521\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130340\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130340); return false;\">[X]<\/a>&nbsp; Rep. James Bush FL-109<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130340\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130340\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131325\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131325); return false;\">[X]<\/a>&nbsp; Rep. Esteban Bovo FL-110<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131325\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131325\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127759\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127759); return false;\">[X]<\/a>&nbsp; Rep. Erik Fresen FL-111<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127759\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127759\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19413\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19413); return false;\">[X]<\/a>&nbsp; Rep. David Rivera FL-112<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19413\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19413\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22910\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22910); return false;\">[X]<\/a>&nbsp; Rep. Carlos Lopez-Cantera FL-113<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22910\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22910\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22911\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22911); return false;\">[X]<\/a>&nbsp; Rep. Anitere Flores FL-114<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22911\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22911\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20614\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20614); return false;\">[X]<\/a>&nbsp; Rep. J.C. Planas FL-115<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20614\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20614\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20611\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20611); return false;\">[X]<\/a>&nbsp; Rep. Marcelo Llorente FL-116<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20611\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20611\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20620\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20620); return false;\">[X]<\/a>&nbsp; Rep. Julio Robaina FL-117<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20620\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20620\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130341\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130341); return false;\">[X]<\/a>&nbsp; Rep. Dwight Bullard FL-118<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130341\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130341\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20622\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20622); return false;\">[X]<\/a>&nbsp; Rep. Juan Zapata FL-119<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20622\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20622\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22895\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22895); return false;\">[X]<\/a>&nbsp; Rep. Ron Saunders FL-120<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22895\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22895\" /><\/span>';
}

var GALegislators = new Array();

GALegislators[0] = "Gov. Sonny Perdue GA";
legislatorsHash['Gov. Sonny Perdue GA'] = 26140;
legislatorIdToState[26140] = 'GA';

GALegislators[1] = "Sen. Eric Johnson GA-001";
legislatorsHash['Sen. Eric Johnson GA-001'] = 18006;
legislatorIdToState[18006] = 'GA';

GALegislators[2] = "Sen. Lester Jackson GA-002";
legislatorsHash['Sen. Lester Jackson GA-002'] = 127794;
legislatorIdToState[127794] = 'GA';

GALegislators[3] = "Sen. Jeff Chapman GA-003";
legislatorsHash['Sen. Jeff Chapman GA-003'] = 22913;
legislatorIdToState[22913] = 'GA';

GALegislators[4] = "Sen. Jack Hill GA-004";
legislatorsHash['Sen. Jack Hill GA-004'] = 22914;
legislatorIdToState[22914] = 'GA';

GALegislators[5] = "Sen. Curt Thompson GA-005";
legislatorsHash['Sen. Curt Thompson GA-005'] = 20458;
legislatorIdToState[20458] = 'GA';

GALegislators[6] = "Sen. Doug Stoner GA-006";
legislatorsHash['Sen. Doug Stoner GA-006'] = 20472;
legislatorIdToState[20472] = 'GA';

GALegislators[7] = "Sen. Greg Goggans GA-007";
legislatorsHash['Sen. Greg Goggans GA-007'] = 22916;
legislatorIdToState[22916] = 'GA';

GALegislators[8] = "Sen. Tim Golden GA-008";
legislatorsHash['Sen. Tim Golden GA-008'] = 22917;
legislatorIdToState[22917] = 'GA';

GALegislators[9] = "Sen. Don Balfour GA-009";
legislatorsHash['Sen. Don Balfour GA-009'] = 22918;
legislatorIdToState[22918] = 'GA';

GALegislators[10] = "Sen. Emanuel Jones GA-010";
legislatorsHash['Sen. Emanuel Jones GA-010'] = 22919;
legislatorIdToState[22919] = 'GA';

GALegislators[11] = "Sen. John Bulloch GA-011";
legislatorsHash['Sen. John Bulloch GA-011'] = 20469;
legislatorIdToState[20469] = 'GA';

GALegislators[12] = "Sen. Freddie Sims GA-012";
legislatorsHash['Sen. Freddie Sims GA-012'] = 127807;
legislatorIdToState[127807] = 'GA';

GALegislators[13] = "Sen. John Crosby GA-013";
legislatorsHash['Sen. John Crosby GA-013'] = 127808;
legislatorIdToState[127808] = 'GA';

GALegislators[14] = "Sen. George Hooks GA-014";
legislatorsHash['Sen. George Hooks GA-014'] = 22924;
legislatorIdToState[22924] = 'GA';

GALegislators[15] = "Sen. Ed Harbison GA-015";
legislatorsHash['Sen. Ed Harbison GA-015'] = 22925;
legislatorIdToState[22925] = 'GA';

GALegislators[16] = "Sen. Ronnie Chance GA-016";
legislatorsHash['Sen. Ronnie Chance GA-016'] = 21225;
legislatorIdToState[21225] = 'GA';

GALegislators[17] = "Sen. John Douglas GA-017";
legislatorsHash['Sen. John Douglas GA-017'] = 22926;
legislatorIdToState[22926] = 'GA';

GALegislators[18] = "Sen. Cecil Staton GA-018";
legislatorsHash['Sen. Cecil Staton GA-018'] = 18290;
legislatorIdToState[18290] = 'GA';

GALegislators[19] = "Sen. Tommie Williams GA-019";
legislatorsHash['Sen. Tommie Williams GA-019'] = 22915;
legislatorIdToState[22915] = 'GA';

GALegislators[20] = "Sen. Ross Tolleson GA-020";
legislatorsHash['Sen. Ross Tolleson GA-020'] = 22927;
legislatorIdToState[22927] = 'GA';

GALegislators[21] = "Sen. Chip Rogers GA-021";
legislatorsHash['Sen. Chip Rogers GA-021'] = 18008;
legislatorIdToState[18008] = 'GA';

GALegislators[22] = "Sen. Ed Tarver GA-022";
legislatorsHash['Sen. Ed Tarver GA-022'] = 20471;
legislatorIdToState[20471] = 'GA';

GALegislators[23] = "Sen. J.B. Powell GA-023";
legislatorsHash['Sen. J.B. Powell GA-023'] = 22928;
legislatorIdToState[22928] = 'GA';

GALegislators[24] = "Sen. Bill Jackson GA-024";
legislatorsHash['Sen. Bill Jackson GA-024'] = 22929;
legislatorIdToState[22929] = 'GA';

GALegislators[25] = "Sen. Johnny Grant GA-025";
legislatorsHash['Sen. Johnny Grant GA-025'] = 22932;
legislatorIdToState[22932] = 'GA';

GALegislators[26] = "Sen. Robert Brown GA-026";
legislatorsHash['Sen. Robert Brown GA-026'] = 18007;
legislatorIdToState[18007] = 'GA';

GALegislators[27] = "Sen. Jack Murphy GA-027";
legislatorsHash['Sen. Jack Murphy GA-027'] = 20459;
legislatorIdToState[20459] = 'GA';

GALegislators[28] = "Sen. Mitch Seabaugh GA-028";
legislatorsHash['Sen. Mitch Seabaugh GA-028'] = 21226;
legislatorIdToState[21226] = 'GA';

GALegislators[29] = "Sen. Seth Harp GA-029";
legislatorsHash['Sen. Seth Harp GA-029'] = 22933;
legislatorIdToState[22933] = 'GA';

GALegislators[30] = "Sen. Bill Hamrick GA-030";
legislatorsHash['Sen. Bill Hamrick GA-030'] = 22920;
legislatorIdToState[22920] = 'GA';

GALegislators[31] = "Sen. Bill Heath GA-031";
legislatorsHash['Sen. Bill Heath GA-031'] = 22934;
legislatorIdToState[22934] = 'GA';

GALegislators[32] = "Sen. Judson Hill GA-032";
legislatorsHash['Sen. Judson Hill GA-032'] = 22935;
legislatorIdToState[22935] = 'GA';

GALegislators[33] = "Sen. Steve Thompson GA-033";
legislatorsHash['Sen. Steve Thompson GA-033'] = 22936;
legislatorIdToState[22936] = 'GA';

GALegislators[34] = "Sen. Valencia Seay GA-034";
legislatorsHash['Sen. Valencia Seay GA-034'] = 20463;
legislatorIdToState[20463] = 'GA';

GALegislators[35] = "Sen. Kasim Reed GA-035";
legislatorsHash['Sen. Kasim Reed GA-035'] = 20464;
legislatorIdToState[20464] = 'GA';

GALegislators[36] = "Sen. Nan Orrock GA-036";
legislatorsHash['Sen. Nan Orrock GA-036'] = 20470;
legislatorIdToState[20470] = 'GA';

GALegislators[37] = "Sen. John Wiles GA-037";
legislatorsHash['Sen. John Wiles GA-037'] = 20460;
legislatorIdToState[20460] = 'GA';

GALegislators[38] = "Sen. Horacena Tate GA-038";
legislatorsHash['Sen. Horacena Tate GA-038'] = 22921;
legislatorIdToState[22921] = 'GA';

GALegislators[39] = "Sen. Vincent Fort GA-039";
legislatorsHash['Sen. Vincent Fort GA-039'] = 18009;
legislatorIdToState[18009] = 'GA';

GALegislators[40] = "Sen. Dan Weber GA-040";
legislatorsHash['Sen. Dan Weber GA-040'] = 20465;
legislatorIdToState[20465] = 'GA';

GALegislators[41] = "Sen. Steve Henson GA-041";
legislatorsHash['Sen. Steve Henson GA-041'] = 20467;
legislatorIdToState[20467] = 'GA';

GALegislators[42] = "Sen. David Adelman GA-042";
legislatorsHash['Sen. David Adelman GA-042'] = 20468;
legislatorIdToState[20468] = 'GA';

GALegislators[43] = "Sen. Ronald Ramsey GA-043";
legislatorsHash['Sen. Ronald Ramsey GA-043'] = 22949;
legislatorIdToState[22949] = 'GA';

GALegislators[44] = "Sen. Gail Buckner GA-044";
legislatorsHash['Sen. Gail Buckner GA-044'] = 127843;
legislatorIdToState[127843] = 'GA';

GALegislators[45] = "Sen. Renee\' Unterman GA-045";
legislatorsHash['Sen. Renee\' Unterman GA-045'] = 20461;
legislatorIdToState[20461] = 'GA';

GALegislators[46] = "Sen. Bill Cowsert GA-046";
legislatorsHash['Sen. Bill Cowsert GA-046'] = 20462;
legislatorIdToState[20462] = 'GA';

GALegislators[47] = "Sen. Ralph Hudgens GA-047";
legislatorsHash['Sen. Ralph Hudgens GA-047'] = 18289;
legislatorIdToState[18289] = 'GA';

GALegislators[48] = "Sen. David Shafer GA-048";
legislatorsHash['Sen. David Shafer GA-048'] = 20644;
legislatorIdToState[20644] = 'GA';

GALegislators[49] = "Sen. Lee Hawkins GA-049";
legislatorsHash['Sen. Lee Hawkins GA-049'] = 22951;
legislatorIdToState[22951] = 'GA';

GALegislators[50] = "Sen. Jim Butterworth GA-050";
legislatorsHash['Sen. Jim Butterworth GA-050'] = 127849;
legislatorIdToState[127849] = 'GA';

GALegislators[51] = "Sen. Chip Pearson GA-051";
legislatorsHash['Sen. Chip Pearson GA-051'] = 22953;
legislatorIdToState[22953] = 'GA';

GALegislators[52] = "Sen. Preston Smith GA-052";
legislatorsHash['Sen. Preston Smith GA-052'] = 20466;
legislatorIdToState[20466] = 'GA';

GALegislators[53] = "Sen. Jeff Mullis GA-053";
legislatorsHash['Sen. Jeff Mullis GA-053'] = 21227;
legislatorIdToState[21227] = 'GA';

GALegislators[54] = "Sen. Don Thomas GA-054";
legislatorsHash['Sen. Don Thomas GA-054'] = 23017;
legislatorIdToState[23017] = 'GA';

GALegislators[55] = "Sen. Gloria Butler GA-055";
legislatorsHash['Sen. Gloria Butler GA-055'] = 23018;
legislatorIdToState[23018] = 'GA';

GALegislators[56] = "Sen. Dan Moody GA-056";
legislatorsHash['Sen. Dan Moody GA-056'] = 23019;
legislatorIdToState[23019] = 'GA';

GALegislators[57] = "Rep. Jay Neal GA-001";
legislatorsHash['Rep. Jay Neal GA-001'] = 19256;
legislatorIdToState[19256] = 'GA';

GALegislators[58] = "Rep. Martin Scott GA-002";
legislatorsHash['Rep. Martin Scott GA-002'] = 23020;
legislatorIdToState[23020] = 'GA';

GALegislators[59] = "Rep. Tom Weldon GA-003";
legislatorsHash['Rep. Tom Weldon GA-003'] = 131333;
legislatorIdToState[131333] = 'GA';

GALegislators[60] = "Rep. Roger Williams GA-004";
legislatorsHash['Rep. Roger Williams GA-004'] = 20662;
legislatorIdToState[20662] = 'GA';

GALegislators[61] = "Rep. John Meadows GA-005";
legislatorsHash['Rep. John Meadows GA-005'] = 20438;
legislatorIdToState[20438] = 'GA';

GALegislators[62] = "Rep. Tom Dickson GA-006";
legislatorsHash['Rep. Tom Dickson GA-006'] = 20442;
legislatorIdToState[20442] = 'GA';

GALegislators[63] = "Rep. David Ralston GA-007";
legislatorsHash['Rep. David Ralston GA-007'] = 20439;
legislatorIdToState[20439] = 'GA';

GALegislators[64] = "Rep. Stephen Allison GA-008";
legislatorsHash['Rep. Stephen Allison GA-008'] = 136481;
legislatorIdToState[136481] = 'GA';

GALegislators[65] = "Rep. Amos Amerson GA-009";
legislatorsHash['Rep. Amos Amerson GA-009'] = 20925;
legislatorIdToState[20925] = 'GA';

GALegislators[66] = "Rep. Rick Austin GA-010";
legislatorsHash['Rep. Rick Austin GA-010'] = 127868;
legislatorIdToState[127868] = 'GA';

GALegislators[67] = "Rep. Barbara Reece GA-011";
legislatorsHash['Rep. Barbara Reece GA-011'] = 22946;
legislatorIdToState[22946] = 'GA';

GALegislators[68] = "Rep. Tom Graves GA-012";
legislatorsHash['Rep. Tom Graves GA-012'] = 20445;
legislatorIdToState[20445] = 'GA';

GALegislators[69] = "Rep. Katie Dempsey GA-013";
legislatorsHash['Rep. Katie Dempsey GA-013'] = 23022;
legislatorIdToState[23022] = 'GA';

GALegislators[70] = "Rep. Buddy Loudermilk GA-014";
legislatorsHash['Rep. Buddy Loudermilk GA-014'] = 20437;
legislatorIdToState[20437] = 'GA';

GALegislators[71] = "Rep. Paul Battles GA-015";
legislatorsHash['Rep. Paul Battles GA-015'] = 132258;
legislatorIdToState[132258] = 'GA';

GALegislators[72] = "Rep. Rick Crawford GA-016";
legislatorsHash['Rep. Rick Crawford GA-016'] = 22721;
legislatorIdToState[22721] = 'GA';

GALegislators[73] = "Rep. Howard Maxwell GA-017";
legislatorsHash['Rep. Howard Maxwell GA-017'] = 20447;
legislatorIdToState[20447] = 'GA';

GALegislators[74] = "Rep. Mark Butler GA-018";
legislatorsHash['Rep. Mark Butler GA-018'] = 18288;
legislatorIdToState[18288] = 'GA';

GALegislators[75] = "Rep. Glenn Richardson GA-019";
legislatorsHash['Rep. Glenn Richardson GA-019'] = 22720;
legislatorIdToState[22720] = 'GA';

GALegislators[76] = "Rep. Charlice Byrd GA-020";
legislatorsHash['Rep. Charlice Byrd GA-020'] = 22768;
legislatorIdToState[22768] = 'GA';

GALegislators[77] = "Rep. Calvin Hill GA-021";
legislatorsHash['Rep. Calvin Hill GA-021'] = 20422;
legislatorIdToState[20422] = 'GA';

GALegislators[78] = "Rep. Sean Jerguson GA-022";
legislatorsHash['Rep. Sean Jerguson GA-022'] = 22778;
legislatorIdToState[22778] = 'GA';

GALegislators[79] = "Rep. Mark Hamilton GA-023";
legislatorsHash['Rep. Mark Hamilton GA-023'] = 18286;
legislatorIdToState[18286] = 'GA';

GALegislators[80] = "Rep. Tom Knox GA-024";
legislatorsHash['Rep. Tom Knox GA-024'] = 20926;
legislatorIdToState[20926] = 'GA';

GALegislators[81] = "Rep. James Mills GA-025";
legislatorsHash['Rep. James Mills GA-025'] = 19062;
legislatorIdToState[19062] = 'GA';

GALegislators[82] = "Rep. Carl Rogers GA-026";
legislatorsHash['Rep. Carl Rogers GA-026'] = 18011;
legislatorIdToState[18011] = 'GA';

GALegislators[83] = "Rep. Doug Collins GA-027";
legislatorsHash['Rep. Doug Collins GA-027'] = 20433;
legislatorIdToState[20433] = 'GA';

GALegislators[84] = "Rep. Michael Harden GA-028";
legislatorsHash['Rep. Michael Harden GA-028'] = 127882;
legislatorIdToState[127882] = 'GA';

GALegislators[85] = "Rep. Alan Powell GA-029";
legislatorsHash['Rep. Alan Powell GA-029'] = 22719;
legislatorIdToState[22719] = 'GA';

GALegislators[86] = "Rep. Tom McCall GA-030";
legislatorsHash['Rep. Tom McCall GA-030'] = 22761;
legislatorIdToState[22761] = 'GA';

GALegislators[87] = "Rep. Tommy Benton GA-031";
legislatorsHash['Rep. Tommy Benton GA-031'] = 22788;
legislatorIdToState[22788] = 'GA';

GALegislators[88] = "Rep. Judy Manning GA-032";
legislatorsHash['Rep. Judy Manning GA-032'] = 22723;
legislatorIdToState[22723] = 'GA';

GALegislators[89] = "Rep. Don Wix GA-033";
legislatorsHash['Rep. Don Wix GA-033'] = 22724;
legislatorIdToState[22724] = 'GA';

GALegislators[90] = "Rep. Rich Golick GA-034";
legislatorsHash['Rep. Rich Golick GA-034'] = 22947;
legislatorIdToState[22947] = 'GA';

GALegislators[91] = "Rep. Ed Setzler GA-035";
legislatorsHash['Rep. Ed Setzler GA-035'] = 20927;
legislatorIdToState[20927] = 'GA';

GALegislators[92] = "Rep. Earl Ehrhart GA-036";
legislatorsHash['Rep. Earl Ehrhart GA-036'] = 22725;
legislatorIdToState[22725] = 'GA';

GALegislators[93] = "Rep. Terry Johnson GA-037";
legislatorsHash['Rep. Terry Johnson GA-037'] = 22795;
legislatorIdToState[22795] = 'GA';

GALegislators[94] = "Rep. Pat Dooley GA-038";
legislatorsHash['Rep. Pat Dooley GA-038'] = 127977;
legislatorIdToState[127977] = 'GA';

GALegislators[95] = "Rep. Alisha Morgan GA-039";
legislatorsHash['Rep. Alisha Morgan GA-039'] = 20452;
legislatorIdToState[20452] = 'GA';

GALegislators[96] = "Rep. Rob Teilhet GA-040";
legislatorsHash['Rep. Rob Teilhet GA-040'] = 20453;
legislatorIdToState[20453] = 'GA';

GALegislators[97] = "Rep. Sharon Cooper GA-041";
legislatorsHash['Rep. Sharon Cooper GA-041'] = 22722;
legislatorIdToState[22722] = 'GA';

GALegislators[98] = "Rep. Don Parsons GA-042";
legislatorsHash['Rep. Don Parsons GA-042'] = 22726;
legislatorIdToState[22726] = 'GA';

GALegislators[99] = "Rep. Bobby Franklin GA-043";
legislatorsHash['Rep. Bobby Franklin GA-043'] = 18012;
legislatorIdToState[18012] = 'GA';

GALegislators[100] = "Rep. Sheila Jones GA-044";
legislatorsHash['Rep. Sheila Jones GA-044'] = 20408;
legislatorIdToState[20408] = 'GA';

GALegislators[101] = "Rep. Matt Dollar GA-045";
legislatorsHash['Rep. Matt Dollar GA-045'] = 19080;
legislatorIdToState[19080] = 'GA';

GALegislators[102] = "Rep. Jan Jones GA-046";
legislatorsHash['Rep. Jan Jones GA-046'] = 20428;
legislatorIdToState[20428] = 'GA';

GALegislators[103] = "Rep. Chuck Martin GA-047";
legislatorsHash['Rep. Chuck Martin GA-047'] = 20429;
legislatorIdToState[20429] = 'GA';

GALegislators[104] = "Rep. Harry Geisinger GA-048";
legislatorsHash['Rep. Harry Geisinger GA-048'] = 22801;
legislatorIdToState[22801] = 'GA';

GALegislators[105] = "Rep. Wendell Willard GA-049";
legislatorsHash['Rep. Wendell Willard GA-049'] = 20929;
legislatorIdToState[20929] = 'GA';

GALegislators[106] = "Rep. Mark Burkhalter GA-050";
legislatorsHash['Rep. Mark Burkhalter GA-050'] = 22727;
legislatorIdToState[22727] = 'GA';

GALegislators[107] = "Rep. Tom Rice GA-051";
legislatorsHash['Rep. Tom Rice GA-051'] = 22756;
legislatorIdToState[22756] = 'GA';

GALegislators[108] = "Rep. Joe Wilkinson GA-052";
legislatorsHash['Rep. Joe Wilkinson GA-052'] = 20928;
legislatorIdToState[20928] = 'GA';

GALegislators[109] = "Rep. Elly Dobbs GA-053";
legislatorsHash['Rep. Elly Dobbs GA-053'] = 127838;
legislatorIdToState[127838] = 'GA';

GALegislators[110] = "Rep. Edward Lindsey GA-054";
legislatorsHash['Rep. Edward Lindsey GA-054'] = 22748;
legislatorIdToState[22748] = 'GA';

GALegislators[111] = "Rep. Rashad Taylor GA-055";
legislatorsHash['Rep. Rashad Taylor GA-055'] = 132259;
legislatorIdToState[132259] = 'GA';

GALegislators[112] = "Rep. Kathy Ashe GA-056";
legislatorsHash['Rep. Kathy Ashe GA-056'] = 22728;
legislatorIdToState[22728] = 'GA';

GALegislators[113] = "Rep. Pat Gardner GA-057";
legislatorsHash['Rep. Pat Gardner GA-057'] = 18259;
legislatorIdToState[18259] = 'GA';

GALegislators[114] = "Rep. Robbin Shipp GA-058";
legislatorsHash['Rep. Robbin Shipp GA-058'] = 22743;
legislatorIdToState[22743] = 'GA';

GALegislators[115] = "Rep. Margaret Kaiser GA-059";
legislatorsHash['Rep. Margaret Kaiser GA-059'] = 22729;
legislatorIdToState[22729] = 'GA';

GALegislators[116] = "Rep. Georganna Sinkfield GA-060";
legislatorsHash['Rep. Georganna Sinkfield GA-060'] = 22744;
legislatorIdToState[22744] = 'GA';

GALegislators[117] = "Rep. Ralph Long GA-061";
legislatorsHash['Rep. Ralph Long GA-061'] = 127910;
legislatorIdToState[127910] = 'GA';

GALegislators[118] = "Rep. Joe Heckstall GA-062";
legislatorsHash['Rep. Joe Heckstall GA-062'] = 18013;
legislatorIdToState[18013] = 'GA';

GALegislators[119] = "Rep. Tyrone Brooks GA-063";
legislatorsHash['Rep. Tyrone Brooks GA-063'] = 22731;
legislatorIdToState[22731] = 'GA';

GALegislators[120] = "Rep. Roger Bruce GA-064";
legislatorsHash['Rep. Roger Bruce GA-064'] = 18285;
legislatorIdToState[18285] = 'GA';

GALegislators[121] = "Rep. Sharon Beasley-Teague GA-065";
legislatorsHash['Rep. Sharon Beasley-Teague GA-065'] = 22745;
legislatorIdToState[22745] = 'GA';

GALegislators[122] = "Rep. Virgil Fludd GA-066";
legislatorsHash['Rep. Virgil Fludd GA-066'] = 20405;
legislatorIdToState[20405] = 'GA';

GALegislators[123] = "Rep. Bill Hembree GA-067";
legislatorsHash['Rep. Bill Hembree GA-067'] = 18016;
legislatorIdToState[18016] = 'GA';

GALegislators[124] = "Rep. Tim Bearden GA-068";
legislatorsHash['Rep. Tim Bearden GA-068'] = 20426;
legislatorIdToState[20426] = 'GA';

GALegislators[125] = "Rep. Randy Nix GA-069";
legislatorsHash['Rep. Randy Nix GA-069'] = 22783;
legislatorIdToState[22783] = 'GA';

GALegislators[126] = "Rep. Lynn Smith GA-070";
legislatorsHash['Rep. Lynn Smith GA-070'] = 22732;
legislatorIdToState[22732] = 'GA';

GALegislators[127] = "Rep. Billy Horne GA-071";
legislatorsHash['Rep. Billy Horne GA-071'] = 20456;
legislatorIdToState[20456] = 'GA';

GALegislators[128] = "Rep. Matt Ramsey GA-072";
legislatorsHash['Rep. Matt Ramsey GA-072'] = 22763;
legislatorIdToState[22763] = 'GA';

GALegislators[129] = "Rep. John Yates GA-073";
legislatorsHash['Rep. John Yates GA-073'] = 22769;
legislatorIdToState[22769] = 'GA';

GALegislators[130] = "Rep. Roberta Abdul-Salaam GA-074";
legislatorsHash['Rep. Roberta Abdul-Salaam GA-074'] = 22759;
legislatorIdToState[22759] = 'GA';

GALegislators[131] = "Rep. Celeste Johnson GA-075";
legislatorsHash['Rep. Celeste Johnson GA-075'] = 22764;
legislatorIdToState[22764] = 'GA';

GALegislators[132] = "Rep. Mike Glanton GA-076";
legislatorsHash['Rep. Mike Glanton GA-076'] = 22765;
legislatorIdToState[22765] = 'GA';

GALegislators[133] = "Rep. Darryl Jordan GA-077";
legislatorsHash['Rep. Darryl Jordan GA-077'] = 20933;
legislatorIdToState[20933] = 'GA';

GALegislators[134] = "Rep. Glenn Baker GA-078";
legislatorsHash['Rep. Glenn Baker GA-078'] = 127956;
legislatorIdToState[127956] = 'GA';

GALegislators[135] = "Rep. Fran Millar GA-079";
legislatorsHash['Rep. Fran Millar GA-079'] = 22746;
legislatorIdToState[22746] = 'GA';

GALegislators[136] = "Rep. Mike Jacobs GA-080";
legislatorsHash['Rep. Mike Jacobs GA-080'] = 23023;
legislatorIdToState[23023] = 'GA';

GALegislators[137] = "Rep. Jill Chambers GA-081";
legislatorsHash['Rep. Jill Chambers GA-081'] = 20450;
legislatorIdToState[20450] = 'GA';

GALegislators[138] = "Rep. Kevin Levitas GA-082";
legislatorsHash['Rep. Kevin Levitas GA-082'] = 20420;
legislatorIdToState[20420] = 'GA';

GALegislators[139] = "Rep. Mary Oliver GA-083";
legislatorsHash['Rep. Mary Oliver GA-083'] = 20427;
legislatorIdToState[20427] = 'GA';

GALegislators[140] = "Rep. Stacey Abrams GA-084";
legislatorsHash['Rep. Stacey Abrams GA-084'] = 22750;
legislatorIdToState[22750] = 'GA';

GALegislators[141] = "Rep. Stuckey Benfield GA-085";
legislatorsHash['Rep. Stuckey Benfield GA-085'] = 20432;
legislatorIdToState[20432] = 'GA';

GALegislators[142] = "Rep. Karla Drenner GA-086";
legislatorsHash['Rep. Karla Drenner GA-086'] = 20930;
legislatorIdToState[20930] = 'GA';

GALegislators[143] = "Rep. Michele Henson GA-087";
legislatorsHash['Rep. Michele Henson GA-087'] = 22749;
legislatorIdToState[22749] = 'GA';

GALegislators[144] = "Rep. Billy Mitchell GA-088";
legislatorsHash['Rep. Billy Mitchell GA-088'] = 20419;
legislatorIdToState[20419] = 'GA';

GALegislators[145] = "Rep. Coach Williams GA-089";
legislatorsHash['Rep. Coach Williams GA-089'] = 20421;
legislatorIdToState[20421] = 'GA';

GALegislators[146] = "Rep. Howard Mosby GA-090";
legislatorsHash['Rep. Howard Mosby GA-090'] = 20407;
legislatorIdToState[20407] = 'GA';

GALegislators[147] = "Rep. Rahn Mayo GA-091";
legislatorsHash['Rep. Rahn Mayo GA-091'] = 127930;
legislatorIdToState[127930] = 'GA';

GALegislators[148] = "Rep. Pam Stephenson GA-092";
legislatorsHash['Rep. Pam Stephenson GA-092'] = 18284;
legislatorIdToState[18284] = 'GA';

GALegislators[149] = "Rep. Dee Dawkins-Haigler GA-093";
legislatorsHash['Rep. Dee Dawkins-Haigler GA-093'] = 131341;
legislatorIdToState[131341] = 'GA';

GALegislators[150] = "Rep. Randal Mangham GA-094";
legislatorsHash['Rep. Randal Mangham GA-094'] = 20932;
legislatorIdToState[20932] = 'GA';

GALegislators[151] = "Rep. Toney Collins GA-095";
legislatorsHash['Rep. Toney Collins GA-095'] = 132289;
legislatorIdToState[132289] = 'GA';

GALegislators[152] = "Rep. Pete Marin GA-096";
legislatorsHash['Rep. Pete Marin GA-096'] = 20423;
legislatorIdToState[20423] = 'GA';

GALegislators[153] = "Rep. Brooks Coleman GA-097";
legislatorsHash['Rep. Brooks Coleman GA-097'] = 22757;
legislatorIdToState[22757] = 'GA';

GALegislators[154] = "Rep. Bobby Reese GA-098";
legislatorsHash['Rep. Bobby Reese GA-098'] = 22752;
legislatorIdToState[22752] = 'GA';

GALegislators[155] = "Rep. Hugh Floyd GA-099";
legislatorsHash['Rep. Hugh Floyd GA-099'] = 20406;
legislatorIdToState[20406] = 'GA';

GALegislators[156] = "Rep. Brian Thomas GA-100";
legislatorsHash['Rep. Brian Thomas GA-100'] = 20418;
legislatorIdToState[20418] = 'GA';

GALegislators[157] = "Rep. Mike Coan GA-101";
legislatorsHash['Rep. Mike Coan GA-101'] = 22758;
legislatorIdToState[22758] = 'GA';

GALegislators[158] = "Rep. Clay Cox GA-102";
legislatorsHash['Rep. Clay Cox GA-102'] = 22754;
legislatorIdToState[22754] = 'GA';

GALegislators[159] = "Rep. Mickey Casas GA-103";
legislatorsHash['Rep. Mickey Casas GA-103'] = 20424;
legislatorIdToState[20424] = 'GA';

GALegislators[160] = "Rep. Lee Thompson GA-104";
legislatorsHash['Rep. Lee Thompson GA-104'] = 132263;
legislatorIdToState[132263] = 'GA';

GALegislators[161] = "Rep. Donna Sheldon GA-105";
legislatorsHash['Rep. Donna Sheldon GA-105'] = 20436;
legislatorIdToState[20436] = 'GA';

GALegislators[162] = "Rep. Melvin Everson GA-106";
legislatorsHash['Rep. Melvin Everson GA-106'] = 20443;
legislatorIdToState[20443] = 'GA';

GALegislators[163] = "Rep. Len Walker GA-107";
legislatorsHash['Rep. Len Walker GA-107'] = 18015;
legislatorIdToState[18015] = 'GA';

GALegislators[164] = "Rep. Terry England GA-108";
legislatorsHash['Rep. Terry England GA-108'] = 20451;
legislatorIdToState[20451] = 'GA';

GALegislators[165] = "Rep. Steve Davis GA-109";
legislatorsHash['Rep. Steve Davis GA-109'] = 20935;
legislatorIdToState[20935] = 'GA';

GALegislators[166] = "Rep. John Lunsford GA-110";
legislatorsHash['Rep. John Lunsford GA-110'] = 18232;
legislatorIdToState[18232] = 'GA';

GALegislators[167] = "Rep. Jeff May GA-111";
legislatorsHash['Rep. Jeff May GA-111'] = 20435;
legislatorIdToState[20435] = 'GA';

GALegislators[168] = "Rep. Doug Holt GA-112";
legislatorsHash['Rep. Doug Holt GA-112'] = 22786;
legislatorIdToState[22786] = 'GA';

GALegislators[169] = "Rep. Bob Smith GA-113";
legislatorsHash['Rep. Bob Smith GA-113'] = 22762;
legislatorIdToState[22762] = 'GA';

GALegislators[170] = "Rep. Keith Heard GA-114";
legislatorsHash['Rep. Keith Heard GA-114'] = 22760;
legislatorIdToState[22760] = 'GA';

GALegislators[171] = "Rep. Doug McKillip GA-115";
legislatorsHash['Rep. Doug McKillip GA-115'] = 18019;
legislatorIdToState[18019] = 'GA';

GALegislators[172] = "Rep. Mickey Channell GA-116";
legislatorsHash['Rep. Mickey Channell GA-116'] = 22771;
legislatorIdToState[22771] = 'GA';

GALegislators[173] = "Rep. Lee Anderson GA-117";
legislatorsHash['Rep. Lee Anderson GA-117'] = 132270;
legislatorIdToState[132270] = 'GA';

GALegislators[174] = "Rep. Ben Harbin GA-118";
legislatorsHash['Rep. Ben Harbin GA-118'] = 22772;
legislatorIdToState[22772] = 'GA';

GALegislators[175] = "Rep. Barbara Sims GA-119";
legislatorsHash['Rep. Barbara Sims GA-119'] = 20934;
legislatorIdToState[20934] = 'GA';

GALegislators[176] = "Rep. Quincy Murphy GA-120";
legislatorsHash['Rep. Quincy Murphy GA-120'] = 20446;
legislatorIdToState[20446] = 'GA';

GALegislators[177] = "Rep. Wayne Howard GA-121";
legislatorsHash['Rep. Wayne Howard GA-121'] = 22774;
legislatorIdToState[22774] = 'GA';

GALegislators[178] = "Rep. Hardie Davis GA-122";
legislatorsHash['Rep. Hardie Davis GA-122'] = 20448;
legislatorIdToState[20448] = 'GA';

GALegislators[179] = "Rep. Gloria Frazier GA-123";
legislatorsHash['Rep. Gloria Frazier GA-123'] = 22773;
legislatorIdToState[22773] = 'GA';

GALegislators[180] = "Rep. Sistie Hudson GA-124";
legislatorsHash['Rep. Sistie Hudson GA-124'] = 22775;
legislatorIdToState[22775] = 'GA';

GALegislators[181] = "Rep. Jim Cole GA-125";
legislatorsHash['Rep. Jim Cole GA-125'] = 22770;
legislatorIdToState[22770] = 'GA';

GALegislators[182] = "Rep. David Knight GA-126";
legislatorsHash['Rep. David Knight GA-126'] = 20444;
legislatorIdToState[20444] = 'GA';

GALegislators[183] = "Rep. Billy Maddox GA-127";
legislatorsHash['Rep. Billy Maddox GA-127'] = 18018;
legislatorIdToState[18018] = 'GA';

GALegislators[184] = "Rep. Carl Epps GA-128";
legislatorsHash['Rep. Carl Epps GA-128'] = 22784;
legislatorIdToState[22784] = 'GA';

GALegislators[185] = "Rep. Vance Smith GA-129";
legislatorsHash['Rep. Vance Smith GA-129'] = 22767;
legislatorIdToState[22767] = 'GA';

GALegislators[186] = "Rep. Debbie Buckner GA-130";
legislatorsHash['Rep. Debbie Buckner GA-130'] = 18287;
legislatorIdToState[18287] = 'GA';

GALegislators[187] = "Rep. Richard Smith GA-131";
legislatorsHash['Rep. Richard Smith GA-131'] = 18738;
legislatorIdToState[18738] = 'GA';

GALegislators[188] = "Rep. Calvin Smyre GA-132";
legislatorsHash['Rep. Calvin Smyre GA-132'] = 22787;
legislatorIdToState[22787] = 'GA';

GALegislators[189] = "Rep. Carolyn Hugley GA-133";
legislatorsHash['Rep. Carolyn Hugley GA-133'] = 22785;
legislatorIdToState[22785] = 'GA';

GALegislators[190] = "Rep. Mike Cheokas GA-134";
legislatorsHash['Rep. Mike Cheokas GA-134'] = 20403;
legislatorIdToState[20403] = 'GA';

GALegislators[191] = "Rep. Lynmore James GA-135";
legislatorsHash['Rep. Lynmore James GA-135'] = 22790;
legislatorIdToState[22790] = 'GA';

GALegislators[192] = "Rep. Tony Sellier GA-136";
legislatorsHash['Rep. Tony Sellier GA-136'] = 22782;
legislatorIdToState[22782] = 'GA';

GALegislators[193] = "Rep. Allen Peake GA-137";
legislatorsHash['Rep. Allen Peake GA-137'] = 22780;
legislatorIdToState[22780] = 'GA';

GALegislators[194] = "Rep. Nikki Randall GA-138";
legislatorsHash['Rep. Nikki Randall GA-138'] = 22781;
legislatorIdToState[22781] = 'GA';

GALegislators[195] = "Rep. David Lucas GA-139";
legislatorsHash['Rep. David Lucas GA-139'] = 22779;
legislatorIdToState[22779] = 'GA';

GALegislators[196] = "Rep. Bubber Epps GA-140";
legislatorsHash['Rep. Bubber Epps GA-140'] = 136763;
legislatorIdToState[136763] = 'GA';

GALegislators[197] = "Rep. Bobby Parham GA-141";
legislatorsHash['Rep. Bobby Parham GA-141'] = 22777;
legislatorIdToState[22777] = 'GA';

GALegislators[198] = "Rep. Mack Jackson GA-142";
legislatorsHash['Rep. Mack Jackson GA-142'] = 127979;
legislatorIdToState[127979] = 'GA';

GALegislators[199] = "Rep. DuBose Porter GA-143";
legislatorsHash['Rep. DuBose Porter GA-143'] = 22792;
legislatorIdToState[22792] = 'GA';

GALegislators[200] = "Rep. Jimmy Pruett GA-144";
legislatorsHash['Rep. Jimmy Pruett GA-144'] = 22791;
legislatorIdToState[22791] = 'GA';

GALegislators[201] = "Rep. Willie Talton GA-145";
legislatorsHash['Rep. Willie Talton GA-145'] = 20936;
legislatorIdToState[20936] = 'GA';

GALegislators[202] = "Rep. Larry O\'Neal GA-146";
legislatorsHash['Rep. Larry O\'Neal GA-146'] = 20684;
legislatorIdToState[20684] = 'GA';

GALegislators[203] = "Rep. Buddy Harden GA-147";
legislatorsHash['Rep. Buddy Harden GA-147'] = 127996;
legislatorIdToState[127996] = 'GA';

GALegislators[204] = "Rep. Bob Hanner GA-148";
legislatorsHash['Rep. Bob Hanner GA-148'] = 22800;
legislatorIdToState[22800] = 'GA';

GALegislators[205] = "Rep. Gerald Greene GA-149";
legislatorsHash['Rep. Gerald Greene GA-149'] = 22930;
legislatorIdToState[22930] = 'GA';

GALegislators[206] = "Rep. Winfred Dukes GA-150";
legislatorsHash['Rep. Winfred Dukes GA-150'] = 22931;
legislatorIdToState[22931] = 'GA';

GALegislators[207] = "Rep. Carol Fullerton GA-151";
legislatorsHash['Rep. Carol Fullerton GA-151'] = 127921;
legislatorIdToState[127921] = 'GA';

GALegislators[208] = "Rep. Ed Rynders GA-152";
legislatorsHash['Rep. Ed Rynders GA-152'] = 20455;
legislatorIdToState[20455] = 'GA';

GALegislators[209] = "Rep. Austin Scott GA-153";
legislatorsHash['Rep. Austin Scott GA-153'] = 22803;
legislatorIdToState[22803] = 'GA';

GALegislators[210] = "Rep. Jay Roberts GA-154";
legislatorsHash['Rep. Jay Roberts GA-154'] = 20425;
legislatorIdToState[20425] = 'GA';

GALegislators[211] = "Rep. Greg Morris GA-155";
legislatorsHash['Rep. Greg Morris GA-155'] = 22733;
legislatorIdToState[22733] = 'GA';

GALegislators[212] = "Rep. Butch Parrish GA-156";
legislatorsHash['Rep. Butch Parrish GA-156'] = 22793;
legislatorIdToState[22793] = 'GA';

GALegislators[213] = "Rep. Jon Burns GA-157";
legislatorsHash['Rep. Jon Burns GA-157'] = 20404;
legislatorIdToState[20404] = 'GA';

GALegislators[214] = "Rep. Bob Lane GA-158";
legislatorsHash['Rep. Bob Lane GA-158'] = 22794;
legislatorIdToState[22794] = 'GA';

GALegislators[215] = "Rep. Buddy Carter GA-159";
legislatorsHash['Rep. Buddy Carter GA-159'] = 18014;
legislatorIdToState[18014] = 'GA';

GALegislators[216] = "Rep. Bob Bryant GA-160";
legislatorsHash['Rep. Bob Bryant GA-160'] = 22753;
legislatorIdToState[22753] = 'GA';

GALegislators[217] = "Rep. Mickey Stephens GA-161";
legislatorsHash['Rep. Mickey Stephens GA-161'] = 128006;
legislatorIdToState[128006] = 'GA';

GALegislators[218] = "Rep. Craig Gordon GA-162";
legislatorsHash['Rep. Craig Gordon GA-162'] = 22798;
legislatorIdToState[22798] = 'GA';

GALegislators[219] = "Rep. Burke Day GA-163";
legislatorsHash['Rep. Burke Day GA-163'] = 18020;
legislatorIdToState[18020] = 'GA';

GALegislators[220] = "Rep. Ron Stephens GA-164";
legislatorsHash['Rep. Ron Stephens GA-164'] = 22797;
legislatorIdToState[22797] = 'GA';

GALegislators[221] = "Rep. Al Williams GA-165";
legislatorsHash['Rep. Al Williams GA-165'] = 20454;
legislatorIdToState[20454] = 'GA';

GALegislators[222] = "Rep. Terry Barnard GA-166";
legislatorsHash['Rep. Terry Barnard GA-166'] = 22799;
legislatorIdToState[22799] = 'GA';

GALegislators[223] = "Rep. Roger Lane GA-167";
legislatorsHash['Rep. Roger Lane GA-167'] = 22755;
legislatorIdToState[22755] = 'GA';

GALegislators[224] = "Rep. Tommy Smith GA-168";
legislatorsHash['Rep. Tommy Smith GA-168'] = 22806;
legislatorIdToState[22806] = 'GA';

GALegislators[225] = "Rep. Chuck Sims GA-169";
legislatorsHash['Rep. Chuck Sims GA-169'] = 22805;
legislatorIdToState[22805] = 'GA';

GALegislators[226] = "Rep. Penny Houston GA-170";
legislatorsHash['Rep. Penny Houston GA-170'] = 22804;
legislatorIdToState[22804] = 'GA';

GALegislators[227] = "Rep. Jay Powell GA-171";
legislatorsHash['Rep. Jay Powell GA-171'] = 128019;
legislatorIdToState[128019] = 'GA';

GALegislators[228] = "Rep. Gene Maddox GA-172";
legislatorsHash['Rep. Gene Maddox GA-172'] = 22816;
legislatorIdToState[22816] = 'GA';

GALegislators[229] = "Rep. Mike Keown GA-173";
legislatorsHash['Rep. Mike Keown GA-173'] = 20440;
legislatorIdToState[20440] = 'GA';

GALegislators[230] = "Rep. Ellis Black GA-174";
legislatorsHash['Rep. Ellis Black GA-174'] = 20938;
legislatorIdToState[20938] = 'GA';

GALegislators[231] = "Rep. Amy Carter GA-175";
legislatorsHash['Rep. Amy Carter GA-175'] = 22818;
legislatorIdToState[22818] = 'GA';

GALegislators[232] = "Rep. Jay Shaw GA-176";
legislatorsHash['Rep. Jay Shaw GA-176'] = 22817;
legislatorIdToState[22817] = 'GA';

GALegislators[233] = "Rep. Mark Hatfield GA-177";
legislatorsHash['Rep. Mark Hatfield GA-177'] = 20449;
legislatorIdToState[20449] = 'GA';

GALegislators[234] = "Rep. Mark Williams GA-178";
legislatorsHash['Rep. Mark Williams GA-178'] = 18021;
legislatorIdToState[18021] = 'GA';

GALegislators[235] = "Rep. Jerry Keen GA-179";
legislatorsHash['Rep. Jerry Keen GA-179'] = 20937;
legislatorIdToState[20937] = 'GA';

GALegislators[236] = "Rep. Cecily Hill GA-180";
legislatorsHash['Rep. Cecily Hill GA-180'] = 20402;
legislatorIdToState[20402] = 'GA';

function writeGALegislatorHTML() {
	$('GALegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26140\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26140); return false;\">[X]<\/a>&nbsp; Gov. Sonny Perdue GA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26140\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26140\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18006\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18006); return false;\">[X]<\/a>&nbsp; Sen. Eric Johnson GA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18006\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18006\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127794\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127794); return false;\">[X]<\/a>&nbsp; Sen. Lester Jackson GA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127794\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127794\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22913\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22913); return false;\">[X]<\/a>&nbsp; Sen. Jeff Chapman GA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22913\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22913\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22914\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22914); return false;\">[X]<\/a>&nbsp; Sen. Jack Hill GA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22914\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22914\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20458\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20458); return false;\">[X]<\/a>&nbsp; Sen. Curt Thompson GA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20458\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20458\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20472\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20472); return false;\">[X]<\/a>&nbsp; Sen. Doug Stoner GA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20472\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20472\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22916\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22916); return false;\">[X]<\/a>&nbsp; Sen. Greg Goggans GA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22916\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22916\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22917\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22917); return false;\">[X]<\/a>&nbsp; Sen. Tim Golden GA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22917\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22917\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22918\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22918); return false;\">[X]<\/a>&nbsp; Sen. Don Balfour GA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22918\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22918\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22919\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22919); return false;\">[X]<\/a>&nbsp; Sen. Emanuel Jones GA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22919\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22919\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20469\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20469); return false;\">[X]<\/a>&nbsp; Sen. John Bulloch GA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20469\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20469\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127807\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127807); return false;\">[X]<\/a>&nbsp; Sen. Freddie Sims GA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127807\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127807\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127808\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127808); return false;\">[X]<\/a>&nbsp; Sen. John Crosby GA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127808\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127808\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22924\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22924); return false;\">[X]<\/a>&nbsp; Sen. George Hooks GA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22924\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22924\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22925\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22925); return false;\">[X]<\/a>&nbsp; Sen. Ed Harbison GA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22925\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22925\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21225\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21225); return false;\">[X]<\/a>&nbsp; Sen. Ronnie Chance GA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21225\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21225\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22926\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22926); return false;\">[X]<\/a>&nbsp; Sen. John Douglas GA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22926\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22926\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18290\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18290); return false;\">[X]<\/a>&nbsp; Sen. Cecil Staton GA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18290\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18290\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22915\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22915); return false;\">[X]<\/a>&nbsp; Sen. Tommie Williams GA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22915\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22915\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22927\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22927); return false;\">[X]<\/a>&nbsp; Sen. Ross Tolleson GA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22927\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22927\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18008\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18008); return false;\">[X]<\/a>&nbsp; Sen. Chip Rogers GA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18008\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18008\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20471\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20471); return false;\">[X]<\/a>&nbsp; Sen. Ed Tarver GA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20471\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20471\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22928\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22928); return false;\">[X]<\/a>&nbsp; Sen. J.B. Powell GA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22928\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22928\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22929\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22929); return false;\">[X]<\/a>&nbsp; Sen. Bill Jackson GA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22929\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22929\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22932\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22932); return false;\">[X]<\/a>&nbsp; Sen. Johnny Grant GA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22932\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22932\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18007\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18007); return false;\">[X]<\/a>&nbsp; Sen. Robert Brown GA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18007\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18007\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20459\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20459); return false;\">[X]<\/a>&nbsp; Sen. Jack Murphy GA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20459\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20459\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21226\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21226); return false;\">[X]<\/a>&nbsp; Sen. Mitch Seabaugh GA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21226\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21226\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22933\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22933); return false;\">[X]<\/a>&nbsp; Sen. Seth Harp GA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22933\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22933\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22920\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22920); return false;\">[X]<\/a>&nbsp; Sen. Bill Hamrick GA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22920\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22920\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22934\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22934); return false;\">[X]<\/a>&nbsp; Sen. Bill Heath GA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22934\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22934\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22935\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22935); return false;\">[X]<\/a>&nbsp; Sen. Judson Hill GA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22935\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22935\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22936\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22936); return false;\">[X]<\/a>&nbsp; Sen. Steve Thompson GA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22936\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22936\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20463\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20463); return false;\">[X]<\/a>&nbsp; Sen. Valencia Seay GA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20463\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20463\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20464\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20464); return false;\">[X]<\/a>&nbsp; Sen. Kasim Reed GA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20464\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20464\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20470\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20470); return false;\">[X]<\/a>&nbsp; Sen. Nan Orrock GA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20470\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20470\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20460\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20460); return false;\">[X]<\/a>&nbsp; Sen. John Wiles GA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20460\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20460\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22921\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22921); return false;\">[X]<\/a>&nbsp; Sen. Horacena Tate GA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22921\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22921\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18009\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18009); return false;\">[X]<\/a>&nbsp; Sen. Vincent Fort GA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18009\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18009\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20465\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20465); return false;\">[X]<\/a>&nbsp; Sen. Dan Weber GA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20465\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20465\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20467\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20467); return false;\">[X]<\/a>&nbsp; Sen. Steve Henson GA-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20467\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20467\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20468\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20468); return false;\">[X]<\/a>&nbsp; Sen. David Adelman GA-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20468\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20468\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22949\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22949); return false;\">[X]<\/a>&nbsp; Sen. Ronald Ramsey GA-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22949\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22949\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127843\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127843); return false;\">[X]<\/a>&nbsp; Sen. Gail Buckner GA-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127843\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127843\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20461\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20461); return false;\">[X]<\/a>&nbsp; Sen. Renee\' Unterman GA-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20461\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20461\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20462\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20462); return false;\">[X]<\/a>&nbsp; Sen. Bill Cowsert GA-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20462\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20462\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18289\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18289); return false;\">[X]<\/a>&nbsp; Sen. Ralph Hudgens GA-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18289\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18289\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20644\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20644); return false;\">[X]<\/a>&nbsp; Sen. David Shafer GA-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20644\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20644\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22951\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22951); return false;\">[X]<\/a>&nbsp; Sen. Lee Hawkins GA-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22951\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22951\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127849\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127849); return false;\">[X]<\/a>&nbsp; Sen. Jim Butterworth GA-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127849\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127849\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22953\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22953); return false;\">[X]<\/a>&nbsp; Sen. Chip Pearson GA-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22953\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22953\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20466\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20466); return false;\">[X]<\/a>&nbsp; Sen. Preston Smith GA-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20466\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20466\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21227); return false;\">[X]<\/a>&nbsp; Sen. Jeff Mullis GA-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23017\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23017); return false;\">[X]<\/a>&nbsp; Sen. Don Thomas GA-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23017\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23017\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23018\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23018); return false;\">[X]<\/a>&nbsp; Sen. Gloria Butler GA-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23018\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23018\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23019\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23019); return false;\">[X]<\/a>&nbsp; Sen. Dan Moody GA-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23019\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23019\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19256\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19256); return false;\">[X]<\/a>&nbsp; Rep. Jay Neal GA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19256\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19256\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23020\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23020); return false;\">[X]<\/a>&nbsp; Rep. Martin Scott GA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23020\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23020\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131333\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131333); return false;\">[X]<\/a>&nbsp; Rep. Tom Weldon GA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131333\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131333\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20662); return false;\">[X]<\/a>&nbsp; Rep. Roger Williams GA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20438\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20438); return false;\">[X]<\/a>&nbsp; Rep. John Meadows GA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20438\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20438\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20442\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20442); return false;\">[X]<\/a>&nbsp; Rep. Tom Dickson GA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20442\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20442\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20439\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20439); return false;\">[X]<\/a>&nbsp; Rep. David Ralston GA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20439\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20439\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136481\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136481); return false;\">[X]<\/a>&nbsp; Rep. Stephen Allison GA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136481\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136481\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20925\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20925); return false;\">[X]<\/a>&nbsp; Rep. Amos Amerson GA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20925\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20925\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127868\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127868); return false;\">[X]<\/a>&nbsp; Rep. Rick Austin GA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127868\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127868\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22946\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22946); return false;\">[X]<\/a>&nbsp; Rep. Barbara Reece GA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22946\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22946\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20445\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20445); return false;\">[X]<\/a>&nbsp; Rep. Tom Graves GA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20445\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20445\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23022\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23022); return false;\">[X]<\/a>&nbsp; Rep. Katie Dempsey GA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23022\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23022\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20437\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20437); return false;\">[X]<\/a>&nbsp; Rep. Buddy Loudermilk GA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20437\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20437\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132258\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132258); return false;\">[X]<\/a>&nbsp; Rep. Paul Battles GA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132258\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132258\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22721\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22721); return false;\">[X]<\/a>&nbsp; Rep. Rick Crawford GA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22721\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22721\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20447\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20447); return false;\">[X]<\/a>&nbsp; Rep. Howard Maxwell GA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20447\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20447\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18288\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18288); return false;\">[X]<\/a>&nbsp; Rep. Mark Butler GA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18288\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18288\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22720\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22720); return false;\">[X]<\/a>&nbsp; Rep. Glenn Richardson GA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22720\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22720\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22768\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22768); return false;\">[X]<\/a>&nbsp; Rep. Charlice Byrd GA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22768\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22768\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20422\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20422); return false;\">[X]<\/a>&nbsp; Rep. Calvin Hill GA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20422\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20422\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22778\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22778); return false;\">[X]<\/a>&nbsp; Rep. Sean Jerguson GA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22778\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22778\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18286\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18286); return false;\">[X]<\/a>&nbsp; Rep. Mark Hamilton GA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18286\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18286\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20926\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20926); return false;\">[X]<\/a>&nbsp; Rep. Tom Knox GA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20926\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20926\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19062\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19062); return false;\">[X]<\/a>&nbsp; Rep. James Mills GA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19062\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19062\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18011\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18011); return false;\">[X]<\/a>&nbsp; Rep. Carl Rogers GA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18011\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18011\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20433\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20433); return false;\">[X]<\/a>&nbsp; Rep. Doug Collins GA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20433\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20433\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127882\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127882); return false;\">[X]<\/a>&nbsp; Rep. Michael Harden GA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127882\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127882\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22719\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22719); return false;\">[X]<\/a>&nbsp; Rep. Alan Powell GA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22719\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22719\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22761\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22761); return false;\">[X]<\/a>&nbsp; Rep. Tom McCall GA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22761\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22761\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22788\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22788); return false;\">[X]<\/a>&nbsp; Rep. Tommy Benton GA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22788\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22788\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22723\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22723); return false;\">[X]<\/a>&nbsp; Rep. Judy Manning GA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22723\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22723\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22724\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22724); return false;\">[X]<\/a>&nbsp; Rep. Don Wix GA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22724\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22724\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22947\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22947); return false;\">[X]<\/a>&nbsp; Rep. Rich Golick GA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22947\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22947\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20927\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20927); return false;\">[X]<\/a>&nbsp; Rep. Ed Setzler GA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20927\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20927\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22725\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22725); return false;\">[X]<\/a>&nbsp; Rep. Earl Ehrhart GA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22725\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22725\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22795\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22795); return false;\">[X]<\/a>&nbsp; Rep. Terry Johnson GA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22795\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22795\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127977\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127977); return false;\">[X]<\/a>&nbsp; Rep. Pat Dooley GA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127977\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127977\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20452\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20452); return false;\">[X]<\/a>&nbsp; Rep. Alisha Morgan GA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20452\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20452\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20453\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20453); return false;\">[X]<\/a>&nbsp; Rep. Rob Teilhet GA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20453\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20453\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22722\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22722); return false;\">[X]<\/a>&nbsp; Rep. Sharon Cooper GA-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22722\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22722\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22726\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22726); return false;\">[X]<\/a>&nbsp; Rep. Don Parsons GA-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22726\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22726\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18012\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18012); return false;\">[X]<\/a>&nbsp; Rep. Bobby Franklin GA-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18012\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18012\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20408\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20408); return false;\">[X]<\/a>&nbsp; Rep. Sheila Jones GA-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20408\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20408\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19080\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19080); return false;\">[X]<\/a>&nbsp; Rep. Matt Dollar GA-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19080\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19080\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20428\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20428); return false;\">[X]<\/a>&nbsp; Rep. Jan Jones GA-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20428\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20428\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20429\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20429); return false;\">[X]<\/a>&nbsp; Rep. Chuck Martin GA-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20429\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20429\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22801\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22801); return false;\">[X]<\/a>&nbsp; Rep. Harry Geisinger GA-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22801\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22801\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20929\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20929); return false;\">[X]<\/a>&nbsp; Rep. Wendell Willard GA-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20929\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20929\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22727\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22727); return false;\">[X]<\/a>&nbsp; Rep. Mark Burkhalter GA-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22727\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22727\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22756\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22756); return false;\">[X]<\/a>&nbsp; Rep. Tom Rice GA-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22756\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22756\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20928\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20928); return false;\">[X]<\/a>&nbsp; Rep. Joe Wilkinson GA-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20928\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20928\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127838\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127838); return false;\">[X]<\/a>&nbsp; Rep. Elly Dobbs GA-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127838\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127838\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22748\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22748); return false;\">[X]<\/a>&nbsp; Rep. Edward Lindsey GA-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22748\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22748\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132259); return false;\">[X]<\/a>&nbsp; Rep. Rashad Taylor GA-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22728\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22728); return false;\">[X]<\/a>&nbsp; Rep. Kathy Ashe GA-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22728\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22728\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18259); return false;\">[X]<\/a>&nbsp; Rep. Pat Gardner GA-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22743\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22743); return false;\">[X]<\/a>&nbsp; Rep. Robbin Shipp GA-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22743\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22743\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22729\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22729); return false;\">[X]<\/a>&nbsp; Rep. Margaret Kaiser GA-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22729\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22729\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22744\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22744); return false;\">[X]<\/a>&nbsp; Rep. Georganna Sinkfield GA-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22744\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22744\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127910\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127910); return false;\">[X]<\/a>&nbsp; Rep. Ralph Long GA-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127910\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127910\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18013\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18013); return false;\">[X]<\/a>&nbsp; Rep. Joe Heckstall GA-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18013\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18013\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22731\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22731); return false;\">[X]<\/a>&nbsp; Rep. Tyrone Brooks GA-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22731\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22731\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18285\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18285); return false;\">[X]<\/a>&nbsp; Rep. Roger Bruce GA-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18285\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18285\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22745\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22745); return false;\">[X]<\/a>&nbsp; Rep. Sharon Beasley-Teague GA-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22745\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22745\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20405\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20405); return false;\">[X]<\/a>&nbsp; Rep. Virgil Fludd GA-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20405\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20405\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18016\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18016); return false;\">[X]<\/a>&nbsp; Rep. Bill Hembree GA-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18016\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18016\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20426\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20426); return false;\">[X]<\/a>&nbsp; Rep. Tim Bearden GA-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20426\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20426\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22783\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22783); return false;\">[X]<\/a>&nbsp; Rep. Randy Nix GA-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22783\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22783\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22732\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22732); return false;\">[X]<\/a>&nbsp; Rep. Lynn Smith GA-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22732\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22732\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20456\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20456); return false;\">[X]<\/a>&nbsp; Rep. Billy Horne GA-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20456\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20456\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22763\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22763); return false;\">[X]<\/a>&nbsp; Rep. Matt Ramsey GA-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22763\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22763\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22769\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22769); return false;\">[X]<\/a>&nbsp; Rep. John Yates GA-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22769\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22769\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22759\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22759); return false;\">[X]<\/a>&nbsp; Rep. Roberta Abdul-Salaam GA-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22759\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22759\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22764\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22764); return false;\">[X]<\/a>&nbsp; Rep. Celeste Johnson GA-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22764\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22764\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22765\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22765); return false;\">[X]<\/a>&nbsp; Rep. Mike Glanton GA-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22765\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22765\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20933\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20933); return false;\">[X]<\/a>&nbsp; Rep. Darryl Jordan GA-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20933\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20933\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127956\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127956); return false;\">[X]<\/a>&nbsp; Rep. Glenn Baker GA-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127956\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127956\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22746\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22746); return false;\">[X]<\/a>&nbsp; Rep. Fran Millar GA-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22746\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22746\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection23023\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(23023); return false;\">[X]<\/a>&nbsp; Rep. Mike Jacobs GA-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox23023\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"23023\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20450\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20450); return false;\">[X]<\/a>&nbsp; Rep. Jill Chambers GA-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20450\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20450\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20420\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20420); return false;\">[X]<\/a>&nbsp; Rep. Kevin Levitas GA-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20420\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20420\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20427\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20427); return false;\">[X]<\/a>&nbsp; Rep. Mary Oliver GA-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20427\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20427\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22750\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22750); return false;\">[X]<\/a>&nbsp; Rep. Stacey Abrams GA-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22750\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22750\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20432\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20432); return false;\">[X]<\/a>&nbsp; Rep. Stuckey Benfield GA-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20432\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20432\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20930\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20930); return false;\">[X]<\/a>&nbsp; Rep. Karla Drenner GA-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20930\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20930\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22749\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22749); return false;\">[X]<\/a>&nbsp; Rep. Michele Henson GA-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22749\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22749\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20419\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20419); return false;\">[X]<\/a>&nbsp; Rep. Billy Mitchell GA-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20419\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20419\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20421\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20421); return false;\">[X]<\/a>&nbsp; Rep. Coach Williams GA-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20421\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20421\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20407\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20407); return false;\">[X]<\/a>&nbsp; Rep. Howard Mosby GA-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20407\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20407\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127930\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127930); return false;\">[X]<\/a>&nbsp; Rep. Rahn Mayo GA-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127930\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127930\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18284\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18284); return false;\">[X]<\/a>&nbsp; Rep. Pam Stephenson GA-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18284\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18284\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131341\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131341); return false;\">[X]<\/a>&nbsp; Rep. Dee Dawkins-Haigler GA-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131341\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131341\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20932\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20932); return false;\">[X]<\/a>&nbsp; Rep. Randal Mangham GA-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20932\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20932\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132289\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132289); return false;\">[X]<\/a>&nbsp; Rep. Toney Collins GA-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132289\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132289\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20423\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20423); return false;\">[X]<\/a>&nbsp; Rep. Pete Marin GA-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20423\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20423\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22757\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22757); return false;\">[X]<\/a>&nbsp; Rep. Brooks Coleman GA-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22757\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22757\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22752\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22752); return false;\">[X]<\/a>&nbsp; Rep. Bobby Reese GA-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22752\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22752\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20406\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20406); return false;\">[X]<\/a>&nbsp; Rep. Hugh Floyd GA-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20406\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20406\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20418\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20418); return false;\">[X]<\/a>&nbsp; Rep. Brian Thomas GA-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20418\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20418\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22758\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22758); return false;\">[X]<\/a>&nbsp; Rep. Mike Coan GA-101<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22758\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22758\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22754\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22754); return false;\">[X]<\/a>&nbsp; Rep. Clay Cox GA-102<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22754\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22754\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20424\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20424); return false;\">[X]<\/a>&nbsp; Rep. Mickey Casas GA-103<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20424\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20424\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132263); return false;\">[X]<\/a>&nbsp; Rep. Lee Thompson GA-104<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20436\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20436); return false;\">[X]<\/a>&nbsp; Rep. Donna Sheldon GA-105<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20436\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20436\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20443\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20443); return false;\">[X]<\/a>&nbsp; Rep. Melvin Everson GA-106<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20443\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20443\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18015\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18015); return false;\">[X]<\/a>&nbsp; Rep. Len Walker GA-107<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18015\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18015\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20451\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20451); return false;\">[X]<\/a>&nbsp; Rep. Terry England GA-108<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20451\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20451\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20935\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20935); return false;\">[X]<\/a>&nbsp; Rep. Steve Davis GA-109<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20935\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20935\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18232\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18232); return false;\">[X]<\/a>&nbsp; Rep. John Lunsford GA-110<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18232\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18232\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20435\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20435); return false;\">[X]<\/a>&nbsp; Rep. Jeff May GA-111<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20435\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20435\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22786\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22786); return false;\">[X]<\/a>&nbsp; Rep. Doug Holt GA-112<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22786\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22786\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22762\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22762); return false;\">[X]<\/a>&nbsp; Rep. Bob Smith GA-113<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22762\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22762\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22760\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22760); return false;\">[X]<\/a>&nbsp; Rep. Keith Heard GA-114<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22760\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22760\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18019\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18019); return false;\">[X]<\/a>&nbsp; Rep. Doug McKillip GA-115<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18019\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18019\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22771\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22771); return false;\">[X]<\/a>&nbsp; Rep. Mickey Channell GA-116<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22771\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22771\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132270\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132270); return false;\">[X]<\/a>&nbsp; Rep. Lee Anderson GA-117<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132270\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132270\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22772\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22772); return false;\">[X]<\/a>&nbsp; Rep. Ben Harbin GA-118<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22772\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22772\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20934\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20934); return false;\">[X]<\/a>&nbsp; Rep. Barbara Sims GA-119<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20934\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20934\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20446\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20446); return false;\">[X]<\/a>&nbsp; Rep. Quincy Murphy GA-120<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20446\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20446\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22774\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22774); return false;\">[X]<\/a>&nbsp; Rep. Wayne Howard GA-121<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22774\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22774\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20448\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20448); return false;\">[X]<\/a>&nbsp; Rep. Hardie Davis GA-122<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20448\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20448\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22773\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22773); return false;\">[X]<\/a>&nbsp; Rep. Gloria Frazier GA-123<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22773\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22773\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22775\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22775); return false;\">[X]<\/a>&nbsp; Rep. Sistie Hudson GA-124<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22775\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22775\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22770\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22770); return false;\">[X]<\/a>&nbsp; Rep. Jim Cole GA-125<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22770\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22770\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20444\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20444); return false;\">[X]<\/a>&nbsp; Rep. David Knight GA-126<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20444\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20444\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18018\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18018); return false;\">[X]<\/a>&nbsp; Rep. Billy Maddox GA-127<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18018\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18018\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22784\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22784); return false;\">[X]<\/a>&nbsp; Rep. Carl Epps GA-128<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22784\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22784\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22767\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22767); return false;\">[X]<\/a>&nbsp; Rep. Vance Smith GA-129<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22767\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22767\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18287\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18287); return false;\">[X]<\/a>&nbsp; Rep. Debbie Buckner GA-130<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18287\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18287\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18738\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18738); return false;\">[X]<\/a>&nbsp; Rep. Richard Smith GA-131<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18738\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18738\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22787\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22787); return false;\">[X]<\/a>&nbsp; Rep. Calvin Smyre GA-132<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22787\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22787\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22785\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22785); return false;\">[X]<\/a>&nbsp; Rep. Carolyn Hugley GA-133<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22785\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22785\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20403\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20403); return false;\">[X]<\/a>&nbsp; Rep. Mike Cheokas GA-134<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20403\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20403\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22790\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22790); return false;\">[X]<\/a>&nbsp; Rep. Lynmore James GA-135<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22790\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22790\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22782\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22782); return false;\">[X]<\/a>&nbsp; Rep. Tony Sellier GA-136<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22782\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22782\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22780\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22780); return false;\">[X]<\/a>&nbsp; Rep. Allen Peake GA-137<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22780\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22780\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22781\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22781); return false;\">[X]<\/a>&nbsp; Rep. Nikki Randall GA-138<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22781\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22781\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22779\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22779); return false;\">[X]<\/a>&nbsp; Rep. David Lucas GA-139<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22779\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22779\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection136763\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(136763); return false;\">[X]<\/a>&nbsp; Rep. Bubber Epps GA-140<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox136763\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"136763\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22777\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22777); return false;\">[X]<\/a>&nbsp; Rep. Bobby Parham GA-141<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22777\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22777\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127979\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127979); return false;\">[X]<\/a>&nbsp; Rep. Mack Jackson GA-142<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127979\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127979\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22792\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22792); return false;\">[X]<\/a>&nbsp; Rep. DuBose Porter GA-143<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22792\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22792\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22791\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22791); return false;\">[X]<\/a>&nbsp; Rep. Jimmy Pruett GA-144<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22791\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22791\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20936\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20936); return false;\">[X]<\/a>&nbsp; Rep. Willie Talton GA-145<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20936\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20936\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20684\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20684); return false;\">[X]<\/a>&nbsp; Rep. Larry O\'Neal GA-146<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20684\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20684\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127996\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127996); return false;\">[X]<\/a>&nbsp; Rep. Buddy Harden GA-147<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127996\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127996\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22800\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22800); return false;\">[X]<\/a>&nbsp; Rep. Bob Hanner GA-148<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22800\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22800\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22930\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22930); return false;\">[X]<\/a>&nbsp; Rep. Gerald Greene GA-149<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22930\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22930\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22931\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22931); return false;\">[X]<\/a>&nbsp; Rep. Winfred Dukes GA-150<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22931\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22931\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection127921\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(127921); return false;\">[X]<\/a>&nbsp; Rep. Carol Fullerton GA-151<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox127921\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"127921\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20455\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20455); return false;\">[X]<\/a>&nbsp; Rep. Ed Rynders GA-152<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20455\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20455\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22803\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22803); return false;\">[X]<\/a>&nbsp; Rep. Austin Scott GA-153<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22803\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22803\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20425\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20425); return false;\">[X]<\/a>&nbsp; Rep. Jay Roberts GA-154<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20425\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20425\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22733\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22733); return false;\">[X]<\/a>&nbsp; Rep. Greg Morris GA-155<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22733\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22733\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22793\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22793); return false;\">[X]<\/a>&nbsp; Rep. Butch Parrish GA-156<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22793\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22793\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20404\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20404); return false;\">[X]<\/a>&nbsp; Rep. Jon Burns GA-157<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20404\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20404\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22794\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22794); return false;\">[X]<\/a>&nbsp; Rep. Bob Lane GA-158<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22794\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22794\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18014\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18014); return false;\">[X]<\/a>&nbsp; Rep. Buddy Carter GA-159<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18014\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18014\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22753\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22753); return false;\">[X]<\/a>&nbsp; Rep. Bob Bryant GA-160<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22753\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22753\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128006\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128006); return false;\">[X]<\/a>&nbsp; Rep. Mickey Stephens GA-161<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128006\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128006\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22798\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22798); return false;\">[X]<\/a>&nbsp; Rep. Craig Gordon GA-162<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22798\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22798\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18020\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18020); return false;\">[X]<\/a>&nbsp; Rep. Burke Day GA-163<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18020\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18020\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22797\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22797); return false;\">[X]<\/a>&nbsp; Rep. Ron Stephens GA-164<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22797\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22797\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20454\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20454); return false;\">[X]<\/a>&nbsp; Rep. Al Williams GA-165<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20454\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20454\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22799\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22799); return false;\">[X]<\/a>&nbsp; Rep. Terry Barnard GA-166<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22799\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22799\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22755\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22755); return false;\">[X]<\/a>&nbsp; Rep. Roger Lane GA-167<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22755\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22755\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22806\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22806); return false;\">[X]<\/a>&nbsp; Rep. Tommy Smith GA-168<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22806\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22806\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22805\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22805); return false;\">[X]<\/a>&nbsp; Rep. Chuck Sims GA-169<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22805\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22805\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22804\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22804); return false;\">[X]<\/a>&nbsp; Rep. Penny Houston GA-170<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22804\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22804\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128019\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128019); return false;\">[X]<\/a>&nbsp; Rep. Jay Powell GA-171<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128019\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128019\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22816\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22816); return false;\">[X]<\/a>&nbsp; Rep. Gene Maddox GA-172<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22816\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22816\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20440\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20440); return false;\">[X]<\/a>&nbsp; Rep. Mike Keown GA-173<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20440\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20440\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20938\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20938); return false;\">[X]<\/a>&nbsp; Rep. Ellis Black GA-174<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20938\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20938\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22818\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22818); return false;\">[X]<\/a>&nbsp; Rep. Amy Carter GA-175<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22818\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22818\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22817\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22817); return false;\">[X]<\/a>&nbsp; Rep. Jay Shaw GA-176<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22817\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22817\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20449\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20449); return false;\">[X]<\/a>&nbsp; Rep. Mark Hatfield GA-177<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20449\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20449\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18021\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18021); return false;\">[X]<\/a>&nbsp; Rep. Mark Williams GA-178<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18021\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18021\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20937\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20937); return false;\">[X]<\/a>&nbsp; Rep. Jerry Keen GA-179<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20937\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20937\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20402\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20402); return false;\">[X]<\/a>&nbsp; Rep. Cecily Hill GA-180<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20402\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20402\" /><\/span>';
}

var HILegislators = new Array();

HILegislators[0] = "Gov. Linda Lingle HI";
legislatorsHash['Gov. Linda Lingle HI'] = 26142;
legislatorIdToState[26142] = 'HI';

HILegislators[1] = "Sen. Dwight Takamine HI-001";
legislatorsHash['Sen. Dwight Takamine HI-001'] = 128051;
legislatorIdToState[128051] = 'HI';

HILegislators[2] = "Sen. Russell Kokubun HI-002";
legislatorsHash['Sen. Russell Kokubun HI-002'] = 21078;
legislatorIdToState[21078] = 'HI';

HILegislators[3] = "Sen. Josh Green HI-003";
legislatorsHash['Sen. Josh Green HI-003'] = 132309;
legislatorIdToState[132309] = 'HI';

HILegislators[4] = "Sen. Shan Tsutsui HI-004";
legislatorsHash['Sen. Shan Tsutsui HI-004'] = 18933;
legislatorIdToState[18933] = 'HI';

HILegislators[5] = "Sen. Roz Baker HI-005";
legislatorsHash['Sen. Roz Baker HI-005'] = 20474;
legislatorIdToState[20474] = 'HI';

HILegislators[6] = "Sen. J. English HI-006";
legislatorsHash['Sen. J. English HI-006'] = 18934;
legislatorIdToState[18934] = 'HI';

HILegislators[7] = "Sen. Gary Hooser HI-007";
legislatorsHash['Sen. Gary Hooser HI-007'] = 20473;
legislatorIdToState[20473] = 'HI';

HILegislators[8] = "Sen. Sam Slom HI-008";
legislatorsHash['Sen. Sam Slom HI-008'] = 22824;
legislatorIdToState[22824] = 'HI';

HILegislators[9] = "Sen. Les Ihara HI-009";
legislatorsHash['Sen. Les Ihara HI-009'] = 22826;
legislatorIdToState[22826] = 'HI';

HILegislators[10] = "Sen. Brian Taniguchi HI-010";
legislatorsHash['Sen. Brian Taniguchi HI-010'] = 19252;
legislatorIdToState[19252] = 'HI';

HILegislators[11] = "Sen. Carol Fukunaga HI-011";
legislatorsHash['Sen. Carol Fukunaga HI-011'] = 22827;
legislatorIdToState[22827] = 'HI';

HILegislators[12] = "Sen. Brickwood Galuteria HI-012";
legislatorsHash['Sen. Brickwood Galuteria HI-012'] = 132311;
legislatorIdToState[132311] = 'HI';

HILegislators[13] = "Sen. Susie Chun Oakland HI-013";
legislatorsHash['Sen. Susie Chun Oakland HI-013'] = 22828;
legislatorIdToState[22828] = 'HI';

HILegislators[14] = "Sen. Donna Kim HI-014";
legislatorsHash['Sen. Donna Kim HI-014'] = 21081;
legislatorIdToState[21081] = 'HI';

HILegislators[15] = "Sen. Norman Sakamoto HI-015";
legislatorsHash['Sen. Norman Sakamoto HI-015'] = 22829;
legislatorIdToState[22829] = 'HI';

HILegislators[16] = "Sen. David Ige HI-016";
legislatorsHash['Sen. David Ige HI-016'] = 22830;
legislatorIdToState[22830] = 'HI';

HILegislators[17] = "Sen. Michelle Kidani HI-017";
legislatorsHash['Sen. Michelle Kidani HI-017'] = 131179;
legislatorIdToState[131179] = 'HI';

HILegislators[18] = "Sen. Clarence Nishihara HI-018";
legislatorsHash['Sen. Clarence Nishihara HI-018'] = 22831;
legislatorIdToState[22831] = 'HI';

HILegislators[19] = "Sen. Mike Gabbard HI-019";
legislatorsHash['Sen. Mike Gabbard HI-019'] = 22832;
legislatorIdToState[22832] = 'HI';

HILegislators[20] = "Sen. Willie Espero HI-020";
legislatorsHash['Sen. Willie Espero HI-020'] = 18445;
legislatorIdToState[18445] = 'HI';

HILegislators[21] = "Sen. Colleen Hanabusa HI-021";
legislatorsHash['Sen. Colleen Hanabusa HI-021'] = 18023;
legislatorIdToState[18023] = 'HI';

HILegislators[22] = "Sen. Bobby Bunda HI-022";
legislatorsHash['Sen. Bobby Bunda HI-022'] = 22840;
legislatorIdToState[22840] = 'HI';

HILegislators[23] = "Sen. Clayton Hee HI-023";
legislatorsHash['Sen. Clayton Hee HI-023'] = 18291;
legislatorIdToState[18291] = 'HI';

HILegislators[24] = "Sen. Jill Tokuda HI-024";
legislatorsHash['Sen. Jill Tokuda HI-024'] = 21086;
legislatorIdToState[21086] = 'HI';

HILegislators[25] = "Sen. Fred Hemmings HI-025";
legislatorsHash['Sen. Fred Hemmings HI-025'] = 21088;
legislatorIdToState[21088] = 'HI';

HILegislators[26] = "Rep. Mark Nakashima HI-001";
legislatorsHash['Rep. Mark Nakashima HI-001'] = 128082;
legislatorIdToState[128082] = 'HI';

HILegislators[27] = "Rep. Leslie Chang HI-002";
legislatorsHash['Rep. Leslie Chang HI-002'] = 22845;
legislatorIdToState[22845] = 'HI';

HILegislators[28] = "Rep. Clift Tsuji HI-003";
legislatorsHash['Rep. Clift Tsuji HI-003'] = 22846;
legislatorIdToState[22846] = 'HI';

HILegislators[29] = "Rep. Faye Hanohano HI-004";
legislatorsHash['Rep. Faye Hanohano HI-004'] = 21706;
legislatorIdToState[21706] = 'HI';

HILegislators[30] = "Rep. Robert Herkes HI-005";
legislatorsHash['Rep. Robert Herkes HI-005'] = 18854;
legislatorIdToState[18854] = 'HI';

HILegislators[31] = "Rep. Danny Coffman HI-006";
legislatorsHash['Rep. Danny Coffman HI-006'] = 132322;
legislatorIdToState[132322] = 'HI';

HILegislators[32] = "Rep. Cindy Evans HI-007";
legislatorsHash['Rep. Cindy Evans HI-007'] = 20480;
legislatorIdToState[20480] = 'HI';

HILegislators[33] = "Rep. Joseph Souki HI-008";
legislatorsHash['Rep. Joseph Souki HI-008'] = 22847;
legislatorIdToState[22847] = 'HI';

HILegislators[34] = "Rep. Gil Keith-Agaran HI-009";
legislatorsHash['Rep. Gil Keith-Agaran HI-009'] = 128090;
legislatorIdToState[128090] = 'HI';

HILegislators[35] = "Rep. Angus McKelvey HI-010";
legislatorsHash['Rep. Angus McKelvey HI-010'] = 20492;
legislatorIdToState[20492] = 'HI';

HILegislators[36] = "Rep. Joe Bertram HI-011";
legislatorsHash['Rep. Joe Bertram HI-011'] = 22898;
legislatorIdToState[22898] = 'HI';

HILegislators[37] = "Rep. Kyle Yamashita HI-012";
legislatorsHash['Rep. Kyle Yamashita HI-012'] = 21707;
legislatorIdToState[21707] = 'HI';

HILegislators[38] = "Rep. Mele Carroll HI-013";
legislatorsHash['Rep. Mele Carroll HI-013'] = 20495;
legislatorIdToState[20495] = 'HI';

HILegislators[39] = "Rep. Mina Morita HI-014";
legislatorsHash['Rep. Mina Morita HI-014'] = 22899;
legislatorIdToState[22899] = 'HI';

HILegislators[40] = "Rep. James Tokioka HI-015";
legislatorsHash['Rep. James Tokioka HI-015'] = 22900;
legislatorIdToState[22900] = 'HI';

HILegislators[41] = "Rep. Roland Sagum HI-016";
legislatorsHash['Rep. Roland Sagum HI-016'] = 22901;
legislatorIdToState[22901] = 'HI';

HILegislators[42] = "Rep. Gene Ward HI-017";
legislatorsHash['Rep. Gene Ward HI-017'] = 19253;
legislatorIdToState[19253] = 'HI';

HILegislators[43] = "Rep. Lyla Berg HI-018";
legislatorsHash['Rep. Lyla Berg HI-018'] = 19254;
legislatorIdToState[19254] = 'HI';

HILegislators[44] = "Rep. Barbara Marumoto HI-019";
legislatorsHash['Rep. Barbara Marumoto HI-019'] = 22902;
legislatorIdToState[22902] = 'HI';

HILegislators[45] = "Rep. Calvin Say HI-020";
legislatorsHash['Rep. Calvin Say HI-020'] = 22903;
legislatorIdToState[22903] = 'HI';

HILegislators[46] = "Rep. Scott Nishimoto HI-021";
legislatorsHash['Rep. Scott Nishimoto HI-021'] = 20479;
legislatorIdToState[20479] = 'HI';

HILegislators[47] = "Rep. Scott Saiki HI-022";
legislatorsHash['Rep. Scott Saiki HI-022'] = 22904;
legislatorIdToState[22904] = 'HI';

HILegislators[48] = "Rep. Tom Brower HI-023";
legislatorsHash['Rep. Tom Brower HI-023'] = 18025;
legislatorIdToState[18025] = 'HI';

HILegislators[49] = "Rep. Issac Choy HI-024";
legislatorsHash['Rep. Issac Choy HI-024'] = 132319;
legislatorIdToState[132319] = 'HI';

HILegislators[50] = "Rep. Della Belatti HI-025";
legislatorsHash['Rep. Della Belatti HI-025'] = 22601;
legislatorIdToState[22601] = 'HI';

HILegislators[51] = "Rep. Sylvia Luke HI-026";
legislatorsHash['Rep. Sylvia Luke HI-026'] = 22602;
legislatorIdToState[22602] = 'HI';

HILegislators[52] = "Rep. Corinne Ching HI-027";
legislatorsHash['Rep. Corinne Ching HI-027'] = 20477;
legislatorIdToState[20477] = 'HI';

HILegislators[53] = "Rep. Karl Rhoads HI-028";
legislatorsHash['Rep. Karl Rhoads HI-028'] = 19255;
legislatorIdToState[19255] = 'HI';

HILegislators[54] = "Rep. Joey Manahan HI-029";
legislatorsHash['Rep. Joey Manahan HI-029'] = 22604;
legislatorIdToState[22604] = 'HI';

HILegislators[55] = "Rep. John Mizuno HI-030";
legislatorsHash['Rep. John Mizuno HI-030'] = 22603;
legislatorIdToState[22603] = 'HI';

HILegislators[56] = "Rep. Glenn Wakai HI-031";
legislatorsHash['Rep. Glenn Wakai HI-031'] = 20496;
legislatorIdToState[20496] = 'HI';

HILegislators[57] = "Rep. Lynn Finnegan HI-032";
legislatorsHash['Rep. Lynn Finnegan HI-032'] = 20493;
legislatorIdToState[20493] = 'HI';

HILegislators[58] = "Rep. Blake Oshiro HI-033";
legislatorsHash['Rep. Blake Oshiro HI-033'] = 21708;
legislatorIdToState[21708] = 'HI';

HILegislators[59] = "Rep. K. Takai HI-034";
legislatorsHash['Rep. K. Takai HI-034'] = 22605;
legislatorIdToState[22605] = 'HI';

HILegislators[60] = "Rep. Henry James Aquino HI-035";
legislatorsHash['Rep. Henry James Aquino HI-035'] = 132326;
legislatorIdToState[132326] = 'HI';

HILegislators[61] = "Rep. Roy Takumi HI-036";
legislatorsHash['Rep. Roy Takumi HI-036'] = 22606;
legislatorIdToState[22606] = 'HI';

HILegislators[62] = "Rep. Ryan Yamane HI-037";
legislatorsHash['Rep. Ryan Yamane HI-037'] = 18150;
legislatorIdToState[18150] = 'HI';

HILegislators[63] = "Rep. Marilyn Lee HI-038";
legislatorsHash['Rep. Marilyn Lee HI-038'] = 22607;
legislatorIdToState[22607] = 'HI';

HILegislators[64] = "Rep. Marcus Oshiro HI-039";
legislatorsHash['Rep. Marcus Oshiro HI-039'] = 22608;
legislatorIdToState[22608] = 'HI';

HILegislators[65] = "Rep. Sharon Har HI-040";
legislatorsHash['Rep. Sharon Har HI-040'] = 18026;
legislatorIdToState[18026] = 'HI';

HILegislators[66] = "Rep. Jon Karamatsu HI-041";
legislatorsHash['Rep. Jon Karamatsu HI-041'] = 19078;
legislatorIdToState[19078] = 'HI';

HILegislators[67] = "Rep. Rida Cabanilla HI-042";
legislatorsHash['Rep. Rida Cabanilla HI-042'] = 20482;
legislatorIdToState[20482] = 'HI';

HILegislators[68] = "Rep. Kymberly Pine HI-043";
legislatorsHash['Rep. Kymberly Pine HI-043'] = 20478;
legislatorIdToState[20478] = 'HI';

HILegislators[69] = "Rep. Karen Awana HI-044";
legislatorsHash['Rep. Karen Awana HI-044'] = 22609;
legislatorIdToState[22609] = 'HI';

HILegislators[70] = "Rep. Maile Shimabukuro HI-045";
legislatorsHash['Rep. Maile Shimabukuro HI-045'] = 20481;
legislatorIdToState[20481] = 'HI';

HILegislators[71] = "Rep. Michael Magaoay HI-046";
legislatorsHash['Rep. Michael Magaoay HI-046'] = 20939;
legislatorIdToState[20939] = 'HI';

HILegislators[72] = "Rep. Jessica Wooley HI-047";
legislatorsHash['Rep. Jessica Wooley HI-047'] = 128128;
legislatorIdToState[128128] = 'HI';

HILegislators[73] = "Rep. Ken Ito HI-048";
legislatorsHash['Rep. Ken Ito HI-048'] = 22611;
legislatorIdToState[22611] = 'HI';

HILegislators[74] = "Rep. Pono Chong HI-049";
legislatorsHash['Rep. Pono Chong HI-049'] = 22612;
legislatorIdToState[22612] = 'HI';

HILegislators[75] = "Rep. Cynthia Thielen HI-050";
legislatorsHash['Rep. Cynthia Thielen HI-050'] = 18939;
legislatorIdToState[18939] = 'HI';

HILegislators[76] = "Rep. Chris Lee HI-051";
legislatorsHash['Rep. Chris Lee HI-051'] = 132318;
legislatorIdToState[132318] = 'HI';

function writeHILegislatorHTML() {
	$('HILegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26142\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26142); return false;\">[X]<\/a>&nbsp; Gov. Linda Lingle HI<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26142\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26142\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128051\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128051); return false;\">[X]<\/a>&nbsp; Sen. Dwight Takamine HI-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128051\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128051\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21078\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21078); return false;\">[X]<\/a>&nbsp; Sen. Russell Kokubun HI-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21078\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21078\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132309\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132309); return false;\">[X]<\/a>&nbsp; Sen. Josh Green HI-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132309\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132309\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18933\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18933); return false;\">[X]<\/a>&nbsp; Sen. Shan Tsutsui HI-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18933\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18933\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20474\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20474); return false;\">[X]<\/a>&nbsp; Sen. Roz Baker HI-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20474\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20474\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18934\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18934); return false;\">[X]<\/a>&nbsp; Sen. J. English HI-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18934\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18934\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20473\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20473); return false;\">[X]<\/a>&nbsp; Sen. Gary Hooser HI-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20473\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20473\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22824\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22824); return false;\">[X]<\/a>&nbsp; Sen. Sam Slom HI-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22824\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22824\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22826\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22826); return false;\">[X]<\/a>&nbsp; Sen. Les Ihara HI-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22826\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22826\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19252); return false;\">[X]<\/a>&nbsp; Sen. Brian Taniguchi HI-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19252\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22827\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22827); return false;\">[X]<\/a>&nbsp; Sen. Carol Fukunaga HI-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22827\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22827\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132311\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132311); return false;\">[X]<\/a>&nbsp; Sen. Brickwood Galuteria HI-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132311\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132311\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22828\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22828); return false;\">[X]<\/a>&nbsp; Sen. Susie Chun Oakland HI-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22828\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22828\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21081\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21081); return false;\">[X]<\/a>&nbsp; Sen. Donna Kim HI-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21081\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21081\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22829\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22829); return false;\">[X]<\/a>&nbsp; Sen. Norman Sakamoto HI-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22829\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22829\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22830\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22830); return false;\">[X]<\/a>&nbsp; Sen. David Ige HI-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22830\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22830\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection131179\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(131179); return false;\">[X]<\/a>&nbsp; Sen. Michelle Kidani HI-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox131179\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"131179\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22831\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22831); return false;\">[X]<\/a>&nbsp; Sen. Clarence Nishihara HI-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22831\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22831\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22832\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22832); return false;\">[X]<\/a>&nbsp; Sen. Mike Gabbard HI-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22832\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22832\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18445\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18445); return false;\">[X]<\/a>&nbsp; Sen. Willie Espero HI-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18445\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18445\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18023\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18023); return false;\">[X]<\/a>&nbsp; Sen. Colleen Hanabusa HI-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18023\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18023\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22840\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22840); return false;\">[X]<\/a>&nbsp; Sen. Bobby Bunda HI-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22840\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22840\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18291\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18291); return false;\">[X]<\/a>&nbsp; Sen. Clayton Hee HI-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18291\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18291\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21086\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21086); return false;\">[X]<\/a>&nbsp; Sen. Jill Tokuda HI-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21086\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21086\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21088\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21088); return false;\">[X]<\/a>&nbsp; Sen. Fred Hemmings HI-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21088\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21088\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128082\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128082); return false;\">[X]<\/a>&nbsp; Rep. Mark Nakashima HI-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128082\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128082\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22845\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22845); return false;\">[X]<\/a>&nbsp; Rep. Leslie Chang HI-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22845\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22845\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22846\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22846); return false;\">[X]<\/a>&nbsp; Rep. Clift Tsuji HI-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22846\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22846\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21706\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21706); return false;\">[X]<\/a>&nbsp; Rep. Faye Hanohano HI-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21706\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21706\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18854\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18854); return false;\">[X]<\/a>&nbsp; Rep. Robert Herkes HI-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18854\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18854\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132322\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132322); return false;\">[X]<\/a>&nbsp; Rep. Danny Coffman HI-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132322\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132322\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20480\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20480); return false;\">[X]<\/a>&nbsp; Rep. Cindy Evans HI-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20480\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20480\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22847\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22847); return false;\">[X]<\/a>&nbsp; Rep. Joseph Souki HI-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22847\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22847\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128090\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128090); return false;\">[X]<\/a>&nbsp; Rep. Gil Keith-Agaran HI-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128090\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128090\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20492\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20492); return false;\">[X]<\/a>&nbsp; Rep. Angus McKelvey HI-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20492\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20492\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22898\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22898); return false;\">[X]<\/a>&nbsp; Rep. Joe Bertram HI-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22898\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22898\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21707\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21707); return false;\">[X]<\/a>&nbsp; Rep. Kyle Yamashita HI-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21707\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21707\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20495\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20495); return false;\">[X]<\/a>&nbsp; Rep. Mele Carroll HI-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20495\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20495\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22899\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22899); return false;\">[X]<\/a>&nbsp; Rep. Mina Morita HI-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22899\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22899\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22900\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22900); return false;\">[X]<\/a>&nbsp; Rep. James Tokioka HI-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22900\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22900\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22901\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22901); return false;\">[X]<\/a>&nbsp; Rep. Roland Sagum HI-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22901\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22901\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19253\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19253); return false;\">[X]<\/a>&nbsp; Rep. Gene Ward HI-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19253\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19253\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19254\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19254); return false;\">[X]<\/a>&nbsp; Rep. Lyla Berg HI-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19254\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19254\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22902\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22902); return false;\">[X]<\/a>&nbsp; Rep. Barbara Marumoto HI-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22902\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22902\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22903\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22903); return false;\">[X]<\/a>&nbsp; Rep. Calvin Say HI-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22903\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22903\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20479\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20479); return false;\">[X]<\/a>&nbsp; Rep. Scott Nishimoto HI-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20479\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20479\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22904\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22904); return false;\">[X]<\/a>&nbsp; Rep. Scott Saiki HI-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22904\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22904\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18025\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18025); return false;\">[X]<\/a>&nbsp; Rep. Tom Brower HI-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18025\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18025\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132319\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132319); return false;\">[X]<\/a>&nbsp; Rep. Issac Choy HI-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132319\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132319\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22601\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22601); return false;\">[X]<\/a>&nbsp; Rep. Della Belatti HI-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22601\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22601\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22602\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22602); return false;\">[X]<\/a>&nbsp; Rep. Sylvia Luke HI-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22602\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22602\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20477\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20477); return false;\">[X]<\/a>&nbsp; Rep. Corinne Ching HI-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20477\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20477\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19255\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19255); return false;\">[X]<\/a>&nbsp; Rep. Karl Rhoads HI-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19255\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19255\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22604\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22604); return false;\">[X]<\/a>&nbsp; Rep. Joey Manahan HI-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22604\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22604\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22603\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22603); return false;\">[X]<\/a>&nbsp; Rep. John Mizuno HI-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22603\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22603\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20496\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20496); return false;\">[X]<\/a>&nbsp; Rep. Glenn Wakai HI-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20496\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20496\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20493\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20493); return false;\">[X]<\/a>&nbsp; Rep. Lynn Finnegan HI-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20493\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20493\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21708\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21708); return false;\">[X]<\/a>&nbsp; Rep. Blake Oshiro HI-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21708\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21708\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22605\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22605); return false;\">[X]<\/a>&nbsp; Rep. K. Takai HI-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22605\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22605\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132326\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132326); return false;\">[X]<\/a>&nbsp; Rep. Henry James Aquino HI-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132326\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132326\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22606\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22606); return false;\">[X]<\/a>&nbsp; Rep. Roy Takumi HI-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22606\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22606\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18150\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18150); return false;\">[X]<\/a>&nbsp; Rep. Ryan Yamane HI-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18150\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18150\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22607\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22607); return false;\">[X]<\/a>&nbsp; Rep. Marilyn Lee HI-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22607\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22607\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22608\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22608); return false;\">[X]<\/a>&nbsp; Rep. Marcus Oshiro HI-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22608\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22608\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18026\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18026); return false;\">[X]<\/a>&nbsp; Rep. Sharon Har HI-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18026\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18026\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19078\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19078); return false;\">[X]<\/a>&nbsp; Rep. Jon Karamatsu HI-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19078\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19078\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20482\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20482); return false;\">[X]<\/a>&nbsp; Rep. Rida Cabanilla HI-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20482\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20482\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20478\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20478); return false;\">[X]<\/a>&nbsp; Rep. Kymberly Pine HI-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20478\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20478\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22609\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22609); return false;\">[X]<\/a>&nbsp; Rep. Karen Awana HI-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22609\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22609\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20481\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20481); return false;\">[X]<\/a>&nbsp; Rep. Maile Shimabukuro HI-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20481\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20481\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20939\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20939); return false;\">[X]<\/a>&nbsp; Rep. Michael Magaoay HI-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20939\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20939\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128128\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128128); return false;\">[X]<\/a>&nbsp; Rep. Jessica Wooley HI-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128128\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128128\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22611\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22611); return false;\">[X]<\/a>&nbsp; Rep. Ken Ito HI-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22611\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22611\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22612\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22612); return false;\">[X]<\/a>&nbsp; Rep. Pono Chong HI-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22612\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22612\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18939\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18939); return false;\">[X]<\/a>&nbsp; Rep. Cynthia Thielen HI-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18939\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18939\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132318\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132318); return false;\">[X]<\/a>&nbsp; Rep. Chris Lee HI-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132318\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132318\" /><\/span>';
}

var IALegislators = new Array();

IALegislators[0] = "Gov. Chet Culver IA";
legislatorsHash['Gov. Chet Culver IA'] = 26054;
legislatorIdToState[26054] = 'IA';

IALegislators[1] = "Sen. Steve Warnstadt IA-001";
legislatorsHash['Sen. Steve Warnstadt IA-001'] = 20249;
legislatorIdToState[20249] = 'IA';

IALegislators[2] = "Sen. Randy Feenstra IA-002";
legislatorsHash['Sen. Randy Feenstra IA-002'] = 128138;
legislatorIdToState[128138] = 'IA';

IALegislators[3] = "Sen. David Johnson IA-003";
legislatorsHash['Sen. David Johnson IA-003'] = 20255;
legislatorIdToState[20255] = 'IA';

IALegislators[4] = "Sen. Jack Kibbie IA-004";
legislatorsHash['Sen. Jack Kibbie IA-004'] = 22614;
legislatorIdToState[22614] = 'IA';

IALegislators[5] = "Sen. Rich Olive IA-005";
legislatorsHash['Sen. Rich Olive IA-005'] = 22615;
legislatorIdToState[22615] = 'IA';

IALegislators[6] = "Sen. Merlin Bartz IA-006";
legislatorsHash['Sen. Merlin Bartz IA-006'] = 134689;
legislatorIdToState[134689] = 'IA';

IALegislators[7] = "Sen. Amanda Ragan IA-007";
legislatorsHash['Sen. Amanda Ragan IA-007'] = 20670;
legislatorIdToState[20670] = 'IA';

IALegislators[8] = "Sen. Mary Jo Wilhelm IA-008";
legislatorsHash['Sen. Mary Jo Wilhelm IA-008'] = 128152;
legislatorIdToState[128152] = 'IA';

IALegislators[9] = "Sen. Bill Heckroth IA-009";
legislatorsHash['Sen. Bill Heckroth IA-009'] = 20246;
legislatorIdToState[20246] = 'IA';

IALegislators[10] = "Sen. Jeff Danielson IA-010";
legislatorsHash['Sen. Jeff Danielson IA-010'] = 22617;
legislatorIdToState[22617] = 'IA';

IALegislators[11] = "Sen. Bill Dotzler IA-011";
legislatorsHash['Sen. Bill Dotzler IA-011'] = 20251;
legislatorIdToState[20251] = 'IA';

IALegislators[12] = "Sen. Brian Schoenjahn IA-012";
legislatorsHash['Sen. Brian Schoenjahn IA-012'] = 18940;
legislatorIdToState[18940] = 'IA';

IALegislators[13] = "Sen. Roger Stewart IA-013";
legislatorsHash['Sen. Roger Stewart IA-013'] = 18320;
legislatorIdToState[18320] = 'IA';

IALegislators[14] = "Sen. Pam Jochum IA-014";
legislatorsHash['Sen. Pam Jochum IA-014'] = 128154;
legislatorIdToState[128154] = 'IA';

IALegislators[15] = "Sen. Robert Dvorsky IA-015";
legislatorsHash['Sen. Robert Dvorsky IA-015'] = 22622;
legislatorIdToState[22622] = 'IA';

IALegislators[16] = "Sen. Tom Hancock IA-016";
legislatorsHash['Sen. Tom Hancock IA-016'] = 20247;
legislatorIdToState[20247] = 'IA';

IALegislators[17] = "Sen. Wally Horn IA-017";
legislatorsHash['Sen. Wally Horn IA-017'] = 22624;
legislatorIdToState[22624] = 'IA';

IALegislators[18] = "Sen. Swati Dandekar IA-018";
legislatorsHash['Sen. Swati Dandekar IA-018'] = 128161;
legislatorIdToState[128161] = 'IA';

IALegislators[19] = "Sen. Robert Hogg IA-019";
legislatorsHash['Sen. Robert Hogg IA-019'] = 18858;
legislatorIdToState[18858] = 'IA';

IALegislators[20] = "Sen. Tim Kapucian IA-020";
legislatorsHash['Sen. Tim Kapucian IA-020'] = 132622;
legislatorIdToState[132622] = 'IA';

IALegislators[21] = "Sen. Dennis Black IA-021";
legislatorsHash['Sen. Dennis Black IA-021'] = 22625;
legislatorIdToState[22625] = 'IA';

IALegislators[22] = "Sen. Steve Sodders IA-022";
legislatorsHash['Sen. Steve Sodders IA-022'] = 128167;
legislatorIdToState[128167] = 'IA';

IALegislators[23] = "Sen. Herman Quirmbach IA-023";
legislatorsHash['Sen. Herman Quirmbach IA-023'] = 20242;
legislatorIdToState[20242] = 'IA';

IALegislators[24] = "Sen. Jerry Behn IA-024";
legislatorsHash['Sen. Jerry Behn IA-024'] = 22628;
legislatorIdToState[22628] = 'IA';

IALegislators[25] = "Sen. Daryl Beall IA-025";
legislatorsHash['Sen. Daryl Beall IA-025'] = 20256;
legislatorIdToState[20256] = 'IA';

IALegislators[26] = "Sen. Steve Kettering IA-026";
legislatorsHash['Sen. Steve Kettering IA-026'] = 18943;
legislatorIdToState[18943] = 'IA';

IALegislators[27] = "Sen. Ron Wieck IA-027";
legislatorsHash['Sen. Ron Wieck IA-027'] = 20245;
legislatorIdToState[20245] = 'IA';

IALegislators[28] = "Sen. James Seymour IA-028";
legislatorsHash['Sen. James Seymour IA-028'] = 20254;
legislatorIdToState[20254] = 'IA';

IALegislators[29] = "Sen. Nancy Boettger IA-029";
legislatorsHash['Sen. Nancy Boettger IA-029'] = 22629;
legislatorIdToState[22629] = 'IA';

IALegislators[30] = "Sen. Pat Ward IA-030";
legislatorsHash['Sen. Pat Ward IA-030'] = 18579;
legislatorIdToState[18579] = 'IA';

IALegislators[31] = "Sen. Matt McCoy IA-031";
legislatorsHash['Sen. Matt McCoy IA-031'] = 18942;
legislatorIdToState[18942] = 'IA';

IALegislators[32] = "Sen. Brad Zaun IA-032";
legislatorsHash['Sen. Brad Zaun IA-032'] = 18849;
legislatorIdToState[18849] = 'IA';

IALegislators[33] = "Sen. Jack Hatch IA-033";
legislatorsHash['Sen. Jack Hatch IA-033'] = 20253;
legislatorIdToState[20253] = 'IA';

IALegislators[34] = "Sen. Dick Dearden IA-034";
legislatorsHash['Sen. Dick Dearden IA-034'] = 22627;
legislatorIdToState[22627] = 'IA';

IALegislators[35] = "Sen. Larry Noble IA-035";
legislatorsHash['Sen. Larry Noble IA-035'] = 22626;
legislatorIdToState[22626] = 'IA';

IALegislators[36] = "Sen. Paul McKinley IA-036";
legislatorsHash['Sen. Paul McKinley IA-036'] = 21785;
legislatorIdToState[21785] = 'IA';

IALegislators[37] = "Sen. Staci Appel IA-037";
legislatorsHash['Sen. Staci Appel IA-037'] = 20252;
legislatorIdToState[20252] = 'IA';

IALegislators[38] = "Sen. Tom Rielly IA-038";
legislatorsHash['Sen. Tom Rielly IA-038'] = 20259;
legislatorIdToState[20259] = 'IA';

IALegislators[39] = "Sen. Joe Bolkcom IA-039";
legislatorsHash['Sen. Joe Bolkcom IA-039'] = 22616;
legislatorIdToState[22616] = 'IA';

IALegislators[40] = "Sen. Jim Hahn IA-040";
legislatorsHash['Sen. Jim Hahn IA-040'] = 22621;
legislatorIdToState[22621] = 'IA';

IALegislators[41] = "Sen. David Hartsuch IA-041";
legislatorsHash['Sen. David Hartsuch IA-041'] = 22620;
legislatorIdToState[22620] = 'IA';

IALegislators[42] = "Sen. Shawn Hamerlinck IA-042";
legislatorsHash['Sen. Shawn Hamerlinck IA-042'] = 132630;
legislatorIdToState[132630] = 'IA';

IALegislators[43] = "Sen. Joe Seng IA-043";
legislatorsHash['Sen. Joe Seng IA-043'] = 20250;
legislatorIdToState[20250] = 'IA';

IALegislators[44] = "Sen. Thomas Courtney IA-044";
legislatorsHash['Sen. Thomas Courtney IA-044'] = 20241;
legislatorIdToState[20241] = 'IA';

IALegislators[45] = "Sen. Becky Schmitz IA-045";
legislatorsHash['Sen. Becky Schmitz IA-045'] = 18027;
legislatorIdToState[18027] = 'IA';

IALegislators[46] = "Sen. Gene Fraise IA-046";
legislatorsHash['Sen. Gene Fraise IA-046'] = 22630;
legislatorIdToState[22630] = 'IA';

IALegislators[47] = "Sen. Keith Kreiman IA-047";
legislatorsHash['Sen. Keith Kreiman IA-047'] = 20244;
legislatorIdToState[20244] = 'IA';

IALegislators[48] = "Sen. Kim Reynolds IA-048";
legislatorsHash['Sen. Kim Reynolds IA-048'] = 132646;
legislatorIdToState[132646] = 'IA';

IALegislators[49] = "Sen. Hubert Houser IA-049";
legislatorsHash['Sen. Hubert Houser IA-049'] = 18850;
legislatorIdToState[18850] = 'IA';

IALegislators[50] = "Sen. Michael Gronstal IA-050";
legislatorsHash['Sen. Michael Gronstal IA-050'] = 18851;
legislatorIdToState[18851] = 'IA';

IALegislators[51] = "Rep. Wesley Whitead IA-001";
legislatorsHash['Rep. Wesley Whitead IA-001'] = 20271;
legislatorIdToState[20271] = 'IA';

IALegislators[52] = "Rep. Roger Wendt IA-002";
legislatorsHash['Rep. Roger Wendt IA-002'] = 20064;
legislatorIdToState[20064] = 'IA';

IALegislators[53] = "Rep. Chuck Soderberg IA-003";
legislatorsHash['Rep. Chuck Soderberg IA-003'] = 128186;
legislatorIdToState[128186] = 'IA';

IALegislators[54] = "Rep. Dwayne Alons IA-004";
legislatorsHash['Rep. Dwayne Alons IA-004'] = 18022;
legislatorIdToState[18022] = 'IA';

IALegislators[55] = "Rep. Royd Chambers IA-005";
legislatorsHash['Rep. Royd Chambers IA-005'] = 20065;
legislatorIdToState[20065] = 'IA';

IALegislators[56] = "Rep. Mike May IA-006";
legislatorsHash['Rep. Mike May IA-006'] = 22642;
legislatorIdToState[22642] = 'IA';

IALegislators[57] = "Rep. Marcella Frevert IA-007";
legislatorsHash['Rep. Marcella Frevert IA-007'] = 22643;
legislatorIdToState[22643] = 'IA';

IALegislators[58] = "Rep. Dolores Mertz IA-008";
legislatorsHash['Rep. Dolores Mertz IA-008'] = 22645;
legislatorIdToState[22645] = 'IA';

IALegislators[59] = "Rep. McKinley Bailey IA-009";
legislatorsHash['Rep. McKinley Bailey IA-009'] = 21639;
legislatorIdToState[21639] = 'IA';

IALegislators[60] = "Rep. Dave Deyoe IA-010";
legislatorsHash['Rep. Dave Deyoe IA-010'] = 18322;
legislatorIdToState[18322] = 'IA';

IALegislators[61] = "Rep. Henry Rayhons IA-011";
legislatorsHash['Rep. Henry Rayhons IA-011'] = 22646;
legislatorIdToState[22646] = 'IA';

IALegislators[62] = "Rep. Linda Upmeyer IA-012";
legislatorsHash['Rep. Linda Upmeyer IA-012'] = 18329;
legislatorIdToState[18329] = 'IA';

IALegislators[63] = "Rep. Sharon Steckman IA-013";
legislatorsHash['Rep. Sharon Steckman IA-013'] = 132655;
legislatorIdToState[132655] = 'IA';

IALegislators[64] = "Rep. Mark Kuhn IA-014";
legislatorsHash['Rep. Mark Kuhn IA-014'] = 18029;
legislatorIdToState[18029] = 'IA';

IALegislators[65] = "Rep. Brian Quirk IA-015";
legislatorsHash['Rep. Brian Quirk IA-015'] = 21640;
legislatorIdToState[21640] = 'IA';

IALegislators[66] = "Rep. John Beard IA-016";
legislatorsHash['Rep. John Beard IA-016'] = 128212;
legislatorIdToState[128212] = 'IA';

IALegislators[67] = "Rep. Pat Grassley IA-017";
legislatorsHash['Rep. Pat Grassley IA-017'] = 22647;
legislatorIdToState[22647] = 'IA';

IALegislators[68] = "Rep. Andrew Wenthe IA-018";
legislatorsHash['Rep. Andrew Wenthe IA-018'] = 20066;
legislatorIdToState[20066] = 'IA';

IALegislators[69] = "Rep. Bob Kressig IA-019";
legislatorsHash['Rep. Bob Kressig IA-019'] = 20264;
legislatorIdToState[20264] = 'IA';

IALegislators[70] = "Rep. Doris Kelley IA-020";
legislatorsHash['Rep. Doris Kelley IA-020'] = 22648;
legislatorIdToState[22648] = 'IA';

IALegislators[71] = "Rep. Kerry Burt IA-021";
legislatorsHash['Rep. Kerry Burt IA-021'] = 128207;
legislatorIdToState[128207] = 'IA';

IALegislators[72] = "Rep. Deborah Berry IA-022";
legislatorsHash['Rep. Deborah Berry IA-022'] = 20265;
legislatorIdToState[20265] = 'IA';

IALegislators[73] = "Rep. Gene Ficken IA-023";
legislatorsHash['Rep. Gene Ficken IA-023'] = 132730;
legislatorIdToState[132730] = 'IA';

IALegislators[74] = "Rep. Roger Thomas IA-024";
legislatorsHash['Rep. Roger Thomas IA-024'] = 20068;
legislatorIdToState[20068] = 'IA';

IALegislators[75] = "Rep. Tom Schueller IA-025";
legislatorsHash['Rep. Tom Schueller IA-025'] = 18030;
legislatorIdToState[18030] = 'IA';

IALegislators[76] = "Rep. Polly Bukta IA-026";
legislatorsHash['Rep. Polly Bukta IA-026'] = 22656;
legislatorIdToState[22656] = 'IA';

IALegislators[77] = "Rep. Charles Isenhart IA-027";
legislatorsHash['Rep. Charles Isenhart IA-027'] = 128220;
legislatorIdToState[128220] = 'IA';

IALegislators[78] = "Rep. Patrick Murphy IA-028";
legislatorsHash['Rep. Patrick Murphy IA-028'] = 22655;
legislatorIdToState[22655] = 'IA';

IALegislators[79] = "Rep. Nate Willems IA-029";
legislatorsHash['Rep. Nate Willems IA-029'] = 128235;
legislatorIdToState[128235] = 'IA';

IALegislators[80] = "Rep. David Jacoby IA-030";
legislatorsHash['Rep. David Jacoby IA-030'] = 18895;
legislatorIdToState[18895] = 'IA';

IALegislators[81] = "Rep. Ray Zirkelbach IA-031";
legislatorsHash['Rep. Ray Zirkelbach IA-031'] = 21644;
legislatorIdToState[21644] = 'IA';

IALegislators[82] = "Rep. Steven Lukan IA-032";
legislatorsHash['Rep. Steven Lukan IA-032'] = 20069;
legislatorIdToState[20069] = 'IA';

IALegislators[83] = "Rep. Dick Taylor IA-033";
legislatorsHash['Rep. Dick Taylor IA-033'] = 22660;
legislatorIdToState[22660] = 'IA';

IALegislators[84] = "Rep. Todd Taylor IA-034";
legislatorsHash['Rep. Todd Taylor IA-034'] = 22661;
legislatorIdToState[22661] = 'IA';

IALegislators[85] = "Rep. Kriag Paulsen IA-035";
legislatorsHash['Rep. Kriag Paulsen IA-035'] = 20257;
legislatorIdToState[20257] = 'IA';

IALegislators[86] = "Rep. Nick Wagner IA-036";
legislatorsHash['Rep. Nick Wagner IA-036'] = 132735;
legislatorIdToState[132735] = 'IA';

IALegislators[87] = "Rep. Renee Schulte IA-037";
legislatorsHash['Rep. Renee Schulte IA-037'] = 130171;
legislatorIdToState[130171] = 'IA';

IALegislators[88] = "Rep. Tyler Olson IA-038";
legislatorsHash['Rep. Tyler Olson IA-038'] = 20267;
legislatorIdToState[20267] = 'IA';

IALegislators[89] = "Rep. Dawn Pettengill IA-039";
legislatorsHash['Rep. Dawn Pettengill IA-039'] = 20071;
legislatorIdToState[20071] = 'IA';

IALegislators[90] = "Rep. Lance Horbach IA-040";
legislatorsHash['Rep. Lance Horbach IA-040'] = 20072;
legislatorIdToState[20072] = 'IA';

IALegislators[91] = "Rep. Paul Bell IA-041";
legislatorsHash['Rep. Paul Bell IA-041'] = 20073;
legislatorIdToState[20073] = 'IA';

IALegislators[92] = "Rep. Geri Huser IA-042";
legislatorsHash['Rep. Geri Huser IA-042'] = 22664;
legislatorIdToState[22664] = 'IA';

IALegislators[93] = "Rep. Mark Smith IA-043";
legislatorsHash['Rep. Mark Smith IA-043'] = 21645;
legislatorIdToState[21645] = 'IA';

IALegislators[94] = "Rep. Annette Sweeney IA-044";
legislatorsHash['Rep. Annette Sweeney IA-044'] = 132740;
legislatorIdToState[132740] = 'IA';

IALegislators[95] = "Rep. Beth Wessel-Kroeschell IA-045";
legislatorsHash['Rep. Beth Wessel-Kroeschell IA-045'] = 22663;
legislatorIdToState[22663] = 'IA';

IALegislators[96] = "Rep. Lisa Heddens IA-046";
legislatorsHash['Rep. Lisa Heddens IA-046'] = 18330;
legislatorIdToState[18330] = 'IA';

IALegislators[97] = "Rep. Ralph Watts IA-047";
legislatorsHash['Rep. Ralph Watts IA-047'] = 20263;
legislatorIdToState[20263] = 'IA';

IALegislators[98] = "Rep. Donovan Olson IA-048";
legislatorsHash['Rep. Donovan Olson IA-048'] = 20268;
legislatorIdToState[20268] = 'IA';

IALegislators[99] = "Rep. Helen Miller IA-049";
legislatorsHash['Rep. Helen Miller IA-049'] = 20075;
legislatorIdToState[20075] = 'IA';

IALegislators[100] = "Rep. David Tjepkes IA-050";
legislatorsHash['Rep. David Tjepkes IA-050'] = 20076;
legislatorIdToState[20076] = 'IA';

IALegislators[101] = "Rep. Rod Roberts IA-051";
legislatorsHash['Rep. Rod Roberts IA-051'] = 18144;
legislatorIdToState[18144] = 'IA';

IALegislators[102] = "Rep. Gary Worthan IA-052";
legislatorsHash['Rep. Gary Worthan IA-052'] = 20077;
legislatorIdToState[20077] = 'IA';

IALegislators[103] = "Rep. Dan Huseman IA-053";
legislatorsHash['Rep. Dan Huseman IA-053'] = 22644;
legislatorIdToState[22644] = 'IA';

IALegislators[104] = "Rep. Christopher Rants IA-054";
legislatorsHash['Rep. Christopher Rants IA-054'] = 22631;
legislatorIdToState[22631] = 'IA';

IALegislators[105] = "Rep. Jason Schultz IA-055";
legislatorsHash['Rep. Jason Schultz IA-055'] = 128189;
legislatorIdToState[128189] = 'IA';

IALegislators[106] = "Rep. Matt Windschitl IA-056";
legislatorsHash['Rep. Matt Windschitl IA-056'] = 20889;
legislatorIdToState[20889] = 'IA';

IALegislators[107] = "Rep. Jack Drake IA-057";
legislatorsHash['Rep. Jack Drake IA-057'] = 18032;
legislatorIdToState[18032] = 'IA';

IALegislators[108] = "Rep. Clel Baudler IA-058";
legislatorsHash['Rep. Clel Baudler IA-058'] = 22653;
legislatorIdToState[22653] = 'IA';

IALegislators[109] = "Rep. Chris Hagenow IA-059";
legislatorsHash['Rep. Chris Hagenow IA-059'] = 132649;
legislatorIdToState[132649] = 'IA';

IALegislators[110] = "Rep. Peter Cownie IA-060";
legislatorsHash['Rep. Peter Cownie IA-060'] = 128257;
legislatorIdToState[128257] = 'IA';

IALegislators[111] = "Rep. Jo Oldson IA-061";
legislatorsHash['Rep. Jo Oldson IA-061'] = 20078;
legislatorIdToState[20078] = 'IA';

IALegislators[112] = "Rep. Bruce Hunter IA-062";
legislatorsHash['Rep. Bruce Hunter IA-062'] = 19195;
legislatorIdToState[19195] = 'IA';

IALegislators[113] = "Rep. Scott Raecker IA-063";
legislatorsHash['Rep. Scott Raecker IA-063'] = 128218;
legislatorIdToState[128218] = 'IA';

IALegislators[114] = "Rep. Janet Petersen IA-064";
legislatorsHash['Rep. Janet Petersen IA-064'] = 21646;
legislatorIdToState[21646] = 'IA';

IALegislators[115] = "Rep. Wayne Ford IA-065";
legislatorsHash['Rep. Wayne Ford IA-065'] = 22667;
legislatorIdToState[22667] = 'IA';

IALegislators[116] = "Rep. Ako Abdul-Samad IA-066";
legislatorsHash['Rep. Ako Abdul-Samad IA-066'] = 22666;
legislatorIdToState[22666] = 'IA';

IALegislators[117] = "Rep. Kevin McCarthy IA-067";
legislatorsHash['Rep. Kevin McCarthy IA-067'] = 20261;
legislatorIdToState[20261] = 'IA';

IALegislators[118] = "Rep. Rick Olson IA-068";
legislatorsHash['Rep. Rick Olson IA-068'] = 22665;
legislatorIdToState[22665] = 'IA';

IALegislators[119] = "Rep. Erik Helland IA-069";
legislatorsHash['Rep. Erik Helland IA-069'] = 132659;
legislatorIdToState[132659] = 'IA';

IALegislators[120] = "Rep. Kevin Koester IA-070";
legislatorsHash['Rep. Kevin Koester IA-070'] = 128217;
legislatorIdToState[128217] = 'IA';

IALegislators[121] = "Rep. Jim Van Engelenhoven IA-071";
legislatorsHash['Rep. Jim Van Engelenhoven IA-071'] = 22671;
legislatorIdToState[22671] = 'IA';

IALegislators[122] = "Rep. Richard Arnold IA-072";
legislatorsHash['Rep. Richard Arnold IA-072'] = 22673;
legislatorIdToState[22673] = 'IA';

IALegislators[123] = "Rep. Jodi Tymeson IA-073";
legislatorsHash['Rep. Jodi Tymeson IA-073'] = 21647;
legislatorIdToState[21647] = 'IA';

IALegislators[124] = "Rep. Kent Sorenson IA-074";
legislatorsHash['Rep. Kent Sorenson IA-074'] = 132660;
legislatorIdToState[132660] = 'IA';

IALegislators[125] = "Rep. Eric Palmer IA-075";
legislatorsHash['Rep. Eric Palmer IA-075'] = 22662;
legislatorIdToState[22662] = 'IA';

IALegislators[126] = "Rep. Betty De Boef IA-076";
legislatorsHash['Rep. Betty De Boef IA-076'] = 130180;
legislatorIdToState[130180] = 'IA';

IALegislators[127] = "Rep. Mary Mascher IA-077";
legislatorsHash['Rep. Mary Mascher IA-077'] = 22659;
legislatorIdToState[22659] = 'IA';

IALegislators[128] = "Rep. Vicki Lensing IA-078";
legislatorsHash['Rep. Vicki Lensing IA-078'] = 21642;
legislatorIdToState[21642] = 'IA';

IALegislators[129] = "Rep. Jeff Kaufmann IA-079";
legislatorsHash['Rep. Jeff Kaufmann IA-079'] = 22657;
legislatorIdToState[22657] = 'IA';

IALegislators[130] = "Rep. Nathan Reichert IA-080";
legislatorsHash['Rep. Nathan Reichert IA-080'] = 20079;
legislatorIdToState[20079] = 'IA';

IALegislators[131] = "Rep. Phyllis Thede IA-081";
legislatorsHash['Rep. Phyllis Thede IA-081'] = 128227;
legislatorIdToState[128227] = 'IA';

IALegislators[132] = "Rep. Linda Miller IA-082";
legislatorsHash['Rep. Linda Miller IA-082'] = 20080;
legislatorIdToState[20080] = 'IA';

IALegislators[133] = "Rep. Steve Olson IA-083";
legislatorsHash['Rep. Steve Olson IA-083'] = 20081;
legislatorIdToState[20081] = 'IA';

IALegislators[134] = "Rep. Elesha Gayman IA-084";
legislatorsHash['Rep. Elesha Gayman IA-084'] = 20082;
legislatorIdToState[20082] = 'IA';

IALegislators[135] = "Rep. Jim Lykam IA-085";
legislatorsHash['Rep. Jim Lykam IA-085'] = 20083;
legislatorIdToState[20083] = 'IA';

IALegislators[136] = "Rep. Cindy Winckler IA-086";
legislatorsHash['Rep. Cindy Winckler IA-086'] = 21641;
legislatorIdToState[21641] = 'IA';

IALegislators[137] = "Rep. Thomas Sands IA-087";
legislatorsHash['Rep. Thomas Sands IA-087'] = 20262;
legislatorIdToState[20262] = 'IA';

IALegislators[138] = "Rep. Dennis Cohoon IA-088";
legislatorsHash['Rep. Dennis Cohoon IA-088'] = 22676;
legislatorIdToState[22676] = 'IA';

IALegislators[139] = "Rep. Larry Marek IA-089";
legislatorsHash['Rep. Larry Marek IA-089'] = 132647;
legislatorIdToState[132647] = 'IA';

IALegislators[140] = "Rep. John Whitaker IA-090";
legislatorsHash['Rep. John Whitaker IA-090'] = 18331;
legislatorIdToState[18331] = 'IA';

IALegislators[141] = "Rep. Dave Heaton IA-091";
legislatorsHash['Rep. Dave Heaton IA-091'] = 22674;
legislatorIdToState[22674] = 'IA';

IALegislators[142] = "Rep. Jerry Kearns IA-092";
legislatorsHash['Rep. Jerry Kearns IA-092'] = 128281;
legislatorIdToState[128281] = 'IA';

IALegislators[143] = "Rep. Mary Gaskill IA-093";
legislatorsHash['Rep. Mary Gaskill IA-093'] = 20084;
legislatorIdToState[20084] = 'IA';

IALegislators[144] = "Rep. Kurt Swaim IA-094";
legislatorsHash['Rep. Kurt Swaim IA-094'] = 20085;
legislatorIdToState[20085] = 'IA';

IALegislators[145] = "Rep. Mike Reasoner IA-095";
legislatorsHash['Rep. Mike Reasoner IA-095'] = 20086;
legislatorIdToState[20086] = 'IA';

IALegislators[146] = "Rep. Cecil Dolecheck IA-096";
legislatorsHash['Rep. Cecil Dolecheck IA-096'] = 22670;
legislatorIdToState[22670] = 'IA';

IALegislators[147] = "Rep. Richard Anderson IA-097";
legislatorsHash['Rep. Richard Anderson IA-097'] = 22669;
legislatorIdToState[22669] = 'IA';

IALegislators[148] = "Rep. Greg Forristall IA-098";
legislatorsHash['Rep. Greg Forristall IA-098'] = 20890;
legislatorIdToState[20890] = 'IA';

IALegislators[149] = "Rep. Doug Struyk IA-099";
legislatorsHash['Rep. Doug Struyk IA-099'] = 20087;
legislatorIdToState[20087] = 'IA';

IALegislators[150] = "Rep. Paul Shomshor IA-100";
legislatorsHash['Rep. Paul Shomshor IA-100'] = 18891;
legislatorIdToState[18891] = 'IA';

function writeIALegislatorHTML() {
	$('IALegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26054\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26054); return false;\">[X]<\/a>&nbsp; Gov. Chet Culver IA<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26054\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26054\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20249\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20249); return false;\">[X]<\/a>&nbsp; Sen. Steve Warnstadt IA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20249\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20249\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128138\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128138); return false;\">[X]<\/a>&nbsp; Sen. Randy Feenstra IA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128138\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128138\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20255\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20255); return false;\">[X]<\/a>&nbsp; Sen. David Johnson IA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20255\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20255\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22614\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22614); return false;\">[X]<\/a>&nbsp; Sen. Jack Kibbie IA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22614\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22614\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22615\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22615); return false;\">[X]<\/a>&nbsp; Sen. Rich Olive IA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22615\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22615\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection134689\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(134689); return false;\">[X]<\/a>&nbsp; Sen. Merlin Bartz IA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox134689\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"134689\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20670\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20670); return false;\">[X]<\/a>&nbsp; Sen. Amanda Ragan IA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20670\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20670\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128152\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128152); return false;\">[X]<\/a>&nbsp; Sen. Mary Jo Wilhelm IA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128152\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128152\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20246\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20246); return false;\">[X]<\/a>&nbsp; Sen. Bill Heckroth IA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20246\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20246\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22617\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22617); return false;\">[X]<\/a>&nbsp; Sen. Jeff Danielson IA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22617\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22617\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20251\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20251); return false;\">[X]<\/a>&nbsp; Sen. Bill Dotzler IA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20251\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20251\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18940\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18940); return false;\">[X]<\/a>&nbsp; Sen. Brian Schoenjahn IA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18940\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18940\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18320\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18320); return false;\">[X]<\/a>&nbsp; Sen. Roger Stewart IA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18320\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18320\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128154\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128154); return false;\">[X]<\/a>&nbsp; Sen. Pam Jochum IA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128154\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128154\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22622\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22622); return false;\">[X]<\/a>&nbsp; Sen. Robert Dvorsky IA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22622\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22622\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20247\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20247); return false;\">[X]<\/a>&nbsp; Sen. Tom Hancock IA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20247\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20247\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22624\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22624); return false;\">[X]<\/a>&nbsp; Sen. Wally Horn IA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22624\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22624\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128161\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128161); return false;\">[X]<\/a>&nbsp; Sen. Swati Dandekar IA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128161\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128161\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18858\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18858); return false;\">[X]<\/a>&nbsp; Sen. Robert Hogg IA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18858\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18858\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132622\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132622); return false;\">[X]<\/a>&nbsp; Sen. Tim Kapucian IA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132622\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132622\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22625\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22625); return false;\">[X]<\/a>&nbsp; Sen. Dennis Black IA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22625\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22625\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128167\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128167); return false;\">[X]<\/a>&nbsp; Sen. Steve Sodders IA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128167\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128167\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20242\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20242); return false;\">[X]<\/a>&nbsp; Sen. Herman Quirmbach IA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20242\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20242\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22628\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22628); return false;\">[X]<\/a>&nbsp; Sen. Jerry Behn IA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22628\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22628\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20256\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20256); return false;\">[X]<\/a>&nbsp; Sen. Daryl Beall IA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20256\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20256\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18943\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18943); return false;\">[X]<\/a>&nbsp; Sen. Steve Kettering IA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18943\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18943\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20245\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20245); return false;\">[X]<\/a>&nbsp; Sen. Ron Wieck IA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20245\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20245\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20254\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20254); return false;\">[X]<\/a>&nbsp; Sen. James Seymour IA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20254\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20254\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22629\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22629); return false;\">[X]<\/a>&nbsp; Sen. Nancy Boettger IA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22629\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22629\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18579\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18579); return false;\">[X]<\/a>&nbsp; Sen. Pat Ward IA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18579\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18579\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18942\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18942); return false;\">[X]<\/a>&nbsp; Sen. Matt McCoy IA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18942\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18942\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18849\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18849); return false;\">[X]<\/a>&nbsp; Sen. Brad Zaun IA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18849\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18849\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20253\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20253); return false;\">[X]<\/a>&nbsp; Sen. Jack Hatch IA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20253\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20253\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22627\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22627); return false;\">[X]<\/a>&nbsp; Sen. Dick Dearden IA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22627\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22627\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22626\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22626); return false;\">[X]<\/a>&nbsp; Sen. Larry Noble IA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22626\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22626\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21785\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21785); return false;\">[X]<\/a>&nbsp; Sen. Paul McKinley IA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21785\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21785\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20252\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20252); return false;\">[X]<\/a>&nbsp; Sen. Staci Appel IA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20252\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20252\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20259\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20259); return false;\">[X]<\/a>&nbsp; Sen. Tom Rielly IA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20259\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20259\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22616\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22616); return false;\">[X]<\/a>&nbsp; Sen. Joe Bolkcom IA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22616\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22616\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22621\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22621); return false;\">[X]<\/a>&nbsp; Sen. Jim Hahn IA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22621\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22621\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22620\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22620); return false;\">[X]<\/a>&nbsp; Sen. David Hartsuch IA-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22620\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22620\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132630\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132630); return false;\">[X]<\/a>&nbsp; Sen. Shawn Hamerlinck IA-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132630\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132630\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20250\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20250); return false;\">[X]<\/a>&nbsp; Sen. Joe Seng IA-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20250\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20250\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20241\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20241); return false;\">[X]<\/a>&nbsp; Sen. Thomas Courtney IA-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20241\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20241\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18027\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18027); return false;\">[X]<\/a>&nbsp; Sen. Becky Schmitz IA-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18027\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18027\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22630\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22630); return false;\">[X]<\/a>&nbsp; Sen. Gene Fraise IA-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22630\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22630\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20244\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20244); return false;\">[X]<\/a>&nbsp; Sen. Keith Kreiman IA-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20244\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20244\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132646\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132646); return false;\">[X]<\/a>&nbsp; Sen. Kim Reynolds IA-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132646\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132646\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18850\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18850); return false;\">[X]<\/a>&nbsp; Sen. Hubert Houser IA-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18850\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18850\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18851\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18851); return false;\">[X]<\/a>&nbsp; Sen. Michael Gronstal IA-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18851\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18851\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20271\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20271); return false;\">[X]<\/a>&nbsp; Rep. Wesley Whitead IA-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20271\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20271\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20064\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20064); return false;\">[X]<\/a>&nbsp; Rep. Roger Wendt IA-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20064\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20064\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128186\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128186); return false;\">[X]<\/a>&nbsp; Rep. Chuck Soderberg IA-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128186\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128186\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18022\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18022); return false;\">[X]<\/a>&nbsp; Rep. Dwayne Alons IA-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18022\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18022\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20065\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20065); return false;\">[X]<\/a>&nbsp; Rep. Royd Chambers IA-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20065\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20065\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22642\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22642); return false;\">[X]<\/a>&nbsp; Rep. Mike May IA-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22642\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22642\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22643\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22643); return false;\">[X]<\/a>&nbsp; Rep. Marcella Frevert IA-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22643\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22643\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22645\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22645); return false;\">[X]<\/a>&nbsp; Rep. Dolores Mertz IA-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22645\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22645\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21639\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21639); return false;\">[X]<\/a>&nbsp; Rep. McKinley Bailey IA-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21639\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21639\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18322\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18322); return false;\">[X]<\/a>&nbsp; Rep. Dave Deyoe IA-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18322\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18322\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22646\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22646); return false;\">[X]<\/a>&nbsp; Rep. Henry Rayhons IA-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22646\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22646\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18329\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18329); return false;\">[X]<\/a>&nbsp; Rep. Linda Upmeyer IA-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18329\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18329\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132655\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132655); return false;\">[X]<\/a>&nbsp; Rep. Sharon Steckman IA-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132655\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132655\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18029\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18029); return false;\">[X]<\/a>&nbsp; Rep. Mark Kuhn IA-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18029\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18029\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21640\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21640); return false;\">[X]<\/a>&nbsp; Rep. Brian Quirk IA-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21640\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21640\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128212\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128212); return false;\">[X]<\/a>&nbsp; Rep. John Beard IA-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128212\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128212\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22647\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22647); return false;\">[X]<\/a>&nbsp; Rep. Pat Grassley IA-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22647\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22647\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20066\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20066); return false;\">[X]<\/a>&nbsp; Rep. Andrew Wenthe IA-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20066\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20066\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20264\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20264); return false;\">[X]<\/a>&nbsp; Rep. Bob Kressig IA-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20264\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20264\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22648\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22648); return false;\">[X]<\/a>&nbsp; Rep. Doris Kelley IA-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22648\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22648\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128207\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128207); return false;\">[X]<\/a>&nbsp; Rep. Kerry Burt IA-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128207\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128207\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20265\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20265); return false;\">[X]<\/a>&nbsp; Rep. Deborah Berry IA-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20265\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20265\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132730\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132730); return false;\">[X]<\/a>&nbsp; Rep. Gene Ficken IA-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132730\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132730\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20068\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20068); return false;\">[X]<\/a>&nbsp; Rep. Roger Thomas IA-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20068\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20068\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18030\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18030); return false;\">[X]<\/a>&nbsp; Rep. Tom Schueller IA-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18030\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18030\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22656\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22656); return false;\">[X]<\/a>&nbsp; Rep. Polly Bukta IA-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22656\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22656\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128220\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128220); return false;\">[X]<\/a>&nbsp; Rep. Charles Isenhart IA-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128220\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128220\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22655\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22655); return false;\">[X]<\/a>&nbsp; Rep. Patrick Murphy IA-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22655\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22655\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128235\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128235); return false;\">[X]<\/a>&nbsp; Rep. Nate Willems IA-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128235\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128235\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18895\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18895); return false;\">[X]<\/a>&nbsp; Rep. David Jacoby IA-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18895\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18895\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21644\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21644); return false;\">[X]<\/a>&nbsp; Rep. Ray Zirkelbach IA-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21644\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21644\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20069\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20069); return false;\">[X]<\/a>&nbsp; Rep. Steven Lukan IA-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20069\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20069\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22660\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22660); return false;\">[X]<\/a>&nbsp; Rep. Dick Taylor IA-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22660\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22660\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22661\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22661); return false;\">[X]<\/a>&nbsp; Rep. Todd Taylor IA-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22661\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22661\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20257\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20257); return false;\">[X]<\/a>&nbsp; Rep. Kriag Paulsen IA-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20257\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20257\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132735\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132735); return false;\">[X]<\/a>&nbsp; Rep. Nick Wagner IA-036<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132735\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132735\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130171\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130171); return false;\">[X]<\/a>&nbsp; Rep. Renee Schulte IA-037<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130171\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130171\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20267\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20267); return false;\">[X]<\/a>&nbsp; Rep. Tyler Olson IA-038<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20267\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20267\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20071\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20071); return false;\">[X]<\/a>&nbsp; Rep. Dawn Pettengill IA-039<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20071\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20071\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20072\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20072); return false;\">[X]<\/a>&nbsp; Rep. Lance Horbach IA-040<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20072\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20072\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20073\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20073); return false;\">[X]<\/a>&nbsp; Rep. Paul Bell IA-041<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20073\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20073\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22664\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22664); return false;\">[X]<\/a>&nbsp; Rep. Geri Huser IA-042<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22664\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22664\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21645\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21645); return false;\">[X]<\/a>&nbsp; Rep. Mark Smith IA-043<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21645\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21645\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132740\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132740); return false;\">[X]<\/a>&nbsp; Rep. Annette Sweeney IA-044<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132740\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132740\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22663\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22663); return false;\">[X]<\/a>&nbsp; Rep. Beth Wessel-Kroeschell IA-045<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22663\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22663\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18330\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18330); return false;\">[X]<\/a>&nbsp; Rep. Lisa Heddens IA-046<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18330\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18330\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20263\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20263); return false;\">[X]<\/a>&nbsp; Rep. Ralph Watts IA-047<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20263\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20263\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20268\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20268); return false;\">[X]<\/a>&nbsp; Rep. Donovan Olson IA-048<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20268\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20268\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20075\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20075); return false;\">[X]<\/a>&nbsp; Rep. Helen Miller IA-049<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20075\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20075\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20076\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20076); return false;\">[X]<\/a>&nbsp; Rep. David Tjepkes IA-050<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20076\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20076\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18144\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18144); return false;\">[X]<\/a>&nbsp; Rep. Rod Roberts IA-051<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18144\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18144\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20077\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20077); return false;\">[X]<\/a>&nbsp; Rep. Gary Worthan IA-052<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20077\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20077\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22644\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22644); return false;\">[X]<\/a>&nbsp; Rep. Dan Huseman IA-053<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22644\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22644\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22631\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22631); return false;\">[X]<\/a>&nbsp; Rep. Christopher Rants IA-054<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22631\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22631\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128189\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128189); return false;\">[X]<\/a>&nbsp; Rep. Jason Schultz IA-055<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128189\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128189\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20889\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20889); return false;\">[X]<\/a>&nbsp; Rep. Matt Windschitl IA-056<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20889\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20889\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18032\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18032); return false;\">[X]<\/a>&nbsp; Rep. Jack Drake IA-057<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18032\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18032\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22653\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22653); return false;\">[X]<\/a>&nbsp; Rep. Clel Baudler IA-058<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22653\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22653\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132649\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132649); return false;\">[X]<\/a>&nbsp; Rep. Chris Hagenow IA-059<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132649\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132649\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128257\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128257); return false;\">[X]<\/a>&nbsp; Rep. Peter Cownie IA-060<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128257\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128257\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20078\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20078); return false;\">[X]<\/a>&nbsp; Rep. Jo Oldson IA-061<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20078\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20078\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19195\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19195); return false;\">[X]<\/a>&nbsp; Rep. Bruce Hunter IA-062<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19195\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19195\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128218\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128218); return false;\">[X]<\/a>&nbsp; Rep. Scott Raecker IA-063<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128218\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128218\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21646\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21646); return false;\">[X]<\/a>&nbsp; Rep. Janet Petersen IA-064<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21646\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21646\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22667\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22667); return false;\">[X]<\/a>&nbsp; Rep. Wayne Ford IA-065<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22667\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22667\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22666\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22666); return false;\">[X]<\/a>&nbsp; Rep. Ako Abdul-Samad IA-066<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22666\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22666\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20261\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20261); return false;\">[X]<\/a>&nbsp; Rep. Kevin McCarthy IA-067<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20261\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20261\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22665\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22665); return false;\">[X]<\/a>&nbsp; Rep. Rick Olson IA-068<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22665\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22665\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132659\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132659); return false;\">[X]<\/a>&nbsp; Rep. Erik Helland IA-069<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132659\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132659\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128217\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128217); return false;\">[X]<\/a>&nbsp; Rep. Kevin Koester IA-070<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128217\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128217\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22671\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22671); return false;\">[X]<\/a>&nbsp; Rep. Jim Van Engelenhoven IA-071<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22671\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22671\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22673\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22673); return false;\">[X]<\/a>&nbsp; Rep. Richard Arnold IA-072<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22673\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22673\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21647\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21647); return false;\">[X]<\/a>&nbsp; Rep. Jodi Tymeson IA-073<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21647\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21647\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132660\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132660); return false;\">[X]<\/a>&nbsp; Rep. Kent Sorenson IA-074<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132660\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132660\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22662\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22662); return false;\">[X]<\/a>&nbsp; Rep. Eric Palmer IA-075<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22662\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22662\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection130180\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(130180); return false;\">[X]<\/a>&nbsp; Rep. Betty De Boef IA-076<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox130180\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"130180\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22659\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22659); return false;\">[X]<\/a>&nbsp; Rep. Mary Mascher IA-077<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22659\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22659\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21642\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21642); return false;\">[X]<\/a>&nbsp; Rep. Vicki Lensing IA-078<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21642\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21642\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22657\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22657); return false;\">[X]<\/a>&nbsp; Rep. Jeff Kaufmann IA-079<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22657\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22657\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20079\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20079); return false;\">[X]<\/a>&nbsp; Rep. Nathan Reichert IA-080<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20079\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20079\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128227\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128227); return false;\">[X]<\/a>&nbsp; Rep. Phyllis Thede IA-081<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128227\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128227\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20080\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20080); return false;\">[X]<\/a>&nbsp; Rep. Linda Miller IA-082<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20080\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20080\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20081\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20081); return false;\">[X]<\/a>&nbsp; Rep. Steve Olson IA-083<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20081\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20081\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20082\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20082); return false;\">[X]<\/a>&nbsp; Rep. Elesha Gayman IA-084<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20082\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20082\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20083\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20083); return false;\">[X]<\/a>&nbsp; Rep. Jim Lykam IA-085<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20083\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20083\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21641\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21641); return false;\">[X]<\/a>&nbsp; Rep. Cindy Winckler IA-086<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21641\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21641\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20262\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20262); return false;\">[X]<\/a>&nbsp; Rep. Thomas Sands IA-087<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20262\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20262\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22676\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22676); return false;\">[X]<\/a>&nbsp; Rep. Dennis Cohoon IA-088<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22676\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22676\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection132647\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(132647); return false;\">[X]<\/a>&nbsp; Rep. Larry Marek IA-089<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox132647\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"132647\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18331\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18331); return false;\">[X]<\/a>&nbsp; Rep. John Whitaker IA-090<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18331\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18331\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22674\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22674); return false;\">[X]<\/a>&nbsp; Rep. Dave Heaton IA-091<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22674\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22674\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128281\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128281); return false;\">[X]<\/a>&nbsp; Rep. Jerry Kearns IA-092<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128281\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128281\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20084\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20084); return false;\">[X]<\/a>&nbsp; Rep. Mary Gaskill IA-093<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20084\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20084\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20085\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20085); return false;\">[X]<\/a>&nbsp; Rep. Kurt Swaim IA-094<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20085\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20085\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20086\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20086); return false;\">[X]<\/a>&nbsp; Rep. Mike Reasoner IA-095<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20086\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20086\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22670\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22670); return false;\">[X]<\/a>&nbsp; Rep. Cecil Dolecheck IA-096<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22670\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22670\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22669\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22669); return false;\">[X]<\/a>&nbsp; Rep. Richard Anderson IA-097<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22669\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22669\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20890\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20890); return false;\">[X]<\/a>&nbsp; Rep. Greg Forristall IA-098<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20890\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20890\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20087\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20087); return false;\">[X]<\/a>&nbsp; Rep. Doug Struyk IA-099<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20087\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20087\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18891\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18891); return false;\">[X]<\/a>&nbsp; Rep. Paul Shomshor IA-100<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18891\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18891\" /><\/span>';
}

var IDLegislators = new Array();

IDLegislators[0] = "Gov. Butch Otter ID";
legislatorsHash['Gov. Butch Otter ID'] = 26144;
legislatorIdToState[26144] = 'ID';

IDLegislators[1] = "Sen. Shawn Keough ID-001";
legislatorsHash['Sen. Shawn Keough ID-001'] = 18033;
legislatorIdToState[18033] = 'ID';

IDLegislators[2] = "Sen. Joyce Broadsword ID-002";
legislatorsHash['Sen. Joyce Broadsword ID-002'] = 19903;
legislatorIdToState[19903] = 'ID';

IDLegislators[3] = "Sen. Mike Jorgenson ID-003";
legislatorsHash['Sen. Mike Jorgenson ID-003'] = 19907;
legislatorIdToState[19907] = 'ID';

IDLegislators[4] = "Sen. John Goedde ID-004";
legislatorsHash['Sen. John Goedde ID-004'] = 20018;
legislatorIdToState[20018] = 'ID';

IDLegislators[5] = "Sen. Jim Hammond ID-005";
legislatorsHash['Sen. Jim Hammond ID-005'] = 20017;
legislatorIdToState[20017] = 'ID';

IDLegislators[6] = "Sen. Gary Schroeder ID-006";
legislatorsHash['Sen. Gary Schroeder ID-006'] = 20020;
legislatorIdToState[20020] = 'ID';

IDLegislators[7] = "Sen. Joe Stegner ID-007";
legislatorsHash['Sen. Joe Stegner ID-007'] = 22672;
legislatorIdToState[22672] = 'ID';

IDLegislators[8] = "Sen. Lee Heinrich ID-008";
legislatorsHash['Sen. Lee Heinrich ID-008'] = 19910;
legislatorIdToState[19910] = 'ID';

IDLegislators[9] = "Sen. Monty Pearce ID-009";
legislatorsHash['Sen. Monty Pearce ID-009'] = 18366;
legislatorIdToState[18366] = 'ID';

IDLegislators[10] = "Sen. John McGee ID-010";
legislatorsHash['Sen. John McGee ID-010'] = 19904;
legislatorIdToState[19904] = 'ID';

IDLegislators[11] = "Sen. Melinda Smyser ID-011";
legislatorsHash['Sen. Melinda Smyser ID-011'] = 133309;
legislatorIdToState[133309] = 'ID';

IDLegislators[12] = "Sen. Curt McKenzie ID-012";
legislatorsHash['Sen. Curt McKenzie ID-012'] = 20022;
legislatorIdToState[20022] = 'ID';

IDLegislators[13] = "Sen. Patti Lodge ID-013";
legislatorsHash['Sen. Patti Lodge ID-013'] = 20019;
legislatorIdToState[20019] = 'ID';

IDLegislators[14] = "Sen. Chuck Winder ID-014";
legislatorsHash['Sen. Chuck Winder ID-014'] = 128295;
legislatorIdToState[128295] = 'ID';

IDLegislators[15] = "Sen. John Andreason ID-015";
legislatorsHash['Sen. John Andreason ID-015'] = 19898;
legislatorIdToState[19898] = 'ID';

IDLegislators[16] = "Sen. Les Bock ID-016";
legislatorsHash['Sen. Les Bock ID-016'] = 128297;
legislatorIdToState[128297] = 'ID';

IDLegislators[17] = "Sen. Elliot Werk ID-017";
legislatorsHash['Sen. Elliot Werk ID-017'] = 19908;
legislatorIdToState[19908] = 'ID';

IDLegislators[18] = "Sen. Kate Kelly ID-018";
legislatorsHash['Sen. Kate Kelly ID-018'] = 18530;
legislatorIdToState[18530] = 'ID';

IDLegislators[19] = "Sen. Nicole LeFavour ID-019";
legislatorsHash['Sen. Nicole LeFavour ID-019'] = 133303;
legislatorIdToState[133303] = 'ID';

IDLegislators[20] = "Sen. Shirley McKague ID-020";
legislatorsHash['Sen. Shirley McKague ID-020'] = 19909;
legislatorIdToState[19909] = 'ID';

IDLegislators[21] = "Sen. Russ Fulcher ID-021";
legislatorsHash['Sen. Russ Fulcher ID-021'] = 19906;
legislatorIdToState[19906] = 'ID';

IDLegislators[22] = "Sen. Tim Corder ID-022";
legislatorsHash['Sen. Tim Corder ID-022'] = 20016;
legislatorIdToState[20016] = 'ID';

IDLegislators[23] = "Sen. Bert Brackett ID-023";
legislatorsHash['Sen. Bert Brackett ID-023'] = 133318;
legislatorIdToState[133318] = 'ID';

IDLegislators[24] = "Sen. Charles Coiner ID-024";
legislatorsHash['Sen. Charles Coiner ID-024'] = 18367;
legislatorIdToState[18367] = 'ID';

IDLegislators[25] = "Sen. Clint Stennett ID-025";
legislatorsHash['Sen. Clint Stennett ID-025'] = 133316;
legislatorIdToState[133316] = 'ID';

IDLegislators[26] = "Sen. Dean Cameron ID-026";
legislatorsHash['Sen. Dean Cameron ID-026'] = 22681;
legislatorIdToState[22681] = 'ID';

IDLegislators[27] = "Sen. Denton Darrington ID-027";
legislatorsHash['Sen. Denton Darrington ID-027'] = 22682;
legislatorIdToState[22682] = 'ID';

IDLegislators[28] = "Sen. Steve Bair ID-028";
legislatorsHash['Sen. Steve Bair ID-028'] = 18034;
legislatorIdToState[18034] = 'ID';

IDLegislators[29] = "Sen. Diane Bilyeu ID-029";
legislatorsHash['Sen. Diane Bilyeu ID-029'] = 20807;
legislatorIdToState[20807] = 'ID';

IDLegislators[30] = "Sen. Edgar Malepeai ID-030";
legislatorsHash['Sen. Edgar Malepeai ID-030'] = 18368;
legislatorIdToState[18368] = 'ID';

IDLegislators[31] = "Sen. Robert Geddes ID-031";
legislatorsHash['Sen. Robert Geddes ID-031'] = 22685;
legislatorIdToState[22685] = 'ID';

IDLegislators[32] = "Sen. Dean Mortimer ID-032";
legislatorsHash['Sen. Dean Mortimer ID-032'] = 128313;
legislatorIdToState[128313] = 'ID';

IDLegislators[33] = "Sen. Bart Davis ID-033";
legislatorsHash['Sen. Bart Davis ID-033'] = 22679;
legislatorIdToState[22679] = 'ID';

IDLegislators[34] = "Sen. Brent Hill ID-034";
legislatorsHash['Sen. Brent Hill ID-034'] = 20707;
legislatorIdToState[20707] = 'ID';

IDLegislators[35] = "Sen. Jeff Siddoway ID-035";
legislatorsHash['Sen. Jeff Siddoway ID-035'] = 22683;
legislatorIdToState[22683] = 'ID';

IDLegislators[36] = "Rep. Eric Anderson ID-001A";
legislatorsHash['Rep. Eric Anderson ID-001A'] = 22686;
legislatorIdToState[22686] = 'ID';

IDLegislators[37] = "Rep. George Eskridge ID-001B";
legislatorsHash['Rep. George Eskridge ID-001B'] = 21352;
legislatorIdToState[21352] = 'ID';

IDLegislators[38] = "Rep. Mary Lou Shepherd ID-002A";
legislatorsHash['Rep. Mary Lou Shepherd ID-002A'] = 22689;
legislatorIdToState[22689] = 'ID';

IDLegislators[39] = "Rep. Dick Harwood ID-002B";
legislatorsHash['Rep. Dick Harwood ID-002B'] = 19886;
legislatorIdToState[19886] = 'ID';

IDLegislators[40] = "Rep. Jim Clark ID-003A";
legislatorsHash['Rep. Jim Clark ID-003A'] = 22688;
legislatorIdToState[22688] = 'ID';

IDLegislators[41] = "Rep. Phil Hart ID-003B";
legislatorsHash['Rep. Phil Hart ID-003B'] = 22687;
legislatorIdToState[22687] = 'ID';

IDLegislators[42] = "Rep. Marge Chadderdon ID-004A";
legislatorsHash['Rep. Marge Chadderdon ID-004A'] = 19893;
legislatorIdToState[19893] = 'ID';

IDLegislators[43] = "Rep. George Sayler ID-004B";
legislatorsHash['Rep. George Sayler ID-004B'] = 19902;
legislatorIdToState[19902] = 'ID';

IDLegislators[44] = "Rep. Bob Nonini ID-005A";
legislatorsHash['Rep. Bob Nonini ID-005A'] = 19901;
legislatorIdToState[19901] = 'ID';

IDLegislators[45] = "Rep. Frank Henderson ID-005B";
legislatorsHash['Rep. Frank Henderson ID-005B'] = 19897;
legislatorIdToState[19897] = 'ID';

IDLegislators[46] = "Rep. Tom Trail ID-006A";
legislatorsHash['Rep. Tom Trail ID-006A'] = 22690;
legislatorIdToState[22690] = 'ID';

IDLegislators[47] = "Rep. Shirley Ringo ID-006B";
legislatorsHash['Rep. Shirley Ringo ID-006B'] = 19889;
legislatorIdToState[19889] = 'ID';

IDLegislators[48] = "Rep. Liz Chavez ID-007A";
legislatorsHash['Rep. Liz Chavez ID-007A'] = 18363;
legislatorIdToState[18363] = 'ID';

IDLegislators[49] = "Rep. John Rusche ID-007B";
legislatorsHash['Rep. John Rusche ID-007B'] = 19883;
legislatorIdToState[19883] = 'ID';

IDLegislators[50] = "Rep. Ken Roberts ID-008A";
legislatorsHash['Rep. Ken Roberts ID-008A'] = 21353;
legislatorIdToState[21353] = 'ID';

IDLegislators[51] = "Rep. Paul Shepherd ID-008B";
legislatorsHash['Rep. Paul Shepherd ID-008B'] = 19885;
legislatorIdToState[19885] = 'ID';

IDLegislators[52] = "Rep. Lawerence Denney ID-009A";
legislatorsHash['Rep. Lawerence Denney ID-009A'] = 22691;
legislatorIdToState[22691] = 'ID';

IDLegislators[53] = "Rep. Judy Boyle ID-009B";
legislatorsHash['Rep. Judy Boyle ID-009B'] = 133286;
legislatorIdToState[133286] = 'ID';

IDLegislators[54] = "Rep. Pat Takasugi ID-010A";
legislatorsHash['Rep. Pat Takasugi ID-010A'] = 133284;
legislatorIdToState[133284] = 'ID';

IDLegislators[55] = "Rep. Darrell Bolz ID-010B";
legislatorsHash['Rep. Darrell Bolz ID-010B'] = 21354;
legislatorIdToState[21354] = 'ID';

IDLegislators[56] = "Rep. Steven Thayn ID-011A";
legislatorsHash['Rep. Steven Thayn ID-011A'] = 19894;
legislatorIdToState[19894] = 'ID';

IDLegislators[57] = "Rep. Carlos Bilbao ID-011B";
legislatorsHash['Rep. Carlos Bilbao ID-011B'] = 19879;
legislatorIdToState[19879] = 'ID';

IDLegislators[58] = "Rep. Robert Schaefer ID-012A";
legislatorsHash['Rep. Robert Schaefer ID-012A'] = 22692;
legislatorIdToState[22692] = 'ID';

IDLegislators[59] = "Rep. Gary Collins ID-012B";
legislatorsHash['Rep. Gary Collins ID-012B'] = 19880;
legislatorIdToState[19880] = 'ID';

IDLegislators[60] = "Rep. Brent Crane ID-013A";
legislatorsHash['Rep. Brent Crane ID-013A'] = 18035;
legislatorIdToState[18035] = 'ID';

IDLegislators[61] = "Rep. Steve Kren ID-013B";
legislatorsHash['Rep. Steve Kren ID-013B'] = 19900;
legislatorIdToState[19900] = 'ID';

IDLegislators[62] = "Rep. Mike Moyle ID-014A";
legislatorsHash['Rep. Mike Moyle ID-014A'] = 22696;
legislatorIdToState[22696] = 'ID';

IDLegislators[63] = "Rep. Raul Labrador ID-014B";
legislatorsHash['Rep. Raul Labrador ID-014B'] = 19891;
legislatorIdToState[19891] = 'ID';

IDLegislators[64] = "Rep. Lynn Luker ID-015A";
legislatorsHash['Rep. Lynn Luker ID-015A'] = 22698;
legislatorIdToState[22698] = 'ID';

IDLegislators[65] = "Rep. Max Black ID-015B";
legislatorsHash['Rep. Max Black ID-015B'] = 22697;
legislatorIdToState[22697] = 'ID';

IDLegislators[66] = "Rep. Grant Burgoyne ID-016A";
legislatorsHash['Rep. Grant Burgoyne ID-016A'] = 128349;
legislatorIdToState[128349] = 'ID';

IDLegislators[67] = "Rep. Elfreda Higgins ID-016B";
legislatorsHash['Rep. Elfreda Higgins ID-016B'] = 133279;
legislatorIdToState[133279] = 'ID';

IDLegislators[68] = "Rep. Bill Killen ID-017A";
legislatorsHash['Rep. Bill Killen ID-017A'] = 133266;
legislatorIdToState[133266] = 'ID';

IDLegislators[69] = "Rep. Sue Chew ID-017B";
legislatorsHash['Rep. Sue Chew ID-017B'] = 18365;
legislatorIdToState[18365] = 'ID';

IDLegislators[70] = "Rep. Branden Durst ID-018A";
legislatorsHash['Rep. Branden Durst ID-018A'] = 22694;
legislatorIdToState[22694] = 'ID';

IDLegislators[71] = "Rep. Phylis King ID-018B";
legislatorsHash['Rep. Phylis King ID-018B'] = 22693;
legislatorIdToState[22693] = 'ID';

IDLegislators[72] = "Rep. Anne Pasley-Stuart ID-019A";
legislatorsHash['Rep. Anne Pasley-Stuart ID-019A'] = 18601;
legislatorIdToState[18601] = 'ID';

IDLegislators[73] = "Rep. Brian Cronin ID-019B";
legislatorsHash['Rep. Brian Cronin ID-019B'] = 128356;
legislatorIdToState[128356] = 'ID';

IDLegislators[74] = "Rep. Joe Palmer ID-020A";
legislatorsHash['Rep. Joe Palmer ID-020A'] = 133289;
legislatorIdToState[133289] = 'ID';

IDLegislators[75] = "Rep. Marv Hagedorn ID-020B";
legislatorsHash['Rep. Marv Hagedorn ID-020B'] = 22695;
legislatorIdToState[22695] = 'ID';

IDLegislators[76] = "Rep. Rich Jarvis ID-021A";
legislatorsHash['Rep. Rich Jarvis ID-021A'] = 128353;
legislatorIdToState[128353] = 'ID';

IDLegislators[77] = "Rep. Cliff Bayer ID-021B";
legislatorsHash['Rep. Cliff Bayer ID-021B'] = 18902;
legislatorIdToState[18902] = 'ID';

IDLegislators[78] = "Rep. Richard Wills ID-022A";
legislatorsHash['Rep. Richard Wills ID-022A'] = 19882;
legislatorIdToState[19882] = 'ID';

IDLegislators[79] = "Rep. Pete Nielsen ID-022B";
legislatorsHash['Rep. Pete Nielsen ID-022B'] = 19881;
legislatorIdToState[19881] = 'ID';

IDLegislators[80] = "Rep. Jim Patrick ID-023A";
legislatorsHash['Rep. Jim Patrick ID-023A'] = 18036;
legislatorIdToState[18036] = 'ID';

IDLegislators[81] = "Rep. Stephen Hartgen ID-023B";
legislatorsHash['Rep. Stephen Hartgen ID-023B'] = 133320;
legislatorIdToState[133320] = 'ID';

IDLegislators[82] = "Rep. Leon Smith ID-024A";
legislatorsHash['Rep. Leon Smith ID-024A'] = 22704;
legislatorIdToState[22704] = 'ID';

IDLegislators[83] = "Rep. Sharon Block ID-024B";
legislatorsHash['Rep. Sharon Block ID-024B'] = 20780;
legislatorIdToState[20780] = 'ID';

IDLegislators[84] = "Rep. Wendy Jaquet ID-025A";
legislatorsHash['Rep. Wendy Jaquet ID-025A'] = 22702;
legislatorIdToState[22702] = 'ID';

IDLegislators[85] = "Rep. Donna Pence ID-025B";
legislatorsHash['Rep. Donna Pence ID-025B'] = 22703;
legislatorIdToState[22703] = 'ID';

IDLegislators[86] = "Rep. Bert Stevenson ID-026A";
legislatorsHash['Rep. Bert Stevenson ID-026A'] = 22706;
legislatorIdToState[22706] = 'ID';

IDLegislators[87] = "Rep. Maxine Bell ID-026B";
legislatorsHash['Rep. Maxine Bell ID-026B'] = 22705;
legislatorIdToState[22705] = 'ID';

IDLegislators[88] = "Rep. Scott Bedke ID-027A";
legislatorsHash['Rep. Scott Bedke ID-027A'] = 20772;
legislatorIdToState[20772] = 'ID';

IDLegislators[89] = "Rep. Fred Wood ID-027B";
legislatorsHash['Rep. Fred Wood ID-027B'] = 22707;
legislatorIdToState[22707] = 'ID';

IDLegislators[90] = "Rep. Dennis Lake ID-028A";
legislatorsHash['Rep. Dennis Lake ID-028A'] = 22734;
legislatorIdToState[22734] = 'ID';

IDLegislators[91] = "Rep. Jim Marriott ID-028B";
legislatorsHash['Rep. Jim Marriott ID-028B'] = 19896;
legislatorIdToState[19896] = 'ID';

IDLegislators[92] = "Rep. Ken Andrus ID-029A";
legislatorsHash['Rep. Ken Andrus ID-029A'] = 19884;
legislatorIdToState[19884] = 'ID';

IDLegislators[93] = "Rep. James Ruchti ID-029B";
legislatorsHash['Rep. James Ruchti ID-029B'] = 20806;
legislatorIdToState[20806] = 'ID';

IDLegislators[94] = "Rep. Donna Boe ID-030A";
legislatorsHash['Rep. Donna Boe ID-030A'] = 19888;
legislatorIdToState[19888] = 'ID';

IDLegislators[95] = "Rep. Elaine Smith ID-030B";
legislatorsHash['Rep. Elaine Smith ID-030B'] = 18248;
legislatorIdToState[18248] = 'ID';

IDLegislators[96] = "Rep. Marc Gibbs ID-031A";
legislatorsHash['Rep. Marc Gibbs ID-031A'] = 130807;
legislatorIdToState[130807] = 'ID';

IDLegislators[97] = "Rep. Tom Loertscher ID-031B";
legislatorsHash['Rep. Tom Loertscher ID-031B'] = 21356;
legislatorIdToState[21356] = 'ID';

IDLegislators[98] = "Rep. Janice McGeachin ID-032A";
legislatorsHash['Rep. Janice McGeachin ID-032A'] = 18364;
legislatorIdToState[18364] = 'ID';

IDLegislators[99] = "Rep. Erik Simpson ID-032B";
legislatorsHash['Rep. Erik Simpson ID-032B'] = 133259;
legislatorIdToState[133259] = 'ID';

IDLegislators[100] = "Rep. Jeffrey Thompson ID-033A";
legislatorsHash['Rep. Jeffrey Thompson ID-033A'] = 133296;
legislatorIdToState[133296] = 'ID';

IDLegislators[101] = "Rep. Russ Mathews ID-033B";
legislatorsHash['Rep. Russ Mathews ID-033B'] = 18037;
legislatorIdToState[18037] = 'ID';

IDLegislators[102] = "Rep. Mack Shirley ID-034A";
legislatorsHash['Rep. Mack Shirley ID-034A'] = 19864;
legislatorIdToState[19864] = 'ID';

IDLegislators[103] = "Rep. Dell Raybould ID-034B";
legislatorsHash['Rep. Dell Raybould ID-034B'] = 18194;
legislatorIdToState[18194] = 'ID';

IDLegislators[104] = "Rep. JoAn Wood ID-035A";
legislatorsHash['Rep. JoAn Wood ID-035A'] = 22709;
legislatorIdToState[22709] = 'ID';

IDLegislators[105] = "Rep. Lenore Barrett ID-035B";
legislatorsHash['Rep. Lenore Barrett ID-035B'] = 22708;
legislatorIdToState[22708] = 'ID';

function writeIDLegislatorHTML() {
	$('IDLegislatorList').innerHTML = '<p class=\"legislator-name\" id=\"legislatorSection26144\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(26144); return false;\">[X]<\/a>&nbsp; Gov. Butch Otter ID<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox26144\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"26144\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18033\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18033); return false;\">[X]<\/a>&nbsp; Sen. Shawn Keough ID-001<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18033\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18033\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19903\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19903); return false;\">[X]<\/a>&nbsp; Sen. Joyce Broadsword ID-002<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19903\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19903\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19907\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19907); return false;\">[X]<\/a>&nbsp; Sen. Mike Jorgenson ID-003<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19907\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19907\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20018\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20018); return false;\">[X]<\/a>&nbsp; Sen. John Goedde ID-004<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20018\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20018\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20017\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20017); return false;\">[X]<\/a>&nbsp; Sen. Jim Hammond ID-005<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20017\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20017\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20020\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20020); return false;\">[X]<\/a>&nbsp; Sen. Gary Schroeder ID-006<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20020\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20020\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22672\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22672); return false;\">[X]<\/a>&nbsp; Sen. Joe Stegner ID-007<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22672\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22672\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19910\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19910); return false;\">[X]<\/a>&nbsp; Sen. Lee Heinrich ID-008<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19910\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19910\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18366\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18366); return false;\">[X]<\/a>&nbsp; Sen. Monty Pearce ID-009<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18366\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18366\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19904\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19904); return false;\">[X]<\/a>&nbsp; Sen. John McGee ID-010<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19904\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19904\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133309\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133309); return false;\">[X]<\/a>&nbsp; Sen. Melinda Smyser ID-011<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133309\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133309\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20022\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20022); return false;\">[X]<\/a>&nbsp; Sen. Curt McKenzie ID-012<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20022\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20022\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20019\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20019); return false;\">[X]<\/a>&nbsp; Sen. Patti Lodge ID-013<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20019\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20019\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128295\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128295); return false;\">[X]<\/a>&nbsp; Sen. Chuck Winder ID-014<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128295\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128295\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19898\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19898); return false;\">[X]<\/a>&nbsp; Sen. John Andreason ID-015<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19898\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19898\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128297\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128297); return false;\">[X]<\/a>&nbsp; Sen. Les Bock ID-016<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128297\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128297\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19908\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19908); return false;\">[X]<\/a>&nbsp; Sen. Elliot Werk ID-017<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19908\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19908\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18530\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18530); return false;\">[X]<\/a>&nbsp; Sen. Kate Kelly ID-018<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18530\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18530\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133303\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133303); return false;\">[X]<\/a>&nbsp; Sen. Nicole LeFavour ID-019<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133303\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133303\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19909\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19909); return false;\">[X]<\/a>&nbsp; Sen. Shirley McKague ID-020<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19909\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19909\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19906\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19906); return false;\">[X]<\/a>&nbsp; Sen. Russ Fulcher ID-021<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19906\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19906\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20016\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20016); return false;\">[X]<\/a>&nbsp; Sen. Tim Corder ID-022<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20016\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20016\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133318\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133318); return false;\">[X]<\/a>&nbsp; Sen. Bert Brackett ID-023<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133318\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133318\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18367\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18367); return false;\">[X]<\/a>&nbsp; Sen. Charles Coiner ID-024<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18367\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18367\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133316\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133316); return false;\">[X]<\/a>&nbsp; Sen. Clint Stennett ID-025<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133316\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133316\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22681\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22681); return false;\">[X]<\/a>&nbsp; Sen. Dean Cameron ID-026<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22681\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22681\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22682\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22682); return false;\">[X]<\/a>&nbsp; Sen. Denton Darrington ID-027<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22682\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22682\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18034\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18034); return false;\">[X]<\/a>&nbsp; Sen. Steve Bair ID-028<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18034\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18034\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20807\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20807); return false;\">[X]<\/a>&nbsp; Sen. Diane Bilyeu ID-029<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20807\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20807\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18368\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18368); return false;\">[X]<\/a>&nbsp; Sen. Edgar Malepeai ID-030<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18368\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18368\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22685\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22685); return false;\">[X]<\/a>&nbsp; Sen. Robert Geddes ID-031<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22685\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22685\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128313\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128313); return false;\">[X]<\/a>&nbsp; Sen. Dean Mortimer ID-032<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128313\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128313\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22679\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22679); return false;\">[X]<\/a>&nbsp; Sen. Bart Davis ID-033<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22679\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22679\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20707\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20707); return false;\">[X]<\/a>&nbsp; Sen. Brent Hill ID-034<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20707\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"20707\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22683\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22683); return false;\">[X]<\/a>&nbsp; Sen. Jeff Siddoway ID-035<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22683\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22683\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22686\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22686); return false;\">[X]<\/a>&nbsp; Rep. Eric Anderson ID-001A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22686\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22686\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21352\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21352); return false;\">[X]<\/a>&nbsp; Rep. George Eskridge ID-001B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21352\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21352\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22689\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22689); return false;\">[X]<\/a>&nbsp; Rep. Mary Lou Shepherd ID-002A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22689\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22689\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19886\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19886); return false;\">[X]<\/a>&nbsp; Rep. Dick Harwood ID-002B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19886\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19886\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22688\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22688); return false;\">[X]<\/a>&nbsp; Rep. Jim Clark ID-003A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22688\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22688\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22687\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22687); return false;\">[X]<\/a>&nbsp; Rep. Phil Hart ID-003B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22687\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22687\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19893\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19893); return false;\">[X]<\/a>&nbsp; Rep. Marge Chadderdon ID-004A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19893\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19893\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19902\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19902); return false;\">[X]<\/a>&nbsp; Rep. George Sayler ID-004B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19902\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19902\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19901\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19901); return false;\">[X]<\/a>&nbsp; Rep. Bob Nonini ID-005A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19901\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19901\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19897\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19897); return false;\">[X]<\/a>&nbsp; Rep. Frank Henderson ID-005B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19897\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19897\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22690\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22690); return false;\">[X]<\/a>&nbsp; Rep. Tom Trail ID-006A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22690\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22690\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19889\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19889); return false;\">[X]<\/a>&nbsp; Rep. Shirley Ringo ID-006B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19889\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19889\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18363\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18363); return false;\">[X]<\/a>&nbsp; Rep. Liz Chavez ID-007A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18363\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18363\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19883\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19883); return false;\">[X]<\/a>&nbsp; Rep. John Rusche ID-007B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19883\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19883\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21353\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21353); return false;\">[X]<\/a>&nbsp; Rep. Ken Roberts ID-008A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21353\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21353\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19885\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19885); return false;\">[X]<\/a>&nbsp; Rep. Paul Shepherd ID-008B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19885\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19885\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22691\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22691); return false;\">[X]<\/a>&nbsp; Rep. Lawerence Denney ID-009A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22691\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22691\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133286\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133286); return false;\">[X]<\/a>&nbsp; Rep. Judy Boyle ID-009B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133286\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133286\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133284\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133284); return false;\">[X]<\/a>&nbsp; Rep. Pat Takasugi ID-010A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133284\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133284\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection21354\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(21354); return false;\">[X]<\/a>&nbsp; Rep. Darrell Bolz ID-010B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox21354\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"21354\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19894\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19894); return false;\">[X]<\/a>&nbsp; Rep. Steven Thayn ID-011A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19894\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19894\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19879\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19879); return false;\">[X]<\/a>&nbsp; Rep. Carlos Bilbao ID-011B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19879\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19879\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22692\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22692); return false;\">[X]<\/a>&nbsp; Rep. Robert Schaefer ID-012A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22692\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22692\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19880\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19880); return false;\">[X]<\/a>&nbsp; Rep. Gary Collins ID-012B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19880\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19880\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18035\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18035); return false;\">[X]<\/a>&nbsp; Rep. Brent Crane ID-013A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18035\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18035\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19900\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19900); return false;\">[X]<\/a>&nbsp; Rep. Steve Kren ID-013B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19900\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19900\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22696\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22696); return false;\">[X]<\/a>&nbsp; Rep. Mike Moyle ID-014A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22696\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22696\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19891\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19891); return false;\">[X]<\/a>&nbsp; Rep. Raul Labrador ID-014B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19891\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19891\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22698\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22698); return false;\">[X]<\/a>&nbsp; Rep. Lynn Luker ID-015A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22698\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22698\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22697\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22697); return false;\">[X]<\/a>&nbsp; Rep. Max Black ID-015B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22697\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22697\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128349\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128349); return false;\">[X]<\/a>&nbsp; Rep. Grant Burgoyne ID-016A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128349\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128349\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133279\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133279); return false;\">[X]<\/a>&nbsp; Rep. Elfreda Higgins ID-016B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133279\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133279\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133266\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133266); return false;\">[X]<\/a>&nbsp; Rep. Bill Killen ID-017A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133266\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133266\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18365\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18365); return false;\">[X]<\/a>&nbsp; Rep. Sue Chew ID-017B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18365\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18365\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22694\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22694); return false;\">[X]<\/a>&nbsp; Rep. Branden Durst ID-018A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22694\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22694\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22693\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22693); return false;\">[X]<\/a>&nbsp; Rep. Phylis King ID-018B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22693\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22693\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18601\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18601); return false;\">[X]<\/a>&nbsp; Rep. Anne Pasley-Stuart ID-019A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18601\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18601\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128356\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128356); return false;\">[X]<\/a>&nbsp; Rep. Brian Cronin ID-019B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128356\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128356\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133289\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133289); return false;\">[X]<\/a>&nbsp; Rep. Joe Palmer ID-020A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133289\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133289\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22695\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22695); return false;\">[X]<\/a>&nbsp; Rep. Marv Hagedorn ID-020B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22695\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22695\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection128353\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(128353); return false;\">[X]<\/a>&nbsp; Rep. Rich Jarvis ID-021A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox128353\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"128353\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18902\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18902); return false;\">[X]<\/a>&nbsp; Rep. Cliff Bayer ID-021B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18902\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18902\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19882\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19882); return false;\">[X]<\/a>&nbsp; Rep. Richard Wills ID-022A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19882\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19882\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection19881\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(19881); return false;\">[X]<\/a>&nbsp; Rep. Pete Nielsen ID-022B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox19881\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"19881\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection18036\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(18036); return false;\">[X]<\/a>&nbsp; Rep. Jim Patrick ID-023A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox18036\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"18036\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection133320\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(133320); return false;\">[X]<\/a>&nbsp; Rep. Stephen Hartgen ID-023B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox133320\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"133320\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection22704\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(22704); return false;\">[X]<\/a>&nbsp; Rep. Leon Smith ID-024A<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox22704\" name=\"event[campaign_legislator_ids][]\" type=\"checkbox\" value=\"22704\" /><\/span><p class=\"legislator-name\" id=\"legislatorSection20780\" style=\"display: none;\"><a href=\"#\" onclick=\"removeLegislator(20780); return false;\">[X]<\/a>&nbsp; Rep. Sharon Block ID-024B<\/p><span style=\"display: none;\"><input id=\"legislatorCheckbox20780\" name=\"event[campaign_legislator_ids][]\" type=\"